mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-23 19:48:08 -04:00
Merge branch 'V3/develop' into cog_guide_core
This commit is contained in:
+1
-1
@@ -1271,7 +1271,7 @@ class RedBase(
|
||||
|
||||
@staticmethod
|
||||
def list_packages():
|
||||
"""Lists packages present in the cogs the folder"""
|
||||
"""Lists packages present in the cogs folder"""
|
||||
return os.listdir("cogs")
|
||||
|
||||
async def save_packages_status(self, packages):
|
||||
|
||||
@@ -188,7 +188,7 @@ class Context(DPYContext):
|
||||
else:
|
||||
try:
|
||||
await self.channel.delete_messages((query, resp))
|
||||
except discord.HTTPException:
|
||||
except (discord.HTTPException, AttributeError):
|
||||
# In case the bot can't delete other users' messages,
|
||||
# or is not a bot account
|
||||
# or channel is a DM
|
||||
|
||||
@@ -81,23 +81,23 @@ msgstr "Geben Sie {ctx.clean_prefix}help <command> für weitere Informationen zu
|
||||
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
msgstr "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr ""
|
||||
msgstr "Aliase"
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Alias"
|
||||
msgstr ""
|
||||
msgstr "Alias"
|
||||
|
||||
#: redbot/core/commands/help.py:330
|
||||
msgid "{aliases} and {number} more aliases."
|
||||
msgstr ""
|
||||
msgstr "{aliases} und {number} weitere Aliase."
|
||||
|
||||
#: redbot/core/commands/help.py:334
|
||||
msgid "{aliases} and one more alias."
|
||||
msgstr ""
|
||||
msgstr "{aliases} und ein weiteres Alias."
|
||||
|
||||
#: redbot/core/commands/help.py:376
|
||||
msgid "**__Subcommands:__**"
|
||||
@@ -166,5 +166,10 @@ msgid "\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Ich brauche jemanden\n"
|
||||
" (Hilfe) nicht nur jemanden\n"
|
||||
" (Hilfe) Sie wissen, dass ich jemanden brauche\n"
|
||||
" (Hilfe!)\n"
|
||||
" "
|
||||
|
||||
|
||||
@@ -0,0 +1,169 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.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: hi\n"
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:119
|
||||
msgid "The time set is way too high, consider setting something reasonable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:123
|
||||
msgid "This amount of time is too large for this command. (Maximum: {maximum})"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:129
|
||||
msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:394
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:124
|
||||
msgid "Maximum characters per page: {page_char_limit}\n"
|
||||
"Maximum pages per guild (only used if menus are not used): {max_pages_in_guild}\n"
|
||||
"Help is a menu: {use_menus}\n"
|
||||
"Help shows hidden commands: {show_hidden}\n"
|
||||
"Help only shows commands which can be used: {verify_checks}\n"
|
||||
"Help shows unusable commands when asked directly: {verify_exists}\n"
|
||||
"Delete delay: {delete_delay}\n"
|
||||
"React with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:273
|
||||
msgid "Type {ctx.clean_prefix}help <command> for more info on a command. You can also type {ctx.clean_prefix}help <category> for more info on a category."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Alias"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:330
|
||||
msgid "{aliases} and {number} more aliases."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:334
|
||||
msgid "{aliases} and one more alias."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:376
|
||||
msgid "**__Subcommands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:453 redbot/core/commands/help.py:708
|
||||
#: redbot/core/commands/help.py:721 redbot/core/commands/help.py:740
|
||||
msgid "{ctx.me.display_name} Help Menu"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:809
|
||||
msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:848
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
@@ -85,19 +85,19 @@ msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr ""
|
||||
msgstr "Алиасы"
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Alias"
|
||||
msgstr ""
|
||||
msgstr "Алиас"
|
||||
|
||||
#: redbot/core/commands/help.py:330
|
||||
msgid "{aliases} and {number} more aliases."
|
||||
msgstr ""
|
||||
msgstr "{aliases} и {number} псевдонимов."
|
||||
|
||||
#: redbot/core/commands/help.py:334
|
||||
msgid "{aliases} and one more alias."
|
||||
msgstr ""
|
||||
msgstr "{aliases} и еще один псевдоним."
|
||||
|
||||
#: redbot/core/commands/help.py:376
|
||||
msgid "**__Subcommands:__**"
|
||||
@@ -109,7 +109,7 @@ msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
msgstr "Подкоманды:"
|
||||
|
||||
#: redbot/core/commands/help.py:453 redbot/core/commands/help.py:708
|
||||
#: redbot/core/commands/help.py:721 redbot/core/commands/help.py:740
|
||||
@@ -131,7 +131,7 @@ msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
msgstr "Команды:"
|
||||
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
@@ -139,19 +139,19 @@ msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
msgstr "{title} (продолжение)"
|
||||
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
msgstr "Нет Категории:"
|
||||
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
msgstr "Тема справки для *{command_name}* не найдена."
|
||||
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
msgstr "Команда *{command_name}* не имеет субкоманды с именем *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:809
|
||||
msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server."
|
||||
|
||||
@@ -174,5 +174,10 @@ msgid "\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Birilerine ihtiyacım var\n"
|
||||
" (Yardım edin) herhangi biri değil\n"
|
||||
" (Yardım edin) biliyorsun ki birilerine ihtiyacım var\n"
|
||||
" (Yardım edin!)\n"
|
||||
" "
|
||||
|
||||
|
||||
@@ -441,7 +441,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
).format(red_repo, author_repo, org_repo, support_server_url)
|
||||
|
||||
embed = discord.Embed(color=(await ctx.embed_colour()))
|
||||
embed.add_field(name=_("Instance owned by"), value=str(owner))
|
||||
embed.add_field(
|
||||
name=_("Instance owned by team") if app_info.team else _("Instance owned by"),
|
||||
value=str(owner),
|
||||
)
|
||||
embed.add_field(name="Python", value=python_version)
|
||||
embed.add_field(name="discord.py", value=dpy_version)
|
||||
embed.add_field(name=_("Red version"), value=red_version)
|
||||
@@ -476,17 +479,30 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
)
|
||||
about = box(about)
|
||||
|
||||
extras = _(
|
||||
"Instance owned by: [{owner}]\n"
|
||||
"Python: [{python_version}] (5)\n"
|
||||
"discord.py: [{dpy_version}] (6)\n"
|
||||
"Red version: [{red_version}] (7)\n"
|
||||
).format(
|
||||
owner=owner,
|
||||
python_version=python_version,
|
||||
dpy_version=dpy_version,
|
||||
red_version=red_version,
|
||||
)
|
||||
if app_info.team:
|
||||
extras = _(
|
||||
"Instance owned by team: [{owner}]\n"
|
||||
"Python: [{python_version}] (5)\n"
|
||||
"discord.py: [{dpy_version}] (6)\n"
|
||||
"Red version: [{red_version}] (7)\n"
|
||||
).format(
|
||||
owner=owner,
|
||||
python_version=python_version,
|
||||
dpy_version=dpy_version,
|
||||
red_version=red_version,
|
||||
)
|
||||
else:
|
||||
extras = _(
|
||||
"Instance owned by: [{owner}]\n"
|
||||
"Python: [{python_version}] (5)\n"
|
||||
"discord.py: [{dpy_version}] (6)\n"
|
||||
"Red version: [{red_version}] (7)\n"
|
||||
).format(
|
||||
owner=owner,
|
||||
python_version=python_version,
|
||||
dpy_version=dpy_version,
|
||||
red_version=red_version,
|
||||
)
|
||||
|
||||
if outdated in (True, None):
|
||||
if outdated is True:
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.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: hi\n"
|
||||
"X-Crowdin-File-ID: 657\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.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: hi\n"
|
||||
"X-Crowdin-File-ID: 653\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+452
-440
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+599
-503
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+447
-436
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+449
-438
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
+459
-448
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,65 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-14 15:51+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.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: hi\n"
|
||||
"X-Crowdin-File-ID: 197\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:522
|
||||
msgid "year"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:522
|
||||
msgid "years"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:523
|
||||
msgid "month"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:523
|
||||
msgid "months"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:524
|
||||
msgid "day"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:524
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:525
|
||||
msgid "hour"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:525
|
||||
msgid "hours"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:526
|
||||
msgid "minute"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:526
|
||||
msgid "minutes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:527
|
||||
msgid "second"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:527
|
||||
msgid "seconds"
|
||||
msgstr ""
|
||||
|
||||
@@ -17,49 +17,49 @@ msgstr ""
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:522
|
||||
msgid "year"
|
||||
msgstr ""
|
||||
msgstr "rok"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:522
|
||||
msgid "years"
|
||||
msgstr ""
|
||||
msgstr "rokov"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:523
|
||||
msgid "month"
|
||||
msgstr ""
|
||||
msgstr "mesiac"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:523
|
||||
msgid "months"
|
||||
msgstr ""
|
||||
msgstr "mesiacov"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:524
|
||||
msgid "day"
|
||||
msgstr ""
|
||||
msgstr "deň"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:524
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
msgstr "dní"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:525
|
||||
msgid "hour"
|
||||
msgstr ""
|
||||
msgstr "hodina"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:525
|
||||
msgid "hours"
|
||||
msgstr ""
|
||||
msgstr "hodín"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:526
|
||||
msgid "minute"
|
||||
msgstr ""
|
||||
msgstr "minúta"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:526
|
||||
msgid "minutes"
|
||||
msgstr ""
|
||||
msgstr "minút"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:527
|
||||
msgid "second"
|
||||
msgstr ""
|
||||
msgstr "sekunda"
|
||||
|
||||
#: redbot/core/utils/chat_formatting.py:527
|
||||
msgid "seconds"
|
||||
msgstr ""
|
||||
msgstr "sekúnd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user