mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Merge branch 'V3/develop' into cog_guide_core
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import colorama as _colorama
|
||||
import discord as _discord
|
||||
|
||||
from .. import __version__, version_info, VersionInfo
|
||||
@@ -7,7 +6,5 @@ from .utils.safety import warn_unsafe as _warn_unsafe
|
||||
|
||||
__all__ = ["Config", "__version__", "version_info", "VersionInfo"]
|
||||
|
||||
_colorama.init()
|
||||
|
||||
# Prevent discord PyNaCl missing warning
|
||||
_discord.voice_client.VoiceClient.warn_nacl = False
|
||||
|
||||
@@ -21,9 +21,9 @@ class SharedLibImportWarner(MetaPathFinder):
|
||||
if parts[0] != "cog_shared" or len(parts) != 2:
|
||||
return None
|
||||
msg = (
|
||||
"One of cogs uses shared libraries which are"
|
||||
"One of the cogs uses shared libraries which are"
|
||||
" deprecated and scheduled for removal in the future.\n"
|
||||
"You should inform author of the cog about this message."
|
||||
"You should inform the author(s) of the cog about this message."
|
||||
)
|
||||
warnings.warn(msg, SharedLibDeprecationWarning, stacklevel=2)
|
||||
return None
|
||||
|
||||
@@ -29,7 +29,6 @@ from typing import (
|
||||
overload,
|
||||
)
|
||||
from types import MappingProxyType
|
||||
from rich.console import Console
|
||||
|
||||
import discord
|
||||
from discord.ext import commands as dpy_commands
|
||||
@@ -224,9 +223,6 @@ class RedBase(
|
||||
|
||||
self._deletion_requests: MutableMapping[int, asyncio.Lock] = weakref.WeakValueDictionary()
|
||||
|
||||
# Although I see the use of keeping this public, lets rather make it private.
|
||||
self._rich_console = Console()
|
||||
|
||||
def set_help_formatter(self, formatter: commands.help.HelpFormatterABC):
|
||||
"""
|
||||
Set's Red's help formatter.
|
||||
|
||||
@@ -263,6 +263,20 @@ def parse_cli_flags(args):
|
||||
default=None,
|
||||
help="Forcefully disables the Rich logging handlers.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--rich-traceback-extra-lines",
|
||||
type=positive_int,
|
||||
default=0,
|
||||
help="Set the number of additional lines of code before and after the executed line"
|
||||
" that should be shown in tracebacks generated by Rich.\n"
|
||||
"Useful for development.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--rich-traceback-show-locals",
|
||||
action="store_true",
|
||||
help="Enable showing local variables in tracebacks generated by Rich.\n"
|
||||
"Useful for development.",
|
||||
)
|
||||
|
||||
args = parser.parse_args(args)
|
||||
|
||||
|
||||
@@ -485,15 +485,22 @@ class Command(CogCommandMixin, DPYCommand):
|
||||
if not await self.can_run(ctx, change_permission_state=True):
|
||||
raise CheckFailure(f"The check functions for command {self.qualified_name} failed.")
|
||||
|
||||
if self.cooldown_after_parsing:
|
||||
await self._parse_arguments(ctx)
|
||||
self._prepare_cooldowns(ctx)
|
||||
else:
|
||||
self._prepare_cooldowns(ctx)
|
||||
await self._parse_arguments(ctx)
|
||||
if self._max_concurrency is not None:
|
||||
await self._max_concurrency.acquire(ctx)
|
||||
await self.call_before_hooks(ctx)
|
||||
|
||||
try:
|
||||
if self.cooldown_after_parsing:
|
||||
await self._parse_arguments(ctx)
|
||||
self._prepare_cooldowns(ctx)
|
||||
else:
|
||||
self._prepare_cooldowns(ctx)
|
||||
await self._parse_arguments(ctx)
|
||||
|
||||
await self.call_before_hooks(ctx)
|
||||
except:
|
||||
if self._max_concurrency is not None:
|
||||
await self._max_concurrency.release(ctx)
|
||||
raise
|
||||
|
||||
async def do_conversion(
|
||||
self, ctx: "Context", converter, argument: str, param: inspect.Parameter
|
||||
|
||||
@@ -188,7 +188,7 @@ class Context(DPYContext):
|
||||
else:
|
||||
try:
|
||||
await self.channel.delete_messages((query, resp))
|
||||
except (discord.HTTPException, AttributeError):
|
||||
except discord.HTTPException:
|
||||
# In case the bot can't delete other users' messages,
|
||||
# or is not a bot account
|
||||
# or channel is a DM
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: af_ZA\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "لا"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "نعم"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: 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:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: 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:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: bs_BA\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ca_ES\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" není číslo."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" není číslo."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Tento čas je pro tento příkaz příliš velký. (Maximum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Server \\\"{name}\\\" nebyl nalezen."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Server \"{name}\" nebyl nalezen."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,123 @@ msgstr "Neočekávaný klíč {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Očekáváno jedno z: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Zakázáno"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" ist keine Zahl."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" ist keine Zahl."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Diese Zeitspanne ist für diesen Befehl zu klein. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Server \\\"{name}\\\" nicht gefunden."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Server \"{name}\" nicht gefunden."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,124 @@ msgstr "Unerwarteter Schlüssel {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Eins von {} erwartet"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktiviert"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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 "Geben Sie {ctx.clean_prefix}help <command> für weitere Informationen zu einem Befehl ein. Sie können auch {ctx.clean_prefix}help <category> für weitere Informationen zu einer Kategorie eingeben."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
msgstr "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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 "**__Unterbefehle:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Unterbefehle:__** (Fortsetzung)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr "Unterbefehle:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "{ctx.me.display_name} Hilfe-Menü"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*Seite {page_num} von {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*Seite {page_num} von {page_count}*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Befehle:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Befehle:__** (Fortsetzung)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Befehle:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Ohne Kategorie:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (Fortsetzung)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Ohne Kategorie:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "Es konnte keine Hilfe für *{command_name}* gefunden werden."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "Befehl *{command_name}* besitzt keinen Unterbefehl mit dem Namen *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Es konnte keine Hilfe-Nachricht als Direktnachricht zugestellt werden. Entweder ist der Bot blockiert oder Direktnachrichten sind auf diesem Server deaktiviert."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: el_GR\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" no es un número."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" no es un número."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Esta cantidad de tiempo es demasiado pequeña para este comando. (Mínimo: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Servidor \\\"{name}\\\" no encontrado."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Servidor \"{name}\" no encontrado."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,132 @@ msgstr "Key inesperada {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Se esperaba uno de: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Desactivado"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
msgstr "\\nTagline personalizada: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr "\n"
|
||||
"Tagline personalizada: {tag}"
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr "Caracteres máximos por página: {page_char_limit}\\nPáginas máximas por servidor (solo usadas si no se utilizan menús): {max_pages_in_guild}\\nAyuda es un menú: {use_menus}\\nAyuda muestra comandos ocultos: {show_hidden}\\nAyuda solo muestra comandos que se pueden usar: {verify_checks}\\nAyuda muestra comandos inutilizables cuando se le pregunta directamente: {verify_exists}\\nRetraso de borrado: {delete_delay}\\nReaccionar con una marca de verificación cuando la ayuda se envía a través de DM: {use_tick}{tagline_info}"
|
||||
#: 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 "Caracteres máximos por página: {page_char_limit}\n"
|
||||
"Páginas máximas por servidor (solo usadas si no se utilizan menús): {max_pages_in_guild}\n"
|
||||
"Ayuda es un menú: {use_menus}\n"
|
||||
"Ayuda muestra comandos ocultos: {show_hidden}\n"
|
||||
"Ayuda solo muestra comandos que se pueden usar: {verify_checks}\n"
|
||||
"Ayuda muestra comandos inutilizables cuando se le pregunta directamente: {verify_exists}\n"
|
||||
"Retraso de borrado: {delete_delay}\n"
|
||||
"Reaccionar con una marca de verificación cuando la ayuda se envía a través de DM: {use_tick}{tagline_info}"
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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 "Escribe {ctx.clean_prefix}help <command> para más información sobre un comando. También puedes escribir {ctx.clean_prefix}help <category> para más información sobre una categoría."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
msgstr "`Sintaxis: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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 "**__Subcomandos:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Subcomandos:__** (continuación)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr "Subcomandos:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "Menú de ayuda de {ctx.me.display_name}"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*Página {page_num} de {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*Página {page_num} de {page_count}*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Comandos:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Comandos:__** (continuación)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Comandos:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Sin Categoría:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (continuación)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Sin categoría:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "Tema de ayuda para *{command_name}* no encontrado."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "El comando *{command_name}* no tiene ningún subcomando llamado *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "No pude enviarte el mensaje de ayuda en MD. O me has bloqueado o has desactivado los MDs en este servidor."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,125 +15,164 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr ""
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" ei ole numero."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
msgstr ""
|
||||
msgstr "`{unit}` ei ole kelvollinen ajanyksikkö tälle komennolle"
|
||||
|
||||
#: redbot/core/commands/converter.py:119
|
||||
msgid "The time set is way too high, consider setting something reasonable."
|
||||
msgstr ""
|
||||
msgstr "Asetettu aika on aivan liian suuri, harkitse sen asettamista joksikin kohtuulliseksi."
|
||||
|
||||
#: redbot/core/commands/converter.py:123
|
||||
msgid "This amount of time is too large for this command. (Maximum: {maximum})"
|
||||
msgstr ""
|
||||
msgstr "Aika on liian suuri tälle komennolle. (Maksimi: {maximum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:129
|
||||
msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr ""
|
||||
msgstr "Aika on liian pieni tälle komennolle. (Minimi: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr ""
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Palvelinta \"{name}\" ei löytynyt."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
msgstr ""
|
||||
msgstr "Odottamaton selite {key}"
|
||||
|
||||
#: redbot/core/commands/converter.py:394
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
msgstr "Odotettiin yhtä seuraavista: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "Ei"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "Kyllä"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Ei käytössä"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
msgstr ""
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr "\n"
|
||||
"Mukautettu iskulause: {tag}"
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
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 "Maksimikirjainmäärä sivulla: {page_char_limit}\n"
|
||||
"Maksimi palvelinkohtainen sivumäärä (käytetään vain jos valikot eivät ole käytössä): {max_pages_in_guild}\n"
|
||||
"Apusivut ovat valikoita: {use_menus}\n"
|
||||
"Apusivut näyttävät piilotetut komennot: {show_hidden}\n"
|
||||
"Apusivu näyttää vain käytettävissä olevat komennot: {verify_checks}\n"
|
||||
"Apusivu näyttää komennot joita ei voi käyttää, kun niitä suoraan pyydetään: {verify_exists}\n"
|
||||
"Poistoviive: {delete_delay}\n"
|
||||
"Reagoi valmis-merkillä kun apusivut lähetetään yksityisviestillä: {use_tick}{tagline_info}"
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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 "Kirjoita {ctx.clean_prefix}help <command> saadaksesi lisää tietoa komennosta. Voit myös kirjoittaa {ctx.clean_prefix}help <category> saadaksesi lisää tietoa kategoriasta."
|
||||
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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 ""
|
||||
msgstr "**__Alikomennot:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
msgstr "**__Alikomennot:__** (jatkuu)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
msgstr "Alikomennot:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 ""
|
||||
msgstr "{ctx.me.display_name} -apusivu"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr ""
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*Sivu {page_num}/{page_count}*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
msgstr "**__Komennot:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
msgstr "**__Komennot:__** (jatkuu)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
msgstr "Komennot:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
msgstr "**__Ei kategoriaa:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
msgstr "{title} (jatkuu)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
msgstr "Ei kategoriaa:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
msgstr "Apusivua komennolle *{command_name}* ei löytynyt."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
msgstr "Komennolla *{command_name}* ei ole alikomentoa nimeltä *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 ""
|
||||
msgstr "En voinut lähettää sinulle apuviestiä yksityisviestillä. Olet joko estänyt minut tai poistanut yksityisviestit käytöstä tällä palvelimella."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" n'est pas un nombre."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" n'est pas un nombre."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Ce temps est trop petit pour cette commande. (Minimum : {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Serveur \\\"{name}\\\" introuvable."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Serveur \"{name}\" introuvable."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,123 @@ msgstr "Clé inattendue {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Un des : {} était attendu"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Désactivé"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Commandes:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Commandes:__** (suite)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Je n'ai pas pu vous envoyer le message d'aide en MP. Soit vous m'avez bloqué, soit vous avez désactivé les DMs dans ce serveur."
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#, docstring
|
||||
msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: he_IL\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "A(z) \\\"{argument}\\\" nem szám."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "A(z) \"{argument}\" nem szám."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Ez az időegység túl kicsi e parancshoz. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "A \\\"{name}\\\" szerver nem található."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "A \"{name}\" szerver nem található."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,132 @@ msgstr "Váratlan kulcs {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Ezek valamelyikére számítottam: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Nem"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Igen"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Letiltva"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
msgstr "\\nEgyéni címke: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr "\n"
|
||||
"Egyéni címke: {tag}"
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr "Maximum karakterek oldalanként: {page_char_limit}\\nMaximum karakterek szerverenként (csak akkor használva ha a menük nincsenek használatban): {max_pages_in_guild}\\nA segítő parancs egy menü: {use_menus}\\nSegítő parancs mutat rejtett parancsokat: {show_hidden}\\nSegítő parancs csak használható parancsokat mutat: {verify_checks}\\nA segítő menü megjelenít nem használható parancsokat közvetlen kérésnél: {verify_exists}\\nTörlési késleltetés: {delete_delay}\\nReagálás pipával ha a segítség DM-ben van elküldve: {use_tick}{tagline_info}"
|
||||
#: 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 "Maximum karakterek oldalanként: {page_char_limit}\n"
|
||||
"Maximum karakterek szerverenként (csak akkor használva ha a menük nincsenek használatban): {max_pages_in_guild}\n"
|
||||
"A segítő parancs egy menü: {use_menus}\n"
|
||||
"Segítő parancs mutat rejtett parancsokat: {show_hidden}\n"
|
||||
"Segítő parancs csak használható parancsokat mutat: {verify_checks}\n"
|
||||
"A segítő menü megjelenít nem használható parancsokat közvetlen kérésnél: {verify_exists}\n"
|
||||
"Törlési késleltetés: {delete_delay}\n"
|
||||
"Reagálás pipával ha a segítség közvetlen üzenetben van elküldve: {use_tick}{tagline_info}"
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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 "Egy parancsról további információk: {ctx.clean_prefix}help <parancs>. További információk egy kategóriáról: {ctx.clean_prefix}help <kategória>."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
msgstr "`Szerkezet: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr "Szintaxis: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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 "**__Alparancsok:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Alparancsok:__** (folytatva)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr "Alparancsok:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "{ctx.me.display_name} Súgó Menü"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*{page_num}/{page_count}. oldal*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*{page_num}/{page_count}. oldal*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Parancsok:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Parancsok:__** (folytatva)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Parancsok:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Nincs kategória:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (folytatva)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Nincs kategória:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "A súgókategória a(z) *{command_name}*-hoz/-hez nem található."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "A *{command_name}* parancsnak nincsen *{not_found}* nevű alparancsa."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Nem tudtam elküldeni a súgóüzenetet privát üzenetben. Letiltottál vagy kikapcsoltad a közvetlen üzeneteket ennek a szervernek a tagjaitól."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ya"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Dinonaktifkan"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Sì"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Non sono riuscito ad inviarti il messaggio di aiuto in DM. O mi hai bloccato i DM o hai disabilitato i DM in questo server."
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#, docstring
|
||||
msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "イエス"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "그래요!"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "비활성화됨"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: nb_NO\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" er ikke et tall."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" er ikke et tall."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Det er for lite tid for denne kommandoen. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Server \\\"{name}\\\" ble ikke funnet."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Server \"{name}\" ble ikke funnet."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,137 @@ msgstr "Uventet nøkkel {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Forventet én av: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Nei"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktivert"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
msgstr "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr "\n"
|
||||
"Tilpass Tagline: {tag}"
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr "Maksimalt antall tegn per side: {page_char_limit}\\nMaksimalt antall sider per server (bare brukt dersom menyer ikke er brukt): {max_pages_in_guild}\\nHjelp er et meny: {use_menus}\\nHjelp viser skjulte kommandoer: {show_hidden}\\nHjelpe viser bare kommandoer som kan brukes: {verify_checks}\\nHjelp viser ubrukelige kommandoer når du spør direkte: {verify_exists}\\nSletteforsinkelse: {delete_delay}\\nReact med et sjekkmerke når hjelp sendes via DM: {use_tick}{tagline_info}"
|
||||
#: 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 "Maksimalt antall tegn per side: {page_char_limit}\n"
|
||||
"Maksimalt antall sider per server (bare brukt dersom menyer ikke er brukt): {max_pages_in_guild}\n"
|
||||
"Hjelp er et meny: {use_menus}\n"
|
||||
"Hjelp viser skjulte kommandoer: {show_hidden}\n"
|
||||
"Hjelpe viser bare kommandoer som kan brukes: {verify_checks}\n"
|
||||
"Hjelp viser ubrukelige kommandoer når du spør direkte: {verify_exists}\n"
|
||||
"Sletteforsinkelse: {delete_delay}\n"
|
||||
"React med et sjekkmerke når hjelp sendes via DM: {use_tick}{tagline_info}"
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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 "Skriv {ctx.clean_prefix}help <command> for mer informasjon om en kommando. Du kan også skrive {ctx.clean_prefix}help <category> for mer informasjon om en kategori."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
msgstr "`Syntaks: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr "Syntaks: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr "Aliaser"
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Alias"
|
||||
msgstr "Alias"
|
||||
|
||||
#: redbot/core/commands/help.py:330
|
||||
msgid "{aliases} and {number} more aliases."
|
||||
msgstr "{aliases} og {number} andre aliaser."
|
||||
|
||||
#: redbot/core/commands/help.py:334
|
||||
msgid "{aliases} and one more alias."
|
||||
msgstr "{aliases} og ett til alias."
|
||||
|
||||
#: redbot/core/commands/help.py:376
|
||||
msgid "**__Subcommands:__**"
|
||||
msgstr "**__Underkommandoer__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Subcommands:__** (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr "Underkommandoer:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "{ctx.me.display_name} Hjelpemeny"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*Side {page_num} av {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*Side {page_num} av {page_count}*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Kommando:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Kommando:__** (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Kommandoer:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Ingen kategori:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Ingen kategori:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "Hjelpeemnet for *{command_name}* ikke funnet."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "Kommandoen *{command_name}* har ingen underkommando som heter *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Jeg kunne ikke sende meldingen til deg i DM. Enten har du blokkert meg eller du deaktivert DMs i denne serveren."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n Jeg trenger noen\\n (Hjelp) ikke bare noen\\n (Hjelp) du vet at jeg trenger noen\\n (Hjelp!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Jeg trenger noen\n"
|
||||
" (Hjelp) ikke bare noen\n"
|
||||
" (Hjelp) du vet at jeg trenger noen\n"
|
||||
" (Hjelp!)\n"
|
||||
" "
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" is geen getal."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" is geen getal."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Deze hoeveelheid tijd is te klein voor deze opdracht. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Server \\\"{name}\\\" niet gevonden."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Server \"{name}\" niet gevonden."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,123 @@ msgstr "Onverwachte sleutel {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Eén verwacht van: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" nie jest liczbą."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" nie jest liczbą."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr "Nieoczekiwany klucz: {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Tak"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Wyłączone"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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 "**__Subkomendy:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Podkomendy:__** (ciąg dalszy)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Komendy:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Brak kategorii:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (kontynuowany)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Bez kategorii:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" não é um número."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" não é um número."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Esta quantidade de tempo é muito pequena para este comando. (Mínimo: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "O servidor \\\"{name}\\\" não foi encontrado."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "O servidor \"{name}\" não foi encontrado."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,123 @@ msgstr "Chave inesperada {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Esperado um de: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Desabilitado"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ro_RO\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" не является числом."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" не является числом."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Это количество времени слишком маленькое для этой команды. (Минимум: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Сервер \\\"{name}\\\" не найдено."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Сервер \"{name}\" не найдено."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,123 @@ msgstr "Неожиданный ключ {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Ожидался один из: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Отключено"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 ""
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#, docstring
|
||||
msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" nie je číslo."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" nie je číslo."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Áno"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: sr_CS\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: sr_SP\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" är inte ett tal."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" är inte ett tal."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Denna tid är för liten för detta kommando. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Servern \\\"{name}\\\" hittades inte."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Servern \"{name}\" hittades inte."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,124 @@ msgstr "Oväntad nyckel {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Förväntade sig en av: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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 "Skriv {ctx.clean_prefix}help<command> för mer information om ett kommando. Du kan också skriva {ctx.clean_prefix}help<category> för mer information om en kategori."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Underkommandon:__** (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "{ctx.me.display_name} Hjälpmeny"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*Sida {page_num} av {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*Sida {page_num} av {page_count}*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Kommandon:__** (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (fortsatt)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Ingen kategori:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "Hjälptråden för *{command_name}* hittades inte."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "Kommandot *{command_name}* har inget underkommando som heter *{not_found}*."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Jag kunde inte skicka hjälpmeddelandet till dig i DM. Antingen blockerade du mig eller så inaktiverade du DMs i denna server."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" bir sayı değil."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" bir sayı değil."
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "Bu komut için bu süre çok kısa. (Minimum: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "Sunucu \\\"{name}\\\" bulunamadı."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "Sunucu \"{name}\" bulunamadı."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,93 +47,132 @@ msgstr "Beklenmedik anahtar {key}"
|
||||
msgid "Expected one of: {}"
|
||||
msgstr "Arasından biri beklenenler: {}"
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "Devre dışı bırakıldı"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
msgstr "\\nÖzel Kısa Açıklama: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr "\n"
|
||||
"Özel Kısa Açıklama: {tag}"
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
msgstr "Sayfa başına maksimum karakter: {page_char_limit}\\nSunucu başına maksimum sayfa (sadece menüler kullanılmıyorsa kullanılır): {max_pages_in_guild}\\nHelp bir menüdür: {use_menus}\\nHelp gizli komutları gösterir: {show_hidden}\\nHelp sadece kullanılabilen komutları gösterir {verify_checks}\\nHelp direk sorulduğunda kullanılamaz komutları gösterir: {verify_exists}\\nSilme gecikmesi: {delete_delay}\\nYardım özel mesaj olarak gönderildiğin tik ile tepki ver: {use_tick}{tagline_info}"
|
||||
#: 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 "Sayfa başına maksimum karakter: {page_char_limit}\n"
|
||||
"Sunucu başına maksimum sayfa (sadece menüler kullanılmıyorsa kullanılır): {max_pages_in_guild}\n"
|
||||
"Help bir menüdür: {use_menus}\n"
|
||||
"Help gizli komutları gösterir: {show_hidden}\n"
|
||||
"Help sadece kullanılabilen komutları gösterir {verify_checks}\n"
|
||||
"Help direk sorulduğunda kullanılamaz komutları gösterir: {verify_exists}\n"
|
||||
"Silme gecikmesi: {delete_delay}\n"
|
||||
"Yardım özel mesaj olarak gönderildiğin tik ile tepki ver: {use_tick}{tagline_info}"
|
||||
|
||||
#: redbot/core/commands/help.py:272
|
||||
#: 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 "{ctx.clean_prefix}help <command> yazarak bir komut hakkında daha fazla bilgi alabilirsiniz. Bu komutu kullanarak {ctx.clean_prefix}help <category> kategori hakkında bilgi alabilirsiniz."
|
||||
|
||||
#: redbot/core/commands/help.py:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
msgstr "`Komut: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr "Sözdizimi: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Aliases"
|
||||
msgstr "Diğer adlar"
|
||||
|
||||
#: redbot/core/commands/help.py:309
|
||||
msgid "Alias"
|
||||
msgstr "Diğer ad"
|
||||
|
||||
#: redbot/core/commands/help.py:330
|
||||
msgid "{aliases} and {number} more aliases."
|
||||
msgstr "{aliases} ve {number} tane daha diğer ad."
|
||||
|
||||
#: redbot/core/commands/help.py:334
|
||||
msgid "{aliases} and one more alias."
|
||||
msgstr "{aliases} ve bir tane daha diğer ad."
|
||||
|
||||
#: redbot/core/commands/help.py:376
|
||||
msgid "**__Subcommands:__**"
|
||||
msgstr "**__Diğer komutlar:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr "**__Diğer komutlar:__** (devamı)"
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr "Diğer komutlar:"
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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 "{ctx.me.display_name} Yardım Menüsü"
|
||||
|
||||
#: redbot/core/commands/help.py:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
msgstr "*{page_count} sayfadan {page_num}.*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr "*{page_count} sayfadan {page_num}.*\n"
|
||||
"{content_description}"
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr "**__Komutlar:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr "**__Komutlar:__** (devamı)"
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr "Komutlar:"
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr "**__Kategori Yok:__**"
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr "{title} (devamı)"
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr "Kategori Yok:"
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr "*{command_name}* için yardım konusu bulunamadı."
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr "*{command_name}* komutunun *{not_found}* adında bir alt komutu bulunmamakta."
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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 "Size DM'den yardım mesajı gönderemedim. Ya beni engelledin ya da bu sunucuda Dm'leri devre dışı bıraktın."
|
||||
|
||||
#: redbot/core/commands/help.py:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: zh_HK\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
@@ -36,7 +36,7 @@ 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."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
@@ -47,93 +47,123 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-12-17 12:31+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
@@ -15,9 +15,9 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 188\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/core/commands/commands.py:525
|
||||
msgid "\\\"{argument}\\\" is not a number."
|
||||
msgstr "\\\"{argument}\\\" 不是數字。"
|
||||
#: redbot/core/commands/commands.py:532
|
||||
msgid "\"{argument}\" is not a number."
|
||||
msgstr "\"{argument}\" 不是數字。"
|
||||
|
||||
#: redbot/core/commands/converter.py:112
|
||||
msgid "`{unit}` is not a valid unit of time for this command"
|
||||
@@ -36,8 +36,8 @@ msgid "This amount of time is too small for this command. (Minimum: {minimum})"
|
||||
msgstr "對於該命令來說,此時間量太小。 (最小值: {minimum})"
|
||||
|
||||
#: redbot/core/commands/converter.py:157
|
||||
msgid "Server \\\"{name}\\\" not found."
|
||||
msgstr "沒有找到\\\"{name}\\\"伺服器."
|
||||
msgid "Server \"{name}\" not found."
|
||||
msgstr "沒有找到\"{name}\"伺服器."
|
||||
|
||||
#: redbot/core/commands/converter.py:192
|
||||
msgid "Unexpected key {key}"
|
||||
@@ -47,94 +47,133 @@ msgstr ""
|
||||
msgid "Expected one of: {}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:104
|
||||
#: redbot/core/commands/help.py:105
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:106
|
||||
#: redbot/core/commands/help.py:107
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: redbot/core/commands/help.py:112
|
||||
#: redbot/core/commands/help.py:113
|
||||
msgid "Disabled"
|
||||
msgstr "已停用"
|
||||
|
||||
#: redbot/core/commands/help.py:117
|
||||
msgid "\\nCustom Tagline: {tag}"
|
||||
#: redbot/core/commands/help.py:118
|
||||
msgid "\n"
|
||||
"Custom Tagline: {tag}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:123
|
||||
msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}\\nReact with a checkmark when help is sent via DM: {use_tick}{tagline_info}"
|
||||
#: 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:272
|
||||
#: 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:302
|
||||
msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`"
|
||||
#: redbot/core/commands/help.py:303
|
||||
msgid "Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:343
|
||||
#: 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:345
|
||||
#: redbot/core/commands/help.py:378
|
||||
msgid "**__Subcommands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:356
|
||||
#: redbot/core/commands/help.py:389
|
||||
msgid "Subcommands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:420 redbot/core/commands/help.py:675
|
||||
#: redbot/core/commands/help.py:688 redbot/core/commands/help.py:707
|
||||
#: 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:467
|
||||
msgid "*Page {page_num} of {page_count}*\\n{content_description}"
|
||||
#: redbot/core/commands/help.py:500
|
||||
msgid "*Page {page_num} of {page_count}*\n"
|
||||
"{content_description}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:518
|
||||
#: redbot/core/commands/help.py:551
|
||||
msgid "**__Commands:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:520
|
||||
#: redbot/core/commands/help.py:553
|
||||
msgid "**__Commands:__** (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:530
|
||||
#: redbot/core/commands/help.py:563
|
||||
msgid "Commands:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:572
|
||||
#: redbot/core/commands/help.py:605
|
||||
msgid "**__No Category:__**"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:585
|
||||
#: redbot/core/commands/help.py:618
|
||||
msgid "{title} (continued)"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:601 redbot/core/commands/help.py:615
|
||||
#: redbot/core/commands/help.py:634 redbot/core/commands/help.py:648
|
||||
msgid "No Category:"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:684
|
||||
#: redbot/core/commands/help.py:717
|
||||
msgid "Help topic for *{command_name}* not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:701
|
||||
#: redbot/core/commands/help.py:734
|
||||
msgid "Command *{command_name}* has no subcommand named *{not_found}*."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/commands/help.py:776
|
||||
#: 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:815
|
||||
#: 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 "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n \n"
|
||||
"\\n 我需要某人\\n (救命)不只是任何人\\n (救命)你知道我需要某人\\n (救命!)\\n "
|
||||
msgid "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" I need somebody\n"
|
||||
" (Help) not just anybody\n"
|
||||
" (Help) you know I need someone\n"
|
||||
" (Help!)\n"
|
||||
" \n\n"
|
||||
" 我需要某人\n"
|
||||
" (救命)不只是任何人\n"
|
||||
" (救命)你知道我需要某人\n"
|
||||
" (救命!)\n"
|
||||
" "
|
||||
|
||||
|
||||
@@ -3326,7 +3326,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
"""
|
||||
uids = {getattr(user, "id", user) for user in users}
|
||||
await self.bot._whiteblacklist_cache.add_to_whitelist(None, uids)
|
||||
if len(users) > 1:
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users have been added to the allowlist."))
|
||||
else:
|
||||
await ctx.send(_("User has been added to the allowlist."))
|
||||
@@ -3371,7 +3371,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
"""
|
||||
uids = {getattr(user, "id", user) for user in users}
|
||||
await self.bot._whiteblacklist_cache.remove_from_whitelist(None, uids)
|
||||
if len(users) > 1:
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users have been removed from the allowlist."))
|
||||
else:
|
||||
await ctx.send(_("User has been removed from the allowlist."))
|
||||
@@ -3423,7 +3423,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
|
||||
uids = {getattr(user, "id", user) for user in users}
|
||||
await self.bot._whiteblacklist_cache.add_to_blacklist(None, uids)
|
||||
if len(users) > 1:
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users have been added to the blocklist."))
|
||||
else:
|
||||
await ctx.send(_("User has been added to the blocklist."))
|
||||
@@ -3466,7 +3466,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
"""
|
||||
uids = {getattr(user, "id", user) for user in users}
|
||||
await self.bot._whiteblacklist_cache.remove_from_blacklist(None, uids)
|
||||
if len(users) > 1:
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users have been removed from the blocklist."))
|
||||
else:
|
||||
await ctx.send(_("User has been removed from the blocklist."))
|
||||
@@ -3526,7 +3526,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
)
|
||||
await self.bot._whiteblacklist_cache.add_to_whitelist(ctx.guild, uids)
|
||||
|
||||
await ctx.send(_("{names} added to allowlist.").format(names=humanize_list(names)))
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users and/or roles have been added to the allowlist."))
|
||||
else:
|
||||
await ctx.send(_("User or role has been added to the allowlist."))
|
||||
|
||||
@localallowlist.command(name="list")
|
||||
async def localallowlist_list(self, ctx: commands.Context):
|
||||
@@ -3583,9 +3586,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
)
|
||||
await self.bot._whiteblacklist_cache.remove_from_whitelist(ctx.guild, uids)
|
||||
|
||||
await ctx.send(
|
||||
_("{names} removed from the server allowlist.").format(names=humanize_list(names))
|
||||
)
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users and/or roles have been removed from the server allowlist."))
|
||||
else:
|
||||
await ctx.send(_("User or role has been removed from the server allowlist."))
|
||||
|
||||
@localallowlist.command(name="clear")
|
||||
async def localallowlist_clear(self, ctx: commands.Context):
|
||||
@@ -3641,9 +3645,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
uids = {getattr(u_or_r, "id", u_or_r) for u_or_r in users_or_roles}
|
||||
await self.bot._whiteblacklist_cache.add_to_blacklist(ctx.guild, uids)
|
||||
|
||||
await ctx.send(
|
||||
_("{names} added to the server blocklist.").format(names=humanize_list(names))
|
||||
)
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users and/or roles have been added from the server blocklist."))
|
||||
else:
|
||||
await ctx.send(_("User or role has been added from the server blocklist."))
|
||||
|
||||
@localblocklist.command(name="list")
|
||||
async def localblocklist_list(self, ctx: commands.Context):
|
||||
@@ -3687,9 +3692,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
uids = {getattr(u_or_r, "id", u_or_r) for u_or_r in users_or_roles}
|
||||
await self.bot._whiteblacklist_cache.remove_from_blacklist(ctx.guild, uids)
|
||||
|
||||
await ctx.send(
|
||||
_("{names} removed from the server blocklist.").format(names=humanize_list(names))
|
||||
)
|
||||
if len(uids) > 1:
|
||||
await ctx.send(_("Users and/or roles have been removed from the server blocklist."))
|
||||
else:
|
||||
await ctx.send(_("User or role has been removed from the server blocklist."))
|
||||
|
||||
@localblocklist.command(name="clear")
|
||||
async def localblocklist_clear(self, ctx: commands.Context):
|
||||
@@ -3873,6 +3879,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
paged[0] = header + paged[0]
|
||||
await ctx.send_interactive(paged)
|
||||
|
||||
@commands.guild_only()
|
||||
@list_disabled.command(name="guild")
|
||||
async def list_disabled_guild(self, ctx: commands.Context):
|
||||
"""List disabled commands in this server.
|
||||
|
||||
@@ -14,7 +14,7 @@ import discord
|
||||
|
||||
from . import checks, commands
|
||||
from .commands import NoParseOptional as Optional
|
||||
from .i18n import Translator
|
||||
from .i18n import Translator, cog_i18n
|
||||
from .utils.chat_formatting import box, pagify
|
||||
from .utils.predicates import MessagePredicate
|
||||
|
||||
@@ -31,6 +31,7 @@ _ = Translator("Dev", __file__)
|
||||
START_CODE_BLOCK_RE = re.compile(r"^((```py)(?=\s)|(```))")
|
||||
|
||||
|
||||
@cog_i18n(_)
|
||||
class Dev(commands.Cog):
|
||||
"""Various development focused utilities."""
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\n"
|
||||
"Generated-By: redgettext 3.3\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"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2020-02-08 18:08+0000\n"
|
||||
"POT-Creation-Date: 2021-02-11 12:29+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.1\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"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user