From 432de92e8a36303d0fbd6dc9cd2d33c1666e292e Mon Sep 17 00:00:00 2001 From: Devon R Date: Thu, 10 Mar 2022 01:07:48 +0000 Subject: [PATCH] Update translations, add Crowdin CLI config --- discord/ext/commands/core.py | 6 +- docs/crowdin.yml | 21 + docs/ext/commands/api.rst | 2 +- docs/locale/ja/LC_MESSAGES/api.po | 37102 +++++++--------- docs/locale/ja/LC_MESSAGES/discord.po | 128 +- .../locale/ja/LC_MESSAGES/ext/commands/api.po | 8517 ++-- .../ja/LC_MESSAGES/ext/commands/cogs.po | 4 +- .../ja/LC_MESSAGES/ext/commands/commands.po | 780 +- .../ja/LC_MESSAGES/ext/commands/extensions.po | 94 +- .../ja/LC_MESSAGES/ext/commands/index.po | 6 +- docs/locale/ja/LC_MESSAGES/ext/tasks/index.po | 467 +- docs/locale/ja/LC_MESSAGES/faq.po | 428 +- docs/locale/ja/LC_MESSAGES/index.po | 105 +- docs/locale/ja/LC_MESSAGES/intents.po | 471 +- .../locale/ja/LC_MESSAGES/interactions/api.po | 3344 ++ docs/locale/ja/LC_MESSAGES/intro.po | 70 +- docs/locale/ja/LC_MESSAGES/logging.po | 88 +- docs/locale/ja/LC_MESSAGES/migrating.po | 4474 +- .../ja/LC_MESSAGES/migrating_to_async.po | 4 +- docs/locale/ja/LC_MESSAGES/quickstart.po | 121 +- docs/locale/ja/LC_MESSAGES/sphinx.po | 110 +- .../ja/LC_MESSAGES/version_guarantees.po | 4 +- docs/locale/ja/LC_MESSAGES/whats_new.po | 2119 +- 23 files changed, 26829 insertions(+), 31636 deletions(-) create mode 100644 docs/crowdin.yml create mode 100644 docs/locale/ja/LC_MESSAGES/interactions/api.po diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 95372c98d..741280d36 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -476,7 +476,7 @@ class Command(_BaseCommand, Generic[CogT, P, T]): def update(self, **kwargs: Any) -> None: """Updates :class:`Command` instance with updated attribute. - This works similarly to the :func:`.command` decorator in terms + This works similarly to the :func:`~discord.ext.commands.command` decorator in terms of parameters in that they are passed to the :class:`Command` or subclass constructors, sans the name and callback. """ @@ -1345,7 +1345,7 @@ class GroupMixin(Generic[CogT]): *args: Any, **kwargs: Any, ) -> Any: - """A shortcut decorator that invokes :func:`.command` and adds it to + """A shortcut decorator that invokes :func:`~discord.ext.commands.command` and adds it to the internal command list via :meth:`~.GroupMixin.add_command`. Returns @@ -1667,7 +1667,7 @@ def group( ) -> Any: """A decorator that transforms a function into a :class:`.Group`. - This is similar to the :func:`.command` decorator but the ``cls`` + This is similar to the :func:`~discord.ext.commands.command` decorator but the ``cls`` parameter is set to :class:`Group` by default. .. versionchanged:: 1.1 diff --git a/docs/crowdin.yml b/docs/crowdin.yml new file mode 100644 index 000000000..d23bfe6d0 --- /dev/null +++ b/docs/crowdin.yml @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- + +project_id: "362783" +api_token_env: CROWDIN_API_KEY + +files: + - source: /_build/locale/**/*.pot + translation: /locale/%two_letters_code%/LC_MESSAGES/%original_path%/%file_name%.po + +# You must use `crowdin download --all` for this project +# I discovered after like an hour of debugging the Java CLI that `--all` actually means "use server sources" +# Without this, crowdin tries to determine the mapping itself, and decides that because +# `/locale/ja/LC_MESSAGES/_build/locale/...` doesn't exist, that it won't download anything +# There is no workaround for this. I tried. Trying to adjust the project base path just breaks things further. + +# Crowdin does the conflict resolution on its end. The process to update translations is thus: +# - make gettext +# - crowdin upload +# - crowdin download --all +# You must set ${CROWDIN_API_KEY} in the environment. +# I will write an Actions workflow for this at a later date. diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index fa95b30e1..90bd75bc3 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -34,7 +34,7 @@ Bot .. automethod:: Bot.command(*args, **kwargs) :decorator: - + .. automethod:: Bot.event() :decorator: diff --git a/docs/locale/ja/LC_MESSAGES/api.po b/docs/locale/ja/LC_MESSAGES/api.po index 0818e0115..ca098fd06 100644 --- a/docs/locale/ja/LC_MESSAGES/api.po +++ b/docs/locale/ja/LC_MESSAGES/api.po @@ -1,18 +1,21 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 23:39+0900\n" +"PO-Revision-Date: 2022-03-09 14:57\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: api.pot\n" +"X-Crowdin-File-ID: 76\n" +"Language: ja_JP\n" #: ../../api.rst:4 msgid "API Reference" @@ -20,51 +23,33 @@ msgstr "APIリファレンス" #: ../../api.rst:6 msgid "The following section outlines the API of discord.py." -msgstr "ここではdiscord.pyのAPIについて解説します。" +msgstr "ここではdiscord.pyのAPIの概要を説明します。" #: ../../api.rst:10 -msgid "" -"This module uses the Python logging module to log diagnostic and errors " -"in an output independent way. If the logging module is not configured, " -"these logs will not be output anywhere. See :ref:`logging_setup` for " -"more information on how to set up and use the logging module with " -"discord.py." -msgstr "" -"このモジュールはPythonのloggingモジュールを使用して、出力に依存しない方法でエラーや診断の内容を記録します。loggingモジュールが設定されていない場合、これらのログはどこにも出力されません。discord.pyでloggingモジュールを使用する方法の詳細は" -" :ref:`logging_setup` を参照してください。" +msgid "This module uses the Python logging module to log diagnostic and errors in an output independent way. If the logging module is not configured, these logs will not be output anywhere. See :ref:`logging_setup` for more information on how to set up and use the logging module with discord.py." +msgstr "このモジュールはPythonのloggingモジュールを使用して、出力に依存しない方法でエラーや診断の内容を記録します。loggingモジュールが設定されていない場合、これらのログはどこにも出力されません。discord.pyでloggingモジュールを使用する方法の詳細は :ref:`logging_setup` を参照してください。" #: ../../api.rst:17 msgid "Version Related Info" msgstr "バージョン関連情報" #: ../../api.rst:19 -msgid "" -"There are two main ways to query version information about the library. " -"For guarantees, check :ref:`version_guarantees`." -msgstr "" -"ライブラリに関するバージョン情報を問い合わせる方法は主に二つあります。保証については :ref:`version_guarantees` " -"を参照してください。" +msgid "There are two main ways to query version information about the library. For guarantees, check :ref:`version_guarantees`." +msgstr "ライブラリに関するバージョン情報を問い合わせる方法は主に二つあります。保証については :ref:`version_guarantees` を参照してください。" #: ../../api.rst:23 msgid "A named tuple that is similar to :obj:`py:sys.version_info`." -msgstr ":obj:`py:sys.version_info` に似た名前付きタプル。" +msgstr ":obj:`py:sys.version_info` と同様の名前付きタプル。" #: ../../api.rst:25 -msgid "" -"Just like :obj:`py:sys.version_info` the valid values for " -"``releaselevel`` are 'alpha', 'beta', 'candidate' and 'final'." -msgstr "" -":obj:`py:sys.version_info` と同じように ``releaselevel`` の有効値は " -"'alpha'、'beta'、'candidate'、そして 'final' です。" +msgid "Just like :obj:`py:sys.version_info` the valid values for ``releaselevel`` are 'alpha', 'beta', 'candidate' and 'final'." +msgstr ":obj:`py:sys.version_info` と同じように ``releaselevel`` の有効値は 'alpha'、'beta'、'candidate'、そして 'final' です。" #: ../../api.rst:30 -msgid "" -"A string representation of the version. e.g. ``'1.0.0rc1'``. This is " -"based off of :pep:`440`." +msgid "A string representation of the version. e.g. ``'1.0.0rc1'``. This is based off of :pep:`440`." msgstr "``'1.0.0rc1'`` のようなバージョンの文字列表現。これは :pep:`440` に基づいています。" #: ../../api.rst:34 -#, fuzzy msgid "Clients" msgstr "クライアント" @@ -72,28491 +57,22484 @@ msgstr "クライアント" msgid "Client" msgstr "クライアント" -#: discord.client.Client:1 of -msgid "" -"Represents a client connection that connects to Discord. This class is " -"used to interact with the Discord WebSocket and API." -msgstr "Discordに接続するクライアント接続を表します。このクラスは、DiscordのWebSocket、及びAPIとの対話に使用されます。" +#: ../../../discord/client.py:docstring of discord.client.Client:1 +msgid "Represents a client connection that connects to Discord. This class is used to interact with the Discord WebSocket and API." +msgstr "Discordに接続するクライアント接続です。このクラスはDiscordのWebSocket、及びAPIとの対話に使用されます。" -#: discord.client.Client:4 of +#: ../../../discord/client.py:docstring of discord.client.Client:4 msgid "A number of options can be passed to the :class:`Client`." -msgstr "多くのオプションを :class:`Client` に渡すことが可能です。" - -#: ../../api.rst discord.abc.Connectable.connect discord.abc.GuildChannel.clone -#: discord.abc.GuildChannel.create_invite discord.abc.GuildChannel.delete -#: discord.abc.GuildChannel.move discord.abc.GuildChannel.overwrites_for -#: discord.abc.GuildChannel.permissions_for -#: discord.abc.GuildChannel.set_permissions -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.history -#: discord.abc.Messageable.send discord.activity.Game -#: discord.asset.Asset.replace discord.asset.Asset.with_format -#: discord.asset.Asset.with_size discord.asset.Asset.with_static_format -#: discord.asset.AssetMixin.save discord.channel.CategoryChannel.clone -#: discord.channel.CategoryChannel.edit discord.channel.CategoryChannel.move -#: discord.channel.DMChannel.get_partial_message -#: discord.channel.DMChannel.permissions_for -#: discord.channel.GroupChannel.permissions_for -#: discord.channel.PartialMessageable.get_partial_message -#: discord.channel.StageChannel.clone -#: discord.channel.StageChannel.create_instance -#: discord.channel.StageChannel.edit discord.channel.StoreChannel.clone -#: discord.channel.StoreChannel.edit -#: discord.channel.StoreChannel.permissions_for -#: discord.channel.TextChannel.archived_threads -#: discord.channel.TextChannel.clone discord.channel.TextChannel.create_thread -#: discord.channel.TextChannel.create_webhook -#: discord.channel.TextChannel.delete_messages discord.channel.TextChannel.edit -#: discord.channel.TextChannel.follow -#: discord.channel.TextChannel.get_partial_message -#: discord.channel.TextChannel.get_thread -#: discord.channel.TextChannel.permissions_for -#: discord.channel.TextChannel.purge -#: discord.channel.VocalGuildChannel.permissions_for -#: discord.channel.VoiceChannel.clone discord.channel.VoiceChannel.edit -#: discord.client.Client discord.client.Client.add_view -#: discord.client.Client.before_identify_hook -#: discord.client.Client.change_presence discord.client.Client.connect -#: discord.client.Client.create_dm discord.client.Client.create_guild -#: discord.client.Client.delete_invite discord.client.Client.fetch_guild -#: discord.client.Client.fetch_guilds discord.client.Client.fetch_invite -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_template discord.client.Client.fetch_user -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_user -#: discord.client.Client.login discord.client.Client.wait_for -#: discord.colour.Colour.random discord.embeds.Embed.add_field -#: discord.embeds.Embed.from_dict discord.embeds.Embed.insert_field_at -#: discord.embeds.Embed.remove_field discord.embeds.Embed.set_author -#: discord.embeds.Embed.set_field_at discord.embeds.Embed.set_footer -#: discord.embeds.Embed.set_image discord.embeds.Embed.set_thumbnail -#: discord.emoji.Emoji.delete discord.emoji.Emoji.edit -#: discord.flags.MemberCacheFlags.from_intents discord.guild.Guild.audit_logs -#: discord.guild.Guild.ban discord.guild.Guild.change_voice_state -#: discord.guild.Guild.chunk discord.guild.Guild.create_custom_emoji -#: discord.guild.Guild.create_integration discord.guild.Guild.create_role -#: discord.guild.Guild.create_stage_channel discord.guild.Guild.create_sticker -#: discord.guild.Guild.create_template discord.guild.Guild.create_text_channel -#: discord.guild.Guild.create_voice_channel discord.guild.Guild.delete_emoji -#: discord.guild.Guild.delete_sticker discord.guild.Guild.edit -#: discord.guild.Guild.edit_role_positions discord.guild.Guild.edit_widget -#: discord.guild.Guild.estimate_pruned_members discord.guild.Guild.fetch_ban -#: discord.guild.Guild.fetch_emoji discord.guild.Guild.fetch_member -#: discord.guild.Guild.fetch_members discord.guild.Guild.fetch_sticker -#: discord.guild.Guild.get_channel discord.guild.Guild.get_channel_or_thread -#: discord.guild.Guild.get_member discord.guild.Guild.get_member_named -#: discord.guild.Guild.get_role discord.guild.Guild.get_stage_instance -#: discord.guild.Guild.get_thread discord.guild.Guild.kick -#: discord.guild.Guild.prune_members discord.guild.Guild.query_members -#: discord.guild.Guild.unban discord.integrations.Integration.delete -#: discord.integrations.StreamIntegration.edit -#: discord.interactions.Interaction.edit_original_message -#: discord.interactions.InteractionMessage.add_files -#: discord.interactions.InteractionMessage.delete -#: discord.interactions.InteractionMessage.edit -#: discord.interactions.InteractionMessage.remove_attachments -#: discord.interactions.InteractionResponse.defer -#: discord.interactions.InteractionResponse.edit_message -#: discord.interactions.InteractionResponse.send_message -#: discord.interactions.InteractionResponse.send_modal -#: discord.invite.Invite.delete discord.member.Member.add_roles -#: discord.member.Member.edit discord.member.Member.get_role -#: discord.member.Member.mentioned_in discord.member.Member.move_to -#: discord.member.Member.remove_roles discord.message.Attachment.read -#: discord.message.Attachment.save discord.message.Attachment.to_file -#: discord.message.Message.add_files discord.message.Message.add_reaction -#: discord.message.Message.clear_reaction discord.message.Message.create_thread -#: discord.message.Message.delete discord.message.Message.edit -#: discord.message.Message.pin discord.message.Message.remove_attachments -#: discord.message.Message.remove_reaction discord.message.Message.to_reference -#: discord.message.Message.unpin discord.message.MessageReference.from_message -#: discord.opus.load_opus discord.partial_emoji.PartialEmoji.from_str -#: discord.permissions.PermissionOverwrite -#: discord.permissions.PermissionOverwrite.update -#: discord.permissions.Permissions.update discord.player.FFmpegOpusAudio -#: discord.player.FFmpegOpusAudio.from_probe -#: discord.player.FFmpegOpusAudio.probe discord.player.FFmpegPCMAudio -#: discord.player.PCMVolumeTransformer discord.reaction.Reaction.remove -#: discord.reaction.Reaction.users discord.role.Role.delete -#: discord.role.Role.edit discord.shard.AutoShardedClient.change_presence -#: discord.shard.AutoShardedClient.connect -#: discord.stage_instance.StageInstance.delete -#: discord.stage_instance.StageInstance.edit -#: discord.sticker.GuildSticker.delete discord.sticker.GuildSticker.edit -#: discord.template.Template.create_guild discord.template.Template.edit -#: discord.threads.Thread.add_user discord.threads.Thread.delete_messages -#: discord.threads.Thread.edit discord.threads.Thread.get_partial_message -#: discord.threads.Thread.permissions_for discord.threads.Thread.purge -#: discord.threads.Thread.remove_user discord.ui.button.Button -#: discord.ui.button.button discord.ui.item.Item.callback -#: discord.ui.modal.Modal discord.ui.modal.Modal.on_error -#: discord.ui.modal.Modal.on_submit discord.ui.select.Select -#: discord.ui.select.Select.add_option discord.ui.select.Select.append_option -#: discord.ui.select.select discord.ui.text_input.TextInput -#: discord.ui.view.View discord.ui.view.View.add_item -#: discord.ui.view.View.from_message discord.ui.view.View.interaction_check -#: discord.ui.view.View.on_error discord.ui.view.View.remove_item -#: discord.user.BaseUser.mentioned_in discord.user.ClientUser.edit -#: discord.utils.as_chunks discord.utils.escape_markdown -#: discord.utils.escape_mentions discord.utils.find discord.utils.format_dt -#: discord.utils.get discord.utils.oauth_url discord.utils.remove_markdown -#: discord.utils.resolve_invite discord.utils.resolve_template -#: discord.utils.sleep_until discord.utils.snowflake_time -#: discord.voice_client.VoiceClient.move_to -#: discord.voice_client.VoiceClient.play -#: discord.voice_client.VoiceClient.send_audio_packet -#: discord.voice_client.VoiceProtocol -#: discord.voice_client.VoiceProtocol.connect -#: discord.voice_client.VoiceProtocol.disconnect -#: discord.voice_client.VoiceProtocol.on_voice_server_update -#: discord.voice_client.VoiceProtocol.on_voice_state_update -#: discord.webhook.async_.Webhook.delete -#: discord.webhook.async_.Webhook.delete_message -#: discord.webhook.async_.Webhook.edit -#: discord.webhook.async_.Webhook.edit_message -#: discord.webhook.async_.Webhook.fetch -#: discord.webhook.async_.Webhook.fetch_message -#: discord.webhook.async_.Webhook.from_url -#: discord.webhook.async_.Webhook.partial discord.webhook.async_.Webhook.send -#: discord.webhook.async_.WebhookMessage.add_files -#: discord.webhook.async_.WebhookMessage.delete -#: discord.webhook.async_.WebhookMessage.edit -#: discord.webhook.async_.WebhookMessage.remove_attachments -#: discord.webhook.sync.SyncWebhook.delete -#: discord.webhook.sync.SyncWebhook.delete_message -#: discord.webhook.sync.SyncWebhook.edit -#: discord.webhook.sync.SyncWebhook.edit_message -#: discord.webhook.sync.SyncWebhook.fetch -#: discord.webhook.sync.SyncWebhook.fetch_message -#: discord.webhook.sync.SyncWebhook.from_url -#: discord.webhook.sync.SyncWebhook.partial -#: discord.webhook.sync.SyncWebhook.send -#: discord.webhook.sync.SyncWebhookMessage.add_files -#: discord.webhook.sync.SyncWebhookMessage.delete -#: discord.webhook.sync.SyncWebhookMessage.edit -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments -#: discord.widget.Widget.fetch_invite of +msgstr ":class:`Client` には多くのオプションを渡すことが可能です。" + +#: ../../../discord/client.py:docstring of discord.client.Client:0 +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:0 +#: ../../../discord/client.py:docstring of discord.client.Client.login:0 +#: ../../../discord/client.py:docstring of discord.client.Client.connect:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:0 +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.move_to:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_state_update:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_server_update:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.disconnect:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:0 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:0 +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../../discord/utils.py:docstring of discord.utils.find:0 +#: ../../../discord/utils.py:docstring of discord.utils.get:0 +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:0 +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:0 +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:0 +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:0 +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:0 +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:0 +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:0 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:0 +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:0 +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:0 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:0 +#: ../../../discord/role.py:docstring of discord.role.Role.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:0 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:0 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:0 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.from_dict:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_footer:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_image:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_thumbnail:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_field:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:0 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:0 +#: ../../../discord/colour.py:docstring of discord.colour.Colour.random:0 +#: ../../../discord/activity.py:docstring of discord.activity.Game:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.update:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.update:0 msgid "Parameters" msgstr "パラメータ" -#: discord.client.Client:6 of -msgid "" -"The maximum number of messages to store in the internal message cache. " -"This defaults to ``1000``. Passing in ``None`` disables the message " -"cache. .. versionchanged:: 1.3 Allow disabling the message cache and" -" change the default size to ``1000``." -msgstr "" - -#: discord.client.Client:6 of -#, fuzzy -msgid "" -"The maximum number of messages to store in the internal message cache. " -"This defaults to ``1000``. Passing in ``None`` disables the message " -"cache." -msgstr "" -"内部のメッセージキャッシュに格納するメッセージの最大数。デフォルトでは5000に設定されています。 ``None`` " -"あるいは100未満の値を渡すと、渡された値の代わりにデフォルトの値が使用されます。" - -#: discord.client.Client:9 of -msgid "Allow disabling the message cache and change the default size to ``1000``." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:6 +msgid "The maximum number of messages to store in the internal message cache. This defaults to ``1000``. Passing in ``None`` disables the message cache. .. versionchanged:: 1.3 Allow disabling the message cache and change the default size to ``1000``." +msgstr "内部のメッセージキャッシュに保存するメッセージの最大数。デフォルトは ``1000`` です。 ``None`` が渡されるとメッセージキャッシュは無効化されます。 .. versionchanged:: 1.3 メッセージキャッシュの無効化が可能になり、デフォルトのキャッシュサイズが ``1000`` になりました。" -#: discord.client.Client:12 of -msgid "" -"The :class:`asyncio.AbstractEventLoop` to use for asynchronous " -"operations. Defaults to ``None``, in which case the default event loop is" -" used via :func:`asyncio.get_event_loop()`." -msgstr "" -"非同期操作に使用する :class:`asyncio.AbstractEventLoop` 。デフォルトは ``None`` " -"です。この場合、デフォルトのイベントループは :func:`asyncio.get_event_loop()` を介して使用されます。" +#: ../../../discord/client.py:docstring of discord.client.Client:12 +msgid "The :class:`asyncio.AbstractEventLoop` to use for asynchronous operations. Defaults to ``None``, in which case the default event loop is used via :func:`asyncio.get_event_loop()`." +msgstr "非同期操作に使用する :class:`asyncio.AbstractEventLoop` 。デフォルトは ``None`` です。この場合、デフォルトのイベントループは :func:`asyncio.get_event_loop()` を介して取得されたものが使用されます。" -#: discord.client.Client:16 of +#: ../../../discord/client.py:docstring of discord.client.Client:16 msgid "The connector to use for connection pooling." msgstr "コネクションプーリングに使用するコネクタ。" -#: discord.client.Client:18 of +#: ../../../discord/client.py:docstring of discord.client.Client:18 msgid "Proxy URL." msgstr "プロキシのURL。" -#: discord.client.Client:20 of +#: ../../../discord/client.py:docstring of discord.client.Client:20 msgid "An object that represents proxy HTTP Basic Authorization." msgstr "プロキシのHTTP Basic認証を表すオブジェクト。" -#: discord.client.Client:22 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client:22 msgid "Integer starting at ``0`` and less than :attr:`.shard_count`." -msgstr "0から始まり、 :attr:`.shard_count` より小さい整数。" +msgstr "``0`` から始まり、 :attr:`.shard_count` より小さい整数。" -#: discord.client.Client:24 of +#: ../../../discord/client.py:docstring of discord.client.Client:24 msgid "The total number of shards." msgstr "Shardの総数。" -#: discord.Client.application_id:1 discord.client.Client:26 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client:26 +#: ../../../discord/client.py:docstring of discord.Client.application_id:1 msgid "The client's application ID." -msgstr "Botのアプリケーション情報。" - -#: discord.client.Client:28 of -msgid "" -"The intents that you want to enable for the session. This is a way of " -"disabling and enabling certain gateway events from triggering and being " -"sent. If not given, defaults to a regularly constructed :class:`Intents` " -"class. .. versionadded:: 1.5" -msgstr "" +msgstr "クライアントのアプリケーションID。" -#: discord.client.Client:28 of -msgid "" -"The intents that you want to enable for the session. This is a way of " -"disabling and enabling certain gateway events from triggering and being " -"sent. If not given, defaults to a regularly constructed :class:`Intents` " -"class." -msgstr "" - -#: discord.client.Client:34 of -msgid "" -"Allows for finer control over how the library caches members. If not " -"given, defaults to cache as much as possible with the currently selected " -"intents. .. versionadded:: 1.5" -msgstr "" - -#: discord.client.Client:34 of -msgid "" -"Allows for finer control over how the library caches members. If not " -"given, defaults to cache as much as possible with the currently selected " -"intents." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:28 +msgid "The intents that you want to enable for the session. This is a way of disabling and enabling certain gateway events from triggering and being sent. If not given, defaults to a regularly constructed :class:`Intents` class. .. versionadded:: 1.5" +msgstr "セッションで有効にするインテント。これは特定のゲートウェイイベントの発火、またはその送信を無効化できます。何も渡されなかった場合、標準設定の :class:`Intents` がデフォルトとして使用されます。 .. versionadded:: 1.5" -#: discord.client.Client:40 of -msgid "" -"Indicates if :func:`.on_ready` should be delayed to chunk all guilds at " -"start-up if necessary. This operation is incredibly slow for large " -"amounts of guilds. The default is ``True`` if :attr:`Intents.members` is " -"``True``. .. versionadded:: 1.5" -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:34 +msgid "Allows for finer control over how the library caches members. If not given, defaults to cache as much as possible with the currently selected intents. .. versionadded:: 1.5" +msgstr "ライブラリのメンバーのキャッシュ方法をより詳細に制御することができます。指定されていない場合、デフォルトでは現在のインテントに応じて可能な限りキャッシュを行います。 .. versionadded:: 1.5" -#: discord.client.Client:40 of -msgid "" -"Indicates if :func:`.on_ready` should be delayed to chunk all guilds at " -"start-up if necessary. This operation is incredibly slow for large " -"amounts of guilds. The default is ``True`` if :attr:`Intents.members` is " -"``True``." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:40 +msgid "Indicates if :func:`.on_ready` should be delayed to chunk all guilds at start-up if necessary. This operation is incredibly slow for large amounts of guilds. The default is ``True`` if :attr:`Intents.members` is ``True``. .. versionadded:: 1.5" +msgstr "必要に応じて、 :func:`.on_ready` を遅延させ、すべてのギルドをチャンク化するかどうかを設定します。この操作は大量のギルドに参加している場合、非常に低速になります。 :attr:`Intents.members` が ``True`` である場合、これはデフォルトで ``True`` になります。 .. versionadded:: 1.5" -#: discord.client.Client:47 of +#: ../../../discord/client.py:docstring of discord.client.Client:47 msgid "A status to start your presence with upon logging on to Discord." msgstr "Discordにログインした際の、開始時ステータス。" -#: discord.client.Client:49 of +#: ../../../discord/client.py:docstring of discord.client.Client:49 msgid "An activity to start your presence with upon logging on to Discord." msgstr "Discordにログインした際の、開始時アクティビティ。" -#: discord.client.Client:51 of -msgid "" -"Control how the client handles mentions by default on every message sent." -" .. versionadded:: 1.4" -msgstr "" - -#: discord.client.Client:51 of -msgid "Control how the client handles mentions by default on every message sent." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:51 +msgid "Control how the client handles mentions by default on every message sent. .. versionadded:: 1.4" +msgstr "送信されるすべてのメッセージにおいて、クライアントがメンションを処理するかどうかを制御します。 .. versionadded:: 1.4" -#: discord.client.Client:55 of -msgid "" -"The maximum numbers of seconds before timing out and restarting the " -"WebSocket in the case of not receiving a HEARTBEAT_ACK. Useful if " -"processing the initial packets take too long to the point of " -"disconnecting you. The default timeout is 60 seconds." +#: ../../../discord/client.py:docstring of discord.client.Client:55 +msgid "The maximum numbers of seconds before timing out and restarting the WebSocket in the case of not receiving a HEARTBEAT_ACK. Useful if processing the initial packets take too long to the point of disconnecting you. The default timeout is 60 seconds." msgstr "HEARTBEAT_ACKを受信できない際に、WebSocketをタイムアウトさせて再起動するまでの最大秒数。最初のパケットの処理に時間がかかり、接続を切断できないというような状況時に便利です。デフォルトでは60秒に設定されています。" -#: discord.client.Client:60 of -msgid "" -"The maximum number of seconds to wait for the GUILD_CREATE stream to end " -"before preparing the member cache and firing READY. The default timeout " -"is 2 seconds. .. versionadded:: 1.4" -msgstr "" - -#: discord.client.Client:60 of -msgid "" -"The maximum number of seconds to wait for the GUILD_CREATE stream to end " -"before preparing the member cache and firing READY. The default timeout " -"is 2 seconds." -msgstr "" - -#: discord.client.Client:65 of -msgid "" -"Whether to assume the system clock is unsynced. This applies to the " -"ratelimit handling code. If this is set to ``True``, the default, then " -"the library uses the time to reset a rate limit bucket given by Discord. " -"If this is ``False`` then your system clock is used to calculate how long" -" to sleep for. If this is set to ``False`` it is recommended to sync your" -" system clock to Google's NTP server. .. versionadded:: 1.3" -msgstr "" - -#: discord.client.Client:65 of -msgid "" -"Whether to assume the system clock is unsynced. This applies to the " -"ratelimit handling code. If this is set to ``True``, the default, then " -"the library uses the time to reset a rate limit bucket given by Discord. " -"If this is ``False`` then your system clock is used to calculate how long" -" to sleep for. If this is set to ``False`` it is recommended to sync your" -" system clock to Google's NTP server." -msgstr "" - -#: discord.client.Client:73 of -msgid "" -"Whether to enable events that are useful only for debugging gateway " -"related information. Right now this involves " -":func:`on_socket_raw_receive` and :func:`on_socket_raw_send`. If this is " -"``False`` then those events will not be dispatched (due to performance " -"considerations). To enable these events, this must be set to ``True``. " -"Defaults to ``False``. .. versionadded:: 2.0" -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:60 +msgid "The maximum number of seconds to wait for the GUILD_CREATE stream to end before preparing the member cache and firing READY. The default timeout is 2 seconds. .. versionadded:: 1.4" +msgstr "メンバーキャッシュの準備を行い、READYを実行する前にGUILD_CREATEストリームが終了するのを待機する最大秒数。デフォルトは2秒です。 .. versionadded:: 1.4" -#: discord.client.Client:73 of -msgid "" -"Whether to enable events that are useful only for debugging gateway " -"related information." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:65 +msgid "Whether to assume the system clock is unsynced. This applies to the ratelimit handling code. If this is set to ``True``, the default, then the library uses the time to reset a rate limit bucket given by Discord. If this is ``False`` then your system clock is used to calculate how long to sleep for. If this is set to ``False`` it is recommended to sync your system clock to Google's NTP server. .. versionadded:: 1.3" +msgstr "システムクロックが同期されていない可能性を考慮するかどうかを設定します。これはレートリミットの処理コードに適用されます。デフォルトである ``True`` が設定されている場合、ライブラリは内部で時間の処理を行いDiscordから受け取ったレートリミットバケットをリセットします。 ``False`` に設定されている場合は、システムクロックを利用してどれくらいの時間スリープするかを計算します。もし、これを ``False`` に設定するのであれば、システムクロックをGoogleのNTPサーバーと同期させることを推奨します。 .. versionadded:: 1.3" -#: discord.client.Client:75 of -msgid "" -"Right now this involves :func:`on_socket_raw_receive` and " -":func:`on_socket_raw_send`. If this is ``False`` then those events will " -"not be dispatched (due to performance considerations). To enable these " -"events, this must be set to ``True``. Defaults to ``False``." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client:73 +msgid "Whether to enable events that are useful only for debugging gateway related information. Right now this involves :func:`on_socket_raw_receive` and :func:`on_socket_raw_send`. If this is ``False`` then those events will not be dispatched (due to performance considerations). To enable these events, this must be set to ``True``. Defaults to ``False``. .. versionadded:: 2.0" +msgstr "ゲートウェイの情報をデバッグするのに便利なイベントを有効にするかどうかです。 現在は :func:`on_socket_raw_receive` と :func:`on_socket_raw_send` がそのイベントです。 もし ``False`` にしたのならこれらのイベントは呼ばれません。 (パフォーマンスを考慮したためです) これを有効にする場合は ``True`` にしましょう。 デフォルトは ``False`` です。 .. versionadded:: 2.0" -#: discord.client.Client:84 of -msgid "" -"The websocket gateway the client is currently connected to. Could be " -"``None``." +#: ../../../discord/client.py:docstring of discord.client.Client:84 +msgid "The websocket gateway the client is currently connected to. Could be ``None``." msgstr "クライアントが現在接続しているWebSocketゲートウェイ。 ``None`` でもかまいません。" -#: discord.client.Client:88 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client:88 msgid "The event loop that the client uses for asynchronous operations." msgstr "" -":class:`asyncio.AbstractEventLoop` -- " -"クライアントのHTTPリクエストとWebSocket操作に使われるイベントループ。" - -#: ../../api.rst ../../docstring discord.Activity.end -#: discord.Activity.large_image_text discord.Activity.large_image_url -#: discord.Activity.small_image_text discord.Activity.small_image_url -#: discord.Activity.start discord.AppInfo.cover_image discord.AppInfo.flags -#: discord.AppInfo.guild discord.AppInfo.icon discord.ApplicationFlags.embedded -#: discord.ApplicationFlags.gateway_guild_members -#: discord.ApplicationFlags.gateway_guild_members_limited -#: discord.ApplicationFlags.gateway_message_content -#: discord.ApplicationFlags.gateway_message_content_limited -#: discord.ApplicationFlags.gateway_presence -#: discord.ApplicationFlags.gateway_presence_limited -#: discord.ApplicationFlags.verification_pending_guild_limit discord.Asset.key -#: discord.Asset.url discord.AuditLogEntry.after discord.AuditLogEntry.before -#: discord.AuditLogEntry.category discord.AuditLogEntry.changes -#: discord.AuditLogEntry.created_at discord.AutoShardedClient.latencies -#: discord.AutoShardedClient.latency discord.AutoShardedClient.shards -#: discord.BaseActivity.created_at discord.CategoryChannel.category -#: discord.CategoryChannel.changed_roles discord.CategoryChannel.channels -#: discord.CategoryChannel.created_at discord.CategoryChannel.mention -#: discord.CategoryChannel.permissions_synced -#: discord.CategoryChannel.stage_channels discord.CategoryChannel.text_channels -#: discord.CategoryChannel.type discord.CategoryChannel.voice_channels -#: discord.Client.activity discord.Client.allowed_mentions -#: discord.Client.application_flags discord.Client.application_id -#: discord.Client.cached_messages discord.Client.emojis discord.Client.guilds -#: discord.Client.intents discord.Client.latency -#: discord.Client.persistent_views discord.Client.private_channels -#: discord.Client.stickers discord.Client.user discord.Client.users -#: discord.Client.voice_clients discord.ClientUser.accent_color -#: discord.ClientUser.accent_colour discord.ClientUser.avatar -#: discord.ClientUser.banner discord.ClientUser.color discord.ClientUser.colour -#: discord.ClientUser.created_at discord.ClientUser.default_avatar -#: discord.ClientUser.display_avatar discord.ClientUser.display_name -#: discord.ClientUser.mention discord.ClientUser.public_flags discord.Colour.b -#: discord.Colour.g discord.Colour.r discord.CustomActivity.type -#: discord.DMChannel.created_at discord.DMChannel.type -#: discord.DeletedReferencedMessage.channel_id -#: discord.DeletedReferencedMessage.guild_id -#: discord.DeletedReferencedMessage.id discord.Embed.fields -#: discord.Emoji.created_at discord.Emoji.guild discord.Emoji.roles -#: discord.Emoji.url discord.Game.end discord.Game.start discord.Game.type -#: discord.GroupChannel.created_at discord.GroupChannel.icon -#: discord.GroupChannel.type discord.Guild.banner discord.Guild.bitrate_limit -#: discord.Guild.categories discord.Guild.channels discord.Guild.chunked -#: discord.Guild.created_at discord.Guild.default_role -#: discord.Guild.discovery_splash discord.Guild.emoji_limit -#: discord.Guild.filesize_limit discord.Guild.icon discord.Guild.large -#: discord.Guild.me discord.Guild.member_count discord.Guild.members -#: discord.Guild.owner discord.Guild.premium_subscriber_role -#: discord.Guild.premium_subscribers discord.Guild.public_updates_channel -#: discord.Guild.roles discord.Guild.rules_channel discord.Guild.self_role -#: discord.Guild.shard_id discord.Guild.splash discord.Guild.stage_channels -#: discord.Guild.stage_instances discord.Guild.sticker_limit -#: discord.Guild.system_channel discord.Guild.system_channel_flags -#: discord.Guild.text_channels discord.Guild.threads -#: discord.Guild.voice_channels discord.Guild.voice_client -#: discord.GuildSticker.guild discord.Intents.bans discord.Intents.dm_messages -#: discord.Intents.dm_reactions discord.Intents.dm_typing -#: discord.Intents.emojis discord.Intents.emojis_and_stickers -#: discord.Intents.guild_messages discord.Intents.guild_reactions -#: discord.Intents.guild_typing discord.Intents.guilds -#: discord.Intents.integrations discord.Intents.invites discord.Intents.members -#: discord.Intents.message_content discord.Intents.messages -#: discord.Intents.presences discord.Intents.reactions discord.Intents.typing -#: discord.Intents.voice_states discord.Intents.webhooks -#: discord.Interaction.channel discord.Interaction.followup -#: discord.Interaction.guild discord.Interaction.permissions -#: discord.Interaction.response discord.Invite.id discord.Invite.url -#: discord.Member.activity discord.Member.color discord.Member.colour -#: discord.Member.desktop_status discord.Member.display_avatar -#: discord.Member.display_name discord.Member.guild_avatar -#: discord.Member.guild_permissions discord.Member.mention -#: discord.Member.mobile_status discord.Member.raw_status discord.Member.roles -#: discord.Member.status discord.Member.top_role discord.Member.voice -#: discord.Member.web_status discord.MemberCacheFlags.joined -#: discord.MemberCacheFlags.voice discord.Message.clean_content -#: discord.Message.created_at discord.Message.edited_at -#: discord.Message.jump_url discord.Message.raw_channel_mentions -#: discord.Message.raw_mentions discord.Message.raw_role_mentions -#: discord.Message.system_content discord.MessageFlags.crossposted -#: discord.MessageFlags.ephemeral discord.MessageFlags.has_thread -#: discord.MessageFlags.is_crossposted -#: discord.MessageFlags.source_message_deleted -#: discord.MessageFlags.suppress_embeds discord.MessageFlags.urgent -#: discord.MessageReference.cached_message discord.MessageReference.jump_url -#: discord.Object.created_at discord.PartialAppInfo.flags -#: discord.PartialAppInfo.icon discord.PartialEmoji.created_at -#: discord.PartialEmoji.url discord.PartialInviteChannel.created_at -#: discord.PartialInviteChannel.mention discord.PartialInviteGuild.banner -#: discord.PartialInviteGuild.created_at discord.PartialInviteGuild.icon -#: discord.PartialInviteGuild.splash discord.PartialMessage.created_at -#: discord.PartialMessage.guild discord.PartialMessage.jump_url -#: discord.PartialWebhookGuild.icon discord.Permissions.add_reactions -#: discord.Permissions.administrator discord.Permissions.attach_files -#: discord.Permissions.ban_members discord.Permissions.change_nickname -#: discord.Permissions.connect discord.Permissions.create_instant_invite -#: discord.Permissions.create_private_threads -#: discord.Permissions.create_public_threads discord.Permissions.deafen_members -#: discord.Permissions.embed_links discord.Permissions.external_emojis -#: discord.Permissions.external_stickers discord.Permissions.kick_members -#: discord.Permissions.manage_channels discord.Permissions.manage_emojis -#: discord.Permissions.manage_emojis_and_stickers -#: discord.Permissions.manage_events discord.Permissions.manage_guild -#: discord.Permissions.manage_messages discord.Permissions.manage_nicknames -#: discord.Permissions.manage_permissions discord.Permissions.manage_roles -#: discord.Permissions.manage_threads discord.Permissions.manage_webhooks -#: discord.Permissions.mention_everyone discord.Permissions.moderate_members -#: discord.Permissions.move_members discord.Permissions.mute_members -#: discord.Permissions.priority_speaker -#: discord.Permissions.read_message_history discord.Permissions.read_messages -#: discord.Permissions.request_to_speak discord.Permissions.send_messages -#: discord.Permissions.send_messages_in_threads -#: discord.Permissions.send_tts_messages discord.Permissions.speak -#: discord.Permissions.start_embedded_activities discord.Permissions.stream -#: discord.Permissions.use_external_emojis -#: discord.Permissions.use_external_stickers -#: discord.Permissions.use_slash_commands -#: discord.Permissions.use_voice_activation discord.Permissions.view_audit_log -#: discord.Permissions.view_channel discord.Permissions.view_guild_insights -#: discord.PublicUserFlags.bot_http_interactions -#: discord.PublicUserFlags.bug_hunter -#: discord.PublicUserFlags.bug_hunter_level_2 -#: discord.PublicUserFlags.discord_certified_moderator -#: discord.PublicUserFlags.early_supporter -#: discord.PublicUserFlags.early_verified_bot_developer -#: discord.PublicUserFlags.hypesquad discord.PublicUserFlags.hypesquad_balance -#: discord.PublicUserFlags.hypesquad_bravery -#: discord.PublicUserFlags.hypesquad_brilliance discord.PublicUserFlags.partner -#: discord.PublicUserFlags.spammer discord.PublicUserFlags.staff -#: discord.PublicUserFlags.system discord.PublicUserFlags.team_user -#: discord.PublicUserFlags.verified_bot -#: discord.PublicUserFlags.verified_bot_developer discord.Role.color -#: discord.Role.colour discord.Role.created_at discord.Role.display_icon -#: discord.Role.icon discord.Role.members discord.Role.mention -#: discord.Role.permissions discord.ShardInfo.latency discord.Spotify.album -#: discord.Spotify.album_cover_url discord.Spotify.artist -#: discord.Spotify.artists discord.Spotify.color discord.Spotify.colour -#: discord.Spotify.created_at discord.Spotify.duration discord.Spotify.end -#: discord.Spotify.name discord.Spotify.party_id discord.Spotify.start -#: discord.Spotify.title discord.Spotify.track_id discord.Spotify.track_url -#: discord.Spotify.type discord.StageChannel.category -#: discord.StageChannel.changed_roles discord.StageChannel.created_at -#: discord.StageChannel.instance discord.StageChannel.listeners -#: discord.StageChannel.members discord.StageChannel.mention -#: discord.StageChannel.moderators discord.StageChannel.permissions_synced -#: discord.StageChannel.requesting_to_speak discord.StageChannel.speakers -#: discord.StageChannel.type discord.StageInstance.channel -#: discord.Sticker.created_at discord.StickerPack.banner -#: discord.StoreChannel.category discord.StoreChannel.changed_roles -#: discord.StoreChannel.created_at discord.StoreChannel.mention -#: discord.StoreChannel.permissions_synced discord.StoreChannel.type -#: discord.StreamIntegration.expire_behavior discord.Streaming.twitch_name -#: discord.Streaming.type discord.SyncWebhook.avatar -#: discord.SyncWebhook.channel discord.SyncWebhook.created_at -#: discord.SyncWebhook.default_avatar discord.SyncWebhook.display_avatar -#: discord.SyncWebhook.guild discord.SyncWebhook.url -#: discord.SystemChannelFlags.guild_reminder_notifications -#: discord.SystemChannelFlags.join_notification_replies -#: discord.SystemChannelFlags.join_notifications -#: discord.SystemChannelFlags.premium_subscriptions discord.Team.icon -#: discord.Team.owner discord.Template.url discord.TextChannel.category -#: discord.TextChannel.changed_roles discord.TextChannel.created_at -#: discord.TextChannel.members discord.TextChannel.mention -#: discord.TextChannel.permissions_synced discord.TextChannel.threads -#: discord.TextChannel.type discord.TextInput.default discord.Thread.members -#: discord.Thread.mention discord.Thread.owner discord.Thread.parent -#: discord.Thread.type discord.ThreadMember.thread discord.User.accent_color -#: discord.User.accent_colour discord.User.avatar discord.User.banner -#: discord.User.color discord.User.colour discord.User.created_at -#: discord.User.default_avatar discord.User.display_avatar -#: discord.User.display_name discord.User.dm_channel discord.User.mention -#: discord.User.mutual_guilds discord.User.public_flags -#: discord.VoiceChannel.category discord.VoiceChannel.changed_roles -#: discord.VoiceChannel.created_at discord.VoiceChannel.members -#: discord.VoiceChannel.mention discord.VoiceChannel.permissions_synced -#: discord.VoiceChannel.type discord.VoiceClient.average_latency -#: discord.VoiceClient.guild discord.VoiceClient.latency -#: discord.VoiceClient.source discord.VoiceClient.user discord.Webhook.avatar -#: discord.Webhook.channel discord.Webhook.created_at -#: discord.Webhook.default_avatar discord.Webhook.display_avatar -#: discord.Webhook.guild discord.Webhook.url discord.Widget.created_at -#: discord.Widget.invite_url discord.Widget.json_url -#: discord.WidgetChannel.created_at discord.WidgetChannel.mention -#: discord.WidgetMember.accent_color discord.WidgetMember.accent_colour -#: discord.WidgetMember.banner discord.WidgetMember.color -#: discord.WidgetMember.colour discord.WidgetMember.created_at -#: discord.WidgetMember.default_avatar discord.WidgetMember.display_avatar -#: discord.WidgetMember.display_name discord.WidgetMember.mention -#: discord.WidgetMember.public_flags discord.abc.GuildChannel -#: discord.abc.GuildChannel.category discord.abc.GuildChannel.changed_roles -#: discord.abc.GuildChannel.created_at discord.abc.GuildChannel.mention -#: discord.abc.GuildChannel.permissions_synced discord.abc.PrivateChannel -#: discord.abc.Snowflake discord.abc.User discord.abc.User.display_name -#: discord.abc.User.mention discord.activity.Activity -#: discord.activity.CustomActivity discord.activity.Game -#: discord.activity.Streaming discord.appinfo.AppInfo -#: discord.appinfo.PartialAppInfo discord.audit_logs.AuditLogEntry -#: discord.channel.CategoryChannel discord.channel.DMChannel -#: discord.channel.GroupChannel discord.channel.PartialMessageable -#: discord.channel.StageChannel discord.channel.StoreChannel -#: discord.channel.TextChannel discord.channel.VoiceChannel -#: discord.client.Client discord.colour.Colour discord.components.ActionRow -#: discord.components.Button discord.components.Component -#: discord.components.SelectMenu discord.components.SelectOption -#: discord.components.TextInput discord.embeds.Embed discord.emoji.Emoji -#: discord.errors.ConnectionClosed discord.errors.HTTPException -#: discord.errors.InteractionResponded discord.errors.PrivilegedIntentsRequired -#: discord.file.File discord.flags.ApplicationFlags discord.flags.Intents -#: discord.flags.MemberCacheFlags discord.flags.MessageFlags -#: discord.flags.PublicUserFlags discord.flags.SystemChannelFlags -#: discord.guild.Guild discord.integrations.BotIntegration -#: discord.integrations.Integration discord.integrations.IntegrationAccount -#: discord.integrations.IntegrationApplication -#: discord.integrations.StreamIntegration discord.interactions.Interaction -#: discord.invite.Invite discord.invite.PartialInviteChannel -#: discord.invite.PartialInviteGuild discord.member.Member -#: discord.member.VoiceState discord.mentions.AllowedMentions -#: discord.message.Attachment discord.message.Message -#: discord.message.MessageReference discord.message.PartialMessage -#: discord.object.Object discord.opus.OpusError -#: discord.partial_emoji.PartialEmoji discord.permissions.Permissions -#: discord.player.PCMAudio discord.raw_models.RawBulkMessageDeleteEvent -#: discord.raw_models.RawIntegrationDeleteEvent -#: discord.raw_models.RawMessageDeleteEvent -#: discord.raw_models.RawMessageUpdateEvent -#: discord.raw_models.RawReactionActionEvent -#: discord.raw_models.RawReactionClearEmojiEvent -#: discord.raw_models.RawReactionClearEvent discord.reaction.Reaction -#: discord.role.Role discord.role.RoleTags discord.shard.AutoShardedClient -#: discord.shard.ShardInfo discord.stage_instance.StageInstance -#: discord.sticker.GuildSticker discord.sticker.StandardSticker -#: discord.sticker.Sticker discord.sticker.StickerItem -#: discord.sticker.StickerPack discord.team.Team discord.team.TeamMember -#: discord.template.Template discord.threads.Thread -#: discord.threads.ThreadMember discord.ui.Button.custom_id -#: discord.ui.Button.disabled discord.ui.Button.emoji discord.ui.Button.label -#: discord.ui.Button.style discord.ui.Button.url discord.ui.Button.view -#: discord.ui.Item.view discord.ui.Select.custom_id discord.ui.Select.disabled -#: discord.ui.Select.max_values discord.ui.Select.min_values -#: discord.ui.Select.options discord.ui.Select.placeholder -#: discord.ui.Select.values discord.ui.Select.view -#: discord.ui.TextInput.custom_id discord.ui.TextInput.default -#: discord.ui.TextInput.label discord.ui.TextInput.max_length -#: discord.ui.TextInput.min_length discord.ui.TextInput.placeholder -#: discord.ui.TextInput.required discord.ui.TextInput.style -#: discord.ui.TextInput.value discord.ui.TextInput.view discord.ui.modal.Modal -#: discord.ui.view.View discord.user.ClientUser discord.user.User -#: discord.voice_client.VoiceClient -#: discord.webhook.async_.PartialWebhookChannel -#: discord.webhook.async_.PartialWebhookGuild discord.webhook.async_.Webhook -#: discord.webhook.sync.SyncWebhook discord.widget.Widget -#: discord.widget.WidgetChannel discord.widget.WidgetMember of + +#: ../../../discord/client.py:docstring of discord.client.Client:0 +#: ../../../discord/client.py:docstring of discord.Client.latency:0 +#: ../../../discord/client.py:docstring of discord.Client.user:0 +#: ../../../discord/client.py:docstring of discord.Client.guilds:0 +#: ../../../discord/client.py:docstring of discord.Client.emojis:0 +#: ../../../discord/client.py:docstring of discord.Client.stickers:0 +#: ../../../discord/client.py:docstring of discord.Client.cached_messages:0 +#: ../../../discord/client.py:docstring of discord.Client.private_channels:0 +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:0 +#: ../../../discord/client.py:docstring of discord.Client.application_id:0 +#: ../../../discord/client.py:docstring of discord.Client.application_flags:0 +#: ../../../discord/client.py:docstring of discord.Client.activity:0 +#: ../../../discord/client.py:docstring of discord.Client.allowed_mentions:0 +#: ../../../discord/client.py:docstring of discord.Client.intents:0 +#: ../../../discord/client.py:docstring of discord.Client.users:0 +#: ../../../discord/client.py:docstring of discord.Client.persistent_views:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:0 +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latency:0 +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latencies:0 +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.shards:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.icon:0 +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.cover_image:0 +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.guild:0 +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.flags:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:0 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.icon:0 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.flags:0 +#: ../../../discord/team.py:docstring of discord.team.Team:0 +#: ../../../discord/team.py:docstring of discord.team.Team:0 +#: ../../../discord/team.py:docstring of discord.team.Team:0 +#: ../../../discord/team.py:docstring of discord.team.Team:0 +#: ../../../discord/team.py:docstring of discord.Team.icon:0 +#: ../../../discord/team.py:docstring of discord.Team.owner:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_color:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_colour:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.avatar:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.banner:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.color:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.colour:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.created_at:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.default_avatar:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.display_avatar:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.display_name:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.mention:0 +#: ../../../discord/team.py:docstring of discord.TeamMember.public_flags:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:0 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.guild:0 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.user:0 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.latency:0 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.average_latency:0 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:0 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:0 +#: ../../docstring of discord.AuditLogEntry.created_at:0 +#: ../../docstring of discord.AuditLogEntry.category:0 +#: ../../docstring of discord.AuditLogEntry.changes:0 +#: ../../docstring of discord.AuditLogEntry.before:0 +#: ../../docstring of discord.AuditLogEntry.after:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.url:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.avatar:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.channel:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.created_at:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.default_avatar:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.display_avatar:0 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.guild:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.url:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.avatar:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.channel:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.created_at:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.default_avatar:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.display_avatar:0 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.guild:0 +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:0 +#: ../../../discord/abc.py:docstring of discord.abc.User:0 +#: ../../../discord/abc.py:docstring of discord.abc.User:0 +#: ../../../discord/abc.py:docstring of discord.abc.User:0 +#: ../../../discord/abc.py:docstring of discord.abc.User.display_name:0 +#: ../../../discord/abc.py:docstring of discord.abc.User.mention:0 +#: ../../../discord/abc.py:docstring of discord.abc.User.avatar:0 +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.changed_roles:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.mention:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.created_at:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_synced:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_color:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_colour:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.banner:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.color:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.colour:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.default_avatar:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_avatar:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_name:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.mention:0 +#: ../../../discord/user.py:docstring of discord.ClientUser.public_flags:0 +#: ../../../discord/user.py:docstring of discord.user.User:0 +#: ../../../discord/user.py:docstring of discord.user.User:0 +#: ../../../discord/user.py:docstring of discord.user.User:0 +#: ../../../discord/user.py:docstring of discord.user.User:0 +#: ../../../discord/user.py:docstring of discord.user.User:0 +#: ../../../discord/user.py:docstring of discord.User.dm_channel:0 +#: ../../../discord/user.py:docstring of discord.User.mutual_guilds:0 +#: ../../../discord/user.py:docstring of discord.User.accent_color:0 +#: ../../../discord/user.py:docstring of discord.User.accent_colour:0 +#: ../../../discord/user.py:docstring of discord.User.avatar:0 +#: ../../../discord/user.py:docstring of discord.User.banner:0 +#: ../../../discord/user.py:docstring of discord.User.color:0 +#: ../../../discord/user.py:docstring of discord.User.colour:0 +#: ../../../discord/user.py:docstring of discord.User.created_at:0 +#: ../../../discord/user.py:docstring of discord.User.default_avatar:0 +#: ../../../discord/user.py:docstring of discord.User.display_avatar:0 +#: ../../../discord/user.py:docstring of discord.User.display_name:0 +#: ../../../discord/user.py:docstring of discord.User.mention:0 +#: ../../../discord/user.py:docstring of discord.User.public_flags:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment:0 +#: ../../../discord/asset.py:docstring of discord.Asset.url:0 +#: ../../../discord/asset.py:docstring of discord.Asset.key:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../../discord/message.py:docstring of discord.message.Message:0 +#: ../../docstring of discord.Message.raw_mentions:0 +#: ../../docstring of discord.Message.raw_channel_mentions:0 +#: ../../docstring of discord.Message.raw_role_mentions:0 +#: ../../docstring of discord.Message.clean_content:0 +#: ../../../discord/message.py:docstring of discord.Message.created_at:0 +#: ../../../discord/message.py:docstring of discord.Message.edited_at:0 +#: ../../../discord/message.py:docstring of discord.Message.jump_url:0 +#: ../../docstring of discord.Message.system_content:0 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.id:0 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.channel_id:0 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.guild_id:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:0 +#: ../../../discord/guild.py:docstring of discord.Guild.channels:0 +#: ../../../discord/guild.py:docstring of discord.Guild.threads:0 +#: ../../../discord/guild.py:docstring of discord.Guild.large:0 +#: ../../../discord/guild.py:docstring of discord.Guild.voice_channels:0 +#: ../../../discord/guild.py:docstring of discord.Guild.stage_channels:0 +#: ../../../discord/guild.py:docstring of discord.Guild.me:0 +#: ../../../discord/guild.py:docstring of discord.Guild.voice_client:0 +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:0 +#: ../../../discord/guild.py:docstring of discord.Guild.categories:0 +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:0 +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel_flags:0 +#: ../../../discord/guild.py:docstring of discord.Guild.rules_channel:0 +#: ../../../discord/guild.py:docstring of discord.Guild.public_updates_channel:0 +#: ../../../discord/guild.py:docstring of discord.Guild.emoji_limit:0 +#: ../../../discord/guild.py:docstring of discord.Guild.sticker_limit:0 +#: ../../../discord/guild.py:docstring of discord.Guild.bitrate_limit:0 +#: ../../../discord/guild.py:docstring of discord.Guild.filesize_limit:0 +#: ../../../discord/guild.py:docstring of discord.Guild.members:0 +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscribers:0 +#: ../../../discord/guild.py:docstring of discord.Guild.roles:0 +#: ../../../discord/guild.py:docstring of discord.Guild.default_role:0 +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscriber_role:0 +#: ../../../discord/guild.py:docstring of discord.Guild.self_role:0 +#: ../../../discord/guild.py:docstring of discord.Guild.stage_instances:0 +#: ../../../discord/guild.py:docstring of discord.Guild.scheduled_events:0 +#: ../../../discord/guild.py:docstring of discord.Guild.owner:0 +#: ../../../discord/guild.py:docstring of discord.Guild.icon:0 +#: ../../../discord/guild.py:docstring of discord.Guild.banner:0 +#: ../../../discord/guild.py:docstring of discord.Guild.splash:0 +#: ../../../discord/guild.py:docstring of discord.Guild.discovery_splash:0 +#: ../../../discord/guild.py:docstring of discord.Guild.member_count:0 +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:0 +#: ../../../discord/guild.py:docstring of discord.Guild.shard_id:0 +#: ../../../discord/guild.py:docstring of discord.Guild.created_at:0 +#: ../../api.rst:0 +#: ../../api.rst:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:0 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.cover_image:0 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.guild:0 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.channel:0 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.url:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:0 +#: ../../../discord/integrations.py:docstring of discord.StreamIntegration.expire_behavior:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.member.Member:0 +#: ../../../discord/member.py:docstring of discord.Member.raw_status:0 +#: ../../../discord/member.py:docstring of discord.Member.status:0 +#: ../../../discord/member.py:docstring of discord.Member.mobile_status:0 +#: ../../../discord/member.py:docstring of discord.Member.desktop_status:0 +#: ../../../discord/member.py:docstring of discord.Member.web_status:0 +#: ../../../discord/member.py:docstring of discord.Member.colour:0 +#: ../../../discord/member.py:docstring of discord.Member.color:0 +#: ../../../discord/member.py:docstring of discord.Member.roles:0 +#: ../../../discord/member.py:docstring of discord.Member.mention:0 +#: ../../../discord/member.py:docstring of discord.Member.display_name:0 +#: ../../../discord/member.py:docstring of discord.Member.display_avatar:0 +#: ../../../discord/member.py:docstring of discord.Member.guild_avatar:0 +#: ../../../discord/member.py:docstring of discord.Member.activity:0 +#: ../../../discord/member.py:docstring of discord.Member.top_role:0 +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:0 +#: ../../../discord/member.py:docstring of discord.Member.resolved_permissions:0 +#: ../../../discord/member.py:docstring of discord.Member.voice:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.type:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.created_at:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.color:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.name:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.title:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.artists:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.artist:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.album:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.album_cover_url:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.track_id:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.track_url:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.start:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.end:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.duration:0 +#: ../../../discord/activity.py:docstring of discord.Spotify.party_id:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:0 +#: ../../../discord/emoji.py:docstring of discord.Emoji.created_at:0 +#: ../../../discord/emoji.py:docstring of discord.Emoji.url:0 +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:0 +#: ../../../discord/emoji.py:docstring of discord.Emoji.guild:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:0 +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.created_at:0 +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.url:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.role.Role:0 +#: ../../../discord/role.py:docstring of discord.Role.permissions:0 +#: ../../../discord/role.py:docstring of discord.Role.colour:0 +#: ../../../discord/role.py:docstring of discord.Role.color:0 +#: ../../../discord/role.py:docstring of discord.Role.icon:0 +#: ../../../discord/role.py:docstring of discord.Role.display_icon:0 +#: ../../../discord/role.py:docstring of discord.Role.created_at:0 +#: ../../../discord/role.py:docstring of discord.Role.mention:0 +#: ../../../discord/role.py:docstring of discord.Role.members:0 +#: ../../../discord/role.py:docstring of discord.role.RoleTags:0 +#: ../../../discord/role.py:docstring of discord.role.RoleTags:0 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:0 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.members:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.threads:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.category:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.changed_roles:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.mention:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.permissions_synced:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:0 +#: ../../../discord/threads.py:docstring of discord.Thread.type:0 +#: ../../../discord/threads.py:docstring of discord.Thread.parent:0 +#: ../../../discord/threads.py:docstring of discord.Thread.owner:0 +#: ../../../discord/threads.py:docstring of discord.Thread.mention:0 +#: ../../../discord/threads.py:docstring of discord.Thread.members:0 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:0 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:0 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:0 +#: ../../../discord/threads.py:docstring of discord.ThreadMember.thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.category:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.changed_roles:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.mention:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.permissions_synced:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.category:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.changed_roles:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.members:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.mention:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.permissions_synced:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.scheduled_events:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.requesting_to_speak:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.speakers:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.listeners:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.moderators:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.instance:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.category:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.changed_roles:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.members:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.mention:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.permissions_synced:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.scheduled_events:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:0 +#: ../../docstring of discord.StageInstance.channel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.channels:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.text_channels:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.voice_channels:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.stage_channels:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.category:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.changed_roles:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.mention:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.permissions_synced:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:0 +#: ../../../discord/channel.py:docstring of discord.DMChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.DMChannel.created_at:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:0 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.type:0 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.icon:0 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.created_at:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.created_at:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.icon:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.banner:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.splash:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:0 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.mention:0 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.created_at:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:0 +#: ../../../discord/invite.py:docstring of discord.Invite.id:0 +#: ../../../discord/invite.py:docstring of discord.Invite.url:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.template.Template:0 +#: ../../../discord/template.py:docstring of discord.Template.url:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:0 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.mention:0 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.created_at:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_name:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_color:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_colour:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.banner:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.color:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.colour:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.created_at:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.default_avatar:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_avatar:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.mention:0 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.public_flags:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:0 +#: ../../../discord/widget.py:docstring of discord.Widget.created_at:0 +#: ../../../discord/widget.py:docstring of discord.Widget.json_url:0 +#: ../../../discord/widget.py:docstring of discord.Widget.invite_url:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:0 +#: ../../../discord/sticker.py:docstring of discord.StickerPack.banner:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:0 +#: ../../../discord/sticker.py:docstring of discord.Sticker.created_at:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:0 +#: ../../docstring of discord.GuildSticker.guild:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:0 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:0 +#: ../../../discord/webhook/async_.py:docstring of discord.PartialWebhookGuild.icon:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:0 +#: ../../../discord/object.py:docstring of discord.object.Object:0 +#: ../../../discord/object.py:docstring of discord.Object.created_at:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:0 +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:0 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:0 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:0 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:0 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:0 +#: ../../../discord/message.py:docstring of discord.MessageReference.cached_message:0 +#: ../../../discord/message.py:docstring of discord.MessageReference.jump_url:0 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:0 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:0 +#: ../../../discord/message.py:docstring of discord.PartialMessage.jump_url:0 +#: ../../../discord/message.py:docstring of discord.PartialMessage.created_at:0 +#: ../../docstring of discord.PartialMessage.guild:0 +#: ../../../discord/flags.py:docstring of discord.flags.Intents:0 +#: ../../docstring of discord.Intents.guilds:0 +#: ../../docstring of discord.Intents.members:0 +#: ../../docstring of discord.Intents.bans:0 +#: ../../docstring of discord.Intents.emojis:0 +#: ../../docstring of discord.Intents.emojis_and_stickers:0 +#: ../../docstring of discord.Intents.integrations:0 +#: ../../docstring of discord.Intents.webhooks:0 +#: ../../docstring of discord.Intents.invites:0 +#: ../../docstring of discord.Intents.voice_states:0 +#: ../../docstring of discord.Intents.presences:0 +#: ../../docstring of discord.Intents.messages:0 +#: ../../docstring of discord.Intents.guild_messages:0 +#: ../../docstring of discord.Intents.dm_messages:0 +#: ../../docstring of discord.Intents.reactions:0 +#: ../../docstring of discord.Intents.guild_reactions:0 +#: ../../docstring of discord.Intents.dm_reactions:0 +#: ../../docstring of discord.Intents.typing:0 +#: ../../docstring of discord.Intents.guild_typing:0 +#: ../../docstring of discord.Intents.dm_typing:0 +#: ../../docstring of discord.Intents.message_content:0 +#: ../../docstring of discord.Intents.guild_scheduled_events:0 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:0 +#: ../../docstring of discord.MemberCacheFlags.voice:0 +#: ../../docstring of discord.MemberCacheFlags.joined:0 +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:0 +#: ../../docstring of discord.ApplicationFlags.gateway_presence:0 +#: ../../docstring of discord.ApplicationFlags.gateway_presence_limited:0 +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members:0 +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members_limited:0 +#: ../../docstring of discord.ApplicationFlags.verification_pending_guild_limit:0 +#: ../../docstring of discord.ApplicationFlags.embedded:0 +#: ../../docstring of discord.ApplicationFlags.gateway_message_content:0 +#: ../../docstring of discord.ApplicationFlags.gateway_message_content_limited:0 +#: ../../../discord/file.py:docstring of discord.file.File:0 +#: ../../../discord/file.py:docstring of discord.file.File:0 +#: ../../../discord/file.py:docstring of discord.file.File:0 +#: ../../../discord/file.py:docstring of discord.file.File:0 +#: ../../../discord/colour.py:docstring of discord.colour.Colour:0 +#: ../../../discord/colour.py:docstring of discord.Colour.r:0 +#: ../../../discord/colour.py:docstring of discord.Colour.g:0 +#: ../../../discord/colour.py:docstring of discord.Colour.b:0 +#: ../../../discord/activity.py:docstring of discord.BaseActivity.created_at:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:0 +#: ../../../discord/activity.py:docstring of discord.Activity.start:0 +#: ../../../discord/activity.py:docstring of discord.Activity.end:0 +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_url:0 +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_url:0 +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_text:0 +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_text:0 +#: ../../../discord/activity.py:docstring of discord.activity.Game:0 +#: ../../../discord/activity.py:docstring of discord.Game.type:0 +#: ../../../discord/activity.py:docstring of discord.Game.start:0 +#: ../../../discord/activity.py:docstring of discord.Game.end:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:0 +#: ../../../discord/activity.py:docstring of discord.Streaming.type:0 +#: ../../../discord/activity.py:docstring of discord.Streaming.twitch_name:0 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:0 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:0 +#: ../../../discord/activity.py:docstring of discord.CustomActivity.type:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:0 +#: ../../docstring of discord.Permissions.create_instant_invite:0 +#: ../../docstring of discord.Permissions.kick_members:0 +#: ../../docstring of discord.Permissions.ban_members:0 +#: ../../docstring of discord.Permissions.administrator:0 +#: ../../docstring of discord.Permissions.manage_channels:0 +#: ../../docstring of discord.Permissions.manage_guild:0 +#: ../../docstring of discord.Permissions.add_reactions:0 +#: ../../docstring of discord.Permissions.view_audit_log:0 +#: ../../docstring of discord.Permissions.priority_speaker:0 +#: ../../docstring of discord.Permissions.stream:0 +#: ../../docstring of discord.Permissions.read_messages:0 +#: ../../docstring of discord.Permissions.view_channel:0 +#: ../../docstring of discord.Permissions.send_messages:0 +#: ../../docstring of discord.Permissions.send_tts_messages:0 +#: ../../docstring of discord.Permissions.manage_messages:0 +#: ../../docstring of discord.Permissions.embed_links:0 +#: ../../docstring of discord.Permissions.attach_files:0 +#: ../../docstring of discord.Permissions.read_message_history:0 +#: ../../docstring of discord.Permissions.mention_everyone:0 +#: ../../docstring of discord.Permissions.external_emojis:0 +#: ../../docstring of discord.Permissions.use_external_emojis:0 +#: ../../docstring of discord.Permissions.view_guild_insights:0 +#: ../../docstring of discord.Permissions.connect:0 +#: ../../docstring of discord.Permissions.speak:0 +#: ../../docstring of discord.Permissions.mute_members:0 +#: ../../docstring of discord.Permissions.deafen_members:0 +#: ../../docstring of discord.Permissions.move_members:0 +#: ../../docstring of discord.Permissions.use_voice_activation:0 +#: ../../docstring of discord.Permissions.change_nickname:0 +#: ../../docstring of discord.Permissions.manage_nicknames:0 +#: ../../docstring of discord.Permissions.manage_roles:0 +#: ../../docstring of discord.Permissions.manage_permissions:0 +#: ../../docstring of discord.Permissions.manage_webhooks:0 +#: ../../docstring of discord.Permissions.manage_emojis:0 +#: ../../docstring of discord.Permissions.manage_emojis_and_stickers:0 +#: ../../docstring of discord.Permissions.use_slash_commands:0 +#: ../../docstring of discord.Permissions.request_to_speak:0 +#: ../../docstring of discord.Permissions.manage_events:0 +#: ../../docstring of discord.Permissions.manage_threads:0 +#: ../../docstring of discord.Permissions.create_public_threads:0 +#: ../../docstring of discord.Permissions.create_private_threads:0 +#: ../../docstring of discord.Permissions.external_stickers:0 +#: ../../docstring of discord.Permissions.use_external_stickers:0 +#: ../../docstring of discord.Permissions.send_messages_in_threads:0 +#: ../../docstring of discord.Permissions.use_embedded_activities:0 +#: ../../docstring of discord.Permissions.moderate_members:0 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:0 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:0 +#: ../../../discord/shard.py:docstring of discord.ShardInfo.latency:0 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:0 +#: ../../docstring of discord.SystemChannelFlags.join_notifications:0 +#: ../../docstring of discord.SystemChannelFlags.premium_subscriptions:0 +#: ../../docstring of discord.SystemChannelFlags.guild_reminder_notifications:0 +#: ../../docstring of discord.SystemChannelFlags.join_notification_replies:0 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:0 +#: ../../docstring of discord.MessageFlags.crossposted:0 +#: ../../docstring of discord.MessageFlags.is_crossposted:0 +#: ../../docstring of discord.MessageFlags.suppress_embeds:0 +#: ../../docstring of discord.MessageFlags.source_message_deleted:0 +#: ../../docstring of discord.MessageFlags.urgent:0 +#: ../../docstring of discord.MessageFlags.has_thread:0 +#: ../../docstring of discord.MessageFlags.ephemeral:0 +#: ../../docstring of discord.MessageFlags.loading:0 +#: ../../docstring of discord.MessageFlags.failed_to_mention_some_roles_in_thread:0 +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:0 +#: ../../docstring of discord.PublicUserFlags.staff:0 +#: ../../docstring of discord.PublicUserFlags.partner:0 +#: ../../docstring of discord.PublicUserFlags.hypesquad:0 +#: ../../docstring of discord.PublicUserFlags.bug_hunter:0 +#: ../../docstring of discord.PublicUserFlags.hypesquad_bravery:0 +#: ../../docstring of discord.PublicUserFlags.hypesquad_brilliance:0 +#: ../../docstring of discord.PublicUserFlags.hypesquad_balance:0 +#: ../../docstring of discord.PublicUserFlags.early_supporter:0 +#: ../../docstring of discord.PublicUserFlags.team_user:0 +#: ../../docstring of discord.PublicUserFlags.system:0 +#: ../../docstring of discord.PublicUserFlags.bug_hunter_level_2:0 +#: ../../docstring of discord.PublicUserFlags.verified_bot:0 +#: ../../docstring of discord.PublicUserFlags.verified_bot_developer:0 +#: ../../docstring of discord.PublicUserFlags.early_verified_bot_developer:0 +#: ../../docstring of discord.PublicUserFlags.discord_certified_moderator:0 +#: ../../docstring of discord.PublicUserFlags.bot_http_interactions:0 +#: ../../docstring of discord.PublicUserFlags.spammer:0 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:0 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:0 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:0 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:0 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:0 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:0 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:0 +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:0 +#: ../../../discord/errors.py:docstring of discord.errors.InteractionResponded:0 +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:0 msgid "type" -msgstr "" +msgstr "型" -#: discord.client.Client:90 discord.voice_client.VoiceClient:41 of +#: ../../../discord/client.py:docstring of discord.client.Client:90 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:41 msgid ":class:`asyncio.AbstractEventLoop`" -msgstr "" +msgstr ":class:`asyncio.AbstractEventLoop`" -#: discord.client.Client.event:1 of +#: ../../../discord/client.py:docstring of discord.client.Client.event:1 msgid "A decorator that registers an event to listen to." msgstr "リッスンするイベントを登録するデコレータ。" -#: discord.client.Client.event:3 of -msgid "" -"You can find more info about the events on the :ref:`documentation below " -"`." +#: ../../../discord/client.py:docstring of discord.client.Client.event:3 +msgid "You can find more info about the events on the :ref:`documentation below `." msgstr "イベントの詳細については :ref:`以下のドキュメント ` を参照してください。" -#: discord.client.Client.event:5 of -msgid "" -"The events must be a :ref:`coroutine `, if not, " -":exc:`TypeError` is raised." +#: ../../../discord/client.py:docstring of discord.client.Client.event:5 +msgid "The events must be a :ref:`coroutine `, if not, :exc:`TypeError` is raised." msgstr "イベントは :ref:`コルーチン ` でなければいけません。違う場合は :exc:`TypeError` が発生します。" -#: discord.client.Client.change_presence:6 discord.client.Client.event:8 -#: discord.guild.Guild.edit_role_positions:15 of +#: ../../../discord/client.py:docstring of discord.client.Client.event:8 +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:6 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:15 msgid "Example" msgstr "例" -#: discord.Thread.category discord.Thread.category_id -#: discord.abc.Connectable.connect discord.abc.GuildChannel.clone -#: discord.abc.GuildChannel.create_invite discord.abc.GuildChannel.delete -#: discord.abc.GuildChannel.invites discord.abc.GuildChannel.move -#: discord.abc.GuildChannel.set_permissions -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.history -#: discord.abc.Messageable.pins discord.abc.Messageable.send -#: discord.asset.Asset.replace discord.asset.Asset.with_format -#: discord.asset.Asset.with_size discord.asset.Asset.with_static_format -#: discord.asset.AssetMixin.read discord.asset.AssetMixin.save -#: discord.channel.CategoryChannel.clone discord.channel.CategoryChannel.edit -#: discord.channel.CategoryChannel.move discord.channel.GroupChannel.leave -#: discord.channel.StageChannel.clone -#: discord.channel.StageChannel.create_instance -#: discord.channel.StageChannel.edit -#: discord.channel.StageChannel.fetch_instance -#: discord.channel.StoreChannel.clone discord.channel.StoreChannel.edit -#: discord.channel.TextChannel.archived_threads -#: discord.channel.TextChannel.clone discord.channel.TextChannel.create_thread -#: discord.channel.TextChannel.create_webhook -#: discord.channel.TextChannel.delete_messages discord.channel.TextChannel.edit -#: discord.channel.TextChannel.follow discord.channel.TextChannel.purge -#: discord.channel.TextChannel.webhooks discord.channel.VoiceChannel.clone -#: discord.channel.VoiceChannel.edit discord.client.Client.add_view -#: discord.client.Client.application_info discord.client.Client.change_presence -#: discord.client.Client.connect discord.client.Client.create_guild -#: discord.client.Client.delete_invite discord.client.Client.event -#: discord.client.Client.fetch_channel discord.client.Client.fetch_guild -#: discord.client.Client.fetch_guilds discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.login -#: discord.client.Client.start discord.client.Client.wait_for -#: discord.embeds.Embed.set_field_at discord.emoji.Emoji.delete -#: discord.emoji.Emoji.edit discord.guild.Guild.active_threads -#: discord.guild.Guild.audit_logs discord.guild.Guild.ban -#: discord.guild.Guild.bans discord.guild.Guild.chunk -#: discord.guild.Guild.create_category discord.guild.Guild.create_custom_emoji -#: discord.guild.Guild.create_integration discord.guild.Guild.create_role -#: discord.guild.Guild.create_stage_channel discord.guild.Guild.create_sticker -#: discord.guild.Guild.create_text_channel -#: discord.guild.Guild.create_voice_channel discord.guild.Guild.delete -#: discord.guild.Guild.delete_emoji discord.guild.Guild.delete_sticker -#: discord.guild.Guild.edit discord.guild.Guild.edit_role_positions -#: discord.guild.Guild.edit_widget discord.guild.Guild.estimate_pruned_members -#: discord.guild.Guild.fetch_ban discord.guild.Guild.fetch_channel -#: discord.guild.Guild.fetch_channels discord.guild.Guild.fetch_emoji -#: discord.guild.Guild.fetch_emojis discord.guild.Guild.fetch_member -#: discord.guild.Guild.fetch_members discord.guild.Guild.fetch_roles -#: discord.guild.Guild.fetch_sticker discord.guild.Guild.fetch_stickers -#: discord.guild.Guild.integrations discord.guild.Guild.invites -#: discord.guild.Guild.kick discord.guild.Guild.leave -#: discord.guild.Guild.prune_members discord.guild.Guild.query_members -#: discord.guild.Guild.templates discord.guild.Guild.unban -#: discord.guild.Guild.vanity_invite discord.guild.Guild.webhooks -#: discord.guild.Guild.widget discord.integrations.Integration.delete -#: discord.integrations.StreamIntegration.edit -#: discord.integrations.StreamIntegration.sync -#: discord.interactions.Interaction.delete_original_message -#: discord.interactions.Interaction.edit_original_message -#: discord.interactions.Interaction.original_message -#: discord.interactions.InteractionMessage.add_files -#: discord.interactions.InteractionMessage.delete -#: discord.interactions.InteractionMessage.edit -#: discord.interactions.InteractionMessage.remove_attachments -#: discord.interactions.InteractionResponse.defer -#: discord.interactions.InteractionResponse.edit_message -#: discord.interactions.InteractionResponse.pong -#: discord.interactions.InteractionResponse.send_message -#: discord.interactions.InteractionResponse.send_modal -#: discord.invite.Invite.delete discord.member.Member.add_roles -#: discord.member.Member.edit discord.member.Member.remove_roles -#: discord.member.Member.request_to_speak discord.message.Attachment.read -#: discord.message.Attachment.save discord.message.Attachment.to_file -#: discord.message.Message.add_files discord.message.Message.add_reaction -#: discord.message.Message.clear_reaction -#: discord.message.Message.clear_reactions -#: discord.message.Message.create_thread discord.message.Message.delete -#: discord.message.Message.edit discord.message.Message.pin -#: discord.message.Message.publish discord.message.Message.remove_attachments -#: discord.message.Message.remove_reaction discord.message.Message.reply -#: discord.message.Message.unpin discord.message.PartialMessage.fetch -#: discord.partial_emoji.PartialEmoji.read discord.player.FFmpegOpusAudio -#: discord.player.FFmpegOpusAudio.from_probe -#: discord.player.FFmpegOpusAudio.probe discord.player.FFmpegPCMAudio -#: discord.player.PCMVolumeTransformer discord.reaction.Reaction.clear -#: discord.reaction.Reaction.remove discord.reaction.Reaction.users -#: discord.role.Role.delete discord.role.Role.edit -#: discord.shard.AutoShardedClient.change_presence -#: discord.shard.AutoShardedClient.connect -#: discord.stage_instance.StageInstance.delete -#: discord.stage_instance.StageInstance.edit -#: discord.sticker.GuildSticker.delete discord.sticker.GuildSticker.edit -#: discord.sticker.StandardSticker.pack discord.sticker.StickerItem.fetch -#: discord.template.Template.create_guild discord.template.Template.delete -#: discord.template.Template.edit discord.template.Template.sync -#: discord.threads.Thread.add_user discord.threads.Thread.delete -#: discord.threads.Thread.delete_messages discord.threads.Thread.edit -#: discord.threads.Thread.fetch_member discord.threads.Thread.fetch_members -#: discord.threads.Thread.join discord.threads.Thread.leave -#: discord.threads.Thread.permissions_for discord.threads.Thread.purge -#: discord.threads.Thread.remove_user discord.ui.select.Select.add_option -#: discord.ui.select.Select.append_option discord.ui.view.View.add_item -#: discord.user.ClientUser.edit discord.voice_client.VoiceClient.play -#: discord.voice_client.VoiceClient.send_audio_packet -#: discord.webhook.async_.Webhook.delete -#: discord.webhook.async_.Webhook.delete_message -#: discord.webhook.async_.Webhook.edit -#: discord.webhook.async_.Webhook.edit_message -#: discord.webhook.async_.Webhook.fetch -#: discord.webhook.async_.Webhook.fetch_message -#: discord.webhook.async_.Webhook.from_url discord.webhook.async_.Webhook.send -#: discord.webhook.async_.WebhookMessage.add_files -#: discord.webhook.async_.WebhookMessage.delete -#: discord.webhook.async_.WebhookMessage.edit -#: discord.webhook.async_.WebhookMessage.remove_attachments -#: discord.webhook.sync.SyncWebhook.delete -#: discord.webhook.sync.SyncWebhook.delete_message -#: discord.webhook.sync.SyncWebhook.edit -#: discord.webhook.sync.SyncWebhook.edit_message -#: discord.webhook.sync.SyncWebhook.fetch -#: discord.webhook.sync.SyncWebhook.fetch_message -#: discord.webhook.sync.SyncWebhook.from_url -#: discord.webhook.sync.SyncWebhook.send -#: discord.webhook.sync.SyncWebhookMessage.add_files -#: discord.webhook.sync.SyncWebhookMessage.delete -#: discord.webhook.sync.SyncWebhookMessage.edit -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.event:0 +#: ../../../discord/client.py:docstring of discord.client.Client.login:0 +#: ../../../discord/client.py:docstring of discord.client.Client.connect:0 +#: ../../../discord/client.py:docstring of discord.client.Client.start:0 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:0 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:0 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:0 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:0 +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.leave:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:0 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:0 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:0 +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:0 +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:0 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:0 +#: ../../../discord/role.py:docstring of discord.role.Role.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.leave:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:0 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.leave:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:0 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:0 +#: ../../../discord/template.py:docstring of discord.template.Template.sync:0 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:0 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:0 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:0 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:0 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:0 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:0 msgid "Raises" msgstr "例外" -#: discord.client.Client.event:15 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.event:15 msgid "The coroutine passed is not actually a coroutine." -msgstr ":exc:`TypeError` -- 渡されたコルーチンが実際にはコルーチンではない。" +msgstr "渡された関数がコルーチンでない場合に発生します。" -#: discord.AutoShardedClient.latency:1 discord.Client.latency:1 of +#: ../../../discord/client.py:docstring of discord.Client.latency:1 +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latency:1 msgid "Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds." -msgstr "" +msgstr "HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で測定します。" -#: discord.Client.latency:3 of +#: ../../../discord/client.py:docstring of discord.Client.latency:3 msgid "This could be referred to as the Discord WebSocket protocol latency." msgstr "これはDiscord WebSocketプロトコルの待ち時間とも言えます。" -#: discord.AutoShardedClient.latency:7 discord.Client.latency:5 -#: discord.Guild.bitrate_limit:3 discord.ShardInfo.latency:3 -#: discord.VoiceClient.average_latency:5 discord.VoiceClient.latency:8 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.latency:5 +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latency:7 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.latency:8 +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.average_latency:5 +#: ../../../discord/guild.py:docstring of discord.Guild.bitrate_limit:3 +#: ../../../discord/shard.py:docstring of discord.ShardInfo.latency:3 msgid ":class:`float`" -msgstr ":class:`str`" +msgstr ":class:`float`" -#: discord.client.Client.is_ws_ratelimited:1 -#: discord.shard.AutoShardedClient.is_ws_ratelimited:1 -#: discord.shard.ShardInfo.is_ws_ratelimited:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.is_ws_ratelimited:1 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.is_ws_ratelimited:1 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.is_ws_ratelimited:1 msgid ":class:`bool`: Whether the websocket is currently rate limited." -msgstr "WebSocketが閉じられているかどうかを表します。" +msgstr ":class:`bool`: WebSocketにレート制限が課されているかどうかを指します。" -#: discord.client.Client.is_ws_ratelimited:3 -#: discord.shard.AutoShardedClient.is_ws_ratelimited:3 -#: discord.shard.ShardInfo.is_ws_ratelimited:3 of -msgid "" -"This can be useful to know when deciding whether you should query members" -" using HTTP or via the gateway." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client.is_ws_ratelimited:3 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.is_ws_ratelimited:3 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.is_ws_ratelimited:3 +msgid "This can be useful to know when deciding whether you should query members using HTTP or via the gateway." +msgstr "これはクエリメンバを利用する際、HTTPを利用するか、ゲートウェイを介して行うかを決定するときに知っておくと役立ちます。" -#: discord.Client.user:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.user:1 msgid "Represents the connected client. ``None`` if not logged in." -msgstr "Optional[:class:`.ClientUser`] -- 接続しているクライアントを表します。接続していない場合はNoneです。" +msgstr "接続されたクライアント。ログインしていない場合は ``None`` です。" -#: discord.Client.user:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.user:3 msgid "Optional[:class:`.ClientUser`]" -msgstr ":class:`~discord.ClientUser`" +msgstr "Optional[:class:`.ClientUser`]" -#: discord.Client.guilds:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.guilds:1 msgid "The guilds that the connected client is a member of." -msgstr "List[:class:`.Guild`] -- 接続したクライアントがメンバーであるギルド。" +msgstr "接続したクライアントがメンバーとして参加しているギルド。" -#: discord.Client.guilds:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.guilds:3 msgid "List[:class:`.Guild`]" -msgstr ":class:`.Guild`" +msgstr "List[:class:`.Guild`]" -#: discord.Client.emojis:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.emojis:1 msgid "The emojis that the connected client has." -msgstr "List[:class:`.Emoji`] -- 接続したクライアントがアクセスできる絵文字。" +msgstr "接続したクライアントが利用できる絵文字。" -#: discord.Client.emojis:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.emojis:3 msgid "List[:class:`.Emoji`]" -msgstr ":class:`.Webhook`" +msgstr "List[:class:`.Emoji`]" -#: discord.Client.stickers:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.stickers:1 msgid "The stickers that the connected client has." -msgstr "List[:class:`.Emoji`] -- 接続したクライアントがアクセスできる絵文字。" +msgstr "" -#: discord.Client.stickers:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.stickers:5 msgid "List[:class:`.GuildSticker`]" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.Client.cached_messages:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.cached_messages:1 msgid "Read-only list of messages the connected client has cached." -msgstr "Sequence[:class:`.Message`] -- 接続されたクライアントにキャッシュされたメッセージの読み取り専用リスト。" +msgstr "接続したクライアントがキャッシュしているメッセージの読み取り専用リスト。" -#: discord.Client.cached_messages:5 of +#: ../../../discord/client.py:docstring of discord.Client.cached_messages:5 msgid "Sequence[:class:`.Message`]" -msgstr "" +msgstr "Sequence[:class:`.Message`]" -#: discord.Client.private_channels:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.private_channels:1 msgid "The private channels that the connected client is participating on." -msgstr "List[:class:`.abc.PrivateChannel`] -- 接続されたクライアントが参加しているプライベートチャンネル。" +msgstr "接続したクライアントが参加しているプライベートチャンネル。" -#: discord.Client.private_channels:5 of -msgid "" -"This returns only up to 128 most recent private channels due to an " -"internal working on how Discord deals with private channels." +#: ../../../discord/client.py:docstring of discord.Client.private_channels:5 +msgid "This returns only up to 128 most recent private channels due to an internal working on how Discord deals with private channels." msgstr "Discordでのプライベートチャンネルの取扱いは内部的に処理されているため、これは最新のプライベートチャンネルから最大128個までしか取得できません。" -#: discord.Client.private_channels:8 of +#: ../../../discord/client.py:docstring of discord.Client.private_channels:8 msgid "List[:class:`.abc.PrivateChannel`]" -msgstr "" +msgstr "List[:class:`.abc.PrivateChannel`]" -#: discord.Client.voice_clients:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:1 msgid "Represents a list of voice connections." -msgstr "Discordの音声接続を表します。" +msgstr "音声接続のリストを表します。" -#: discord.Client.voice_clients:3 of +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:3 msgid "These are usually :class:`.VoiceClient` instances." -msgstr "" +msgstr "通常、 :class:`.VoiceClient` インスタンスです。" -#: discord.Client.voice_clients:5 of +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:5 msgid "List[:class:`.VoiceProtocol`]" -msgstr "" - -#: discord.Client.application_id:3 of -msgid "" -"If this is not passed via ``__init__`` then this is retrieved through the" -" gateway when an event contains the data. Usually after " -":func:`~discord.on_connect` is called." -msgstr "" - -#: discord.Client.application_id:9 discord.DeletedReferencedMessage.guild_id:3 -#: discord.Thread.category_id:6 discord.activity.Activity:16 -#: discord.appinfo.AppInfo:72 discord.appinfo.AppInfo:82 -#: discord.channel.StageChannel:51 discord.channel.TextChannel:43 -#: discord.channel.TextChannel:63 discord.channel.VoiceChannel:43 -#: discord.components.TextInput:49 discord.components.TextInput:55 -#: discord.errors.ConnectionClosed:20 -#: discord.errors.PrivilegedIntentsRequired:14 discord.guild.Guild:81 -#: discord.guild.Guild:91 discord.guild.Guild:99 -#: discord.guild.Guild.estimate_pruned_members:27 -#: discord.guild.Guild.prune_members:42 discord.interactions.Interaction:24 -#: discord.interactions.Interaction:30 discord.invite.Invite:109 -#: discord.invite.Invite:116 discord.message.Attachment:40 -#: discord.message.Attachment:46 discord.message.Message:126 -#: discord.message.MessageReference:12 discord.message.MessageReference:24 -#: discord.partial_emoji.PartialEmoji:44 -#: discord.raw_models.RawBulkMessageDeleteEvent:19 -#: discord.raw_models.RawIntegrationDeleteEvent:15 -#: discord.raw_models.RawMessageDeleteEvent:13 -#: discord.raw_models.RawMessageUpdateEvent:23 -#: discord.raw_models.RawReactionActionEvent:26 -#: discord.raw_models.RawReactionClearEmojiEvent:21 -#: discord.raw_models.RawReactionClearEvent:19 discord.role.RoleTags:15 -#: discord.role.RoleTags:21 discord.shard.ShardInfo:18 -#: discord.sticker.StickerPack:53 discord.threads.Thread:58 -#: discord.threads.Thread:111 discord.webhook.async_.Webhook:70 -#: discord.webhook.async_.Webhook:76 discord.webhook.sync.SyncWebhook:47 -#: discord.webhook.sync.SyncWebhook:53 of +msgstr "List[:class:`.VoiceProtocol`]" + +#: ../../../discord/client.py:docstring of discord.Client.application_id:3 +msgid "If this is not passed via ``__init__`` then this is retrieved through the gateway when an event contains the data. Usually after :func:`~discord.on_connect` is called." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.Client.application_id:9 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:72 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:82 +#: ../../api.rst:1230 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:70 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:76 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:47 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:53 +#: ../../../discord/message.py:docstring of discord.message.Attachment:40 +#: ../../../discord/message.py:docstring of discord.message.Attachment:46 +#: ../../../discord/message.py:docstring of discord.message.Message:126 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.guild_id:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:81 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:91 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:99 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:214 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:224 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:42 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:27 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:47 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:44 +#: ../../../discord/role.py:docstring of discord.role.RoleTags:15 +#: ../../../discord/role.py:docstring of discord.role.RoleTags:21 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:43 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:63 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:58 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:111 +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:6 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:43 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:51 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:109 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:116 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:171 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:53 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:13 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:19 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:23 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:26 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:19 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:21 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:15 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:12 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:24 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:16 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:18 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:20 +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:14 msgid "Optional[:class:`int`]" -msgstr "" +msgstr "Optional[:class:`int`]" -#: discord.Client.application_flags:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.application_flags:1 msgid "The client's application flags." -msgstr "Botのアプリケーション情報。" +msgstr "" -#: discord.Client.application_flags:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.application_flags:5 msgid ":class:`~discord.ApplicationFlags`" -msgstr ":class:`~discord.ClientUser`" +msgstr "" -#: discord.client.Client.is_ready:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.is_ready:1 msgid ":class:`bool`: Specifies if the client's internal cache is ready for use." -msgstr "クライアントの内部キャッシュを使用できる状態にするかどうかを指定します。" - -#: discord.abc.Connectable.connect:1 discord.abc.GuildChannel.clone:1 -#: discord.abc.GuildChannel.create_invite:1 discord.abc.GuildChannel.delete:1 -#: discord.abc.GuildChannel.invites:1 discord.abc.GuildChannel.move:1 -#: discord.abc.GuildChannel.set_permissions:1 -#: discord.abc.Messageable.fetch_message:1 discord.abc.Messageable.pins:1 -#: discord.abc.Messageable.send:1 discord.abc.Messageable.trigger_typing:1 -#: discord.asset.AssetMixin.read:1 discord.asset.AssetMixin.save:1 -#: discord.channel.CategoryChannel.clone:1 -#: discord.channel.CategoryChannel.create_stage_channel:1 -#: discord.channel.CategoryChannel.create_text_channel:1 -#: discord.channel.CategoryChannel.create_voice_channel:1 -#: discord.channel.CategoryChannel.edit:1 -#: discord.channel.CategoryChannel.move:1 discord.channel.GroupChannel.leave:1 -#: discord.channel.StageChannel.clone:1 -#: discord.channel.StageChannel.create_instance:1 -#: discord.channel.StageChannel.edit:1 -#: discord.channel.StageChannel.fetch_instance:1 -#: discord.channel.StoreChannel.clone:1 discord.channel.StoreChannel.edit:1 -#: discord.channel.TextChannel.clone:1 -#: discord.channel.TextChannel.create_thread:1 -#: discord.channel.TextChannel.create_webhook:1 -#: discord.channel.TextChannel.delete_messages:1 -#: discord.channel.TextChannel.edit:1 discord.channel.TextChannel.purge:1 -#: discord.channel.TextChannel.webhooks:1 discord.channel.VoiceChannel.clone:1 -#: discord.channel.VoiceChannel.edit:1 discord.client.Client.application_info:1 -#: discord.client.Client.before_identify_hook:1 -#: discord.client.Client.change_presence:1 discord.client.Client.close:1 -#: discord.client.Client.connect:1 discord.client.Client.create_dm:1 -#: discord.client.Client.create_guild:1 discord.client.Client.delete_invite:1 -#: discord.client.Client.fetch_channel:1 discord.client.Client.fetch_guild:1 -#: discord.client.Client.fetch_invite:1 -#: discord.client.Client.fetch_premium_sticker_packs:1 -#: discord.client.Client.fetch_stage_instance:1 -#: discord.client.Client.fetch_sticker:1 discord.client.Client.fetch_template:1 -#: discord.client.Client.fetch_user:1 discord.client.Client.fetch_webhook:1 -#: discord.client.Client.fetch_widget:1 discord.client.Client.login:1 -#: discord.client.Client.on_error:1 discord.client.Client.start:1 -#: discord.client.Client.wait_for:1 discord.client.Client.wait_until_ready:1 -#: discord.emoji.Emoji.delete:1 discord.emoji.Emoji.edit:1 -#: discord.guild.Guild.active_threads:1 discord.guild.Guild.ban:1 -#: discord.guild.Guild.bans:1 discord.guild.Guild.change_voice_state:1 -#: discord.guild.Guild.chunk:1 discord.guild.Guild.create_category:1 -#: discord.guild.Guild.create_custom_emoji:1 -#: discord.guild.Guild.create_integration:1 discord.guild.Guild.create_role:1 -#: discord.guild.Guild.create_stage_channel:1 -#: discord.guild.Guild.create_sticker:1 discord.guild.Guild.create_template:1 -#: discord.guild.Guild.create_text_channel:1 -#: discord.guild.Guild.create_voice_channel:1 discord.guild.Guild.delete:1 -#: discord.guild.Guild.delete_emoji:1 discord.guild.Guild.delete_sticker:1 -#: discord.guild.Guild.edit:1 discord.guild.Guild.edit_role_positions:1 -#: discord.guild.Guild.edit_widget:1 -#: discord.guild.Guild.estimate_pruned_members:1 -#: discord.guild.Guild.fetch_ban:1 discord.guild.Guild.fetch_channel:1 -#: discord.guild.Guild.fetch_channels:1 discord.guild.Guild.fetch_emoji:1 -#: discord.guild.Guild.fetch_emojis:1 discord.guild.Guild.fetch_member:1 -#: discord.guild.Guild.fetch_roles:1 discord.guild.Guild.fetch_sticker:1 -#: discord.guild.Guild.fetch_stickers:1 discord.guild.Guild.integrations:1 -#: discord.guild.Guild.invites:1 discord.guild.Guild.kick:1 -#: discord.guild.Guild.leave:1 discord.guild.Guild.prune_members:1 -#: discord.guild.Guild.query_members:1 discord.guild.Guild.templates:1 -#: discord.guild.Guild.unban:1 discord.guild.Guild.vanity_invite:1 -#: discord.guild.Guild.webhooks:1 discord.guild.Guild.widget:1 -#: discord.integrations.Integration.delete:1 -#: discord.integrations.StreamIntegration.edit:1 -#: discord.integrations.StreamIntegration.sync:1 -#: discord.interactions.Interaction.delete_original_message:1 -#: discord.interactions.Interaction.edit_original_message:1 -#: discord.interactions.Interaction.original_message:1 -#: discord.interactions.InteractionMessage.add_files:1 -#: discord.interactions.InteractionMessage.delete:1 -#: discord.interactions.InteractionMessage.edit:1 -#: discord.interactions.InteractionMessage.remove_attachments:1 -#: discord.interactions.InteractionResponse.defer:1 -#: discord.interactions.InteractionResponse.edit_message:1 -#: discord.interactions.InteractionResponse.pong:1 -#: discord.interactions.InteractionResponse.send_message:1 -#: discord.interactions.InteractionResponse.send_modal:1 -#: discord.invite.Invite.delete:1 discord.member.Member.add_roles:1 -#: discord.member.Member.ban:1 discord.member.Member.edit:1 -#: discord.member.Member.kick:1 discord.member.Member.move_to:1 -#: discord.member.Member.remove_roles:1 -#: discord.member.Member.request_to_speak:1 discord.member.Member.unban:1 -#: discord.member.flatten_user..generate_function..general:1 -#: discord.message.Attachment.read:1 discord.message.Attachment.save:1 -#: discord.message.Attachment.to_file:1 discord.message.Message.add_files:1 -#: discord.message.Message.add_reaction:1 -#: discord.message.Message.clear_reaction:1 -#: discord.message.Message.clear_reactions:1 -#: discord.message.Message.create_thread:1 discord.message.Message.delete:1 -#: discord.message.Message.edit:1 discord.message.Message.pin:1 -#: discord.message.Message.publish:1 -#: discord.message.Message.remove_attachments:1 -#: discord.message.Message.remove_reaction:1 discord.message.Message.reply:1 -#: discord.message.Message.unpin:1 discord.message.PartialMessage.fetch:1 -#: discord.partial_emoji.PartialEmoji.read:1 -#: discord.player.FFmpegOpusAudio.from_probe:1 -#: discord.player.FFmpegOpusAudio.probe:1 discord.reaction.Reaction.clear:1 -#: discord.reaction.Reaction.remove:1 discord.role.Role.delete:1 -#: discord.role.Role.edit:1 discord.shard.AutoShardedClient.change_presence:1 -#: discord.shard.AutoShardedClient.close:1 -#: discord.shard.AutoShardedClient.connect:1 discord.shard.ShardInfo.connect:1 -#: discord.shard.ShardInfo.disconnect:1 discord.shard.ShardInfo.reconnect:1 -#: discord.stage_instance.StageInstance.delete:1 -#: discord.stage_instance.StageInstance.edit:1 -#: discord.sticker.GuildSticker.delete:1 discord.sticker.GuildSticker.edit:1 -#: discord.sticker.StandardSticker.pack:1 discord.sticker.StickerItem.fetch:1 -#: discord.template.Template.create_guild:1 discord.template.Template.delete:1 -#: discord.template.Template.edit:1 discord.template.Template.sync:1 -#: discord.threads.Thread.add_user:1 discord.threads.Thread.delete:1 -#: discord.threads.Thread.delete_messages:1 discord.threads.Thread.edit:1 -#: discord.threads.Thread.fetch_member:1 discord.threads.Thread.fetch_members:1 -#: discord.threads.Thread.join:1 discord.threads.Thread.leave:1 -#: discord.threads.Thread.purge:1 discord.threads.Thread.remove_user:1 -#: discord.ui.item.Item.callback:1 discord.ui.modal.Modal.on_error:1 -#: discord.ui.modal.Modal.on_submit:1 discord.ui.view.View.interaction_check:1 -#: discord.ui.view.View.on_error:1 discord.ui.view.View.on_timeout:1 -#: discord.user.ClientUser.edit:1 discord.user.User.create_dm:1 -#: discord.utils.sleep_until:1 discord.voice_client.VoiceClient.disconnect:1 -#: discord.voice_client.VoiceClient.move_to:1 -#: discord.voice_client.VoiceProtocol.connect:1 -#: discord.voice_client.VoiceProtocol.disconnect:1 -#: discord.voice_client.VoiceProtocol.on_voice_server_update:1 -#: discord.voice_client.VoiceProtocol.on_voice_state_update:1 -#: discord.webhook.async_.Webhook.delete:1 -#: discord.webhook.async_.Webhook.delete_message:1 -#: discord.webhook.async_.Webhook.edit:1 -#: discord.webhook.async_.Webhook.edit_message:1 -#: discord.webhook.async_.Webhook.fetch:1 -#: discord.webhook.async_.Webhook.fetch_message:1 -#: discord.webhook.async_.Webhook.send:1 -#: discord.webhook.async_.WebhookMessage.add_files:1 -#: discord.webhook.async_.WebhookMessage.delete:1 -#: discord.webhook.async_.WebhookMessage.edit:1 -#: discord.webhook.async_.WebhookMessage.remove_attachments:1 -#: discord.widget.Widget.fetch_invite:1 of +msgstr ":class:`bool`: クライアントの内部キャッシュが利用可能となっているか。" + +#: ../../../discord/client.py:docstring of discord.client.Client.on_error:1 +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:1 +#: ../../../discord/client.py:docstring of discord.client.Client.login:1 +#: ../../../discord/client.py:docstring of discord.client.Client.connect:1 +#: ../../../discord/client.py:docstring of discord.client.Client.close:1 +#: ../../../discord/client.py:docstring of discord.client.Client.start:1 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_until_ready:1 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:1 +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:1 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:1 +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:1 +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:1 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:1 +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:1 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:1 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.close:1 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.disconnect:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.move_to:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_state_update:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_server_update:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:1 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.disconnect:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:1 +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:1 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:1 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:1 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:1 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:1 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:1 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:1 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:1 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:1 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:1 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:1 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:1 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:1 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:1 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:1 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:1 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:1 +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:1 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:1 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:1 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.leave:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:1 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:1 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:1 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:1 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:1 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:1 +#: ../../../discord/member.py:docstring of discord.member.Member.ban:1 +#: ../../../discord/member.py:docstring of discord.member.Member.unban:1 +#: ../../../discord/member.py:docstring of discord.member.Member.kick:1 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:1 +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:1 +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:1 +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:1 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:1 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:1 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:1 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:1 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:1 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:1 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:1 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:1 +#: ../../../discord/role.py:docstring of discord.role.Role.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.leave:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:1 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:1 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:1 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:1 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:1 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:1 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:1 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:1 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:1 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:1 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.leave:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:1 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:1 +#: ../../../discord/template.py:docstring of discord.template.Template.sync:1 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:1 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:1 +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:1 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:1 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:1 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:1 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:1 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:1 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:1 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:1 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:1 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:1 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:1 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:1 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:1 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:1 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:1 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:1 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.disconnect:1 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.reconnect:1 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.connect:1 msgid "|coro|" msgstr "|coro|" -#: discord.client.Client.on_error:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.on_error:3 msgid "The default error handler provided by the client." msgstr "クライアントによって提供されるデフォルトのエラーハンドラ。" -#: discord.client.Client.on_error:5 of -msgid "" -"By default this prints to :data:`sys.stderr` however it could be " -"overridden to have a different implementation. Check " -":func:`~discord.on_error` for more details." -msgstr "" -"デフォルトでは、これは :data:`sys.stderr` に出力されますが、異なる実装によって上書きされる可能性があります。詳細については " -":func:`~discord.on_error` を確認してください。" +#: ../../../discord/client.py:docstring of discord.client.Client.on_error:5 +msgid "By default this prints to :data:`sys.stderr` however it could be overridden to have a different implementation. Check :func:`~discord.on_error` for more details." +msgstr "デフォルトでは、これは :data:`sys.stderr` に出力されますが、異なる実装によって上書きされる可能性があります。詳細については :func:`~discord.on_error` を確認してください。" -#: discord.client.Client.before_identify_hook:3 of -msgid "" -"A hook that is called before IDENTIFYing a session. This is useful if you" -" wish to have more control over the synchronization of multiple " -"IDENTIFYing clients." -msgstr "" +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:3 +msgid "A hook that is called before IDENTIFYing a session. This is useful if you wish to have more control over the synchronization of multiple IDENTIFYing clients." +msgstr "セッションの識別前に呼び出されるフック。複数の識別クライアントの同期をより細かく制御したい場合に役立ちます。" -#: discord.client.Client.before_identify_hook:7 of +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:7 msgid "The default implementation sleeps for 5 seconds." -msgstr "" +msgstr "デフォルトの実装では5秒間スリープします。" -#: discord.client.Client.before_identify_hook:11 of +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:11 msgid "The shard ID that requested being IDENTIFY'd" msgstr "" -#: discord.client.Client.before_identify_hook:13 of +#: ../../../discord/client.py:docstring of discord.client.Client.before_identify_hook:13 msgid "Whether this IDENTIFY is the first initial IDENTIFY." -msgstr "" +msgstr "この識別が、最初の初期化を伴う識別であるかどうか。" -#: discord.client.Client.login:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.login:3 msgid "Logs in the client with the specified credentials." msgstr "指定された資格情報を使用してクライアントにログインします。" -#: discord.client.Client.login:6 of -msgid "" -"The authentication token. Do not prefix this token with anything as the " -"library will do it for you." +#: ../../../discord/client.py:docstring of discord.client.Client.login:6 +msgid "The authentication token. Do not prefix this token with anything as the library will do it for you." msgstr "認証用のトークン。このライブラリが処理するため、トークンの頭に何も付けないでください。" -#: discord.client.Client.login:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.login:10 msgid "The wrong credentials are passed." -msgstr ":exc:`.LoginFailure` -- 誤った資格情報が渡された。" +msgstr "不正な認証情報が渡された。" -#: discord.client.Client.login:11 of -#, fuzzy -msgid "" -"An unknown HTTP related error occurred, usually when it isn't 200 or " -"the known incorrect credentials passing status code." +#: ../../../discord/client.py:docstring of discord.client.Client.login:11 +msgid "An unknown HTTP related error occurred, usually when it isn't 200 or the known incorrect credentials passing status code." msgstr "" -":exc:`.HTTPException` -- " -"不明なHTTP関連のエラーが発生した。通常、ステータスコードが200でないか、既知の誤った資格情報がステータスコードを渡しています。" -#: discord.client.Client.connect:3 discord.shard.AutoShardedClient.connect:3 of -msgid "" -"Creates a websocket connection and lets the websocket listen to messages " -"from Discord. This is a loop that runs the entire event system and " -"miscellaneous aspects of the library. Control is not resumed until the " -"WebSocket connection is terminated." +#: ../../../discord/client.py:docstring of discord.client.Client.connect:3 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:3 +msgid "Creates a websocket connection and lets the websocket listen to messages from Discord. This is a loop that runs the entire event system and miscellaneous aspects of the library. Control is not resumed until the WebSocket connection is terminated." msgstr "WebSocket接続を作成し、Discordからのメッセージをリッスンできるようにします。これはイベントシステム全体とライブラリの様々な機能を実行するループです。WebSocket接続が終了するまで、制御は再開されません。" -#: discord.client.Client.connect:8 discord.shard.AutoShardedClient.connect:8 of -msgid "" -"If we should attempt reconnecting, either due to internet failure or a " -"specific failure on Discord's part. Certain disconnects that lead to bad " -"state will not be handled (such as invalid sharding payloads or bad " -"tokens)." -msgstr "インターネットの障害やDiscord側の特定の障害が発生した際に再接続を試みるかどうかを表します。不正な状態へつながることによる特定の切断(無効なシャーディングペイロードや不正なトークンなど)は処理されません。" - -#: discord.client.Client.connect:14 discord.shard.AutoShardedClient.connect:14 -#: of -#, fuzzy -msgid "" -"If the gateway to connect to Discord is not found. Usually if this is" -" thrown then there is a Discord API outage." -msgstr "" -":exc:`.GatewayNotFound` -- " -"Discordに接続するゲートウェイが見つからない。通常、これが発生した場合はAPIの停止が考えられます。" +#: ../../../discord/client.py:docstring of discord.client.Client.connect:8 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:8 +msgid "If we should attempt reconnecting, either due to internet failure or a specific failure on Discord's part. Certain disconnects that lead to bad state will not be handled (such as invalid sharding payloads or bad tokens)." +msgstr "インターネットの障害やDiscord側の特定の障害が発生した際に再接続を試みるかどうか。不正な状態による特定の切断 (無効なシャーディングペイロードや不正なトークンなど) は処理されません。" + +#: ../../../discord/client.py:docstring of discord.client.Client.connect:14 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:14 +msgid "If the gateway to connect to Discord is not found. Usually if this is thrown then there is a Discord API outage." +msgstr "Discordに接続するためのゲートウェイが見つからない場合に発生します。通常、この例外はDiscord APIの停止によって引き起こされます。" -#: discord.client.Client.connect:15 discord.shard.AutoShardedClient.connect:15 -#: of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.connect:15 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.connect:15 msgid "The websocket connection has been terminated." -msgstr ":exc:`.ConnectionClosed` -- WebSocket接続が終了した。" +msgstr "WebSocket接続が終了した。" -#: discord.client.Client.close:3 discord.shard.AutoShardedClient.close:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.close:3 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.close:3 msgid "Closes the connection to Discord." msgstr "Discordとの接続を閉じます。" -#: discord.client.Client.clear:1 of +#: ../../../discord/client.py:docstring of discord.client.Client.clear:1 msgid "Clears the internal state of the bot." msgstr "Botの内部状態をクリアします。" -#: discord.client.Client.clear:3 of -msgid "" -"After this, the bot can be considered \"re-opened\", i.e. " -":meth:`is_closed` and :meth:`is_ready` both return ``False`` along with " -"the bot's internal cache cleared." -msgstr "" -"これが実行されると、Botは「再オープン」されたとみなされます。そのため、 :meth:`is_closed` や " -":meth:`is_ready` は ``False`` を返し、内部のキャッシュもクリアされます。" +#: ../../../discord/client.py:docstring of discord.client.Client.clear:3 +msgid "After this, the bot can be considered \"re-opened\", i.e. :meth:`is_closed` and :meth:`is_ready` both return ``False`` along with the bot's internal cache cleared." +msgstr "これが実行されると、Botは「再オープン」されたとみなされます。そのため、 :meth:`is_closed` や :meth:`is_ready` は ``False`` を返し、内部のキャッシュもクリアされます。" -#: discord.client.Client.start:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.start:3 msgid "A shorthand coroutine for :meth:`login` + :meth:`connect`." msgstr ":meth:`login` + :meth:`connect` を簡略化したコルーチン。" -#: discord.client.Client.start:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.start:5 msgid "An unexpected keyword argument was received." -msgstr ":exc:`TypeError` -- 予期しないキーワード引数を受け取った。" +msgstr "予期しないキーワード引数を受け取った。" -#: discord.client.Client.run:1 of -msgid "" -"A blocking call that abstracts away the event loop initialisation from " -"you." +#: ../../../discord/client.py:docstring of discord.client.Client.run:1 +msgid "A blocking call that abstracts away the event loop initialisation from you." msgstr "イベントループの初期化を抽象化するブロッキングコール。" -#: discord.client.Client.run:4 of -msgid "" -"If you want more control over the event loop then this function should " -"not be used. Use :meth:`start` coroutine or :meth:`connect` + " -":meth:`login`." -msgstr "" -"イベントループをより詳細に制御するには、この関数を使用しないでください。 :meth:`start` または :meth:`connect` + " -":meth:`login` を使用してください。" +#: ../../../discord/client.py:docstring of discord.client.Client.run:4 +msgid "If you want more control over the event loop then this function should not be used. Use :meth:`start` coroutine or :meth:`connect` + :meth:`login`." +msgstr "イベントループをより詳細に制御するには、この関数を使用しないでください。 :meth:`start` または :meth:`connect` + :meth:`login` を使用してください。" -#: discord.client.Client.run:8 of +#: ../../../discord/client.py:docstring of discord.client.Client.run:8 msgid "Roughly Equivalent to: ::" msgstr "おおよそ次のものに相当:" -#: discord.client.Client.run:20 of -msgid "" -"This function must be the last function to call due to the fact that it " -"is blocking. That means that registration of events or anything being " -"called after this function call will not execute until it returns." +#: ../../../discord/client.py:docstring of discord.client.Client.run:20 +msgid "This function must be the last function to call due to the fact that it is blocking. That means that registration of events or anything being called after this function call will not execute until it returns." msgstr "この関数はブロッキングを行うため、必ず最後に呼び出してください。この関数を呼び出した後に呼び出されるイベントや関数は、Botが停止するまで実行されません。" -#: discord.client.Client.is_closed:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.is_closed:1 msgid ":class:`bool`: Indicates if the websocket connection is closed." -msgstr "WebSocketが閉じられているかどうかを表します。" +msgstr ":class:`bool`: WebSocket接続が閉じられているかどうかを示します。" -#: discord.Client.activity:1 of +#: ../../../discord/client.py:docstring of discord.Client.activity:1 msgid "The activity being used upon logging in." -msgstr "" +msgstr "ログイン時に使用されるアクティビティ。" -#: discord.Client.activity:4 of +#: ../../../discord/client.py:docstring of discord.Client.activity:4 msgid "Optional[:class:`.BaseActivity`]" -msgstr "" +msgstr "Optional[:class:`.BaseActivity`]" -#: discord.Client.status:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.status:1 msgid ":class:`.Status`: The status being used upon logging on to Discord." -msgstr "Discordにログインした際の、開始時アクティビティ。" +msgstr "" -#: discord.Client.allowed_mentions:1 of +#: ../../../discord/client.py:docstring of discord.Client.allowed_mentions:1 msgid "The allowed mention configuration." -msgstr "" +msgstr "言及の許可設定。" -#: discord.Client.allowed_mentions:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.allowed_mentions:5 msgid "Optional[:class:`~discord.AllowedMentions`]" -msgstr ":class:`~discord.ClientUser`" +msgstr "Optional[:class:`~discord.AllowedMentions`]" -#: discord.Client.intents:1 of +#: ../../../discord/client.py:docstring of discord.Client.intents:1 msgid "The intents configured for this connection." -msgstr "" +msgstr "この接続用に設定されたインテント。" -#: discord.Client.intents:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.intents:5 msgid ":class:`~discord.Intents`" -msgstr ":class:`~discord.ClientUser`" +msgstr "" -#: discord.Client.users:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.users:1 msgid "Returns a list of all the users the bot can see." -msgstr "List[:class:`~discord.User`] -- ボットが見ることができるすべてのユーザーのリストを返します。" +msgstr "Botが参照可能なユーザーのリストを返します。" -#: discord.Client.users:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.users:3 msgid "List[:class:`~discord.User`]" -msgstr ":class:`~discord.User`" +msgstr "List[:class:`~discord.User`]" -#: discord.client.Client.get_channel:1 -#: discord.guild.Guild.get_channel_or_thread:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:1 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:1 msgid "Returns a channel or thread with the given ID." -msgstr "このユーザーと :class:`DMChannel` を作ります。" +msgstr "" -#: discord.client.Client.get_channel:5 discord.client.Client.get_emoji:5 -#: discord.client.Client.get_guild:5 discord.client.Client.get_user:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:5 +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:5 +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:5 +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:5 msgid "``id`` parameter is now positional-only." -msgstr "すべてのパラメータがオプションです。" +msgstr "" -#: discord.channel.TextChannel.get_thread:5 discord.client.Client.get_channel:7 -#: discord.client.Client.get_emoji:7 discord.client.Client.get_guild:7 -#: discord.client.Client.get_stage_instance:5 discord.client.Client.get_user:7 -#: discord.guild.Guild.get_channel:11 -#: discord.guild.Guild.get_channel_or_thread:5 discord.guild.Guild.get_member:7 -#: discord.guild.Guild.get_role:7 discord.guild.Guild.get_stage_instance:5 -#: discord.guild.Guild.get_thread:5 discord.member.Member.get_role:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:7 +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:5 +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:7 +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:7 +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:11 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:5 +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:5 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:5 msgid "The ID to search for." -msgstr "検索するイテラブル。" - -#: discord.CategoryChannel.overwrites discord.StageChannel.overwrites -#: discord.StageChannel.voice_states discord.StoreChannel.overwrites -#: discord.TextChannel.last_message discord.TextChannel.overwrites -#: discord.Thread.category discord.Thread.category_id -#: discord.Thread.last_message discord.VoiceChannel.overwrites -#: discord.VoiceChannel.voice_states discord.abc.Connectable.connect -#: discord.abc.GuildChannel.clone discord.abc.GuildChannel.create_invite -#: discord.abc.GuildChannel.invites discord.abc.GuildChannel.overwrites -#: discord.abc.GuildChannel.overwrites_for -#: discord.abc.GuildChannel.permissions_for -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.pins -#: discord.abc.Messageable.send discord.asset.Asset.replace -#: discord.asset.Asset.with_format discord.asset.Asset.with_size -#: discord.asset.Asset.with_static_format discord.asset.AssetMixin.read -#: discord.asset.AssetMixin.save discord.channel.CategoryChannel.clone -#: discord.channel.CategoryChannel.create_stage_channel -#: discord.channel.CategoryChannel.create_text_channel -#: discord.channel.CategoryChannel.create_voice_channel -#: discord.channel.CategoryChannel.edit -#: discord.channel.DMChannel.get_partial_message -#: discord.channel.DMChannel.permissions_for -#: discord.channel.GroupChannel.permissions_for -#: discord.channel.PartialMessageable.get_partial_message -#: discord.channel.StageChannel.clone -#: discord.channel.StageChannel.create_instance -#: discord.channel.StageChannel.edit -#: discord.channel.StageChannel.fetch_instance -#: discord.channel.StoreChannel.clone discord.channel.StoreChannel.edit -#: discord.channel.StoreChannel.permissions_for -#: discord.channel.TextChannel.clone discord.channel.TextChannel.create_thread -#: discord.channel.TextChannel.create_webhook discord.channel.TextChannel.edit -#: discord.channel.TextChannel.follow -#: discord.channel.TextChannel.get_partial_message -#: discord.channel.TextChannel.get_thread -#: discord.channel.TextChannel.permissions_for -#: discord.channel.TextChannel.purge discord.channel.TextChannel.webhooks -#: discord.channel.VocalGuildChannel.permissions_for -#: discord.channel.VoiceChannel.clone discord.channel.VoiceChannel.edit -#: discord.client.Client.application_info discord.client.Client.create_dm -#: discord.client.Client.create_guild discord.client.Client.fetch_channel -#: discord.client.Client.fetch_guild discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_sticker -#: discord.client.Client.get_user discord.client.Client.wait_for -#: discord.emoji.Emoji.edit discord.flags.MemberCacheFlags.from_intents -#: discord.guild.Guild.active_threads discord.guild.Guild.bans -#: discord.guild.Guild.by_category discord.guild.Guild.create_category -#: discord.guild.Guild.create_custom_emoji discord.guild.Guild.create_role -#: discord.guild.Guild.create_stage_channel discord.guild.Guild.create_sticker -#: discord.guild.Guild.create_text_channel -#: discord.guild.Guild.create_voice_channel discord.guild.Guild.edit -#: discord.guild.Guild.edit_role_positions -#: discord.guild.Guild.estimate_pruned_members discord.guild.Guild.fetch_ban -#: discord.guild.Guild.fetch_channel discord.guild.Guild.fetch_channels -#: discord.guild.Guild.fetch_emoji discord.guild.Guild.fetch_emojis -#: discord.guild.Guild.fetch_member discord.guild.Guild.fetch_roles -#: discord.guild.Guild.fetch_sticker discord.guild.Guild.fetch_stickers -#: discord.guild.Guild.get_channel discord.guild.Guild.get_channel_or_thread -#: discord.guild.Guild.get_member discord.guild.Guild.get_member_named -#: discord.guild.Guild.get_role discord.guild.Guild.get_stage_instance -#: discord.guild.Guild.get_thread discord.guild.Guild.integrations -#: discord.guild.Guild.invites discord.guild.Guild.prune_members -#: discord.guild.Guild.query_members discord.guild.Guild.templates -#: discord.guild.Guild.vanity_invite discord.guild.Guild.webhooks -#: discord.guild.Guild.widget -#: discord.interactions.Interaction.edit_original_message -#: discord.interactions.Interaction.original_message -#: discord.interactions.InteractionMessage.add_files -#: discord.interactions.InteractionMessage.edit -#: discord.interactions.InteractionMessage.remove_attachments -#: discord.member.Member.edit discord.member.Member.get_role -#: discord.member.Member.is_timed_out discord.member.Member.mentioned_in -#: discord.member.flatten_user..generate_function..general -#: discord.message.Attachment.read discord.message.Attachment.save -#: discord.message.Attachment.to_file discord.message.Message.add_files -#: discord.message.Message.create_thread discord.message.Message.edit -#: discord.message.Message.remove_attachments discord.message.Message.reply -#: discord.message.Message.to_reference -#: discord.message.MessageReference.from_message -#: discord.message.PartialMessage.fetch discord.opus.is_loaded -#: discord.partial_emoji.PartialEmoji.from_str -#: discord.partial_emoji.PartialEmoji.read -#: discord.permissions.PermissionOverwrite.is_empty -#: discord.player.AudioSource.read discord.player.FFmpegOpusAudio.from_probe -#: discord.player.FFmpegOpusAudio.probe discord.player.FFmpegOpusAudio.read -#: discord.player.FFmpegPCMAudio.read discord.player.PCMAudio.read -#: discord.player.PCMVolumeTransformer.read discord.role.Role.edit -#: discord.shard.AutoShardedClient.get_shard discord.sticker.GuildSticker.edit -#: discord.sticker.StandardSticker.pack discord.sticker.StickerItem.fetch -#: discord.template.Template.create_guild discord.template.Template.edit -#: discord.template.Template.sync discord.threads.Thread.edit -#: discord.threads.Thread.fetch_member discord.threads.Thread.fetch_members -#: discord.threads.Thread.get_partial_message -#: discord.threads.Thread.permissions_for discord.threads.Thread.purge -#: discord.ui.view.View.from_message discord.ui.view.View.interaction_check -#: discord.ui.view.View.wait discord.user.BaseUser.mentioned_in -#: discord.user.ClientUser.edit discord.user.User.create_dm -#: discord.utils.as_chunks discord.utils.escape_markdown -#: discord.utils.escape_mentions discord.utils.format_dt -#: discord.utils.oauth_url discord.utils.remove_markdown -#: discord.utils.resolve_invite discord.utils.resolve_template -#: discord.utils.snowflake_time discord.utils.utcnow -#: discord.webhook.async_.Webhook.edit_message -#: discord.webhook.async_.Webhook.fetch -#: discord.webhook.async_.Webhook.fetch_message -#: discord.webhook.async_.Webhook.from_url -#: discord.webhook.async_.Webhook.partial discord.webhook.async_.Webhook.send -#: discord.webhook.async_.WebhookMessage.add_files -#: discord.webhook.async_.WebhookMessage.edit -#: discord.webhook.async_.WebhookMessage.remove_attachments -#: discord.webhook.sync.SyncWebhook.edit discord.webhook.sync.SyncWebhook.fetch -#: discord.webhook.sync.SyncWebhook.fetch_message -#: discord.webhook.sync.SyncWebhook.from_url -#: discord.webhook.sync.SyncWebhook.partial -#: discord.webhook.sync.SyncWebhook.send -#: discord.webhook.sync.SyncWebhookMessage.add_files -#: discord.webhook.sync.SyncWebhookMessage.edit -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments -#: discord.widget.Widget.fetch_invite of +msgstr "検索するID。" + +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:0 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:0 +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:0 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:0 +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:0 +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:0 +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:0 +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:0 +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:0 +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:0 +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:0 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:0 +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:0 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:0 +#: ../../../discord/member.py:docstring of discord.member.Member.is_timed_out:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:0 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:0 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:0 +#: ../../../discord/template.py:docstring of discord.template.Template.sync:0 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:0 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:0 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:0 msgid "Returns" msgstr "戻り値" -#: discord.client.Client.get_channel:10 discord.guild.Guild.get_channel:14 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:10 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:14 msgid "The returned channel or ``None`` if not found." -msgstr "" - -#: discord.CategoryChannel.overwrites discord.StageChannel.overwrites -#: discord.StageChannel.voice_states discord.StoreChannel.overwrites -#: discord.TextChannel.last_message discord.TextChannel.overwrites -#: discord.Thread.category discord.Thread.category_id -#: discord.Thread.last_message discord.VoiceChannel.overwrites -#: discord.VoiceChannel.voice_states discord.abc.Connectable.connect -#: discord.abc.GuildChannel.clone discord.abc.GuildChannel.create_invite -#: discord.abc.GuildChannel.invites discord.abc.GuildChannel.overwrites -#: discord.abc.GuildChannel.overwrites_for -#: discord.abc.GuildChannel.permissions_for -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.pins -#: discord.abc.Messageable.send discord.asset.Asset.replace -#: discord.asset.Asset.with_format discord.asset.Asset.with_size -#: discord.asset.Asset.with_static_format discord.asset.AssetMixin.read -#: discord.asset.AssetMixin.save discord.channel.CategoryChannel.clone -#: discord.channel.CategoryChannel.create_stage_channel -#: discord.channel.CategoryChannel.create_text_channel -#: discord.channel.CategoryChannel.create_voice_channel -#: discord.channel.CategoryChannel.edit -#: discord.channel.DMChannel.get_partial_message -#: discord.channel.DMChannel.permissions_for -#: discord.channel.GroupChannel.permissions_for -#: discord.channel.PartialMessageable.get_partial_message -#: discord.channel.StageChannel.clone -#: discord.channel.StageChannel.create_instance -#: discord.channel.StageChannel.edit -#: discord.channel.StageChannel.fetch_instance -#: discord.channel.StoreChannel.clone discord.channel.StoreChannel.edit -#: discord.channel.StoreChannel.permissions_for -#: discord.channel.TextChannel.clone discord.channel.TextChannel.create_thread -#: discord.channel.TextChannel.create_webhook discord.channel.TextChannel.edit -#: discord.channel.TextChannel.follow -#: discord.channel.TextChannel.get_partial_message -#: discord.channel.TextChannel.get_thread -#: discord.channel.TextChannel.permissions_for -#: discord.channel.TextChannel.purge discord.channel.TextChannel.webhooks -#: discord.channel.VocalGuildChannel.permissions_for -#: discord.channel.VoiceChannel.clone discord.channel.VoiceChannel.edit -#: discord.client.Client.application_info discord.client.Client.create_dm -#: discord.client.Client.create_guild discord.client.Client.fetch_channel -#: discord.client.Client.fetch_guild discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_sticker -#: discord.client.Client.get_user discord.client.Client.wait_for -#: discord.emoji.Emoji.edit discord.flags.MemberCacheFlags.from_intents -#: discord.guild.Guild.active_threads discord.guild.Guild.bans -#: discord.guild.Guild.by_category discord.guild.Guild.create_category -#: discord.guild.Guild.create_custom_emoji discord.guild.Guild.create_role -#: discord.guild.Guild.create_stage_channel discord.guild.Guild.create_sticker -#: discord.guild.Guild.create_text_channel -#: discord.guild.Guild.create_voice_channel discord.guild.Guild.edit -#: discord.guild.Guild.edit_role_positions -#: discord.guild.Guild.estimate_pruned_members discord.guild.Guild.fetch_ban -#: discord.guild.Guild.fetch_channel discord.guild.Guild.fetch_channels -#: discord.guild.Guild.fetch_emoji discord.guild.Guild.fetch_emojis -#: discord.guild.Guild.fetch_member discord.guild.Guild.fetch_roles -#: discord.guild.Guild.fetch_sticker discord.guild.Guild.fetch_stickers -#: discord.guild.Guild.get_channel discord.guild.Guild.get_channel_or_thread -#: discord.guild.Guild.get_member discord.guild.Guild.get_member_named -#: discord.guild.Guild.get_role discord.guild.Guild.get_stage_instance -#: discord.guild.Guild.get_thread discord.guild.Guild.integrations -#: discord.guild.Guild.invites discord.guild.Guild.prune_members -#: discord.guild.Guild.query_members discord.guild.Guild.templates -#: discord.guild.Guild.vanity_invite discord.guild.Guild.webhooks -#: discord.guild.Guild.widget -#: discord.interactions.Interaction.edit_original_message -#: discord.interactions.Interaction.original_message -#: discord.interactions.InteractionMessage.add_files -#: discord.interactions.InteractionMessage.edit -#: discord.interactions.InteractionMessage.remove_attachments -#: discord.member.Member.edit discord.member.Member.get_role -#: discord.member.Member.is_timed_out discord.member.Member.mentioned_in -#: discord.member.flatten_user..generate_function..general -#: discord.message.Attachment.read discord.message.Attachment.save -#: discord.message.Attachment.to_file discord.message.Message.add_files -#: discord.message.Message.create_thread discord.message.Message.edit -#: discord.message.Message.remove_attachments discord.message.Message.reply -#: discord.message.Message.to_reference -#: discord.message.MessageReference.from_message -#: discord.message.PartialMessage.fetch discord.opus.is_loaded -#: discord.partial_emoji.PartialEmoji.from_str -#: discord.partial_emoji.PartialEmoji.read -#: discord.permissions.PermissionOverwrite.is_empty -#: discord.player.AudioSource.read discord.player.FFmpegOpusAudio.from_probe -#: discord.player.FFmpegOpusAudio.probe discord.player.FFmpegOpusAudio.read -#: discord.player.FFmpegPCMAudio.read discord.player.PCMAudio.read -#: discord.player.PCMVolumeTransformer.read discord.role.Role.edit -#: discord.shard.AutoShardedClient.get_shard discord.sticker.GuildSticker.edit -#: discord.sticker.StandardSticker.pack discord.sticker.StickerItem.fetch -#: discord.template.Template.create_guild discord.template.Template.edit -#: discord.template.Template.sync discord.threads.Thread.edit -#: discord.threads.Thread.fetch_member discord.threads.Thread.fetch_members -#: discord.threads.Thread.get_partial_message -#: discord.threads.Thread.permissions_for discord.threads.Thread.purge -#: discord.ui.view.View.from_message discord.ui.view.View.interaction_check -#: discord.ui.view.View.wait discord.user.BaseUser.mentioned_in -#: discord.user.ClientUser.edit discord.user.User.create_dm -#: discord.utils.as_chunks discord.utils.escape_markdown -#: discord.utils.escape_mentions discord.utils.format_dt -#: discord.utils.oauth_url discord.utils.remove_markdown -#: discord.utils.resolve_invite discord.utils.resolve_template -#: discord.utils.snowflake_time discord.utils.utcnow -#: discord.webhook.async_.Webhook.edit_message -#: discord.webhook.async_.Webhook.fetch -#: discord.webhook.async_.Webhook.fetch_message -#: discord.webhook.async_.Webhook.from_url -#: discord.webhook.async_.Webhook.partial discord.webhook.async_.Webhook.send -#: discord.webhook.async_.WebhookMessage.add_files -#: discord.webhook.async_.WebhookMessage.edit -#: discord.webhook.async_.WebhookMessage.remove_attachments -#: discord.webhook.sync.SyncWebhook.edit discord.webhook.sync.SyncWebhook.fetch -#: discord.webhook.sync.SyncWebhook.fetch_message -#: discord.webhook.sync.SyncWebhook.from_url -#: discord.webhook.sync.SyncWebhook.partial -#: discord.webhook.sync.SyncWebhook.send -#: discord.webhook.sync.SyncWebhookMessage.add_files -#: discord.webhook.sync.SyncWebhookMessage.edit -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments -#: discord.widget.Widget.fetch_invite of +msgstr "チャンネル、または該当するものが見つからない場合 ``None`` が返ります。" + +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:0 +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:0 +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:0 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:0 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:0 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:0 +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:0 +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:0 +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:0 +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:0 +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:0 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:0 +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:0 +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:0 +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:0 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:0 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:0 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:0 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:0 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:0 +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:0 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:0 +#: ../../../discord/member.py:docstring of discord.member.Member.is_timed_out:0 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:0 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:0 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:0 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:0 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category:0 +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:0 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:0 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:0 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:0 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:0 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:0 +#: ../../../discord/template.py:docstring of discord.template.Template.sync:0 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:0 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:0 +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:0 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:0 +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:0 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:0 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:0 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:0 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:0 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:0 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:0 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:0 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:0 msgid "Return type" msgstr "戻り値の型" -#: discord.client.Client.get_channel:11 of -#, fuzzy -msgid "" -"Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]]" +#: ../../../discord/client.py:docstring of discord.client.Client.get_channel:11 +msgid "Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, :class:`.abc.PrivateChannel`]]" msgstr "" -"Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]" -#: discord.client.Client.get_partial_messageable:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:1 msgid "Returns a partial messageable with the given channel ID." -msgstr "このユーザーと :class:`DMChannel` を作ります。" +msgstr "" -#: discord.client.Client.get_partial_messageable:3 of -msgid "" -"This is useful if you have a channel_id but don't want to do an API call " -"to send messages to it." +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:3 +msgid "This is useful if you have a channel_id but don't want to do an API call to send messages to it." msgstr "" -#: discord.client.Client.get_partial_messageable:8 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:8 msgid "The channel ID to create a partial messageable for." -msgstr "更新後のメッセージ。" +msgstr "" -#: discord.client.Client.get_partial_messageable:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:10 msgid "The underlying channel type for the partial messageable." msgstr "" -#: discord.client.Client.get_partial_messageable:13 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:13 msgid "The partial messageable" -msgstr "現在のメッセージ。" +msgstr "" -#: discord.client.Client.get_partial_messageable:14 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_partial_messageable:14 msgid ":class:`.PartialMessageable`" -msgstr ":class:`bytes`" +msgstr "" -#: discord.client.Client.get_stage_instance:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:1 msgid "Returns a stage instance with the given stage channel ID." -msgstr "このユーザーと :class:`DMChannel` を作ります。" +msgstr "" -#: discord.client.Client.get_stage_instance:8 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:8 msgid "The returns stage instance of ``None`` if not found." msgstr "" -#: discord.client.Client.get_stage_instance:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_stage_instance:9 msgid "Optional[:class:`.StageInstance`]" -msgstr ":class:`str`" +msgstr "" -#: discord.client.Client.get_guild:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:1 msgid "Returns a guild with the given ID." -msgstr "Optional[:class:`.Guild`]: 与えられたIDを持つギルドを返します。" +msgstr "与えられたIDのギルドを返します。" -#: discord.client.Client.get_guild:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:10 msgid "The guild or ``None`` if not found." -msgstr "" +msgstr "ギルドが返ります。見つからなかった場合は ``None`` が返ります。" -#: discord.client.Client.get_guild:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_guild:11 msgid "Optional[:class:`.Guild`]" -msgstr ":class:`.Guild`" +msgstr "Optional[:class:`.Guild`]" -#: discord.client.Client.get_user:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:1 msgid "Returns a user with the given ID." -msgstr "Optional[:class:`~discord.User`]: 与えられたIDを持つユーザーを返します。" +msgstr "与えられたIDのユーザーを返します。" -#: discord.client.Client.get_user:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:10 msgid "The user or ``None`` if not found." -msgstr "" +msgstr "Userが返ります。見つからなかった場合は ``None`` が返ります。" -#: discord.client.Client.get_user:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_user:11 msgid "Optional[:class:`~discord.User`]" -msgstr ":class:`~discord.User`" +msgstr "Optional[:class:`~discord.User`]" -#: discord.client.Client.get_emoji:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:1 msgid "Returns an emoji with the given ID." -msgstr "Optional[:class:`.Emoji`]: 与えられたIDを持つ絵文字を返します。" +msgstr "与えられたIDの絵文字を返します。" -#: discord.client.Client.get_emoji:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:10 msgid "The custom emoji or ``None`` if not found." -msgstr "" +msgstr "カスタム絵文字が返されます。見つからなかった場合は、 ``None`` が返ります。" -#: discord.client.Client.get_emoji:11 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_emoji:11 msgid "Optional[:class:`.Emoji`]" -msgstr "" +msgstr "Optional[:class:`.Emoji`]" -#: discord.client.Client.get_sticker:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:1 msgid "Returns a guild sticker with the given ID." -msgstr "Optional[:class:`.Guild`]: 与えられたIDを持つギルドを返します。" +msgstr "" -#: discord.client.Client.get_sticker:7 of -msgid "" -"To retrieve standard stickers, use :meth:`.fetch_sticker`. or " -":meth:`.fetch_premium_sticker_packs`." +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:7 +msgid "To retrieve standard stickers, use :meth:`.fetch_sticker`. or :meth:`.fetch_premium_sticker_packs`." msgstr "" -#: discord.client.Client.get_sticker:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:10 msgid "The sticker or ``None`` if not found." msgstr "" -#: discord.client.Client.get_sticker:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_sticker:11 msgid "Optional[:class:`.GuildSticker`]" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.client.Client.get_all_channels:1 of -msgid "" -"A generator that retrieves every :class:`.abc.GuildChannel` the client " -"can 'access'." +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_channels:1 +msgid "A generator that retrieves every :class:`.abc.GuildChannel` the client can 'access'." msgstr "クライアントが「アクセス」できるすべての :class:`.abc.GuildChannel` のジェネレータを取得します。" -#: discord.client.Client.get_all_channels:3 -#: discord.client.Client.get_all_members:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_channels:3 +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_members:3 msgid "This is equivalent to: ::" msgstr "使用例:" -#: discord.client.Client.get_all_channels:11 of -msgid "" -"Just because you receive a :class:`.abc.GuildChannel` does not mean that " -"you can communicate in said channel. " -":meth:`.abc.GuildChannel.permissions_for` should be used for that." -msgstr "" -":class:`.abc.GuildChannel` " -"を受け取ったからと言って、そのチャンネルで発言ができるという意味ではありません。発言可能なチャンネルのみを取得したいのなら、 " -":meth:`.abc.GuildChannel.permissions_for` を使いましょう。" - -#: discord.abc.Messageable.history discord.channel.TextChannel.archived_threads -#: discord.client.Client.fetch_guilds discord.client.Client.get_all_channels -#: discord.client.Client.get_all_members discord.guild.Guild.audit_logs -#: discord.guild.Guild.fetch_members discord.reaction.Reaction.users of +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_channels:11 +msgid "Just because you receive a :class:`.abc.GuildChannel` does not mean that you can communicate in said channel. :meth:`.abc.GuildChannel.permissions_for` should be used for that." +msgstr ":class:`.abc.GuildChannel` を受け取ったからと言って、そのチャンネルで発言ができるという意味ではありません。発言可能なチャンネルのみを取得したいのなら、 :meth:`.abc.GuildChannel.permissions_for` を使いましょう。" + +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_channels:0 +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_members:0 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:0 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:0 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:0 msgid "Yields" msgstr "Yieldする値" -#: discord.client.Client.get_all_channels:15 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_channels:15 msgid ":class:`.abc.GuildChannel` -- A channel the client can 'access'." -msgstr "クライアントが「アクセス」できるすべての :class:`.abc.GuildChannel` のジェネレータを取得します。" +msgstr ":class:`.abc.GuildChannel` -- クライアントが「アクセスする」ことができるチャンネル。" -#: discord.client.Client.get_all_members:1 of +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_members:1 msgid "Returns a generator with every :class:`.Member` the client can see." msgstr "クライアントが参照可能なすべての :class:`.Member` のジェネレータを返します。" -#: discord.client.Client.get_all_members:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.get_all_members:9 msgid ":class:`.Member` -- A member the client can see." -msgstr "クライアントが参照可能なすべての :class:`.Member` のジェネレータを返します。" +msgstr ":class:`.Member` -- クライアントが見ることができるメンバー。" -#: discord.client.Client.wait_until_ready:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_until_ready:3 msgid "Waits until the client's internal cache is all ready." msgstr "クライアントの内部キャッシュの準備が完了するまで待機します。" -#: discord.client.Client.wait_for:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:3 msgid "Waits for a WebSocket event to be dispatched." msgstr "WebSocketイベントがディスパッチされるまで待機します。" -#: discord.client.Client.wait_for:5 of -msgid "" -"This could be used to wait for a user to reply to a message, or to react " -"to a message, or to edit a message in a self-contained way." +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:5 +msgid "This could be used to wait for a user to reply to a message, or to react to a message, or to edit a message in a self-contained way." msgstr "メッセージの送信者が、メッセージに返信したり、リアクションをつけたり、編集したりする、自己完結型の処理に利用できます。" -#: discord.client.Client.wait_for:9 of -msgid "" -"The ``timeout`` parameter is passed onto :func:`asyncio.wait_for`. By " -"default, it does not timeout. Note that this does propagate the " -":exc:`asyncio.TimeoutError` for you in case of timeout and is provided " -"for ease of use." -msgstr "" -"``timeout`` パラメータは :func:`asyncio.wait_for` " -"に渡されます。デフォルトではタイムアウトしません。タイムアウトした際に :exc:`asyncio.TimeoutError` " -"が発生するのは、使いやすさを考慮したためです。" +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:9 +msgid "The ``timeout`` parameter is passed onto :func:`asyncio.wait_for`. By default, it does not timeout. Note that this does propagate the :exc:`asyncio.TimeoutError` for you in case of timeout and is provided for ease of use." +msgstr "``timeout`` パラメータは :func:`asyncio.wait_for` に渡されます。デフォルトではタイムアウトしません。タイムアウトした際に :exc:`asyncio.TimeoutError` が発生するのは、使いやすさを考慮したためです。" -#: discord.client.Client.wait_for:14 of -msgid "" -"In case the event returns multiple arguments, a :class:`tuple` containing" -" those arguments is returned instead. Please check the " -":ref:`documentation ` for a list of events and their " -"parameters." -msgstr "" -"イベントが複数の引数を返す場合は、それらを含む :class:`tuple` が代わりに返ります。イベントとそのパラメーターについては " -":ref:`ドキュメント ` を参照してください。" +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:14 +msgid "In case the event returns multiple arguments, a :class:`tuple` containing those arguments is returned instead. Please check the :ref:`documentation ` for a list of events and their parameters." +msgstr "イベントが複数の引数を返す場合は、それらを含む :class:`tuple` が代わりに返ります。イベントとそのパラメーターについては :ref:`ドキュメント ` を参照してください。" -#: discord.client.Client.wait_for:19 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:19 msgid "This function returns the **first event that meets the requirements**." msgstr "この関数は **条件を満たす最初のイベント** を返します。" -#: discord.abc.GuildChannel.set_permissions:25 -#: discord.abc.Messageable.history:6 discord.channel.TextChannel.purge:17 -#: discord.client.Client.fetch_guilds:13 discord.client.Client.wait_for:22 -#: discord.guild.Guild.audit_logs:6 discord.guild.Guild.create_text_channel:24 -#: discord.guild.Guild.fetch_members:26 -#: discord.player.FFmpegOpusAudio.from_probe:7 -#: discord.reaction.Reaction.users:11 discord.threads.Thread.purge:13 -#: discord.utils.get:24 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:22 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:13 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:7 +#: ../../../discord/utils.py:docstring of discord.utils.get:24 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:11 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:24 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:26 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:6 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:17 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:13 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:6 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:6 msgid "Examples" msgstr "例" -#: discord.client.Client.wait_for:23 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:23 msgid "Waiting for a user reply: ::" msgstr "ユーザーからの返信を待つ場合: ::" -#: discord.client.Client.wait_for:37 of +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:37 msgid "Waiting for a thumbs up reaction from the message author: ::" msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" -#: discord.client.Client.wait_for:55 of -msgid "" -"The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." -msgstr "" -"イベント名は :ref:`イベントリファレンス ` に似ていますが接頭詞の ``on_`` " -"が必要ありません。" +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:55 +msgid "The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." +msgstr "イベント名は :ref:`イベントリファレンス ` に似ていますが接頭詞の ``on_`` が必要ありません。" -#: discord.client.Client.wait_for:58 of -msgid "" -"A predicate to check what to wait for. The arguments must meet the " -"parameters of the event being waited for." +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:58 +msgid "A predicate to check what to wait for. The arguments must meet the parameters of the event being waited for." msgstr "待っているものに該当するかを確認する関数。引数は待機しているイベントのパラメータを満たしている必要があります。" -#: discord.client.Client.wait_for:61 of -msgid "" -"The number of seconds to wait before timing out and raising " -":exc:`asyncio.TimeoutError`." +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:61 +msgid "The number of seconds to wait before timing out and raising :exc:`asyncio.TimeoutError`." msgstr "タイムアウトして :exc:`asyncio.TimeoutError` が発生するまでの秒数。" -#: discord.client.Client.wait_for:65 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:65 msgid "If a timeout is provided and it was reached." -msgstr ":exc:`asyncio.TimeoutError` -- タイムアウト値が設定されていて、かつその時間が経過した。" +msgstr "タイムアウトが設定されていて、かつその時間が経過した場合に発生します。" -#: discord.client.Client.wait_for:67 of -msgid "" -"Returns no arguments, a single argument, or a :class:`tuple` of multiple " -"arguments that mirrors the parameters passed in the :ref:`event reference" -" `." -msgstr "" -"単一の引数、あるいは :ref:`イベントリファレンス ` のパラメータを反映した複数の引数の値を含む " -":class:`tuple` が返ります。返る引数がない場合もあります。" +#: ../../../discord/client.py:docstring of discord.client.Client.wait_for:67 +msgid "Returns no arguments, a single argument, or a :class:`tuple` of multiple arguments that mirrors the parameters passed in the :ref:`event reference `." +msgstr "単一の引数、あるいは :ref:`イベントリファレンス ` のパラメータを反映した複数の引数の値を含む :class:`tuple` が返ります。返る引数がない場合もあります。" -#: discord.client.Client.change_presence:3 -#: discord.shard.AutoShardedClient.change_presence:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:3 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:3 msgid "Changes the client's presence." msgstr "クライアントのプレゼンスを変更します。" -#: discord.client.Client.change_presence:12 -#: discord.shard.AutoShardedClient.change_presence:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:12 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:10 msgid "Removed the ``afk`` keyword-only parameter." msgstr "" -#: discord.abc.GuildChannel.set_permissions:42 -#: discord.channel.StageChannel.edit:17 discord.channel.TextChannel.follow:12 -#: discord.channel.VoiceChannel.edit:17 -#: discord.client.Client.change_presence:15 -#: discord.guild.Guild.create_category:10 discord.guild.Guild.create_role:16 -#: discord.guild.Guild.create_stage_channel:7 -#: discord.guild.Guild.create_text_channel:19 -#: discord.guild.Guild.create_voice_channel:5 -#: discord.guild.Guild.edit_role_positions:10 -#: discord.guild.Guild.estimate_pruned_members:10 -#: discord.guild.Guild.prune_members:19 -#: discord.integrations.StreamIntegration.edit:8 -#: discord.message.Message.add_reaction:15 -#: discord.message.Message.clear_reaction:11 discord.message.Message.edit:13 -#: discord.message.Message.remove_reaction:13 -#: discord.shard.AutoShardedClient.change_presence:13 of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`TypeError`." -msgstr "" - -#: discord.client.Client.change_presence:19 -#: discord.shard.AutoShardedClient.change_presence:17 of +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:15 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:13 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:13 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:15 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:13 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:11 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:10 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:10 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:10 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:16 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:10 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:8 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:42 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:13 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:15 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:13 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:11 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`TypeError`." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:19 +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:17 msgid "The activity being done. ``None`` if no currently active activity is done." msgstr "実行中のアクティビティ。何も実行していない場合は ``None`` です。" -#: discord.client.Client.change_presence:21 of -msgid "" -"Indicates what status to change to. If ``None``, then " -":attr:`.Status.online` is used." +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:21 +msgid "Indicates what status to change to. If ``None``, then :attr:`.Status.online` is used." msgstr "変更するステータスを示します。 ``None`` の場合、:attr:`.Status.online` となります。" -#: discord.client.Client.change_presence:25 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.change_presence:25 msgid "If the ``activity`` parameter is not the proper type." -msgstr ":exc:`.InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" - -#: discord.client.Client.fetch_guilds:1 of -#, fuzzy -msgid "" -"Retrieves an :term:`asynchronous iterator` that enables receiving your " -"guilds." -msgstr "Botが所属するGuildを取得できる、 :class:`AsyncIterator` を取得します。" +msgstr "``activity`` パラメータが適切な型でない場合に発生します。" -#: discord.client.Client.fetch_guilds:5 of -msgid "" -"Using this, you will only receive :attr:`.Guild.owner`, " -":attr:`.Guild.icon`, :attr:`.Guild.id`, and :attr:`.Guild.name` per " -":class:`.Guild`." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:1 +msgid "Retrieves an :term:`asynchronous iterator` that enables receiving your guilds." msgstr "" -"これを使った場合、各 :class:`Guild` の :attr:`Guild.owner` 、 :attr:`Guild.icon` 、 " -":attr:`Guild.id` 、 :attr:`Guild.name` のみ取得できます。" -#: discord.client.Client.fetch_guilds:10 of -msgid "" -"This method is an API call. For general usage, consider :attr:`guilds` " -"instead." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:5 +msgid "Using this, you will only receive :attr:`.Guild.owner`, :attr:`.Guild.icon`, :attr:`.Guild.id`, and :attr:`.Guild.name` per :class:`.Guild`." +msgstr "これを使った場合、各 :class:`Guild` の :attr:`Guild.owner` 、 :attr:`Guild.icon` 、 :attr:`Guild.id` 、 :attr:`Guild.name` のみ取得できます。" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:10 +msgid "This method is an API call. For general usage, consider :attr:`guilds` instead." msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" -#: discord.abc.Messageable.history:7 discord.client.Client.fetch_guilds:14 -#: discord.guild.Guild.fetch_members:27 discord.reaction.Reaction.users:12 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:14 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:12 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:27 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:7 msgid "Usage ::" msgstr "使い方 ::" -#: discord.client.Client.fetch_guilds:19 discord.guild.Guild.fetch_members:32 -#: of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:32 msgid "Flattening into a list ::" msgstr "リストへフラット化 ::" -#: discord.abc.Messageable.history:19 discord.client.Client.fetch_guilds:24 -#: discord.guild.Guild.fetch_members:10 discord.member.Member.edit:23 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:24 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:10 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:23 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:19 msgid "All parameters are optional." msgstr "すべてのパラメータがオプションです。" -#: discord.client.Client.fetch_guilds:26 of -#, fuzzy -msgid "" -"The number of guilds to retrieve. If ``None``, it retrieves every guild " -"you have access to. Note, however, that this would make it a slow " -"operation. Defaults to ``100``." -msgstr "" -"取得するギルドの数。 ``None`` " -"の場合、あなたがアクセスできるギルドすべてを取得します。ただし、これには時間がかかります。デフォルトは100です。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:26 +msgid "The number of guilds to retrieve. If ``None``, it retrieves every guild you have access to. Note, however, that this would make it a slow operation. Defaults to ``100``." +msgstr "取得するギルドの数を指定します。 ``None`` が設定された場合、アクセスできるすべてのギルドを取得します。しかしながら、これは操作完了までの時間が伸びることを覚えておきましょう。デフォルトで ``100`` が設定されています。" -#: discord.client.Client.fetch_guilds:31 of -#, fuzzy -msgid "" -"Retrieves guilds before this date or object. If a datetime is provided, " -"it is recommended to use a UTC aware datetime. If the datetime is naive, " -"it is assumed to be local time." -msgstr "" -"この日付またはオブジェクトの前のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:31 +msgid "Retrieves guilds before this date or object. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "渡された日付、またはオブジェクトより前のギルドを取得します。日付を指定する場合、UTC対応の「aware」を利用することを推奨します。日付が「naive」である場合、これは地域時間であるとみなされます。" -#: discord.client.Client.fetch_guilds:35 of -#, fuzzy -msgid "" -"Retrieve guilds after this date or object. If a datetime is provided, it " -"is recommended to use a UTC aware datetime. If the datetime is naive, it " -"is assumed to be local time." -msgstr "" -"この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:35 +msgid "Retrieve guilds after this date or object. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "渡された日付、またはオブジェクトより後のギルドを取得します。日付を指定する場合、UTC対応の「aware」を利用することを推奨します。日付が「naive」である場合、これは地域時間であるとみなされます。" -#: discord.client.Client.fetch_guilds:40 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:40 msgid "Getting the guilds failed." -msgstr "ギルドのアイコンの変更" +msgstr "ギルドの取得に失敗した場合に発生します。" -#: discord.client.Client.fetch_guilds:42 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guilds:42 msgid ":class:`.Guild` -- The guild with the guild data parsed." msgstr ":class:`.Guild` -- データを解析したGuild。" -#: discord.client.Client.fetch_template:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:3 msgid "Gets a :class:`.Template` from a discord.new URL or code." -msgstr ":class:`.Invite` をdiscord.gg URLやIDから取得します。" +msgstr "" -#: discord.client.Client.fetch_template:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:5 msgid "The Discord Template Code or URL (must be a discord.new URL)." -msgstr "Discordの招待ID、またはURL(discord.gg URLである必要があります)。" +msgstr "" -#: discord.client.Client.fetch_template:8 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:8 msgid "The template is invalid." -msgstr "メンバーがオンライン。" +msgstr "無効なテンプレートである場合。" -#: discord.client.Client.fetch_template:9 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:9 msgid "Getting the template failed." -msgstr "" +msgstr "テンプレートの取得に失敗した場合。" -#: discord.client.Client.fetch_template:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:11 msgid "The template from the URL/code." -msgstr "ギルドの名前。" +msgstr "URL/コードからのテンプレート。" -#: discord.client.Client.fetch_template:12 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_template:12 msgid ":class:`.Template`" -msgstr ":class:`.Widget`" +msgstr ":class:`.Template`" -#: discord.client.Client.fetch_guild:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:3 msgid "Retrieves a :class:`.Guild` from an ID." msgstr "IDから :class:`.Guild` を取得します。" -#: discord.client.Client.fetch_guild:7 of -#, fuzzy -msgid "" -"Using this, you will **not** receive :attr:`.Guild.channels`, " -":attr:`.Guild.members`, :attr:`.Member.activity` and " -":attr:`.Member.voice` per :class:`.Member`." -msgstr "" -"これを使用した場合、 :attr:`.Guild.channels`、 :class:`.Guild.members` 、そして各 " -":class:`.Member` ごとの :attr:`.Member.activity` 、 :attr:`.Member.voice` " -"を取得することは **できません** 。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:7 +msgid "Using this, you will **not** receive :attr:`.Guild.channels`, :attr:`.Guild.members`, :attr:`.Member.activity` and :attr:`.Member.voice` per :class:`.Member`." +msgstr "これを使用した場合、 :attr:`.Guild.channels` 、 :attr:`.Guild.members` 及び、各 :class:`.Member` の :attr:`.Member.activity` と :attr:`.Member.voice` を取得することは\\ **できません**\\ 。" -#: discord.client.Client.fetch_guild:12 of -msgid "" -"This method is an API call. For general usage, consider :meth:`get_guild`" -" instead." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:12 +msgid "This method is an API call. For general usage, consider :meth:`get_guild` instead." msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_guild` を代わりとして使用してください。" -#: discord.client.Client.fetch_guild:16 discord.client.Client.fetch_widget:11 -#: of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:16 +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:11 msgid "``guild_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_guild:18 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:23 +msgid "with_counts: :class:`bool`" +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:19 +msgid "Whether to include count information in the guild. This fills the :attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count` attributes without needing any privileged intents. Defaults to ``True``." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:25 msgid "The guild's ID to fetch from." msgstr "取得したいギルドのID。" -#: discord.client.Client.fetch_guild:21 discord.guild.Guild.fetch_member:16 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:28 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:16 msgid "You do not have access to the guild." -msgstr ":exc:`.Forbidden` -- ギルドにアクセスできない。" +msgstr "ギルドにアクセスできない場合に発生します。" -#: discord.client.Client.fetch_guild:22 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:29 msgid "Getting the guild failed." -msgstr "ギルドのアイコンの変更" +msgstr "ギルドの取得に失敗した場合に発生します。" -#: discord.client.Client.fetch_guild:24 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:31 msgid "The guild from the ID." msgstr "IDから取得したギルド。" -#: discord.client.Client.create_guild:33 discord.client.Client.fetch_guild:25 -#: discord.template.Template.create_guild:25 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_guild:32 +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:29 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:25 msgid ":class:`.Guild`" msgstr ":class:`.Guild`" -#: discord.client.Client.create_guild:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:3 msgid "Creates a :class:`.Guild`." msgstr ":class:`.Guild` を作成します。" -#: discord.client.Client.create_guild:5 -#: discord.template.Template.create_guild:5 of +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:5 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:5 msgid "Bot accounts in more than 10 guilds are not allowed to create guilds." msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" -#: discord.client.Client.create_guild:7 of -msgid "" -"``name`` and ``icon`` parameters are now keyword-only. The `region`` " -"parameter has been removed." -msgstr "" - -#: discord.client.Client.create_guild:11 of -msgid "``name`` and ``region``, and ``icon`` parameters are now keyword-only." -msgstr "" - -#: discord.asset.Asset.replace:3 discord.asset.Asset.with_format:3 -#: discord.asset.Asset.with_size:3 discord.asset.Asset.with_static_format:6 -#: discord.client.Client.create_guild:14 discord.reaction.Reaction.clear:9 -#: discord.role.Role.edit:19 discord.template.Template.create_guild:10 -#: discord.user.ClientUser.edit:17 -#: discord.webhook.async_.Webhook.delete_message:14 -#: discord.webhook.async_.Webhook.edit:5 -#: discord.webhook.async_.Webhook.edit_message:13 -#: discord.webhook.async_.Webhook.from_url:3 -#: discord.webhook.async_.Webhook.send:14 -#: discord.webhook.async_.WebhookMessage.edit:10 of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`ValueError`." -msgstr "" - -#: discord.client.Client.create_guild:18 -#: discord.template.Template.create_guild:14 of +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:7 +msgid "``name`` and ``icon`` parameters are now keyword-only. The `region`` parameter has been removed." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:10 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:3 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:5 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:14 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:13 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:14 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:10 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:17 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:3 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:3 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:3 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:6 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:9 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:19 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:10 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`ValueError`." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:14 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:14 msgid "The name of the guild." msgstr "ギルドの名前。" -#: discord.client.Client.create_guild:20 -#: discord.template.Template.create_guild:16 of -msgid "" -"The :term:`py:bytes-like object` representing the icon. See " -":meth:`.ClientUser.edit` for more details on what is expected." -msgstr "" -"アイコンを表す :term:`py:bytes-like object` です。 :meth:`.ClientUser.edit` " -"で、予期されるデータの詳細を確認してください。" +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:16 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:16 +msgid "The :term:`py:bytes-like object` representing the icon. See :meth:`.ClientUser.edit` for more details on what is expected." +msgstr "アイコンを表す :term:`py:bytes-like object` です。 :meth:`.ClientUser.edit` で、予期されるデータの詳細を確認してください。" -#: discord.client.Client.create_guild:23 of +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:19 msgid "The code for a template to create the guild with. .. versionadded:: 1.4" -msgstr "" - -#: discord.client.Client.create_guild:23 of -msgid "The code for a template to create the guild with." -msgstr "" +msgstr "Guildを作成するためのテンプレートのコード .. versionadded:: 1.4" -#: discord.client.Client.create_guild:28 -#: discord.template.Template.create_guild:20 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:24 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:20 msgid "Guild creation failed." -msgstr ":exc:`.HTTPException` -- ギルドの作成に失敗した。" +msgstr "ギルドの作成に失敗した場合に発生します。" -#: discord.client.Client.create_guild:29 -#: discord.template.Template.create_guild:21 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:25 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:21 msgid "Invalid icon image format given. Must be PNG or JPG." -msgstr ":exc:`.InvalidArgument` -- アイコン画像として無効なフォーマットの画像が渡された。PNGかJPGで指定してください。" +msgstr "Guildのアイコンの画像形式が無効だった時。画像は、PNGまたはJPGである必要があります。" -#: discord.client.Client.create_guild:31 -#: discord.template.Template.create_guild:23 of +#: ../../../discord/client.py:docstring of discord.client.Client.create_guild:27 +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:23 msgid "The guild created. This is not the same guild that is added to cache." msgstr "作成されたギルド。キャッシュに追加されるギルドとは別物です。" -#: discord.client.Client.fetch_stage_instance:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:3 msgid "Gets a :class:`.StageInstance` for a stage channel id." -msgstr "ギルドIDから :class:`.Widget` を取得します。" +msgstr "" -#: discord.client.Client.fetch_stage_instance:7 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:7 msgid "The stage channel ID." -msgstr "ボイスチャンネル。" +msgstr "" -#: discord.channel.StageChannel.fetch_instance:7 -#: discord.client.Client.fetch_stage_instance:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:10 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:7 msgid "The stage instance or channel could not be found." -msgstr "作成、または削除されたギルドチャンネル。" +msgstr "" -#: discord.channel.StageChannel.fetch_instance:8 -#: discord.client.Client.fetch_stage_instance:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:11 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:8 msgid "Getting the stage instance failed." -msgstr ":exc:`.HTTPException` -- 招待の取得に失敗した。" +msgstr "" -#: discord.client.Client.fetch_stage_instance:13 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:13 msgid "The stage instance from the stage channel ID." msgstr "" -#: discord.client.Client.fetch_stage_instance:14 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_stage_instance:14 msgid ":class:`.StageInstance`" -msgstr ":class:`str`" +msgstr "" -#: discord.client.Client.fetch_invite:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:3 msgid "Gets an :class:`.Invite` from a discord.gg URL or ID." msgstr ":class:`.Invite` をdiscord.gg URLやIDから取得します。" -#: discord.client.Client.fetch_invite:7 of -#, fuzzy -msgid "" -"If the invite is for a guild you have not joined, the guild and channel " -"attributes of the returned :class:`.Invite` will be " -":class:`.PartialInviteGuild` and :class:`.PartialInviteChannel` " -"respectively." -msgstr "" -"もしあなたがInviteのGuildに参加していない場合、 :class:`.Invite` のguildとchannel属性はそれぞれ " -":class:`.PartialInviteGuild` と :class:`PartialInviteChannel` になります。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:7 +msgid "If the invite is for a guild you have not joined, the guild and channel attributes of the returned :class:`.Invite` will be :class:`.PartialInviteGuild` and :class:`.PartialInviteChannel` respectively." +msgstr "もしBotがInviteのGuildに参加していない場合、 :class:`.Invite` のguildとchannel属性はそれぞれ :class:`.PartialInviteGuild` と :class:`.PartialInviteChannel` になります。" -#: discord.client.Client.fetch_invite:11 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:11 msgid "The Discord invite ID or URL (must be a discord.gg URL)." -msgstr "Discordの招待ID、またはURL(discord.gg URLである必要があります)。" +msgstr "Discordの招待ID、またはURL (discord.gg URLである必要があります)。" -#: discord.client.Client.fetch_invite:13 of -msgid "" -"Whether to include count information in the invite. This fills the " -":attr:`.Invite.approximate_member_count` and " -":attr:`.Invite.approximate_presence_count` fields." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:13 +msgid "Whether to include count information in the invite. This fills the :attr:`.Invite.approximate_member_count` and :attr:`.Invite.approximate_presence_count` fields." +msgstr "招待にカウントの情報を含めるかどうか。これにより :attr:`.Invite.approximate_member_count` と :attr:`.Invite.approximate_presence_count` が追加されます。" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:17 +msgid "Whether to include the expiration date of the invite. This fills the :attr:`.Invite.expires_at` field. .. versionadded:: 2.0" msgstr "" -"招待にカウントの情報を含めるかどうか。これにより :attr:`.Invite.approximate_member_count` と " -":attr:`.Invite.approximate_presence_count` が追加されます。" -#: discord.client.Client.fetch_invite:17 of -msgid "" -"Whether to include the expiration date of the invite. This fills the " -":attr:`.Invite.expires_at` field. .. versionadded:: 2.0" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:17 +msgid "Whether to include the expiration date of the invite. This fills the :attr:`.Invite.expires_at` field." msgstr "" -#: discord.client.Client.fetch_invite:17 of -#, fuzzy -msgid "" -"Whether to include the expiration date of the invite. This fills the " -":attr:`.Invite.expires_at` field." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:22 +msgid "The ID of the scheduled event this invite is for. .. note:: It is not possible to provide a url that contains an ``event_id`` parameter when using this parameter. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:22 +msgid "The ID of the scheduled event this invite is for." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:26 +msgid "It is not possible to provide a url that contains an ``event_id`` parameter when using this parameter." +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:32 +msgid "The url contains an ``event_id``, but ``scheduled_event_id`` has also been provided." msgstr "" -"招待にカウントの情報を含めるかどうか。これにより :attr:`.Invite.approximate_member_count` と " -":attr:`.Invite.approximate_presence_count` が追加されます。" -#: discord.client.Client.fetch_invite:23 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:33 msgid "The invite has expired or is invalid." -msgstr ":exc:`.NotFound` -- 招待の有効期限が切れている、または無効。" +msgstr "招待の有効期限が切れたか無効の場合。" -#: discord.client.Client.fetch_invite:24 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:34 msgid "Getting the invite failed." -msgstr ":exc:`.HTTPException` -- 招待の取得に失敗した。" +msgstr "招待の取得に失敗した場合。" -#: discord.client.Client.fetch_invite:26 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:36 msgid "The invite from the URL/ID." msgstr "URL/IDから取得した招待。" -#: discord.client.Client.fetch_invite:27 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_invite:37 msgid ":class:`.Invite`" msgstr ":class:`.Invite`" -#: discord.client.Client.delete_invite:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:3 msgid "Revokes an :class:`.Invite`, URL, or ID to an invite." msgstr ":class:`.Invite` や、招待のURL、IDを削除します。" -#: discord.client.Client.delete_invite:5 of -msgid "" -"You must have the :attr:`~.Permissions.manage_channels` permission in the" -" associated guild to do this." +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:5 +msgid "You must have the :attr:`~.Permissions.manage_channels` permission in the associated guild to do this." msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" -#: discord.client.Client.delete_invite:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:10 msgid "``invite`` parameter is now positional-only." -msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" +msgstr "" -#: discord.client.Client.delete_invite:12 of +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:12 msgid "The invite to revoke." msgstr "取り消す招待。" -#: discord.client.Client.delete_invite:15 discord.invite.Invite.delete:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:15 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:10 msgid "You do not have permissions to revoke invites." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +msgstr "削除する権限がない場合。" -#: discord.client.Client.delete_invite:16 discord.invite.Invite.delete:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:16 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:11 msgid "The invite is invalid or expired." -msgstr ":exc:`.NotFound` -- 招待が無効、あるいは期限切れになっている。" +msgstr "招待が無効または期限切れの場合。" -#: discord.client.Client.delete_invite:17 discord.invite.Invite.delete:12 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.delete_invite:17 +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:12 msgid "Revoking the invite failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" +msgstr "招待の取り消しに失敗した場合。" -#: discord.client.Client.fetch_widget:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:3 msgid "Gets a :class:`.Widget` from a guild ID." msgstr "ギルドIDから :class:`.Widget` を取得します。" -#: discord.client.Client.fetch_widget:7 discord.guild.Guild.widget:7 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:7 msgid "The guild must have the widget enabled to get this information." msgstr "この情報を取得するためには、ギルドのウィジェットを有効化しておく必要があります。" -#: discord.client.Client.fetch_widget:13 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:13 msgid "The ID of the guild." msgstr "ギルドのID。" -#: discord.client.Client.fetch_widget:16 discord.guild.Guild.widget:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:16 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:9 msgid "The widget for this guild is disabled." -msgstr ":exc:`.Forbidden` -- ギルドのウィジェットが有効化されていない。" +msgstr "" -#: discord.client.Client.fetch_widget:17 discord.guild.Guild.widget:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:17 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:10 msgid "Retrieving the widget failed." -msgstr ":exc:`.HTTPException` -- ウィジェットの取得に失敗した。" +msgstr "ウィジェットの取得に失敗した場合。" -#: discord.client.Client.fetch_widget:19 discord.guild.Guild.widget:12 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:12 msgid "The guild's widget." msgstr "ギルドのウィジェット。" -#: discord.client.Client.fetch_widget:20 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_widget:20 msgid ":class:`.Widget`" msgstr ":class:`.Widget`" -#: discord.client.Client.application_info:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:3 msgid "Retrieves the bot's application information." msgstr "Botのアプリケーション情報を取得します。" -#: discord.client.Client.application_info:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:5 msgid "Retrieving the information failed somehow." -msgstr ":exc:`.HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "情報の取得に失敗した場合。" -#: discord.client.Client.application_info:7 of +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:7 msgid "The bot's application information." msgstr "Botのアプリケーション情報。" -#: discord.client.Client.application_info:8 of +#: ../../../discord/client.py:docstring of discord.client.Client.application_info:8 msgid ":class:`.AppInfo`" msgstr ":class:`.AppInfo`" -#: discord.client.Client.fetch_user:3 of -#, fuzzy -msgid "" -"Retrieves a :class:`~discord.User` based on their ID. You do not have to " -"share any guilds with the user to get this information, however many " -"operations do require that you do." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:3 +msgid "Retrieves a :class:`~discord.User` based on their ID. You do not have to share any guilds with the user to get this information, however many operations do require that you do." msgstr "" -"IDをもとに :class:`~discord.User` " -"を取得します。Botアカウントでのみ使用できます。そのユーザーとギルドを共有する必要はありませんが、操作の多くはそれを必要とします。" -#: discord.client.Client.fetch_user:9 of -#, fuzzy -msgid "" -"This method is an API call. If you have :attr:`discord.Intents.members` " -"and member cache enabled, consider :meth:`get_user` instead." -msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_user` を代わりとして使用してください。" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:9 +msgid "This method is an API call. If you have :attr:`discord.Intents.members` and member cache enabled, consider :meth:`get_user` instead." +msgstr "" -#: discord.client.Client.fetch_user:13 discord.guild.Guild.get_member:5 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:13 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:5 msgid "``user_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_user:15 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:15 msgid "The user's ID to fetch from." msgstr "取得したいユーザーのID。" -#: discord.client.Client.fetch_user:18 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:18 msgid "A user with this ID does not exist." -msgstr ":exc:`.NotFound` -- 指定のIDを持つユーザーが存在しない。" +msgstr "この ID を持つユーザーが存在しない場合。" -#: discord.client.Client.fetch_user:19 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:19 msgid "Fetching the user failed." -msgstr ":exc:`.HTTPException` -- ユーザーの取得に失敗した。" +msgstr "ユーザーの取得に失敗した場合。" -#: discord.client.Client.fetch_user:21 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:21 msgid "The user you requested." msgstr "あなたがリクエストしたユーザー。" -#: discord.abc.Messageable:8 discord.abc.User:5 -#: discord.client.Client.fetch_user:22 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_user:22 +#: ../../../discord/abc.py:docstring of discord.abc.User:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:8 msgid ":class:`~discord.User`" msgstr ":class:`~discord.User`" -#: discord.client.Client.fetch_channel:3 of -#, fuzzy -msgid "" -"Retrieves a :class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, or " -":class:`.Thread` with the specified ID." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:3 +msgid "Retrieves a :class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, or :class:`.Thread` with the specified ID." msgstr "" -"指定されたIDを持つ :class:`.abc.GuildChannel` または :class:`.abc.PrivateChannel` " -"を取得します。" -#: discord.client.Client.fetch_channel:7 of -msgid "" -"This method is an API call. For general usage, consider " -":meth:`get_channel` instead." +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:7 +msgid "This method is an API call. For general usage, consider :meth:`get_channel` instead." msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_channel` を代わりとして使用してください。" -#: discord.client.Client.fetch_channel:13 discord.guild.Guild.get_channel:9 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:13 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:9 msgid "``channel_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_channel:15 discord.guild.Guild.fetch_channels:11 -#: of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:15 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:11 msgid "An unknown channel type was received from Discord." -msgstr ":exc:`.InvalidData` -- 不明なチャンネルタイプをDiscordから受信した。" +msgstr "まだ定義されていないチャンネルタイプがDiscord Apiから受信された場合。" -#: discord.client.Client.fetch_channel:16 discord.guild.Guild.fetch_channel:12 -#: of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:16 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:12 msgid "Retrieving the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +msgstr "チャンネルの取得に失敗した時。" -#: discord.client.Client.fetch_channel:17 discord.guild.Guild.fetch_channel:13 -#: of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:17 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:13 msgid "Invalid Channel ID." -msgstr "ボイスチャンネル。" +msgstr "引数が無効なチャンネル IDである場合。" -#: discord.client.Client.fetch_channel:18 discord.guild.Guild.fetch_channel:14 -#: of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:18 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:14 msgid "You do not have permission to fetch this channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +msgstr "このチャンネルからメッセージを取得する権限がない場合。" -#: discord.client.Client.fetch_channel:20 discord.guild.Guild.fetch_channel:16 -#: of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:20 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:16 msgid "The channel from the ID." msgstr "IDから取得したチャンネル。" -#: discord.client.Client.fetch_channel:21 of -#, fuzzy -msgid "" -"Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, " -":class:`.Thread`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_channel:21 +msgid "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, :class:`.Thread`]" +msgstr "" -#: discord.client.Client.fetch_webhook:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:3 msgid "Retrieves a :class:`.Webhook` with the specified ID." msgstr "特定のIDの :class:`.Webhook` を取得します。" -#: discord.client.Client.fetch_webhook:7 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:7 msgid "``webhook_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_webhook:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:9 msgid "Retrieving the webhook failed." -msgstr ":exc:`.HTTPException` -- Webhookの取得に失敗した。" +msgstr "Webhookの取得に失敗した場合。" -#: discord.client.Client.fetch_webhook:10 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:10 msgid "Invalid webhook ID." -msgstr "" +msgstr "無効なWebhookのIDだった場合。" -#: discord.client.Client.fetch_webhook:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:11 msgid "You do not have permission to fetch this webhook." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +msgstr "Webhookを取得する権限がない場合。" -#: discord.client.Client.fetch_webhook:13 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:13 msgid "The webhook you requested." msgstr "要求したWebhook。" -#: discord.client.Client.fetch_webhook:14 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_webhook:14 msgid ":class:`.Webhook`" msgstr ":class:`.Webhook`" -#: discord.client.Client.fetch_sticker:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:3 msgid "Retrieves a :class:`.Sticker` with the specified ID." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +msgstr "" -#: discord.client.Client.fetch_sticker:7 discord.sticker.StickerItem.fetch:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:7 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:5 msgid "Retrieving the sticker failed." -msgstr ":exc:`.HTTPException` -- ウィジェットの取得に失敗した。" +msgstr "" -#: discord.client.Client.fetch_sticker:8 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:8 msgid "Invalid sticker ID." msgstr "" -#: discord.client.Client.fetch_sticker:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:10 msgid "The sticker you requested." -msgstr "あなたがリクエストしたユーザー。" +msgstr "" -#: discord.client.Client.fetch_sticker:11 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_sticker:11 msgid "Union[:class:`.StandardSticker`, :class:`.GuildSticker`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:3 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:3 msgid "Retrieves all available premium sticker packs." msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:7 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:7 msgid "Retrieving the sticker packs failed." -msgstr "役職の名前を返します。" +msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:9 of +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:9 msgid "All available premium sticker packs." msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.fetch_premium_sticker_packs:10 msgid "List[:class:`.StickerPack`]" -msgstr ":class:`str`" +msgstr "" -#: discord.client.Client.create_dm:3 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:3 msgid "Creates a :class:`.DMChannel` with this user." -msgstr "このユーザーと :class:`DMChannel` を作ります。" +msgstr "" -#: discord.client.Client.create_dm:5 -#: discord.member.flatten_user..generate_function..general:5 -#: discord.user.User.create_dm:5 of -msgid "" -"This should be rarely called, as this is done transparently for most " -"people." +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:5 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:5 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:5 +msgid "This should be rarely called, as this is done transparently for most people." msgstr "" -#: discord.client.Client.create_dm:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:10 msgid "The user to create a DM with." -msgstr ":class:`User` – 招待を作成したユーザー。" - -#: discord.abc.GuildChannel.clone:20 discord.channel.CategoryChannel.clone:20 -#: discord.channel.StageChannel.clone:20 discord.channel.StoreChannel.clone:20 -#: discord.channel.TextChannel.clone:20 discord.channel.VoiceChannel.clone:20 -#: discord.client.Client.create_dm:13 -#: discord.member.flatten_user..generate_function..general:8 -#: discord.user.User.create_dm:8 of -#, fuzzy +msgstr "" + +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:13 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:20 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:8 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:8 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:20 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:20 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:20 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:20 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:20 msgid "The channel that was created." -msgstr "チャンネルが作成されました。" +msgstr "" -#: discord.client.Client.create_dm:14 -#: discord.member.flatten_user..generate_function..general:9 -#: discord.user.User.create_dm:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.create_dm:14 +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:9 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:9 msgid ":class:`.DMChannel`" -msgstr ":class:`.Widget`" +msgstr "" -#: discord.client.Client.add_view:1 of +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:1 msgid "Registers a :class:`~discord.ui.View` for persistent listening." msgstr "" -#: discord.client.Client.add_view:3 of -msgid "" -"This method should be used for when a view is comprised of components " -"that last longer than the lifecycle of the program." +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:3 +msgid "This method should be used for when a view is comprised of components that last longer than the lifecycle of the program." msgstr "" -#: discord.client.Client.add_view:8 of +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:8 msgid "The view to register for dispatching." msgstr "" -#: discord.client.Client.add_view:10 of -msgid "" -"The message ID that the view is attached to. This is currently used to " -"refresh the view's state during message update events. If not given then " -"message update events are not propagated for the view." +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:10 +msgid "The message ID that the view is attached to. This is currently used to refresh the view's state during message update events. If not given then message update events are not propagated for the view." msgstr "" -#: discord.client.Client.add_view:15 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:15 msgid "A view was not passed." -msgstr "招待の更新。" +msgstr "" -#: discord.client.Client.add_view:16 of -msgid "" -"The view is not persistent. A persistent view has no timeout and all " -"their components have an explicitly provided custom_id." +#: ../../../discord/client.py:docstring of discord.client.Client.add_view:16 +msgid "The view is not persistent. A persistent view has no timeout and all their components have an explicitly provided custom_id." msgstr "" -#: discord.Client.persistent_views:1 of +#: ../../../discord/client.py:docstring of discord.Client.persistent_views:1 msgid "A sequence of persistent views added to the client." msgstr "" -#: discord.Client.persistent_views:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.persistent_views:5 msgid "Sequence[:class:`.View`]" -msgstr ":class:`.Invite`" +msgstr "" #: ../../api.rst:49 msgid "AutoShardedClient" -msgstr "" +msgstr "AutoShardedClient" -#: discord.shard.AutoShardedClient:1 of -msgid "" -"A client similar to :class:`Client` except it handles the complications " -"of sharding for the user into a more manageable and transparent single " -"process bot." -msgstr "" -"このクライアントは :class:`Client` " -"に似ていますが、管理しやすく、かつ透過的なシングルプロセスのBotに分割するという複雑な処理を行います。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:1 +msgid "A client similar to :class:`Client` except it handles the complications of sharding for the user into a more manageable and transparent single process bot." +msgstr "このクライアントは :class:`Client` に似ていますが、複雑なシャーディングの処理をユーザーに変わって処理し、管理しやすく、かつ透過的なシングルプロセスのボットとして動かせるようにするという点が異なります。" -#: discord.shard.AutoShardedClient:5 of -msgid "" -"When using this client, you will be able to use it as-if it was a regular" -" :class:`Client` with a single shard when implementation wise internally " -"it is split up into multiple shards. This allows you to not have to deal " -"with IPC or other complicated infrastructure." -msgstr "" -"このクライアントは、実装に関して内部的に複数のシャードに分割されていても、単一のシャードの通常の :class:`Client` " -"のように使用することができます。これにより、IPCやその他の複雑なインフラストラクチャへの対処を行う必要がなくなります。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:5 +msgid "When using this client, you will be able to use it as-if it was a regular :class:`Client` with a single shard when implementation wise internally it is split up into multiple shards. This allows you to not have to deal with IPC or other complicated infrastructure." +msgstr "このクライアントは、実装に関して内部的に複数のシャードに分割されていても、単一のシャードの通常の :class:`Client` のように使用することができます。これにより、IPCやその他の複雑なインフラストラクチャへの対処を行う必要がなくなります。" -#: discord.shard.AutoShardedClient:10 of -msgid "" -"It is recommended to use this client only if you have surpassed at least " -"1000 guilds." -msgstr "少なくとも1000を超えるギルドで使用される場合にのみ、このクライアントを使用することをおすすめします。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:10 +msgid "It is recommended to use this client only if you have surpassed at least 1000 guilds." +msgstr "少なくとも1000を超えるギルドに参加していいる場合にのみ、このクライアントを使用することを推奨します。" -#: discord.shard.AutoShardedClient:13 of -msgid "" -"If no :attr:`.shard_count` is provided, then the library will use the Bot" -" Gateway endpoint call to figure out how many shards to use." -msgstr "" -":attr:`.shard_count` が指定されていない場合、ライブラリはBot " -"Gatewayのエンドポイント呼び出しを使用して使用するシャードの数を見つけ出します。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:13 +msgid "If no :attr:`.shard_count` is provided, then the library will use the Bot Gateway endpoint call to figure out how many shards to use." +msgstr ":attr:`.shard_count` が指定されていない場合、ライブラリはBot Gatewayのエンドポイント呼び出しを使用して使用するシャードの数を見つけ出します。" -#: discord.shard.AutoShardedClient:16 of -msgid "" -"If a ``shard_ids`` parameter is given, then those shard IDs will be used " -"to launch the internal shards. Note that :attr:`.shard_count` must be " -"provided if this is used. By default, when omitted, the client will " -"launch shards from 0 to ``shard_count - 1``." -msgstr "" -"``shard_ids`` パラメータが指定されている場合、それらのシャードIDが内部シャードの起動時に使用されます。これを使用する場合 " -":attr:`.shard_count` の指定が必須です。このパラメータを省略した場合は、クライアントは0から ``shard_count - " -"1`` までのシャードを起動します。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:16 +msgid "If a ``shard_ids`` parameter is given, then those shard IDs will be used to launch the internal shards. Note that :attr:`.shard_count` must be provided if this is used. By default, when omitted, the client will launch shards from 0 to ``shard_count - 1``." +msgstr "``shard_ids`` パラメータが指定されている場合、それらのシャードIDが内部シャードの起動時に使用されます。これを使用する場合 :attr:`.shard_count` の指定が必須です。このパラメータを省略した場合は、クライアントは0から ``shard_count - 1`` までのシャードを起動します。" -#: discord.shard.AutoShardedClient:23 of -#, fuzzy +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:23 msgid "An optional list of shard_ids to launch the shards with." -msgstr "Optional[List[:class:`int`]] -- シャードの起動時に使用するshard_idsのオプションリスト。" +msgstr "シャードの起動時に利用するshard_idsのオプショナルなリスト。" -#: discord.shard.AutoShardedClient:25 of +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient:25 msgid "Optional[List[:class:`int`]]" -msgstr "" +msgstr "Optional[List[:class:`int`]]" -#: discord.AutoShardedClient.latency:3 of -msgid "" -"This operates similarly to :meth:`Client.latency` except it uses the " -"average latency of every shard's latency. To get a list of shard latency," -" check the :attr:`latencies` property. Returns ``nan`` if there are no " -"shards ready." -msgstr "" -"これは :meth:`Client.latency` " -"と同様に機能しますが、すべてのシャードの平均待ち時間を使用する点が異なります。シャードの待ち時間のリストを取得するには " -":attr:`latencies` プロパティを参照してください。準備ができていない場合は ``nan`` を返します。" +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latency:3 +msgid "This operates similarly to :meth:`Client.latency` except it uses the average latency of every shard's latency. To get a list of shard latency, check the :attr:`latencies` property. Returns ``nan`` if there are no shards ready." +msgstr "これは :meth:`Client.latency` と同様に機能しますが、すべてのシャードの平均待ち時間を使用する点が異なります。シャードの待ち時間のリストを取得するには :attr:`latencies` プロパティを参照してください。準備ができていない場合は ``nan`` を返します。" -#: discord.AutoShardedClient.latencies:1 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latencies:1 msgid "A list of latencies between a HEARTBEAT and a HEARTBEAT_ACK in seconds." msgstr "" -#: discord.AutoShardedClient.latencies:3 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latencies:3 msgid "This returns a list of tuples with elements ``(shard_id, latency)``." msgstr "これは、 ``(shard_id, latency)`` の要素を持つタプルのリストを返します。" -#: discord.AutoShardedClient.latencies:5 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latencies:5 msgid "List[Tuple[:class:`int`, :class:`float`]]" -msgstr "" +msgstr "List[Tuple[:class:`int`, :class:`float`]]" -#: discord.shard.AutoShardedClient.get_shard:1 of +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:1 msgid "Gets the shard information at a given shard ID or ``None`` if not found." msgstr "" -#: discord.shard.AutoShardedClient.get_shard:5 of +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:5 msgid "``shard_id`` parameter is now positional-only." msgstr "" -#: discord.shard.AutoShardedClient.get_shard:7 of +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:7 msgid "Information about the shard with given ID. ``None`` if not found." msgstr "" -#: discord.shard.AutoShardedClient.get_shard:8 of -#, fuzzy +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.get_shard:8 msgid "Optional[:class:`ShardInfo`]" -msgstr ":class:`str`" +msgstr "" -#: discord.AutoShardedClient.shards:1 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.shards:1 msgid "Returns a mapping of shard IDs to their respective info object." msgstr "" -#: discord.AutoShardedClient.shards:3 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.shards:3 msgid "Mapping[int, :class:`ShardInfo`]" -msgstr "" +msgstr "Mapping[int, :class:`ShardInfo`]" -#: discord.shard.AutoShardedClient.change_presence:5 of +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:5 msgid "Example: ::" msgstr "例: ::" -#: discord.shard.AutoShardedClient.change_presence:19 of -msgid "" -"Indicates what status to change to. If ``None``, then " -":attr:`Status.online` is used." +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:19 +msgid "Indicates what status to change to. If ``None``, then :attr:`Status.online` is used." msgstr "変更するステータスを示します。 ``None`` の場合、 :attr:`Status.online` となります。" -#: discord.shard.AutoShardedClient.change_presence:22 of -msgid "" -"The shard_id to change the presence to. If not specified or ``None``, " -"then it will change the presence of every shard the bot can see." -msgstr "" -"プレゼンスを変更したいシャードのshard_id。指定されていない、または ``None`` " -"が渡された場合はBotがアクセスできるすべてのシャードのプレゼンスが変更されます。" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:22 +msgid "The shard_id to change the presence to. If not specified or ``None``, then it will change the presence of every shard the bot can see." +msgstr "プレゼンスを変更したいシャードのshard_id。指定されていない、または ``None`` が渡された場合はBotがアクセスできるすべてのシャードのプレゼンスが変更されます。" -#: discord.shard.AutoShardedClient.change_presence:27 of -#, fuzzy +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.change_presence:27 msgid "If the ``activity`` parameter is not of proper type." -msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" +msgstr "``activity`` パラメータが適切な型出ない場合に発生します。" -#: discord.shard.AutoShardedClient.is_ws_ratelimited:6 of -msgid "" -"This implementation checks if any of the shards are rate limited. For " -"more granular control, consider :meth:`ShardInfo.is_ws_ratelimited`." -msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.AutoShardedClient.is_ws_ratelimited:6 +msgid "This implementation checks if any of the shards are rate limited. For more granular control, consider :meth:`ShardInfo.is_ws_ratelimited`." +msgstr "この実装は、シャードのいずれかがレート制限下にあるかどうかを確認します。より細かな制御が行いたい場合は :meth:`ShardInfo.is_ws_ratelimited` の使用を検討してください。" #: ../../api.rst:57 -#, fuzzy msgid "Application Info" -msgstr ":class:`str` -- アプリケーションの名前。" +msgstr "アプリケーション情報" #: ../../api.rst:60 msgid "AppInfo" -msgstr "" +msgstr "AppInfo" -#: discord.appinfo.AppInfo:1 of +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:1 msgid "Represents the application info for the bot provided by Discord." -msgstr "Discordが提供するBotのアプリケーション情報を表します。" +msgstr "Discordが提供するBotのアプリケーション情報。" -#: discord.appinfo.AppInfo:6 discord.appinfo.PartialAppInfo:7 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:6 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:7 msgid "The application ID." -msgstr "Botのアプリケーション情報。" - -#: ../../api.rst:2906 ../../api.rst:2957 ../../api.rst:2971 ../../api.rst:2993 -#: ../../api.rst:3111 ../../api.rst:3119 ../../api.rst:3127 ../../api.rst:3148 -#: ../../api.rst:3165 ../../api.rst:3242 ../../api.rst:3248 ../../api.rst:3285 -#: ../../api.rst:3299 discord.Colour.b:3 discord.Colour.g:3 discord.Colour.r:3 -#: discord.DeletedReferencedMessage.channel_id:3 -#: discord.DeletedReferencedMessage.id:3 discord.Guild.emoji_limit:3 -#: discord.Guild.filesize_limit:3 discord.Guild.member_count:8 -#: discord.Guild.shard_id:3 discord.Guild.sticker_limit:5 -#: discord.abc.GuildChannel:29 discord.abc.Snowflake:13 -#: discord.appinfo.AppInfo:8 discord.appinfo.PartialAppInfo:9 -#: discord.asset.AssetMixin.save:18 discord.audit_logs.AuditLogEntry:39 -#: discord.channel.CategoryChannel:39 discord.channel.CategoryChannel:46 -#: discord.channel.DMChannel:39 discord.channel.GroupChannel:37 -#: discord.channel.GroupChannel:51 discord.channel.PartialMessageable:28 -#: discord.channel.StageChannel:39 discord.channel.StageChannel:58 -#: discord.channel.StageChannel:64 discord.channel.StageChannel:70 -#: discord.channel.StoreChannel:37 discord.channel.StoreChannel:43 -#: discord.channel.StoreChannel:50 discord.channel.TextChannel:37 -#: discord.channel.TextChannel:56 discord.channel.TextChannel:72 -#: discord.channel.TextChannel:90 discord.channel.VoiceChannel:37 -#: discord.channel.VoiceChannel:50 discord.channel.VoiceChannel:56 -#: discord.channel.VoiceChannel:62 discord.colour.Colour:32 -#: discord.components.SelectMenu:30 discord.components.SelectMenu:37 -#: discord.emoji.Emoji:39 discord.emoji.Emoji:63 -#: discord.errors.ConnectionClosed:8 discord.errors.HTTPException:21 -#: discord.errors.HTTPException:27 discord.flags.ApplicationFlags:27 -#: discord.flags.Intents:37 discord.flags.MemberCacheFlags:40 -#: discord.flags.MessageFlags:29 discord.flags.PublicUserFlags:28 -#: discord.flags.SystemChannelFlags:32 discord.guild.Guild:47 -#: discord.guild.Guild:59 discord.guild.Guild:65 discord.guild.Guild:164 -#: discord.guild.Guild:170 discord.integrations.BotIntegration:9 -#: discord.integrations.Integration:9 -#: discord.integrations.IntegrationApplication:9 -#: discord.integrations.StreamIntegration:9 -#: discord.integrations.StreamIntegration:57 -#: discord.interactions.Interaction:12 discord.interactions.Interaction:36 -#: discord.invite.Invite:53 discord.invite.Invite:90 discord.invite.Invite:97 -#: discord.invite.PartialInviteChannel:34 discord.invite.PartialInviteGuild:34 -#: discord.message.Attachment:28 discord.message.Attachment:34 -#: discord.message.Attachment.save:24 discord.message.Message:119 -#: discord.message.MessageReference:18 discord.message.PartialMessage:39 -#: discord.object.Object:32 discord.opus.OpusError:7 -#: discord.permissions.Permissions:46 -#: discord.raw_models.RawBulkMessageDeleteEvent:13 -#: discord.raw_models.RawIntegrationDeleteEvent:9 -#: discord.raw_models.RawIntegrationDeleteEvent:21 -#: discord.raw_models.RawMessageDeleteEvent:7 -#: discord.raw_models.RawMessageDeleteEvent:19 -#: discord.raw_models.RawMessageUpdateEvent:7 -#: discord.raw_models.RawMessageUpdateEvent:15 -#: discord.raw_models.RawReactionActionEvent:8 -#: discord.raw_models.RawReactionActionEvent:14 -#: discord.raw_models.RawReactionActionEvent:20 -#: discord.raw_models.RawReactionClearEmojiEvent:9 -#: discord.raw_models.RawReactionClearEmojiEvent:15 -#: discord.raw_models.RawReactionClearEvent:7 -#: discord.raw_models.RawReactionClearEvent:13 discord.reaction.Reaction:36 -#: discord.role.Role:41 discord.role.Role:74 discord.shard.ShardInfo:12 -#: discord.stage_instance.StageInstance:23 -#: discord.stage_instance.StageInstance:35 discord.sticker.GuildSticker:29 -#: discord.sticker.GuildSticker:53 discord.sticker.StandardSticker:29 -#: discord.sticker.StandardSticker:41 discord.sticker.StandardSticker:59 -#: discord.sticker.Sticker:29 discord.sticker.Sticker:41 -#: discord.sticker.StickerItem:29 discord.sticker.StickerPack:35 -#: discord.sticker.StickerPack:47 discord.team.Team:7 discord.team.Team:19 -#: discord.team.TeamMember:33 discord.template.Template:15 -#: discord.threads.Thread:39 discord.threads.Thread:45 -#: discord.threads.Thread:51 discord.threads.Thread:67 -#: discord.threads.Thread:73 discord.threads.Thread:79 -#: discord.threads.Thread:118 discord.threads.ThreadMember:27 -#: discord.threads.ThreadMember:33 discord.ui.Select.max_values:3 -#: discord.ui.Select.min_values:3 discord.ui.TextInput.max_length:3 -#: discord.ui.TextInput.min_length:3 discord.user.ClientUser:31 -#: discord.user.User:31 discord.webhook.async_.PartialWebhookChannel:11 -#: discord.webhook.async_.PartialWebhookGuild:11 -#: discord.webhook.async_.Webhook:49 discord.webhook.sync.SyncWebhook:26 -#: discord.widget.Widget:21 discord.widget.WidgetChannel:25 -#: discord.widget.WidgetChannel:37 discord.widget.WidgetMember:25 of +msgstr "アプリケーションID。" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:8 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:9 +#: ../../../discord/team.py:docstring of discord.team.Team:7 +#: ../../../discord/team.py:docstring of discord.team.Team:19 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:33 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:39 +#: ../../api.rst:2980 +#: ../../api.rst:3031 +#: ../../api.rst:3045 +#: ../../api.rst:3067 +#: ../../api.rst:3185 +#: ../../api.rst:3193 +#: ../../api.rst:3201 +#: ../../api.rst:3222 +#: ../../api.rst:3239 +#: ../../api.rst:3317 +#: ../../api.rst:3323 +#: ../../api.rst:3360 +#: ../../api.rst:3374 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:49 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:26 +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:13 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:29 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:31 +#: ../../../discord/user.py:docstring of discord.user.User:31 +#: ../../../discord/message.py:docstring of discord.message.Attachment:28 +#: ../../../discord/message.py:docstring of discord.message.Attachment:34 +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:24 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:18 +#: ../../../discord/message.py:docstring of discord.message.Message:119 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.id:3 +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.channel_id:3 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:36 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:47 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:59 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:65 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:172 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:178 +#: ../../../discord/guild.py:docstring of discord.Guild.emoji_limit:3 +#: ../../../discord/guild.py:docstring of discord.Guild.sticker_limit:5 +#: ../../../discord/guild.py:docstring of discord.Guild.filesize_limit:3 +#: ../../../discord/guild.py:docstring of discord.Guild.member_count:8 +#: ../../../discord/guild.py:docstring of discord.Guild.shard_id:3 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:23 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:77 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:57 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:39 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:63 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:18 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:18 +#: ../../../discord/role.py:docstring of discord.role.Role:41 +#: ../../../discord/role.py:docstring of discord.role.Role:74 +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:28 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:37 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:56 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:72 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:90 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:39 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:45 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:51 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:67 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:73 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:79 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:118 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:27 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:33 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:37 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:43 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:50 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:37 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:50 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:56 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:62 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:39 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:58 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:64 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:70 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:23 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:35 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:39 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:46 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:39 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:37 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:51 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:34 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:34 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:53 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:90 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:97 +#: ../../../discord/template.py:docstring of discord.template.Template:15 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:25 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:37 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:25 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:21 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:35 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:47 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:29 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:29 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:41 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:29 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:41 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:59 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:29 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:53 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:7 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:19 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:13 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:7 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:15 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:8 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:14 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:20 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:7 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:13 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:9 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:15 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:9 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:21 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:11 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:11 +#: ../../../discord/object.py:docstring of discord.object.Object:32 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:18 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:39 +#: ../../../discord/flags.py:docstring of discord.flags.Intents:37 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:40 +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:27 +#: ../../../discord/colour.py:docstring of discord.colour.Colour:32 +#: ../../../discord/colour.py:docstring of discord.Colour.r:3 +#: ../../../discord/colour.py:docstring of discord.Colour.g:3 +#: ../../../discord/colour.py:docstring of discord.Colour.b:3 +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:46 +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:12 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:32 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:29 +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:28 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:21 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:27 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:8 +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:7 msgid ":class:`int`" -msgstr "" +msgstr ":class:`int`" -#: discord.appinfo.AppInfo:12 discord.appinfo.PartialAppInfo:13 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:12 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:13 msgid "The application name." -msgstr ":class:`str` -- アプリケーションの名前。" - -#: ../../api.rst:2824 ../../api.rst:2965 ../../api.rst:2985 ../../api.rst:3086 -#: ../../api.rst:3174 ../../api.rst:3198 ../../api.rst:3206 ../../api.rst:3214 -#: ../../api.rst:3293 ../../docstring discord.Asset.key:3 discord.Asset.url:3 -#: discord.CategoryChannel.mention:3 discord.ClientUser.display_name:7 -#: discord.ClientUser.mention:3 discord.Emoji.url:3 discord.Invite.id:3 -#: discord.Invite.url:3 discord.Member.display_name:7 discord.Member.mention:3 -#: discord.Member.raw_status:5 discord.Message.clean_content:15 -#: discord.Message.jump_url:3 discord.Message.system_content:8 -#: discord.MessageReference.jump_url:5 discord.PartialEmoji.url:5 -#: discord.PartialInviteChannel.mention:3 discord.PartialMessage.jump_url:3 -#: discord.Role.mention:3 discord.Spotify.album:3 -#: discord.Spotify.album_cover_url:3 discord.Spotify.artist:6 -#: discord.Spotify.name:3 discord.Spotify.party_id:3 discord.Spotify.title:3 -#: discord.Spotify.track_id:3 discord.Spotify.track_url:5 -#: discord.StageChannel.mention:3 discord.StoreChannel.mention:3 -#: discord.SyncWebhook.url:3 discord.Template.url:5 -#: discord.TextChannel.mention:3 discord.Thread.mention:3 -#: discord.User.display_name:7 discord.User.mention:3 -#: discord.VoiceChannel.mention:3 discord.Webhook.url:3 -#: discord.Widget.json_url:3 discord.WidgetChannel.mention:3 -#: discord.WidgetMember.display_name:3 discord.WidgetMember.mention:3 -#: discord.abc.GuildChannel:16 discord.abc.GuildChannel.mention:3 -#: discord.abc.User:15 discord.abc.User:21 discord.abc.User.display_name:3 -#: discord.abc.User.mention:3 discord.activity.Game:30 -#: discord.activity.Streaming:55 discord.appinfo.AppInfo:14 -#: discord.appinfo.AppInfo:34 discord.appinfo.AppInfo:63 -#: discord.appinfo.PartialAppInfo:15 discord.appinfo.PartialAppInfo:21 -#: discord.appinfo.PartialAppInfo:34 discord.channel.CategoryChannel:27 -#: discord.channel.StageChannel:27 discord.channel.StoreChannel:25 -#: discord.channel.TextChannel:25 discord.channel.VoiceChannel:25 -#: discord.components.SelectOption:12 discord.components.SelectOption:20 -#: discord.components.TextInput:19 discord.embeds.Embed:30 -#: discord.embeds.Embed:39 discord.embeds.Embed:46 discord.embeds.Embed:53 -#: discord.emoji.Emoji:33 discord.errors.ConnectionClosed:14 -#: discord.errors.HTTPException:15 discord.guild.Guild:27 -#: discord.integrations.BotIntegration:15 -#: discord.integrations.BotIntegration:27 discord.integrations.Integration:15 -#: discord.integrations.Integration:27 -#: discord.integrations.IntegrationAccount:9 -#: discord.integrations.IntegrationAccount:15 -#: discord.integrations.IntegrationApplication:15 -#: discord.integrations.IntegrationApplication:27 -#: discord.integrations.IntegrationApplication:33 -#: discord.integrations.StreamIntegration:15 -#: discord.integrations.StreamIntegration:27 -#: discord.interactions.Interaction:55 discord.invite.Invite:59 -#: discord.invite.PartialInviteChannel:28 discord.invite.PartialInviteGuild:28 -#: discord.message.Attachment:52 discord.message.Attachment:59 -#: discord.message.Attachment:67 discord.message.Message:43 -#: discord.raw_models.RawReactionActionEvent:50 discord.role.Role:47 -#: discord.stage_instance.StageInstance:41 discord.sticker.GuildSticker:23 -#: discord.sticker.GuildSticker:35 discord.sticker.GuildSticker:66 -#: discord.sticker.StandardSticker:23 discord.sticker.StandardSticker:35 -#: discord.sticker.Sticker:23 discord.sticker.Sticker:35 -#: discord.sticker.Sticker:53 discord.sticker.StickerItem:23 -#: discord.sticker.StickerItem:41 discord.sticker.StickerPack:23 -#: discord.sticker.StickerPack:29 discord.team.Team:13 -#: discord.team.TeamMember:27 discord.team.TeamMember:39 -#: discord.template.Template:9 discord.template.Template:21 -#: discord.template.Template:27 discord.threads.Thread:27 -#: discord.ui.Select.custom_id:3 discord.ui.TextInput.custom_id:3 -#: discord.ui.TextInput.default:3 discord.ui.TextInput.label:3 -#: discord.ui.TextInput.placeholder:3 discord.ui.modal.Modal:27 -#: discord.ui.modal.Modal:39 discord.user.ClientUser:25 -#: discord.user.ClientUser:37 discord.user.User:25 discord.user.User:37 -#: discord.utils.escape_markdown:18 discord.utils.escape_mentions:17 -#: discord.utils.format_dt:34 discord.utils.oauth_url:28 -#: discord.utils.remove_markdown:17 discord.utils.resolve_invite:7 -#: discord.utils.resolve_template:9 discord.voice_client.VoiceClient:17 -#: discord.voice_client.VoiceClient:23 discord.voice_client.VoiceClient:29 -#: discord.webhook.async_.PartialWebhookChannel:17 -#: discord.webhook.async_.PartialWebhookGuild:17 discord.widget.Widget:27 -#: discord.widget.WidgetChannel:31 discord.widget.WidgetMember:31 -#: discord.widget.WidgetMember:37 of +msgstr "アプリケーションの名前。" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:14 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:34 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:63 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:15 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:21 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:34 +#: ../../../discord/team.py:docstring of discord.team.Team:13 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:27 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:39 +#: ../../../discord/team.py:docstring of discord.TeamMember.display_name:7 +#: ../../../discord/team.py:docstring of discord.TeamMember.mention:3 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:17 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:23 +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:29 +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:28 +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:17 +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:18 +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:17 +#: ../../api.rst:1224 +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:9 +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:34 +#: ../../api.rst:2898 +#: ../../api.rst:3039 +#: ../../api.rst:3059 +#: ../../api.rst:3160 +#: ../../api.rst:3248 +#: ../../api.rst:3272 +#: ../../api.rst:3280 +#: ../../api.rst:3289 +#: ../../api.rst:3368 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.url:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.url:3 +#: ../../../discord/abc.py:docstring of discord.abc.User:15 +#: ../../../discord/abc.py:docstring of discord.abc.User:21 +#: ../../../discord/abc.py:docstring of discord.abc.User.display_name:3 +#: ../../../discord/abc.py:docstring of discord.abc.User.mention:3 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:16 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.mention:3 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:25 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:37 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_name:7 +#: ../../../discord/user.py:docstring of discord.ClientUser.mention:3 +#: ../../../discord/user.py:docstring of discord.user.User:25 +#: ../../../discord/user.py:docstring of discord.user.User:37 +#: ../../../discord/user.py:docstring of discord.User.display_name:7 +#: ../../../discord/user.py:docstring of discord.User.mention:3 +#: ../../../discord/message.py:docstring of discord.message.Attachment:52 +#: ../../../discord/message.py:docstring of discord.message.Attachment:59 +#: ../../../discord/message.py:docstring of discord.message.Attachment:67 +#: ../../../discord/asset.py:docstring of discord.Asset.url:3 +#: ../../../discord/asset.py:docstring of discord.Asset.key:3 +#: ../../../discord/message.py:docstring of discord.message.Message:43 +#: ../../docstring of discord.Message.clean_content:15 +#: ../../../discord/message.py:docstring of discord.Message.jump_url:3 +#: ../../docstring of discord.Message.system_content:8 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:27 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:29 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:35 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.url:3 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:15 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:27 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:15 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:15 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:27 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:15 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:27 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:33 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:15 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:27 +#: ../../../discord/member.py:docstring of discord.Member.raw_status:5 +#: ../../../discord/member.py:docstring of discord.Member.mention:3 +#: ../../../discord/member.py:docstring of discord.Member.display_name:7 +#: ../../../discord/activity.py:docstring of discord.Spotify.name:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.title:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.artist:6 +#: ../../../discord/activity.py:docstring of discord.Spotify.album:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.album_cover_url:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.track_id:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.track_url:5 +#: ../../../discord/activity.py:docstring of discord.Spotify.party_id:3 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:33 +#: ../../../discord/emoji.py:docstring of discord.Emoji.url:3 +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.url:5 +#: ../../../discord/role.py:docstring of discord.role.Role:47 +#: ../../../discord/role.py:docstring of discord.Role.mention:3 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:25 +#: ../../../discord/channel.py:docstring of discord.TextChannel.mention:3 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:27 +#: ../../../discord/threads.py:docstring of discord.Thread.mention:3 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:25 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.mention:3 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:25 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.mention:3 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:27 +#: ../../../discord/channel.py:docstring of discord.StageChannel.mention:3 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:41 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:27 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.mention:3 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:28 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:28 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.mention:3 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:59 +#: ../../../discord/invite.py:docstring of discord.Invite.id:3 +#: ../../../discord/invite.py:docstring of discord.Invite.url:3 +#: ../../../discord/template.py:docstring of discord.template.Template:9 +#: ../../../discord/template.py:docstring of discord.template.Template:21 +#: ../../../discord/template.py:docstring of discord.template.Template:27 +#: ../../../discord/template.py:docstring of discord.Template.url:5 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:31 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.mention:3 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:31 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:37 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_name:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.mention:3 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:27 +#: ../../../discord/widget.py:docstring of discord.Widget.json_url:3 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:23 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:29 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:23 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:41 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:23 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:35 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:53 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:23 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:35 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:23 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:35 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:66 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:50 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:17 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:17 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:30 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:39 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:46 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:53 +#: ../../../discord/message.py:docstring of discord.MessageReference.jump_url:5 +#: ../../../discord/message.py:docstring of discord.PartialMessage.jump_url:3 +#: ../../../discord/activity.py:docstring of discord.activity.Game:30 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:55 +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:15 +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:14 msgid ":class:`str`" msgstr ":class:`str`" -#: discord.appinfo.AppInfo:18 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:18 msgid "The application owner." -msgstr ":class:`User` -- アプリケーションの所有者。" - -#: ../../api.rst:3563 discord.appinfo.AppInfo:20 -#: discord.integrations.BotIntegration:39 discord.integrations.Integration:45 -#: discord.integrations.StreamIntegration:63 discord.template.Template:33 of -#, fuzzy +msgstr "アプリケーションの所有者。" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:20 +#: ../../api.rst:3606 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:45 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:39 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:63 +#: ../../../discord/template.py:docstring of discord.template.Template:33 msgid ":class:`User`" -msgstr ":class:`str`" +msgstr ":class:`User`" -#: discord.appinfo.AppInfo:24 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:24 msgid "The application's team." -msgstr ":class:`str` -- アプリケーションの名前。" +msgstr "アプリケーションのチーム。" -#: discord.appinfo.AppInfo:28 of +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:28 msgid "Optional[:class:`Team`]" -msgstr "" +msgstr "Optional[:class:`Team`]" -#: discord.appinfo.AppInfo:32 discord.appinfo.PartialAppInfo:19 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:32 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:19 msgid "The application description." -msgstr "Optional[:class:`str`] -- アプリケーションの説明。" - -#: discord.appinfo.AppInfo:38 of -#, fuzzy -msgid "" -"Whether the bot can be invited by anyone or if it is locked to the " -"application owner." -msgstr ":class:`bool` -- 誰でもBotを招待することができるか、それともアプリケーション所有者のみに限定されているか。" - -#: ../../api.rst:2918 ../../api.rst:3037 ../../api.rst:3045 ../../api.rst:3070 -#: ../../api.rst:3078 ../../api.rst:3135 ../../api.rst:3222 ../../api.rst:3228 -#: ../../api.rst:3234 ../../api.rst:3254 ../../api.rst:3268 ../../docstring -#: discord.ApplicationFlags.embedded:3 -#: discord.ApplicationFlags.gateway_guild_members:4 -#: discord.ApplicationFlags.gateway_guild_members_limited:4 -#: discord.ApplicationFlags.gateway_message_content:4 -#: discord.ApplicationFlags.gateway_message_content_limited:4 -#: discord.ApplicationFlags.gateway_presence:4 -#: discord.ApplicationFlags.gateway_presence_limited:4 -#: discord.ApplicationFlags.verification_pending_guild_limit:4 -#: discord.CategoryChannel.permissions_synced:8 discord.Guild.chunked:9 -#: discord.Guild.large:6 discord.Intents.bans:10 discord.Intents.dm_messages:24 -#: discord.Intents.dm_reactions:18 discord.Intents.dm_typing:11 -#: discord.Intents.emojis:6 discord.Intents.emojis_and_stickers:21 -#: discord.Intents.guild_messages:24 discord.Intents.guild_reactions:18 -#: discord.Intents.guild_typing:11 discord.Intents.guilds:23 -#: discord.Intents.integrations:12 discord.Intents.invites:10 -#: discord.Intents.members:32 discord.Intents.message_content:24 -#: discord.Intents.messages:24 discord.Intents.presences:20 -#: discord.Intents.reactions:18 discord.Intents.typing:11 -#: discord.Intents.voice_states:17 discord.Intents.webhooks:9 -#: discord.MemberCacheFlags.joined:8 discord.MemberCacheFlags.voice:7 -#: discord.MessageFlags.crossposted:3 discord.MessageFlags.ephemeral:5 -#: discord.MessageFlags.has_thread:5 discord.MessageFlags.is_crossposted:3 -#: discord.MessageFlags.source_message_deleted:3 -#: discord.MessageFlags.suppress_embeds:3 discord.MessageFlags.urgent:5 -#: discord.Permissions.add_reactions:3 discord.Permissions.administrator:5 -#: discord.Permissions.attach_files:3 discord.Permissions.ban_members:3 -#: discord.Permissions.change_nickname:3 discord.Permissions.connect:3 -#: discord.Permissions.create_instant_invite:3 -#: discord.Permissions.create_private_threads:5 -#: discord.Permissions.create_public_threads:5 -#: discord.Permissions.deafen_members:3 discord.Permissions.embed_links:3 -#: discord.Permissions.external_emojis:3 -#: discord.Permissions.external_stickers:5 discord.Permissions.kick_members:3 -#: discord.Permissions.manage_channels:5 discord.Permissions.manage_emojis:3 -#: discord.Permissions.manage_emojis_and_stickers:5 -#: discord.Permissions.manage_events:5 discord.Permissions.manage_guild:3 -#: discord.Permissions.manage_messages:7 discord.Permissions.manage_nicknames:3 -#: discord.Permissions.manage_permissions:5 discord.Permissions.manage_roles:5 -#: discord.Permissions.manage_threads:5 discord.Permissions.manage_webhooks:3 -#: discord.Permissions.mention_everyone:3 -#: discord.Permissions.moderate_members:5 discord.Permissions.move_members:3 -#: discord.Permissions.mute_members:3 discord.Permissions.priority_speaker:3 -#: discord.Permissions.read_message_history:3 -#: discord.Permissions.read_messages:3 discord.Permissions.request_to_speak:5 -#: discord.Permissions.send_messages:3 -#: discord.Permissions.send_messages_in_threads:5 -#: discord.Permissions.send_tts_messages:3 discord.Permissions.speak:3 -#: discord.Permissions.start_embedded_activities:5 discord.Permissions.stream:3 -#: discord.Permissions.use_external_emojis:5 -#: discord.Permissions.use_external_stickers:5 -#: discord.Permissions.use_slash_commands:5 -#: discord.Permissions.use_voice_activation:3 -#: discord.Permissions.view_audit_log:3 discord.Permissions.view_channel:5 -#: discord.Permissions.view_guild_insights:5 -#: discord.PublicUserFlags.bot_http_interactions:6 -#: discord.PublicUserFlags.bug_hunter:3 -#: discord.PublicUserFlags.bug_hunter_level_2:3 -#: discord.PublicUserFlags.discord_certified_moderator:5 -#: discord.PublicUserFlags.early_supporter:3 -#: discord.PublicUserFlags.early_verified_bot_developer:5 -#: discord.PublicUserFlags.hypesquad:3 -#: discord.PublicUserFlags.hypesquad_balance:3 -#: discord.PublicUserFlags.hypesquad_bravery:3 -#: discord.PublicUserFlags.hypesquad_brilliance:3 -#: discord.PublicUserFlags.partner:3 discord.PublicUserFlags.spammer:5 -#: discord.PublicUserFlags.staff:3 discord.PublicUserFlags.system:3 -#: discord.PublicUserFlags.team_user:3 discord.PublicUserFlags.verified_bot:3 -#: discord.PublicUserFlags.verified_bot_developer:3 -#: discord.StageChannel.permissions_synced:8 -#: discord.StoreChannel.permissions_synced:8 -#: discord.SystemChannelFlags.guild_reminder_notifications:5 -#: discord.SystemChannelFlags.join_notification_replies:6 -#: discord.SystemChannelFlags.join_notifications:3 -#: discord.SystemChannelFlags.premium_subscriptions:3 -#: discord.TextChannel.permissions_synced:8 -#: discord.VoiceChannel.permissions_synced:8 -#: discord.abc.GuildChannel.permissions_synced:8 discord.abc.User:33 -#: discord.appinfo.AppInfo:41 discord.appinfo.AppInfo:48 -#: discord.channel.CategoryChannel:56 discord.channel.StoreChannel:60 -#: discord.channel.TextChannel:82 discord.components.Button:35 -#: discord.components.SelectMenu:49 discord.components.SelectOption:39 -#: discord.components.TextInput:43 discord.emoji.Emoji:45 -#: discord.emoji.Emoji:51 discord.emoji.Emoji:57 discord.emoji.Emoji:69 -#: discord.file.File:36 discord.guild.Guild:75 -#: discord.integrations.BotIntegration:33 discord.integrations.Integration:33 -#: discord.integrations.StreamIntegration:33 -#: discord.integrations.StreamIntegration:39 discord.invite.Invite:71 -#: discord.invite.Invite:84 discord.member.Member:62 -#: discord.member.Member.is_timed_out:6 discord.member.Member.mentioned_in:7 -#: discord.member.VoiceState:7 discord.member.VoiceState:13 -#: discord.member.VoiceState:19 discord.member.VoiceState:25 -#: discord.member.VoiceState:33 discord.member.VoiceState:39 -#: discord.member.VoiceState:49 discord.member.VoiceState:67 -#: discord.mentions.AllowedMentions:11 discord.mentions.AllowedMentions:40 -#: discord.message.Message:23 discord.message.Message:85 -#: discord.message.Message:138 discord.message.MessageReference:33 -#: discord.opus.is_loaded:7 discord.partial_emoji.PartialEmoji:38 -#: discord.permissions.PermissionOverwrite.is_empty:7 -#: discord.reaction.Reaction:42 discord.role.Role:59 discord.role.Role:96 -#: discord.role.Role:102 discord.stage_instance.StageInstance:53 -#: discord.sticker.GuildSticker:47 discord.team.TeamMember:51 -#: discord.threads.Thread:92 discord.threads.Thread:98 -#: discord.threads.Thread:105 discord.ui.Button.disabled:3 -#: discord.ui.Select.disabled:3 discord.ui.TextInput.required:3 -#: discord.ui.view.View.interaction_check:20 discord.ui.view.View.wait:8 -#: discord.user.BaseUser.mentioned_in:7 discord.user.ClientUser:43 -#: discord.user.ClientUser:51 discord.user.ClientUser:57 -#: discord.user.ClientUser:69 discord.user.User:43 discord.user.User:49 -#: discord.widget.WidgetMember:43 of +msgstr "アプリケーションの説明。" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:38 +msgid "Whether the bot can be invited by anyone or if it is locked to the application owner." +msgstr "ボットの招待がアプリケーション所有者に限定されているか、誰でも招待が可能であるかどうか。" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:41 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:48 +#: ../../../discord/team.py:docstring of discord.team.TeamMember:45 +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:7 +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:7 +#: ../../api.rst:2992 +#: ../../api.rst:3111 +#: ../../api.rst:3119 +#: ../../api.rst:3144 +#: ../../api.rst:3152 +#: ../../api.rst:3209 +#: ../../api.rst:3297 +#: ../../api.rst:3303 +#: ../../api.rst:3309 +#: ../../api.rst:3329 +#: ../../api.rst:3343 +#: ../../../discord/abc.py:docstring of discord.abc.User:27 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_synced:8 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:43 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:51 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:57 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:69 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:7 +#: ../../../discord/user.py:docstring of discord.user.User:43 +#: ../../../discord/user.py:docstring of discord.user.User:49 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:7 +#: ../../../discord/message.py:docstring of discord.message.Attachment:91 +#: ../../../discord/message.py:docstring of discord.message.Message:23 +#: ../../../discord/message.py:docstring of discord.message.Message:85 +#: ../../../discord/message.py:docstring of discord.message.Message:138 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:42 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:75 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:232 +#: ../../../discord/guild.py:docstring of discord.Guild.large:6 +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:9 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:33 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:33 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:33 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:39 +#: ../../../discord/member.py:docstring of discord.member.Member:62 +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:7 +#: ../../../discord/member.py:docstring of discord.member.Member.is_timed_out:6 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:7 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:13 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:19 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:25 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:33 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:39 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:49 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:67 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:45 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:51 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:57 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:69 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:38 +#: ../../../discord/role.py:docstring of discord.role.Role:59 +#: ../../../discord/role.py:docstring of discord.role.Role:96 +#: ../../../discord/role.py:docstring of discord.role.Role:102 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:82 +#: ../../../discord/channel.py:docstring of discord.TextChannel.permissions_synced:8 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:92 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:98 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:105 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:60 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.permissions_synced:8 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.permissions_synced:8 +#: ../../../discord/channel.py:docstring of discord.StageChannel.permissions_synced:8 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:53 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:56 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.permissions_synced:8 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:71 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:84 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:43 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:7 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:47 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:11 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:40 +#: ../../../discord/message.py:docstring of discord.message.MessageReference:33 +#: ../../docstring of discord.Intents.guilds:23 +#: ../../docstring of discord.Intents.members:32 +#: ../../docstring of discord.Intents.bans:10 +#: ../../docstring of discord.Intents.emojis:6 +#: ../../docstring of discord.Intents.emojis_and_stickers:21 +#: ../../docstring of discord.Intents.integrations:12 +#: ../../docstring of discord.Intents.webhooks:9 +#: ../../docstring of discord.Intents.invites:10 +#: ../../docstring of discord.Intents.voice_states:17 +#: ../../docstring of discord.Intents.presences:20 +#: ../../docstring of discord.Intents.messages:24 +#: ../../docstring of discord.Intents.guild_messages:24 +#: ../../docstring of discord.Intents.dm_messages:24 +#: ../../docstring of discord.Intents.reactions:18 +#: ../../docstring of discord.Intents.guild_reactions:18 +#: ../../docstring of discord.Intents.dm_reactions:18 +#: ../../docstring of discord.Intents.typing:11 +#: ../../docstring of discord.Intents.guild_typing:11 +#: ../../docstring of discord.Intents.dm_typing:11 +#: ../../docstring of discord.Intents.message_content:24 +#: ../../docstring of discord.Intents.guild_scheduled_events:13 +#: ../../docstring of discord.MemberCacheFlags.voice:7 +#: ../../docstring of discord.MemberCacheFlags.joined:8 +#: ../../docstring of discord.ApplicationFlags.gateway_presence:4 +#: ../../docstring of discord.ApplicationFlags.gateway_presence_limited:4 +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members:4 +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members_limited:4 +#: ../../docstring of discord.ApplicationFlags.verification_pending_guild_limit:4 +#: ../../docstring of discord.ApplicationFlags.embedded:3 +#: ../../docstring of discord.ApplicationFlags.gateway_message_content:4 +#: ../../docstring of discord.ApplicationFlags.gateway_message_content_limited:4 +#: ../../../discord/file.py:docstring of discord.file.File:36 +#: ../../docstring of discord.Permissions.create_instant_invite:3 +#: ../../docstring of discord.Permissions.kick_members:3 +#: ../../docstring of discord.Permissions.ban_members:3 +#: ../../docstring of discord.Permissions.administrator:5 +#: ../../docstring of discord.Permissions.manage_channels:5 +#: ../../docstring of discord.Permissions.manage_guild:3 +#: ../../docstring of discord.Permissions.add_reactions:3 +#: ../../docstring of discord.Permissions.view_audit_log:3 +#: ../../docstring of discord.Permissions.priority_speaker:3 +#: ../../docstring of discord.Permissions.stream:3 +#: ../../docstring of discord.Permissions.read_messages:3 +#: ../../docstring of discord.Permissions.view_channel:5 +#: ../../docstring of discord.Permissions.send_messages:3 +#: ../../docstring of discord.Permissions.send_tts_messages:3 +#: ../../docstring of discord.Permissions.manage_messages:7 +#: ../../docstring of discord.Permissions.embed_links:3 +#: ../../docstring of discord.Permissions.attach_files:3 +#: ../../docstring of discord.Permissions.read_message_history:3 +#: ../../docstring of discord.Permissions.mention_everyone:3 +#: ../../docstring of discord.Permissions.external_emojis:3 +#: ../../docstring of discord.Permissions.use_external_emojis:5 +#: ../../docstring of discord.Permissions.view_guild_insights:5 +#: ../../docstring of discord.Permissions.connect:3 +#: ../../docstring of discord.Permissions.speak:3 +#: ../../docstring of discord.Permissions.mute_members:3 +#: ../../docstring of discord.Permissions.deafen_members:3 +#: ../../docstring of discord.Permissions.move_members:3 +#: ../../docstring of discord.Permissions.use_voice_activation:3 +#: ../../docstring of discord.Permissions.change_nickname:3 +#: ../../docstring of discord.Permissions.manage_nicknames:3 +#: ../../docstring of discord.Permissions.manage_roles:5 +#: ../../docstring of discord.Permissions.manage_permissions:5 +#: ../../docstring of discord.Permissions.manage_webhooks:3 +#: ../../docstring of discord.Permissions.manage_emojis:3 +#: ../../docstring of discord.Permissions.manage_emojis_and_stickers:5 +#: ../../docstring of discord.Permissions.use_slash_commands:5 +#: ../../docstring of discord.Permissions.request_to_speak:5 +#: ../../docstring of discord.Permissions.manage_events:5 +#: ../../docstring of discord.Permissions.manage_threads:5 +#: ../../docstring of discord.Permissions.create_public_threads:5 +#: ../../docstring of discord.Permissions.create_private_threads:5 +#: ../../docstring of discord.Permissions.external_stickers:5 +#: ../../docstring of discord.Permissions.use_external_stickers:5 +#: ../../docstring of discord.Permissions.send_messages_in_threads:5 +#: ../../docstring of discord.Permissions.use_embedded_activities:5 +#: ../../docstring of discord.Permissions.moderate_members:5 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:7 +#: ../../docstring of discord.SystemChannelFlags.join_notifications:3 +#: ../../docstring of discord.SystemChannelFlags.premium_subscriptions:3 +#: ../../docstring of discord.SystemChannelFlags.guild_reminder_notifications:5 +#: ../../docstring of discord.SystemChannelFlags.join_notification_replies:6 +#: ../../docstring of discord.MessageFlags.crossposted:3 +#: ../../docstring of discord.MessageFlags.is_crossposted:3 +#: ../../docstring of discord.MessageFlags.suppress_embeds:3 +#: ../../docstring of discord.MessageFlags.source_message_deleted:3 +#: ../../docstring of discord.MessageFlags.urgent:5 +#: ../../docstring of discord.MessageFlags.has_thread:5 +#: ../../docstring of discord.MessageFlags.ephemeral:5 +#: ../../docstring of discord.MessageFlags.loading:6 +#: ../../docstring of discord.MessageFlags.failed_to_mention_some_roles_in_thread:6 +#: ../../docstring of discord.PublicUserFlags.staff:3 +#: ../../docstring of discord.PublicUserFlags.partner:3 +#: ../../docstring of discord.PublicUserFlags.hypesquad:3 +#: ../../docstring of discord.PublicUserFlags.bug_hunter:3 +#: ../../docstring of discord.PublicUserFlags.hypesquad_bravery:3 +#: ../../docstring of discord.PublicUserFlags.hypesquad_brilliance:3 +#: ../../docstring of discord.PublicUserFlags.hypesquad_balance:3 +#: ../../docstring of discord.PublicUserFlags.early_supporter:3 +#: ../../docstring of discord.PublicUserFlags.team_user:3 +#: ../../docstring of discord.PublicUserFlags.system:3 +#: ../../docstring of discord.PublicUserFlags.bug_hunter_level_2:3 +#: ../../docstring of discord.PublicUserFlags.verified_bot:3 +#: ../../docstring of discord.PublicUserFlags.verified_bot_developer:3 +#: ../../docstring of discord.PublicUserFlags.early_verified_bot_developer:5 +#: ../../docstring of discord.PublicUserFlags.discord_certified_moderator:5 +#: ../../docstring of discord.PublicUserFlags.bot_http_interactions:6 +#: ../../docstring of discord.PublicUserFlags.spammer:5 msgid ":class:`bool`" msgstr ":class:`bool`" -#: discord.appinfo.AppInfo:45 of -#, fuzzy -msgid "" -"Whether the bot requires the completion of the full oauth2 code grant " -"flow to join." -msgstr ":class:`bool` -- Botの参加に、完全なOAuth2認可コードフローの完了を必要とするかどうか。" +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:45 +msgid "Whether the bot requires the completion of the full oauth2 code grant flow to join." +msgstr "ボットの参加に完全なOAuth2コードの認可フローが必要であるかどうか。" -#: discord.appinfo.AppInfo:52 discord.appinfo.PartialAppInfo:25 of +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:52 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:25 msgid "A list of RPC origin URLs, if RPC is enabled." -msgstr "" +msgstr "RPCが有効の場合、RPCオリジンURLのリスト。" -#: discord.appinfo.AppInfo:54 discord.appinfo.PartialAppInfo:27 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:54 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:27 msgid "Optional[List[:class:`str`]]" -msgstr ":class:`str`" +msgstr "Optional[List[:class:`str`]]" -#: discord.appinfo.AppInfo:58 discord.appinfo.PartialAppInfo:31 of -msgid "" -"The hex encoded key for verification in interactions and the GameSDK's " -"`GetTicket `_." +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:58 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:31 +msgid "The hex encoded key for verification in interactions and the GameSDK's `GetTicket `_." msgstr "" -#: discord.appinfo.AppInfo:67 of -msgid "" -"If this application is a game sold on Discord, this field will be the " -"guild to which it has been linked to." +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:67 +msgid "If this application is a game sold on Discord, this field will be the guild to which it has been linked to." msgstr "" -#: discord.appinfo.AppInfo:76 of -msgid "" -"If this application is a game sold on Discord, this field will be the id " -"of the \"Game SKU\" that is created, if it exists." +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:76 +msgid "If this application is a game sold on Discord, this field will be the id of the \"Game SKU\" that is created, if it exists." msgstr "" -#: discord.appinfo.AppInfo:86 of -msgid "" -"If this application is a game sold on Discord, this field will be the URL" -" slug that links to the store page." -msgstr "" - -#: ../../api.rst:3029 ../../api.rst:3558 discord.Activity.large_image_text:3 -#: discord.Activity.large_image_url:3 discord.Activity.small_image_text:3 -#: discord.Activity.small_image_url:3 discord.Streaming.twitch_name:6 -#: discord.TextInput.default:5 discord.Widget.invite_url:3 -#: discord.activity.Activity:22 discord.activity.Activity:28 -#: discord.activity.Activity:40 discord.activity.Activity:46 -#: discord.activity.CustomActivity:27 discord.activity.Streaming:29 -#: discord.activity.Streaming:35 discord.activity.Streaming:41 -#: discord.activity.Streaming:49 discord.appinfo.AppInfo:91 -#: discord.appinfo.AppInfo:99 discord.appinfo.AppInfo:107 -#: discord.appinfo.PartialAppInfo:40 discord.appinfo.PartialAppInfo:46 -#: discord.audit_logs.AuditLogEntry:52 discord.channel.GroupChannel:57 -#: discord.channel.StageChannel:45 discord.channel.StageChannel:77 -#: discord.channel.TextChannel:49 discord.channel.VoiceChannel:74 -#: discord.components.Button:23 discord.components.Button:29 -#: discord.components.Button:41 discord.components.SelectMenu:17 -#: discord.components.SelectMenu:23 discord.components.SelectOption:27 -#: discord.components.TextInput:13 discord.components.TextInput:31 -#: discord.components.TextInput:37 discord.file.File:30 discord.file.File:44 -#: discord.guild.Guild:105 discord.guild.Guild:177 -#: discord.integrations.IntegrationApplication:21 -#: discord.invite.PartialInviteGuild:52 discord.member.Member:54 -#: discord.message.Attachment:75 discord.message.Attachment:83 -#: discord.partial_emoji.PartialEmoji:32 discord.role.Role:89 -#: discord.team.TeamMember:45 discord.ui.Button.custom_id:5 -#: discord.ui.Button.label:3 discord.ui.Button.url:3 -#: discord.ui.Select.placeholder:3 discord.ui.TextInput.value:3 -#: discord.user.ClientUser:63 discord.webhook.async_.Webhook:64 -#: discord.webhook.async_.Webhook:89 discord.webhook.sync.SyncWebhook:41 -#: discord.webhook.sync.SyncWebhook:66 discord.widget.WidgetMember:55 -#: discord.widget.WidgetMember:61 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:86 +msgid "If this application is a game sold on Discord, this field will be the URL slug that links to the store page." +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:91 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:99 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:107 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:40 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:46 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:52 +#: ../../api.rst:3103 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:64 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:89 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:41 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:66 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:63 +#: ../../../discord/message.py:docstring of discord.message.Attachment:75 +#: ../../../discord/message.py:docstring of discord.message.Attachment:83 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:105 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:119 +#: ../../api.rst:3601 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:89 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:21 +#: ../../../discord/member.py:docstring of discord.member.Member:54 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:32 +#: ../../../discord/role.py:docstring of discord.role.Role:89 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:49 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:74 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:45 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:77 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:57 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:52 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:55 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:61 +#: ../../../discord/widget.py:docstring of discord.Widget.invite_url:3 +#: ../../../discord/file.py:docstring of discord.file.File:30 +#: ../../../discord/file.py:docstring of discord.file.File:44 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:22 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:28 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:40 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:46 +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_url:3 +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_url:3 +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_text:3 +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_text:3 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:29 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:35 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:41 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:49 +#: ../../../discord/activity.py:docstring of discord.Streaming.twitch_name:6 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:27 msgid "Optional[:class:`str`]" -msgstr ":class:`str`" +msgstr "Optional[:class:`str`]" -#: discord.appinfo.AppInfo:95 discord.appinfo.PartialAppInfo:38 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:95 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:38 msgid "The application's terms of service URL, if set." -msgstr ":class:`str` -- アプリケーションの名前。" +msgstr "" -#: discord.appinfo.AppInfo:103 discord.appinfo.PartialAppInfo:44 of +#: ../../../discord/appinfo.py:docstring of discord.appinfo.AppInfo:103 +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:44 msgid "The application's privacy policy URL, if set." msgstr "" -#: discord.AppInfo.icon:1 discord.PartialAppInfo.icon:1 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.icon:1 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.icon:1 msgid "Retrieves the application's icon asset, if any." -msgstr ":class:`.Asset` -- アプリケーションのアイコンアセット。" +msgstr "" -#: discord.AppInfo.cover_image:5 discord.AppInfo.icon:3 -#: discord.PartialAppInfo.icon:3 discord.Role.icon:11 discord.Team.icon:3 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.icon:3 +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.cover_image:5 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.icon:3 +#: ../../../discord/team.py:docstring of discord.Team.icon:3 +#: ../../../discord/role.py:docstring of discord.Role.icon:11 msgid "Optional[:class:`.Asset`]" -msgstr ":class:`str`" +msgstr "" -#: discord.AppInfo.cover_image:1 of +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.cover_image:1 msgid "Retrieves the cover image on a store embed, if any." msgstr "" -#: discord.AppInfo.cover_image:3 of +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.cover_image:3 msgid "This is only available if the application is a game sold on Discord." msgstr "" -#: discord.AppInfo.guild:1 of -msgid "" -"If this application is a game sold on Discord, this field will be the " -"guild to which it has been linked" +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.guild:1 +msgid "If this application is a game sold on Discord, this field will be the guild to which it has been linked" msgstr "" -#: ../../docstring discord.AppInfo.guild:6 discord.GuildSticker.guild:6 -#: discord.Interaction.guild:3 discord.PartialMessage.guild:3 -#: discord.SyncWebhook.guild:5 discord.Webhook.guild:5 -#: discord.message.Message:200 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.guild:6 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.guild:5 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.guild:5 +#: ../../../discord/message.py:docstring of discord.message.Message:200 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.guild:3 +#: ../../docstring of discord.GuildSticker.guild:6 +#: ../../docstring of discord.PartialMessage.guild:3 msgid "Optional[:class:`Guild`]" -msgstr ":class:`.Guild`" +msgstr "Optional[:class:`Guild`]" -#: discord.AppInfo.flags:1 discord.PartialAppInfo.flags:1 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.flags:1 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.flags:1 msgid "The application's flags." -msgstr ":class:`str` -- アプリケーションの名前。" +msgstr "" -#: discord.AppInfo.flags:5 discord.PartialAppInfo.flags:5 of -#, fuzzy +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.flags:5 +#: ../../../discord/appinfo.py:docstring of discord.PartialAppInfo.flags:5 msgid ":class:`ApplicationFlags`" -msgstr ":class:`.Profile`" +msgstr "" #: ../../api.rst:68 msgid "PartialAppInfo" msgstr "" -#: discord.appinfo.PartialAppInfo:1 of -msgid "" -"Represents a partial AppInfo given by " -":func:`~discord.abc.GuildChannel.create_invite`" +#: ../../../discord/appinfo.py:docstring of discord.appinfo.PartialAppInfo:1 +msgid "Represents a partial AppInfo given by :func:`~discord.abc.GuildChannel.create_invite`" msgstr "" #: ../../api.rst:76 msgid "Team" -msgstr "" +msgstr "Team" -#: discord.team.Team:1 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.Team:1 msgid "Represents an application team for a bot provided by Discord." -msgstr "Discordが提供するBotのアプリケーション情報を表します。" +msgstr "Discordによって提供されるボットのアプリケーションチーム。" -#: discord.team.Team:5 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.Team:5 msgid "The team ID." -msgstr "アムステルダムリージョン。" +msgstr "チームのID。" -#: discord.team.Team:11 of +#: ../../../discord/team.py:docstring of discord.team.Team:11 msgid "The team name" -msgstr "" +msgstr "チームの名前。" -#: discord.team.Team:17 of +#: ../../../discord/team.py:docstring of discord.team.Team:17 msgid "The team's owner ID." -msgstr "" +msgstr "チームの所有者のID。" -#: discord.team.Team:23 of +#: ../../../discord/team.py:docstring of discord.team.Team:23 msgid "A list of the members in the team" -msgstr "" +msgstr "チームのメンバーのリスト。" -#: discord.team.Team:27 of +#: ../../../discord/team.py:docstring of discord.team.Team:27 msgid "List[:class:`TeamMember`]" -msgstr "" +msgstr "List[:class:`TeamMember`]" -#: discord.Team.icon:1 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.Team.icon:1 msgid "Retrieves the team's icon asset, if any." -msgstr "Botのアプリケーション情報を取得します。" +msgstr "" -#: discord.Team.owner:1 of +#: ../../../discord/team.py:docstring of discord.Team.owner:1 msgid "The team's owner." -msgstr "" +msgstr "チームの所有者。" -#: discord.Team.owner:3 of +#: ../../../discord/team.py:docstring of discord.Team.owner:3 msgid "Optional[:class:`TeamMember`]" -msgstr "" +msgstr "Optional[:class:`TeamMember`]" #: ../../api.rst:84 msgid "TeamMember" -msgstr "" +msgstr "TeamMember" -#: discord.team.TeamMember:1 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:1 msgid "Represents a team member in a team." -msgstr "オーディオストリームを表します。" +msgstr "チームのメンバー。" -#: discord.team.TeamMember:7 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:7 msgid "Checks if two team members are equal." -msgstr "二つのユーザーが等しいかを比較します。" +msgstr "二つのチームメンバーが等しいかを比較します。" -#: discord.team.TeamMember:11 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:11 msgid "Checks if two team members are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +msgstr "" -#: discord.team.TeamMember:15 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:15 msgid "Return the team member's hash." -msgstr "ユーザーのハッシュ値を返します。" +msgstr "チームメンバーのハッシュ値を返します。" -#: discord.team.TeamMember:19 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:19 msgid "Returns the team member's name with discriminator." -msgstr "ユーザー名とディスクリミネータを返します。" +msgstr "チームメンバーの名前と識別子を返します。" -#: discord.team.TeamMember:25 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:25 msgid "The team member's username." -msgstr "更新されたメンバーの更新後情報。" +msgstr "チームメンバーのユーザー名。" -#: discord.team.TeamMember:31 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:31 msgid "The team member's unique ID." -msgstr "更新されたメンバーの更新後情報。" +msgstr "チームメンバーの一意のID。" -#: discord.team.TeamMember:37 of -#, fuzzy -msgid "" -"The team member's discriminator. This is given when the username has " -"conflicts." -msgstr ":class:`str` -- ユーザーの識別子。これはユーザー名が重複しているときに与えられます。" - -#: discord.team.TeamMember:43 of -#, fuzzy -msgid "The avatar hash the team member has. Could be None." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" - -#: discord.team.TeamMember:49 discord.user.ClientUser:41 discord.user.User:41 -#: of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:37 +msgid "The team member's discriminator. This is given when the username has conflicts." +msgstr "チームメンバーの識別子。これはユーザー名が重複している場合に付与されます。" + +#: ../../../discord/team.py:docstring of discord.team.TeamMember:43 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:41 +#: ../../../discord/user.py:docstring of discord.user.User:41 msgid "Specifies if the user is a bot account." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +msgstr "" -#: discord.team.TeamMember:55 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:49 msgid "The team that the member is from." -msgstr "メンションが削除されたテキスト。" +msgstr "" -#: discord.team.TeamMember:57 of -#, fuzzy +#: ../../../discord/team.py:docstring of discord.team.TeamMember:51 msgid ":class:`Team`" -msgstr ":class:`bytes`" +msgstr ":class:`Team`" -#: discord.team.TeamMember:61 of +#: ../../../discord/team.py:docstring of discord.team.TeamMember:55 msgid "The membership state of the member (e.g. invited or accepted)" msgstr "" -#: discord.team.TeamMember:63 of +#: ../../../discord/team.py:docstring of discord.team.TeamMember:57 msgid ":class:`TeamMembershipState`" +msgstr ":class:`TeamMembershipState`" + +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_color:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_color:1 +#: ../../../discord/user.py:docstring of discord.User.accent_color:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_color:1 +msgid "Returns the user's accent color, if applicable." msgstr "" -#: ../../api.rst:92 -msgid "Voice Related" +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_color:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_color:3 +#: ../../../discord/user.py:docstring of discord.User.accent_color:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_color:3 +msgid "There is an alias for this named :attr:`accent_colour`." msgstr "" -#: ../../api.rst:95 -msgid "VoiceClient" +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_color:9 +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_colour:9 +#: ../../../discord/team.py:docstring of discord.TeamMember.banner:7 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_color:9 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_colour:9 +#: ../../../discord/user.py:docstring of discord.ClientUser.banner:7 +#: ../../../discord/user.py:docstring of discord.User.accent_color:9 +#: ../../../discord/user.py:docstring of discord.User.accent_colour:9 +#: ../../../discord/user.py:docstring of discord.User.banner:7 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_color:9 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_colour:9 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.banner:7 +msgid "This information is only available via :meth:`Client.fetch_user`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_color:11 +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_colour:11 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_color:11 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_colour:11 +#: ../../../discord/user.py:docstring of discord.User.accent_color:11 +#: ../../../discord/user.py:docstring of discord.User.accent_colour:11 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_color:11 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_colour:11 +msgid "Optional[:class:`Colour`]" +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_colour:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_colour:1 +#: ../../../discord/user.py:docstring of discord.User.accent_colour:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_colour:1 +msgid "Returns the user's accent colour, if applicable." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.accent_colour:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.accent_colour:3 +#: ../../../discord/user.py:docstring of discord.User.accent_colour:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.accent_colour:3 +msgid "There is an alias for this named :attr:`accent_color`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.avatar:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar:1 +#: ../../../discord/user.py:docstring of discord.User.avatar:1 +msgid "Returns an :class:`Asset` for the avatar the user has." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.avatar:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar:3 +#: ../../../discord/user.py:docstring of discord.User.avatar:3 +msgid "If the user does not have a traditional avatar, ``None`` is returned. If you want the avatar that a user has displayed, consider :attr:`display_avatar`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.avatar:6 +#: ../../../discord/team.py:docstring of discord.TeamMember.banner:9 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.avatar:6 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.avatar:6 +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar:6 +#: ../../../discord/user.py:docstring of discord.ClientUser.banner:9 +#: ../../../discord/user.py:docstring of discord.User.avatar:6 +#: ../../../discord/user.py:docstring of discord.User.banner:9 +#: ../../../discord/guild.py:docstring of discord.Guild.icon:3 +#: ../../../discord/guild.py:docstring of discord.Guild.banner:3 +#: ../../../discord/guild.py:docstring of discord.Guild.splash:3 +#: ../../../discord/guild.py:docstring of discord.Guild.discovery_splash:3 +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.cover_image:3 +#: ../../../discord/member.py:docstring of discord.Member.guild_avatar:6 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.icon:3 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.icon:3 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.banner:3 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.splash:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.banner:9 +#: ../../../discord/webhook/async_.py:docstring of discord.PartialWebhookGuild.icon:3 +msgid "Optional[:class:`Asset`]" +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.banner:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.banner:1 +#: ../../../discord/user.py:docstring of discord.User.banner:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.banner:1 +msgid "Returns the user's banner asset, if available." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.color:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.color:1 +#: ../../../discord/user.py:docstring of discord.User.color:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.color:1 +msgid "A property that returns a color denoting the rendered color for the user. This always returns :meth:`Colour.default`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.color:4 +#: ../../../discord/user.py:docstring of discord.ClientUser.color:4 +#: ../../../discord/user.py:docstring of discord.User.color:4 +#: ../../../discord/member.py:docstring of discord.Member.color:5 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.color:4 +msgid "There is an alias for this named :attr:`colour`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.color:6 +#: ../../../discord/team.py:docstring of discord.TeamMember.colour:6 +#: ../../api.rst:3136 +#: ../../../discord/user.py:docstring of discord.ClientUser.color:6 +#: ../../../discord/user.py:docstring of discord.ClientUser.colour:6 +#: ../../../discord/user.py:docstring of discord.User.color:6 +#: ../../../discord/user.py:docstring of discord.User.colour:6 +#: ../../../discord/member.py:docstring of discord.Member.colour:7 +#: ../../../discord/member.py:docstring of discord.Member.color:7 +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:5 +#: ../../../discord/activity.py:docstring of discord.Spotify.color:5 +#: ../../../discord/role.py:docstring of discord.Role.colour:3 +#: ../../../discord/role.py:docstring of discord.Role.color:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.color:6 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.colour:6 +msgid ":class:`Colour`" +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.colour:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.colour:1 +#: ../../../discord/user.py:docstring of discord.User.colour:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.colour:1 +msgid "A property that returns a colour denoting the rendered colour for the user. This always returns :meth:`Colour.default`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.colour:4 +#: ../../../discord/user.py:docstring of discord.ClientUser.colour:4 +#: ../../../discord/user.py:docstring of discord.User.colour:4 +#: ../../../discord/member.py:docstring of discord.Member.colour:5 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.colour:4 +msgid "There is an alias for this named :attr:`color`." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.created_at:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:1 +#: ../../../discord/user.py:docstring of discord.User.created_at:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.created_at:1 +msgid "Returns the user's creation time in UTC." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.created_at:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:3 +#: ../../../discord/user.py:docstring of discord.User.created_at:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.created_at:3 +msgid "This is when the user's Discord account was created." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.created_at:5 +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:5 +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:9 +#: ../../docstring of discord.AuditLogEntry.created_at:3 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.created_at:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.created_at:3 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.created_at:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:5 +#: ../../../discord/user.py:docstring of discord.User.created_at:5 +#: ../../../discord/message.py:docstring of discord.Message.created_at:3 +#: ../../../discord/guild.py:docstring of discord.Guild.created_at:3 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:53 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:59 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:75 +#: ../../../discord/activity.py:docstring of discord.Spotify.start:3 +#: ../../../discord/activity.py:docstring of discord.Spotify.end:3 +#: ../../../discord/emoji.py:docstring of discord.Emoji.created_at:3 +#: ../../../discord/role.py:docstring of discord.Role.created_at:3 +#: ../../../discord/channel.py:docstring of discord.TextChannel.created_at:3 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:124 +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:39 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.created_at:3 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.created_at:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.created_at:3 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.created_at:3 +#: ../../../discord/channel.py:docstring of discord.DMChannel.created_at:3 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.created_at:3 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.created_at:3 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.created_at:3 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:77 +#: ../../../discord/template.py:docstring of discord.template.Template:39 +#: ../../../discord/template.py:docstring of discord.template.Template:46 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.created_at:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.created_at:5 +#: ../../../discord/widget.py:docstring of discord.Widget.created_at:3 +#: ../../../discord/sticker.py:docstring of discord.Sticker.created_at:3 +#: ../../../discord/object.py:docstring of discord.Object.created_at:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:61 +#: ../../../discord/message.py:docstring of discord.PartialMessage.created_at:3 +msgid ":class:`datetime.datetime`" +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.default_avatar:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.default_avatar:1 +#: ../../../discord/user.py:docstring of discord.User.default_avatar:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.default_avatar:1 +msgid "Returns the default avatar for a given user. This is calculated by the user's discriminator." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.default_avatar:3 +#: ../../../discord/team.py:docstring of discord.TeamMember.display_avatar:7 +#: ../../api.rst:2904 +#: ../../api.rst:2910 +#: ../../api.rst:2916 +#: ../../api.rst:2922 +#: ../../api.rst:3230 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.default_avatar:5 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.display_avatar:7 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.default_avatar:5 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.display_avatar:7 +#: ../../../discord/user.py:docstring of discord.ClientUser.default_avatar:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_avatar:7 +#: ../../../discord/user.py:docstring of discord.User.default_avatar:3 +#: ../../../discord/user.py:docstring of discord.User.display_avatar:7 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:19 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:13 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:13 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:16 +#: ../../../discord/member.py:docstring of discord.Member.display_avatar:9 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.default_avatar:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_avatar:7 +#: ../../../discord/sticker.py:docstring of discord.StickerPack.banner:3 +msgid ":class:`Asset`" +msgstr ":class:`Asset`" + +#: ../../../discord/team.py:docstring of discord.TeamMember.display_avatar:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_avatar:1 +#: ../../../discord/user.py:docstring of discord.User.display_avatar:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_avatar:1 +msgid "Returns the user's display avatar." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.display_avatar:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_avatar:3 +#: ../../../discord/user.py:docstring of discord.User.display_avatar:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_avatar:3 +msgid "For regular users this is just their default avatar or uploaded avatar." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.display_name:1 +#: ../../../discord/abc.py:docstring of discord.abc.User.display_name:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_name:1 +#: ../../../discord/user.py:docstring of discord.User.display_name:1 +#: ../../../discord/member.py:docstring of discord.Member.display_name:1 +msgid "Returns the user's display name." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.display_name:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.display_name:3 +#: ../../../discord/user.py:docstring of discord.User.display_name:3 +#: ../../../discord/member.py:docstring of discord.Member.display_name:3 +msgid "For regular users this is just their username, but if they have a guild specific nickname then that is returned instead." +msgstr "通常であれば、これはユーザー名がそのまま返りますが、ギルドにてニックネームを設定している場合は、代替としてニックネームが返ります。" + +#: ../../../discord/team.py:docstring of discord.TeamMember.mention:1 +#: ../../../discord/abc.py:docstring of discord.abc.User.mention:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.mention:1 +#: ../../../discord/user.py:docstring of discord.User.mention:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.mention:1 +msgid "Returns a string that allows you to mention the given user." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:1 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:1 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:1 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:1 +msgid "Checks if the user is mentioned in the specified message." +msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" + +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:3 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:3 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:3 +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:3 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:3 +msgid "The message to check if you're mentioned in." +msgstr "メンションが含まれているかを確認するメッセージ。" + +#: ../../../discord/team.py:docstring of discord.user.BaseUser.mentioned_in:6 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:6 +#: ../../../discord/user.py:docstring of discord.user.BaseUser.mentioned_in:6 +#: ../../../discord/widget.py:docstring of discord.user.BaseUser.mentioned_in:6 +msgid "Indicates if the user is mentioned in the message." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.public_flags:1 +#: ../../../discord/user.py:docstring of discord.ClientUser.public_flags:1 +#: ../../../discord/user.py:docstring of discord.User.public_flags:1 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.public_flags:1 +msgid "The publicly available flags the user has." +msgstr "" + +#: ../../../discord/team.py:docstring of discord.TeamMember.public_flags:3 +#: ../../../discord/user.py:docstring of discord.ClientUser.public_flags:3 +#: ../../../discord/user.py:docstring of discord.User.public_flags:3 +#: ../../../discord/widget.py:docstring of discord.WidgetMember.public_flags:3 +msgid ":class:`PublicUserFlags`" msgstr "" -#: discord.voice_client.VoiceClient:1 of +#: ../../api.rst:93 +msgid "Voice Related" +msgstr "音声関連" + +#: ../../api.rst:96 +msgid "VoiceClient" +msgstr "VoiceClient" + +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:1 msgid "Represents a Discord voice connection." -msgstr "Discordの音声接続を表します。" +msgstr "Discordの音声接続。" -#: discord.voice_client.VoiceClient:3 of -msgid "" -"You do not create these, you typically get them from e.g. " -":meth:`VoiceChannel.connect`." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:3 +msgid "You do not create these, you typically get them from e.g. :meth:`VoiceChannel.connect`." msgstr "これを意図的に生成することはできません。通常、 :meth:`VoiceChannel.connect` などを使用した際に、取得できます。" -#: discord.voice_client.VoiceClient:8 of -msgid "" -"In order to use PCM based AudioSources, you must have the opus library " -"installed on your system and loaded through :func:`opus.load_opus`. " -"Otherwise, your AudioSources must be opus encoded (e.g. using " -":class:`FFmpegOpusAudio`) or the library will not be able to transmit " -"audio." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:8 +msgid "In order to use PCM based AudioSources, you must have the opus library installed on your system and loaded through :func:`opus.load_opus`. Otherwise, your AudioSources must be opus encoded (e.g. using :class:`FFmpegOpusAudio`) or the library will not be able to transmit audio." msgstr "" -#: discord.voice_client.VoiceClient:15 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:15 msgid "The voice connection session ID." -msgstr ":class:`str` -- 音声接続のセッションID。" +msgstr "" -#: discord.voice_client.VoiceClient:21 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:21 msgid "The voice connection token." -msgstr ":class:`str` -- 音声接続のトークン." +msgstr "" -#: discord.voice_client.VoiceClient:27 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:27 msgid "The endpoint we are connecting to." -msgstr ":class:`str` -- 接続先のエンドポイント。" +msgstr "" -#: discord.voice_client.VoiceClient:33 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:33 msgid "The voice channel connected to." -msgstr ":class:`abc.Connectable` -- 接続しているボイスチャンネル。" +msgstr "" -#: discord.voice_client.VoiceClient:35 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:35 msgid "Union[:class:`VoiceChannel`, :class:`StageChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +msgstr "" -#: discord.voice_client.VoiceClient:39 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient:39 msgid "The event loop that the voice client is running on." -msgstr ":class:`asyncio.AbstractEventLoop` -- ボイスクライアントが実行されているイベントループ。" +msgstr "ボイスクライアントが実行されているイベントループ。" -#: discord.VoiceClient.guild:1 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.guild:1 msgid "The guild we're connected to." -msgstr "Optional[:class:`Guild`] -- 存在する場合は、接続しているギルドを返します。" - -#: discord.Emoji.guild:3 discord.VoiceClient.guild:3 -#: discord.channel.CategoryChannel:33 discord.channel.StageChannel:33 -#: discord.channel.StoreChannel:31 discord.channel.TextChannel:31 -#: discord.channel.VoiceChannel:31 discord.guild.Guild.edit:90 -#: discord.integrations.BotIntegration:21 discord.integrations.Integration:21 -#: discord.integrations.StreamIntegration:21 discord.member.Member:48 -#: discord.role.Role:53 discord.stage_instance.StageInstance:29 -#: discord.template.Template:52 discord.threads.Thread:33 of -#, fuzzy +msgstr "" + +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.guild:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:97 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:21 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:21 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:21 +#: ../../../discord/member.py:docstring of discord.member.Member:48 +#: ../../../discord/emoji.py:docstring of discord.Emoji.guild:3 +#: ../../../discord/role.py:docstring of discord.role.Role:53 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:31 +#: ../../../discord/threads.py:docstring of discord.threads.Thread:33 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:31 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:31 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:33 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:29 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:33 +#: ../../../discord/template.py:docstring of discord.template.Template:52 msgid ":class:`Guild`" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.VoiceClient.user:1 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.user:1 msgid "The user connected to voice (i.e. ourselves)." -msgstr ":class:`ClientUser` -- ボイスチャンネルに接続しているユーザー。(つまり、自分自身)" +msgstr "" -#: discord.VoiceClient.user:3 discord.channel.DMChannel:33 -#: discord.channel.GroupChannel:31 discord.user.ClientUser.edit:31 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.user:3 +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:31 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:33 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:31 msgid ":class:`ClientUser`" -msgstr ":class:`~discord.ClientUser`" +msgstr ":class:`ClientUser`" -#: discord.VoiceClient.latency:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.latency:1 msgid "Latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds." msgstr "" -#: discord.VoiceClient.latency:3 of -msgid "" -"This could be referred to as the Discord Voice WebSocket latency and is " -"an analogue of user's voice latencies as seen in the Discord client." +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.latency:3 +msgid "This could be referred to as the Discord Voice WebSocket latency and is an analogue of user's voice latencies as seen in the Discord client." msgstr "" -#: discord.VoiceClient.average_latency:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.average_latency:1 msgid "Average of most recent 20 HEARTBEAT latencies in seconds." msgstr "" -#: discord.voice_client.VoiceClient.disconnect:3 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.disconnect:3 msgid "Disconnects this voice client from voice." msgstr "ボイスクライアントをボイスチャンネルから切断します。" -#: discord.voice_client.VoiceClient.move_to:3 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.move_to:3 msgid "Moves you to a different voice channel." msgstr "別のボイスチャンネルへ移動させます。" -#: discord.voice_client.VoiceClient.move_to:5 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.move_to:5 msgid "The channel to move to. Must be a voice channel." msgstr "移動先のチャンネル。ボイスチャンネルである必要があります。" -#: discord.voice_client.VoiceClient.is_connected:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.is_connected:1 msgid "Indicates if the voice client is connected to voice." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +msgstr "ボイスチャンネルに接続しているかどうか。" -#: discord.voice_client.VoiceClient.play:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:1 msgid "Plays an :class:`AudioSource`." msgstr ":class:`AudioSource` を再生します。" -#: discord.voice_client.VoiceClient.play:3 of -msgid "" -"The finalizer, ``after`` is called after the source has been exhausted or" -" an error occurred." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:3 +msgid "The finalizer, ``after`` is called after the source has been exhausted or an error occurred." msgstr "ファイナライザーである ``after`` はソースがなくなったか、エラーが発生した後に呼び出されます。" -#: discord.voice_client.VoiceClient.play:6 of -#, fuzzy -msgid "" -"If an error happens while the audio player is running, the exception is " -"caught and the audio player is then stopped. If no after callback is " -"passed, any caught exception will be displayed as if it were raised." -msgstr "オーディオプレイヤーの実行中にエラーが発生した場合、例外はキャッチされ、プレイヤーは停止します。" +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:6 +msgid "If an error happens while the audio player is running, the exception is caught and the audio player is then stopped. If no after callback is passed, any caught exception will be displayed as if it were raised." +msgstr "" -#: discord.voice_client.VoiceClient.play:10 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:10 msgid "The audio source we're reading from." msgstr "読み込むオーディオソース。" -#: discord.voice_client.VoiceClient.play:12 of -#, fuzzy -msgid "" -"The finalizer that is called after the stream is exhausted. This function" -" must have a single parameter, ``error``, that denotes an optional " -"exception that was raised during playing." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:12 +msgid "The finalizer that is called after the stream is exhausted. This function must have a single parameter, ``error``, that denotes an optional exception that was raised during playing." msgstr "" -"ファイナライザーはストリームが空になると呼び出されます。発生した例外はすべて破棄されます。この関数には再生中に発生したオプションの例外を表す一つのパラメータ" -" ``error`` が必要です。" -#: discord.voice_client.VoiceClient.play:17 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:17 msgid "Already playing audio or not connected." -msgstr ":exc:`ClientException` -- すでにオーディオを再生しているか、VCに接続していない。" +msgstr "" -#: discord.voice_client.VoiceClient.play:18 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:18 msgid "Source is not a :class:`AudioSource` or after is not a callable." -msgstr ":exc:`TypeError` -- sourceが :class:`AudioSource` でないか、afterが呼び出し可能でない。" +msgstr "" -#: discord.voice_client.VoiceClient.play:19 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.play:19 msgid "Source is not opus encoded and opus is not loaded." msgstr "" -#: discord.voice_client.VoiceClient.is_playing:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.is_playing:1 msgid "Indicates if we're currently playing audio." -msgstr "現在オーディオを再生しているかを表します。" +msgstr "現在オーディオを再生しているか。" -#: discord.voice_client.VoiceClient.is_paused:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.is_paused:1 msgid "Indicates if we're playing audio, but if we're paused." -msgstr "再生中のオーディオを一時停止しているかを表します。" +msgstr "再生中のオーディオを一時停止しているか。" -#: discord.voice_client.VoiceClient.stop:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.stop:1 msgid "Stops playing audio." msgstr "音声の再生を停止します。" -#: discord.voice_client.VoiceClient.pause:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.pause:1 msgid "Pauses the audio playing." msgstr "音声の再生を一時的に停止します。" -#: discord.voice_client.VoiceClient.resume:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.resume:1 msgid "Resumes the audio playing." msgstr "音声の再生を再開します。" -#: discord.VoiceClient.source:1 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:1 msgid "The audio source being played, if playing." -msgstr "Optional[:class:`AudioSource`] -- 再生中の場合、再生しているオーディオソースを返します。" +msgstr "" -#: discord.VoiceClient.source:3 of -msgid "" -"This property can also be used to change the audio source currently being" -" played." +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:3 +msgid "This property can also be used to change the audio source currently being played." msgstr "このプロパティは現在再生しているオーディオソースの変更にも使うことが出来ます。" -#: discord.VoiceClient.source:5 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:5 msgid "Optional[:class:`AudioSource`]" -msgstr ":class:`AudioSource` を再生します。" +msgstr "" -#: discord.voice_client.VoiceClient.send_audio_packet:1 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:1 msgid "Sends an audio packet composed of the data." msgstr "データで構成されるオーディオパケットを送信します。" -#: discord.voice_client.VoiceClient.send_audio_packet:3 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:3 msgid "You must be connected to play audio." msgstr "オーディオを再生するには、ボイスチャンネルに接続している必要があります。" -#: discord.voice_client.VoiceClient.send_audio_packet:5 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:5 msgid "The :term:`py:bytes-like object` denoting PCM or Opus voice data." msgstr "PCM、またはOpusボイスデータを表す :term:`py:bytes-like object` 。" -#: discord.voice_client.VoiceClient.send_audio_packet:7 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:7 msgid "Indicates if ``data`` should be encoded into Opus." -msgstr "``data`` をOpusにエンコードする必要があるかを表します。" +msgstr "``data`` をOpusにエンコードする必要があるか。" -#: discord.voice_client.VoiceClient.send_audio_packet:10 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:10 msgid "You are not connected." -msgstr ":exc:`ClientException` -- ボイスチャンネルに接続していない。" +msgstr "" -#: discord.voice_client.VoiceClient.send_audio_packet:11 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceClient.send_audio_packet:11 msgid "Encoding the data failed." -msgstr ":exc:`opus.OpusError` -- dataのエンコードに失敗した。" +msgstr "" -#: ../../api.rst:104 +#: ../../api.rst:105 msgid "VoiceProtocol" msgstr "" -#: discord.voice_client.VoiceProtocol:1 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:1 msgid "A class that represents the Discord voice protocol." -msgstr "Discordの音声接続を表します。" +msgstr "" -#: discord.voice_client.VoiceProtocol:3 of -msgid "" -"This is an abstract class. The library provides a concrete implementation" -" under :class:`VoiceClient`." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:3 +msgid "This is an abstract class. The library provides a concrete implementation under :class:`VoiceClient`." msgstr "" -#: discord.voice_client.VoiceProtocol:6 of -msgid "" -"This class allows you to implement a protocol to allow for an external " -"method of sending voice, such as Lavalink_ or a native library " -"implementation." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:6 +msgid "This class allows you to implement a protocol to allow for an external method of sending voice, such as Lavalink_ or a native library implementation." msgstr "" -#: discord.voice_client.VoiceProtocol:9 of -msgid "" -"These classes are passed to :meth:`abc.Connectable.connect " -"`." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:9 +msgid "These classes are passed to :meth:`abc.Connectable.connect `." msgstr "" -#: discord.voice_client.VoiceProtocol:13 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:13 msgid "The client (or its subclasses) that started the connection request." msgstr "" -#: discord.voice_client.VoiceProtocol:15 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol:15 msgid "The voice channel that is being connected to." -msgstr "ピン留めが更新されたプライベートチャンネル。" - -#: discord.voice_client.VoiceProtocol.on_voice_state_update:3 of -msgid "" -"An abstract method that is called when the client's voice state has " -"changed. This corresponds to ``VOICE_STATE_UPDATE``." msgstr "" -#: discord.voice_client.VoiceProtocol.on_voice_state_update:6 of -msgid "" -"The raw `voice state payload`__. .. _voice_state_update_payload: " -"https://discord.com/developers/docs/resources/voice#voice-state-object " -"__ voice_state_update_payload_" +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_state_update:3 +msgid "An abstract method that is called when the client's voice state has changed. This corresponds to ``VOICE_STATE_UPDATE``." +msgstr "クライアントの音声状態が変更された際に呼び出される抽象メソッドです。これは ``VOICE_STATE_UPDATE`` と対応しています。" + +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_state_update:6 +msgid "The raw `voice state payload`__. .. _voice_state_update_payload: https://discord.com/developers/docs/resources/voice#voice-state-object __ voice_state_update_payload_" msgstr "" -#: discord.voice_client.VoiceProtocol.on_voice_state_update:6 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_state_update:6 msgid "The raw `voice state payload`__." -msgstr "生のイベントペイロードデータ。" +msgstr "" -#: discord.voice_client.VoiceProtocol.on_voice_server_update:3 of -msgid "" -"An abstract method that is called when initially connecting to voice. " -"This corresponds to ``VOICE_SERVER_UPDATE``." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_server_update:3 +msgid "An abstract method that is called when initially connecting to voice. This corresponds to ``VOICE_SERVER_UPDATE``." msgstr "" -#: discord.voice_client.VoiceProtocol.on_voice_server_update:6 of -msgid "" -"The raw `voice server update payload`__. .. " -"_voice_server_update_payload: " -"https://discord.com/developers/docs/topics/gateway#voice-server-update-" -"voice-server-update-event-fields __ voice_server_update_payload_" +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_server_update:6 +msgid "The raw `voice server update payload`__. .. _voice_server_update_payload: https://discord.com/developers/docs/topics/gateway#voice-server-update-voice-server-update-event-fields __ voice_server_update_payload_" msgstr "" -#: discord.voice_client.VoiceProtocol.on_voice_server_update:6 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.on_voice_server_update:6 msgid "The raw `voice server update payload`__." msgstr "" -#: discord.voice_client.VoiceProtocol.connect:3 of -msgid "" -"An abstract method called when the client initiates the connection " -"request." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:3 +msgid "An abstract method called when the client initiates the connection request." msgstr "" -#: discord.voice_client.VoiceProtocol.connect:5 of -msgid "" -"When a connection is requested initially, the library calls the " -"constructor under ``__init__`` and then calls :meth:`connect`. If " -":meth:`connect` fails at some point then :meth:`disconnect` is called." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:5 +msgid "When a connection is requested initially, the library calls the constructor under ``__init__`` and then calls :meth:`connect`. If :meth:`connect` fails at some point then :meth:`disconnect` is called." msgstr "" -#: discord.voice_client.VoiceProtocol.connect:9 of -msgid "" -"Within this method, to start the voice connection flow it is recommended " -"to use :meth:`Guild.change_voice_state` to start the flow. After which, " -":meth:`on_voice_server_update` and :meth:`on_voice_state_update` will be " -"called. The order that these two are called is unspecified." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:9 +msgid "Within this method, to start the voice connection flow it is recommended to use :meth:`Guild.change_voice_state` to start the flow. After which, :meth:`on_voice_server_update` and :meth:`on_voice_state_update` will be called. The order that these two are called is unspecified." msgstr "" -#: discord.voice_client.VoiceProtocol.connect:14 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:14 msgid "The timeout for the connection." msgstr "" -#: discord.voice_client.VoiceProtocol.connect:16 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.connect:16 msgid "Whether reconnection is expected." -msgstr "Discordとの接続を閉じます。" +msgstr "" -#: discord.voice_client.VoiceProtocol.disconnect:3 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.disconnect:3 msgid "An abstract method called when the client terminates the connection." msgstr "" -#: discord.voice_client.VoiceProtocol.disconnect:5 of +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.disconnect:5 msgid "See :meth:`cleanup`." msgstr "" -#: discord.voice_client.VoiceProtocol.disconnect:7 of -#, fuzzy +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.disconnect:7 msgid "Whether the disconnection was forced." -msgstr "Discordとの接続を閉じます。" +msgstr "" -#: discord.voice_client.VoiceProtocol.cleanup:1 of -msgid "" -"This method *must* be called to ensure proper clean-up during a " -"disconnect." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.cleanup:1 +msgid "This method *must* be called to ensure proper clean-up during a disconnect." msgstr "" -#: discord.voice_client.VoiceProtocol.cleanup:3 of -msgid "" -"It is advisable to call this from within :meth:`disconnect` when you are " -"completely done with the voice protocol instance." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.cleanup:3 +msgid "It is advisable to call this from within :meth:`disconnect` when you are completely done with the voice protocol instance." msgstr "" -#: discord.voice_client.VoiceProtocol.cleanup:6 of -msgid "" -"This method removes it from the internal state cache that keeps track of " -"currently alive voice clients. Failure to clean-up will cause subsequent " -"connections to report that it's still connected." +#: ../../../discord/voice_client.py:docstring of discord.voice_client.VoiceProtocol.cleanup:6 +msgid "This method removes it from the internal state cache that keeps track of currently alive voice clients. Failure to clean-up will cause subsequent connections to report that it's still connected." msgstr "" -#: ../../api.rst:112 -#, fuzzy +#: ../../api.rst:113 msgid "AudioSource" -msgstr "オーディオストリームを表します。" +msgstr "" -#: discord.player.AudioSource:1 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource:1 msgid "Represents an audio stream." -msgstr "オーディオストリームを表します。" +msgstr "オーディオストリーム。" -#: discord.player.AudioSource:3 of -msgid "" -"The audio stream can be Opus encoded or not, however if the audio stream " -"is not Opus encoded then the audio format must be 16-bit 48KHz stereo " -"PCM." +#: ../../../discord/player.py:docstring of discord.player.AudioSource:3 +msgid "The audio stream can be Opus encoded or not, however if the audio stream is not Opus encoded then the audio format must be 16-bit 48KHz stereo PCM." msgstr "オーディオストリームはOpusにエンコードされていなくても構いませんが、エンコードされていない場合、オーディオフォーマットは16ビットの48KHzステレオPCMである必要があります。" -#: discord.player.AudioSource:8 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource:8 msgid "The audio source reads are done in a separate thread." msgstr "オーディオソースの読み込みは別スレッドで行われます。" -#: discord.player.AudioSource.read:1 discord.player.FFmpegOpusAudio.read:1 -#: discord.player.FFmpegPCMAudio.read:1 discord.player.PCMAudio.read:1 -#: discord.player.PCMVolumeTransformer.read:1 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:1 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:1 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:1 msgid "Reads 20ms worth of audio." msgstr "20ms分のオーディオを読み込みます。" -#: discord.player.AudioSource.read:3 discord.player.FFmpegOpusAudio.read:3 -#: discord.player.FFmpegPCMAudio.read:3 discord.player.PCMAudio.read:3 -#: discord.player.PCMVolumeTransformer.read:3 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:3 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:3 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:3 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:3 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:3 msgid "Subclasses must implement this." msgstr "サブクラスはこれを実装する必要があります。" -#: discord.player.AudioSource.read:5 discord.player.FFmpegOpusAudio.read:5 -#: discord.player.FFmpegPCMAudio.read:5 discord.player.PCMAudio.read:5 -#: discord.player.PCMVolumeTransformer.read:5 of -msgid "" -"If the audio is complete, then returning an empty :term:`py:bytes-like " -"object` to signal this is the way to do so." +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:5 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:5 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:5 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:5 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:5 +msgid "If the audio is complete, then returning an empty :term:`py:bytes-like object` to signal this is the way to do so." msgstr "オーディオの読み取りが終了すると、空の :term:`py:bytes-like object` を返してこれを通知します。" -#: discord.player.AudioSource.read:8 discord.player.FFmpegOpusAudio.read:8 -#: discord.player.FFmpegPCMAudio.read:8 discord.player.PCMAudio.read:8 -#: discord.player.PCMVolumeTransformer.read:8 of -#, fuzzy -msgid "" -"If :meth:`~AudioSource.is_opus` method returns ``True``, then it must " -"return 20ms worth of Opus encoded audio. Otherwise, it must be 20ms worth" -" of 16-bit 48KHz stereo PCM, which is about 3,840 bytes per frame (20ms " -"worth of audio)." +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:8 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:8 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:8 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:8 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:8 +msgid "If :meth:`~AudioSource.is_opus` method returns ``True``, then it must return 20ms worth of Opus encoded audio. Otherwise, it must be 20ms worth of 16-bit 48KHz stereo PCM, which is about 3,840 bytes per frame (20ms worth of audio)." msgstr "" -":meth:`is_opus` が ``True`` " -"を返す場合、20ms分のOpusにエンコードされたオーディオを返さなければいけません。それ以外の場合は、フレームあたり約3,840バイトの20ms相当の16ビット48KHzステレオPCM(20ms分のオーディオ)が必要です。" -#: discord.player.AudioSource.read:13 discord.player.FFmpegOpusAudio.read:13 -#: discord.player.FFmpegPCMAudio.read:13 discord.player.PCMAudio.read:13 -#: discord.player.PCMVolumeTransformer.read:13 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:13 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:13 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:13 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:13 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:13 msgid "A bytes like object that represents the PCM or Opus data." msgstr "PCMまたはOpusデータを表すバイトライクオブジェクト。" -#: discord.asset.AssetMixin.read:10 discord.message.Attachment.read:20 -#: discord.partial_emoji.PartialEmoji.read:10 -#: discord.player.AudioSource.read:14 discord.player.FFmpegOpusAudio.read:14 -#: discord.player.FFmpegPCMAudio.read:14 discord.player.PCMAudio.read:14 -#: discord.player.PCMVolumeTransformer.read:14 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.read:14 +#: ../../../discord/player.py:docstring of discord.player.PCMAudio.read:14 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.read:14 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.read:14 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.read:14 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:20 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:10 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:10 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:10 msgid ":class:`bytes`" msgstr ":class:`bytes`" -#: discord.player.AudioSource.is_opus:1 -#: discord.player.FFmpegOpusAudio.is_opus:1 -#: discord.player.FFmpegPCMAudio.is_opus:1 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.is_opus:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio.is_opus:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.is_opus:1 msgid "Checks if the audio source is already encoded in Opus." -msgstr "オーディオソースがOpusにエンコードされているかを表します。" +msgstr "オーディオソースがOpusにエンコードされているか。" -#: discord.player.AudioSource.cleanup:1 discord.player.FFmpegAudio.cleanup:1 -#: discord.player.PCMVolumeTransformer.cleanup:1 of +#: ../../../discord/player.py:docstring of discord.player.AudioSource.cleanup:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegAudio.cleanup:1 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.cleanup:1 msgid "Called when clean-up is needed to be done." msgstr "クリーンアップが必要な時に呼び出されます。" -#: discord.player.AudioSource.cleanup:3 discord.player.FFmpegAudio.cleanup:3 -#: discord.player.PCMVolumeTransformer.cleanup:3 of -msgid "" -"Useful for clearing buffer data or processes after it is done playing " -"audio." +#: ../../../discord/player.py:docstring of discord.player.AudioSource.cleanup:3 +#: ../../../discord/player.py:docstring of discord.player.FFmpegAudio.cleanup:3 +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer.cleanup:3 +msgid "Useful for clearing buffer data or processes after it is done playing audio." msgstr "オーディオの再生が終了した後にバッファデータやプロセスをクリアするのに便利です。" -#: ../../api.rst:120 +#: ../../api.rst:121 msgid "PCMAudio" msgstr "" -#: discord.player.PCMAudio:1 of +#: ../../../discord/player.py:docstring of discord.player.PCMAudio:1 msgid "Represents raw 16-bit 48KHz stereo PCM audio source." -msgstr "生の16ビット48KHzステレオPCMオーディオソースを表します。" +msgstr "生の16ビット48KHzステレオPCMオーディオソース。" -#: discord.player.PCMAudio:5 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.player.PCMAudio:5 msgid "A file-like object that reads byte data representing raw PCM." -msgstr ":term:`py:file object` -- 生のPCMを表したバイトデータを読み取るファイルライクオブジェクト。" +msgstr "" -#: discord.player.PCMAudio:7 of +#: ../../../discord/player.py:docstring of discord.player.PCMAudio:7 msgid ":term:`py:file object`" msgstr "" -#: ../../api.rst:128 +#: ../../api.rst:129 msgid "FFmpegAudio" msgstr "" -#: discord.player.FFmpegAudio:1 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegAudio:1 msgid "Represents an FFmpeg (or AVConv) based AudioSource." msgstr "" -#: discord.player.FFmpegAudio:3 of -msgid "" -"User created AudioSources using FFmpeg differently from how " -":class:`FFmpegPCMAudio` and :class:`FFmpegOpusAudio` work should subclass" -" this." +#: ../../../discord/player.py:docstring of discord.player.FFmpegAudio:3 +msgid "User created AudioSources using FFmpeg differently from how :class:`FFmpegPCMAudio` and :class:`FFmpegOpusAudio` work should subclass this." msgstr "" -#: ../../api.rst:136 +#: ../../api.rst:137 msgid "FFmpegPCMAudio" msgstr "" -#: discord.player.FFmpegOpusAudio:1 discord.player.FFmpegPCMAudio:1 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:1 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:1 msgid "An audio source from FFmpeg (or AVConv)." -msgstr "FFmpeg(またはAVConv)のオーディオソース。" +msgstr "FFmpeg (またはAVConv) のオーディオソース。" -#: discord.player.FFmpegPCMAudio:3 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:3 msgid "This launches a sub-process to a specific input file given." msgstr "与えられた特定の入力ファイルに対してサブプロセスを起動します。" -#: discord.player.FFmpegOpusAudio:18 discord.player.FFmpegPCMAudio:7 of -msgid "" -"You must have the ffmpeg or avconv executable in your path environment " -"variable in order for this to work." +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:7 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:18 +msgid "You must have the ffmpeg or avconv executable in your path environment variable in order for this to work." msgstr "環境変数にffmpegまたはavconv実行可能ファイルがなければなりません。" -#: discord.player.FFmpegPCMAudio:10 of -#, fuzzy -msgid "" -"The input that ffmpeg will take and convert to PCM bytes. If ``pipe`` is " -"``True`` then this is a file-like object that is passed to the stdin of " -"ffmpeg." +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:10 +msgid "The input that ffmpeg will take and convert to PCM bytes. If ``pipe`` is ``True`` then this is a file-like object that is passed to the stdin of ffmpeg." msgstr "" -"ffmpegが受け取り、PCMバイトへ変換する入力。 ``pipe`` " -"がTrueの場合、これはffmpegの標準入力に渡されるファイルライクオブジェクトです。" -#: discord.player.FFmpegOpusAudio:39 discord.player.FFmpegPCMAudio:14 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:14 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:39 msgid "The executable name (and path) to use. Defaults to ``ffmpeg``." msgstr "使用する実行可能ファイルの名前 (およびパス)。デフォルトでは ``ffmpeg`` です。" -#: discord.player.FFmpegOpusAudio:41 discord.player.FFmpegPCMAudio:16 of -msgid "" -"If ``True``, denotes that ``source`` parameter will be passed to the " -"stdin of ffmpeg. Defaults to ``False``." +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:16 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:41 +msgid "If ``True``, denotes that ``source`` parameter will be passed to the stdin of ffmpeg. Defaults to ``False``." msgstr "``True`` の場合、 ``source`` パラメータがffmpegの標準入力に渡されます。デフォルトでは ``False`` です。" -#: discord.player.FFmpegOpusAudio:44 discord.player.FFmpegPCMAudio:19 of -msgid "" -"A file-like object to pass to the Popen constructor. Could also be an " -"instance of ``subprocess.PIPE``." +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:19 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:44 +msgid "A file-like object to pass to the Popen constructor. Could also be an instance of ``subprocess.PIPE``." msgstr "Popenのコンストラクタに渡すファイルライクオブジェクト。 ``subprocess.PIPE`` のようなインスタンスにすることも可能です。" -#: discord.player.FFmpegOpusAudio:47 discord.player.FFmpegPCMAudio:22 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:22 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:47 msgid "Extra command line arguments to pass to ffmpeg before the ``-i`` flag." msgstr "``-i`` フラグのまえにffmepgに渡す追加のコマンドライン引数。" -#: discord.player.FFmpegOpusAudio:49 discord.player.FFmpegPCMAudio:24 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:24 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:49 msgid "Extra command line arguments to pass to ffmpeg after the ``-i`` flag." msgstr "``-i`` フラグのあとにffmepgに渡す追加のコマンドライン引数。" -#: discord.player.FFmpegOpusAudio:52 discord.player.FFmpegPCMAudio:27 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:27 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:52 msgid "The subprocess failed to be created." -msgstr ":exc:`ClientException` -- サブプロセスの作成に失敗した。" +msgstr "" -#: ../../api.rst:144 +#: ../../api.rst:145 msgid "FFmpegOpusAudio" msgstr "" -#: discord.player.FFmpegOpusAudio:3 of -msgid "" -"This launches a sub-process to a specific input file given. However, " -"rather than producing PCM packets like :class:`FFmpegPCMAudio` does that " -"need to be encoded to Opus, this class produces Opus packets, skipping " -"the encoding step done by the library." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:3 +msgid "This launches a sub-process to a specific input file given. However, rather than producing PCM packets like :class:`FFmpegPCMAudio` does that need to be encoded to Opus, this class produces Opus packets, skipping the encoding step done by the library." msgstr "" -#: discord.player.FFmpegOpusAudio:7 of -msgid "" -"Alternatively, instead of instantiating this class directly, you can use " -":meth:`FFmpegOpusAudio.from_probe` to probe for bitrate and codec " -"information. This can be used to opportunistically skip pointless re-" -"encoding of existing Opus audio data for a boost in performance at the " -"cost of a short initial delay to gather the information. The same can be " -"achieved by passing ``copy`` to the ``codec`` parameter, but only if you " -"know that the input source is Opus encoded beforehand." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:7 +msgid "Alternatively, instead of instantiating this class directly, you can use :meth:`FFmpegOpusAudio.from_probe` to probe for bitrate and codec information. This can be used to opportunistically skip pointless re-encoding of existing Opus audio data for a boost in performance at the cost of a short initial delay to gather the information. The same can be achieved by passing ``copy`` to the ``codec`` parameter, but only if you know that the input source is Opus encoded beforehand." msgstr "" -#: discord.player.FFmpegOpusAudio:21 of -#, fuzzy -msgid "" -"The input that ffmpeg will take and convert to Opus bytes. If ``pipe`` is" -" ``True`` then this is a file-like object that is passed to the stdin of " -"ffmpeg." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:21 +msgid "The input that ffmpeg will take and convert to Opus bytes. If ``pipe`` is ``True`` then this is a file-like object that is passed to the stdin of ffmpeg." msgstr "" -"ffmpegが受け取り、PCMバイトへ変換する入力。 ``pipe`` " -"がTrueの場合、これはffmpegの標準入力に渡されるファイルライクオブジェクトです。" -#: discord.player.FFmpegOpusAudio:25 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:25 msgid "The bitrate in kbps to encode the output to. Defaults to ``128``." msgstr "" -#: discord.player.FFmpegOpusAudio:27 of -msgid "" -"The codec to use to encode the audio data. Normally this would be just " -"``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to " -"opportunistically skip pointlessly re-encoding Opus audio data by passing" -" ``copy`` as the codec value. Any values other than ``copy``, ``opus``, " -"or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``." -" .. warning:: Do not provide this parameter unless you are certain " -"that the audio input is already Opus encoded. For typical use " -":meth:`FFmpegOpusAudio.from_probe` should be used to determine the " -"proper value for this parameter." -msgstr "" - -#: discord.player.FFmpegOpusAudio:27 of -msgid "" -"The codec to use to encode the audio data. Normally this would be just " -"``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to " -"opportunistically skip pointlessly re-encoding Opus audio data by passing" -" ``copy`` as the codec value. Any values other than ``copy``, ``opus``, " -"or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:27 +msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, ``opus``, or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``. .. warning:: Do not provide this parameter unless you are certain that the audio input is already Opus encoded. For typical use :meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper value for this parameter." msgstr "" -#: discord.player.FFmpegOpusAudio:35 of -msgid "" -"Do not provide this parameter unless you are certain that the audio input" -" is already Opus encoded. For typical use " -":meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper" -" value for this parameter." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:27 +msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, ``opus``, or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:3 of -msgid "" -"A factory method that creates a :class:`FFmpegOpusAudio` after probing " -"the input source for audio codec and bitrate information." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:35 +msgid "Do not provide this parameter unless you are certain that the audio input is already Opus encoded. For typical use :meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper value for this parameter." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:8 of -msgid "" -"Use this function to create an :class:`FFmpegOpusAudio` instance instead " -"of the constructor: ::" +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:3 +msgid "A factory method that creates a :class:`FFmpegOpusAudio` after probing the input source for audio codec and bitrate information." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:13 of -msgid "" -"If you are on Windows and don't have ffprobe installed, use the " -"``fallback`` method to probe using ffmpeg instead: ::" +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:8 +msgid "Use this function to create an :class:`FFmpegOpusAudio` instance instead of the constructor: ::" +msgstr "" + +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:13 +msgid "If you are on Windows and don't have ffprobe installed, use the ``fallback`` method to probe using ffmpeg instead: ::" msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:19 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:19 msgid "Using a custom method of determining codec and bitrate: ::" msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:28 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:28 msgid "Identical to the ``source`` parameter for the constructor." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:29 of -msgid "" -"The probing method used to determine bitrate and codec information. As a " -"string, valid values are ``native`` to use ffprobe (or avprobe) and " -"``fallback`` to use ffmpeg (or avconv). As a callable, it must take two " -"string arguments, ``source`` and ``executable``. Both parameters are the" -" same values passed to this factory function. ``executable`` will default" -" to ``ffmpeg`` if not provided as a keyword argument." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:29 +msgid "The probing method used to determine bitrate and codec information. As a string, valid values are ``native`` to use ffprobe (or avprobe) and ``fallback`` to use ffmpeg (or avconv). As a callable, it must take two string arguments, ``source`` and ``executable``. Both parameters are the same values passed to this factory function. ``executable`` will default to ``ffmpeg`` if not provided as a keyword argument." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:35 of -msgid "" -"The remaining parameters to be passed to the :class:`FFmpegOpusAudio` " -"constructor, excluding ``bitrate`` and ``codec``." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:35 +msgid "The remaining parameters to be passed to the :class:`FFmpegOpusAudio` constructor, excluding ``bitrate`` and ``codec``." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:38 -#: discord.player.FFmpegOpusAudio.probe:10 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:38 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:10 msgid "Invalid probe method, must be ``'native'`` or ``'fallback'``." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:39 -#: discord.player.FFmpegOpusAudio.probe:11 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:39 +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:11 msgid "Invalid value for ``probe`` parameter, must be :class:`str` or a callable." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:41 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:41 msgid "An instance of this class." msgstr "" -#: discord.player.FFmpegOpusAudio.from_probe:42 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.from_probe:42 msgid ":class:`FFmpegOpusAudio`" msgstr "" -#: discord.player.FFmpegOpusAudio.probe:3 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:3 msgid "Probes the input source for bitrate and codec information." msgstr "" -#: discord.player.FFmpegOpusAudio.probe:5 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:5 msgid "Identical to the ``source`` parameter for :class:`FFmpegOpusAudio`." msgstr "" -#: discord.player.FFmpegOpusAudio.probe:6 of -msgid "" -"Identical to the ``method`` parameter for " -":meth:`FFmpegOpusAudio.from_probe`." +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:6 +msgid "Identical to the ``method`` parameter for :meth:`FFmpegOpusAudio.from_probe`." msgstr "" -#: discord.player.FFmpegOpusAudio.probe:7 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:7 msgid "Identical to the ``executable`` parameter for :class:`FFmpegOpusAudio`." msgstr "" -#: discord.player.FFmpegOpusAudio.probe:13 of +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:13 msgid "A 2-tuple with the codec and bitrate of the input source." msgstr "" -#: discord.player.FFmpegOpusAudio.probe:14 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio.probe:14 msgid "Optional[Tuple[Optional[:class:`str`], :class:`int`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +msgstr "" -#: ../../api.rst:152 +#: ../../api.rst:153 msgid "PCMVolumeTransformer" msgstr "" -#: discord.player.PCMVolumeTransformer:1 of +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:1 msgid "Transforms a previous :class:`AudioSource` to have volume controls." msgstr "前述の :class:`AudioSource` をボリュームコントロールを持つものに変換します。" -#: discord.player.PCMVolumeTransformer:3 of -msgid "" -"This does not work on audio sources that have :meth:`AudioSource.is_opus`" -" set to ``True``." +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:3 +msgid "This does not work on audio sources that have :meth:`AudioSource.is_opus` set to ``True``." msgstr "これは :meth:`AudioSource.is_opus` が ``True`` になっているオーディオソースでは動作しません。" -#: discord.player.PCMVolumeTransformer:6 of +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:6 msgid "The original AudioSource to transform." msgstr "変換する元のAudioSource。" -#: discord.player.PCMVolumeTransformer:8 of +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:8 msgid "The initial volume to set it to. See :attr:`volume` for more info." msgstr "設定する初期ボリューム。詳細は :attr:`volume` を参照してください。" -#: discord.player.PCMVolumeTransformer:12 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:12 msgid "Not an audio source." -msgstr "オーディオストリームを表します。" +msgstr "" -#: discord.player.PCMVolumeTransformer:13 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.player.PCMVolumeTransformer:13 msgid "The audio source is opus encoded." -msgstr ":exc:`ClientException` -- オーディオソースがopusエンコード済み。" +msgstr "" -#: discord.PCMVolumeTransformer.volume:1 of -#, fuzzy -msgid "" -"Retrieves or sets the volume as a floating point percentage (e.g. ``1.0``" -" for 100%)." -msgstr "ボリュームを浮動小数点数パーセンテージ (100%の場合は1.0)として取得、または設定します。" +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer.volume:1 +msgid "Retrieves or sets the volume as a floating point percentage (e.g. ``1.0`` for 100%)." +msgstr "" -#: ../../api.rst:160 +#: ../../api.rst:161 msgid "Opus Library" msgstr "Opusライブラリ" -#: discord.opus.load_opus:1 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:1 msgid "Loads the libopus shared library for use with voice." -msgstr "libopus共有ライブラリを音声用にロードします。" +msgstr "共有ライブラリである libopus を音声用にロードします。" -#: discord.opus.load_opus:3 of -msgid "" -"If this function is not called then the library uses the function " -":func:`ctypes.util.find_library` and then loads that one if available." +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:3 +msgid "If this function is not called then the library uses the function :func:`ctypes.util.find_library` and then loads that one if available." +msgstr "この関数が呼び出されない場合、ライブラリは :func:`ctypes.util.find_library` 関数を使用して利用可能であればロードします。" + +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:6 +msgid "Not loading a library and attempting to use PCM based AudioSources will lead to voice not working." msgstr "" -"この関数が呼び出されない場合、ライブラリは :func:`ctypes.util.find_library` " -"関数を使用して利用可能であればロードします。" -#: discord.opus.load_opus:6 of -#, fuzzy -msgid "" -"Not loading a library and attempting to use PCM based AudioSources will " -"lead to voice not working." -msgstr "ライブラリをロードしないと音声が機能しなくなります。" - -#: discord.opus.load_opus:9 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:9 msgid "This function propagates the exceptions thrown." msgstr "この関数は、スローされた例外を伝播します。" -#: discord.opus.load_opus:13 of -msgid "" -"The bitness of the library must match the bitness of your python " -"interpreter. If the library is 64-bit then your python interpreter must " -"be 64-bit as well. Usually if there's a mismatch in bitness then the load" -" will throw an exception." +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:13 +msgid "The bitness of the library must match the bitness of your python interpreter. If the library is 64-bit then your python interpreter must be 64-bit as well. Usually if there's a mismatch in bitness then the load will throw an exception." msgstr "ライブラリのbit数は、あなたのPythonインタプリタのbit数と一致していなければなりません。ライブラリが64bitの場合は、Pythonインタプリタも64bitである必要があります。bit数が一致しない場合は、ロード時に例外を投げます。" -#: discord.opus.load_opus:20 of -msgid "" -"On Windows, this function should not need to be called as the binaries " -"are automatically loaded." +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:20 +msgid "On Windows, this function should not need to be called as the binaries are automatically loaded." msgstr "Windowsでは、バイナリが自動的に読み込まれるため、この関数を呼び出す必要はありません。" -#: discord.opus.load_opus:25 of -msgid "" -"On Windows, the .dll extension is not necessary. However, on Linux the " -"full extension is required to load the library, e.g. ``libopus.so.1``. On" -" Linux however, :func:`ctypes.util.find_library` will usually find the " -"library automatically without you having to call this." -msgstr "" -"Windowsでは .dll拡張は必要ありませんが、Linuxではライブラリをロードするために ``libopus.so.1`` " -"のような完全な拡張ライブラリが必要です。しかしながら、Linux上でも通常の場合は " -":func:`ctypes.util.find_library` が自動的にライブラリを検出します。" +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:25 +msgid "On Windows, the .dll extension is not necessary. However, on Linux the full extension is required to load the library, e.g. ``libopus.so.1``. On Linux however, :func:`ctypes.util.find_library` will usually find the library automatically without you having to call this." +msgstr "Windowsでは .dll拡張は必要ありませんが、Linuxではライブラリをロードするために ``libopus.so.1`` のような完全な拡張ライブラリが必要です。しかしながら、Linux上でも通常の場合は :func:`ctypes.util.find_library` が自動的にライブラリを検出します。" -#: discord.opus.load_opus:30 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:30 msgid "The filename of the shared library." msgstr "共有ライブラリのファイル名。" -#: discord.opus.is_loaded:1 of -msgid "" -"Function to check if opus lib is successfully loaded either via the " -":func:`ctypes.util.find_library` call of :func:`load_opus`." -msgstr "" -":func:`load_opus` の :func:`ctypes.util.find_library` " -"呼び出しで、opusライブラリが正常にロードされたかどうかをチェックする関数。" +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:1 +msgid "Function to check if opus lib is successfully loaded either via the :func:`ctypes.util.find_library` call of :func:`load_opus`." +msgstr ":func:`load_opus` の :func:`ctypes.util.find_library` 呼び出しで、opusライブラリが正常にロードされたかどうかをチェックする関数。" -#: discord.opus.is_loaded:4 of +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:4 msgid "This must return ``True`` for voice to work." msgstr "ボイス関連の機能を動かすためには、これが ``True`` を返す必要があります。" -#: discord.opus.is_loaded:6 of +#: ../../../discord/opus.py:docstring of discord.opus.is_loaded:6 msgid "Indicates if the opus library has been loaded." -msgstr "opusライブラリがロードされているかを表します。" +msgstr "Opusライブラリがロードされているか。" -#: ../../api.rst:169 +#: ../../api.rst:170 msgid "Event Reference" msgstr "イベントリファレンス" -#: ../../api.rst:171 -#, fuzzy -msgid "" -"This section outlines the different types of events listened by " -":class:`Client`." +#: ../../api.rst:172 +msgid "This section outlines the different types of events listened by :class:`Client`." msgstr "この項目では :class:`Client` が受け取る様々なイベントについて説明します。" -#: ../../api.rst:173 -msgid "" -"There are two ways to register an event, the first way is through the use" -" of :meth:`Client.event`. The second way is through subclassing " -":class:`Client` and overriding the specific events. For example: ::" -msgstr "" -"イベントを登録する方法は二通りあります。一つ目は :meth:`Client.event` を使用する方法です。二つ目は " -":class:`Client` を継承してサブクラスを作り、イベントをオーバーライドする方法です。この方法を用いた場合は以下のようになります:" +#: ../../api.rst:174 +msgid "There are two ways to register an event, the first way is through the use of :meth:`Client.event`. The second way is through subclassing :class:`Client` and overriding the specific events. For example: ::" +msgstr "イベントを登録する方法は二通りあります。一つ目は :meth:`Client.event` を使用する方法です。二つ目は :class:`Client` を継承してサブクラスを作り、イベントをオーバーライドする方法です。この方法を用いた場合は以下のようになります:" -#: ../../api.rst:188 -msgid "" -"If an event handler raises an exception, :func:`on_error` will be called " -"to handle it, which defaults to print a traceback and ignoring the " -"exception." -msgstr "" -"イベントハンドラが例外を発生させると、それを処理するために :func:`on_error` が呼び出されます。 " -"デフォルトではトレースバックが出力され、例外は無視されます。" +#: ../../api.rst:189 +msgid "If an event handler raises an exception, :func:`on_error` will be called to handle it, which defaults to print a traceback and ignoring the exception." +msgstr "イベントハンドラが例外を発生させると、それを処理するために :func:`on_error` が呼び出されます。 デフォルトではトレースバックが出力され、例外は無視されます。" -#: ../../api.rst:193 -msgid "" -"All the events must be a |coroutine_link|_. If they aren't, then you " -"might get unexpected errors. In order to turn a function into a coroutine" -" they must be ``async def`` functions." -msgstr "" -"すべてのイベントは |coroutine_link|_ である必要があります。 |coroutine_link|_ " -"でない場合、予期せぬエラーが発生する可能性があります。関数をコルーチンにするには、関数定義の際に ``async def`` を使用してください。" +#: ../../api.rst:194 +msgid "All the events must be a |coroutine_link|_. If they aren't, then you might get unexpected errors. In order to turn a function into a coroutine they must be ``async def`` functions." +msgstr "すべてのイベントは |coroutine_link|_ である必要があります。 |coroutine_link|_ でない場合、予期せぬエラーが発生する可能性があります。関数をコルーチンにするには、関数定義の際に ``async def`` を使用してください。" #: ../../api.rst:199 -msgid "" -"Called when the client has successfully connected to Discord. This is not" -" the same as the client being fully prepared, see :func:`on_ready` for " -"that." +msgid "Channels" msgstr "" -"クライアントがDiscordに正常に接続できたときに呼び出されます。クライアントの準備が完了していることと同義ではありません。 " -":func:`on_ready` を参照してください。" -#: ../../api.rst:202 -msgid "The warnings on :func:`on_ready` also apply." -msgstr ":func:`on_ready` での警告も適用されます。" +#: ../../api.rst:204 +msgid "Called whenever a guild channel is deleted or created." +msgstr "ギルドのチャンネルが削除・作成されたとき呼び出されます。" #: ../../api.rst:206 -#, fuzzy -msgid "" -"Similar to :func:`on_connect` except used by :class:`AutoShardedClient` " -"to denote when a particular shard ID has connected to Discord." -msgstr "" -"特定の Shard IDが準備完了になったかを確認するために :class:`AutoShardedClient` で使用される以外は " -":func:`on_ready` とほとんど同じです。" +msgid "Note that you can get the guild from :attr:`~abc.GuildChannel.guild`." +msgstr "ギルドは :attr:`~abc.GuildChannel.guild` で取得できます。" -#: ../../api.rst:211 -#, fuzzy -msgid "The shard ID that has connected." -msgstr "準備が完了したShard ID。" +#: ../../api.rst:208 +#: ../../api.rst:217 +#: ../../api.rst:238 +#: ../../api.rst:458 +#: ../../api.rst:467 +#: ../../api.rst:486 +#: ../../api.rst:500 +#: ../../api.rst:999 +#: ../../api.rst:1008 +#: ../../api.rst:1107 +#: ../../api.rst:1118 +#: ../../api.rst:1133 +#: ../../api.rst:1153 +msgid "This requires :attr:`Intents.guilds` to be enabled." +msgstr ":attr:`Intents.guilds` を有効にする必要があります。" -#: ../../api.rst:216 -#, fuzzy -msgid "" -"Called when the client has disconnected from Discord, or a connection " -"attempt to Discord has failed. This could happen either through the " -"internet being disconnected, explicit calls to close, or Discord " -"terminating the connection one way or the other." -msgstr "クライアントがDiscordから切断したときに呼び出されます。これはインターネットが切断された、明示的にログアウトした、またはDiscord側から何らかの方法で切断されたというような場合に呼び出される可能性があります。" - -#: ../../api.rst:220 -#, fuzzy -msgid "" -"This function can be called many times without a corresponding " -":func:`on_connect` call." -msgstr "この関数は何度でも呼び出すことができます。" +#: ../../api.rst:210 +msgid "The guild channel that got created or deleted." +msgstr "作成、または削除されたギルドチャンネル。" -#: ../../api.rst:224 -#, fuzzy -msgid "" -"Similar to :func:`on_disconnect` except used by " -":class:`AutoShardedClient` to denote when a particular shard ID has " -"disconnected from Discord." -msgstr "" -"特定の Shard IDが準備完了になったかを確認するために :class:`AutoShardedClient` で使用される以外は " -":func:`on_ready` とほとんど同じです。" +#: ../../api.rst:215 +msgid "Called whenever a guild channel is updated. e.g. changed name, topic, permissions." +msgstr "ギルドチャンネルが更新されるたびに呼び出されます。例えば名前、トピック、権限の変更などです。" + +#: ../../api.rst:219 +msgid "The updated guild channel's old info." +msgstr "更新されたギルドの更新前情報。" + +#: ../../api.rst:221 +msgid "The updated guild channel's new info." +msgstr "更新されたギルドの更新後情報。" + +#: ../../api.rst:227 +msgid "Called when someone joins or leaves a :class:`GroupChannel`." +msgstr "誰かが :class:`GroupChannel` に参加、または脱退したときに呼び出されます。" #: ../../api.rst:229 -#, fuzzy -msgid "The shard ID that has disconnected." -msgstr "準備が完了したShard ID。" +msgid "The group that the user joined or left." +msgstr "ユーザーが参加または脱退したグループ。" -#: ../../api.rst:234 -msgid "" -"Called when the client is done preparing the data received from Discord. " -"Usually after login is successful and the :attr:`Client.guilds` and co. " -"are filled up." -msgstr "" -"クライアントがDiscordから受信したデータの準備を完了した際に呼び出されます。通常はログインが成功したあと、 " -":attr:`Client.guilds` とそれに関連するものの準備が完了したときです。" +#: ../../api.rst:231 +msgid "The user that joined or left." +msgstr "参加または脱退したユーザー。" -#: ../../api.rst:239 -msgid "" -"This function is not guaranteed to be the first event called. Likewise, " -"this function is **not** guaranteed to only be called once. This library " -"implements reconnection logic and thus will end up calling this event " -"whenever a RESUME request fails." -msgstr "" -"このイベントは、最初に呼び出されるイベントとは限りません。同時に、このイベントは **一度だけ呼ばれるという保証もできません** " -"。このライブラリは、再接続ロジックを実装しているためリジューム要求が失敗するたびにこのイベントが呼び出されることになります。" +#: ../../api.rst:236 +msgid "Called whenever a message is pinned or unpinned from a guild channel." +msgstr "ギルドチャンネルのメッセージがピン留めされたり、解除されたりしたときに呼び出されます。" -#: ../../api.rst:246 -msgid "" -"Similar to :func:`on_ready` except used by :class:`AutoShardedClient` to " -"denote when a particular shard ID has become ready." +#: ../../api.rst:240 +msgid "The guild channel that had its pins updated." +msgstr "ピン留めが更新されたギルドチャンネル。" + +#: ../../api.rst:242 +#: ../../api.rst:262 +msgid "The latest message that was pinned as an aware datetime in UTC. Could be ``None``." msgstr "" -"特定の Shard IDが準備完了になったかを確認するために :class:`AutoShardedClient` で使用される以外は " -":func:`on_ready` とほとんど同じです。" + +#: ../../api.rst:247 +msgid "Called whenever a private group DM is updated. e.g. changed name or topic." +msgstr "プライベートグループDMが更新されたとき呼び出されます。 例: 名前やトピックの変更。" #: ../../api.rst:249 -msgid "The shard ID that is ready." -msgstr "準備が完了したShard ID。" +#: ../../api.rst:745 +#: ../../api.rst:779 +#: ../../api.rst:796 +#: ../../api.rst:813 +#: ../../api.rst:837 +#: ../../api.rst:851 +#: ../../api.rst:864 +msgid "This requires :attr:`Intents.messages` to be enabled." +msgstr ":attr:`Intents.messages` を有効にする必要があります。" -#: ../../api.rst:254 -msgid "Called when the client has resumed a session." -msgstr "クライアントがセッションを再開したときに呼び出されます。" +#: ../../api.rst:251 +msgid "The updated group channel's old info." +msgstr "更新されたグループチャンネルの更新前情報。" + +#: ../../api.rst:253 +msgid "The updated group channel's new info." +msgstr "更新されたグループチャンネルの更新後情報。" #: ../../api.rst:258 -#, fuzzy -msgid "" -"Similar to :func:`on_resumed` except used by :class:`AutoShardedClient` " -"to denote when a particular shard ID has resumed a session." +msgid "Called whenever a message is pinned or unpinned from a private channel." +msgstr "プライベートチャンネルのメッセージがピン留めされたりはずされたりしたときに呼ばれます。" + +#: ../../api.rst:260 +msgid "The private channel that had its pins updated." +msgstr "ピン留めが更新されたプライベートチャンネル。" + +#: ../../api.rst:267 +msgid "Called when someone begins typing a message." +msgstr "誰かがメッセージを入力し始めたときに呼び出されます。" + +#: ../../api.rst:269 +msgid "The ``channel`` parameter can be a :class:`abc.Messageable` instance. Which could either be :class:`TextChannel`, :class:`GroupChannel`, or :class:`DMChannel`." +msgstr "channelパラメータは :class:`abc.Messageable` インスタンスにすることができます。 :class:`TextChannel` 、 :class:`GroupChannel` 、または :class:`DMChannel` のいずれかです。" + +#: ../../api.rst:273 +msgid "If the ``channel`` is a :class:`TextChannel` then the ``user`` parameter is a :class:`Member`, otherwise it is a :class:`User`." +msgstr "``channel`` が :class:`TextChannel` である場合、 ``user`` パラメータは :class:`Member` 、それ以外の場合は :class:`User` です。" + +#: ../../api.rst:276 +msgid "This requires :attr:`Intents.typing` to be enabled." +msgstr ":attr:`Intents.typing` を有効にする必要があります。" + +#: ../../api.rst:278 +msgid "The location where the typing originated from." +msgstr "入力が行われたチャンネル。" + +#: ../../api.rst:280 +msgid "The user that started typing." +msgstr "入力を始めたユーザー。" + +#: ../../api.rst:282 +msgid "When the typing started as an aware datetime in UTC." msgstr "" -"特定の Shard IDが準備完了になったかを確認するために :class:`AutoShardedClient` で使用される以外は " -":func:`on_ready` とほとんど同じです。" -#: ../../api.rst:263 -#, fuzzy -msgid "The shard ID that has resumed." -msgstr "準備が完了したShard ID。" +#: ../../api.rst:286 +msgid "Connection" +msgstr "" -#: ../../api.rst:268 -msgid "" -"Usually when an event raises an uncaught exception, a traceback is " -"printed to stderr and the exception is ignored. If you want to change " -"this behaviour and handle the exception for whatever reason yourself, " -"this event can be overridden. Which, when done, will suppress the default" -" action of printing the traceback." +#: ../../api.rst:290 +msgid "Called when the client has successfully connected to Discord. This is not the same as the client being fully prepared, see :func:`on_ready` for that." +msgstr "クライアントがDiscordに正常に接続できたときに呼び出されます。クライアントの準備が完了していることと同義ではありません。 :func:`on_ready` を参照してください。" + +#: ../../api.rst:293 +msgid "The warnings on :func:`on_ready` also apply." +msgstr ":func:`on_ready` での警告も適用されます。" + +#: ../../api.rst:297 +msgid "Called when the client has disconnected from Discord, or a connection attempt to Discord has failed. This could happen either through the internet being disconnected, explicit calls to close, or Discord terminating the connection one way or the other." +msgstr "" + +#: ../../api.rst:301 +msgid "This function can be called many times without a corresponding :func:`on_connect` call." +msgstr "" + +#: ../../api.rst:305 +msgid "Similar to :func:`on_connect` except used by :class:`AutoShardedClient` to denote when a particular shard ID has connected to Discord." +msgstr "特定のシャードIDを持つシャードがDiscordに接続したかどうかを確認するために :class:`AutoShardedClient` で使用されることを除けば :func:`on_connect` とほとんど同じです。" + +#: ../../api.rst:310 +msgid "The shard ID that has connected." +msgstr "接続したシャードのID。" + +#: ../../api.rst:316 +msgid "Similar to :func:`on_disconnect` except used by :class:`AutoShardedClient` to denote when a particular shard ID has disconnected from Discord." +msgstr "特定のシャードIDを持つシャードがDiscordから切断したかどうかを確認するために :class:`AutoShardedClient` で使用されることを除けば :func:`on_disconnect` とほとんど同じです。" + +#: ../../api.rst:321 +msgid "The shard ID that has disconnected." +msgstr "切断したシャードのID。" + +#: ../../api.rst:325 +msgid "Debug" +msgstr "" + +#: ../../api.rst:329 +msgid "Usually when an event raises an uncaught exception, a traceback is printed to stderr and the exception is ignored. If you want to change this behaviour and handle the exception for whatever reason yourself, this event can be overridden. Which, when done, will suppress the default action of printing the traceback." msgstr "イベントがキャッチされない例外を発生させた場合、通常はトレースバックがstderrに出力され、その例外は無視されます。何らかの理由でこの動作を変更して、自分自身で例外処理を行いたい場合は、このイベントをオーバーライドすることができます。これを行った場合、トレースバックを出力するというデフォルトの動作は行われません。" -#: ../../api.rst:274 -msgid "" -"The information of the exception raised and the exception itself can be " -"retrieved with a standard call to :func:`sys.exc_info`." +#: ../../api.rst:335 +msgid "The information of the exception raised and the exception itself can be retrieved with a standard call to :func:`sys.exc_info`." msgstr "発生した例外の情報と、例外事態は :func:`sys.exc_info` への標準呼び出しで取得できます。" -#: ../../api.rst:277 -#, fuzzy -msgid "" -"If you want exception to propagate out of the :class:`Client` class you " -"can define an ``on_error`` handler consisting of a single empty " -":ref:`raise statement `. Exceptions raised by ``on_error`` will" -" not be handled in any way by :class:`Client`." +#: ../../api.rst:338 +msgid "If you want exception to propagate out of the :class:`Client` class you can define an ``on_error`` handler consisting of a single empty :ref:`raise statement `. Exceptions raised by ``on_error`` will not be handled in any way by :class:`Client`." msgstr "" -"例外を :class:`Client` クラスの外に伝播させたい場合は、単一の空の :ref:`py:raise` 文を持つ " -"``on_error`` を定義することができます。発生した例外は、 :class:`Client` の ``on_error`` " -"では決して処理されることはありません。" -#: ../../api.rst:284 +#: ../../api.rst:345 msgid "``on_error`` will only be dispatched to :meth:`Client.event`." -msgstr "" +msgstr "``on_error`` は :meth:`Client.event` でのみディスパッチされます。" -#: ../../api.rst:286 -msgid "" -"It will not be received by :meth:`Client.wait_for`, or, if used, " -":ref:`ext_commands_api_bot` listeners such as " -":meth:`~ext.commands.Bot.listen` or :meth:`~ext.commands.Cog.listener`." +#: ../../api.rst:347 +msgid "It will not be received by :meth:`Client.wait_for`, or, if used, :ref:`ext_commands_api_bot` listeners such as :meth:`~ext.commands.Bot.listen` or :meth:`~ext.commands.Cog.listener`." msgstr "" -#: ../../api.rst:290 +#: ../../api.rst:351 msgid "The name of the event that raised the exception." msgstr "例外を発生させたイベントの名前。" -#: ../../api.rst:293 +#: ../../api.rst:354 msgid "The positional arguments for the event that raised the exception." msgstr "例外を発生させたイベントの位置引数。" -#: ../../api.rst:295 +#: ../../api.rst:356 msgid "The keyword arguments for the event that raised the exception." msgstr "例外を発生させたイベントのキーワード引数。" -#: ../../api.rst:300 +#: ../../api.rst:361 msgid "Called whenever a websocket event is received from the WebSocket." msgstr "" -#: ../../api.rst:302 -msgid "" -"This is mainly useful for logging how many events you are receiving from " -"the Discord gateway." +#: ../../api.rst:363 +msgid "This is mainly useful for logging how many events you are receiving from the Discord gateway." msgstr "" -#: ../../api.rst:307 +#: ../../api.rst:368 msgid "The event type from Discord that is received, e.g. ``'READY'``." msgstr "" -#: ../../api.rst:312 -#, fuzzy -msgid "" -"Called whenever a message is completely received from the WebSocket, " -"before it's processed and parsed. This event is always dispatched when a " -"complete message is received and the passed data is not parsed in any " -"way." -msgstr "メッセージが処理される前、WebSocketからメッセージが受信されるたびに呼び出されます。このイベントはメッセージを受信した場合、渡されたデータが処理できないときでも常に呼びだされます。" +#: ../../api.rst:373 +msgid "Called whenever a message is completely received from the WebSocket, before it's processed and parsed. This event is always dispatched when a complete message is received and the passed data is not parsed in any way." +msgstr "" -#: ../../api.rst:316 ../../api.rst:335 -msgid "" -"This is only really useful for grabbing the WebSocket stream and " -"debugging purposes." +#: ../../api.rst:377 +#: ../../api.rst:396 +msgid "This is only really useful for grabbing the WebSocket stream and debugging purposes." msgstr "これはWebSocketストリームを取得してデバッグする時のみに役に立ちます。" -#: ../../api.rst:319 ../../api.rst:338 -msgid "" -"This requires setting the ``enable_debug_events`` setting in the " -":class:`Client`." +#: ../../api.rst:380 +#: ../../api.rst:399 +msgid "This requires setting the ``enable_debug_events`` setting in the :class:`Client`." msgstr "" -#: ../../api.rst:323 -msgid "" -"This is only for the messages received from the client WebSocket. The " -"voice WebSocket will not trigger this event." +#: ../../api.rst:384 +msgid "This is only for the messages received from the client WebSocket. The voice WebSocket will not trigger this event." msgstr "これは、クライアントWebSocketから受信したメッセージ専用です。音声WebSocketではこのイベントは実行されません。" -#: ../../api.rst:326 +#: ../../api.rst:387 msgid "The message passed in from the WebSocket library." msgstr "" -#: ../../api.rst:331 -msgid "" -"Called whenever a send operation is done on the WebSocket before the " -"message is sent. The passed parameter is the message that is being sent " -"to the WebSocket." +#: ../../api.rst:392 +msgid "Called whenever a send operation is done on the WebSocket before the message is sent. The passed parameter is the message that is being sent to the WebSocket." msgstr "メッセージが送信される前にWebSocketで送信操作が行われるたびに呼び出されます。渡されるパラメータはWebSocketに送信されているメッセージです。" -#: ../../api.rst:342 -#, fuzzy -msgid "" -"This is only for the messages sent from the client WebSocket. The voice " -"WebSocket will not trigger this event." -msgstr "これは、クライアントWebSocketから受信したメッセージ専用です。音声WebSocketではこのイベントは実行されません。" - -#: ../../api.rst:345 -msgid "" -"The message that is about to be passed on to the WebSocket library. It " -"can be :class:`bytes` to denote a binary message or :class:`str` to " -"denote a regular text message." -msgstr "" -"WebSocketライブラリから渡されるメッセージ。バイナリメッセージの場合は :class:`bytes` 、通常のメッセージの場合は " -":class:`str` です。" +#: ../../api.rst:403 +msgid "This is only for the messages sent from the client WebSocket. The voice WebSocket will not trigger this event." +msgstr "これはクライアントのWebSocketから受信したメッセージ専用です。音声WebSocketはこのイベントを発火させません。" -#: ../../api.rst:351 -msgid "Called when someone begins typing a message." -msgstr "誰かがメッセージを入力し始めたときに呼び出されます。" +#: ../../api.rst:406 +msgid "The message that is about to be passed on to the WebSocket library. It can be :class:`bytes` to denote a binary message or :class:`str` to denote a regular text message." +msgstr "WebSocketライブラリから渡されるメッセージ。バイナリメッセージの場合は :class:`bytes` 、通常のメッセージの場合は :class:`str` です。" -#: ../../api.rst:353 -msgid "" -"The ``channel`` parameter can be a :class:`abc.Messageable` instance. " -"Which could either be :class:`TextChannel`, :class:`GroupChannel`, or " -":class:`DMChannel`." +#: ../../api.rst:412 +msgid "Gateway" msgstr "" -"channelパラメータは :class:`abc.Messageable` インスタンスにすることができます。 " -":class:`TextChannel` 、 :class:`GroupChannel` 、または :class:`DMChannel` " -"のいずれかです。" -#: ../../api.rst:357 -msgid "" -"If the ``channel`` is a :class:`TextChannel` then the ``user`` parameter " -"is a :class:`Member`, otherwise it is a :class:`User`." -msgstr "" -"``channel`` が :class:`TextChannel` である場合、 ``user`` パラメータは :class:`Member`" -" 、それ以外の場合は :class:`User` です。" +#: ../../api.rst:416 +msgid "Called when the client is done preparing the data received from Discord. Usually after login is successful and the :attr:`Client.guilds` and co. are filled up." +msgstr "クライアントがDiscordから受信したデータの準備を完了した際に呼び出されます。通常はログインが成功したあと、 :attr:`Client.guilds` とそれに関連するものの準備が完了したときです。" -#: ../../api.rst:360 -msgid "This requires :attr:`Intents.typing` to be enabled." -msgstr "" +#: ../../api.rst:421 +msgid "This function is not guaranteed to be the first event called. Likewise, this function is **not** guaranteed to only be called once. This library implements reconnection logic and thus will end up calling this event whenever a RESUME request fails." +msgstr "このイベントは、最初に呼び出されるイベントとは限りません。同時に、このイベントは **一度だけ呼ばれるという保証もできません** 。このライブラリは、再接続ロジックを実装しているためリジューム要求が失敗するたびにこのイベントが呼び出されることになります。" -#: ../../api.rst:362 -msgid "The location where the typing originated from." -msgstr "入力が行われたチャンネル。" +#: ../../api.rst:428 +msgid "Called when the client has resumed a session." +msgstr "クライアントがセッションを再開したときに呼び出されます。" -#: ../../api.rst:364 -msgid "The user that started typing." -msgstr "入力を始めたユーザー。" +#: ../../api.rst:432 +msgid "Similar to :func:`on_ready` except used by :class:`AutoShardedClient` to denote when a particular shard ID has become ready." +msgstr "特定の Shard IDが準備完了になったかを確認するために :class:`AutoShardedClient` で使用される以外は :func:`on_ready` とほとんど同じです。" -#: ../../api.rst:366 -#, fuzzy -msgid "When the typing started as an aware datetime in UTC." -msgstr "UTCのnaive datetimeでの、タイピングの開始時刻。" +#: ../../api.rst:435 +msgid "The shard ID that is ready." +msgstr "準備が完了したShard ID。" -#: ../../api.rst:371 -msgid "Called when a :class:`Message` is created and sent." -msgstr ":class:`Message` が作成され送信されたときに呼び出されます。" +#: ../../api.rst:441 +msgid "Similar to :func:`on_resumed` except used by :class:`AutoShardedClient` to denote when a particular shard ID has resumed a session." +msgstr "特定のシャードIDを持つシャードがセッションを再開したかどうかを確認するために :class:`AutoShardedClient` で使用されることを除けば :func:`on_resumed` とほとんど同じです。" -#: ../../api.rst:373 ../../api.rst:396 ../../api.rst:413 ../../api.rst:426 -#: ../../api.rst:439 ../../api.rst:465 ../../api.rst:491 ../../api.rst:632 -msgid "This requires :attr:`Intents.messages` to be enabled." -msgstr "" +#: ../../api.rst:446 +msgid "The shard ID that has resumed." +msgstr "セッションが再開したシャードのID。" -#: ../../api.rst:377 -msgid "" -"Your bot's own messages and private messages are sent through this event." -" This can lead cases of 'recursion' depending on how your bot was " -"programmed. If you want the bot to not reply to itself, consider checking" -" the user IDs. Note that :class:`~ext.commands.Bot` does not have this " -"problem." +#: ../../api.rst:450 +msgid "Guilds" msgstr "" -"Botのメッセージとプライベートメッセージはこのイベントを通して送信されます。Botのプログラムによっては「再帰呼び出し」を続けることになります。Botが自分自身に返信しないようにするためにはユーザーIDを確認する方法が考えられます。この問題は" -" :class:`~ext.commands.Bot` が抱えるものではありません。" -#: ../../api.rst:383 -msgid "The current message." -msgstr "現在のメッセージ。" +#: ../../api.rst:455 +msgid "Called when a guild becomes available or unavailable. The guild must have existed in the :attr:`Client.guilds` cache." +msgstr "ギルドが利用可能・不可能になったときに呼び出されます。ギルドは :attr:`Client.guilds` キャッシュに存在していないといけません。" -#: ../../api.rst:388 -msgid "" -"Called when a message is deleted. If the message is not found in the " -"internal message cache, then this event will not be called. Messages " -"might not be in cache if the message is too old or the client is " -"participating in high traffic guilds." -msgstr "メッセージが削除された際に呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" +#: ../../api.rst:460 +msgid "The :class:`Guild` that has changed availability." +msgstr "利用状況が変わった :class:`Guild` 。" -#: ../../api.rst:393 -#, fuzzy -msgid "" -"If this occurs increase the :class:`max_messages ` parameter or " -"use the :func:`on_raw_message_delete` event instead." -msgstr "このような場合には :attr:`Client.max_messages` を増やしてください。" +#: ../../api.rst:464 +msgid "Called when a :class:`Guild` is either created by the :class:`Client` or when the :class:`Client` joins a guild." +msgstr ":class:`Client` によって :class:`Guild` が作成された。または :class:`Client` がギルドに参加したときに呼び出されます。" -#: ../../api.rst:398 -msgid "The deleted message." -msgstr "削除されたメッセージ。" +#: ../../api.rst:469 +msgid "The guild that was joined." +msgstr "参加したギルド。" -#: ../../api.rst:403 -msgid "" -"Called when messages are bulk deleted. If none of the messages deleted " -"are found in the internal message cache, then this event will not be " -"called. If individual messages were not found in the internal message " -"cache, this event will still be called, but the messages not found will " -"not be included in the messages list. Messages might not be in cache if " -"the message is too old or the client is participating in high traffic " -"guilds." -msgstr "メッセージが一括削除されたときに呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。個々のメッセージが見つからない場合でも、このイベントは呼び出されますが、見つからなかったメッセージはメッセージのリストに含まれません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" +#: ../../api.rst:474 +msgid "Called when a :class:`Guild` is removed from the :class:`Client`." +msgstr ":class:`Client` が :class:`Guild` から削除されたときに呼び出されます。" -#: ../../api.rst:410 -#, fuzzy -msgid "" -"If this occurs increase the :class:`max_messages ` parameter or " -"use the :func:`on_raw_bulk_message_delete` event instead." -msgstr "このような場合には :attr:`Client.max_messages` を増やしてください。" +#: ../../api.rst:476 +msgid "This happens through, but not limited to, these circumstances:" +msgstr "これは以下の状況時に呼び出されますが、これに限ったものではありません:" -#: ../../api.rst:415 -msgid "The messages that have been deleted." -msgstr "削除されたメッセージのリスト。" +#: ../../api.rst:478 +msgid "The client got banned." +msgstr "クライアントがBANされた。" -#: ../../api.rst:420 -msgid "" -"Called when a message is deleted. Unlike :func:`on_message_delete`, this " -"is called regardless of the message being in the internal message cache " -"or not." -msgstr "" -"メッセージが削除されたときに呼び出されます。 :func:`on_message_delete` " -"とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" +#: ../../api.rst:479 +msgid "The client got kicked." +msgstr "クライアントがキックされた。" -#: ../../api.rst:423 -msgid "" -"If the message is found in the message cache, it can be accessed via " -":attr:`RawMessageDeleteEvent.cached_message`" -msgstr "" -"メッセージがメッセージキャッシュ内に見つかった場合、 :attr:`RawMessageDeleteEvent.cached_message` " -"を介してアクセスすることができます。" +#: ../../api.rst:480 +msgid "The client left the guild." +msgstr "クライアントがギルドから退出した。" -#: ../../api.rst:428 ../../api.rst:441 ../../api.rst:493 ../../api.rst:528 -#: ../../api.rst:560 ../../api.rst:583 ../../api.rst:608 ../../api.rst:797 -msgid "The raw event payload data." -msgstr "生のイベントペイロードデータ。" +#: ../../api.rst:481 +msgid "The client or the guild owner deleted the guild." +msgstr "クライアント、またはギルドオーナーがギルドを削除した。" -#: ../../api.rst:433 -msgid "" -"Called when a bulk delete is triggered. Unlike " -":func:`on_bulk_message_delete`, this is called regardless of the messages" -" being in the internal message cache or not." -msgstr "" -"メッセージが一括削除されたときに呼び出されます。 :func:`on_bulk_message_delete` " -"とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" +#: ../../api.rst:483 +msgid "In order for this event to be invoked then the :class:`Client` must have been part of the guild to begin with. (i.e. it is part of :attr:`Client.guilds`)" +msgstr "このイベントが呼び出されるためには、 :class:`Client` がギルドに参加している必要があります。(つまり、 :attr:`Client.guilds` にギルドが存在しなければならない)" -#: ../../api.rst:436 -msgid "" -"If the messages are found in the message cache, they can be accessed via " -":attr:`RawBulkMessageDeleteEvent.cached_messages`" -msgstr "" -"メッセージがメッセージキャッシュ内に見つかった場合、 " -":attr:`RawBulkMessageDeleteEvent.cached_messages` を介してアクセスすることができます。" +#: ../../api.rst:488 +msgid "The guild that got removed." +msgstr "削除されたギルド。" -#: ../../api.rst:446 -msgid "" -"Called when a :class:`Message` receives an update event. If the message " -"is not found in the internal message cache, then these events will not be" -" called. Messages might not be in cache if the message is too old or the " -"client is participating in high traffic guilds." -msgstr "" -":class:`Message` " -"が更新イベントを受け取ったときに呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" +#: ../../api.rst:493 +msgid "Called when a :class:`Guild` updates, for example:" +msgstr ":class:`Guild` が更新されたときに呼び出されます。例えば:" -#: ../../api.rst:451 -#, fuzzy -msgid "" -"If this occurs increase the :class:`max_messages ` parameter or " -"use the :func:`on_raw_message_edit` event instead." -msgstr "このような場合には :attr:`Client.max_messages` を増やしてください。" +#: ../../api.rst:495 +msgid "Changed name" +msgstr "名前が変更された" -#: ../../api.rst:454 -msgid "The following non-exhaustive cases trigger this event:" -msgstr "以下の非網羅的ケースがこのイベントを発生させます:" +#: ../../api.rst:496 +msgid "Changed AFK channel" +msgstr "AFKチャンネルが変更された" -#: ../../api.rst:456 -msgid "A message has been pinned or unpinned." -msgstr "メッセージをピン留め、または解除した。" +#: ../../api.rst:497 +msgid "Changed AFK timeout" +msgstr "AFKのタイムアウト時間が変更された" -#: ../../api.rst:457 -msgid "The message content has been changed." -msgstr "メッセージの内容を変更した。" +#: ../../api.rst:498 +msgid "etc" +msgstr "その他" -#: ../../api.rst:458 -msgid "The message has received an embed." -msgstr "メッセージが埋め込みを受け取った。" +#: ../../api.rst:502 +msgid "The guild prior to being updated." +msgstr "更新される前のギルド。" -#: ../../api.rst:460 -msgid "" -"For performance reasons, the embed server does not do this in a " -"\"consistent\" manner." -msgstr "パフォーマンス上の理由から、埋め込みのサーバーはこれを「一貫した」方法では行いません。" +#: ../../api.rst:504 +msgid "The guild after being updated." +msgstr "更新された後のギルド。" -#: ../../api.rst:462 -msgid "The message's embeds were suppressed or unsuppressed." -msgstr "" +#: ../../api.rst:509 +msgid "Called when a :class:`Guild` adds or removes :class:`Emoji`." +msgstr ":class:`Guild` に :class:`Emoji` が追加、または削除されたときに呼び出されます。" -#: ../../api.rst:463 -msgid "A call message has received an update to its participants or ending time." -msgstr "通話呼び出しメッセージの参加者や終了時刻が変わった。" +#: ../../api.rst:511 +#: ../../api.rst:524 +msgid "This requires :attr:`Intents.emojis_and_stickers` to be enabled." +msgstr "" -#: ../../api.rst:467 -msgid "The previous version of the message." -msgstr "更新前のメッセージ。" +#: ../../api.rst:513 +msgid "The guild who got their emojis updated." +msgstr "絵文字が更新されたギルド。" -#: ../../api.rst:469 -msgid "The current version of the message." -msgstr "更新後のメッセージ。" +#: ../../api.rst:515 +msgid "A list of emojis before the update." +msgstr "更新前の絵文字のリスト。" -#: ../../api.rst:474 -msgid "" -"Called when a message is edited. Unlike :func:`on_message_edit`, this is " -"called regardless of the state of the internal message cache." -msgstr "" -"メッセージが編集されたときに呼び出されます。 :func:`on_message_edit` " -"とは異なり、これは内部のメッセージキャッシュの状態に関係なく呼び出されます。" +#: ../../api.rst:517 +msgid "A list of emojis after the update." +msgstr "更新後の絵文字のリスト。" -#: ../../api.rst:477 -msgid "" -"If the message is found in the message cache, it can be accessed via " -":attr:`RawMessageUpdateEvent.cached_message`. The cached message " -"represents the message before it has been edited. For example, if the " -"content of a message is modified and triggers the " -":func:`on_raw_message_edit` coroutine, the " -":attr:`RawMessageUpdateEvent.cached_message` will return a " -":class:`Message` object that represents the message before the content " -"was modified." +#: ../../api.rst:522 +msgid "Called when a :class:`Guild` updates its stickers." msgstr "" -#: ../../api.rst:483 -#, fuzzy -msgid "" -"Due to the inherently raw nature of this event, the data parameter " -"coincides with the raw data given by the `gateway " -"`_." +#: ../../api.rst:528 +msgid "The guild who got their stickers updated." msgstr "" -"このイベントの性質は、本質的に生表現のため、データのパラメータは `ゲートウェイ " -"`_ " -"によって与えられた生データと一致します。" -#: ../../api.rst:486 -msgid "" -"Since the data payload can be partial, care must be taken when accessing " -"stuff in the dictionary. One example of a common case of partial data is " -"when the ``'content'`` key is inaccessible. This denotes an \"embed\" " -"only edit, which is an edit in which only the embeds are updated by the " -"Discord embed server." +#: ../../api.rst:530 +msgid "A list of stickers before the update." msgstr "" -"データのペイロードが部分的であるため、データにアクセスするときは気をつけてください。部分的なデータの主な場合のひとつは、``'content'``" -" にアクセスできない場合です。Discordの埋め込みサーバーによって、埋め込みが更新される、\"埋め込み\"しか変わっていない編集がそうです。" -#: ../../api.rst:498 -#, fuzzy -msgid "" -"Called when a message has a reaction added to it. Similar to " -":func:`on_message_edit`, if the message is not found in the internal " -"message cache, then this event will not be called. Consider using " -":func:`on_raw_reaction_add` instead." +#: ../../api.rst:532 +msgid "A list of stickers after the update." msgstr "" -"メッセージにリアクションが追加されたときに呼び出されます。 :func:`on_message_edit` " -"のように、内部メッセージキャッシュにメッセージが見つからない場合は、このイベントは呼び出されません。" - -#: ../../api.rst:504 -msgid "" -"To get the :class:`Message` being reacted, access it via " -":attr:`Reaction.message`." -msgstr "リアクションの付いた :class:`Message` を取得するには、:attr:`Reaction.message` を使ってください。" -#: ../../api.rst:506 ../../api.rst:526 ../../api.rst:558 ../../api.rst:569 -#: ../../api.rst:581 ../../api.rst:592 ../../api.rst:604 -msgid "This requires :attr:`Intents.reactions` to be enabled." +#: ../../api.rst:537 +msgid "Called when an :class:`Invite` is created. You must have the :attr:`~Permissions.manage_channels` permission to receive this." msgstr "" -#: ../../api.rst:510 -msgid "" -"This doesn't require :attr:`Intents.members` within a guild context, but " -"due to Discord not providing updated user information in a direct message" -" it's required for direct messages to receive this event. Consider using " -":func:`on_raw_reaction_add` if you need this and do not otherwise want to" -" enable the members intent." +#: ../../api.rst:544 +#: ../../api.rst:561 +msgid "There is a rare possibility that the :attr:`Invite.guild` and :attr:`Invite.channel` attributes will be of :class:`Object` rather than the respective models." msgstr "" -#: ../../api.rst:516 ../../api.rst:548 -msgid "The current state of the reaction." -msgstr "リアクションの現在の状態。" - -#: ../../api.rst:518 ../../api.rst:550 -msgid "The user who added the reaction." -msgstr "リアクションを追加したユーザー。" - -#: ../../api.rst:523 -msgid "" -"Called when a message has a reaction added. Unlike " -":func:`on_reaction_add`, this is called regardless of the state of the " -"internal message cache." +#: ../../api.rst:547 +#: ../../api.rst:567 +msgid "This requires :attr:`Intents.invites` to be enabled." +msgstr ":attr:`Intents.invites` を有効にする必要があります。" + +#: ../../api.rst:549 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:38 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:38 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:38 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:38 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:38 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:38 +msgid "The invite that was created." msgstr "" -"メッセージにリアクションが追加されたときに呼び出されます。 :func:`on_reaction_add` " -"とは異なり、これは内部のメッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:533 -msgid "" -"Called when a message has a reaction removed from it. Similar to " -"on_message_edit, if the message is not found in the internal message " -"cache, then this event will not be called." -msgstr "メッセージのリアクションが取り除かれたときに呼び出されます。on_message_editのように、内部のメッセージキャッシュにメッセージがないときには、このイベントは呼び出されません。" - -#: ../../api.rst:539 -msgid "To get the message being reacted, access it via :attr:`Reaction.message`." -msgstr "リアクションの付いたメッセージを取得するには、:attr:`Reaction.message` を使ってください。" - -#: ../../api.rst:541 -msgid "" -"This requires both :attr:`Intents.reactions` and :attr:`Intents.members` " -"to be enabled." +#: ../../api.rst:554 +msgid "Called when an :class:`Invite` is deleted. You must have the :attr:`~Permissions.manage_channels` permission to receive this." msgstr "" -#: ../../api.rst:545 -msgid "" -"Consider using :func:`on_raw_reaction_remove` if you need this and do not" -" want to enable the members intent." +#: ../../api.rst:564 +msgid "Outside of those two attributes, the only other attribute guaranteed to be filled by the Discord gateway for this event is :attr:`Invite.code`." msgstr "" -#: ../../api.rst:555 -msgid "" -"Called when a message has a reaction removed. Unlike " -":func:`on_reaction_remove`, this is called regardless of the state of the" -" internal message cache." +#: ../../api.rst:569 +msgid "The invite that was deleted." msgstr "" -"メッセージからリアクションが削除されたときに呼び出されます。 :func:`on_reaction_remove` " -"とは異なり、これは内部メッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:565 -#, fuzzy -msgid "" -"Called when a message has all its reactions removed from it. Similar to " -":func:`on_message_edit`, if the message is not found in the internal " -"message cache, then this event will not be called. Consider using " -":func:`on_raw_reaction_clear` instead." +#: ../../api.rst:574 +msgid "Integrations" msgstr "" -"メッセージのリアクションがすべて削除されたときに呼び出されます。 :func:`on_message_edit` " -"のように、内部メッセージキャッシュにメッセージが見つからない場合は、このイベントは呼び出されません。" -#: ../../api.rst:571 -msgid "The message that had its reactions cleared." -msgstr "リアクションが削除されたメッセージ。" +#: ../../api.rst:578 +msgid "Called when an integration is created." +msgstr "" -#: ../../api.rst:573 -msgid "The reactions that were removed." -msgstr "除去されたリアクション。" +#: ../../api.rst:580 +#: ../../api.rst:591 +#: ../../api.rst:602 +#: ../../api.rst:622 +msgid "This requires :attr:`Intents.integrations` to be enabled." +msgstr ":attr:`Intents.integrations` を有効にする必要があります。" -#: ../../api.rst:578 -msgid "" -"Called when a message has all its reactions removed. Unlike " -":func:`on_reaction_clear`, this is called regardless of the state of the " -"internal message cache." +#: ../../api.rst:584 +#: ../../api.rst:595 +msgid "The integration that was created." msgstr "" -"メッセージからリアクションがすべて削除されたときに呼び出されます。 :func:`on_reaction_clear` " -"とは異なり、これは内部メッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:588 -#, fuzzy -msgid "" -"Called when a message has a specific reaction removed from it. Similar to" -" :func:`on_message_edit`, if the message is not found in the internal " -"message cache, then this event will not be called. Consider using " -":func:`on_raw_reaction_clear_emoji` instead." +#: ../../api.rst:589 +msgid "Called when an integration is updated." msgstr "" -"メッセージのリアクションがすべて削除されたときに呼び出されます。 :func:`on_message_edit` " -"のように、内部メッセージキャッシュにメッセージが見つからない場合は、このイベントは呼び出されません。" -#: ../../api.rst:596 -#, fuzzy -msgid "The reaction that got cleared." -msgstr "除去されたリアクション。" +#: ../../api.rst:600 +msgid "Called whenever an integration is created, modified, or removed from a guild." +msgstr "ギルドの連携サービスが作成、更新、削除されるたびに呼び出されます。" -#: ../../api.rst:601 -#, fuzzy -msgid "" -"Called when a message has a specific reaction removed from it. Unlike " -":func:`on_reaction_clear_emoji` this is called regardless of the state of" -" the internal message cache." -msgstr "" -"メッセージからリアクションがすべて削除されたときに呼び出されます。 :func:`on_reaction_clear` " -"とは異なり、これは内部メッセージキャッシュの状態に関係なく呼び出されます。" +#: ../../api.rst:606 +msgid "The guild that had its integrations updated." +msgstr "連携サービスが更新されたギルド。" + +#: ../../api.rst:611 +msgid "Called whenever a webhook is created, modified, or removed from a guild channel." +msgstr "ギルドチャンネルのWebhookが作成、更新、削除されたときに呼び出されます。" #: ../../api.rst:613 -#, fuzzy -msgid "Called when an interaction happened." -msgstr "ギルドの名前。" +msgid "This requires :attr:`Intents.webhooks` to be enabled." +msgstr ":attr:`Intents.webhooks` を有効にする必要があります。" #: ../../api.rst:615 -msgid "" -"This currently happens due to slash command invocations or components " -"being used." -msgstr "" +msgid "The channel that had its webhooks updated." +msgstr "Webhookが更新されたチャンネル。" -#: ../../api.rst:619 -msgid "" -"This is a low level function that is not generally meant to be used. If " -"you are working with components, consider using the callbacks associated " -"with the :class:`~discord.ui.View` instead as it provides a nicer user " -"experience." +#: ../../api.rst:620 +msgid "Called when an integration is deleted." msgstr "" -#: ../../api.rst:625 -#, fuzzy -msgid "The interaction data." -msgstr "非同期イテレータ。" +#: ../../api.rst:626 +#: ../../api.rst:839 +#: ../../api.rst:853 +#: ../../api.rst:866 +#: ../../api.rst:953 +#: ../../api.rst:963 +#: ../../api.rst:973 +#: ../../api.rst:985 +msgid "The raw event payload data." +msgstr "生のイベントペイロードデータ。" #: ../../api.rst:630 -msgid "Called whenever a private group DM is updated. e.g. changed name or topic." -msgstr "プライベートグループDMが更新されたとき呼び出されます。 例: 名前やトピックの変更。" +msgid "Interactions" +msgstr "" #: ../../api.rst:634 -msgid "The updated group channel's old info." -msgstr "更新されたグループチャンネルの更新前情報。" +msgid "Called when an interaction happened." +msgstr "" #: ../../api.rst:636 -msgid "The updated group channel's new info." -msgstr "更新されたグループチャンネルの更新後情報。" - -#: ../../api.rst:641 -msgid "Called whenever a message is pinned or unpinned from a private channel." -msgstr "プライベートチャンネルのメッセージがピン留めされたりはずされたりしたときに呼ばれます。" - -#: ../../api.rst:643 -msgid "The private channel that had its pins updated." -msgstr "ピン留めが更新されたプライベートチャンネル。" - -#: ../../api.rst:645 ../../api.rst:679 -#, fuzzy -msgid "" -"The latest message that was pinned as an aware datetime in UTC. Could be " -"``None``." -msgstr "最後にピン留めされたメッセージがピン留めされたUTC naive datetime。 ``None`` の場合もあります。" - -#: ../../api.rst:651 -msgid "Called whenever a guild channel is deleted or created." -msgstr "ギルドのチャンネルが削除・作成されたとき呼び出されます。" - -#: ../../api.rst:653 -msgid "Note that you can get the guild from :attr:`~abc.GuildChannel.guild`." -msgstr "ギルドは :attr:`~abc.GuildChannel.guild` で取得できます。" - -#: ../../api.rst:655 ../../api.rst:664 ../../api.rst:675 ../../api.rst:689 -#: ../../api.rst:702 ../../api.rst:722 ../../api.rst:747 ../../api.rst:876 -#: ../../api.rst:895 ../../api.rst:909 ../../api.rst:923 ../../api.rst:932 -#: ../../api.rst:973 -msgid "This requires :attr:`Intents.guilds` to be enabled." +msgid "This currently happens due to slash command invocations or components being used." msgstr "" -#: ../../api.rst:657 -msgid "The guild channel that got created or deleted." -msgstr "作成、または削除されたギルドチャンネル。" - -#: ../../api.rst:662 -msgid "" -"Called whenever a guild channel is updated. e.g. changed name, topic, " -"permissions." -msgstr "ギルドチャンネルが更新されるたびに呼び出されます。例えば名前、トピック、権限の変更などです。" - -#: ../../api.rst:666 -msgid "The updated guild channel's old info." -msgstr "更新されたギルドの更新前情報。" - -#: ../../api.rst:668 -msgid "The updated guild channel's new info." -msgstr "更新されたギルドの更新後情報。" - -#: ../../api.rst:673 -msgid "Called whenever a message is pinned or unpinned from a guild channel." -msgstr "ギルドチャンネルのメッセージがピン留めされたり、解除されたりしたときに呼び出されます。" - -#: ../../api.rst:677 -msgid "The guild channel that had its pins updated." -msgstr "ピン留めが更新されたギルドチャンネル。" - -#: ../../api.rst:684 -msgid "" -"Called whenever a thread is joined or created. Note that from the API's " -"perspective there is no way to differentiate between a thread being " -"created or the bot joining a thread." +#: ../../api.rst:640 +msgid "This is a low level function that is not generally meant to be used. If you are working with components, consider using the callbacks associated with the :class:`~discord.ui.View` instead as it provides a nicer user experience." msgstr "" -#: ../../api.rst:687 ../../api.rst:700 ../../api.rst:720 -#, fuzzy -msgid "Note that you can get the guild from :attr:`Thread.guild`." -msgstr "ギルドは :attr:`~abc.GuildChannel.guild` で取得できます。" - -#: ../../api.rst:693 -#, fuzzy -msgid "The thread that got joined." -msgstr "参加したギルド。" - -#: ../../api.rst:698 -msgid "" -"Called whenever a thread is removed. This is different from a thread " -"being deleted." +#: ../../api.rst:646 +msgid "The interaction data." msgstr "" -#: ../../api.rst:706 -msgid "" -"Due to technical limitations, this event might not be called as soon as " -"one expects. Since the library tracks thread membership locally, the API " -"only sends updated thread membership status upon being synced by joining " -"a thread." +#: ../../api.rst:650 +msgid "Members" msgstr "" -#: ../../api.rst:713 -#, fuzzy -msgid "The thread that got removed." -msgstr "削除されたギルド。" - -#: ../../api.rst:718 -#, fuzzy -msgid "Called whenever a thread is deleted." -msgstr "プライベートチャンネルが削除されたり作成されたときに呼び出されます。" - -#: ../../api.rst:726 -#, fuzzy -msgid "The thread that got deleted." -msgstr "削除されたメッセージのリスト。" - -#: ../../api.rst:732 -#, fuzzy -msgid "Called when a :class:`ThreadMember` leaves or joins a :class:`Thread`." -msgstr ":class:`Member` が :class:`Guild` に参加したり退出したりしたときに呼び出されます。" - -#: ../../api.rst:734 -msgid "" -"You can get the thread a member belongs in by accessing " -":attr:`ThreadMember.thread`." +#: ../../api.rst:655 +msgid "Called when a :class:`Member` join or leaves a :class:`Guild`." msgstr "" -#: ../../api.rst:736 ../../api.rst:814 ../../api.rst:829 ../../api.rst:864 +#: ../../api.rst:657 +#: ../../api.rst:672 +#: ../../api.rst:689 +#: ../../api.rst:1167 msgid "This requires :attr:`Intents.members` to be enabled." -msgstr "" +msgstr ":attr:`Intents.members` を有効にする必要があります。" -#: ../../api.rst:740 ../../api.rst:816 +#: ../../api.rst:659 +#: ../../api.rst:1171 msgid "The member who joined or left." msgstr "参加、または脱退したメンバー。" -#: ../../api.rst:745 -#, fuzzy -msgid "Called whenever a thread is updated." -msgstr "プライベートチャンネルが削除されたり作成されたときに呼び出されます。" - -#: ../../api.rst:751 -#, fuzzy -msgid "The updated thread's old info." -msgstr "更新された役職の更新前情報。" - -#: ../../api.rst:753 -#, fuzzy -msgid "The updated thread's new info." -msgstr "更新された役職の更新前情報。" - -#: ../../api.rst:758 -msgid "" -"Called whenever an integration is created, modified, or removed from a " -"guild." -msgstr "ギルドの連携サービスが作成、更新、削除されるたびに呼び出されます。" - -#: ../../api.rst:760 ../../api.rst:771 ../../api.rst:782 ../../api.rst:793 -msgid "This requires :attr:`Intents.integrations` to be enabled." -msgstr "" - -#: ../../api.rst:764 -msgid "The guild that had its integrations updated." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:769 -#, fuzzy -msgid "Called when an integration is created." -msgstr "招待の作成。" - -#: ../../api.rst:775 ../../api.rst:786 -#, fuzzy -msgid "The integration that was created." -msgstr "招待の作成。" - -#: ../../api.rst:780 -#, fuzzy -msgid "Called when an integration is updated." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:791 -#, fuzzy -msgid "Called when an integration is deleted." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:802 -msgid "" -"Called whenever a webhook is created, modified, or removed from a guild " -"channel." -msgstr "ギルドチャンネルのWebhookが作成、更新、削除されたときに呼び出されます。" - -#: ../../api.rst:804 -msgid "This requires :attr:`Intents.webhooks` to be enabled." -msgstr "" - -#: ../../api.rst:806 -msgid "The channel that had its webhooks updated." -msgstr "Webhookが更新されたチャンネル。" - -#: ../../api.rst:812 -msgid "Called when a :class:`Member` leaves or joins a :class:`Guild`." -msgstr ":class:`Member` が :class:`Guild` に参加したり退出したりしたときに呼び出されます。" - -#: ../../api.rst:821 +#: ../../api.rst:664 msgid "Called when a :class:`Member` updates their profile." -msgstr ":class:`Member` がプロフィールを編集したとき呼び出されます。" +msgstr ":class:`Member` のプロフィールが更新されたときに呼び出されます。" -#: ../../api.rst:823 ../../api.rst:840 ../../api.rst:858 +#: ../../api.rst:666 +#: ../../api.rst:683 +#: ../../api.rst:724 msgid "This is called when one or more of the following things change:" msgstr "これらのうちひとつ以上が変更されたとき呼び出されます:" -#: ../../api.rst:825 +#: ../../api.rst:668 msgid "nickname" msgstr "ニックネーム" -#: ../../api.rst:826 discord.member.Member.edit:16 of +#: ../../api.rst:669 +#: ../../../discord/member.py:docstring of discord.member.Member.edit:16 msgid "roles" msgstr "roles" -#: ../../api.rst:827 +#: ../../api.rst:670 msgid "pending" msgstr "" -#: ../../api.rst:831 ../../api.rst:849 +#: ../../api.rst:674 +#: ../../api.rst:733 msgid "The updated member's old info." msgstr "更新されたメンバーの更新前情報。" -#: ../../api.rst:833 ../../api.rst:851 +#: ../../api.rst:676 +#: ../../api.rst:735 msgid "The updated member's updated info." msgstr "更新されたメンバーの更新後情報。" -#: ../../api.rst:838 -#, fuzzy -msgid "Called when a :class:`Member` updates their presence." -msgstr ":class:`Member` がプロフィールを編集したとき呼び出されます。" - -#: ../../api.rst:842 -msgid "status" -msgstr "ステータス" - -#: ../../api.rst:843 -msgid "activity" -msgstr "" - -#: ../../api.rst:845 -msgid "" -"This requires :attr:`Intents.presences` and :attr:`Intents.members` to be" -" enabled." -msgstr "" - -#: ../../api.rst:856 +#: ../../api.rst:681 msgid "Called when a :class:`User` updates their profile." msgstr ":class:`User` がプロフィールを編集したとき呼び出されます。" -#: ../../api.rst:860 +#: ../../api.rst:685 msgid "avatar" msgstr "アバター" -#: ../../api.rst:861 +#: ../../api.rst:686 msgid "username" msgstr "ユーザー名" -#: ../../api.rst:862 +#: ../../api.rst:687 msgid "discriminator" msgstr "識別子" -#: ../../api.rst:866 +#: ../../api.rst:691 msgid "The updated user's old info." msgstr "更新されたユーザーの更新前情報。" -#: ../../api.rst:868 +#: ../../api.rst:693 msgid "The updated user's updated info." msgstr "更新されたユーザーの更新後情報。" -#: ../../api.rst:873 -msgid "" -"Called when a :class:`Guild` is either created by the :class:`Client` or " -"when the :class:`Client` joins a guild." -msgstr "" -":class:`Client` によって :class:`Guild` が作成された。または :class:`Client` " -"がギルドに参加したときに呼び出されます。" - -#: ../../api.rst:878 -msgid "The guild that was joined." -msgstr "参加したギルド。" +#: ../../api.rst:698 +msgid "Called when user gets banned from a :class:`Guild`." +msgstr "ユーザーが :class:`Guild` からBANされたとき呼び出されます。" -#: ../../api.rst:883 -msgid "Called when a :class:`Guild` is removed from the :class:`Client`." -msgstr ":class:`Client` が :class:`Guild` から削除されたときに呼び出されます。" +#: ../../api.rst:700 +#: ../../api.rst:713 +msgid "This requires :attr:`Intents.bans` to be enabled." +msgstr ":attr:`Intents.bans` を有効にする必要があります。" -#: ../../api.rst:885 -msgid "This happens through, but not limited to, these circumstances:" -msgstr "これは以下の状況時に呼び出されますが、これに限ったものではありません:" +#: ../../api.rst:702 +msgid "The guild the user got banned from." +msgstr "ユーザーがBANされたギルド。" -#: ../../api.rst:887 -msgid "The client got banned." -msgstr "クライアントがBANされた。" +#: ../../api.rst:704 +msgid "The user that got banned. Can be either :class:`User` or :class:`Member` depending if the user was in the guild or not at the time of removal." +msgstr "BANされたユーザー。BAN時にユーザーがギルドにいたかによって、 :class:`User` か :class:`Member` になります。" -#: ../../api.rst:888 -msgid "The client got kicked." -msgstr "クライアントがキックされた。" +#: ../../api.rst:711 +msgid "Called when a :class:`User` gets unbanned from a :class:`Guild`." +msgstr ":class:`User` が :class:`Guild` のBANを解除されたとき呼び出されます。" -#: ../../api.rst:889 -msgid "The client left the guild." -msgstr "クライアントがギルドから退出した。" +#: ../../api.rst:715 +msgid "The guild the user got unbanned from." +msgstr "ユーザーのBANが解除されたギルド。" -#: ../../api.rst:890 -msgid "The client or the guild owner deleted the guild." -msgstr "クライアント、またはギルドオーナーがギルドを削除した。" +#: ../../api.rst:717 +msgid "The user that got unbanned." +msgstr "Banが解除されたユーザー。" -#: ../../api.rst:892 -msgid "" -"In order for this event to be invoked then the :class:`Client` must have " -"been part of the guild to begin with. (i.e. it is part of " -":attr:`Client.guilds`)" +#: ../../api.rst:722 +msgid "Called when a :class:`Member` updates their presence." msgstr "" -"このイベントが呼び出されるためには、 :class:`Client` がギルドに参加している必要があります。(つまり、 " -":attr:`Client.guilds` にギルドが存在しなければならない)" - -#: ../../api.rst:897 -msgid "The guild that got removed." -msgstr "削除されたギルド。" -#: ../../api.rst:902 -msgid "Called when a :class:`Guild` updates, for example:" -msgstr ":class:`Guild` が更新されたときに呼び出されます。例えば:" +#: ../../api.rst:726 +msgid "status" +msgstr "ステータス" -#: ../../api.rst:904 -msgid "Changed name" -msgstr "名前が変更された" +#: ../../api.rst:727 +msgid "activity" +msgstr "" -#: ../../api.rst:905 -msgid "Changed AFK channel" -msgstr "AFKチャンネルが変更された" +#: ../../api.rst:729 +msgid "This requires :attr:`Intents.presences` and :attr:`Intents.members` to be enabled." +msgstr "" -#: ../../api.rst:906 -msgid "Changed AFK timeout" -msgstr "AFKのタイムアウト時間が変更された" +#: ../../api.rst:739 +msgid "Messages" +msgstr "" -#: ../../api.rst:907 -msgid "etc" -msgstr "その他" +#: ../../api.rst:743 +msgid "Called when a :class:`Message` is created and sent." +msgstr ":class:`Message` が作成され送信されたときに呼び出されます。" -#: ../../api.rst:911 -msgid "The guild prior to being updated." -msgstr "更新される前のギルド。" +#: ../../api.rst:749 +msgid "Your bot's own messages and private messages are sent through this event. This can lead cases of 'recursion' depending on how your bot was programmed. If you want the bot to not reply to itself, consider checking the user IDs. Note that :class:`~ext.commands.Bot` does not have this problem." +msgstr "Botのメッセージとプライベートメッセージはこのイベントを通して送信されます。Botのプログラムによっては「再帰呼び出し」を続けることになります。Botが自分自身に返信しないようにするためにはユーザーIDを確認する方法が考えられます。この問題は :class:`~ext.commands.Bot` が抱えるものではありません。" -#: ../../api.rst:913 -msgid "The guild after being updated." -msgstr "更新された後のギルド。" +#: ../../api.rst:755 +msgid "The current message." +msgstr "現在のメッセージ。" -#: ../../api.rst:919 -msgid "Called when a :class:`Guild` creates or deletes a new :class:`Role`." -msgstr ":class:`Guild` で :class:`Role` が新しく作成されたか、削除されたときに呼び出されます。" +#: ../../api.rst:760 +msgid "Called when a :class:`Message` receives an update event. If the message is not found in the internal message cache, then these events will not be called. Messages might not be in cache if the message is too old or the client is participating in high traffic guilds." +msgstr ":class:`Message` が更新イベントを受け取ったときに呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" -#: ../../api.rst:921 -msgid "To get the guild it belongs to, use :attr:`Role.guild`." -msgstr "ギルドを取得するには :attr:`Role.guild` を使用してください。" +#: ../../api.rst:765 +msgid "If this occurs increase the :class:`max_messages ` parameter or use the :func:`on_raw_message_edit` event instead." +msgstr "" -#: ../../api.rst:925 -msgid "The role that was created or deleted." -msgstr "作成、または削除された役職。" +#: ../../api.rst:768 +msgid "The following non-exhaustive cases trigger this event:" +msgstr "以下の非網羅的ケースがこのイベントを発生させます:" -#: ../../api.rst:930 -msgid "Called when a :class:`Role` is changed guild-wide." -msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" +#: ../../api.rst:770 +msgid "A message has been pinned or unpinned." +msgstr "メッセージをピン留め、または解除した。" -#: ../../api.rst:934 -msgid "The updated role's old info." -msgstr "更新された役職の更新前情報。" +#: ../../api.rst:771 +msgid "The message content has been changed." +msgstr "メッセージの内容を変更した。" -#: ../../api.rst:936 -msgid "The updated role's updated info." -msgstr "更新された役職の更新後情報。" +#: ../../api.rst:772 +msgid "The message has received an embed." +msgstr "メッセージが埋め込みを受け取った。" -#: ../../api.rst:941 -msgid "Called when a :class:`Guild` adds or removes :class:`Emoji`." -msgstr ":class:`Guild` に :class:`Emoji` が追加、または削除されたときに呼び出されます。" +#: ../../api.rst:774 +msgid "For performance reasons, the embed server does not do this in a \"consistent\" manner." +msgstr "パフォーマンス上の理由から、埋め込みのサーバーはこれを「一貫した」方法では行いません。" -#: ../../api.rst:943 ../../api.rst:956 -msgid "This requires :attr:`Intents.emojis_and_stickers` to be enabled." +#: ../../api.rst:776 +msgid "The message's embeds were suppressed or unsuppressed." msgstr "" -#: ../../api.rst:945 -msgid "The guild who got their emojis updated." -msgstr "絵文字が更新されたギルド。" +#: ../../api.rst:777 +msgid "A call message has received an update to its participants or ending time." +msgstr "通話呼び出しメッセージの参加者や終了時刻が変わった。" -#: ../../api.rst:947 -msgid "A list of emojis before the update." -msgstr "更新前の絵文字のリスト。" +#: ../../api.rst:781 +msgid "The previous version of the message." +msgstr "更新前のメッセージ。" -#: ../../api.rst:949 -msgid "A list of emojis after the update." -msgstr "更新後の絵文字のリスト。" +#: ../../api.rst:783 +msgid "The current version of the message." +msgstr "更新後のメッセージ。" -#: ../../api.rst:954 -#, fuzzy -msgid "Called when a :class:`Guild` updates its stickers." -msgstr ":class:`Guild` が更新されたときに呼び出されます。例えば:" +#: ../../api.rst:788 +msgid "Called when a message is deleted. If the message is not found in the internal message cache, then this event will not be called. Messages might not be in cache if the message is too old or the client is participating in high traffic guilds." +msgstr "メッセージが削除された際に呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" -#: ../../api.rst:960 -#, fuzzy -msgid "The guild who got their stickers updated." -msgstr "絵文字が更新されたギルド。" +#: ../../api.rst:793 +msgid "If this occurs increase the :class:`max_messages ` parameter or use the :func:`on_raw_message_delete` event instead." +msgstr "" -#: ../../api.rst:962 -#, fuzzy -msgid "A list of stickers before the update." -msgstr "更新前の絵文字のリスト。" +#: ../../api.rst:798 +msgid "The deleted message." +msgstr "削除されたメッセージ。" -#: ../../api.rst:964 -#, fuzzy -msgid "A list of stickers after the update." -msgstr "更新後の絵文字のリスト。" +#: ../../api.rst:803 +msgid "Called when messages are bulk deleted. If none of the messages deleted are found in the internal message cache, then this event will not be called. If individual messages were not found in the internal message cache, this event will still be called, but the messages not found will not be included in the messages list. Messages might not be in cache if the message is too old or the client is participating in high traffic guilds." +msgstr "メッセージが一括削除されたときに呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。個々のメッセージが見つからない場合でも、このイベントは呼び出されますが、見つからなかったメッセージはメッセージのリストに含まれません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" -#: ../../api.rst:970 -msgid "" -"Called when a guild becomes available or unavailable. The guild must have" -" existed in the :attr:`Client.guilds` cache." -msgstr "ギルドが利用可能・不可能になったときに呼び出されます。ギルドは :attr:`Client.guilds` キャッシュに存在していないといけません。" +#: ../../api.rst:810 +msgid "If this occurs increase the :class:`max_messages ` parameter or use the :func:`on_raw_bulk_message_delete` event instead." +msgstr "" -#: ../../api.rst:975 -msgid "The :class:`Guild` that has changed availability." -msgstr "利用状況が変わった :class:`Guild` 。" +#: ../../api.rst:815 +msgid "The messages that have been deleted." +msgstr "削除されたメッセージのリスト。" -#: ../../api.rst:979 -msgid "Called when a :class:`Member` changes their :class:`VoiceState`." -msgstr ":class:`Member` が :class:`VoiceState` を変更したとき呼び出されます。" +#: ../../api.rst:820 +msgid "Called when a message is edited. Unlike :func:`on_message_edit`, this is called regardless of the state of the internal message cache." +msgstr "メッセージが編集されたときに呼び出されます。 :func:`on_message_edit` とは異なり、これは内部のメッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:981 ../../api.rst:1011 -msgid "" -"The following, but not limited to, examples illustrate when this event is" -" called:" -msgstr "これらの場合に限りませんが、例を挙げると、以下の場合に呼び出されます:" +#: ../../api.rst:823 +msgid "If the message is found in the message cache, it can be accessed via :attr:`RawMessageUpdateEvent.cached_message`. The cached message represents the message before it has been edited. For example, if the content of a message is modified and triggers the :func:`on_raw_message_edit` coroutine, the :attr:`RawMessageUpdateEvent.cached_message` will return a :class:`Message` object that represents the message before the content was modified." +msgstr "メッセージがメッセージキャッシュに存在した場合、 :attr:`RawMessageUpdateEvent.cached_message` を介してそのメッセージにアクセスすることができます。キャッシュされていたメッセージは編集前のメッセージです。たとえば、メッセージの内容が編集され、 :func:`on_raw_message_edit` が発火された場合、 :attr:`RawMessageUpdateEvent.cached_message` は内容が編集される前の情報を持つ :class:`Message` オブジェクトを返します。" -#: ../../api.rst:983 -#, fuzzy -msgid "A member joins a voice or stage channel." -msgstr "メンバーがボイスチャンネルに参加したとき。" +#: ../../api.rst:829 +msgid "Due to the inherently raw nature of this event, the data parameter coincides with the raw data given by the `gateway `_." +msgstr "このイベントは、本質的にデータを加工しないため、dataパラメータは `ゲートウェイ `_ によって提供される生データと一致します。" -#: ../../api.rst:984 -#, fuzzy -msgid "A member leaves a voice or stage channel." -msgstr "メンバーがボイスチャンネルから退出したとき。" +#: ../../api.rst:832 +msgid "Since the data payload can be partial, care must be taken when accessing stuff in the dictionary. One example of a common case of partial data is when the ``'content'`` key is inaccessible. This denotes an \"embed\" only edit, which is an edit in which only the embeds are updated by the Discord embed server." +msgstr "データのペイロードが部分的であるため、データにアクセスするときは気をつけてください。部分的なデータの主な場合のひとつは、``'content'`` にアクセスできない場合です。Discordの埋め込みサーバーによって、埋め込みが更新される、\"埋め込み\"しか変わっていない編集がそうです。" -#: ../../api.rst:985 -msgid "A member is muted or deafened by their own accord." -msgstr "メンバーが自身でマイクやスピーカーをミュートしたとき。" +#: ../../api.rst:845 +msgid "Called when a message is deleted. Unlike :func:`on_message_delete`, this is called regardless of the message being in the internal message cache or not." +msgstr "メッセージが削除されたときに呼び出されます。 :func:`on_message_delete` とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" -#: ../../api.rst:986 -msgid "A member is muted or deafened by a guild administrator." -msgstr "メンバーがギルドの管理者によってマイクやスピーカーをミュートされたとき。" +#: ../../api.rst:848 +msgid "If the message is found in the message cache, it can be accessed via :attr:`RawMessageDeleteEvent.cached_message`" +msgstr "メッセージがメッセージキャッシュ内に見つかった場合、 :attr:`RawMessageDeleteEvent.cached_message` を介してアクセスすることができます。" -#: ../../api.rst:988 -msgid "This requires :attr:`Intents.voice_states` to be enabled." -msgstr "" +#: ../../api.rst:858 +msgid "Called when a bulk delete is triggered. Unlike :func:`on_bulk_message_delete`, this is called regardless of the messages being in the internal message cache or not." +msgstr "メッセージが一括削除されたときに呼び出されます。 :func:`on_bulk_message_delete` とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" -#: ../../api.rst:990 -msgid "The member whose voice states changed." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../api.rst:861 +msgid "If the messages are found in the message cache, they can be accessed via :attr:`RawBulkMessageDeleteEvent.cached_messages`" +msgstr "メッセージがメッセージキャッシュ内に見つかった場合、 :attr:`RawBulkMessageDeleteEvent.cached_messages` を介してアクセスすることができます。" -#: ../../api.rst:992 -msgid "The voice state prior to the changes." -msgstr "更新前のボイス状態。" +#: ../../api.rst:870 +msgid "Reactions" +msgstr "" -#: ../../api.rst:994 -#, fuzzy -msgid "The voice state after the changes." -msgstr "更新後のボイス状態。" +#: ../../api.rst:874 +msgid "Called when a message has a reaction added to it. Similar to :func:`on_message_edit`, if the message is not found in the internal message cache, then this event will not be called. Consider using :func:`on_raw_reaction_add` instead." +msgstr "メッセージにリアクションが追加されたときに呼び出されます。 :func:`on_message_edit` と同様に内部メッセージキャッシュにメッセージが見つからない場合は、このイベントは呼び出されません。代わりに :func:`on_raw_reaction_add` の利用を検討してください。" -#: ../../api.rst:1000 -#, fuzzy -msgid "" -"Called when a :class:`StageInstance` is created or deleted for a " -":class:`StageChannel`." -msgstr ":class:`Guild` で :class:`Role` が新しく作成されたか、削除されたときに呼び出されます。" +#: ../../api.rst:880 +msgid "To get the :class:`Message` being reacted, access it via :attr:`Reaction.message`." +msgstr "リアクションの付いた :class:`Message` を取得するには、 :attr:`Reaction.message` を使ってください。" -#: ../../api.rst:1004 -#, fuzzy -msgid "The stage instance that was created or deleted." -msgstr "作成、または削除された役職。" +#: ../../api.rst:882 +#: ../../api.rst:925 +#: ../../api.rst:938 +#: ../../api.rst:951 +#: ../../api.rst:961 +#: ../../api.rst:971 +#: ../../api.rst:981 +msgid "This requires :attr:`Intents.reactions` to be enabled." +msgstr ":attr:`Intents.reactions` を有効にする必要があります。" -#: ../../api.rst:1009 -#, fuzzy -msgid "Called when a :class:`StageInstance` is updated." -msgstr ":class:`Message` が作成され送信されたときに呼び出されます。" +#: ../../api.rst:886 +msgid "This doesn't require :attr:`Intents.members` within a guild context, but due to Discord not providing updated user information in a direct message it's required for direct messages to receive this event. Consider using :func:`on_raw_reaction_add` if you need this and do not otherwise want to enable the members intent." +msgstr "" -#: ../../api.rst:1013 -#, fuzzy -msgid "The topic is changed." -msgstr "名前の更新。" +#: ../../api.rst:892 +#: ../../api.rst:914 +msgid "The current state of the reaction." +msgstr "リアクションの現在の状態。" -#: ../../api.rst:1014 -#, fuzzy -msgid "The privacy level is changed." -msgstr "名前の更新。" +#: ../../api.rst:894 +#: ../../api.rst:916 +msgid "The user who added the reaction." +msgstr "リアクションを追加したユーザー。" -#: ../../api.rst:1018 -#, fuzzy -msgid "The stage instance before the update." -msgstr "更新前の絵文字のリスト。" +#: ../../api.rst:899 +msgid "Called when a message has a reaction removed from it. Similar to on_message_edit, if the message is not found in the internal message cache, then this event will not be called." +msgstr "メッセージのリアクションが取り除かれたときに呼び出されます。on_message_editのように、内部のメッセージキャッシュにメッセージがないときには、このイベントは呼び出されません。" -#: ../../api.rst:1020 -#, fuzzy -msgid "The stage instance after the update." -msgstr "更新後の絵文字のリスト。" +#: ../../api.rst:905 +msgid "To get the message being reacted, access it via :attr:`Reaction.message`." +msgstr "リアクションの付いたメッセージを取得するには、 :attr:`Reaction.message` を使ってください。" -#: ../../api.rst:1025 -msgid "Called when user gets banned from a :class:`Guild`." -msgstr "ユーザーが :class:`Guild` からBANされたとき呼び出されます。" +#: ../../api.rst:907 +msgid "This requires both :attr:`Intents.reactions` and :attr:`Intents.members` to be enabled." +msgstr "" -#: ../../api.rst:1027 ../../api.rst:1040 -msgid "This requires :attr:`Intents.bans` to be enabled." +#: ../../api.rst:911 +msgid "Consider using :func:`on_raw_reaction_remove` if you need this and do not want to enable the members intent." msgstr "" -#: ../../api.rst:1029 -msgid "The guild the user got banned from." -msgstr "ユーザーがBANされたギルド。" +#: ../../api.rst:921 +msgid "Called when a message has all its reactions removed from it. Similar to :func:`on_message_edit`, if the message is not found in the internal message cache, then this event will not be called. Consider using :func:`on_raw_reaction_clear` instead." +msgstr "メッセージからすべてのリアクションが削除されたときに呼び出されます。 :func:`on_message_edit` と同様に内部メッセージキャッシュにメッセージが見つからない場合は、このイベントは呼び出されません。代わりに :func:`on_raw_reaction_clear` の利用を検討してください。" -#: ../../api.rst:1031 -msgid "" -"The user that got banned. Can be either :class:`User` or :class:`Member` " -"depending if the user was in the guild or not at the time of removal." -msgstr "BANされたユーザー。BAN時にユーザーがギルドにいたかによって、 :class:`User` か :class:`Member` になります。" +#: ../../api.rst:927 +msgid "The message that had its reactions cleared." +msgstr "リアクションが削除されたメッセージ。" -#: ../../api.rst:1038 -msgid "Called when a :class:`User` gets unbanned from a :class:`Guild`." -msgstr ":class:`User` が :class:`Guild` のBANを解除されたとき呼び出されます。" +#: ../../api.rst:929 +msgid "The reactions that were removed." +msgstr "除去されたリアクション。" -#: ../../api.rst:1042 -msgid "The guild the user got unbanned from." -msgstr "ユーザーのBANが解除されたギルド。" +#: ../../api.rst:934 +msgid "Called when a message has a specific reaction removed from it. Similar to :func:`on_message_edit`, if the message is not found in the internal message cache, then this event will not be called. Consider using :func:`on_raw_reaction_clear_emoji` instead." +msgstr "" -#: ../../api.rst:1044 -msgid "The user that got unbanned." -msgstr "Banが解除されたユーザー。" +#: ../../api.rst:942 +msgid "The reaction that got cleared." +msgstr "" -#: ../../api.rst:1049 -#, fuzzy -msgid "" -"Called when an :class:`Invite` is created. You must have the " -":attr:`~Permissions.manage_channels` permission to receive this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../api.rst:948 +msgid "Called when a message has a reaction added. Unlike :func:`on_reaction_add`, this is called regardless of the state of the internal message cache." +msgstr "メッセージにリアクションが追加されたときに呼び出されます。 :func:`on_reaction_add` とは異なり、これは内部のメッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:1056 ../../api.rst:1073 -msgid "" -"There is a rare possibility that the :attr:`Invite.guild` and " -":attr:`Invite.channel` attributes will be of :class:`Object` rather than " -"the respective models." -msgstr "" +#: ../../api.rst:958 +msgid "Called when a message has a reaction removed. Unlike :func:`on_reaction_remove`, this is called regardless of the state of the internal message cache." +msgstr "メッセージからリアクションが削除されたときに呼び出されます。 :func:`on_reaction_remove` とは異なり、これは内部メッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:1059 ../../api.rst:1079 -msgid "This requires :attr:`Intents.invites` to be enabled." -msgstr "" +#: ../../api.rst:968 +msgid "Called when a message has all its reactions removed. Unlike :func:`on_reaction_clear`, this is called regardless of the state of the internal message cache." +msgstr "メッセージからリアクションがすべて削除されたときに呼び出されます。 :func:`on_reaction_clear` とは異なり、これは内部メッセージキャッシュの状態に関係なく呼び出されます。" -#: ../../api.rst:1061 discord.abc.GuildChannel.create_invite:38 of -msgid "The invite that was created." +#: ../../api.rst:978 +msgid "Called when a message has a specific reaction removed from it. Unlike :func:`on_reaction_clear_emoji` this is called regardless of the state of the internal message cache." msgstr "" -#: ../../api.rst:1066 -#, fuzzy -msgid "" -"Called when an :class:`Invite` is deleted. You must have the " -":attr:`~Permissions.manage_channels` permission to receive this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" - -#: ../../api.rst:1076 -msgid "" -"Outside of those two attributes, the only other attribute guaranteed to " -"be filled by the Discord gateway for this event is :attr:`Invite.code`." +#: ../../api.rst:990 +msgid "Roles" msgstr "" -#: ../../api.rst:1081 -#, fuzzy -msgid "The invite that was deleted." -msgstr "招待の更新。" +#: ../../api.rst:995 +msgid "Called when a :class:`Guild` creates or deletes a new :class:`Role`." +msgstr ":class:`Guild` で :class:`Role` が新しく作成されたか、削除されたときに呼び出されます。" -#: ../../api.rst:1087 -msgid "Called when someone joins or leaves a :class:`GroupChannel`." -msgstr "誰かが :class:`GroupChannel` に参加、または脱退したときに呼び出されます。" +#: ../../api.rst:997 +msgid "To get the guild it belongs to, use :attr:`Role.guild`." +msgstr "ギルドを取得するには :attr:`Role.guild` を使用してください。" -#: ../../api.rst:1089 -msgid "The group that the user joined or left." -msgstr "ユーザーが参加または脱退したグループ。" +#: ../../api.rst:1001 +msgid "The role that was created or deleted." +msgstr "作成、または削除された役職。" -#: ../../api.rst:1091 -msgid "The user that joined or left." -msgstr "参加または脱退したユーザー。" +#: ../../api.rst:1006 +msgid "Called when a :class:`Role` is changed guild-wide." +msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" -#: ../../api.rst:1097 -msgid "Utility Functions" -msgstr "ユーティリティ関数" +#: ../../api.rst:1010 +msgid "The updated role's old info." +msgstr "更新された役職の更新前情報。" -#: discord.utils.find:1 of -msgid "" -"A helper to return the first element found in the sequence that meets the" -" predicate. For example: ::" -msgstr "与えられた関数を満たす最初の要素を返すヘルパー。例: ::" +#: ../../api.rst:1012 +msgid "The updated role's updated info." +msgstr "更新された役職の更新後情報。" -#: discord.utils.find:6 of -msgid "" -"would find the first :class:`~discord.Member` whose name is 'Mighty' and " -"return it. If an entry is not found, then ``None`` is returned." +#: ../../api.rst:1017 +msgid "Scheduled Events" msgstr "" -"は、名前が'Mighty'である最初に見つかった :class:`~discord.Member` を返します。見つからない場合は " -"``None`` を返します。" - -#: discord.utils.find:9 of -msgid "" -"This is different from :func:`py:filter` due to the fact it stops the " -"moment it finds a valid entry." -msgstr "これは、適切な値を見つけると止まる点で、 :func:`py:filter` と異なります。" - -#: discord.utils.find:14 of -#, fuzzy -msgid "Both parameters are now positional-only." -msgstr "すべてのパラメータがオプションです。" -#: discord.utils.find:18 discord.utils.get:21 of -msgid "The ``iterable`` parameter supports :term:`asynchronous iterable`\\s." +#: ../../api.rst:1022 +msgid "Called when a :class:`ScheduledEvent` is created or deleted." msgstr "" -#: discord.utils.find:20 of -msgid "A function that returns a boolean-like result." -msgstr "真偽値を返す関数。" +#: ../../api.rst:1024 +#: ../../api.rst:1035 +#: ../../api.rst:1057 +msgid "This requires :attr:`Intents.guild_scheduled_events` to be enabled." +msgstr "" -#: discord.utils.find:21 discord.utils.get:49 of -msgid "" -"The iterable to search through. Using a " -":class:`collections.abc.AsyncIterable`, makes this function return a " -":term:`coroutine`." +#: ../../api.rst:1028 +msgid "The scheduled event that was created or deleted." msgstr "" -#: discord.utils.get:1 of -msgid "" -"A helper that returns the first element in the iterable that meets all " -"the traits passed in ``attrs``. This is an alternative for " -":func:`~discord.utils.find`." -msgstr "``attrs`` に渡されたすべての条件を満たす最初の要素を返すヘルパー。 :func:`~discord.utils.find` の代替案です。" +#: ../../api.rst:1033 +msgid "Called when a :class:`ScheduledEvent` is updated." +msgstr "" -#: discord.utils.get:5 of -msgid "" -"When multiple attributes are specified, they are checked using logical " -"AND, not logical OR. Meaning they have to meet every attribute passed in " -"and not one of them." -msgstr "複数の条件が指定されている場合、またはではなくかつでチェックされます。つまり、どれかではなく、すべての条件を満たさないといけません。" +#: ../../api.rst:1037 +#: ../../api.rst:1084 +#: ../../api.rst:1181 +msgid "The following, but not limited to, examples illustrate when this event is called:" +msgstr "これらの場合に限りませんが、例を挙げると、以下の場合に呼び出されます:" -#: discord.utils.get:9 of -msgid "" -"To have a nested attribute search (i.e. search by ``x.y``) then pass in " -"``x__y`` as the keyword argument." -msgstr "ネストされている属性で検索するとき (例: ``x.y`` で検索) は、キーワード引数に ``x__y`` を渡してください。" +#: ../../api.rst:1039 +msgid "The scheduled start/end times are changed." +msgstr "" -#: discord.utils.get:12 of -msgid "" -"If nothing is found that matches the attributes passed, then ``None`` is " -"returned." -msgstr "与えられた属性にマッチする項目がない場合、 ``None`` を返します。" +#: ../../api.rst:1040 +msgid "The channel is changed." +msgstr "" -#: discord.utils.get:17 of -#, fuzzy -msgid "The ``iterable`` parameter is now positional-only." -msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" +#: ../../api.rst:1041 +msgid "The description is changed." +msgstr "" -#: discord.utils.get:25 of -msgid "Basic usage:" -msgstr "基本的な使用法:" +#: ../../api.rst:1042 +msgid "The status is changed." +msgstr "" -#: discord.utils.get:31 of -msgid "Multiple attribute matching:" -msgstr "複数の属性のマッチ:" +#: ../../api.rst:1043 +msgid "The image is changed." +msgstr "" -#: discord.utils.get:37 of -msgid "Nested attribute matching:" -msgstr "ネストされた属性のマッチ:" +#: ../../api.rst:1047 +msgid "The scheduled event before the update." +msgstr "" -#: discord.utils.get:43 of -#, fuzzy -msgid "Async iterables:" -msgstr "非同期イテレータ" +#: ../../api.rst:1049 +msgid "The scheduled event after the update." +msgstr "" -#: discord.utils.get:52 of -msgid "Keyword arguments that denote attributes to search with." -msgstr "検索用の属性を表すキーワード引数。" +#: ../../api.rst:1055 +msgid "Called when a user is added or removed from a :class:`ScheduledEvent`." +msgstr "" -#: discord.utils.snowflake_time:1 of -msgid "The snowflake ID." +#: ../../api.rst:1061 +msgid "The scheduled event that the user was added or removed from." msgstr "" -#: discord.utils.snowflake_time:4 of -msgid "An aware datetime in UTC representing the creation time of the snowflake." +#: ../../api.rst:1063 +msgid "The user that was added or removed." msgstr "" -#: ../../docstring discord.AuditLogEntry.created_at:3 -#: discord.CategoryChannel.created_at:3 discord.ClientUser.created_at:5 -#: discord.DMChannel.created_at:3 discord.Emoji.created_at:3 -#: discord.GroupChannel.created_at:3 discord.Guild.created_at:3 -#: discord.Message.created_at:3 discord.Object.created_at:3 -#: discord.PartialInviteChannel.created_at:3 -#: discord.PartialInviteGuild.created_at:3 discord.PartialMessage.created_at:3 -#: discord.Role.created_at:3 discord.Spotify.end:3 discord.Spotify.start:3 -#: discord.StageChannel.created_at:3 discord.Sticker.created_at:3 -#: discord.StoreChannel.created_at:3 discord.SyncWebhook.created_at:3 -#: discord.TextChannel.created_at:3 discord.User.created_at:5 -#: discord.VoiceChannel.created_at:3 discord.Webhook.created_at:3 -#: discord.Widget.created_at:3 discord.WidgetChannel.created_at:3 -#: discord.WidgetMember.created_at:5 discord.abc.GuildChannel.created_at:3 -#: discord.embeds.Embed:61 discord.integrations.StreamIntegration:75 -#: discord.invite.Invite:77 discord.template.Template:39 -#: discord.template.Template:46 discord.threads.Thread:124 -#: discord.threads.ThreadMember:39 discord.utils.snowflake_time:5 -#: discord.utils.utcnow:9 of -msgid ":class:`datetime.datetime`" +#: ../../api.rst:1068 +msgid "Stages" msgstr "" -#: discord.utils.oauth_url:1 of -msgid "" -"A helper function that returns the OAuth2 URL for inviting the bot into " -"guilds." -msgstr "ボットをギルドに招待するOAuth2 URLを返すヘルパー関数。" +#: ../../api.rst:1073 +msgid "Called when a :class:`StageInstance` is created or deleted for a :class:`StageChannel`." +msgstr "" -#: discord.utils.oauth_url:6 of -msgid "" -"``permissions``, ``guild``, ``redirect_uri``, and ``scopes`` parameters " -"are now keyword-only." +#: ../../api.rst:1077 +msgid "The stage instance that was created or deleted." msgstr "" -#: discord.utils.oauth_url:9 of -msgid "The client ID for your bot." -msgstr "ボットのクライアントID。" +#: ../../api.rst:1082 +msgid "Called when a :class:`StageInstance` is updated." +msgstr "" -#: discord.utils.oauth_url:11 of -msgid "" -"The permissions you're requesting. If not given then you won't be " -"requesting any permissions." +#: ../../api.rst:1086 +msgid "The topic is changed." +msgstr "" + +#: ../../api.rst:1087 +msgid "The privacy level is changed." +msgstr "" + +#: ../../api.rst:1091 +msgid "The stage instance before the update." +msgstr "" + +#: ../../api.rst:1093 +msgid "The stage instance after the update." +msgstr "" + +#: ../../api.rst:1097 +msgid "Threads" +msgstr "" + +#: ../../api.rst:1102 +msgid "Called whenever a thread is joined or created. Note that from the API's perspective there is no way to differentiate between a thread being created or the bot joining a thread." +msgstr "" + +#: ../../api.rst:1105 +#: ../../api.rst:1131 +#: ../../api.rst:1151 +msgid "Note that you can get the guild from :attr:`Thread.guild`." +msgstr "" + +#: ../../api.rst:1111 +msgid "The thread that got joined." +msgstr "" + +#: ../../api.rst:1116 +msgid "Called whenever a thread is updated." +msgstr "" + +#: ../../api.rst:1122 +msgid "The updated thread's old info." +msgstr "" + +#: ../../api.rst:1124 +msgid "The updated thread's new info." +msgstr "" + +#: ../../api.rst:1129 +msgid "Called whenever a thread is removed. This is different from a thread being deleted." +msgstr "" + +#: ../../api.rst:1137 +msgid "Due to technical limitations, this event might not be called as soon as one expects. Since the library tracks thread membership locally, the API only sends updated thread membership status upon being synced by joining a thread." +msgstr "" + +#: ../../api.rst:1144 +msgid "The thread that got removed." +msgstr "" + +#: ../../api.rst:1149 +msgid "Called whenever a thread is deleted." +msgstr "" + +#: ../../api.rst:1157 +msgid "The thread that got deleted." +msgstr "" + +#: ../../api.rst:1163 +msgid "Called when a :class:`ThreadMember` leaves or joins a :class:`Thread`." +msgstr "" + +#: ../../api.rst:1165 +msgid "You can get the thread a member belongs in by accessing :attr:`ThreadMember.thread`." +msgstr "" + +#: ../../api.rst:1175 +msgid "Voice" +msgstr "" + +#: ../../api.rst:1179 +msgid "Called when a :class:`Member` changes their :class:`VoiceState`." +msgstr ":class:`Member` が :class:`VoiceState` を変更したとき呼び出されます。" + +#: ../../api.rst:1183 +msgid "A member joins a voice or stage channel." +msgstr "" + +#: ../../api.rst:1184 +msgid "A member leaves a voice or stage channel." +msgstr "" + +#: ../../api.rst:1185 +msgid "A member is muted or deafened by their own accord." +msgstr "メンバーが自身でマイクやスピーカーをミュートしたとき。" + +#: ../../api.rst:1186 +msgid "A member is muted or deafened by a guild administrator." +msgstr "メンバーがギルドの管理者によってマイクやスピーカーをミュートされたとき。" + +#: ../../api.rst:1188 +msgid "This requires :attr:`Intents.voice_states` to be enabled." +msgstr ":attr:`Intents.voice_states` を有効にする必要があります。" + +#: ../../api.rst:1190 +msgid "The member whose voice states changed." +msgstr "ボイスの状態が変わった `Member` 。" + +#: ../../api.rst:1192 +msgid "The voice state prior to the changes." +msgstr "更新前のボイス状態。" + +#: ../../api.rst:1194 +msgid "The voice state after the changes." +msgstr "" + +#: ../../api.rst:1200 +msgid "Utility Functions" +msgstr "ユーティリティ関数" + +#: ../../../discord/utils.py:docstring of discord.utils.find:1 +msgid "A helper to return the first element found in the sequence that meets the predicate. For example: ::" +msgstr "与えられた関数を満たす最初の要素を返すヘルパー。例: ::" + +#: ../../../discord/utils.py:docstring of discord.utils.find:6 +msgid "would find the first :class:`~discord.Member` whose name is 'Mighty' and return it. If an entry is not found, then ``None`` is returned." +msgstr "は、名前が'Mighty'である最初に見つかった :class:`~discord.Member` を返します。見つからない場合は ``None`` を返します。" + +#: ../../../discord/utils.py:docstring of discord.utils.find:9 +msgid "This is different from :func:`py:filter` due to the fact it stops the moment it finds a valid entry." +msgstr "これは、適切な値を見つけると止まる点で、 :func:`py:filter` と異なります。" + +#: ../../../discord/utils.py:docstring of discord.utils.find:14 +msgid "Both parameters are now positional-only." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.find:18 +#: ../../../discord/utils.py:docstring of discord.utils.get:21 +msgid "The ``iterable`` parameter supports :term:`asynchronous iterable`\\s." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.find:20 +msgid "A function that returns a boolean-like result." +msgstr "真偽値を返す関数。" + +#: ../../../discord/utils.py:docstring of discord.utils.find:21 +#: ../../../discord/utils.py:docstring of discord.utils.get:49 +msgid "The iterable to search through. Using a :class:`collections.abc.AsyncIterable`, makes this function return a :term:`coroutine`." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.get:1 +msgid "A helper that returns the first element in the iterable that meets all the traits passed in ``attrs``. This is an alternative for :func:`~discord.utils.find`." +msgstr "``attrs`` に渡されたすべての条件を満たす最初の要素を返すヘルパー。 :func:`~discord.utils.find` の代替案です。" + +#: ../../../discord/utils.py:docstring of discord.utils.get:5 +msgid "When multiple attributes are specified, they are checked using logical AND, not logical OR. Meaning they have to meet every attribute passed in and not one of them." +msgstr "複数の条件が指定されている場合、またはではなくかつでチェックされます。つまり、どれかではなく、すべての条件を満たさないといけません。" + +#: ../../../discord/utils.py:docstring of discord.utils.get:9 +msgid "To have a nested attribute search (i.e. search by ``x.y``) then pass in ``x__y`` as the keyword argument." +msgstr "ネストされている属性で検索するとき (例: ``x.y`` で検索) は、キーワード引数に ``x__y`` を渡してください。" + +#: ../../../discord/utils.py:docstring of discord.utils.get:12 +msgid "If nothing is found that matches the attributes passed, then ``None`` is returned." +msgstr "与えられた属性にマッチする項目がない場合、 ``None`` を返します。" + +#: ../../../discord/utils.py:docstring of discord.utils.get:17 +msgid "The ``iterable`` parameter is now positional-only." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.get:25 +msgid "Basic usage:" +msgstr "基本的な使用法:" + +#: ../../../discord/utils.py:docstring of discord.utils.get:31 +msgid "Multiple attribute matching:" +msgstr "複数の属性のマッチ:" + +#: ../../../discord/utils.py:docstring of discord.utils.get:37 +msgid "Nested attribute matching:" +msgstr "ネストされた属性のマッチ:" + +#: ../../../discord/utils.py:docstring of discord.utils.get:43 +msgid "Async iterables:" +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.get:52 +msgid "Keyword arguments that denote attributes to search with." +msgstr "検索用の属性を表すキーワード引数。" + +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:1 +msgid "The snowflake ID." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:4 +msgid "An aware datetime in UTC representing the creation time of the snowflake." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:1 +msgid "A helper function that returns the OAuth2 URL for inviting the bot into guilds." +msgstr "ボットをギルドに招待するOAuth2 URLを返すヘルパー関数。" + +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:6 +msgid "``permissions``, ``guild``, ``redirect_uri``, and ``scopes`` parameters are now keyword-only." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:9 +msgid "The client ID for your bot." +msgstr "ボットのクライアントID。" + +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:11 +msgid "The permissions you're requesting. If not given then you won't be requesting any permissions." msgstr "要求する権限。もし与えられていない場合、権限を要求しません。" -#: discord.utils.oauth_url:14 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:14 msgid "The guild to pre-select in the authorization screen, if available." msgstr "利用できる場合は、認証画面であらかじめ選択されるギルド。" -#: discord.utils.oauth_url:16 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:16 msgid "An optional valid redirect URI." msgstr "任意の有効なリダイレクトURI。" -#: discord.utils.oauth_url:18 of -msgid "" -"An optional valid list of scopes. Defaults to ``('bot',)``. .. " -"versionadded:: 1.7" +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:18 +msgid "An optional valid list of scopes. Defaults to ``('bot', 'application.commands')``. .. versionadded:: 1.7" msgstr "" -#: discord.utils.oauth_url:18 of -msgid "An optional valid list of scopes. Defaults to ``('bot',)``." +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:18 +msgid "An optional valid list of scopes. Defaults to ``('bot', 'application.commands')``." msgstr "" -#: discord.utils.oauth_url:22 of -msgid "" -"Whether to disallow the user from changing the guild dropdown. .. " -"versionadded:: 2.0" +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:22 +msgid "Whether to disallow the user from changing the guild dropdown. .. versionadded:: 2.0" msgstr "" -#: discord.utils.oauth_url:22 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:22 msgid "Whether to disallow the user from changing the guild dropdown." msgstr "" -#: discord.utils.oauth_url:27 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:27 msgid "The OAuth2 URL for inviting the bot into guilds." -msgstr "ボットをギルドに招待するOAuth2 URLを返すヘルパー関数。" +msgstr "" -#: discord.utils.remove_markdown:1 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:1 msgid "A helper function that removes markdown characters." -msgstr "Discordのマークダウンをエスケープするヘルパー関数。" +msgstr "" -#: discord.utils.remove_markdown:6 of -msgid "" -"This function is not markdown aware and may remove meaning from the " -"original text. For example, if the input contains ``10 * 5`` then it will" -" be converted into ``10 5``." +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:6 +msgid "This function is not markdown aware and may remove meaning from the original text. For example, if the input contains ``10 * 5`` then it will be converted into ``10 5``." msgstr "" -#: discord.utils.remove_markdown:9 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:9 msgid "The text to remove markdown from." -msgstr "マークダウンをエスケープするテキスト。" +msgstr "" -#: discord.utils.remove_markdown:11 of -#, fuzzy -msgid "" -"Whether to leave links alone when removing markdown. For example, if a " -"URL in the text contains characters such as ``_`` then it will be left " -"alone. Defaults to ``True``." +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:11 +msgid "Whether to leave links alone when removing markdown. For example, if a URL in the text contains characters such as ``_`` then it will be left alone. Defaults to ``True``." msgstr "" -"マークダウンをエスケープするときにリンクを残すかどうか。たとえば、テキスト中のURLが ``_`` " -"のような文字を含む場合、これは残されます。これは ``as_needed`` と併用できません。デフォルトは ``True`` です。" -#: discord.utils.remove_markdown:16 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.remove_markdown:16 msgid "The text with the markdown special characters removed." -msgstr "マークダウンの特殊文字をスラッシュでエスケープしたテキスト。" +msgstr "" -#: discord.utils.escape_markdown:1 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:1 msgid "A helper function that escapes Discord's markdown." msgstr "Discordのマークダウンをエスケープするヘルパー関数。" -#: discord.utils.escape_markdown:3 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:3 msgid "The text to escape markdown from." msgstr "マークダウンをエスケープするテキスト。" -#: discord.utils.escape_markdown:5 of -msgid "" -"Whether to escape the markdown characters as needed. This means that it " -"does not escape extraneous characters if it's not necessary, e.g. " -"``**hello**`` is escaped into ``\\*\\*hello**`` instead of " -"``\\*\\*hello\\*\\*``. Note however that this can open you up to some " -"clever syntax abuse. Defaults to ``False``." -msgstr "" -"必要に応じてマークダウンをエスケープするかどうか。必要でなければ無関係な文字をエスケープしません。 ``**hello**`` は " -"``\\*\\*hello\\*\\*`` ではなく ``\\*\\*hello**`` " -"にエスケープされます。ただし、これによって巧妙な構文の乱用が発生する可能性があります。デフォルトは ``False`` です。" +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:5 +msgid "Whether to escape the markdown characters as needed. This means that it does not escape extraneous characters if it's not necessary, e.g. ``**hello**`` is escaped into ``\\*\\*hello**`` instead of ``\\*\\*hello\\*\\*``. Note however that this can open you up to some clever syntax abuse. Defaults to ``False``." +msgstr "必要に応じてマークダウンをエスケープするかどうか。必要でなければ無関係な文字をエスケープしません。 ``**hello**`` は ``\\*\\*hello\\*\\*`` ではなく ``\\*\\*hello**`` にエスケープされます。ただし、これによって巧妙な構文の乱用が発生する可能性があります。デフォルトは ``False`` です。" -#: discord.utils.escape_markdown:11 of -msgid "" -"Whether to leave links alone when escaping markdown. For example, if a " -"URL in the text contains characters such as ``_`` then it will be left " -"alone. This option is not supported with ``as_needed``. Defaults to " -"``True``." -msgstr "" -"マークダウンをエスケープするときにリンクを残すかどうか。たとえば、テキスト中のURLが ``_`` " -"のような文字を含む場合、これは残されます。これは ``as_needed`` と併用できません。デフォルトは ``True`` です。" +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:11 +msgid "Whether to leave links alone when escaping markdown. For example, if a URL in the text contains characters such as ``_`` then it will be left alone. This option is not supported with ``as_needed``. Defaults to ``True``." +msgstr "マークダウンをエスケープするときにリンクを残すかどうか。たとえば、テキスト中のURLが ``_`` のような文字を含む場合、これは残されます。これは ``as_needed`` と併用できません。デフォルトは ``True`` です。" -#: discord.utils.escape_markdown:17 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_markdown:17 msgid "The text with the markdown special characters escaped with a slash." msgstr "マークダウンの特殊文字をスラッシュでエスケープしたテキスト。" -#: discord.utils.escape_mentions:1 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:1 msgid "A helper function that escapes everyone, here, role, and user mentions." msgstr "everyone、here、役職とユーザーのメンションをエスケープするヘルパー関数。" -#: discord.utils.escape_mentions:5 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:5 msgid "This does not include channel mentions." msgstr "チャンネルのメンションはエスケープしません。" -#: discord.utils.escape_mentions:9 of -msgid "" -"For more granular control over what mentions should be escaped within " -"messages, refer to the :class:`~discord.AllowedMentions` class." +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:9 +msgid "For more granular control over what mentions should be escaped within messages, refer to the :class:`~discord.AllowedMentions` class." msgstr "" -#: discord.utils.escape_mentions:13 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:13 msgid "The text to escape mentions from." msgstr "メンションをエスケープするテキスト。" -#: discord.utils.escape_mentions:16 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:16 msgid "The text with the mentions removed." msgstr "メンションが削除されたテキスト。" -#: discord.utils.resolve_invite:1 of -#, fuzzy +#: ../../api.rst:1218 +msgid "A data class which represents a resolved invite returned from :func:`discord.utils.resolve_invite`." +msgstr "" + +#: ../../api.rst:1222 +msgid "The invite code." +msgstr "招待コード。" + +#: ../../api.rst:1228 +msgid "The id of the scheduled event that the invite refers to." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:1 msgid "Resolves an invite from a :class:`~discord.Invite`, URL or code." -msgstr ":class:`~discord.Invite` やURL、IDから招待を解決します" +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:3 +msgid "Now returns a :class:`.ResolvedInvite` instead of a :class:`str`." +msgstr "" -#: discord.utils.resolve_invite:3 of +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:7 msgid "The invite." msgstr "招待。" -#: discord.utils.resolve_invite:6 of -msgid "The invite code." -msgstr "招待コード。" +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:10 +msgid "A data class containing the invite code and the event ID." +msgstr "" + +#: ../../../discord/utils.py:docstring of discord.utils.resolve_invite:11 +msgid ":class:`.ResolvedInvite`" +msgstr "" -#: discord.utils.resolve_template:1 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:1 msgid "Resolves a template code from a :class:`~discord.Template`, URL or code." -msgstr ":class:`~discord.Invite` やURL、IDから招待を解決します" +msgstr "" -#: discord.utils.resolve_template:5 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:5 msgid "The code." -msgstr "招待コード。" +msgstr "" -#: discord.template.Template:7 discord.utils.resolve_template:8 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.resolve_template:8 +#: ../../../discord/template.py:docstring of discord.template.Template:7 msgid "The template code." -msgstr "招待コード。" +msgstr "" -#: discord.utils.sleep_until:3 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:3 msgid "Sleep until a specified time." -msgstr "特定のインデックスのフィールドを削除します。" +msgstr "" -#: discord.utils.sleep_until:5 of +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:5 msgid "If the time supplied is in the past this function will yield instantly." msgstr "" -#: discord.utils.sleep_until:9 of -msgid "" -"The timestamp in which to sleep until. If the datetime is naive then it " -"is assumed to be local time." +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:9 +msgid "The timestamp in which to sleep until. If the datetime is naive then it is assumed to be local time." msgstr "" -#: discord.utils.sleep_until:12 of +#: ../../../discord/utils.py:docstring of discord.utils.sleep_until:12 msgid "If provided is returned to the caller when the coroutine completes." msgstr "" -#: discord.utils.utcnow:1 of -msgid "" -"A helper function to return an aware UTC datetime representing the " -"current time." +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:1 +msgid "A helper function to return an aware UTC datetime representing the current time." msgstr "" -#: discord.utils.utcnow:3 of -msgid "" -"This should be preferred to :meth:`datetime.datetime.utcnow` since it is " -"an aware datetime, compared to the naive datetime in the standard " -"library." +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:3 +msgid "This should be preferred to :meth:`datetime.datetime.utcnow` since it is an aware datetime, compared to the naive datetime in the standard library." msgstr "" -#: discord.utils.utcnow:8 of +#: ../../../discord/utils.py:docstring of discord.utils.utcnow:8 msgid "The current aware datetime in UTC." msgstr "" -#: discord.utils.format_dt:1 of -msgid "" -"A helper function to format a :class:`datetime.datetime` for presentation" -" within Discord." +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:1 +msgid "A helper function to format a :class:`datetime.datetime` for presentation within Discord." msgstr "" -#: discord.utils.format_dt:3 of -msgid "" -"This allows for a locale-independent way of presenting data using Discord" -" specific Markdown." +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:3 +msgid "This allows for a locale-independent way of presenting data using Discord specific Markdown." msgstr "" -#: discord.utils.format_dt:6 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:6 msgid "Style" msgstr "" -#: discord.utils.format_dt:6 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:6 msgid "Example Output" msgstr "" -#: ../../api.rst:2764 ../../api.rst:2784 discord.utils.format_dt:6 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:6 +#: ../../api.rst:2838 +#: ../../api.rst:2858 msgid "Description" msgstr "" -#: discord.utils.format_dt:8 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:8 msgid "t" msgstr "" -#: discord.utils.format_dt:8 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:8 msgid "22:57" msgstr "" -#: discord.utils.format_dt:8 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:8 msgid "Short Time" msgstr "" -#: discord.utils.format_dt:10 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:10 msgid "T" msgstr "" -#: discord.utils.format_dt:10 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:10 msgid "22:57:58" msgstr "" -#: discord.utils.format_dt:10 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:10 msgid "Long Time" msgstr "" -#: discord.utils.format_dt:12 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:12 msgid "d" msgstr "" -#: discord.utils.format_dt:12 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:12 msgid "17/05/2016" msgstr "" -#: discord.utils.format_dt:12 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:12 msgid "Short Date" msgstr "" -#: discord.utils.format_dt:14 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:14 msgid "D" msgstr "" -#: discord.utils.format_dt:14 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:14 msgid "17 May 2016" msgstr "" -#: discord.utils.format_dt:14 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:14 msgid "Long Date" msgstr "" -#: discord.utils.format_dt:16 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:16 msgid "f (default)" msgstr "" -#: discord.utils.format_dt:16 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:16 msgid "17 May 2016 22:57" msgstr "" -#: discord.utils.format_dt:16 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:16 msgid "Short Date Time" msgstr "" -#: discord.utils.format_dt:18 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:18 msgid "F" msgstr "" -#: discord.utils.format_dt:18 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:18 msgid "Tuesday, 17 May 2016 22:57" msgstr "" -#: discord.utils.format_dt:18 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:18 msgid "Long Date Time" msgstr "" -#: discord.utils.format_dt:20 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:20 msgid "R" msgstr "" -#: discord.utils.format_dt:20 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:20 msgid "5 years ago" msgstr "" -#: discord.utils.format_dt:20 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:20 msgid "Relative Time" msgstr "" -#: discord.utils.format_dt:23 of -msgid "" -"Note that the exact output depends on the user's locale setting in the " -"client. The example output presented is using the ``en-GB`` locale." +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:23 +msgid "Note that the exact output depends on the user's locale setting in the client. The example output presented is using the ``en-GB`` locale." msgstr "" -#: discord.utils.format_dt:28 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:28 msgid "The datetime to format." msgstr "" -#: discord.utils.format_dt:30 of +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:30 msgid "The style to format the datetime with." msgstr "" -#: discord.utils.format_dt:33 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.format_dt:33 msgid "The formatted string." -msgstr "入力を始めたユーザー。" +msgstr "" -#: discord.utils.as_chunks:1 of +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:1 msgid "A helper function that collects an iterator into chunks of a given size." msgstr "" -#: discord.utils.as_chunks:5 of +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:5 msgid "The iterator to chunk, can be sync or async." msgstr "" -#: discord.utils.as_chunks:7 of +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:7 msgid "The maximum chunk size." msgstr "" -#: discord.utils.as_chunks:12 of +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:12 msgid "The last chunk collected may not be as large as ``max_size``." msgstr "" -#: discord.utils.as_chunks:14 of +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:14 msgid "A new iterator which yields chunks of a given size." msgstr "" -#: discord.utils.as_chunks:15 of -#, fuzzy +#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:15 msgid "Union[:class:`Iterator`, :class:`AsyncIterator`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +msgstr "" -#: ../../api.rst:1128 +#: ../../api.rst:1247 msgid "Enumerations" msgstr "列挙型" -#: ../../api.rst:1130 -msgid "" -"The API provides some enumerations for certain types of strings to avoid " -"the API from being stringly typed in case the strings change in the " -"future." +#: ../../api.rst:1249 +msgid "The API provides some enumerations for certain types of strings to avoid the API from being stringly typed in case the strings change in the future." msgstr "APIは、文字列が将来変わることに備え、文字列を直書きするのを防ぐために、いくらかの文字列の列挙型を提供します。" -#: ../../api.rst:1133 -msgid "" -"All enumerations are subclasses of an internal class which mimics the " -"behaviour of :class:`enum.Enum`." +#: ../../api.rst:1252 +msgid "All enumerations are subclasses of an internal class which mimics the behaviour of :class:`enum.Enum`." msgstr "列挙型はすべて :class:`enum.Enum` の動作を模倣した内部クラスのサブクラスです。" -#: ../../api.rst:1138 +#: ../../api.rst:1257 msgid "Specifies the type of channel." msgstr "特定チャンネルのチャンネルタイプ。" -#: ../../api.rst:1142 +#: ../../api.rst:1261 msgid "A text channel." msgstr "テキストチャンネル。" -#: ../../api.rst:1145 +#: ../../api.rst:1264 msgid "A voice channel." msgstr "ボイスチャンネル。" -#: ../../api.rst:1148 +#: ../../api.rst:1267 msgid "A private text channel. Also called a direct message." msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" -#: ../../api.rst:1151 +#: ../../api.rst:1270 msgid "A private group text channel." msgstr "プライベートのグループDM。" -#: ../../api.rst:1154 -#, fuzzy +#: ../../api.rst:1273 msgid "A category channel." -msgstr "テキストチャンネル。" +msgstr "" -#: ../../api.rst:1157 +#: ../../api.rst:1276 msgid "A guild news channel." msgstr "ギルドのニュースチャンネル。" -#: ../../api.rst:1161 +#: ../../api.rst:1280 msgid "A guild store channel." msgstr "ギルドのストアチャンネル。" -#: ../../api.rst:1165 -#, fuzzy +#: ../../api.rst:1284 msgid "A guild stage voice channel." -msgstr "ギルドのストアチャンネル。" +msgstr "" -#: ../../api.rst:1171 +#: ../../api.rst:1290 msgid "A news thread" msgstr "" -#: ../../api.rst:1177 +#: ../../api.rst:1296 msgid "A public thread" msgstr "" -#: ../../api.rst:1183 +#: ../../api.rst:1302 msgid "A private thread" msgstr "" -#: ../../api.rst:1189 -msgid "" -"Specifies the type of :class:`Message`. This is used to denote if a " -"message is to be interpreted as a system message or a regular message." +#: ../../api.rst:1308 +msgid "Specifies the type of :class:`Message`. This is used to denote if a message is to be interpreted as a system message or a regular message." msgstr ":class:`Message` のタイプを指定します。これは、メッセージが通常のものかシステムメッセージかを判断するのに使用できます。" -#: ../../api.rst:1196 discord.message.Message:7 of -#, fuzzy +#: ../../api.rst:1315 +#: ../../../discord/message.py:docstring of discord.message.Message:7 msgid "Checks if two messages are equal." -msgstr "二つのユーザーが等しいかを比較します。" +msgstr "" -#: ../../api.rst:1199 discord.message.Message:11 of -#, fuzzy +#: ../../api.rst:1318 +#: ../../../discord/message.py:docstring of discord.message.Message:11 msgid "Checks if two messages are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +msgstr "" -#: ../../api.rst:1203 +#: ../../api.rst:1322 msgid "The default message type. This is the same as regular messages." msgstr "デフォルトのメッセージ。これは通常のメッセージと同じです。" -#: ../../api.rst:1206 -#, fuzzy -msgid "" -"The system message when a user is added to a group private message or a " -"thread." +#: ../../api.rst:1325 +msgid "The system message when a user is added to a group private message or a thread." msgstr "" -"グループのプライベートメッセージ、つまり、 :attr:`ChannelType.group` " -"のプライベートチャンネルの参加者が増えたときのシステムメッセージ。" -#: ../../api.rst:1210 -#, fuzzy -msgid "" -"The system message when a user is removed from a group private message or" -" a thread." +#: ../../api.rst:1329 +msgid "The system message when a user is removed from a group private message or a thread." msgstr "" -"グループのプライベートメッセージ、つまり、 :attr:`ChannelType.group` " -"のプライベートチャンネルの参加者が減ったときのシステムメッセージ。" -#: ../../api.rst:1214 -msgid "" -"The system message denoting call state, e.g. missed call, started call, " -"etc." +#: ../../api.rst:1333 +msgid "The system message denoting call state, e.g. missed call, started call, etc." msgstr "通話の状態を示すシステムメッセージ。例: 不在着信、通話の開始、その他。" -#: ../../api.rst:1218 +#: ../../api.rst:1337 msgid "The system message denoting that a channel's name has been changed." msgstr "チャンネル名の変更を示すシステムメッセージ。" -#: ../../api.rst:1221 +#: ../../api.rst:1340 msgid "The system message denoting that a channel's icon has been changed." msgstr "チャンネルのアイコンの変更を示すシステムメッセージ。" -#: ../../api.rst:1224 -msgid "" -"The system message denoting that a pinned message has been added to a " -"channel." +#: ../../api.rst:1343 +msgid "The system message denoting that a pinned message has been added to a channel." msgstr "ピン留めの追加を示すシステムメッセージ。" -#: ../../api.rst:1227 +#: ../../api.rst:1346 msgid "The system message denoting that a new member has joined a Guild." msgstr "ギルドの新規メンバーの参加を示すシステムメッセージ。" -#: ../../api.rst:1231 +#: ../../api.rst:1350 msgid "The system message denoting that a member has \"nitro boosted\" a guild." msgstr "メンバーがギルドを「ニトロブースト」したことを表すシステムメッセージ。" -#: ../../api.rst:1234 -msgid "" -"The system message denoting that a member has \"nitro boosted\" a guild " -"and it achieved level 1." +#: ../../api.rst:1353 +msgid "The system message denoting that a member has \"nitro boosted\" a guild and it achieved level 1." msgstr "メンバーがギルドを「ニトロブースト」し、それによってギルドがレベル1に到達したことを表すシステムメッセージ。" -#: ../../api.rst:1238 -msgid "" -"The system message denoting that a member has \"nitro boosted\" a guild " -"and it achieved level 2." +#: ../../api.rst:1357 +msgid "The system message denoting that a member has \"nitro boosted\" a guild and it achieved level 2." msgstr "メンバーがギルドを「ニトロブースト」し、それによってギルドがレベル2に到達したことを表すシステムメッセージ。" -#: ../../api.rst:1242 -msgid "" -"The system message denoting that a member has \"nitro boosted\" a guild " -"and it achieved level 3." +#: ../../api.rst:1361 +msgid "The system message denoting that a member has \"nitro boosted\" a guild and it achieved level 3." msgstr "メンバーがギルドを「ニトロブースト」し、それによってギルドがレベル3に到達したことを表すシステムメッセージ。" -#: ../../api.rst:1246 -#, fuzzy -msgid "" -"The system message denoting that an announcement channel has been " -"followed." -msgstr "チャンネル名の変更を示すシステムメッセージ。" +#: ../../api.rst:1365 +msgid "The system message denoting that an announcement channel has been followed." +msgstr "" -#: ../../api.rst:1251 -#, fuzzy +#: ../../api.rst:1370 msgid "The system message denoting that a member is streaming in the guild." -msgstr "メンバーがギルドを「ニトロブースト」したことを表すシステムメッセージ。" +msgstr "" -#: ../../api.rst:1256 -msgid "" -"The system message denoting that the guild is no longer eligible for " -"Server Discovery." +#: ../../api.rst:1375 +msgid "The system message denoting that the guild is no longer eligible for Server Discovery." msgstr "" -#: ../../api.rst:1262 -#, fuzzy -msgid "" -"The system message denoting that the guild has become eligible again for " -"Server Discovery." -msgstr "チャンネル名の変更を示すシステムメッセージ。" +#: ../../api.rst:1381 +msgid "The system message denoting that the guild has become eligible again for Server Discovery." +msgstr "" -#: ../../api.rst:1268 -msgid "" -"The system message denoting that the guild has failed to meet the Server " -"Discovery requirements for one week." +#: ../../api.rst:1387 +msgid "The system message denoting that the guild has failed to meet the Server Discovery requirements for one week." msgstr "" -#: ../../api.rst:1274 -msgid "" -"The system message denoting that the guild has failed to meet the Server " -"Discovery requirements for 3 weeks in a row." +#: ../../api.rst:1393 +msgid "The system message denoting that the guild has failed to meet the Server Discovery requirements for 3 weeks in a row." msgstr "" -#: ../../api.rst:1280 -msgid "" -"The system message denoting that a thread has been created. This is only " -"sent if the thread has been created from an older message. The period of " -"time required for a message to be considered old cannot be relied upon " -"and is up to Discord." +#: ../../api.rst:1399 +msgid "The system message denoting that a thread has been created. This is only sent if the thread has been created from an older message. The period of time required for a message to be considered old cannot be relied upon and is up to Discord." msgstr "" -#: ../../api.rst:1288 -#, fuzzy +#: ../../api.rst:1407 msgid "The system message denoting that the author is replying to a message." -msgstr "ピン留めの追加を示すシステムメッセージ。" +msgstr "" -#: ../../api.rst:1293 -#, fuzzy -msgid "" -"The system message denoting that an application (or \"slash\") command " -"was executed." -msgstr "チャンネルのアイコンの変更を示すシステムメッセージ。" +#: ../../api.rst:1412 +msgid "The system message denoting that an application (or \"slash\") command was executed." +msgstr "" -#: ../../api.rst:1298 +#: ../../api.rst:1417 msgid "The system message sent as a reminder to invite people to the guild." msgstr "" -#: ../../api.rst:1303 -#, fuzzy -msgid "" -"The system message denoting the message in the thread that is the one " -"that started the thread's conversation topic." -msgstr "ピン留めの追加を示すシステムメッセージ。" +#: ../../api.rst:1422 +msgid "The system message denoting the message in the thread that is the one that started the thread's conversation topic." +msgstr "" -#: ../../api.rst:1310 -#, fuzzy +#: ../../api.rst:1429 msgid "Represents Discord User flags." -msgstr "あなたのDiscordユーザーを表します。" +msgstr "" -#: ../../api.rst:1314 -#, fuzzy +#: ../../api.rst:1433 msgid "The user is a Discord Employee." -msgstr "Discordの埋め込みを表します。" +msgstr "" -#: ../../api.rst:1317 -#, fuzzy +#: ../../api.rst:1436 msgid "The user is a Discord Partner." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +msgstr "" -#: ../../api.rst:1320 +#: ../../api.rst:1439 msgid "The user is a HypeSquad Events member." msgstr "" -#: ../../api.rst:1323 -#, fuzzy +#: ../../api.rst:1442 msgid "The user is a Bug Hunter." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +msgstr "" -#: ../../api.rst:1326 +#: ../../api.rst:1445 msgid "The user has SMS recovery for Multi Factor Authentication enabled." msgstr "" -#: ../../api.rst:1329 +#: ../../api.rst:1448 msgid "The user has dismissed the Discord Nitro promotion." msgstr "" -#: ../../api.rst:1332 +#: ../../api.rst:1451 msgid "The user is a HypeSquad Bravery member." msgstr "" -#: ../../api.rst:1335 +#: ../../api.rst:1454 msgid "The user is a HypeSquad Brilliance member." msgstr "" -#: ../../api.rst:1338 +#: ../../api.rst:1457 msgid "The user is a HypeSquad Balance member." msgstr "" -#: ../../api.rst:1341 +#: ../../api.rst:1460 msgid "The user is an Early Supporter." msgstr "" -#: ../../api.rst:1344 -#, fuzzy +#: ../../api.rst:1463 msgid "The user is a Team User." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +msgstr "" -#: ../../api.rst:1347 -#, fuzzy +#: ../../api.rst:1466 msgid "The user is a system user (i.e. represents Discord officially)." -msgstr ":class:`bool` -- ユーザーがプレミアムユーザー (例えば Discord Nitro) であるかを表します。" +msgstr "" -#: ../../api.rst:1350 +#: ../../api.rst:1469 msgid "The user has an unread system message." msgstr "" -#: ../../api.rst:1353 -#, fuzzy +#: ../../api.rst:1472 msgid "The user is a Bug Hunter Level 2." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +msgstr "" -#: ../../api.rst:1356 -#, fuzzy +#: ../../api.rst:1475 msgid "The user is a Verified Bot." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +msgstr "" -#: ../../api.rst:1359 +#: ../../api.rst:1478 msgid "The user is an Early Verified Bot Developer." msgstr "" -#: ../../api.rst:1362 -#, fuzzy +#: ../../api.rst:1481 msgid "The user is a Discord Certified Moderator." -msgstr "ユーザー名とディスクリミネータを返します。" +msgstr "" -#: ../../api.rst:1365 -msgid "" -"The user is a bot that only uses HTTP interactions and is shown in the " -"online member list." +#: ../../api.rst:1484 +msgid "The user is a bot that only uses HTTP interactions and is shown in the online member list." msgstr "" -#: ../../api.rst:1370 +#: ../../api.rst:1489 msgid "The user is flagged as a spammer by Discord." msgstr "" -#: ../../api.rst:1372 +#: ../../api.rst:1491 msgid "..versionadded:: 2.0" msgstr "" -#: ../../api.rst:1376 -msgid "" -"Specifies the type of :class:`Activity`. This is used to check how to " -"interpret the activity itself." +#: ../../api.rst:1495 +msgid "Specifies the type of :class:`Activity`. This is used to check how to interpret the activity itself." msgstr ":class:`Activity` のタイプを指定します。これはアクティビティをどう解釈するか確認するために使われます。" -#: ../../api.rst:1381 +#: ../../api.rst:1500 msgid "An unknown activity type. This should generally not happen." msgstr "不明なアクティビティタイプ。これは通常起こらないはずです。" -#: ../../api.rst:1384 +#: ../../api.rst:1503 msgid "A \"Playing\" activity type." msgstr "プレイ中のアクティビティタイプ。" -#: ../../api.rst:1387 +#: ../../api.rst:1506 msgid "A \"Streaming\" activity type." msgstr "放送中のアクティビティタイプ。" -#: ../../api.rst:1390 +#: ../../api.rst:1509 msgid "A \"Listening\" activity type." msgstr "再生中のアクティビティタイプ。" -#: ../../api.rst:1393 +#: ../../api.rst:1512 msgid "A \"Watching\" activity type." msgstr "視聴中のアクティビティタイプ。" -#: ../../api.rst:1396 -#, fuzzy +#: ../../api.rst:1515 msgid "A custom activity type." -msgstr "放送中のアクティビティタイプ。" - -#: ../../api.rst:1399 -#, fuzzy -msgid "A competing activity type." -msgstr "視聴中のアクティビティタイプ。" - -#: ../../api.rst:1405 -#, fuzzy -msgid "Specifies the type of :class:`Interaction`." -msgstr "特定チャンネルのチャンネルタイプ。" - -#: ../../api.rst:1411 -msgid "" -"Represents Discord pinging to see if the interaction response server is " -"alive." -msgstr "" - -#: ../../api.rst:1414 -#, fuzzy -msgid "Represents a slash command interaction." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:1417 -msgid "" -"Represents a component based interaction, i.e. using the Discord Bot UI " -"Kit." -msgstr "" - -#: ../../api.rst:1420 -#, fuzzy -msgid "Represents submission of a modal interaction." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:1424 -#, fuzzy -msgid "Specifies the response type for the interaction." -msgstr "リアクションを追加したユーザー。" - -#: ../../api.rst:1430 -msgid "Pongs the interaction when given a ping." -msgstr "" - -#: ../../api.rst:1432 -msgid "See also :meth:`InteractionResponse.pong`" -msgstr "" - -#: ../../api.rst:1435 -#, fuzzy -msgid "Respond to the interaction with a message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" - -#: ../../api.rst:1437 -msgid "See also :meth:`InteractionResponse.send_message`" -msgstr "" - -#: ../../api.rst:1440 -msgid "Responds to the interaction with a message at a later time." -msgstr "" - -#: ../../api.rst:1442 ../../api.rst:1448 -msgid "See also :meth:`InteractionResponse.defer`" -msgstr "" - -#: ../../api.rst:1445 -msgid "" -"Acknowledges the component interaction with a promise that the message " -"will update later (though there is no need to actually update the " -"message)." -msgstr "" - -#: ../../api.rst:1451 -#, fuzzy -msgid "Responds to the interaction by editing the message." -msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" - -#: ../../api.rst:1453 -msgid "See also :meth:`InteractionResponse.edit_message`" -msgstr "" - -#: ../../api.rst:1456 -msgid "Responds to the interaction with a modal." -msgstr "" - -#: ../../api.rst:1458 -msgid "See also :meth:`InteractionResponse.send_modal`" -msgstr "" - -#: ../../api.rst:1462 -msgid "Represents the component type of a component." msgstr "" -#: ../../api.rst:1468 -msgid "Represents the group component which holds different components in a row." -msgstr "" - -#: ../../api.rst:1471 -#, fuzzy -msgid "Represents a button component." -msgstr "オーディオストリームを表します。" - -#: ../../api.rst:1474 -#, fuzzy -msgid "Represents a select component." -msgstr "Discordの埋め込みを表します。" - -#: ../../api.rst:1478 -#, fuzzy -msgid "Represents a text box component." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:1483 -#, fuzzy -msgid "Represents the style of the button component." -msgstr "Discordのライトテーマを表します。" - -#: ../../api.rst:1489 -msgid "Represents a blurple button for the primary action." -msgstr "" - -#: ../../api.rst:1492 -#, fuzzy -msgid "Represents a grey button for the secondary action." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:1495 -msgid "Represents a green button for a successful action." -msgstr "" - -#: ../../api.rst:1498 -msgid "Represents a red button for a dangerous action." +#: ../../api.rst:1518 +msgid "A competing activity type." msgstr "" -#: ../../api.rst:1501 -#, fuzzy -msgid "Represents a link button." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:1505 -#, fuzzy -msgid "An alias for :attr:`primary`." -msgstr ":attr:`high` のエイリアス。" - -#: ../../api.rst:1508 ../../api.rst:1511 -#, fuzzy -msgid "An alias for :attr:`secondary`." -msgstr ":attr:`dnd` のエイリアス。" - -#: ../../api.rst:1514 -#, fuzzy -msgid "An alias for :attr:`success`." -msgstr ":attr:`high` のエイリアス。" - -#: ../../api.rst:1517 -#, fuzzy -msgid "An alias for :attr:`danger`." -msgstr ":attr:`dnd` のエイリアス。" - -#: ../../api.rst:1520 -#, fuzzy -msgid "An alias for :attr:`link`." -msgstr ":attr:`dnd` のエイリアス。" - #: ../../api.rst:1524 -msgid "Represents the style of the text box component." -msgstr "" - -#: ../../api.rst:1530 -#, fuzzy -msgid "Represents a short text box." -msgstr "Discordの埋め込みを表します。" - -#: ../../api.rst:1533 -#, fuzzy -msgid "Represents a long form text box." -msgstr "Discordの埋め込みを表します。" - -#: ../../api.rst:1536 -#, fuzzy -msgid "An alias for :attr:`paragraph`." -msgstr ":attr:`high` のエイリアス。" - -#: ../../api.rst:1540 -msgid "" -"Specifies a :class:`Guild`\\'s verification level, which is the criteria " -"in which a member must meet before being able to send messages to the " -"guild." +msgid "Specifies a :class:`Guild`\\'s verification level, which is the criteria in which a member must meet before being able to send messages to the guild." msgstr ":class:`Guild` の認証レベルを指定します。これは、メンバーがギルドにメッセージを送信できるようになるまでの条件です。" -#: ../../api.rst:1549 +#: ../../api.rst:1533 msgid "Checks if two verification levels are equal." msgstr "認証レベルが等しいか確認します。" -#: ../../api.rst:1552 +#: ../../api.rst:1536 msgid "Checks if two verification levels are not equal." msgstr "認証レベルが等しくないか確認します。" -#: ../../api.rst:1555 +#: ../../api.rst:1539 msgid "Checks if a verification level is higher than another." msgstr "認証レベルがあるレベルより厳しいか確認します。" -#: ../../api.rst:1558 +#: ../../api.rst:1542 msgid "Checks if a verification level is lower than another." msgstr "認証レベルがあるレベルより緩いか確認します。" -#: ../../api.rst:1561 +#: ../../api.rst:1545 msgid "Checks if a verification level is higher or equal to another." msgstr "認証レベルがあるレベルと同じ、又は厳しいか確認します。" -#: ../../api.rst:1564 +#: ../../api.rst:1548 msgid "Checks if a verification level is lower or equal to another." msgstr "認証レベルがあるレベルと同じ、又は緩いか確認します。" -#: ../../api.rst:1568 +#: ../../api.rst:1552 msgid "No criteria set." msgstr "無制限。" -#: ../../api.rst:1571 +#: ../../api.rst:1555 msgid "Member must have a verified email on their Discord account." msgstr "メンバーはDiscordアカウントのメール認証を済ませないといけません。" -#: ../../api.rst:1574 -msgid "" -"Member must have a verified email and be registered on Discord for more " -"than five minutes." +#: ../../api.rst:1558 +msgid "Member must have a verified email and be registered on Discord for more than five minutes." msgstr "メンバーはメール認証をし、かつアカウント登録から5分経過しないといけません。" -#: ../../api.rst:1578 -msgid "" -"Member must have a verified email, be registered on Discord for more than" -" five minutes, and be a member of the guild itself for more than ten " -"minutes." +#: ../../api.rst:1562 +msgid "Member must have a verified email, be registered on Discord for more than five minutes, and be a member of the guild itself for more than ten minutes." msgstr "メンバーはメール認証をし、Discordのアカウント登録から5分経過し、かつ10分以上ギルドに所属していないといけません。" -#: ../../api.rst:1583 +#: ../../api.rst:1567 msgid "Member must have a verified phone on their Discord account." msgstr "メンバーはDiscordアカウントの電話番号認証を済ませないといけません。" -#: ../../api.rst:1587 -msgid "" -"Specifies whether a :class:`Guild` has notifications on for all messages " -"or mentions only by default." +#: ../../api.rst:1571 +msgid "Specifies whether a :class:`Guild` has notifications on for all messages or mentions only by default." msgstr ":class:`Guild` の通知対象のデフォルト設定をすべてのメッセージ、またはメンションのみに指定します。" -#: ../../api.rst:1595 -#, fuzzy +#: ../../api.rst:1579 msgid "Checks if two notification levels are equal." -msgstr "認証レベルが等しいか確認します。" +msgstr "" -#: ../../api.rst:1598 -#, fuzzy +#: ../../api.rst:1582 msgid "Checks if two notification levels are not equal." -msgstr "認証レベルが等しくないか確認します。" +msgstr "" -#: ../../api.rst:1601 -#, fuzzy +#: ../../api.rst:1585 msgid "Checks if a notification level is higher than another." -msgstr "認証レベルがあるレベルより厳しいか確認します。" +msgstr "" -#: ../../api.rst:1604 -#, fuzzy +#: ../../api.rst:1588 msgid "Checks if a notification level is lower than another." -msgstr "認証レベルがあるレベルより緩いか確認します。" +msgstr "" -#: ../../api.rst:1607 -#, fuzzy +#: ../../api.rst:1591 msgid "Checks if a notification level is higher or equal to another." -msgstr "認証レベルがあるレベルと同じ、又は厳しいか確認します。" +msgstr "" -#: ../../api.rst:1610 -#, fuzzy +#: ../../api.rst:1594 msgid "Checks if a notification level is lower or equal to another." -msgstr "認証レベルがあるレベルと同じ、又は緩いか確認します。" +msgstr "" -#: ../../api.rst:1614 -msgid "" -"Members receive notifications for every message regardless of them being " -"mentioned." +#: ../../api.rst:1598 +msgid "Members receive notifications for every message regardless of them being mentioned." msgstr "メンバーは、メンションされているかどうかに関わらず、すべてのメッセージの通知を受け取ります。" -#: ../../api.rst:1617 +#: ../../api.rst:1601 msgid "Members receive notifications for messages they are mentioned in." msgstr "メンバーは自分がメンションされているメッセージの通知のみ受け取ります。" -#: ../../api.rst:1621 -msgid "" -"Specifies a :class:`Guild`\\'s explicit content filter, which is the " -"machine learning algorithms that Discord uses to detect if an image " -"contains pornography or otherwise explicit content." -msgstr "" -":class:`Guild` " -"の不適切な表現のフィルターを指定します。これはDiscordがポルノ画像や不適切な表現を検出するために使用している機械学習アルゴリズムです。" +#: ../../api.rst:1605 +msgid "Specifies a :class:`Guild`\\'s explicit content filter, which is the machine learning algorithms that Discord uses to detect if an image contains pornography or otherwise explicit content." +msgstr ":class:`Guild` の不適切な表現のフィルターを指定します。これはDiscordがポルノ画像や不適切な表現を検出するために使用している機械学習アルゴリズムです。" -#: ../../api.rst:1631 +#: ../../api.rst:1615 msgid "Checks if two content filter levels are equal." msgstr "表現のフィルターのレベルが等しいか確認します。" -#: ../../api.rst:1634 +#: ../../api.rst:1618 msgid "Checks if two content filter levels are not equal." msgstr "表現のフィルターのレベルが等しくないか確認します。" -#: ../../api.rst:1637 +#: ../../api.rst:1621 msgid "Checks if a content filter level is higher than another." msgstr "表現のフィルターのレベルが他のレベルより大きいか確認します。" -#: ../../api.rst:1640 +#: ../../api.rst:1624 msgid "Checks if a content filter level is lower than another." msgstr "表現のフィルターのレベルが他のレベルより小さいか確認します。" -#: ../../api.rst:1643 +#: ../../api.rst:1627 msgid "Checks if a content filter level is higher or equal to another." msgstr "表現のフィルターのレベルが他のレベルより大きい、または等しいか確認します。" -#: ../../api.rst:1646 +#: ../../api.rst:1630 msgid "Checks if a content filter level is lower or equal to another." msgstr "表現のフィルターのレベルが他のレベルより小さい、または等しいか確認します。" -#: ../../api.rst:1650 +#: ../../api.rst:1634 msgid "The guild does not have the content filter enabled." msgstr "ギルドで表現のフィルターが有効ではない。" -#: ../../api.rst:1653 +#: ../../api.rst:1637 msgid "The guild has the content filter enabled for members without a role." msgstr "ギルドで役職を持たないメンバーに対して表現のフィルターが有効化されている。" -#: ../../api.rst:1656 +#: ../../api.rst:1640 msgid "The guild has the content filter enabled for every member." msgstr "ギルドで、すべてのメンバーに対して表現のフィルターが有効化されている。" -#: ../../api.rst:1660 +#: ../../api.rst:1644 msgid "Specifies a :class:`Member` 's status." msgstr ":class:`Member` のステータスを指定します。" -#: ../../api.rst:1664 +#: ../../api.rst:1648 msgid "The member is online." msgstr "メンバーがオンライン。" -#: ../../api.rst:1667 +#: ../../api.rst:1651 msgid "The member is offline." msgstr "メンバーがオフライン。" -#: ../../api.rst:1670 +#: ../../api.rst:1654 msgid "The member is idle." -msgstr "メンバーが退席中。" +msgstr "メンバーメンバーが退席中。" -#: ../../api.rst:1673 +#: ../../api.rst:1657 msgid "The member is \"Do Not Disturb\"." msgstr "メンバーが取り込み中。" -#: ../../api.rst:1676 +#: ../../api.rst:1660 msgid "An alias for :attr:`dnd`." msgstr ":attr:`dnd` のエイリアス。" -#: ../../api.rst:1679 -msgid "" -"The member is \"invisible\". In reality, this is only used in sending a " -"presence a la :meth:`Client.change_presence`. When you receive a user's " -"presence this will be :attr:`offline` instead." -msgstr "" -"メンバーがオンライン状態を隠す。実際には、これは :meth:`Client.change_presence` " -"でプレゼンスを送信する時のみ使用します。ユーザーのプレゼンスを受け取った場合、これは :attr:`offline` に置き換えられます。" +#: ../../api.rst:1663 +msgid "The member is \"invisible\". In reality, this is only used in sending a presence a la :meth:`Client.change_presence`. When you receive a user's presence this will be :attr:`offline` instead." +msgstr "メンバーがオンライン状態を隠す。実際には、これは :meth:`Client.change_presence` でプレゼンスを送信する時のみ使用します。ユーザーのプレゼンスを受け取った場合、これは :attr:`offline` に置き換えられます。" -#: ../../api.rst:1686 -msgid "" -"Represents the type of action being done for a :class:`AuditLogEntry`\\, " -"which is retrievable via :meth:`Guild.audit_logs`." -msgstr "" -":class:`AuditLogEntry` で行われた動作の種類を取得します。AuditLogEntryは " -":meth:`Guild.audit_logs` で取得可能です。" +#: ../../api.rst:1670 +msgid "Represents the type of action being done for a :class:`AuditLogEntry`\\, which is retrievable via :meth:`Guild.audit_logs`." +msgstr ":class:`AuditLogEntry` で行われた動作の種類を取得します。AuditLogEntryは :meth:`Guild.audit_logs` で取得可能です。" -#: ../../api.rst:1691 +#: ../../api.rst:1675 msgid "The guild has updated. Things that trigger this include:" msgstr "ギルドが更新された。このトリガーとなるものは以下のとおりです。" -#: ../../api.rst:1693 +#: ../../api.rst:1677 msgid "Changing the guild vanity URL" msgstr "ギルドのvanity URLの変更" -#: ../../api.rst:1694 +#: ../../api.rst:1678 msgid "Changing the guild invite splash" msgstr "ギルドの招待時のスプラッシュ画像の変更" -#: ../../api.rst:1695 +#: ../../api.rst:1679 msgid "Changing the guild AFK channel or timeout" msgstr "ギルドのAFKチャンネル、またはタイムアウトの変更" -#: ../../api.rst:1696 +#: ../../api.rst:1680 msgid "Changing the guild voice server region" msgstr "ギルドの音声通話のサーバーリージョンの変更" -#: ../../api.rst:1697 -#, fuzzy +#: ../../api.rst:1681 msgid "Changing the guild icon, banner, or discovery splash" -msgstr "ギルドの招待時のスプラッシュ画像の変更" +msgstr "" -#: ../../api.rst:1698 +#: ../../api.rst:1682 msgid "Changing the guild moderation settings" msgstr "ギルドの管理設定の変更" -#: ../../api.rst:1699 +#: ../../api.rst:1683 msgid "Changing things related to the guild widget" msgstr "ギルドのウィジェットに関連するものの変更" -#: ../../api.rst:1701 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Guild`." +#: ../../api.rst:1685 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Guild`." msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは :class:`Guild` になります。" -#: ../../api.rst:1704 ../../api.rst:1738 ../../api.rst:1757 ../../api.rst:1779 -#: ../../api.rst:1798 ../../api.rst:1814 ../../api.rst:1829 ../../api.rst:1888 -#: ../../api.rst:1903 ../../api.rst:1948 ../../api.rst:1971 ../../api.rst:1988 -#: ../../api.rst:2003 ../../api.rst:2027 ../../api.rst:2044 ../../api.rst:2060 -#: ../../api.rst:2073 ../../api.rst:2086 ../../api.rst:2097 ../../api.rst:2108 -#: ../../api.rst:2205 ../../api.rst:2220 ../../api.rst:2241 ../../api.rst:2260 -#: ../../api.rst:2279 ../../api.rst:2298 ../../api.rst:2316 ../../api.rst:2334 +#: ../../api.rst:1688 +#: ../../api.rst:1722 +#: ../../api.rst:1741 +#: ../../api.rst:1763 +#: ../../api.rst:1782 +#: ../../api.rst:1798 +#: ../../api.rst:1813 +#: ../../api.rst:1872 +#: ../../api.rst:1887 +#: ../../api.rst:1932 +#: ../../api.rst:1955 +#: ../../api.rst:1972 +#: ../../api.rst:1987 +#: ../../api.rst:2011 +#: ../../api.rst:2028 +#: ../../api.rst:2044 +#: ../../api.rst:2057 +#: ../../api.rst:2070 +#: ../../api.rst:2081 +#: ../../api.rst:2092 +#: ../../api.rst:2189 +#: ../../api.rst:2204 +#: ../../api.rst:2225 +#: ../../api.rst:2244 +#: ../../api.rst:2263 +#: ../../api.rst:2336 +#: ../../api.rst:2354 +#: ../../api.rst:2372 msgid "Possible attributes for :class:`AuditLogDiff`:" msgstr ":class:`AuditLogDiff` から、以下の属性を参照できます:" -#: ../../api.rst:1706 +#: ../../api.rst:1690 msgid ":attr:`~AuditLogDiff.afk_channel`" msgstr ":attr:`~AuditLogDiff.afk_channel`" -#: ../../api.rst:1707 +#: ../../api.rst:1691 msgid ":attr:`~AuditLogDiff.system_channel`" msgstr ":attr:`~AuditLogDiff.system_channel`" -#: ../../api.rst:1708 +#: ../../api.rst:1692 msgid ":attr:`~AuditLogDiff.afk_timeout`" msgstr ":attr:`~AuditLogDiff.afk_timeout`" -#: ../../api.rst:1709 +#: ../../api.rst:1693 msgid ":attr:`~AuditLogDiff.default_message_notifications`" msgstr ":attr:`~AuditLogDiff.default_message_notifications`" -#: ../../api.rst:1710 +#: ../../api.rst:1694 msgid ":attr:`~AuditLogDiff.explicit_content_filter`" msgstr ":attr:`~AuditLogDiff.explicit_content_filter`" -#: ../../api.rst:1711 +#: ../../api.rst:1695 msgid ":attr:`~AuditLogDiff.mfa_level`" msgstr ":attr:`~AuditLogDiff.mfa_level`" -#: ../../api.rst:1712 ../../api.rst:1740 ../../api.rst:1759 ../../api.rst:1781 -#: ../../api.rst:1955 ../../api.rst:1978 ../../api.rst:1993 ../../api.rst:2047 -#: ../../api.rst:2063 ../../api.rst:2076 ../../api.rst:2088 ../../api.rst:2099 -#: ../../api.rst:2110 ../../api.rst:2243 ../../api.rst:2262 ../../api.rst:2281 -#: ../../api.rst:2300 ../../api.rst:2318 ../../api.rst:2336 +#: ../../api.rst:1696 +#: ../../api.rst:1724 +#: ../../api.rst:1743 +#: ../../api.rst:1765 +#: ../../api.rst:1939 +#: ../../api.rst:1962 +#: ../../api.rst:1977 +#: ../../api.rst:2031 +#: ../../api.rst:2047 +#: ../../api.rst:2060 +#: ../../api.rst:2072 +#: ../../api.rst:2083 +#: ../../api.rst:2094 +#: ../../api.rst:2227 +#: ../../api.rst:2246 +#: ../../api.rst:2265 +#: ../../api.rst:2338 +#: ../../api.rst:2356 +#: ../../api.rst:2374 msgid ":attr:`~AuditLogDiff.name`" msgstr ":attr:`~AuditLogDiff.name`" -#: ../../api.rst:1713 +#: ../../api.rst:1697 msgid ":attr:`~AuditLogDiff.owner`" msgstr ":attr:`~AuditLogDiff.owner`" -#: ../../api.rst:1714 +#: ../../api.rst:1698 msgid ":attr:`~AuditLogDiff.splash`" msgstr ":attr:`~AuditLogDiff.splash`" -#: ../../api.rst:1715 -#, fuzzy +#: ../../api.rst:1699 msgid ":attr:`~AuditLogDiff.discovery_splash`" -msgstr ":attr:`~AuditLogDiff.splash`" +msgstr "" -#: ../../api.rst:1716 ../../api.rst:1953 ../../api.rst:1976 -#, fuzzy +#: ../../api.rst:1700 +#: ../../api.rst:1937 +#: ../../api.rst:1960 msgid ":attr:`~AuditLogDiff.icon`" -msgstr ":attr:`~AuditLogDiff.nick`" +msgstr "" -#: ../../api.rst:1717 -#, fuzzy +#: ../../api.rst:1701 msgid ":attr:`~AuditLogDiff.banner`" -msgstr ":attr:`~AuditLogDiff.channel`" +msgstr "" -#: ../../api.rst:1718 +#: ../../api.rst:1702 msgid ":attr:`~AuditLogDiff.vanity_url_code`" msgstr ":attr:`~AuditLogDiff.vanity_url_code`" -#: ../../api.rst:1719 ../../api.rst:2247 ../../api.rst:2266 ../../api.rst:2285 -#, fuzzy +#: ../../api.rst:1703 +#: ../../api.rst:2231 +#: ../../api.rst:2250 +#: ../../api.rst:2269 msgid ":attr:`~AuditLogDiff.description`" -msgstr ":attr:`~AuditLogDiff.position`" +msgstr "" -#: ../../api.rst:1720 -#, fuzzy +#: ../../api.rst:1704 msgid ":attr:`~AuditLogDiff.preferred_locale`" -msgstr ":attr:`~AuditLogDiff.roles`" +msgstr "" -#: ../../api.rst:1721 -#, fuzzy +#: ../../api.rst:1705 msgid ":attr:`~AuditLogDiff.prune_delete_days`" -msgstr ":attr:`~AuditLogDiff.roles`" +msgstr "" -#: ../../api.rst:1722 -#, fuzzy +#: ../../api.rst:1706 msgid ":attr:`~AuditLogDiff.public_updates_channel`" -msgstr ":attr:`~AuditLogDiff.afk_channel`" +msgstr "" -#: ../../api.rst:1723 -#, fuzzy +#: ../../api.rst:1707 msgid ":attr:`~AuditLogDiff.rules_channel`" -msgstr ":attr:`~AuditLogDiff.channel`" +msgstr "" -#: ../../api.rst:1724 -#, fuzzy +#: ../../api.rst:1708 msgid ":attr:`~AuditLogDiff.verification_level`" -msgstr ":attr:`~AuditLogDiff.mfa_level`" +msgstr "" -#: ../../api.rst:1725 -#, fuzzy +#: ../../api.rst:1709 msgid ":attr:`~AuditLogDiff.widget_channel`" -msgstr ":attr:`~AuditLogDiff.channel`" +msgstr "" -#: ../../api.rst:1726 -#, fuzzy +#: ../../api.rst:1710 msgid ":attr:`~AuditLogDiff.widget_enabled`" -msgstr ":attr:`~AuditLogDiff.mentionable`" +msgstr "" -#: ../../api.rst:1730 +#: ../../api.rst:1714 msgid "A new channel was created." msgstr "チャンネルが作成されました。" -#: ../../api.rst:1732 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is " -"either a :class:`abc.GuildChannel` or :class:`Object` with an ID." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:1735 -msgid "" -"A more filled out object in the :class:`Object` case can be found by " -"using :attr:`~AuditLogEntry.after`." -msgstr "" -":class:`Object` の場合、 :attr:`~AuditLogEntry.after` " -"を使用して、より詳細な情報を持つオブジェクトを見つけることができます。" - -#: ../../api.rst:1741 ../../api.rst:1760 ../../api.rst:1782 ../../api.rst:1803 -#: ../../api.rst:1819 ../../api.rst:1834 ../../api.rst:2245 ../../api.rst:2264 -#: ../../api.rst:2283 -msgid ":attr:`~AuditLogDiff.type`" -msgstr ":attr:`~AuditLogDiff.type`" - -#: ../../api.rst:1742 ../../api.rst:1762 ../../api.rst:1783 -msgid ":attr:`~AuditLogDiff.overwrites`" -msgstr ":attr:`~AuditLogDiff.overwrites`" - -#: ../../api.rst:1746 -msgid "A channel was updated. Things that trigger this include:" -msgstr "チャンネルが更新されました。これのトリガーとなるものは以下の通りです。" - -#: ../../api.rst:1748 -msgid "The channel name or topic was changed" -msgstr "チャンネルのチャンネルトピックの変更、または名前の変更。" - -#: ../../api.rst:1749 -msgid "The channel bitrate was changed" -msgstr "チャンネルのビットレートの変更。" - -#: ../../api.rst:1751 ../../api.rst:1789 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`abc.GuildChannel` or :class:`Object` with an ID." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:1754 -msgid "" -"A more filled out object in the :class:`Object` case can be found by " -"using :attr:`~AuditLogEntry.after` or :attr:`~AuditLogEntry.before`." -msgstr "" -":class:`Object` の場合、 :attr:`~AuditLogEntry.after` または " -":attr:`~AuditLogEntry.before` を使用して、より詳細な情報を持つオブジェクトを見つけることができます。" - -#: ../../api.rst:1761 -msgid ":attr:`~AuditLogDiff.position`" -msgstr ":attr:`~AuditLogDiff.position`" - -#: ../../api.rst:1763 ../../api.rst:2207 ../../api.rst:2222 -msgid ":attr:`~AuditLogDiff.topic`" -msgstr ":attr:`~AuditLogDiff.topic`" +#: ../../api.rst:1716 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is either a :class:`abc.GuildChannel` or :class:`Object` with an ID." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている :class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" -#: ../../api.rst:1764 -msgid ":attr:`~AuditLogDiff.bitrate`" -msgstr ":attr:`~AuditLogDiff.bitrate`" +#: ../../api.rst:1719 +msgid "A more filled out object in the :class:`Object` case can be found by using :attr:`~AuditLogEntry.after`." +msgstr ":class:`Object` の場合、 :attr:`~AuditLogEntry.after` を使用して、より詳細な情報を持つオブジェクトを見つけることができます。" -#: ../../api.rst:1765 -#, fuzzy -msgid ":attr:`~AuditLogDiff.rtc_region`" -msgstr ":attr:`~AuditLogDiff.position`" - -#: ../../api.rst:1766 -#, fuzzy -msgid ":attr:`~AuditLogDiff.video_quality_mode`" -msgstr ":attr:`~AuditLogDiff.vanity_url_code`" - -#: ../../api.rst:1767 -#, fuzzy -msgid ":attr:`~AuditLogDiff.default_auto_archive_duration`" -msgstr ":attr:`~AuditLogDiff.default_message_notifications`" - -#: ../../api.rst:1771 -msgid "A channel was deleted." -msgstr "チャンネルの削除。" - -#: ../../api.rst:1773 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is an " -":class:`Object` with an ID." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`Object` になります。" - -#: ../../api.rst:1776 -msgid "" -"A more filled out object can be found by using the " -":attr:`~AuditLogEntry.before` object." -msgstr "" - -#: ../../api.rst:1787 -msgid "A channel permission overwrite was created." -msgstr "チャンネルにおける権限の上書き設定の作成。" - -#: ../../api.rst:1792 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.extra` is " -"either a :class:`Role` or :class:`Member`. If the object is not found " -"then it is a :class:`Object` with an ID being filled, a name, and a " -"``type`` attribute set to either ``'role'`` or ``'member'`` to help " -"dictate what type of ID it is." -msgstr "" -"この場合には、 :attr:`~AuditLogEntry.extra` は :class:`Role` か :class:`Member` " -"です。もしオブジェクトが見つからない場合はid、name、 ``'role'`` か ``'member'`` である``type`` 属性がある" -" :class:`Object` です。" - -#: ../../api.rst:1800 ../../api.rst:1816 ../../api.rst:1831 -msgid ":attr:`~AuditLogDiff.deny`" -msgstr ":attr:`~AuditLogDiff.deny`" - -#: ../../api.rst:1801 ../../api.rst:1817 ../../api.rst:1832 -msgid ":attr:`~AuditLogDiff.allow`" -msgstr ":attr:`~AuditLogDiff.allow`" - -#: ../../api.rst:1802 ../../api.rst:1818 ../../api.rst:1833 -msgid ":attr:`~AuditLogDiff.id`" -msgstr ":attr:`~AuditLogDiff.id`" - -#: ../../api.rst:1807 -msgid "" -"A channel permission overwrite was changed, this is typically when the " -"permission values change." -msgstr "チャンネルの権限の上書きが変更されました。典型的な例は、権限が変更された場合です。" - -#: ../../api.rst:1810 ../../api.rst:1825 -msgid "" -"See :attr:`overwrite_create` for more information on how the " -":attr:`~AuditLogEntry.target` and :attr:`~AuditLogEntry.extra` fields are" -" set." -msgstr "" -":attr:`overwrite_create` に、 :attr:`~AuditLogEntry.target` と " -":attr:`~AuditLogEntry.extra` についての説明があります。" - -#: ../../api.rst:1823 -msgid "A channel permission overwrite was deleted." -msgstr "チャンネルにおける権限の上書き設定の削除。" - -#: ../../api.rst:1838 -msgid "A member was kicked." -msgstr "メンバーのキック。" - -#: ../../api.rst:1840 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got kicked." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはキックされたユーザーに該当する " -":class:`User` になります。" - -#: ../../api.rst:1843 ../../api.rst:1858 ../../api.rst:1867 ../../api.rst:1876 -msgid "When this is the action, :attr:`~AuditLogEntry.changes` is empty." -msgstr "これが上記のactionなら、:attr:`~AuditLogEntry.changes` は空になります。" - -#: ../../api.rst:1847 -msgid "A member prune was triggered." -msgstr "非アクティブメンバーの一括キック。" - -#: ../../api.rst:1849 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is set" -" to ``None``." -msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは ``None`` に設定されます。" - -#: ../../api.rst:1852 ../../api.rst:1912 ../../api.rst:2120 ../../api.rst:2147 -#: ../../api.rst:2162 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.extra` is set " -"to an unspecified proxy object with two attributes:" -msgstr "" - -#: ../../api.rst:1855 -msgid "``delete_members_days``: An integer specifying how far the prune was." -msgstr "" - -#: ../../api.rst:1856 -msgid "``members_removed``: An integer specifying how many members were removed." -msgstr "" - -#: ../../api.rst:1862 -msgid "A member was banned." -msgstr "メンバーのBAN。" - -#: ../../api.rst:1864 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got banned." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはBANされたユーザーに該当する " -":class:`User` になります。" - -#: ../../api.rst:1871 -msgid "A member was unbanned." -msgstr "メンバーのBANの解除。" - -#: ../../api.rst:1873 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got unbanned." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはBANが解除されたユーザーに該当する " -":class:`User` になります。" - -#: ../../api.rst:1880 -msgid "A member has updated. This triggers in the following situations:" -msgstr "メンバーの何らかの更新。これのトリガーとなるのは以下の場合です:" - -#: ../../api.rst:1882 -msgid "A nickname was changed" -msgstr "メンバーのニックネームの変更。" - -#: ../../api.rst:1883 -msgid "They were server muted or deafened (or it was undo'd)" -msgstr "" - -#: ../../api.rst:1885 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who got updated." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、更新の行われた " -":class:`Member` あるいは :class:`User` になります。" - -#: ../../api.rst:1890 -msgid ":attr:`~AuditLogDiff.nick`" -msgstr ":attr:`~AuditLogDiff.nick`" - -#: ../../api.rst:1891 -msgid ":attr:`~AuditLogDiff.mute`" -msgstr ":attr:`~AuditLogDiff.mute`" - -#: ../../api.rst:1892 -msgid ":attr:`~AuditLogDiff.deaf`" -msgstr ":attr:`~AuditLogDiff.deaf`" - -#: ../../api.rst:1893 -#, fuzzy -msgid ":attr:`~AuditLogDiff.timed_out_until`" -msgstr ":attr:`~AuditLogDiff.afk_timeout`" - -#: ../../api.rst:1897 -msgid "" -"A member's role has been updated. This triggers when a member either " -"gains a role or loses a role." -msgstr "" - -#: ../../api.rst:1900 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who got the role." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、役職の更新が行われた " -":class:`Member` あるいは :class:`User` になります。" - -#: ../../api.rst:1905 -msgid ":attr:`~AuditLogDiff.roles`" -msgstr ":attr:`~AuditLogDiff.roles`" - -#: ../../api.rst:1909 -msgid "" -"A member's voice channel has been updated. This triggers when a member is" -" moved to a different voice channel." -msgstr "" - -#: ../../api.rst:1915 -msgid "" -"``channel``: A :class:`TextChannel` or :class:`Object` with the channel " -"ID where the members were moved." -msgstr "" - -#: ../../api.rst:1916 -msgid "``count``: An integer specifying how many members were moved." -msgstr "" - -#: ../../api.rst:1922 -msgid "" -"A member's voice state has changed. This triggers when a member is force " -"disconnected from voice." -msgstr "" - -#: ../../api.rst:1925 ../../api.rst:2133 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.extra` is set " -"to an unspecified proxy object with one attribute:" -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`Object` になります。" - -#: ../../api.rst:1928 -msgid "``count``: An integer specifying how many members were disconnected." -msgstr "" - -#: ../../api.rst:1934 -msgid "A bot was added to the guild." -msgstr "" - -#: ../../api.rst:1936 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` which was added to the guild." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、役職の更新が行われた " -":class:`Member` あるいは :class:`User` になります。" - -#: ../../api.rst:1943 -msgid "A new role was created." -msgstr "新しい役職の作成。" - -#: ../../api.rst:1945 ../../api.rst:1968 ../../api.rst:1985 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Role` or a :class:`Object` with the ID." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`Role` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:1950 ../../api.rst:1973 ../../api.rst:1990 -msgid ":attr:`~AuditLogDiff.colour`" -msgstr ":attr:`~AuditLogDiff.colour`" - -#: ../../api.rst:1951 ../../api.rst:1974 ../../api.rst:1991 -msgid ":attr:`~AuditLogDiff.mentionable`" -msgstr ":attr:`~AuditLogDiff.mentionable`" - -#: ../../api.rst:1952 ../../api.rst:1975 ../../api.rst:1992 -msgid ":attr:`~AuditLogDiff.hoist`" -msgstr ":attr:`~AuditLogDiff.hoist`" - -#: ../../api.rst:1954 ../../api.rst:1977 -#, fuzzy -msgid ":attr:`~AuditLogDiff.unicode_emoji`" -msgstr ":attr:`~AuditLogDiff.code`" - -#: ../../api.rst:1956 ../../api.rst:1979 ../../api.rst:1994 -msgid ":attr:`~AuditLogDiff.permissions`" -msgstr ":attr:`~AuditLogDiff.permissions`" - -#: ../../api.rst:1960 -msgid "A role was updated. This triggers in the following situations:" -msgstr "役職の何らかの更新。これのトリガーとなるのは以下の場合です:" - -#: ../../api.rst:1962 -msgid "The name has changed" -msgstr "名前の更新。" - -#: ../../api.rst:1963 -msgid "The permissions have changed" -msgstr "" - -#: ../../api.rst:1964 -msgid "The colour has changed" -msgstr "" - -#: ../../api.rst:1965 -msgid "The role icon (or unicode emoji) has changed" -msgstr "" - -#: ../../api.rst:1966 -msgid "Its hoist/mentionable state has changed" -msgstr "" - -#: ../../api.rst:1983 -msgid "A role was deleted." -msgstr "役職の削除。" - -#: ../../api.rst:1998 -msgid "An invite was created." -msgstr "招待の作成。" - -#: ../../api.rst:2000 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was created." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する " -":class:`Invite` になります。" - -#: ../../api.rst:2005 ../../api.rst:2029 -msgid ":attr:`~AuditLogDiff.max_age`" -msgstr ":attr:`~AuditLogDiff.max_age`" - -#: ../../api.rst:2006 ../../api.rst:2030 -msgid ":attr:`~AuditLogDiff.code`" -msgstr ":attr:`~AuditLogDiff.code`" - -#: ../../api.rst:2007 ../../api.rst:2031 -msgid ":attr:`~AuditLogDiff.temporary`" -msgstr ":attr:`~AuditLogDiff.temporary`" - -#: ../../api.rst:2008 ../../api.rst:2032 -msgid ":attr:`~AuditLogDiff.inviter`" -msgstr ":attr:`~AuditLogDiff.inviter`" - -#: ../../api.rst:2009 ../../api.rst:2033 ../../api.rst:2046 ../../api.rst:2062 -#: ../../api.rst:2075 -msgid ":attr:`~AuditLogDiff.channel`" -msgstr ":attr:`~AuditLogDiff.channel`" - -#: ../../api.rst:2010 ../../api.rst:2034 -msgid ":attr:`~AuditLogDiff.uses`" -msgstr ":attr:`~AuditLogDiff.uses`" - -#: ../../api.rst:2011 ../../api.rst:2035 -msgid ":attr:`~AuditLogDiff.max_uses`" -msgstr ":attr:`~AuditLogDiff.max_uses`" - -#: ../../api.rst:2015 -msgid "An invite was updated." -msgstr "招待の更新。" - -#: ../../api.rst:2017 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was updated." -msgstr "" - -#: ../../api.rst:2022 -msgid "An invite was deleted." -msgstr "" - -#: ../../api.rst:2024 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was deleted." -msgstr "" - -#: ../../api.rst:2039 -msgid "A webhook was created." -msgstr "" - -#: ../../api.rst:2041 ../../api.rst:2057 ../../api.rst:2070 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the webhook ID." -msgstr "" - -#: ../../api.rst:2048 ../../api.rst:2077 -msgid ":attr:`~AuditLogDiff.type` (always set to ``1`` if so)" -msgstr "" - -#: ../../api.rst:2052 -msgid "A webhook was updated. This trigger in the following situations:" -msgstr "" - -#: ../../api.rst:2054 -msgid "The webhook name changed" -msgstr "" - -#: ../../api.rst:2055 -msgid "The webhook channel changed" -msgstr "" - -#: ../../api.rst:2064 -#, fuzzy -msgid ":attr:`~AuditLogDiff.avatar`" -msgstr ":attr:`~AuditLogDiff.inviter`" - -#: ../../api.rst:2068 -msgid "A webhook was deleted." -msgstr "" - -#: ../../api.rst:2081 -msgid "An emoji was created." -msgstr "" - -#: ../../api.rst:2083 ../../api.rst:2094 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Emoji` or :class:`Object` with the emoji ID." -msgstr "" - -#: ../../api.rst:2092 -msgid "An emoji was updated. This triggers when the name has changed." -msgstr "" - -#: ../../api.rst:2103 -msgid "An emoji was deleted." -msgstr "" - -#: ../../api.rst:2105 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the emoji ID." -msgstr "" - -#: ../../api.rst:2114 -msgid "" -"A message was deleted by a moderator. Note that this only triggers if the" -" message was deleted by someone other than the author." -msgstr "" - -#: ../../api.rst:2117 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who had their message deleted." -msgstr "" - -#: ../../api.rst:2123 ../../api.rst:2136 -msgid "``count``: An integer specifying how many messages were deleted." -msgstr "" - -#: ../../api.rst:2124 -msgid "" -"``channel``: A :class:`TextChannel` or :class:`Object` with the channel " -"ID where the message got deleted." -msgstr "" - -#: ../../api.rst:2128 -msgid "Messages were bulk deleted by a moderator." -msgstr "" - -#: ../../api.rst:2130 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`TextChannel` or :class:`Object` with the ID of the channel that " -"was purged." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2142 -#, fuzzy -msgid "A message was pinned in a channel." -msgstr "メッセージをピン留め、または解除した。" - -#: ../../api.rst:2144 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who had their message pinned." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、役職の更新が行われた " -":class:`Member` あるいは :class:`User` になります。" - -#: ../../api.rst:2150 -msgid "" -"``channel``: A :class:`TextChannel` or :class:`Object` with the channel " -"ID where the message was pinned." -msgstr "" - -#: ../../api.rst:2151 -msgid "``message_id``: the ID of the message which was pinned." -msgstr "" - -#: ../../api.rst:2157 -#, fuzzy -msgid "A message was unpinned in a channel." -msgstr "ギルドチャンネルのメッセージがピン留めされたり、解除されたりしたときに呼び出されます。" - -#: ../../api.rst:2159 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who had their message unpinned." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、更新の行われた " -":class:`Member` あるいは :class:`User` になります。" - -#: ../../api.rst:2165 -msgid "" -"``channel``: A :class:`TextChannel` or :class:`Object` with the channel " -"ID where the message was unpinned." -msgstr "" - -#: ../../api.rst:2166 -msgid "``message_id``: the ID of the message which was unpinned." -msgstr "" - -#: ../../api.rst:2172 -#, fuzzy -msgid "A guild integration was created." -msgstr "招待の作成。" - -#: ../../api.rst:2174 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the integration ID of the integration which was " -"created." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する " -":class:`Invite` になります。" - -#: ../../api.rst:2181 -#, fuzzy -msgid "A guild integration was updated." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:2183 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the integration ID of the integration which was " -"updated." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する " -":class:`Invite` になります。" - -#: ../../api.rst:2190 -#, fuzzy -msgid "A guild integration was deleted." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:2192 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the integration ID of the integration which was " -"deleted." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する " -":class:`Invite` になります。" - -#: ../../api.rst:2199 -msgid "A stage instance was started." -msgstr "" - -#: ../../api.rst:2201 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`StageInstance` or :class:`Object` with the ID of the stage " -"instance which was created." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2208 ../../api.rst:2223 -#, fuzzy -msgid ":attr:`~AuditLogDiff.privacy_level`" -msgstr ":attr:`~AuditLogDiff.mfa_level`" - -#: ../../api.rst:2214 -#, fuzzy -msgid "A stage instance was updated." -msgstr "招待の更新。" - -#: ../../api.rst:2216 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`StageInstance` or :class:`Object` with the ID of the stage " -"instance which was updated." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2229 -msgid "A stage instance was ended." -msgstr "" - -#: ../../api.rst:2235 -#, fuzzy -msgid "A sticker was created." -msgstr "招待の作成。" - -#: ../../api.rst:2237 ../../api.rst:2256 ../../api.rst:2275 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`GuildSticker` or :class:`Object` with the ID of the sticker " -"which was updated." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2244 ../../api.rst:2263 ../../api.rst:2282 -#, fuzzy -msgid ":attr:`~AuditLogDiff.emoji`" -msgstr ":attr:`~AuditLogDiff.id`" - -#: ../../api.rst:2246 ../../api.rst:2265 ../../api.rst:2284 -#, fuzzy -msgid ":attr:`~AuditLogDiff.format_type`" -msgstr ":attr:`~AuditLogDiff.type`" - -#: ../../api.rst:2248 ../../api.rst:2267 ../../api.rst:2286 -#, fuzzy -msgid ":attr:`~AuditLogDiff.available`" -msgstr ":attr:`~AuditLogDiff.allow`" - -#: ../../api.rst:2254 -#, fuzzy -msgid "A sticker was updated." -msgstr "招待の更新。" - -#: ../../api.rst:2273 -#, fuzzy -msgid "A sticker was deleted." -msgstr "役職の削除。" - -#: ../../api.rst:2292 -#, fuzzy -msgid "A thread was created." -msgstr "招待の作成。" - -#: ../../api.rst:2294 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Thread` or :class:`Object` with the ID of the thread which was " -"created." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2301 ../../api.rst:2319 ../../api.rst:2337 -#, fuzzy -msgid ":attr:`~AuditLogDiff.archived`" -msgstr ":attr:`~AuditLogDiff.id`" - -#: ../../api.rst:2302 ../../api.rst:2320 ../../api.rst:2338 -#, fuzzy -msgid ":attr:`~AuditLogDiff.locked`" -msgstr ":attr:`~AuditLogDiff.nick`" - -#: ../../api.rst:2303 ../../api.rst:2321 ../../api.rst:2339 -#, fuzzy -msgid ":attr:`~AuditLogDiff.auto_archive_duration`" -msgstr ":attr:`~AuditLogDiff.position`" - -#: ../../api.rst:2304 ../../api.rst:2322 ../../api.rst:2340 -#, fuzzy -msgid ":attr:`~AuditLogDiff.invitable`" -msgstr ":attr:`~AuditLogDiff.inviter`" - -#: ../../api.rst:2310 -#, fuzzy -msgid "A thread was updated." -msgstr "招待の更新。" - -#: ../../api.rst:2312 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Thread` or :class:`Object` with the ID of the thread which was " -"updated." -msgstr "" -"これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている " -":class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" - -#: ../../api.rst:2328 -#, fuzzy -msgid "A thread was deleted." -msgstr "役職の削除。" - -#: ../../api.rst:2330 -#, fuzzy -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Thread` or :class:`Object` with the ID of the thread which was " -"deleted." -msgstr "" -"これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する " -":class:`Invite` になります。" - -#: ../../api.rst:2346 -msgid "Represents the category that the :class:`AuditLogAction` belongs to." -msgstr "" - -#: ../../api.rst:2348 -msgid "This can be retrieved via :attr:`AuditLogEntry.category`." -msgstr "" - -#: ../../api.rst:2352 -msgid "The action is the creation of something." -msgstr "" - -#: ../../api.rst:2356 -msgid "The action is the deletion of something." -msgstr "" - -#: ../../api.rst:2360 -msgid "The action is the update of something." -msgstr "" - -#: ../../api.rst:2364 -msgid "" -"Represents the membership state of a team member retrieved through " -":func:`Client.application_info`." -msgstr "" - -#: ../../api.rst:2370 -#, fuzzy -msgid "Represents an invited member." -msgstr "Discordの埋め込みを表します。" - -#: ../../api.rst:2374 -msgid "Represents a member currently in the team." -msgstr "" - -#: ../../api.rst:2378 -msgid "Represents the type of webhook that can be received." -msgstr "" - -#: ../../api.rst:2384 -msgid "Represents a webhook that can post messages to channels with a token." -msgstr "" - -#: ../../api.rst:2388 -msgid "" -"Represents a webhook that is internally managed by Discord, used for " -"following channels." -msgstr "" - -#: ../../api.rst:2392 -msgid "Represents a webhook that is used for interactions or applications." -msgstr "" - -#: ../../api.rst:2398 -msgid "" -"Represents the behaviour the :class:`Integration` should perform when a " -"user's subscription has finished." -msgstr "" - -#: ../../api.rst:2401 -msgid "There is an alias for this called ``ExpireBehavior``." -msgstr "" - -#: ../../api.rst:2407 -msgid "" -"This will remove the :attr:`StreamIntegration.role` from the user when " -"their subscription is finished." -msgstr "" - -#: ../../api.rst:2412 -msgid "This will kick the user when their subscription is finished." -msgstr "" - -#: ../../api.rst:2416 -msgid "Represents the default avatar of a Discord :class:`User`" -msgstr "" - -#: ../../api.rst:2420 -msgid "" -"Represents the default avatar with the color blurple. See also " -":attr:`Colour.blurple`" -msgstr "" - -#: ../../api.rst:2424 -msgid "" -"Represents the default avatar with the color grey. See also " -":attr:`Colour.greyple`" -msgstr "" - -#: ../../api.rst:2428 -#, fuzzy -msgid "An alias for :attr:`grey`." -msgstr ":attr:`high` のエイリアス。" - -#: ../../api.rst:2431 -msgid "" -"Represents the default avatar with the color green. See also " -":attr:`Colour.green`" -msgstr "" - -#: ../../api.rst:2435 -msgid "" -"Represents the default avatar with the color orange. See also " -":attr:`Colour.orange`" -msgstr "" - -#: ../../api.rst:2439 -msgid "" -"Represents the default avatar with the color red. See also " -":attr:`Colour.red`" -msgstr "" - -#: ../../api.rst:2444 -#, fuzzy -msgid "Represents the type of sticker." -msgstr "Discordのダークテーマを表します。" - -#: ../../api.rst:2450 -msgid "Represents a standard sticker that all Nitro users can use." -msgstr "" - -#: ../../api.rst:2454 -msgid "Represents a custom sticker created in a guild." -msgstr "" - -#: ../../api.rst:2458 -#, fuzzy -msgid "Represents the type of sticker images." -msgstr "特定チャンネルのチャンネルタイプ。" - -#: ../../api.rst:2464 -#, fuzzy -msgid "Represents a sticker with a png image." -msgstr "Discordの埋め込みを表します。" - -#: ../../api.rst:2468 -#, fuzzy -msgid "Represents a sticker with an apng image." -msgstr "オーディオストリームを表します。" - -#: ../../api.rst:2472 -#, fuzzy -msgid "Represents a sticker with a lottie image." -msgstr "オーディオストリームを表します。" - -#: ../../api.rst:2476 -#, fuzzy -msgid "Represents the invite type for voice channel invites." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:2482 -msgid "The invite doesn't target anyone or anything." -msgstr "" - -#: ../../api.rst:2486 -msgid "A stream invite that targets a user." -msgstr "" - -#: ../../api.rst:2490 -msgid "A stream invite that targets an embedded application." -msgstr "" - -#: ../../api.rst:2494 -#, fuzzy -msgid "Represents the camera video quality mode for voice channel participants." -msgstr "Discordの音声接続を表します。" - -#: ../../api.rst:2500 -msgid "Represents auto camera video quality." -msgstr "" - -#: ../../api.rst:2504 -msgid "Represents full camera video quality." -msgstr "" - -#: ../../api.rst:2508 -msgid "Represents a stage instance's privacy level." -msgstr "" - -#: ../../api.rst:2514 -msgid "The stage instance can be joined by external users." -msgstr "" - -#: ../../api.rst:2518 -msgid "The stage instance can only be joined by members of the guild." -msgstr "" - -#: ../../api.rst:2522 -#, fuzzy -msgid "Alias for :attr:`.closed`" -msgstr ":attr:`dnd` のエイリアス。" - -#: ../../api.rst:2526 -#, fuzzy -msgid "Represents the NSFW level of a guild." -msgstr "Discordのダークテーマを表します。" - -#: ../../api.rst:2534 -#, fuzzy -msgid "Checks if two NSFW levels are equal." -msgstr "二つのユーザーが等しいかを比較します。" - -#: ../../api.rst:2537 -#, fuzzy -msgid "Checks if two NSFW levels are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" - -#: ../../api.rst:2540 -#, fuzzy -msgid "Checks if a NSFW level is higher than another." -msgstr "表現のフィルターのレベルが他のレベルより大きいか確認します。" - -#: ../../api.rst:2543 -#, fuzzy -msgid "Checks if a NSFW level is lower than another." -msgstr "表現のフィルターのレベルが他のレベルより小さいか確認します。" - -#: ../../api.rst:2546 -#, fuzzy -msgid "Checks if a NSFW level is higher or equal to another." -msgstr "表現のフィルターのレベルが他のレベルより大きい、または等しいか確認します。" - -#: ../../api.rst:2549 -#, fuzzy -msgid "Checks if a NSFW level is lower or equal to another." -msgstr "表現のフィルターのレベルが他のレベルより小さい、または等しいか確認します。" - -#: ../../api.rst:2553 -#, fuzzy -msgid "The guild has not been categorised yet." -msgstr "更新された後のギルド。" - -#: ../../api.rst:2557 -#, fuzzy -msgid "The guild contains NSFW content." -msgstr "ギルドで表現のフィルターが有効ではない。" - -#: ../../api.rst:2561 -#, fuzzy -msgid "The guild does not contain any NSFW content." -msgstr "ギルドで表現のフィルターが有効ではない。" - -#: ../../api.rst:2565 -msgid "The guild may contain NSFW content." -msgstr "" - -#: ../../api.rst:2569 -msgid "" -"Supported locales by Discord. Mainly used for application command " -"localisation." -msgstr "" - -#: ../../api.rst:2575 -msgid "The ``en-US`` locale." -msgstr "" - -#: ../../api.rst:2579 -msgid "The ``en-GB`` locale." -msgstr "" - -#: ../../api.rst:2583 -msgid "The ``bg`` locale." -msgstr "" - -#: ../../api.rst:2587 -msgid "The ``zh-CN`` locale." -msgstr "" - -#: ../../api.rst:2591 -msgid "The ``zh-TW`` locale." -msgstr "" - -#: ../../api.rst:2595 -msgid "The ``hr`` locale." -msgstr "" - -#: ../../api.rst:2599 -msgid "The ``cs`` locale." -msgstr "" - -#: ../../api.rst:2603 -msgid "The ``da`` locale." -msgstr "" - -#: ../../api.rst:2607 -msgid "The ``nl`` locale." -msgstr "" - -#: ../../api.rst:2611 -msgid "The ``fi`` locale." -msgstr "" - -#: ../../api.rst:2615 -msgid "The ``fr`` locale." -msgstr "" - -#: ../../api.rst:2619 -msgid "The ``de`` locale." -msgstr "" - -#: ../../api.rst:2623 -msgid "The ``el`` locale." -msgstr "" - -#: ../../api.rst:2627 -msgid "The ``hi`` locale." -msgstr "" - -#: ../../api.rst:2631 -msgid "The ``hu`` locale." -msgstr "" - -#: ../../api.rst:2635 -msgid "The ``it`` locale." -msgstr "" - -#: ../../api.rst:2639 -msgid "The ``ja`` locale." -msgstr "" - -#: ../../api.rst:2643 -msgid "The ``ko`` locale." -msgstr "" - -#: ../../api.rst:2647 -msgid "The ``lt`` locale." -msgstr "" - -#: ../../api.rst:2651 -msgid "The ``no`` locale." -msgstr "" - -#: ../../api.rst:2655 -msgid "The ``pl`` locale." -msgstr "" - -#: ../../api.rst:2659 -msgid "The ``pt-BR`` locale." -msgstr "" - -#: ../../api.rst:2663 -msgid "The ``ro`` locale." -msgstr "" - -#: ../../api.rst:2667 -msgid "The ``ru`` locale." -msgstr "" - -#: ../../api.rst:2671 -msgid "The ``es-ES`` locale." -msgstr "" - -#: ../../api.rst:2675 -msgid "The ``sv-SE`` locale." -msgstr "" - -#: ../../api.rst:2679 -msgid "The ``th`` locale." -msgstr "" - -#: ../../api.rst:2683 -msgid "The ``tr`` locale." -msgstr "" - -#: ../../api.rst:2687 -msgid "The ``uk`` locale." -msgstr "" - -#: ../../api.rst:2691 -msgid "The ``vi`` locale." -msgstr "" - -#: ../../api.rst:2696 -msgid "Represents the Multi-Factor Authentication requirement level of a guild." -msgstr "" - -#: ../../api.rst:2704 -#, fuzzy -msgid "Checks if two MFA levels are equal." -msgstr "認証レベルが等しいか確認します。" - -#: ../../api.rst:2707 -#, fuzzy -msgid "Checks if two MFA levels are not equal." -msgstr "認証レベルが等しくないか確認します。" - -#: ../../api.rst:2710 -#, fuzzy -msgid "Checks if a MFA level is higher than another." -msgstr "認証レベルがあるレベルより厳しいか確認します。" - -#: ../../api.rst:2713 -#, fuzzy -msgid "Checks if a MFA level is lower than another." -msgstr "認証レベルがあるレベルより緩いか確認します。" - -#: ../../api.rst:2716 -#, fuzzy -msgid "Checks if a MFA level is higher or equal to another." -msgstr "認証レベルがあるレベルと同じ、又は厳しいか確認します。" - -#: ../../api.rst:2719 -#, fuzzy -msgid "Checks if a MFA level is lower or equal to another." -msgstr "認証レベルがあるレベルと同じ、又は緩いか確認します。" - -#: ../../api.rst:2723 -#, fuzzy -msgid "The guild has no MFA requirement." -msgstr "削除されたギルド。" - -#: ../../api.rst:2727 -#, fuzzy -msgid "The guild requires 2 factor authentication." -msgstr "連携サービスが更新されたギルド。" - -#: ../../api.rst:2732 -msgid "Audit Log Data" -msgstr "監査ログデータ" - -#: ../../api.rst:2734 -msgid "" -"Working with :meth:`Guild.audit_logs` is a complicated process with a lot" -" of machinery involved. The library attempts to make it easy to use and " -"friendly. In order to accomplish this goal, it must make use of a couple " -"of data classes that aid in this goal." -msgstr "" - -#: ../../api.rst:2739 -msgid "AuditLogEntry" -msgstr "" - -#: discord.audit_logs.AuditLogEntry:1 of -msgid "Represents an Audit Log entry." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:3 of -msgid "You retrieve these via :meth:`Guild.audit_logs`." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:9 of -#, fuzzy -msgid "Checks if two entries are equal." -msgstr "二つのユーザーが等しいかを比較します。" - -#: discord.audit_logs.AuditLogEntry:13 of -#, fuzzy -msgid "Checks if two entries are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" - -#: discord.audit_logs.AuditLogEntry:17 of -#, fuzzy -msgid "Returns the entry's hash." -msgstr "ユーザーのハッシュ値を返します。" - -#: discord.audit_logs.AuditLogEntry:19 of -msgid "Audit log entries are now comparable and hashable." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:24 of -#, fuzzy -msgid "The action that was done." -msgstr "参加したギルド。" - -#: discord.audit_logs.AuditLogEntry:26 of -#, fuzzy -msgid ":class:`AuditLogAction`" -msgstr ":class:`.Guild`" - -#: discord.audit_logs.AuditLogEntry:30 of -msgid "" -"The user who initiated this action. Usually a :class:`Member`\\, unless " -"gone then it's a :class:`User`." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:33 of -#, fuzzy -msgid ":class:`abc.User`" -msgstr ":class:`str`" - -#: discord.audit_logs.AuditLogEntry:37 of -msgid "The entry ID." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:43 of -msgid "" -"The target that got changed. The exact type of this depends on the action" -" being done." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:46 discord.audit_logs.AuditLogEntry:61 of -msgid "Any" -msgstr "" - -#: discord.audit_logs.AuditLogEntry:50 of -msgid "The reason this action was done." -msgstr "" - -#: discord.audit_logs.AuditLogEntry:56 of -msgid "" -"Extra information that this entry has that might be useful. For most " -"actions, this is ``None``. However in some cases it contains extra " -"information. See :class:`AuditLogAction` for which actions have this " -"field filled out." -msgstr "" - -#: ../../docstring discord.AuditLogEntry.created_at:1 of -#, fuzzy -msgid "Returns the entry's creation time in UTC." -msgstr "カテゴリの名前を返します。" - -#: ../../docstring discord.AuditLogEntry.category:1 of -#, fuzzy -msgid "The category of the action, if applicable." -msgstr "該当すれば :class:`Relationship` が返ります。" - -#: ../../docstring discord.AuditLogEntry.category:3 of -msgid "Optional[:class:`AuditLogActionCategory`]" -msgstr "" - -#: ../../docstring discord.AuditLogEntry.changes:1 of -msgid "The list of changes this entry has." -msgstr "" - -#: ../../docstring discord.AuditLogEntry.changes:3 of -#, fuzzy -msgid ":class:`AuditLogChanges`" -msgstr ":class:`bytes`" - -#: ../../docstring discord.AuditLogEntry.before:1 of -msgid "The target's prior state." -msgstr "" - -#: ../../docstring discord.AuditLogEntry.after:3 discord.AuditLogEntry.before:3 -#: of -#, fuzzy -msgid ":class:`AuditLogDiff`" -msgstr ":class:`.Guild`" - -#: ../../docstring discord.AuditLogEntry.after:1 of -msgid "The target's subsequent state." -msgstr "" - -#: ../../api.rst:2747 -#, fuzzy -msgid "AuditLogChanges" -msgstr ":class:`bytes`" - -#: ../../api.rst:2753 -msgid "An audit log change set." -msgstr "" - -#: ../../api.rst:2757 -msgid "The old value. The attribute has the type of :class:`AuditLogDiff`." -msgstr "" - -#: ../../api.rst:2759 ../../api.rst:2779 -msgid "" -"Depending on the :class:`AuditLogActionCategory` retrieved by " -":attr:`~AuditLogEntry.category`\\, the data retrieved by this attribute " -"differs:" -msgstr "" - -#: ../../api.rst:2764 ../../api.rst:2784 -msgid "Category" -msgstr "" - -#: ../../api.rst:2766 ../../api.rst:2786 -msgid ":attr:`~AuditLogActionCategory.create`" -msgstr ":attr:`~AuditLogActionCategory.create`" - -#: ../../api.rst:2766 -msgid "All attributes are set to ``None``." -msgstr "" - -#: ../../api.rst:2768 ../../api.rst:2788 -msgid ":attr:`~AuditLogActionCategory.delete`" -msgstr ":attr:`~AuditLogActionCategory.delete`" - -#: ../../api.rst:2768 -msgid "All attributes are set the value before deletion." -msgstr "" - -#: ../../api.rst:2770 ../../api.rst:2790 -msgid ":attr:`~AuditLogActionCategory.update`" -msgstr ":attr:`~AuditLogActionCategory.update`" - -#: ../../api.rst:2770 -msgid "All attributes are set the value before updating." -msgstr "" - -#: ../../api.rst:2772 ../../api.rst:2792 -msgid "``None``" -msgstr "``None``" - -#: ../../api.rst:2772 ../../api.rst:2792 -msgid "No attributes are set." -msgstr "" - -#: ../../api.rst:2777 -msgid "The new value. The attribute has the type of :class:`AuditLogDiff`." -msgstr "" - -#: ../../api.rst:2786 -msgid "All attributes are set to the created value" -msgstr "" - -#: ../../api.rst:2788 -msgid "All attributes are set to ``None``" -msgstr "" - -#: ../../api.rst:2790 -msgid "All attributes are set the value after updating." -msgstr "" - -#: ../../api.rst:2796 -#, fuzzy -msgid "AuditLogDiff" -msgstr ":class:`.Guild`" - -#: ../../api.rst:2802 -msgid "" -"Represents an audit log \"change\" object. A change object has dynamic " -"attributes that depend on the type of action being done. Certain actions " -"map to certain attributes being set." -msgstr "" - -#: ../../api.rst:2806 -msgid "" -"Note that accessing an attribute that does not match the specified action" -" will lead to an attribute error." -msgstr "" - -#: ../../api.rst:2809 -msgid "" -"To get a list of attributes that have been set, you can iterate over " -"them. To see a list of all possible attributes that could be set based on" -" the action being done, check the documentation for " -":class:`AuditLogAction`, otherwise check the documentation below for all " -"attributes that are possible." -msgstr "" - -#: ../../api.rst:2818 -msgid "Returns an iterator over (attribute, value) tuple of this diff." -msgstr "" - -#: ../../api.rst:2822 -#, fuzzy -msgid "A name of something." -msgstr "ギルドの名前。" - -#: ../../api.rst:2828 -msgid "" -"A guild's or role's icon. See also :attr:`Guild.icon` or " -":attr:`Role.icon`." -msgstr "" - -#: ../../api.rst:2830 ../../api.rst:2836 ../../api.rst:2842 ../../api.rst:2848 -#: ../../api.rst:3156 discord.ClientUser.default_avatar:3 -#: discord.ClientUser.display_avatar:7 discord.Member.display_avatar:9 -#: discord.StickerPack.banner:3 discord.SyncWebhook.default_avatar:5 -#: discord.SyncWebhook.display_avatar:7 discord.User.default_avatar:3 -#: discord.User.display_avatar:7 discord.Webhook.default_avatar:5 -#: discord.Webhook.display_avatar:7 discord.WidgetMember.default_avatar:3 -#: discord.WidgetMember.display_avatar:7 discord.asset.Asset.replace:19 -#: discord.asset.Asset.with_format:13 discord.asset.Asset.with_size:13 -#: discord.asset.Asset.with_static_format:16 of -msgid ":class:`Asset`" -msgstr "" - -#: ../../api.rst:2834 -#, fuzzy -msgid "The guild's invite splash. See also :attr:`Guild.splash`." -msgstr "ギルドの招待時のスプラッシュ画像の変更" - -#: ../../api.rst:2840 -msgid "The guild's discovery splash. See also :attr:`Guild.discovery_splash`." -msgstr "" - -#: ../../api.rst:2846 -msgid "The guild's banner. See also :attr:`Guild.banner`." -msgstr "" - -#: ../../api.rst:2852 -msgid "The guild's owner. See also :attr:`Guild.owner`" -msgstr "" - -#: ../../api.rst:2854 -msgid "Union[:class:`Member`, :class:`User`]" -msgstr "" - -#: ../../api.rst:2858 -#, fuzzy -msgid "The guild's AFK channel." -msgstr "ギルドのニュースチャンネル。" - -#: ../../api.rst:2860 ../../api.rst:2871 -msgid "" -"If this could not be found, then it falls back to a :class:`Object` with " -"the ID being set." -msgstr "" - -#: ../../api.rst:2863 -msgid "See :attr:`Guild.afk_channel`." -msgstr "" - -#: ../../api.rst:2865 -#, fuzzy -msgid "Union[:class:`VoiceChannel`, :class:`Object`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: ../../api.rst:2869 -#, fuzzy -msgid "The guild's system channel." -msgstr "ギルドのストアチャンネル。" - -#: ../../api.rst:2874 -msgid "See :attr:`Guild.system_channel`." -msgstr "" - -#: ../../api.rst:2876 ../../api.rst:2888 ../../api.rst:2900 ../../api.rst:2927 -#, fuzzy -msgid "Union[:class:`TextChannel`, :class:`Object`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: ../../api.rst:2881 -#, fuzzy -msgid "The guild's rules channel." -msgstr "ギルドのニュースチャンネル。" - -#: ../../api.rst:2883 ../../api.rst:2895 ../../api.rst:2924 -msgid "" -"If this could not be found then it falls back to a :class:`Object` with " -"the ID being set." -msgstr "" - -#: ../../api.rst:2886 -#, fuzzy -msgid "See :attr:`Guild.rules_channel`." -msgstr "ギルドのニュースチャンネル。" - -#: ../../api.rst:2893 -#, fuzzy -msgid "The guild's public updates channel." -msgstr "ギルドのストアチャンネル。" - -#: ../../api.rst:2898 -msgid "See :attr:`Guild.public_updates_channel`." -msgstr "" - -#: ../../api.rst:2904 -msgid "The guild's AFK timeout. See :attr:`Guild.afk_timeout`." -msgstr "" - -#: ../../api.rst:2910 -msgid "The guild's MFA level. See :attr:`Guild.mfa_level`." -msgstr "" - -#: ../../api.rst:2912 discord.guild.Guild:191 of -#, fuzzy -msgid ":class:`MFALevel`" -msgstr ":class:`.Profile`" - -#: ../../api.rst:2916 -msgid "The guild's widget has been enabled or disabled." -msgstr "" - -#: ../../api.rst:2922 -#, fuzzy -msgid "The widget's channel." -msgstr "ボイスチャンネル。" - -#: ../../api.rst:2931 discord.guild.Guild:109 of -#, fuzzy -msgid "The guild's verification level." -msgstr "認証レベルが等しいか確認します。" - -#: ../../api.rst:2933 -msgid "See also :attr:`Guild.verification_level`." -msgstr "" - -#: ../../api.rst:2935 discord.guild.Guild:111 -#: discord.invite.PartialInviteGuild:40 of -#, fuzzy -msgid ":class:`VerificationLevel`" -msgstr ":class:`.Profile`" - -#: ../../api.rst:2939 -msgid "The guild's default notification level." -msgstr "" - -#: ../../api.rst:2941 -msgid "See also :attr:`Guild.default_notifications`." -msgstr "" - -#: ../../api.rst:2943 discord.guild.Guild:123 of -#, fuzzy -msgid ":class:`NotificationLevel`" -msgstr ":class:`.Profile`" - -#: ../../api.rst:2947 -#, fuzzy -msgid "The guild's content filter." -msgstr "ギルドで表現のフィルターが有効ではない。" - -#: ../../api.rst:2949 -msgid "See also :attr:`Guild.explicit_content_filter`." -msgstr "" - -#: ../../api.rst:2951 discord.guild.Guild:117 of -#, fuzzy -msgid ":class:`ContentFilter`" -msgstr ":class:`.Profile`" - -#: ../../api.rst:2955 -#, fuzzy -msgid "The guild's default message notification setting." -msgstr ":attr:`~AuditLogDiff.default_message_notifications`" - -#: ../../api.rst:2961 -#, fuzzy -msgid "The guild's vanity URL." -msgstr "ギルドのウィジェット。" - -#: ../../api.rst:2963 -msgid "See also :meth:`Guild.vanity_invite` and :meth:`Guild.edit`." -msgstr "" - -#: ../../api.rst:2969 -msgid "The position of a :class:`Role` or :class:`abc.GuildChannel`." -msgstr "" - -#: ../../api.rst:2975 -#, fuzzy -msgid "The type of channel or sticker." -msgstr "特定チャンネルのチャンネルタイプ。" - -#: ../../api.rst:2977 -#, fuzzy -msgid "Union[:class:`ChannelType`, :class:`StickerType`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: ../../api.rst:2981 -#, fuzzy -msgid "The topic of a :class:`TextChannel` or :class:`StageChannel`." -msgstr ":class:`str` – :class:`TextChannel` のトピック。" - -#: ../../api.rst:2983 -msgid "See also :attr:`TextChannel.topic` or :attr:`StageChannel.topic`." -msgstr "" - -#: ../../api.rst:2989 -#, fuzzy -msgid "The bitrate of a :class:`VoiceChannel`." -msgstr ":class:`str` – :class:`TextChannel` のトピック。" - -#: ../../api.rst:2991 -msgid "See also :attr:`VoiceChannel.bitrate`." -msgstr "" - -#: ../../api.rst:2997 -msgid "" -"A list of permission overwrite tuples that represents a target and a " -":class:`PermissionOverwrite` for said target." -msgstr "" - -#: ../../api.rst:3000 -msgid "" -"The first element is the object being targeted, which can either be a " -":class:`Member` or :class:`User` or :class:`Role`. If this object is not " -"found then it is a :class:`Object` with an ID being filled and a ``type``" -" attribute set to either ``'role'`` or ``'member'`` to help decide what " -"type of ID it is." -msgstr "" - -#: ../../api.rst:3006 -msgid "List[Tuple[target, :class:`PermissionOverwrite`]]" -msgstr "" - -#: ../../api.rst:3010 discord.stage_instance.StageInstance:45 of -msgid "The privacy level of the stage instance." -msgstr "" - -#: ../../api.rst:3012 discord.stage_instance.StageInstance:47 of -#, fuzzy -msgid ":class:`StagePrivacyLevel`" -msgstr ":class:`.Profile`" - -#: ../../api.rst:3016 -msgid "A list of roles being added or removed from a member." -msgstr "" - -#: ../../api.rst:3018 -msgid "" -"If a role is not found then it is a :class:`Object` with the ID and name " -"being filled in." -msgstr "" - -#: ../../api.rst:3021 -msgid "List[Union[:class:`Role`, :class:`Object`]]" -msgstr "" - -#: ../../api.rst:3025 -msgid "The nickname of a member." -msgstr "" - -#: ../../api.rst:3027 -msgid "See also :attr:`Member.nick`" -msgstr "" - -#: ../../api.rst:3033 -msgid "Whether the member is being server deafened." -msgstr "" - -#: ../../api.rst:3035 -msgid "See also :attr:`VoiceState.deaf`." -msgstr "" - -#: ../../api.rst:3041 -msgid "Whether the member is being server muted." -msgstr "" - -#: ../../api.rst:3043 -msgid "See also :attr:`VoiceState.mute`." -msgstr "" - -#: ../../api.rst:3049 -#, fuzzy -msgid "The permissions of a role." -msgstr ":class:`Permissions` – 役職の権限。" - -#: ../../api.rst:3051 -msgid "See also :attr:`Role.permissions`." -msgstr "" - -#: ../../api.rst:3053 ../../api.rst:3142 discord.Interaction.permissions:5 -#: discord.Member.guild_permissions:11 discord.Role.permissions:3 -#: discord.channel.DMChannel.permissions_for:21 -#: discord.channel.GroupChannel.permissions_for:22 of -msgid ":class:`Permissions`" -msgstr "" - -#: ../../api.rst:3058 -#, fuzzy -msgid "The colour of a role." -msgstr ":class:`Colour` – 役職の色。" - -#: ../../api.rst:3060 -msgid "See also :attr:`Role.colour`" -msgstr "" - -#: ../../api.rst:3062 discord.ClientUser.color:6 discord.ClientUser.colour:6 -#: discord.Member.color:7 discord.Member.colour:7 discord.Role.color:3 -#: discord.Role.colour:3 discord.Spotify.color:5 discord.Spotify.colour:5 -#: discord.User.color:6 discord.User.colour:6 discord.WidgetMember.color:6 -#: discord.WidgetMember.colour:6 of -#, fuzzy -msgid ":class:`Colour`" -msgstr ":class:`bool`" - -#: ../../api.rst:3066 -msgid "Whether the role is being hoisted or not." -msgstr "" - -#: ../../api.rst:3068 -msgid "See also :attr:`Role.hoist`" -msgstr "" - -#: ../../api.rst:3074 -msgid "Whether the role is mentionable or not." -msgstr "" - -#: ../../api.rst:3076 -msgid "See also :attr:`Role.mentionable`" -msgstr "" - -#: ../../api.rst:3082 -#, fuzzy -msgid "The invite's code." -msgstr "招待コード。" - -#: ../../api.rst:3084 -msgid "See also :attr:`Invite.code`" -msgstr "" - -#: ../../api.rst:3090 -#, fuzzy -msgid "A guild channel." -msgstr "ギルドのニュースチャンネル。" - -#: ../../api.rst:3092 -msgid "" -"If the channel is not found then it is a :class:`Object` with the ID " -"being set. In some cases the channel name is also set." -msgstr "" - -#: ../../api.rst:3095 -#, fuzzy -msgid "Union[:class:`abc.GuildChannel`, :class:`Object`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: ../../api.rst:3099 discord.invite.Invite:101 of -#, fuzzy -msgid "The user who created the invite." -msgstr ":class:`User` – 招待を作成したユーザー。" - -#: ../../api.rst:3101 -msgid "See also :attr:`Invite.inviter`." -msgstr "" - -#: ../../api.rst:3103 discord.channel.DMChannel:27 -#: discord.channel.GroupChannel:43 discord.emoji.Emoji:76 -#: discord.integrations.IntegrationApplication:39 discord.invite.Invite:103 -#: discord.invite.Invite:147 discord.sticker.GuildSticker:60 of -#, fuzzy -msgid "Optional[:class:`User`]" -msgstr ":class:`str`" - -#: ../../api.rst:3107 -#, fuzzy -msgid "The invite's max uses." -msgstr ":class:`int` – 招待の最大使用可能回数。" - -#: ../../api.rst:3109 -msgid "See also :attr:`Invite.max_uses`." -msgstr "" - -#: ../../api.rst:3115 -#, fuzzy -msgid "The invite's current uses." -msgstr ":class:`int` – 招待の現在までの使用回数。" - -#: ../../api.rst:3117 -msgid "See also :attr:`Invite.uses`." -msgstr "" - -#: ../../api.rst:3123 -#, fuzzy -msgid "The invite's max age in seconds." -msgstr ":class:`int` – 招待の最大使用可能回数。" - -#: ../../api.rst:3125 -msgid "See also :attr:`Invite.max_age`." -msgstr "" - -#: ../../api.rst:3131 -msgid "If the invite is a temporary invite." -msgstr "" - -#: ../../api.rst:3133 -msgid "See also :attr:`Invite.temporary`." -msgstr "" - -#: ../../api.rst:3140 -msgid "The permissions being allowed or denied." -msgstr "" - -#: ../../api.rst:3146 -#, fuzzy -msgid "The ID of the object being changed." -msgstr "更新される前のギルド。" - -#: ../../api.rst:3152 -#, fuzzy -msgid "The avatar of a member." -msgstr "ユーザーのハッシュ値を返します。" - -#: ../../api.rst:3154 -msgid "See also :attr:`User.avatar`." -msgstr "" - -#: ../../api.rst:3160 -msgid "" -"The number of seconds members have to wait before sending another message" -" in the channel." -msgstr "" - -#: ../../api.rst:3163 -msgid "See also :attr:`TextChannel.slowmode_delay`." -msgstr "" - -#: ../../api.rst:3169 -msgid "" -"The region for the voice channel’s voice communication. A value of " -"``None`` indicates automatic voice region detection." -msgstr "" - -#: ../../api.rst:3172 -msgid "See also :attr:`VoiceChannel.rtc_region`." -msgstr "" - -#: ../../api.rst:3178 discord.channel.VoiceChannel:78 -#: discord.channel.VoiceChannel.edit:45 -#: discord.guild.Guild.create_voice_channel:31 of -msgid "The camera video quality for the voice channel's participants." -msgstr "" - -#: ../../api.rst:3180 -msgid "See also :attr:`VoiceChannel.video_quality_mode`." -msgstr "" - -#: ../../api.rst:3182 discord.channel.StageChannel:85 -#: discord.channel.VoiceChannel:82 of -#, fuzzy -msgid ":class:`VideoQualityMode`" -msgstr ":class:`.Widget`" - -#: ../../api.rst:3186 -#, fuzzy -msgid "The format type of a sticker being changed." -msgstr "更新される前のギルド。" - -#: ../../api.rst:3188 -msgid "See also :attr:`GuildSticker.format`" -msgstr "" - -#: ../../api.rst:3190 discord.sticker.GuildSticker:41 -#: discord.sticker.StandardSticker:47 discord.sticker.Sticker:47 -#: discord.sticker.StickerItem:35 of -#, fuzzy -msgid ":class:`StickerFormatType`" -msgstr ":class:`str`" - -#: ../../api.rst:3194 -#, fuzzy -msgid "The name of the emoji that represents a sticker being changed." -msgstr "更新される前のギルド。" - -#: ../../api.rst:3196 -#, fuzzy -msgid "See also :attr:`GuildSticker.emoji`." -msgstr ":attr:`uses`" - -#: ../../api.rst:3202 -msgid "The unicode emoji that is used as an icon for the role being changed." -msgstr "" - -#: ../../api.rst:3204 -#, fuzzy -msgid "See also :attr:`Role.unicode_emoji`." -msgstr ":attr:`extreme` のエイリアス。" - -#: ../../api.rst:3210 -msgid "The description of a guild, or a sticker." -msgstr "" - -#: ../../api.rst:3212 -msgid "See also :attr:`Guild.description`, or :attr:`GuildSticker.description`." -msgstr "" - -#: ../../api.rst:3218 -#, fuzzy -msgid "The availability of a sticker being changed." -msgstr "更新される前のギルド。" - -#: ../../api.rst:3220 -msgid "See also :attr:`GuildSticker.available`" -msgstr "" - -#: ../../api.rst:3226 -msgid "The thread is now archived." -msgstr "" - -#: ../../api.rst:3232 -msgid "The thread is being locked or unlocked." -msgstr "" - -#: ../../api.rst:3238 -msgid "The thread's auto archive duration being changed." -msgstr "" - -#: ../../api.rst:3240 -msgid "See also :attr:`Thread.auto_archive_duration`" -msgstr "" - -#: ../../api.rst:3246 -msgid "The default auto archive duration for newly created threads being changed." -msgstr "" - -#: ../../api.rst:3252 -msgid "Whetheer non-moderators can add users to this private thread." -msgstr "" - -#: ../../api.rst:3258 -msgid "Whether the user is timed out, and if so until when." -msgstr "" - -#: ../../api.rst:3260 discord.Activity.end:3 discord.Activity.start:3 -#: discord.BaseActivity.created_at:5 discord.Game.end:3 discord.Game.start:3 -#: discord.Message.edited_at:3 discord.PartialEmoji.created_at:5 -#: discord.Spotify.created_at:5 discord.invite.Invite:125 -#: discord.member.Member:30 discord.member.Member:69 discord.member.Member:78 -#: discord.member.VoiceState:61 of -msgid "Optional[:class:`datetime.datetime`]" -msgstr "" - -#: ../../api.rst:3264 -msgid "Integration emoticons were enabled or disabled." -msgstr "" - -#: ../../api.rst:3266 -#, fuzzy -msgid "see also :attr:`StreamIntegration.enable_emoticons`" -msgstr ":attr:`extreme` のエイリアス。" - -#: ../../api.rst:3273 -msgid "The behaviour of expiring subscribers changed." -msgstr "" - -#: ../../api.rst:3275 -msgid "see also :attr:`StreamIntegration.expire_behaviour`" -msgstr "" - -#: ../../api.rst:3277 discord.StreamIntegration.expire_behavior:3 -#: discord.integrations.StreamIntegration:51 of -#, fuzzy -msgid ":class:`ExpireBehaviour`" -msgstr ":class:`.Webhook`" - -#: ../../api.rst:3281 -msgid "The grace period before expiring subscribers changed." -msgstr "" - -#: ../../api.rst:3283 -msgid "see also :attr:`StreamIntegration.expire_grace_period`" -msgstr "" - -#: ../../api.rst:3289 -msgid "The preferred locale for the guild changed." -msgstr "" - -#: ../../api.rst:3291 -msgid "see also :attr:`Guild.preferred_locale`" -msgstr "" - -#: ../../api.rst:3297 -msgid "" -"The number of days after which inactive and role-unassigned members are " -"kicked has been changed." -msgstr "" - -#: ../../api.rst:3305 -msgid "Webhook Support" -msgstr "Webhookサポート" - -#: ../../api.rst:3307 -msgid "" -"discord.py offers support for creating, editing, and executing webhooks " -"through the :class:`Webhook` class." -msgstr "" - -#: ../../api.rst:3310 -msgid "Webhook" -msgstr "" - -#: discord.webhook.async_.Webhook:1 of -#, fuzzy -msgid "Represents an asynchronous Discord webhook." -msgstr "あなたのDiscordユーザーを表します。" - -#: discord.webhook.async_.Webhook:3 of -msgid "" -"Webhooks are a form to send messages to channels in Discord without a bot" -" user or authentication." -msgstr "" - -#: discord.webhook.async_.Webhook:6 of -msgid "" -"There are two main ways to use Webhooks. The first is through the ones " -"received by the library such as :meth:`.Guild.webhooks` and " -":meth:`.TextChannel.webhooks`. The ones received by the library will " -"automatically be bound using the library's internal HTTP session." -msgstr "" - -#: discord.webhook.async_.Webhook:11 of -msgid "" -"The second form involves creating a webhook object manually using the " -":meth:`~.Webhook.from_url` or :meth:`~.Webhook.partial` classmethods." -msgstr "" - -#: discord.webhook.async_.Webhook:14 of -msgid "" -"For example, creating a webhook from a URL and using :doc:`aiohttp " -"`:" -msgstr "" - -#: discord.webhook.async_.Webhook:26 of -msgid "For a synchronous counterpart, see :class:`SyncWebhook`." -msgstr "" - -#: discord.webhook.async_.Webhook:32 discord.webhook.sync.SyncWebhook:9 of -#, fuzzy -msgid "Checks if two webhooks are equal." -msgstr "二つのユーザーが等しいかを比較します。" - -#: discord.webhook.async_.Webhook:36 discord.webhook.sync.SyncWebhook:13 of -#, fuzzy -msgid "Checks if two webhooks are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" - -#: discord.webhook.async_.Webhook:40 discord.webhook.sync.SyncWebhook:17 of -#, fuzzy -msgid "Returns the webhooks's hash." -msgstr "カテゴリのハッシュを返します。" - -#: discord.webhook.async_.Webhook:42 discord.webhook.sync.SyncWebhook:19 of -msgid "Webhooks are now comparable and hashable." -msgstr "" - -#: discord.webhook.async_.Webhook:47 discord.webhook.sync.SyncWebhook:24 of -msgid "The webhook's ID" -msgstr "" - -#: discord.webhook.async_.Webhook:53 discord.webhook.sync.SyncWebhook:30 of -#, fuzzy -msgid "The type of the webhook." -msgstr "ユーザーのプロフィール。" - -#: discord.webhook.async_.Webhook:57 discord.webhook.sync.SyncWebhook:34 of -#, fuzzy -msgid ":class:`WebhookType`" -msgstr ":class:`.Webhook`" - -#: discord.webhook.async_.Webhook:61 discord.webhook.sync.SyncWebhook:38 of -msgid "" -"The authentication token of the webhook. If this is ``None`` then the " -"webhook cannot be used to make requests." -msgstr "" - -#: discord.webhook.async_.Webhook:68 discord.webhook.sync.SyncWebhook:45 of -msgid "The guild ID this webhook is for." -msgstr "" - -#: discord.webhook.async_.Webhook:74 discord.webhook.sync.SyncWebhook:51 of -#, fuzzy -msgid "The channel ID this webhook is for." -msgstr "Webhookが更新されたチャンネル。" - -#: discord.webhook.async_.Webhook:80 discord.webhook.sync.SyncWebhook:57 of -msgid "" -"The user this webhook was created by. If the webhook was received without" -" authentication then this will be ``None``." -msgstr "" - -#: discord.webhook.async_.Webhook:83 discord.webhook.sync.SyncWebhook:60 of -msgid "Optional[:class:`abc.User`]" -msgstr "" - -#: discord.webhook.async_.Webhook:87 discord.webhook.sync.SyncWebhook:64 of -#, fuzzy -msgid "The default name of the webhook." -msgstr "フィールドの名前。" - -#: discord.webhook.async_.Webhook:93 discord.webhook.sync.SyncWebhook:70 of -msgid "" -"The guild of the channel that this webhook is following. Only given if " -":attr:`type` is :attr:`WebhookType.channel_follower`." -msgstr "" - -#: discord.webhook.async_.Webhook:98 discord.webhook.sync.SyncWebhook:75 of -#, fuzzy -msgid "Optional[:class:`PartialWebhookGuild`]" -msgstr ":class:`bool`" - -#: discord.webhook.async_.Webhook:102 discord.webhook.sync.SyncWebhook:79 of -msgid "" -"The channel that this webhook is following. Only given if :attr:`type` is" -" :attr:`WebhookType.channel_follower`." -msgstr "" - -#: discord.webhook.async_.Webhook:107 discord.webhook.sync.SyncWebhook:84 of -#, fuzzy -msgid "Optional[:class:`PartialWebhookChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: discord.SyncWebhook.url:1 discord.Webhook.url:1 of -msgid "Returns the webhook's url." -msgstr "" - -#: discord.webhook.async_.Webhook.partial:1 -#: discord.webhook.sync.SyncWebhook.partial:1 of -msgid "Creates a partial :class:`Webhook`." -msgstr "" - -#: discord.webhook.async_.Webhook.partial:3 -#: discord.webhook.sync.SyncWebhook.partial:3 of -msgid "The ID of the webhook." -msgstr "" - -#: discord.webhook.async_.Webhook.partial:5 -#: discord.webhook.sync.SyncWebhook.partial:5 of -msgid "The authentication token of the webhook." -msgstr "" +#: ../../api.rst:1725 +#: ../../api.rst:1744 +#: ../../api.rst:1766 +#: ../../api.rst:1787 +#: ../../api.rst:1803 +#: ../../api.rst:1818 +#: ../../api.rst:2229 +#: ../../api.rst:2248 +#: ../../api.rst:2267 +msgid ":attr:`~AuditLogDiff.type`" +msgstr ":attr:`~AuditLogDiff.type`" -#: discord.webhook.async_.Webhook.from_url:9 -#: discord.webhook.async_.Webhook.partial:7 of -msgid "" -"The session to use to send requests with. Note that the library does not " -"manage the session and will not close it. .. versionadded:: 2.0" -msgstr "" +#: ../../api.rst:1726 +#: ../../api.rst:1746 +#: ../../api.rst:1767 +msgid ":attr:`~AuditLogDiff.overwrites`" +msgstr ":attr:`~AuditLogDiff.overwrites`" -#: discord.webhook.async_.Webhook.from_url:9 -#: discord.webhook.async_.Webhook.partial:7 of -msgid "" -"The session to use to send requests with. Note that the library does not " -"manage the session and will not close it." -msgstr "" +#: ../../api.rst:1730 +msgid "A channel was updated. Things that trigger this include:" +msgstr "チャンネルが更新されました。これのトリガーとなるものは以下の通りです。" -#: discord.webhook.async_.Webhook.from_url:15 -#: discord.webhook.async_.Webhook.partial:13 of -msgid "" -"The bot authentication token for authenticated requests involving the " -"webhook. .. versionadded:: 2.0" -msgstr "" +#: ../../api.rst:1732 +msgid "The channel name or topic was changed" +msgstr "チャンネルのチャンネルトピックの変更、または名前の変更。" -#: discord.webhook.async_.Webhook.from_url:15 -#: discord.webhook.async_.Webhook.partial:13 -#: discord.webhook.sync.SyncWebhook.from_url:10 -#: discord.webhook.sync.SyncWebhook.partial:12 of -msgid "" -"The bot authentication token for authenticated requests involving the " -"webhook." -msgstr "" +#: ../../api.rst:1733 +msgid "The channel bitrate was changed" +msgstr "チャンネルのビットレートの変更。" -#: discord.webhook.async_.Webhook.from_url:23 -#: discord.webhook.async_.Webhook.partial:19 -#: discord.webhook.sync.SyncWebhook.from_url:16 -#: discord.webhook.sync.SyncWebhook.partial:16 of -msgid "" -"A partial :class:`Webhook`. A partial webhook is just a webhook object " -"with an ID and a token." -msgstr "" - -#: ../../docstring discord.Interaction.followup:3 -#: discord.channel.TextChannel.create_webhook:22 -#: discord.channel.TextChannel.follow:29 -#: discord.webhook.async_.Webhook.fetch:24 -#: discord.webhook.async_.Webhook.from_url:25 -#: discord.webhook.async_.Webhook.partial:21 -#: discord.webhook.sync.SyncWebhook.from_url:18 -#: discord.webhook.sync.SyncWebhook.partial:18 of -msgid ":class:`Webhook`" -msgstr "" +#: ../../api.rst:1735 +#: ../../api.rst:1773 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`abc.GuildChannel` or :class:`Object` with an ID." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている :class:`abc.GuildChannel` か、 :class:`Object` のいずれかになります。" -#: discord.webhook.async_.Webhook.from_url:1 -#: discord.webhook.sync.SyncWebhook.from_url:1 of -msgid "Creates a partial :class:`Webhook` from a webhook URL." -msgstr "" +#: ../../api.rst:1738 +msgid "A more filled out object in the :class:`Object` case can be found by using :attr:`~AuditLogEntry.after` or :attr:`~AuditLogEntry.before`." +msgstr ":class:`Object` の場合、 :attr:`~AuditLogEntry.after` または :attr:`~AuditLogEntry.before` を使用して、より詳細な情報を持つオブジェクトを見つけることができます。" -#: discord.webhook.async_.Webhook.from_url:7 -#: discord.webhook.sync.SyncWebhook.from_url:3 of -msgid "The URL of the webhook." -msgstr "" +#: ../../api.rst:1745 +msgid ":attr:`~AuditLogDiff.position`" +msgstr ":attr:`~AuditLogDiff.position`" -#: discord.webhook.async_.Webhook.from_url:21 -#: discord.webhook.sync.SyncWebhook.from_url:14 of -#, fuzzy -msgid "The URL is invalid." -msgstr "メンバーがオンライン。" +#: ../../api.rst:1747 +#: ../../api.rst:2191 +#: ../../api.rst:2206 +msgid ":attr:`~AuditLogDiff.topic`" +msgstr ":attr:`~AuditLogDiff.topic`" -#: discord.webhook.async_.Webhook.fetch:3 -#: discord.webhook.sync.SyncWebhook.fetch:1 of -msgid "Fetches the current webhook." -msgstr "" +#: ../../api.rst:1748 +msgid ":attr:`~AuditLogDiff.bitrate`" +msgstr ":attr:`~AuditLogDiff.bitrate`" -#: discord.webhook.async_.Webhook.fetch:5 -#: discord.webhook.sync.SyncWebhook.fetch:3 of -msgid "This could be used to get a full webhook from a partial webhook." +#: ../../api.rst:1749 +msgid ":attr:`~AuditLogDiff.rtc_region`" msgstr "" -#: discord.webhook.async_.Webhook.fetch:11 -#: discord.webhook.sync.SyncWebhook.fetch:7 of -msgid "" -"When fetching with an unauthenticated webhook, i.e. " -":meth:`is_authenticated` returns ``False``, then the returned webhook " -"does not contain any user information." +#: ../../api.rst:1750 +msgid ":attr:`~AuditLogDiff.video_quality_mode`" msgstr "" -#: discord.webhook.async_.Webhook.delete:9 -#: discord.webhook.async_.Webhook.edit:21 -#: discord.webhook.async_.Webhook.fetch:15 -#: discord.webhook.sync.SyncWebhook.delete:7 -#: discord.webhook.sync.SyncWebhook.edit:13 -#: discord.webhook.sync.SyncWebhook.fetch:11 of -msgid "" -"Whether to use the bot token over the webhook token if available. " -"Defaults to ``True``." +#: ../../api.rst:1751 +msgid ":attr:`~AuditLogDiff.default_auto_archive_duration`" msgstr "" -#: discord.webhook.async_.Webhook.fetch:19 -#: discord.webhook.sync.SyncWebhook.fetch:15 of -#, fuzzy -msgid "Could not fetch the webhook" -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../api.rst:1755 +msgid "A channel was deleted." +msgstr "チャンネルの削除。" -#: discord.webhook.async_.Webhook.fetch:20 -#: discord.webhook.sync.SyncWebhook.fetch:16 of -msgid "Could not find the webhook by this ID" -msgstr "" +#: ../../api.rst:1757 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is an :class:`Object` with an ID." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている :class:`Object` になります。" -#: discord.webhook.async_.Webhook.delete:18 -#: discord.webhook.async_.Webhook.delete_message:23 -#: discord.webhook.async_.Webhook.fetch:21 -#: discord.webhook.sync.SyncWebhook.delete:14 -#: discord.webhook.sync.SyncWebhook.delete_message:13 -#: discord.webhook.sync.SyncWebhook.fetch:17 of -msgid "This webhook does not have a token associated with it." +#: ../../api.rst:1760 +msgid "A more filled out object can be found by using the :attr:`~AuditLogEntry.before` object." msgstr "" -#: discord.webhook.async_.Webhook.fetch:23 -#: discord.webhook.sync.SyncWebhook.fetch:19 of -#, fuzzy -msgid "The fetched webhook." -msgstr "ユーザーのプロフィール。" +#: ../../api.rst:1771 +msgid "A channel permission overwrite was created." +msgstr "チャンネルにおける権限の上書き設定の作成。" -#: discord.webhook.async_.Webhook.delete:3 -#: discord.webhook.sync.SyncWebhook.delete:1 of -msgid "Deletes this Webhook." -msgstr "" +#: ../../api.rst:1776 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.extra` is either a :class:`Role` or :class:`Member`. If the object is not found then it is a :class:`Object` with an ID being filled, a name, and a ``type`` attribute set to either ``'role'`` or ``'member'`` to help dictate what type of ID it is." +msgstr "この場合には、 :attr:`~AuditLogEntry.extra` は :class:`Role` か :class:`Member` です。もしオブジェクトが見つからない場合はid、name、 ``'role'`` か ``'member'`` である``type`` 属性がある :class:`Object` です。" -#: discord.webhook.async_.Webhook.delete:5 -#: discord.webhook.sync.SyncWebhook.delete:3 of -msgid "" -"The reason for deleting this webhook. Shows up on the audit log. .. " -"versionadded:: 1.4" -msgstr "" +#: ../../api.rst:1784 +#: ../../api.rst:1800 +#: ../../api.rst:1815 +msgid ":attr:`~AuditLogDiff.deny`" +msgstr ":attr:`~AuditLogDiff.deny`" -#: discord.webhook.async_.Webhook.delete:5 -#: discord.webhook.sync.SyncWebhook.delete:3 of -msgid "The reason for deleting this webhook. Shows up on the audit log." -msgstr "" +#: ../../api.rst:1785 +#: ../../api.rst:1801 +#: ../../api.rst:1816 +msgid ":attr:`~AuditLogDiff.allow`" +msgstr ":attr:`~AuditLogDiff.allow`" -#: discord.webhook.async_.Webhook.delete:9 -#: discord.webhook.async_.Webhook.edit:21 of -msgid "" -"Whether to use the bot token over the webhook token if available. " -"Defaults to ``True``. .. versionadded:: 2.0" -msgstr "" +#: ../../api.rst:1786 +#: ../../api.rst:1802 +#: ../../api.rst:1817 +msgid ":attr:`~AuditLogDiff.id`" +msgstr ":attr:`~AuditLogDiff.id`" -#: discord.webhook.async_.Webhook.delete:15 -#: discord.webhook.sync.SyncWebhook.delete:11 of -#, fuzzy -msgid "Deleting the webhook failed." -msgstr ":exc:`.HTTPException` -- Webhookの取得に失敗した。" +#: ../../api.rst:1791 +msgid "A channel permission overwrite was changed, this is typically when the permission values change." +msgstr "チャンネルの権限の上書きが変更されました。典型的な例は、権限が変更された場合です。" -#: discord.webhook.async_.Webhook.delete:16 -#: discord.webhook.async_.Webhook.edit:28 -#: discord.webhook.sync.SyncWebhook.delete:12 -#: discord.webhook.sync.SyncWebhook.edit:18 of -msgid "This webhook does not exist." -msgstr "" +#: ../../api.rst:1794 +#: ../../api.rst:1809 +msgid "See :attr:`overwrite_create` for more information on how the :attr:`~AuditLogEntry.target` and :attr:`~AuditLogEntry.extra` fields are set." +msgstr ":attr:`overwrite_create` に、 :attr:`~AuditLogEntry.target` と :attr:`~AuditLogEntry.extra` についての説明があります。" -#: discord.webhook.async_.Webhook.delete:17 -#: discord.webhook.sync.SyncWebhook.delete:13 of -#, fuzzy -msgid "You do not have permissions to delete this webhook." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../api.rst:1807 +msgid "A channel permission overwrite was deleted." +msgstr "チャンネルにおける権限の上書き設定の削除。" -#: discord.webhook.async_.Webhook.edit:3 -#: discord.webhook.sync.SyncWebhook.edit:1 of -msgid "Edits this Webhook." -msgstr "" +#: ../../api.rst:1822 +msgid "A member was kicked." +msgstr "メンバーのキック。" -#: discord.webhook.async_.Webhook.edit:9 -#: discord.webhook.sync.SyncWebhook.edit:3 of -msgid "The webhook's new default name." -msgstr "" +#: ../../api.rst:1824 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got kicked." +msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはキックされたユーザーに該当する :class:`User` になります。" -#: discord.webhook.async_.Webhook.edit:11 -#: discord.webhook.sync.SyncWebhook.edit:5 of -msgid "" -"A :term:`py:bytes-like object` representing the webhook's new default " -"avatar." -msgstr "" +#: ../../api.rst:1827 +#: ../../api.rst:1842 +#: ../../api.rst:1851 +#: ../../api.rst:1860 +msgid "When this is the action, :attr:`~AuditLogEntry.changes` is empty." +msgstr "これが上記のactionなら、:attr:`~AuditLogEntry.changes` は空になります。" -#: discord.webhook.async_.Webhook.edit:13 of -msgid "" -"The webhook's new channel. This requires an authenticated webhook. .. " -"versionadded:: 2.0" -msgstr "" +#: ../../api.rst:1831 +msgid "A member prune was triggered." +msgstr "非アクティブメンバーの一括キック。" -#: discord.webhook.async_.Webhook.edit:13 -#: discord.webhook.sync.SyncWebhook.edit:7 of -msgid "The webhook's new channel. This requires an authenticated webhook." -msgstr "" +#: ../../api.rst:1833 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is set to ``None``." +msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは ``None`` に設定されます。" -#: discord.webhook.async_.Webhook.edit:17 -#: discord.webhook.sync.SyncWebhook.edit:9 of -msgid "" -"The reason for editing this webhook. Shows up on the audit log. .. " -"versionadded:: 1.4" +#: ../../api.rst:1836 +#: ../../api.rst:1896 +#: ../../api.rst:2104 +#: ../../api.rst:2131 +#: ../../api.rst:2146 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.extra` is set to an unspecified proxy object with two attributes:" msgstr "" -#: discord.webhook.async_.Webhook.edit:17 -#: discord.webhook.sync.SyncWebhook.edit:9 of -msgid "The reason for editing this webhook. Shows up on the audit log." +#: ../../api.rst:1839 +msgid "``delete_members_days``: An integer specifying how far the prune was." msgstr "" -#: discord.webhook.async_.Webhook.edit:27 -#: discord.webhook.sync.SyncWebhook.edit:17 of -#, fuzzy -msgid "Editing the webhook failed." -msgstr ":exc:`.HTTPException` -- Webhookの取得に失敗した。" - -#: discord.webhook.async_.Webhook.edit:29 -#: discord.webhook.sync.SyncWebhook.edit:19 of -msgid "" -"This webhook does not have a token associated with it or it tried " -"editing a channel without authentication." +#: ../../api.rst:1840 +msgid "``members_removed``: An integer specifying how many members were removed." msgstr "" -#: discord.SyncWebhook.avatar:1 discord.Webhook.avatar:1 of -msgid "Returns an :class:`Asset` for the avatar the webhook has." -msgstr "" +#: ../../api.rst:1846 +msgid "A member was banned." +msgstr "メンバーのBAN。" -#: discord.SyncWebhook.avatar:3 discord.Webhook.avatar:3 of -msgid "" -"If the webhook does not have a traditional avatar, ``None`` is returned. " -"If you want the avatar that a webhook has displayed, consider " -":attr:`display_avatar`." -msgstr "" - -#: discord.ClientUser.avatar:6 discord.ClientUser.banner:9 -#: discord.GroupChannel.icon:3 discord.Guild.banner:3 -#: discord.Guild.discovery_splash:3 discord.Guild.icon:3 discord.Guild.splash:3 -#: discord.Member.guild_avatar:6 discord.PartialInviteGuild.banner:3 -#: discord.PartialInviteGuild.icon:3 discord.PartialInviteGuild.splash:3 -#: discord.PartialWebhookGuild.icon:3 discord.SyncWebhook.avatar:6 -#: discord.User.avatar:6 discord.User.banner:9 discord.Webhook.avatar:6 -#: discord.WidgetMember.banner:9 of -#, fuzzy -msgid "Optional[:class:`Asset`]" -msgstr ":class:`str`" +#: ../../api.rst:1848 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got banned." +msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはBANされたユーザーに該当する :class:`User` になります。" -#: discord.SyncWebhook.channel:1 discord.Webhook.channel:1 of -#, fuzzy -msgid "The text channel this webhook belongs to." -msgstr "Webhookが更新されたチャンネル。" +#: ../../api.rst:1855 +msgid "A member was unbanned." +msgstr "メンバーのBANの解除。" -#: discord.SyncWebhook.channel:3 discord.SyncWebhook.guild:3 -#: discord.Webhook.channel:3 discord.Webhook.guild:3 of -msgid "If this is a partial webhook, then this will always return ``None``." -msgstr "" +#: ../../api.rst:1857 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got unbanned." +msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeはBANが解除されたユーザーに該当する :class:`User` になります。" -#: discord.Guild.public_updates_channel:9 discord.Guild.rules_channel:8 -#: discord.Guild.system_channel:5 discord.SyncWebhook.channel:5 -#: discord.Thread.parent:3 discord.Webhook.channel:5 of -msgid "Optional[:class:`TextChannel`]" -msgstr "" +#: ../../api.rst:1864 +msgid "A member has updated. This triggers in the following situations:" +msgstr "メンバーの何らかの更新。これのトリガーとなるのは以下の場合です:" -#: discord.SyncWebhook.created_at:1 discord.Webhook.created_at:1 of -msgid "Returns the webhook's creation time in UTC." -msgstr "" +#: ../../api.rst:1866 +msgid "A nickname was changed" +msgstr "メンバーのニックネームの変更。" -#: discord.SyncWebhook.default_avatar:1 discord.Webhook.default_avatar:1 of -msgid "Returns the default avatar. This is always the blurple avatar." +#: ../../api.rst:1867 +msgid "They were server muted or deafened (or it was undo'd)" msgstr "" -#: discord.SyncWebhook.display_avatar:1 discord.Webhook.display_avatar:1 of -#, fuzzy -msgid "Returns the webhook's display avatar." -msgstr "役職の名前を返します。" - -#: discord.SyncWebhook.display_avatar:3 discord.Webhook.display_avatar:3 of -msgid "This is either webhook's default avatar or uploaded avatar." -msgstr "" +#: ../../api.rst:1869 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who got updated." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、更新の行われた :class:`Member` あるいは :class:`User` になります。" -#: discord.SyncWebhook.guild:1 discord.Webhook.guild:1 of -msgid "The guild this webhook belongs to." -msgstr "" +#: ../../api.rst:1874 +msgid ":attr:`~AuditLogDiff.nick`" +msgstr ":attr:`~AuditLogDiff.nick`" -#: discord.webhook.async_.BaseWebhook.is_authenticated:1 of -#, fuzzy -msgid ":class:`bool`: Whether the webhook is authenticated with a bot token." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../api.rst:1875 +msgid ":attr:`~AuditLogDiff.mute`" +msgstr ":attr:`~AuditLogDiff.mute`" -#: discord.webhook.async_.BaseWebhook.is_partial:1 of -#, fuzzy -msgid ":class:`bool`: Whether the webhook is a \"partial\" webhook." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../api.rst:1876 +msgid ":attr:`~AuditLogDiff.deaf`" +msgstr ":attr:`~AuditLogDiff.deaf`" -#: discord.webhook.async_.Webhook.send:3 -#: discord.webhook.sync.SyncWebhook.send:1 of -msgid "Sends a message using the webhook." +#: ../../api.rst:1877 +msgid ":attr:`~AuditLogDiff.timed_out_until`" msgstr "" -#: discord.webhook.async_.Webhook.send:5 -#: discord.webhook.sync.SyncWebhook.send:3 of -msgid "" -"The content must be a type that can convert to a string through " -"``str(content)``." +#: ../../api.rst:1881 +msgid "A member's role has been updated. This triggers when a member either gains a role or loses a role." msgstr "" -#: discord.webhook.async_.Webhook.send:7 -#: discord.webhook.sync.SyncWebhook.send:5 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`File` object." -msgstr "" +#: ../../api.rst:1884 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who got the role." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、役職の更新が行われた :class:`Member` あるいは :class:`User` になります。" -#: discord.webhook.async_.Webhook.send:10 -#: discord.webhook.sync.SyncWebhook.send:8 of -msgid "" -"If the ``embed`` parameter is provided, it must be of type :class:`Embed`" -" and it must be a rich embed type. You cannot mix the ``embed`` parameter" -" with the ``embeds`` parameter, which must be a :class:`list` of " -":class:`Embed` objects to send." -msgstr "" +#: ../../api.rst:1889 +msgid ":attr:`~AuditLogDiff.roles`" +msgstr ":attr:`~AuditLogDiff.roles`" -#: discord.abc.Messageable.send:23 -#: discord.interactions.InteractionResponse.send_message:5 -#: discord.webhook.async_.Webhook.send:18 -#: discord.webhook.sync.SyncWebhook.send:12 of -msgid "The content of the message to send." +#: ../../api.rst:1893 +msgid "A member's voice channel has been updated. This triggers when a member is moved to a different voice channel." msgstr "" -#: discord.webhook.async_.Webhook.send:20 of -msgid "" -"Whether the server should wait before sending a response. This " -"essentially means that the return type of this function changes from " -"``None`` to a :class:`WebhookMessage` if set to ``True``. If the type of " -"webhook is :attr:`WebhookType.application` then this is always set to " -"``True``." +#: ../../api.rst:1899 +msgid "``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the members were moved." msgstr "" -#: discord.webhook.async_.Webhook.send:25 -#: discord.webhook.sync.SyncWebhook.send:18 of -msgid "" -"The username to send with this message. If no username is provided then " -"the default username for the webhook is used." +#: ../../api.rst:1900 +msgid "``count``: An integer specifying how many members were moved." msgstr "" -#: discord.webhook.async_.Webhook.send:28 -#: discord.webhook.sync.SyncWebhook.send:21 of -msgid "" -"The avatar URL to send with this message. If no avatar URL is provided " -"then the default avatar for the webhook is used. If this is not a string " -"then it is explicitly cast using ``str``." +#: ../../api.rst:1906 +msgid "A member's voice state has changed. This triggers when a member is force disconnected from voice." msgstr "" -#: discord.abc.Messageable.send:25 -#: discord.interactions.InteractionResponse.send_message:17 -#: discord.webhook.async_.Webhook.send:32 -#: discord.webhook.sync.SyncWebhook.send:25 of -msgid "Indicates if the message should be sent using text-to-speech." +#: ../../api.rst:1909 +#: ../../api.rst:2117 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.extra` is set to an unspecified proxy object with one attribute:" msgstr "" -#: discord.webhook.async_.Webhook.send:34 of -msgid "" -"Indicates if the message should only be visible to the user. This is only" -" available to :attr:`WebhookType.application` webhooks. If a view is sent" -" with an ephemeral message and it has no timeout set then the timeout is " -"set to 15 minutes. .. versionadded:: 2.0" +#: ../../api.rst:1912 +msgid "``count``: An integer specifying how many members were disconnected." msgstr "" -#: discord.webhook.async_.Webhook.send:34 of -msgid "" -"Indicates if the message should only be visible to the user. This is only" -" available to :attr:`WebhookType.application` webhooks. If a view is sent" -" with an ephemeral message and it has no timeout set then the timeout is " -"set to 15 minutes." +#: ../../api.rst:1918 +msgid "A bot was added to the guild." msgstr "" -#: discord.webhook.async_.Webhook.send:41 -#: discord.webhook.sync.SyncWebhook.send:27 of -msgid "The file to upload. This cannot be mixed with ``files`` parameter." +#: ../../api.rst:1920 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` which was added to the guild." msgstr "" -#: discord.webhook.async_.Webhook.send:43 -#: discord.webhook.sync.SyncWebhook.send:29 of -msgid "" -"A list of files to send with the content. This cannot be mixed with the " -"``file`` parameter." -msgstr "" +#: ../../api.rst:1927 +msgid "A new role was created." +msgstr "新しい役職の作成。" -#: discord.interactions.InteractionResponse.send_message:10 -#: discord.webhook.async_.Webhook.send:46 -#: discord.webhook.sync.SyncWebhook.send:32 of -msgid "" -"The rich embed for the content to send. This cannot be mixed with " -"``embeds`` parameter." -msgstr "" +#: ../../api.rst:1929 +#: ../../api.rst:1952 +#: ../../api.rst:1969 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Role` or a :class:`Object` with the ID." +msgstr "これが上記のactionならば、 :attr:`~AuditLogEntry.target` のtypeは、IDが設定されている :class:`Role` か、 :class:`Object` のいずれかになります。" -#: discord.interactions.InteractionResponse.send_message:7 -#: discord.webhook.async_.Webhook.send:49 -#: discord.webhook.sync.SyncWebhook.send:35 of -msgid "" -"A list of embeds to send with the content. Maximum of 10. This cannot be " -"mixed with the ``embed`` parameter." -msgstr "" +#: ../../api.rst:1934 +#: ../../api.rst:1957 +#: ../../api.rst:1974 +msgid ":attr:`~AuditLogDiff.colour`" +msgstr ":attr:`~AuditLogDiff.colour`" -#: discord.webhook.async_.Webhook.send:52 -#: discord.webhook.sync.SyncWebhook.send:38 of -msgid "" -"Controls the mentions being processed in this message. .. versionadded::" -" 1.4" -msgstr "" +#: ../../api.rst:1935 +#: ../../api.rst:1958 +#: ../../api.rst:1975 +msgid ":attr:`~AuditLogDiff.mentionable`" +msgstr ":attr:`~AuditLogDiff.mentionable`" -#: discord.webhook.async_.Webhook.send:52 -#: discord.webhook.sync.SyncWebhook.send:38 of -msgid "Controls the mentions being processed in this message." -msgstr "" +#: ../../api.rst:1936 +#: ../../api.rst:1959 +#: ../../api.rst:1976 +msgid ":attr:`~AuditLogDiff.hoist`" +msgstr ":attr:`~AuditLogDiff.hoist`" -#: discord.webhook.async_.Webhook.send:56 of -msgid "" -"The view to send with the message. You can only send a view if this " -"webhook is not partial and has state attached. A webhook has state " -"attached if the webhook is managed by the library. .. versionadded:: 2.0" +#: ../../api.rst:1938 +#: ../../api.rst:1961 +msgid ":attr:`~AuditLogDiff.unicode_emoji`" msgstr "" -#: discord.webhook.async_.Webhook.send:56 of -msgid "" -"The view to send with the message. You can only send a view if this " -"webhook is not partial and has state attached. A webhook has state " -"attached if the webhook is managed by the library." -msgstr "" +#: ../../api.rst:1940 +#: ../../api.rst:1963 +#: ../../api.rst:1978 +msgid ":attr:`~AuditLogDiff.permissions`" +msgstr ":attr:`~AuditLogDiff.permissions`" -#: discord.webhook.async_.Webhook.send:63 of -msgid "The thread to send this webhook to. .. versionadded:: 2.0" -msgstr "" +#: ../../api.rst:1944 +msgid "A role was updated. This triggers in the following situations:" +msgstr "役職の何らかの更新。これのトリガーとなるのは以下の場合です:" -#: discord.webhook.async_.Webhook.send:63 of -#, fuzzy -msgid "The thread to send this webhook to." -msgstr "Webhookが更新されたチャンネル。" +#: ../../api.rst:1946 +msgid "The name has changed" +msgstr "名前の更新。" -#: discord.abc.Messageable.send:71 -#: discord.interactions.InteractionResponse.send_message:29 -#: discord.message.Message.reply:12 discord.webhook.async_.Webhook.send:68 -#: discord.webhook.sync.SyncWebhook.send:47 of -msgid "Sending the message failed." +#: ../../api.rst:1947 +msgid "The permissions have changed" msgstr "" -#: discord.webhook.async_.Webhook.send:69 -#: discord.webhook.sync.SyncWebhook.send:48 of -msgid "This webhook was not found." +#: ../../api.rst:1948 +msgid "The colour has changed" msgstr "" -#: discord.webhook.async_.Webhook.send:70 -#: discord.webhook.sync.SyncWebhook.send:49 of -msgid "The authorization token for the webhook is incorrect." +#: ../../api.rst:1949 +msgid "The role icon (or unicode emoji) has changed" msgstr "" -#: discord.interactions.InteractionResponse.send_message:30 -#: discord.webhook.async_.Webhook.send:71 of -msgid "You specified both ``embed`` and ``embeds`` or ``file`` and ``files``." +#: ../../api.rst:1950 +msgid "Its hoist/mentionable state has changed" msgstr "" -#: discord.webhook.async_.Webhook.send:72 of -msgid "" -"The length of ``embeds`` was invalid, there was no token associated " -"with this webhook or ``ephemeral`` was passed with the improper " -"webhook type or there was no state attached with this webhook when " -"giving it a view." -msgstr "" +#: ../../api.rst:1967 +msgid "A role was deleted." +msgstr "役職の削除。" -#: discord.webhook.async_.Webhook.send:74 -#: discord.webhook.sync.SyncWebhook.send:53 of -msgid "" -"If ``wait`` is ``True`` then the message that was sent, otherwise " -"``None``." -msgstr "" +#: ../../api.rst:1982 +msgid "An invite was created." +msgstr "招待の作成。" -#: discord.webhook.async_.Webhook.send:75 of -#, fuzzy -msgid "Optional[:class:`WebhookMessage`]" -msgstr ":class:`bool`" +#: ../../api.rst:1984 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was created." +msgstr "これが上記のactionならば、:attr:`~AuditLogEntry.target` のtypeは作成された招待に該当する :class:`Invite` になります。" -#: discord.webhook.async_.Webhook.fetch_message:3 of -msgid "Retrieves a single :class:`~discord.WebhookMessage` owned by this webhook." -msgstr "" +#: ../../api.rst:1989 +#: ../../api.rst:2013 +msgid ":attr:`~AuditLogDiff.max_age`" +msgstr ":attr:`~AuditLogDiff.max_age`" -#: discord.abc.Messageable.fetch_message:5 -#: discord.webhook.async_.Webhook.fetch_message:7 -#: discord.webhook.sync.SyncWebhook.fetch_message:5 of -msgid "The message ID to look for." -msgstr "" +#: ../../api.rst:1990 +#: ../../api.rst:2014 +msgid ":attr:`~AuditLogDiff.code`" +msgstr ":attr:`~AuditLogDiff.code`" -#: discord.abc.Messageable.fetch_message:8 -#: discord.webhook.async_.Webhook.fetch_message:10 -#: discord.webhook.sync.SyncWebhook.fetch_message:8 of -msgid "The specified message was not found." -msgstr "" +#: ../../api.rst:1991 +#: ../../api.rst:2015 +msgid ":attr:`~AuditLogDiff.temporary`" +msgstr ":attr:`~AuditLogDiff.temporary`" -#: discord.abc.Messageable.fetch_message:9 -#: discord.message.PartialMessage.fetch:6 -#: discord.webhook.async_.Webhook.fetch_message:11 -#: discord.webhook.sync.SyncWebhook.fetch_message:9 of -msgid "You do not have the permissions required to get a message." -msgstr "" +#: ../../api.rst:1992 +#: ../../api.rst:2016 +msgid ":attr:`~AuditLogDiff.inviter`" +msgstr ":attr:`~AuditLogDiff.inviter`" -#: discord.abc.Messageable.fetch_message:10 -#: discord.message.PartialMessage.fetch:7 -#: discord.webhook.async_.Webhook.fetch_message:12 -#: discord.webhook.sync.SyncWebhook.fetch_message:10 of -msgid "Retrieving the message failed." -msgstr "" +#: ../../api.rst:1993 +#: ../../api.rst:2017 +#: ../../api.rst:2030 +#: ../../api.rst:2046 +#: ../../api.rst:2059 +msgid ":attr:`~AuditLogDiff.channel`" +msgstr ":attr:`~AuditLogDiff.channel`" -#: discord.webhook.async_.Webhook.fetch_message:13 -#: discord.webhook.sync.SyncWebhook.fetch_message:11 of -#, fuzzy -msgid "There was no token associated with this webhook." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" +#: ../../api.rst:1994 +#: ../../api.rst:2018 +msgid ":attr:`~AuditLogDiff.uses`" +msgstr ":attr:`~AuditLogDiff.uses`" -#: discord.abc.Messageable.fetch_message:12 -#: discord.webhook.async_.Webhook.fetch_message:15 -#: discord.webhook.sync.SyncWebhook.fetch_message:13 of -msgid "The message asked for." -msgstr "" +#: ../../api.rst:1995 +#: ../../api.rst:2019 +msgid ":attr:`~AuditLogDiff.max_uses`" +msgstr ":attr:`~AuditLogDiff.max_uses`" -#: discord.webhook.async_.Webhook.fetch_message:16 of -#, fuzzy -msgid ":class:`~discord.WebhookMessage`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:1999 +msgid "An invite was updated." +msgstr "招待の更新。" -#: discord.webhook.async_.Webhook.edit_message:3 -#: discord.webhook.sync.SyncWebhook.edit_message:1 of -msgid "Edits a message owned by this webhook." +#: ../../api.rst:2001 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was updated." msgstr "" -#: discord.webhook.async_.Webhook.edit_message:5 -#: discord.webhook.sync.SyncWebhook.edit_message:3 of -msgid "" -"This is a lower level interface to :meth:`WebhookMessage.edit` in case " -"you only have an ID." +#: ../../api.rst:2006 +msgid "An invite was deleted." msgstr "" -#: discord.webhook.async_.Webhook.edit_message:10 -#: discord.webhook.async_.WebhookMessage.edit:7 of -msgid "" -"The edit is no longer in-place, instead the newly edited message is " -"returned." +#: ../../api.rst:2008 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was deleted." msgstr "" -#: discord.webhook.async_.Webhook.edit_message:17 -#: discord.webhook.sync.SyncWebhook.edit_message:8 of -#, fuzzy -msgid "The message ID to edit." -msgstr "削除されたメッセージ。" - -#: discord.interactions.Interaction.edit_original_message:11 -#: discord.interactions.InteractionMessage.edit:5 -#: discord.webhook.async_.Webhook.edit_message:19 -#: discord.webhook.async_.WebhookMessage.edit:14 -#: discord.webhook.sync.SyncWebhook.edit_message:10 -#: discord.webhook.sync.SyncWebhookMessage.edit:7 of -msgid "The content to edit the message with or ``None`` to clear it." +#: ../../api.rst:2023 +msgid "A webhook was created." msgstr "" -#: discord.interactions.Interaction.edit_original_message:13 -#: discord.interactions.InteractionMessage.edit:7 -#: discord.interactions.InteractionResponse.edit_message:8 -#: discord.webhook.async_.Webhook.edit_message:21 -#: discord.webhook.async_.WebhookMessage.edit:16 -#: discord.webhook.sync.SyncWebhook.edit_message:12 -#: discord.webhook.sync.SyncWebhookMessage.edit:9 of -#, fuzzy -msgid "A list of embeds to edit the message with." -msgstr "更新前の絵文字のリスト。" +#: ../../api.rst:2025 +#: ../../api.rst:2041 +#: ../../api.rst:2054 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the webhook ID." +msgstr "" -#: discord.interactions.Interaction.edit_original_message:15 -#: discord.interactions.InteractionMessage.edit:9 -#: discord.interactions.InteractionResponse.edit_message:10 -#: discord.webhook.async_.Webhook.edit_message:23 -#: discord.webhook.async_.WebhookMessage.edit:18 -#: discord.webhook.sync.SyncWebhook.edit_message:14 -#: discord.webhook.sync.SyncWebhookMessage.edit:11 of -msgid "" -"The embed to edit the message with. ``None`` suppresses the embeds. This " -"should not be mixed with the ``embeds`` parameter." +#: ../../api.rst:2032 +#: ../../api.rst:2061 +msgid ":attr:`~AuditLogDiff.type` (always set to ``1`` if so)" msgstr "" -#: discord.webhook.async_.Webhook.edit_message:26 -#: discord.webhook.sync.SyncWebhook.edit_message:17 of -msgid "" -"A list of attachments to keep in the message as well as new files to " -"upload. If ``[]`` is passed then all attachments are removed. .. " -"versionadded:: 2.0" -msgstr "" - -#: discord.interactions.Interaction.edit_original_message:18 -#: discord.interactions.InteractionMessage.edit:12 -#: discord.interactions.InteractionResponse.edit_message:13 -#: discord.message.Message.edit:28 -#: discord.webhook.async_.Webhook.edit_message:26 -#: discord.webhook.async_.WebhookMessage.edit:21 -#: discord.webhook.sync.SyncWebhook.edit_message:17 -#: discord.webhook.sync.SyncWebhookMessage.edit:14 of -msgid "" -"A list of attachments to keep in the message as well as new files to " -"upload. If ``[]`` is passed then all attachments are removed." +#: ../../api.rst:2036 +msgid "A webhook was updated. This trigger in the following situations:" msgstr "" -#: discord.interactions.Interaction.edit_original_message:25 -#: discord.interactions.InteractionMessage.edit:19 -#: discord.interactions.InteractionResponse.send_message:25 -#: discord.webhook.async_.Webhook.edit_message:31 -#: discord.webhook.async_.WebhookMessage.edit:30 -#: discord.webhook.sync.SyncWebhook.edit_message:22 -#: discord.webhook.sync.SyncWebhookMessage.edit:23 of -msgid "" -"Controls the mentions being processed in this message. See " -":meth:`.abc.Messageable.send` for more information." +#: ../../api.rst:2038 +msgid "The webhook name changed" msgstr "" -#: discord.webhook.async_.Webhook.edit_message:34 of -msgid "" -"The updated view to update this message with. If ``None`` is passed then " -"the view is removed. The webhook must have state attached, similar to " -":meth:`send`. .. versionadded:: 2.0" +#: ../../api.rst:2039 +msgid "The webhook channel changed" msgstr "" -#: discord.webhook.async_.Webhook.edit_message:34 of -msgid "" -"The updated view to update this message with. If ``None`` is passed then " -"the view is removed. The webhook must have state attached, similar to " -":meth:`send`." -msgstr "" - -#: discord.interactions.Interaction.edit_original_message:32 -#: discord.interactions.InteractionMessage.add_files:10 -#: discord.interactions.InteractionMessage.edit:26 -#: discord.interactions.InteractionMessage.remove_attachments:10 -#: discord.interactions.InteractionResponse.edit_message:27 -#: discord.message.Message.add_files:10 discord.message.Message.edit:59 -#: discord.message.Message.remove_attachments:10 -#: discord.webhook.async_.Webhook.edit_message:41 -#: discord.webhook.async_.WebhookMessage.add_files:10 -#: discord.webhook.async_.WebhookMessage.edit:39 -#: discord.webhook.async_.WebhookMessage.remove_attachments:10 -#: discord.webhook.sync.SyncWebhook.edit_message:26 -#: discord.webhook.sync.SyncWebhookMessage.add_files:8 -#: discord.webhook.sync.SyncWebhookMessage.edit:27 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:8 of -msgid "Editing the message failed." +#: ../../api.rst:2048 +msgid ":attr:`~AuditLogDiff.avatar`" msgstr "" -#: discord.interactions.Interaction.edit_original_message:33 -#: discord.interactions.InteractionMessage.edit:27 -#: discord.webhook.async_.Webhook.edit_message:42 -#: discord.webhook.async_.WebhookMessage.edit:40 -#: discord.webhook.sync.SyncWebhook.edit_message:27 -#: discord.webhook.sync.SyncWebhookMessage.edit:28 of -msgid "Edited a message that is not yours." +#: ../../api.rst:2052 +msgid "A webhook was deleted." msgstr "" -#: discord.interactions.Interaction.edit_original_message:34 -#: discord.interactions.InteractionMessage.edit:28 -#: discord.message.Message.edit:61 -#: discord.webhook.async_.Webhook.edit_message:43 -#: discord.webhook.async_.WebhookMessage.edit:41 -#: discord.webhook.sync.SyncWebhook.edit_message:28 -#: discord.webhook.sync.SyncWebhookMessage.edit:29 of -msgid "You specified both ``embed`` and ``embeds``" +#: ../../api.rst:2065 +msgid "An emoji was created." msgstr "" -#: discord.webhook.async_.Webhook.edit_message:44 of -msgid "" -"The length of ``embeds`` was invalid, there was no token associated " -"with this webhook or the webhook had no state." +#: ../../api.rst:2067 +#: ../../api.rst:2078 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Emoji` or :class:`Object` with the emoji ID." msgstr "" -#: discord.webhook.async_.Webhook.edit_message:46 of -#, fuzzy -msgid "The newly edited webhook message." -msgstr "削除されたメッセージ。" +#: ../../api.rst:2076 +msgid "An emoji was updated. This triggers when the name has changed." +msgstr "" -#: discord.webhook.async_.Webhook.edit_message:47 -#: discord.webhook.async_.WebhookMessage.add_files:14 -#: discord.webhook.async_.WebhookMessage.edit:45 -#: discord.webhook.async_.WebhookMessage.remove_attachments:14 of -#, fuzzy -msgid ":class:`WebhookMessage`" -msgstr ":class:`bytes`" +#: ../../api.rst:2087 +msgid "An emoji was deleted." +msgstr "" -#: discord.webhook.async_.Webhook.delete_message:3 -#: discord.webhook.sync.SyncWebhook.delete_message:1 of -msgid "Deletes a message owned by this webhook." +#: ../../api.rst:2089 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the emoji ID." msgstr "" -#: discord.webhook.async_.Webhook.delete_message:5 -#: discord.webhook.sync.SyncWebhook.delete_message:3 of -msgid "" -"This is a lower level interface to :meth:`WebhookMessage.delete` in case " -"you only have an ID." +#: ../../api.rst:2098 +msgid "A message was deleted by a moderator. Note that this only triggers if the message was deleted by someone other than the author." msgstr "" -#: discord.channel.DMChannel.get_partial_message:10 -#: discord.channel.TextChannel.get_partial_message:10 -#: discord.webhook.async_.Webhook.delete_message:12 of -msgid "``message_id`` parameter is now positional-only." +#: ../../api.rst:2101 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who had their message deleted." msgstr "" -#: discord.webhook.async_.Webhook.delete_message:18 -#: discord.webhook.sync.SyncWebhook.delete_message:8 of -#, fuzzy -msgid "The message ID to delete." -msgstr "削除されたメッセージのリスト。" +#: ../../api.rst:2107 +#: ../../api.rst:2120 +msgid "``count``: An integer specifying how many messages were deleted." +msgstr "" -#: discord.interactions.Interaction.delete_original_message:8 -#: discord.interactions.InteractionMessage.delete:11 -#: discord.message.Message.delete:18 -#: discord.webhook.async_.Webhook.delete_message:21 -#: discord.webhook.async_.WebhookMessage.delete:11 -#: discord.webhook.sync.SyncWebhook.delete_message:11 -#: discord.webhook.sync.SyncWebhookMessage.delete:9 of -#, fuzzy -msgid "Deleting the message failed." -msgstr "削除されたメッセージ。" +#: ../../api.rst:2108 +msgid "``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the message got deleted." +msgstr "" -#: discord.interactions.Interaction.delete_original_message:9 -#: discord.webhook.async_.Webhook.delete_message:22 -#: discord.webhook.sync.SyncWebhook.delete_message:12 of -msgid "Deleted a message that is not yours." +#: ../../api.rst:2112 +msgid "Messages were bulk deleted by a moderator." msgstr "" -#: ../../api.rst:3319 -msgid "WebhookMessage" +#: ../../api.rst:2114 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`TextChannel` or :class:`Object` with the ID of the channel that was purged." msgstr "" -#: discord.webhook.async_.WebhookMessage:1 -#: discord.webhook.sync.SyncWebhookMessage:1 of -msgid "Represents a message sent from your webhook." +#: ../../api.rst:2126 +msgid "A message was pinned in a channel." msgstr "" -#: discord.webhook.async_.WebhookMessage:3 -#: discord.webhook.sync.SyncWebhookMessage:3 of -msgid "This allows you to edit or delete a message sent by your webhook." +#: ../../api.rst:2128 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who had their message pinned." msgstr "" -#: discord.interactions.InteractionMessage:6 -#: discord.webhook.async_.WebhookMessage:6 -#: discord.webhook.sync.SyncWebhookMessage:6 of -msgid "" -"This inherits from :class:`discord.Message` with changes to :meth:`edit` " -"and :meth:`delete` to work." +#: ../../api.rst:2134 +msgid "``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the message was pinned." msgstr "" -#: discord.interactions.InteractionMessage.edit:3 -#: discord.message.Message.edit:3 discord.webhook.async_.WebhookMessage.edit:3 -#: discord.webhook.sync.SyncWebhookMessage.edit:1 of -msgid "Edits the message." +#: ../../api.rst:2135 +msgid "``message_id``: the ID of the message which was pinned." msgstr "" -#: discord.message.Message.edit:28 -#: discord.webhook.async_.WebhookMessage.edit:21 -#: discord.webhook.sync.SyncWebhookMessage.edit:14 of -msgid "" -"A list of attachments to keep in the message as well as new files to " -"upload. If ``[]`` is passed then all attachments are removed. .. note::" -" New files will always appear after current attachments. .. " -"versionadded:: 2.0" -msgstr "" - -#: discord.interactions.Interaction.edit_original_message:23 -#: discord.interactions.InteractionMessage.edit:17 -#: discord.interactions.InteractionResponse.edit_message:18 -#: discord.message.Message.edit:33 -#: discord.webhook.async_.WebhookMessage.edit:26 -#: discord.webhook.sync.SyncWebhookMessage.edit:19 of -msgid "New files will always appear after current attachments." +#: ../../api.rst:2141 +msgid "A message was unpinned in a channel." msgstr "" -#: discord.webhook.async_.WebhookMessage.edit:33 of -msgid "" -"The updated view to update this message with. If ``None`` is passed then " -"the view is removed. .. versionadded:: 2.0" +#: ../../api.rst:2143 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who had their message unpinned." msgstr "" -#: discord.interactions.Interaction.edit_original_message:28 -#: discord.interactions.InteractionMessage.edit:22 -#: discord.interactions.InteractionResponse.edit_message:20 -#: discord.message.Message.edit:55 -#: discord.webhook.async_.WebhookMessage.edit:33 of -msgid "" -"The updated view to update this message with. If ``None`` is passed then " -"the view is removed." +#: ../../api.rst:2149 +msgid "``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the message was unpinned." msgstr "" -#: discord.webhook.async_.WebhookMessage.edit:42 -#: discord.webhook.sync.SyncWebhook.edit_message:29 -#: discord.webhook.sync.SyncWebhook.send:51 -#: discord.webhook.sync.SyncWebhookMessage.edit:30 of -msgid "" -"The length of ``embeds`` was invalid or there was no token associated" -" with this webhook." -msgstr "" - -#: discord.interactions.Interaction.edit_original_message:37 -#: discord.interactions.InteractionMessage.add_files:13 -#: discord.interactions.InteractionMessage.edit:31 -#: discord.interactions.InteractionMessage.remove_attachments:13 -#: discord.message.Message.add_files:13 discord.message.Message.edit:63 -#: discord.message.Message.remove_attachments:13 -#: discord.webhook.async_.WebhookMessage.add_files:13 -#: discord.webhook.async_.WebhookMessage.edit:44 -#: discord.webhook.async_.WebhookMessage.remove_attachments:13 -#: discord.webhook.sync.SyncWebhookMessage.add_files:11 -#: discord.webhook.sync.SyncWebhookMessage.edit:32 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:11 of -#, fuzzy -msgid "The newly edited message." -msgstr "削除されたメッセージ。" +#: ../../api.rst:2150 +msgid "``message_id``: the ID of the message which was unpinned." +msgstr "" -#: discord.interactions.InteractionMessage.add_files:3 -#: discord.message.Message.add_files:3 -#: discord.webhook.async_.WebhookMessage.add_files:3 -#: discord.webhook.sync.SyncWebhookMessage.add_files:1 of -msgid "Adds new files to the end of the message attachments." +#: ../../api.rst:2156 +msgid "A guild integration was created." msgstr "" -#: discord.interactions.InteractionMessage.add_files:7 -#: discord.message.Message.add_files:7 -#: discord.webhook.async_.WebhookMessage.add_files:7 -#: discord.webhook.sync.SyncWebhookMessage.add_files:5 of -#, fuzzy -msgid "New files to add to the message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../api.rst:2158 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the integration ID of the integration which was created." +msgstr "" -#: discord.interactions.InteractionMessage.add_files:11 -#: discord.interactions.InteractionMessage.remove_attachments:11 -#: discord.message.Message.add_files:11 -#: discord.message.Message.remove_attachments:11 -#: discord.webhook.async_.WebhookMessage.add_files:11 -#: discord.webhook.async_.WebhookMessage.remove_attachments:11 -#: discord.webhook.sync.SyncWebhookMessage.add_files:9 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:9 of -msgid "Tried to edit a message that isn't yours." +#: ../../api.rst:2165 +msgid "A guild integration was updated." msgstr "" -#: discord.interactions.InteractionMessage.remove_attachments:3 -#: discord.message.Message.remove_attachments:3 -#: discord.webhook.async_.WebhookMessage.remove_attachments:3 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:1 of -#, fuzzy -msgid "Removes attachments from the message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../api.rst:2167 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the integration ID of the integration which was updated." +msgstr "" -#: discord.interactions.InteractionMessage.remove_attachments:7 -#: discord.message.Message.remove_attachments:7 -#: discord.webhook.async_.WebhookMessage.remove_attachments:7 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:5 of -#, fuzzy -msgid "Attachments to remove from the message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../api.rst:2174 +msgid "A guild integration was deleted." +msgstr "" -#: discord.interactions.InteractionMessage.delete:3 -#: discord.message.Message.delete:3 -#: discord.webhook.async_.WebhookMessage.delete:3 -#: discord.webhook.sync.SyncWebhookMessage.delete:1 of -msgid "Deletes the message." +#: ../../api.rst:2176 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the integration ID of the integration which was deleted." msgstr "" -#: discord.interactions.InteractionMessage.delete:5 -#: discord.webhook.async_.WebhookMessage.delete:5 of -msgid "" -"If provided, the number of seconds to wait before deleting the message. " -"The waiting is done in the background and deletion failures are ignored." +#: ../../api.rst:2183 +msgid "A stage instance was started." msgstr "" -#: discord.interactions.InteractionMessage.delete:9 -#: discord.message.Message.delete:16 -#: discord.webhook.async_.WebhookMessage.delete:9 -#: discord.webhook.sync.SyncWebhookMessage.delete:7 of -msgid "You do not have proper permissions to delete the message." +#: ../../api.rst:2185 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`StageInstance` or :class:`Object` with the ID of the stage instance which was created." msgstr "" -#: discord.interactions.InteractionMessage.delete:10 -#: discord.webhook.async_.WebhookMessage.delete:10 -#: discord.webhook.sync.SyncWebhookMessage.delete:8 of -#, fuzzy -msgid "The message was deleted already." -msgstr "メッセージが埋め込みを受け取った。" +#: ../../api.rst:2192 +#: ../../api.rst:2207 +msgid ":attr:`~AuditLogDiff.privacy_level`" +msgstr "" -#: ../../api.rst:3327 -msgid "SyncWebhook" +#: ../../api.rst:2198 +msgid "A stage instance was updated." msgstr "" -#: discord.webhook.sync.SyncWebhook:1 of -#, fuzzy -msgid "Represents a synchronous Discord webhook." -msgstr "あなたのDiscordユーザーを表します。" +#: ../../api.rst:2200 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`StageInstance` or :class:`Object` with the ID of the stage instance which was updated." +msgstr "" -#: discord.webhook.sync.SyncWebhook:3 of -msgid "For an asynchronous counterpart, see :class:`Webhook`." +#: ../../api.rst:2213 +msgid "A stage instance was ended." msgstr "" -#: discord.webhook.sync.SyncWebhook.from_url:5 -#: discord.webhook.sync.SyncWebhook.partial:7 of -msgid "" -"The session to use to send requests with. Note that the library does not " -"manage the session and will not close it. If not given, the ``requests`` " -"auto session creation functions are used instead." +#: ../../api.rst:2219 +msgid "A sticker was created." msgstr "" -#: discord.webhook.sync.SyncWebhook.edit:22 -#: discord.webhook.sync.SyncWebhook.fetch:20 of -#, fuzzy -msgid ":class:`SyncWebhook`" -msgstr ":class:`.Webhook`" +#: ../../api.rst:2221 +#: ../../api.rst:2240 +#: ../../api.rst:2259 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`GuildSticker` or :class:`Object` with the ID of the sticker which was updated." +msgstr "" -#: discord.webhook.sync.SyncWebhook.edit:21 of -msgid "The newly edited webhook." +#: ../../api.rst:2228 +#: ../../api.rst:2247 +#: ../../api.rst:2266 +msgid ":attr:`~AuditLogDiff.emoji`" msgstr "" -#: discord.webhook.sync.SyncWebhook.send:14 of -msgid "" -"Whether the server should wait before sending a response. This " -"essentially means that the return type of this function changes from " -"``None`` to a :class:`WebhookMessage` if set to ``True``." +#: ../../api.rst:2230 +#: ../../api.rst:2249 +#: ../../api.rst:2268 +msgid ":attr:`~AuditLogDiff.format_type`" msgstr "" -#: discord.webhook.sync.SyncWebhook.send:42 of -msgid "The thread to send this message to. .. versionadded:: 2.0" +#: ../../api.rst:2232 +#: ../../api.rst:2251 +#: ../../api.rst:2270 +msgid ":attr:`~AuditLogDiff.available`" msgstr "" -#: discord.webhook.sync.SyncWebhook.send:42 of -#, fuzzy -msgid "The thread to send this message to." -msgstr "リアクションを追加したユーザー。" +#: ../../api.rst:2238 +msgid "A sticker was updated." +msgstr "" -#: discord.webhook.sync.SyncWebhook.send:50 of -msgid "You specified both ``embed`` and ``embeds`` or ``file`` and ``files``" +#: ../../api.rst:2257 +msgid "A sticker was deleted." msgstr "" -#: discord.webhook.sync.SyncWebhook.send:54 of -#, fuzzy -msgid "Optional[:class:`SyncWebhookMessage`]" -msgstr ":class:`bool`" +#: ../../api.rst:2276 +#: ../../api.rst:2294 +#: ../../api.rst:2312 +msgid "A scheduled event was created." +msgstr "" -#: discord.webhook.sync.SyncWebhook.fetch_message:1 of -msgid "" -"Retrieves a single :class:`~discord.SyncWebhookMessage` owned by this " -"webhook." +#: ../../api.rst:2278 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`ScheduledEvent` or :class:`Object` with the ID of the event which was created." msgstr "" -#: discord.webhook.sync.SyncWebhook.fetch_message:14 of -#, fuzzy -msgid ":class:`~discord.SyncWebhookMessage`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2282 +#: ../../api.rst:2300 +#: ../../api.rst:2318 +msgid "Possible attributes for :class:`AuditLogDiff`: - :attr:`~AuditLogDiff.name` - :attr:`~AuditLogDiff.channel` - :attr:`~AuditLogDiff.description` - :attr:`~AuditLogDiff.privacy_level` - :attr:`~AuditLogDiff.status` - :attr:`~AuditLogDiff.entity_type`" +msgstr "" -#: ../../api.rst:3336 -msgid "SyncWebhookMessage" +#: ../../api.rst:2296 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`ScheduledEvent` or :class:`Object` with the ID of the event which was updated." msgstr "" -#: discord.abc.GuildChannel.move:17 discord.abc.Messageable.send:19 -#: discord.channel.CategoryChannel.edit:14 -#: discord.channel.CategoryChannel.move:17 discord.channel.StoreChannel.edit:11 -#: discord.channel.TextChannel.edit:17 discord.guild.Guild.edit:20 -#: discord.message.Message.reply:8 -#: discord.webhook.sync.SyncWebhookMessage.edit:3 of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`ValueError` or :exc:`TypeError` in various cases." +#: ../../api.rst:2314 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`ScheduledEvent` or :class:`Object` with the ID of the event which was deleted." msgstr "" -#: discord.webhook.sync.SyncWebhookMessage.add_files:12 -#: discord.webhook.sync.SyncWebhookMessage.edit:33 -#: discord.webhook.sync.SyncWebhookMessage.remove_attachments:12 of -#, fuzzy -msgid ":class:`SyncWebhookMessage`" -msgstr ":class:`bytes`" +#: ../../api.rst:2330 +msgid "A thread was created." +msgstr "" -#: discord.webhook.sync.SyncWebhookMessage.delete:3 of -msgid "" -"If provided, the number of seconds to wait before deleting the message. " -"This blocks the thread." +#: ../../api.rst:2332 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Thread` or :class:`Object` with the ID of the thread which was created." msgstr "" -#: ../../api.rst:3346 -msgid "Abstract Base Classes" -msgstr "抽象基底クラス" +#: ../../api.rst:2339 +#: ../../api.rst:2357 +#: ../../api.rst:2375 +msgid ":attr:`~AuditLogDiff.archived`" +msgstr "" -#: ../../api.rst:3348 -msgid "" -"An :term:`abstract base class` (also known as an ``abc``) is a class that" -" models can inherit to get their behaviour. **Abstract base classes " -"should not be instantiated**. They are mainly there for usage with " -":func:`isinstance` and :func:`issubclass`\\." +#: ../../api.rst:2340 +#: ../../api.rst:2358 +#: ../../api.rst:2376 +msgid ":attr:`~AuditLogDiff.locked`" msgstr "" -#: ../../api.rst:3352 -msgid "" -"This library has a module related to abstract base classes, in which all " -"the ABCs are subclasses of :class:`typing.Protocol`." +#: ../../api.rst:2341 +#: ../../api.rst:2359 +#: ../../api.rst:2377 +msgid ":attr:`~AuditLogDiff.auto_archive_duration`" msgstr "" -#: ../../api.rst:3356 -msgid "Snowflake" +#: ../../api.rst:2342 +#: ../../api.rst:2360 +#: ../../api.rst:2378 +msgid ":attr:`~AuditLogDiff.invitable`" msgstr "" -#: discord.abc.Snowflake:1 of -msgid "An ABC that details the common operations on a Discord model." +#: ../../api.rst:2348 +msgid "A thread was updated." msgstr "" -#: discord.abc.Snowflake:3 of -msgid "" -"Almost all :ref:`Discord models ` meet this abstract " -"base class." +#: ../../api.rst:2350 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Thread` or :class:`Object` with the ID of the thread which was updated." msgstr "" -#: discord.abc.Snowflake:6 of -msgid "" -"If you want to create a snowflake on your own, consider using " -":class:`.Object`." +#: ../../api.rst:2366 +msgid "A thread was deleted." msgstr "" -#: discord.abc.Snowflake:11 of -msgid "The model's unique ID." +#: ../../api.rst:2368 +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Thread` or :class:`Object` with the ID of the thread which was deleted." msgstr "" -#: ../../api.rst:3364 ../../api.rst:3443 -msgid "User" +#: ../../api.rst:2384 +msgid "Represents the category that the :class:`AuditLogAction` belongs to." msgstr "" -#: discord.abc.User:1 of -msgid "An ABC that details the common operations on a Discord user." +#: ../../api.rst:2386 +msgid "This can be retrieved via :attr:`AuditLogEntry.category`." msgstr "" -#: discord.abc.Connectable:4 discord.abc.GuildChannel:3 -#: discord.abc.Messageable:3 discord.abc.PrivateChannel:3 discord.abc.User:3 of -msgid "The following implement this ABC:" +#: ../../api.rst:2390 +msgid "The action is the creation of something." msgstr "" -#: discord.abc.PrivateChannel:14 discord.abc.User:6 of -msgid ":class:`~discord.ClientUser`" -msgstr ":class:`~discord.ClientUser`" +#: ../../api.rst:2394 +msgid "The action is the deletion of something." +msgstr "" -#: discord.abc.Messageable:9 discord.abc.User:7 of -msgid ":class:`~discord.Member`" +#: ../../api.rst:2398 +msgid "The action is the update of something." msgstr "" -#: discord.abc.GuildChannel:10 discord.abc.PrivateChannel:8 discord.abc.User:9 -#: of -msgid "This ABC must also implement :class:`~discord.abc.Snowflake`." +#: ../../api.rst:2402 +msgid "Represents the membership state of a team member retrieved through :func:`Client.application_info`." msgstr "" -#: discord.abc.User:13 discord.user.ClientUser:23 discord.user.User:23 of -#, fuzzy -msgid "The user's username." -msgstr ":class:`str` -- ユーザーのユーザー名。" +#: ../../api.rst:2408 +msgid "Represents an invited member." +msgstr "" -#: discord.abc.User:19 of -#, fuzzy -msgid "The user's discriminator." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../api.rst:2412 +msgid "Represents a member currently in the team." +msgstr "" -#: discord.abc.User:25 of -#, fuzzy -msgid "The avatar asset the user has." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../api.rst:2416 +msgid "Represents the type of webhook that can be received." +msgstr "" -#: discord.abc.User:27 of -#, fuzzy -msgid ":class:`~discord.Asset`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2422 +msgid "Represents a webhook that can post messages to channels with a token." +msgstr "" -#: discord.abc.User:31 of -#, fuzzy -msgid "If the user is a bot account." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../api.rst:2426 +msgid "Represents a webhook that is internally managed by Discord, used for following channels." +msgstr "" -#: discord.ClientUser.display_name:1 discord.Member.display_name:1 -#: discord.User.display_name:1 discord.abc.User.display_name:1 of -#, fuzzy -msgid "Returns the user's display name." -msgstr "役職の名前を返します。" +#: ../../api.rst:2430 +msgid "Represents a webhook that is used for interactions or applications." +msgstr "" -#: discord.ClientUser.mention:1 discord.User.mention:1 -#: discord.WidgetMember.mention:1 discord.abc.User.mention:1 of -msgid "Returns a string that allows you to mention the given user." +#: ../../api.rst:2436 +msgid "Represents the behaviour the :class:`Integration` should perform when a user's subscription has finished." msgstr "" -#: ../../api.rst:3372 -#, fuzzy -msgid "PrivateChannel" -msgstr "プライベートのグループDM。" +#: ../../api.rst:2439 +msgid "There is an alias for this called ``ExpireBehavior``." +msgstr "" -#: discord.abc.PrivateChannel:1 of -msgid "An ABC that details the common operations on a private Discord channel." +#: ../../api.rst:2445 +msgid "This will remove the :attr:`StreamIntegration.role` from the user when their subscription is finished." msgstr "" -#: discord.abc.Messageable:6 discord.abc.PrivateChannel:5 of -msgid ":class:`~discord.DMChannel`" +#: ../../api.rst:2450 +msgid "This will kick the user when their subscription is finished." msgstr "" -#: discord.abc.Messageable:7 discord.abc.PrivateChannel:6 of -msgid ":class:`~discord.GroupChannel`" +#: ../../api.rst:2454 +msgid "Represents the default avatar of a Discord :class:`User`" msgstr "" -#: discord.abc.PrivateChannel:12 discord.channel.DMChannel:31 -#: discord.channel.GroupChannel:29 of -#, fuzzy -msgid "The user presenting yourself." -msgstr ":class:`~discord.ClientUser` -- ユーザー自分自身。" +#: ../../api.rst:2458 +msgid "Represents the default avatar with the color blurple. See also :attr:`Colour.blurple`" +msgstr "" -#: ../../api.rst:3380 -#, fuzzy -msgid "GuildChannel" -msgstr "ギルドのニュースチャンネル。" +#: ../../api.rst:2462 +msgid "Represents the default avatar with the color grey. See also :attr:`Colour.greyple`" +msgstr "" -#: discord.abc.GuildChannel:1 of -msgid "An ABC that details the common operations on a Discord guild channel." +#: ../../api.rst:2466 +msgid "An alias for :attr:`grey`." msgstr "" -#: discord.abc.GuildChannel:5 discord.abc.Messageable:5 of -msgid ":class:`~discord.TextChannel`" +#: ../../api.rst:2469 +msgid "Represents the default avatar with the color green. See also :attr:`Colour.green`" msgstr "" -#: discord.abc.Connectable:6 discord.abc.GuildChannel:6 of -msgid ":class:`~discord.VoiceChannel`" +#: ../../api.rst:2473 +msgid "Represents the default avatar with the color orange. See also :attr:`Colour.orange`" msgstr "" -#: discord.abc.GuildChannel:7 of -msgid ":class:`~discord.CategoryChannel`" +#: ../../api.rst:2477 +msgid "Represents the default avatar with the color red. See also :attr:`Colour.red`" msgstr "" -#: discord.abc.Connectable:7 discord.abc.GuildChannel:8 of -#, fuzzy -msgid ":class:`~discord.StageChannel`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2482 +msgid "Represents the type of sticker." +msgstr "" -#: discord.abc.GuildChannel:14 discord.channel.StageChannel:25 -#: discord.channel.StoreChannel:23 discord.channel.TextChannel:23 -#: discord.channel.VoiceChannel:23 of -#, fuzzy -msgid "The channel name." -msgstr "テキストチャンネル。" +#: ../../api.rst:2488 +msgid "Represents a standard sticker that all Nitro users can use." +msgstr "" -#: discord.abc.GuildChannel:20 discord.channel.StageChannel:31 -#: discord.channel.StoreChannel:29 discord.channel.TextChannel:29 -#: discord.channel.VoiceChannel:29 of -#, fuzzy -msgid "The guild the channel belongs to." -msgstr "ギルドのストアチャンネル。" +#: ../../api.rst:2492 +msgid "Represents a custom sticker created in a guild." +msgstr "" -#: discord.abc.GuildChannel:22 of -#, fuzzy -msgid ":class:`~discord.Guild`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2496 +msgid "Represents the type of sticker images." +msgstr "" -#: discord.abc.GuildChannel:26 discord.channel.StageChannel:55 -#: discord.channel.StoreChannel:47 discord.channel.TextChannel:53 -#: discord.channel.VoiceChannel:47 discord.guild.Guild.create_stage_channel:23 -#: discord.guild.Guild.create_text_channel:52 -#: discord.guild.Guild.create_voice_channel:19 of -msgid "" -"The position in the channel list. This is a number that starts at 0. e.g." -" the top channel is position 0." +#: ../../api.rst:2502 +msgid "Represents a sticker with a png image." msgstr "" -#: discord.CategoryChannel.changed_roles:1 discord.StageChannel.changed_roles:1 -#: discord.StoreChannel.changed_roles:1 discord.TextChannel.changed_roles:1 -#: discord.VoiceChannel.changed_roles:1 -#: discord.abc.GuildChannel.changed_roles:1 of -msgid "" -"Returns a list of roles that have been overridden from their default " -"values in the :attr:`~discord.Guild.roles` attribute." +#: ../../api.rst:2506 +msgid "Represents a sticker with an apng image." msgstr "" -#: discord.CategoryChannel.changed_roles:4 discord.StageChannel.changed_roles:4 -#: discord.StoreChannel.changed_roles:4 discord.TextChannel.changed_roles:4 -#: discord.VoiceChannel.changed_roles:4 -#: discord.abc.GuildChannel.changed_roles:4 of -#, fuzzy -msgid "List[:class:`~discord.Role`]" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2510 +msgid "Represents a sticker with a lottie image." +msgstr "" -#: discord.CategoryChannel.mention:1 discord.PartialInviteChannel.mention:1 -#: discord.StageChannel.mention:1 discord.StoreChannel.mention:1 -#: discord.TextChannel.mention:1 discord.VoiceChannel.mention:1 -#: discord.WidgetChannel.mention:1 discord.abc.GuildChannel.mention:1 of -msgid "The string that allows you to mention the channel." +#: ../../api.rst:2514 +msgid "Represents the invite type for voice channel invites." msgstr "" -#: discord.CategoryChannel.created_at:1 discord.GroupChannel.created_at:1 -#: discord.PartialInviteChannel.created_at:1 discord.StageChannel.created_at:1 -#: discord.StoreChannel.created_at:1 discord.TextChannel.created_at:1 -#: discord.VoiceChannel.created_at:1 discord.WidgetChannel.created_at:1 -#: discord.abc.GuildChannel.created_at:1 of -msgid "Returns the channel's creation time in UTC." +#: ../../api.rst:2520 +msgid "The invite doesn't target anyone or anything." msgstr "" -#: discord.abc.GuildChannel.overwrites_for:1 of -msgid "Returns the channel-specific overwrites for a member or a role." +#: ../../api.rst:2524 +msgid "A stream invite that targets a user." msgstr "" -#: discord.abc.GuildChannel.overwrites_for:3 of -msgid "The role or user denoting whose overwrite to get." +#: ../../api.rst:2528 +msgid "A stream invite that targets an embedded application." msgstr "" -#: discord.abc.GuildChannel.overwrites_for:7 of -msgid "The permission overwrites for this object." +#: ../../api.rst:2532 +msgid "Represents the camera video quality mode for voice channel participants." msgstr "" -#: discord.abc.GuildChannel.overwrites_for:8 of -msgid ":class:`~discord.PermissionOverwrite`" +#: ../../api.rst:2538 +msgid "Represents auto camera video quality." msgstr "" -#: discord.CategoryChannel.overwrites:1 discord.StageChannel.overwrites:1 -#: discord.StoreChannel.overwrites:1 discord.TextChannel.overwrites:1 -#: discord.VoiceChannel.overwrites:1 discord.abc.GuildChannel.overwrites:1 of -msgid "Returns all of the channel's overwrites." +#: ../../api.rst:2542 +msgid "Represents full camera video quality." msgstr "" -#: discord.CategoryChannel.overwrites:3 discord.StageChannel.overwrites:3 -#: discord.StoreChannel.overwrites:3 discord.TextChannel.overwrites:3 -#: discord.VoiceChannel.overwrites:3 discord.abc.GuildChannel.overwrites:3 of -msgid "" -"This is returned as a dictionary where the key contains the target which " -"can be either a :class:`~discord.Role` or a :class:`~discord.Member` and " -"the value is the overwrite as a :class:`~discord.PermissionOverwrite`." +#: ../../api.rst:2546 +msgid "Represents the privacy level of a stage instance or scheduled event." msgstr "" -#: discord.CategoryChannel.overwrites:7 discord.StageChannel.overwrites:7 -#: discord.StoreChannel.overwrites:7 discord.TextChannel.overwrites:7 -#: discord.VoiceChannel.overwrites:7 discord.abc.GuildChannel.overwrites:7 of -msgid "The channel's permission overwrites." +#: ../../api.rst:2552 +msgid "The stage instance or scheduled event is only accessible within the guild." msgstr "" -#: discord.CategoryChannel.overwrites:8 discord.StageChannel.overwrites:8 -#: discord.StoreChannel.overwrites:8 discord.TextChannel.overwrites:8 -#: discord.VoiceChannel.overwrites:8 discord.abc.GuildChannel.overwrites:8 of -msgid "" -"Dict[Union[:class:`~discord.Role`, :class:`~discord.Member`], " -":class:`~discord.PermissionOverwrite`]" +#: ../../api.rst:2556 +msgid "Represents the NSFW level of a guild." msgstr "" -#: discord.CategoryChannel.category:1 discord.StageChannel.category:1 -#: discord.StoreChannel.category:1 discord.TextChannel.category:1 -#: discord.VoiceChannel.category:1 discord.abc.GuildChannel.category:1 of -msgid "The category this channel belongs to." +#: ../../api.rst:2564 +msgid "Checks if two NSFW levels are equal." msgstr "" -#: discord.CategoryChannel.category:3 discord.StageChannel.category:3 -#: discord.StoreChannel.category:3 discord.TextChannel.category:3 -#: discord.VoiceChannel.category:3 discord.abc.GuildChannel.category:3 of -msgid "If there is no category then this is ``None``." +#: ../../api.rst:2567 +msgid "Checks if two NSFW levels are not equal." msgstr "" -#: discord.CategoryChannel.category:5 discord.StageChannel.category:5 -#: discord.StoreChannel.category:5 discord.TextChannel.category:5 -#: discord.VoiceChannel.category:5 discord.abc.GuildChannel.category:5 of -#, fuzzy -msgid "Optional[:class:`~discord.CategoryChannel`]" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2570 +msgid "Checks if a NSFW level is higher than another." +msgstr "" -#: discord.CategoryChannel.permissions_synced:1 -#: discord.StageChannel.permissions_synced:1 -#: discord.StoreChannel.permissions_synced:1 -#: discord.TextChannel.permissions_synced:1 -#: discord.VoiceChannel.permissions_synced:1 -#: discord.abc.GuildChannel.permissions_synced:1 of -msgid "" -"Whether or not the permissions for this channel are synced with the " -"category it belongs to." +#: ../../api.rst:2573 +msgid "Checks if a NSFW level is lower than another." msgstr "" -#: discord.CategoryChannel.permissions_synced:4 -#: discord.StageChannel.permissions_synced:4 -#: discord.StoreChannel.permissions_synced:4 -#: discord.TextChannel.permissions_synced:4 -#: discord.VoiceChannel.permissions_synced:4 -#: discord.abc.GuildChannel.permissions_synced:4 of -msgid "If there is no category then this is ``False``." +#: ../../api.rst:2576 +msgid "Checks if a NSFW level is higher or equal to another." msgstr "" -#: discord.abc.GuildChannel.permissions_for:1 -#: discord.channel.StoreChannel.permissions_for:1 -#: discord.channel.TextChannel.permissions_for:1 -#: discord.channel.VocalGuildChannel.permissions_for:1 -#: discord.threads.Thread.permissions_for:1 of -msgid "" -"Handles permission resolution for the :class:`~discord.Member` or " -":class:`~discord.Role`." +#: ../../api.rst:2579 +msgid "Checks if a NSFW level is lower or equal to another." msgstr "" -#: discord.abc.GuildChannel.permissions_for:4 -#: discord.channel.StoreChannel.permissions_for:4 -#: discord.channel.TextChannel.permissions_for:4 -#: discord.channel.VocalGuildChannel.permissions_for:4 of -msgid "This function takes into consideration the following cases:" +#: ../../api.rst:2583 +msgid "The guild has not been categorised yet." msgstr "" -#: discord.abc.GuildChannel.permissions_for:6 -#: discord.channel.StoreChannel.permissions_for:6 -#: discord.channel.TextChannel.permissions_for:6 -#: discord.channel.VocalGuildChannel.permissions_for:6 of -msgid "Guild owner" +#: ../../api.rst:2587 +msgid "The guild contains NSFW content." msgstr "" -#: discord.abc.GuildChannel.permissions_for:7 -#: discord.channel.StoreChannel.permissions_for:7 -#: discord.channel.TextChannel.permissions_for:7 -#: discord.channel.VocalGuildChannel.permissions_for:7 of -msgid "Guild roles" +#: ../../api.rst:2591 +msgid "The guild does not contain any NSFW content." msgstr "" -#: discord.abc.GuildChannel.permissions_for:8 -#: discord.channel.StoreChannel.permissions_for:8 -#: discord.channel.TextChannel.permissions_for:8 -#: discord.channel.VocalGuildChannel.permissions_for:8 of -msgid "Channel overrides" +#: ../../api.rst:2595 +msgid "The guild may contain NSFW content." msgstr "" -#: discord.abc.GuildChannel.permissions_for:9 -#: discord.channel.StoreChannel.permissions_for:9 -#: discord.channel.TextChannel.permissions_for:9 -#: discord.channel.VocalGuildChannel.permissions_for:9 of -msgid "Member overrides" +#: ../../api.rst:2599 +msgid "Supported locales by Discord. Mainly used for application command localisation." msgstr "" -#: discord.abc.GuildChannel.permissions_for:11 -#: discord.channel.StoreChannel.permissions_for:11 -#: discord.channel.TextChannel.permissions_for:11 -#: discord.channel.VocalGuildChannel.permissions_for:11 of -msgid "" -"If a :class:`~discord.Role` is passed, then it checks the permissions " -"someone with that role would have, which is essentially:" +#: ../../api.rst:2605 +msgid "The ``en-US`` locale." msgstr "" -#: discord.abc.GuildChannel.permissions_for:14 -#: discord.channel.StoreChannel.permissions_for:14 -#: discord.channel.TextChannel.permissions_for:14 -#: discord.channel.VocalGuildChannel.permissions_for:14 of -#, fuzzy -msgid "The default role permissions" -msgstr "役職の名前を返します。" +#: ../../api.rst:2609 +msgid "The ``en-GB`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:15 -#: discord.channel.StoreChannel.permissions_for:15 -#: discord.channel.TextChannel.permissions_for:15 -#: discord.channel.VocalGuildChannel.permissions_for:15 of -#, fuzzy -msgid "The permissions of the role used as a parameter" -msgstr ":class:`Permissions` – 役職の権限。" +#: ../../api.rst:2613 +msgid "The ``bg`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:16 -#: discord.channel.StoreChannel.permissions_for:16 -#: discord.channel.TextChannel.permissions_for:16 -#: discord.channel.VocalGuildChannel.permissions_for:16 of -#, fuzzy -msgid "The default role permission overwrites" -msgstr "チャンネルにおける権限の上書き設定の削除。" +#: ../../api.rst:2617 +msgid "The ``zh-CN`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:17 -#: discord.channel.StoreChannel.permissions_for:17 -#: discord.channel.TextChannel.permissions_for:17 -#: discord.channel.VocalGuildChannel.permissions_for:17 of -#, fuzzy -msgid "The permission overwrites of the role used as a parameter" -msgstr "チャンネルにおける権限の上書き設定の作成。" +#: ../../api.rst:2621 +msgid "The ``zh-TW`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:19 -#: discord.channel.StoreChannel.permissions_for:19 -#: discord.channel.TextChannel.permissions_for:19 -#: discord.channel.VocalGuildChannel.permissions_for:19 of -msgid "The object passed in can now be a role object." +#: ../../api.rst:2625 +msgid "The ``hr`` locale." msgstr "" -#: discord.abc.GuildChannel.permissions_for:22 -#: discord.channel.DMChannel.permissions_for:14 -#: discord.channel.GroupChannel.permissions_for:16 -#: discord.channel.StoreChannel.permissions_for:22 -#: discord.channel.TextChannel.permissions_for:22 -#: discord.channel.VocalGuildChannel.permissions_for:22 of -#, fuzzy -msgid "``obj`` parameter is now positional-only." -msgstr "すべてのパラメータがオプションです。" +#: ../../api.rst:2629 +msgid "The ``cs`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:25 -#: discord.channel.StoreChannel.permissions_for:25 -#: discord.channel.TextChannel.permissions_for:25 -#: discord.channel.VocalGuildChannel.permissions_for:25 -#: discord.threads.Thread.permissions_for:9 of -msgid "" -"The object to resolve permissions for. This could be either a member or a" -" role. If it's a role then member overwrites are not computed." +#: ../../api.rst:2633 +msgid "The ``da`` locale." msgstr "" -#: discord.abc.GuildChannel.permissions_for:30 -#: discord.channel.StoreChannel.permissions_for:30 -#: discord.channel.TextChannel.permissions_for:30 -#: discord.channel.VocalGuildChannel.permissions_for:30 -#: discord.threads.Thread.permissions_for:16 of -#, fuzzy -msgid "The resolved permissions for the member or role." -msgstr ":class:`Permissions` – 役職の権限。" +#: ../../api.rst:2637 +msgid "The ``nl`` locale." +msgstr "" -#: discord.abc.GuildChannel.permissions_for:31 -#: discord.channel.StoreChannel.permissions_for:31 -#: discord.channel.TextChannel.permissions_for:31 -#: discord.channel.VocalGuildChannel.permissions_for:31 -#: discord.threads.Thread.permissions_for:17 of -msgid ":class:`~discord.Permissions`" +#: ../../api.rst:2641 +msgid "The ``fi`` locale." msgstr "" -#: discord.abc.GuildChannel.delete:3 of -msgid "Deletes the channel." +#: ../../api.rst:2645 +msgid "The ``fr`` locale." msgstr "" -#: discord.abc.GuildChannel.delete:5 of -#, fuzzy -msgid "" -"You must have :attr:`~discord.Permissions.manage_channels` permission to " -"use this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../api.rst:2649 +msgid "The ``de`` locale." +msgstr "" -#: discord.abc.GuildChannel.delete:7 of -msgid "The reason for deleting this channel. Shows up on the audit log." +#: ../../api.rst:2653 +msgid "The ``el`` locale." msgstr "" -#: discord.abc.GuildChannel.delete:11 of -#, fuzzy -msgid "You do not have proper permissions to delete the channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../api.rst:2657 +msgid "The ``hi`` locale." +msgstr "" -#: discord.abc.GuildChannel.delete:12 of -#, fuzzy -msgid "The channel was not found or was already deleted." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../api.rst:2661 +msgid "The ``hu`` locale." +msgstr "" -#: discord.abc.GuildChannel.delete:13 of -#, fuzzy -msgid "Deleting the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../api.rst:2665 +msgid "The ``it`` locale." +msgstr "" -#: discord.abc.GuildChannel.set_permissions:3 of -msgid "" -"Sets the channel specific permission overwrites for a target in the " -"channel." +#: ../../api.rst:2669 +msgid "The ``ja`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:6 of -msgid "" -"The ``target`` parameter should either be a :class:`~discord.Member` or a" -" :class:`~discord.Role` that belongs to guild." +#: ../../api.rst:2673 +msgid "The ``ko`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:9 of -msgid "" -"The ``overwrite`` parameter, if given, must either be ``None`` or " -":class:`~discord.PermissionOverwrite`. For convenience, you can pass in " -"keyword arguments denoting :class:`~discord.Permissions` attributes. If " -"this is done, then you cannot mix the keyword arguments with the " -"``overwrite`` parameter." +#: ../../api.rst:2677 +msgid "The ``lt`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:15 of -msgid "" -"If the ``overwrite`` parameter is ``None``, then the permission " -"overwrites are deleted." +#: ../../api.rst:2681 +msgid "The ``no`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:18 of -#, fuzzy -msgid "" -"You must have the :attr:`~discord.Permissions.manage_roles` permission to" -" use this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../api.rst:2685 +msgid "The ``pl`` locale." +msgstr "" -#: discord.abc.GuildChannel.set_permissions:22 of -msgid "This method *replaces* the old overwrites with the ones given." +#: ../../api.rst:2689 +msgid "The ``pt-BR`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:26 of -msgid "Setting allow and deny: ::" +#: ../../api.rst:2693 +msgid "The ``ro`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:31 of -msgid "Deleting overwrites ::" +#: ../../api.rst:2697 +msgid "The ``ru`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:35 of -msgid "Using :class:`~discord.PermissionOverwrite` ::" +#: ../../api.rst:2701 +msgid "The ``es-ES`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:46 of -msgid "The member or role to overwrite permissions for." +#: ../../api.rst:2705 +msgid "The ``sv-SE`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:48 of -msgid "" -"The permissions to allow and deny to the target, or ``None`` to delete " -"the overwrite." +#: ../../api.rst:2709 +msgid "The ``th`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:51 of -msgid "" -"A keyword argument list of permissions to set for ease of use. Cannot be " -"mixed with ``overwrite``." +#: ../../api.rst:2713 +msgid "The ``tr`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:53 -#: discord.guild.Guild.prune_members:25 discord.guild.Guild.unban:12 -#: discord.member.Member.move_to:16 of -msgid "The reason for doing this action. Shows up on the audit log." +#: ../../api.rst:2717 +msgid "The ``uk`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:56 of -msgid "You do not have permissions to edit channel specific permissions." +#: ../../api.rst:2721 +msgid "The ``vi`` locale." msgstr "" -#: discord.abc.GuildChannel.set_permissions:57 of -#, fuzzy -msgid "Editing channel specific permissions failed." -msgstr "権限を確認したいチャンネル。" +#: ../../api.rst:2726 +msgid "Represents the Multi-Factor Authentication requirement level of a guild." +msgstr "" -#: discord.abc.GuildChannel.set_permissions:58 of -msgid "The role or member being edited is not part of the guild." +#: ../../api.rst:2734 +msgid "Checks if two MFA levels are equal." msgstr "" -#: discord.abc.GuildChannel.set_permissions:59 of -msgid "" -"The ``overwrite`` parameter was invalid or the target type was not " -":class:`~discord.Role` or :class:`~discord.Member`." +#: ../../api.rst:2737 +msgid "Checks if two MFA levels are not equal." msgstr "" -#: discord.abc.GuildChannel.set_permissions:60 of -msgid "" -"The ``overwrite`` parameter and ``positions`` parameters were both " -"unset." +#: ../../api.rst:2740 +msgid "Checks if a MFA level is higher than another." msgstr "" -#: discord.abc.GuildChannel.clone:3 discord.channel.CategoryChannel.clone:3 -#: discord.channel.StageChannel.clone:3 discord.channel.StoreChannel.clone:3 -#: discord.channel.TextChannel.clone:3 discord.channel.VoiceChannel.clone:3 of -msgid "" -"Clones this channel. This creates a channel with the same properties as " -"this channel." +#: ../../api.rst:2743 +msgid "Checks if a MFA level is lower than another." msgstr "" -#: discord.abc.GuildChannel.clone:6 discord.abc.GuildChannel.move:7 -#: discord.channel.CategoryChannel.clone:6 -#: discord.channel.CategoryChannel.move:7 discord.channel.StageChannel.clone:6 -#: discord.channel.StoreChannel.clone:6 discord.channel.TextChannel.clone:6 -#: discord.channel.VoiceChannel.clone:6 of -#, fuzzy -msgid "" -"You must have the :attr:`~discord.Permissions.manage_channels` permission" -" to do this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../api.rst:2746 +msgid "Checks if a MFA level is higher or equal to another." +msgstr "" -#: discord.abc.GuildChannel.clone:11 discord.channel.CategoryChannel.clone:11 -#: discord.channel.StageChannel.clone:11 discord.channel.StoreChannel.clone:11 -#: discord.channel.TextChannel.clone:11 discord.channel.VoiceChannel.clone:11 -#: of -msgid "" -"The name of the new channel. If not provided, defaults to this channel " -"name." +#: ../../api.rst:2749 +msgid "Checks if a MFA level is lower or equal to another." msgstr "" -#: discord.abc.GuildChannel.clone:14 discord.channel.CategoryChannel.clone:14 -#: discord.channel.StageChannel.clone:14 discord.channel.StoreChannel.clone:14 -#: discord.channel.TextChannel.clone:14 discord.channel.VoiceChannel.clone:14 -#: of -msgid "The reason for cloning this channel. Shows up on the audit log." +#: ../../api.rst:2753 +msgid "The guild has no MFA requirement." msgstr "" -#: discord.abc.GuildChannel.clone:17 discord.channel.CategoryChannel.clone:17 -#: discord.channel.StageChannel.clone:17 discord.channel.StoreChannel.clone:17 -#: discord.channel.TextChannel.clone:17 discord.channel.VoiceChannel.clone:17 -#: discord.guild.Guild.create_category:14 -#: discord.guild.Guild.create_stage_channel:29 -#: discord.guild.Guild.create_text_channel:65 -#: discord.guild.Guild.create_voice_channel:38 of -#, fuzzy -msgid "You do not have the proper permissions to create this channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" - -#: discord.abc.GuildChannel.clone:18 discord.channel.CategoryChannel.clone:18 -#: discord.channel.StageChannel.clone:18 discord.channel.StoreChannel.clone:18 -#: discord.channel.TextChannel.clone:18 discord.channel.VoiceChannel.clone:18 -#: discord.guild.Guild.create_category:15 -#: discord.guild.Guild.create_stage_channel:30 -#: discord.guild.Guild.create_text_channel:66 -#: discord.guild.Guild.create_voice_channel:39 of -#, fuzzy -msgid "Creating the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../api.rst:2757 +msgid "The guild requires 2 factor authentication." +msgstr "" -#: discord.abc.GuildChannel.clone:21 discord.channel.CategoryChannel.clone:21 -#: discord.channel.StageChannel.clone:21 discord.channel.StoreChannel.clone:21 -#: discord.channel.TextChannel.clone:21 discord.channel.VoiceChannel.clone:21 -#: of -#, fuzzy -msgid ":class:`.abc.GuildChannel`" -msgstr ":class:`.Guild`" +#: ../../api.rst:2761 +msgid "Represents the type of entity that a scheduled event is for." +msgstr "" -#: discord.abc.GuildChannel.move:3 discord.channel.CategoryChannel.move:3 of -msgid "A rich interface to help move a channel relative to other channels." +#: ../../api.rst:2767 +msgid "The scheduled event will occur in a stage instance." msgstr "" -#: discord.abc.GuildChannel.move:5 discord.channel.CategoryChannel.move:5 of -msgid "If exact position movement is required, ``edit`` should be used instead." +#: ../../api.rst:2771 +msgid "The scheduled event will occur in a voice channel." msgstr "" -#: discord.abc.GuildChannel.move:12 discord.channel.CategoryChannel.move:12 of -msgid "" -"Voice channels will always be sorted below text channels. This is a " -"Discord limitation." +#: ../../api.rst:2775 +msgid "The scheduled event will occur externally." msgstr "" -#: discord.abc.GuildChannel.move:21 discord.channel.CategoryChannel.move:21 of -msgid "" -"Whether to move the channel to the beginning of the channel list (or " -"category if given). This is mutually exclusive with ``end``, ``before``, " -"and ``after``." +#: ../../api.rst:2779 +msgid "Represents the status of an event." msgstr "" -#: discord.abc.GuildChannel.move:25 discord.channel.CategoryChannel.move:25 of -msgid "" -"Whether to move the channel to the end of the channel list (or category " -"if given). This is mutually exclusive with ``beginning``, ``before``, and" -" ``after``." +#: ../../api.rst:2785 +msgid "The event is scheduled." msgstr "" -#: discord.abc.GuildChannel.move:29 discord.channel.CategoryChannel.move:29 of -msgid "" -"The channel that should be before our current channel. This is mutually " -"exclusive with ``beginning``, ``end``, and ``after``." +#: ../../api.rst:2789 +msgid "The event is active." msgstr "" -#: discord.abc.GuildChannel.move:32 discord.channel.CategoryChannel.move:32 of -msgid "" -"The channel that should be after our current channel. This is mutually " -"exclusive with ``beginning``, ``end``, and ``before``." +#: ../../api.rst:2793 +msgid "The event has ended." msgstr "" -#: discord.abc.GuildChannel.move:35 discord.channel.CategoryChannel.move:35 of -msgid "" -"The number of channels to offset the move by. For example, an offset of " -"``2`` with ``beginning=True`` would move it 2 after the beginning. A " -"positive number moves it below while a negative number moves it above. " -"Note that this number is relative and computed after the ``beginning``, " -"``end``, ``before``, and ``after`` parameters." +#: ../../api.rst:2797 +msgid "The event has been cancelled." msgstr "" -#: discord.abc.GuildChannel.move:42 discord.channel.CategoryChannel.move:42 of -msgid "" -"The category to move this channel under. If ``None`` is given then it " -"moves it out of the category. This parameter is ignored if moving a " -"category channel." +#: ../../api.rst:2801 +msgid "An alias for :attr:`cancelled`." msgstr "" -#: discord.abc.GuildChannel.move:46 discord.channel.CategoryChannel.move:46 of -#, fuzzy -msgid "Whether to sync the permissions with the category (if given)." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../api.rst:2806 +msgid "Audit Log Data" +msgstr "監査ログデータ" -#: discord.abc.GuildChannel.move:48 discord.channel.CategoryChannel.move:48 of -#, fuzzy -msgid "The reason for the move." -msgstr "クライアントによって提供されるデフォルトのエラーハンドラ。" +#: ../../api.rst:2808 +msgid "Working with :meth:`Guild.audit_logs` is a complicated process with a lot of machinery involved. The library attempts to make it easy to use and friendly. In order to accomplish this goal, it must make use of a couple of data classes that aid in this goal." +msgstr "" -#: discord.abc.GuildChannel.move:51 discord.channel.CategoryChannel.move:51 of -#, fuzzy -msgid "An invalid position was given." -msgstr "招待の更新。" +#: ../../api.rst:2813 +msgid "AuditLogEntry" +msgstr "" -#: discord.abc.GuildChannel.move:52 discord.channel.CategoryChannel.move:52 of -msgid "A bad mix of arguments were passed." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:1 +msgid "Represents an Audit Log entry." msgstr "" -#: discord.abc.GuildChannel.move:53 discord.channel.CategoryChannel.move:53 of -#, fuzzy -msgid "You do not have permissions to move the channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:3 +msgid "You retrieve these via :meth:`Guild.audit_logs`." +msgstr "" -#: discord.abc.GuildChannel.move:54 discord.channel.CategoryChannel.move:54 of -#, fuzzy -msgid "Moving the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:9 +msgid "Checks if two entries are equal." +msgstr "" -#: discord.abc.GuildChannel.create_invite:3 of -msgid "Creates an instant invite from a text or voice channel." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:13 +msgid "Checks if two entries are not equal." msgstr "" -#: discord.abc.GuildChannel.create_invite:5 of -#, fuzzy -msgid "" -"You must have the :attr:`~discord.Permissions.create_instant_invite` " -"permission to do this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:17 +msgid "Returns the entry's hash." +msgstr "" -#: discord.abc.GuildChannel.create_invite:8 of -msgid "" -"How long the invite should last in seconds. If it's 0 then the invite " -"doesn't expire. Defaults to ``0``." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:19 +msgid "Audit log entries are now comparable and hashable." msgstr "" -#: discord.abc.GuildChannel.create_invite:11 of -msgid "" -"How many uses the invite could be used for. If it's 0 then there are " -"unlimited uses. Defaults to ``0``." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:24 +msgid "The action that was done." msgstr "" -#: discord.abc.GuildChannel.create_invite:14 of -msgid "" -"Denotes that the invite grants temporary membership (i.e. they get kicked" -" after they disconnect). Defaults to ``False``." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:26 +msgid ":class:`AuditLogAction`" msgstr "" -#: discord.abc.GuildChannel.create_invite:17 of -msgid "" -"Indicates if a unique invite URL should be created. Defaults to True. If " -"this is set to ``False`` then it will return a previously created invite." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:30 +msgid "The user who initiated this action. Usually a :class:`Member`\\, unless gone then it's a :class:`User`." msgstr "" -#: discord.abc.GuildChannel.create_invite:21 of -msgid "The reason for creating this invite. Shows up on the audit log." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:33 +msgid ":class:`abc.User`" msgstr "" -#: discord.abc.GuildChannel.create_invite:23 of -msgid "" -"The type of target for the voice channel invite, if any. .. " -"versionadded:: 2.0" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:37 +msgid "The entry ID." msgstr "" -#: discord.abc.GuildChannel.create_invite:23 of -msgid "The type of target for the voice channel invite, if any." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:43 +msgid "The target that got changed. The exact type of this depends on the action being done." msgstr "" -#: discord.abc.GuildChannel.create_invite:27 of -msgid "" -"The user whose stream to display for this invite, required if " -"`target_type` is `TargetType.stream`. The user must be streaming in the " -"channel. .. versionadded:: 2.0" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:46 +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:61 +msgid "Any" msgstr "" -#: discord.abc.GuildChannel.create_invite:27 of -msgid "" -"The user whose stream to display for this invite, required if " -"`target_type` is `TargetType.stream`. The user must be streaming in the " -"channel." +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:50 +msgid "The reason this action was done." msgstr "" -#: discord.abc.GuildChannel.create_invite:31 of -msgid "" -"Optional[:class:`int`]: The id of the embedded application for the " -"invite, required if `target_type` is `TargetType.embedded_application`. " -".. versionadded:: 2.0" +#: ../../../discord/audit_logs.py:docstring of discord.audit_logs.AuditLogEntry:56 +msgid "Extra information that this entry has that might be useful. For most actions, this is ``None``. However in some cases it contains extra information. See :class:`AuditLogAction` for which actions have this field filled out." msgstr "" -#: discord.abc.GuildChannel.create_invite:31 of -msgid "" -"Optional[:class:`int`]: The id of the embedded application for the " -"invite, required if `target_type` is `TargetType.embedded_application`." +#: ../../docstring of discord.AuditLogEntry.created_at:1 +msgid "Returns the entry's creation time in UTC." msgstr "" -#: discord.abc.GuildChannel.create_invite:35 of -#, fuzzy -msgid "Invite creation failed." -msgstr "招待の作成。" +#: ../../docstring of discord.AuditLogEntry.category:1 +msgid "The category of the action, if applicable." +msgstr "" -#: discord.abc.GuildChannel.create_invite:36 of -msgid "The channel that was passed is a category or an invalid channel." +#: ../../docstring of discord.AuditLogEntry.category:3 +msgid "Optional[:class:`AuditLogActionCategory`]" msgstr "" -#: discord.abc.GuildChannel.create_invite:39 of -msgid ":class:`~discord.Invite`" +#: ../../docstring of discord.AuditLogEntry.changes:1 +msgid "The list of changes this entry has." msgstr "" -#: discord.abc.GuildChannel.invites:3 of -msgid "Returns a list of all active instant invites from this channel." +#: ../../docstring of discord.AuditLogEntry.changes:3 +msgid ":class:`AuditLogChanges`" msgstr "" -#: discord.abc.GuildChannel.invites:5 of -#, fuzzy -msgid "" -"You must have :attr:`~discord.Permissions.manage_channels` to get this " -"information." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../docstring of discord.AuditLogEntry.before:1 +msgid "The target's prior state." +msgstr "" -#: discord.abc.GuildChannel.invites:7 discord.guild.Guild.bans:8 -#: discord.guild.Guild.fetch_ban:11 discord.guild.Guild.invites:8 of -#, fuzzy -msgid "You do not have proper permissions to get the information." -msgstr "この情報を取得するためには、ギルドのウィジェットを有効化しておく必要があります。" +#: ../../docstring of discord.AuditLogEntry.before:3 +#: ../../docstring of discord.AuditLogEntry.after:3 +msgid ":class:`AuditLogDiff`" +msgstr "" -#: discord.abc.GuildChannel.invites:8 discord.guild.Guild.bans:9 -#: discord.guild.Guild.fetch_ban:13 discord.guild.Guild.invites:9 of -msgid "An error occurred while fetching the information." +#: ../../docstring of discord.AuditLogEntry.after:1 +msgid "The target's subsequent state." msgstr "" -#: discord.abc.GuildChannel.invites:10 discord.guild.Guild.invites:11 of -msgid "The list of invites that are currently active." +#: ../../api.rst:2821 +msgid "AuditLogChanges" msgstr "" -#: discord.abc.GuildChannel.invites:11 of -msgid "List[:class:`~discord.Invite`]" +#: ../../api.rst:2827 +msgid "An audit log change set." msgstr "" -#: ../../api.rst:3388 -msgid "Messageable" +#: ../../api.rst:2831 +msgid "The old value. The attribute has the type of :class:`AuditLogDiff`." msgstr "" -#: discord.abc.Messageable:1 of -msgid "" -"An ABC that details the common operations on a model that can send " -"messages." +#: ../../api.rst:2833 +#: ../../api.rst:2853 +msgid "Depending on the :class:`AuditLogActionCategory` retrieved by :attr:`~AuditLogEntry.category`\\, the data retrieved by this attribute differs:" msgstr "" -#: discord.abc.Messageable:10 of -msgid ":class:`~discord.ext.commands.Context`" +#: ../../api.rst:2838 +#: ../../api.rst:2858 +msgid "Category" msgstr "" -#: discord.abc.Messageable:11 of -#, fuzzy -msgid ":class:`~discord.Thread`" -msgstr ":class:`~discord.User`" +#: ../../api.rst:2840 +#: ../../api.rst:2860 +msgid ":attr:`~AuditLogActionCategory.create`" +msgstr ":attr:`~AuditLogActionCategory.create`" -#: discord.abc.Messageable.typing:1 of -msgid "" -"Returns an asynchronous context manager that allows you to type for an " -"indefinite period of time." +#: ../../api.rst:2840 +msgid "All attributes are set to ``None``." msgstr "" -#: discord.abc.Messageable.typing:3 of -msgid "This is useful for denoting long computations in your bot." -msgstr "" +#: ../../api.rst:2842 +#: ../../api.rst:2862 +msgid ":attr:`~AuditLogActionCategory.delete`" +msgstr ":attr:`~AuditLogActionCategory.delete`" -#: discord.abc.Messageable.typing:5 of -msgid "Example Usage: ::" +#: ../../api.rst:2842 +msgid "All attributes are set the value before deletion." msgstr "" -#: discord.abc.Messageable.typing:13 of -msgid "" -"This no longer works with the ``with`` syntax, ``async with`` must be " -"used instead." +#: ../../api.rst:2844 +#: ../../api.rst:2864 +msgid ":attr:`~AuditLogActionCategory.update`" +msgstr ":attr:`~AuditLogActionCategory.update`" + +#: ../../api.rst:2844 +msgid "All attributes are set the value before updating." msgstr "" -#: discord.abc.Messageable.send:3 of -msgid "Sends a message to the destination with the content given." +#: ../../api.rst:2846 +#: ../../api.rst:2866 +msgid "``None``" +msgstr "``None``" + +#: ../../api.rst:2846 +#: ../../api.rst:2866 +msgid "No attributes are set." msgstr "" -#: discord.abc.Messageable.send:5 of -msgid "" -"The content must be a type that can convert to a string through " -"``str(content)``. If the content is set to ``None`` (the default), then " -"the ``embed`` parameter must be provided." +#: ../../api.rst:2851 +msgid "The new value. The attribute has the type of :class:`AuditLogDiff`." msgstr "" -#: discord.abc.Messageable.send:9 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`~discord.File` object. To upload multiple files, the " -"``files`` parameter should be used with a :class:`list` of " -":class:`~discord.File` objects. **Specifying both parameters will lead to" -" an exception**." +#: ../../api.rst:2860 +msgid "All attributes are set to the created value" msgstr "" -#: discord.abc.Messageable.send:14 of -msgid "" -"To upload a single embed, the ``embed`` parameter should be used with a " -"single :class:`~discord.Embed` object. To upload multiple embeds, the " -"``embeds`` parameter should be used with a :class:`list` of " -":class:`~discord.Embed` objects. **Specifying both parameters will lead " -"to an exception**." +#: ../../api.rst:2862 +msgid "All attributes are set to ``None``" msgstr "" -#: discord.abc.Messageable.send:27 of -msgid "The rich embed for the content." +#: ../../api.rst:2864 +msgid "All attributes are set the value after updating." msgstr "" -#: discord.abc.Messageable.send:29 -#: discord.interactions.InteractionResponse.send_message:13 of -msgid "The file to upload." +#: ../../api.rst:2870 +msgid "AuditLogDiff" msgstr "" -#: discord.abc.Messageable.send:31 -#: discord.interactions.InteractionResponse.send_message:15 of -msgid "A list of files to upload. Must be a maximum of 10." +#: ../../api.rst:2876 +msgid "Represents an audit log \"change\" object. A change object has dynamic attributes that depend on the type of action being done. Certain actions map to certain attributes being set." msgstr "" -#: discord.abc.Messageable.send:33 of -msgid "" -"The nonce to use for sending this message. If the message was " -"successfully sent, then the message will have a nonce with this value." +#: ../../api.rst:2880 +msgid "Note that accessing an attribute that does not match the specified action will lead to an attribute error." msgstr "" -#: discord.abc.Messageable.send:36 of -msgid "" -"If provided, the number of seconds to wait in the background before " -"deleting the message we just sent. If the deletion fails, then it is " -"silently ignored." +#: ../../api.rst:2883 +msgid "To get a list of attributes that have been set, you can iterate over them. To see a list of all possible attributes that could be set based on the action being done, check the documentation for :class:`AuditLogAction`, otherwise check the documentation below for all attributes that are possible." msgstr "" -#: discord.abc.Messageable.send:40 discord.message.Message.edit:46 of -msgid "" -"Controls the mentions being processed in this message. If this is passed," -" then the object is merged with :attr:`~discord.Client.allowed_mentions`." -" The merging behaviour only overrides attributes that have been " -"explicitly passed to the object, otherwise it uses the attributes set in " -":attr:`~discord.Client.allowed_mentions`. If no object is passed at all " -"then the defaults given by :attr:`~discord.Client.allowed_mentions` are " -"used instead. .. versionadded:: 1.4" +#: ../../api.rst:2892 +msgid "Returns an iterator over (attribute, value) tuple of this diff." msgstr "" -#: discord.abc.Messageable.send:40 discord.message.Message.edit:46 of -msgid "" -"Controls the mentions being processed in this message. If this is passed," -" then the object is merged with :attr:`~discord.Client.allowed_mentions`." -" The merging behaviour only overrides attributes that have been " -"explicitly passed to the object, otherwise it uses the attributes set in " -":attr:`~discord.Client.allowed_mentions`. If no object is passed at all " -"then the defaults given by :attr:`~discord.Client.allowed_mentions` are " -"used instead." +#: ../../api.rst:2896 +msgid "A name of something." msgstr "" -#: discord.abc.Messageable.send:49 of -msgid "" -"A reference to the :class:`~discord.Message` to which you are replying, " -"this can be created using :meth:`~discord.Message.to_reference` or passed" -" directly as a :class:`~discord.Message`. You can control whether this " -"mentions the author of the referenced message using the " -":attr:`~discord.AllowedMentions.replied_user` attribute of " -"``allowed_mentions`` or by setting ``mention_author``. .. versionadded::" -" 1.6" +#: ../../api.rst:2902 +msgid "A guild's or role's icon. See also :attr:`Guild.icon` or :attr:`Role.icon`." msgstr "" -#: discord.abc.Messageable.send:49 of -msgid "" -"A reference to the :class:`~discord.Message` to which you are replying, " -"this can be created using :meth:`~discord.Message.to_reference` or passed" -" directly as a :class:`~discord.Message`. You can control whether this " -"mentions the author of the referenced message using the " -":attr:`~discord.AllowedMentions.replied_user` attribute of " -"``allowed_mentions`` or by setting ``mention_author``." +#: ../../api.rst:2908 +msgid "The guild's invite splash. See also :attr:`Guild.splash`." msgstr "" -#: discord.abc.Messageable.send:56 of -msgid "" -"If set, overrides the :attr:`~discord.AllowedMentions.replied_user` " -"attribute of ``allowed_mentions``. .. versionadded:: 1.6" +#: ../../api.rst:2914 +msgid "The guild's discovery splash. See also :attr:`Guild.discovery_splash`." msgstr "" -#: discord.abc.Messageable.send:56 of -msgid "" -"If set, overrides the :attr:`~discord.AllowedMentions.replied_user` " -"attribute of ``allowed_mentions``." +#: ../../api.rst:2920 +msgid "The guild's banner. See also :attr:`Guild.banner`." msgstr "" -#: discord.abc.Messageable.send:60 of -msgid "A Discord UI View to add to the message." +#: ../../api.rst:2926 +msgid "The guild's owner. See also :attr:`Guild.owner`" msgstr "" -#: discord.abc.Messageable.send:62 of -msgid "" -"A list of embeds to upload. Must be a maximum of 10. .. versionadded:: " -"2.0" +#: ../../api.rst:2928 +msgid "Union[:class:`Member`, :class:`User`]" msgstr "" -#: discord.abc.Messageable.send:62 of -msgid "A list of embeds to upload. Must be a maximum of 10." +#: ../../api.rst:2932 +msgid "The guild's AFK channel." msgstr "" -#: discord.abc.Messageable.send:66 of -msgid "" -"A list of stickers to upload. Must be a maximum of 3. .. versionadded:: " -"2.0" +#: ../../api.rst:2934 +#: ../../api.rst:2945 +msgid "If this could not be found, then it falls back to a :class:`Object` with the ID being set." msgstr "" -#: discord.abc.Messageable.send:66 of -msgid "A list of stickers to upload. Must be a maximum of 3." +#: ../../api.rst:2937 +msgid "See :attr:`Guild.afk_channel`." msgstr "" -#: discord.abc.Messageable.send:72 discord.message.Message.reply:13 of -msgid "You do not have the proper permissions to send the message." +#: ../../api.rst:2939 +msgid "Union[:class:`VoiceChannel`, :class:`Object`]" msgstr "" -#: discord.abc.Messageable.send:73 of -#, fuzzy -msgid "The ``files`` list is not of the appropriate size." -msgstr ":exc:`.InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" - -#: discord.abc.Messageable.send:74 of -msgid "" -"You specified both ``file`` and ``files``, or you specified both " -"``embed`` and ``embeds``, or the ``reference`` object is not a " -":class:`~discord.Message`, :class:`~discord.MessageReference` or " -":class:`~discord.PartialMessage`." +#: ../../api.rst:2943 +msgid "The guild's system channel." msgstr "" -#: discord.abc.Messageable.send:76 discord.message.Message.reply:17 of -msgid "The message that was sent." +#: ../../api.rst:2948 +msgid "See :attr:`Guild.system_channel`." msgstr "" -#: discord.abc.Messageable.fetch_message:13 discord.abc.Messageable.send:77 of -msgid ":class:`~discord.Message`" +#: ../../api.rst:2950 +#: ../../api.rst:2962 +#: ../../api.rst:2974 +#: ../../api.rst:3001 +msgid "Union[:class:`TextChannel`, :class:`Object`]" msgstr "" -#: discord.abc.Messageable.trigger_typing:3 of -msgid "Triggers a *typing* indicator to the destination." +#: ../../api.rst:2955 +msgid "The guild's rules channel." msgstr "" -#: discord.abc.Messageable.trigger_typing:5 of -msgid "" -"*Typing* indicator will go away after 10 seconds, or after a message is " -"sent." +#: ../../api.rst:2957 +#: ../../api.rst:2969 +#: ../../api.rst:2998 +msgid "If this could not be found then it falls back to a :class:`Object` with the ID being set." msgstr "" -#: discord.abc.Messageable.fetch_message:3 of -msgid "Retrieves a single :class:`~discord.Message` from the destination." +#: ../../api.rst:2960 +msgid "See :attr:`Guild.rules_channel`." msgstr "" -#: discord.abc.Messageable.pins:3 of -msgid "Retrieves all messages that are currently pinned in the channel." +#: ../../api.rst:2967 +msgid "The guild's public updates channel." msgstr "" -#: discord.abc.Messageable.pins:7 of -msgid "" -"Due to a limitation with the Discord API, the :class:`.Message` objects " -"returned by this method do not contain complete " -":attr:`.Message.reactions` data." +#: ../../api.rst:2972 +msgid "See :attr:`Guild.public_updates_channel`." msgstr "" -#: discord.abc.Messageable.pins:11 of -msgid "Retrieving the pinned messages failed." +#: ../../api.rst:2978 +msgid "The guild's AFK timeout. See :attr:`Guild.afk_timeout`." msgstr "" -#: discord.abc.Messageable.pins:13 of -msgid "The messages that are currently pinned." +#: ../../api.rst:2984 +msgid "The guild's MFA level. See :attr:`Guild.mfa_level`." msgstr "" -#: discord.abc.Messageable.pins:14 of -msgid "List[:class:`~discord.Message`]" +#: ../../api.rst:2986 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:205 +msgid ":class:`MFALevel`" msgstr "" -#: discord.abc.Messageable.history:1 of -#, fuzzy -msgid "" -"Returns an :term:`asynchronous iterator` that enables receiving the " -"destination's message history." -msgstr "Botが所属するGuildを取得できる、 :class:`AsyncIterator` を取得します。" - -#: discord.abc.Messageable.history:3 of -#, fuzzy -msgid "" -"You must have :attr:`~discord.Permissions.read_message_history` " -"permissions to use this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" - -#: discord.abc.Messageable.history:14 discord.reaction.Reaction.users:18 of -msgid "Flattening into a list: ::" +#: ../../api.rst:2990 +msgid "The guild's widget has been enabled or disabled." msgstr "" -#: discord.abc.Messageable.history:21 of -msgid "" -"The number of messages to retrieve. If ``None``, retrieves every message " -"in the channel. Note, however, that this would make it a slow operation." +#: ../../api.rst:2996 +msgid "The widget's channel." msgstr "" -#: discord.abc.Messageable.history:25 of -msgid "" -"Retrieve messages before this date or message. If a datetime is provided," -" it is recommended to use a UTC aware datetime. If the datetime is naive," -" it is assumed to be local time." +#: ../../api.rst:3005 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:109 +msgid "The guild's verification level." msgstr "" -#: discord.abc.Messageable.history:29 of -#, fuzzy -msgid "" -"Retrieve messages after this date or message. If a datetime is provided, " -"it is recommended to use a UTC aware datetime. If the datetime is naive, " -"it is assumed to be local time." +#: ../../api.rst:3007 +msgid "See also :attr:`Guild.verification_level`." msgstr "" -"この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" -#: discord.abc.Messageable.history:33 of -msgid "" -"Retrieve messages around this date or message. If a datetime is provided," -" it is recommended to use a UTC aware datetime. If the datetime is naive," -" it is assumed to be local time. When using this argument, the maximum " -"limit is 101. Note that if the limit is an even number then this will " -"return at most limit + 1 messages." +#: ../../api.rst:3009 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:111 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:40 +msgid ":class:`VerificationLevel`" msgstr "" -#: discord.abc.Messageable.history:39 of -msgid "" -"If set to ``True``, return messages in oldest->newest order. Defaults to " -"``True`` if ``after`` is specified, otherwise ``False``." +#: ../../api.rst:3013 +msgid "The guild's default notification level." msgstr "" -#: discord.abc.Messageable.history:43 of -#, fuzzy -msgid "You do not have permissions to get channel message history." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" - -#: discord.abc.Messageable.history:44 of -msgid "The request to get message history failed." +#: ../../api.rst:3015 +msgid "See also :attr:`Guild.default_notifications`." msgstr "" -#: discord.abc.Messageable.history:46 of -msgid ":class:`~discord.Message` -- The message with the message data parsed." +#: ../../api.rst:3017 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:131 +msgid ":class:`NotificationLevel`" msgstr "" -#: ../../api.rst:3400 -#, fuzzy -msgid "Connectable" -msgstr ":class:`.Invite`" - -#: discord.abc.Connectable:1 of -msgid "" -"An ABC that details the common operations on a channel that can connect " -"to a voice server." +#: ../../api.rst:3021 +msgid "The guild's content filter." msgstr "" -#: ../../api.rst:3409 -msgid "Discord Models" -msgstr "Discordモデル" - -#: ../../api.rst:3411 -msgid "" -"Models are classes that are received from Discord and are not meant to be" -" created by the user of the library." -msgstr "モデルはDiscordから受け取るクラスであり、ユーザーによって作成されることを想定していません。" - -#: ../../api.rst:3416 -msgid "" -"The classes listed below are **not intended to be created by users** and " -"are also **read-only**." -msgstr "下記のクラスは、 **ユーザーによって作成されることを想定しておらず** 、中には **読み取り専用** のものもあります。" - -#: ../../api.rst:3419 -msgid "" -"For example, this means that you should not make your own :class:`User` " -"instances nor should you modify the :class:`User` instance yourself." +#: ../../api.rst:3023 +msgid "See also :attr:`Guild.explicit_content_filter`." msgstr "" -"つまり、独自の :class:`User` を作成は行うべきではなく、また、 :class:`User` " -"インスタンスの値の変更もするべきではありません。" -#: ../../api.rst:3422 -msgid "" -"If you want to get one of these model classes instances they'd have to be" -" through the cache, and a common way of doing so is through the " -":func:`utils.find` function or attributes of model classes that you " -"receive from the events specified in the :ref:`discord-api-events`." +#: ../../api.rst:3025 +#: ../../../discord/guild.py:docstring of discord.guild.Guild:125 +msgid ":class:`ContentFilter`" msgstr "" -"このようなモデルクラスのインスタンスを取得したい場合は、 キャッシュを経由して取得する必要があります。一般的な方法としては " -":func:`utils.find` 関数を用いるか、 :ref:`discord-api-events` " -"の特定のイベントから受け取る方法が挙げられます。" - -#: ../../api.rst:3429 ../../api.rst:3964 -msgid "" -"Nearly all classes here have :ref:`py:slots` defined which means that it " -"is impossible to have dynamic attributes to the data classes." -msgstr "ほぼすべてのクラスに :ref:`py:slots` が定義されています。つまり、データクラスに動的に変数を追加することは不可能です。" - -#: ../../api.rst:3434 -msgid "ClientUser" -msgstr "ClientUser" - -#: discord.user.ClientUser:1 of -msgid "Represents your Discord user." -msgstr "あなたのDiscordユーザーを表します。" - -#: discord.user.ClientUser:7 discord.user.User:7 of -msgid "Checks if two users are equal." -msgstr "二つのユーザーが等しいかを比較します。" - -#: discord.user.ClientUser:11 discord.user.User:11 of -msgid "Checks if two users are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" - -#: discord.user.ClientUser:15 discord.user.User:15 of -msgid "Return the user's hash." -msgstr "ユーザーのハッシュ値を返します。" - -#: discord.user.ClientUser:19 discord.user.User:19 of -msgid "Returns the user's name with discriminator." -msgstr "ユーザー名とディスクリミネータを返します。" -#: discord.user.ClientUser:29 discord.user.User:29 of -#, fuzzy -msgid "The user's unique ID." -msgstr ":class:`int` -- ユーザーの一意のID。" - -#: discord.user.ClientUser:35 discord.user.User:35 of -#, fuzzy -msgid "The user's discriminator. This is given when the username has conflicts." -msgstr ":class:`str` -- ユーザーの識別子。これはユーザー名が重複しているときに与えられます。" - -#: discord.user.ClientUser:47 discord.user.User:47 of -#, fuzzy -msgid "" -"Specifies if the user is a system user (i.e. represents Discord " -"officially)." -msgstr ":class:`bool` -- ユーザーがプレミアムユーザー (例えば Discord Nitro) であるかを表します。" - -#: discord.user.ClientUser:55 of -#, fuzzy -msgid "Specifies if the user's email is verified." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" - -#: discord.user.ClientUser:61 of -#, fuzzy -msgid "The IETF language tag used to identify the language the user is using." -msgstr "Optional[:class:`str`] -- ユーザーが使用している言語を識別するためのIETF言語タグ。" - -#: discord.user.ClientUser:67 of -#, fuzzy -msgid "Specifies if the user has MFA turned on and working." -msgstr ":class:`bool` -- ユーザーが二段階認証を行っているかを表します。" - -#: discord.user.ClientUser.edit:3 of -msgid "Edits the current profile of the client." -msgstr "現在のクライアントのプロフィールを編集します。" - -#: discord.user.ClientUser.edit:7 of -msgid "" -"To upload an avatar, a :term:`py:bytes-like object` must be passed in " -"that represents the image being uploaded. If this is done through a file " -"then the file must be opened via ``open('some_filename', 'rb')`` and the " -":term:`py:bytes-like object` is given through the use of ``fp.read()``." +#: ../../api.rst:3029 +msgid "The guild's default message notification setting." msgstr "" -"アバターをアップロードする際には、アップロードする画像を表す :term:`py:bytes-like object` " -"を渡す必要があります。これをファイルを介して行う場合、ファイルを ``open('some_filename', 'rb')`` で開き、 " -":term:`py:bytes-like object` は ``fp.read()`` で取得できます。" -#: discord.user.ClientUser.edit:12 of -msgid "The only image formats supported for uploading is JPEG and PNG." +#: ../../api.rst:3035 +msgid "The guild's vanity URL." msgstr "" -#: discord.user.ClientUser.edit:14 of -msgid "" -"The edit is no longer in-place, instead the newly edited client user is " -"returned." +#: ../../api.rst:3037 +msgid "See also :meth:`Guild.vanity_invite` and :meth:`Guild.edit`." msgstr "" -#: discord.user.ClientUser.edit:21 of -msgid "The new username you wish to change to." -msgstr "変更する際の新しいユーザー名。" - -#: discord.user.ClientUser.edit:23 of -msgid "" -"A :term:`py:bytes-like object` representing the image to upload. Could be" -" ``None`` to denote no avatar." +#: ../../api.rst:3043 +msgid "The position of a :class:`Role` or :class:`abc.GuildChannel`." msgstr "" -"アップロードする画像を表す :term:`py:bytes-like object` 。アバターをなしにしたい場合は ``None`` " -"を設定することが出来ます。" - -#: discord.user.ClientUser.edit:27 of -#, fuzzy -msgid "Editing your profile failed." -msgstr ":exc:`HTTPException` -- プロフィールの編集に失敗した。" - -#: discord.user.ClientUser.edit:28 of -#, fuzzy -msgid "Wrong image format passed for ``avatar``." -msgstr ":exc:`InvalidArgument` -- ``avatar`` に誤った形式の画像が渡された。" -#: discord.user.ClientUser.edit:30 of -#, fuzzy -msgid "The newly edited client user." -msgstr ":class:`int` – 招待の現在までの使用回数。" - -#: discord.ClientUser.accent_color:1 discord.User.accent_color:1 -#: discord.WidgetMember.accent_color:1 of -#, fuzzy -msgid "Returns the user's accent color, if applicable." -msgstr ":exc:`.Forbidden` -- ギルドのウィジェットが有効化されていない。" - -#: discord.ClientUser.accent_color:3 discord.User.accent_color:3 -#: discord.WidgetMember.accent_color:3 of -msgid "There is an alias for this named :attr:`accent_colour`." +#: ../../api.rst:3049 +msgid "The type of channel or sticker." msgstr "" -#: discord.ClientUser.accent_color:9 discord.ClientUser.accent_colour:9 -#: discord.ClientUser.banner:7 discord.User.accent_color:9 -#: discord.User.accent_colour:9 discord.User.banner:7 -#: discord.WidgetMember.accent_color:9 discord.WidgetMember.accent_colour:9 -#: discord.WidgetMember.banner:7 of -msgid "This information is only available via :meth:`Client.fetch_user`." +#: ../../api.rst:3051 +msgid "Union[:class:`ChannelType`, :class:`StickerType`]" msgstr "" -#: discord.ClientUser.accent_color:11 discord.ClientUser.accent_colour:11 -#: discord.User.accent_color:11 discord.User.accent_colour:11 -#: discord.WidgetMember.accent_color:11 discord.WidgetMember.accent_colour:11 -#: of -#, fuzzy -msgid "Optional[:class:`Colour`]" -msgstr ":class:`bool`" - -#: discord.ClientUser.accent_colour:1 discord.User.accent_colour:1 -#: discord.WidgetMember.accent_colour:1 of -#, fuzzy -msgid "Returns the user's accent colour, if applicable." -msgstr ":exc:`.Forbidden` -- ギルドのウィジェットが有効化されていない。" - -#: discord.ClientUser.accent_colour:3 discord.User.accent_colour:3 -#: discord.WidgetMember.accent_colour:3 of -msgid "There is an alias for this named :attr:`accent_color`." +#: ../../api.rst:3055 +msgid "The topic of a :class:`TextChannel` or :class:`StageChannel`." msgstr "" -#: discord.ClientUser.avatar:1 discord.User.avatar:1 of -msgid "Returns an :class:`Asset` for the avatar the user has." +#: ../../api.rst:3057 +msgid "See also :attr:`TextChannel.topic` or :attr:`StageChannel.topic`." msgstr "" -#: discord.ClientUser.avatar:3 discord.User.avatar:3 of -msgid "" -"If the user does not have a traditional avatar, ``None`` is returned. If " -"you want the avatar that a user has displayed, consider " -":attr:`display_avatar`." +#: ../../api.rst:3063 +msgid "The bitrate of a :class:`VoiceChannel`." msgstr "" -#: discord.ClientUser.banner:1 discord.User.banner:1 -#: discord.WidgetMember.banner:1 of -#, fuzzy -msgid "Returns the user's banner asset, if available." -msgstr "役職の名前を返します。" - -#: discord.ClientUser.color:1 discord.User.color:1 discord.WidgetMember.color:1 -#: of -msgid "" -"A property that returns a color denoting the rendered color for the user." -" This always returns :meth:`Colour.default`." +#: ../../api.rst:3065 +msgid "See also :attr:`VoiceChannel.bitrate`." msgstr "" -#: discord.ClientUser.color:4 discord.Member.color:5 discord.User.color:4 -#: discord.WidgetMember.color:4 of -msgid "There is an alias for this named :attr:`colour`." +#: ../../api.rst:3071 +msgid "A list of permission overwrite tuples that represents a target and a :class:`PermissionOverwrite` for said target." msgstr "" -#: discord.ClientUser.colour:1 discord.User.colour:1 -#: discord.WidgetMember.colour:1 of -msgid "" -"A property that returns a colour denoting the rendered colour for the " -"user. This always returns :meth:`Colour.default`." +#: ../../api.rst:3074 +msgid "The first element is the object being targeted, which can either be a :class:`Member` or :class:`User` or :class:`Role`. If this object is not found then it is a :class:`Object` with an ID being filled and a ``type`` attribute set to either ``'role'`` or ``'member'`` to help decide what type of ID it is." msgstr "" -#: discord.ClientUser.colour:4 discord.Member.colour:5 discord.User.colour:4 -#: discord.WidgetMember.colour:4 of -msgid "There is an alias for this named :attr:`color`." +#: ../../api.rst:3080 +msgid "List[Tuple[target, :class:`PermissionOverwrite`]]" msgstr "" -#: discord.ClientUser.created_at:1 discord.User.created_at:1 -#: discord.WidgetMember.created_at:1 of -#, fuzzy -msgid "Returns the user's creation time in UTC." -msgstr "ユーザー名とディスクリミネータを返します。" - -#: discord.ClientUser.created_at:3 discord.User.created_at:3 -#: discord.WidgetMember.created_at:3 of -#, fuzzy -msgid "This is when the user's Discord account was created." -msgstr "これはユーザーのDiscordアカウントが作成された時間です。" - -#: discord.ClientUser.default_avatar:1 discord.User.default_avatar:1 -#: discord.WidgetMember.default_avatar:1 of -msgid "" -"Returns the default avatar for a given user. This is calculated by the " -"user's discriminator." +#: ../../api.rst:3084 +msgid "The privacy level of the stage instance or scheduled event" msgstr "" -#: discord.ClientUser.display_avatar:1 discord.User.display_avatar:1 -#: discord.WidgetMember.display_avatar:1 of -#, fuzzy -msgid "Returns the user's display avatar." -msgstr "役職の名前を返します。" - -#: discord.ClientUser.display_avatar:3 discord.User.display_avatar:3 -#: discord.WidgetMember.display_avatar:3 of -msgid "For regular users this is just their default avatar or uploaded avatar." +#: ../../api.rst:3086 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:65 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:47 +msgid ":class:`PrivacyLevel`" msgstr "" -#: discord.ClientUser.display_name:3 discord.Member.display_name:3 -#: discord.User.display_name:3 of -msgid "" -"For regular users this is just their username, but if they have a guild " -"specific nickname then that is returned instead." -msgstr "通常であれば、これはユーザー名がそのまま返りますが、ギルドにてニックネームを設定している場合は、代替としてニックネームが返ります。" - -#: discord.user.BaseUser.mentioned_in:1 of -msgid "Checks if the user is mentioned in the specified message." -msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" - -#: discord.member.Member.mentioned_in:3 discord.user.BaseUser.mentioned_in:3 of -msgid "The message to check if you're mentioned in." -msgstr "メンションが含まれているかを確認するメッセージ。" - -#: discord.user.BaseUser.mentioned_in:6 of -#, fuzzy -msgid "Indicates if the user is mentioned in the message." -msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" - -#: discord.ClientUser.public_flags:1 discord.User.public_flags:1 -#: discord.WidgetMember.public_flags:1 of -msgid "The publicly available flags the user has." +#: ../../api.rst:3090 +msgid "A list of roles being added or removed from a member." msgstr "" -#: discord.ClientUser.public_flags:3 discord.User.public_flags:3 -#: discord.WidgetMember.public_flags:3 of -#, fuzzy -msgid ":class:`PublicUserFlags`" -msgstr ":class:`bytes`" - -#: discord.user.User:1 of -msgid "Represents a Discord user." +#: ../../api.rst:3092 +msgid "If a role is not found then it is a :class:`Object` with the ID and name being filled in." msgstr "" -#: discord.User.dm_channel:1 of -msgid "Returns the channel associated with this user if it exists." +#: ../../api.rst:3095 +msgid "List[Union[:class:`Role`, :class:`Object`]]" msgstr "" -#: discord.User.dm_channel:3 of -msgid "" -"If this returns ``None``, you can create a DM channel by calling the " -":meth:`create_dm` coroutine function." -msgstr "これが ``None`` を返すなら、あなたは :meth:`create_dm` コルーチン関数を使って、DMチャンネルを作ることができます。" - -#: discord.User.dm_channel:6 of -msgid "Optional[:class:`DMChannel`]" +#: ../../api.rst:3099 +msgid "The nickname of a member." msgstr "" -#: discord.User.mutual_guilds:1 of -#, fuzzy -msgid "The guilds that the user shares with the client." -msgstr "List[:class:`User`] -- ユーザーのフレンドであるすべてのユーザーを返します。" - -#: discord.User.mutual_guilds:5 of -msgid "This will only return mutual guilds within the client's internal cache." +#: ../../api.rst:3101 +msgid "See also :attr:`Member.nick`" msgstr "" -#: discord.User.mutual_guilds:9 of -#, fuzzy -msgid "List[:class:`Guild`]" -msgstr ":class:`.Guild`" - -#: discord.member.flatten_user..generate_function..general:3 -#: discord.user.User.create_dm:3 of -msgid "Creates a :class:`DMChannel` with this user." -msgstr "このユーザーと :class:`DMChannel` を作ります。" - -#: ../../api.rst:3456 -msgid "Attachment" +#: ../../api.rst:3107 +msgid "Whether the member is being server deafened." msgstr "" -#: discord.message.Attachment:1 of -msgid "Represents an attachment from Discord." +#: ../../api.rst:3109 +msgid "See also :attr:`VoiceState.deaf`." msgstr "" -#: discord.message.Attachment:7 of -#, fuzzy -msgid "Returns the URL of the attachment." -msgstr "役職の名前を返します。" - -#: discord.message.Attachment:11 of -msgid "Checks if the attachment is equal to another attachment." +#: ../../api.rst:3115 +msgid "Whether the member is being server muted." msgstr "" -#: discord.message.Attachment:15 of -#, fuzzy -msgid "Checks if the attachment is not equal to another attachment." -msgstr "表現のフィルターのレベルが他のレベルより小さい、または等しいか確認します。" - -#: discord.message.Attachment:19 of -#, fuzzy -msgid "Returns the hash of the attachment." -msgstr "役職の名前を返します。" +#: ../../api.rst:3117 +msgid "See also :attr:`VoiceState.mute`." +msgstr "" -#: discord.message.Attachment:21 of -msgid "Attachment can now be casted to :class:`str` and is hashable." +#: ../../api.rst:3123 +msgid "The permissions of a role." msgstr "" -#: discord.message.Attachment:26 of -msgid "The attachment ID." +#: ../../api.rst:3125 +msgid "See also :attr:`Role.permissions`." msgstr "" -#: discord.message.Attachment:32 of -msgid "The attachment size in bytes." +#: ../../api.rst:3127 +#: ../../api.rst:3216 +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:11 +#: ../../../discord/role.py:docstring of discord.Role.permissions:3 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:21 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:22 +msgid ":class:`Permissions`" msgstr "" -#: discord.message.Attachment:38 of -msgid "The attachment's height, in pixels. Only applicable to images and videos." +#: ../../api.rst:3132 +msgid "The colour of a role." msgstr "" -#: discord.message.Attachment:44 of -msgid "The attachment's width, in pixels. Only applicable to images and videos." +#: ../../api.rst:3134 +msgid "See also :attr:`Role.colour`" msgstr "" -#: discord.message.Attachment:50 of -msgid "The attachment's filename." +#: ../../api.rst:3140 +msgid "Whether the role is being hoisted or not." msgstr "" -#: discord.message.Attachment:56 of -msgid "" -"The attachment URL. If the message this attachment was attached to is " -"deleted, then this will 404." +#: ../../api.rst:3142 +msgid "See also :attr:`Role.hoist`" msgstr "" -#: discord.message.Attachment:63 of -msgid "" -"The proxy URL. This is a cached version of the :attr:`~Attachment.url` in" -" the case of images. When the message is deleted, this URL might be valid" -" for a few minutes or not valid at all." +#: ../../api.rst:3148 +msgid "Whether the role is mentionable or not." msgstr "" -#: discord.message.Attachment:71 of -msgid "The attachment's `media type `_" +#: ../../api.rst:3150 +msgid "See also :attr:`Role.mentionable`" msgstr "" -#: discord.message.Attachment:79 of -msgid "The attachment's description. Only applicable to images." +#: ../../api.rst:3156 +msgid "The invite's code." msgstr "" -#: discord.message.Attachment.is_spoiler:1 of -msgid ":class:`bool`: Whether this attachment contains a spoiler." +#: ../../api.rst:3158 +msgid "See also :attr:`Invite.code`" msgstr "" -#: discord.message.Attachment.save:3 of -msgid "Saves this attachment into a file-like object." +#: ../../api.rst:3164 +msgid "A guild channel." msgstr "" -#: discord.asset.AssetMixin.save:5 discord.message.Attachment.save:5 of -msgid "" -"The file-like object to save this attachment to or the filename to use. " -"If a filename is passed then a file is created with that filename and " -"used instead." +#: ../../api.rst:3166 +msgid "If the channel is not found then it is a :class:`Object` with the ID being set. In some cases the channel name is also set." msgstr "" -#: discord.asset.AssetMixin.save:9 discord.message.Attachment.save:9 of -msgid "" -"Whether to seek to the beginning of the file after saving is successfully" -" done." +#: ../../api.rst:3169 +msgid "Union[:class:`abc.GuildChannel`, :class:`Object`]" msgstr "" -#: discord.message.Attachment.read:7 discord.message.Attachment.save:12 -#: discord.message.Attachment.to_file:8 of -msgid "" -"Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading" -" the attachment. This will allow attachments to be saved after deletion " -"more often, compared to the regular URL which is generally deleted right " -"after the message is deleted. Note that this can still fail to download " -"deleted attachments if too much time has passed and it does not work on " -"some types of attachments." +#: ../../api.rst:3173 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:101 +msgid "The user who created the invite." msgstr "" -#: discord.message.Attachment.save:20 of -msgid "Saving the attachment failed." +#: ../../api.rst:3175 +msgid "See also :attr:`Invite.inviter`." msgstr "" -#: discord.message.Attachment.read:17 discord.message.Attachment.save:21 -#: discord.message.Attachment.to_file:24 of -#, fuzzy -msgid "The attachment was deleted." -msgstr "チャンネルの削除。" +#: ../../api.rst:3177 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:83 +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:39 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:76 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:27 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:43 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:103 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:147 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:60 +msgid "Optional[:class:`User`]" +msgstr "" -#: discord.asset.AssetMixin.save:17 discord.message.Attachment.save:23 of -msgid "The number of bytes written." +#: ../../api.rst:3181 +msgid "The invite's max uses." msgstr "" -#: discord.message.Attachment.read:3 of -msgid "Retrieves the content of this attachment as a :class:`bytes` object." +#: ../../api.rst:3183 +msgid "See also :attr:`Invite.max_uses`." msgstr "" -#: discord.message.Attachment.read:15 discord.message.Attachment.to_file:22 of -msgid "Downloading the attachment failed." +#: ../../api.rst:3189 +msgid "The invite's current uses." msgstr "" -#: discord.message.Attachment.read:16 discord.message.Attachment.to_file:23 of -#, fuzzy -msgid "You do not have permissions to access this attachment" -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../api.rst:3191 +msgid "See also :attr:`Invite.uses`." +msgstr "" -#: discord.message.Attachment.read:19 of -msgid "The contents of the attachment." +#: ../../api.rst:3197 +msgid "The invite's max age in seconds." msgstr "" -#: discord.message.Attachment.to_file:3 of -msgid "" -"Converts the attachment into a :class:`File` suitable for sending via " -":meth:`abc.Messageable.send`." +#: ../../api.rst:3199 +msgid "See also :attr:`Invite.max_age`." msgstr "" -#: discord.message.Attachment.to_file:8 of -msgid "" -"Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading" -" the attachment. This will allow attachments to be saved after deletion " -"more often, compared to the regular URL which is generally deleted right " -"after the message is deleted. Note that this can still fail to download " -"deleted attachments if too much time has passed and it does not work on " -"some types of attachments. .. versionadded:: 1.4" +#: ../../api.rst:3205 +msgid "If the invite is a temporary invite." msgstr "" -#: discord.message.Attachment.to_file:17 of -msgid "Whether the file is a spoiler. .. versionadded:: 1.4" +#: ../../api.rst:3207 +msgid "See also :attr:`Invite.temporary`." msgstr "" -#: discord.message.Attachment.to_file:17 of -msgid "Whether the file is a spoiler." +#: ../../api.rst:3214 +msgid "The permissions being allowed or denied." msgstr "" -#: discord.message.Attachment.to_file:26 of -msgid "The attachment as a file suitable for sending." +#: ../../api.rst:3220 +msgid "The ID of the object being changed." msgstr "" -#: discord.message.Attachment.to_file:27 of -#, fuzzy -msgid ":class:`File`" -msgstr ":class:`.Profile`" +#: ../../api.rst:3226 +msgid "The avatar of a member." +msgstr "" -#: ../../api.rst:3464 -msgid "Asset" +#: ../../api.rst:3228 +msgid "See also :attr:`User.avatar`." msgstr "" -#: discord.asset.Asset:1 of -msgid "Represents a CDN asset on Discord." +#: ../../api.rst:3234 +msgid "The number of seconds members have to wait before sending another message in the channel." msgstr "" -#: discord.asset.Asset:7 of -msgid "Returns the URL of the CDN asset." +#: ../../api.rst:3237 +msgid "See also :attr:`TextChannel.slowmode_delay`." msgstr "" -#: discord.asset.Asset:11 of -msgid "Returns the length of the CDN asset's URL." +#: ../../api.rst:3243 +msgid "The region for the voice channel’s voice communication. A value of ``None`` indicates automatic voice region detection." msgstr "" -#: discord.asset.Asset:15 of -msgid "Checks if the asset is equal to another asset." +#: ../../api.rst:3246 +msgid "See also :attr:`VoiceChannel.rtc_region`." msgstr "" -#: discord.asset.Asset:19 of -msgid "Checks if the asset is not equal to another asset." +#: ../../api.rst:3252 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:31 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:78 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:45 +msgid "The camera video quality for the voice channel's participants." msgstr "" -#: discord.asset.Asset:23 of -msgid "Returns the hash of the asset." +#: ../../api.rst:3254 +msgid "See also :attr:`VoiceChannel.video_quality_mode`." msgstr "" -#: discord.Asset.url:1 of -#, fuzzy -msgid "Returns the underlying URL of the asset." -msgstr "役職の名前を返します。" +#: ../../api.rst:3256 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:82 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:85 +msgid ":class:`VideoQualityMode`" +msgstr "" -#: discord.Asset.key:1 of -msgid "Returns the identifying key of the asset." +#: ../../api.rst:3260 +msgid "The format type of a sticker being changed." msgstr "" -#: discord.asset.Asset.is_animated:1 of -#, fuzzy -msgid ":class:`bool`: Returns whether the asset is animated." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../api.rst:3262 +msgid "See also :attr:`GuildSticker.format`" +msgstr "" -#: discord.asset.Asset.replace:1 of -msgid "Returns a new asset with the passed components replaced." +#: ../../api.rst:3264 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:35 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:47 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:47 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:41 +msgid ":class:`StickerFormatType`" msgstr "" -#: discord.asset.Asset.replace:7 discord.asset.Asset.with_size:7 of -#, fuzzy -msgid "The new size of the asset." -msgstr "ユーザーのプロフィール。" +#: ../../api.rst:3268 +msgid "The name of the emoji that represents a sticker being changed." +msgstr "" -#: discord.asset.Asset.replace:9 of -msgid "" -"The new format to change it to. Must be either 'webp', 'jpeg', 'jpg', " -"'png', or 'gif' if it's animated." +#: ../../api.rst:3270 +msgid "See also :attr:`GuildSticker.emoji`." msgstr "" -#: discord.asset.Asset.replace:12 of -msgid "" -"The new format to change it to if the asset isn't animated. Must be " -"either 'webp', 'jpeg', 'jpg', or 'png'." +#: ../../api.rst:3276 +msgid "The unicode emoji that is used as an icon for the role being changed." msgstr "" -#: discord.asset.Asset.replace:16 of -#, fuzzy -msgid "An invalid size or format was passed." -msgstr "招待の更新。" +#: ../../api.rst:3278 +msgid "See also :attr:`Role.unicode_emoji`." +msgstr "" -#: discord.asset.Asset.replace:18 of -msgid "The newly updated asset." +#: ../../api.rst:3284 +msgid "The description of a guild, a sticker, or a scheduled event." msgstr "" -#: discord.asset.Asset.with_size:1 of -#, fuzzy -msgid "Returns a new asset with the specified size." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../api.rst:3286 +msgid "See also :attr:`Guild.description`, :attr:`GuildSticker.description`, or :attr:`ScheduledEvent.description`." +msgstr "" -#: discord.asset.Asset.with_size:10 of -msgid "The asset had an invalid size." +#: ../../api.rst:3293 +msgid "The availability of a sticker being changed." msgstr "" -#: discord.asset.Asset.with_format:12 discord.asset.Asset.with_size:12 -#: discord.asset.Asset.with_static_format:15 of -msgid "The new updated asset." +#: ../../api.rst:3295 +msgid "See also :attr:`GuildSticker.available`" msgstr "" -#: discord.asset.Asset.with_format:1 of -#, fuzzy -msgid "Returns a new asset with the specified format." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../api.rst:3301 +msgid "The thread is now archived." +msgstr "" -#: discord.asset.Asset.with_format:7 of -#, fuzzy -msgid "The new format of the asset." -msgstr "ギルドの名前。" +#: ../../api.rst:3307 +msgid "The thread is being locked or unlocked." +msgstr "" -#: discord.asset.Asset.with_format:10 discord.asset.Asset.with_static_format:13 -#: of -msgid "The asset had an invalid format." +#: ../../api.rst:3313 +msgid "The thread's auto archive duration being changed." msgstr "" -#: discord.asset.Asset.with_static_format:1 of -#, fuzzy -msgid "Returns a new asset with the specified static format." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../api.rst:3315 +msgid "See also :attr:`Thread.auto_archive_duration`" +msgstr "" -#: discord.asset.Asset.with_static_format:3 of -msgid "" -"This only changes the format if the underlying asset is not animated. " -"Otherwise, the asset is not changed." +#: ../../api.rst:3321 +msgid "The default auto archive duration for newly created threads being changed." msgstr "" -#: discord.asset.Asset.with_static_format:10 of -#, fuzzy -msgid "The new static format of the asset." -msgstr "更新前のボイス状態。" +#: ../../api.rst:3327 +msgid "Whether non-moderators can add users to this private thread." +msgstr "" -#: discord.asset.AssetMixin.read:3 discord.partial_emoji.PartialEmoji.read:3 of -msgid "Retrieves the content of this asset as a :class:`bytes` object." +#: ../../api.rst:3333 +msgid "Whether the user is timed out, and if so until when." msgstr "" -#: discord.asset.AssetMixin.read:5 discord.asset.AssetMixin.save:13 -#: discord.partial_emoji.PartialEmoji.read:5 of -#, fuzzy -msgid "There was no internal connection state." -msgstr ":class:`str` -- 音声接続のトークン." +#: ../../api.rst:3335 +#: ../../../discord/message.py:docstring of discord.Message.edited_at:3 +#: ../../../discord/member.py:docstring of discord.member.Member:30 +#: ../../../discord/member.py:docstring of discord.member.Member:69 +#: ../../../discord/member.py:docstring of discord.member.Member:78 +#: ../../../discord/activity.py:docstring of discord.Spotify.created_at:5 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:61 +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.created_at:5 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:125 +#: ../../../discord/activity.py:docstring of discord.BaseActivity.created_at:5 +#: ../../../discord/activity.py:docstring of discord.Activity.start:3 +#: ../../../discord/activity.py:docstring of discord.Activity.end:3 +#: ../../../discord/activity.py:docstring of discord.Game.start:3 +#: ../../../discord/activity.py:docstring of discord.Game.end:3 +msgid "Optional[:class:`datetime.datetime`]" +msgstr "" -#: discord.asset.AssetMixin.read:6 discord.asset.AssetMixin.save:14 -#: discord.partial_emoji.PartialEmoji.read:6 of -msgid "Downloading the asset failed." +#: ../../api.rst:3339 +msgid "Integration emoticons were enabled or disabled." msgstr "" -#: discord.asset.AssetMixin.read:7 discord.asset.AssetMixin.save:15 -#: discord.partial_emoji.PartialEmoji.read:7 of -#, fuzzy -msgid "The asset was deleted." -msgstr "役職の削除。" +#: ../../api.rst:3341 +msgid "See also :attr:`StreamIntegration.enable_emoticons`" +msgstr "" -#: discord.asset.AssetMixin.read:9 discord.partial_emoji.PartialEmoji.read:9 of -msgid "The content of the asset." +#: ../../api.rst:3348 +msgid "The behaviour of expiring subscribers changed." msgstr "" -#: discord.asset.AssetMixin.save:3 of -msgid "Saves this asset into a file-like object." +#: ../../api.rst:3350 +msgid "See also :attr:`StreamIntegration.expire_behaviour`" msgstr "" -#: ../../api.rst:3473 -msgid "Message" +#: ../../api.rst:3352 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:51 +#: ../../../discord/integrations.py:docstring of discord.StreamIntegration.expire_behavior:3 +msgid ":class:`ExpireBehaviour`" msgstr "" -#: discord.message.Message:1 of -msgid "Represents a message from Discord." +#: ../../api.rst:3356 +msgid "The grace period before expiring subscribers changed." msgstr "" -#: discord.message.Message:15 of -#, fuzzy -msgid "Returns the message's hash." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../api.rst:3358 +msgid "See also :attr:`StreamIntegration.expire_grace_period`" +msgstr "" -#: discord.message.Message:19 of -msgid "" -"Specifies if the message was done with text-to-speech. This can only be " -"accurately received in :func:`on_message` due to a discord limitation." +#: ../../api.rst:3364 +msgid "The preferred locale for the guild changed." msgstr "" -#: discord.message.Message:27 of -msgid "" -"The type of message. In most cases this should not be checked, but it is " -"helpful in cases where it might be a system message for " -":attr:`system_content`." +#: ../../api.rst:3366 +msgid "See also :attr:`Guild.preferred_locale`" msgstr "" -#: discord.message.Message:30 of -#, fuzzy -msgid ":class:`MessageType`" -msgstr ":class:`str`" +#: ../../api.rst:3372 +msgid "The number of days after which inactive and role-unassigned members are kicked has been changed." +msgstr "" -#: discord.message.Message:34 of -msgid "" -"A :class:`Member` that sent the message. If :attr:`channel` is a private " -"channel or the user has the left the guild, then it is a :class:`User` " -"instead." +#: ../../api.rst:3378 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:69 +msgid "The status of the scheduled event." msgstr "" -#: discord.message.Message:37 of -#, fuzzy -msgid "Union[:class:`Member`, :class:`abc.User`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../api.rst:3380 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:71 +msgid ":class:`EventStatus`" +msgstr "" -#: discord.message.Message:41 of -#, fuzzy -msgid "The actual contents of the message." -msgstr "更新後のメッセージ。" +#: ../../api.rst:3384 +msgid "The type of entity this scheduled event is for." +msgstr "" -#: discord.message.Message:47 of -msgid "" -"The value used by the discord guild and the client to verify that the " -"message is successfully sent. This is not stored long term within " -"Discord's servers and is only used ephemerally." +#: ../../api.rst:3386 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:41 +msgid ":class:`EntityType`" msgstr "" -#: discord.message.Message:50 of -#, fuzzy -msgid "Optional[Union[:class:`str`, :class:`int`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../api.rst:3392 +msgid "Webhook Support" +msgstr "Webhookサポート" -#: discord.message.Message:54 of -#, fuzzy -msgid "A list of embeds the message has." -msgstr "更新前の絵文字のリスト。" +#: ../../api.rst:3394 +msgid "discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class." +msgstr "" -#: discord.message.Message:56 of -#, fuzzy -msgid "List[:class:`Embed`]" -msgstr ":class:`bytes`" +#: ../../api.rst:3397 +msgid "Webhook" +msgstr "" -#: discord.message.Message:60 of -msgid "" -"The :class:`TextChannel` or :class:`Thread` that the message was sent " -"from. Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a " -"private message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:1 +msgid "Represents an asynchronous Discord webhook." msgstr "" -#: discord.message.Message:63 of -msgid "" -"Union[:class:`TextChannel`, :class:`Thread`, :class:`DMChannel`, " -":class:`GroupChannel`, :class:`PartialMessageable`]" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:3 +msgid "Webhooks are a form to send messages to channels in Discord without a bot user or authentication." msgstr "" -#: discord.message.Message:67 of -msgid "" -"The message that this message references. This is only applicable to " -"messages of type :attr:`MessageType.pins_add`, crossposted messages " -"created by a followed channel integration, or message replies." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:6 +msgid "There are two main ways to use Webhooks. The first is through the ones received by the library such as :meth:`.Guild.webhooks` and :meth:`.TextChannel.webhooks`. The ones received by the library will automatically be bound using the library's internal HTTP session." msgstr "" -#: discord.message.Message:73 of -#, fuzzy -msgid "Optional[:class:`~discord.MessageReference`]" -msgstr ":class:`~discord.User`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:11 +msgid "The second form involves creating a webhook object manually using the :meth:`~.Webhook.from_url` or :meth:`~.Webhook.partial` classmethods." +msgstr "" -#: discord.message.Message:77 of -msgid "Specifies if the message mentions everyone." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:14 +msgid "For example, creating a webhook from a URL and using :doc:`aiohttp `:" msgstr "" -#: discord.message.Message:81 of -msgid "" -"This does not check if the ``@everyone`` or the ``@here`` text is in the " -"message itself. Rather this boolean indicates if either the ``@everyone``" -" or the ``@here`` text is in the message **and** it did end up " -"mentioning." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:26 +msgid "For a synchronous counterpart, see :class:`SyncWebhook`." msgstr "" -#: discord.message.Message:89 of -msgid "" -"A list of :class:`Member` that were mentioned. If the message is in a " -"private message then the list will be of :class:`User` instead. For " -"messages that are not of type :attr:`MessageType.default`\\, this array " -"can be used to aid in system messages. For more information, see " -":attr:`system_content`." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:32 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:9 +msgid "Checks if two webhooks are equal." msgstr "" -#: discord.message.Message:96 of -msgid "" -"The order of the mentions list is not in any particular order so you " -"should not rely on it. This is a Discord limitation, not one with the " -"library." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:36 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:13 +msgid "Checks if two webhooks are not equal." msgstr "" -#: discord.message.Message:99 of -#, fuzzy -msgid "List[:class:`abc.User`]" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:40 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:17 +msgid "Returns the webhooks's hash." +msgstr "" -#: discord.message.Message:103 of -msgid "" -"A list of :class:`abc.GuildChannel` that were mentioned. If the message " -"is in a private message then the list is always empty." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:42 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:19 +msgid "Webhooks are now comparable and hashable." msgstr "" -#: discord.CategoryChannel.channels:5 discord.Guild.channels:3 -#: discord.message.Message:106 of -msgid "List[:class:`abc.GuildChannel`]" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:47 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:24 +msgid "The webhook's ID" msgstr "" -#: discord.message.Message:110 of -msgid "" -"A list of :class:`Role` that were mentioned. If the message is in a " -"private message then the list is always empty." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:53 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:30 +msgid "The type of the webhook." msgstr "" -#: discord.Emoji.roles:5 discord.Guild.roles:6 discord.Member.roles:7 -#: discord.guild.Guild.edit_role_positions:36 -#: discord.guild.Guild.fetch_roles:14 discord.message.Message:113 of -#, fuzzy -msgid "List[:class:`Role`]" -msgstr ":class:`.Profile`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:57 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:34 +msgid ":class:`WebhookType`" +msgstr "" -#: discord.message.Message:117 discord.message.PartialMessage:37 of -#, fuzzy -msgid "The message ID." -msgstr "削除されたメッセージ。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:61 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:38 +msgid "The authentication token of the webhook. If this is ``None`` then the webhook cannot be used to make requests." +msgstr "" -#: discord.message.Message:123 of -msgid "" -"If this message was sent by a webhook, then this is the webhook ID's that" -" sent this message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:68 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:45 +msgid "The guild ID this webhook is for." msgstr "" -#: discord.message.Message:130 of -msgid "A list of attachments given to a message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:74 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:51 +msgid "The channel ID this webhook is for." msgstr "" -#: discord.message.Message:132 of -msgid "List[:class:`Attachment`]" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:80 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:57 +msgid "The user this webhook was created by. If the webhook was received without authentication then this will be ``None``." msgstr "" -#: discord.message.Message:136 of -msgid "Specifies if the message is currently pinned." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:83 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:60 +msgid "Optional[:class:`abc.User`]" msgstr "" -#: discord.message.Message:142 of -#, fuzzy -msgid "Extra features of the message." -msgstr "更新後のメッセージ。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:87 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:64 +msgid "The default name of the webhook." +msgstr "" -#: discord.message.Message:146 of -#, fuzzy -msgid ":class:`MessageFlags`" -msgstr ":class:`bytes`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:93 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:70 +msgid "The guild of the channel that this webhook is following. Only given if :attr:`type` is :attr:`WebhookType.channel_follower`." +msgstr "" -#: discord.message.Message:150 of -msgid "" -"Reactions to a message. Reactions can be either custom emoji or standard " -"unicode emoji." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:98 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:75 +msgid "Optional[:class:`PartialWebhookGuild`]" msgstr "" -#: discord.message.Message:152 of -msgid "List[:class:`Reaction`]" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:102 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:79 +msgid "The channel that this webhook is following. Only given if :attr:`type` is :attr:`WebhookType.channel_follower`." msgstr "" -#: discord.message.Message:156 of -msgid "" -"The activity associated with this message. Sent with Rich-Presence " -"related messages that for example, request joining, spectating, or " -"listening to or with another member." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook:107 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:84 +msgid "Optional[:class:`PartialWebhookChannel`]" msgstr "" -#: discord.message.Message:159 of -msgid "It is a dictionary with the following optional keys:" +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.url:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.url:1 +msgid "Returns the webhook's url." msgstr "" -#: discord.message.Message:161 of -msgid "" -"``type``: An integer denoting the type of message activity being " -"requested." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:1 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:1 +msgid "Creates a partial :class:`Webhook`." msgstr "" -#: discord.message.Message:162 of -msgid "``party_id``: The party ID associated with the party." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:3 +msgid "The ID of the webhook." msgstr "" -#: discord.message.Message:164 discord.message.Message:178 of -msgid "Optional[:class:`dict`]" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:5 +msgid "The authentication token of the webhook." msgstr "" -#: discord.message.Message:168 of -msgid "The rich presence enabled application associated with this message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:7 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:9 +msgid "The session to use to send requests with. Note that the library does not manage the session and will not close it. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message:170 of -msgid "It is a dictionary with the following keys:" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:7 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:9 +msgid "The session to use to send requests with. Note that the library does not manage the session and will not close it." msgstr "" -#: discord.message.Message:172 of -msgid "``id``: A string representing the application's ID." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:13 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:15 +msgid "The bot authentication token for authenticated requests involving the webhook. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message:173 of -msgid "``name``: A string representing the application's name." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:13 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:15 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:12 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:10 +msgid "The bot authentication token for authenticated requests involving the webhook." msgstr "" -#: discord.message.Message:174 of -msgid "``description``: A string representing the application's description." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:19 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:23 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:16 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:16 +msgid "A partial :class:`Webhook`. A partial webhook is just a webhook object with an ID and a token." msgstr "" -#: discord.message.Message:175 of -msgid "``icon``: A string representing the icon ID of the application." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.partial:21 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:25 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:24 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:18 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:18 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:22 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:29 +msgid ":class:`Webhook`" msgstr "" -#: discord.message.Message:176 of -msgid "``cover_image``: A string representing the embed's image asset ID." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:1 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:1 +msgid "Creates a partial :class:`Webhook` from a webhook URL." msgstr "" -#: discord.message.Message:182 of -#, fuzzy -msgid "A list of sticker items given to the message." -msgstr "更新前の絵文字のリスト。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:3 +msgid "The URL of the webhook." +msgstr "" -#: discord.message.Message:186 of -#, fuzzy -msgid "List[:class:`StickerItem`]" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.from_url:21 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:14 +msgid "The URL is invalid." +msgstr "" -#: discord.message.Message:190 of -#, fuzzy -msgid "A list of components in the message." -msgstr "更新前の絵文字のリスト。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:1 +msgid "Fetches the current webhook." +msgstr "" -#: discord.components.ActionRow:19 discord.message.Message:194 of -#, fuzzy -msgid "List[:class:`Component`]" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:3 +msgid "This could be used to get a full webhook from a partial webhook." +msgstr "" -#: discord.message.Message:198 of -msgid "The guild that the message belongs to, if applicable." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:7 +msgid "When fetching with an unauthenticated webhook, i.e. :meth:`is_authenticated` returns ``False``, then the returned webhook does not contain any user information." msgstr "" -#: ../../docstring discord.Message.raw_mentions:1 of -msgid "" -"A property that returns an array of user IDs matched with the syntax of " -"``<@user_id>`` in the message content." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:15 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:9 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:21 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:13 +msgid "Whether to use the bot token over the webhook token if available. Defaults to ``True``." msgstr "" -#: ../../docstring discord.Message.raw_mentions:4 of -msgid "" -"This allows you to receive the user IDs of mentioned users even in a " -"private message context." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:19 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:15 +msgid "Could not fetch the webhook" msgstr "" -#: ../../docstring discord.Message.raw_channel_mentions:4 -#: discord.Message.raw_mentions:7 discord.Message.raw_role_mentions:4 of -#, fuzzy -msgid "List[:class:`int`]" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:20 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:16 +msgid "Could not find the webhook by this ID" +msgstr "" -#: ../../docstring discord.Message.raw_channel_mentions:1 of -msgid "" -"A property that returns an array of channel IDs matched with the syntax " -"of ``<#channel_id>`` in the message content." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:21 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:18 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:23 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:14 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:13 +msgid "This webhook does not have a token associated with it." msgstr "" -#: ../../docstring discord.Message.raw_role_mentions:1 of -msgid "" -"A property that returns an array of role IDs matched with the syntax of " -"``<@&role_id>`` in the message content." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch:23 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:19 +msgid "The fetched webhook." msgstr "" -#: ../../docstring discord.Message.clean_content:1 of -msgid "" -"A property that returns the content in a \"cleaned up\" manner. This " -"basically means that mentions are transformed into the way the client " -"shows it. e.g. ``<#id>`` will transform into ``#name``." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:1 +msgid "Deletes this Webhook." msgstr "" -#: ../../docstring discord.Message.clean_content:6 of -msgid "This will also transform @everyone and @here mentions into non-mentions." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:3 +msgid "The reason for deleting this webhook. Shows up on the audit log. .. versionadded:: 1.4" msgstr "" -#: ../../docstring discord.Message.clean_content:11 of -msgid "" -"This *does not* affect markdown. If you want to escape or remove markdown" -" then use :func:`utils.escape_markdown` or :func:`utils.remove_markdown` " -"respectively, along with this function." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:3 +msgid "The reason for deleting this webhook. Shows up on the audit log." msgstr "" -#: discord.Message.created_at:1 of -msgid "The message's creation time in UTC." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:9 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:21 +msgid "Whether to use the bot token over the webhook token if available. Defaults to ``True``. .. versionadded:: 2.0" msgstr "" -#: discord.Message.edited_at:1 of -msgid "An aware UTC datetime object containing the edited time of the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:15 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:11 +msgid "Deleting the webhook failed." msgstr "" -#: discord.Message.jump_url:1 discord.PartialMessage.jump_url:1 of -msgid "Returns a URL that allows the client to jump to this message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:16 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:28 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:12 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:18 +msgid "This webhook does not exist." msgstr "" -#: discord.message.Message.is_system:1 of -msgid ":class:`bool`: Whether the message is a system message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete:13 +msgid "You do not have permissions to delete this webhook." msgstr "" -#: discord.message.Message.is_system:3 of -msgid "" -"A system message is a message that is constructed entirely by the Discord" -" API in response to something." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:1 +msgid "Edits this Webhook." msgstr "" -#: ../../docstring discord.Message.system_content:1 of -msgid "" -"A property that returns the content that is rendered regardless of the " -":attr:`Message.type`." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:9 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:3 +msgid "The webhook's new default name." msgstr "" -#: ../../docstring discord.Message.system_content:4 of -msgid "" -"In the case of :attr:`MessageType.default` and " -":attr:`MessageType.reply`\\, this just returns the regular " -":attr:`Message.content`. Otherwise this returns an English message " -"denoting the contents of the system message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:5 +msgid "A :term:`py:bytes-like object` representing the webhook's new default avatar." msgstr "" -#: discord.message.Message.delete:5 of -msgid "" -"Your own messages could be deleted without any proper permissions. " -"However to delete other people's messages, you need the " -":attr:`~Permissions.manage_messages` permission." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:13 +msgid "The webhook's new channel. This requires an authenticated webhook. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message.delete:9 of -msgid "Added the new ``delay`` keyword-only parameter." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:13 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:7 +msgid "The webhook's new channel. This requires an authenticated webhook." msgstr "" -#: discord.message.Message.delete:12 of -msgid "" -"If provided, the number of seconds to wait in the background before " -"deleting the message. If the deletion fails then it is silently ignored." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:9 +msgid "The reason for editing this webhook. Shows up on the audit log. .. versionadded:: 1.4" msgstr "" -#: discord.message.Message.delete:17 of -#, fuzzy -msgid "The message was deleted already" -msgstr "メッセージが埋め込みを受け取った。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:9 +msgid "The reason for editing this webhook. Shows up on the audit log." +msgstr "" -#: discord.message.Message.edit:5 of -msgid "" -"The content must be able to be transformed into a string via " -"``str(content)``." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:27 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:17 +msgid "Editing the webhook failed." msgstr "" -#: discord.message.Message.edit:7 of -msgid "The ``suppress`` keyword-only parameter was added." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit:29 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:19 +msgid "This webhook does not have a token associated with it or it tried editing a channel without authentication." msgstr "" -#: discord.message.Message.edit:10 discord.role.Role.edit:13 of -msgid "Edits are no longer in-place, the newly edited role is returned instead." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.avatar:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.avatar:1 +msgid "Returns an :class:`Asset` for the avatar the webhook has." msgstr "" -#: discord.message.Message.edit:17 of -msgid "" -"The new content to replace the message with. Could be ``None`` to remove " -"the content." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.avatar:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.avatar:3 +msgid "If the webhook does not have a traditional avatar, ``None`` is returned. If you want the avatar that a webhook has displayed, consider :attr:`display_avatar`." msgstr "" -#: discord.message.Message.edit:20 of -msgid "" -"The new embed to replace the original with. Could be ``None`` to remove " -"the embed." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.channel:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.channel:1 +msgid "The text channel this webhook belongs to." msgstr "" -#: discord.message.Message.edit:23 of -msgid "" -"The new embeds to replace the original with. Must be a maximum of 10. To " -"remove all embeds ``[]`` should be passed. .. versionadded:: 2.0" +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.channel:3 +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.guild:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.channel:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.guild:3 +msgid "If this is a partial webhook, then this will always return ``None``." msgstr "" -#: discord.message.Message.edit:23 of -msgid "" -"The new embeds to replace the original with. Must be a maximum of 10. To " -"remove all embeds ``[]`` should be passed." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.channel:5 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.channel:5 +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:5 +#: ../../../discord/guild.py:docstring of discord.Guild.rules_channel:8 +#: ../../../discord/guild.py:docstring of discord.Guild.public_updates_channel:9 +#: ../../../discord/threads.py:docstring of discord.Thread.parent:3 +msgid "Optional[:class:`TextChannel`]" msgstr "" -#: discord.message.Message.edit:37 of -msgid "" -"Whether to suppress embeds for the message. This removes all the embeds " -"if set to ``True``. If set to ``False`` this brings the embeds back if " -"they were suppressed. Using this parameter requires " -":attr:`~.Permissions.manage_messages`." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.created_at:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.created_at:1 +msgid "Returns the webhook's creation time in UTC." msgstr "" -#: discord.message.Message.edit:42 of -msgid "" -"If provided, the number of seconds to wait in the background before " -"deleting the message we just edited. If the deletion fails, then it is " -"silently ignored." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.default_avatar:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.default_avatar:1 +msgid "Returns the default avatar. This is always the blurple avatar." msgstr "" -#: discord.message.Message.edit:60 of -msgid "" -"Tried to suppress a message without permissions or edited a message's" -" content or embed that isn't yours." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.display_avatar:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.display_avatar:1 +msgid "Returns the webhook's display avatar." msgstr "" -#: ../../docstring discord.Intents.dm_messages:15 -#: discord.Intents.guild_messages:15 discord.Intents.messages:15 -#: discord.message.Message.add_files:14 discord.message.Message.edit:64 -#: discord.message.Message.remove_attachments:14 -#: discord.message.PartialMessage.fetch:10 discord.reaction.Reaction:48 of -#, fuzzy -msgid ":class:`Message`" -msgstr ":class:`bytes`" +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.display_avatar:3 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.display_avatar:3 +msgid "This is either webhook's default avatar or uploaded avatar." +msgstr "" -#: discord.message.Message.publish:3 of -msgid "Publishes this message to your announcement channel." +#: ../../../discord/webhook/async_.py:docstring of discord.Webhook.guild:1 +#: ../../../discord/webhook/sync.py:docstring of discord.SyncWebhook.guild:1 +msgid "The guild this webhook belongs to." msgstr "" -#: discord.message.Message.publish:5 of -#, fuzzy -msgid "" -"You must have the :attr:`~Permissions.send_messages` permission to do " -"this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.BaseWebhook.is_authenticated:1 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.async_.BaseWebhook.is_authenticated:1 +msgid ":class:`bool`: Whether the webhook is authenticated with a bot token." +msgstr "" -#: discord.message.Message.publish:7 of -#, fuzzy -msgid "" -"If the message is not your own then the " -":attr:`~Permissions.manage_messages` permission is also needed." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.BaseWebhook.is_partial:1 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.async_.BaseWebhook.is_partial:1 +msgid ":class:`bool`: Whether the webhook is a \"partial\" webhook." +msgstr "" -#: discord.message.Message.publish:10 of -msgid "You do not have the proper permissions to publish this message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:1 +msgid "Sends a message using the webhook." msgstr "" -#: discord.message.Message.publish:11 of -msgid "Publishing the message failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:3 +msgid "The content must be a type that can convert to a string through ``str(content)``." msgstr "" -#: discord.message.Message.pin:3 of -msgid "Pins the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:5 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`File` object." msgstr "" -#: discord.message.Message.pin:5 discord.message.Message.unpin:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to do " -"this in a non-private channel context." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:10 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:8 +msgid "If the ``embed`` parameter is provided, it must be of type :class:`Embed` and it must be a rich embed type. You cannot mix the ``embed`` parameter with the ``embeds`` parameter, which must be a :class:`list` of :class:`Embed` objects to send." msgstr "" -#: discord.message.Message.pin:8 of -msgid "" -"The reason for pinning the message. Shows up on the audit log. .. " -"versionadded:: 1.4" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:18 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:12 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:23 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:23 +msgid "The content of the message to send." msgstr "" -#: discord.message.Message.pin:8 of -msgid "The reason for pinning the message. Shows up on the audit log." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:20 +msgid "Whether the server should wait before sending a response. This essentially means that the return type of this function changes from ``None`` to a :class:`WebhookMessage` if set to ``True``. If the type of webhook is :attr:`WebhookType.application` then this is always set to ``True``." msgstr "" -#: discord.message.Message.pin:13 of -#, fuzzy -msgid "You do not have permissions to pin the message." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:25 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:18 +msgid "The username to send with this message. If no username is provided then the default username for the webhook is used." +msgstr "" -#: discord.message.Message.pin:14 discord.message.Message.unpin:14 of -#, fuzzy -msgid "The message or channel was not found or deleted." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:28 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:21 +msgid "The avatar URL to send with this message. If no avatar URL is provided then the default avatar for the webhook is used. If this is not a string then it is explicitly cast using ``str``." +msgstr "" -#: discord.message.Message.pin:15 of -msgid "" -"Pinning the message failed, probably due to the channel having more " -"than 50 pinned messages." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:32 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:25 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:25 +msgid "Indicates if the message should be sent using text-to-speech." msgstr "" -#: discord.message.Message.unpin:3 of -msgid "Unpins the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:34 +msgid "Indicates if the message should only be visible to the user. This is only available to :attr:`WebhookType.application` webhooks. If a view is sent with an ephemeral message and it has no timeout set then the timeout is set to 15 minutes. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message.unpin:8 of -msgid "" -"The reason for unpinning the message. Shows up on the audit log. .. " -"versionadded:: 1.4" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:34 +msgid "Indicates if the message should only be visible to the user. This is only available to :attr:`WebhookType.application` webhooks. If a view is sent with an ephemeral message and it has no timeout set then the timeout is set to 15 minutes." msgstr "" -#: discord.message.Message.unpin:8 of -msgid "The reason for unpinning the message. Shows up on the audit log." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:41 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:27 +msgid "The file to upload. This cannot be mixed with ``files`` parameter." msgstr "" -#: discord.message.Message.unpin:13 of -#, fuzzy -msgid "You do not have permissions to unpin the message." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:43 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:29 +msgid "A list of files to send with the content. This cannot be mixed with the ``file`` parameter." +msgstr "" -#: discord.message.Message.unpin:15 of -msgid "Unpinning the message failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:46 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:32 +msgid "The rich embed for the content to send. This cannot be mixed with ``embeds`` parameter." msgstr "" -#: discord.message.Message.add_reaction:3 of -msgid "Add a reaction to the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:49 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:35 +msgid "A list of embeds to send with the content. Maximum of 10. This cannot be mixed with the ``embed`` parameter." msgstr "" -#: discord.message.Message.add_reaction:5 -#: discord.message.Message.clear_reaction:5 -#: discord.message.Message.remove_reaction:5 of -msgid "The emoji may be a unicode emoji or a custom guild :class:`Emoji`." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:52 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:38 +msgid "Controls the mentions being processed in this message. .. versionadded:: 1.4" msgstr "" -#: discord.message.Message.add_reaction:7 of -msgid "" -"You must have the :attr:`~Permissions.read_message_history` permission to" -" use this. If nobody else has reacted to the message using this emoji, " -"the :attr:`~Permissions.add_reactions` permission is required." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:52 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:38 +msgid "Controls the mentions being processed in this message." msgstr "" -#: discord.guild.Guild.delete_emoji:10 discord.message.Message.add_reaction:13 -#: of -msgid "``emoji`` parameter is now positional-only." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:56 +msgid "The view to send with the message. You can only send a view if this webhook is not partial and has state attached. A webhook has state attached if the webhook is managed by the library. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message.add_reaction:19 of -msgid "The emoji to react with." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:56 +msgid "The view to send with the message. You can only send a view if this webhook is not partial and has state attached. A webhook has state attached if the webhook is managed by the library." msgstr "" -#: discord.message.Message.add_reaction:22 of -msgid "Adding the reaction failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:63 +msgid "The thread to send this webhook to. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message.add_reaction:23 of -msgid "You do not have the proper permissions to react to the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:63 +msgid "The thread to send this webhook to." msgstr "" -#: discord.message.Message.add_reaction:24 -#: discord.message.Message.clear_reaction:20 discord.reaction.Reaction.clear:15 -#: of -msgid "The emoji you specified was not found." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:67 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:46 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:67 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:46 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:70 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``." +msgstr "" + +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:72 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:51 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:12 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:75 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:12 +msgid "Sending the message failed." msgstr "" -#: discord.message.Message.add_reaction:25 -#: discord.message.Message.clear_reaction:21 -#: discord.message.Message.remove_reaction:25 -#: discord.reaction.Reaction.clear:16 of -msgid "The emoji parameter is invalid." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:73 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:52 +msgid "This webhook was not found." msgstr "" -#: discord.message.Message.remove_reaction:3 of -msgid "Remove a reaction by the member from the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:74 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:53 +msgid "The authorization token for the webhook is incorrect." msgstr "" -#: discord.message.Message.remove_reaction:7 of -msgid "" -"If the reaction is not your own (i.e. ``member`` parameter is not you) " -"then the :attr:`~Permissions.manage_messages` permission is needed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:75 +msgid "You specified both ``embed`` and ``embeds`` or ``file`` and ``files``." msgstr "" -#: discord.message.Message.remove_reaction:10 of -msgid "" -"The ``member`` parameter must represent a member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:76 +msgid "The length of ``embeds`` was invalid, there was no token associated with this webhook or ``ephemeral`` was passed with the improper webhook type or there was no state attached with this webhook when giving it a view." msgstr "" -#: discord.message.Message.remove_reaction:17 of -msgid "The emoji to remove." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:78 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:57 +msgid "If ``wait`` is ``True`` then the message that was sent, otherwise ``None``." msgstr "" -#: discord.message.Message.remove_reaction:19 of -msgid "The member for which to remove the reaction." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.send:79 +msgid "Optional[:class:`WebhookMessage`]" msgstr "" -#: discord.message.Message.remove_reaction:22 -#: discord.reaction.Reaction.remove:14 of -msgid "Removing the reaction failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:3 +msgid "Retrieves a single :class:`~discord.WebhookMessage` owned by this webhook." msgstr "" -#: discord.message.Message.remove_reaction:23 -#: discord.reaction.Reaction.remove:15 of -msgid "You do not have the proper permissions to remove the reaction." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:5 +msgid "The message ID to look for." msgstr "" -#: discord.message.Message.remove_reaction:24 of -msgid "The member or emoji you specified was not found." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:10 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:8 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:8 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:8 +msgid "The specified message was not found." msgstr "" -#: discord.message.Message.clear_reaction:3 of -#, fuzzy -msgid "Clears a specific reaction from the message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:9 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:9 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:6 +msgid "You do not have the permissions required to get a message." +msgstr "" -#: discord.message.Message.clear_reaction:7 -#: discord.message.Message.clear_reactions:5 discord.reaction.Reaction.clear:5 -#: of -msgid "You need the :attr:`~Permissions.manage_messages` permission to use this." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:12 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:10 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:10 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:7 +msgid "Retrieving the message failed." msgstr "" -#: discord.message.Message.clear_reaction:15 of -msgid "The emoji to clear." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:13 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:11 +msgid "There was no token associated with this webhook." msgstr "" -#: discord.message.Message.clear_reaction:18 discord.reaction.Reaction.clear:13 -#: of -msgid "Clearing the reaction failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:15 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:12 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:12 +msgid "The message asked for." msgstr "" -#: discord.message.Message.clear_reaction:19 discord.reaction.Reaction.clear:14 -#: of -msgid "You do not have the proper permissions to clear the reaction." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.fetch_message:16 +msgid ":class:`~discord.WebhookMessage`" msgstr "" -#: discord.message.Message.clear_reactions:3 of -msgid "Removes all the reactions from the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:1 +msgid "Edits a message owned by this webhook." msgstr "" -#: discord.message.Message.clear_reactions:7 of -msgid "Removing the reactions failed." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:3 +msgid "This is a lower level interface to :meth:`WebhookMessage.edit` in case you only have an ID." msgstr "" -#: discord.message.Message.clear_reactions:8 of -msgid "You do not have the proper permissions to remove all the reactions." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:10 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:7 +msgid "The edit is no longer in-place, instead the newly edited message is returned." msgstr "" -#: discord.message.Message.create_thread:3 of -#, fuzzy -msgid "Creates a public thread from this message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:8 +msgid "The message ID to edit." +msgstr "" -#: discord.message.Message.create_thread:5 of -#, fuzzy -msgid "" -"You must have :attr:`~discord.Permissions.create_public_threads` in order" -" to create a public thread from a message." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:19 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:14 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:10 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:7 +msgid "The content to edit the message with or ``None`` to clear it." +msgstr "" -#: discord.message.Message.create_thread:8 of -#, fuzzy -msgid "The channel this message belongs in must be a :class:`TextChannel`." -msgstr "移動先のチャンネル。ボイスチャンネルである必要があります。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:21 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:16 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:12 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:9 +msgid "A list of embeds to edit the message with." +msgstr "" -#: discord.channel.TextChannel.create_thread:10 -#: discord.message.Message.create_thread:12 of -#, fuzzy -msgid "The name of the thread." -msgstr "ギルドの名前。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:23 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:18 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:14 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:11 +msgid "The embed to edit the message with. ``None`` suppresses the embeds. This should not be mixed with the ``embeds`` parameter." +msgstr "" -#: discord.channel.TextChannel.create_thread:16 -#: discord.message.Message.create_thread:14 of -msgid "" -"The duration in minutes before a thread is automatically archived for " -"inactivity. If not provided, the channel's default auto archive duration " -"is used." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:26 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:17 +msgid "A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed then all attachments are removed. .. versionadded:: 2.0" msgstr "" -#: discord.channel.TextChannel.create_thread:29 -#: discord.message.Message.create_thread:18 of -#, fuzzy -msgid "You do not have permissions to create a thread." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:26 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:21 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:17 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:14 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:28 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:28 +msgid "A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed then all attachments are removed." +msgstr "" -#: discord.message.Message.create_thread:19 of -#, fuzzy -msgid "Creating the thread failed." -msgstr "役職の名前を返します。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:31 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:30 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:22 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:23 +msgid "Controls the mentions being processed in this message. See :meth:`.abc.Messageable.send` for more information." +msgstr "" -#: discord.message.Message.create_thread:20 of -msgid "This message does not have guild info attached." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:34 +msgid "The updated view to update this message with. If ``None`` is passed then the view is removed. The webhook must have state attached, similar to :meth:`send`. .. versionadded:: 2.0" msgstr "" -#: discord.message.Message.create_thread:22 of -#, fuzzy -msgid "The created thread." -msgstr "リアクションの現在の状態。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:34 +msgid "The updated view to update this message with. If ``None`` is passed then the view is removed. The webhook must have state attached, similar to :meth:`send`." +msgstr "" -#: discord.message.Message.create_thread:23 of -#, fuzzy -msgid ":class:`.Thread`" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:41 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:39 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:10 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:10 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:26 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:27 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:8 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:8 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:59 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:10 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:10 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:59 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:10 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:10 +msgid "Editing the message failed." +msgstr "" -#: discord.message.Message.reply:3 of -msgid "" -"A shortcut method to :meth:`.abc.Messageable.send` to reply to the " -":class:`.Message`." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:42 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:40 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:27 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:28 +msgid "Edited a message that is not yours." msgstr "" -#: discord.message.Message.reply:14 of -msgid "The ``files`` list is not of the appropriate size" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:43 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:41 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:28 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:29 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:61 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:61 +msgid "You specified both ``embed`` and ``embeds``" msgstr "" -#: discord.message.Message.reply:15 of -msgid "You specified both ``file`` and ``files``." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:44 +msgid "The length of ``embeds`` was invalid, there was no token associated with this webhook or the webhook had no state." msgstr "" -#: discord.message.Message.reply:18 of -#, fuzzy -msgid ":class:`.Message`" -msgstr ":class:`bytes`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:46 +msgid "The newly edited webhook message." +msgstr "" -#: discord.message.Message.to_reference:1 of -msgid "Creates a :class:`~discord.MessageReference` from the current message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.edit_message:47 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:45 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:14 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:14 +msgid ":class:`WebhookMessage`" msgstr "" -#: discord.message.Message.to_reference:5 of -msgid "" -"Whether replying using the message reference should raise " -":class:`HTTPException` if the message no longer exists or Discord could " -"not fetch the message. .. versionadded:: 1.7" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:1 +msgid "Deletes a message owned by this webhook." msgstr "" -#: discord.message.Message.to_reference:5 of -msgid "" -"Whether replying using the message reference should raise " -":class:`HTTPException` if the message no longer exists or Discord could " -"not fetch the message." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:5 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:3 +msgid "This is a lower level interface to :meth:`WebhookMessage.delete` in case you only have an ID." msgstr "" -#: discord.message.Message.to_reference:11 of -#, fuzzy -msgid "The reference to this message." -msgstr "現在のメッセージ。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:12 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:10 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:10 +msgid "``message_id`` parameter is now positional-only." +msgstr "" -#: discord.message.Message.to_reference:12 of -#, fuzzy -msgid ":class:`~discord.MessageReference`" -msgstr ":class:`~discord.User`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:18 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:8 +msgid "The message ID to delete." +msgstr "" -#: ../../api.rst:3481 -msgid "Component" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:21 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:9 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:18 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:18 +msgid "Deleting the message failed." msgstr "" -#: discord.components.Component:1 of -#, fuzzy -msgid "Represents a Discord Bot UI Kit Component." -msgstr "Discordの音声接続を表します。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.Webhook.delete_message:22 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.delete_message:12 +msgid "Deleted a message that is not yours." +msgstr "" -#: discord.components.Component:3 of -msgid "Currently, the only components supported by Discord are:" +#: ../../api.rst:3406 +msgid "WebhookMessage" msgstr "" -#: discord.components.Component:5 of -#, fuzzy -msgid ":class:`ActionRow`" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage:1 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage:1 +msgid "Represents a message sent from your webhook." +msgstr "" -#: discord.components.Component:6 of -#, fuzzy -msgid ":class:`Button`" -msgstr ":class:`bool`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage:3 +msgid "This allows you to edit or delete a message sent by your webhook." +msgstr "" -#: discord.components.Component:7 of -#, fuzzy -msgid ":class:`SelectMenu`" -msgstr ":class:`str`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage:6 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage:6 +msgid "This inherits from :class:`discord.Message` with changes to :meth:`edit` and :meth:`delete` to work." +msgstr "" -#: discord.components.Component:9 of -msgid "This class is abstract and cannot be instantiated." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:1 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:3 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:3 +msgid "Edits the message." msgstr "" -#: discord.components.ActionRow:11 discord.components.Component:15 of -#, fuzzy -msgid "The type of component." -msgstr "特定チャンネルのチャンネルタイプ。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:21 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:14 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:28 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:28 +msgid "A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed then all attachments are removed. .. note:: New files will always appear after current attachments. .. versionadded:: 2.0" +msgstr "" -#: discord.components.ActionRow:13 discord.components.Component:17 of -#, fuzzy -msgid ":class:`ComponentType`" -msgstr ":class:`.Profile`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:26 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:19 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:33 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:33 +msgid "New files will always appear after current attachments." +msgstr "" -#: ../../api.rst:3489 -msgid "ActionRow" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:33 +msgid "The updated view to update this message with. If ``None`` is passed then the view is removed. .. versionadded:: 2.0" msgstr "" -#: discord.components.ActionRow:1 of -#, fuzzy -msgid "Represents a Discord Bot UI Kit Action Row." -msgstr "Discordの音声接続を表します。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:33 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:55 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:55 +msgid "The updated view to update this message with. If ``None`` is passed then the view is removed." +msgstr "" -#: discord.components.ActionRow:3 of -msgid "This is a component that holds up to 5 children components in a row." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:42 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:55 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit_message:29 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:30 +msgid "The length of ``embeds`` was invalid or there was no token associated with this webhook." msgstr "" -#: discord.components.ActionRow:5 discord.components.Button:3 of -msgid "This inherits from :class:`Component`." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.edit:44 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:13 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:13 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:32 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:11 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:63 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:13 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:13 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:63 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:13 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:13 +msgid "The newly edited message." msgstr "" -#: discord.components.ActionRow:17 of -msgid "The children components that this holds, if any." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:1 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:3 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:3 +msgid "Adds new files to the end of the message attachments." msgstr "" -#: ../../api.rst:3497 ../../api.rst:4179 -msgid "Button" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:5 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:7 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:7 +msgid "New files to add to the message." msgstr "" -#: discord.components.Button:1 of -#, fuzzy -msgid "Represents a button from the Discord Bot UI Kit." -msgstr "Discordのリレーションシップを表します。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.add_files:11 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:11 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:9 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:9 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:11 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:11 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:11 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:11 +msgid "Tried to edit a message that isn't yours." +msgstr "" -#: discord.components.Button:7 of -msgid "" -"The user constructible and usable type to create a button is " -":class:`discord.ui.Button` not this one." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:1 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:3 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:3 +msgid "Removes attachments from the message." msgstr "" -#: discord.components.Button:14 discord.ui.Button.style:1 -#: discord.ui.button.Button:5 of -#, fuzzy -msgid "The style of the button." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.remove_attachments:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:5 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:7 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:7 +msgid "Attachments to remove from the message." +msgstr "" -#: discord.components.Button:16 of -#, fuzzy -msgid ":class:`.ButtonStyle`" -msgstr ":class:`bool`" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:3 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:1 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:3 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:3 +msgid "Deletes the message." +msgstr "" -#: discord.components.Button:20 discord.ui.button.Button:7 of -msgid "" -"The ID of the button that gets received during an interaction. If this " -"button is for a URL, it does not have a custom ID." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:5 +msgid "If provided, the number of seconds to wait before deleting the message. The waiting is done in the background and deletion failures are ignored." msgstr "" -#: discord.components.Button:27 discord.ui.Button.url:1 -#: discord.ui.button.Button:10 of -msgid "The URL this button sends you to." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:9 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:7 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:16 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:16 +msgid "You do not have proper permissions to delete the message." msgstr "" -#: discord.components.Button:33 discord.ui.Button.disabled:1 -#: discord.ui.button.Button:12 of -#, fuzzy -msgid "Whether the button is disabled or not." -msgstr "メンバーがオンライン。" +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.WebhookMessage.delete:10 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:8 +msgid "The message was deleted already." +msgstr "" -#: discord.components.Button:39 discord.ui.button.Button:14 -#: discord.ui.button.button:15 of -#, fuzzy -msgid "The label of the button, if any." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../api.rst:3414 +msgid "SyncWebhook" +msgstr "" -#: discord.components.Button:45 discord.ui.Button.emoji:1 -#: discord.ui.button.Button:16 of -#, fuzzy -msgid "The emoji of the button, if available." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:1 +msgid "Represents a synchronous Discord webhook." +msgstr "" -#: discord.activity.Activity:96 discord.activity.CustomActivity:33 -#: discord.components.Button:47 of -msgid "Optional[:class:`PartialEmoji`]" +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook:3 +msgid "For an asynchronous counterpart, see :class:`Webhook`." msgstr "" -#: ../../api.rst:3506 -msgid "SelectMenu" +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.partial:7 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.from_url:5 +msgid "The session to use to send requests with. Note that the library does not manage the session and will not close it. If not given, the ``requests`` auto session creation functions are used instead." msgstr "" -#: discord.components.SelectMenu:1 of -msgid "Represents a select menu from the Discord Bot UI Kit." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch:20 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:22 +msgid ":class:`SyncWebhook`" msgstr "" -#: discord.components.SelectMenu:3 of -msgid "" -"A select menu is functionally the same as a dropdown, however on mobile " -"it renders a bit differently." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.edit:21 +msgid "The newly edited webhook." msgstr "" -#: discord.components.SelectMenu:8 of -msgid "" -"The user constructible and usable type to create a select menu is " -":class:`discord.ui.Select` not this one." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:14 +msgid "Whether the server should wait before sending a response. This essentially means that the return type of this function changes from ``None`` to a :class:`WebhookMessage` if set to ``True``." msgstr "" -#: discord.components.SelectMenu:15 discord.ui.Select.custom_id:1 -#: discord.ui.TextInput.custom_id:1 of -msgid "The ID of the select menu that gets received during an interaction." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:42 +msgid "The thread to send this message to. .. versionadded:: 2.0" msgstr "" -#: discord.components.SelectMenu:21 discord.ui.Select.placeholder:1 -#: discord.ui.select.Select:12 discord.ui.select.select:10 of -msgid "The placeholder text that is shown if nothing is selected, if any." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:42 +msgid "The thread to send this message to." msgstr "" -#: discord.components.SelectMenu:27 discord.ui.select.Select:14 -#: discord.ui.select.select:21 of -msgid "" -"The minimum number of items that must be chosen for this select menu. " -"Defaults to 1 and must be between 1 and 25." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:54 +msgid "You specified both ``embed`` and ``embeds`` or ``file`` and ``files``" msgstr "" -#: discord.components.SelectMenu:34 discord.ui.select.Select:17 -#: discord.ui.select.select:24 of -msgid "" -"The maximum number of items that must be chosen for this select menu. " -"Defaults to 1 and must be between 1 and 25." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.send:58 +msgid "Optional[:class:`SyncWebhookMessage`]" msgstr "" -#: discord.components.SelectMenu:41 discord.ui.Select.options:1 -#: discord.ui.select.Select:20 discord.ui.select.select:27 of -msgid "A list of options that can be selected in this menu." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:1 +msgid "Retrieves a single :class:`~discord.SyncWebhookMessage` owned by this webhook." msgstr "" -#: discord.components.SelectMenu:43 of -#, fuzzy -msgid "List[:class:`SelectOption`]" -msgstr ":class:`str`" +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhook.fetch_message:14 +msgid ":class:`~discord.SyncWebhookMessage`" +msgstr "" -#: discord.components.SelectMenu:47 discord.ui.Select.disabled:1 -#: discord.ui.select.Select:22 of -#, fuzzy -msgid "Whether the select is disabled or not." -msgstr "メンバーがオンライン。" +#: ../../api.rst:3423 +msgid "SyncWebhookMessage" +msgstr "" -#: ../../api.rst:3516 ../../api.rst:4201 -msgid "TextInput" +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:3 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:17 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:8 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:20 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:17 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:17 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:14 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:17 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:19 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:8 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`ValueError` or :exc:`TypeError` in various cases." +msgstr "" + +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.edit:33 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.add_files:12 +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.remove_attachments:12 +msgid ":class:`SyncWebhookMessage`" msgstr "" -#: discord.components.TextInput:1 of -msgid "Represents a text input from the Discord Bot UI Kit." +#: ../../../discord/webhook/sync.py:docstring of discord.webhook.sync.SyncWebhookMessage.delete:3 +msgid "If provided, the number of seconds to wait before deleting the message. This blocks the thread." msgstr "" -#: discord.components.TextInput:4 of -msgid "" -"The user constructible and usable type to create a text input is " -":class:`discord.ui.TextInput` not this one." +#: ../../api.rst:3433 +msgid "Abstract Base Classes" +msgstr "抽象基底クラス" + +#: ../../api.rst:3435 +msgid "An :term:`abstract base class` (also known as an ``abc``) is a class that models can inherit to get their behaviour. **Abstract base classes should not be instantiated**. They are mainly there for usage with :func:`isinstance` and :func:`issubclass`\\." msgstr "" -#: discord.components.TextInput:11 of -msgid "The ID of the text input that gets received during an interaction." +#: ../../api.rst:3439 +msgid "This library has a module related to abstract base classes, in which all the ABCs are subclasses of :class:`typing.Protocol`." msgstr "" -#: discord.components.TextInput:17 discord.ui.text_input.TextInput:5 of -msgid "The label to display above the text input." +#: ../../api.rst:3443 +msgid "Snowflake" msgstr "" -#: discord.components.TextInput:23 discord.ui.TextInput.style:1 -#: discord.ui.text_input.TextInput:10 of -#, fuzzy -msgid "The style of the text input." -msgstr "フィールドの名前。" - -#: discord.components.TextInput:25 of -#, fuzzy -msgid ":class:`TextStyle`" -msgstr ":class:`bytes`" +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:1 +msgid "An ABC that details the common operations on a Discord model." +msgstr "Discordモデルに共通する処理を説明するABC。" -#: discord.components.TextInput:29 discord.ui.TextInput.placeholder:1 -#: discord.ui.text_input.TextInput:12 of -msgid "The placeholder text to display when the text input is empty." +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:3 +msgid "Almost all :ref:`Discord models ` meet this abstract base class." msgstr "" -#: discord.TextInput.default:1 discord.components.TextInput:35 -#: discord.ui.TextInput.default:1 discord.ui.text_input.TextInput:14 of -#, fuzzy -msgid "The default value of the text input." -msgstr "フィールドの名前。" - -#: discord.components.TextInput:41 discord.ui.TextInput.required:1 -#: discord.ui.text_input.TextInput:16 of -msgid "Whether the text input is required." +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:6 +msgid "If you want to create a snowflake on your own, consider using :class:`.Object`." msgstr "" -#: discord.components.TextInput:47 discord.ui.TextInput.min_length:1 -#: discord.ui.text_input.TextInput:18 of -#, fuzzy -msgid "The minimum length of the text input." -msgstr "フィールドの名前。" +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:11 +msgid "The model's unique ID." +msgstr "モデルのユニークなID。" -#: discord.components.TextInput:53 discord.ui.TextInput.max_length:1 -#: discord.ui.text_input.TextInput:20 of -msgid "The maximum length of the text input." +#: ../../api.rst:3451 +#: ../../api.rst:3531 +msgid "User" msgstr "" -#: discord.TextInput.default:3 of -#, fuzzy -msgid "This is an alias to :attr:`value`." -msgstr ":attr:`dnd` のエイリアス。" +#: ../../../discord/abc.py:docstring of discord.abc.User:1 +msgid "An ABC that details the common operations on a Discord user." +msgstr "Discordユーザーに共通する処理を説明するABC。" -#: ../../api.rst:3526 -#, fuzzy -msgid "DeletedReferencedMessage" -msgstr "削除されたメッセージ。" +#: ../../../discord/abc.py:docstring of discord.abc.User:3 +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:3 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:3 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable:4 +msgid "The following implement this ABC:" +msgstr "以下のクラスがこのABCを実装しています:" -#: discord.message.DeletedReferencedMessage:1 of -msgid "" -"A special sentinel type that denotes whether the resolved message " -"referenced message had since been deleted." -msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.User:6 +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:14 +msgid ":class:`~discord.ClientUser`" +msgstr ":class:`~discord.ClientUser`" -#: discord.message.DeletedReferencedMessage:4 of -msgid "" -"The purpose of this class is to separate referenced messages that could " -"not be fetched and those that were previously fetched but have since been" -" deleted." +#: ../../../discord/abc.py:docstring of discord.abc.User:7 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:9 +msgid ":class:`~discord.Member`" msgstr "" -#: discord.DeletedReferencedMessage.id:1 of -msgid "The message ID of the deleted referenced message." +#: ../../../discord/abc.py:docstring of discord.abc.User:9 +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:8 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:10 +msgid "This ABC must also implement :class:`~discord.abc.Snowflake`." msgstr "" -#: discord.DeletedReferencedMessage.channel_id:1 of -#, fuzzy -msgid "The channel ID of the deleted referenced message." -msgstr "更新後のメッセージ。" - -#: discord.DeletedReferencedMessage.guild_id:1 of -#, fuzzy -msgid "The guild ID of the deleted referenced message." -msgstr "更新後のメッセージ。" - -#: ../../api.rst:3535 -msgid "Reaction" +#: ../../../discord/abc.py:docstring of discord.abc.User:13 +#: ../../../discord/user.py:docstring of discord.user.ClientUser:23 +#: ../../../discord/user.py:docstring of discord.user.User:23 +msgid "The user's username." msgstr "" -#: discord.reaction.Reaction:1 of -msgid "Represents a reaction to a message." +#: ../../../discord/abc.py:docstring of discord.abc.User:19 +msgid "The user's discriminator." msgstr "" -#: discord.emoji.Emoji:3 discord.invite.Invite:3 discord.reaction.Reaction:3 of -msgid "" -"Depending on the way this object was created, some of the attributes can " -"have a value of ``None``." +#: ../../../discord/abc.py:docstring of discord.abc.User:25 +msgid "If the user is a bot account." msgstr "" -#: discord.reaction.Reaction:10 of -msgid "" -"Checks if two reactions are equal. This works by checking if the emoji is" -" the same. So two messages with the same reaction will be considered " -"\"equal\"." +#: ../../../discord/abc.py:docstring of discord.abc.User.avatar:1 +msgid "Returns an Asset that represents the user's avatar, if present." msgstr "" -#: discord.reaction.Reaction:16 of -msgid "Checks if two reactions are not equal." +#: ../../../discord/abc.py:docstring of discord.abc.User.avatar:3 +msgid "Optional[:class:`~discord.Asset`]" msgstr "" -#: discord.reaction.Reaction:20 of -msgid "Returns the reaction's hash." +#: ../../api.rst:3459 +msgid "PrivateChannel" msgstr "" -#: discord.reaction.Reaction:24 of -msgid "Returns the string form of the reaction's emoji." +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:1 +msgid "An ABC that details the common operations on a private Discord channel." msgstr "" -#: discord.reaction.Reaction:28 of -msgid "The reaction emoji. May be a custom emoji, or a unicode emoji." +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:6 +msgid ":class:`~discord.DMChannel`" msgstr "" -#: discord.reaction.Reaction:30 of -msgid "Union[:class:`Emoji`, :class:`PartialEmoji`, :class:`str`]" +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:6 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:7 +msgid ":class:`~discord.GroupChannel`" msgstr "" -#: discord.reaction.Reaction:34 of -msgid "Number of times this reaction was made" +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:12 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:31 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:29 +msgid "The user presenting yourself." msgstr "" -#: discord.reaction.Reaction:40 of -#, fuzzy -msgid "If the user sent this reaction." -msgstr "リアクションを追加したユーザー。" - -#: discord.reaction.Reaction:46 of -#, fuzzy -msgid "Message this reaction is for." -msgstr "リアクションが削除されたメッセージ。" +#: ../../api.rst:3467 +msgid "GuildChannel" +msgstr "" -#: discord.reaction.Reaction.is_custom_emoji:1 of -#, fuzzy -msgid ":class:`bool`: If this is a custom emoji." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:1 +msgid "An ABC that details the common operations on a Discord guild channel." +msgstr "Discordのギルドチャンネルに共通する処理を説明するABC。" -#: discord.reaction.Reaction.remove:3 of -msgid "Remove the reaction by the provided :class:`User` from the message." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:5 +msgid ":class:`~discord.TextChannel`" msgstr "" -#: discord.reaction.Reaction.remove:5 of -msgid "" -"If the reaction is not your own (i.e. ``user`` parameter is not you) then" -" the :attr:`~Permissions.manage_messages` permission is needed." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:6 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable:6 +msgid ":class:`~discord.VoiceChannel`" msgstr "" -#: discord.reaction.Reaction.remove:8 of -msgid "" -"The ``user`` parameter must represent a user or member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:7 +msgid ":class:`~discord.CategoryChannel`" msgstr "" -#: discord.reaction.Reaction.remove:11 of -msgid "The user or member from which to remove the reaction." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:8 +#: ../../../discord/abc.py:docstring of discord.abc.Connectable:7 +msgid ":class:`~discord.StageChannel`" msgstr "" -#: discord.reaction.Reaction.remove:16 of -msgid "The user you specified, or the reaction's message was not found." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:14 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:23 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:23 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:23 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:25 +msgid "The channel name." msgstr "" -#: discord.reaction.Reaction.clear:3 of -#, fuzzy -msgid "Clears this reaction from the message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" - -#: discord.reaction.Reaction.users:1 of -msgid "" -"Returns an :term:`asynchronous iterator` representing the users that have" -" reacted to the message." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:20 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:29 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:29 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:29 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:31 +msgid "The guild the channel belongs to." msgstr "" -#: discord.reaction.Reaction.users:3 of -msgid "" -"The ``after`` parameter must represent a member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:22 +msgid ":class:`~discord.Guild`" msgstr "" -#: discord.reaction.Reaction.users:8 of -msgid "``limit`` and ``after`` parameters are now keyword-only." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:26 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:52 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:23 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:53 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:47 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:47 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:55 +msgid "The position in the channel list. This is a number that starts at 0. e.g. the top channel is position 0." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.changed_roles:1 +msgid "Returns a list of roles that have been overridden from their default values in the :attr:`~discord.Guild.roles` attribute." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.changed_roles:4 +#: ../../../discord/channel.py:docstring of discord.TextChannel.changed_roles:4 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.changed_roles:4 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.changed_roles:4 +#: ../../../discord/channel.py:docstring of discord.StageChannel.changed_roles:4 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.changed_roles:4 +msgid "List[:class:`~discord.Role`]" msgstr "" -#: discord.reaction.Reaction.users:25 of -msgid "" -"The maximum number of results to return. If not provided, returns all the" -" users who reacted to the message." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.mention:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.mention:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.mention:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.mention:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.mention:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.mention:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.mention:1 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.mention:1 +msgid "The string that allows you to mention the channel." msgstr "" -#: discord.reaction.Reaction.users:29 of -msgid "For pagination, reactions are sorted by member." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.created_at:1 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.created_at:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel.created_at:1 +#: ../../../discord/widget.py:docstring of discord.WidgetChannel.created_at:1 +msgid "Returns the channel's creation time in UTC." msgstr "" -#: discord.reaction.Reaction.users:32 of -#, fuzzy -msgid "Getting the users for the reaction failed." -msgstr "リアクションを追加したユーザー。" - -#: discord.reaction.Reaction.users:34 of -msgid "" -"Union[:class:`User`, :class:`Member`] -- The member (if retrievable) or " -"the user that has reacted to this message. The case where it can be a " -":class:`Member` is in a guild message context. Sometimes it can be a " -":class:`User` if the member has left the guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:1 +msgid "Returns the channel-specific overwrites for a member or a role." msgstr "" -#: ../../api.rst:3543 -msgid "Guild" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:3 +msgid "The role or user denoting whose overwrite to get." msgstr "" -#: discord.guild.Guild:1 of -msgid "Represents a Discord guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:7 +msgid "The permission overwrites for this object." msgstr "" -#: discord.guild.Guild:3 of -msgid "This is referred to as a \"server\" in the official Discord UI." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.overwrites_for:8 +msgid ":class:`~discord.PermissionOverwrite`" msgstr "" -#: discord.guild.Guild:9 of -msgid "Checks if two guilds are equal." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:1 +msgid "Returns all of the channel's overwrites." msgstr "" -#: discord.guild.Guild:13 of -msgid "Checks if two guilds are not equal." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:3 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:3 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:3 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:3 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:3 +msgid "This is returned as a dictionary where the key contains the target which can be either a :class:`~discord.Role` or a :class:`~discord.Member` and the value is the overwrite as a :class:`~discord.PermissionOverwrite`." msgstr "" -#: discord.guild.Guild:17 of -msgid "Returns the guild's hash." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:7 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:7 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:7 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:7 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:7 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:7 +msgid "The channel's permission overwrites." msgstr "" -#: discord.guild.Guild:21 of -msgid "Returns the guild's name." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:8 +#: ../../../discord/channel.py:docstring of discord.TextChannel.overwrites:8 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.overwrites:8 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.overwrites:8 +#: ../../../discord/channel.py:docstring of discord.StageChannel.overwrites:8 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.overwrites:8 +msgid "Dict[Union[:class:`~discord.Role`, :class:`~discord.Member`], :class:`~discord.PermissionOverwrite`]" msgstr "" -#: discord.guild.Guild:25 of -#, fuzzy -msgid "The guild name." -msgstr "IDから取得したギルド。" - -#: discord.guild.Guild:31 of -msgid "All emojis that the guild owns." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.category:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.category:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.category:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.category:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.category:1 +msgid "The category this channel belongs to." msgstr "" -#: discord.guild.Guild:33 of -msgid "Tuple[:class:`Emoji`, ...]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:3 +#: ../../../discord/channel.py:docstring of discord.TextChannel.category:3 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.category:3 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.category:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.category:3 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.category:3 +msgid "If there is no category then this is ``None``." msgstr "" -#: discord.guild.Guild:37 of -#, fuzzy -msgid "All stickers that the guild owns." -msgstr "ギルドの名前。" - -#: discord.guild.Guild:41 of -#, fuzzy -msgid "Tuple[:class:`GuildSticker`, ...]" -msgstr ":class:`.Guild`" - -#: discord.guild.Guild:45 of -msgid "The timeout to get sent to the AFK channel." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:5 +#: ../../../discord/channel.py:docstring of discord.TextChannel.category:5 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.category:5 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.category:5 +#: ../../../discord/channel.py:docstring of discord.StageChannel.category:5 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.category:5 +msgid "Optional[:class:`~discord.CategoryChannel`]" msgstr "" -#: discord.guild.Guild:51 of -msgid "The channel that denotes the AFK channel. ``None`` if it doesn't exist." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_synced:1 +#: ../../../discord/channel.py:docstring of discord.TextChannel.permissions_synced:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.permissions_synced:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.permissions_synced:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.permissions_synced:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.permissions_synced:1 +msgid "Whether or not the permissions for this channel are synced with the category it belongs to." msgstr "" -#: discord.guild.Guild:53 of -msgid "Optional[:class:`VoiceChannel`]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_synced:4 +#: ../../../discord/channel.py:docstring of discord.TextChannel.permissions_synced:4 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.permissions_synced:4 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.permissions_synced:4 +#: ../../../discord/channel.py:docstring of discord.StageChannel.permissions_synced:4 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.permissions_synced:4 +msgid "If there is no category then this is ``False``." msgstr "" -#: discord.guild.Guild:57 discord.widget.Widget:19 of -#, fuzzy -msgid "The guild's ID." -msgstr "ギルドのウィジェット。" - -#: discord.guild.Guild:63 of -msgid "The guild owner's ID. Use :attr:`Guild.owner` instead." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:1 +msgid "Handles permission resolution for the :class:`~discord.Member` or :class:`~discord.Role`." msgstr "" -#: discord.guild.Guild:69 of -msgid "" -"Indicates if the guild is unavailable. If this is ``True`` then the " -"reliability of other attributes outside of :attr:`Guild.id` is slim and " -"they might all be ``None``. It is best to not do anything with the guild " -"if it is unavailable." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:4 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:4 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:4 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:4 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:4 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:4 +msgid "This function takes into consideration the following cases:" msgstr "" -#: discord.guild.Guild:73 of -msgid "" -"Check the :func:`on_guild_unavailable` and :func:`on_guild_available` " -"events." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:6 +msgid "Guild owner" msgstr "" -#: discord.guild.Guild:79 of -msgid "The maximum amount of presences for the guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:7 +msgid "Guild roles" msgstr "" -#: discord.guild.Guild:85 of -msgid "The maximum amount of members for the guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:8 +msgid "Channel overrides" msgstr "" -#: discord.guild.Guild:89 of -msgid "This attribute is only available via :meth:`.Client.fetch_guild`." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:9 +msgid "Member overrides" msgstr "" -#: discord.guild.Guild:95 of -msgid "The maximum amount of users in a video channel." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:11 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:11 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:11 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:11 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:11 +msgid "If a :class:`~discord.Role` is passed, then it checks the permissions someone with that role would have, which is essentially:" msgstr "" -#: discord.guild.Guild:103 of -#, fuzzy -msgid "The guild's description." -msgstr "ギルドのウィジェット。" - -#: discord.guild.Guild:115 of -#, fuzzy -msgid "The guild's explicit content filter." -msgstr "ギルドで表現のフィルターが有効ではない。" - -#: discord.guild.Guild:121 of -#, fuzzy -msgid "The guild's notification settings." -msgstr "ギルドの管理設定の変更" - -#: discord.guild.Guild:127 of -msgid "" -"A list of features that the guild has. The features that a guild can have" -" are subject to arbitrary change by Discord." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:14 +msgid "The default role permissions" msgstr "" -#: discord.guild.Guild:130 of -msgid "They are currently as follows:" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:15 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:15 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:15 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:15 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:15 +msgid "The permissions of the role used as a parameter" msgstr "" -#: discord.guild.Guild:132 of -msgid "``ANIMATED_BANNER``: Guild can upload an animated banner." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:16 +msgid "The default role permission overwrites" msgstr "" -#: discord.guild.Guild:133 of -msgid "``ANIMATED_ICON``: Guild can upload an animated icon." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:17 +msgid "The permission overwrites of the role used as a parameter" msgstr "" -#: discord.guild.Guild:134 of -msgid "``BANNER``: Guild can upload and use a banner. (i.e. :attr:`.banner`)" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:19 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:19 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:19 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:19 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:19 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:19 +msgid "The object passed in can now be a role object." msgstr "" -#: discord.guild.Guild:135 of -msgid "``COMMERCE``: Guild can sell things using store channels." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:22 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:14 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:16 +msgid "``obj`` parameter is now positional-only." msgstr "" -#: discord.guild.Guild:136 of -msgid "``COMMUNITY``: Guild is a community server." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:25 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:25 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:25 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:25 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:25 +msgid "The object to resolve permissions for. This could be either a member or a role. If it's a role then member overwrites are not computed." msgstr "" -#: discord.guild.Guild:137 of -msgid "``DISCOVERABLE``: Guild shows up in Server Discovery." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:30 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:30 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:16 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:30 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:30 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:30 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:30 +msgid "The resolved permissions for the member or role." msgstr "" -#: discord.guild.Guild:138 of -msgid "``FEATURABLE``: Guild is able to be featured in Server Discovery." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.permissions_for:31 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.permissions_for:31 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:17 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.permissions_for:31 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:31 +#: ../../../discord/channel.py:docstring of discord.channel.VocalGuildChannel.permissions_for:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.permissions_for:31 +msgid ":class:`~discord.Permissions`" msgstr "" -#: discord.guild.Guild:139 of -msgid "``INVITE_SPLASH``: Guild's invite page can have a special splash." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:3 +msgid "Deletes the channel." msgstr "" -#: discord.guild.Guild:140 of -msgid "" -"``MEMBER_VERIFICATION_GATE_ENABLED``: Guild has Membership Screening " -"enabled." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:5 +msgid "You must have :attr:`~discord.Permissions.manage_channels` permission to use this." msgstr "" -#: discord.guild.Guild:141 of -msgid "``MONETIZATION_ENABLED``: Guild has enabled monetization." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:7 +msgid "The reason for deleting this channel. Shows up on the audit log." msgstr "" -#: discord.guild.Guild:142 of -msgid "``MORE_EMOJI``: Guild has increased custom emoji slots." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:11 +msgid "You do not have proper permissions to delete the channel." msgstr "" -#: discord.guild.Guild:143 of -msgid "``MORE_STICKERS``: Guild has increased custom sticker slots." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:12 +msgid "The channel was not found or was already deleted." msgstr "" -#: discord.guild.Guild:144 of -msgid "``NEWS``: Guild can create news channels." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.delete:13 +msgid "Deleting the channel failed." msgstr "" -#: discord.guild.Guild:145 of -msgid "``PARTNERED``: Guild is a partnered server." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:3 +msgid "Sets the channel specific permission overwrites for a target in the channel." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:6 +msgid "The ``target`` parameter should either be a :class:`~discord.Member` or a :class:`~discord.Role` that belongs to guild." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:9 +msgid "The ``overwrite`` parameter, if given, must either be ``None`` or :class:`~discord.PermissionOverwrite`. For convenience, you can pass in keyword arguments denoting :class:`~discord.Permissions` attributes. If this is done, then you cannot mix the keyword arguments with the ``overwrite`` parameter." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:15 +msgid "If the ``overwrite`` parameter is ``None``, then the permission overwrites are deleted." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:18 +msgid "You must have the :attr:`~discord.Permissions.manage_roles` permission to use this." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:22 +msgid "This method *replaces* the old overwrites with the ones given." msgstr "" -#: discord.guild.Guild:146 of -msgid "" -"``PREVIEW_ENABLED``: Guild can be viewed before being accepted via " -"Membership Screening." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:26 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:26 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:26 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:26 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:26 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:26 +msgid "Setting allow and deny: ::" msgstr "" -#: discord.guild.Guild:147 of -msgid "``PRIVATE_THREADS``: Guild has access to create private threads." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:31 +msgid "Deleting overwrites ::" msgstr "" -#: discord.guild.Guild:148 of -msgid "``ROLE_ICONS``: Guild is able to set role icons." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:35 +msgid "Using :class:`~discord.PermissionOverwrite` ::" msgstr "" -#: discord.guild.Guild:149 of -msgid "" -"``SEVEN_DAY_THREAD_ARCHIVE``: Guild has access to the seven day archive " -"time for threads." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:46 +msgid "The member or role to overwrite permissions for." msgstr "" -#: discord.guild.Guild:150 of -msgid "" -"``THREE_DAY_THREAD_ARCHIVE``: Guild has access to the three day archive " -"time for threads." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:48 +msgid "The permissions to allow and deny to the target, or ``None`` to delete the overwrite." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:51 +msgid "A keyword argument list of permissions to set for ease of use. Cannot be mixed with ``overwrite``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:53 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:25 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:12 +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:16 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:53 +msgid "The reason for doing this action. Shows up on the audit log." msgstr "" -#: discord.guild.Guild:151 of -msgid "``TICKETED_EVENTS_ENABLED``: Guild has enabled ticketed events." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:56 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:56 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:56 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:56 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:56 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:56 +msgid "You do not have permissions to edit channel specific permissions." msgstr "" -#: discord.guild.Guild:152 of -msgid "" -"``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg" -"/discord-api)." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:57 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:57 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:57 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:57 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:57 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:57 +msgid "Editing channel specific permissions failed." msgstr "" -#: discord.guild.Guild:153 of -msgid "``VERIFIED``: Guild is a verified server." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:58 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:58 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:58 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:58 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:58 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:58 +msgid "The role or member being edited is not part of the guild." msgstr "" -#: discord.guild.Guild:154 of -msgid "``VIP_REGIONS``: Guild has VIP voice regions." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:59 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:59 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:59 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:59 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:59 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:59 +msgid "The ``overwrite`` parameter was invalid or the target type was not :class:`~discord.Role` or :class:`~discord.Member`." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.set_permissions:60 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:60 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:60 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:60 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:60 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.set_permissions:60 +msgid "The ``overwrite`` parameter and ``positions`` parameters were both unset." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:3 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:3 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:3 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:3 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:3 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:3 +msgid "Clones this channel. This creates a channel with the same properties as this channel." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:6 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:7 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:7 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:7 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:7 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:6 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:7 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:6 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:7 +msgid "You must have the :attr:`~discord.Permissions.manage_channels` permission to do this." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:11 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:11 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:11 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:11 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:11 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:11 +msgid "The name of the new channel. If not provided, defaults to this channel name." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:14 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:14 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:14 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:14 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:14 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:14 +msgid "The reason for cloning this channel. Shows up on the audit log." msgstr "" -#: discord.guild.Guild:155 of -msgid "``WELCOME_SCREEN_ENABLED``: Guild has enabled the welcome screen." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:17 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:65 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:38 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:29 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:14 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:14 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:17 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:17 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:17 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:17 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:17 +msgid "You do not have the proper permissions to create this channel." msgstr "" -#: discord.Spotify.artists:3 discord.guild.Guild:157 -#: discord.invite.PartialInviteGuild:46 discord.sticker.StandardSticker:53 -#: discord.ui.Select.values:3 of -#, fuzzy -msgid "List[:class:`str`]" -msgstr ":class:`str`" - -#: discord.guild.Guild:161 of -msgid "" -"The premium tier for this guild. Corresponds to \"Nitro Server\" in the " -"official UI. The number goes from 0 to 3 inclusive." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:18 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:66 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:39 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:30 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:15 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:15 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:18 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:18 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:18 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:18 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:18 +msgid "Creating the channel failed." msgstr "" -#: discord.guild.Guild:168 of -msgid "The number of \"boosts\" this guild currently has." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:21 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.clone:21 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.clone:21 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.clone:21 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.clone:21 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.clone:21 +msgid ":class:`.abc.GuildChannel`" msgstr "" -#: discord.guild.Guild:174 of -msgid "" -"The preferred locale for the guild. Used when filtering Server Discovery " -"results to a specific language." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:3 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:3 +msgid "A rich interface to help move a channel relative to other channels." msgstr "" -#: discord.guild.Guild:181 of -#, fuzzy -msgid "The guild's NSFW level." -msgstr "認証レベルが等しいか確認します。" - -#: discord.guild.Guild:183 of -#, fuzzy -msgid ":class:`NSFWLevel`" -msgstr ":class:`str`" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:5 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:5 +msgid "If exact position movement is required, ``edit`` should be used instead." +msgstr "" -#: discord.guild.Guild:187 of -msgid "The guild's Multi-Factor Authentication requirement level." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:12 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:12 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:12 +msgid "Voice channels will always be sorted below text channels. This is a Discord limitation." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:21 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:21 +msgid "Whether to move the channel to the beginning of the channel list (or category if given). This is mutually exclusive with ``end``, ``before``, and ``after``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:25 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:25 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:25 +msgid "Whether to move the channel to the end of the channel list (or category if given). This is mutually exclusive with ``beginning``, ``before``, and ``after``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:29 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:29 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:29 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:29 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:29 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:29 +msgid "The channel that should be before our current channel. This is mutually exclusive with ``beginning``, ``end``, and ``after``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:32 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:32 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:32 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:32 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:32 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:32 +msgid "The channel that should be after our current channel. This is mutually exclusive with ``beginning``, ``end``, and ``before``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:35 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:35 +msgid "The number of channels to offset the move by. For example, an offset of ``2`` with ``beginning=True`` would move it 2 after the beginning. A positive number moves it below while a negative number moves it above. Note that this number is relative and computed after the ``beginning``, ``end``, ``before``, and ``after`` parameters." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:42 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:42 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:42 +msgid "The category to move this channel under. If ``None`` is given then it moves it out of the category. This parameter is ignored if moving a category channel." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:46 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:46 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:46 +msgid "Whether to sync the permissions with the category (if given)." msgstr "" -#: discord.Guild.channels:1 of -msgid "A list of channels that belongs to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:48 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:48 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:48 +msgid "The reason for the move." msgstr "" -#: discord.Guild.threads:1 of -#, fuzzy -msgid "A list of threads that you have permission to view." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:51 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:51 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:51 +msgid "An invalid position was given." +msgstr "" -#: discord.Guild.threads:5 discord.TextChannel.threads:5 -#: discord.guild.Guild.active_threads:12 of -#, fuzzy -msgid "List[:class:`Thread`]" -msgstr ":class:`str`" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:52 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:52 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:52 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:52 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:52 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:52 +msgid "A bad mix of arguments were passed." +msgstr "" -#: discord.Guild.large:1 of -msgid "Indicates if the guild is a 'large' guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:53 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:53 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:53 +msgid "You do not have permissions to move the channel." msgstr "" -#: discord.Guild.large:3 of -msgid "" -"A large guild is defined as having more than ``large_threshold`` count " -"members, which for this library is set to the maximum of 250." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.move:54 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:54 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:54 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:54 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.move:54 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.move:54 +msgid "Moving the channel failed." msgstr "" -#: discord.Guild.voice_channels:1 of -msgid "A list of voice channels that belongs to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:3 +msgid "Creates an instant invite from a text or voice channel." msgstr "" -#: discord.Guild.categories:3 discord.Guild.stage_channels:5 -#: discord.Guild.text_channels:3 discord.Guild.voice_channels:3 of -msgid "This is sorted by the position and are in UI order from top to bottom." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:5 +msgid "You must have the :attr:`~discord.Permissions.create_instant_invite` permission to do this." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:8 +msgid "How long the invite should last in seconds. If it's 0 then the invite doesn't expire. Defaults to ``0``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:11 +msgid "How many uses the invite could be used for. If it's 0 then there are unlimited uses. Defaults to ``0``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:14 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:14 +msgid "Denotes that the invite grants temporary membership (i.e. they get kicked after they disconnect). Defaults to ``False``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:17 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:17 +msgid "Indicates if a unique invite URL should be created. Defaults to True. If this is set to ``False`` then it will return a previously created invite." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:21 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:21 +msgid "The reason for creating this invite. Shows up on the audit log." msgstr "" -#: discord.CategoryChannel.voice_channels:3 discord.Guild.voice_channels:5 of -msgid "List[:class:`VoiceChannel`]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +msgid "The type of target for the voice channel invite, if any. .. versionadded:: 2.0" msgstr "" -#: discord.Guild.stage_channels:1 of -msgid "A list of stage channels that belongs to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:23 +msgid "The type of target for the voice channel invite, if any." msgstr "" -#: discord.CategoryChannel.stage_channels:5 discord.Guild.stage_channels:7 of -#, fuzzy -msgid "List[:class:`StageChannel`]" -msgstr ":class:`bytes`" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +msgid "The user whose stream to display for this invite, required if `target_type` is `TargetType.stream`. The user must be streaming in the channel. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:27 +msgid "The user whose stream to display for this invite, required if `target_type` is `TargetType.stream`. The user must be streaming in the channel." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +msgid "Optional[:class:`int`]: The id of the embedded application for the invite, required if `target_type` is `TargetType.embedded_application`. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:31 +msgid "Optional[:class:`int`]: The id of the embedded application for the invite, required if `target_type` is `TargetType.embedded_application`." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:35 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:35 +msgid "Invite creation failed." +msgstr "" -#: discord.Guild.me:1 of -msgid "" -"Similar to :attr:`Client.user` except an instance of :class:`Member`. " -"This is essentially used to get the member version of yourself." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:36 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:36 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:36 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:36 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:36 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:36 +msgid "The channel that was passed is a category or an invalid channel." msgstr "" -#: discord.Guild.me:4 discord.guild.Guild.fetch_member:20 of -msgid ":class:`Member`" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.create_invite:39 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:39 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:39 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:39 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:39 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.create_invite:39 +msgid ":class:`~discord.Invite`" msgstr "" -#: discord.Guild.voice_client:1 of -msgid "Returns the :class:`VoiceProtocol` associated with this guild, if any." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:3 +msgid "Returns a list of all active instant invites from this channel." msgstr "" -#: discord.Guild.voice_client:3 of -msgid "Optional[:class:`VoiceProtocol`]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:5 +msgid "You must have :attr:`~discord.Permissions.manage_channels` to get this information." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:11 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:8 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:7 +msgid "You do not have proper permissions to get the information." msgstr "" -#: discord.Guild.text_channels:1 of -msgid "A list of text channels that belongs to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:13 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:9 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:9 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:8 +msgid "An error occurred while fetching the information." msgstr "" -#: discord.CategoryChannel.text_channels:3 discord.Guild.text_channels:5 of -msgid "List[:class:`TextChannel`]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:10 +msgid "The list of invites that are currently active." msgstr "" -#: discord.Guild.categories:1 of -msgid "A list of categories that belongs to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/channel.py:docstring of discord.abc.GuildChannel.invites:11 +msgid "List[:class:`~discord.Invite`]" msgstr "" -#: discord.Guild.categories:5 of -msgid "List[:class:`CategoryChannel`]" +#: ../../api.rst:3475 +msgid "Messageable" msgstr "" -#: discord.guild.Guild.by_category:1 of -msgid "Returns every :class:`CategoryChannel` and their associated channels." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:1 +msgid "An ABC that details the common operations on a model that can send messages." msgstr "" -#: discord.guild.Guild.by_category:3 of -msgid "These channels and categories are sorted in the official Discord UI order." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:10 +msgid ":class:`~discord.ext.commands.Context`" msgstr "" -#: discord.guild.Guild.by_category:5 of -msgid "" -"If the channels do not have a category, then the first element of the " -"tuple is ``None``." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:11 +msgid ":class:`~discord.Thread`" msgstr "" -#: discord.guild.Guild.by_category:8 of -msgid "The categories and their associated channels." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +msgid "Returns an asynchronous context manager that allows you to type for an indefinite period of time." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 +msgid "This is useful for denoting long computations in your bot." msgstr "" -#: discord.guild.Guild.by_category:9 of -msgid "" -"List[Tuple[Optional[:class:`CategoryChannel`], " -"List[:class:`abc.GuildChannel`]]]" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 +msgid "Example Usage: ::" msgstr "" -#: discord.guild.Guild.get_channel_or_thread:8 of -msgid "The returned channel or thread or ``None`` if not found." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +msgid "This no longer works with the ``with`` syntax, ``async with`` must be used instead." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:3 +msgid "Sends a message to the destination with the content given." msgstr "" -#: discord.guild.Guild.get_channel_or_thread:9 of -#, fuzzy -msgid "Optional[Union[:class:`Thread`, :class:`.abc.GuildChannel`]]" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:5 +msgid "The content must be a type that can convert to a string through ``str(content)``. If the content is set to ``None`` (the default), then the ``embed`` parameter must be provided." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:9 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`~discord.File` object. To upload multiple files, the ``files`` parameter should be used with a :class:`list` of :class:`~discord.File` objects. **Specifying both parameters will lead to an exception**." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:14 +msgid "To upload a single embed, the ``embed`` parameter should be used with a single :class:`~discord.Embed` object. To upload multiple embeds, the ``embeds`` parameter should be used with a :class:`list` of :class:`~discord.Embed` objects. **Specifying both parameters will lead to an exception**." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:27 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:27 +msgid "The rich embed for the content." msgstr "" -"Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]" -#: discord.guild.Guild.get_channel:1 of -#, fuzzy -msgid "Returns a channel with the given ID." -msgstr "このユーザーと :class:`DMChannel` を作ります。" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:29 +msgid "The file to upload." +msgstr "" -#: discord.guild.Guild.get_channel:5 of -msgid "This does *not* search for threads." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:31 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:31 +msgid "A list of files to upload. Must be a maximum of 10." msgstr "" -#: discord.guild.Guild.get_channel:15 of -#, fuzzy -msgid "Optional[:class:`.abc.GuildChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:33 +msgid "The nonce to use for sending this message. If the message was successfully sent, then the message will have a nonce with this value." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:36 +msgid "If provided, the number of seconds to wait in the background before deleting the message we just sent. If the deletion fails, then it is silently ignored." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:46 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:46 +msgid "Controls the mentions being processed in this message. If this is passed, then the object is merged with :attr:`~discord.Client.allowed_mentions`. The merging behaviour only overrides attributes that have been explicitly passed to the object, otherwise it uses the attributes set in :attr:`~discord.Client.allowed_mentions`. If no object is passed at all then the defaults given by :attr:`~discord.Client.allowed_mentions` are used instead. .. versionadded:: 1.4" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:46 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:40 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:46 +msgid "Controls the mentions being processed in this message. If this is passed, then the object is merged with :attr:`~discord.Client.allowed_mentions`. The merging behaviour only overrides attributes that have been explicitly passed to the object, otherwise it uses the attributes set in :attr:`~discord.Client.allowed_mentions`. If no object is passed at all then the defaults given by :attr:`~discord.Client.allowed_mentions` are used instead." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +msgid "A reference to the :class:`~discord.Message` to which you are replying, this can be created using :meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. You can control whether this mentions the author of the referenced message using the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions`` or by setting ``mention_author``. .. versionadded:: 1.6" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:49 +msgid "A reference to the :class:`~discord.Message` to which you are replying, this can be created using :meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. You can control whether this mentions the author of the referenced message using the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions`` or by setting ``mention_author``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +msgid "If set, overrides the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions``. .. versionadded:: 1.6" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:56 +msgid "If set, overrides the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:60 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:60 +msgid "A Discord UI View to add to the message." +msgstr "" -#: discord.channel.TextChannel.get_thread:1 discord.guild.Guild.get_thread:1 of -#, fuzzy -msgid "Returns a thread with the given ID." -msgstr "Optional[:class:`~discord.User`]: 与えられたIDを持つユーザーを返します。" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +msgid "A list of embeds to upload. Must be a maximum of 10. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:62 +msgid "A list of embeds to upload. Must be a maximum of 10." +msgstr "" -#: discord.channel.TextChannel.get_thread:8 discord.guild.Guild.get_thread:8 of -msgid "The returned thread or ``None`` if not found." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +msgid "A list of stickers to upload. Must be a maximum of 3. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:66 +msgid "A list of stickers to upload. Must be a maximum of 3." msgstr "" -#: discord.channel.TextChannel.get_thread:9 discord.guild.Guild.get_thread:9 of -#, fuzzy -msgid "Optional[:class:`Thread`]" -msgstr ":class:`str`" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:13 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:76 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:13 +msgid "You do not have the proper permissions to send the message." +msgstr "" -#: discord.Guild.system_channel:1 of -msgid "Returns the guild's channel used for system messages." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:77 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:77 +msgid "The ``files`` list is not of the appropriate size." msgstr "" -#: discord.Guild.public_updates_channel:5 discord.Guild.rules_channel:4 -#: discord.Guild.system_channel:3 of -msgid "If no channel is set, then this returns ``None``." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:78 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:78 +msgid "You specified both ``file`` and ``files``, or you specified both ``embed`` and ``embeds``, or the ``reference`` object is not a :class:`~discord.Message`, :class:`~discord.MessageReference` or :class:`~discord.PartialMessage`." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:17 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:80 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:17 +msgid "The message that was sent." msgstr "" -#: discord.Guild.system_channel_flags:1 of -msgid "Returns the guild's system channel settings." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:81 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.send:81 +msgid ":class:`~discord.Message`" msgstr "" -#: discord.Guild.system_channel_flags:3 of -#, fuzzy -msgid ":class:`SystemChannelFlags`" -msgstr ":class:`bytes`" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:3 +msgid "Triggers a *typing* indicator to the destination." +msgstr "" -#: discord.Guild.rules_channel:1 of -msgid "" -"Return's the guild's channel used for the rules. The guild must be a " -"Community guild." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:5 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.trigger_typing:5 +msgid "*Typing* indicator will go away after 10 seconds, or after a message is sent." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.fetch_message:3 +msgid "Retrieves a single :class:`~discord.Message` from the destination." msgstr "" -#: discord.Guild.public_updates_channel:1 of -msgid "" -"Return's the guild's channel where admins and moderators of the guilds " -"receive notices from Discord. The guild must be a Community guild." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:3 +msgid "Retrieves all messages that are currently pinned in the channel." msgstr "" -#: discord.Guild.emoji_limit:1 of -msgid "The maximum number of emoji slots this guild has." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:7 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:7 +msgid "Due to a limitation with the Discord API, the :class:`.Message` objects returned by this method do not contain complete :attr:`.Message.reactions` data." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:11 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:11 +msgid "Retrieving the pinned messages failed." msgstr "" -#: discord.Guild.sticker_limit:1 of -msgid "The maximum number of sticker slots this guild has." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:13 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:13 +msgid "The messages that are currently pinned." msgstr "" -#: discord.Guild.bitrate_limit:1 of -msgid "The maximum bitrate for voice channels this guild can have." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.pins:14 +msgid "List[:class:`~discord.Message`]" msgstr "" -#: discord.Guild.filesize_limit:1 of -msgid "The maximum number of bytes files can have when uploaded to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:1 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:1 +msgid "Returns an :term:`asynchronous iterator` that enables receiving the destination's message history." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:3 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:3 +msgid "You must have :attr:`~discord.Permissions.read_message_history` permissions to use this." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:18 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:14 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:14 +msgid "Flattening into a list: ::" msgstr "" -#: discord.Guild.members:1 of -msgid "A list of members that belong to this guild." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:21 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:21 +msgid "The number of messages to retrieve. If ``None``, retrieves every message in the channel. Note, however, that this would make it a slow operation." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:25 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:25 +msgid "Retrieve messages before this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:29 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:29 +msgid "Retrieve messages after this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:33 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:33 +msgid "Retrieve messages around this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time. When using this argument, the maximum limit is 101. Note that if the limit is an even number then this will return at most limit + 1 messages." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:39 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:39 +msgid "If set to ``True``, return messages in oldest->newest order. Defaults to ``True`` if ``after`` is specified, otherwise ``False``." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:43 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:43 +msgid "You do not have permissions to get channel message history." msgstr "" -#: discord.Guild.members:3 discord.Guild.premium_subscribers:3 -#: discord.Role.members:3 discord.StageChannel.listeners:5 -#: discord.StageChannel.members:3 discord.StageChannel.moderators:5 -#: discord.StageChannel.requesting_to_speak:3 discord.StageChannel.speakers:5 -#: discord.TextChannel.members:3 discord.VoiceChannel.members:3 -#: discord.guild.Guild.query_members:33 discord.widget.Widget:47 of -#, fuzzy -msgid "List[:class:`Member`]" -msgstr ":class:`bytes`" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:44 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:44 +msgid "The request to get message history failed." +msgstr "" -#: discord.guild.Guild.get_member:1 of -msgid "Returns a member with the given ID." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/user.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/member.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/threads.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:46 +#: ../../../discord/channel.py:docstring of discord.abc.Messageable.history:46 +msgid ":class:`~discord.Message` -- The message with the message data parsed." msgstr "" -#: discord.guild.Guild.get_member:10 of -msgid "The member or ``None`` if not found." +#: ../../api.rst:3487 +msgid "Connectable" msgstr "" -#: discord.Guild.owner:3 discord.Thread.owner:3 -#: discord.guild.Guild.get_member:11 discord.guild.Guild.get_member_named:24 -#: discord.raw_models.RawReactionActionEvent:40 of -msgid "Optional[:class:`Member`]" +#: ../../../discord/abc.py:docstring of discord.abc.Connectable:1 +msgid "An ABC that details the common operations on a channel that can connect to a voice server." msgstr "" -#: discord.Guild.premium_subscribers:1 of -msgid "A list of members who have \"boosted\" this guild." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:3 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:3 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:3 +msgid "Connects to voice and creates a :class:`~discord.VoiceClient` to establish your connection to the voice server." msgstr "" -#: discord.Guild.roles:1 of -msgid "Returns a :class:`list` of the guild's roles in hierarchy order." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:6 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:6 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:6 +msgid "This requires :attr:`~discord.Intents.voice_states`." msgstr "" -#: discord.Guild.roles:3 of -msgid "The first element of this list will be the lowest role in the hierarchy." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:8 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:8 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:8 +msgid "The timeout in seconds to wait for the voice endpoint." msgstr "" -#: discord.guild.Guild.get_role:1 of -msgid "Returns a role with the given ID." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:10 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:10 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:10 +msgid "Whether the bot should automatically attempt a reconnect if a part of the handshake fails or the gateway goes down." msgstr "" -#: discord.guild.Guild.get_role:5 of -#, fuzzy -msgid "``role_id`` parameter is now positional-only." -msgstr "すべてのパラメータがオプションです。" +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:14 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:14 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:14 +msgid "A type that subclasses :class:`~discord.VoiceProtocol` to connect with. Defaults to :class:`~discord.VoiceClient`." +msgstr "" -#: discord.guild.Guild.get_role:10 of -msgid "The role or ``None`` if not found." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:18 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:18 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:18 +msgid "Could not connect to the voice channel in time." msgstr "" -#: discord.Guild.premium_subscriber_role:5 discord.Guild.self_role:5 -#: discord.guild.Guild.get_role:11 discord.member.Member.get_role:9 of -#, fuzzy -msgid "Optional[:class:`Role`]" -msgstr ":class:`.Profile`" +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:19 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:19 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:19 +msgid "You are already connected to a voice channel." +msgstr "" -#: discord.Guild.default_role:1 of -msgid "Gets the @everyone role that all members have by default." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:20 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:20 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:20 +msgid "The opus library has not been loaded." msgstr "" -#: discord.Guild.default_role:3 discord.Member.top_role:6 -#: discord.guild.Guild.create_role:46 discord.role.Role.edit:50 of -msgid ":class:`Role`" +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:22 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:22 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:22 +msgid "A voice client that is fully connected to the voice server." msgstr "" -#: discord.Guild.premium_subscriber_role:1 of -msgid "Gets the premium subscriber role, AKA \"boost\" role, in this guild." +#: ../../../discord/abc.py:docstring of discord.abc.Connectable.connect:23 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:23 +#: ../../../discord/channel.py:docstring of discord.abc.Connectable.connect:23 +msgid ":class:`~discord.VoiceProtocol`" msgstr "" -#: discord.Guild.self_role:1 of -#, fuzzy -msgid "Gets the role associated with this client's user, if any." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" +#: ../../api.rst:3497 +msgid "Discord Models" +msgstr "Discordモデル" -#: discord.Guild.stage_instances:1 of -msgid "" -"Returns a :class:`list` of the guild's stage instances that are currently" -" running." -msgstr "" +#: ../../api.rst:3499 +msgid "Models are classes that are received from Discord and are not meant to be created by the user of the library." +msgstr "モデルはDiscordから受け取るクラスであり、ユーザーによって作成されることを想定していません。" -#: discord.Guild.stage_instances:6 of -#, fuzzy -msgid "List[:class:`StageInstance`]" -msgstr ":class:`str`" +#: ../../api.rst:3504 +msgid "The classes listed below are **not intended to be created by users** and are also **read-only**." +msgstr "下記のクラスは、 **ユーザーによって作成されることを想定しておらず** 、中には **読み取り専用** のものもあります。" -#: discord.guild.Guild.get_stage_instance:1 of -#, fuzzy -msgid "Returns a stage instance with the given ID." -msgstr "Optional[:class:`~discord.User`]: 与えられたIDを持つユーザーを返します。" +#: ../../api.rst:3507 +msgid "For example, this means that you should not make your own :class:`User` instances nor should you modify the :class:`User` instance yourself." +msgstr "つまり、独自の :class:`User` を作成は行うべきではなく、また、 :class:`User` インスタンスの値の変更もするべきではありません。" -#: discord.guild.Guild.get_stage_instance:8 of -msgid "The stage instance or ``None`` if not found." -msgstr "" +#: ../../api.rst:3510 +msgid "If you want to get one of these model classes instances they'd have to be through the cache, and a common way of doing so is through the :func:`utils.find` function or attributes of model classes that you receive from the events specified in the :ref:`discord-api-events`." +msgstr "このようなモデルクラスのインスタンスを取得したい場合は、 キャッシュを経由して取得する必要があります。一般的な方法としては :func:`utils.find` 関数を用いるか、 :ref:`discord-api-events` の特定のイベントから受け取る方法が挙げられます。" -#: discord.StageChannel.instance:5 discord.guild.Guild.get_stage_instance:9 of -#, fuzzy -msgid "Optional[:class:`StageInstance`]" -msgstr ":class:`str`" +#: ../../api.rst:3517 +#: ../../api.rst:3992 +msgid "Nearly all classes here have :ref:`py:slots` defined which means that it is impossible to have dynamic attributes to the data classes." +msgstr "ほぼすべてのクラスに :ref:`py:slots` が定義されています。つまり、データクラスに動的に変数を追加することは不可能です。" -#: discord.Guild.owner:1 of -#, fuzzy -msgid "The member that owns the guild." -msgstr "ギルドの名前。" +#: ../../api.rst:3522 +msgid "ClientUser" +msgstr "ClientUser" -#: discord.Guild.icon:1 discord.PartialInviteGuild.icon:1 -#: discord.PartialWebhookGuild.icon:1 of -#, fuzzy -msgid "Returns the guild's icon asset, if available." -msgstr "役職の名前を返します。" +#: ../../../discord/user.py:docstring of discord.user.ClientUser:1 +msgid "Represents your Discord user." +msgstr "あなたのDiscordユーザー。" -#: discord.Guild.banner:1 discord.PartialInviteGuild.banner:1 of -#, fuzzy -msgid "Returns the guild's banner asset, if available." -msgstr "役職の名前を返します。" +#: ../../../discord/user.py:docstring of discord.user.ClientUser:7 +#: ../../../discord/user.py:docstring of discord.user.User:7 +msgid "Checks if two users are equal." +msgstr "二つのユーザーが等しいかを比較します。" -#: discord.Guild.splash:1 discord.PartialInviteGuild.splash:1 of -#, fuzzy -msgid "Returns the guild's invite splash asset, if available." -msgstr "ギルドの招待時のスプラッシュ画像の変更" +#: ../../../discord/user.py:docstring of discord.user.ClientUser:11 +#: ../../../discord/user.py:docstring of discord.user.User:11 +msgid "Checks if two users are not equal." +msgstr "二つのユーザーが等しいものではないか比較します。" -#: discord.Guild.discovery_splash:1 of -#, fuzzy -msgid "Returns the guild's discovery splash asset, if available." -msgstr "ギルドの招待時のスプラッシュ画像の変更" +#: ../../../discord/user.py:docstring of discord.user.ClientUser:15 +#: ../../../discord/user.py:docstring of discord.user.User:15 +msgid "Return the user's hash." +msgstr "ユーザーのハッシュ値を返します。" -#: discord.Guild.member_count:1 of -msgid "Returns the true member count regardless of it being loaded fully or not." -msgstr "" +#: ../../../discord/user.py:docstring of discord.user.ClientUser:19 +#: ../../../discord/user.py:docstring of discord.user.User:19 +msgid "Returns the user's name with discriminator." +msgstr "ユーザー名とディスクリミネータを返します。" -#: discord.Guild.member_count:5 of -msgid "" -"Due to a Discord limitation, in order for this attribute to remain up-to-" -"date and accurate, it requires :attr:`Intents.members` to be specified." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:29 +#: ../../../discord/user.py:docstring of discord.user.User:29 +msgid "The user's unique ID." msgstr "" -#: discord.Guild.chunked:1 of -msgid "Returns a boolean indicating if the guild is \"chunked\"." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:35 +#: ../../../discord/user.py:docstring of discord.user.User:35 +msgid "The user's discriminator. This is given when the username has conflicts." msgstr "" -#: discord.Guild.chunked:3 of -msgid "" -"A chunked guild means that :attr:`member_count` is equal to the number of" -" members stored in the internal :attr:`members` cache." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:47 +#: ../../../discord/user.py:docstring of discord.user.User:47 +msgid "Specifies if the user is a system user (i.e. represents Discord officially)." msgstr "" -#: discord.Guild.chunked:6 of -msgid "" -"If this value returns ``False``, then you should request for offline " -"members." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:55 +msgid "Specifies if the user's email is verified." msgstr "" -#: discord.Guild.shard_id:1 of -#, fuzzy -msgid "Returns the shard ID for this guild if applicable." -msgstr ":exc:`.Forbidden` -- ギルドのウィジェットが有効化されていない。" - -#: discord.Guild.created_at:1 discord.PartialInviteGuild.created_at:1 of -msgid "Returns the guild's creation time in UTC." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:61 +msgid "The IETF language tag used to identify the language the user is using." msgstr "" -#: discord.guild.Guild.get_member_named:1 of -msgid "Returns the first member found that matches the name provided." +#: ../../../discord/user.py:docstring of discord.user.ClientUser:67 +msgid "Specifies if the user has MFA turned on and working." msgstr "" -#: discord.guild.Guild.get_member_named:3 of -msgid "" -"The name can have an optional discriminator argument, e.g. \"Jake#0001\" " -"or \"Jake\" will both do the lookup. However the former will give a more " -"precise result. Note that the discriminator must have all 4 digits for " -"this to work." +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:3 +msgid "Edits the current profile of the client." +msgstr "現在のクライアントのプロフィールを編集します。" + +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:7 +msgid "To upload an avatar, a :term:`py:bytes-like object` must be passed in that represents the image being uploaded. If this is done through a file then the file must be opened via ``open('some_filename', 'rb')`` and the :term:`py:bytes-like object` is given through the use of ``fp.read()``." +msgstr "アバターをアップロードする際には、アップロードする画像を表す :term:`py:bytes-like object` を渡す必要があります。これをファイルを介して行う場合、ファイルを ``open('some_filename', 'rb')`` で開き、 :term:`py:bytes-like object` は ``fp.read()`` で取得できます。" + +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:12 +msgid "The only image formats supported for uploading is JPEG and PNG." msgstr "" -#: discord.guild.Guild.get_member_named:8 of -msgid "" -"If a nickname is passed, then it is looked up via the nickname. Note " -"however, that a nickname + discriminator combo will not lookup the " -"nickname but rather the username + discriminator combo due to nickname + " -"discriminator not being unique." +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:14 +msgid "The edit is no longer in-place, instead the newly edited client user is returned." msgstr "" -#: discord.guild.Guild.get_member_named:13 of -msgid "If no member is found, ``None`` is returned." +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:21 +msgid "The new username you wish to change to." +msgstr "変更する際の新しいユーザー名。" + +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:23 +msgid "A :term:`py:bytes-like object` representing the image to upload. Could be ``None`` to denote no avatar." +msgstr "アップロードする画像を表す :term:`py:bytes-like object` 。アバターをなしにしたい場合は ``None`` を設定することが出来ます。" + +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:27 +msgid "Editing your profile failed." msgstr "" -#: discord.guild.Guild.get_member_named:17 of -#, fuzzy -msgid "``name`` parameter is now positional-only." -msgstr "すべてのパラメータがオプションです。" +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:28 +msgid "Wrong image format passed for ``avatar``." +msgstr "" -#: discord.guild.Guild.get_member_named:19 of -msgid "The name of the member to lookup with an optional discriminator." +#: ../../../discord/user.py:docstring of discord.user.ClientUser.edit:30 +msgid "The newly edited client user." msgstr "" -#: discord.guild.Guild.get_member_named:22 of -msgid "" -"The member in this guild with the associated name. If not found then " -"``None`` is returned." +#: ../../../discord/user.py:docstring of discord.user.User:1 +msgid "Represents a Discord user." msgstr "" -#: discord.guild.Guild.create_text_channel:3 of -msgid "Creates a :class:`TextChannel` for the guild." +#: ../../../discord/user.py:docstring of discord.User.dm_channel:1 +msgid "Returns the channel associated with this user if it exists." msgstr "" -#: discord.guild.Guild.create_text_channel:5 of -msgid "" -"Note that you need the :attr:`~Permissions.manage_channels` permission to" -" create the channel." +#: ../../../discord/user.py:docstring of discord.User.dm_channel:3 +msgid "If this returns ``None``, you can create a DM channel by calling the :meth:`create_dm` coroutine function." +msgstr "これが ``None`` を返すなら、あなたは :meth:`create_dm` コルーチン関数を使って、DMチャンネルを作ることができます。" + +#: ../../../discord/user.py:docstring of discord.User.dm_channel:6 +msgid "Optional[:class:`DMChannel`]" msgstr "" -#: discord.guild.Guild.create_text_channel:8 of -msgid "" -"The ``overwrites`` parameter can be used to create a 'secret' channel " -"upon creation. This parameter expects a :class:`dict` of overwrites with " -"the target (either a :class:`Member` or a :class:`Role`) as the key and a" -" :class:`PermissionOverwrite` as the value." +#: ../../../discord/user.py:docstring of discord.User.mutual_guilds:1 +msgid "The guilds that the user shares with the client." msgstr "" -#: discord.guild.Guild.create_text_channel:15 of -msgid "" -"Creating a channel of a specified position will not update the position " -"of other channels to follow suit. A follow-up call to " -":meth:`~TextChannel.edit` will be required to update the position of the " -"channel in the channel list." +#: ../../../discord/user.py:docstring of discord.User.mutual_guilds:5 +msgid "This will only return mutual guilds within the client's internal cache." msgstr "" -#: discord.guild.Guild.create_text_channel:25 of -msgid "Creating a basic channel:" +#: ../../../discord/user.py:docstring of discord.User.mutual_guilds:9 +msgid "List[:class:`Guild`]" msgstr "" -#: discord.guild.Guild.create_text_channel:31 of -msgid "Creating a \"secret\" channel:" +#: ../../../discord/user.py:docstring of discord.user.User.create_dm:3 +#: ../../../discord/member.py:docstring of discord.member.flatten_user..generate_function..general:3 +msgid "Creates a :class:`DMChannel` with this user." +msgstr "このユーザーと :class:`DMChannel` を作ります。" + +#: ../../api.rst:3544 +msgid "Attachment" msgstr "" -#: discord.guild.Guild.create_stage_channel:11 -#: discord.guild.Guild.create_text_channel:42 -#: discord.guild.Guild.create_voice_channel:9 discord.widget.WidgetChannel:29 -#: of -msgid "The channel's name." +#: ../../../discord/message.py:docstring of discord.message.Attachment:1 +msgid "Represents an attachment from Discord." msgstr "" -#: discord.guild.Guild.create_stage_channel:15 -#: discord.guild.Guild.create_text_channel:44 -#: discord.guild.Guild.create_voice_channel:11 of -msgid "" -"A :class:`dict` of target (either a role or a member) to " -":class:`PermissionOverwrite` to apply upon creation of a channel. Useful " -"for creating secret channels." +#: ../../../discord/message.py:docstring of discord.message.Attachment:7 +msgid "Returns the URL of the attachment." msgstr "" -#: discord.guild.Guild.create_stage_channel:19 -#: discord.guild.Guild.create_text_channel:48 -#: discord.guild.Guild.create_voice_channel:15 of -msgid "" -"The category to place the newly created channel under. The permissions " -"will be automatically synced to category if no overwrites are provided." +#: ../../../discord/message.py:docstring of discord.message.Attachment:11 +msgid "Checks if the attachment is equal to another attachment." msgstr "" -#: discord.channel.TextChannel.edit:23 -#: discord.guild.Guild.create_stage_channel:13 -#: discord.guild.Guild.create_text_channel:55 of -msgid "The new channel's topic." +#: ../../../discord/message.py:docstring of discord.message.Attachment:15 +msgid "Checks if the attachment is not equal to another attachment." msgstr "" -#: discord.guild.Guild.create_text_channel:57 of -msgid "" -"Specifies the slowmode rate limit for user in this channel, in seconds. " -"The maximum value possible is `21600`." +#: ../../../discord/message.py:docstring of discord.message.Attachment:19 +msgid "Returns the hash of the attachment." msgstr "" -#: discord.channel.StoreChannel.edit:19 discord.channel.TextChannel.edit:27 -#: discord.guild.Guild.create_text_channel:60 of -msgid "To mark the channel as NSFW or not." +#: ../../../discord/message.py:docstring of discord.message.Attachment:21 +msgid "Attachment can now be casted to :class:`str` and is hashable." msgstr "" -#: discord.guild.Guild.create_stage_channel:26 -#: discord.guild.Guild.create_text_channel:62 -#: discord.guild.Guild.create_voice_channel:35 of -msgid "The reason for creating this channel. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Attachment:26 +msgid "The attachment ID." msgstr "" -#: discord.channel.StoreChannel.edit:36 discord.channel.TextChannel.edit:52 -#: discord.guild.Guild.create_category:16 -#: discord.guild.Guild.create_stage_channel:31 -#: discord.guild.Guild.create_text_channel:67 -#: discord.guild.Guild.create_voice_channel:40 of -msgid "The permission overwrite information is not in proper form." +#: ../../../discord/message.py:docstring of discord.message.Attachment:32 +msgid "The attachment size in bytes." msgstr "" -#: discord.channel.CategoryChannel.create_stage_channel:7 -#: discord.channel.CategoryChannel.create_text_channel:5 -#: discord.channel.CategoryChannel.create_voice_channel:5 -#: discord.guild.Guild.create_category:18 -#: discord.guild.Guild.create_stage_channel:33 -#: discord.guild.Guild.create_text_channel:69 -#: discord.guild.Guild.create_voice_channel:42 of -msgid "The channel that was just created." +#: ../../../discord/message.py:docstring of discord.message.Attachment:38 +msgid "The attachment's height, in pixels. Only applicable to images and videos." msgstr "" -#: discord.channel.CategoryChannel.create_text_channel:6 -#: discord.guild.Guild.create_text_channel:70 of -msgid ":class:`TextChannel`" +#: ../../../discord/message.py:docstring of discord.message.Attachment:44 +msgid "The attachment's width, in pixels. Only applicable to images and videos." msgstr "" -#: discord.guild.Guild.create_voice_channel:3 of -msgid "" -"This is similar to :meth:`create_text_channel` except makes a " -":class:`VoiceChannel` instead." +#: ../../../discord/message.py:docstring of discord.message.Attachment:50 +msgid "The attachment's filename." msgstr "" -#: discord.channel.StageChannel:62 discord.channel.VoiceChannel:54 -#: discord.guild.Guild.create_voice_channel:22 of -msgid "The channel's preferred audio bitrate in bits per second." +#: ../../../discord/message.py:docstring of discord.message.Attachment:56 +msgid "The attachment URL. If the message this attachment was attached to is deleted, then this will 404." msgstr "" -#: discord.channel.VoiceChannel:60 discord.guild.Guild.create_voice_channel:24 -#: of -msgid "The channel's limit for number of members that can be in a voice channel." +#: ../../../discord/message.py:docstring of discord.message.Attachment:63 +msgid "The proxy URL. This is a cached version of the :attr:`~Attachment.url` in the case of images. When the message is deleted, this URL might be valid for a few minutes or not valid at all." msgstr "" -#: discord.guild.Guild.create_voice_channel:26 of -msgid "" -"The region for the voice channel's voice communication. A value of " -"``None`` indicates automatic voice region detection. .. versionadded:: " -"1.7" +#: ../../../discord/message.py:docstring of discord.message.Attachment:71 +msgid "The attachment's `media type `_" msgstr "" -#: discord.channel.VoiceChannel:66 discord.guild.Guild.create_voice_channel:26 -#: of -msgid "" -"The region for the voice channel's voice communication. A value of " -"``None`` indicates automatic voice region detection." +#: ../../../discord/message.py:docstring of discord.message.Attachment:79 +msgid "The attachment's description. Only applicable to images." msgstr "" -#: discord.channel.VoiceChannel.edit:45 -#: discord.guild.Guild.create_voice_channel:31 of -msgid "" -"The camera video quality for the voice channel's participants. .. " -"versionadded:: 2.0" +#: ../../../discord/message.py:docstring of discord.message.Attachment:87 +msgid "Whether the attachment is ephemeral." msgstr "" -#: discord.channel.CategoryChannel.create_voice_channel:6 -#: discord.guild.Guild.create_voice_channel:43 of -#, fuzzy -msgid ":class:`VoiceChannel`" -msgstr "ボイスチャンネル。" +#: ../../../discord/message.py:docstring of discord.message.Attachment.is_spoiler:1 +msgid ":class:`bool`: Whether this attachment contains a spoiler." +msgstr "" -#: discord.guild.Guild.create_stage_channel:3 of -msgid "" -"This is similar to :meth:`create_text_channel` except makes a " -":class:`StageChannel` instead." +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:3 +msgid "Saves this attachment into a file-like object." msgstr "" -#: discord.channel.CategoryChannel.create_stage_channel:8 -#: discord.guild.Guild.create_stage_channel:34 of -#, fuzzy -msgid ":class:`StageChannel`" -msgstr "ボイスチャンネル。" +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:5 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:5 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:5 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:5 +msgid "The file-like object to save this attachment to or the filename to use. If a filename is passed then a file is created with that filename and used instead." +msgstr "" -#: discord.guild.Guild.create_category:3 of -msgid "" -"Same as :meth:`create_text_channel` except makes a " -":class:`CategoryChannel` instead." +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:9 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:9 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:9 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:9 +msgid "Whether to seek to the beginning of the file after saving is successfully done." msgstr "" -#: discord.guild.Guild.create_category:7 of -msgid "" -"The ``category`` parameter is not supported in this function since " -"categories cannot have categories." +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:12 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:7 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:8 +msgid "Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading the attachment. This will allow attachments to be saved after deletion more often, compared to the regular URL which is generally deleted right after the message is deleted. Note that this can still fail to download deleted attachments if too much time has passed and it does not work on some types of attachments." msgstr "" -#: discord.guild.Guild.create_category:19 of -#, fuzzy -msgid ":class:`CategoryChannel`" -msgstr ":class:`str`" +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:20 +msgid "Saving the attachment failed." +msgstr "" -#: discord.guild.Guild.leave:3 of -msgid "Leaves the guild." +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:21 +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:17 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:24 +msgid "The attachment was deleted." msgstr "" -#: discord.guild.Guild.leave:7 of -msgid "" -"You cannot leave the guild that you own, you must delete it instead via " -":meth:`delete`." +#: ../../../discord/message.py:docstring of discord.message.Attachment.save:23 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:17 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:17 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:17 +msgid "The number of bytes written." msgstr "" -#: discord.guild.Guild.leave:10 of -#, fuzzy -msgid "Leaving the guild failed." -msgstr "ギルドのアイコンの変更" +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:3 +msgid "Retrieves the content of this attachment as a :class:`bytes` object." +msgstr "" -#: discord.guild.Guild.delete:3 of -msgid "Deletes the guild. You must be the guild owner to delete the guild." +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:15 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:22 +msgid "Downloading the attachment failed." msgstr "" -#: discord.guild.Guild.delete:6 of -#, fuzzy -msgid "Deleting the guild failed." -msgstr ":exc:`.HTTPException` -- ギルドの取得に失敗した。" +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:16 +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:23 +msgid "You do not have permissions to access this attachment" +msgstr "" -#: discord.guild.Guild.delete:7 of -#, fuzzy -msgid "You do not have permissions to delete the guild." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/message.py:docstring of discord.message.Attachment.read:19 +msgid "The contents of the attachment." +msgstr "" -#: discord.guild.Guild.edit:3 of -msgid "Edits the guild." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:3 +msgid "Converts the attachment into a :class:`File` suitable for sending via :meth:`abc.Messageable.send`." msgstr "" -#: discord.guild.Guild.edit:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to edit " -"the guild." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:8 +msgid "Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading the attachment. This will allow attachments to be saved after deletion more often, compared to the regular URL which is generally deleted right after the message is deleted. Note that this can still fail to download deleted attachments if too much time has passed and it does not work on some types of attachments. .. versionadded:: 1.4" msgstr "" -#: discord.guild.Guild.edit:8 of -msgid "" -"The `rules_channel` and `public_updates_channel` keyword-only parameters " -"were added." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:17 +msgid "Whether the file is a spoiler. .. versionadded:: 1.4" msgstr "" -#: discord.guild.Guild.edit:11 of -msgid "The `discovery_splash` and `community` keyword-only parameters were added." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:17 +msgid "Whether the file is a spoiler." msgstr "" -#: discord.guild.Guild.edit:14 of -msgid "The newly updated guild is returned." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:26 +msgid "The attachment as a file suitable for sending." msgstr "" -#: discord.guild.Guild.edit:17 of -msgid "The ``region`` keyword parameter has been removed." +#: ../../../discord/message.py:docstring of discord.message.Attachment.to_file:27 +msgid ":class:`File`" msgstr "" -#: discord.guild.Guild.edit:24 of -msgid "The new name of the guild." +#: ../../api.rst:3552 +msgid "Asset" msgstr "" -#: discord.guild.Guild.edit:26 of -msgid "" -"The new description of the guild. Could be ``None`` for no description. " -"This is only available to guilds that contain ``PUBLIC`` in " -":attr:`Guild.features`." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:1 +msgid "Represents a CDN asset on Discord." msgstr "" -#: discord.guild.Guild.edit:29 of -msgid "" -"A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG is " -"supported. GIF is only available to guilds that contain ``ANIMATED_ICON``" -" in :attr:`Guild.features`. Could be ``None`` to denote removal of the " -"icon." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:7 +msgid "Returns the URL of the CDN asset." msgstr "" -#: discord.guild.Guild.edit:33 of -msgid "" -"A :term:`py:bytes-like object` representing the banner. Could be ``None``" -" to denote removal of the banner. This is only available to guilds that " -"contain ``BANNER`` in :attr:`Guild.features`." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:11 +msgid "Returns the length of the CDN asset's URL." msgstr "" -#: discord.guild.Guild.edit:37 of -msgid "" -"A :term:`py:bytes-like object` representing the invite splash. Only " -"PNG/JPEG supported. Could be ``None`` to denote removing the splash. This" -" is only available to guilds that contain ``INVITE_SPLASH`` in " -":attr:`Guild.features`." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:15 +msgid "Checks if the asset is equal to another asset." msgstr "" -#: discord.guild.Guild.edit:42 of -msgid "" -"A :term:`py:bytes-like object` representing the discovery splash. Only " -"PNG/JPEG supported. Could be ``None`` to denote removing the splash. This" -" is only available to guilds that contain ``DISCOVERABLE`` in " -":attr:`Guild.features`." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:19 +msgid "Checks if the asset is not equal to another asset." msgstr "" -#: discord.guild.Guild.edit:47 of -msgid "" -"Whether the guild should be a Community guild. If set to ``True``\\, both" -" ``rules_channel`` and ``public_updates_channel`` parameters are " -"required." +#: ../../../discord/asset.py:docstring of discord.asset.Asset:23 +msgid "Returns the hash of the asset." msgstr "" -#: discord.guild.Guild.edit:50 of -msgid "" -"The new channel that is the AFK channel. Could be ``None`` for no AFK " -"channel." +#: ../../../discord/asset.py:docstring of discord.Asset.url:1 +msgid "Returns the underlying URL of the asset." msgstr "" -#: discord.guild.Guild.edit:52 of -msgid "The number of seconds until someone is moved to the AFK channel." +#: ../../../discord/asset.py:docstring of discord.Asset.key:1 +msgid "Returns the identifying key of the asset." msgstr "" -#: discord.guild.Guild.edit:54 of -msgid "" -"The new owner of the guild to transfer ownership to. Note that you must " -"be owner of the guild to do this." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.is_animated:1 +msgid ":class:`bool`: Returns whether the asset is animated." msgstr "" -#: discord.guild.Guild.edit:57 of -msgid "The new verification level for the guild." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:1 +msgid "Returns a new asset with the passed components replaced." msgstr "" -#: discord.guild.Guild.edit:59 of -msgid "The new default notification level for the guild." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:7 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:7 +msgid "The new size of the asset." msgstr "" -#: discord.guild.Guild.edit:61 of -msgid "The new explicit content filter for the guild." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:9 +msgid "The new format to change it to. Must be either 'webp', 'jpeg', 'jpg', 'png', or 'gif' if it's animated." msgstr "" -#: discord.guild.Guild.edit:63 of -msgid "The new vanity code for the guild." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:12 +msgid "The new format to change it to if the asset isn't animated. Must be either 'webp', 'jpeg', 'jpg', or 'png'." msgstr "" -#: discord.guild.Guild.edit:65 of -msgid "" -"The new channel that is used for the system channel. Could be ``None`` " -"for no system channel." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:16 +msgid "An invalid size or format was passed." msgstr "" -#: discord.guild.Guild.edit:67 of -msgid "The new system channel settings to use with the new system channel." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.replace:18 +msgid "The newly updated asset." msgstr "" -#: discord.guild.Guild.edit:69 of -msgid "" -"The new preferred locale for the guild. Used as the primary language in " -"the guild. If set, this must be an ISO 639 code, e.g. ``en-US`` or ``ja``" -" or ``zh-CN``." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:1 +msgid "Returns a new asset with the specified size." msgstr "" -#: discord.guild.Guild.edit:72 of -msgid "" -"The new channel that is used for rules. This is only available to guilds " -"that contain ``PUBLIC`` in :attr:`Guild.features`. Could be ``None`` for " -"no rules channel." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:10 +msgid "The asset had an invalid size." msgstr "" -#: discord.guild.Guild.edit:76 of -msgid "" -"The new channel that is used for public updates from Discord. This is " -"only available to guilds that contain ``PUBLIC`` in " -":attr:`Guild.features`. Could be ``None`` for no public updates channel." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_size:12 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:12 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:15 +msgid "The new updated asset." msgstr "" -#: discord.guild.Guild.edit:80 of -msgid "The reason for editing this guild. Shows up on the audit log." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:1 +msgid "Returns a new asset with the specified format." msgstr "" -#: discord.guild.Guild.edit:83 of -#, fuzzy -msgid "You do not have permissions to edit the guild." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" - -#: discord.guild.Guild.edit:84 discord.integrations.StreamIntegration.edit:20 -#: of -#, fuzzy -msgid "Editing the guild failed." -msgstr ":exc:`.HTTPException` -- ギルドの取得に失敗した。" +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:7 +msgid "The new format of the asset." +msgstr "" -#: discord.guild.Guild.edit:85 of -msgid "" -"The image format passed in to ``icon`` is invalid. It must be PNG or " -"JPG. This is also raised if you are not the owner of the guild and " -"request an ownership transfer." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_format:10 +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:13 +msgid "The asset had an invalid format." msgstr "" -#: discord.guild.Guild.edit:86 of -msgid "" -"The type passed to the ``default_notifications``, ``verification_level``," -" ``explicit_content_filter``, or ``system_channel_flags`` parameter " -"was of the incorrect type." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:1 +msgid "Returns a new asset with the specified static format." msgstr "" -#: discord.guild.Guild.edit:88 of -msgid "" -"The newly updated guild. Note that this has the same limitations as " -"mentioned in :meth:`Client.fetch_guild` and may not have full data." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:3 +msgid "This only changes the format if the underlying asset is not animated. Otherwise, the asset is not changed." msgstr "" -#: discord.guild.Guild.fetch_channels:3 of -msgid "Retrieves all :class:`abc.GuildChannel` that the guild has." +#: ../../../discord/asset.py:docstring of discord.asset.Asset.with_static_format:10 +msgid "The new static format of the asset." msgstr "" -#: discord.guild.Guild.fetch_channels:7 of -msgid "" -"This method is an API call. For general usage, consider :attr:`channels` " -"instead." +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:3 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:3 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:3 +msgid "Retrieves the content of this asset as a :class:`bytes` object." msgstr "" -#: discord.guild.Guild.fetch_channels:12 of -#, fuzzy -msgid "Retrieving the channels failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:5 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:13 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:5 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:13 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:5 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:13 +msgid "There was no internal connection state." +msgstr "" -#: discord.guild.Guild.fetch_channels:14 of -msgid "All channels in the guild." +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:6 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:14 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:6 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:14 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:6 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:14 +msgid "Downloading the asset failed." msgstr "" -#: discord.guild.Guild.fetch_channels:15 of -#, fuzzy -msgid "Sequence[:class:`abc.GuildChannel`]" -msgstr ":class:`.Guild`" +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:7 +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:15 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:7 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:15 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:7 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:15 +msgid "The asset was deleted." +msgstr "" -#: discord.guild.Guild.active_threads:3 of -#, fuzzy -msgid "Returns a list of active :class:`Thread` that the client can access." -msgstr "クライアントが参照可能なすべての :class:`.Member` のジェネレータを返します。" +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.read:9 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.read:9 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.read:9 +msgid "The content of the asset." +msgstr "" -#: discord.guild.Guild.active_threads:5 of -msgid "This includes both private and public threads." +#: ../../../discord/asset.py:docstring of discord.asset.AssetMixin.save:3 +#: ../../../discord/emoji.py:docstring of discord.asset.AssetMixin.save:3 +#: ../../../discord/partial_emoji.py:docstring of discord.asset.AssetMixin.save:3 +msgid "Saves this asset into a file-like object." msgstr "" -#: discord.guild.Guild.active_threads:9 of -msgid "The request to get the active threads failed." +#: ../../api.rst:3561 +msgid "Message" msgstr "" -#: discord.guild.Guild.active_threads:11 of -msgid "The active threads" +#: ../../../discord/message.py:docstring of discord.message.Message:1 +msgid "Represents a message from Discord." msgstr "" -#: discord.guild.Guild.fetch_members:1 of -#, fuzzy -msgid "" -"Retrieves an :term:`asynchronous iterator` that enables receiving the " -"guild's members. In order to use this, :meth:`Intents.members` must be " -"enabled." -msgstr "Botが所属するGuildを取得できる、 :class:`AsyncIterator` を取得します。" +#: ../../../discord/message.py:docstring of discord.message.Message:15 +msgid "Returns the message's hash." +msgstr "" -#: discord.guild.Guild.fetch_members:6 of -#, fuzzy -msgid "" -"This method is an API call. For general usage, consider :attr:`members` " -"instead." -msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message:19 +msgid "Specifies if the message was done with text-to-speech. This can only be accurately received in :func:`on_message` due to a discord limitation." +msgstr "" -#: discord.guild.Guild.fetch_members:12 of -msgid "" -"The number of members to retrieve. Defaults to 1000. Pass ``None`` to " -"fetch all members. Note that this is potentially slow." +#: ../../../discord/message.py:docstring of discord.message.Message:27 +msgid "The type of message. In most cases this should not be checked, but it is helpful in cases where it might be a system message for :attr:`system_content`." msgstr "" -#: discord.guild.Guild.fetch_members:15 of -#, fuzzy -msgid "" -"Retrieve members after this date or object. If a datetime is provided, it" -" is recommended to use a UTC aware datetime. If the datetime is naive, it" -" is assumed to be local time." +#: ../../../discord/message.py:docstring of discord.message.Message:30 +msgid ":class:`MessageType`" msgstr "" -"この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" -#: discord.guild.Guild.chunk:13 discord.guild.Guild.fetch_members:20 of -#, fuzzy -msgid "The members intent is not enabled." -msgstr "メンバーがオンライン。" +#: ../../../discord/message.py:docstring of discord.message.Message:34 +msgid "A :class:`Member` that sent the message. If :attr:`channel` is a private channel or the user has the left the guild, then it is a :class:`User` instead." +msgstr "" -#: discord.guild.Guild.fetch_members:21 of -#, fuzzy -msgid "Getting the members failed." -msgstr "メンバーが退席中。" +#: ../../../discord/message.py:docstring of discord.message.Message:37 +msgid "Union[:class:`Member`, :class:`abc.User`]" +msgstr "" -#: discord.guild.Guild.fetch_members:23 of -#, fuzzy -msgid ":class:`.Member` -- The member with the member data parsed." -msgstr ":class:`.Guild` -- データを解析したGuild。" +#: ../../../discord/message.py:docstring of discord.message.Message:41 +msgid "The actual contents of the message." +msgstr "" -#: discord.guild.Guild.fetch_member:3 of -#, fuzzy -msgid "Retrieves a :class:`Member` from a guild ID, and a member ID." -msgstr "ギルドIDから :class:`.Widget` を取得します。" +#: ../../../discord/message.py:docstring of discord.message.Message:47 +msgid "The value used by the discord guild and the client to verify that the message is successfully sent. This is not stored long term within Discord's servers and is only used ephemerally." +msgstr "" -#: discord.guild.Guild.fetch_member:7 of -#, fuzzy -msgid "" -"This method is an API call. If you have :attr:`Intents.members` and " -"member cache enabled, consider :meth:`get_member` instead." -msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_user` を代わりとして使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message:50 +msgid "Optional[Union[:class:`str`, :class:`int`]]" +msgstr "" -#: discord.guild.Guild.fetch_member:11 of -msgid "``member_id`` parameter is now positional-only." +#: ../../../discord/message.py:docstring of discord.message.Message:54 +msgid "A list of embeds the message has." msgstr "" -#: discord.guild.Guild.fetch_member:13 of -msgid "The member's ID to fetch from." +#: ../../../discord/message.py:docstring of discord.message.Message:56 +msgid "List[:class:`Embed`]" msgstr "" -#: discord.guild.Guild.fetch_member:17 of -#, fuzzy -msgid "Fetching the member failed." -msgstr "メンバーが退席中。" +#: ../../../discord/message.py:docstring of discord.message.Message:60 +msgid "The :class:`TextChannel` or :class:`Thread` that the message was sent from. Could be a :class:`DMChannel` or :class:`GroupChannel` if it's a private message." +msgstr "" -#: discord.guild.Guild.fetch_member:19 of -msgid "The member from the member ID." +#: ../../../discord/message.py:docstring of discord.message.Message:63 +msgid "Union[:class:`TextChannel`, :class:`Thread`, :class:`DMChannel`, :class:`GroupChannel`, :class:`PartialMessageable`]" msgstr "" -#: discord.guild.Guild.fetch_ban:3 of -#, fuzzy -msgid "Retrieves the :class:`BanEntry` for a user." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../../discord/message.py:docstring of discord.message.Message:67 +msgid "The message that this message references. This is only applicable to messages of type :attr:`MessageType.pins_add`, crossposted messages created by a followed channel integration, or message replies." +msgstr "" -#: discord.guild.Guild.bans:5 discord.guild.Guild.fetch_ban:5 of -msgid "" -"You must have the :attr:`~Permissions.ban_members` permission to get this" -" information." +#: ../../../discord/message.py:docstring of discord.message.Message:73 +msgid "Optional[:class:`~discord.MessageReference`]" msgstr "" -#: discord.guild.Guild.fetch_ban:8 of -msgid "The user to get ban information from." +#: ../../../discord/message.py:docstring of discord.message.Message:77 +msgid "Specifies if the message mentions everyone." msgstr "" -#: discord.guild.Guild.fetch_ban:12 of -#, fuzzy -msgid "This user is not banned." -msgstr "Banが解除されたユーザー。" +#: ../../../discord/message.py:docstring of discord.message.Message:81 +msgid "This does not check if the ``@everyone`` or the ``@here`` text is in the message itself. Rather this boolean indicates if either the ``@everyone`` or the ``@here`` text is in the message **and** it did end up mentioning." +msgstr "" -#: discord.guild.Guild.fetch_ban:15 of -msgid "The :class:`BanEntry` object for the specified user." +#: ../../../discord/message.py:docstring of discord.message.Message:89 +msgid "A list of :class:`Member` that were mentioned. If the message is in a private message then the list will be of :class:`User` instead. For messages that are not of type :attr:`MessageType.default`\\, this array can be used to aid in system messages. For more information, see :attr:`system_content`." msgstr "" -#: discord.guild.Guild.fetch_ban:16 of -#, fuzzy -msgid ":class:`BanEntry`" -msgstr ":class:`bytes`" +#: ../../../discord/message.py:docstring of discord.message.Message:96 +msgid "The order of the mentions list is not in any particular order so you should not rely on it. This is a Discord limitation, not one with the library." +msgstr "" -#: discord.guild.Guild.fetch_channel:3 of -#, fuzzy -msgid "" -"Retrieves a :class:`.abc.GuildChannel` or :class:`.Thread` with the " -"specified ID." +#: ../../../discord/message.py:docstring of discord.message.Message:99 +msgid "List[:class:`abc.User`]" msgstr "" -"指定されたIDを持つ :class:`.abc.GuildChannel` または :class:`.abc.PrivateChannel` " -"を取得します。" -#: discord.guild.Guild.fetch_channel:7 of -#, fuzzy -msgid "" -"This method is an API call. For general usage, consider " -":meth:`get_channel_or_thread` instead." -msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_channel` を代わりとして使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message:103 +msgid "A list of :class:`abc.GuildChannel` that were mentioned. If the message is in a private message then the list is always empty." +msgstr "" -#: discord.guild.Guild.fetch_channel:11 of -msgid "" -"An unknown channel type was received from Discord or the guild the " -"channel belongs to is not the same as the one in this object points " -"to." +#: ../../../discord/message.py:docstring of discord.message.Message:106 +#: ../../../discord/guild.py:docstring of discord.Guild.channels:3 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.channels:5 +msgid "List[:class:`abc.GuildChannel`]" msgstr "" -#: discord.guild.Guild.fetch_channel:17 of -#, fuzzy -msgid "Union[:class:`.abc.GuildChannel`, :class:`.Thread`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/message.py:docstring of discord.message.Message:110 +msgid "A list of :class:`Role` that were mentioned. If the message is in a private message then the list is always empty." +msgstr "" -#: discord.guild.Guild.bans:3 of -msgid "" -"Retrieves all the users that are banned from the guild as a :class:`list`" -" of :class:`BanEntry`." +#: ../../../discord/message.py:docstring of discord.message.Message:113 +#: ../../../discord/guild.py:docstring of discord.Guild.roles:6 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:14 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:36 +#: ../../../discord/member.py:docstring of discord.Member.roles:7 +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:5 +msgid "List[:class:`Role`]" msgstr "" -#: discord.guild.Guild.bans:11 of -msgid "A list of :class:`BanEntry` objects." +#: ../../../discord/message.py:docstring of discord.message.Message:117 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:37 +msgid "The message ID." msgstr "" -#: discord.guild.Guild.bans:12 of -#, fuzzy -msgid "List[:class:`BanEntry`]" -msgstr ":class:`str`" +#: ../../../discord/message.py:docstring of discord.message.Message:123 +msgid "If this message was sent by a webhook, then this is the webhook ID's that sent this message." +msgstr "" -#: discord.guild.Guild.prune_members:3 of -msgid "Prunes the guild from its inactive members." +#: ../../../discord/message.py:docstring of discord.message.Message:130 +msgid "A list of attachments given to a message." msgstr "" -#: discord.guild.Guild.prune_members:5 of -msgid "" -"The inactive members are denoted if they have not logged on in ``days`` " -"number of days and they have no roles." +#: ../../../discord/message.py:docstring of discord.message.Message:132 +msgid "List[:class:`Attachment`]" msgstr "" -#: discord.guild.Guild.prune_members:8 of -msgid "" -"You must have the :attr:`~Permissions.kick_members` permission to use " -"this." +#: ../../../discord/message.py:docstring of discord.message.Message:136 +msgid "Specifies if the message is currently pinned." msgstr "" -#: discord.guild.Guild.prune_members:11 of -msgid "" -"To check how many members you would prune without actually pruning, see " -"the :meth:`estimate_pruned_members` function." +#: ../../../discord/message.py:docstring of discord.message.Message:142 +msgid "Extra features of the message." msgstr "" -#: discord.guild.Guild.prune_members:14 of -msgid "To prune members that have specific roles see the ``roles`` parameter." +#: ../../../discord/message.py:docstring of discord.message.Message:146 +msgid ":class:`MessageFlags`" msgstr "" -#: discord.guild.Guild.prune_members:16 of -msgid "The ``roles`` keyword-only parameter was added." +#: ../../../discord/message.py:docstring of discord.message.Message:150 +msgid "Reactions to a message. Reactions can be either custom emoji or standard unicode emoji." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:14 -#: discord.guild.Guild.prune_members:23 of -msgid "The number of days before counting as inactive." +#: ../../../discord/message.py:docstring of discord.message.Message:152 +msgid "List[:class:`Reaction`]" msgstr "" -#: discord.guild.Guild.prune_members:27 of -msgid "" -"Whether to compute the prune count. This defaults to ``True`` which makes" -" it prone to timeouts in very large guilds. In order to prevent timeouts," -" you must set this to ``False``. If this is set to ``False``\\, then this" -" function will always return ``None``." +#: ../../../discord/message.py:docstring of discord.message.Message:156 +msgid "The activity associated with this message. Sent with Rich-Presence related messages that for example, request joining, spectating, or listening to or with another member." msgstr "" -#: discord.guild.Guild.prune_members:32 of -msgid "" -"A list of :class:`abc.Snowflake` that represent roles to include in the " -"pruning process. If a member has a role that is not specified, they'll be" -" excluded." +#: ../../../discord/message.py:docstring of discord.message.Message:159 +msgid "It is a dictionary with the following optional keys:" msgstr "" -#: discord.guild.Guild.estimate_pruned_members:22 -#: discord.guild.Guild.prune_members:36 of -#, fuzzy -msgid "You do not have permissions to prune members." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/message.py:docstring of discord.message.Message:161 +msgid "``type``: An integer denoting the type of message activity being requested." +msgstr "" -#: discord.guild.Guild.prune_members:37 of -msgid "An error occurred while pruning members." +#: ../../../discord/message.py:docstring of discord.message.Message:162 +msgid "``party_id``: The party ID associated with the party." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:24 -#: discord.guild.Guild.prune_members:38 of -msgid "An integer was not passed for ``days``." +#: ../../../discord/message.py:docstring of discord.message.Message:164 +#: ../../../discord/message.py:docstring of discord.message.Message:178 +msgid "Optional[:class:`dict`]" msgstr "" -#: discord.guild.Guild.prune_members:40 of -msgid "" -"The number of members pruned. If ``compute_prune_count`` is ``False`` " -"then this returns ``None``." +#: ../../../discord/message.py:docstring of discord.message.Message:168 +msgid "The rich presence enabled application associated with this message." msgstr "" -#: discord.guild.Guild.templates:3 of -msgid "Gets the list of templates from this guild." +#: ../../../discord/message.py:docstring of discord.message.Message:170 +msgid "It is a dictionary with the following keys:" msgstr "" -#: discord.guild.Guild.templates:5 of -#, fuzzy -msgid "Requires :attr:`~.Permissions.manage_guild` permissions." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/message.py:docstring of discord.message.Message:172 +msgid "``id``: A string representing the application's ID." +msgstr "" -#: discord.guild.Guild.templates:9 of -#, fuzzy -msgid "You don't have permissions to get the templates." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/message.py:docstring of discord.message.Message:173 +msgid "``name``: A string representing the application's name." +msgstr "" -#: discord.guild.Guild.templates:11 of -#, fuzzy -msgid "The templates for this guild." -msgstr "メンバーがオンライン。" +#: ../../../discord/message.py:docstring of discord.message.Message:174 +msgid "``description``: A string representing the application's description." +msgstr "" -#: discord.guild.Guild.templates:12 of -#, fuzzy -msgid "List[:class:`Template`]" -msgstr ":class:`.Widget`" +#: ../../../discord/message.py:docstring of discord.message.Message:175 +msgid "``icon``: A string representing the icon ID of the application." +msgstr "" -#: discord.guild.Guild.webhooks:3 of -msgid "Gets the list of webhooks from this guild." +#: ../../../discord/message.py:docstring of discord.message.Message:176 +msgid "``cover_image``: A string representing the embed's image asset ID." msgstr "" -#: discord.channel.TextChannel.create_webhook:5 -#: discord.channel.TextChannel.webhooks:5 discord.guild.Guild.webhooks:5 of -msgid "Requires :attr:`~.Permissions.manage_webhooks` permissions." +#: ../../../discord/message.py:docstring of discord.message.Message:182 +msgid "A list of sticker items given to the message." msgstr "" -#: discord.channel.TextChannel.webhooks:7 discord.guild.Guild.webhooks:7 of -#, fuzzy -msgid "You don't have permissions to get the webhooks." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/message.py:docstring of discord.message.Message:186 +msgid "List[:class:`StickerItem`]" +msgstr "" -#: discord.guild.Guild.webhooks:9 of -msgid "The webhooks for this guild." +#: ../../../discord/message.py:docstring of discord.message.Message:190 +msgid "A list of components in the message." msgstr "" -#: discord.channel.TextChannel.webhooks:10 discord.guild.Guild.webhooks:10 of -msgid "List[:class:`Webhook`]" +#: ../../../discord/message.py:docstring of discord.message.Message:194 +msgid "List[:class:`Component`]" msgstr "" -#: discord.guild.Guild.estimate_pruned_members:3 of -msgid "" -"Similar to :meth:`prune_members` except instead of actually pruning " -"members, it returns how many members it would prune from the guild had it" -" been called." +#: ../../../discord/message.py:docstring of discord.message.Message:198 +msgid "The guild that the message belongs to, if applicable." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:7 of -msgid "The returned value can be ``None``." +#: ../../docstring of discord.Message.raw_mentions:1 +msgid "A property that returns an array of user IDs matched with the syntax of ``<@user_id>`` in the message content." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:16 of -msgid "" -"A list of :class:`abc.Snowflake` that represent roles to include in the " -"estimate. If a member has a role that is not specified, they'll be " -"excluded. .. versionadded:: 1.7" +#: ../../docstring of discord.Message.raw_mentions:4 +msgid "This allows you to receive the user IDs of mentioned users even in a private message context." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:16 of -msgid "" -"A list of :class:`abc.Snowflake` that represent roles to include in the " -"estimate. If a member has a role that is not specified, they'll be " -"excluded." +#: ../../docstring of discord.Message.raw_mentions:7 +#: ../../docstring of discord.Message.raw_channel_mentions:4 +#: ../../docstring of discord.Message.raw_role_mentions:4 +msgid "List[:class:`int`]" msgstr "" -#: discord.guild.Guild.estimate_pruned_members:23 of -msgid "An error occurred while fetching the prune members estimate." +#: ../../docstring of discord.Message.raw_channel_mentions:1 +msgid "A property that returns an array of channel IDs matched with the syntax of ``<#channel_id>`` in the message content." msgstr "" -#: discord.guild.Guild.estimate_pruned_members:26 of -msgid "The number of members estimated to be pruned." +#: ../../docstring of discord.Message.raw_role_mentions:1 +msgid "A property that returns an array of role IDs matched with the syntax of ``<@&role_id>`` in the message content." msgstr "" -#: discord.guild.Guild.invites:3 of -msgid "Returns a list of all active instant invites from the guild." +#: ../../docstring of discord.Message.clean_content:1 +msgid "A property that returns the content in a \"cleaned up\" manner. This basically means that mentions are transformed into the way the client shows it. e.g. ``<#id>`` will transform into ``#name``." msgstr "" -#: discord.guild.Guild.invites:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to get " -"this information." +#: ../../docstring of discord.Message.clean_content:6 +msgid "This will also transform @everyone and @here mentions into non-mentions." msgstr "" -#: discord.guild.Guild.invites:12 of -msgid "List[:class:`Invite`]" +#: ../../docstring of discord.Message.clean_content:11 +msgid "This *does not* affect markdown. If you want to escape or remove markdown then use :func:`utils.escape_markdown` or :func:`utils.remove_markdown` respectively, along with this function." msgstr "" -#: discord.guild.Guild.create_template:3 of -#, fuzzy -msgid "Creates a template for the guild." -msgstr "ギルドの名前。" +#: ../../../discord/message.py:docstring of discord.Message.created_at:1 +msgid "The message's creation time in UTC." +msgstr "" -#: discord.guild.Guild.create_integration:5 -#: discord.guild.Guild.create_template:5 discord.guild.Guild.integrations:5 -#: discord.integrations.Integration.delete:5 -#: discord.integrations.StreamIntegration.edit:5 -#: discord.integrations.StreamIntegration.sync:5 of -#, fuzzy -msgid "You must have the :attr:`~Permissions.manage_guild` permission to do this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/message.py:docstring of discord.Message.edited_at:1 +msgid "An aware UTC datetime object containing the edited time of the message." +msgstr "" -#: discord.guild.Guild.create_template:10 discord.template.Template:19 of -#, fuzzy -msgid "The name of the template." -msgstr "フィールドの名前。" +#: ../../../discord/message.py:docstring of discord.Message.jump_url:1 +#: ../../../discord/message.py:docstring of discord.PartialMessage.jump_url:1 +msgid "Returns a URL that allows the client to jump to this message." +msgstr "" -#: discord.guild.Guild.create_template:12 discord.template.Template:25 of -#, fuzzy -msgid "The description of the template." -msgstr "更新後のメッセージ。" +#: ../../../discord/message.py:docstring of discord.message.Message.is_system:1 +msgid ":class:`bool`: Whether the message is a system message." +msgstr "" -#: discord.guild.Guild.create_integration:3 of -#, fuzzy -msgid "Attaches an integration to the guild." -msgstr "ギルドの名前。" +#: ../../../discord/message.py:docstring of discord.message.Message.is_system:3 +msgid "A system message is a message that is constructed entirely by the Discord API in response to something." +msgstr "" -#: discord.guild.Guild.create_integration:10 of -msgid "The integration type (e.g. Twitch)." +#: ../../docstring of discord.Message.system_content:1 +msgid "A property that returns the content that is rendered regardless of the :attr:`Message.type`." msgstr "" -#: discord.guild.Guild.create_integration:12 -#: discord.integrations.BotIntegration:7 discord.integrations.Integration:7 -#: discord.integrations.StreamIntegration:7 of -msgid "The integration ID." +#: ../../docstring of discord.Message.system_content:4 +msgid "In the case of :attr:`MessageType.default` and :attr:`MessageType.reply`\\, this just returns the regular :attr:`Message.content`. Otherwise this returns an English message denoting the contents of the system message." msgstr "" -#: discord.guild.Guild.create_integration:15 -#: discord.guild.Guild.integrations:10 of -#, fuzzy -msgid "You do not have permission to create the integration." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/message.py:docstring of discord.message.Message.delete:5 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:5 +msgid "Your own messages could be deleted without any proper permissions. However to delete other people's messages, you need the :attr:`~Permissions.manage_messages` permission." +msgstr "" -#: discord.guild.Guild.create_integration:16 of -msgid "The account could not be found." +#: ../../../discord/message.py:docstring of discord.message.Message.delete:9 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:9 +msgid "Added the new ``delay`` keyword-only parameter." msgstr "" -#: discord.guild.Guild.integrations:3 of -msgid "Returns a list of all integrations attached to the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.delete:12 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:12 +msgid "If provided, the number of seconds to wait in the background before deleting the message. If the deletion fails then it is silently ignored." msgstr "" -#: discord.guild.Guild.integrations:11 of -msgid "Fetching the integrations failed." +#: ../../../discord/message.py:docstring of discord.message.Message.delete:17 +#: ../../../discord/message.py:docstring of discord.message.Message.delete:17 +msgid "The message was deleted already" msgstr "" -#: discord.guild.Guild.integrations:13 of -msgid "The list of integrations that are attached to the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.edit:5 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:5 +msgid "The content must be able to be transformed into a string via ``str(content)``." msgstr "" -#: discord.guild.Guild.integrations:14 of -msgid "List[:class:`Integration`]" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:7 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:7 +msgid "The ``suppress`` keyword-only parameter was added." msgstr "" -#: discord.guild.Guild.fetch_stickers:3 of -#, fuzzy -msgid "Retrieves a list of all :class:`Sticker`\\s for the guild." -msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:10 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:10 +msgid "Edits are no longer in-place, the newly edited message is returned instead." +msgstr "" -#: discord.guild.Guild.fetch_stickers:9 of -#, fuzzy -msgid "" -"This method is an API call. For general usage, consider :attr:`stickers` " -"instead." -msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:17 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:17 +msgid "The new content to replace the message with. Could be ``None`` to remove the content." +msgstr "" -#: discord.guild.Guild.fetch_stickers:11 of -msgid "An error occurred fetching the stickers." +#: ../../../discord/message.py:docstring of discord.message.Message.edit:20 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:20 +msgid "The new embed to replace the original with. Could be ``None`` to remove the embed." msgstr "" -#: discord.guild.Guild.fetch_stickers:13 of -msgid "The retrieved stickers." +#: ../../../discord/message.py:docstring of discord.message.Message.edit:23 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:23 +msgid "The new embeds to replace the original with. Must be a maximum of 10. To remove all embeds ``[]`` should be passed. .. versionadded:: 2.0" msgstr "" -#: discord.guild.Guild.fetch_stickers:14 of -#, fuzzy -msgid "List[:class:`GuildSticker`]" -msgstr ":class:`.Guild`" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:23 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:23 +msgid "The new embeds to replace the original with. Must be a maximum of 10. To remove all embeds ``[]`` should be passed." +msgstr "" -#: discord.guild.Guild.fetch_sticker:3 of -#, fuzzy -msgid "Retrieves a custom :class:`Sticker` from the guild." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:37 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:37 +msgid "Whether to suppress embeds for the message. This removes all the embeds if set to ``True``. If set to ``False`` this brings the embeds back if they were suppressed. Using this parameter requires :attr:`~.Permissions.manage_messages`." +msgstr "" -#: discord.guild.Guild.fetch_sticker:9 of -#, fuzzy -msgid "" -"This method is an API call. For general usage, consider iterating over " -":attr:`stickers` instead." -msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message.edit:42 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:42 +msgid "If provided, the number of seconds to wait in the background before deleting the message we just edited. If the deletion fails, then it is silently ignored." +msgstr "" -#: discord.guild.Guild.fetch_sticker:12 of -msgid "The sticker's ID." +#: ../../../discord/message.py:docstring of discord.message.Message.edit:60 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:60 +msgid "Tried to suppress a message without permissions or edited a message's content or embed that isn't yours." msgstr "" -#: discord.guild.Guild.fetch_sticker:15 of -msgid "The sticker requested could not be found." +#: ../../../discord/message.py:docstring of discord.message.Message.edit:64 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:14 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:14 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:48 +#: ../../../discord/message.py:docstring of discord.message.Message.edit:64 +#: ../../../discord/message.py:docstring of discord.message.Message.add_files:14 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_attachments:14 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:10 +#: ../../docstring of discord.Intents.messages:15 +#: ../../docstring of discord.Intents.guild_messages:15 +#: ../../docstring of discord.Intents.dm_messages:15 +msgid ":class:`Message`" msgstr "" -#: discord.guild.Guild.fetch_sticker:16 of -msgid "An error occurred fetching the sticker." +#: ../../../discord/message.py:docstring of discord.message.Message.publish:3 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:3 +msgid "Publishes this message to your announcement channel." msgstr "" -#: discord.guild.Guild.fetch_sticker:18 discord.sticker.StickerItem.fetch:7 of -msgid "The retrieved sticker." +#: ../../../discord/message.py:docstring of discord.message.Message.publish:5 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:5 +msgid "You must have the :attr:`~Permissions.send_messages` permission to do this." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:13 -#: discord.guild.Guild.create_sticker:25 discord.guild.Guild.fetch_sticker:19 -#: discord.sticker.GuildSticker.edit:18 of -#, fuzzy -msgid ":class:`GuildSticker`" -msgstr ":class:`.Guild`" +#: ../../../discord/message.py:docstring of discord.message.Message.publish:7 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:7 +msgid "If the message is not your own then the :attr:`~Permissions.manage_messages` permission is also needed." +msgstr "" -#: discord.guild.Guild.create_sticker:3 of -#, fuzzy -msgid "Creates a :class:`Sticker` for the guild." -msgstr "ギルドIDから :class:`.Widget` を取得します。" +#: ../../../discord/message.py:docstring of discord.message.Message.publish:10 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:10 +msgid "You do not have the proper permissions to publish this message." +msgstr "" -#: discord.guild.Guild.create_sticker:5 discord.guild.Guild.delete_sticker:5 -#: discord.sticker.GuildSticker.delete:5 of -#, fuzzy -msgid "" -"You must have :attr:`~Permissions.manage_emojis_and_stickers` permission " -"to do this." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/message.py:docstring of discord.message.Message.publish:11 +#: ../../../discord/message.py:docstring of discord.message.Message.publish:11 +msgid "Publishing the message failed." +msgstr "" -#: discord.guild.Guild.create_sticker:10 of -msgid "The sticker name. Must be at least 2 characters." +#: ../../../discord/message.py:docstring of discord.message.Message.pin:3 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:3 +msgid "Pins the message." msgstr "" -#: discord.guild.Guild.create_sticker:12 of -msgid "The sticker's description. Can be ``None``." +#: ../../../discord/message.py:docstring of discord.message.Message.pin:5 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:5 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:5 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:5 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to do this in a non-private channel context." msgstr "" -#: discord.guild.Guild.create_sticker:14 discord.sticker.GuildSticker.edit:9 of -msgid "The name of a unicode emoji that represents the sticker's expression." +#: ../../../discord/message.py:docstring of discord.message.Message.pin:8 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:8 +msgid "The reason for pinning the message. Shows up on the audit log. .. versionadded:: 1.4" msgstr "" -#: discord.guild.Guild.create_sticker:16 of -#, fuzzy -msgid "The file of the sticker to upload." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/message.py:docstring of discord.message.Message.pin:8 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:8 +msgid "The reason for pinning the message. Shows up on the audit log." +msgstr "" -#: discord.guild.Guild.create_sticker:18 of -msgid "The reason for creating this sticker. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Message.pin:13 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:13 +msgid "You do not have permissions to pin the message." msgstr "" -#: discord.guild.Guild.create_sticker:21 of -#, fuzzy -msgid "You are not allowed to create stickers." -msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" +#: ../../../discord/message.py:docstring of discord.message.Message.pin:14 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:14 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:14 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:14 +msgid "The message or channel was not found or deleted." +msgstr "" -#: discord.guild.Guild.create_sticker:22 of -msgid "An error occurred creating a sticker." +#: ../../../discord/message.py:docstring of discord.message.Message.pin:15 +#: ../../../discord/message.py:docstring of discord.message.Message.pin:15 +msgid "Pinning the message failed, probably due to the channel having more than 50 pinned messages." msgstr "" -#: discord.guild.Guild.create_sticker:24 of -#, fuzzy -msgid "The created sticker." -msgstr "クライアントがキックされた。" +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:3 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:3 +msgid "Unpins the message." +msgstr "" -#: discord.guild.Guild.delete_sticker:3 discord.sticker.GuildSticker.delete:3 -#: of -#, fuzzy -msgid "Deletes the custom :class:`Sticker` from the guild." -msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:8 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:8 +msgid "The reason for unpinning the message. Shows up on the audit log. .. versionadded:: 1.4" +msgstr "" -#: discord.guild.Guild.delete_sticker:10 of -#, fuzzy -msgid "The sticker you are deleting." -msgstr "あなたがリクエストしたユーザー。" +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:8 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:8 +msgid "The reason for unpinning the message. Shows up on the audit log." +msgstr "" -#: discord.guild.Guild.delete_sticker:12 discord.sticker.GuildSticker.delete:8 -#: of -msgid "The reason for deleting this sticker. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:13 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:13 +msgid "You do not have permissions to unpin the message." msgstr "" -#: discord.guild.Guild.delete_sticker:15 discord.sticker.GuildSticker.delete:11 -#: of -#, fuzzy -msgid "You are not allowed to delete stickers." -msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:15 +#: ../../../discord/message.py:docstring of discord.message.Message.unpin:15 +msgid "Unpinning the message failed." +msgstr "" -#: discord.guild.Guild.delete_sticker:16 discord.sticker.GuildSticker.delete:12 -#: of -msgid "An error occurred deleting the sticker." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:3 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:3 +msgid "Add a reaction to the message." msgstr "" -#: discord.guild.Guild.fetch_emojis:3 of -msgid "Retrieves all custom :class:`Emoji`\\s from the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:5 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:5 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:5 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:5 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:5 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:5 +msgid "The emoji may be a unicode emoji or a custom guild :class:`Emoji`." msgstr "" -#: discord.guild.Guild.fetch_emojis:7 of -msgid "" -"This method is an API call. For general usage, consider :attr:`emojis` " -"instead." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:7 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:7 +msgid "You must have the :attr:`~Permissions.read_message_history` permission to use this. If nobody else has reacted to the message using this emoji, the :attr:`~Permissions.add_reactions` permission is required." msgstr "" -#: discord.guild.Guild.fetch_emojis:9 of -msgid "An error occurred fetching the emojis." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:13 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:10 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:13 +msgid "``emoji`` parameter is now positional-only." msgstr "" -#: discord.guild.Guild.fetch_emojis:11 of -msgid "The retrieved emojis." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:19 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:19 +msgid "The emoji to react with." msgstr "" -#: discord.guild.Guild.fetch_emojis:12 of -msgid "List[:class:`Emoji`]" +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:22 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:22 +msgid "Adding the reaction failed." msgstr "" -#: discord.guild.Guild.fetch_emoji:3 of -msgid "Retrieves a custom :class:`Emoji` from the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:23 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:23 +msgid "You do not have the proper permissions to react to the message." msgstr "" -#: discord.guild.Guild.fetch_emoji:7 of -msgid "" -"This method is an API call. For general usage, consider iterating over " -":attr:`emojis` instead." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:24 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:20 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:15 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:24 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:20 +msgid "The emoji you specified was not found." msgstr "" -#: discord.guild.Guild.fetch_emoji:12 of -msgid "``emoji_id`` parameter is now positional-only." +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:25 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:25 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:21 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:16 +#: ../../../discord/message.py:docstring of discord.message.Message.add_reaction:25 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:25 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:21 +msgid "The emoji parameter is invalid." msgstr "" -#: discord.emoji.Emoji:37 discord.guild.Guild.fetch_emoji:14 of -msgid "The emoji's ID." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:3 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:3 +msgid "Remove a reaction by the member from the message." msgstr "" -#: discord.guild.Guild.fetch_emoji:17 of -msgid "The emoji requested could not be found." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:7 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:7 +msgid "If the reaction is not your own (i.e. ``member`` parameter is not you) then the :attr:`~Permissions.manage_messages` permission is needed." msgstr "" -#: discord.guild.Guild.fetch_emoji:18 of -msgid "An error occurred fetching the emoji." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:10 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:10 +msgid "The ``member`` parameter must represent a member and meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.guild.Guild.fetch_emoji:20 of -msgid "The retrieved emoji." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:17 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:17 +msgid "The emoji to remove." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:12 -#: discord.emoji.Emoji.edit:22 discord.guild.Guild.create_custom_emoji:25 -#: discord.guild.Guild.fetch_emoji:21 of -msgid ":class:`Emoji`" +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:19 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:19 +msgid "The member for which to remove the reaction." msgstr "" -#: discord.guild.Guild.create_custom_emoji:3 of -msgid "Creates a custom :class:`Emoji` for the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:22 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:14 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:22 +msgid "Removing the reaction failed." msgstr "" -#: discord.guild.Guild.create_custom_emoji:5 of -msgid "" -"There is currently a limit of 50 static and animated emojis respectively " -"per guild, unless the guild has the ``MORE_EMOJI`` feature which extends " -"the limit to 200." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:23 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:15 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:23 +msgid "You do not have the proper permissions to remove the reaction." msgstr "" -#: discord.guild.Guild.create_custom_emoji:8 of -msgid "" -"You must have the :attr:`~Permissions.manage_emojis` permission to do " -"this." +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:24 +#: ../../../discord/message.py:docstring of discord.message.Message.remove_reaction:24 +msgid "The member or emoji you specified was not found." msgstr "" -#: discord.guild.Guild.create_custom_emoji:11 of -msgid "The emoji name. Must be at least 2 characters." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:3 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:3 +msgid "Clears a specific reaction from the message." msgstr "" -#: discord.guild.Guild.create_custom_emoji:13 of -msgid "" -"The :term:`py:bytes-like object` representing the image data to use. Only" -" JPG, PNG and GIF images are supported." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:7 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:5 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:5 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:7 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:5 +msgid "You need the :attr:`~Permissions.manage_messages` permission to use this." msgstr "" -#: discord.guild.Guild.create_custom_emoji:16 of -msgid "" -"A :class:`list` of :class:`Role`\\s that can use this emoji. Leave empty " -"to make it available to everyone." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:15 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:15 +msgid "The emoji to clear." msgstr "" -#: discord.guild.Guild.create_custom_emoji:18 of -msgid "The reason for creating this emoji. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:18 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:13 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:18 +msgid "Clearing the reaction failed." msgstr "" -#: discord.guild.Guild.create_custom_emoji:21 of -#, fuzzy -msgid "You are not allowed to create emojis." -msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:19 +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:14 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reaction:19 +msgid "You do not have the proper permissions to clear the reaction." +msgstr "" -#: discord.guild.Guild.create_custom_emoji:22 of -msgid "An error occurred creating an emoji." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:3 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:3 +msgid "Removes all the reactions from the message." msgstr "" -#: discord.guild.Guild.create_custom_emoji:24 of -msgid "The created emoji." +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:7 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:7 +msgid "Removing the reactions failed." msgstr "" -#: discord.guild.Guild.delete_emoji:3 of -#, fuzzy -msgid "Deletes the custom :class:`Emoji` from the guild." -msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:8 +#: ../../../discord/message.py:docstring of discord.message.Message.clear_reactions:8 +msgid "You do not have the proper permissions to remove all the reactions." +msgstr "" -#: discord.emoji.Emoji.delete:5 discord.emoji.Emoji.edit:5 -#: discord.guild.Guild.delete_emoji:5 of -msgid "You must have :attr:`~Permissions.manage_emojis` permission to do this." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:3 +msgid "Creates a public thread from this message." msgstr "" -#: discord.guild.Guild.delete_emoji:12 of -msgid "The emoji you are deleting." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:5 +msgid "You must have :attr:`~discord.Permissions.create_public_threads` in order to create a public thread from a message." msgstr "" -#: discord.emoji.Emoji.delete:8 discord.guild.Guild.delete_emoji:14 of -msgid "The reason for deleting this emoji. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:8 +msgid "The channel this message belongs in must be a :class:`TextChannel`." msgstr "" -#: discord.emoji.Emoji.delete:11 discord.guild.Guild.delete_emoji:17 of -msgid "You are not allowed to delete emojis." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:12 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:10 +msgid "The name of the thread." msgstr "" -#: discord.emoji.Emoji.delete:12 discord.guild.Guild.delete_emoji:18 of -msgid "An error occurred deleting the emoji." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:14 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:16 +msgid "The duration in minutes before a thread is automatically archived for inactivity. If not provided, the channel's default auto archive duration is used." msgstr "" -#: discord.guild.Guild.fetch_roles:3 of -#, fuzzy -msgid "Retrieves all :class:`Role` that the guild has." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:17 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:28 +msgid "Specifies the slowmode rate limit for user in this channel, in seconds. The maximum value possible is `21600`. By default no slowmode rate limit if this is ``None``." +msgstr "" -#: discord.guild.Guild.fetch_roles:7 of -#, fuzzy -msgid "" -"This method is an API call. For general usage, consider :attr:`roles` " -"instead." -msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:21 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:23 +msgid "The reason for creating a new thread. Shows up on the audit log." +msgstr "" -#: discord.guild.Guild.fetch_roles:11 of -#, fuzzy -msgid "Retrieving the roles failed." -msgstr "役職の名前を返します。" +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:24 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:33 +msgid "You do not have permissions to create a thread." +msgstr "" -#: discord.guild.Guild.fetch_roles:13 of -#, fuzzy -msgid "All roles in the guild." -msgstr "ギルドの名前。" +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:25 +msgid "Creating the thread failed." +msgstr "" -#: discord.guild.Guild.create_role:3 of -msgid "Creates a :class:`Role` for the guild." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:26 +msgid "This message does not have guild info attached." msgstr "" -#: discord.guild.Guild.create_role:5 discord.role.Role.edit:8 of -msgid "All fields are optional." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:28 +msgid "The created thread." msgstr "" -#: discord.guild.Guild.create_role:7 discord.guild.Guild.edit_role_positions:5 -#: of -msgid "You must have the :attr:`~Permissions.manage_roles` permission to do this." +#: ../../../discord/message.py:docstring of discord.message.Message.create_thread:29 +msgid ":class:`.Thread`" msgstr "" -#: discord.guild.Guild.create_role:10 discord.role.Role.edit:10 of -msgid "Can now pass ``int`` to ``colour`` keyword-only parameter." +#: ../../../discord/message.py:docstring of discord.message.Message.reply:3 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:3 +msgid "A shortcut method to :meth:`.abc.Messageable.send` to reply to the :class:`.Message`." msgstr "" -#: discord.guild.Guild.create_role:13 discord.role.Role.edit:16 of -msgid "The ``display_icon`` keyword-only parameter was added." +#: ../../../discord/message.py:docstring of discord.message.Message.reply:14 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:14 +msgid "The ``files`` list is not of the appropriate size" msgstr "" -#: discord.guild.Guild.create_role:20 of -msgid "The role name. Defaults to 'new role'." +#: ../../../discord/message.py:docstring of discord.message.Message.reply:15 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:15 +msgid "You specified both ``file`` and ``files``." msgstr "" -#: discord.guild.Guild.create_role:22 of -msgid "The permissions to have. Defaults to no permissions." +#: ../../../discord/message.py:docstring of discord.message.Message.reply:18 +#: ../../../discord/message.py:docstring of discord.message.Message.reply:18 +msgid ":class:`.Message`" msgstr "" -#: discord.guild.Guild.create_role:24 of -msgid "" -"The colour for the role. Defaults to :meth:`Colour.default`. This is " -"aliased to ``color`` as well." +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:1 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:1 +msgid "Creates a :class:`~discord.MessageReference` from the current message." msgstr "" -#: discord.guild.Guild.create_role:27 of -msgid "" -"Indicates if the role should be shown separately in the member list. " -"Defaults to ``False``." +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:5 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:5 +msgid "Whether replying using the message reference should raise :class:`HTTPException` if the message no longer exists or Discord could not fetch the message. .. versionadded:: 1.7" msgstr "" -#: discord.guild.Guild.create_role:30 of -msgid "" -"A :term:`py:bytes-like object` representing the icon or :class:`str` " -"representing unicode emoji that should be used as a role icon. Only " -"PNG/JPEG is supported. This is only available to guilds that contain " -"``ROLE_ICONS`` in :attr:`features`." +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:5 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:5 +msgid "Whether replying using the message reference should raise :class:`HTTPException` if the message no longer exists or Discord could not fetch the message." msgstr "" -#: discord.guild.Guild.create_role:35 of -msgid "" -"Indicates if the role should be mentionable by others. Defaults to " -"``False``." +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:11 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:11 +msgid "The reference to this message." msgstr "" -#: discord.guild.Guild.create_role:38 of -msgid "The reason for creating this role. Shows up on the audit log." +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:12 +#: ../../../discord/message.py:docstring of discord.message.Message.to_reference:12 +msgid ":class:`~discord.MessageReference`" msgstr "" -#: discord.guild.Guild.create_role:41 of -#, fuzzy -msgid "You do not have permissions to create the role." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../api.rst:3569 +msgid "DeletedReferencedMessage" +msgstr "" -#: discord.guild.Guild.create_role:42 of -#, fuzzy -msgid "Creating the role failed." -msgstr "役職の名前を返します。" +#: ../../../discord/message.py:docstring of discord.message.DeletedReferencedMessage:1 +msgid "A special sentinel type that denotes whether the resolved message referenced message had since been deleted." +msgstr "" -#: discord.guild.Guild.create_role:43 -#: discord.guild.Guild.edit_role_positions:33 of -msgid "An invalid keyword argument was given." +#: ../../../discord/message.py:docstring of discord.message.DeletedReferencedMessage:4 +msgid "The purpose of this class is to separate referenced messages that could not be fetched and those that were previously fetched but have since been deleted." msgstr "" -#: discord.guild.Guild.create_role:45 of -msgid "The newly created role." +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.id:1 +msgid "The message ID of the deleted referenced message." msgstr "" -#: discord.guild.Guild.edit_role_positions:3 of -#, fuzzy -msgid "Bulk edits a list of :class:`Role` in the guild." -msgstr ":class:`Role` がギルド全体で変更されたときに呼び出されます。" +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.channel_id:1 +msgid "The channel ID of the deleted referenced message." +msgstr "" -#: discord.guild.Guild.edit_role_positions:26 of -msgid "" -"A :class:`dict` of :class:`Role` to :class:`int` to change the positions " -"of each given role." +#: ../../../discord/message.py:docstring of discord.DeletedReferencedMessage.guild_id:1 +msgid "The guild ID of the deleted referenced message." msgstr "" -#: discord.guild.Guild.edit_role_positions:28 of -msgid "The reason for editing the role positions. Shows up on the audit log." +#: ../../api.rst:3578 +msgid "Reaction" msgstr "" -#: discord.guild.Guild.edit_role_positions:31 of -#, fuzzy -msgid "You do not have permissions to move the roles." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:1 +msgid "Represents a reaction to a message." +msgstr "" -#: discord.guild.Guild.edit_role_positions:32 of -#, fuzzy -msgid "Moving the roles failed." -msgstr "役職の名前を返します。" +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:3 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:3 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:3 +msgid "Depending on the way this object was created, some of the attributes can have a value of ``None``." +msgstr "" -#: discord.guild.Guild.edit_role_positions:35 of -msgid "A list of all the roles in the guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:10 +msgid "Checks if two reactions are equal. This works by checking if the emoji is the same. So two messages with the same reaction will be considered \"equal\"." msgstr "" -#: discord.guild.Guild.kick:3 of -msgid "Kicks a user from the guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:16 +msgid "Checks if two reactions are not equal." msgstr "" -#: discord.guild.Guild.ban:5 discord.guild.Guild.kick:5 -#: discord.guild.Guild.unban:5 of -msgid "The user must meet the :class:`abc.Snowflake` abc." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:20 +msgid "Returns the reaction's hash." msgstr "" -#: discord.guild.Guild.kick:7 of -msgid "You must have the :attr:`~Permissions.kick_members` permission to do this." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:24 +msgid "Returns the string form of the reaction's emoji." msgstr "" -#: discord.guild.Guild.kick:10 of -msgid "The user to kick from their guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:28 +msgid "The reaction emoji. May be a custom emoji, or a unicode emoji." msgstr "" -#: discord.guild.Guild.kick:12 of -msgid "The reason the user got kicked." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:30 +msgid "Union[:class:`Emoji`, :class:`PartialEmoji`, :class:`str`]" msgstr "" -#: discord.guild.Guild.kick:15 of -msgid "You do not have the proper permissions to kick." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:34 +msgid "Number of times this reaction was made" msgstr "" -#: discord.guild.Guild.kick:16 of -msgid "Kicking failed." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:40 +msgid "If the user sent this reaction." msgstr "" -#: discord.guild.Guild.ban:3 of -msgid "Bans a user from the guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction:46 +msgid "Message this reaction is for." msgstr "" -#: discord.guild.Guild.ban:7 discord.guild.Guild.unban:7 of -msgid "You must have the :attr:`~Permissions.ban_members` permission to do this." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.is_custom_emoji:1 +msgid ":class:`bool`: If this is a custom emoji." msgstr "" -#: discord.guild.Guild.ban:10 of -msgid "The user to ban from their guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:3 +msgid "Remove the reaction by the provided :class:`User` from the message." msgstr "" -#: discord.guild.Guild.ban:12 of -msgid "" -"The number of days worth of messages to delete from the user in the " -"guild. The minimum is 0 and the maximum is 7." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:5 +msgid "If the reaction is not your own (i.e. ``user`` parameter is not you) then the :attr:`~Permissions.manage_messages` permission is needed." msgstr "" -#: discord.guild.Guild.ban:15 of -msgid "The reason the user got banned." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:8 +msgid "The ``user`` parameter must represent a user or member and meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.guild.Guild.ban:18 of -msgid "You do not have the proper permissions to ban." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:11 +msgid "The user or member from which to remove the reaction." msgstr "" -#: discord.guild.Guild.ban:19 of -msgid "Banning failed." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.remove:16 +msgid "The user you specified, or the reaction's message was not found." msgstr "" -#: discord.guild.Guild.unban:3 of -msgid "Unbans a user from the guild." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.clear:3 +msgid "Clears this reaction from the message." msgstr "" -#: discord.guild.Guild.unban:10 of -msgid "The user to unban." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:1 +msgid "Returns an :term:`asynchronous iterator` representing the users that have reacted to the message." msgstr "" -#: discord.guild.Guild.unban:15 of -msgid "You do not have the proper permissions to unban." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:3 +msgid "The ``after`` parameter must represent a member and meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.guild.Guild.unban:16 of -msgid "Unbanning failed." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:8 +msgid "``limit`` and ``after`` parameters are now keyword-only." msgstr "" -#: discord.guild.Guild.vanity_invite:3 of -msgid "Returns the guild's special vanity invite." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:25 +msgid "The maximum number of results to return. If not provided, returns all the users who reacted to the message." msgstr "" -#: discord.guild.Guild.vanity_invite:5 of -msgid "The guild must have ``VANITY_URL`` in :attr:`~Guild.features`." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:29 +msgid "For pagination, reactions are sorted by member." msgstr "" -#: discord.guild.Guild.vanity_invite:7 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to use " -"this as well." +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:32 +msgid "Getting the users for the reaction failed." msgstr "" -#: discord.guild.Guild.vanity_invite:10 of -#, fuzzy -msgid "You do not have the proper permissions to get this." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/reaction.py:docstring of discord.reaction.Reaction.users:34 +msgid "Union[:class:`User`, :class:`Member`] -- The member (if retrievable) or the user that has reacted to this message. The case where it can be a :class:`Member` is in a guild message context. Sometimes it can be a :class:`User` if the member has left the guild." +msgstr "" -#: discord.guild.Guild.vanity_invite:11 of -#, fuzzy -msgid "Retrieving the vanity invite failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" +#: ../../api.rst:3586 +msgid "Guild" +msgstr "" -#: discord.guild.Guild.vanity_invite:13 of -msgid "" -"The special vanity invite. If ``None`` then the guild does not have a " -"vanity invite set." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:1 +msgid "Represents a Discord guild." msgstr "" -#: discord.guild.Guild.vanity_invite:15 of -#, fuzzy -msgid "Optional[:class:`Invite`]" -msgstr ":class:`str`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:3 +msgid "This is referred to as a \"server\" in the official Discord UI." +msgstr "" -#: discord.guild.Guild.audit_logs:1 of -#, fuzzy -msgid "" -"Returns an :term:`asynchronous iterator` that enables receiving the " -"guild's audit logs." -msgstr "Botが所属するGuildを取得できる、 :class:`AsyncIterator` を取得します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:9 +msgid "Checks if two guilds are equal." +msgstr "" -#: discord.guild.Guild.audit_logs:3 of -msgid "" -"You must have the :attr:`~Permissions.view_audit_log` permission to use " -"this." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:13 +msgid "Checks if two guilds are not equal." msgstr "" -#: discord.guild.Guild.audit_logs:7 of -msgid "Getting the first 100 entries: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:17 +msgid "Returns the guild's hash." msgstr "" -#: discord.guild.Guild.audit_logs:12 of -msgid "Getting entries for a specific action: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:21 +msgid "Returns the guild's name." msgstr "" -#: discord.guild.Guild.audit_logs:17 of -msgid "Getting entries made by a specific user: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:25 +msgid "The guild name." msgstr "" -#: discord.guild.Guild.audit_logs:22 of -msgid "The number of entries to retrieve. If ``None`` retrieve all entries." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:31 +msgid "All emojis that the guild owns." msgstr "" -#: discord.guild.Guild.audit_logs:24 of -#, fuzzy -msgid "" -"Retrieve entries before this date or entry. If a datetime is provided, it" -" is recommended to use a UTC aware datetime. If the datetime is naive, it" -" is assumed to be local time." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:33 +msgid "Tuple[:class:`Emoji`, ...]" msgstr "" -"この日付またはオブジェクトの前のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" -#: discord.guild.Guild.audit_logs:28 of -#, fuzzy -msgid "" -"Retrieve entries after this date or entry. If a datetime is provided, it " -"is recommended to use a UTC aware datetime. If the datetime is naive, it " -"is assumed to be local time." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:37 +msgid "All stickers that the guild owns." msgstr "" -"この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" -#: discord.guild.Guild.audit_logs:32 of -msgid "" -"If set to ``True``, return entries in oldest->newest order. Defaults to " -"``True`` if ``after`` is specified, otherwise ``False``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:41 +msgid "Tuple[:class:`GuildSticker`, ...]" msgstr "" -#: discord.guild.Guild.audit_logs:35 of -msgid "The moderator to filter entries from." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:45 +msgid "The timeout to get sent to the AFK channel." msgstr "" -#: discord.guild.Guild.audit_logs:37 of -msgid "The action to filter with." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:51 +msgid "The channel that denotes the AFK channel. ``None`` if it doesn't exist." msgstr "" -#: discord.guild.Guild.audit_logs:40 of -msgid "You are not allowed to fetch audit logs" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:53 +msgid "Optional[:class:`VoiceChannel`]" msgstr "" -#: discord.guild.Guild.audit_logs:41 of -msgid "An error occurred while fetching the audit logs." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:57 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:19 +msgid "The guild's ID." msgstr "" -#: discord.guild.Guild.audit_logs:43 of -msgid ":class:`AuditLogEntry` -- The audit log entry." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:63 +msgid "The guild owner's ID. Use :attr:`Guild.owner` instead." msgstr "" -#: discord.guild.Guild.widget:3 of -msgid "Returns the widget of the guild." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:69 +msgid "Indicates if the guild is unavailable. If this is ``True`` then the reliability of other attributes outside of :attr:`Guild.id` is slim and they might all be ``None``. It is best to not do anything with the guild if it is unavailable." msgstr "" -#: discord.guild.Guild.widget:13 of -msgid ":class:`Widget`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:73 +msgid "Check the :func:`on_guild_unavailable` and :func:`on_guild_available` events." msgstr "" -#: discord.guild.Guild.edit_widget:3 of -#, fuzzy -msgid "Edits the widget of the guild." -msgstr "ギルドの名前。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:79 +msgid "The maximum amount of presences for the guild." +msgstr "" -#: discord.guild.Guild.edit_widget:5 of -#, fuzzy -msgid "You must have the :attr:`~Permissions.manage_guild` permission to use this" -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:85 +msgid "The maximum amount of members for the guild." +msgstr "" -#: discord.guild.Guild.edit_widget:10 of -#, fuzzy -msgid "Whether to enable the widget for the guild." -msgstr ":exc:`.HTTPException` -- ウィジェットの取得に失敗した。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:89 +msgid "This attribute is only available via :meth:`.Client.fetch_guild`." +msgstr "" -#: discord.guild.Guild.edit_widget:12 of -msgid "The new widget channel. ``None`` removes the widget channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:95 +msgid "The maximum amount of users in a video channel." msgstr "" -#: discord.guild.Guild.edit_widget:15 of -#, fuzzy -msgid "You do not have permission to edit the widget." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:103 +msgid "The guild's description." +msgstr "" -#: discord.guild.Guild.edit_widget:16 of -#, fuzzy -msgid "Editing the widget failed." -msgstr ":exc:`.HTTPException` -- ウィジェットの取得に失敗した。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:115 +msgid "The guild's vanity url code, if any" +msgstr "" -#: discord.guild.Guild.chunk:3 of -msgid "" -"Requests all members that belong to this guild. In order to use this, " -":meth:`Intents.members` must be enabled." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:123 +msgid "The guild's explicit content filter." msgstr "" -#: discord.guild.Guild.chunk:6 discord.guild.Guild.query_members:6 of -msgid "This is a websocket operation and can be slow." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:129 +msgid "The guild's notification settings." msgstr "" -#: discord.guild.Guild.chunk:10 of -msgid "Whether to cache the members as well." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:135 +msgid "A list of features that the guild has. The features that a guild can have are subject to arbitrary change by Discord." msgstr "" -#: discord.guild.Guild.query_members:3 of -msgid "" -"Request members that belong to this guild whose username starts with the " -"query given." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:138 +msgid "They are currently as follows:" msgstr "" -#: discord.guild.Guild.query_members:10 of -msgid "The string that the username's start with." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:140 +msgid "``ANIMATED_BANNER``: Guild can upload an animated banner." msgstr "" -#: discord.guild.Guild.query_members:12 of -msgid "" -"The maximum number of members to send back. This must be a number between" -" 5 and 100." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:141 +msgid "``ANIMATED_ICON``: Guild can upload an animated icon." msgstr "" -#: discord.guild.Guild.query_members:15 of -msgid "" -"Whether to request for presences to be provided. This defaults to " -"``False``. .. versionadded:: 1.6" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:142 +msgid "``BANNER``: Guild can upload and use a banner. (i.e. :attr:`.banner`)" msgstr "" -#: discord.guild.Guild.query_members:15 of -msgid "" -"Whether to request for presences to be provided. This defaults to " -"``False``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:143 +msgid "``COMMERCE``: Guild can sell things using store channels." msgstr "" -#: discord.guild.Guild.query_members:20 of -msgid "" -"Whether to cache the members internally. This makes operations such as " -":meth:`get_member` work for those that matched." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:144 +msgid "``COMMUNITY``: Guild is a community server." msgstr "" -#: discord.guild.Guild.query_members:23 of -msgid "" -"List of user IDs to search for. If the user ID is not in the guild then " -"it won't be returned. .. versionadded:: 1.4" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:145 +msgid "``DISCOVERABLE``: Guild shows up in Server Discovery." msgstr "" -#: discord.guild.Guild.query_members:23 of -msgid "" -"List of user IDs to search for. If the user ID is not in the guild then " -"it won't be returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:146 +msgid "``FEATURABLE``: Guild is able to be featured in Server Discovery." msgstr "" -#: discord.guild.Guild.query_members:28 of -msgid "The query timed out waiting for the members." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:147 +msgid "``INVITE_SPLASH``: Guild's invite page can have a special splash." msgstr "" -#: discord.guild.Guild.query_members:29 of -msgid "Invalid parameters were passed to the function" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:148 +msgid "``MEMBER_VERIFICATION_GATE_ENABLED``: Guild has Membership Screening enabled." msgstr "" -#: discord.guild.Guild.query_members:30 of -#, fuzzy -msgid "The presences intent is not enabled." -msgstr "メンバーがオンライン。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:149 +msgid "``MONETIZATION_ENABLED``: Guild has enabled monetization." +msgstr "" -#: discord.guild.Guild.query_members:32 of -msgid "The list of members that have matched the query." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:150 +msgid "``MORE_EMOJI``: Guild has increased custom emoji slots." msgstr "" -#: discord.guild.Guild.change_voice_state:3 of -#, fuzzy -msgid "Changes client's voice state in the guild." -msgstr "クライアントがギルドから退出した。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:151 +msgid "``MORE_STICKERS``: Guild has increased custom sticker slots." +msgstr "" -#: discord.guild.Guild.change_voice_state:7 of -msgid "Channel the client wants to join. Use ``None`` to disconnect." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:152 +msgid "``NEWS``: Guild can create news channels." msgstr "" -#: discord.guild.Guild.change_voice_state:9 of -#, fuzzy -msgid "Indicates if the client should be self-muted." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:153 +msgid "``PARTNERED``: Guild is a partnered server." +msgstr "" -#: discord.guild.Guild.change_voice_state:11 of -msgid "Indicates if the client should be self-deafened." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:154 +msgid "``PREVIEW_ENABLED``: Guild can be viewed before being accepted via Membership Screening." msgstr "" -#: ../../api.rst:3552 -msgid "A namedtuple which represents a ban returned from :meth:`~Guild.bans`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:155 +msgid "``PRIVATE_THREADS``: Guild has access to create private threads." msgstr "" -#: ../../api.rst:3556 -#, fuzzy -msgid "The reason this user was banned." -msgstr "Banが解除されたユーザー。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:156 +msgid "``ROLE_ICONS``: Guild is able to set role icons." +msgstr "" -#: ../../api.rst:3561 -#, fuzzy -msgid "The :class:`User` that was banned." -msgstr "Banが解除されたユーザー。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:157 +msgid "``SEVEN_DAY_THREAD_ARCHIVE``: Guild has access to the seven day archive time for threads." +msgstr "" -#: ../../api.rst:3567 -#, fuzzy -msgid "Integration" -msgstr "列挙型" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:158 +msgid "``THREE_DAY_THREAD_ARCHIVE``: Guild has access to the three day archive time for threads." +msgstr "" -#: discord.integrations.Integration:1 of -#, fuzzy -msgid "Represents a guild integration." -msgstr "Discordの音声接続を表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:159 +msgid "``TICKETED_EVENTS_ENABLED``: Guild has enabled ticketed events." +msgstr "" -#: discord.integrations.BotIntegration:13 discord.integrations.Integration:13 -#: discord.integrations.StreamIntegration:13 of -msgid "The integration name." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:160 +msgid "``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api)." msgstr "" -#: discord.integrations.BotIntegration:19 discord.integrations.Integration:19 -#: discord.integrations.StreamIntegration:19 of -#, fuzzy -msgid "The guild of the integration." -msgstr "連携サービスが更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:161 +msgid "``VERIFIED``: Guild is a verified server." +msgstr "" -#: discord.integrations.BotIntegration:25 discord.integrations.Integration:25 -#: discord.integrations.StreamIntegration:25 of -msgid "The integration type (i.e. Twitch)." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:162 +msgid "``VIP_REGIONS``: Guild has VIP voice regions." msgstr "" -#: discord.integrations.BotIntegration:31 discord.integrations.Integration:31 -#: discord.integrations.StreamIntegration:31 of -msgid "Whether the integration is currently enabled." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:163 +msgid "``WELCOME_SCREEN_ENABLED``: Guild has enabled the welcome screen." msgstr "" -#: discord.integrations.Integration:37 of -#, fuzzy -msgid "The account linked to this integration." -msgstr "連携サービスが更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:165 +#: ../../../discord/activity.py:docstring of discord.Spotify.artists:3 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:46 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:53 +msgid "List[:class:`str`]" +msgstr "" -#: discord.integrations.BotIntegration:45 discord.integrations.Integration:39 -#: discord.integrations.StreamIntegration:69 of -msgid ":class:`IntegrationAccount`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:169 +msgid "The premium tier for this guild. Corresponds to \"Nitro Server\" in the official UI. The number goes from 0 to 3 inclusive." msgstr "" -#: discord.integrations.BotIntegration:37 discord.integrations.Integration:43 -#: of -#, fuzzy -msgid "The user that added this integration." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:176 +msgid "The number of \"boosts\" this guild currently has." +msgstr "" -#: discord.integrations.Integration.delete:3 of -msgid "Deletes the integration." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:182 +msgid "The preferred locale for the guild. Used when filtering Server Discovery results to a specific language." msgstr "" -#: discord.integrations.Integration.delete:8 of -msgid "" -"The reason the integration was deleted. Shows up on the audit log. .. " -"versionadded:: 2.0" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:185 +msgid "This field is now an enum instead of a :class:`str`." msgstr "" -#: discord.integrations.Integration.delete:8 of -msgid "The reason the integration was deleted. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:188 +msgid ":class:`Locale`" msgstr "" -#: discord.integrations.Integration.delete:13 of -#, fuzzy -msgid "You do not have permission to delete the integration." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:192 +msgid "The guild's NSFW level." +msgstr "" -#: discord.integrations.Integration.delete:14 of -msgid "Deleting the integration failed." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:196 +msgid ":class:`NSFWLevel`" msgstr "" -#: discord.integrations.IntegrationAccount:1 of -#, fuzzy -msgid "Represents an integration account." -msgstr "オーディオストリームを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:200 +msgid "The guild's Multi-Factor Authentication requirement level." +msgstr "" -#: discord.integrations.IntegrationAccount:7 of -msgid "The account ID." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:202 +msgid "This field is now an enum instead of an :class:`int`." msgstr "" -#: discord.integrations.IntegrationAccount:13 of -msgid "The account name." +#: ../../../discord/guild.py:docstring of discord.guild.Guild:209 +msgid "The approximate number of members in the guild. This is ``None`` unless the guild is obtained using :meth:`Client.fetch_guild` with ``with_counts=True``." msgstr "" -#: discord.integrations.BotIntegration:1 of -#, fuzzy -msgid "Represents a bot integration on discord." -msgstr "オーディオストリームを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:218 +msgid "The approximate number of members currently active in the guild. Offline members are excluded. This is ``None`` unless the guild is obtained using :meth:`Client.fetch_guild` with ``with_counts=True``." +msgstr "" -#: discord.integrations.BotIntegration:43 -#: discord.integrations.StreamIntegration:67 of -#, fuzzy -msgid "The integration account information." -msgstr "Botのアプリケーション情報。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild:228 +msgid "Indicates if the guild has premium AKA server boost level progress bar enabled." +msgstr "" -#: discord.integrations.BotIntegration:49 of -#, fuzzy -msgid "The application tied to this integration." -msgstr "Optional[:class:`str`] -- アプリケーションの説明。" +#: ../../../discord/guild.py:docstring of discord.Guild.channels:1 +msgid "A list of channels that belongs to this guild." +msgstr "" -#: discord.integrations.BotIntegration:51 of -#, fuzzy -msgid ":class:`IntegrationApplication`" -msgstr ":class:`.Profile`" +#: ../../../discord/guild.py:docstring of discord.Guild.threads:1 +msgid "A list of threads that you have permission to view." +msgstr "" -#: discord.integrations.IntegrationApplication:1 of -#, fuzzy -msgid "Represents an application for a bot integration." -msgstr "Discordが提供するBotのアプリケーション情報を表します。" +#: ../../../discord/guild.py:docstring of discord.Guild.threads:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:12 +#: ../../../discord/channel.py:docstring of discord.TextChannel.threads:5 +msgid "List[:class:`Thread`]" +msgstr "" -#: discord.integrations.IntegrationApplication:7 of -#, fuzzy -msgid "The ID for this application." -msgstr "Botのアプリケーション情報。" +#: ../../../discord/guild.py:docstring of discord.Guild.large:1 +msgid "Indicates if the guild is a 'large' guild." +msgstr "" -#: discord.integrations.IntegrationApplication:13 of -#, fuzzy -msgid "The application's name." -msgstr ":class:`str` -- アプリケーションの名前。" +#: ../../../discord/guild.py:docstring of discord.Guild.large:3 +msgid "A large guild is defined as having more than ``large_threshold`` count members, which for this library is set to the maximum of 250." +msgstr "" -#: discord.integrations.IntegrationApplication:19 of -#, fuzzy -msgid "The application's icon hash." -msgstr ":class:`.Asset` -- アプリケーションのアイコンアセット。" +#: ../../../discord/guild.py:docstring of discord.Guild.voice_channels:1 +msgid "A list of voice channels that belongs to this guild." +msgstr "" -#: discord.integrations.IntegrationApplication:25 of -#, fuzzy -msgid "The application's description. Can be an empty string." -msgstr "Optional[:class:`str`] -- アプリケーションの説明。" +#: ../../../discord/guild.py:docstring of discord.Guild.voice_channels:3 +#: ../../../discord/guild.py:docstring of discord.Guild.stage_channels:5 +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:3 +#: ../../../discord/guild.py:docstring of discord.Guild.categories:3 +msgid "This is sorted by the position and are in UI order from top to bottom." +msgstr "" -#: discord.integrations.IntegrationApplication:31 of -msgid "The summary of the application. Can be an empty string." +#: ../../../discord/guild.py:docstring of discord.Guild.voice_channels:5 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.voice_channels:3 +msgid "List[:class:`VoiceChannel`]" msgstr "" -#: discord.integrations.IntegrationApplication:37 of -#, fuzzy -msgid "The bot user on this application." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/guild.py:docstring of discord.Guild.stage_channels:1 +msgid "A list of stage channels that belongs to this guild." +msgstr "" -#: discord.integrations.StreamIntegration:1 of -#, fuzzy -msgid "Represents a stream integration for Twitch or YouTube." -msgstr "オーディオストリームを表します。" +#: ../../../discord/guild.py:docstring of discord.Guild.stage_channels:7 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.stage_channels:5 +msgid "List[:class:`StageChannel`]" +msgstr "" -#: discord.integrations.StreamIntegration:37 of -msgid "Where the integration is currently syncing." +#: ../../../discord/guild.py:docstring of discord.Guild.me:1 +msgid "Similar to :attr:`Client.user` except an instance of :class:`Member`. This is essentially used to get the member version of yourself." msgstr "" -#: discord.integrations.StreamIntegration:43 of -msgid "" -"Whether emoticons should be synced for this integration (currently twitch" -" only)." +#: ../../../discord/guild.py:docstring of discord.Guild.me:4 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:20 +msgid ":class:`Member`" msgstr "" -#: discord.integrations.StreamIntegration:45 discord.template.Template:60 -#: discord.widget.WidgetMember:73 discord.widget.WidgetMember:79 -#: discord.widget.WidgetMember:85 of -#, fuzzy -msgid "Optional[:class:`bool`]" -msgstr ":class:`bool`" +#: ../../../discord/guild.py:docstring of discord.Guild.voice_client:1 +msgid "Returns the :class:`VoiceProtocol` associated with this guild, if any." +msgstr "" -#: discord.integrations.StreamIntegration:49 of -msgid "" -"The behaviour of expiring subscribers. Aliased to ``expire_behavior`` as " -"well." +#: ../../../discord/guild.py:docstring of discord.Guild.voice_client:3 +msgid "Optional[:class:`VoiceProtocol`]" msgstr "" -#: discord.integrations.StreamIntegration:55 of -msgid "The grace period (in days) for expiring subscribers." +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:1 +msgid "A list of text channels that belongs to this guild." msgstr "" -#: discord.integrations.StreamIntegration:61 of -#, fuzzy -msgid "The user for the integration." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:5 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.text_channels:3 +msgid "List[:class:`TextChannel`]" +msgstr "" -#: discord.integrations.StreamIntegration:73 of -msgid "An aware UTC datetime representing when the integration was last synced." +#: ../../../discord/guild.py:docstring of discord.Guild.categories:1 +msgid "A list of categories that belongs to this guild." msgstr "" -#: discord.StreamIntegration.expire_behavior:1 of -#, fuzzy -msgid "An alias for :attr:`expire_behaviour`." -msgstr ":attr:`premium` のエイリアス。" +#: ../../../discord/guild.py:docstring of discord.Guild.categories:5 +msgid "List[:class:`CategoryChannel`]" +msgstr "" -#: discord.StreamIntegration.role:1 of -msgid "" -"Optional[:class:`Role`] The role which the integration uses for " -"subscribers." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:1 +msgid "Returns every :class:`CategoryChannel` and their associated channels." msgstr "" -#: discord.integrations.StreamIntegration.edit:3 of -#, fuzzy -msgid "Edits the integration." -msgstr "クライアントユーザーの設定を変更します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:3 +msgid "These channels and categories are sorted in the official Discord UI order." +msgstr "" -#: discord.integrations.StreamIntegration.edit:12 of -msgid "" -"The behaviour when an integration subscription lapses. Aliased to " -"``expire_behavior`` as well." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:5 +msgid "If the channels do not have a category, then the first element of the tuple is ``None``." msgstr "" -#: discord.integrations.StreamIntegration.edit:14 of -msgid "" -"The period (in days) where the integration will ignore lapsed " -"subscriptions." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:8 +msgid "The categories and their associated channels." msgstr "" -#: discord.integrations.StreamIntegration.edit:16 of -msgid "" -"Where emoticons should be synced for this integration (currently twitch " -"only)." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.by_category:9 +msgid "List[Tuple[Optional[:class:`CategoryChannel`], List[:class:`abc.GuildChannel`]]]" msgstr "" -#: discord.integrations.StreamIntegration.edit:19 of -#, fuzzy -msgid "You do not have permission to edit the integration." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:8 +msgid "The returned channel or thread or ``None`` if not found." +msgstr "" -#: discord.integrations.StreamIntegration.edit:21 of -msgid "``expire_behaviour`` did not receive a :class:`ExpireBehaviour`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel_or_thread:9 +msgid "Optional[Union[:class:`Thread`, :class:`.abc.GuildChannel`]]" msgstr "" -#: discord.integrations.StreamIntegration.sync:3 of -#, fuzzy -msgid "Syncs the integration." -msgstr "非同期イテレータ。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:1 +msgid "Returns a channel with the given ID." +msgstr "与えられたIDのチャンネルを返します。" -#: discord.integrations.StreamIntegration.sync:8 of -#, fuzzy -msgid "You do not have permission to sync the integration." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:5 +msgid "This does *not* search for threads." +msgstr "" -#: discord.integrations.StreamIntegration.sync:9 of -msgid "Syncing the integration failed." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_channel:15 +msgid "Optional[:class:`.abc.GuildChannel`]" msgstr "" -#: ../../api.rst:3585 -#, fuzzy -msgid "Interaction" -msgstr "列挙型" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:1 +msgid "Returns a thread with the given ID." +msgstr "" -#: discord.interactions.Interaction:1 of -#, fuzzy -msgid "Represents a Discord interaction." -msgstr "Discordの音声接続を表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:8 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:8 +msgid "The returned thread or ``None`` if not found." +msgstr "" -#: discord.interactions.Interaction:3 of -msgid "" -"An interaction happens when a user does an action that needs to be " -"notified. Current examples are slash commands and components." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_thread:9 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_thread:9 +msgid "Optional[:class:`Thread`]" msgstr "" -#: discord.interactions.Interaction:10 of -#, fuzzy -msgid "The interaction's ID." -msgstr "非同期イテレータ。" +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:1 +msgid "Returns the guild's channel used for system messages." +msgstr "" -#: discord.interactions.Interaction:16 of -#, fuzzy -msgid "The interaction type." -msgstr "非同期イテレータ。" +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:3 +#: ../../../discord/guild.py:docstring of discord.Guild.rules_channel:4 +#: ../../../discord/guild.py:docstring of discord.Guild.public_updates_channel:5 +msgid "If no channel is set, then this returns ``None``." +msgstr "" -#: discord.interactions.Interaction:18 of -#, fuzzy -msgid ":class:`InteractionType`" -msgstr ":class:`.Invite`" +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel_flags:1 +msgid "Returns the guild's system channel settings." +msgstr "" -#: discord.interactions.Interaction:22 of -#, fuzzy -msgid "The guild ID the interaction was sent from." -msgstr "連携サービスが更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel_flags:3 +msgid ":class:`SystemChannelFlags`" +msgstr "" -#: discord.interactions.Interaction:28 of -#, fuzzy -msgid "The channel ID the interaction was sent from." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/guild.py:docstring of discord.Guild.rules_channel:1 +msgid "Return's the guild's channel used for the rules. The guild must be a Community guild." +msgstr "" -#: discord.interactions.Interaction:34 of -#, fuzzy -msgid "The application ID that the interaction was for." -msgstr "Optional[:class:`str`] -- アプリケーションの説明。" +#: ../../../discord/guild.py:docstring of discord.Guild.public_updates_channel:1 +msgid "Return's the guild's channel where admins and moderators of the guilds receive notices from Discord. The guild must be a Community guild." +msgstr "" -#: discord.interactions.Interaction:40 of -#, fuzzy -msgid "The user or member that sent the interaction." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/guild.py:docstring of discord.Guild.emoji_limit:1 +msgid "The maximum number of emoji slots this guild has." +msgstr "" -#: discord.interactions.Interaction:42 of -#, fuzzy -msgid "Optional[Union[:class:`User`, :class:`Member`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/guild.py:docstring of discord.Guild.sticker_limit:1 +msgid "The maximum number of sticker slots this guild has." +msgstr "" -#: discord.interactions.Interaction:46 of -#, fuzzy -msgid "The message that sent this interaction." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/guild.py:docstring of discord.Guild.bitrate_limit:1 +msgid "The maximum bitrate for voice channels this guild can have." +msgstr "" -#: discord.TextChannel.last_message:14 discord.Thread.last_message:14 -#: discord.interactions.Interaction:48 -#: discord.raw_models.RawMessageDeleteEvent:25 -#: discord.raw_models.RawMessageUpdateEvent:36 of -msgid "Optional[:class:`Message`]" +#: ../../../discord/guild.py:docstring of discord.Guild.filesize_limit:1 +msgid "The maximum number of bytes files can have when uploaded to this guild." msgstr "" -#: discord.interactions.Interaction:52 of -msgid "The token to continue the interaction. These are valid for 15 minutes." +#: ../../../discord/guild.py:docstring of discord.Guild.members:1 +msgid "A list of members that belong to this guild." msgstr "" -#: discord.interactions.Interaction:59 of -#, fuzzy -msgid "The raw interaction data." -msgstr "生のイベントペイロードデータ。" +#: ../../../discord/guild.py:docstring of discord.Guild.members:3 +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscribers:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:33 +#: ../../../discord/role.py:docstring of discord.Role.members:3 +#: ../../../discord/channel.py:docstring of discord.TextChannel.members:3 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.members:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.requesting_to_speak:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.speakers:5 +#: ../../../discord/channel.py:docstring of discord.StageChannel.listeners:5 +#: ../../../discord/channel.py:docstring of discord.StageChannel.moderators:5 +#: ../../../discord/channel.py:docstring of discord.StageChannel.members:3 +#: ../../../discord/widget.py:docstring of discord.widget.Widget:47 +msgid "List[:class:`Member`]" +msgstr "" -#: discord.activity.Activity:57 discord.activity.Activity:69 -#: discord.activity.Activity:78 discord.activity.Streaming:61 -#: discord.interactions.Interaction:61 -#: discord.raw_models.RawMessageUpdateEvent:29 of -msgid ":class:`dict`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:1 +msgid "Returns a member with the given ID." msgstr "" -#: discord.Interaction.guild:1 of -#, fuzzy -msgid "The guild the interaction was sent from." -msgstr "連携サービスが更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:10 +msgid "The member or ``None`` if not found." +msgstr "" -#: ../../docstring discord.Interaction.channel:1 of -#, fuzzy -msgid "The channel the interaction was sent from." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member:11 +#: ../../../discord/guild.py:docstring of discord.Guild.owner:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:24 +#: ../../../discord/threads.py:docstring of discord.Thread.owner:3 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:40 +msgid "Optional[:class:`Member`]" +msgstr "" -#: ../../docstring discord.Interaction.channel:3 of -msgid "" -"Note that due to a Discord limitation, DM channels are not resolved since" -" there is no data to complete them. These are :class:`PartialMessageable`" -" instead." +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscribers:1 +msgid "A list of members who have \"boosted\" this guild." msgstr "" -#: ../../docstring discord.Interaction.channel:6 of -#, fuzzy -msgid "" -"Optional[Union[:class:`abc.GuildChannel`, :class:`PartialMessageable`, " -":class:`Thread`]]" +#: ../../../discord/guild.py:docstring of discord.Guild.roles:1 +msgid "Returns a :class:`list` of the guild's roles in hierarchy order." msgstr "" -"Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]" -#: discord.Interaction.permissions:1 of -msgid "" -"The resolved permissions of the member in the channel, including " -"overwrites." +#: ../../../discord/guild.py:docstring of discord.Guild.roles:3 +msgid "The first element of this list will be the lowest role in the hierarchy." msgstr "" -#: discord.Interaction.permissions:3 of -msgid "" -"In a non-guild context where this doesn't apply, an empty permissions " -"object is returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:1 +msgid "Returns a role with the given ID." msgstr "" -#: ../../docstring discord.Interaction.response:1 of -msgid "Returns an object responsible for handling responding to the interaction." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:5 +msgid "``role_id`` parameter is now positional-only." msgstr "" -#: ../../docstring discord.Interaction.response:3 of -msgid "" -"A response can only be done once. If secondary messages need to be sent, " -"consider using :attr:`followup` instead." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:10 +msgid "The role or ``None`` if not found." msgstr "" -#: ../../docstring discord.Interaction.response:6 of -#, fuzzy -msgid ":class:`InteractionResponse`" -msgstr ":class:`str`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_role:11 +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscriber_role:5 +#: ../../../discord/guild.py:docstring of discord.Guild.self_role:5 +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:9 +msgid "Optional[:class:`Role`]" +msgstr "" -#: ../../docstring discord.Interaction.followup:1 of -msgid "Returns the follow up webhook for follow up interactions." +#: ../../../discord/guild.py:docstring of discord.Guild.default_role:1 +msgid "Gets the @everyone role that all members have by default." msgstr "" -#: discord.interactions.Interaction.original_message:3 of -msgid "" -"Fetches the original interaction response message associated with the " -"interaction." +#: ../../../discord/guild.py:docstring of discord.Guild.default_role:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:46 +#: ../../../discord/member.py:docstring of discord.Member.top_role:6 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:50 +msgid ":class:`Role`" msgstr "" -#: discord.interactions.Interaction.original_message:5 of -msgid "" -"If the interaction response was :meth:`InteractionResponse.send_message` " -"then this would return the message that was sent using that response. " -"Otherwise, this would return the message that triggered the interaction." +#: ../../../discord/guild.py:docstring of discord.Guild.premium_subscriber_role:1 +msgid "Gets the premium subscriber role, AKA \"boost\" role, in this guild." msgstr "" -#: discord.interactions.Interaction.original_message:9 of -msgid "Repeated calls to this will return a cached value." +#: ../../../discord/guild.py:docstring of discord.Guild.self_role:1 +msgid "Gets the role associated with this client's user, if any." msgstr "" -#: discord.interactions.Interaction.original_message:11 of -#, fuzzy -msgid "Fetching the original response message failed." -msgstr "削除されたメッセージ。" +#: ../../../discord/guild.py:docstring of discord.Guild.stage_instances:1 +msgid "Returns a :class:`list` of the guild's stage instances that are currently running." +msgstr "" -#: discord.interactions.Interaction.original_message:12 of -#, fuzzy -msgid "The channel for the message could not be resolved." -msgstr "更新後のメッセージ。" +#: ../../../discord/guild.py:docstring of discord.Guild.stage_instances:6 +msgid "List[:class:`StageInstance`]" +msgstr "" -#: discord.interactions.Interaction.original_message:14 of -#, fuzzy -msgid "The original interaction response message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:1 +msgid "Returns a stage instance with the given ID." +msgstr "" -#: discord.interactions.Interaction.edit_original_message:3 of -#, fuzzy -msgid "Edits the original interaction response message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:8 +msgid "The stage instance or ``None`` if not found." +msgstr "" -#: discord.interactions.Interaction.edit_original_message:5 of -msgid "" -"This is a lower level interface to :meth:`InteractionMessage.edit` in " -"case you do not want to fetch the message and save an HTTP request." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_stage_instance:9 +#: ../../../discord/channel.py:docstring of discord.StageChannel.instance:5 +msgid "Optional[:class:`StageInstance`]" msgstr "" -#: discord.interactions.Interaction.edit_original_message:8 of -msgid "" -"This method is also the only way to edit the original message if the " -"message sent was ephemeral." +#: ../../../discord/guild.py:docstring of discord.Guild.scheduled_events:1 +msgid "Returns a :class:`list` of the guild's scheduled events." msgstr "" -#: discord.interactions.Interaction.edit_original_message:18 -#: discord.interactions.InteractionMessage.edit:12 -#: discord.interactions.InteractionResponse.edit_message:13 of -msgid "" -"A list of attachments to keep in the message as well as new files to " -"upload. If ``[]`` is passed then all attachments are removed. .. note::" -" New files will always appear after current attachments." +#: ../../../discord/guild.py:docstring of discord.Guild.scheduled_events:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:14 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.scheduled_events:5 +#: ../../../discord/channel.py:docstring of discord.StageChannel.scheduled_events:5 +msgid "List[:class:`ScheduledEvent`]" msgstr "" -#: discord.interactions.Interaction.edit_original_message:35 -#: discord.interactions.InteractionMessage.edit:29 -#: discord.interactions.InteractionResponse.send_message:31 of -msgid "The length of ``embeds`` was invalid." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:1 +msgid "Returns a scheduled event with the given ID." msgstr "" -#: discord.interactions.Interaction.edit_original_message:38 -#: discord.interactions.InteractionMessage.add_files:14 -#: discord.interactions.InteractionMessage.edit:32 -#: discord.interactions.InteractionMessage.remove_attachments:14 of -#, fuzzy -msgid ":class:`InteractionMessage`" -msgstr ":class:`bytes`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:8 +msgid "The scheduled event or ``None`` if not found." +msgstr "" -#: discord.interactions.Interaction.delete_original_message:3 of -#, fuzzy -msgid "Deletes the original interaction response message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_scheduled_event:9 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:163 +msgid "Optional[:class:`ScheduledEvent`]" +msgstr "" -#: discord.interactions.Interaction.delete_original_message:5 of -msgid "" -"This is a lower level interface to :meth:`InteractionMessage.delete` in " -"case you do not want to fetch the message and save an HTTP request." +#: ../../../discord/guild.py:docstring of discord.Guild.owner:1 +msgid "The member that owns the guild." msgstr "" -#: ../../api.rst:3593 -#, fuzzy -msgid "InteractionResponse" -msgstr "列挙型" +#: ../../../discord/guild.py:docstring of discord.Guild.icon:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.icon:1 +#: ../../../discord/webhook/async_.py:docstring of discord.PartialWebhookGuild.icon:1 +msgid "Returns the guild's icon asset, if available." +msgstr "" -#: discord.interactions.InteractionResponse:1 of -#, fuzzy -msgid "Represents a Discord interaction response." -msgstr "Discordの音声接続を表します。" +#: ../../../discord/guild.py:docstring of discord.Guild.banner:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.banner:1 +msgid "Returns the guild's banner asset, if available." +msgstr "" -#: discord.interactions.InteractionResponse:3 of -msgid "This type can be accessed through :attr:`Interaction.response`." +#: ../../../discord/guild.py:docstring of discord.Guild.splash:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.splash:1 +msgid "Returns the guild's invite splash asset, if available." msgstr "" -#: discord.interactions.InteractionResponse.is_done:1 of -#, fuzzy -msgid "" -":class:`bool`: Indicates whether an interaction response has been done " -"before." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.Guild.discovery_splash:1 +msgid "Returns the guild's discovery splash asset, if available." +msgstr "" -#: discord.interactions.InteractionResponse.is_done:3 of -msgid "An interaction can only be responded to once." +#: ../../../discord/guild.py:docstring of discord.Guild.member_count:1 +msgid "Returns the true member count regardless of it being loaded fully or not." msgstr "" -#: discord.interactions.InteractionResponse.defer:3 of -#, fuzzy -msgid "Defers the interaction response." -msgstr "クライアントユーザーの設定を変更します。" +#: ../../../discord/guild.py:docstring of discord.Guild.member_count:5 +msgid "Due to a Discord limitation, in order for this attribute to remain up-to-date and accurate, it requires :attr:`Intents.members` to be specified." +msgstr "" -#: discord.interactions.InteractionResponse.defer:5 of -msgid "" -"This is typically used when the interaction is acknowledged and a " -"secondary action will be done later." +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:1 +msgid "Returns a boolean indicating if the guild is \"chunked\"." msgstr "" -#: discord.interactions.InteractionResponse.defer:8 of -msgid "This is only supported with the following interaction types:" +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:3 +msgid "A chunked guild means that :attr:`member_count` is equal to the number of members stored in the internal :attr:`members` cache." msgstr "" -#: discord.interactions.InteractionResponse.defer:10 of -msgid ":attr:`InteractionType.application_command`" +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:6 +msgid "If this value returns ``False``, then you should request for offline members." msgstr "" -#: discord.interactions.InteractionResponse.defer:11 of -msgid ":attr:`InteractionType.component`" +#: ../../../discord/guild.py:docstring of discord.Guild.shard_id:1 +msgid "Returns the shard ID for this guild if applicable." msgstr "" -#: discord.interactions.InteractionResponse.defer:12 of -msgid ":attr:`InteractionType.modal_submit`" +#: ../../../discord/guild.py:docstring of discord.Guild.created_at:1 +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild.created_at:1 +msgid "Returns the guild's creation time in UTC." msgstr "" -#: discord.interactions.InteractionResponse.defer:14 of -msgid "" -"Indicates whether the deferred message will eventually be ephemeral. This" -" only applies to :attr:`InteractionType.application_command` " -"interactions, or if ``thinking`` is ``True``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:1 +msgid "Returns the first member found that matches the name provided." msgstr "" -#: discord.interactions.InteractionResponse.defer:17 of -msgid "" -"Indicates whether the deferred type should be " -":attr:`InteractionResponseType.deferred_channel_message` instead of the " -"default :attr:`InteractionResponseType.deferred_message_update` if both " -"are valid. In UI terms, this is represented as if the bot is thinking of " -"a response. It is your responsibility to eventually send a followup " -"message via :attr:`Interaction.followup` to make this thinking state go " -"away. Application commands (AKA Slash commands) cannot use " -":attr:`InteractionResponseType.deferred_message_update`." -msgstr "" - -#: discord.interactions.InteractionResponse.defer:24 of -#, fuzzy -msgid "Deferring the interaction failed." -msgstr ":exc:`.HTTPException` -- 招待の取得に失敗した。" - -#: discord.interactions.InteractionResponse.defer:25 -#: discord.interactions.InteractionResponse.edit_message:29 -#: discord.interactions.InteractionResponse.pong:8 -#: discord.interactions.InteractionResponse.send_message:32 -#: discord.interactions.InteractionResponse.send_modal:9 of -msgid "This interaction has already been responded to before." -msgstr "" - -#: discord.interactions.InteractionResponse.pong:3 of -#, fuzzy -msgid "Pongs the ping interaction." -msgstr "非同期イテレータ。" - -#: discord.interactions.InteractionResponse.pong:5 of -msgid "This should rarely be used." -msgstr "" - -#: discord.interactions.InteractionResponse.pong:7 of -#, fuzzy -msgid "Ponging the interaction failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" - -#: discord.interactions.InteractionResponse.send_message:3 of -#, fuzzy -msgid "Responds to this interaction by sending a message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:3 +msgid "The name can have an optional discriminator argument, e.g. \"Jake#0001\" or \"Jake\" will both do the lookup. However the former will give a more precise result. Note that the discriminator must have all 4 digits for this to work." +msgstr "" -#: discord.interactions.InteractionResponse.send_message:19 of -#, fuzzy -msgid "The view to send with the message." -msgstr "更新前のメッセージ。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:8 +msgid "If a nickname is passed, then it is looked up via the nickname. Note however, that a nickname + discriminator combo will not lookup the nickname but rather the username + discriminator combo due to nickname + discriminator not being unique." +msgstr "" -#: discord.interactions.InteractionResponse.send_message:21 of -msgid "" -"Indicates if the message should only be visible to the user who started " -"the interaction. If a view is sent with an ephemeral message and it has " -"no timeout set then the timeout is set to 15 minutes." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:13 +msgid "If no member is found, ``None`` is returned." msgstr "" -#: discord.interactions.InteractionResponse.edit_message:3 of -msgid "" -"Responds to this interaction by editing the original message of a " -"component interaction." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:17 +msgid "``name`` parameter is now positional-only." msgstr "" -#: discord.interactions.InteractionResponse.edit_message:6 of -msgid "The new content to replace the message with. ``None`` removes the content." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:19 +msgid "The name of the member to lookup with an optional discriminator." msgstr "" -#: discord.interactions.InteractionResponse.edit_message:23 of -msgid "" -"Controls the mentions being processed in this message. See " -":meth:`.Message.edit` for more information." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.get_member_named:22 +msgid "The member in this guild with the associated name. If not found then ``None`` is returned." msgstr "" -#: discord.interactions.InteractionResponse.edit_message:28 of -msgid "You specified both ``embed`` and ``embeds``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:3 +msgid "Creates a :class:`TextChannel` for the guild." msgstr "" -#: discord.interactions.InteractionResponse.send_modal:3 of -msgid "Responds to this interaction by sending a modal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:5 +msgid "Note that you need the :attr:`~Permissions.manage_channels` permission to create the channel." msgstr "" -#: discord.interactions.InteractionResponse.send_modal:5 of -msgid "The modal to send." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:8 +msgid "The ``overwrites`` parameter can be used to create a 'secret' channel upon creation. This parameter expects a :class:`dict` of overwrites with the target (either a :class:`Member` or a :class:`Role`) as the key and a :class:`PermissionOverwrite` as the value." msgstr "" -#: discord.interactions.InteractionResponse.send_modal:8 of -#, fuzzy -msgid "Sending the modal failed." -msgstr ":exc:`opus.OpusError` -- dataのエンコードに失敗した。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:15 +msgid "Creating a channel of a specified position will not update the position of other channels to follow suit. A follow-up call to :meth:`~TextChannel.edit` will be required to update the position of the channel in the channel list." +msgstr "" -#: ../../api.rst:3601 -#, fuzzy -msgid "InteractionMessage" -msgstr "列挙型" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:25 +msgid "Creating a basic channel:" +msgstr "" -#: discord.interactions.InteractionMessage:1 of -#, fuzzy -msgid "Represents the original interaction response message." -msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:31 +msgid "Creating a \"secret\" channel:" +msgstr "" -#: discord.interactions.InteractionMessage:3 of -msgid "" -"This allows you to edit or delete the message associated with the " -"interaction response. To retrieve this object see " -":meth:`Interaction.original_message`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:42 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:9 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:11 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:29 +msgid "The channel's name." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:44 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:11 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:15 +msgid "A :class:`dict` of target (either a role or a member) to :class:`PermissionOverwrite` to apply upon creation of a channel. Useful for creating secret channels." msgstr "" -#: ../../api.rst:3609 -msgid "Member" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:48 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:15 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:19 +msgid "The category to place the newly created channel under. The permissions will be automatically synced to category if no overwrites are provided." msgstr "" -#: discord.member.Member:1 of -msgid "Represents a Discord member to a :class:`Guild`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:55 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:13 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:23 +msgid "The new channel's topic." msgstr "" -#: discord.member.Member:3 of -msgid "This implements a lot of the functionality of :class:`User`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:57 +msgid "Specifies the slowmode rate limit for user in this channel, in seconds. The maximum value possible is `21600`." msgstr "" -#: discord.member.Member:9 of -msgid "" -"Checks if two members are equal. Note that this works with :class:`User` " -"instances too." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:60 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:27 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:19 +msgid "To mark the channel as NSFW or not." msgstr "" -#: discord.member.Member:14 of -msgid "" -"Checks if two members are not equal. Note that this works with " -":class:`User` instances too." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:62 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:35 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:26 +msgid "The reason for creating this channel. Shows up on the audit log." msgstr "" -#: discord.member.Member:19 of -msgid "Returns the member's hash." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:67 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:40 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:31 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:16 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:16 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:52 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:36 +msgid "The permission overwrite information is not in proper form." msgstr "" -#: discord.member.Member:23 of -msgid "Returns the member's name with the discriminator." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:69 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:42 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:33 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:18 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:18 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:5 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:5 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:7 +msgid "The channel that was just created." msgstr "" -#: discord.member.Member:27 of -msgid "" -"An aware datetime object that specifies the date and time in UTC that the" -" member joined the guild. If the member left and rejoined the guild, this" -" will be the latest date. In certain cases, this can be ``None``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_text_channel:70 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:6 +msgid ":class:`TextChannel`" msgstr "" -#: discord.member.Member:34 of -msgid "The activities that the user is currently doing." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:3 +msgid "This is similar to :meth:`create_text_channel` except makes a :class:`VoiceChannel` instead." msgstr "" -#: discord.member.Member:38 of -msgid "" -"Due to a Discord API limitation, a user's Spotify activity may not appear" -" if they are listening to a song with a title longer than 128 characters." -" See :issue:`1738` for more information." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:22 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:54 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:62 +msgid "The channel's preferred audio bitrate in bits per second." msgstr "" -#: discord.member.Member:42 of -msgid "Tuple[Union[:class:`BaseActivity`, :class:`Spotify`]]" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:24 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:60 +msgid "The channel's limit for number of members that can be in a voice channel." msgstr "" -#: discord.member.Member:46 of -#, fuzzy -msgid "The guild that the member belongs to." -msgstr "更新された後のギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:26 +msgid "The region for the voice channel's voice communication. A value of ``None`` indicates automatic voice region detection. .. versionadded:: 1.7" +msgstr "" -#: discord.member.Member:52 of -#, fuzzy -msgid "The guild specific nickname of the user." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:26 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:66 +msgid "The region for the voice channel's voice communication. A value of ``None`` indicates automatic voice region detection." +msgstr "" -#: discord.member.Member:58 of -#, fuzzy -msgid "Whether the member is pending member verification." -msgstr "メンバーがオンライン。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:31 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:45 +msgid "The camera video quality for the voice channel's participants. .. versionadded:: 2.0" +msgstr "" -#: discord.member.Member:66 of -msgid "" -"An aware datetime object that specifies the date and time in UTC when the" -" member used their \"Nitro boost\" on the guild, if available. This could" -" be ``None``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_voice_channel:43 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:6 +msgid ":class:`VoiceChannel`" msgstr "" -#: discord.member.Member:73 of -msgid "" -"An aware datetime object that specifies the date and time in UTC that the" -" member's time out will expire. This will be set to ``None`` if the user " -"is not timed out." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:3 +msgid "This is similar to :meth:`create_text_channel` except makes a :class:`StageChannel` instead." msgstr "" -#: discord.Member.name:1 of -msgid "Equivalent to :attr:`User.name`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_stage_channel:34 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:8 +msgid ":class:`StageChannel`" msgstr "" -#: discord.Member.id:1 of -msgid "Equivalent to :attr:`User.id`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:3 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:3 +msgid "Same as :meth:`create_text_channel` except makes a :class:`CategoryChannel` instead." msgstr "" -#: discord.Member.discriminator:1 of -msgid "Equivalent to :attr:`User.discriminator`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:7 +msgid "The ``category`` parameter is not supported in this function since categories cannot have categories." msgstr "" -#: discord.Member.bot:1 of -msgid "Equivalent to :attr:`User.bot`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_category:19 +msgid ":class:`CategoryChannel`" msgstr "" -#: discord.Member.system:1 of -msgid "Equivalent to :attr:`User.system`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.leave:3 +msgid "Leaves the guild." msgstr "" -#: discord.Member.created_at:1 of -msgid "Equivalent to :attr:`User.created_at`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.leave:7 +msgid "You cannot leave the guild that you own, you must delete it instead via :meth:`delete`." msgstr "" -#: discord.Member.default_avatar:1 of -msgid "Equivalent to :attr:`User.default_avatar`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.leave:10 +msgid "Leaving the guild failed." msgstr "" -#: discord.Member.avatar:1 of -msgid "Equivalent to :attr:`User.avatar`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete:3 +msgid "Deletes the guild. You must be the guild owner to delete the guild." msgstr "" -#: discord.Member.dm_channel:1 of -msgid "Equivalent to :attr:`User.dm_channel`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete:6 +msgid "Deleting the guild failed." msgstr "" -#: discord.Member.mutual_guilds:1 of -msgid "Equivalent to :attr:`User.mutual_guilds`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete:7 +msgid "You do not have permissions to delete the guild." msgstr "" -#: discord.Member.public_flags:1 of -msgid "Equivalent to :attr:`User.public_flags`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:3 +msgid "Edits the guild." msgstr "" -#: discord.Member.banner:1 of -msgid "Equivalent to :attr:`User.banner`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to edit the guild." msgstr "" -#: discord.Member.accent_color:1 of -msgid "Equivalent to :attr:`User.accent_color`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:8 +msgid "The `rules_channel` and `public_updates_channel` keyword-only parameters were added." msgstr "" -#: discord.Member.accent_colour:1 of -msgid "Equivalent to :attr:`User.accent_colour`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:11 +msgid "The `discovery_splash` and `community` keyword-only parameters were added." msgstr "" -#: discord.Member.raw_status:1 of -msgid "The member's overall status as a string value." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:14 +msgid "The newly updated guild is returned." msgstr "" -#: discord.Member.status:1 of -msgid "" -"The member's overall status. If the value is unknown, then it will be a " -":class:`str` instead." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:17 +msgid "The ``region`` keyword parameter has been removed." msgstr "" -#: discord.Member.desktop_status:3 discord.Member.mobile_status:3 -#: discord.Member.status:3 discord.Member.web_status:3 -#: discord.widget.WidgetMember:49 of -#, fuzzy -msgid ":class:`Status`" -msgstr ":class:`str`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:24 +msgid "The ``preferred_locale`` keyword parameter now accepts an enum instead of :class:`str`." +msgstr "" -#: discord.Member.mobile_status:1 of -msgid "The member's status on a mobile device, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:27 +msgid "The `premium_progress_bar_enabled` keyword-only parameter were added." msgstr "" -#: discord.Member.desktop_status:1 of -msgid "The member's status on the desktop client, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:30 +msgid "The new name of the guild." msgstr "" -#: discord.Member.web_status:1 of -msgid "The member's status on the web client, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:32 +msgid "The new description of the guild. Could be ``None`` for no description. This is only available to guilds that contain ``PUBLIC`` in :attr:`Guild.features`." msgstr "" -#: discord.member.Member.is_on_mobile:1 of -msgid "" -":class:`bool`: A helper function that determines if a member is active on" -" a mobile device." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:35 +msgid "A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG is supported. GIF is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`. Could be ``None`` to denote removal of the icon." msgstr "" -#: discord.Member.colour:1 of -msgid "" -"A property that returns a colour denoting the rendered colour for the " -"member. If the default colour is the one rendered then an instance of " -":meth:`Colour.default` is returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:39 +msgid "A :term:`py:bytes-like object` representing the banner. Could be ``None`` to denote removal of the banner. This is only available to guilds that contain ``BANNER`` in :attr:`Guild.features`." msgstr "" -#: discord.Member.color:1 of -msgid "" -"A property that returns a color denoting the rendered color for the " -"member. If the default color is the one rendered then an instance of " -":meth:`Colour.default` is returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:43 +msgid "A :term:`py:bytes-like object` representing the invite splash. Only PNG/JPEG supported. Could be ``None`` to denote removing the splash. This is only available to guilds that contain ``INVITE_SPLASH`` in :attr:`Guild.features`." msgstr "" -#: discord.Member.roles:1 of -msgid "" -"A :class:`list` of :class:`Role` that the member belongs to. Note that " -"the first element of this list is always the default '@everyone' role." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:48 +msgid "A :term:`py:bytes-like object` representing the discovery splash. Only PNG/JPEG supported. Could be ``None`` to denote removing the splash. This is only available to guilds that contain ``DISCOVERABLE`` in :attr:`Guild.features`." msgstr "" -#: discord.Member.roles:5 of -msgid "These roles are sorted by their position in the role hierarchy." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:53 +msgid "Whether the guild should be a Community guild. If set to ``True``\\, both ``rules_channel`` and ``public_updates_channel`` parameters are required." msgstr "" -#: discord.Member.mention:1 of -msgid "Returns a string that allows you to mention the member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:56 +msgid "The new channel that is the AFK channel. Could be ``None`` for no AFK channel." msgstr "" -#: discord.Member.display_avatar:1 of -#, fuzzy -msgid "Returns the member's display avatar." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:58 +msgid "The number of seconds until someone is moved to the AFK channel." +msgstr "" -#: discord.Member.display_avatar:3 of -#, fuzzy -msgid "" -"For regular members this is just their avatar, but if they have a guild " -"specific avatar then that is returned instead." -msgstr "通常であれば、これはユーザー名がそのまま返りますが、ギルドにてニックネームを設定している場合は、代替としてニックネームが返ります。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:60 +msgid "The new owner of the guild to transfer ownership to. Note that you must be owner of the guild to do this." +msgstr "" -#: discord.Member.guild_avatar:1 of -msgid "" -"Returns an :class:`Asset` for the guild avatar the member has. If " -"unavailable, ``None`` is returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:63 +msgid "The new verification level for the guild." msgstr "" -#: discord.Member.activity:1 of -msgid "" -"Returns the primary activity the user is currently doing. Could be " -"``None`` if no activity is being done." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:65 +msgid "The new default notification level for the guild." msgstr "" -#: discord.Member.activity:6 of -msgid "" -"Due to a Discord API limitation, this may be ``None`` if the user is " -"listening to a song on Spotify with a title longer than 128 characters. " -"See :issue:`1738` for more information." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:67 +msgid "The new explicit content filter for the guild." msgstr "" -#: discord.Member.activity:12 of -msgid "" -"A user may have multiple activities, these can be accessed under " -":attr:`activities`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:69 +msgid "The new vanity code for the guild." msgstr "" -#: discord.Member.activity:14 discord.widget.WidgetMember:67 of -msgid "Optional[Union[:class:`BaseActivity`, :class:`Spotify`]]" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:71 +msgid "The new channel that is used for the system channel. Could be ``None`` for no system channel." msgstr "" -#: discord.member.Member.mentioned_in:1 of -msgid "Checks if the member is mentioned in the specified message." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:73 +msgid "The new system channel settings to use with the new system channel." msgstr "" -#: discord.member.Member.mentioned_in:6 of -#, fuzzy -msgid "Indicates if the member is mentioned in the message." -msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:75 +msgid "The new preferred locale for the guild. Used as the primary language in the guild." +msgstr "" -#: discord.Member.top_role:1 of -#, fuzzy -msgid "Returns the member's highest role." -msgstr "オブジェクトのハッシュを返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:77 +msgid "The new channel that is used for rules. This is only available to guilds that contain ``PUBLIC`` in :attr:`Guild.features`. Could be ``None`` for no rules channel." +msgstr "" -#: discord.Member.top_role:3 of -msgid "" -"This is useful for figuring where a member stands in the role hierarchy " -"chain." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:81 +msgid "The new channel that is used for public updates from Discord. This is only available to guilds that contain ``PUBLIC`` in :attr:`Guild.features`. Could be ``None`` for no public updates channel." msgstr "" -#: discord.Member.guild_permissions:1 of -msgid "Returns the member's guild permissions." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:85 +msgid "Whether the premium AKA server boost level progress bar should be enabled for the guild." msgstr "" -#: discord.Member.guild_permissions:3 of -msgid "" -"This only takes into consideration the guild permissions and not most of " -"the implied permissions or any of the channel permission overwrites. For " -"100% accurate permission calculation, please use " -":meth:`abc.GuildChannel.permissions_for`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:87 +msgid "The reason for editing this guild. Shows up on the audit log." msgstr "" -#: discord.Member.guild_permissions:8 of -msgid "" -"This does take into consideration guild ownership and the administrator " -"implication." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:90 +msgid "You do not have permissions to edit the guild." msgstr "" -#: discord.Member.voice:1 of -#, fuzzy -msgid "Returns the member's current voice state." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:91 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:20 +msgid "Editing the guild failed." +msgstr "" -#: discord.Member.voice:3 of -msgid "Optional[:class:`VoiceState`]" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:92 +msgid "The image format passed in to ``icon`` is invalid. It must be PNG or JPG. This is also raised if you are not the owner of the guild and request an ownership transfer." msgstr "" -#: discord.member.Member.ban:3 of -msgid "Bans this member. Equivalent to :meth:`Guild.ban`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:93 +msgid "The type passed to the ``default_notifications``, ``verification_level``, ``explicit_content_filter``, or ``system_channel_flags`` parameter was of the incorrect type." msgstr "" -#: discord.member.Member.unban:3 of -msgid "Unbans this member. Equivalent to :meth:`Guild.unban`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit:95 +msgid "The newly updated guild. Note that this has the same limitations as mentioned in :meth:`Client.fetch_guild` and may not have full data." msgstr "" -#: discord.member.Member.kick:3 of -msgid "Kicks this member. Equivalent to :meth:`Guild.kick`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:3 +msgid "Retrieves all :class:`abc.GuildChannel` that the guild has." msgstr "" -#: discord.member.Member.edit:3 of -msgid "Edits the member's data." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:7 +msgid "This method is an API call. For general usage, consider :attr:`channels` instead." msgstr "" -#: discord.member.Member.edit:5 of -msgid "" -"Depending on the parameter passed, this requires different permissions " -"listed below:" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:12 +msgid "Retrieving the channels failed." msgstr "" -#: discord.member.Member.edit:8 of -msgid "Parameter" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:14 +msgid "All channels in the guild." msgstr "" -#: discord.member.Member.edit:8 of -msgid "Permission" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channels:15 +msgid "Sequence[:class:`abc.GuildChannel`]" msgstr "" -#: discord.member.Member.edit:10 of -msgid "nick" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:3 +msgid "Returns a list of active :class:`Thread` that the client can access." msgstr "" -#: discord.member.Member.edit:10 of -msgid ":attr:`Permissions.manage_nicknames`" -msgstr ":attr:`Permissions.manage_nicknames`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:5 +msgid "This includes both private and public threads." +msgstr "" -#: discord.member.Member.edit:12 of -msgid "mute" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:9 +msgid "The request to get the active threads failed." msgstr "" -#: discord.member.Member.edit:12 of -msgid ":attr:`Permissions.mute_members`" -msgstr ":attr:`Permissions.mute_members`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.active_threads:11 +msgid "The active threads" +msgstr "" -#: discord.member.Member.edit:14 of -msgid "deafen" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:1 +msgid "Retrieves an :term:`asynchronous iterator` that enables receiving the guild's members. In order to use this, :meth:`Intents.members` must be enabled." msgstr "" -#: discord.member.Member.edit:14 of -msgid ":attr:`Permissions.deafen_members`" -msgstr ":attr:`Permissions.deafen_members`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:6 +msgid "This method is an API call. For general usage, consider :attr:`members` instead." +msgstr "" -#: discord.member.Member.edit:16 of -msgid ":attr:`Permissions.manage_roles`" -msgstr ":attr:`Permissions.manage_roles`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:12 +msgid "The number of members to retrieve. Defaults to 1000. Pass ``None`` to fetch all members. Note that this is potentially slow." +msgstr "" -#: discord.member.Member.edit:18 of -msgid "voice_channel" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:15 +msgid "Retrieve members after this date or object. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." msgstr "" -#: discord.member.Member.edit:18 of -msgid ":attr:`Permissions.move_members`" -msgstr ":attr:`Permissions.move_members`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:20 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:13 +msgid "The members intent is not enabled." +msgstr "" -#: discord.member.Member.edit:20 of -msgid "timed_out_until" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:21 +msgid "Getting the members failed." msgstr "" -#: discord.member.Member.edit:20 of -#, fuzzy -msgid ":attr:`Permissions.moderate_members`" -msgstr ":attr:`Permissions.deafen_members`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_members:23 +msgid ":class:`.Member` -- The member with the member data parsed." +msgstr "" -#: discord.member.Member.edit:25 of -msgid "Can now pass ``None`` to ``voice_channel`` to kick a member from voice." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:3 +msgid "Retrieves a :class:`Member` from a guild ID, and a member ID." msgstr "" -#: discord.member.Member.edit:28 of -msgid "The newly member is now optionally returned, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:7 +msgid "This method is an API call. If you have :attr:`Intents.members` and member cache enabled, consider :meth:`get_member` instead." msgstr "" -#: discord.member.Member.edit:31 of -msgid "The member's new nickname. Use ``None`` to remove the nickname." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:11 +msgid "``member_id`` parameter is now positional-only." msgstr "" -#: discord.member.Member.edit:33 of -msgid "Indicates if the member should be guild muted or un-muted." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:13 +msgid "The member's ID to fetch from." msgstr "" -#: discord.member.Member.edit:35 of -msgid "Indicates if the member should be guild deafened or un-deafened." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:17 +msgid "Fetching the member failed." msgstr "" -#: discord.member.Member.edit:37 of -msgid "" -"Indicates if the member should be suppressed in stage channels. .. " -"versionadded:: 1.7" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_member:19 +msgid "The member from the member ID." msgstr "" -#: discord.member.Member.edit:37 of -#, fuzzy -msgid "Indicates if the member should be suppressed in stage channels." -msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:3 +msgid "Retrieves the :class:`BanEntry` for a user." +msgstr "" -#: discord.member.Member.edit:41 of -msgid "The member's new list of roles. This *replaces* the roles." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:5 +msgid "You must have the :attr:`~Permissions.ban_members` permission to get this information." msgstr "" -#: discord.member.Member.edit:43 of -msgid "" -"The voice channel to move the member to. Pass ``None`` to kick them from " -"voice." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:8 +msgid "The user to get ban information from." msgstr "" -#: discord.member.Member.edit:46 of -msgid "" -"The date the member's timeout should expire, or ``None`` to remove the " -"timeout. This must be a timezone-aware datetime object. Consider using " -":func:`utils.utcnow`. .. versionadded:: 2.0" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:12 +msgid "This user is not banned." msgstr "" -#: discord.member.Member.edit:46 of -msgid "" -"The date the member's timeout should expire, or ``None`` to remove the " -"timeout. This must be a timezone-aware datetime object. Consider using " -":func:`utils.utcnow`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:15 +msgid "The :class:`BanEntry` object for the specified user." msgstr "" -#: discord.member.Member.edit:51 of -msgid "The reason for editing this member. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_ban:16 +msgid ":class:`BanEntry`" +msgstr ":class:`BanEntry`" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:3 +msgid "Retrieves a :class:`.abc.GuildChannel` or :class:`.Thread` with the specified ID." msgstr "" -#: discord.member.Member.edit:54 discord.member.Member.request_to_speak:14 of -msgid "You do not have the proper permissions to the action requested." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:7 +msgid "This method is an API call. For general usage, consider :meth:`get_channel_or_thread` instead." msgstr "" -#: discord.member.Member.edit:55 discord.member.Member.request_to_speak:15 of -msgid "The operation failed." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:11 +msgid "An unknown channel type was received from Discord or the guild the channel belongs to is not the same as the one in this object points to." msgstr "" -#: discord.member.Member.edit:56 of -msgid "The datetime object passed to ``timed_out_until`` was not timezone-aware." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_channel:17 +msgid "Union[:class:`.abc.GuildChannel`, :class:`.Thread`]" msgstr "" -#: discord.member.Member.edit:58 of -msgid "" -"The newly updated member, if applicable. This is only returned when " -"certain fields are updated." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:3 +msgid "Retrieves all the users that are banned from the guild as a :class:`list` of :class:`BanEntry`." msgstr "" -#: discord.member.Member.edit:60 of -#, fuzzy -msgid "Optional[:class:`.Member`]" -msgstr ":class:`str`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:11 +msgid "A list of :class:`BanEntry` objects." +msgstr "" -#: discord.member.Member.request_to_speak:3 of -#, fuzzy -msgid "Request to speak in the connected channel." -msgstr "List[:class:`.Emoji`] -- 接続したクライアントがアクセスできる絵文字。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.bans:12 +msgid "List[:class:`BanEntry`]" +msgstr "List[:class:`BanEntry`]" -#: discord.member.Member.request_to_speak:5 discord.member.VoiceState:45 of -msgid "Only applies to stage channels." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:3 +msgid "Prunes the guild from its inactive members." msgstr "" -#: discord.member.Member.request_to_speak:9 of -msgid "" -"Requesting members that are not the client is equivalent to :attr:`.edit`" -" providing ``suppress`` as ``False``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:5 +msgid "The inactive members are denoted if they have not logged on in ``days`` number of days and they have no roles." msgstr "" -#: discord.member.Member.move_to:3 of -msgid "Moves a member to a new voice channel (they must be connected first)." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:8 +msgid "You must have the :attr:`~Permissions.kick_members` permission to use this." msgstr "" -#: discord.member.Member.move_to:5 of -msgid "" -"You must have the :attr:`~Permissions.move_members` permission to use " -"this." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:11 +msgid "To check how many members you would prune without actually pruning, see the :meth:`estimate_pruned_members` function." msgstr "" -#: discord.member.Member.move_to:8 of -msgid "This raises the same exceptions as :meth:`edit`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:14 +msgid "To prune members that have specific roles see the ``roles`` parameter." msgstr "" -#: discord.member.Member.move_to:10 of -msgid "Can now pass ``None`` to kick a member from voice." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:16 +msgid "The ``roles`` keyword-only parameter was added." msgstr "" -#: discord.member.Member.move_to:13 of -msgid "" -"The new voice channel to move the member to. Pass ``None`` to kick them " -"from voice." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:23 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:14 +msgid "The number of days before counting as inactive." msgstr "" -#: discord.member.Member.add_roles:3 of -msgid "Gives the member a number of :class:`Role`\\s." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:27 +msgid "Whether to compute the prune count. This defaults to ``True`` which makes it prone to timeouts in very large guilds. In order to prevent timeouts, you must set this to ``False``. If this is set to ``False``\\, then this function will always return ``None``." msgstr "" -#: discord.member.Member.add_roles:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_roles` permission to use " -"this, and the added :class:`Role`\\s must appear lower in the list of " -"roles than the highest role of the member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:32 +msgid "A list of :class:`abc.Snowflake` that represent roles to include in the pruning process. If a member has a role that is not specified, they'll be excluded." msgstr "" -#: discord.member.Member.add_roles:9 of -msgid "" -"An argument list of :class:`abc.Snowflake` representing a :class:`Role` " -"to give to the member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:36 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:22 +msgid "You do not have permissions to prune members." msgstr "" -#: discord.member.Member.add_roles:12 of -msgid "The reason for adding these roles. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:37 +msgid "An error occurred while pruning members." msgstr "" -#: discord.member.Member.add_roles:14 of -msgid "" -"Whether to atomically add roles. This will ensure that multiple " -"operations will always be applied regardless of the current state of the " -"cache." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:38 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:24 +msgid "An integer was not passed for ``days``." msgstr "" -#: discord.member.Member.add_roles:19 of -#, fuzzy -msgid "You do not have permissions to add these roles." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.prune_members:40 +msgid "The number of members pruned. If ``compute_prune_count`` is ``False`` then this returns ``None``." +msgstr "" -#: discord.member.Member.add_roles:20 of -msgid "Adding roles failed." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:3 +msgid "Gets the list of templates from this guild." msgstr "" -#: discord.member.Member.remove_roles:3 of -msgid "Removes :class:`Role`\\s from this member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:5 +msgid "Requires :attr:`~.Permissions.manage_guild` permissions." msgstr "" -#: discord.member.Member.remove_roles:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_roles` permission to use " -"this, and the removed :class:`Role`\\s must appear lower in the list of " -"roles than the highest role of the member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:9 +msgid "You don't have permissions to get the templates." msgstr "" -#: discord.member.Member.remove_roles:9 of -msgid "" -"An argument list of :class:`abc.Snowflake` representing a :class:`Role` " -"to remove from the member." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:11 +msgid "The templates for this guild." msgstr "" -#: discord.member.Member.remove_roles:12 of -msgid "The reason for removing these roles. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.templates:12 +msgid "List[:class:`Template`]" msgstr "" -#: discord.member.Member.remove_roles:14 of -msgid "" -"Whether to atomically remove roles. This will ensure that multiple " -"operations will always be applied regardless of the current state of the " -"cache." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:3 +msgid "Gets the list of webhooks from this guild." msgstr "" -#: discord.member.Member.remove_roles:19 of -#, fuzzy -msgid "You do not have permissions to remove these roles." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:5 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:5 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:5 +msgid "Requires :attr:`~.Permissions.manage_webhooks` permissions." +msgstr "" -#: discord.member.Member.remove_roles:20 of -#, fuzzy -msgid "Removing the roles failed." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:7 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:7 +msgid "You don't have permissions to get the webhooks." +msgstr "Webhookを取得する権限がない場合。" -#: discord.member.Member.get_role:1 of -msgid "Returns a role with the given ID from roles which the member has." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:9 +msgid "The webhooks for this guild." msgstr "" -#: discord.member.Member.get_role:8 of -msgid "The role or ``None`` if not found in the member's roles." -msgstr "" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.webhooks:10 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:10 +msgid "List[:class:`Webhook`]" +msgstr "List[:class:`Webhook`]" -#: discord.member.Member.is_timed_out:1 of -#, fuzzy -msgid "Returns whether this member is timed out." -msgstr "メンバーがオンライン。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:3 +msgid "Similar to :meth:`prune_members` except instead of actually pruning members, it returns how many members it would prune from the guild had it been called." +msgstr "" -#: discord.member.Member.is_timed_out:5 of -msgid "``True`` if the member is timed out. ``False`` otherwise." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:7 +msgid "The returned value can be ``None``." msgstr "" -#: ../../api.rst:3622 -msgid "Spotify" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:16 +msgid "A list of :class:`abc.Snowflake` that represent roles to include in the estimate. If a member has a role that is not specified, they'll be excluded. .. versionadded:: 1.7" msgstr "" -#: discord.activity.Spotify:1 of -msgid "" -"Represents a Spotify listening activity from Discord. This is a special " -"case of :class:`Activity` that makes it easier to work with the Spotify " -"integration." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:16 +msgid "A list of :class:`abc.Snowflake` that represent roles to include in the estimate. If a member has a role that is not specified, they'll be excluded." msgstr "" -#: discord.activity.CustomActivity:7 discord.activity.Spotify:8 of -msgid "Checks if two activities are equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:23 +msgid "An error occurred while fetching the prune members estimate." msgstr "" -#: discord.activity.CustomActivity:11 discord.activity.Spotify:12 of -msgid "Checks if two activities are not equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.estimate_pruned_members:26 +msgid "The number of members estimated to be pruned." msgstr "" -#: discord.activity.CustomActivity:15 discord.activity.Spotify:16 of -msgid "Returns the activity's hash." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:3 +msgid "Returns a list of all active instant invites from the guild." msgstr "" -#: discord.activity.Spotify:20 of -msgid "Returns the string 'Spotify'." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to get this information." msgstr "" -#: discord.CustomActivity.type:1 discord.Spotify.type:1 of -msgid "" -"Returns the activity's type. This is for compatibility with " -":class:`Activity`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.invites:12 +msgid "List[:class:`Invite`]" +msgstr "List[:class:`Invite`]" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:3 +msgid "Creates a template for the guild." +msgstr "サーバーのテンプレートを作成します。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:5 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:5 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:5 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to do this." msgstr "" -#: discord.Spotify.type:3 of -msgid "It always returns :attr:`ActivityType.listening`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:10 +#: ../../../discord/template.py:docstring of discord.template.Template:19 +msgid "The name of the template." msgstr "" -#: discord.CustomActivity.type:5 discord.Game.type:5 discord.Spotify.type:5 -#: discord.Streaming.type:5 discord.activity.Activity:34 of -#, fuzzy -msgid ":class:`ActivityType`" -msgstr ":class:`.Invite`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_template:12 +#: ../../../discord/template.py:docstring of discord.template.Template:25 +msgid "The description of the template." +msgstr "" -#: discord.Spotify.created_at:1 of -#, fuzzy -msgid "When the user started listening in UTC." -msgstr "入力を始めたユーザー。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:3 +msgid "Attaches an integration to the guild." +msgstr "" -#: discord.Spotify.color:1 discord.Spotify.colour:1 of -msgid "Returns the Spotify integration colour, as a :class:`Colour`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:10 +msgid "The integration type (e.g. Twitch)." msgstr "" -#: discord.Spotify.colour:3 of -msgid "There is an alias for this named :attr:`color`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:12 +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:7 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:7 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:7 +msgid "The integration ID." msgstr "" -#: discord.Spotify.color:3 of -msgid "There is an alias for this named :attr:`colour`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:15 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:10 +msgid "You do not have permission to create the integration." msgstr "" -#: discord.Spotify.name:1 of -msgid "The activity's name. This will always return \"Spotify\"." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_integration:16 +msgid "The account could not be found." msgstr "" -#: discord.Spotify.title:1 of -#, fuzzy -msgid "The title of the song being played." -msgstr "更新される前のギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:3 +msgid "Returns a list of all integrations attached to the guild." +msgstr "サーバーに追加されたすべてのインテグレーションのリストを返します。" -#: discord.Spotify.artists:1 of -#, fuzzy -msgid "The artists of the song being played." -msgstr "更新される前のギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:11 +msgid "Fetching the integrations failed." +msgstr "インテグレーションの取得に失敗した場合。" -#: discord.Spotify.artist:1 of -#, fuzzy -msgid "The artist of the song being played." -msgstr "更新される前のギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:13 +msgid "The list of integrations that are attached to the guild." +msgstr "サーバーに添付されているインテグレーションのリスト。" -#: discord.Spotify.artist:3 of -msgid "" -"This does not attempt to split the artist information into multiple " -"artists. Useful if there's only a single artist." -msgstr "" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.integrations:14 +msgid "List[:class:`Integration`]" +msgstr "List[:class:`Integration`]" -#: discord.Spotify.album:1 of -msgid "The album that the song being played belongs to." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:3 +msgid "Retrieves a list of all :class:`Sticker`\\s for the guild." msgstr "" -#: discord.Spotify.album_cover_url:1 of -msgid "The album cover image URL from Spotify's CDN." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:9 +msgid "This method is an API call. For general usage, consider :attr:`stickers` instead." msgstr "" -#: discord.Spotify.track_id:1 of -msgid "The track ID used by Spotify to identify this song." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:11 +msgid "An error occurred fetching the stickers." msgstr "" -#: discord.Spotify.track_url:1 of -msgid "The track URL to listen on Spotify." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:13 +msgid "The retrieved stickers." msgstr "" -#: discord.Spotify.start:1 of -msgid "When the user started playing this song in UTC." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_stickers:14 +msgid "List[:class:`GuildSticker`]" msgstr "" -#: discord.Spotify.end:1 of -msgid "When the user will stop playing this song in UTC." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:3 +msgid "Retrieves a custom :class:`Sticker` from the guild." msgstr "" -#: discord.Spotify.duration:1 of -#, fuzzy -msgid "The duration of the song being played." -msgstr "更新される前のギルド。" - -#: discord.Spotify.duration:3 of -msgid ":class:`datetime.timedelta`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:9 +msgid "This method is an API call. For general usage, consider iterating over :attr:`stickers` instead." msgstr "" -#: discord.Spotify.party_id:1 of -#, fuzzy -msgid "The party ID of the listening party." -msgstr "ユーザーのプロフィール。" - -#: ../../api.rst:3630 -msgid "VoiceState" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:12 +msgid "The sticker's ID." msgstr "" -#: discord.member.VoiceState:1 of -msgid "Represents a Discord user's voice state." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:15 +msgid "The sticker requested could not be found." msgstr "" -#: discord.member.VoiceState:5 of -msgid "Indicates if the user is currently deafened by the guild." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:16 +msgid "An error occurred fetching the sticker." msgstr "" -#: discord.member.VoiceState:11 of -msgid "Indicates if the user is currently muted by the guild." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:18 +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:7 +msgid "The retrieved sticker." msgstr "" -#: discord.member.VoiceState:17 of -#, fuzzy -msgid "Indicates if the user is currently muted by their own accord." -msgstr "現在オーディオを再生しているかを表します。" - -#: discord.member.VoiceState:23 of -#, fuzzy -msgid "Indicates if the user is currently deafened by their own accord." -msgstr "メンバーが自身でマイクやスピーカーをミュートしたとき。" - -#: discord.member.VoiceState:29 of -#, fuzzy -msgid "Indicates if the user is currently streaming via 'Go Live' feature." -msgstr "現在オーディオを再生しているかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_sticker:19 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:25 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:18 +#: ../../docstring of discord.Intents.emojis_and_stickers:13 +msgid ":class:`GuildSticker`" +msgstr "" -#: discord.member.VoiceState:37 of -#, fuzzy -msgid "Indicates if the user is currently broadcasting video." -msgstr "現在オーディオを再生しているかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:3 +msgid "Creates a :class:`Sticker` for the guild." +msgstr "" -#: discord.member.VoiceState:43 of -#, fuzzy -msgid "Indicates if the user is suppressed from speaking." -msgstr "現在オーディオを再生しているかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:5 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:5 +msgid "You must have :attr:`~Permissions.manage_emojis_and_stickers` permission to do this." +msgstr "" -#: discord.member.VoiceState:53 of -msgid "" -"An aware datetime object that specifies the date and time in UTC that the" -" member requested to speak. It will be ``None`` if they are not " -"requesting to speak anymore or have been accepted to speak." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:10 +msgid "The sticker name. Must be at least 2 characters." msgstr "" -#: discord.member.VoiceState:57 of -msgid "Only applicable to stage channels." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:12 +msgid "The sticker's description." msgstr "" -#: discord.member.VoiceState:65 of -msgid "Indicates if the user is currently in the AFK channel in the guild." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:14 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:9 +msgid "The name of a unicode emoji that represents the sticker's expression." msgstr "" -#: discord.member.VoiceState:71 of -msgid "" -"The voice channel that the user is currently connected to. ``None`` if " -"the user is not currently in a voice channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:16 +msgid "The file of the sticker to upload." msgstr "" -#: discord.member.VoiceState:74 of -#, fuzzy -msgid "Optional[Union[:class:`VoiceChannel`, :class:`StageChannel`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:18 +msgid "The reason for creating this sticker. Shows up on the audit log." +msgstr "" -#: ../../api.rst:3638 -msgid "Emoji" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:21 +msgid "You are not allowed to create stickers." msgstr "" -#: discord.emoji.Emoji:1 of -msgid "Represents a custom emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:22 +msgid "An error occurred creating a sticker." msgstr "" -#: discord.emoji.Emoji:10 discord.partial_emoji.PartialEmoji:12 of -msgid "Checks if two emoji are the same." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_sticker:24 +msgid "The created sticker." msgstr "" -#: discord.emoji.Emoji:14 discord.partial_emoji.PartialEmoji:16 of -msgid "Checks if two emoji are not the same." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:3 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:3 +msgid "Deletes the custom :class:`Sticker` from the guild." msgstr "" -#: discord.emoji.Emoji:18 discord.partial_emoji.PartialEmoji:20 of -msgid "Return the emoji's hash." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:10 +msgid "The sticker you are deleting." msgstr "" -#: discord.emoji.Emoji:22 of -msgid "" -"Returns an iterator of ``(field, value)`` pairs. This allows this class " -"to be used as an iterable in list/dict/etc constructions." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:12 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:8 +msgid "The reason for deleting this sticker. Shows up on the audit log." msgstr "" -#: discord.emoji.Emoji:27 discord.partial_emoji.PartialEmoji:24 of -msgid "Returns the emoji rendered for discord." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:15 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:11 +msgid "You are not allowed to delete stickers." msgstr "" -#: discord.emoji.Emoji:31 of -#, fuzzy -msgid "The name of the emoji." -msgstr "ギルドの名前。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_sticker:16 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.delete:12 +msgid "An error occurred deleting the sticker." +msgstr "" -#: discord.emoji.Emoji:43 of -msgid "" -"If colons are required to use this emoji in the client (:PJSalt: vs " -"PJSalt)." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:3 +msgid "Retrieves a list of all scheduled events for the guild." msgstr "" -#: discord.emoji.Emoji:49 of -msgid "Whether an emoji is animated or not." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:9 +msgid "Whether to include the number of users that are subscribed to the event. Defaults to ``True``." msgstr "" -#: discord.emoji.Emoji:55 of -msgid "If this emoji is managed by a Twitch integration." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:11 +msgid "Retrieving the scheduled events failed." msgstr "" -#: discord.emoji.Emoji:61 of -#, fuzzy -msgid "The guild ID the emoji belongs to." -msgstr "絵文字が更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_events:13 +msgid "The scheduled events." +msgstr "" -#: discord.emoji.Emoji:67 of -msgid "Whether the emoji is available for use." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:3 +msgid "Retrieves a scheduled event from the guild." msgstr "" -#: discord.emoji.Emoji:73 of -msgid "" -"The user that created the emoji. This can only be retrieved using " -":meth:`Guild.fetch_emoji` and having the " -":attr:`~Permissions.manage_emojis` permission." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:7 +msgid "The scheduled event ID." msgstr "" -#: discord.Emoji.created_at:1 of -msgid "Returns the emoji's creation time in UTC." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:13 +msgid "The scheduled event was not found." msgstr "" -#: discord.Emoji.url:1 of -#, fuzzy -msgid "Returns the URL of the emoji." -msgstr "ギルドの名前。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:14 +msgid "Retrieving the scheduled event failed." +msgstr "" -#: discord.Emoji.roles:1 of -msgid "A :class:`list` of roles that is allowed to use this emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:16 +msgid "The scheduled event." msgstr "" -#: discord.Emoji.roles:3 of -msgid "If roles is empty, the emoji is unrestricted." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_scheduled_event:17 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:43 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:19 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:19 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:19 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:49 +msgid ":class:`ScheduledEvent`" msgstr "" -#: discord.Emoji.guild:1 of -#, fuzzy -msgid "The guild this emoji belongs to." -msgstr "絵文字が更新されたギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:3 +msgid "Creates a scheduled event for the guild." +msgstr "" -#: discord.emoji.Emoji.is_usable:1 of -msgid ":class:`bool`: Whether the bot can use this emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:5 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:5 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:5 +msgid "Requires :attr:`~Permissions.manage_events` permissions." msgstr "" -#: discord.emoji.Emoji.delete:3 of -msgid "Deletes the custom emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:9 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:27 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:7 +msgid "The name of the scheduled event." msgstr "" -#: discord.emoji.Emoji.edit:3 of -msgid "Edits the custom emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:11 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:33 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:9 +msgid "The description of the scheduled event." msgstr "" -#: discord.emoji.Emoji.edit:8 of -msgid "The newly updated emoji is returned." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:13 +msgid "The channel to send the scheduled event to. Required if ``entity_type`` is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`." msgstr "" -#: discord.emoji.Emoji.edit:11 of -msgid "The new emoji name." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:13 +msgid "The channel to send the scheduled event to." msgstr "" -#: discord.emoji.Emoji.edit:13 of -msgid "" -"A list of roles that can use this emoji. An empty list can be passed to " -"make it available to everyone." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:15 +msgid "Required if ``entity_type`` is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`." msgstr "" -#: discord.emoji.Emoji.edit:15 of -msgid "The reason for editing this emoji. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:18 +msgid "The scheduled start time of the scheduled event. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`." msgstr "" -#: discord.emoji.Emoji.edit:18 of -msgid "You are not allowed to edit emojis." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:21 +msgid "The scheduled end time of the scheduled event. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`. Required if the entity type is :attr:`EntityType.external`." msgstr "" -#: discord.emoji.Emoji.edit:19 of -msgid "An error occurred editing the emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:21 +msgid "The scheduled end time of the scheduled event. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`." msgstr "" -#: discord.emoji.Emoji.edit:21 of -msgid "The newly updated emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:24 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:26 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:38 +msgid "Required if the entity type is :attr:`EntityType.external`." msgstr "" -#: ../../api.rst:3647 -msgid "PartialEmoji" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:26 +msgid "The entity type of the scheduled event." msgstr "" -#: discord.partial_emoji.PartialEmoji:1 of -msgid "Represents a \"partial\" emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:28 +msgid "The image of the scheduled event." msgstr "" -#: discord.partial_emoji.PartialEmoji:3 of -msgid "This model will be given in two scenarios:" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:30 +msgid "The location of the scheduled event. Required if the ``entity_type`` is :attr:`EntityType.external`." msgstr "" -#: discord.partial_emoji.PartialEmoji:5 of -msgid "\"Raw\" data events such as :func:`on_raw_reaction_add`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:30 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:87 +msgid "The location of the scheduled event." msgstr "" -#: discord.partial_emoji.PartialEmoji:6 of -msgid "Custom emoji that the bot cannot see from e.g. :attr:`Message.reactions`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:32 +msgid "Required if the ``entity_type`` is :attr:`EntityType.external`." msgstr "" -#: discord.partial_emoji.PartialEmoji:28 of -msgid "" -"The custom emoji name, if applicable, or the unicode codepoint of the " -"non-custom emoji. This can be ``None`` if the emoji got deleted (e.g. " -"removing a reaction with a deleted emoji)." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:34 +msgid "The reason for creating this scheduled event. Shows up on the audit log." msgstr "" -#: discord.partial_emoji.PartialEmoji:36 of -msgid "Whether the emoji is animated or not." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:37 +msgid "`image` was not a :term:`py:bytes-like object`, or ``privacy_level`` was not a :class:`PrivacyLevel`, or ``entity_type`` was not an :class:`EntityType`, ``status`` was not an :class:`EventStatus`, or an argument was provided that was incompatible with the provided ``entity_type``." msgstr "" -#: discord.partial_emoji.PartialEmoji:42 of -msgid "The ID of the custom emoji, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:38 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:44 +msgid "``start_time`` or ``end_time`` was not a timezone-aware datetime object." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:1 of -msgid "" -"Converts a Discord string representation of an emoji to a " -":class:`PartialEmoji`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:39 +msgid "You are not allowed to create scheduled events." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:3 of -msgid "The formats accepted are:" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:40 +msgid "Creating the scheduled event failed." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:5 of -msgid "``a:name:id``" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_scheduled_event:42 +msgid "The created scheduled event." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:6 of -msgid "````" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:3 +msgid "Retrieves all custom :class:`Emoji`\\s from the guild." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:7 of -#, fuzzy -msgid "``name:id``" -msgstr "``None``" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:7 +msgid "This method is an API call. For general usage, consider :attr:`emojis` instead." +msgstr "これはAPIを呼び出します。通常は :attr:`emojis` を代わりに使用してください。" -#: discord.partial_emoji.PartialEmoji.from_str:8 of -msgid "``<:name:id>``" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:9 +msgid "An error occurred fetching the emojis." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:10 of -msgid "If the format does not match then it is assumed to be a unicode emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:11 +msgid "The retrieved emojis." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:14 of -msgid "The string representation of an emoji." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emojis:12 +msgid "List[:class:`Emoji`]" msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:17 of -msgid "The partial emoji from this string." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:3 +msgid "Retrieves a custom :class:`Emoji` from the guild." msgstr "" -#: discord.partial_emoji.PartialEmoji.from_str:18 -#: discord.raw_models.RawReactionActionEvent:32 -#: discord.raw_models.RawReactionClearEmojiEvent:27 of -#, fuzzy -msgid ":class:`PartialEmoji`" -msgstr ":class:`.Profile`" - -#: discord.partial_emoji.PartialEmoji.is_custom_emoji:1 of -#, fuzzy -msgid ":class:`bool`: Checks if this is a custom non-Unicode emoji." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" - -#: discord.partial_emoji.PartialEmoji.is_unicode_emoji:1 of -#, fuzzy -msgid ":class:`bool`: Checks if this is a Unicode emoji." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" - -#: discord.PartialEmoji.created_at:1 of -#, fuzzy -msgid "Returns the emoji's creation time in UTC, or None if Unicode emoji." -msgstr "ユーザー名とディスクリミネータを返します。" - -#: discord.PartialEmoji.url:1 of -msgid "Returns the URL of the emoji, if it is custom." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:7 +msgid "This method is an API call. For general usage, consider iterating over :attr:`emojis` instead." msgstr "" -#: discord.PartialEmoji.url:3 of -msgid "If this isn't a custom emoji then an empty string is returned" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:12 +msgid "``emoji_id`` parameter is now positional-only." msgstr "" -#: ../../api.rst:3656 -msgid "Role" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:14 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:37 +msgid "The emoji's ID." msgstr "" -#: discord.role.Role:1 of -msgid "Represents a Discord role in a :class:`Guild`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:17 +msgid "The emoji requested could not be found." msgstr "" -#: discord.role.Role:7 of -msgid "Checks if two roles are equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:18 +msgid "An error occurred fetching the emoji." msgstr "" -#: discord.role.Role:11 of -msgid "Checks if two roles are not equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:20 +msgid "The retrieved emoji." msgstr "" -#: discord.role.Role:15 of -msgid "Checks if a role is higher than another in the hierarchy." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_emoji:21 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:25 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:22 +#: ../../docstring of discord.Intents.emojis_and_stickers:12 +msgid ":class:`Emoji`" msgstr "" -#: discord.role.Role:19 of -msgid "Checks if a role is lower than another in the hierarchy." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:3 +msgid "Creates a custom :class:`Emoji` for the guild." msgstr "" -#: discord.role.Role:23 of -msgid "Checks if a role is higher or equal to another in the hierarchy." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:5 +msgid "There is currently a limit of 50 static and animated emojis respectively per guild, unless the guild has the ``MORE_EMOJI`` feature which extends the limit to 200." msgstr "" -#: discord.role.Role:27 of -msgid "Checks if a role is lower or equal to another in the hierarchy." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:8 +msgid "You must have the :attr:`~Permissions.manage_emojis` permission to do this." +msgstr "これを行うには、 :attr:`~Permissions.manage_emojis` 権限が必要です。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:11 +msgid "The emoji name. Must be at least 2 characters." +msgstr "絵文字名。2文字以上でなければなりません。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:13 +msgid "The :term:`py:bytes-like object` representing the image data to use. Only JPG, PNG and GIF images are supported." msgstr "" -#: discord.role.Role:31 of -msgid "Return the role's hash." -msgstr "役職のハッシュを返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:16 +msgid "A :class:`list` of :class:`Role`\\s that can use this emoji. Leave empty to make it available to everyone." +msgstr "" -#: discord.role.Role:35 of -msgid "Returns the role's name." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:18 +msgid "The reason for creating this emoji. Shows up on the audit log." +msgstr "" -#: discord.role.Role:39 of -#, fuzzy -msgid "The ID for the role." -msgstr "IDから取得したギルド。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:21 +msgid "You are not allowed to create emojis." +msgstr "" -#: discord.role.Role:45 of -#, fuzzy -msgid "The name of the role." -msgstr "ギルドの名前。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:22 +msgid "An error occurred creating an emoji." +msgstr "" -#: discord.role.Role:51 of -#, fuzzy -msgid "The guild the role belongs to." -msgstr "このプロフィールを持つ :class:`User` 。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_custom_emoji:24 +msgid "The created emoji." +msgstr "作成された絵文字。" -#: discord.role.Role:57 of -msgid "Indicates if the role will be displayed separately from other members." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:3 +msgid "Deletes the custom :class:`Emoji` from the guild." msgstr "" -#: discord.role.Role:63 of -msgid "" -"The position of the role. This number is usually positive. The bottom " -"role has a position of 0." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:5 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:5 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:5 +msgid "You must have :attr:`~Permissions.manage_emojis` permission to do this." msgstr "" -#: discord.role.Role:68 of -msgid "" -"Multiple roles can have the same position number. As a consequence of " -"this, comparing via role position is prone to subtle bugs if checking for" -" role hierarchy. The recommended and correct way to compare for roles in " -"the hierarchy is using the comparison operators on the role objects " -"themselves." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:12 +msgid "The emoji you are deleting." msgstr "" -#: discord.role.Role:78 of -msgid "The role's unicode emoji, if available." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:14 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:8 +msgid "The reason for deleting this emoji. Shows up on the audit log." msgstr "" -#: discord.role.Role:82 of -msgid "" -"If :attr:`icon` is not ``None``, it is displayed as role icon instead of " -"the unicode emoji under this attribute." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:17 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:11 +msgid "You are not allowed to delete emojis." msgstr "" -#: discord.Role.icon:7 discord.role.Role:85 of -msgid "" -"If you want the icon that a role has displayed, consider using " -":attr:`display_icon`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.delete_emoji:18 +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:12 +msgid "An error occurred deleting the emoji." msgstr "" -#: discord.role.Role:93 of -msgid "" -"Indicates if the role is managed by the guild through some form of " -"integrations such as Twitch." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:3 +msgid "Retrieves all :class:`Role` that the guild has." msgstr "" -#: discord.role.Role:100 of -#, fuzzy -msgid "Indicates if the role can be mentioned by users." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:7 +msgid "This method is an API call. For general usage, consider :attr:`roles` instead." +msgstr "" -#: discord.role.Role:106 of -#, fuzzy -msgid "The role tags associated with this role." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:11 +msgid "Retrieving the roles failed." +msgstr "" -#: discord.role.Role:108 of -#, fuzzy -msgid "Optional[:class:`RoleTags`]" -msgstr ":class:`.Profile`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.fetch_roles:13 +msgid "All roles in the guild." +msgstr "サーバー内の全てのロール。" -#: discord.role.Role.is_default:1 of -#, fuzzy -msgid ":class:`bool`: Checks if the role is the default role." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:3 +msgid "Creates a :class:`Role` for the guild." +msgstr "サーバーに :class:`Role` を作成します。" -#: discord.role.Role.is_bot_managed:1 discord.role.RoleTags.is_bot_managed:1 of -#, fuzzy -msgid ":class:`bool`: Whether the role is associated with a bot." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:5 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:8 +msgid "All fields are optional." +msgstr "すべてのフィールドはオプションです。" -#: discord.role.Role.is_premium_subscriber:1 -#: discord.role.RoleTags.is_premium_subscriber:1 of -msgid "" -":class:`bool`: Whether the role is the premium subscriber, AKA \"boost\"," -" role for the guild." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:5 +msgid "You must have the :attr:`~Permissions.manage_roles` permission to do this." msgstr "" -#: discord.role.Role.is_integration:1 discord.role.RoleTags.is_integration:1 of -#, fuzzy -msgid ":class:`bool`: Whether the role is managed by an integration." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:10 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:10 +msgid "Can now pass ``int`` to ``colour`` keyword-only parameter." +msgstr "``int`` を ``colour`` キーワード引数に渡せるようになりました。" -#: discord.role.Role.is_assignable:1 of -msgid "" -":class:`bool`: Whether the role is able to be assigned or removed by the " -"bot." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:13 +#: ../../../discord/role.py:docstring of discord.role.Role.edit:16 +msgid "The ``display_icon`` keyword-only parameter was added." msgstr "" -#: discord.Role.permissions:1 of -#, fuzzy -msgid "Returns the role's permissions." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:20 +msgid "The role name. Defaults to 'new role'." +msgstr "ロール名。デフォルトは 'new role' です。" -#: discord.Role.colour:1 of -msgid "Returns the role colour. An alias exists under ``color``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:22 +msgid "The permissions to have. Defaults to no permissions." +msgstr "持っている権限。デフォルトは権限がありません。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:24 +msgid "The colour for the role. Defaults to :meth:`Colour.default`. This is aliased to ``color`` as well." msgstr "" -#: discord.Role.color:1 of -msgid "Returns the role color. An alias exists under ``colour``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:27 +msgid "Indicates if the role should be shown separately in the member list. Defaults to ``False``." msgstr "" -#: discord.Role.icon:1 of -#, fuzzy -msgid "Returns the role's icon asset, if available." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:30 +msgid "A :term:`py:bytes-like object` representing the icon or :class:`str` representing unicode emoji that should be used as a role icon. Only PNG/JPEG is supported. This is only available to guilds that contain ``ROLE_ICONS`` in :attr:`features`." +msgstr "" -#: discord.Role.icon:4 of -msgid "" -"If this is ``None``, the role might instead have unicode emoji as its " -"icon if :attr:`unicode_emoji` is not ``None``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:35 +msgid "Indicates if the role should be mentionable by others. Defaults to ``False``." msgstr "" -#: discord.Role.display_icon:1 of -#, fuzzy -msgid "Returns the role's display icon, if available." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:38 +msgid "The reason for creating this role. Shows up on the audit log." +msgstr "" -#: discord.Role.display_icon:5 of -#, fuzzy -msgid "Optional[Union[:class:`.Asset`, :class:`str`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:41 +msgid "You do not have permissions to create the role." +msgstr "" -#: discord.Role.created_at:1 of -#, fuzzy -msgid "Returns the role's creation time in UTC." -msgstr "役職の名前を返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:42 +msgid "Creating the role failed." +msgstr "ロールの作成に失敗した場合。" -#: discord.Role.mention:1 of -msgid "Returns a string that allows you to mention a role." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:43 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:33 +msgid "An invalid keyword argument was given." msgstr "" -#: discord.Role.members:1 of -#, fuzzy -msgid "Returns all the members with this role." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.create_role:45 +msgid "The newly created role." +msgstr "新しく作成されたロール。" -#: discord.role.Role.edit:3 of -msgid "Edits the role." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:3 +msgid "Bulk edits a list of :class:`Role` in the guild." +msgstr "サーバーの :class:`Role` のリストを一括編集します。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:26 +msgid "A :class:`dict` of :class:`Role` to :class:`int` to change the positions of each given role." msgstr "" -#: discord.role.Role.delete:5 discord.role.Role.edit:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_roles` permission to use " -"this." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:28 +msgid "The reason for editing the role positions. Shows up on the audit log." msgstr "" -#: discord.role.Role.edit:23 of -msgid "The new role name to change to." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:31 +msgid "You do not have permissions to move the roles." +msgstr "ロールを移動する権限がない場合。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:32 +msgid "Moving the roles failed." +msgstr "ロールの移動に失敗した場合。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_role_positions:35 +msgid "A list of all the roles in the guild." +msgstr "サーバー内のすべてのロールのリスト。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:3 +msgid "Kicks a user from the guild." +msgstr "サーバーからユーザーをキックします。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:5 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:5 +msgid "The user must meet the :class:`abc.Snowflake` abc." +msgstr "ユーザーは :class:`abc.Snowflake` 抽象基底クラスのサブクラスである必要があります。" + +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:7 +msgid "You must have the :attr:`~Permissions.kick_members` permission to do this." msgstr "" -#: discord.role.Role.edit:25 of -msgid "The new permissions to change to." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:10 +msgid "The user to kick from their guild." msgstr "" -#: discord.role.Role.edit:27 of -msgid "The new colour to change to. (aliased to color as well)" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:12 +msgid "The reason the user got kicked." msgstr "" -#: discord.role.Role.edit:29 of -msgid "Indicates if the role should be shown separately in the member list." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:15 +msgid "You do not have the proper permissions to kick." msgstr "" -#: discord.role.Role.edit:31 of -msgid "" -"A :term:`py:bytes-like object` representing the icon or :class:`str` " -"representing unicode emoji that should be used as a role icon. Could be " -"``None`` to denote removal of the icon. Only PNG/JPEG is supported. This " -"is only available to guilds that contain ``ROLE_ICONS`` in " -":attr:`Guild.features`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.kick:16 +msgid "Kicking failed." msgstr "" -#: discord.role.Role.edit:37 of -msgid "Indicates if the role should be mentionable by others." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:3 +msgid "Bans a user from the guild." msgstr "" -#: discord.role.Role.edit:39 of -msgid "" -"The new role's position. This must be below your top role's position or " -"it will fail." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:7 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:7 +msgid "You must have the :attr:`~Permissions.ban_members` permission to do this." msgstr "" -#: discord.role.Role.edit:42 of -msgid "The reason for editing this role. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:10 +msgid "The user to ban from their guild." msgstr "" -#: discord.role.Role.edit:45 of -#, fuzzy -msgid "You do not have permissions to change the role." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" - -#: discord.role.Role.edit:46 of -#, fuzzy -msgid "Editing the role failed." -msgstr "役職の名前を返します。" - -#: discord.role.Role.edit:47 of -msgid "" -"An invalid position was given or the default role was asked to be " -"moved." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:12 +msgid "The number of days worth of messages to delete from the user in the guild. The minimum is 0 and the maximum is 7." msgstr "" -#: discord.role.Role.edit:49 of -#, fuzzy -msgid "The newly edited role." -msgstr "ギルドの名前。" - -#: discord.role.Role.delete:3 of -msgid "Deletes the role." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:15 +msgid "The reason the user got banned." msgstr "" -#: discord.role.Role.delete:8 of -msgid "The reason for deleting this role. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:18 +msgid "You do not have the proper permissions to ban." msgstr "" -#: discord.role.Role.delete:11 of -#, fuzzy -msgid "You do not have permissions to delete the role." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" - -#: discord.role.Role.delete:12 of -#, fuzzy -msgid "Deleting the role failed." -msgstr "役職の名前を返します。" - -#: ../../api.rst:3664 -#, fuzzy -msgid "RoleTags" -msgstr "roles" - -#: discord.role.RoleTags:1 of -#, fuzzy -msgid "Represents tags on a role." -msgstr "オーディオストリームを表します。" - -#: discord.role.RoleTags:3 of -msgid "" -"A role tag is a piece of extra information attached to a managed role " -"that gives it context for the reason the role is managed." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.ban:19 +msgid "Banning failed." msgstr "" -#: discord.role.RoleTags:6 of -msgid "" -"While this can be accessed, a useful interface is also provided in the " -":class:`Role` and :class:`Guild` classes as well." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:3 +msgid "Unbans a user from the guild." msgstr "" -#: discord.role.RoleTags:13 of -msgid "The bot's user ID that manages this role." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:10 +msgid "The user to unban." msgstr "" -#: discord.role.RoleTags:19 of -#, fuzzy -msgid "The integration ID that manages the role." -msgstr "ギルドの名前。" - -#: ../../api.rst:3672 -msgid "PartialMessageable" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:15 +msgid "You do not have the proper permissions to unban." msgstr "" -#: discord.channel.PartialMessageable:1 of -msgid "" -"Represents a partial messageable to aid with working messageable channels" -" when only a channel ID are present." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.unban:16 +msgid "Unbanning failed." msgstr "" -#: discord.channel.PartialMessageable:4 of -msgid "" -"The only way to construct this class is through " -":meth:`Client.get_partial_messageable`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:3 +msgid "Returns the guild's special vanity invite." msgstr "" -#: discord.channel.PartialMessageable:6 discord.message.PartialMessage:11 of -msgid "Note that this class is trimmed down and has no rich attributes." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:5 +msgid "The guild must have ``VANITY_URL`` in :attr:`~Guild.features`." msgstr "" -#: discord.channel.PartialMessageable:14 of -#, fuzzy -msgid "Checks if two partial messageables are equal." -msgstr "二つのユーザーが等しいかを比較します。" - -#: discord.channel.PartialMessageable:18 of -#, fuzzy -msgid "Checks if two partial messageables are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" - -#: discord.channel.PartialMessageable:22 of -#, fuzzy -msgid "Returns the partial messageable's hash." -msgstr "ユーザーのハッシュ値を返します。" - -#: discord.channel.PartialMessageable:26 of -#, fuzzy -msgid "The channel ID associated with this partial messageable." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" - -#: discord.channel.PartialMessageable:32 of -#, fuzzy -msgid "The channel type associated with this partial messageable, if given." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" - -#: discord.channel.PartialMessageable:34 of -#, fuzzy -msgid "Optional[:class:`ChannelType`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: discord.channel.DMChannel.get_partial_message:1 -#: discord.channel.PartialMessageable.get_partial_message:1 -#: discord.channel.TextChannel.get_partial_message:1 -#: discord.threads.Thread.get_partial_message:1 of -#, fuzzy -msgid "Creates a :class:`PartialMessage` from the message ID." -msgstr "ギルドIDから :class:`.Widget` を取得します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:7 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to use this as well." +msgstr "" -#: discord.channel.DMChannel.get_partial_message:3 -#: discord.channel.PartialMessageable.get_partial_message:3 -#: discord.channel.TextChannel.get_partial_message:3 -#: discord.threads.Thread.get_partial_message:3 of -msgid "" -"This is useful if you want to work with a message and only have its ID " -"without doing an unnecessary API call." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:10 +msgid "You do not have the proper permissions to get this." msgstr "" -#: discord.channel.DMChannel.get_partial_message:12 -#: discord.channel.PartialMessageable.get_partial_message:6 -#: discord.channel.TextChannel.get_partial_message:12 -#: discord.threads.Thread.get_partial_message:8 of -msgid "The message ID to create a partial message for." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:11 +msgid "Retrieving the vanity invite failed." msgstr "" -#: discord.channel.DMChannel.get_partial_message:15 -#: discord.channel.PartialMessageable.get_partial_message:9 -#: discord.channel.TextChannel.get_partial_message:15 -#: discord.threads.Thread.get_partial_message:11 of -#, fuzzy -msgid "The partial message." -msgstr "現在のメッセージ。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:13 +msgid "The special vanity invite. If ``None`` then the guild does not have a vanity invite set." +msgstr "" -#: discord.channel.DMChannel.get_partial_message:16 -#: discord.channel.PartialMessageable.get_partial_message:10 -#: discord.channel.TextChannel.get_partial_message:16 -#: discord.threads.Thread.get_partial_message:12 of -#, fuzzy -msgid ":class:`PartialMessage`" -msgstr ":class:`bytes`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.vanity_invite:15 +msgid "Optional[:class:`Invite`]" +msgstr "" -#: ../../api.rst:3681 -msgid "TextChannel" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:1 +msgid "Returns an :term:`asynchronous iterator` that enables receiving the guild's audit logs." msgstr "" -#: discord.channel.TextChannel:1 of -msgid "Represents a Discord guild text channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:3 +msgid "You must have the :attr:`~Permissions.view_audit_log` permission to use this." msgstr "" -#: discord.channel.CategoryChannel:9 discord.channel.DMChannel:7 -#: discord.channel.GroupChannel:7 discord.channel.StageChannel:9 -#: discord.channel.StoreChannel:7 discord.channel.TextChannel:7 -#: discord.channel.VoiceChannel:7 of -msgid "Checks if two channels are equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:7 +msgid "Getting the first 100 entries: ::" msgstr "" -#: discord.channel.CategoryChannel:13 discord.channel.DMChannel:11 -#: discord.channel.GroupChannel:11 discord.channel.StageChannel:13 -#: discord.channel.StoreChannel:11 discord.channel.TextChannel:11 -#: discord.channel.VoiceChannel:11 of -msgid "Checks if two channels are not equal." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:12 +msgid "Getting entries for a specific action: ::" msgstr "" -#: discord.channel.DMChannel:15 discord.channel.GroupChannel:15 -#: discord.channel.StageChannel:17 discord.channel.StoreChannel:15 -#: discord.channel.TextChannel:15 discord.channel.VoiceChannel:15 of -msgid "Returns the channel's hash." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:17 +msgid "Getting entries made by a specific user: ::" msgstr "" -#: discord.channel.StageChannel:21 discord.channel.StoreChannel:19 -#: discord.channel.TextChannel:19 discord.channel.VoiceChannel:19 of -msgid "Returns the channel's name." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:22 +msgid "The number of entries to retrieve. If ``None`` retrieve all entries." msgstr "" -#: discord.channel.StageChannel:37 discord.channel.StoreChannel:35 -#: discord.channel.TextChannel:35 discord.channel.VoiceChannel:35 of -#, fuzzy -msgid "The channel ID." -msgstr "テキストチャンネル。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:24 +msgid "Retrieve entries before this date or entry. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "" -#: discord.channel.StageChannel:49 discord.channel.TextChannel:41 -#: discord.channel.VoiceChannel:41 of -msgid "The category channel ID this channel belongs to, if applicable." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:28 +msgid "Retrieve entries after this date or entry. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." msgstr "" -#: discord.channel.TextChannel:47 of -msgid "The channel's topic. ``None`` if it doesn't exist." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:32 +msgid "If set to ``True``, return entries in oldest->newest order. Defaults to ``True`` if ``after`` is specified, otherwise ``False``." msgstr "" -#: discord.channel.TextChannel:60 of -msgid "" -"The last message ID of the message sent to this channel. It may *not* " -"point to an existing or valid message." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:35 +msgid "The moderator to filter entries from." msgstr "" -#: discord.channel.TextChannel:67 of -msgid "" -"The number of seconds a member must wait between sending messages in this" -" channel. A value of `0` denotes that it is disabled. Bots and users with" -" :attr:`~Permissions.manage_channels` or " -":attr:`~Permissions.manage_messages` bypass slowmode." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:37 +msgid "The action to filter with." msgstr "" -#: discord.channel.CategoryChannel:50 discord.channel.StoreChannel:54 -#: discord.channel.TextChannel:76 of -msgid "If the channel is marked as \"not safe for work\"." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:40 +msgid "You are not allowed to fetch audit logs" msgstr "" -#: discord.channel.CategoryChannel:54 discord.channel.StoreChannel:58 -#: discord.channel.TextChannel:80 of -msgid "" -"To check if the channel or the guild of that channel are marked as NSFW, " -"consider :meth:`is_nsfw` instead." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:41 +msgid "An error occurred while fetching the audit logs." msgstr "" -#: discord.channel.TextChannel:86 of -msgid "" -"The default auto archive duration in minutes for threads created in this " -"channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.audit_logs:43 +msgid ":class:`AuditLogEntry` -- The audit log entry." msgstr "" -#: discord.CategoryChannel.type:1 discord.DMChannel.type:1 -#: discord.GroupChannel.type:1 discord.StageChannel.type:1 -#: discord.StoreChannel.type:1 discord.TextChannel.type:1 discord.Thread.type:1 -#: discord.VoiceChannel.type:1 of -#, fuzzy -msgid "The channel's Discord type." -msgstr "IDから取得したチャンネル。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:3 +msgid "Returns the widget of the guild." +msgstr "" -#: discord.CategoryChannel.type:3 discord.DMChannel.type:3 -#: discord.GroupChannel.type:3 discord.StageChannel.type:3 -#: discord.StoreChannel.type:3 discord.TextChannel.type:3 discord.Thread.type:3 -#: discord.VoiceChannel.type:3 discord.invite.PartialInviteChannel:40 of -#, fuzzy -msgid ":class:`ChannelType`" -msgstr ":class:`.Invite`" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.widget:13 +msgid ":class:`Widget`" +msgstr "" -#: discord.TextChannel.members:1 of -msgid "Returns all members that can see this channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:3 +msgid "Edits the widget of the guild." msgstr "" -#: discord.TextChannel.threads:1 of -#, fuzzy -msgid "Returns all the threads that you can see." -msgstr "List[:class:`~discord.User`] -- ボットが見ることができるすべてのユーザーのリストを返します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to use this" +msgstr "" -#: discord.channel.StoreChannel.is_nsfw:1 discord.channel.TextChannel.is_nsfw:1 -#: of -#, fuzzy -msgid ":class:`bool`: Checks if the channel is NSFW." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:10 +msgid "Whether to enable the widget for the guild." +msgstr "" -#: discord.channel.TextChannel.is_news:1 of -#, fuzzy -msgid ":class:`bool`: Checks if the channel is a news channel." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:12 +msgid "The new widget channel. ``None`` removes the widget channel." +msgstr "" -#: discord.TextChannel.last_message:1 discord.Thread.last_message:1 of -msgid "Fetches the last message from this channel in cache." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:14 +msgid "The reason for editing this widget. Shows up on the audit log." msgstr "" -#: discord.TextChannel.last_message:3 discord.Thread.last_message:3 of -msgid "The message might not be valid or point to an existing message." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:17 +msgid "You do not have permission to edit the widget." msgstr "" -#: discord.TextChannel.last_message:5 discord.Thread.last_message:5 of -msgid "Reliable Fetching" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.edit_widget:18 +msgid "Editing the widget failed." msgstr "" -#: discord.TextChannel.last_message:8 discord.Thread.last_message:8 of -msgid "" -"For a slightly more reliable method of fetching the last message, " -"consider using either :meth:`history` or :meth:`fetch_message` with the " -":attr:`last_message_id` attribute." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:3 +msgid "Requests all members that belong to this guild. In order to use this, :meth:`Intents.members` must be enabled." msgstr "" -#: discord.TextChannel.last_message:13 discord.Thread.last_message:13 of -msgid "The last message in this channel or ``None`` if not found." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:6 +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:6 +msgid "This is a websocket operation and can be slow." msgstr "" -#: discord.channel.CategoryChannel.edit:3 discord.channel.StageChannel.edit:3 -#: discord.channel.StoreChannel.edit:3 discord.channel.TextChannel.edit:3 -#: discord.channel.VoiceChannel.edit:3 of -msgid "Edits the channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.chunk:10 +msgid "Whether to cache the members as well." msgstr "" -#: discord.channel.CategoryChannel.edit:5 -#: discord.channel.StageChannel.create_instance:5 -#: discord.channel.StageChannel.edit:5 discord.channel.StoreChannel.edit:5 -#: discord.channel.TextChannel.edit:5 discord.channel.VoiceChannel.edit:5 -#: discord.stage_instance.StageInstance.delete:5 -#: discord.stage_instance.StageInstance.edit:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_channels` permission to use " -"this." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:3 +msgid "Request members that belong to this guild whose username starts with the query given." msgstr "" -#: discord.channel.CategoryChannel.edit:8 discord.channel.TextChannel.edit:8 -#: discord.channel.VoiceChannel.edit:8 of -msgid "The ``overwrites`` keyword-only parameter was added." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:10 +msgid "The string that the username's start with." msgstr "" -#: discord.channel.TextChannel.edit:11 of -msgid "The ``type`` keyword-only parameter was added." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:12 +msgid "The maximum number of members to send back. This must be a number between 5 and 100." msgstr "" -#: discord.channel.CategoryChannel.edit:11 discord.channel.StageChannel.edit:11 -#: discord.channel.StoreChannel.edit:8 discord.channel.TextChannel.edit:14 -#: discord.channel.VoiceChannel.edit:11 of -msgid "" -"Edits are no longer in-place, the newly edited channel is returned " -"instead." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:15 +msgid "Whether to request for presences to be provided. This defaults to ``False``. .. versionadded:: 1.6" msgstr "" -#: discord.channel.StoreChannel.edit:15 discord.channel.TextChannel.edit:21 of -msgid "The new channel name." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:15 +msgid "Whether to request for presences to be provided. This defaults to ``False``." msgstr "" -#: discord.channel.StageChannel.edit:23 discord.channel.StoreChannel.edit:17 -#: discord.channel.TextChannel.edit:25 discord.channel.VoiceChannel.edit:27 of -msgid "The new channel's position." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:20 +msgid "Whether to cache the members internally. This makes operations such as :meth:`get_member` work for those that matched." msgstr "" -#: discord.channel.StageChannel.edit:25 discord.channel.StoreChannel.edit:21 -#: discord.channel.TextChannel.edit:29 discord.channel.VoiceChannel.edit:29 of -msgid "" -"Whether to sync permissions with the channel's new or pre-existing " -"category. Defaults to ``False``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:23 +msgid "List of user IDs to search for. If the user ID is not in the guild then it won't be returned. .. versionadded:: 1.4" msgstr "" -#: discord.channel.StageChannel.edit:28 discord.channel.StoreChannel.edit:24 -#: discord.channel.TextChannel.edit:32 discord.channel.VoiceChannel.edit:32 of -msgid "The new category for this channel. Can be ``None`` to remove the category." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:23 +msgid "List of user IDs to search for. If the user ID is not in the guild then it won't be returned." msgstr "" -#: discord.channel.TextChannel.edit:35 of -msgid "" -"Specifies the slowmode rate limit for user in this channel, in seconds. A" -" value of `0` disables slowmode. The maximum value possible is `21600`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:28 +msgid "The query timed out waiting for the members." msgstr "" -#: discord.channel.TextChannel.edit:38 of -msgid "" -"Change the type of this text channel. Currently, only conversion between " -":attr:`ChannelType.text` and :attr:`ChannelType.news` is supported. This " -"is only available to guilds that contain ``NEWS`` in " -":attr:`Guild.features`." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:29 +msgid "Invalid parameters were passed to the function" msgstr "" -#: discord.channel.StageChannel.edit:31 discord.channel.StoreChannel.edit:27 -#: discord.channel.TextChannel.edit:42 discord.channel.VoiceChannel.edit:35 of -msgid "The reason for editing this channel. Shows up on the audit log." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:30 +msgid "The presences intent is not enabled." msgstr "" -#: discord.channel.CategoryChannel.edit:26 discord.channel.StageChannel.edit:33 -#: discord.channel.StoreChannel.edit:29 discord.channel.TextChannel.edit:44 -#: discord.channel.VoiceChannel.edit:37 of -msgid "" -"A :class:`Mapping` of target (either a role or a member) to " -":class:`PermissionOverwrite` to apply to the channel." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.query_members:32 +msgid "The list of members that have matched the query." msgstr "" -#: discord.channel.TextChannel.edit:47 of -msgid "" -"The new default auto archive duration in minutes for threads created in " -"this channel. Must be one of ``60``, ``1440``, ``4320``, or ``10080``." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:3 +msgid "Changes client's voice state in the guild." msgstr "" -#: discord.channel.StoreChannel.edit:35 discord.channel.TextChannel.edit:51 of -msgid "" -"The new ``position`` is less than 0 or greater than the number of " -"channels." +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:7 +msgid "Channel the client wants to join. Use ``None`` to disconnect." msgstr "" -#: discord.channel.StageChannel.edit:45 discord.channel.StoreChannel.edit:37 -#: discord.channel.TextChannel.edit:53 discord.channel.VoiceChannel.edit:51 of -#, fuzzy -msgid "You do not have permissions to edit the channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:9 +msgid "Indicates if the client should be self-muted." +msgstr "" -#: discord.channel.StageChannel.edit:46 discord.channel.StoreChannel.edit:38 -#: discord.channel.TextChannel.edit:54 discord.channel.VoiceChannel.edit:52 of -#, fuzzy -msgid "Editing the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../../discord/guild.py:docstring of discord.guild.Guild.change_voice_state:11 +msgid "Indicates if the client should be self-deafened." +msgstr "" -#: discord.channel.TextChannel.edit:56 of -msgid "" -"The newly edited text channel. If the edit was only positional then " -"``None`` is returned instead." +#: ../../api.rst:3595 +msgid "A namedtuple which represents a ban returned from :meth:`~Guild.bans`." msgstr "" -#: discord.channel.TextChannel.edit:58 of -#, fuzzy -msgid "Optional[:class:`.TextChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../api.rst:3599 +msgid "The reason this user was banned." +msgstr "" -#: discord.channel.TextChannel.delete_messages:3 -#: discord.threads.Thread.delete_messages:3 of -msgid "" -"Deletes a list of messages. This is similar to :meth:`Message.delete` " -"except it bulk deletes multiple messages." +#: ../../api.rst:3604 +msgid "The :class:`User` that was banned." msgstr "" -#: discord.channel.TextChannel.delete_messages:6 -#: discord.threads.Thread.delete_messages:6 of -msgid "" -"As a special case, if the number of messages is 0, then nothing is done. " -"If the number of messages is 1 then single message delete is done. If " -"it's more than two, then bulk delete is used." +#: ../../api.rst:3610 +msgid "ScheduledEvent" msgstr "" -#: discord.channel.TextChannel.delete_messages:10 -#: discord.threads.Thread.delete_messages:10 of -msgid "" -"You cannot bulk delete more than 100 messages or messages that are older " -"than 14 days old." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:1 +msgid "Represents a scheduled event in a guild." msgstr "" -#: discord.channel.TextChannel.delete_messages:13 -#: discord.threads.Thread.delete_messages:13 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to use " -"this." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:9 +msgid "Checks if two scheduled events are equal." msgstr "" -#: discord.channel.TextChannel.delete_messages:18 of -msgid "``messages`` parameter is now positional-only." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:13 +msgid "Checks if two scheduled events are not equal." msgstr "" -#: discord.channel.TextChannel.delete_messages:20 -#: discord.channel.TextChannel.purge:14 of -msgid "The ``reason`` keyword-only parameter was added." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:17 +msgid "Returns the scheduled event's hash." msgstr "" -#: discord.channel.TextChannel.delete_messages:22 -#: discord.threads.Thread.delete_messages:18 of -msgid "An iterable of messages denoting which ones to bulk delete." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:21 +msgid "The scheduled event's ID." msgstr "" -#: discord.channel.TextChannel.delete_messages:24 of -msgid "The reason for deleting the messages. Shows up on the audit log." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:39 +msgid "The type of entity this event is for." msgstr "" -#: discord.channel.TextChannel.delete_messages:27 -#: discord.threads.Thread.delete_messages:21 of -msgid "The number of messages to delete was more than 100." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:45 +msgid "The ID of the entity this event is for if available." msgstr "" -#: discord.channel.TextChannel.delete_messages:28 of -#, fuzzy -msgid "You do not have proper permissions to delete the messages." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:51 +msgid "The time that the scheduled event will start in UTC." +msgstr "" -#: discord.channel.TextChannel.delete_messages:29 -#: discord.threads.Thread.delete_messages:23 of -msgid "If single delete, then the message was already deleted." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:57 +msgid "The time that the scheduled event will end in UTC." msgstr "" -#: discord.channel.TextChannel.delete_messages:30 -#: discord.threads.Thread.delete_messages:24 of -#, fuzzy -msgid "Deleting the messages failed." -msgstr "削除されたメッセージ。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:63 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:28 +msgid "The privacy level of the scheduled event." +msgstr "" -#: discord.channel.TextChannel.purge:3 discord.threads.Thread.purge:3 of -msgid "" -"Purges a list of messages that meet the criteria given by the predicate " -"``check``. If a ``check`` is not provided then all messages are deleted " -"without discrimination." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:75 +msgid "The number of users subscribed to the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:7 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to " -"delete messages even if they are your own. The " -":attr:`~Permissions.read_message_history` permission is also needed to " -"retrieve message history." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent:81 +msgid "The user that created the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:18 discord.threads.Thread.purge:14 of -msgid "Deleting bot's messages ::" +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.cover_image:1 +msgid "The scheduled event's cover image." msgstr "" -#: discord.channel.TextChannel.purge:26 discord.threads.Thread.purge:22 of -msgid "" -"The number of messages to search through. This is not the number of " -"messages that will be deleted, though it can be." +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.guild:1 +msgid "The guild this scheduled event is in." msgstr "" -#: discord.channel.TextChannel.purge:29 discord.threads.Thread.purge:25 of -msgid "" -"The function used to check if a message should be deleted. It must take a" -" :class:`Message` as its sole parameter." +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.channel:1 +msgid "The channel this scheduled event is in." msgstr "" -#: discord.channel.TextChannel.purge:32 discord.threads.Thread.purge:28 of -msgid "Same as ``before`` in :meth:`history`." +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.channel:3 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:74 +msgid "Optional[Union[:class:`VoiceChannel`, :class:`StageChannel`]]" msgstr "" -#: discord.channel.TextChannel.purge:34 discord.threads.Thread.purge:30 of -msgid "Same as ``after`` in :meth:`history`." +#: ../../../discord/scheduled_event.py:docstring of discord.ScheduledEvent.url:1 +msgid "The url for the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:36 discord.threads.Thread.purge:32 of -msgid "Same as ``around`` in :meth:`history`." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:3 +msgid "Starts the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:38 discord.threads.Thread.purge:34 of -msgid "Same as ``oldest_first`` in :meth:`history`." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:5 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:5 +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:5 +msgid "Shorthand for:" msgstr "" -#: discord.channel.TextChannel.purge:40 discord.threads.Thread.purge:36 of -msgid "" -"If ``True``, use bulk delete. Setting this to ``False`` is useful for " -"mass-deleting a bot's own messages without " -":attr:`Permissions.manage_messages`. When ``True``, will fall back to " -"single delete if messages are older than two weeks." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:11 +msgid "The reason for starting the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:44 of -msgid "The reason for purging the messages. Shows up on the audit log." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:14 +msgid "The scheduled event has already started or has ended." msgstr "" -#: discord.channel.TextChannel.purge:47 discord.threads.Thread.purge:41 of -msgid "You do not have proper permissions to do the actions required." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:15 +msgid "You do not have the proper permissions to start the scheduled event." msgstr "" -#: discord.channel.TextChannel.purge:48 discord.threads.Thread.purge:42 of -msgid "Purging the messages failed." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:16 +msgid "The scheduled event could not be started." msgstr "" -#: discord.channel.TextChannel.purge:50 discord.threads.Thread.purge:44 of -msgid "The list of messages that were deleted." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.start:18 +msgid "The scheduled event that was started." msgstr "" -#: discord.channel.TextChannel.purge:51 discord.threads.Thread.purge:45 of -msgid "List[:class:`.Message`]" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:3 +msgid "Ends the scheduled event." msgstr "" -#: discord.channel.TextChannel.webhooks:3 of -msgid "Gets the list of webhooks from this channel." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:11 +msgid "The reason for ending the scheduled event." msgstr "" -#: discord.channel.TextChannel.webhooks:9 of -msgid "The webhooks for this channel." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:14 +msgid "The scheduled event is not active or has already ended." msgstr "" -#: discord.channel.TextChannel.create_webhook:3 of -msgid "Creates a webhook for this channel." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:15 +msgid "You do not have the proper permissions to end the scheduled event." msgstr "" -#: discord.channel.TextChannel.create_webhook:7 of -msgid "Added the ``reason`` keyword-only parameter." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:16 +msgid "The scheduled event could not be ended." msgstr "" -#: discord.channel.TextChannel.create_webhook:10 of -msgid "The webhook's name." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.end:18 +msgid "The scheduled event that was ended." msgstr "" -#: discord.channel.TextChannel.create_webhook:12 of -msgid "" -"A :term:`py:bytes-like object` representing the webhook's default avatar." -" This operates similarly to :meth:`~ClientUser.edit`." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:3 +msgid "Cancels the scheduled event." msgstr "" -#: discord.channel.TextChannel.create_webhook:15 of -msgid "The reason for creating this webhook. Shows up in the audit logs." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:11 +msgid "The reason for cancelling the scheduled event." msgstr "" -#: discord.channel.TextChannel.create_webhook:18 of -#, fuzzy -msgid "Creating the webhook failed." -msgstr ":exc:`.HTTPException` -- Webhookの取得に失敗した。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:14 +msgid "The scheduled event is already running." +msgstr "" -#: discord.channel.TextChannel.create_webhook:19 of -#, fuzzy -msgid "You do not have permissions to create a webhook." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:15 +msgid "You do not have the proper permissions to cancel the scheduled event." +msgstr "" -#: discord.channel.TextChannel.create_webhook:21 -#: discord.channel.TextChannel.follow:28 of -msgid "The created webhook." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:16 +msgid "The scheduled event could not be cancelled." msgstr "" -#: discord.channel.TextChannel.follow:1 of -msgid "Follows a channel using a webhook." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.cancel:18 +msgid "The scheduled event that was cancelled." msgstr "" -#: discord.channel.TextChannel.follow:3 of -#, fuzzy -msgid "Only news channels can be followed." -msgstr "チャンネルが作成されました。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:3 +msgid "Edits the scheduled event." +msgstr "" -#: discord.channel.TextChannel.follow:7 of -msgid "" -"The webhook returned will not provide a token to do webhook actions, as " -"Discord does not provide it." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:11 +msgid "The channel to put the scheduled event in. Required if the entity type is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`." msgstr "" -#: discord.channel.TextChannel.follow:16 of -msgid "The channel you would like to follow from." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:11 +msgid "The channel to put the scheduled event in." msgstr "" -#: discord.channel.TextChannel.follow:18 of -msgid "" -"The reason for following the channel. Shows up on the destination guild's" -" audit log. .. versionadded:: 1.4" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:13 +msgid "Required if the entity type is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`." msgstr "" -#: discord.channel.TextChannel.follow:18 of -msgid "" -"The reason for following the channel. Shows up on the destination guild's" -" audit log." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:16 +msgid "The time that the scheduled event will start. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`." msgstr "" -#: discord.channel.TextChannel.follow:23 of -msgid "Following the channel failed." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:19 +msgid "The time that the scheduled event will end. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`. If the entity type is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`, the end_time can be cleared by passing ``None``. Required if the entity type is :attr:`EntityType.external`." msgstr "" -#: discord.channel.TextChannel.follow:24 of -#, fuzzy -msgid "You do not have the permissions to create a webhook." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:19 +msgid "The time that the scheduled event will end. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`." +msgstr "" -#: discord.channel.TextChannel.follow:25 of -#, fuzzy -msgid "The channel is not a news channel." -msgstr "チャンネルのビットレートの変更。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:22 +msgid "If the entity type is either :attr:`EntityType.voice` or :attr:`EntityType.stage_instance`, the end_time can be cleared by passing ``None``." +msgstr "" -#: discord.channel.TextChannel.follow:26 of -msgid "The destination channel is not a text channel." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:30 +msgid "The new entity type." msgstr "" -#: discord.channel.TextChannel.create_thread:3 of -msgid "Creates a thread in this text channel." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:32 +msgid "The new status of the scheduled event." msgstr "" -#: discord.channel.TextChannel.create_thread:5 of -msgid "" -"To create a public thread, you must have " -":attr:`~discord.Permissions.create_public_threads`. For a private thread," -" :attr:`~discord.Permissions.create_private_threads` is needed instead." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:34 +msgid "The new image of the scheduled event or ``None`` to remove the image." msgstr "" -#: discord.channel.TextChannel.create_thread:12 of -msgid "" -"A snowflake representing the message to create the thread with. If " -"``None`` is passed then a private thread is created. Defaults to " -"``None``." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:36 +msgid "The new location of the scheduled event. Required if the entity type is :attr:`EntityType.external`." msgstr "" -#: discord.channel.TextChannel.create_thread:19 of -msgid "" -"The type of thread to create. If a ``message`` is passed then this " -"parameter is ignored, as a thread created with a message is always a " -"public thread. By default this creates a private thread if this is " -"``None``." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:36 +msgid "The new location of the scheduled event." msgstr "" -#: discord.channel.TextChannel.create_thread:23 of -msgid "The reason for creating a new thread. Shows up on the audit log." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:40 +msgid "The reason for editing the scheduled event. Shows up on the audit log." msgstr "" -#: discord.channel.TextChannel.create_thread:25 of -msgid "" -"Whether non-modertators can add users to the thread. Only applicable to " -"private threads. Defaults to ``True``." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:43 +msgid "`image` was not a :term:`py:bytes-like object`, or ``privacy_level`` was not a :class:`PrivacyLevel`, or ``entity_type`` was not an :class:`EntityType`, ``status`` was not an :class:`EventStatus`, or an argument was provided that was incompatible with the scheduled event's entity type." msgstr "" -#: discord.channel.TextChannel.create_thread:30 of -#, fuzzy -msgid "Starting the thread failed." -msgstr "役職の名前を返します。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:45 +msgid "You do not have permissions to edit the scheduled event." +msgstr "" -#: discord.channel.TextChannel.create_thread:32 of -msgid "The created thread" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:46 +msgid "Editing the scheduled event failed." msgstr "" -#: discord.ThreadMember.thread:3 discord.channel.TextChannel.create_thread:33 -#: discord.threads.Thread.edit:32 of -#, fuzzy -msgid ":class:`Thread`" -msgstr ":class:`str`" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.edit:48 +msgid "The edited scheduled event." +msgstr "" -#: discord.channel.TextChannel.archived_threads:1 of -msgid "" -"Returns an :term:`asynchronous iterator` that iterates over all archived " -"threads in the guild, in order of decreasing ID for joined threads, and " -"decreasing :attr:`Thread.archive_timestamp` otherwise." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:3 +msgid "Deletes the scheduled event." msgstr "" -#: discord.channel.TextChannel.archived_threads:4 of -msgid "" -"You must have :attr:`~Permissions.read_message_history` to use this. If " -"iterating over private threads then :attr:`~Permissions.manage_threads` " -"is also required." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:7 +msgid "The reason for deleting the scheduled event. Shows up on the audit log." msgstr "" -#: discord.channel.TextChannel.archived_threads:9 of -#, fuzzy -msgid "" -"The number of threads to retrieve. If ``None``, retrieves every archived " -"thread in the channel. Note, however, that this would make it a slow " -"operation." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:10 +msgid "You do not have permissions to delete the scheduled event." msgstr "" -"取得するギルドの数。 ``None`` " -"の場合、あなたがアクセスできるギルドすべてを取得します。ただし、これには時間がかかります。デフォルトは100です。" -#: discord.channel.TextChannel.archived_threads:13 of -msgid "Retrieve archived channels before the given date or ID." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.delete:11 +msgid "Deleting the scheduled event failed." msgstr "" -#: discord.channel.TextChannel.archived_threads:15 of -msgid "Whether to retrieve private archived threads." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:3 +msgid "Retrieves all :class:`User` that are subscribed to this event." msgstr "" -#: discord.channel.TextChannel.archived_threads:17 of -msgid "" -"Whether to retrieve private archived threads that you've joined. You " -"cannot set ``joined`` to ``True`` and ``private`` to ``False``." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:5 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:5 +msgid "This requires :attr:`Intents.members` to get information about members other than yourself." msgstr "" -#: discord.channel.TextChannel.archived_threads:21 of -#, fuzzy -msgid "You do not have permissions to get archived threads." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:8 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:8 +msgid "Retrieving the members failed." +msgstr "" -#: discord.channel.TextChannel.archived_threads:22 of -msgid "The request to get the archived threads failed." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:10 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:10 +msgid "All thread members in the thread." msgstr "" -#: discord.channel.TextChannel.archived_threads:23 of -msgid "" -"`joined`` was set to ``True`` and ``private`` was set to ``False``. You " -"cannot retrieve public archived threads that you have joined." +#: ../../../discord/scheduled_event.py:docstring of discord.scheduled_event.ScheduledEvent.users:11 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:25 +msgid "List[:class:`User`]" msgstr "" -#: discord.channel.TextChannel.archived_threads:25 of -msgid ":class:`Thread` -- The archived threads." +#: ../../api.rst:3619 +msgid "Integration" msgstr "" -#: ../../api.rst:3694 -msgid "Thread" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:1 +msgid "Represents a guild integration." msgstr "" -#: discord.threads.Thread:1 of -#, fuzzy -msgid "Represents a Discord thread." -msgstr "Discordの埋め込みを表します。" - -#: discord.threads.Thread:7 of -#, fuzzy -msgid "Checks if two threads are equal." -msgstr "二つのユーザーが等しいかを比較します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:13 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:13 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:13 +msgid "The integration name." +msgstr "" -#: discord.threads.Thread:11 of -#, fuzzy -msgid "Checks if two threads are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:19 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:19 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:19 +msgid "The guild of the integration." +msgstr "" -#: discord.threads.Thread:15 of -#, fuzzy -msgid "Returns the thread's hash." -msgstr "役職のハッシュを返します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:25 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:25 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:25 +msgid "The integration type (i.e. Twitch)." +msgstr "" -#: discord.threads.Thread:19 of -#, fuzzy -msgid "Returns the thread's name." -msgstr "役職の名前を返します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:31 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:31 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:31 +msgid "Whether the integration is currently enabled." +msgstr "" -#: discord.threads.Thread:25 of -#, fuzzy -msgid "The thread name." -msgstr "役職の名前を返します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:37 +msgid "The account linked to this integration." +msgstr "" -#: discord.threads.Thread:31 of -#, fuzzy -msgid "The guild the thread belongs to." -msgstr "このプロフィールを持つ :class:`User` 。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:39 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:45 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:69 +msgid ":class:`IntegrationAccount`" +msgstr "" -#: discord.threads.Thread:37 of -#, fuzzy -msgid "The thread ID." -msgstr "アムステルダムリージョン。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration:43 +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:37 +msgid "The user that added this integration." +msgstr "" -#: discord.threads.Thread:43 of -#, fuzzy -msgid "The parent :class:`TextChannel` ID this thread belongs to." -msgstr "Webhookが更新されたチャンネル。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:3 +msgid "Deletes the integration." +msgstr "" -#: discord.threads.Thread:49 of -#, fuzzy -msgid "The user's ID that created this thread." -msgstr ":class:`User` – 招待を作成したユーザー。" +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:8 +msgid "The reason the integration was deleted. Shows up on the audit log. .. versionadded:: 2.0" +msgstr "" -#: discord.threads.Thread:55 of -msgid "" -"The last message ID of the message sent to this thread. It may *not* " -"point to an existing or valid message." +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:8 +msgid "The reason the integration was deleted. Shows up on the audit log." msgstr "" -#: discord.threads.Thread:62 of -msgid "" -"The number of seconds a member must wait between sending messages in this" -" thread. A value of `0` denotes that it is disabled. Bots and users with " -":attr:`~Permissions.manage_channels` or " -":attr:`~Permissions.manage_messages` bypass slowmode." +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:13 +msgid "You do not have permission to delete the integration." msgstr "" -#: discord.threads.Thread:71 of -msgid "An approximate number of messages in this thread. This caps at 50." +#: ../../../discord/integrations.py:docstring of discord.integrations.Integration.delete:14 +msgid "Deleting the integration failed." msgstr "" -#: discord.threads.Thread:77 of -msgid "An approximate number of members in this thread. This caps at 50." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:1 +msgid "Represents an integration account." msgstr "" -#: discord.threads.Thread:83 of -msgid "" -"A thread member representing yourself, if you've joined the thread. This " -"could not be available." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:7 +msgid "The account ID." msgstr "" -#: discord.threads.Thread:86 of -#, fuzzy -msgid "Optional[:class:`ThreadMember`]" -msgstr ":class:`str`" +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationAccount:13 +msgid "The account name." +msgstr "" -#: discord.threads.Thread:90 of -#, fuzzy -msgid "Whether the thread is archived." -msgstr "Discordとの接続を閉じます。" +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:1 +msgid "Represents a bot integration on discord." +msgstr "" -#: discord.threads.Thread:96 of -#, fuzzy -msgid "Whether the thread is locked." -msgstr "メンバーがオンライン。" +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:43 +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:67 +msgid "The integration account information." +msgstr "" -#: discord.threads.Thread:102 of -msgid "" -"Whether non-moderators can add other non-moderators to this thread. This " -"is always ``True`` for public threads." +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:49 +msgid "The application tied to this integration." msgstr "" -#: discord.threads.Thread:109 of -#, fuzzy -msgid "The user's ID that archived this thread." -msgstr "入力を始めたユーザー。" +#: ../../../discord/integrations.py:docstring of discord.integrations.BotIntegration:51 +msgid ":class:`IntegrationApplication`" +msgstr "" -#: discord.threads.Thread:115 of -msgid "" -"The duration in minutes until the thread is automatically archived due to" -" inactivity. Usually a value of 60, 1440, 4320 and 10080." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:1 +msgid "Represents an application for a bot integration." msgstr "" -#: discord.threads.Thread:122 of -msgid "" -"An aware timestamp of when the thread's archived status was last updated " -"in UTC." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:7 +msgid "The ID for this application." msgstr "" -#: discord.Thread.parent:1 of -#, fuzzy -msgid "The parent channel this thread belongs to." -msgstr "Webhookが更新されたチャンネル。" +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:13 +msgid "The application's name." +msgstr "" -#: discord.Thread.owner:1 of -#, fuzzy -msgid "The member this thread belongs to." -msgstr "絵文字が更新されたギルド。" +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:19 +msgid "The application's icon hash." +msgstr "" -#: discord.Thread.mention:1 of -msgid "The string that allows you to mention the thread." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:25 +msgid "The application's description. Can be an empty string." msgstr "" -#: discord.Thread.members:1 of -#, fuzzy -msgid "A list of thread members in this thread." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:31 +msgid "The summary of the application. Can be an empty string." +msgstr "" -#: discord.Thread.members:3 of -msgid "" -"This requires :attr:`Intents.members` to be properly filled. Most of the " -"time however, this data is not provided by the gateway and a call to " -":meth:`fetch_members` is needed." +#: ../../../discord/integrations.py:docstring of discord.integrations.IntegrationApplication:37 +msgid "The bot user on this application." msgstr "" -#: discord.Thread.members:7 discord.threads.Thread.fetch_members:11 of -#, fuzzy -msgid "List[:class:`ThreadMember`]" -msgstr ":class:`bytes`" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:1 +msgid "Represents a stream integration for Twitch or YouTube." +msgstr "" -#: discord.Thread.category:1 of -#, fuzzy -msgid "The category channel the parent channel belongs to, if applicable." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:37 +msgid "Where the integration is currently syncing." +msgstr "" -#: discord.Thread.category:3 discord.Thread.category_id:3 of -msgid "The parent channel was not cached and returned ``None``." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:43 +msgid "Whether emoticons should be synced for this integration (currently twitch only)." msgstr "" -#: discord.Thread.category:5 of -#, fuzzy -msgid "The parent channel's category." -msgstr "更新されたギルドの更新後情報。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:45 +#: ../../../discord/template.py:docstring of discord.template.Template:60 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:73 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:79 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:85 +msgid "Optional[:class:`bool`]" +msgstr "" -#: discord.Thread.category:6 of -#, fuzzy -msgid "Optional[:class:`CategoryChannel`]" -msgstr ":class:`~discord.User`" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:49 +msgid "The behaviour of expiring subscribers. Aliased to ``expire_behavior`` as well." +msgstr "" -#: discord.Thread.category_id:1 of -#, fuzzy -msgid "The category channel ID the parent channel belongs to, if applicable." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:55 +msgid "The grace period (in days) for expiring subscribers." +msgstr "" -#: discord.Thread.category_id:5 of -#, fuzzy -msgid "The parent channel's category ID." -msgstr "更新されたギルドの更新後情報。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:61 +msgid "The user for the integration." +msgstr "" -#: discord.Thread.created_at:1 of -msgid "An aware timestamp of when the thread was created in UTC." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration:73 +msgid "An aware UTC datetime representing when the integration was last synced." msgstr "" -#: discord.Thread.created_at:5 of -msgid "" -"This timestamp only exists for threads created after 9 January 2022, " -"otherwise returns ``None``." +#: ../../../discord/integrations.py:docstring of discord.StreamIntegration.expire_behavior:1 +msgid "An alias for :attr:`expire_behaviour`." msgstr "" -#: discord.threads.Thread.is_private:1 of -#, fuzzy -msgid ":class:`bool`: Whether the thread is a private thread." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/integrations.py:docstring of discord.StreamIntegration.role:1 +msgid "Optional[:class:`Role`] The role which the integration uses for subscribers." +msgstr "" -#: discord.threads.Thread.is_private:3 of -msgid "" -"A private thread is only viewable by those that have been explicitly " -"invited or have :attr:`~.Permissions.manage_threads`." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:3 +msgid "Edits the integration." msgstr "" -#: discord.threads.Thread.is_news:1 of -#, fuzzy -msgid ":class:`bool`: Whether the thread is a news thread." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:12 +msgid "The behaviour when an integration subscription lapses. Aliased to ``expire_behavior`` as well." +msgstr "" -#: discord.threads.Thread.is_news:3 of -msgid "" -"A news thread is a thread that has a parent that is a news channel, i.e. " -":meth:`.TextChannel.is_news` is ``True``." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:14 +msgid "The period (in days) where the integration will ignore lapsed subscriptions." msgstr "" -#: discord.threads.Thread.is_nsfw:1 of -#, fuzzy -msgid ":class:`bool`: Whether the thread is NSFW or not." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:16 +msgid "Where emoticons should be synced for this integration (currently twitch only)." +msgstr "" -#: discord.threads.Thread.is_nsfw:3 of -msgid "" -"An NSFW thread is a thread that has a parent that is an NSFW channel, " -"i.e. :meth:`.TextChannel.is_nsfw` is ``True``." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:19 +msgid "You do not have permission to edit the integration." msgstr "" -#: discord.threads.Thread.permissions_for:4 of -msgid "" -"Since threads do not have their own permissions, they inherit them from " -"the parent channel. This is a convenience method for calling " -":meth:`~discord.TextChannel.permissions_for` on the parent channel." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.edit:21 +msgid "``expire_behaviour`` did not receive a :class:`ExpireBehaviour`." msgstr "" -#: discord.threads.Thread.permissions_for:14 of -msgid "The parent channel was not cached and returned ``None``" +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:3 +msgid "Syncs the integration." msgstr "" -#: discord.threads.Thread.delete_messages:16 of -msgid "Usable only by bot accounts." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:8 +msgid "You do not have permission to sync the integration." msgstr "" -#: discord.threads.Thread.delete_messages:22 of -msgid "" -"You do not have proper permissions to delete the messages or you're " -"not using a bot account." +#: ../../../discord/integrations.py:docstring of discord.integrations.StreamIntegration.sync:9 +msgid "Syncing the integration failed." msgstr "" -#: discord.threads.Thread.purge:7 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to " -"delete messages even if they are your own (unless you are a user " -"account). The :attr:`~Permissions.read_message_history` permission is " -"also needed to retrieve message history." +#: ../../api.rst:3637 +msgid "Member" msgstr "" -#: discord.threads.Thread.edit:3 of -#, fuzzy -msgid "Edits the thread." -msgstr "クライアントユーザーの設定を変更します。" +#: ../../../discord/member.py:docstring of discord.member.Member:1 +msgid "Represents a Discord member to a :class:`Guild`." +msgstr "" -#: discord.threads.Thread.edit:5 of -msgid "" -"Editing the thread requires :attr:`.Permissions.manage_threads`. The " -"thread creator can also edit ``name``, ``archived`` or " -"``auto_archive_duration``. Note that if the thread is locked then only " -"those with :attr:`.Permissions.manage_threads` can unarchive a thread." +#: ../../../discord/member.py:docstring of discord.member.Member:3 +msgid "This implements a lot of the functionality of :class:`User`." msgstr "" -#: discord.threads.Thread.edit:10 of -msgid "The thread must be unarchived to be edited." +#: ../../../discord/member.py:docstring of discord.member.Member:9 +msgid "Checks if two members are equal. Note that this works with :class:`User` instances too." msgstr "" -#: discord.threads.Thread.edit:12 of -#, fuzzy -msgid "The new name of the thread." -msgstr "ギルドの名前。" +#: ../../../discord/member.py:docstring of discord.member.Member:14 +msgid "Checks if two members are not equal. Note that this works with :class:`User` instances too." +msgstr "" -#: discord.threads.Thread.edit:14 of -msgid "Whether to archive the thread or not." +#: ../../../discord/member.py:docstring of discord.member.Member:19 +msgid "Returns the member's hash." msgstr "" -#: discord.threads.Thread.edit:16 of -msgid "Whether to lock the thread or not." +#: ../../../discord/member.py:docstring of discord.member.Member:23 +msgid "Returns the member's name with the discriminator." msgstr "" -#: discord.threads.Thread.edit:18 of -msgid "" -"Whether non-moderators can add other non-moderators to this thread. Only " -"available for private threads." +#: ../../../discord/member.py:docstring of discord.member.Member:27 +msgid "An aware datetime object that specifies the date and time in UTC that the member joined the guild. If the member left and rejoined the guild, this will be the latest date. In certain cases, this can be ``None``." msgstr "" -#: discord.threads.Thread.edit:21 of -msgid "" -"The new duration in minutes before a thread is automatically archived for" -" inactivity. Must be one of ``60``, ``1440``, ``4320``, or ``10080``." +#: ../../../discord/member.py:docstring of discord.member.Member:34 +msgid "The activities that the user is currently doing." msgstr "" -#: discord.threads.Thread.edit:24 of -msgid "" -"Specifies the slowmode rate limit for user in this thread, in seconds. A " -"value of ``0`` disables slowmode. The maximum value possible is " -"``21600``." +#: ../../../discord/member.py:docstring of discord.member.Member:38 +msgid "Due to a Discord API limitation, a user's Spotify activity may not appear if they are listening to a song with a title longer than 128 characters. See :issue:`1738` for more information." msgstr "" -#: discord.threads.Thread.edit:28 of -#, fuzzy -msgid "You do not have permissions to edit the thread." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/member.py:docstring of discord.member.Member:42 +msgid "Tuple[Union[:class:`BaseActivity`, :class:`Spotify`]]" +msgstr "" -#: discord.threads.Thread.edit:29 of -#, fuzzy -msgid "Editing the thread failed." -msgstr "役職の名前を返します。" +#: ../../../discord/member.py:docstring of discord.member.Member:46 +msgid "The guild that the member belongs to." +msgstr "" -#: discord.threads.Thread.edit:31 of -msgid "The newly edited thread." +#: ../../../discord/member.py:docstring of discord.member.Member:52 +msgid "The guild specific nickname of the user." msgstr "" -#: discord.threads.Thread.join:3 of -msgid "Joins this thread." +#: ../../../discord/member.py:docstring of discord.member.Member:58 +msgid "Whether the member is pending member verification." msgstr "" -#: discord.threads.Thread.join:5 of -msgid "" -"You must have :attr:`~Permissions.send_messages_in_threads` to join a " -"thread. If the thread is private, :attr:`~Permissions.manage_threads` is " -"also needed." +#: ../../../discord/member.py:docstring of discord.member.Member:66 +msgid "An aware datetime object that specifies the date and time in UTC when the member used their \"Nitro boost\" on the guild, if available. This could be ``None``." msgstr "" -#: discord.threads.Thread.join:8 of -#, fuzzy -msgid "You do not have permissions to join the thread." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/member.py:docstring of discord.member.Member:73 +msgid "An aware datetime object that specifies the date and time in UTC that the member's time out will expire. This will be set to ``None`` if the user is not timed out." +msgstr "" -#: discord.threads.Thread.join:9 of -#, fuzzy -msgid "Joining the thread failed." -msgstr "役職の名前を返します。" +#: ../../../discord/member.py:docstring of discord.Member.name:1 +msgid "Equivalent to :attr:`User.name`" +msgstr "" -#: discord.threads.Thread.leave:3 of -msgid "Leaves this thread." +#: ../../../discord/member.py:docstring of discord.Member.id:1 +msgid "Equivalent to :attr:`User.id`" msgstr "" -#: discord.threads.Thread.leave:5 of -#, fuzzy -msgid "Leaving the thread failed." -msgstr "ギルドのアイコンの変更" +#: ../../../discord/member.py:docstring of discord.Member.discriminator:1 +msgid "Equivalent to :attr:`User.discriminator`" +msgstr "" -#: discord.threads.Thread.add_user:3 of -#, fuzzy -msgid "Adds a user to this thread." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/member.py:docstring of discord.Member.bot:1 +msgid "Equivalent to :attr:`User.bot`" +msgstr "" -#: discord.threads.Thread.add_user:5 of -msgid "" -"You must have :attr:`~Permissions.send_messages_in_threads` to add a user" -" to a thread. If the thread is private then and :attr:`invitable` is " -"``False`` then :attr:`~Permissions.manage_messages` is required to add a " -"user to the thread." +#: ../../../discord/member.py:docstring of discord.Member.system:1 +msgid "Equivalent to :attr:`User.system`" msgstr "" -#: discord.threads.Thread.add_user:9 discord.threads.Thread.remove_user:7 of -#, fuzzy -msgid "The user to add to the thread." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/member.py:docstring of discord.Member.created_at:1 +msgid "Equivalent to :attr:`User.created_at`" +msgstr "" -#: discord.threads.Thread.add_user:12 of -#, fuzzy -msgid "You do not have permissions to add the user to the thread." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/member.py:docstring of discord.Member.default_avatar:1 +msgid "Equivalent to :attr:`User.default_avatar`" +msgstr "" -#: discord.threads.Thread.add_user:13 of -#, fuzzy -msgid "Adding the user to the thread failed." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/member.py:docstring of discord.Member.avatar:1 +msgid "Equivalent to :attr:`User.avatar`" +msgstr "" -#: discord.threads.Thread.remove_user:3 of -#, fuzzy -msgid "Removes a user from this thread." -msgstr "埋め込みからすべてのフィールドを削除します。" +#: ../../../discord/member.py:docstring of discord.Member.dm_channel:1 +msgid "Equivalent to :attr:`User.dm_channel`" +msgstr "" -#: discord.threads.Thread.remove_user:5 of -#, fuzzy -msgid "" -"You must have :attr:`~Permissions.manage_threads` or be the creator of " -"the thread to remove a user." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../../discord/member.py:docstring of discord.Member.mutual_guilds:1 +msgid "Equivalent to :attr:`User.mutual_guilds`" +msgstr "" -#: discord.threads.Thread.remove_user:10 of -#, fuzzy -msgid "You do not have permissions to remove the user from the thread." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/member.py:docstring of discord.Member.public_flags:1 +msgid "Equivalent to :attr:`User.public_flags`" +msgstr "" -#: discord.threads.Thread.remove_user:11 of -#, fuzzy -msgid "Removing the user from the thread failed." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/member.py:docstring of discord.Member.banner:1 +msgid "Equivalent to :attr:`User.banner`" +msgstr "" -#: discord.threads.Thread.fetch_member:3 of -#, fuzzy -msgid "Retrieves a :class:`ThreadMember` for the given user ID." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../../discord/member.py:docstring of discord.Member.accent_color:1 +msgid "Equivalent to :attr:`User.accent_color`" +msgstr "" -#: discord.threads.Thread.fetch_member:5 of -msgid "The specified user is not a member of this thread." +#: ../../../discord/member.py:docstring of discord.Member.accent_colour:1 +msgid "Equivalent to :attr:`User.accent_colour`" msgstr "" -#: discord.threads.Thread.fetch_member:6 of -#, fuzzy -msgid "Retrieving the member failed." -msgstr "メンバーが退席中。" +#: ../../../discord/member.py:docstring of discord.Member.raw_status:1 +msgid "The member's overall status as a string value." +msgstr "" -#: discord.threads.Thread.fetch_member:8 of -#, fuzzy -msgid "The thread member from the user ID." -msgstr "更新されたメンバーの更新後情報。" +#: ../../../discord/member.py:docstring of discord.Member.status:1 +msgid "The member's overall status. If the value is unknown, then it will be a :class:`str` instead." +msgstr "" -#: discord.threads.Thread.fetch_member:9 of -#, fuzzy -msgid ":class:`ThreadMember`" -msgstr ":class:`bytes`" +#: ../../../discord/member.py:docstring of discord.Member.status:3 +#: ../../../discord/member.py:docstring of discord.Member.mobile_status:3 +#: ../../../discord/member.py:docstring of discord.Member.desktop_status:3 +#: ../../../discord/member.py:docstring of discord.Member.web_status:3 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:49 +msgid ":class:`Status`" +msgstr "" -#: discord.threads.Thread.fetch_members:3 of -#, fuzzy -msgid "Retrieves all :class:`ThreadMember` that are in this thread." -msgstr "特定のIDの :class:`.Webhook` を取得します。" +#: ../../../discord/member.py:docstring of discord.Member.mobile_status:1 +msgid "The member's status on a mobile device, if applicable." +msgstr "" -#: discord.threads.Thread.fetch_members:5 of -msgid "" -"This requires :attr:`Intents.members` to get information about members " -"other than yourself." +#: ../../../discord/member.py:docstring of discord.Member.desktop_status:1 +msgid "The member's status on the desktop client, if applicable." msgstr "" -#: discord.threads.Thread.fetch_members:8 of -#, fuzzy -msgid "Retrieving the members failed." -msgstr "メンバーが退席中。" +#: ../../../discord/member.py:docstring of discord.Member.web_status:1 +msgid "The member's status on the web client, if applicable." +msgstr "" -#: discord.threads.Thread.fetch_members:10 of -#, fuzzy -msgid "All thread members in the thread." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../../discord/member.py:docstring of discord.member.Member.is_on_mobile:1 +msgid ":class:`bool`: A helper function that determines if a member is active on a mobile device." +msgstr "" -#: discord.threads.Thread.delete:3 of -msgid "Deletes this thread." +#: ../../../discord/member.py:docstring of discord.Member.colour:1 +msgid "A property that returns a colour denoting the rendered colour for the member. If the default colour is the one rendered then an instance of :meth:`Colour.default` is returned." msgstr "" -#: discord.threads.Thread.delete:5 of -#, fuzzy -msgid "You must have :attr:`~Permissions.manage_threads` to delete threads." -msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/member.py:docstring of discord.Member.color:1 +msgid "A property that returns a color denoting the rendered color for the member. If the default color is the one rendered then an instance of :meth:`Colour.default` is returned." +msgstr "" -#: discord.threads.Thread.delete:7 of -#, fuzzy -msgid "You do not have permissions to delete this thread." -msgstr ":exc:`.Forbidden` -- このWebhookを取得する権限がない。" +#: ../../../discord/member.py:docstring of discord.Member.roles:1 +msgid "A :class:`list` of :class:`Role` that the member belongs to. Note that the first element of this list is always the default '@everyone' role." +msgstr "" -#: discord.threads.Thread.delete:8 of -#, fuzzy -msgid "Deleting the thread failed." -msgstr "役職の名前を返します。" +#: ../../../discord/member.py:docstring of discord.Member.roles:5 +msgid "These roles are sorted by their position in the role hierarchy." +msgstr "" -#: ../../api.rst:3707 -msgid "ThreadMember" +#: ../../../discord/member.py:docstring of discord.Member.mention:1 +msgid "Returns a string that allows you to mention the member." msgstr "" -#: discord.threads.ThreadMember:1 of -#, fuzzy -msgid "Represents a Discord thread member." -msgstr "Discordの埋め込みを表します。" +#: ../../../discord/member.py:docstring of discord.Member.display_avatar:1 +msgid "Returns the member's display avatar." +msgstr "" -#: discord.threads.ThreadMember:7 of -#, fuzzy -msgid "Checks if two thread members are equal." -msgstr "二つのユーザーが等しいかを比較します。" +#: ../../../discord/member.py:docstring of discord.Member.display_avatar:3 +msgid "For regular members this is just their avatar, but if they have a guild specific avatar then that is returned instead." +msgstr "" -#: discord.threads.ThreadMember:11 of -#, fuzzy -msgid "Checks if two thread members are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +#: ../../../discord/member.py:docstring of discord.Member.guild_avatar:1 +msgid "Returns an :class:`Asset` for the guild avatar the member has. If unavailable, ``None`` is returned." +msgstr "" -#: discord.threads.ThreadMember:15 of -#, fuzzy -msgid "Returns the thread member's hash." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../../discord/member.py:docstring of discord.Member.activity:1 +msgid "Returns the primary activity the user is currently doing. Could be ``None`` if no activity is being done." +msgstr "" -#: discord.threads.ThreadMember:19 of -#, fuzzy -msgid "Returns the thread member's name." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../../discord/member.py:docstring of discord.Member.activity:6 +msgid "Due to a Discord API limitation, this may be ``None`` if the user is listening to a song on Spotify with a title longer than 128 characters. See :issue:`1738` for more information." +msgstr "" -#: discord.threads.ThreadMember:25 of -#, fuzzy -msgid "The thread member's ID." -msgstr "更新されたメンバーの更新後情報。" +#: ../../../discord/member.py:docstring of discord.Member.activity:12 +msgid "A user may have multiple activities, these can be accessed under :attr:`activities`." +msgstr "" -#: discord.threads.ThreadMember:31 of -#, fuzzy -msgid "The thread's ID." -msgstr "役職の名前を返します。" +#: ../../../discord/member.py:docstring of discord.Member.activity:14 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:67 +msgid "Optional[Union[:class:`BaseActivity`, :class:`Spotify`]]" +msgstr "" -#: discord.threads.ThreadMember:37 of -msgid "The time the member joined the thread in UTC." +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:1 +msgid "Checks if the member is mentioned in the specified message." msgstr "" -#: discord.ThreadMember.thread:1 of -#, fuzzy -msgid "The thread this member belongs to." -msgstr "更新された後のギルド。" +#: ../../../discord/member.py:docstring of discord.member.Member.mentioned_in:6 +msgid "Indicates if the member is mentioned in the message." +msgstr "" -#: ../../api.rst:3715 -#, fuzzy -msgid "StoreChannel" -msgstr "ギルドのストアチャンネル。" +#: ../../../discord/member.py:docstring of discord.Member.top_role:1 +msgid "Returns the member's highest role." +msgstr "" -#: discord.channel.StoreChannel:1 of -#, fuzzy -msgid "Represents a Discord guild store channel." -msgstr "Discordサーバーのボイスチャンネルを表します。" +#: ../../../discord/member.py:docstring of discord.Member.top_role:3 +msgid "This is useful for figuring where a member stands in the role hierarchy chain." +msgstr "" -#: discord.channel.StoreChannel:41 of -#, fuzzy -msgid "The category channel ID this channel belongs to." -msgstr "Webhookが更新されたチャンネル。" +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:1 +msgid "Returns the member's guild permissions." +msgstr "" -#: discord.channel.StoreChannel.edit:29 of -msgid "" -"A :class:`Mapping` of target (either a role or a member) to " -":class:`PermissionOverwrite` to apply to the channel. .. versionadded:: " -"1.3" +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:3 +msgid "This only takes into consideration the guild permissions and not most of the implied permissions or any of the channel permission overwrites. For 100% accurate permission calculation, please use :meth:`abc.GuildChannel.permissions_for`." msgstr "" -#: discord.channel.StoreChannel.edit:40 of -msgid "" -"The newly edited store channel. If the edit was only positional then " -"``None`` is returned instead." +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:8 +msgid "This does take into consideration guild ownership and the administrator implication." msgstr "" -#: discord.channel.StoreChannel.edit:42 of -#, fuzzy -msgid "Optional[:class:`.StoreChannel`]" -msgstr ":class:`str`" +#: ../../../discord/member.py:docstring of discord.Member.resolved_permissions:1 +msgid "Returns the member's resolved permissions from an interaction." +msgstr "" -#: ../../api.rst:3724 -msgid "VoiceChannel" +#: ../../../discord/member.py:docstring of discord.Member.resolved_permissions:4 +msgid "This is only available in interaction contexts and represents the resolved permissions of the member in the channel the interaction was executed in. This is more or less equivalent to calling :meth:`abc.GuildChannel.permissions_for` but stored and returned as an attribute by the Discord API rather than computed." msgstr "" -#: discord.channel.VoiceChannel:1 of -msgid "Represents a Discord guild voice channel." -msgstr "Discordサーバーのボイスチャンネルを表します。" +#: ../../../discord/member.py:docstring of discord.Member.resolved_permissions:11 +msgid "Optional[:class:`Permissions`]" +msgstr "" -#: discord.channel.VoiceChannel:71 of -msgid "The type of this attribute has changed to :class:`str`." +#: ../../../discord/member.py:docstring of discord.Member.voice:1 +msgid "Returns the member's current voice state." msgstr "" -#: discord.channel.StageChannel.edit:14 discord.channel.VoiceChannel.edit:14 of -msgid "The ``region`` parameter now accepts :class:`str` instead of an enum." +#: ../../../discord/member.py:docstring of discord.Member.voice:3 +msgid "Optional[:class:`VoiceState`]" msgstr "" -#: discord.channel.StageChannel.edit:21 discord.channel.VoiceChannel.edit:21 of -msgid "The new channel's name." +#: ../../../discord/member.py:docstring of discord.member.Member.ban:3 +msgid "Bans this member. Equivalent to :meth:`Guild.ban`." msgstr "" -#: discord.channel.VoiceChannel.edit:23 of -msgid "The new channel's bitrate." +#: ../../../discord/member.py:docstring of discord.member.Member.unban:3 +msgid "Unbans this member. Equivalent to :meth:`Guild.unban`." msgstr "" -#: discord.channel.VoiceChannel.edit:25 of -msgid "The new channel's user limit." +#: ../../../discord/member.py:docstring of discord.member.Member.kick:3 +msgid "Kicks this member. Equivalent to :meth:`Guild.kick`." msgstr "" -#: discord.channel.VoiceChannel.edit:40 of -msgid "" -"The new region for the voice channel's voice communication. A value of " -"``None`` indicates automatic voice region detection. .. versionadded:: " -"1.7" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:3 +msgid "Edits the member's data." msgstr "" -#: discord.channel.VoiceChannel.edit:40 of -msgid "" -"The new region for the voice channel's voice communication. A value of " -"``None`` indicates automatic voice region detection." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:5 +msgid "Depending on the parameter passed, this requires different permissions listed below:" msgstr "" -#: discord.channel.StageChannel.edit:44 discord.channel.VoiceChannel.edit:50 of -msgid "If the permission overwrite information is not in proper form." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:8 +msgid "Parameter" msgstr "" -#: discord.channel.VoiceChannel.edit:54 of -msgid "" -"The newly edited voice channel. If the edit was only positional then " -"``None`` is returned instead." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:8 +msgid "Permission" msgstr "" -#: discord.channel.VoiceChannel.edit:56 of -#, fuzzy -msgid "Optional[:class:`.VoiceChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:10 +msgid "nick" +msgstr "" -#: discord.abc.Connectable.connect:3 of -msgid "" -"Connects to voice and creates a :class:`VoiceClient` to establish your " -"connection to the voice server." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:10 +msgid ":attr:`Permissions.manage_nicknames`" +msgstr ":attr:`Permissions.manage_nicknames`" + +#: ../../../discord/member.py:docstring of discord.member.Member.edit:12 +msgid "mute" msgstr "" -#: ../../docstring discord.MemberCacheFlags.voice:3 -#: discord.abc.Connectable.connect:6 of -msgid "This requires :attr:`Intents.voice_states`." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:12 +msgid ":attr:`Permissions.mute_members`" +msgstr ":attr:`Permissions.mute_members`" + +#: ../../../discord/member.py:docstring of discord.member.Member.edit:14 +msgid "deafen" msgstr "" -#: discord.abc.Connectable.connect:8 of -msgid "The timeout in seconds to wait for the voice endpoint." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:14 +msgid ":attr:`Permissions.deafen_members`" +msgstr ":attr:`Permissions.deafen_members`" + +#: ../../../discord/member.py:docstring of discord.member.Member.edit:16 +msgid ":attr:`Permissions.manage_roles`" +msgstr ":attr:`Permissions.manage_roles`" + +#: ../../../discord/member.py:docstring of discord.member.Member.edit:18 +msgid "voice_channel" msgstr "" -#: discord.abc.Connectable.connect:10 of -msgid "" -"Whether the bot should automatically attempt a reconnect if a part of the" -" handshake fails or the gateway goes down." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:18 +msgid ":attr:`Permissions.move_members`" +msgstr ":attr:`Permissions.move_members`" + +#: ../../../discord/member.py:docstring of discord.member.Member.edit:20 +msgid "timed_out_until" msgstr "" -#: discord.abc.Connectable.connect:14 of -msgid "" -"A type that subclasses :class:`~discord.VoiceProtocol` to connect with. " -"Defaults to :class:`~discord.VoiceClient`." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:20 +msgid ":attr:`Permissions.moderate_members`" msgstr "" -#: discord.abc.Connectable.connect:18 of -#, fuzzy -msgid "Could not connect to the voice channel in time." -msgstr ":class:`abc.Connectable` -- 接続しているボイスチャンネル。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:25 +msgid "Can now pass ``None`` to ``voice_channel`` to kick a member from voice." +msgstr "" -#: discord.abc.Connectable.connect:19 of -#, fuzzy -msgid "You are already connected to a voice channel." -msgstr "メンバーがボイスチャンネルに参加したとき。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:28 +msgid "The newly member is now optionally returned, if applicable." +msgstr "" -#: discord.abc.Connectable.connect:20 of -#, fuzzy -msgid "The opus library has not been loaded." -msgstr "opusライブラリがロードされているかを表します。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:31 +msgid "The member's new nickname. Use ``None`` to remove the nickname." +msgstr "" -#: discord.abc.Connectable.connect:22 of -msgid "A voice client that is fully connected to the voice server." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:33 +msgid "Indicates if the member should be guild muted or un-muted." msgstr "" -#: discord.abc.Connectable.connect:23 of -#, fuzzy -msgid ":class:`~discord.VoiceProtocol`" -msgstr ":class:`~discord.User`" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:35 +msgid "Indicates if the member should be guild deafened or un-deafened." +msgstr "" -#: discord.StageChannel.members:1 discord.VoiceChannel.members:1 of -msgid "Returns all members that are currently inside this voice channel." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:37 +msgid "Indicates if the member should be suppressed in stage channels. .. versionadded:: 1.7" msgstr "" -#: discord.StageChannel.voice_states:1 discord.VoiceChannel.voice_states:1 of -#, fuzzy -msgid "Returns a mapping of member IDs who have voice states in this channel." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:37 +msgid "Indicates if the member should be suppressed in stage channels." +msgstr "" -#: discord.StageChannel.voice_states:7 discord.VoiceChannel.voice_states:7 of -msgid "" -"This function is intentionally low level to replace :attr:`members` when " -"the member cache is unavailable." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:41 +msgid "The member's new list of roles. This *replaces* the roles." msgstr "" -#: discord.StageChannel.voice_states:10 discord.VoiceChannel.voice_states:10 of -#, fuzzy -msgid "The mapping of member ID to a voice state." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:43 +msgid "The voice channel to move the member to. Pass ``None`` to kick them from voice." +msgstr "" -#: discord.StageChannel.voice_states:11 discord.VoiceChannel.voice_states:11 of -msgid "Mapping[:class:`int`, :class:`VoiceState`]" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:46 +msgid "The date the member's timeout should expire, or ``None`` to remove the timeout. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`. .. versionadded:: 2.0" msgstr "" -#: ../../api.rst:3733 -#, fuzzy -msgid "StageChannel" -msgstr "テキストチャンネル。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:46 +msgid "The date the member's timeout should expire, or ``None`` to remove the timeout. This must be a timezone-aware datetime object. Consider using :func:`utils.utcnow`." +msgstr "" -#: discord.channel.StageChannel:1 of -#, fuzzy -msgid "Represents a Discord guild stage channel." -msgstr "Discordサーバーのボイスチャンネルを表します。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:51 +msgid "The reason for editing this member. Shows up on the audit log." +msgstr "" -#: discord.channel.StageChannel:43 of -msgid "The channel's topic. ``None`` if it isn't set." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:54 +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:15 +msgid "You do not have the proper permissions to the action requested." msgstr "" -#: discord.channel.StageChannel:68 of -msgid "The channel's limit for number of members that can be in a stage channel." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:55 +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:16 +msgid "The operation failed." msgstr "" -#: discord.channel.StageChannel:74 of -msgid "" -"The region for the stage channel's voice communication. A value of " -"``None`` indicates automatic voice region detection." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:56 +msgid "The datetime object passed to ``timed_out_until`` was not timezone-aware." msgstr "" -#: discord.channel.StageChannel:81 discord.channel.StageChannel.edit:39 of -msgid "The camera video quality for the stage channel's participants." +#: ../../../discord/member.py:docstring of discord.member.Member.edit:58 +msgid "The newly updated member, if applicable. This is only returned when certain fields are updated." msgstr "" -#: discord.StageChannel.requesting_to_speak:1 of -#, fuzzy -msgid "A list of members who are requesting to speak in the stage channel." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.edit:60 +msgid "Optional[:class:`.Member`]" +msgstr "" -#: discord.StageChannel.speakers:1 of -#, fuzzy -msgid "A list of members who have been permitted to speak in the stage channel." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:3 +msgid "Request to speak in the connected channel." +msgstr "" -#: discord.StageChannel.listeners:1 of -#, fuzzy -msgid "A list of members who are listening in the stage channel." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:5 +#: ../../../discord/member.py:docstring of discord.member.VoiceState:45 +msgid "Only applies to stage channels." +msgstr "" -#: discord.StageChannel.moderators:1 of -#, fuzzy -msgid "A list of members who are moderating the stage channel." -msgstr "ボイスの状態が変わった `Member` 。" +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:9 +msgid "Requesting members that are not the client is equivalent to :attr:`.edit` providing ``suppress`` as ``False``." +msgstr "" -#: discord.StageChannel.instance:1 of -#, fuzzy -msgid "The running stage instance of the stage channel." -msgstr "新しいグループチャンネル。" +#: ../../../discord/member.py:docstring of discord.member.Member.request_to_speak:14 +msgid "You are not connected to a voice channel." +msgstr "" -#: discord.channel.StageChannel.create_instance:3 of -msgid "Create a stage instance." +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:3 +msgid "Moves a member to a new voice channel (they must be connected first)." msgstr "" -#: discord.channel.StageChannel.create_instance:10 of -msgid "The stage instance's topic." +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:5 +msgid "You must have the :attr:`~Permissions.move_members` permission to use this." msgstr "" -#: discord.channel.StageChannel.create_instance:12 of -msgid "" -"The stage instance's privacy level. Defaults to " -":attr:`StagePrivacyLevel.guild_only`." +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:8 +msgid "This raises the same exceptions as :meth:`edit`." msgstr "" -#: discord.channel.StageChannel.create_instance:14 of -msgid "The reason the stage instance was created. Shows up on the audit log." +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:10 +msgid "Can now pass ``None`` to kick a member from voice." msgstr "" -#: discord.channel.StageChannel.create_instance:17 -#: discord.stage_instance.StageInstance.edit:15 of -#, fuzzy -msgid "If the ``privacy_level`` parameter is not the proper type." -msgstr ":exc:`.InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" +#: ../../../discord/member.py:docstring of discord.member.Member.move_to:13 +msgid "The new voice channel to move the member to. Pass ``None`` to kick them from voice." +msgstr "" -#: discord.channel.StageChannel.create_instance:18 of -#, fuzzy -msgid "You do not have permissions to create a stage instance." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:3 +msgid "Gives the member a number of :class:`Role`\\s." +msgstr "" -#: discord.channel.StageChannel.create_instance:19 of -#, fuzzy -msgid "Creating a stage instance failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:5 +msgid "You must have the :attr:`~Permissions.manage_roles` permission to use this, and the added :class:`Role`\\s must appear lower in the list of roles than the highest role of the member." +msgstr "" -#: discord.channel.StageChannel.create_instance:21 of -#, fuzzy -msgid "The newly created stage instance." -msgstr ":class:`User` – 招待を作成したユーザー。" +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:9 +msgid "An argument list of :class:`abc.Snowflake` representing a :class:`Role` to give to the member." +msgstr "" -#: discord.channel.StageChannel.create_instance:22 -#: discord.channel.StageChannel.fetch_instance:11 of -#, fuzzy -msgid ":class:`StageInstance`" -msgstr ":class:`bytes`" +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:12 +msgid "The reason for adding these roles. Shows up on the audit log." +msgstr "" -#: discord.channel.StageChannel.fetch_instance:3 of -msgid "Gets the running :class:`StageInstance`." +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:14 +msgid "Whether to atomically add roles. This will ensure that multiple operations will always be applied regardless of the current state of the cache." msgstr "" -#: discord.channel.StageChannel.fetch_instance:10 of -msgid "The stage instance." +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:19 +msgid "You do not have permissions to add these roles." msgstr "" -#: discord.channel.StageChannel.edit:8 of -msgid "The ``topic`` parameter must now be set via :attr:`create_instance`." +#: ../../../discord/member.py:docstring of discord.member.Member.add_roles:20 +msgid "Adding roles failed." msgstr "" -#: discord.channel.StageChannel.edit:36 of -msgid "" -"The new region for the stage channel's voice communication. A value of " -"``None`` indicates automatic voice region detection." +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:3 +msgid "Removes :class:`Role`\\s from this member." msgstr "" -#: discord.channel.StageChannel.edit:39 of -msgid "" -"The camera video quality for the stage channel's participants. .. " -"versionadded:: 2.0" +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:5 +msgid "You must have the :attr:`~Permissions.manage_roles` permission to use this, and the removed :class:`Role`\\s must appear lower in the list of roles than the highest role of the member." msgstr "" -#: discord.channel.StageChannel.edit:48 of -msgid "" -"The newly edited stage channel. If the edit was only positional then " -"``None`` is returned instead." +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:9 +msgid "An argument list of :class:`abc.Snowflake` representing a :class:`Role` to remove from the member." msgstr "" -#: discord.channel.StageChannel.edit:50 of -#, fuzzy -msgid "Optional[:class:`.StageChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:12 +msgid "The reason for removing these roles. Shows up on the audit log." +msgstr "" -#: ../../api.rst:3743 -msgid "StageInstance" +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:14 +msgid "Whether to atomically remove roles. This will ensure that multiple operations will always be applied regardless of the current state of the cache." msgstr "" -#: discord.stage_instance.StageInstance:1 of -msgid "Represents a stage instance of a stage channel in a guild." +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:19 +msgid "You do not have permissions to remove these roles." msgstr "" -#: discord.stage_instance.StageInstance:9 of -#, fuzzy -msgid "Checks if two stage instances are equal." -msgstr "二つのユーザーが等しいかを比較します。" +#: ../../../discord/member.py:docstring of discord.member.Member.remove_roles:20 +msgid "Removing the roles failed." +msgstr "" -#: discord.stage_instance.StageInstance:13 of -#, fuzzy -msgid "Checks if two stage instances are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:1 +msgid "Returns a role with the given ID from roles which the member has." +msgstr "" -#: discord.stage_instance.StageInstance:17 of -#, fuzzy -msgid "Returns the stage instance's hash." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../../discord/member.py:docstring of discord.member.Member.get_role:8 +msgid "The role or ``None`` if not found in the member's roles." +msgstr "" -#: discord.stage_instance.StageInstance:21 of -msgid "The stage instance's ID." +#: ../../../discord/member.py:docstring of discord.member.Member.is_timed_out:1 +msgid "Returns whether this member is timed out." msgstr "" -#: discord.stage_instance.StageInstance:27 of -#, fuzzy -msgid "The guild that the stage instance is running in." -msgstr ":class:`asyncio.AbstractEventLoop` -- ボイスクライアントが実行されているイベントループ。" +#: ../../../discord/member.py:docstring of discord.member.Member.is_timed_out:5 +msgid "``True`` if the member is timed out. ``False`` otherwise." +msgstr "" -#: discord.stage_instance.StageInstance:33 of -msgid "The ID of the channel that the stage instance is running in." +#: ../../api.rst:3650 +msgid "Spotify" msgstr "" -#: discord.stage_instance.StageInstance:39 of -#, fuzzy -msgid "The topic of the stage instance." -msgstr "更新される前のギルド。" +#: ../../../discord/activity.py:docstring of discord.activity.Spotify:1 +msgid "Represents a Spotify listening activity from Discord. This is a special case of :class:`Activity` that makes it easier to work with the Spotify integration." +msgstr "" -#: discord.stage_instance.StageInstance:51 of -msgid "Whether discoverability for the stage instance is disabled." +#: ../../../discord/activity.py:docstring of discord.activity.Spotify:8 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:7 +msgid "Checks if two activities are equal." msgstr "" -#: ../../docstring discord.StageInstance.channel:1 of -#, fuzzy -msgid "The channel that stage instance is running in." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/activity.py:docstring of discord.activity.Spotify:12 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:11 +msgid "Checks if two activities are not equal." +msgstr "" -#: ../../docstring discord.StageInstance.channel:3 of -#, fuzzy -msgid "Optional[:class:`StageChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/activity.py:docstring of discord.activity.Spotify:16 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:15 +msgid "Returns the activity's hash." +msgstr "" -#: discord.stage_instance.StageInstance.edit:3 of -#, fuzzy -msgid "Edits the stage instance." -msgstr ":exc:`HTTPException` -- 設定の編集に失敗した。" +#: ../../../discord/activity.py:docstring of discord.activity.Spotify:20 +msgid "Returns the string 'Spotify'." +msgstr "" -#: discord.stage_instance.StageInstance.edit:8 of -msgid "The stage instance's new topic." +#: ../../../discord/activity.py:docstring of discord.Spotify.type:1 +#: ../../../discord/activity.py:docstring of discord.CustomActivity.type:1 +msgid "Returns the activity's type. This is for compatibility with :class:`Activity`." msgstr "" -#: discord.stage_instance.StageInstance.edit:10 of -msgid "The stage instance's new privacy level." +#: ../../../discord/activity.py:docstring of discord.Spotify.type:3 +msgid "It always returns :attr:`ActivityType.listening`." msgstr "" -#: discord.stage_instance.StageInstance.edit:12 of -msgid "The reason the stage instance was edited. Shows up on the audit log." +#: ../../../discord/activity.py:docstring of discord.Spotify.type:5 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:34 +#: ../../../discord/activity.py:docstring of discord.Game.type:5 +#: ../../../discord/activity.py:docstring of discord.Streaming.type:5 +#: ../../../discord/activity.py:docstring of discord.CustomActivity.type:5 +msgid ":class:`ActivityType`" msgstr "" -#: discord.stage_instance.StageInstance.edit:16 of -#, fuzzy -msgid "You do not have permissions to edit the stage instance." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/activity.py:docstring of discord.Spotify.created_at:1 +msgid "When the user started listening in UTC." +msgstr "" -#: discord.stage_instance.StageInstance.edit:17 of -#, fuzzy -msgid "Editing a stage instance failed." -msgstr ":exc:`.HTTPException` -- 招待の取得に失敗した。" +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:1 +#: ../../../discord/activity.py:docstring of discord.Spotify.color:1 +msgid "Returns the Spotify integration colour, as a :class:`Colour`." +msgstr "" -#: discord.stage_instance.StageInstance.delete:3 of -#, fuzzy -msgid "Deletes the stage instance." -msgstr "削除されたメッセージ。" +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:3 +msgid "There is an alias for this named :attr:`color`" +msgstr "" -#: discord.stage_instance.StageInstance.delete:8 of -msgid "The reason the stage instance was deleted. Shows up on the audit log." +#: ../../../discord/activity.py:docstring of discord.Spotify.color:3 +msgid "There is an alias for this named :attr:`colour`" msgstr "" -#: discord.stage_instance.StageInstance.delete:11 of -#, fuzzy -msgid "You do not have permissions to delete the stage instance." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/activity.py:docstring of discord.Spotify.name:1 +msgid "The activity's name. This will always return \"Spotify\"." +msgstr "" -#: discord.stage_instance.StageInstance.delete:12 of -#, fuzzy -msgid "Deleting the stage instance failed." -msgstr "削除されたメッセージ。" +#: ../../../discord/activity.py:docstring of discord.Spotify.title:1 +msgid "The title of the song being played." +msgstr "" -#: ../../api.rst:3751 -msgid "CategoryChannel" +#: ../../../discord/activity.py:docstring of discord.Spotify.artists:1 +msgid "The artists of the song being played." msgstr "" -#: discord.channel.CategoryChannel:1 of -msgid "Represents a Discord channel category." -msgstr "Discordのチャンネルカテゴリを表します。" +#: ../../../discord/activity.py:docstring of discord.Spotify.artist:1 +msgid "The artist of the song being played." +msgstr "" -#: discord.channel.CategoryChannel:3 of -msgid "These are useful to group channels to logical compartments." +#: ../../../discord/activity.py:docstring of discord.Spotify.artist:3 +msgid "This does not attempt to split the artist information into multiple artists. Useful if there's only a single artist." msgstr "" -#: discord.channel.CategoryChannel:17 of -msgid "Returns the category's hash." -msgstr "カテゴリのハッシュを返します。" +#: ../../../discord/activity.py:docstring of discord.Spotify.album:1 +msgid "The album that the song being played belongs to." +msgstr "" -#: discord.channel.CategoryChannel:21 of -msgid "Returns the category's name." -msgstr "カテゴリの名前を返します。" +#: ../../../discord/activity.py:docstring of discord.Spotify.album_cover_url:1 +msgid "The album cover image URL from Spotify's CDN." +msgstr "" -#: discord.channel.CategoryChannel:25 of -#, fuzzy -msgid "The category name." -msgstr "カテゴリの名前を返します。" +#: ../../../discord/activity.py:docstring of discord.Spotify.track_id:1 +msgid "The track ID used by Spotify to identify this song." +msgstr "" -#: discord.channel.CategoryChannel:31 of -#, fuzzy -msgid "The guild the category belongs to." -msgstr "更新された後のギルド。" +#: ../../../discord/activity.py:docstring of discord.Spotify.track_url:1 +msgid "The track URL to listen on Spotify." +msgstr "" -#: discord.channel.CategoryChannel:37 of -#, fuzzy -msgid "The category channel ID." -msgstr "新しいグループチャンネル。" +#: ../../../discord/activity.py:docstring of discord.Spotify.start:1 +msgid "When the user started playing this song in UTC." +msgstr "" -#: discord.channel.CategoryChannel:43 of -msgid "" -"The position in the category list. This is a number that starts at 0. " -"e.g. the top category is position 0." +#: ../../../discord/activity.py:docstring of discord.Spotify.end:1 +msgid "When the user will stop playing this song in UTC." msgstr "" -#: discord.channel.CategoryChannel.is_nsfw:1 of -#, fuzzy -msgid ":class:`bool`: Checks if the category is NSFW." -msgstr "カテゴリがNSFWであるかを返します。" +#: ../../../discord/activity.py:docstring of discord.Spotify.duration:1 +msgid "The duration of the song being played." +msgstr "" -#: discord.channel.CategoryChannel.edit:18 of -msgid "The new category's name." +#: ../../../discord/activity.py:docstring of discord.Spotify.duration:3 +msgid ":class:`datetime.timedelta`" msgstr "" -#: discord.channel.CategoryChannel.edit:20 of -msgid "The new category's position." +#: ../../../discord/activity.py:docstring of discord.Spotify.party_id:1 +msgid "The party ID of the listening party." msgstr "" -#: discord.channel.CategoryChannel.edit:22 of -msgid "To mark the category as NSFW or not." +#: ../../api.rst:3658 +msgid "VoiceState" msgstr "" -#: discord.channel.CategoryChannel.edit:24 of -msgid "The reason for editing this category. Shows up on the audit log." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:1 +msgid "Represents a Discord user's voice state." msgstr "" -#: discord.channel.CategoryChannel.edit:30 of -msgid "If position is less than 0 or greater than the number of categories." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:5 +msgid "Indicates if the user is currently deafened by the guild." msgstr "" -#: discord.channel.CategoryChannel.edit:31 of -msgid "The overwrite information is not in proper form." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:11 +msgid "Indicates if the user is currently muted by the guild." msgstr "" -#: discord.channel.CategoryChannel.edit:32 of -#, fuzzy -msgid "You do not have permissions to edit the category." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/member.py:docstring of discord.member.VoiceState:17 +msgid "Indicates if the user is currently muted by their own accord." +msgstr "" -#: discord.channel.CategoryChannel.edit:33 of -#, fuzzy -msgid "Editing the category failed." -msgstr "カテゴリの名前を返します。" +#: ../../../discord/member.py:docstring of discord.member.VoiceState:23 +msgid "Indicates if the user is currently deafened by their own accord." +msgstr "" -#: discord.channel.CategoryChannel.edit:35 of -msgid "" -"The newly edited category channel. If the edit was only positional then " -"``None`` is returned instead." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:29 +msgid "Indicates if the user is currently streaming via 'Go Live' feature." msgstr "" -#: discord.channel.CategoryChannel.edit:37 of -#, fuzzy -msgid "Optional[:class:`.CategoryChannel`]" -msgstr ":class:`~discord.User`" +#: ../../../discord/member.py:docstring of discord.member.VoiceState:37 +msgid "Indicates if the user is currently broadcasting video." +msgstr "" -#: discord.CategoryChannel.channels:1 of -msgid "Returns the channels that are under this category." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:43 +msgid "Indicates if the user is suppressed from speaking." msgstr "" -#: discord.CategoryChannel.channels:3 of -msgid "" -"These are sorted by the official Discord UI, which places voice channels " -"below the text channels." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:53 +msgid "An aware datetime object that specifies the date and time in UTC that the member requested to speak. It will be ``None`` if they are not requesting to speak anymore or have been accepted to speak." msgstr "" -#: discord.CategoryChannel.text_channels:1 of -msgid "Returns the text channels that are under this category." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:57 +msgid "Only applicable to stage channels." msgstr "" -#: discord.CategoryChannel.voice_channels:1 of -msgid "Returns the voice channels that are under this category." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:65 +msgid "Indicates if the user is currently in the AFK channel in the guild." msgstr "" -#: discord.CategoryChannel.stage_channels:1 of -msgid "Returns the stage channels that are under this category." +#: ../../../discord/member.py:docstring of discord.member.VoiceState:71 +msgid "The voice channel that the user is currently connected to. ``None`` if the user is not currently in a voice channel." msgstr "" -#: discord.channel.CategoryChannel.create_text_channel:3 of -msgid "" -"A shortcut method to :meth:`Guild.create_text_channel` to create a " -":class:`TextChannel` in the category." +#: ../../api.rst:3666 +msgid "Emoji" msgstr "" -#: discord.channel.CategoryChannel.create_voice_channel:3 of -msgid "" -"A shortcut method to :meth:`Guild.create_voice_channel` to create a " -":class:`VoiceChannel` in the category." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:1 +msgid "Represents a custom emoji." msgstr "" -#: discord.channel.CategoryChannel.create_stage_channel:3 of -msgid "" -"A shortcut method to :meth:`Guild.create_stage_channel` to create a " -":class:`StageChannel` in the category." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:10 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:12 +msgid "Checks if two emoji are the same." msgstr "" -#: ../../api.rst:3760 -msgid "DMChannel" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:14 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:16 +msgid "Checks if two emoji are not the same." msgstr "" -#: discord.channel.DMChannel:1 of -msgid "Represents a Discord direct message channel." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:18 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:20 +msgid "Return the emoji's hash." msgstr "" -#: discord.channel.DMChannel:19 discord.channel.GroupChannel:19 of -msgid "Returns a string representation of the channel" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:22 +msgid "Returns an iterator of ``(field, value)`` pairs. This allows this class to be used as an iterable in list/dict/etc constructions." msgstr "" -#: discord.channel.DMChannel:23 of -msgid "" -"The user you are participating with in the direct message channel. If " -"this channel is received through the gateway, the recipient information " -"may not be always available." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:27 +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:24 +msgid "Returns the emoji rendered for discord." msgstr "" -#: discord.channel.DMChannel:37 of -#, fuzzy -msgid "The direct message channel ID." -msgstr "削除されたメッセージ。" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:31 +msgid "The name of the emoji." +msgstr "" -#: discord.DMChannel.created_at:1 of -msgid "Returns the direct message channel's creation time in UTC." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:43 +msgid "If colons are required to use this emoji in the client (:PJSalt: vs PJSalt)." msgstr "" -#: discord.channel.DMChannel.permissions_for:1 -#: discord.channel.GroupChannel.permissions_for:1 of -msgid "Handles permission resolution for a :class:`User`." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:49 +msgid "Whether an emoji is animated or not." msgstr "" -#: discord.channel.DMChannel.permissions_for:3 -#: discord.channel.GroupChannel.permissions_for:3 of -msgid "This function is there for compatibility with other channel types." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:55 +msgid "If this emoji is managed by a Twitch integration." msgstr "" -#: discord.channel.DMChannel.permissions_for:5 -#: discord.channel.GroupChannel.permissions_for:5 of -msgid "Actual direct messages do not really have the concept of permissions." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:61 +msgid "The guild ID the emoji belongs to." msgstr "" -#: discord.channel.DMChannel.permissions_for:7 -#: discord.channel.GroupChannel.permissions_for:7 of -msgid "This returns all the Text related permissions set to ``True`` except:" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:67 +msgid "Whether the emoji is available for use." msgstr "" -#: discord.channel.DMChannel.permissions_for:9 -#: discord.channel.GroupChannel.permissions_for:9 of -msgid "" -":attr:`~Permissions.send_tts_messages`: You cannot send TTS messages in a" -" DM." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji:73 +msgid "The user that created the emoji. This can only be retrieved using :meth:`Guild.fetch_emoji` and having the :attr:`~Permissions.manage_emojis` permission." msgstr "" -#: discord.channel.DMChannel.permissions_for:10 -#: discord.channel.GroupChannel.permissions_for:10 of -msgid "" -":attr:`~Permissions.manage_messages`: You cannot delete others messages " -"in a DM." +#: ../../../discord/emoji.py:docstring of discord.Emoji.created_at:1 +msgid "Returns the emoji's creation time in UTC." msgstr "" -#: discord.channel.DMChannel.permissions_for:16 of -msgid "" -"The user to check permissions for. This parameter is ignored but kept for" -" compatibility with other ``permissions_for`` methods." +#: ../../../discord/emoji.py:docstring of discord.Emoji.url:1 +msgid "Returns the URL of the emoji." msgstr "" -#: discord.channel.DMChannel.permissions_for:20 of -msgid "The resolved permissions." +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:1 +msgid "A :class:`list` of roles that is allowed to use this emoji." msgstr "" -#: ../../api.rst:3773 -msgid "GroupChannel" +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:3 +msgid "If roles is empty, the emoji is unrestricted." msgstr "" -#: discord.channel.GroupChannel:1 of -msgid "Represents a Discord group channel." +#: ../../../discord/emoji.py:docstring of discord.Emoji.guild:1 +msgid "The guild this emoji belongs to." msgstr "" -#: discord.channel.GroupChannel:23 of -msgid "The users you are participating with in the group channel." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.is_usable:1 +msgid ":class:`bool`: Whether the bot can use this emoji." msgstr "" -#: discord.channel.GroupChannel:25 of -msgid "List[:class:`User`]" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.delete:3 +msgid "Deletes the custom emoji." msgstr "" -#: discord.channel.GroupChannel:35 of -#, fuzzy -msgid "The group channel ID." -msgstr "新しいグループチャンネル。" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:3 +msgid "Edits the custom emoji." +msgstr "" -#: discord.channel.GroupChannel:41 of -#, fuzzy -msgid "The user that owns the group channel." -msgstr "新しいグループチャンネル。" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:8 +msgid "The newly updated emoji is returned." +msgstr "" -#: discord.channel.GroupChannel:47 of -#, fuzzy -msgid "The owner ID that owns the group channel." -msgstr "新しいグループチャンネル。" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:11 +msgid "The new emoji name." +msgstr "" -#: discord.channel.GroupChannel:55 of -#, fuzzy -msgid "The group channel's name if provided." -msgstr "更新されたグループチャンネルの更新後情報。" +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:13 +msgid "A list of roles that can use this emoji. An empty list can be passed to make it available to everyone." +msgstr "" -#: discord.GroupChannel.icon:1 of -msgid "Returns the channel's icon asset if available." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:15 +msgid "The reason for editing this emoji. Shows up on the audit log." msgstr "" -#: discord.channel.GroupChannel.permissions_for:12 of -msgid "This also checks the kick_members permission if the user is the owner." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:18 +msgid "You are not allowed to edit emojis." msgstr "" -#: discord.channel.GroupChannel.permissions_for:18 of -msgid "The user to check permissions for." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:19 +msgid "An error occurred editing the emoji." msgstr "" -#: discord.channel.GroupChannel.permissions_for:21 of -msgid "The resolved permissions for the user." +#: ../../../discord/emoji.py:docstring of discord.emoji.Emoji.edit:21 +msgid "The newly updated emoji." msgstr "" -#: discord.channel.GroupChannel.leave:3 of -msgid "Leave the group." +#: ../../api.rst:3675 +msgid "PartialEmoji" msgstr "" -#: discord.channel.GroupChannel.leave:5 of -msgid "If you are the only one in the group, this deletes it as well." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:1 +msgid "Represents a \"partial\" emoji." msgstr "" -#: discord.channel.GroupChannel.leave:7 of -msgid "Leaving the group failed." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:3 +msgid "This model will be given in two scenarios:" msgstr "" -#: ../../api.rst:3786 -msgid "PartialInviteGuild" +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:5 +msgid "\"Raw\" data events such as :func:`on_raw_reaction_add`" msgstr "" -#: discord.invite.PartialInviteGuild:1 of -msgid "Represents a \"partial\" invite guild." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:6 +msgid "Custom emoji that the bot cannot see from e.g. :attr:`Message.reactions`" msgstr "" -#: discord.invite.PartialInviteChannel:3 discord.invite.PartialInviteGuild:3 of -msgid "" -"This model will be given when the user is not part of the guild the " -":class:`Invite` resolves to." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:28 +msgid "The custom emoji name, if applicable, or the unicode codepoint of the non-custom emoji. This can be ``None`` if the emoji got deleted (e.g. removing a reaction with a deleted emoji)." msgstr "" -#: discord.invite.PartialInviteGuild:10 of -msgid "Checks if two partial guilds are the same." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:36 +msgid "Whether the emoji is animated or not." msgstr "" -#: discord.invite.PartialInviteGuild:14 of -msgid "Checks if two partial guilds are not the same." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji:42 +msgid "The ID of the custom emoji, if applicable." msgstr "" -#: discord.invite.PartialInviteGuild:18 of -msgid "Return the partial guild's hash." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:1 +msgid "Converts a Discord string representation of an emoji to a :class:`PartialEmoji`." msgstr "" -#: discord.invite.PartialInviteGuild:22 of -msgid "Returns the partial guild's name." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:3 +msgid "The formats accepted are:" msgstr "" -#: discord.invite.PartialInviteGuild:26 -#: discord.webhook.async_.PartialWebhookGuild:15 of -msgid "The partial guild's name." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:5 +msgid "``a:name:id``" msgstr "" -#: discord.invite.PartialInviteGuild:32 -#: discord.webhook.async_.PartialWebhookGuild:9 of -#, fuzzy -msgid "The partial guild's ID." -msgstr "ギルドのウィジェット。" +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:6 +msgid "````" +msgstr "" -#: discord.invite.PartialInviteGuild:38 of -msgid "The partial guild's verification level." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:7 +msgid "``name:id``" msgstr "" -#: discord.invite.PartialInviteGuild:44 of -msgid "" -"A list of features the guild has. See :attr:`Guild.features` for more " -"information." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:8 +msgid "``<:name:id>``" msgstr "" -#: discord.invite.PartialInviteGuild:50 of -msgid "The partial guild's description." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:10 +msgid "If the format does not match then it is assumed to be a unicode emoji." msgstr "" -#: ../../api.rst:3794 -msgid "PartialInviteChannel" +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:14 +msgid "The string representation of an emoji." msgstr "" -#: discord.invite.PartialInviteChannel:1 of -msgid "Represents a \"partial\" invite channel." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:17 +msgid "The partial emoji from this string." msgstr "" -#: discord.invite.PartialInviteChannel:10 discord.widget.WidgetChannel:7 of -msgid "Checks if two partial channels are the same." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.from_str:18 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:32 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:27 +msgid ":class:`PartialEmoji`" msgstr "" -#: discord.invite.PartialInviteChannel:14 discord.widget.WidgetChannel:11 of -msgid "Checks if two partial channels are not the same." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.is_custom_emoji:1 +msgid ":class:`bool`: Checks if this is a custom non-Unicode emoji." msgstr "" -#: discord.invite.PartialInviteChannel:18 discord.widget.WidgetChannel:15 of -msgid "Return the partial channel's hash." +#: ../../../discord/partial_emoji.py:docstring of discord.partial_emoji.PartialEmoji.is_unicode_emoji:1 +msgid ":class:`bool`: Checks if this is a Unicode emoji." msgstr "" -#: discord.invite.PartialInviteChannel:22 discord.widget.WidgetChannel:19 of -msgid "Returns the partial channel's name." +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.created_at:1 +msgid "Returns the emoji's creation time in UTC, or None if Unicode emoji." msgstr "" -#: discord.invite.PartialInviteChannel:26 -#: discord.webhook.async_.PartialWebhookChannel:15 of -#, fuzzy -msgid "The partial channel's name." -msgstr "更新されたギルドの更新後情報。" +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.url:1 +msgid "Returns the URL of the emoji, if it is custom." +msgstr "" -#: discord.invite.PartialInviteChannel:32 -#: discord.webhook.async_.PartialWebhookChannel:9 of -#, fuzzy -msgid "The partial channel's ID." -msgstr "更新されたギルドの更新前情報。" +#: ../../../discord/partial_emoji.py:docstring of discord.PartialEmoji.url:3 +msgid "If this isn't a custom emoji then an empty string is returned" +msgstr "" -#: discord.invite.PartialInviteChannel:38 of -#, fuzzy -msgid "The partial channel's type." -msgstr "更新されたギルドの更新後情報。" +#: ../../api.rst:3684 +msgid "Role" +msgstr "Role" -#: ../../api.rst:3802 -msgid "Invite" +#: ../../../discord/role.py:docstring of discord.role.Role:1 +msgid "Represents a Discord role in a :class:`Guild`." msgstr "" -#: discord.invite.Invite:1 of -msgid "Represents a Discord :class:`Guild` or :class:`abc.GuildChannel` invite." +#: ../../../discord/role.py:docstring of discord.role.Role:7 +msgid "Checks if two roles are equal." msgstr "" -#: discord.invite.Invite:10 of -msgid "Checks if two invites are equal." +#: ../../../discord/role.py:docstring of discord.role.Role:11 +msgid "Checks if two roles are not equal." msgstr "" -#: discord.invite.Invite:14 of -msgid "Checks if two invites are not equal." +#: ../../../discord/role.py:docstring of discord.role.Role:15 +msgid "Checks if a role is higher than another in the hierarchy." msgstr "" -#: discord.invite.Invite:18 of -msgid "Returns the invite hash." +#: ../../../discord/role.py:docstring of discord.role.Role:19 +msgid "Checks if a role is lower than another in the hierarchy." msgstr "" -#: discord.invite.Invite:22 of -msgid "Returns the invite URL." +#: ../../../discord/role.py:docstring of discord.role.Role:23 +msgid "Checks if a role is higher or equal to another in the hierarchy." msgstr "" -#: discord.invite.Invite:24 of -msgid "The following table illustrates what methods will obtain the attributes:" +#: ../../../discord/role.py:docstring of discord.role.Role:27 +msgid "Checks if a role is lower or equal to another in the hierarchy." msgstr "" -#: discord.invite.Invite:27 of -msgid "Attribute" -msgstr "" +#: ../../../discord/role.py:docstring of discord.role.Role:31 +msgid "Return the role's hash." +msgstr "役職のハッシュを返します。" -#: discord.invite.Invite:27 of -msgid "Method" -msgstr "" +#: ../../../discord/role.py:docstring of discord.role.Role:35 +msgid "Returns the role's name." +msgstr "役職の名前を返します。" -#: discord.invite.Invite:29 of -msgid ":attr:`max_age`" -msgstr ":attr:`max_age`" +#: ../../../discord/role.py:docstring of discord.role.Role:39 +msgid "The ID for the role." +msgstr "ロールのID。" -#: discord.invite.Invite:29 discord.invite.Invite:31 discord.invite.Invite:33 -#: discord.invite.Invite:35 discord.invite.Invite:37 of -msgid ":meth:`abc.GuildChannel.invites`\\, :meth:`Guild.invites`" -msgstr "" +#: ../../../discord/role.py:docstring of discord.role.Role:45 +msgid "The name of the role." +msgstr "ロールの名前。" -#: discord.invite.Invite:31 of -msgid ":attr:`max_uses`" -msgstr ":attr:`max_uses`" +#: ../../../discord/role.py:docstring of discord.role.Role:51 +msgid "The guild the role belongs to." +msgstr "ロールが属するギルド。" -#: discord.invite.Invite:33 of -msgid ":attr:`created_at`" -msgstr ":attr:`created_at`" +#: ../../../discord/role.py:docstring of discord.role.Role:57 +msgid "Indicates if the role will be displayed separately from other members." +msgstr "" -#: discord.invite.Invite:35 of -msgid ":attr:`temporary`" -msgstr ":attr:`temporary`" +#: ../../../discord/role.py:docstring of discord.role.Role:63 +msgid "The position of the role. This number is usually positive. The bottom role has a position of 0." +msgstr "" -#: discord.invite.Invite:37 of -msgid ":attr:`uses`" -msgstr ":attr:`uses`" +#: ../../../discord/role.py:docstring of discord.role.Role:68 +msgid "Multiple roles can have the same position number. As a consequence of this, comparing via role position is prone to subtle bugs if checking for role hierarchy. The recommended and correct way to compare for roles in the hierarchy is using the comparison operators on the role objects themselves." +msgstr "" -#: discord.invite.Invite:39 of -msgid ":attr:`approximate_member_count`" -msgstr ":attr:`approximate_member_count`" +#: ../../../discord/role.py:docstring of discord.role.Role:78 +msgid "The role's unicode emoji, if available." +msgstr "" -#: discord.invite.Invite:39 discord.invite.Invite:41 of -msgid ":meth:`Client.fetch_invite` with `with_counts` enabled" +#: ../../../discord/role.py:docstring of discord.role.Role:82 +msgid "If :attr:`icon` is not ``None``, it is displayed as role icon instead of the unicode emoji under this attribute." msgstr "" -#: discord.invite.Invite:41 of -msgid ":attr:`approximate_presence_count`" -msgstr ":attr:`approximate_presence_count`" +#: ../../../discord/role.py:docstring of discord.role.Role:85 +#: ../../../discord/role.py:docstring of discord.Role.icon:7 +msgid "If you want the icon that a role has displayed, consider using :attr:`display_icon`." +msgstr "" -#: discord.invite.Invite:43 of -#, fuzzy -msgid ":attr:`expires_at`" -msgstr ":attr:`created_at`" +#: ../../../discord/role.py:docstring of discord.role.Role:93 +msgid "Indicates if the role is managed by the guild through some form of integrations such as Twitch." +msgstr "" -#: discord.invite.Invite:43 of -msgid ":meth:`Client.fetch_invite` with `with_expiration` enabled" +#: ../../../discord/role.py:docstring of discord.role.Role:100 +msgid "Indicates if the role can be mentioned by users." msgstr "" -#: discord.invite.Invite:46 of -msgid "If it's not in the table above then it is available by all methods." +#: ../../../discord/role.py:docstring of discord.role.Role:106 +msgid "The role tags associated with this role." msgstr "" -#: discord.invite.Invite:50 of -msgid "" -"How long before the invite expires in seconds. A value of ``0`` indicates" -" that it doesn't expire." +#: ../../../discord/role.py:docstring of discord.role.Role:108 +msgid "Optional[:class:`RoleTags`]" msgstr "" -#: discord.invite.Invite:57 of -msgid "The URL fragment used for the invite." +#: ../../../discord/role.py:docstring of discord.role.Role.is_default:1 +msgid ":class:`bool`: Checks if the role is the default role." msgstr "" -#: discord.invite.Invite:63 of -msgid "" -"The guild the invite is for. Can be ``None`` if it's from a group direct " -"message." +#: ../../../discord/role.py:docstring of discord.role.Role.is_bot_managed:1 +#: ../../../discord/role.py:docstring of discord.role.RoleTags.is_bot_managed:1 +msgid ":class:`bool`: Whether the role is associated with a bot." msgstr "" -#: discord.invite.Invite:65 of -msgid "" -"Optional[Union[:class:`Guild`, :class:`Object`, " -":class:`PartialInviteGuild`]]" +#: ../../../discord/role.py:docstring of discord.role.Role.is_premium_subscriber:1 +#: ../../../discord/role.py:docstring of discord.role.RoleTags.is_premium_subscriber:1 +msgid ":class:`bool`: Whether the role is the premium subscriber, AKA \"boost\", role for the guild." msgstr "" -#: discord.invite.Invite:69 of -#, fuzzy -msgid "Indicates if the invite has been revoked." -msgstr "opusライブラリがロードされているかを表します。" +#: ../../../discord/role.py:docstring of discord.role.Role.is_integration:1 +#: ../../../discord/role.py:docstring of discord.role.RoleTags.is_integration:1 +msgid ":class:`bool`: Whether the role is managed by an integration." +msgstr "" -#: discord.invite.Invite:75 of -msgid "An aware UTC datetime object denoting the time the invite was created." +#: ../../../discord/role.py:docstring of discord.role.Role.is_assignable:1 +msgid ":class:`bool`: Whether the role is able to be assigned or removed by the bot." msgstr "" -#: discord.invite.Invite:81 of -msgid "" -"Indicates that the invite grants temporary membership. If ``True``, " -"members who joined via this invite will be kicked upon disconnect." +#: ../../../discord/role.py:docstring of discord.Role.permissions:1 +msgid "Returns the role's permissions." msgstr "" -#: discord.invite.Invite:88 of -msgid "How many times the invite has been used." +#: ../../../discord/role.py:docstring of discord.Role.colour:1 +msgid "Returns the role colour. An alias exists under ``color``." msgstr "" -#: discord.invite.Invite:94 of -msgid "" -"How many times the invite can be used. A value of ``0`` indicates that it" -" has unlimited uses." +#: ../../../discord/role.py:docstring of discord.Role.color:1 +msgid "Returns the role color. An alias exists under ``colour``." +msgstr "役職の色を返します。これのエイリアスとして、``colour`` が存在します。" + +#: ../../../discord/role.py:docstring of discord.Role.icon:1 +msgid "Returns the role's icon asset, if available." msgstr "" -#: discord.invite.Invite:107 of -msgid "The approximate number of members in the guild." +#: ../../../discord/role.py:docstring of discord.Role.icon:4 +msgid "If this is ``None``, the role might instead have unicode emoji as its icon if :attr:`unicode_emoji` is not ``None``." msgstr "" -#: discord.invite.Invite:113 of -msgid "" -"The approximate number of members currently active in the guild. This " -"includes idle, dnd, online, and invisible members. Offline members are " -"excluded." +#: ../../../discord/role.py:docstring of discord.Role.display_icon:1 +msgid "Returns the role's display icon, if available." msgstr "" -#: discord.invite.Invite:120 of -msgid "" -"The expiration date of the invite. If the value is ``None`` when received" -" through `Client.fetch_invite` with `with_expiration` enabled, the invite" -" will never expire." +#: ../../../discord/role.py:docstring of discord.Role.display_icon:5 +msgid "Optional[Union[:class:`.Asset`, :class:`str`]]" msgstr "" -#: discord.invite.Invite:129 of -#, fuzzy -msgid "The channel the invite is for." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/role.py:docstring of discord.Role.created_at:1 +msgid "Returns the role's creation time in UTC." +msgstr "ロールの作成時刻をUTCで返します。" -#: discord.invite.Invite:131 of -#, fuzzy -msgid "" -"Union[:class:`abc.GuildChannel`, :class:`Object`, " -":class:`PartialInviteChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/role.py:docstring of discord.Role.mention:1 +msgid "Returns a string that allows you to mention a role." +msgstr "" -#: discord.invite.Invite:135 of -#, fuzzy -msgid "The type of target for the voice channel invite." -msgstr "権限を確認したいチャンネル。" +#: ../../../discord/role.py:docstring of discord.Role.members:1 +msgid "Returns all the members with this role." +msgstr "このロールを持つすべてのメンバーを返します。" -#: discord.invite.Invite:139 of -#, fuzzy -msgid ":class:`InviteTarget`" -msgstr ":class:`.Invite`" +#: ../../../discord/role.py:docstring of discord.role.Role.edit:3 +msgid "Edits the role." +msgstr "ロールを編集します。" -#: discord.invite.Invite:143 of -#, fuzzy -msgid "The user whose stream to display for this invite, if any." -msgstr ":class:`User` – 招待を作成したユーザー。" +#: ../../../discord/role.py:docstring of discord.role.Role.edit:5 +#: ../../../discord/role.py:docstring of discord.role.Role.delete:5 +msgid "You must have the :attr:`~Permissions.manage_roles` permission to use this." +msgstr "" -#: discord.invite.Invite:151 of -msgid "The embedded application the invite targets, if any." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:13 +msgid "Edits are no longer in-place, the newly edited role is returned instead." msgstr "" -#: discord.invite.Invite:155 of -#, fuzzy -msgid "Optional[:class:`PartialAppInfo`]" -msgstr ":class:`.Guild`" +#: ../../../discord/role.py:docstring of discord.role.Role.edit:23 +msgid "The new role name to change to." +msgstr "変更する新しいロール名。" -#: discord.Invite.id:1 of -msgid "Returns the proper code portion of the invite." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:25 +msgid "The new permissions to change to." +msgstr "変更する新しい権限。" + +#: ../../../discord/role.py:docstring of discord.role.Role.edit:27 +msgid "The new colour to change to. (aliased to color as well)" msgstr "" -#: discord.Invite.url:1 of -msgid "A property that retrieves the invite URL." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:29 +msgid "Indicates if the role should be shown separately in the member list." msgstr "" -#: discord.invite.Invite.delete:3 of -msgid "Revokes the instant invite." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:31 +msgid "A :term:`py:bytes-like object` representing the icon or :class:`str` representing unicode emoji that should be used as a role icon. Could be ``None`` to denote removal of the icon. Only PNG/JPEG is supported. This is only available to guilds that contain ``ROLE_ICONS`` in :attr:`Guild.features`." msgstr "" -#: discord.invite.Invite.delete:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_channels` permission to do " -"this." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:37 +msgid "Indicates if the role should be mentionable by others." msgstr "" -#: discord.invite.Invite.delete:7 of -msgid "The reason for deleting this invite. Shows up on the audit log." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:39 +msgid "The new role's position. This must be below your top role's position or it will fail." msgstr "" -#: ../../api.rst:3810 -msgid "Template" +#: ../../../discord/role.py:docstring of discord.role.Role.edit:42 +msgid "The reason for editing this role. Shows up on the audit log." msgstr "" -#: discord.template.Template:1 of -#, fuzzy -msgid "Represents a Discord template." -msgstr "Discordの埋め込みを表します。" - -#: discord.template.Template:13 of -msgid "How many times the template has been used." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:45 +msgid "You do not have permissions to change the role." msgstr "" -#: discord.template.Template:31 of -#, fuzzy -msgid "The creator of the template." -msgstr "リアクションの現在の状態。" +#: ../../../discord/role.py:docstring of discord.role.Role.edit:46 +msgid "Editing the role failed." +msgstr "ロールの編集に失敗した場合。" -#: discord.template.Template:37 of -msgid "An aware datetime in UTC representing when the template was created." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:47 +msgid "An invalid position was given or the default role was asked to be moved." msgstr "" -#: discord.template.Template:43 of -msgid "" -"An aware datetime in UTC representing when the template was last updated." -" This is referred to as \"last synced\" in the official Discord client." +#: ../../../discord/role.py:docstring of discord.role.Role.edit:49 +msgid "The newly edited role." msgstr "" -#: discord.template.Template:50 of -#, fuzzy -msgid "The source guild." -msgstr "ギルドのID。" +#: ../../../discord/role.py:docstring of discord.role.Role.delete:3 +msgid "Deletes the role." +msgstr "ロールを削除します。" -#: discord.template.Template:56 of -#, fuzzy -msgid "Whether the template has unsynced changes." -msgstr "新しい役職の作成。" +#: ../../../discord/role.py:docstring of discord.role.Role.delete:8 +msgid "The reason for deleting this role. Shows up on the audit log." +msgstr "ロールを削除する理由。監査ログに表示されます。" -#: discord.template.Template.create_guild:3 of -#, fuzzy -msgid "Creates a :class:`.Guild` using the template." -msgstr ":class:`.Guild` を作成します。" +#: ../../../discord/role.py:docstring of discord.role.Role.delete:11 +msgid "You do not have permissions to delete the role." +msgstr "ロールを削除する権限がない場合。" -#: discord.template.Template.create_guild:7 of -msgid "The ``region`` parameter has been removed." +#: ../../../discord/role.py:docstring of discord.role.Role.delete:12 +msgid "Deleting the role failed." +msgstr "ロールの削除に失敗した場合。" + +#: ../../api.rst:3692 +msgid "RoleTags" msgstr "" -#: discord.template.Template.sync:3 of -#, fuzzy -msgid "Sync the template to the guild's current state." -msgstr "新しい役職の作成。" +#: ../../../discord/role.py:docstring of discord.role.RoleTags:1 +msgid "Represents tags on a role." +msgstr "" -#: discord.template.Template.delete:5 discord.template.Template.edit:5 -#: discord.template.Template.sync:5 of -#, fuzzy -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission in the " -"source guild to do this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" +#: ../../../discord/role.py:docstring of discord.role.RoleTags:3 +msgid "A role tag is a piece of extra information attached to a managed role that gives it context for the reason the role is managed." +msgstr "" -#: discord.template.Template.edit:10 discord.template.Template.sync:10 of -msgid "The template is no longer edited in-place, instead it is returned." +#: ../../../discord/role.py:docstring of discord.role.RoleTags:6 +msgid "While this can be accessed, a useful interface is also provided in the :class:`Role` and :class:`Guild` classes as well." msgstr "" -#: discord.template.Template.delete:10 discord.template.Template.edit:18 -#: discord.template.Template.sync:13 of -#, fuzzy -msgid "Editing the template failed." -msgstr "役職の名前を返します。" +#: ../../../discord/role.py:docstring of discord.role.RoleTags:13 +msgid "The bot's user ID that manages this role." +msgstr "" -#: discord.template.Template.delete:11 discord.template.Template.edit:19 -#: discord.template.Template.sync:14 of -#, fuzzy -msgid "You don't have permissions to edit the template." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/role.py:docstring of discord.role.RoleTags:19 +msgid "The integration ID that manages the role." +msgstr "" -#: discord.template.Template.delete:12 discord.template.Template.edit:20 -#: discord.template.Template.sync:15 of -#, fuzzy -msgid "This template does not exist." -msgstr ":exc:`.NotFound` -- 指定のIDを持つユーザーが存在しない。" +#: ../../api.rst:3700 +msgid "PartialMessageable" +msgstr "" -#: discord.template.Template.edit:22 discord.template.Template.sync:17 of -#, fuzzy -msgid "The newly edited template." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:1 +msgid "Represents a partial messageable to aid with working messageable channels when only a channel ID are present." +msgstr "" -#: discord.template.Template.edit:23 discord.template.Template.sync:18 of -#, fuzzy -msgid ":class:`Template`" -msgstr ":class:`.Widget`" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:4 +msgid "The only way to construct this class is through :meth:`Client.get_partial_messageable`." +msgstr "" -#: discord.template.Template.edit:3 of -#, fuzzy -msgid "Edit the template metadata." -msgstr "新しい役職の作成。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:6 +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:11 +msgid "Note that this class is trimmed down and has no rich attributes." +msgstr "" -#: discord.template.Template.edit:13 of -#, fuzzy -msgid "The template's new name." -msgstr "新しい役職の作成。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:14 +msgid "Checks if two partial messageables are equal." +msgstr "" -#: discord.template.Template.edit:15 of -#, fuzzy -msgid "The template's new description." -msgstr "Optional[:class:`str`] -- アプリケーションの説明。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:18 +msgid "Checks if two partial messageables are not equal." +msgstr "" -#: discord.template.Template.delete:3 of -#, fuzzy -msgid "Delete the template." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:22 +msgid "Returns the partial messageable's hash." +msgstr "" -#: discord.Template.url:1 of -#, fuzzy -msgid "The template url." -msgstr "招待コード。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:26 +msgid "The channel ID associated with this partial messageable." +msgstr "" -#: ../../api.rst:3818 -msgid "WidgetChannel" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:32 +msgid "The channel type associated with this partial messageable, if given." msgstr "" -#: discord.widget.WidgetChannel:1 of -msgid "Represents a \"partial\" widget channel." +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable:34 +msgid "Optional[:class:`ChannelType`]" msgstr "" -#: discord.widget.WidgetChannel:23 of -#, fuzzy -msgid "The channel's ID." -msgstr "テキストチャンネル。" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:1 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:1 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:1 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:1 +msgid "Creates a :class:`PartialMessage` from the message ID." +msgstr "" -#: discord.widget.WidgetChannel:35 of -msgid "The channel's position" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:3 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:3 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:3 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:3 +msgid "This is useful if you want to work with a message and only have its ID without doing an unnecessary API call." msgstr "" -#: ../../api.rst:3826 -msgid "WidgetMember" +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:6 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:12 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:8 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:12 +msgid "The message ID to create a partial message for." msgstr "" -#: discord.widget.WidgetMember:1 of -msgid "Represents a \"partial\" member of the widget's guild." +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:9 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:15 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:11 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:15 +msgid "The partial message." msgstr "" -#: discord.widget.WidgetMember:7 of -msgid "Checks if two widget members are the same." +#: ../../../discord/channel.py:docstring of discord.channel.PartialMessageable.get_partial_message:10 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.get_partial_message:16 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.get_partial_message:12 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.get_partial_message:16 +msgid ":class:`PartialMessage`" msgstr "" -#: discord.widget.WidgetMember:11 of -msgid "Checks if two widget members are not the same." +#: ../../api.rst:3709 +msgid "TextChannel" +msgstr "テキストチャンネル" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:1 +msgid "Represents a Discord guild text channel." msgstr "" -#: discord.widget.WidgetMember:15 of -msgid "Return the widget member's hash." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:7 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:7 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:7 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:9 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:9 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:7 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:7 +msgid "Checks if two channels are equal." msgstr "" -#: discord.widget.WidgetMember:19 of -msgid "Returns the widget member's `name#discriminator`." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:11 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:11 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:11 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:13 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:13 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:11 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:11 +msgid "Checks if two channels are not equal." msgstr "" -#: discord.widget.WidgetMember:23 of -#, fuzzy -msgid "The member's ID." -msgstr "メンバーが退席中。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:15 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:15 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:15 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:17 +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:15 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:15 +msgid "Returns the channel's hash." +msgstr "" -#: discord.widget.WidgetMember:29 of -#, fuzzy -msgid "The member's username." -msgstr "メンバーがオンライン。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:19 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:19 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:19 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:21 +msgid "Returns the channel's name." +msgstr "" -#: discord.widget.WidgetMember:35 of -#, fuzzy -msgid "The member's discriminator." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:35 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:35 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:35 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:37 +msgid "The channel ID." +msgstr "チャンネルのID。" -#: discord.widget.WidgetMember:41 of -#, fuzzy -msgid "Whether the member is a bot." -msgstr "メンバーがオンライン。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:41 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:41 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:49 +msgid "The category channel ID this channel belongs to, if applicable." +msgstr "" -#: discord.widget.WidgetMember:47 of -#, fuzzy -msgid "The member's status." -msgstr "メンバーが退席中。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:47 +msgid "The channel's topic. ``None`` if it doesn't exist." +msgstr "" -#: discord.widget.WidgetMember:53 of -#, fuzzy -msgid "The member's nickname." -msgstr "メンバーがオンライン。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:60 +msgid "The last message ID of the message sent to this channel. It may *not* point to an existing or valid message." +msgstr "" -#: discord.widget.WidgetMember:59 of -msgid "The member's avatar hash." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:67 +msgid "The number of seconds a member must wait between sending messages in this channel. A value of `0` denotes that it is disabled. Bots and users with :attr:`~Permissions.manage_channels` or :attr:`~Permissions.manage_messages` bypass slowmode." msgstr "" -#: discord.widget.WidgetMember:65 of -#, fuzzy -msgid "The member's activity." -msgstr "メンバーが退席中。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:76 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:54 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:50 +msgid "If the channel is marked as \"not safe for work\"." +msgstr "" -#: discord.widget.WidgetMember:71 of -msgid "Whether the member is currently deafened." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:80 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:58 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:54 +msgid "To check if the channel or the guild of that channel are marked as NSFW, consider :meth:`is_nsfw` instead." msgstr "" -#: discord.widget.WidgetMember:77 of -msgid "Whether the member is currently muted." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel:86 +msgid "The default auto archive duration in minutes for threads created in this channel." msgstr "" -#: discord.widget.WidgetMember:83 of -msgid "Whether the member is currently being suppressed." +#: ../../../discord/channel.py:docstring of discord.TextChannel.type:1 +#: ../../../discord/threads.py:docstring of discord.Thread.type:1 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.type:1 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.type:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.type:1 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.type:1 +#: ../../../discord/channel.py:docstring of discord.DMChannel.type:1 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.type:1 +msgid "The channel's Discord type." msgstr "" -#: discord.widget.WidgetMember:89 of -#, fuzzy -msgid "Which channel the member is connected to." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +#: ../../../discord/channel.py:docstring of discord.TextChannel.type:3 +#: ../../../discord/threads.py:docstring of discord.Thread.type:3 +#: ../../../discord/channel.py:docstring of discord.StoreChannel.type:3 +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.type:3 +#: ../../../discord/channel.py:docstring of discord.StageChannel.type:3 +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.type:3 +#: ../../../discord/channel.py:docstring of discord.DMChannel.type:3 +#: ../../../discord/channel.py:docstring of discord.GroupChannel.type:3 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:40 +msgid ":class:`ChannelType`" +msgstr ":class:`ChannelType`" -#: discord.widget.WidgetMember:91 of -#, fuzzy -msgid "Optional[:class:`WidgetChannel`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/channel.py:docstring of discord.TextChannel.members:1 +msgid "Returns all members that can see this channel." +msgstr "" -#: discord.WidgetMember.display_name:1 of -#, fuzzy -msgid "Returns the member's display name." -msgstr "役職の名前を返します。" +#: ../../../discord/channel.py:docstring of discord.TextChannel.threads:1 +msgid "Returns all the threads that you can see." +msgstr "" -#: ../../api.rst:3835 -msgid "Widget" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.is_nsfw:1 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.is_nsfw:1 +msgid ":class:`bool`: Checks if the channel is NSFW." msgstr "" -#: discord.widget.Widget:1 of -msgid "Represents a :class:`Guild` widget." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.is_news:1 +msgid ":class:`bool`: Checks if the channel is a news channel." msgstr "" -#: discord.widget.Widget:7 of -msgid "Checks if two widgets are the same." +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:1 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:1 +msgid "Fetches the last message from this channel in cache." msgstr "" -#: discord.widget.Widget:11 of -msgid "Checks if two widgets are not the same." +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:3 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:3 +msgid "The message might not be valid or point to an existing message." msgstr "" -#: discord.widget.Widget:15 of -msgid "Returns the widget's JSON URL." +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:5 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:5 +msgid "Reliable Fetching" msgstr "" -#: discord.widget.Widget:25 of -#, fuzzy -msgid "The guild's name." -msgstr "ギルドのウィジェット。" +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:8 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:8 +msgid "For a slightly more reliable method of fetching the last message, consider using either :meth:`history` or :meth:`fetch_message` with the :attr:`last_message_id` attribute." +msgstr "" -#: discord.widget.Widget:31 of -msgid "The accessible voice channels in the guild." +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:13 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:13 +msgid "The last message in this channel or ``None`` if not found." msgstr "" -#: discord.widget.Widget:33 of -#, fuzzy -msgid "List[:class:`WidgetChannel`]" -msgstr ":class:`str`" +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:14 +#: ../../../discord/threads.py:docstring of discord.Thread.last_message:14 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:25 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:36 +msgid "Optional[:class:`Message`]" +msgstr "Optional[:class:`Message`]" -#: discord.widget.Widget:37 of -msgid "" -"The online members in the server. Offline members do not appear in the " -"widget." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:3 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:3 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:3 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:3 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:3 +msgid "Edits the channel." +msgstr "チャンネルを編集します。" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:5 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:5 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:5 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:5 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:5 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:5 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:5 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:5 +msgid "You must have the :attr:`~Permissions.manage_channels` permission to use this." +msgstr "" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:8 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:8 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:8 +msgid "The ``overwrites`` keyword-only parameter was added." msgstr "" -#: discord.widget.Widget:42 of -msgid "" -"Due to a Discord limitation, if this data is available the users will be " -"\"anonymized\" with linear IDs and discriminator information being " -"incorrect. Likewise, the number of members retrieved is capped." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:11 +msgid "The ``type`` keyword-only parameter was added." msgstr "" -#: discord.Widget.created_at:1 of -msgid "Returns the member's creation time in UTC." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:14 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:8 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:11 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:11 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:11 +msgid "Edits are no longer in-place, the newly edited channel is returned instead." msgstr "" -#: discord.Widget.json_url:1 of -#, fuzzy -msgid "The JSON URL of the widget." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:21 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:15 +msgid "The new channel name." +msgstr "チャンネルの名前。" -#: discord.Widget.invite_url:1 of -msgid "The invite URL for the guild, if available." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:25 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:17 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:27 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:23 +msgid "The new channel's position." +msgstr "チャンネルの位置。" -#: discord.widget.Widget.fetch_invite:3 of -msgid "" -"Retrieves an :class:`Invite` from the widget's invite URL. This is the " -"same as :meth:`Client.fetch_invite`; the invite code is abstracted away." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:29 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:21 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:29 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:25 +msgid "Whether to sync permissions with the channel's new or pre-existing category. Defaults to ``False``." msgstr "" -#: discord.widget.Widget.fetch_invite:7 of -msgid "" -"Whether to include count information in the invite. This fills the " -":attr:`Invite.approximate_member_count` and " -":attr:`Invite.approximate_presence_count` fields." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:32 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:24 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:32 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:28 +msgid "The new category for this channel. Can be ``None`` to remove the category." +msgstr "チャンネルの新しいカテゴリ。カテゴリを削除するには ``None`` を指定できます。" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:35 +msgid "Specifies the slowmode rate limit for user in this channel, in seconds. A value of `0` disables slowmode. The maximum value possible is `21600`." msgstr "" -#: discord.widget.Widget.fetch_invite:12 of -msgid "The invite from the widget's invite URL." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:38 +msgid "Change the type of this text channel. Currently, only conversion between :attr:`ChannelType.text` and :attr:`ChannelType.news` is supported. This is only available to guilds that contain ``NEWS`` in :attr:`Guild.features`." msgstr "" -#: discord.widget.Widget.fetch_invite:13 of -msgid ":class:`Invite`" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:42 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:27 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:35 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:31 +msgid "The reason for editing this channel. Shows up on the audit log." msgstr "" -#: ../../api.rst:3843 -msgid "StickerPack" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:44 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:29 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:37 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:33 +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:26 +msgid "A :class:`Mapping` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel." msgstr "" -#: discord.sticker.StickerPack:1 of -#, fuzzy -msgid "Represents a sticker pack." -msgstr "Discordの埋め込みを表します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:47 +msgid "The new default auto archive duration in minutes for threads created in this channel. Must be one of ``60``, ``1440``, ``4320``, or ``10080``." +msgstr "" -#: discord.sticker.StickerPack:9 of -#, fuzzy -msgid "Returns the name of the sticker pack." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:51 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:35 +msgid "The new ``position`` is less than 0 or greater than the number of channels." +msgstr "" -#: discord.sticker.StickerPack:13 of -msgid "Checks if the sticker pack is equal to another sticker pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:53 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:37 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:51 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:45 +msgid "You do not have permissions to edit the channel." msgstr "" -#: discord.sticker.StickerPack:17 of -msgid "Checks if the sticker pack is not equal to another sticker pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:54 +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:38 +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:52 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:46 +msgid "Editing the channel failed." msgstr "" -#: discord.sticker.StickerPack:21 of -#, fuzzy -msgid "The name of the sticker pack." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:56 +msgid "The newly edited text channel. If the edit was only positional then ``None`` is returned instead." +msgstr "" -#: discord.sticker.StickerPack:27 of -#, fuzzy -msgid "The description of the sticker pack." -msgstr "更新後のメッセージ。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.edit:58 +msgid "Optional[:class:`.TextChannel`]" +msgstr "" -#: discord.sticker.StickerPack:33 of -#, fuzzy -msgid "The id of the sticker pack." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:3 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:3 +msgid "Deletes a list of messages. This is similar to :meth:`Message.delete` except it bulk deletes multiple messages." +msgstr "" -#: discord.sticker.StickerPack:39 of -msgid "The stickers of this sticker pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:6 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:6 +msgid "As a special case, if the number of messages is 0, then nothing is done. If the number of messages is 1 then single message delete is done. If it's more than two, then bulk delete is used." msgstr "" -#: discord.sticker.StickerPack:41 of -#, fuzzy -msgid "List[:class:`StandardSticker`]" -msgstr ":class:`str`" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:10 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:10 +msgid "You cannot bulk delete more than 100 messages or messages that are older than 14 days old." +msgstr "14日以上前のメッセージや100件以上のメッセージを一括削除することはできません。" -#: discord.sticker.StickerPack:45 of -msgid "The SKU ID of the sticker pack." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:13 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:13 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to use this." +msgstr "これを使うには、 :attr:`~Permissions.manage_messages` 権限が必要です。" -#: discord.sticker.StickerPack:51 of -msgid "The ID of the sticker used for the cover of the sticker pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:18 +msgid "``messages`` parameter is now positional-only." msgstr "" -#: discord.sticker.StickerPack:57 of -msgid "The sticker used for the cover of the sticker pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:20 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:14 +msgid "The ``reason`` keyword-only parameter was added." msgstr "" -#: discord.sticker.StickerPack:59 of -#, fuzzy -msgid "Optional[:class:`StandardSticker`]" -msgstr ":class:`str`" - -#: discord.StickerPack.banner:1 of -#, fuzzy -msgid "The banner asset of the sticker pack." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:22 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:18 +msgid "An iterable of messages denoting which ones to bulk delete." +msgstr "一括削除するものを示すメッセージのiterableオブジェクト。" -#: ../../api.rst:3851 -msgid "StickerItem" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:24 +msgid "The reason for deleting the messages. Shows up on the audit log." msgstr "" -#: discord.sticker.StickerItem:1 of -#, fuzzy -msgid "Represents a sticker item." -msgstr "Discordの埋め込みを表します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:27 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:21 +msgid "The number of messages to delete was more than 100." +msgstr "削除するメッセージの数が100以上の場合。" -#: discord.sticker.StickerItem:9 of -#, fuzzy -msgid "Returns the name of the sticker item." -msgstr "ギルドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:28 +msgid "You do not have proper permissions to delete the messages." +msgstr "" -#: discord.sticker.StickerItem:13 of -#, fuzzy -msgid "Checks if the sticker item is equal to another sticker item." -msgstr "認証レベルがあるレベルと同じ、又は緩いか確認します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:29 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:23 +msgid "If single delete, then the message was already deleted." +msgstr "1メッセージのみ削除する時、メッセージが既に削除されていた場合。" -#: discord.sticker.StickerItem:17 of -#, fuzzy -msgid "Checks if the sticker item is not equal to another sticker item." -msgstr "認証レベルがあるレベルと同じ、又は緩いか確認します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.delete_messages:30 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:24 +msgid "Deleting the messages failed." +msgstr "メッセージの削除に失敗した場合。" -#: discord.sticker.GuildSticker:21 discord.sticker.StandardSticker:21 -#: discord.sticker.Sticker:21 discord.sticker.StickerItem:21 of -#, fuzzy -msgid "The sticker's name." -msgstr "役職の名前を返します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:3 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:3 +msgid "Purges a list of messages that meet the criteria given by the predicate ``check``. If a ``check`` is not provided then all messages are deleted without discrimination." +msgstr "" -#: discord.sticker.GuildSticker:27 discord.sticker.StandardSticker:27 -#: discord.sticker.Sticker:27 discord.sticker.StickerItem:27 of -#, fuzzy -msgid "The id of the sticker." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:7 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to delete messages even if they are your own. The :attr:`~Permissions.read_message_history` permission is also needed to retrieve message history." +msgstr "" -#: discord.sticker.GuildSticker:39 discord.sticker.StandardSticker:45 -#: discord.sticker.Sticker:45 discord.sticker.StickerItem:33 of -#, fuzzy -msgid "The format for the sticker's image." -msgstr "リアクションの現在の状態。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:18 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:14 +msgid "Deleting bot's messages ::" +msgstr "Botによるメッセージを削除する ::" -#: discord.sticker.Sticker:51 discord.sticker.StickerItem:39 of -msgid "The URL for the sticker's image." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:26 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:22 +msgid "The number of messages to search through. This is not the number of messages that will be deleted, though it can be." msgstr "" -#: discord.sticker.StickerItem.fetch:3 of -msgid "Attempts to retrieve the full sticker data of the sticker item." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:29 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:25 +msgid "The function used to check if a message should be deleted. It must take a :class:`Message` as its sole parameter." msgstr "" -#: discord.sticker.StickerItem.fetch:8 of -#, fuzzy -msgid "Union[:class:`StandardSticker`, :class:`GuildSticker`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:32 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:28 +msgid "Same as ``before`` in :meth:`history`." +msgstr ":meth:`history` での ``before`` と同じです。" -#: ../../api.rst:3859 -msgid "Sticker" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:34 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:30 +msgid "Same as ``after`` in :meth:`history`." +msgstr ":meth:`history` での ``after`` と同じです。" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:36 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:32 +msgid "Same as ``around`` in :meth:`history`." +msgstr ":meth:`history` での ``around`` と同じです。" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:38 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:34 +msgid "Same as ``oldest_first`` in :meth:`history`." +msgstr ":meth:`history` での ``oldest_first`` と同じです。" + +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:40 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:36 +msgid "If ``True``, use bulk delete. Setting this to ``False`` is useful for mass-deleting a bot's own messages without :attr:`Permissions.manage_messages`. When ``True``, will fall back to single delete if messages are older than two weeks." msgstr "" -#: discord.sticker.Sticker:1 of -#, fuzzy -msgid "Represents a sticker." -msgstr "オーディオストリームを表します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:44 +msgid "The reason for purging the messages. Shows up on the audit log." +msgstr "" -#: discord.sticker.GuildSticker:9 discord.sticker.StandardSticker:9 -#: discord.sticker.Sticker:9 of -#, fuzzy -msgid "Returns the name of the sticker." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:47 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:41 +msgid "You do not have proper permissions to do the actions required." +msgstr "必要なアクションをするための適切な権限がない場合。" -#: discord.sticker.GuildSticker:13 discord.sticker.StandardSticker:13 -#: discord.sticker.Sticker:13 of -#, fuzzy -msgid "Checks if the sticker is equal to another sticker." -msgstr "表現のフィルターのレベルが他のレベルより小さい、または等しいか確認します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:48 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:42 +msgid "Purging the messages failed." +msgstr "メッセージの一括削除に失敗した場合。" -#: discord.sticker.GuildSticker:17 discord.sticker.StandardSticker:17 -#: discord.sticker.Sticker:17 of -#, fuzzy -msgid "Checks if the sticker is not equal to another sticker." -msgstr "表現のフィルターのレベルが他のレベルより小さい、または等しいか確認します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:50 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:44 +msgid "The list of messages that were deleted." +msgstr "削除されたメッセージのlist。" -#: discord.sticker.GuildSticker:33 discord.sticker.StandardSticker:33 -#: discord.sticker.Sticker:33 of -#, fuzzy -msgid "The description of the sticker." -msgstr "更新後のメッセージ。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.purge:51 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:45 +msgid "List[:class:`.Message`]" +msgstr "List[:class:`.Message`]" -#: discord.sticker.StandardSticker:39 discord.sticker.Sticker:39 of -#, fuzzy -msgid "The id of the sticker's pack." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:3 +msgid "Gets the list of webhooks from this channel." +msgstr "チャンネル内のWebhookのリストを取得します。" -#: discord.Sticker.created_at:1 of -#, fuzzy -msgid "Returns the sticker's creation time in UTC." -msgstr "ユーザー名とディスクリミネータを返します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.webhooks:9 +msgid "The webhooks for this channel." +msgstr "チャンネル内のWebhook。" -#: ../../api.rst:3867 -msgid "StandardSticker" -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:3 +msgid "Creates a webhook for this channel." +msgstr "チャンネルに新しいWebhookを作ります。" -#: discord.sticker.StandardSticker:1 of -msgid "Represents a sticker that is found in a standard sticker pack." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:7 +msgid "Added the ``reason`` keyword-only parameter." +msgstr "``reason`` キーワード引数が追加されました。" -#: discord.sticker.StandardSticker:51 of -#, fuzzy -msgid "A list of tags for the sticker." -msgstr "更新前の絵文字のリスト。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:10 +msgid "The webhook's name." +msgstr "Webhookの名前。" -#: discord.sticker.StandardSticker:57 of -msgid "The sticker's sort order within its pack." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:12 +msgid "A :term:`py:bytes-like object` representing the webhook's default avatar. This operates similarly to :meth:`~ClientUser.edit`." msgstr "" -#: discord.sticker.StandardSticker.pack:3 of -msgid "Retrieves the sticker pack that this sticker belongs to." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:15 +msgid "The reason for creating this webhook. Shows up in the audit logs." +msgstr "Webhookを作成する理由。監査ログに表示されます。" -#: discord.sticker.StandardSticker.pack:5 of -msgid "The corresponding sticker pack was not found." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:18 +msgid "Creating the webhook failed." +msgstr "Webhookの作成に失敗した場合。" -#: discord.sticker.StandardSticker.pack:6 of -#, fuzzy -msgid "Retrieving the sticker pack failed." -msgstr ":exc:`.HTTPException` -- ウィジェットの取得に失敗した。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:19 +msgid "You do not have permissions to create a webhook." +msgstr "Webhookを作成する権限を持っていない場合。" -#: discord.sticker.StandardSticker.pack:8 of -msgid "The retrieved sticker pack." -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_webhook:21 +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:28 +msgid "The created webhook." +msgstr "作成されたwebhook。" -#: discord.sticker.StandardSticker.pack:9 of -#, fuzzy -msgid ":class:`StickerPack`" -msgstr ":class:`str`" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:1 +msgid "Follows a channel using a webhook." +msgstr "Webhookを使用してチャンネルをフォローします。" -#: ../../api.rst:3875 -msgid "GuildSticker" -msgstr "" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:3 +msgid "Only news channels can be followed." +msgstr "フォローできるのはニュースチャンネルのみです。" -#: discord.sticker.GuildSticker:1 of -msgid "Represents a sticker that belongs to a guild." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:7 +msgid "The webhook returned will not provide a token to do webhook actions, as Discord does not provide it." msgstr "" -#: discord.sticker.GuildSticker:45 of -msgid "Whether this sticker is available for use." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:16 +msgid "The channel you would like to follow from." msgstr "" -#: discord.sticker.GuildSticker:51 of -#, fuzzy -msgid "The ID of the guild that this sticker is from." -msgstr "メンションが削除されたテキスト。" - -#: discord.sticker.GuildSticker:57 of -msgid "" -"The user that created this sticker. This can only be retrieved using " -":meth:`Guild.fetch_sticker` and having the " -":attr:`~Permissions.manage_emojis_and_stickers` permission." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:18 +msgid "The reason for following the channel. Shows up on the destination guild's audit log. .. versionadded:: 1.4" msgstr "" -#: discord.sticker.GuildSticker:64 of -msgid "The name of a unicode emoji that represents this sticker." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:18 +msgid "The reason for following the channel. Shows up on the destination guild's audit log." msgstr "" -#: ../../docstring discord.GuildSticker.guild:1 of -msgid "" -"The guild that this sticker is from. Could be ``None`` if the bot is not " -"in the guild." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:23 +msgid "Following the channel failed." msgstr "" -#: discord.sticker.GuildSticker.edit:3 of -#, fuzzy -msgid "Edits a :class:`GuildSticker` for the guild." -msgstr "ギルドIDから :class:`.Widget` を取得します。" - -#: discord.sticker.GuildSticker.edit:5 of -msgid "The sticker's new name. Must be at least 2 characters." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:24 +msgid "You do not have the permissions to create a webhook." msgstr "" -#: discord.sticker.GuildSticker.edit:7 of -msgid "The sticker's new description. Can be ``None``." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:25 +msgid "The channel is not a news channel." msgstr "" -#: discord.sticker.GuildSticker.edit:11 of -msgid "The reason for editing this sticker. Shows up on the audit log." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.follow:26 +msgid "The destination channel is not a text channel." msgstr "" -#: discord.sticker.GuildSticker.edit:14 of -#, fuzzy -msgid "You are not allowed to edit stickers." -msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" - -#: discord.sticker.GuildSticker.edit:15 of -msgid "An error occurred editing the sticker." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:3 +msgid "Creates a thread in this text channel." msgstr "" -#: discord.sticker.GuildSticker.edit:17 of -msgid "The newly modified sticker." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:5 +msgid "To create a public thread, you must have :attr:`~discord.Permissions.create_public_threads`. For a private thread, :attr:`~discord.Permissions.create_private_threads` is needed instead." msgstr "" -#: ../../api.rst:3883 -msgid "RawMessageDeleteEvent" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:12 +msgid "A snowflake representing the message to create the thread with. If ``None`` is passed then a private thread is created. Defaults to ``None``." msgstr "" -#: discord.raw_models.RawMessageDeleteEvent:1 of -msgid "Represents the event payload for a :func:`on_raw_message_delete` event." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:19 +msgid "The type of thread to create. If a ``message`` is passed then this parameter is ignored, as a thread created with a message is always a public thread. By default this creates a private thread if this is ``None``." msgstr "" -#: discord.raw_models.RawMessageDeleteEvent:5 of -msgid "The channel ID where the deletion took place." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:25 +msgid "Whether non-modertators can add users to the thread. Only applicable to private threads. Defaults to ``True``." msgstr "" -#: discord.raw_models.RawMessageDeleteEvent:11 of -msgid "The guild ID where the deletion took place, if applicable." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:34 +msgid "Starting the thread failed." msgstr "" -#: discord.raw_models.RawMessageDeleteEvent:17 of -#, fuzzy -msgid "The message ID that got deleted." -msgstr "削除されたメッセージのリスト。" - -#: discord.MessageReference.cached_message:1 -#: discord.raw_models.RawMessageDeleteEvent:23 of -msgid "The cached message, if found in the internal message cache." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:36 +msgid "The created thread" msgstr "" -#: ../../api.rst:3891 -msgid "RawBulkMessageDeleteEvent" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.create_thread:37 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:32 +#: ../../../discord/threads.py:docstring of discord.ThreadMember.thread:3 +msgid ":class:`Thread`" msgstr "" -#: discord.raw_models.RawBulkMessageDeleteEvent:1 of -msgid "" -"Represents the event payload for a :func:`on_raw_bulk_message_delete` " -"event." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:1 +msgid "Returns an :term:`asynchronous iterator` that iterates over all archived threads in the guild, in order of decreasing ID for joined threads, and decreasing :attr:`Thread.archive_timestamp` otherwise." msgstr "" -#: discord.raw_models.RawBulkMessageDeleteEvent:5 of -#, fuzzy -msgid "A :class:`set` of the message IDs that were deleted." -msgstr "削除されたメッセージのリスト。" - -#: discord.raw_models.RawBulkMessageDeleteEvent:7 of -#, fuzzy -msgid "Set[:class:`int`]" -msgstr ":class:`str`" - -#: discord.raw_models.RawBulkMessageDeleteEvent:11 of -msgid "The channel ID where the message got deleted." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:4 +msgid "You must have :attr:`~Permissions.read_message_history` to use this. If iterating over private threads then :attr:`~Permissions.manage_threads` is also required." msgstr "" -#: discord.raw_models.RawBulkMessageDeleteEvent:17 of -msgid "The guild ID where the message got deleted, if applicable." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:9 +msgid "The number of threads to retrieve. If ``None``, retrieves every archived thread in the channel. Note, however, that this would make it a slow operation." msgstr "" -#: discord.raw_models.RawBulkMessageDeleteEvent:23 of -msgid "The cached messages, if found in the internal message cache." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:13 +msgid "Retrieve archived channels before the given date or ID." msgstr "" -#: discord.raw_models.RawBulkMessageDeleteEvent:25 of -#, fuzzy -msgid "List[:class:`Message`]" -msgstr ":class:`bytes`" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:15 +msgid "Whether to retrieve private archived threads." +msgstr "" -#: ../../api.rst:3899 -msgid "RawMessageUpdateEvent" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:17 +msgid "Whether to retrieve private archived threads that you've joined. You cannot set ``joined`` to ``True`` and ``private`` to ``False``." msgstr "" -#: discord.raw_models.RawMessageUpdateEvent:1 of -msgid "Represents the payload for a :func:`on_raw_message_edit` event." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:21 +msgid "You do not have permissions to get archived threads." msgstr "" -#: discord.raw_models.RawMessageUpdateEvent:5 of -#, fuzzy -msgid "The message ID that got updated." -msgstr "Banが解除されたユーザー。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:22 +msgid "The request to get the archived threads failed." +msgstr "" -#: discord.raw_models.RawMessageUpdateEvent:11 of -msgid "The channel ID where the update took place." +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:23 +msgid "`joined`` was set to ``True`` and ``private`` was set to ``False``. You cannot retrieve public archived threads that you have joined." msgstr "" -#: discord.raw_models.RawMessageUpdateEvent:19 of -#, fuzzy -msgid "The guild ID where the message got updated, if applicable." -msgstr "Optional[:class:`Guild`] -- 存在する場合は、接続しているギルドを返します。" +#: ../../../discord/channel.py:docstring of discord.channel.TextChannel.archived_threads:25 +msgid ":class:`Thread` -- The archived threads." +msgstr "" -#: discord.raw_models.RawMessageUpdateEvent:27 of -#, fuzzy -msgid "" -"The raw data given by the `gateway " -"`_" +#: ../../api.rst:3722 +msgid "Thread" msgstr "" -"このイベントの性質は、本質的に生表現のため、データのパラメータは `ゲートウェイ " -"`_ " -"によって与えられた生データと一致します。" -#: discord.raw_models.RawMessageUpdateEvent:33 of -msgid "" -"The cached message, if found in the internal message cache. Represents " -"the message before it is modified by the data in " -":attr:`RawMessageUpdateEvent.data`." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:1 +msgid "Represents a Discord thread." msgstr "" -#: ../../api.rst:3907 -msgid "RawReactionActionEvent" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:7 +msgid "Checks if two threads are equal." msgstr "" -#: discord.raw_models.RawReactionActionEvent:1 of -msgid "" -"Represents the payload for a :func:`on_raw_reaction_add` or " -":func:`on_raw_reaction_remove` event." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:11 +msgid "Checks if two threads are not equal." msgstr "" -#: discord.raw_models.RawReactionActionEvent:6 of -#, fuzzy -msgid "The message ID that got or lost a reaction." -msgstr "リアクションが削除されたメッセージ。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:15 +msgid "Returns the thread's hash." +msgstr "" -#: discord.raw_models.RawReactionActionEvent:12 of -#, fuzzy -msgid "The user ID who added the reaction or whose reaction was removed." -msgstr "リアクションを追加したユーザー。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:19 +msgid "Returns the thread's name." +msgstr "" -#: discord.raw_models.RawReactionActionEvent:18 of -#, fuzzy -msgid "The channel ID where the reaction got added or removed." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:25 +msgid "The thread name." +msgstr "" -#: discord.raw_models.RawReactionActionEvent:24 of -msgid "The guild ID where the reaction got added or removed, if applicable." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:31 +msgid "The guild the thread belongs to." msgstr "" -#: discord.raw_models.RawReactionActionEvent:30 of -msgid "The custom or unicode emoji being used." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:37 +msgid "The thread ID." msgstr "" -#: discord.raw_models.RawReactionActionEvent:36 of -msgid "" -"The member who added the reaction. Only available if `event_type` is " -"`REACTION_ADD` and the reaction is inside a guild." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:43 +msgid "The parent :class:`TextChannel` ID this thread belongs to." msgstr "" -#: discord.raw_models.RawReactionActionEvent:44 of -msgid "" -"The event type that triggered this action. Can be ``REACTION_ADD`` for " -"reaction addition or ``REACTION_REMOVE`` for reaction removal." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:49 +msgid "The user's ID that created this thread." msgstr "" -#: ../../api.rst:3915 -msgid "RawReactionClearEvent" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:55 +msgid "The last message ID of the message sent to this thread. It may *not* point to an existing or valid message." msgstr "" -#: discord.raw_models.RawReactionClearEvent:1 of -msgid "Represents the payload for a :func:`on_raw_reaction_clear` event." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:62 +msgid "The number of seconds a member must wait between sending messages in this thread. A value of `0` denotes that it is disabled. Bots and users with :attr:`~Permissions.manage_channels` or :attr:`~Permissions.manage_messages` bypass slowmode." msgstr "" -#: discord.raw_models.RawReactionClearEmojiEvent:7 -#: discord.raw_models.RawReactionClearEvent:5 of -#, fuzzy -msgid "The message ID that got its reactions cleared." -msgstr "リアクションが削除されたメッセージ。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:71 +msgid "An approximate number of messages in this thread. This caps at 50." +msgstr "" -#: discord.raw_models.RawReactionClearEmojiEvent:13 -#: discord.raw_models.RawReactionClearEvent:11 of -#, fuzzy -msgid "The channel ID where the reactions got cleared." -msgstr "リアクションが削除されたメッセージ。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:77 +msgid "An approximate number of members in this thread. This caps at 50." +msgstr "" -#: discord.raw_models.RawReactionClearEmojiEvent:19 -#: discord.raw_models.RawReactionClearEvent:17 of -#, fuzzy -msgid "The guild ID where the reactions got cleared." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:83 +msgid "A thread member representing yourself, if you've joined the thread. This could not be available." +msgstr "" -#: ../../api.rst:3923 -msgid "RawReactionClearEmojiEvent" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:86 +msgid "Optional[:class:`ThreadMember`]" msgstr "" -#: discord.raw_models.RawReactionClearEmojiEvent:1 of -msgid "Represents the payload for a :func:`on_raw_reaction_clear_emoji` event." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:90 +msgid "Whether the thread is archived." msgstr "" -#: discord.raw_models.RawReactionClearEmojiEvent:25 of -msgid "The custom or unicode emoji being removed." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:96 +msgid "Whether the thread is locked." msgstr "" -#: ../../api.rst:3931 -msgid "RawIntegrationDeleteEvent" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:102 +msgid "Whether non-moderators can add other non-moderators to this thread. This is always ``True`` for public threads." msgstr "" -#: discord.raw_models.RawIntegrationDeleteEvent:1 of -msgid "Represents the payload for a :func:`on_raw_integration_delete` event." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:109 +msgid "The user's ID that archived this thread." msgstr "" -#: discord.raw_models.RawIntegrationDeleteEvent:7 of -#, fuzzy -msgid "The ID of the integration that got deleted." -msgstr "連携サービスが更新されたギルド。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread:115 +msgid "The duration in minutes until the thread is automatically archived due to inactivity. Usually a value of 60, 1440, 4320 and 10080." +msgstr "" -#: discord.raw_models.RawIntegrationDeleteEvent:13 of -msgid "The ID of the bot/OAuth2 application for this deleted integration." +#: ../../../discord/threads.py:docstring of discord.threads.Thread:122 +msgid "An aware timestamp of when the thread's archived status was last updated in UTC." msgstr "" -#: discord.raw_models.RawIntegrationDeleteEvent:19 of -#, fuzzy -msgid "The guild ID where the integration got deleted." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../../discord/threads.py:docstring of discord.Thread.parent:1 +msgid "The parent channel this thread belongs to." +msgstr "" -#: ../../api.rst:3939 -msgid "PartialWebhookGuild" +#: ../../../discord/threads.py:docstring of discord.Thread.owner:1 +msgid "The member this thread belongs to." msgstr "" -#: discord.webhook.async_.PartialWebhookGuild:1 of -msgid "Represents a partial guild for webhooks." +#: ../../../discord/threads.py:docstring of discord.Thread.mention:1 +msgid "The string that allows you to mention the thread." msgstr "" -#: discord.webhook.async_.PartialWebhookChannel:3 -#: discord.webhook.async_.PartialWebhookGuild:3 of -msgid "These are typically given for channel follower webhooks." +#: ../../../discord/threads.py:docstring of discord.Thread.members:1 +msgid "A list of thread members in this thread." msgstr "" -#: ../../api.rst:3947 -#, fuzzy -msgid "PartialWebhookChannel" -msgstr "更新されたギルドの更新前情報。" +#: ../../../discord/threads.py:docstring of discord.Thread.members:3 +msgid "This requires :attr:`Intents.members` to be properly filled. Most of the time however, this data is not provided by the gateway and a call to :meth:`fetch_members` is needed." +msgstr "" -#: discord.webhook.async_.PartialWebhookChannel:1 of -#, fuzzy -msgid "Represents a partial channel for webhooks." -msgstr "Discordのチャンネルカテゴリを表します。" +#: ../../../discord/threads.py:docstring of discord.Thread.members:7 +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:11 +msgid "List[:class:`ThreadMember`]" +msgstr "" -#: ../../api.rst:3957 -msgid "Data Classes" -msgstr "データクラス" +#: ../../../discord/threads.py:docstring of discord.Thread.category:1 +msgid "The category channel the parent channel belongs to, if applicable." +msgstr "" -#: ../../api.rst:3959 -msgid "Some classes are just there to be data containers, this lists them." +#: ../../../discord/threads.py:docstring of discord.Thread.category:3 +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:3 +msgid "The parent channel was not cached and returned ``None``." msgstr "" -#: ../../api.rst:3961 -msgid "" -"Unlike :ref:`models ` you are allowed to create most " -"of these yourself, even if they can also be used to hold attributes." +#: ../../../discord/threads.py:docstring of discord.Thread.category:5 +msgid "The parent channel's category." msgstr "" -#: ../../api.rst:3967 -msgid "" -"The only exception to this rule is :class:`Object`, which is made with " -"dynamic attributes in mind." +#: ../../../discord/threads.py:docstring of discord.Thread.category:6 +msgid "Optional[:class:`CategoryChannel`]" msgstr "" -#: ../../api.rst:3972 -msgid "Object" +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:1 +msgid "The category channel ID the parent channel belongs to, if applicable." msgstr "" -#: discord.object.Object:1 of -msgid "Represents a generic Discord object." +#: ../../../discord/threads.py:docstring of discord.Thread.category_id:5 +msgid "The parent channel's category ID." msgstr "" -#: discord.object.Object:3 of -msgid "" -"The purpose of this class is to allow you to create 'miniature' versions " -"of data classes if you want to pass in just an ID. Most functions that " -"take in a specific data class with an ID can also take in this class as a" -" substitute instead. Note that even though this is the case, not all " -"objects (if any) actually inherit from this class." +#: ../../../discord/threads.py:docstring of discord.Thread.created_at:1 +msgid "An aware timestamp of when the thread was created in UTC." msgstr "" -#: discord.object.Object:9 of -msgid "" -"There are also some cases where some websocket events are received in " -":issue:`strange order <21>` and when such events happened you would " -"receive this class rather than the actual data class. These cases are " -"extremely rare." +#: ../../../discord/threads.py:docstring of discord.Thread.created_at:5 +msgid "This timestamp only exists for threads created after 9 January 2022, otherwise returns ``None``." msgstr "" -#: discord.object.Object:18 of -msgid "Checks if two objects are equal." -msgstr "二つのオブジェクトが等しいか比較します。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_private:1 +msgid ":class:`bool`: Whether the thread is a private thread." +msgstr "" -#: discord.object.Object:22 of -msgid "Checks if two objects are not equal." -msgstr "二つのオブジェクトが等しいものでないか比較します。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_private:3 +msgid "A private thread is only viewable by those that have been explicitly invited or have :attr:`~.Permissions.manage_threads`." +msgstr "" -#: discord.object.Object:26 of -msgid "Returns the object's hash." -msgstr "オブジェクトのハッシュを返します。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_news:1 +msgid ":class:`bool`: Whether the thread is a news thread." +msgstr "" -#: discord.object.Object:30 of -#, fuzzy -msgid "The ID of the object." -msgstr "ユーザーのプロフィール。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_news:3 +msgid "A news thread is a thread that has a parent that is a news channel, i.e. :meth:`.TextChannel.is_news` is ``True``." +msgstr "" -#: discord.Object.created_at:1 of -#, fuzzy -msgid "Returns the snowflake's creation time in UTC." -msgstr "役職の名前を返します。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_nsfw:1 +msgid ":class:`bool`: Whether the thread is NSFW or not." +msgstr "" -#: ../../api.rst:3980 -msgid "Embed" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.is_nsfw:3 +msgid "An NSFW thread is a thread that has a parent that is an NSFW channel, i.e. :meth:`.TextChannel.is_nsfw` is ``True``." msgstr "" -#: discord.embeds.Embed:1 of -msgid "Represents a Discord embed." -msgstr "Discordの埋め込みを表します。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:4 +msgid "Since threads do not have their own permissions, they inherit them from the parent channel. This is a convenience method for calling :meth:`~discord.TextChannel.permissions_for` on the parent channel." +msgstr "" -#: discord.embeds.Embed:7 of -msgid "" -"Returns the total size of the embed. Useful for checking if it's within " -"the 6000 character limit." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.permissions_for:14 +msgid "The parent channel was not cached and returned ``None``" msgstr "" -#: discord.embeds.Embed:12 of -#, fuzzy -msgid "Returns whether the embed has any data set." -msgstr "メンバーがオンライン。" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:16 +msgid "Usable only by bot accounts." +msgstr "Botアカウントでのみ使用できます。" -#: discord.embeds.Embed:16 of -msgid "" -"Certain properties return an ``EmbedProxy``, a type that acts similar to " -"a regular :class:`dict` except using dotted access, e.g. " -"``embed.author.icon_url``. If the attribute is invalid or empty, then a " -"special sentinel value is returned, :attr:`Embed.Empty`." -msgstr "" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete_messages:22 +msgid "You do not have proper permissions to delete the messages or you're not using a bot account." +msgstr "メッセージを削除するための適切な権限がないか、ボットアカウントを使用していない場合。" -#: discord.embeds.Embed:22 of -msgid "" -"For ease of use, all parameters that expect a :class:`str` are implicitly" -" casted to :class:`str` for you." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.purge:7 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to delete messages even if they are your own (unless you are a user account). The :attr:`~Permissions.read_message_history` permission is also needed to retrieve message history." msgstr "" -"使いやすさを考慮して、:class:`str` が渡されることを想定されたすべてのパラメータは、暗黙的に :class:`str` " -"にキャストされます。" -#: discord.embeds.Embed:27 of -msgid "The title of the embed. This can be set during initialisation." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:3 +msgid "Edits the thread." msgstr "" -#: discord.embeds.Embed:34 of -msgid "" -"The type of embed. Usually \"rich\". This can be set during " -"initialisation. Possible strings for embed types can be found on " -"discord's `api docs " -"`_" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:5 +msgid "Editing the thread requires :attr:`.Permissions.manage_threads`. The thread creator can also edit ``name``, ``archived`` or ``auto_archive_duration``. Note that if the thread is locked then only those with :attr:`.Permissions.manage_threads` can unarchive a thread." msgstr "" -#: discord.embeds.Embed:43 of -msgid "The description of the embed. This can be set during initialisation." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:10 +msgid "The thread must be unarchived to be edited." msgstr "" -#: discord.embeds.Embed:50 of -msgid "The URL of the embed. This can be set during initialisation." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:12 +msgid "The new name of the thread." msgstr "" -#: discord.embeds.Embed:57 of -msgid "" -"The timestamp of the embed content. This is an aware datetime. If a naive" -" datetime is passed, it is converted to an aware datetime with the local " -"timezone." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:14 +msgid "Whether to archive the thread or not." msgstr "" -#: discord.embeds.Embed:65 of -msgid "" -"The colour code of the embed. Aliased to ``color`` as well. This can be " -"set during initialisation." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:16 +msgid "Whether to lock the thread or not." msgstr "" -#: discord.embeds.Embed:68 of -#, fuzzy -msgid "Union[:class:`Colour`, :class:`int`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: discord.embeds.Embed:72 of -msgid "" -"A special sentinel value used by ``EmbedProxy`` and this class to denote " -"that the value or attribute is empty." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:18 +msgid "Whether non-moderators can add other non-moderators to this thread. Only available for private threads." msgstr "" -#: discord.embeds.Embed:75 of -msgid "Final" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:21 +msgid "The new duration in minutes before a thread is automatically archived for inactivity. Must be one of ``60``, ``1440``, ``4320``, or ``10080``." msgstr "" -#: discord.embeds.Embed.from_dict:1 of -msgid "" -"Converts a :class:`dict` to a :class:`Embed` provided it is in the format" -" that Discord expects it to be in." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:24 +msgid "Specifies the slowmode rate limit for user in this thread, in seconds. A value of ``0`` disables slowmode. The maximum value possible is ``21600``." msgstr "" -#: discord.embeds.Embed.from_dict:4 of -msgid "" -"You can find out about this format in the `official Discord " -"documentation`__." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:28 +msgid "You do not have permissions to edit the thread." msgstr "" -#: discord.embeds.Embed.from_dict:10 of -msgid "The dictionary to convert into an embed." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:29 +msgid "Editing the thread failed." msgstr "" -#: discord.embeds.Embed.copy:1 of -msgid "Returns a shallow copy of the embed." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.edit:31 +msgid "The newly edited thread." msgstr "" -#: discord.Embed.footer:1 of -msgid "Returns an ``EmbedProxy`` denoting the footer contents." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:3 +msgid "Joins this thread." msgstr "" -#: discord.Embed.footer:3 of -msgid "See :meth:`set_footer` for possible values you can access." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:5 +msgid "You must have :attr:`~Permissions.send_messages_in_threads` to join a thread. If the thread is private, :attr:`~Permissions.manage_threads` is also needed." msgstr "" -#: discord.Embed.author:5 discord.Embed.fields:5 discord.Embed.footer:5 -#: discord.Embed.image:10 discord.Embed.provider:5 discord.Embed.thumbnail:10 -#: discord.Embed.video:9 of -msgid "If the attribute has no value then :attr:`Empty` is returned." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:8 +msgid "You do not have permissions to join the thread." msgstr "" -#: discord.embeds.Embed.set_footer:1 of -msgid "Sets the footer for the embed content." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.join:9 +msgid "Joining the thread failed." msgstr "" -#: discord.embeds.Embed.add_field:3 discord.embeds.Embed.insert_field_at:3 -#: discord.embeds.Embed.remove_author:3 discord.embeds.Embed.remove_footer:3 -#: discord.embeds.Embed.set_author:3 discord.embeds.Embed.set_field_at:5 -#: discord.embeds.Embed.set_footer:3 discord.embeds.Embed.set_image:3 -#: discord.embeds.Embed.set_thumbnail:3 of -msgid "" -"This function returns the class instance to allow for fluent-style " -"chaining." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.leave:3 +msgid "Leaves this thread." msgstr "" -#: discord.embeds.Embed.set_footer:6 of -msgid "The footer text." -msgstr "フッターテキスト。" - -#: discord.embeds.Embed.set_footer:8 of -msgid "The URL of the footer icon. Only HTTP(S) is supported." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.leave:5 +msgid "Leaving the thread failed." msgstr "" -#: discord.embeds.Embed.remove_footer:1 of -#, fuzzy -msgid "Clears embed's footer information." -msgstr "Botのアプリケーション情報。" - -#: discord.Embed.image:1 of -msgid "Returns an ``EmbedProxy`` denoting the image contents." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:3 +msgid "Adds a user to this thread." msgstr "" -#: discord.Embed.image:3 discord.Embed.thumbnail:3 of -msgid "Possible attributes you can access are:" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:5 +msgid "You must have :attr:`~Permissions.send_messages_in_threads` to add a user to a thread. If the thread is private then and :attr:`invitable` is ``False`` then :attr:`~Permissions.manage_messages` is required to add a user to the thread." msgstr "" -#: discord.Embed.image:5 discord.Embed.thumbnail:5 of -msgid "``url``" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:9 +msgid "The user to add to the thread." msgstr "" -#: discord.Embed.image:6 discord.Embed.thumbnail:6 of -msgid "``proxy_url``" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:12 +msgid "You do not have permissions to add the user to the thread." msgstr "" -#: discord.Embed.image:7 discord.Embed.thumbnail:7 of -msgid "``width``" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.add_user:13 +msgid "Adding the user to the thread failed." msgstr "" -#: discord.Embed.image:8 discord.Embed.thumbnail:8 of -msgid "``height``" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:3 +msgid "Removes a user from this thread." msgstr "" -#: discord.embeds.Embed.set_image:1 of -msgid "Sets the image for the embed content." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:5 +msgid "You must have :attr:`~Permissions.manage_threads` or be the creator of the thread to remove a user." msgstr "" -#: discord.embeds.Embed.set_image:6 of -msgid "Passing :attr:`Empty` removes the image." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:7 +msgid "The user to remove from the thread." msgstr "" -#: discord.embeds.Embed.set_image:9 of -msgid "The source URL for the image. Only HTTP(S) is supported." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:10 +msgid "You do not have permissions to remove the user from the thread." msgstr "" -#: discord.Embed.thumbnail:1 of -msgid "Returns an ``EmbedProxy`` denoting the thumbnail contents." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.remove_user:11 +msgid "Removing the user from the thread failed." msgstr "" -#: discord.embeds.Embed.set_thumbnail:1 of -msgid "Sets the thumbnail for the embed content." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:3 +msgid "Retrieves a :class:`ThreadMember` for the given user ID." msgstr "" -#: discord.embeds.Embed.set_thumbnail:6 of -msgid "Passing :attr:`Empty` removes the thumbnail." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:5 +msgid "The specified user is not a member of this thread." msgstr "" -#: discord.embeds.Embed.set_thumbnail:9 of -msgid "The source URL for the thumbnail. Only HTTP(S) is supported." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:6 +msgid "Retrieving the member failed." msgstr "" -#: discord.Embed.video:1 of -msgid "Returns an ``EmbedProxy`` denoting the video contents." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:8 +msgid "The thread member from the user ID." msgstr "" -#: discord.Embed.video:3 of -msgid "Possible attributes include:" +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_member:9 +msgid ":class:`ThreadMember`" msgstr "" -#: discord.Embed.video:5 of -msgid "``url`` for the video URL." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.fetch_members:3 +msgid "Retrieves all :class:`ThreadMember` that are in this thread." msgstr "" -#: discord.Embed.video:6 of -msgid "``height`` for the video height." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:3 +msgid "Deletes this thread." msgstr "" -#: discord.Embed.video:7 of -msgid "``width`` for the video width." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:5 +msgid "You must have :attr:`~Permissions.manage_threads` to delete threads." msgstr "" -#: discord.Embed.provider:1 of -msgid "Returns an ``EmbedProxy`` denoting the provider contents." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:7 +msgid "You do not have permissions to delete this thread." msgstr "" -#: discord.Embed.provider:3 of -msgid "The only attributes that might be accessed are ``name`` and ``url``." +#: ../../../discord/threads.py:docstring of discord.threads.Thread.delete:8 +msgid "Deleting the thread failed." msgstr "" -#: discord.Embed.author:1 of -msgid "Returns an ``EmbedProxy`` denoting the author contents." +#: ../../api.rst:3735 +msgid "ThreadMember" msgstr "" -#: discord.Embed.author:3 of -msgid "See :meth:`set_author` for possible values you can access." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:1 +msgid "Represents a Discord thread member." msgstr "" -#: discord.embeds.Embed.set_author:1 of -msgid "Sets the author for the embed content." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:7 +msgid "Checks if two thread members are equal." msgstr "" -#: discord.embeds.Embed.set_author:6 of -msgid "The name of the author." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:11 +msgid "Checks if two thread members are not equal." msgstr "" -#: discord.embeds.Embed.set_author:8 of -msgid "The URL for the author." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:15 +msgid "Returns the thread member's hash." msgstr "" -#: discord.embeds.Embed.set_author:10 of -msgid "The URL of the author icon. Only HTTP(S) is supported." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:19 +msgid "Returns the thread member's name." msgstr "" -#: discord.embeds.Embed.remove_author:1 of -#, fuzzy -msgid "Clears embed's author information." -msgstr "Botのアプリケーション情報。" +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:25 +msgid "The thread member's ID." +msgstr "" -#: discord.Embed.fields:1 of -msgid "Returns a :class:`list` of ``EmbedProxy`` denoting the field contents." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:31 +msgid "The thread's ID." msgstr "" -#: discord.Embed.fields:3 of -msgid "See :meth:`add_field` for possible values you can access." +#: ../../../discord/threads.py:docstring of discord.threads.ThreadMember:37 +msgid "The time the member joined the thread in UTC." msgstr "" -#: discord.Embed.fields:7 of -msgid "List[Union[``EmbedProxy``, :attr:`Empty`]]" +#: ../../../discord/threads.py:docstring of discord.ThreadMember.thread:1 +msgid "The thread this member belongs to." msgstr "" -#: discord.embeds.Embed.add_field:1 of -msgid "Adds a field to the embed object." +#: ../../api.rst:3743 +msgid "StoreChannel" msgstr "" -#: discord.embeds.Embed.add_field:6 discord.embeds.Embed.insert_field_at:10 -#: discord.embeds.Embed.set_field_at:10 of -msgid "The name of the field." -msgstr "フィールドの名前。" +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:1 +msgid "Represents a Discord guild store channel." +msgstr "" -#: discord.embeds.Embed.add_field:8 discord.embeds.Embed.insert_field_at:12 -#: discord.embeds.Embed.set_field_at:12 of -msgid "The value of the field." -msgstr "フィールドの値。" +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel:41 +msgid "The category channel ID this channel belongs to." +msgstr "" -#: discord.embeds.Embed.add_field:10 discord.embeds.Embed.insert_field_at:14 -#: discord.embeds.Embed.set_field_at:14 of -msgid "Whether the field should be displayed inline." -msgstr "フィールドをインライン表示するかどうか。" +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:29 +msgid "A :class:`Mapping` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel. .. versionadded:: 1.3" +msgstr "" -#: discord.embeds.Embed.insert_field_at:1 of -msgid "Inserts a field before a specified index to the embed." +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:40 +msgid "The newly edited store channel. If the edit was only positional then ``None`` is returned instead." msgstr "" -#: discord.embeds.Embed.insert_field_at:8 of -msgid "The index of where to insert the field." +#: ../../../discord/channel.py:docstring of discord.channel.StoreChannel.edit:42 +msgid "Optional[:class:`.StoreChannel`]" msgstr "" -#: discord.embeds.Embed.clear_fields:1 of -msgid "Removes all fields from this embed." -msgstr "埋め込みからすべてのフィールドを削除します。" +#: ../../api.rst:3752 +msgid "VoiceChannel" +msgstr "" -#: discord.embeds.Embed.remove_field:1 of -msgid "Removes a field at a specified index." -msgstr "特定のインデックスのフィールドを削除します。" +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:1 +msgid "Represents a Discord guild voice channel." +msgstr "Discordサーバーのボイスチャンネル。" -#: discord.embeds.Embed.remove_field:3 of -msgid "" -"If the index is invalid or out of bounds then the error is silently " -"swallowed." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel:71 +msgid "The type of this attribute has changed to :class:`str`." msgstr "" -#: discord.embeds.Embed.remove_field:8 of -msgid "" -"When deleting a field by index, the index of the other fields shift to " -"fill the gap just like a regular list." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:14 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:14 +msgid "The ``region`` parameter now accepts :class:`str` instead of an enum." msgstr "" -#: discord.embeds.Embed.remove_field:11 of -msgid "The index of the field to remove." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:21 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:21 +msgid "The new channel's name." msgstr "" -#: discord.embeds.Embed.set_field_at:1 of -msgid "Modifies a field to the embed object." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:23 +msgid "The new channel's bitrate." msgstr "" -#: discord.embeds.Embed.set_field_at:3 of -msgid "The index must point to a valid pre-existing field." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:25 +msgid "The new channel's user limit." msgstr "" -#: discord.embeds.Embed.set_field_at:8 of -msgid "The index of the field to modify." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:40 +msgid "The new region for the voice channel's voice communication. A value of ``None`` indicates automatic voice region detection. .. versionadded:: 1.7" msgstr "" -#: discord.embeds.Embed.set_field_at:17 of -#, fuzzy -msgid "An invalid index was provided." -msgstr "招待の更新。" - -#: discord.embeds.Embed.to_dict:1 of -msgid "Converts this embed object into a dict." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:40 +msgid "The new region for the voice channel's voice communication. A value of ``None`` indicates automatic voice region detection." msgstr "" -#: ../../api.rst:3988 -msgid "AllowedMentions" +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:50 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:44 +msgid "If the permission overwrite information is not in proper form." msgstr "" -#: discord.mentions.AllowedMentions:1 of -msgid "A class that represents what mentions are allowed in a message." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:54 +msgid "The newly edited voice channel. If the edit was only positional then ``None`` is returned instead." msgstr "" -#: discord.mentions.AllowedMentions:3 of -msgid "" -"This class can be set during :class:`Client` initialisation to apply to " -"every message sent. It can also be applied on a per message basis via " -":meth:`abc.Messageable.send` for more fine-grained control." +#: ../../../discord/channel.py:docstring of discord.channel.VoiceChannel.edit:56 +msgid "Optional[:class:`.VoiceChannel`]" msgstr "" -#: discord.mentions.AllowedMentions:9 of -msgid "Whether to allow everyone and here mentions. Defaults to ``True``." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.members:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.members:1 +msgid "Returns all members that are currently inside this voice channel." msgstr "" -#: discord.mentions.AllowedMentions:15 of -msgid "" -"Controls the users being mentioned. If ``True`` (the default) then users " -"are mentioned based on the message content. If ``False`` then users are " -"not mentioned at all. If a list of :class:`abc.Snowflake` is given then " -"only the users provided will be mentioned, provided those users are in " -"the message content." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.scheduled_events:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.scheduled_events:1 +msgid "Returns all scheduled events for this channel." msgstr "" -#: discord.mentions.AllowedMentions:21 discord.mentions.AllowedMentions:31 of -#, fuzzy -msgid "Union[:class:`bool`, List[:class:`abc.Snowflake`]]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" - -#: discord.mentions.AllowedMentions:25 of -msgid "" -"Controls the roles being mentioned. If ``True`` (the default) then roles " -"are mentioned based on the message content. If ``False`` then roles are " -"not mentioned at all. If a list of :class:`abc.Snowflake` is given then " -"only the roles provided will be mentioned, provided those roles are in " -"the message content." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:1 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:1 +msgid "Returns a mapping of member IDs who have voice states in this channel." msgstr "" -#: discord.mentions.AllowedMentions:35 of -msgid "" -"Whether to mention the author of the message being replied to. Defaults " -"to ``True``." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:7 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:7 +msgid "This function is intentionally low level to replace :attr:`members` when the member cache is unavailable." msgstr "" -#: discord.mentions.AllowedMentions.all:1 of -msgid "" -"A factory method that returns a :class:`AllowedMentions` with all fields " -"explicitly set to ``True``" +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:10 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:10 +msgid "The mapping of member ID to a voice state." msgstr "" -#: discord.mentions.AllowedMentions.none:1 of -msgid "" -"A factory method that returns a :class:`AllowedMentions` with all fields " -"set to ``False``" +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.voice_states:11 +#: ../../../discord/channel.py:docstring of discord.StageChannel.voice_states:11 +msgid "Mapping[:class:`int`, :class:`VoiceState`]" msgstr "" -#: ../../api.rst:3996 -msgid "MessageReference" +#: ../../api.rst:3761 +msgid "StageChannel" msgstr "" -#: discord.message.MessageReference:1 of -msgid "Represents a reference to a :class:`~discord.Message`." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:1 +msgid "Represents a Discord guild stage channel." msgstr "" -#: discord.message.MessageReference:5 of -msgid "This class can now be constructed by users." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:43 +msgid "The channel's topic. ``None`` if it isn't set." msgstr "" -#: discord.message.MessageReference:10 of -msgid "The id of the message referenced." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:68 +msgid "The channel's limit for number of members that can be in a stage channel." msgstr "" -#: discord.message.MessageReference:16 of -#, fuzzy -msgid "The channel id of the message referenced." -msgstr "更新後のメッセージ。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:74 +msgid "The region for the stage channel's voice communication. A value of ``None`` indicates automatic voice region detection." +msgstr "" -#: discord.message.MessageReference:22 of -msgid "The guild id of the message referenced." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel:81 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:39 +msgid "The camera video quality for the stage channel's participants." msgstr "" -#: discord.message.MessageReference:28 -#: discord.message.MessageReference.from_message:7 of -msgid "" -"Whether replying to the referenced message should raise " -":class:`HTTPException` if the message no longer exists or Discord could " -"not fetch the message." +#: ../../../discord/channel.py:docstring of discord.StageChannel.requesting_to_speak:1 +msgid "A list of members who are requesting to speak in the stage channel." msgstr "" -#: discord.message.MessageReference:37 of -msgid "" -"The message that this reference resolved to. If this is ``None`` then the" -" original message was not fetched either due to the Discord API not " -"attempting to resolve it or it not being available at the time of " -"creation. If the message was resolved at a prior point but has since been" -" deleted then this will be of type :class:`DeletedReferencedMessage`." +#: ../../../discord/channel.py:docstring of discord.StageChannel.speakers:1 +msgid "A list of members who have been permitted to speak in the stage channel." msgstr "" -#: discord.message.MessageReference:43 of -msgid "" -"Currently, this is mainly the replied to message when a user replies to a" -" message." +#: ../../../discord/channel.py:docstring of discord.StageChannel.listeners:1 +msgid "A list of members who are listening in the stage channel." msgstr "" -#: discord.message.MessageReference:47 of -msgid "Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`]]" +#: ../../../discord/channel.py:docstring of discord.StageChannel.moderators:1 +msgid "A list of members who are moderating the stage channel." msgstr "" -#: discord.message.MessageReference.from_message:1 of -msgid "" -"Creates a :class:`MessageReference` from an existing " -":class:`~discord.Message`." +#: ../../../discord/channel.py:docstring of discord.StageChannel.instance:1 +msgid "The running stage instance of the stage channel." msgstr "" -#: discord.message.MessageReference.from_message:5 of -#, fuzzy -msgid "The message to be converted into a reference." -msgstr "メッセージの内容を変更した。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:3 +msgid "Create a stage instance." +msgstr "" -#: discord.message.MessageReference.from_message:7 of -msgid "" -"Whether replying to the referenced message should raise " -":class:`HTTPException` if the message no longer exists or Discord could " -"not fetch the message. .. versionadded:: 1.7" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:10 +msgid "The stage instance's topic." msgstr "" -#: discord.message.MessageReference.from_message:13 of -#, fuzzy -msgid "A reference to the message." -msgstr "更新後のメッセージ。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:12 +msgid "The stage instance's privacy level. Defaults to :attr:`PrivacyLevel.guild_only`." +msgstr "" -#: discord.message.MessageReference.from_message:14 of -#, fuzzy -msgid ":class:`MessageReference`" -msgstr ":class:`bytes`" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:14 +msgid "The reason the stage instance was created. Shows up on the audit log." +msgstr "" -#: discord.MessageReference.cached_message:3 of -#, fuzzy -msgid "Optional[:class:`~discord.Message`]" -msgstr ":class:`~discord.User`" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:17 +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:15 +msgid "If the ``privacy_level`` parameter is not the proper type." +msgstr "" -#: discord.MessageReference.jump_url:1 of -msgid "Returns a URL that allows the client to jump to the referenced message." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:18 +msgid "You do not have permissions to create a stage instance." msgstr "" -#: ../../api.rst:4004 -msgid "PartialMessage" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:19 +msgid "Creating a stage instance failed." msgstr "" -#: discord.message.PartialMessage:1 of -msgid "" -"Represents a partial message to aid with working messages when only a " -"message and channel ID are present." +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:21 +msgid "The newly created stage instance." msgstr "" -#: discord.message.PartialMessage:4 of -msgid "" -"There are two ways to construct this class. The first one is through the " -"constructor itself, and the second is via the following:" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.create_instance:22 +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:11 +msgid ":class:`StageInstance`" msgstr "" -#: discord.message.PartialMessage:7 of -msgid ":meth:`TextChannel.get_partial_message`" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:3 +msgid "Gets the running :class:`StageInstance`." msgstr "" -#: discord.message.PartialMessage:8 of -msgid ":meth:`Thread.get_partial_message`" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.fetch_instance:10 +msgid "The stage instance." msgstr "" -#: discord.message.PartialMessage:9 of -msgid ":meth:`DMChannel.get_partial_message`" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:8 +msgid "The ``topic`` parameter must now be set via :attr:`create_instance`." msgstr "" -#: discord.message.PartialMessage:19 of -#, fuzzy -msgid "Checks if two partial messages are equal." -msgstr "二つのユーザーが等しいかを比較します。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:36 +msgid "The new region for the stage channel's voice communication. A value of ``None`` indicates automatic voice region detection." +msgstr "" -#: discord.message.PartialMessage:23 of -#, fuzzy -msgid "Checks if two partial messages are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:39 +msgid "The camera video quality for the stage channel's participants. .. versionadded:: 2.0" +msgstr "" -#: discord.message.PartialMessage:27 of -#, fuzzy -msgid "Returns the partial message's hash." -msgstr "ユーザーのハッシュ値を返します。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:48 +msgid "The newly edited stage channel. If the edit was only positional then ``None`` is returned instead." +msgstr "" -#: discord.message.PartialMessage:31 of -#, fuzzy -msgid "The channel associated with this partial message." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" +#: ../../../discord/channel.py:docstring of discord.channel.StageChannel.edit:50 +msgid "Optional[:class:`.StageChannel`]" +msgstr "" -#: discord.message.PartialMessage:33 of -#, fuzzy -msgid "" -"Union[:class:`PartialMessageable`, :class:`TextChannel`, :class:`Thread`," -" :class:`DMChannel`]" +#: ../../api.rst:3771 +msgid "StageInstance" msgstr "" -"Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]" -#: discord.PartialMessage.created_at:1 of -#, fuzzy -msgid "The partial message's creation time in UTC." -msgstr "役職の名前を返します。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:1 +msgid "Represents a stage instance of a stage channel in a guild." +msgstr "" -#: ../../docstring discord.PartialMessage.guild:1 of -#, fuzzy -msgid "The guild that the partial message belongs to, if applicable." -msgstr "更新された後のギルド。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:9 +msgid "Checks if two stage instances are equal." +msgstr "" -#: discord.message.PartialMessage.fetch:3 of -msgid "Fetches the partial message to a full :class:`Message`." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:13 +msgid "Checks if two stage instances are not equal." msgstr "" -#: discord.message.PartialMessage.fetch:5 of -#, fuzzy -msgid "The message was not found." -msgstr "作成、または削除されたギルドチャンネル。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:17 +msgid "Returns the stage instance's hash." +msgstr "" -#: discord.message.PartialMessage.fetch:9 of -#, fuzzy -msgid "The full message." -msgstr "削除されたメッセージ。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:21 +msgid "The stage instance's ID." +msgstr "" -#: ../../api.rst:4012 -msgid "SelectOption" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:27 +msgid "The guild that the stage instance is running in." msgstr "" -#: discord.components.SelectOption:1 of -msgid "Represents a select menu's option." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:33 +msgid "The ID of the channel that the stage instance is running in." msgstr "" -#: discord.components.SelectOption:3 of -#, fuzzy -msgid "These can be created by users." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:39 +msgid "The topic of the stage instance." +msgstr "" -#: discord.components.SelectOption:9 discord.ui.select.Select.add_option:6 of -msgid "" -"The label of the option. This is displayed to users. Can only be up to " -"100 characters." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:45 +msgid "The privacy level of the stage instance." msgstr "" -#: discord.components.SelectOption:16 of -msgid "" -"The value of the option. This is not displayed to users. If not provided " -"when constructed then it defaults to the label. Can only be up to 100 " -"characters." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance:51 +msgid "Whether discoverability for the stage instance is disabled." msgstr "" -#: discord.components.SelectOption:24 discord.ui.select.Select.add_option:12 of -msgid "" -"An additional description of the option, if any. Can only be up to 100 " -"characters." +#: ../../docstring of discord.StageInstance.channel:1 +msgid "The channel that stage instance is running in." msgstr "" -#: discord.components.SelectOption:31 of -#, fuzzy -msgid "The emoji of the option, if available." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../docstring of discord.StageInstance.channel:3 +msgid "Optional[:class:`StageChannel`]" +msgstr "" -#: discord.components.SelectOption:33 of -#, fuzzy -msgid "Optional[Union[:class:`str`, :class:`Emoji`, :class:`PartialEmoji`]]" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:3 +msgid "Edits the stage instance." msgstr "" -"Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]" -#: discord.components.SelectOption:37 discord.ui.select.Select.add_option:18 of -#, fuzzy -msgid "Whether this option is selected by default." -msgstr "Discordとの接続を閉じます。" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:8 +msgid "The stage instance's new topic." +msgstr "" -#: ../../api.rst:4020 -#, fuzzy -msgid "Intents" -msgstr "クライアント" +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:10 +msgid "The stage instance's new privacy level." +msgstr "" -#: discord.flags.Intents:1 of -msgid "Wraps up a Discord gateway intent flag." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:12 +msgid "The reason the stage instance was edited. Shows up on the audit log." msgstr "" -#: discord.flags.Intents:3 of -msgid "" -"Similar to :class:`Permissions`\\, the properties provided are two way. " -"You can set and retrieve individual bits using the properties as if they " -"were regular bools." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:16 +msgid "You do not have permissions to edit the stage instance." msgstr "" -#: discord.flags.Intents:7 discord.flags.MemberCacheFlags:12 -#: discord.flags.SystemChannelFlags:7 of -msgid "" -"To construct an object you can pass keyword arguments denoting the flags " -"to enable or disable." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.edit:17 +msgid "Editing a stage instance failed." msgstr "" -#: discord.flags.Intents:10 of -msgid "" -"This is used to disable certain gateway features that are unnecessary to " -"run your bot. To make use of this, it is passed to the ``intents`` " -"keyword argument of :class:`Client`." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:3 +msgid "Deletes the stage instance." msgstr "" -#: discord.flags.Intents:20 discord.flags.MemberCacheFlags:23 -#: discord.flags.MessageFlags:9 discord.flags.SystemChannelFlags:14 of -msgid "Checks if two flags are equal." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:8 +msgid "The reason the stage instance was deleted. Shows up on the audit log." msgstr "" -#: discord.flags.Intents:23 discord.flags.MemberCacheFlags:26 -#: discord.flags.MessageFlags:12 discord.flags.SystemChannelFlags:17 of -msgid "Checks if two flags are not equal." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:11 +msgid "You do not have permissions to delete the stage instance." msgstr "" -#: discord.flags.ApplicationFlags:13 discord.flags.Intents:26 -#: discord.flags.MemberCacheFlags:29 discord.flags.MessageFlags:15 -#: discord.flags.PublicUserFlags:13 discord.flags.SystemChannelFlags:20 of -msgid "Return the flag's hash." +#: ../../../discord/stage_instance.py:docstring of discord.stage_instance.StageInstance.delete:12 +msgid "Deleting the stage instance failed." msgstr "" -#: discord.flags.Intents:29 discord.flags.MemberCacheFlags:32 -#: discord.flags.MessageFlags:18 discord.flags.SystemChannelFlags:23 of -msgid "" -"Returns an iterator of ``(name, value)`` pairs. This allows it to be, for" -" example, constructed as a dict or a list of pairs." +#: ../../api.rst:3779 +msgid "CategoryChannel" msgstr "" -#: discord.flags.ApplicationFlags:24 discord.flags.Intents:34 -#: discord.flags.MemberCacheFlags:37 of -msgid "" -"The raw value. You should query flags via the properties rather than " -"using this raw value." +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:1 +msgid "Represents a Discord channel category." +msgstr "Discordのチャンネルカテゴリを表します。" + +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:3 +msgid "These are useful to group channels to logical compartments." msgstr "" -#: discord.flags.Intents.all:1 of -msgid "A factory method that creates a :class:`Intents` with everything enabled." +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:17 +msgid "Returns the category's hash." +msgstr "カテゴリのハッシュを返します。" + +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:21 +msgid "Returns the category's name." +msgstr "カテゴリの名前を返します。" + +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:25 +msgid "The category name." msgstr "" -#: discord.flags.Intents.none:1 of -msgid "A factory method that creates a :class:`Intents` with everything disabled." +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:31 +msgid "The guild the category belongs to." msgstr "" -#: discord.flags.Intents.default:1 of -msgid "" -"A factory method that creates a :class:`Intents` with everything enabled " -"except :attr:`presences`, :attr:`members`, and :attr:`message_content`." +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:37 +msgid "The category channel ID." msgstr "" -#: ../../docstring discord.Intents.guilds:1 of -msgid "Whether guild related events are enabled." +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel:43 +msgid "The position in the category list. This is a number that starts at 0. e.g. the top category is position 0." msgstr "" -#: ../../docstring discord.Intents.bans:3 discord.Intents.dm_messages:5 -#: discord.Intents.dm_reactions:5 discord.Intents.dm_typing:5 -#: discord.Intents.emojis_and_stickers:5 discord.Intents.guild_messages:5 -#: discord.Intents.guild_reactions:5 discord.Intents.guild_typing:5 -#: discord.Intents.guilds:3 discord.Intents.integrations:3 -#: discord.Intents.invites:3 discord.Intents.members:3 -#: discord.Intents.messages:5 discord.Intents.presences:3 -#: discord.Intents.reactions:5 discord.Intents.typing:5 -#: discord.Intents.voice_states:3 discord.Intents.webhooks:3 of -msgid "This corresponds to the following events:" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.is_nsfw:1 +msgid ":class:`bool`: Checks if the category is NSFW." msgstr "" -#: ../../docstring discord.Intents.guilds:5 of -msgid ":func:`on_guild_join`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:18 +msgid "The new category's name." msgstr "" -#: ../../docstring discord.Intents.guilds:6 of -msgid ":func:`on_guild_remove`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:20 +msgid "The new category's position." msgstr "" -#: ../../docstring discord.Intents.guilds:7 of -msgid ":func:`on_guild_available`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:22 +msgid "To mark the category as NSFW or not." msgstr "" -#: ../../docstring discord.Intents.guilds:8 of -msgid ":func:`on_guild_unavailable`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:24 +msgid "The reason for editing this category. Shows up on the audit log." msgstr "" -#: ../../docstring discord.Intents.guilds:9 of -msgid ":func:`on_guild_channel_update`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:30 +msgid "If position is less than 0 or greater than the number of categories." msgstr "" -#: ../../docstring discord.Intents.guilds:10 of -msgid ":func:`on_guild_channel_create`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:31 +msgid "The overwrite information is not in proper form." msgstr "" -#: ../../docstring discord.Intents.guilds:11 of -msgid ":func:`on_guild_channel_delete`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:32 +msgid "You do not have permissions to edit the category." msgstr "" -#: ../../docstring discord.Intents.guilds:12 of -msgid ":func:`on_guild_channel_pins_update`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:33 +msgid "Editing the category failed." msgstr "" -#: ../../docstring discord.Intents.dm_messages:13 -#: discord.Intents.dm_reactions:14 discord.Intents.emojis_and_stickers:10 -#: discord.Intents.guild_messages:13 discord.Intents.guild_reactions:14 -#: discord.Intents.guilds:14 discord.Intents.members:10 -#: discord.Intents.messages:13 discord.Intents.presences:7 -#: discord.Intents.reactions:14 discord.Intents.voice_states:7 of -msgid "" -"This also corresponds to the following attributes and classes in terms of" -" cache:" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:35 +msgid "The newly edited category channel. If the edit was only positional then ``None`` is returned instead." msgstr "" -#: ../../docstring discord.Intents.guilds:16 of -#, fuzzy -msgid ":attr:`Client.guilds`" -msgstr ":attr:`created_at`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.edit:37 +msgid "Optional[:class:`.CategoryChannel`]" +msgstr "" -#: ../../docstring discord.Intents.guilds:17 of -msgid ":class:`Guild` and all its attributes." +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.channels:1 +msgid "Returns the channels that are under this category." msgstr "" -#: ../../docstring discord.Intents.guilds:18 of -msgid ":meth:`Client.get_channel`" +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.channels:3 +msgid "These are sorted by the official Discord UI, which places voice channels below the text channels." msgstr "" -#: ../../docstring discord.Intents.guilds:19 of -msgid ":meth:`Client.get_all_channels`" +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.text_channels:1 +msgid "Returns the text channels that are under this category." msgstr "" -#: ../../docstring discord.Intents.guilds:21 of -msgid "" -"It is highly advisable to leave this intent enabled for your bot to " -"function." +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.voice_channels:1 +msgid "Returns the voice channels that are under this category." msgstr "" -#: ../../docstring discord.Intents.members:1 of -msgid "Whether guild member related events are enabled." +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.stage_channels:1 +msgid "Returns the stage channels that are under this category." msgstr "" -#: ../../docstring discord.Intents.members:5 of -msgid ":func:`on_member_join`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_text_channel:3 +msgid "A shortcut method to :meth:`Guild.create_text_channel` to create a :class:`TextChannel` in the category." msgstr "" -#: ../../docstring discord.Intents.members:6 of -msgid ":func:`on_member_remove`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_voice_channel:3 +msgid "A shortcut method to :meth:`Guild.create_voice_channel` to create a :class:`VoiceChannel` in the category." msgstr "" -#: ../../docstring discord.Intents.members:7 of -msgid ":func:`on_member_update`" +#: ../../../discord/channel.py:docstring of discord.channel.CategoryChannel.create_stage_channel:3 +msgid "A shortcut method to :meth:`Guild.create_stage_channel` to create a :class:`StageChannel` in the category." msgstr "" -#: ../../docstring discord.Intents.members:8 of -msgid ":func:`on_user_update`" +#: ../../api.rst:3788 +msgid "DMChannel" msgstr "" -#: ../../docstring discord.Intents.members:12 of -msgid ":meth:`Client.get_all_members`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:1 +msgid "Represents a Discord direct message channel." msgstr "" -#: ../../docstring discord.Intents.members:13 of -#, fuzzy -msgid ":meth:`Client.get_user`" -msgstr ":attr:`created_at`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:19 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:19 +msgid "Returns a string representation of the channel" +msgstr "" -#: ../../docstring discord.Intents.members:14 of -msgid ":meth:`Guild.chunk`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:23 +msgid "The user you are participating with in the direct message channel. If this channel is received through the gateway, the recipient information may not be always available." msgstr "" -#: ../../docstring discord.Intents.members:15 of -msgid ":meth:`Guild.fetch_members`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel:37 +msgid "The direct message channel ID." msgstr "" -#: ../../docstring discord.Intents.members:16 of -msgid ":meth:`Guild.get_member`" +#: ../../../discord/channel.py:docstring of discord.DMChannel.created_at:1 +msgid "Returns the direct message channel's creation time in UTC." msgstr "" -#: ../../docstring discord.Intents.members:17 of -#, fuzzy -msgid ":attr:`Guild.members`" -msgstr ":attr:`uses`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:1 +msgid "Handles permission resolution for a :class:`User`." +msgstr "" -#: ../../docstring discord.Intents.members:18 of -#, fuzzy -msgid ":attr:`Member.roles`" -msgstr ":attr:`uses`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:3 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:3 +msgid "This function is there for compatibility with other channel types." +msgstr "" -#: ../../docstring discord.Intents.members:19 of -#, fuzzy -msgid ":attr:`Member.nick`" -msgstr ":attr:`temporary`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:5 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:5 +msgid "Actual direct messages do not really have the concept of permissions." +msgstr "" -#: ../../docstring discord.Intents.members:20 of -msgid ":attr:`Member.premium_since`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:7 +msgid "This returns all the Text related permissions set to ``True`` except:" msgstr "" -#: ../../docstring discord.Intents.members:21 of -#, fuzzy -msgid ":attr:`User.name`" -msgstr ":attr:`uses`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:9 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:9 +msgid ":attr:`~Permissions.send_tts_messages`: You cannot send TTS messages in a DM." +msgstr "" -#: ../../docstring discord.Intents.members:22 of -#, fuzzy -msgid ":attr:`User.avatar`" -msgstr ":attr:`uses`" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:10 +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:10 +msgid ":attr:`~Permissions.manage_messages`: You cannot delete others messages in a DM." +msgstr "" -#: ../../docstring discord.Intents.members:23 of -#, fuzzy -msgid ":attr:`User.discriminator`" -msgstr "識別子" +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:16 +msgid "The user to check permissions for. This parameter is ignored but kept for compatibility with other ``permissions_for`` methods." +msgstr "" -#: ../../docstring discord.Intents.members:25 of -msgid "" -"For more information go to the :ref:`member intent documentation " -"`." +#: ../../../discord/channel.py:docstring of discord.channel.DMChannel.permissions_for:20 +msgid "The resolved permissions." msgstr "" -#: ../../docstring discord.Intents.members:29 -#: discord.Intents.message_content:19 discord.Intents.presences:17 of -msgid "" -"Currently, this requires opting in explicitly via the developer portal as" -" well. Bots in over 100 guilds will need to apply to Discord for " -"verification." +#: ../../api.rst:3801 +msgid "GroupChannel" msgstr "" -#: ../../docstring discord.Intents.bans:1 of -msgid "Whether guild ban related events are enabled." +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:1 +msgid "Represents a Discord group channel." msgstr "" -#: ../../docstring discord.Intents.bans:5 of -msgid ":func:`on_member_ban`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:23 +msgid "The users you are participating with in the group channel." msgstr "" -#: ../../docstring discord.Intents.bans:6 of -msgid ":func:`on_member_unban`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:35 +msgid "The group channel ID." msgstr "" -#: ../../docstring discord.Intents.bans:8 discord.Intents.dm_typing:9 -#: discord.Intents.guild_typing:9 discord.Intents.integrations:10 -#: discord.Intents.invites:8 discord.Intents.typing:9 -#: discord.Intents.webhooks:7 of -msgid "" -"This does not correspond to any attributes or classes in the library in " -"terms of cache." +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:41 +msgid "The user that owns the group channel." msgstr "" -#: ../../docstring discord.Intents.emojis:1 of -#, fuzzy -msgid "Alias of :attr:`.emojis_and_stickers`." -msgstr ":attr:`extreme` のエイリアス。" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:47 +msgid "The owner ID that owns the group channel." +msgstr "" -#: ../../docstring discord.Intents.emojis:3 of -msgid "Changed to an alias." +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel:55 +msgid "The group channel's name if provided." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:1 of -#, fuzzy -msgid "Whether guild emoji and sticker related events are enabled." -msgstr "ギルドで表現のフィルターが有効ではない。" +#: ../../../discord/channel.py:docstring of discord.GroupChannel.icon:1 +msgid "Returns the channel's icon asset if available." +msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:7 of -msgid ":func:`on_guild_emojis_update`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:12 +msgid "This also checks the kick_members permission if the user is the owner." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:8 of -msgid ":func:`on_guild_stickers_update`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:18 +msgid "The user to check permissions for." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:14 of -msgid ":meth:`Client.get_emoji`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.permissions_for:21 +msgid "The resolved permissions for the user." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:15 of -msgid ":meth:`Client.get_sticker`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.leave:3 +msgid "Leave the group." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:16 of -msgid ":meth:`Client.emojis`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.leave:5 +msgid "If you are the only one in the group, this deletes it as well." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:17 of -msgid ":meth:`Client.stickers`" +#: ../../../discord/channel.py:docstring of discord.channel.GroupChannel.leave:7 +msgid "Leaving the group failed." msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:18 of -#, fuzzy -msgid ":attr:`Guild.emojis`" -msgstr ":attr:`uses`" +#: ../../api.rst:3814 +msgid "PartialInviteGuild" +msgstr "" -#: ../../docstring discord.Intents.emojis_and_stickers:19 of -#, fuzzy -msgid ":attr:`Guild.stickers`" -msgstr ":attr:`uses`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:1 +msgid "Represents a \"partial\" invite guild." +msgstr "" -#: ../../docstring discord.Intents.integrations:1 of -msgid "Whether guild integration related events are enabled." +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:3 +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:3 +msgid "This model will be given when the user is not part of the guild the :class:`Invite` resolves to." msgstr "" -#: ../../docstring discord.Intents.integrations:5 of -msgid ":func:`on_guild_integrations_update`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:10 +msgid "Checks if two partial guilds are the same." msgstr "" -#: ../../docstring discord.Intents.integrations:6 of -msgid ":func:`on_integration_create`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:14 +msgid "Checks if two partial guilds are not the same." msgstr "" -#: ../../docstring discord.Intents.integrations:7 of -msgid ":func:`on_integration_update`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:18 +msgid "Return the partial guild's hash." msgstr "" -#: ../../docstring discord.Intents.integrations:8 of -msgid ":func:`on_raw_integration_delete`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:22 +msgid "Returns the partial guild's name." msgstr "" -#: ../../docstring discord.Intents.webhooks:1 of -msgid "Whether guild webhook related events are enabled." +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:26 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:15 +msgid "The partial guild's name." msgstr "" -#: ../../docstring discord.Intents.webhooks:5 of -msgid ":func:`on_webhooks_update`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:32 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:9 +msgid "The partial guild's ID." msgstr "" -#: ../../docstring discord.Intents.invites:1 of -#, fuzzy -msgid "Whether guild invite related events are enabled." -msgstr "ギルドで表現のフィルターが有効ではない。" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:38 +msgid "The partial guild's verification level." +msgstr "" -#: ../../docstring discord.Intents.invites:5 of -msgid ":func:`on_invite_create`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:44 +msgid "A list of features the guild has. See :attr:`Guild.features` for more information." msgstr "" -#: ../../docstring discord.Intents.invites:6 of -msgid ":func:`on_invite_delete`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteGuild:50 +msgid "The partial guild's description." msgstr "" -#: ../../docstring discord.Intents.voice_states:1 of -msgid "Whether guild voice state related events are enabled." +#: ../../api.rst:3822 +msgid "PartialInviteChannel" msgstr "" -#: ../../docstring discord.Intents.voice_states:5 of -msgid ":func:`on_voice_state_update`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:1 +msgid "Represents a \"partial\" invite channel." msgstr "" -#: ../../docstring discord.Intents.voice_states:9 of -#, fuzzy -msgid ":attr:`VoiceChannel.members`" -msgstr ":attr:`Permissions.mute_members`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:10 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:7 +msgid "Checks if two partial channels are the same." +msgstr "" -#: ../../docstring discord.Intents.voice_states:10 of -msgid ":attr:`VoiceChannel.voice_states`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:14 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:11 +msgid "Checks if two partial channels are not the same." msgstr "" -#: ../../docstring discord.Intents.voice_states:11 of -msgid ":attr:`Member.voice`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:18 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:15 +msgid "Return the partial channel's hash." msgstr "" -#: ../../docstring discord.Intents.voice_states:15 of -#, fuzzy -msgid "This intent is required to connect to voice." -msgstr "ボイスチャンネルに接続しているかどうかを表します。" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:22 +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:19 +msgid "Returns the partial channel's name." +msgstr "" -#: ../../docstring discord.Intents.presences:1 of -#, fuzzy -msgid "Whether guild presence related events are enabled." -msgstr "ギルドで表現のフィルターが有効ではない。" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:26 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:15 +msgid "The partial channel's name." +msgstr "" -#: ../../docstring discord.Intents.presences:5 of -msgid ":func:`on_presence_update`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:32 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:9 +msgid "The partial channel's ID." msgstr "" -#: ../../docstring discord.Intents.presences:9 of -msgid ":attr:`Member.activities`" +#: ../../../discord/invite.py:docstring of discord.invite.PartialInviteChannel:38 +msgid "The partial channel's type." msgstr "" -#: ../../docstring discord.Intents.presences:10 of -#, fuzzy -msgid ":attr:`Member.status`" -msgstr ":attr:`max_uses`" +#: ../../api.rst:3830 +msgid "Invite" +msgstr "" -#: ../../docstring discord.Intents.presences:11 of -#, fuzzy -msgid ":attr:`Member.raw_status`" -msgstr ":attr:`max_uses`" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:1 +msgid "Represents a Discord :class:`Guild` or :class:`abc.GuildChannel` invite." +msgstr "" -#: ../../docstring discord.Intents.presences:13 of -msgid "" -"For more information go to the :ref:`presence intent documentation " -"`." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:10 +msgid "Checks if two invites are equal." msgstr "" -#: ../../docstring discord.Intents.messages:1 of -msgid "Whether guild and direct message related events are enabled." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:14 +msgid "Checks if two invites are not equal." msgstr "" -#: ../../docstring discord.Intents.messages:3 of -msgid "" -"This is a shortcut to set or get both :attr:`guild_messages` and " -":attr:`dm_messages`." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:18 +msgid "Returns the invite hash." msgstr "" -#: ../../docstring discord.Intents.messages:7 of -msgid ":func:`on_message` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:22 +msgid "Returns the invite URL." msgstr "" -#: ../../docstring discord.Intents.messages:8 of -msgid ":func:`on_message_edit` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:24 +msgid "The following table illustrates what methods will obtain the attributes:" msgstr "" -#: ../../docstring discord.Intents.messages:9 of -msgid ":func:`on_message_delete` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:27 +msgid "Attribute" msgstr "" -#: ../../docstring discord.Intents.messages:10 of -msgid ":func:`on_raw_message_delete` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:27 +msgid "Method" msgstr "" -#: ../../docstring discord.Intents.messages:11 of -msgid ":func:`on_raw_message_edit` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:29 +msgid ":attr:`max_age`" +msgstr ":attr:`max_age`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:29 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:31 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:33 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:35 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:37 +msgid ":meth:`abc.GuildChannel.invites`\\, :meth:`Guild.invites`" msgstr "" -#: ../../docstring discord.Intents.messages:16 of -#, fuzzy -msgid ":attr:`Client.cached_messages`" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:31 +msgid ":attr:`max_uses`" +msgstr ":attr:`max_uses`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:33 +msgid ":attr:`created_at`" msgstr ":attr:`created_at`" -#: ../../docstring discord.Intents.dm_messages:18 -#: discord.Intents.guild_messages:18 discord.Intents.messages:18 of -msgid "" -"Note that due to an implicit relationship this also corresponds to the " -"following events:" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:35 +msgid ":attr:`temporary`" +msgstr ":attr:`temporary`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:37 +msgid ":attr:`uses`" +msgstr ":attr:`uses`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:39 +msgid ":attr:`approximate_member_count`" +msgstr ":attr:`approximate_member_count`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:39 +#: ../../../discord/invite.py:docstring of discord.invite.Invite:41 +msgid ":meth:`Client.fetch_invite` with `with_counts` enabled" msgstr "" -#: ../../docstring discord.Intents.messages:20 discord.Intents.reactions:7 of -msgid ":func:`on_reaction_add` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:41 +msgid ":attr:`approximate_presence_count`" +msgstr ":attr:`approximate_presence_count`" + +#: ../../../discord/invite.py:docstring of discord.invite.Invite:43 +msgid ":attr:`expires_at`" msgstr "" -#: ../../docstring discord.Intents.messages:21 discord.Intents.reactions:8 of -msgid ":func:`on_reaction_remove` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:43 +msgid ":meth:`Client.fetch_invite` with `with_expiration` enabled" msgstr "" -#: ../../docstring discord.Intents.messages:22 discord.Intents.reactions:9 of -msgid ":func:`on_reaction_clear` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:46 +msgid "If it's not in the table above then it is available by all methods." msgstr "" -#: ../../docstring discord.Intents.guild_messages:1 of -#, fuzzy -msgid "Whether guild message related events are enabled." -msgstr "ギルドで表現のフィルターが有効ではない。" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:50 +msgid "How long before the invite expires in seconds. A value of ``0`` indicates that it doesn't expire." +msgstr "" -#: ../../docstring discord.Intents.guild_messages:3 of -msgid "See also :attr:`dm_messages` for DMs or :attr:`messages` for both." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:57 +msgid "The URL fragment used for the invite." msgstr "" -#: ../../docstring discord.Intents.guild_messages:7 of -msgid ":func:`on_message` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:63 +msgid "The guild the invite is for. Can be ``None`` if it's from a group direct message." msgstr "" -#: ../../docstring discord.Intents.guild_messages:8 of -msgid ":func:`on_message_edit` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:65 +msgid "Optional[Union[:class:`Guild`, :class:`Object`, :class:`PartialInviteGuild`]]" msgstr "" -#: ../../docstring discord.Intents.guild_messages:9 of -msgid ":func:`on_message_delete` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:69 +msgid "Indicates if the invite has been revoked." msgstr "" -#: ../../docstring discord.Intents.guild_messages:10 of -msgid ":func:`on_raw_message_delete` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:75 +msgid "An aware UTC datetime object denoting the time the invite was created." msgstr "" -#: ../../docstring discord.Intents.guild_messages:11 of -msgid ":func:`on_raw_message_edit` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:81 +msgid "Indicates that the invite grants temporary membership. If ``True``, members who joined via this invite will be kicked upon disconnect." msgstr "" -#: ../../docstring discord.Intents.guild_messages:16 of -msgid ":attr:`Client.cached_messages` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:88 +msgid "How many times the invite has been used." msgstr "" -#: ../../docstring discord.Intents.guild_messages:20 -#: discord.Intents.guild_reactions:7 of -msgid ":func:`on_reaction_add` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:94 +msgid "How many times the invite can be used. A value of ``0`` indicates that it has unlimited uses." msgstr "" -#: ../../docstring discord.Intents.guild_messages:21 -#: discord.Intents.guild_reactions:8 of -msgid ":func:`on_reaction_remove` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:107 +msgid "The approximate number of members in the guild." msgstr "" -#: ../../docstring discord.Intents.guild_messages:22 -#: discord.Intents.guild_reactions:9 of -msgid ":func:`on_reaction_clear` (only for guilds)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:113 +msgid "The approximate number of members currently active in the guild. This includes idle, dnd, online, and invisible members. Offline members are excluded." msgstr "" -#: ../../docstring discord.Intents.dm_messages:1 of -msgid "Whether direct message related events are enabled." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:120 +msgid "The expiration date of the invite. If the value is ``None`` when received through `Client.fetch_invite` with `with_expiration` enabled, the invite will never expire." msgstr "" -#: ../../docstring discord.Intents.dm_messages:3 of -msgid "See also :attr:`guild_messages` for guilds or :attr:`messages` for both." +#: ../../../discord/invite.py:docstring of discord.invite.Invite:129 +msgid "The channel the invite is for." msgstr "" -#: ../../docstring discord.Intents.dm_messages:7 of -msgid ":func:`on_message` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:131 +msgid "Union[:class:`abc.GuildChannel`, :class:`Object`, :class:`PartialInviteChannel`]" msgstr "" -#: ../../docstring discord.Intents.dm_messages:8 of -msgid ":func:`on_message_edit` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:135 +msgid "The type of target for the voice channel invite." msgstr "" -#: ../../docstring discord.Intents.dm_messages:9 of -msgid ":func:`on_message_delete` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:139 +msgid ":class:`InviteTarget`" msgstr "" -#: ../../docstring discord.Intents.dm_messages:10 of -msgid ":func:`on_raw_message_delete` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:143 +msgid "The user whose stream to display for this invite, if any." msgstr "" -#: ../../docstring discord.Intents.dm_messages:11 of -msgid ":func:`on_raw_message_edit` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:151 +msgid "The embedded application the invite targets, if any." msgstr "" -#: ../../docstring discord.Intents.dm_messages:16 of -msgid ":attr:`Client.cached_messages` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:155 +msgid "Optional[:class:`PartialAppInfo`]" msgstr "" -#: ../../docstring discord.Intents.dm_messages:20 -#: discord.Intents.dm_reactions:7 of -msgid ":func:`on_reaction_add` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:159 +msgid "The scheduled event associated with this invite, if any." msgstr "" -#: ../../docstring discord.Intents.dm_messages:21 -#: discord.Intents.dm_reactions:8 of -msgid ":func:`on_reaction_remove` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite:167 +msgid "The ID of the scheduled event associated with this invite, if any." msgstr "" -#: ../../docstring discord.Intents.dm_messages:22 -#: discord.Intents.dm_reactions:9 of -msgid ":func:`on_reaction_clear` (only for DMs)" +#: ../../../discord/invite.py:docstring of discord.Invite.id:1 +msgid "Returns the proper code portion of the invite." msgstr "" -#: ../../docstring discord.Intents.reactions:1 of -msgid "Whether guild and direct message reaction related events are enabled." +#: ../../../discord/invite.py:docstring of discord.Invite.url:1 +msgid "A property that retrieves the invite URL." msgstr "" -#: ../../docstring discord.Intents.reactions:3 of -msgid "" -"This is a shortcut to set or get both :attr:`guild_reactions` and " -":attr:`dm_reactions`." +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:1 +msgid "Sets the scheduled event for this invite." msgstr "" -#: ../../docstring discord.Intents.reactions:10 of -msgid ":func:`on_raw_reaction_add` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:5 +msgid "The ID of the scheduled event." msgstr "" -#: ../../docstring discord.Intents.reactions:11 of -msgid ":func:`on_raw_reaction_remove` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:8 +msgid "The invite with the new scheduled event." msgstr "" -#: ../../docstring discord.Intents.reactions:12 of -msgid ":func:`on_raw_reaction_clear` (both guilds and DMs)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite.set_scheduled_event:9 +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:13 +msgid ":class:`Invite`" msgstr "" -#: ../../docstring discord.Intents.reactions:16 of -msgid ":attr:`Message.reactions` (both guild and DM messages)" +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:3 +msgid "Revokes the instant invite." msgstr "" -#: ../../docstring discord.Intents.guild_reactions:1 of -msgid "Whether guild message reaction related events are enabled." +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:5 +msgid "You must have the :attr:`~Permissions.manage_channels` permission to do this." msgstr "" -#: ../../docstring discord.Intents.guild_reactions:3 of -msgid "See also :attr:`dm_reactions` for DMs or :attr:`reactions` for both." +#: ../../../discord/invite.py:docstring of discord.invite.Invite.delete:7 +msgid "The reason for deleting this invite. Shows up on the audit log." msgstr "" -#: ../../docstring discord.Intents.guild_reactions:10 of -msgid ":func:`on_raw_reaction_add` (only for guilds)" +#: ../../api.rst:3838 +msgid "Template" msgstr "" -#: ../../docstring discord.Intents.guild_reactions:11 of -msgid ":func:`on_raw_reaction_remove` (only for guilds)" +#: ../../../discord/template.py:docstring of discord.template.Template:1 +msgid "Represents a Discord template." msgstr "" -#: ../../docstring discord.Intents.guild_reactions:12 of -msgid ":func:`on_raw_reaction_clear` (only for guilds)" +#: ../../../discord/template.py:docstring of discord.template.Template:13 +msgid "How many times the template has been used." msgstr "" -#: ../../docstring discord.Intents.guild_reactions:16 of -msgid ":attr:`Message.reactions` (only for guild messages)" +#: ../../../discord/template.py:docstring of discord.template.Template:31 +msgid "The creator of the template." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:1 of -msgid "Whether direct message reaction related events are enabled." +#: ../../../discord/template.py:docstring of discord.template.Template:37 +msgid "An aware datetime in UTC representing when the template was created." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:3 of -msgid "See also :attr:`guild_reactions` for guilds or :attr:`reactions` for both." +#: ../../../discord/template.py:docstring of discord.template.Template:43 +msgid "An aware datetime in UTC representing when the template was last updated. This is referred to as \"last synced\" in the official Discord client." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:10 of -msgid ":func:`on_raw_reaction_add` (only for DMs)" +#: ../../../discord/template.py:docstring of discord.template.Template:50 +msgid "The source guild." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:11 of -msgid ":func:`on_raw_reaction_remove` (only for DMs)" +#: ../../../discord/template.py:docstring of discord.template.Template:56 +msgid "Whether the template has unsynced changes." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:12 of -msgid ":func:`on_raw_reaction_clear` (only for DMs)" +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:3 +msgid "Creates a :class:`.Guild` using the template." msgstr "" -#: ../../docstring discord.Intents.dm_reactions:16 of -msgid ":attr:`Message.reactions` (only for DM messages)" +#: ../../../discord/template.py:docstring of discord.template.Template.create_guild:7 +msgid "The ``region`` parameter has been removed." msgstr "" -#: ../../docstring discord.Intents.dm_typing:1 discord.Intents.guild_typing:1 -#: discord.Intents.typing:1 of -msgid "Whether guild and direct message typing related events are enabled." +#: ../../../discord/template.py:docstring of discord.template.Template.sync:3 +msgid "Sync the template to the guild's current state." msgstr "" -#: ../../docstring discord.Intents.typing:3 of -msgid "" -"This is a shortcut to set or get both :attr:`guild_typing` and " -":attr:`dm_typing`." +#: ../../../discord/template.py:docstring of discord.template.Template.sync:5 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:5 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission in the source guild to do this." msgstr "" -#: ../../docstring discord.Intents.typing:7 of -msgid ":func:`on_typing` (both guilds and DMs)" +#: ../../../discord/template.py:docstring of discord.template.Template.sync:10 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:10 +msgid "The template is no longer edited in-place, instead it is returned." msgstr "" -#: ../../docstring discord.Intents.guild_typing:3 of -msgid "See also :attr:`dm_typing` for DMs or :attr:`typing` for both." +#: ../../../discord/template.py:docstring of discord.template.Template.sync:13 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:18 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:10 +msgid "Editing the template failed." msgstr "" -#: ../../docstring discord.Intents.guild_typing:7 of -msgid ":func:`on_typing` (only for guilds)" +#: ../../../discord/template.py:docstring of discord.template.Template.sync:14 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:19 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:11 +msgid "You don't have permissions to edit the template." msgstr "" -#: ../../docstring discord.Intents.dm_typing:3 of -msgid "See also :attr:`guild_typing` for guilds or :attr:`typing` for both." +#: ../../../discord/template.py:docstring of discord.template.Template.sync:15 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:20 +#: ../../../discord/template.py:docstring of discord.template.Template.delete:12 +msgid "This template does not exist." msgstr "" -#: ../../docstring discord.Intents.dm_typing:7 of -msgid ":func:`on_typing` (only for DMs)" +#: ../../../discord/template.py:docstring of discord.template.Template.sync:17 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:22 +msgid "The newly edited template." msgstr "" -#: ../../docstring discord.Intents.message_content:1 of -msgid "" -"Whether message content, attachments, embeds and components will be " -"available in messages which do not meet the following criteria:" +#: ../../../discord/template.py:docstring of discord.template.Template.sync:18 +#: ../../../discord/template.py:docstring of discord.template.Template.edit:23 +msgid ":class:`Template`" msgstr "" -#: ../../docstring discord.Intents.message_content:4 of -msgid "The message was sent by the client" +#: ../../../discord/template.py:docstring of discord.template.Template.edit:3 +msgid "Edit the template metadata." msgstr "" -#: ../../docstring discord.Intents.message_content:5 of -msgid "The message was sent in direct messages" +#: ../../../discord/template.py:docstring of discord.template.Template.edit:13 +msgid "The template's new name." msgstr "" -#: ../../docstring discord.Intents.message_content:6 of -msgid "The message mentions the client" +#: ../../../discord/template.py:docstring of discord.template.Template.edit:15 +msgid "The template's new description." msgstr "" -#: ../../docstring discord.Intents.message_content:8 of -msgid "This applies to the following events:" +#: ../../../discord/template.py:docstring of discord.template.Template.delete:3 +msgid "Delete the template." msgstr "" -#: ../../docstring discord.Intents.message_content:10 of -#, fuzzy -msgid ":func:`on_message`" -msgstr ":class:`bytes`" +#: ../../../discord/template.py:docstring of discord.Template.url:1 +msgid "The template url." +msgstr "" -#: ../../docstring discord.Intents.message_content:11 of -msgid ":func:`on_message_edit`" +#: ../../api.rst:3846 +msgid "WidgetChannel" msgstr "" -#: ../../docstring discord.Intents.message_content:12 of -msgid ":func:`on_message_delete`" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:1 +msgid "Represents a \"partial\" widget channel." msgstr "" -#: ../../docstring discord.Intents.message_content:13 of -msgid ":func:`on_raw_message_edit`" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:23 +msgid "The channel's ID." msgstr "" -#: ../../docstring discord.Intents.message_content:15 of -msgid "" -"For more information go to the :ref:`message content intent documentation" -" `." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetChannel:35 +msgid "The channel's position" msgstr "" -#: ../../api.rst:4028 -msgid "MemberCacheFlags" +#: ../../api.rst:3854 +msgid "WidgetMember" msgstr "" -#: discord.flags.MemberCacheFlags:1 of -msgid "Controls the library's cache policy when it comes to members." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:1 +msgid "Represents a \"partial\" member of the widget's guild." msgstr "" -#: discord.flags.MemberCacheFlags:3 of -msgid "" -"This allows for finer grained control over what members are cached. Note " -"that the bot's own member is always cached. This class is passed to the " -"``member_cache_flags`` parameter in :class:`Client`." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:7 +msgid "Checks if two widget members are the same." msgstr "" -#: discord.flags.MemberCacheFlags:7 of -msgid "" -"Due to a quirk in how Discord works, in order to ensure proper cleanup of" -" cache resources it is recommended to have :attr:`Intents.members` " -"enabled. Otherwise the library cannot know when a member leaves a guild " -"and is thus unable to cleanup after itself." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:11 +msgid "Checks if two widget members are not the same." msgstr "" -#: discord.flags.MemberCacheFlags:15 of -msgid "The default value is all flags enabled." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:15 +msgid "Return the widget member's hash." msgstr "" -#: discord.flags.MemberCacheFlags.all:1 of -msgid "" -"A factory method that creates a :class:`MemberCacheFlags` with everything" -" enabled." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:19 +msgid "Returns the widget member's `name#discriminator`." msgstr "" -#: discord.flags.MemberCacheFlags.none:1 of -msgid "" -"A factory method that creates a :class:`MemberCacheFlags` with everything" -" disabled." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:23 +msgid "The member's ID." msgstr "" -#: ../../docstring discord.MemberCacheFlags.voice:1 of -msgid "Whether to cache members that are in voice." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:29 +msgid "The member's username." msgstr "" -#: ../../docstring discord.MemberCacheFlags.voice:5 of -msgid "Members that leave voice are no longer cached." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:35 +msgid "The member's discriminator." msgstr "" -#: ../../docstring discord.MemberCacheFlags.joined:1 of -msgid "" -"Whether to cache members that joined the guild or are chunked as part of " -"the initial log in flow." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:41 +msgid "Whether the member is a bot." msgstr "" -#: ../../docstring discord.MemberCacheFlags.joined:4 of -msgid "This requires :attr:`Intents.members`." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:47 +msgid "The member's status." msgstr "" -#: ../../docstring discord.MemberCacheFlags.joined:6 of -msgid "Members that leave the guild are no longer cached." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:53 +msgid "The member's nickname." msgstr "" -#: discord.flags.MemberCacheFlags.from_intents:1 of -msgid "" -"A factory method that creates a :class:`MemberCacheFlags` based on the " -"currently selected :class:`Intents`." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:59 +msgid "The member's avatar hash." msgstr "" -#: discord.flags.MemberCacheFlags.from_intents:4 of -#, fuzzy -msgid "The intents to select from." -msgstr "メンションをエスケープするテキスト。" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:65 +msgid "The member's activity." +msgstr "" -#: discord.flags.MemberCacheFlags.from_intents:7 of -msgid "The resulting member cache flags." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:71 +msgid "Whether the member is currently deafened." msgstr "" -#: discord.flags.MemberCacheFlags.from_intents:8 of -#, fuzzy -msgid ":class:`MemberCacheFlags`" -msgstr ":class:`bytes`" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:77 +msgid "Whether the member is currently muted." +msgstr "" -#: ../../api.rst:4036 -#, fuzzy -msgid "ApplicationFlags" -msgstr ":class:`str` -- アプリケーションの名前。" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:83 +msgid "Whether the member is currently being suppressed." +msgstr "" -#: discord.flags.ApplicationFlags:1 of -msgid "Wraps up the Discord Application flags." +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:89 +msgid "Which channel the member is connected to." msgstr "" -#: discord.flags.ApplicationFlags:7 of -#, fuzzy -msgid "Checks if two ApplicationFlags are equal." -msgstr "認証レベルが等しいか確認します。" +#: ../../../discord/widget.py:docstring of discord.widget.WidgetMember:91 +msgid "Optional[:class:`WidgetChannel`]" +msgstr "" -#: discord.flags.ApplicationFlags:10 of -#, fuzzy -msgid "Checks if two ApplicationFlags are not equal." -msgstr "認証レベルが等しくないか確認します。" +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_name:1 +msgid "Returns the member's display name." +msgstr "" -#: discord.flags.ApplicationFlags:16 discord.flags.PublicUserFlags:16 of -msgid "" -"Returns an iterator of ``(name, value)`` pairs. This allows it to be, for" -" example, constructed as a dict or a list of pairs. Note that aliases are" -" not shown." +#: ../../api.rst:3863 +msgid "Widget" msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_presence:1 of -msgid "" -"Returns ``True`` if the application is verified and is allowed to receive" -" presence information over the gateway." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:1 +msgid "Represents a :class:`Guild` widget." msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_presence_limited:1 of -msgid "" -"Returns ``True`` if the application is allowed to receive limited " -"presence information over the gateway." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:7 +msgid "Checks if two widgets are the same." msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_guild_members:1 of -msgid "" -"Returns ``True`` if the application is verified and is allowed to receive" -" guild members information over the gateway." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:11 +msgid "Checks if two widgets are not the same." msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_guild_members_limited:1 of -msgid "" -"Returns ``True`` if the application is allowed to receive limited guild " -"members information over the gateway." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:15 +msgid "Returns the widget's JSON URL." msgstr "" -#: ../../docstring discord.ApplicationFlags.verification_pending_guild_limit:1 -#: of -msgid "" -"Returns ``True`` if the application is currently pending verification and" -" has hit the guild limit." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:25 +msgid "The guild's name." msgstr "" -#: ../../docstring discord.ApplicationFlags.embedded:1 of -msgid "Returns ``True`` if the application is embedded within the Discord client." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:31 +msgid "The accessible voice channels in the guild." msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_message_content:1 of -msgid "" -"Returns ``True`` if the application is verified and is allowed to read " -"message content in guilds." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:33 +msgid "List[:class:`WidgetChannel`]" msgstr "" -#: ../../docstring discord.ApplicationFlags.gateway_message_content_limited:1 -#: of -msgid "" -"Returns ``True`` if the application is unverified and is allowed to read " -"message content in guilds." +#: ../../../discord/widget.py:docstring of discord.widget.Widget:37 +msgid "The online members in the server. Offline members do not appear in the widget." msgstr "" -#: ../../api.rst:4044 -msgid "File" +#: ../../../discord/widget.py:docstring of discord.widget.Widget:42 +msgid "Due to a Discord limitation, if this data is available the users will be \"anonymized\" with linear IDs and discriminator information being incorrect. Likewise, the number of members retrieved is capped." msgstr "" -#: discord.file.File:1 of -msgid "" -"A parameter object used for :meth:`abc.Messageable.send` for sending file" -" objects." +#: ../../../discord/widget.py:docstring of discord.Widget.created_at:1 +msgid "Returns the member's creation time in UTC." msgstr "" -#: discord.file.File:6 of -msgid "" -"File objects are single use and are not meant to be reused in multiple " -":meth:`abc.Messageable.send`\\s." +#: ../../../discord/widget.py:docstring of discord.Widget.json_url:1 +msgid "The JSON URL of the widget." msgstr "" -#: discord.file.File:11 of -msgid "" -"A file-like object opened in binary mode and read mode or a filename " -"representing a file in the hard drive to open." +#: ../../../discord/widget.py:docstring of discord.Widget.invite_url:1 +msgid "The invite URL for the guild, if available." msgstr "" -#: discord.file.File:17 of -msgid "" -"If the file-like object passed is opened via ``open`` then the modes 'rb'" -" should be used." +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:3 +msgid "Retrieves an :class:`Invite` from the widget's invite URL. This is the same as :meth:`Client.fetch_invite`; the invite code is abstracted away." msgstr "" -#: discord.file.File:20 of -msgid "To pass binary data, consider usage of ``io.BytesIO``." +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:7 +msgid "Whether to include count information in the invite. This fills the :attr:`Invite.approximate_member_count` and :attr:`Invite.approximate_presence_count` fields." msgstr "" -#: discord.file.File:22 of -#, fuzzy -msgid "Union[:class:`os.PathLike`, :class:`io.BufferedIOBase`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`]" +#: ../../../discord/widget.py:docstring of discord.widget.Widget.fetch_invite:12 +msgid "The invite from the widget's invite URL." +msgstr "" -#: discord.file.File:26 of -msgid "" -"The filename to display when uploading to Discord. If this is not given " -"then it defaults to ``fp.name`` or if ``fp`` is a string then the " -"``filename`` will default to the string given." +#: ../../api.rst:3871 +msgid "StickerPack" msgstr "" -#: discord.file.File:34 of -msgid "Whether the attachment is a spoiler." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:1 +msgid "Represents a sticker pack." msgstr "" -#: discord.file.File:40 of -msgid "The file description to display, currently only supported for images." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:9 +msgid "Returns the name of the sticker pack." msgstr "" -#: ../../api.rst:4052 -msgid "Colour" +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:13 +msgid "Checks if the sticker pack is equal to another sticker pack." msgstr "" -#: discord.colour.Colour:1 of -msgid "" -"Represents a Discord role colour. This class is similar to a (red, green," -" blue) :class:`tuple`." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:17 +msgid "Checks if the sticker pack is not equal to another sticker pack." msgstr "" -#: discord.colour.Colour:4 of -msgid "There is an alias for this called Color." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:21 +msgid "The name of the sticker pack." msgstr "" -#: discord.colour.Colour:10 of -msgid "Checks if two colours are equal." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:27 +msgid "The description of the sticker pack." msgstr "" -#: discord.colour.Colour:14 of -msgid "Checks if two colours are not equal." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:33 +msgid "The id of the sticker pack." msgstr "" -#: discord.colour.Colour:18 of -msgid "Return the colour's hash." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:39 +msgid "The stickers of this sticker pack." msgstr "" -#: discord.colour.Colour:22 of -msgid "Returns the hex format for the colour." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:41 +msgid "List[:class:`StandardSticker`]" msgstr "" -#: discord.colour.Colour:26 of -#, fuzzy -msgid "Returns the raw colour value." -msgstr "役職の名前を返します。" +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:45 +msgid "The SKU ID of the sticker pack." +msgstr "" -#: discord.colour.Colour:30 of -msgid "The raw integer colour value." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:51 +msgid "The ID of the sticker used for the cover of the sticker pack." msgstr "" -#: discord.Colour.r:1 of -msgid "Returns the red component of the colour." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:57 +msgid "The sticker used for the cover of the sticker pack." msgstr "" -#: discord.Colour.g:1 of -msgid "Returns the green component of the colour." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerPack:59 +msgid "Optional[:class:`StandardSticker`]" msgstr "" -#: discord.Colour.b:1 of -msgid "Returns the blue component of the colour." +#: ../../../discord/sticker.py:docstring of discord.StickerPack.banner:1 +msgid "The banner asset of the sticker pack." msgstr "" -#: discord.colour.Colour.to_rgb:1 of -msgid "" -"Tuple[:class:`int`, :class:`int`, :class:`int`]: Returns an (r, g, b) " -"tuple representing the colour." +#: ../../api.rst:3879 +msgid "StickerItem" msgstr "" -#: discord.colour.Colour.from_rgb:1 of -msgid "Constructs a :class:`Colour` from an RGB tuple." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:1 +msgid "Represents a sticker item." msgstr "" -#: discord.colour.Colour.from_hsv:1 of -msgid "Constructs a :class:`Colour` from an HSV tuple." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:9 +msgid "Returns the name of the sticker item." msgstr "" -#: discord.colour.Colour.default:1 of -msgid "A factory method that returns a :class:`Colour` with a value of ``0``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:13 +msgid "Checks if the sticker item is equal to another sticker item." msgstr "" -#: discord.colour.Colour.random:1 of -msgid "A factory method that returns a :class:`Colour` with a random hue." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:17 +msgid "Checks if the sticker item is not equal to another sticker item." msgstr "" -#: discord.colour.Colour.random:5 of -msgid "" -"The random algorithm works by choosing a colour with a random hue but " -"with maxed out saturation and value." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:21 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:21 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:21 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:21 +msgid "The sticker's name." msgstr "" -#: discord.colour.Colour.random:10 of -msgid "" -"The seed to initialize the RNG with. If ``None`` is passed the default " -"RNG is used. .. versionadded:: 1.7" +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:27 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:27 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:27 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:27 +msgid "The id of the sticker." msgstr "" -#: discord.colour.Colour.random:10 of -msgid "" -"The seed to initialize the RNG with. If ``None`` is passed the default " -"RNG is used." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:33 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:45 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:45 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:39 +msgid "The format for the sticker's image." msgstr "" -#: discord.colour.Colour.teal:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x1abc9c``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem:39 +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:51 +msgid "The URL for the sticker's image." msgstr "" -#: discord.colour.Colour.dark_teal:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x11806a``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:3 +msgid "Attempts to retrieve the full sticker data of the sticker item." msgstr "" -#: discord.colour.Colour.brand_green:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x57F287``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StickerItem.fetch:8 +msgid "Union[:class:`StandardSticker`, :class:`GuildSticker`]" msgstr "" -#: discord.colour.Colour.green:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x2ecc71``." +#: ../../api.rst:3887 +msgid "Sticker" msgstr "" -#: discord.colour.Colour.dark_green:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x1f8b4c``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:1 +msgid "Represents a sticker." msgstr "" -#: discord.colour.Colour.blue:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x3498db``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:9 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:9 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:9 +msgid "Returns the name of the sticker." msgstr "" -#: discord.colour.Colour.dark_blue:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x206694``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:13 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:13 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:13 +msgid "Checks if the sticker is equal to another sticker." msgstr "" -#: discord.colour.Colour.purple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x9b59b6``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:17 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:17 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:17 +msgid "Checks if the sticker is not equal to another sticker." msgstr "" -#: discord.colour.Colour.dark_purple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x71368a``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:33 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:33 +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:33 +msgid "The description of the sticker." msgstr "" -#: discord.colour.Colour.magenta:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe91e63``." +#: ../../../discord/sticker.py:docstring of discord.sticker.Sticker:39 +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:39 +msgid "The id of the sticker's pack." msgstr "" -#: discord.colour.Colour.dark_magenta:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xad1457``." +#: ../../../discord/sticker.py:docstring of discord.Sticker.created_at:1 +msgid "Returns the sticker's creation time in UTC." msgstr "" -#: discord.colour.Colour.gold:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xf1c40f``." +#: ../../api.rst:3895 +msgid "StandardSticker" msgstr "" -#: discord.colour.Colour.dark_gold:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xc27c0e``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:1 +msgid "Represents a sticker that is found in a standard sticker pack." msgstr "" -#: discord.colour.Colour.orange:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe67e22``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:51 +msgid "A list of tags for the sticker." msgstr "" -#: discord.colour.Colour.dark_orange:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xa84300``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker:57 +msgid "The sticker's sort order within its pack." msgstr "" -#: discord.colour.Colour.brand_red:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xED4245``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:3 +msgid "Retrieves the sticker pack that this sticker belongs to." msgstr "" -#: discord.colour.Colour.red:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe74c3c``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:5 +msgid "The corresponding sticker pack was not found." msgstr "" -#: discord.colour.Colour.dark_red:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x992d22``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:6 +msgid "Retrieving the sticker pack failed." msgstr "" -#: discord.colour.Colour.lighter_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x95a5a6``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:8 +msgid "The retrieved sticker pack." msgstr "" -#: discord.colour.Colour.dark_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x607d8b``." +#: ../../../discord/sticker.py:docstring of discord.sticker.StandardSticker.pack:9 +msgid ":class:`StickerPack`" msgstr "" -#: discord.colour.Colour.light_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x979c9f``." +#: ../../api.rst:3903 +msgid "GuildSticker" msgstr "" -#: discord.colour.Colour.darker_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x546e7a``." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:1 +msgid "Represents a sticker that belongs to a guild." msgstr "" -#: discord.colour.Colour.og_blurple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x7289da``." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:45 +msgid "Whether this sticker is available for use." msgstr "" -#: discord.colour.Colour.blurple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x5865F2``." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:51 +msgid "The ID of the guild that this sticker is from." msgstr "" -#: discord.colour.Colour.greyple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x99aab5``." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:57 +msgid "The user that created this sticker. This can only be retrieved using :meth:`Guild.fetch_sticker` and having the :attr:`~Permissions.manage_emojis_and_stickers` permission." msgstr "" -#: discord.colour.Colour.dark_theme:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x36393F``. This will appear transparent on Discord's dark theme." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker:64 +msgid "The name of a unicode emoji that represents this sticker." msgstr "" -#: discord.colour.Colour.fuchsia:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xEB459E``." +#: ../../docstring of discord.GuildSticker.guild:1 +msgid "The guild that this sticker is from. Could be ``None`` if the bot is not in the guild." msgstr "" -#: discord.colour.Colour.yellow:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xFEE75C``." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:3 +msgid "Edits a :class:`GuildSticker` for the guild." msgstr "" -#: ../../api.rst:4060 -msgid "BaseActivity" +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:5 +msgid "The sticker's new name. Must be at least 2 characters." msgstr "" -#: discord.activity.BaseActivity:1 of -msgid "" -"The base activity that all user-settable activities inherit from. A user-" -"settable activity is one that can be used in " -":meth:`Client.change_presence`." +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:7 +msgid "The sticker's new description. Can be ``None``." msgstr "" -#: discord.activity.BaseActivity:4 of -msgid "The following types currently count as user-settable:" +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:11 +msgid "The reason for editing this sticker. Shows up on the audit log." msgstr "" -#: discord.activity.BaseActivity:6 of -#, fuzzy -msgid ":class:`Activity`" -msgstr ":class:`.Invite`" +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:14 +msgid "You are not allowed to edit stickers." +msgstr "" -#: discord.activity.Activity:9 discord.activity.BaseActivity:7 of -msgid ":class:`Game`" +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:15 +msgid "An error occurred editing the sticker." msgstr "" -#: discord.activity.Activity:10 discord.activity.BaseActivity:8 of -msgid ":class:`Streaming`" +#: ../../../discord/sticker.py:docstring of discord.sticker.GuildSticker.edit:17 +msgid "The newly modified sticker." msgstr "" -#: discord.activity.BaseActivity:9 of -#, fuzzy -msgid ":class:`CustomActivity`" -msgstr ":class:`str`" +#: ../../api.rst:3911 +msgid "RawMessageDeleteEvent" +msgstr "" -#: discord.activity.BaseActivity:11 of -msgid "" -"Note that although these types are considered user-settable by the " -"library, Discord typically ignores certain combinations of activity " -"depending on what is currently set. This behaviour may change in the " -"future so there are no guarantees on whether Discord will actually let " -"you set these types." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:1 +msgid "Represents the event payload for a :func:`on_raw_message_delete` event." msgstr "" -#: discord.BaseActivity.created_at:1 of -msgid "When the user started doing this activity in UTC." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:5 +msgid "The channel ID where the deletion took place." msgstr "" -#: ../../api.rst:4068 -msgid "Activity" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:11 +msgid "The guild ID where the deletion took place, if applicable." msgstr "" -#: discord.activity.Activity:1 of -msgid "Represents an activity in Discord." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:17 +msgid "The message ID that got deleted." msgstr "" -#: discord.activity.Activity:3 of -msgid "" -"This could be an activity such as streaming, playing, listening or " -"watching." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageDeleteEvent:23 +#: ../../../discord/message.py:docstring of discord.MessageReference.cached_message:1 +msgid "The cached message, if found in the internal message cache." msgstr "" -#: discord.activity.Activity:6 of -msgid "" -"For memory optimisation purposes, some activities are offered in slimmed " -"down versions:" +#: ../../api.rst:3919 +msgid "RawBulkMessageDeleteEvent" msgstr "" -#: discord.activity.Activity:14 of -msgid "The application ID of the game." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:1 +msgid "Represents the event payload for a :func:`on_raw_bulk_message_delete` event." msgstr "" -#: discord.activity.Activity:20 of -#, fuzzy -msgid "The name of the activity." -msgstr "ギルドの名前。" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:5 +msgid "A :class:`set` of the message IDs that were deleted." +msgstr "" -#: discord.activity.Activity:26 of -msgid "A stream URL that the activity could be doing." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:7 +msgid "Set[:class:`int`]" msgstr "" -#: discord.activity.Activity:32 of -msgid "The type of activity currently being done." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:11 +msgid "The channel ID where the message got deleted." msgstr "" -#: discord.activity.Activity:38 of -msgid "The user's current state. For example, \"In Game\"." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:17 +msgid "The guild ID where the message got deleted, if applicable." msgstr "" -#: discord.activity.Activity:44 of -msgid "The detail of the user's current activity." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:23 +msgid "The cached messages, if found in the internal message cache." msgstr "" -#: discord.activity.Activity:50 of -msgid "A dictionary of timestamps. It contains the following optional keys:" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawBulkMessageDeleteEvent:25 +msgid "List[:class:`Message`]" msgstr "" -#: discord.activity.Activity:52 of -msgid "" -"``start``: Corresponds to when the user started doing the activity in " -"milliseconds since Unix epoch." +#: ../../api.rst:3927 +msgid "RawMessageUpdateEvent" msgstr "" -#: discord.activity.Activity:54 of -msgid "" -"``end``: Corresponds to when the user will finish doing the activity in " -"milliseconds since Unix epoch." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:1 +msgid "Represents the payload for a :func:`on_raw_message_edit` event." msgstr "" -#: discord.activity.Activity:61 of -msgid "" -"A dictionary representing the images and their hover text of an activity." -" It contains the following optional keys:" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:5 +msgid "The message ID that got updated." msgstr "" -#: discord.activity.Activity:64 of -msgid "``large_image``: A string representing the ID for the large image asset." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:11 +msgid "The channel ID where the update took place." msgstr "" -#: discord.activity.Activity:65 of -msgid "" -"``large_text``: A string representing the text when hovering over the " -"large image asset." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:19 +msgid "The guild ID where the message got updated, if applicable." msgstr "" -#: discord.activity.Activity:66 of -msgid "``small_image``: A string representing the ID for the small image asset." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:27 +msgid "The raw data given by the `gateway `_" msgstr "" -#: discord.activity.Activity:67 of -msgid "" -"``small_text``: A string representing the text when hovering over the " -"small image asset." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:29 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:57 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:69 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:78 +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:61 +msgid ":class:`dict`" msgstr "" -#: discord.activity.Activity:73 of -msgid "" -"A dictionary representing the activity party. It contains the following " -"optional keys:" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawMessageUpdateEvent:33 +msgid "The cached message, if found in the internal message cache. Represents the message before it is modified by the data in :attr:`RawMessageUpdateEvent.data`." msgstr "" -#: discord.activity.Activity:75 of -msgid "``id``: A string representing the party ID." +#: ../../api.rst:3935 +msgid "RawReactionActionEvent" msgstr "" -#: discord.activity.Activity:76 of -msgid "" -"``size``: A list of up to two integer elements denoting (current_size, " -"maximum_size)." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:1 +msgid "Represents the payload for a :func:`on_raw_reaction_add` or :func:`on_raw_reaction_remove` event." msgstr "" -#: discord.activity.Activity:82 of -msgid "" -"An list of dictionaries representing custom buttons shown in a rich " -"presence. Each dictionary contains the following keys:" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:6 +msgid "The message ID that got or lost a reaction." msgstr "" -#: discord.activity.Activity:85 of -msgid "``label``: A string representing the text shown on the button." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:12 +msgid "The user ID who added the reaction or whose reaction was removed." msgstr "" -#: discord.activity.Activity:86 of -msgid "``url``: A string representing the URL opened upon clicking the button." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:18 +msgid "The channel ID where the reaction got added or removed." msgstr "" -#: discord.activity.Activity:90 of -#, fuzzy -msgid "List[:class:`dict`]" -msgstr ":class:`str`" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:24 +msgid "The guild ID where the reaction got added or removed, if applicable." +msgstr "" -#: discord.activity.Activity:94 of -msgid "The emoji that belongs to this activity." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:30 +msgid "The custom or unicode emoji being used." msgstr "" -#: discord.Activity.start:1 of -msgid "When the user started doing this activity in UTC, if applicable." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:36 +msgid "The member who added the reaction. Only available if `event_type` is `REACTION_ADD` and the reaction is inside a guild." msgstr "" -#: discord.Activity.end:1 of -msgid "When the user will stop doing this activity in UTC, if applicable." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionActionEvent:44 +msgid "The event type that triggered this action. Can be ``REACTION_ADD`` for reaction addition or ``REACTION_REMOVE`` for reaction removal." msgstr "" -#: discord.Activity.large_image_url:1 of -msgid "" -"Returns a URL pointing to the large image asset of this activity if " -"applicable." +#: ../../api.rst:3943 +msgid "RawReactionClearEvent" msgstr "" -#: discord.Activity.small_image_url:1 of -msgid "" -"Returns a URL pointing to the small image asset of this activity if " -"applicable." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:1 +msgid "Represents the payload for a :func:`on_raw_reaction_clear` event." msgstr "" -#: discord.Activity.large_image_text:1 of -msgid "Returns the large image asset hover text of this activity if applicable." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:5 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:7 +msgid "The message ID that got its reactions cleared." msgstr "" -#: discord.Activity.small_image_text:1 of -msgid "Returns the small image asset hover text of this activity if applicable." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:11 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:13 +msgid "The channel ID where the reactions got cleared." msgstr "" -#: ../../api.rst:4076 -msgid "Game" +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEvent:17 +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:19 +msgid "The guild ID where the reactions got cleared." msgstr "" -#: discord.activity.Game:1 of -msgid "" -"A slimmed down version of :class:`Activity` that represents a Discord " -"game." +#: ../../api.rst:3951 +msgid "RawReactionClearEmojiEvent" msgstr "" -#: discord.activity.Game:3 of -msgid "" -"This is typically displayed via **Playing** on the official Discord " -"client." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:1 +msgid "Represents the payload for a :func:`on_raw_reaction_clear_emoji` event." msgstr "" -#: discord.activity.Game:9 of -msgid "Checks if two games are equal." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawReactionClearEmojiEvent:25 +msgid "The custom or unicode emoji being removed." msgstr "" -#: discord.activity.Game:13 of -msgid "Checks if two games are not equal." +#: ../../api.rst:3959 +msgid "RawIntegrationDeleteEvent" msgstr "" -#: discord.activity.Game:17 of -msgid "Returns the game's hash." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:1 +msgid "Represents the payload for a :func:`on_raw_integration_delete` event." msgstr "" -#: discord.activity.Game:21 of -msgid "Returns the game's name." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:7 +msgid "The ID of the integration that got deleted." msgstr "" -#: discord.activity.Game:23 discord.activity.Game:28 of -msgid "The game's name." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:13 +msgid "The ID of the bot/OAuth2 application for this deleted integration." msgstr "" -#: discord.Game.type:1 discord.Streaming.type:1 of -msgid "Returns the game's type. This is for compatibility with :class:`Activity`." +#: ../../../discord/raw_models.py:docstring of discord.raw_models.RawIntegrationDeleteEvent:19 +msgid "The guild ID where the integration got deleted." msgstr "" -#: discord.Game.type:3 of -msgid "It always returns :attr:`ActivityType.playing`." +#: ../../api.rst:3967 +msgid "PartialWebhookGuild" msgstr "" -#: discord.Game.start:1 of -msgid "When the user started playing this game in UTC, if applicable." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:1 +msgid "Represents a partial guild for webhooks." msgstr "" -#: discord.Game.end:1 of -msgid "When the user will stop playing this game in UTC, if applicable." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookGuild:3 +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:3 +msgid "These are typically given for channel follower webhooks." msgstr "" -#: ../../api.rst:4084 -msgid "Streaming" +#: ../../api.rst:3975 +msgid "PartialWebhookChannel" msgstr "" -#: discord.activity.Streaming:1 of -msgid "" -"A slimmed down version of :class:`Activity` that represents a Discord " -"streaming status." +#: ../../../discord/webhook/async_.py:docstring of discord.webhook.async_.PartialWebhookChannel:1 +msgid "Represents a partial channel for webhooks." msgstr "" -#: discord.activity.Streaming:3 of -msgid "" -"This is typically displayed via **Streaming** on the official Discord " -"client." +#: ../../api.rst:3985 +msgid "Data Classes" +msgstr "データクラス" + +#: ../../api.rst:3987 +msgid "Some classes are just there to be data containers, this lists them." +msgstr "一部のクラスはデータコンテナとして用いられます。ここではそのクラスを一覧表にしています。" + +#: ../../api.rst:3989 +msgid "Unlike :ref:`models ` you are allowed to create most of these yourself, even if they can also be used to hold attributes." msgstr "" -#: discord.activity.Streaming:9 of -msgid "Checks if two streams are equal." +#: ../../api.rst:3995 +msgid "The only exception to this rule is :class:`Object`, which is made with dynamic attributes in mind." msgstr "" -#: discord.activity.Streaming:13 of -msgid "Checks if two streams are not equal." +#: ../../api.rst:4000 +msgid "Object" msgstr "" -#: discord.activity.Streaming:17 of -msgid "Returns the stream's hash." +#: ../../../discord/object.py:docstring of discord.object.Object:1 +msgid "Represents a generic Discord object." msgstr "" -#: discord.activity.Streaming:21 of -msgid "Returns the stream's name." +#: ../../../discord/object.py:docstring of discord.object.Object:3 +msgid "The purpose of this class is to allow you to create 'miniature' versions of data classes if you want to pass in just an ID. Most functions that take in a specific data class with an ID can also take in this class as a substitute instead. Note that even though this is the case, not all objects (if any) actually inherit from this class." msgstr "" -#: discord.activity.Streaming:25 of -msgid "Where the user is streaming from (ie. YouTube, Twitch)." +#: ../../../discord/object.py:docstring of discord.object.Object:9 +msgid "There are also some cases where some websocket events are received in :issue:`strange order <21>` and when such events happened you would receive this class rather than the actual data class. These cases are extremely rare." msgstr "" -#: discord.activity.Streaming:33 of -#, fuzzy -msgid "The stream's name." -msgstr "役職の名前を返します。" +#: ../../../discord/object.py:docstring of discord.object.Object:18 +msgid "Checks if two objects are equal." +msgstr "二つのオブジェクトが等しいか比較します。" -#: discord.activity.Streaming:39 of -#, fuzzy -msgid "An alias for :attr:`name`" -msgstr ":attr:`dnd` のエイリアス。" +#: ../../../discord/object.py:docstring of discord.object.Object:22 +msgid "Checks if two objects are not equal." +msgstr "二つのオブジェクトが等しいものでないか比較します。" -#: discord.activity.Streaming:45 of -#, fuzzy -msgid "The game being streamed." -msgstr "更新された後のギルド。" +#: ../../../discord/object.py:docstring of discord.object.Object:26 +msgid "Returns the object's hash." +msgstr "オブジェクトのハッシュを返します。" -#: discord.activity.Streaming:53 of -msgid "The stream's URL." +#: ../../../discord/object.py:docstring of discord.object.Object:30 +msgid "The ID of the object." msgstr "" -#: discord.activity.Streaming:59 of -msgid "" -"A dictionary comprising of similar keys than those in " -":attr:`Activity.assets`." +#: ../../../discord/object.py:docstring of discord.Object.created_at:1 +msgid "Returns the snowflake's creation time in UTC." msgstr "" -#: discord.Streaming.type:3 of -msgid "It always returns :attr:`ActivityType.streaming`." +#: ../../api.rst:4008 +msgid "Embed" msgstr "" -#: discord.Streaming.twitch_name:1 of -msgid "If provided, the twitch name of the user streaming." -msgstr "" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:1 +msgid "Represents a Discord embed." +msgstr "Discordの埋め込み。" -#: discord.Streaming.twitch_name:3 of -msgid "" -"This corresponds to the ``large_image`` key of the " -":attr:`Streaming.assets` dictionary if it starts with ``twitch:``. " -"Typically set by the Discord client." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:7 +msgid "Returns the total size of the embed. Useful for checking if it's within the 6000 character limit." msgstr "" -#: ../../api.rst:4092 -msgid "CustomActivity" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:12 +msgid "Returns whether the embed has any data set." msgstr "" -#: discord.activity.CustomActivity:1 of -#, fuzzy -msgid "Represents a Custom activity from Discord." -msgstr "Discordのリレーションシップを表します。" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:16 +msgid "Certain properties return an ``EmbedProxy``, a type that acts similar to a regular :class:`dict` except using dotted access, e.g. ``embed.author.icon_url``. If the attribute is invalid or empty, then a special sentinel value is returned, :attr:`Embed.Empty`." +msgstr "" -#: discord.activity.CustomActivity:19 of -#, fuzzy -msgid "Returns the custom status text." -msgstr "カテゴリの名前を返します。" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:22 +msgid "For ease of use, all parameters that expect a :class:`str` are implicitly casted to :class:`str` for you." +msgstr "使いやすさを考慮して、:class:`str` が渡されることを想定されたすべてのパラメータは、暗黙的に :class:`str` にキャストされます。" -#: discord.activity.CustomActivity:25 of -msgid "The custom activity's name." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:27 +msgid "The title of the embed. This can be set during initialisation." msgstr "" -#: discord.activity.CustomActivity:31 of -msgid "The emoji to pass to the activity, if any." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:34 +msgid "The type of embed. Usually \"rich\". This can be set during initialisation. Possible strings for embed types can be found on discord's `api docs `_" msgstr "" -#: discord.CustomActivity.type:3 of -msgid "It always returns :attr:`ActivityType.custom`." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:43 +msgid "The description of the embed. This can be set during initialisation." msgstr "" -#: ../../api.rst:4100 -msgid "Permissions" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:50 +msgid "The URL of the embed. This can be set during initialisation." msgstr "" -#: discord.permissions.Permissions:1 of -msgid "Wraps up the Discord permission value." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:57 +msgid "The timestamp of the embed content. This is an aware datetime. If a naive datetime is passed, it is converted to an aware datetime with the local timezone." msgstr "" -#: discord.permissions.Permissions:3 of -msgid "" -"The properties provided are two way. You can set and retrieve individual " -"bits using the properties as if they were regular bools. This allows you " -"to edit permissions." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:65 +msgid "The colour code of the embed. Aliased to ``color`` as well. This can be set during initialisation." msgstr "" -#: discord.permissions.Permissions:7 of -msgid "" -"You can now use keyword arguments to initialize :class:`Permissions` " -"similar to :meth:`update`." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:68 +msgid "Union[:class:`Colour`, :class:`int`]" msgstr "" -#: discord.permissions.Permissions:15 of -msgid "Checks if two permissions are equal." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:72 +msgid "A special sentinel value used by ``EmbedProxy`` and this class to denote that the value or attribute is empty." msgstr "" -#: discord.permissions.Permissions:18 of -msgid "Checks if two permissions are not equal." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed:75 +msgid "Final" msgstr "" -#: discord.permissions.Permissions:21 of -msgid "Checks if a permission is a subset of another permission." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.from_dict:1 +msgid "Converts a :class:`dict` to a :class:`Embed` provided it is in the format that Discord expects it to be in." msgstr "" -#: discord.permissions.Permissions:24 of -msgid "Checks if a permission is a superset of another permission." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.from_dict:4 +msgid "You can find out about this format in the `official Discord documentation`__." msgstr "" -#: discord.permissions.Permissions:27 of -msgid "Checks if a permission is a strict subset of another permission." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.from_dict:10 +msgid "The dictionary to convert into an embed." msgstr "" -#: discord.permissions.Permissions:30 of -msgid "Checks if a permission is a strict superset of another permission." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.copy:1 +msgid "Returns a shallow copy of the embed." msgstr "" -#: discord.permissions.Permissions:33 of -msgid "Return the permission's hash." +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:1 +msgid "Returns an ``EmbedProxy`` denoting the footer contents." msgstr "" -#: discord.permissions.PermissionOverwrite:22 -#: discord.permissions.Permissions:36 of -msgid "" -"Returns an iterator of ``(perm, value)`` pairs. This allows it to be, for" -" example, constructed as a dict or a list of pairs. Note that aliases are" -" not shown." +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:3 +msgid "See :meth:`set_footer` for possible values you can access." msgstr "" -#: discord.permissions.Permissions:42 of -msgid "" -"The raw value. This value is a bit array field of a 53-bit integer " -"representing the currently available permissions. You should query " -"permissions via the properties rather than using this raw value." +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:5 +#: ../../../discord/embeds.py:docstring of discord.Embed.image:10 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:10 +#: ../../../discord/embeds.py:docstring of discord.Embed.video:9 +#: ../../../discord/embeds.py:docstring of discord.Embed.provider:5 +#: ../../../discord/embeds.py:docstring of discord.Embed.author:5 +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:5 +msgid "If the attribute has no value then :attr:`Empty` is returned." msgstr "" -#: discord.permissions.Permissions.is_subset:1 of -msgid "Returns ``True`` if self has the same or fewer permissions as other." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_footer:1 +msgid "Sets the footer for the embed content." msgstr "" -#: discord.permissions.Permissions.is_superset:1 of -msgid "Returns ``True`` if self has the same or more permissions as other." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_footer:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_footer:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_image:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_thumbnail:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_author:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:3 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:5 +msgid "This function returns the class instance to allow for fluent-style chaining." msgstr "" -#: discord.permissions.Permissions.is_strict_subset:1 of -msgid "" -"Returns ``True`` if the permissions on other are a strict subset of those" -" on self." -msgstr "" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_footer:6 +msgid "The footer text." +msgstr "フッターテキスト。" -#: discord.permissions.Permissions.is_strict_superset:1 of -msgid "" -"Returns ``True`` if the permissions on other are a strict superset of " -"those on self." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_footer:8 +msgid "The URL of the footer icon. Only HTTP(S) is supported." msgstr "" -#: discord.permissions.Permissions.none:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all permissions" -" set to ``False``." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_footer:1 +msgid "Clears embed's footer information." msgstr "" -#: discord.permissions.Permissions.all:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all permissions" -" set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.image:1 +msgid "Returns an ``EmbedProxy`` denoting the image contents." msgstr "" -#: discord.permissions.Permissions.all_channel:1 of -msgid "" -"A :class:`Permissions` with all channel-specific permissions set to " -"``True`` and the guild-specific ones set to ``False``. The guild-specific" -" permissions are currently:" +#: ../../../discord/embeds.py:docstring of discord.Embed.image:3 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:3 +msgid "Possible attributes you can access are:" msgstr "" -#: discord.permissions.Permissions.all_channel:5 of -#, fuzzy -msgid ":attr:`manage_emojis`" -msgstr ":attr:`max_age`" +#: ../../../discord/embeds.py:docstring of discord.Embed.image:5 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:5 +msgid "``url``" +msgstr "" -#: discord.permissions.Permissions.all_channel:6 of -#, fuzzy -msgid ":attr:`view_audit_log`" -msgstr ":attr:`~AuditLogDiff.id`" +#: ../../../discord/embeds.py:docstring of discord.Embed.image:6 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:6 +msgid "``proxy_url``" +msgstr "" -#: discord.permissions.Permissions.all_channel:7 of -#, fuzzy -msgid ":attr:`view_guild_insights`" -msgstr ":attr:`created_at`" +#: ../../../discord/embeds.py:docstring of discord.Embed.image:7 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:7 +msgid "``width``" +msgstr "" -#: discord.permissions.Permissions.all_channel:8 of -#, fuzzy -msgid ":attr:`manage_guild`" -msgstr ":attr:`max_age`" +#: ../../../discord/embeds.py:docstring of discord.Embed.image:8 +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:8 +msgid "``height``" +msgstr "" -#: discord.permissions.Permissions.all_channel:9 of -#, fuzzy -msgid ":attr:`change_nickname`" -msgstr ":attr:`Permissions.manage_nicknames`" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_image:1 +msgid "Sets the image for the embed content." +msgstr "" -#: discord.permissions.Permissions.all_channel:10 of -#, fuzzy -msgid ":attr:`manage_nicknames`" -msgstr ":attr:`Permissions.manage_nicknames`" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_image:6 +msgid "Passing :attr:`Empty` removes the image." +msgstr "" -#: discord.permissions.Permissions.all_channel:11 of -#, fuzzy -msgid ":attr:`kick_members`" -msgstr ":attr:`uses`" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_image:9 +msgid "The source URL for the image. Only HTTP(S) is supported." +msgstr "" -#: discord.permissions.Permissions.all_channel:12 of -#, fuzzy -msgid ":attr:`ban_members`" -msgstr ":attr:`Permissions.mute_members`" +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:1 +msgid "Returns an ``EmbedProxy`` denoting the thumbnail contents." +msgstr "" -#: discord.permissions.Permissions.all_channel:13 of -#, fuzzy -msgid ":attr:`administrator`" -msgstr "識別子" +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_thumbnail:1 +msgid "Sets the thumbnail for the embed content." +msgstr "" -#: discord.permissions.Permissions.all_channel:15 of -msgid "" -"Added :attr:`stream`, :attr:`priority_speaker` and " -":attr:`use_slash_commands` permissions." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_thumbnail:6 +msgid "Passing :attr:`Empty` removes the thumbnail." msgstr "" -#: discord.permissions.Permissions.all_channel:18 of -msgid "" -"Added :attr:`create_public_threads`, :attr:`create_private_threads`, " -":attr:`manage_threads`, :attr:`use_external_stickers`, " -":attr:`send_messages_in_threads` and :attr:`request_to_speak` " -"permissions." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_thumbnail:9 +msgid "The source URL for the thumbnail. Only HTTP(S) is supported." msgstr "" -#: discord.permissions.Permissions.general:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all \"General\"" -" permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.video:1 +msgid "Returns an ``EmbedProxy`` denoting the video contents." msgstr "" -#: discord.permissions.Permissions.general:4 of -msgid "" -"Permission :attr:`read_messages` is now included in the general " -"permissions, but permissions :attr:`administrator`, " -":attr:`create_instant_invite`, :attr:`kick_members`, :attr:`ban_members`," -" :attr:`change_nickname` and :attr:`manage_nicknames` are no longer part " -"of the general permissions." +#: ../../../discord/embeds.py:docstring of discord.Embed.video:3 +msgid "Possible attributes include:" msgstr "" -#: discord.permissions.Permissions.membership:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all " -"\"Membership\" permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.video:5 +msgid "``url`` for the video URL." msgstr "" -#: discord.permissions.Permissions.text:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all \"Text\" " -"permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.video:6 +msgid "``height`` for the video height." msgstr "" -#: discord.permissions.Permissions.text:4 of -msgid "" -"Permission :attr:`read_messages` is no longer part of the text " -"permissions. Added :attr:`use_slash_commands` permission." +#: ../../../discord/embeds.py:docstring of discord.Embed.video:7 +msgid "``width`` for the video width." msgstr "" -#: discord.permissions.Permissions.text:8 of -msgid "" -"Added :attr:`create_public_threads`, :attr:`create_private_threads`, " -":attr:`manage_threads`, :attr:`send_messages_in_threads` and " -":attr:`use_external_stickers` permissions." +#: ../../../discord/embeds.py:docstring of discord.Embed.provider:1 +msgid "Returns an ``EmbedProxy`` denoting the provider contents." msgstr "" -#: discord.permissions.Permissions.voice:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all \"Voice\" " -"permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.provider:3 +msgid "The only attributes that might be accessed are ``name`` and ``url``." msgstr "" -#: discord.permissions.Permissions.stage:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all \"Stage " -"Channel\" permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.author:1 +msgid "Returns an ``EmbedProxy`` denoting the author contents." msgstr "" -#: discord.permissions.Permissions.stage_moderator:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all \"Stage " -"Moderator\" permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.Embed.author:3 +msgid "See :meth:`set_author` for possible values you can access." msgstr "" -#: discord.permissions.Permissions.advanced:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all " -"\"Advanced\" permissions from the official Discord UI set to ``True``." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:1 +msgid "Sets the author for the embed content." msgstr "" -#: discord.permissions.Permissions.update:1 of -msgid "Bulk updates this permission object." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:6 +msgid "The name of the author." msgstr "" -#: discord.permissions.PermissionOverwrite.update:3 -#: discord.permissions.Permissions.update:3 of -msgid "" -"Allows you to set multiple attributes by using keyword arguments. The " -"names must be equivalent to the properties listed. Extraneous key/value " -"pairs will be silently ignored." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:8 +msgid "The URL for the author." msgstr "" -#: discord.permissions.Permissions.update:7 of -msgid "A list of key/value pairs to bulk update permissions with." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_author:10 +msgid "The URL of the author icon. Only HTTP(S) is supported." msgstr "" -#: ../../docstring discord.Permissions.create_instant_invite:1 of -msgid "Returns ``True`` if the user can create instant invites." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_author:1 +msgid "Clears embed's author information." msgstr "" -#: ../../docstring discord.Permissions.kick_members:1 of -msgid "Returns ``True`` if the user can kick users from the guild." +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:1 +msgid "Returns a :class:`list` of ``EmbedProxy`` denoting the field contents." msgstr "" -#: ../../docstring discord.Permissions.ban_members:1 of -msgid "Returns ``True`` if a user can ban users from the guild." +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:3 +msgid "See :meth:`add_field` for possible values you can access." msgstr "" -#: ../../docstring discord.Permissions.administrator:1 of -msgid "" -"Returns ``True`` if a user is an administrator. This role overrides all " -"other permissions." +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:7 +msgid "List[Union[``EmbedProxy``, :attr:`Empty`]]" msgstr "" -#: ../../docstring discord.Permissions.administrator:3 of -msgid "This also bypasses all channel-specific overrides." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:1 +msgid "Adds a field to the embed object." msgstr "" -#: ../../docstring discord.Permissions.manage_channels:1 of -msgid "" -"Returns ``True`` if a user can edit, delete, or create channels in the " -"guild." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:6 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:10 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:10 +msgid "The name of the field." +msgstr "フィールドの名前。" + +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:8 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:12 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:12 +msgid "The value of the field." +msgstr "フィールドの値。" + +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.add_field:10 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:14 +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:14 +msgid "Whether the field should be displayed inline." +msgstr "フィールドをインライン表示するかどうか。" + +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:1 +msgid "Inserts a field before a specified index to the embed." msgstr "" -#: ../../docstring discord.Permissions.manage_channels:3 of -msgid "This also corresponds to the \"Manage Channel\" channel-specific override." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.insert_field_at:8 +msgid "The index of where to insert the field." msgstr "" -#: ../../docstring discord.Permissions.manage_guild:1 of -msgid "Returns ``True`` if a user can edit guild properties." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.clear_fields:1 +msgid "Removes all fields from this embed." +msgstr "埋め込みからすべてのフィールドを削除します。" + +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_field:1 +msgid "Removes a field at a specified index." +msgstr "特定のインデックスのフィールドを削除します。" + +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_field:3 +msgid "If the index is invalid or out of bounds then the error is silently swallowed." msgstr "" -#: ../../docstring discord.Permissions.add_reactions:1 of -msgid "Returns ``True`` if a user can add reactions to messages." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_field:8 +msgid "When deleting a field by index, the index of the other fields shift to fill the gap just like a regular list." msgstr "" -#: ../../docstring discord.Permissions.view_audit_log:1 of -msgid "Returns ``True`` if a user can view the guild's audit log." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.remove_field:11 +msgid "The index of the field to remove." msgstr "" -#: ../../docstring discord.Permissions.priority_speaker:1 of -msgid "Returns ``True`` if a user can be more easily heard while talking." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:1 +msgid "Modifies a field to the embed object." msgstr "" -#: ../../docstring discord.Permissions.stream:1 of -msgid "Returns ``True`` if a user can stream in a voice channel." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:3 +msgid "The index must point to a valid pre-existing field." msgstr "" -#: ../../docstring discord.Permissions.read_messages:1 of -msgid "" -"Returns ``True`` if a user can read messages from all or specific text " -"channels." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:8 +msgid "The index of the field to modify." msgstr "" -#: ../../docstring discord.Permissions.view_channel:1 of -#, fuzzy -msgid "An alias for :attr:`read_messages`." -msgstr ":attr:`extreme` のエイリアス。" - -#: ../../docstring discord.Permissions.send_messages:1 of -msgid "" -"Returns ``True`` if a user can send messages from all or specific text " -"channels." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.set_field_at:17 +msgid "An invalid index was provided." msgstr "" -#: ../../docstring discord.Permissions.send_tts_messages:1 of -msgid "" -"Returns ``True`` if a user can send TTS messages from all or specific " -"text channels." +#: ../../../discord/embeds.py:docstring of discord.embeds.Embed.to_dict:1 +msgid "Converts this embed object into a dict." msgstr "" -#: ../../docstring discord.Permissions.manage_messages:1 of -msgid "Returns ``True`` if a user can delete or pin messages in a text channel." +#: ../../api.rst:4016 +msgid "AllowedMentions" msgstr "" -#: ../../docstring discord.Permissions.manage_messages:5 of -msgid "Note that there are currently no ways to edit other people's messages." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:1 +msgid "A class that represents what mentions are allowed in a message." msgstr "" -#: ../../docstring discord.Permissions.embed_links:1 of -msgid "" -"Returns ``True`` if a user's messages will automatically be embedded by " -"Discord." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:3 +msgid "This class can be set during :class:`Client` initialisation to apply to every message sent. It can also be applied on a per message basis via :meth:`abc.Messageable.send` for more fine-grained control." msgstr "" -#: ../../docstring discord.Permissions.attach_files:1 of -msgid "Returns ``True`` if a user can send files in their messages." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:9 +msgid "Whether to allow everyone and here mentions. Defaults to ``True``." msgstr "" -#: ../../docstring discord.Permissions.read_message_history:1 of -msgid "Returns ``True`` if a user can read a text channel's previous messages." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:15 +msgid "Controls the users being mentioned. If ``True`` (the default) then users are mentioned based on the message content. If ``False`` then users are not mentioned at all. If a list of :class:`abc.Snowflake` is given then only the users provided will be mentioned, provided those users are in the message content." msgstr "" -#: ../../docstring discord.Permissions.mention_everyone:1 of -msgid "" -"Returns ``True`` if a user's @everyone or @here will mention everyone in " -"the text channel." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:21 +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:31 +msgid "Union[:class:`bool`, List[:class:`abc.Snowflake`]]" msgstr "" -#: ../../docstring discord.Permissions.external_emojis:1 of -msgid "Returns ``True`` if a user can use emojis from other guilds." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:25 +msgid "Controls the roles being mentioned. If ``True`` (the default) then roles are mentioned based on the message content. If ``False`` then roles are not mentioned at all. If a list of :class:`abc.Snowflake` is given then only the roles provided will be mentioned, provided those roles are in the message content." msgstr "" -#: ../../docstring discord.Permissions.use_external_emojis:1 of -#, fuzzy -msgid "An alias for :attr:`external_emojis`." -msgstr ":attr:`extreme` のエイリアス。" - -#: ../../docstring discord.Permissions.view_guild_insights:1 of -msgid "Returns ``True`` if a user can view the guild's insights." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions:35 +msgid "Whether to mention the author of the message being replied to. Defaults to ``True``." msgstr "" -#: ../../docstring discord.Permissions.connect:1 of -msgid "Returns ``True`` if a user can connect to a voice channel." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions.all:1 +msgid "A factory method that returns a :class:`AllowedMentions` with all fields explicitly set to ``True``" msgstr "" -#: ../../docstring discord.Permissions.speak:1 of -msgid "Returns ``True`` if a user can speak in a voice channel." +#: ../../../discord/mentions.py:docstring of discord.mentions.AllowedMentions.none:1 +msgid "A factory method that returns a :class:`AllowedMentions` with all fields set to ``False``" msgstr "" -#: ../../docstring discord.Permissions.mute_members:1 of -msgid "Returns ``True`` if a user can mute other users." +#: ../../api.rst:4024 +msgid "MessageReference" msgstr "" -#: ../../docstring discord.Permissions.deafen_members:1 of -msgid "Returns ``True`` if a user can deafen other users." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:1 +msgid "Represents a reference to a :class:`~discord.Message`." msgstr "" -#: ../../docstring discord.Permissions.move_members:1 of -msgid "Returns ``True`` if a user can move users between other voice channels." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:5 +msgid "This class can now be constructed by users." msgstr "" -#: ../../docstring discord.Permissions.use_voice_activation:1 of -msgid "Returns ``True`` if a user can use voice activation in voice channels." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:10 +msgid "The id of the message referenced." msgstr "" -#: ../../docstring discord.Permissions.change_nickname:1 of -msgid "Returns ``True`` if a user can change their nickname in the guild." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:16 +msgid "The channel id of the message referenced." msgstr "" -#: ../../docstring discord.Permissions.manage_nicknames:1 of -msgid "Returns ``True`` if a user can change other user's nickname in the guild." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:22 +msgid "The guild id of the message referenced." msgstr "" -#: ../../docstring discord.Permissions.manage_roles:1 of -msgid "" -"Returns ``True`` if a user can create or edit roles less than their " -"role's position." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:28 +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:7 +msgid "Whether replying to the referenced message should raise :class:`HTTPException` if the message no longer exists or Discord could not fetch the message." msgstr "" -#: ../../docstring discord.Permissions.manage_roles:3 of -msgid "" -"This also corresponds to the \"Manage Permissions\" channel-specific " -"override." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:37 +msgid "The message that this reference resolved to. If this is ``None`` then the original message was not fetched either due to the Discord API not attempting to resolve it or it not being available at the time of creation. If the message was resolved at a prior point but has since been deleted then this will be of type :class:`DeletedReferencedMessage`." msgstr "" -#: ../../docstring discord.Permissions.manage_permissions:1 of -#, fuzzy -msgid "An alias for :attr:`manage_roles`." -msgstr ":attr:`extreme` のエイリアス。" - -#: ../../docstring discord.Permissions.manage_webhooks:1 of -msgid "Returns ``True`` if a user can create, edit, or delete webhooks." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:43 +msgid "Currently, this is mainly the replied to message when a user replies to a message." msgstr "" -#: ../../docstring discord.Permissions.manage_emojis:1 of -msgid "Returns ``True`` if a user can create, edit, or delete emojis." +#: ../../../discord/message.py:docstring of discord.message.MessageReference:47 +msgid "Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`]]" msgstr "" -#: ../../docstring discord.Permissions.manage_emojis_and_stickers:1 of -#, fuzzy -msgid "An alias for :attr:`manage_emojis`." -msgstr ":attr:`extreme` のエイリアス。" +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:1 +msgid "Creates a :class:`MessageReference` from an existing :class:`~discord.Message`." +msgstr "" -#: ../../docstring discord.Permissions.use_slash_commands:1 of -#, fuzzy -msgid "Returns ``True`` if a user can use slash commands." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:5 +msgid "The message to be converted into a reference." +msgstr "" -#: ../../docstring discord.Permissions.request_to_speak:1 of -msgid "Returns ``True`` if a user can request to speak in a stage channel." +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:7 +msgid "Whether replying to the referenced message should raise :class:`HTTPException` if the message no longer exists or Discord could not fetch the message. .. versionadded:: 1.7" msgstr "" -#: ../../docstring discord.Permissions.manage_events:1 of -msgid "Returns ``True`` if a user can manage guild events." +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:13 +msgid "A reference to the message." msgstr "" -#: ../../docstring discord.Permissions.manage_threads:1 of -msgid "Returns ``True`` if a user can manage threads." +#: ../../../discord/message.py:docstring of discord.message.MessageReference.from_message:14 +msgid ":class:`MessageReference`" msgstr "" -#: ../../docstring discord.Permissions.create_public_threads:1 of -msgid "Returns ``True`` if a user can create public threads." +#: ../../../discord/message.py:docstring of discord.MessageReference.cached_message:3 +msgid "Optional[:class:`~discord.Message`]" msgstr "" -#: ../../docstring discord.Permissions.create_private_threads:1 of -#, fuzzy -msgid "Returns ``True`` if a user can create private threads." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../../discord/message.py:docstring of discord.MessageReference.jump_url:1 +msgid "Returns a URL that allows the client to jump to the referenced message." +msgstr "" -#: ../../docstring discord.Permissions.external_stickers:1 of -#, fuzzy -msgid "Returns ``True`` if a user can use stickers from other guilds." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../api.rst:4032 +msgid "PartialMessage" +msgstr "" -#: ../../docstring discord.Permissions.use_external_stickers:1 of -#, fuzzy -msgid "An alias for :attr:`external_stickers`." -msgstr ":attr:`extreme` のエイリアス。" +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:1 +msgid "Represents a partial message to aid with working messages when only a message and channel ID are present." +msgstr "" -#: ../../docstring discord.Permissions.send_messages_in_threads:1 of -msgid "Returns ``True`` if a user can send messages in threads." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:4 +msgid "There are two ways to construct this class. The first one is through the constructor itself, and the second is via the following:" msgstr "" -#: ../../docstring discord.Permissions.start_embedded_activities:1 of -msgid "" -"Returns ``True`` if a user can launch an embedded application in a Voice " -"channel." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:7 +msgid ":meth:`TextChannel.get_partial_message`" msgstr "" -#: ../../docstring discord.Permissions.moderate_members:1 of -#, fuzzy -msgid "Returns ``True`` if a user can time out other members." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:8 +msgid ":meth:`Thread.get_partial_message`" +msgstr "" -#: ../../api.rst:4108 -msgid "PermissionOverwrite" +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:9 +msgid ":meth:`DMChannel.get_partial_message`" msgstr "" -#: discord.permissions.PermissionOverwrite:1 of -msgid "A type that is used to represent a channel specific permission." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:19 +msgid "Checks if two partial messages are equal." msgstr "" -#: discord.permissions.PermissionOverwrite:3 of -msgid "" -"Unlike a regular :class:`Permissions`\\, the default value of a " -"permission is equivalent to ``None`` and not ``False``. Setting a value " -"to ``False`` is **explicitly** denying that permission, while setting a " -"value to ``True`` is **explicitly** allowing that permission." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:23 +msgid "Checks if two partial messages are not equal." msgstr "" -#: discord.permissions.PermissionOverwrite:9 of -msgid "" -"The values supported by this are the same as :class:`Permissions` with " -"the added possibility of it being set to ``None``." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:27 +msgid "Returns the partial message's hash." msgstr "" -#: discord.permissions.PermissionOverwrite:16 of -msgid "Checks if two overwrites are equal." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:31 +msgid "The channel associated with this partial message." msgstr "" -#: discord.permissions.PermissionOverwrite:19 of -msgid "Checks if two overwrites are not equal." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage:33 +msgid "Union[:class:`PartialMessageable`, :class:`TextChannel`, :class:`Thread`, :class:`DMChannel`]" msgstr "" -#: discord.permissions.PermissionOverwrite:26 of -msgid "Set the value of permissions by their name." +#: ../../../discord/message.py:docstring of discord.PartialMessage.created_at:1 +msgid "The partial message's creation time in UTC." msgstr "" -#: discord.permissions.PermissionOverwrite.pair:1 of -msgid "" -"Tuple[:class:`Permissions`, :class:`Permissions`]: Returns the (allow, " -"deny) pair from this overwrite." +#: ../../docstring of discord.PartialMessage.guild:1 +msgid "The guild that the partial message belongs to, if applicable." msgstr "" -#: discord.permissions.PermissionOverwrite.from_pair:1 of -msgid "Creates an overwrite from an allow/deny pair of :class:`Permissions`." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:3 +msgid "Fetches the partial message to a full :class:`Message`." msgstr "" -#: discord.permissions.PermissionOverwrite.is_empty:1 of -msgid "Checks if the permission overwrite is currently empty." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:5 +msgid "The message was not found." msgstr "" -#: discord.permissions.PermissionOverwrite.is_empty:3 of -msgid "" -"An empty permission overwrite is one that has no overwrites set to " -"``True`` or ``False``." +#: ../../../discord/message.py:docstring of discord.message.PartialMessage.fetch:9 +msgid "The full message." msgstr "" -#: discord.permissions.PermissionOverwrite.is_empty:6 of -msgid "Indicates if the overwrite is empty." +#: ../../api.rst:4040 +msgid "Intents" msgstr "" -#: discord.permissions.PermissionOverwrite.update:1 of -msgid "Bulk updates this permission overwrite object." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:1 +msgid "Wraps up a Discord gateway intent flag." msgstr "" -#: discord.permissions.PermissionOverwrite.update:7 of -msgid "A list of key/value pairs to bulk update with." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:3 +msgid "Similar to :class:`Permissions`\\, the properties provided are two way. You can set and retrieve individual bits using the properties as if they were regular bools." msgstr "" -#: ../../api.rst:4116 -msgid "ShardInfo" +#: ../../../discord/flags.py:docstring of discord.flags.Intents:7 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:12 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:7 +msgid "To construct an object you can pass keyword arguments denoting the flags to enable or disable." msgstr "" -#: discord.shard.ShardInfo:1 of -msgid "A class that gives information and control over a specific shard." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:10 +msgid "This is used to disable certain gateway features that are unnecessary to run your bot. To make use of this, it is passed to the ``intents`` keyword argument of :class:`Client`." msgstr "" -#: discord.shard.ShardInfo:3 of -msgid "" -"You can retrieve this object via :meth:`AutoShardedClient.get_shard` or " -":attr:`AutoShardedClient.shards`." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:20 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:23 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:14 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:9 +msgid "Checks if two flags are equal." msgstr "" -#: discord.shard.ShardInfo:10 of -#, fuzzy -msgid "The shard ID for this shard." -msgstr "準備が完了したShard ID。" +#: ../../../discord/flags.py:docstring of discord.flags.Intents:23 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:26 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:17 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:12 +msgid "Checks if two flags are not equal." +msgstr "" -#: discord.shard.ShardInfo:16 of -msgid "" -"The shard count for this cluster. If this is ``None`` then the bot has " -"not started yet." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:26 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:29 +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:13 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:20 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:15 +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:13 +msgid "Return the flag's hash." msgstr "" -#: discord.shard.ShardInfo.is_closed:1 of -msgid ":class:`bool`: Whether the shard connection is currently closed." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:29 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:32 +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:23 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:18 +msgid "Returns an iterator of ``(name, value)`` pairs. This allows it to be, for example, constructed as a dict or a list of pairs." msgstr "" -#: discord.shard.ShardInfo.disconnect:3 of -msgid "" -"Disconnects a shard. When this is called, the shard connection will no " -"longer be open." +#: ../../../discord/flags.py:docstring of discord.flags.Intents:34 +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:37 +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:24 +msgid "The raw value. You should query flags via the properties rather than using this raw value." msgstr "" -#: discord.shard.ShardInfo.disconnect:6 of -msgid "If the shard is already disconnected this does nothing." +#: ../../../discord/flags.py:docstring of discord.flags.Intents.all:1 +msgid "A factory method that creates a :class:`Intents` with everything enabled." msgstr "" -#: discord.shard.ShardInfo.reconnect:3 of -msgid "Disconnects and then connects the shard again." +#: ../../../discord/flags.py:docstring of discord.flags.Intents.none:1 +msgid "A factory method that creates a :class:`Intents` with everything disabled." msgstr "" -#: discord.shard.ShardInfo.connect:3 of -msgid "Connects a shard. If the shard is already connected this does nothing." +#: ../../../discord/flags.py:docstring of discord.flags.Intents.default:1 +msgid "A factory method that creates a :class:`Intents` with everything enabled except :attr:`presences`, :attr:`members`, and :attr:`message_content`." msgstr "" -#: discord.ShardInfo.latency:1 of -msgid "" -"Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds for " -"this shard." +#: ../../docstring of discord.Intents.guilds:1 +msgid "Whether guild related events are enabled." msgstr "" -#: ../../api.rst:4124 -msgid "SystemChannelFlags" +#: ../../docstring of discord.Intents.guilds:3 +#: ../../docstring of discord.Intents.members:3 +#: ../../docstring of discord.Intents.bans:3 +#: ../../docstring of discord.Intents.emojis_and_stickers:5 +#: ../../docstring of discord.Intents.integrations:3 +#: ../../docstring of discord.Intents.webhooks:3 +#: ../../docstring of discord.Intents.invites:3 +#: ../../docstring of discord.Intents.voice_states:3 +#: ../../docstring of discord.Intents.presences:3 +#: ../../docstring of discord.Intents.messages:5 +#: ../../docstring of discord.Intents.guild_messages:5 +#: ../../docstring of discord.Intents.dm_messages:5 +#: ../../docstring of discord.Intents.reactions:5 +#: ../../docstring of discord.Intents.guild_reactions:5 +#: ../../docstring of discord.Intents.dm_reactions:5 +#: ../../docstring of discord.Intents.typing:5 +#: ../../docstring of discord.Intents.guild_typing:5 +#: ../../docstring of discord.Intents.dm_typing:5 +#: ../../docstring of discord.Intents.guild_scheduled_events:3 +msgid "This corresponds to the following events:" msgstr "" -#: discord.flags.SystemChannelFlags:1 of -msgid "Wraps up a Discord system channel flag value." +#: ../../docstring of discord.Intents.guilds:5 +msgid ":func:`on_guild_join`" msgstr "" -#: discord.flags.SystemChannelFlags:3 of -msgid "" -"Similar to :class:`Permissions`\\, the properties provided are two way. " -"You can set and retrieve individual bits using the properties as if they " -"were regular bools. This allows you to edit the system flags easily." +#: ../../docstring of discord.Intents.guilds:6 +msgid ":func:`on_guild_remove`" msgstr "" -#: discord.flags.MessageFlags:25 discord.flags.PublicUserFlags:24 -#: discord.flags.SystemChannelFlags:28 of -msgid "" -"The raw value. This value is a bit array field of a 53-bit integer " -"representing the currently available flags. You should query flags via " -"the properties rather than using this raw value." +#: ../../docstring of discord.Intents.guilds:7 +msgid ":func:`on_guild_available`" msgstr "" -#: ../../docstring discord.SystemChannelFlags.join_notifications:1 of -msgid "" -"Returns ``True`` if the system channel is used for member join " -"notifications." +#: ../../docstring of discord.Intents.guilds:8 +msgid ":func:`on_guild_unavailable`" msgstr "" -#: ../../docstring discord.SystemChannelFlags.premium_subscriptions:1 of -msgid "" -"Returns ``True`` if the system channel is used for \"Nitro boosting\" " -"notifications." +#: ../../docstring of discord.Intents.guilds:9 +msgid ":func:`on_guild_channel_update`" msgstr "" -#: ../../docstring discord.SystemChannelFlags.guild_reminder_notifications:1 of -msgid "" -"Returns ``True`` if the system channel is used for server setup helpful " -"tips notifications." +#: ../../docstring of discord.Intents.guilds:10 +msgid ":func:`on_guild_channel_create`" msgstr "" -#: ../../docstring discord.SystemChannelFlags.join_notification_replies:1 of -msgid "" -"Returns ``True`` if sticker reply button (\"Wave to say hi!\") is shown " -"for member join notifications." +#: ../../docstring of discord.Intents.guilds:11 +msgid ":func:`on_guild_channel_delete`" msgstr "" -#: ../../api.rst:4132 -msgid "MessageFlags" +#: ../../docstring of discord.Intents.guilds:12 +msgid ":func:`on_guild_channel_pins_update`" msgstr "" -#: discord.flags.MessageFlags:1 of -msgid "Wraps up a Discord Message flag value." +#: ../../docstring of discord.Intents.guilds:14 +#: ../../docstring of discord.Intents.members:10 +#: ../../docstring of discord.Intents.emojis_and_stickers:10 +#: ../../docstring of discord.Intents.voice_states:7 +#: ../../docstring of discord.Intents.presences:7 +#: ../../docstring of discord.Intents.messages:13 +#: ../../docstring of discord.Intents.guild_messages:13 +#: ../../docstring of discord.Intents.dm_messages:13 +#: ../../docstring of discord.Intents.reactions:14 +#: ../../docstring of discord.Intents.guild_reactions:14 +#: ../../docstring of discord.Intents.dm_reactions:14 +msgid "This also corresponds to the following attributes and classes in terms of cache:" msgstr "" -#: discord.flags.MessageFlags:3 of -msgid "See :class:`SystemChannelFlags`." +#: ../../docstring of discord.Intents.guilds:16 +msgid ":attr:`Client.guilds`" +msgstr ":attr:`Client.guilds`" + +#: ../../docstring of discord.Intents.guilds:17 +msgid ":class:`Guild` and all its attributes." msgstr "" -#: ../../docstring discord.MessageFlags.crossposted:1 of -msgid "Returns ``True`` if the message is the original crossposted message." +#: ../../docstring of discord.Intents.guilds:18 +msgid ":meth:`Client.get_channel`" msgstr "" -#: ../../docstring discord.MessageFlags.is_crossposted:1 of -msgid "Returns ``True`` if the message was crossposted from another channel." +#: ../../docstring of discord.Intents.guilds:19 +msgid ":meth:`Client.get_all_channels`" msgstr "" -#: ../../docstring discord.MessageFlags.suppress_embeds:1 of -msgid "Returns ``True`` if the message's embeds have been suppressed." +#: ../../docstring of discord.Intents.guilds:21 +msgid "It is highly advisable to leave this intent enabled for your bot to function." msgstr "" -#: ../../docstring discord.MessageFlags.source_message_deleted:1 of -msgid "" -"Returns ``True`` if the source message for this crosspost has been " -"deleted." +#: ../../docstring of discord.Intents.members:1 +msgid "Whether guild member related events are enabled." msgstr "" -#: ../../docstring discord.MessageFlags.urgent:1 of -msgid "Returns ``True`` if the source message is an urgent message." +#: ../../docstring of discord.Intents.members:5 +msgid ":func:`on_member_join`" +msgstr ":func:`on_member_join`" + +#: ../../docstring of discord.Intents.members:6 +msgid ":func:`on_member_remove`" +msgstr ":func:`on_member_remove`" + +#: ../../docstring of discord.Intents.members:7 +msgid ":func:`on_member_update`" +msgstr ":func:`on_member_update`" + +#: ../../docstring of discord.Intents.members:8 +msgid ":func:`on_user_update`" msgstr "" -#: ../../docstring discord.MessageFlags.urgent:3 of -msgid "An urgent message is one sent by Discord Trust and Safety." +#: ../../docstring of discord.Intents.members:12 +msgid ":meth:`Client.get_all_members`" msgstr "" -#: ../../docstring discord.MessageFlags.has_thread:1 of -#, fuzzy -msgid "Returns ``True`` if the source message is associated with a thread." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../docstring of discord.Intents.members:13 +msgid ":meth:`Client.get_user`" +msgstr "" -#: ../../docstring discord.MessageFlags.ephemeral:1 of -#, fuzzy -msgid "Returns ``True`` if the source message is ephemeral." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../docstring of discord.Intents.members:14 +msgid ":meth:`Guild.chunk`" +msgstr "" -#: ../../api.rst:4140 -msgid "PublicUserFlags" +#: ../../docstring of discord.Intents.members:15 +msgid ":meth:`Guild.fetch_members`" msgstr "" -#: discord.flags.PublicUserFlags:1 of -msgid "Wraps up the Discord User Public flags." +#: ../../docstring of discord.Intents.members:16 +msgid ":meth:`Guild.get_member`" msgstr "" -#: discord.flags.PublicUserFlags:7 of -#, fuzzy -msgid "Checks if two PublicUserFlags are equal." -msgstr "二つのユーザーが等しいかを比較します。" +#: ../../docstring of discord.Intents.members:17 +msgid ":attr:`Guild.members`" +msgstr ":attr:`Guild.members`" -#: discord.flags.PublicUserFlags:10 of -#, fuzzy -msgid "Checks if two PublicUserFlags are not equal." -msgstr "二つのユーザーが等しいものではないか比較します。" +#: ../../docstring of discord.Intents.members:18 +msgid ":attr:`Member.roles`" +msgstr ":attr:`Member.roles`" -#: ../../docstring discord.PublicUserFlags.staff:1 of -msgid "Returns ``True`` if the user is a Discord Employee." -msgstr "" +#: ../../docstring of discord.Intents.members:19 +msgid ":attr:`Member.nick`" +msgstr ":attr:`Member.nick`" -#: ../../docstring discord.PublicUserFlags.partner:1 of -#, fuzzy -msgid "Returns ``True`` if the user is a Discord Partner." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../docstring of discord.Intents.members:20 +msgid ":attr:`Member.premium_since`" +msgstr ":attr:`Member.premium_since`" -#: ../../docstring discord.PublicUserFlags.hypesquad:1 of -msgid "Returns ``True`` if the user is a HypeSquad Events member." +#: ../../docstring of discord.Intents.members:21 +msgid ":attr:`User.name`" +msgstr ":attr:`User.name`" + +#: ../../docstring of discord.Intents.members:22 +msgid ":attr:`User.avatar`" msgstr "" -#: ../../docstring discord.PublicUserFlags.bug_hunter:1 of -#, fuzzy -msgid "Returns ``True`` if the user is a Bug Hunter" -msgstr "ユーザーがバグハンターかを示す真偽値。" +#: ../../docstring of discord.Intents.members:23 +msgid ":attr:`User.discriminator`" +msgstr ":attr:`User.discriminator`" -#: ../../docstring discord.PublicUserFlags.hypesquad_bravery:1 of -msgid "Returns ``True`` if the user is a HypeSquad Bravery member." +#: ../../docstring of discord.Intents.members:25 +msgid "For more information go to the :ref:`member intent documentation `." msgstr "" -#: ../../docstring discord.PublicUserFlags.hypesquad_brilliance:1 of -msgid "Returns ``True`` if the user is a HypeSquad Brilliance member." +#: ../../docstring of discord.Intents.members:29 +#: ../../docstring of discord.Intents.presences:17 +#: ../../docstring of discord.Intents.message_content:19 +msgid "Currently, this requires opting in explicitly via the developer portal as well. Bots in over 100 guilds will need to apply to Discord for verification." msgstr "" -#: ../../docstring discord.PublicUserFlags.hypesquad_balance:1 of -msgid "Returns ``True`` if the user is a HypeSquad Balance member." +#: ../../docstring of discord.Intents.bans:1 +msgid "Whether guild ban related events are enabled." msgstr "" -#: ../../docstring discord.PublicUserFlags.early_supporter:1 of -msgid "Returns ``True`` if the user is an Early Supporter." +#: ../../docstring of discord.Intents.bans:5 +msgid ":func:`on_member_ban`" msgstr "" -#: ../../docstring discord.PublicUserFlags.team_user:1 of -msgid "Returns ``True`` if the user is a Team User." +#: ../../docstring of discord.Intents.bans:6 +msgid ":func:`on_member_unban`" msgstr "" -#: ../../docstring discord.PublicUserFlags.system:1 of -msgid "" -"Returns ``True`` if the user is a system user (i.e. represents Discord " -"officially)." +#: ../../docstring of discord.Intents.bans:8 +#: ../../docstring of discord.Intents.integrations:10 +#: ../../docstring of discord.Intents.webhooks:7 +#: ../../docstring of discord.Intents.invites:8 +#: ../../docstring of discord.Intents.typing:9 +#: ../../docstring of discord.Intents.guild_typing:9 +#: ../../docstring of discord.Intents.dm_typing:9 +msgid "This does not correspond to any attributes or classes in the library in terms of cache." msgstr "" -#: ../../docstring discord.PublicUserFlags.bug_hunter_level_2:1 of -msgid "Returns ``True`` if the user is a Bug Hunter Level 2" +#: ../../docstring of discord.Intents.emojis:1 +msgid "Alias of :attr:`.emojis_and_stickers`." msgstr "" -#: ../../docstring discord.PublicUserFlags.verified_bot:1 of -#, fuzzy -msgid "Returns ``True`` if the user is a Verified Bot." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" - -#: ../../docstring discord.PublicUserFlags.verified_bot_developer:1 of -msgid "Returns ``True`` if the user is an Early Verified Bot Developer." +#: ../../docstring of discord.Intents.emojis:3 +msgid "Changed to an alias." msgstr "" -#: ../../docstring discord.PublicUserFlags.early_verified_bot_developer:1 of -#, fuzzy -msgid "An alias for :attr:`verified_bot_developer`." -msgstr ":attr:`dnd` のエイリアス。" - -#: ../../docstring discord.PublicUserFlags.discord_certified_moderator:1 of -#, fuzzy -msgid "Returns ``True`` if the user is a Discord Certified Moderator." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../docstring of discord.Intents.emojis_and_stickers:1 +msgid "Whether guild emoji and sticker related events are enabled." +msgstr "" -#: ../../docstring discord.PublicUserFlags.bot_http_interactions:1 of -msgid "" -"Returns ``True`` if the user is a bot that only uses HTTP interactions " -"and is shown in the online member list." +#: ../../docstring of discord.Intents.emojis_and_stickers:7 +msgid ":func:`on_guild_emojis_update`" msgstr "" -#: ../../docstring discord.PublicUserFlags.spammer:1 of -#, fuzzy -msgid "Returns ``True`` if the user is flagged as a spammer by Discord." -msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../docstring of discord.Intents.emojis_and_stickers:8 +msgid ":func:`on_guild_stickers_update`" +msgstr "" -#: discord.flags.PublicUserFlags.all:1 of -#, fuzzy -msgid "List[:class:`UserFlags`]: Returns all public flags the user has." -msgstr "List[:class:`User`] -- ユーザーが持つすべてのリレーションシップを返します。" +#: ../../docstring of discord.Intents.emojis_and_stickers:14 +msgid ":meth:`Client.get_emoji`" +msgstr "" -#: ../../api.rst:4150 -msgid "Bot UI Kit" +#: ../../docstring of discord.Intents.emojis_and_stickers:15 +msgid ":meth:`Client.get_sticker`" msgstr "" -#: ../../api.rst:4152 -msgid "The library has helpers to help create component-based UIs." +#: ../../docstring of discord.Intents.emojis_and_stickers:16 +msgid ":meth:`Client.emojis`" msgstr "" -#: ../../api.rst:4155 -msgid "View" +#: ../../docstring of discord.Intents.emojis_and_stickers:17 +msgid ":meth:`Client.stickers`" msgstr "" -#: discord.ui.view.View:1 of -#, fuzzy -msgid "Represents a UI view." -msgstr "オーディオストリームを表します。" +#: ../../docstring of discord.Intents.emojis_and_stickers:18 +msgid ":attr:`Guild.emojis`" +msgstr ":attr:`Guild.emojis`" -#: discord.ui.view.View:3 of -msgid "This object must be inherited to create a UI within Discord." +#: ../../docstring of discord.Intents.emojis_and_stickers:19 +msgid ":attr:`Guild.stickers`" msgstr "" -#: discord.ui.modal.Modal:9 discord.ui.view.View:7 of -msgid "" -"Timeout in seconds from last interaction with the UI before no longer " -"accepting input. If ``None`` then there is no timeout." +#: ../../docstring of discord.Intents.integrations:1 +msgid "Whether guild integration related events are enabled." msgstr "" -#: discord.ui.modal.Modal:18 discord.ui.view.View:13 of -msgid "" -"Timeout from last interaction with the UI before no longer accepting " -"input. If ``None`` then there is no timeout." +#: ../../docstring of discord.Intents.integrations:5 +msgid ":func:`on_guild_integrations_update`" msgstr "" -#: discord.ui.modal.Modal:21 discord.ui.view.View:16 of -#, fuzzy -msgid "Optional[:class:`float`]" -msgstr ":class:`str`" - -#: discord.ui.modal.Modal:31 discord.ui.view.View:20 of -msgid "The list of children attached to this view." +#: ../../docstring of discord.Intents.integrations:6 +msgid ":func:`on_integration_create`" msgstr "" -#: discord.ui.modal.Modal:33 discord.ui.view.View:22 of -#, fuzzy -msgid "List[:class:`Item`]" -msgstr ":class:`str`" - -#: discord.ui.view.View.from_message:1 of -msgid "Converts a message's components into a :class:`View`." +#: ../../docstring of discord.Intents.integrations:7 +msgid ":func:`on_integration_update`" msgstr "" -#: discord.ui.view.View.from_message:3 of -msgid "" -"The :attr:`.Message.components` of a message are read-only and separate " -"types from those in the ``discord.ui`` namespace. In order to modify and " -"edit message components they must be converted into a :class:`View` " -"first." +#: ../../docstring of discord.Intents.integrations:8 +msgid ":func:`on_raw_integration_delete`" msgstr "" -#: discord.ui.view.View.from_message:8 of -msgid "The message with components to convert into a view." +#: ../../docstring of discord.Intents.webhooks:1 +msgid "Whether guild webhook related events are enabled." msgstr "" -#: discord.ui.view.View.from_message:10 of -#, fuzzy -msgid "The timeout of the converted view." -msgstr "ギルドの名前。" - -#: discord.ui.view.View.from_message:13 of -msgid "" -"The converted view. This always returns a :class:`View` and not one of " -"its subclasses." +#: ../../docstring of discord.Intents.webhooks:5 +msgid ":func:`on_webhooks_update`" msgstr "" -#: discord.ui.view.View.from_message:15 of -#, fuzzy -msgid ":class:`View`" -msgstr ":class:`.Profile`" +#: ../../docstring of discord.Intents.invites:1 +msgid "Whether guild invite related events are enabled." +msgstr "" -#: discord.ui.view.View.add_item:1 of -#, fuzzy -msgid "Adds an item to the view." -msgstr "ギルドの名前。" +#: ../../docstring of discord.Intents.invites:5 +msgid ":func:`on_invite_create`" +msgstr "" -#: discord.ui.view.View.add_item:3 of -#, fuzzy -msgid "The item to add to the view." -msgstr ":class:`User` – 招待を作成したユーザー。" +#: ../../docstring of discord.Intents.invites:6 +msgid ":func:`on_invite_delete`" +msgstr "" -#: discord.ui.view.View.add_item:6 of -msgid "An :class:`Item` was not passed." +#: ../../docstring of discord.Intents.voice_states:1 +msgid "Whether guild voice state related events are enabled." msgstr "" -#: discord.ui.view.View.add_item:7 of -msgid "" -"Maximum number of children has been exceeded (25) or the row the item" -" is trying to be added to is full." +#: ../../docstring of discord.Intents.voice_states:5 +msgid ":func:`on_voice_state_update`" msgstr "" -#: discord.ui.view.View.remove_item:1 of -#, fuzzy -msgid "Removes an item from the view." -msgstr "埋め込みからすべてのフィールドを削除します。" +#: ../../docstring of discord.Intents.voice_states:9 +msgid ":attr:`VoiceChannel.members`" +msgstr ":attr:`VoiceChannel.members`" -#: discord.ui.view.View.remove_item:3 of -#, fuzzy -msgid "The item to remove from the view." -msgstr "ギルドの名前。" +#: ../../docstring of discord.Intents.voice_states:10 +msgid ":attr:`VoiceChannel.voice_states`" +msgstr ":attr:`VoiceChannel.voice_states`" -#: discord.ui.view.View.clear_items:1 of -#, fuzzy -msgid "Removes all items from the view." -msgstr "埋め込みからすべてのフィールドを削除します。" +#: ../../docstring of discord.Intents.voice_states:11 +msgid ":attr:`Member.voice`" +msgstr ":attr:`Member.voice`" -#: discord.ui.view.View.interaction_check:3 of -msgid "" -"A callback that is called when an interaction happens within the view " -"that checks whether the view should process item callbacks for the " -"interaction." +#: ../../docstring of discord.Intents.voice_states:15 +msgid "This intent is required to connect to voice." msgstr "" -#: discord.ui.view.View.interaction_check:6 of -msgid "" -"This is useful to override if, for example, you want to ensure that the " -"interaction author is a given user." +#: ../../docstring of discord.Intents.presences:1 +msgid "Whether guild presence related events are enabled." msgstr "" -#: discord.ui.view.View.interaction_check:9 of -msgid "The default implementation of this returns ``True``." +#: ../../docstring of discord.Intents.presences:5 +msgid ":func:`on_presence_update`" msgstr "" -#: discord.ui.view.View.interaction_check:13 of -msgid "" -"If an exception occurs within the body then the check is considered a " -"failure and :meth:`on_error` is called." -msgstr "" +#: ../../docstring of discord.Intents.presences:9 +msgid ":attr:`Member.activities`" +msgstr ":attr:`Member.activities`" -#: discord.ui.view.View.interaction_check:16 of -#, fuzzy -msgid "The interaction that occurred." -msgstr "除去されたリアクション。" +#: ../../docstring of discord.Intents.presences:10 +msgid ":attr:`Member.status`" +msgstr ":attr:`Member.status`" -#: discord.ui.view.View.interaction_check:19 of -#, fuzzy -msgid "Whether the view children's callbacks should be called." -msgstr "フィールドをインライン表示するかどうか。" +#: ../../docstring of discord.Intents.presences:11 +msgid ":attr:`Member.raw_status`" +msgstr ":attr:`Member.raw_status`" -#: discord.ui.view.View.on_timeout:3 of -msgid "" -"A callback that is called when a view's timeout elapses without being " -"explicitly stopped." +#: ../../docstring of discord.Intents.presences:13 +msgid "For more information go to the :ref:`presence intent documentation `." msgstr "" -#: discord.ui.view.View.on_error:3 of -msgid "" -"A callback that is called when an item's callback or " -":meth:`interaction_check` fails with an error." +#: ../../docstring of discord.Intents.messages:1 +msgid "Whether guild and direct message related events are enabled." msgstr "" -#: discord.ui.modal.Modal.on_error:6 discord.ui.view.View.on_error:6 of -msgid "The default implementation prints the traceback to stderr." +#: ../../docstring of discord.Intents.messages:3 +msgid "This is a shortcut to set or get both :attr:`guild_messages` and :attr:`dm_messages`." msgstr "" -#: discord.ui.modal.Modal.on_error:8 discord.ui.view.View.on_error:8 of -#, fuzzy -msgid "The exception that was raised." -msgstr "参加したギルド。" - -#: discord.ui.view.View.on_error:10 of -msgid "The item that failed the dispatch." +#: ../../docstring of discord.Intents.messages:7 +msgid ":func:`on_message` (both guilds and DMs)" msgstr "" -#: discord.ui.modal.Modal.on_error:10 discord.ui.view.View.on_error:12 of -#, fuzzy -msgid "The interaction that led to the failure." -msgstr "ギルドの名前。" +#: ../../docstring of discord.Intents.messages:8 +msgid ":func:`on_message_edit` (both guilds and DMs)" +msgstr "" -#: discord.ui.view.View.stop:1 of -msgid "Stops listening to interaction events from this view." +#: ../../docstring of discord.Intents.messages:9 +msgid ":func:`on_message_delete` (both guilds and DMs)" msgstr "" -#: discord.ui.view.View.stop:3 of -msgid "This operation cannot be undone." +#: ../../docstring of discord.Intents.messages:10 +msgid ":func:`on_raw_message_delete` (both guilds and DMs)" msgstr "" -#: discord.ui.view.View.is_finished:1 of -#, fuzzy -msgid ":class:`bool`: Whether the view has finished interacting." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../docstring of discord.Intents.messages:11 +msgid ":func:`on_raw_message_edit` (both guilds and DMs)" +msgstr "" -#: discord.ui.view.View.is_dispatching:1 of -msgid ":class:`bool`: Whether the view has been added for dispatching purposes." +#: ../../docstring of discord.Intents.messages:16 +msgid ":attr:`Client.cached_messages`" msgstr "" -#: discord.ui.view.View.is_persistent:1 of -#, fuzzy -msgid ":class:`bool`: Whether the view is set up as persistent." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../docstring of discord.Intents.messages:18 +#: ../../docstring of discord.Intents.guild_messages:18 +#: ../../docstring of discord.Intents.dm_messages:18 +msgid "Note that due to an implicit relationship this also corresponds to the following events:" +msgstr "" -#: discord.ui.view.View.is_persistent:3 of -msgid "" -"A persistent view has all their components with a set ``custom_id`` and a" -" :attr:`timeout` set to ``None``." +#: ../../docstring of discord.Intents.messages:20 +#: ../../docstring of discord.Intents.reactions:7 +msgid ":func:`on_reaction_add` (both guilds and DMs)" msgstr "" -#: discord.ui.view.View.wait:1 of -msgid "Waits until the view has finished interacting." +#: ../../docstring of discord.Intents.messages:21 +#: ../../docstring of discord.Intents.reactions:8 +msgid ":func:`on_reaction_remove` (both guilds and DMs)" msgstr "" -#: discord.ui.view.View.wait:3 of -msgid "A view is considered finished when :meth:`stop` is called or it times out." +#: ../../docstring of discord.Intents.messages:22 +#: ../../docstring of discord.Intents.reactions:9 +msgid ":func:`on_reaction_clear` (both guilds and DMs)" msgstr "" -#: discord.ui.view.View.wait:6 of -msgid "" -"If ``True``, then the view timed out. If ``False`` then the view finished" -" normally." +#: ../../docstring of discord.Intents.guild_messages:1 +msgid "Whether guild message related events are enabled." msgstr "" -#: ../../api.rst:4163 -msgid "Modal" +#: ../../docstring of discord.Intents.guild_messages:3 +msgid "See also :attr:`dm_messages` for DMs or :attr:`messages` for both." msgstr "" -#: discord.ui.modal.Modal:1 of -#, fuzzy -msgid "Represents a UI modal." -msgstr "Discordの埋め込みを表します。" +#: ../../docstring of discord.Intents.guild_messages:7 +msgid ":func:`on_message` (only for guilds)" +msgstr "" -#: discord.ui.modal.Modal:3 of -msgid "" -"This object must be inherited to create a modal popup window within " -"discord." +#: ../../docstring of discord.Intents.guild_messages:8 +msgid ":func:`on_message_edit` (only for guilds)" msgstr "" -#: discord.ui.modal.Modal:7 discord.ui.modal.Modal:25 of -#, fuzzy -msgid "The title of the modal." -msgstr "ギルドの名前。" +#: ../../docstring of discord.Intents.guild_messages:9 +msgid ":func:`on_message_delete` (only for guilds)" +msgstr "" -#: discord.ui.modal.Modal:12 of -msgid "" -"The ID of the modal that gets received during an interaction. If not " -"given then one is generated for you." +#: ../../docstring of discord.Intents.guild_messages:10 +msgid ":func:`on_raw_message_delete` (only for guilds)" msgstr "" -#: discord.ui.modal.Modal:37 of -msgid "The ID of the modal that gets received during an interaction." +#: ../../docstring of discord.Intents.guild_messages:11 +msgid ":func:`on_raw_message_edit` (only for guilds)" msgstr "" -#: discord.ui.modal.Modal.on_submit:3 of -#, fuzzy -msgid "Called when the modal is submitted." -msgstr "クライアントがセッションを再開したときに呼び出されます。" +#: ../../docstring of discord.Intents.guild_messages:16 +msgid ":attr:`Client.cached_messages` (only for guilds)" +msgstr "" -#: discord.ui.modal.Modal.on_submit:5 of -msgid "The interaction that submitted this modal." +#: ../../docstring of discord.Intents.guild_messages:20 +#: ../../docstring of discord.Intents.guild_reactions:7 +msgid ":func:`on_reaction_add` (only for guilds)" msgstr "" -#: discord.ui.modal.Modal.on_error:3 of -msgid "A callback that is called when :meth:`on_submit` fails with an error." +#: ../../docstring of discord.Intents.guild_messages:21 +#: ../../docstring of discord.Intents.guild_reactions:8 +msgid ":func:`on_reaction_remove` (only for guilds)" msgstr "" -#: ../../api.rst:4171 -msgid "Item" +#: ../../docstring of discord.Intents.guild_messages:22 +#: ../../docstring of discord.Intents.guild_reactions:9 +msgid ":func:`on_reaction_clear` (only for guilds)" msgstr "" -#: discord.ui.item.Item:1 of -msgid "Represents the base UI item that all UI components inherit from." +#: ../../docstring of discord.Intents.dm_messages:1 +msgid "Whether direct message related events are enabled." msgstr "" -#: discord.ui.item.Item:3 of -msgid "The current UI items supported are:" +#: ../../docstring of discord.Intents.dm_messages:3 +msgid "See also :attr:`guild_messages` for guilds or :attr:`messages` for both." msgstr "" -#: discord.ui.item.Item:5 of -#, fuzzy -msgid ":class:`discord.ui.Button`" -msgstr ":class:`~discord.User`" +#: ../../docstring of discord.Intents.dm_messages:7 +msgid ":func:`on_message` (only for DMs)" +msgstr "" -#: discord.ui.item.Item:6 of -#, fuzzy -msgid ":class:`discord.ui.Select`" -msgstr ":class:`~discord.User`" +#: ../../docstring of discord.Intents.dm_messages:8 +msgid ":func:`on_message_edit` (only for DMs)" +msgstr "" -#: discord.ui.Button.view:1 discord.ui.Item.view:1 discord.ui.Select.view:1 -#: discord.ui.TextInput.view:1 of -msgid "The underlying view for this item." +#: ../../docstring of discord.Intents.dm_messages:9 +msgid ":func:`on_message_delete` (only for DMs)" msgstr "" -#: discord.ui.Button.view:3 discord.ui.Item.view:3 discord.ui.Select.view:3 -#: discord.ui.TextInput.view:3 of -#, fuzzy -msgid "Optional[:class:`View`]" -msgstr ":class:`str`" +#: ../../docstring of discord.Intents.dm_messages:10 +msgid ":func:`on_raw_message_delete` (only for DMs)" +msgstr "" -#: discord.ui.item.Item.callback:3 of -#, fuzzy -msgid "The callback associated with this UI item." -msgstr "プライベートのテキストチャンネル。ダイレクトメッセージとも呼ばれています。" +#: ../../docstring of discord.Intents.dm_messages:11 +msgid ":func:`on_raw_message_edit` (only for DMs)" +msgstr "" -#: discord.ui.item.Item.callback:5 of -msgid "This can be overriden by subclasses." +#: ../../docstring of discord.Intents.dm_messages:16 +msgid ":attr:`Client.cached_messages` (only for DMs)" msgstr "" -#: discord.ui.item.Item.callback:7 of -#, fuzzy -msgid "The interaction that triggered this UI item." -msgstr "除去されたリアクション。" +#: ../../docstring of discord.Intents.dm_messages:20 +#: ../../docstring of discord.Intents.dm_reactions:7 +msgid ":func:`on_reaction_add` (only for DMs)" +msgstr "" -#: discord.ui.button.Button:1 of -#, fuzzy -msgid "Represents a UI button." -msgstr "Discordの音声接続を表します。" +#: ../../docstring of discord.Intents.dm_messages:21 +#: ../../docstring of discord.Intents.dm_reactions:8 +msgid ":func:`on_reaction_remove` (only for DMs)" +msgstr "" -#: discord.ui.button.Button:18 discord.ui.button.button:27 of -msgid "" -"The relative row this button belongs to. A Discord component can only " -"have 5 rows. By default, items are arranged automatically into those 5 " -"rows. If you'd like to control the relative positioning of the row then " -"passing an index is advised. For example, row=1 will show up before " -"row=2. Defaults to ``None``, which is automatic ordering. The row number " -"must be between 0 and 4 (i.e. zero indexed)." +#: ../../docstring of discord.Intents.dm_messages:22 +#: ../../docstring of discord.Intents.dm_reactions:9 +msgid ":func:`on_reaction_clear` (only for DMs)" msgstr "" -#: discord.ui.Button.style:3 of -#, fuzzy -msgid ":class:`discord.ButtonStyle`" -msgstr ":class:`~discord.User`" +#: ../../docstring of discord.Intents.reactions:1 +msgid "Whether guild and direct message reaction related events are enabled." +msgstr "" -#: discord.ui.Button.custom_id:1 of -msgid "The ID of the button that gets received during an interaction." +#: ../../docstring of discord.Intents.reactions:3 +msgid "This is a shortcut to set or get both :attr:`guild_reactions` and :attr:`dm_reactions`." msgstr "" -#: discord.ui.Button.custom_id:3 of -msgid "If this button is for a URL, it does not have a custom ID." +#: ../../docstring of discord.Intents.reactions:10 +msgid ":func:`on_raw_reaction_add` (both guilds and DMs)" msgstr "" -#: discord.ui.Button.label:1 of -#, fuzzy -msgid "The label of the button, if available." -msgstr "該当すれば :class:`Relationship` が返ります。" +#: ../../docstring of discord.Intents.reactions:11 +msgid ":func:`on_raw_reaction_remove` (both guilds and DMs)" +msgstr "" -#: discord.ui.Button.emoji:3 of -#, fuzzy -msgid "Optional[:class:`.PartialEmoji`]" -msgstr ":class:`.Guild`" +#: ../../docstring of discord.Intents.reactions:12 +msgid ":func:`on_raw_reaction_clear` (both guilds and DMs)" +msgstr "" -#: discord.ui.button.button:1 of -msgid "A decorator that attaches a button to a component." +#: ../../docstring of discord.Intents.reactions:16 +msgid ":attr:`Message.reactions` (both guild and DM messages)" msgstr "" -#: discord.ui.button.button:3 of -msgid "" -"The function being decorated should have three parameters, ``self`` " -"representing the :class:`discord.ui.View`, the :class:`discord.ui.Button`" -" being pressed and the :class:`discord.Interaction` you receive." +#: ../../docstring of discord.Intents.guild_reactions:1 +msgid "Whether guild message reaction related events are enabled." msgstr "" -#: discord.ui.button.button:9 of -msgid "" -"Buttons with a URL cannot be created with this function. Consider " -"creating a :class:`Button` manually instead. This is because buttons with" -" a URL do not have a callback associated with them since Discord does not" -" do any processing with it." +#: ../../docstring of discord.Intents.guild_reactions:3 +msgid "See also :attr:`dm_reactions` for DMs or :attr:`reactions` for both." msgstr "" -#: discord.ui.button.button:17 of -msgid "" -"The ID of the button that gets received during an interaction. It is " -"recommended not to set this parameter to prevent conflicts." +#: ../../docstring of discord.Intents.guild_reactions:10 +msgid ":func:`on_raw_reaction_add` (only for guilds)" msgstr "" -#: discord.ui.button.button:20 of -msgid "The style of the button. Defaults to :attr:`.ButtonStyle.grey`." +#: ../../docstring of discord.Intents.guild_reactions:11 +msgid ":func:`on_raw_reaction_remove` (only for guilds)" msgstr "" -#: discord.ui.button.button:22 of -msgid "Whether the button is disabled or not. Defaults to ``False``." +#: ../../docstring of discord.Intents.guild_reactions:12 +msgid ":func:`on_raw_reaction_clear` (only for guilds)" msgstr "" -#: discord.ui.button.button:24 of -msgid "" -"The emoji of the button. This can be in string form or a " -":class:`.PartialEmoji` or a full :class:`.Emoji`." +#: ../../docstring of discord.Intents.guild_reactions:16 +msgid ":attr:`Message.reactions` (only for guild messages)" msgstr "" -#: ../../api.rst:4190 -msgid "Select" +#: ../../docstring of discord.Intents.dm_reactions:1 +msgid "Whether direct message reaction related events are enabled." msgstr "" -#: discord.ui.select.Select:1 of -#, fuzzy -msgid "Represents a UI select menu." -msgstr "オーディオストリームを表します。" +#: ../../docstring of discord.Intents.dm_reactions:3 +msgid "See also :attr:`guild_reactions` for guilds or :attr:`reactions` for both." +msgstr "" -#: discord.ui.select.Select:3 of -msgid "This is usually represented as a drop down menu." +#: ../../docstring of discord.Intents.dm_reactions:10 +msgid ":func:`on_raw_reaction_add` (only for DMs)" msgstr "" -#: discord.ui.select.Select:5 of -msgid "" -"In order to get the selected items that the user has chosen, use " -":attr:`Select.values`." +#: ../../docstring of discord.Intents.dm_reactions:11 +msgid ":func:`on_raw_reaction_remove` (only for DMs)" msgstr "" -#: discord.ui.select.Select:9 of -msgid "" -"The ID of the select menu that gets received during an interaction. If " -"not given then one is generated for you." +#: ../../docstring of discord.Intents.dm_reactions:12 +msgid ":func:`on_raw_reaction_clear` (only for DMs)" msgstr "" -#: discord.ui.select.Select:24 discord.ui.select.select:15 of -msgid "" -"The relative row this select menu belongs to. A Discord component can " -"only have 5 rows. By default, items are arranged automatically into those" -" 5 rows. If you'd like to control the relative positioning of the row " -"then passing an index is advised. For example, row=1 will show up before " -"row=2. Defaults to ``None``, which is automatic ordering. The row number " -"must be between 0 and 4 (i.e. zero indexed)." +#: ../../docstring of discord.Intents.dm_reactions:16 +msgid ":attr:`Message.reactions` (only for DM messages)" msgstr "" -#: discord.ui.Select.min_values:1 of -msgid "The minimum number of items that must be chosen for this select menu." +#: ../../docstring of discord.Intents.typing:1 +#: ../../docstring of discord.Intents.guild_typing:1 +#: ../../docstring of discord.Intents.dm_typing:1 +msgid "Whether guild and direct message typing related events are enabled." msgstr "" -#: discord.ui.Select.max_values:1 of -msgid "The maximum number of items that must be chosen for this select menu." +#: ../../docstring of discord.Intents.typing:3 +msgid "This is a shortcut to set or get both :attr:`guild_typing` and :attr:`dm_typing`." msgstr "" -#: discord.ui.Select.options:3 of -#, fuzzy -msgid "List[:class:`discord.SelectOption`]" -msgstr ":class:`~discord.User`" +#: ../../docstring of discord.Intents.typing:7 +msgid ":func:`on_typing` (both guilds and DMs)" +msgstr "" -#: discord.ui.select.Select.add_option:1 of -msgid "Adds an option to the select menu." +#: ../../docstring of discord.Intents.guild_typing:3 +msgid "See also :attr:`dm_typing` for DMs or :attr:`typing` for both." msgstr "" -#: discord.ui.select.Select.add_option:3 of -msgid "" -"To append a pre-existing :class:`discord.SelectOption` use the " -":meth:`append_option` method instead." +#: ../../docstring of discord.Intents.guild_typing:7 +msgid ":func:`on_typing` (only for guilds)" msgstr "" -#: discord.ui.select.Select.add_option:9 of -msgid "" -"The value of the option. This is not displayed to users. If not given, " -"defaults to the label. Can only be up to 100 characters." +#: ../../docstring of discord.Intents.dm_typing:3 +msgid "See also :attr:`guild_typing` for guilds or :attr:`typing` for both." msgstr "" -#: discord.ui.select.Select.add_option:15 of -msgid "" -"The emoji of the option, if available. This can either be a string " -"representing the custom or unicode emoji or an instance of " -":class:`.PartialEmoji` or :class:`.Emoji`." +#: ../../docstring of discord.Intents.dm_typing:7 +msgid ":func:`on_typing` (only for DMs)" msgstr "" -#: discord.ui.select.Select.add_option:21 -#: discord.ui.select.Select.append_option:6 of -msgid "The number of options exceeds 25." +#: ../../docstring of discord.Intents.message_content:1 +msgid "Whether message content, attachments, embeds and components will be available in messages which do not meet the following criteria:" msgstr "" -#: discord.ui.select.Select.append_option:1 of -msgid "Appends an option to the select menu." +#: ../../docstring of discord.Intents.message_content:4 +msgid "The message was sent by the client" msgstr "" -#: discord.ui.select.Select.append_option:3 of -msgid "The option to append to the select menu." +#: ../../docstring of discord.Intents.message_content:5 +msgid "The message was sent in direct messages" msgstr "" -#: discord.ui.Select.values:1 of -#, fuzzy -msgid "A list of values that have been selected by the user." -msgstr "削除されたメッセージのリスト。" +#: ../../docstring of discord.Intents.message_content:6 +msgid "The message mentions the client" +msgstr "" -#: discord.ui.select.select:1 of -#, fuzzy -msgid "A decorator that attaches a select menu to a component." -msgstr "リッスンするイベントを登録するデコレータ。" +#: ../../docstring of discord.Intents.message_content:8 +msgid "This applies to the following events:" +msgstr "" -#: discord.ui.select.select:3 of -msgid "" -"The function being decorated should have three parameters, ``self`` " -"representing the :class:`discord.ui.View`, the :class:`discord.ui.Select`" -" being pressed and the :class:`discord.Interaction` you receive." +#: ../../docstring of discord.Intents.message_content:10 +msgid ":func:`on_message`" msgstr "" -#: discord.ui.select.select:7 of -msgid "" -"In order to get the selected items that the user has chosen within the " -"callback use :attr:`Select.values`." +#: ../../docstring of discord.Intents.message_content:11 +msgid ":func:`on_message_edit`" msgstr "" -#: discord.ui.select.select:12 of -msgid "" -"The ID of the select menu that gets received during an interaction. It is" -" recommended not to set this parameter to prevent conflicts." +#: ../../docstring of discord.Intents.message_content:12 +msgid ":func:`on_message_delete`" msgstr "" -#: discord.ui.select.select:29 of -msgid "Whether the select is disabled or not. Defaults to ``False``." +#: ../../docstring of discord.Intents.message_content:13 +msgid ":func:`on_raw_message_edit`" msgstr "" -#: discord.ui.text_input.TextInput:1 of -#, fuzzy -msgid "Represents a UI text input." -msgstr "Discordの埋め込みを表します。" +#: ../../docstring of discord.Intents.message_content:15 +msgid "For more information go to the :ref:`message content intent documentation `." +msgstr "" -#: discord.ui.text_input.TextInput:7 of -msgid "" -"The ID of the text input that gets recieved during an interaction. If not" -" given then one is generated for you." +#: ../../docstring of discord.Intents.guild_scheduled_events:1 +msgid "Whether guild scheduled event related events are enabled." msgstr "" -#: discord.ui.text_input.TextInput:22 of -msgid "" -"The relative row this text input belongs to. A Discord component can only" -" have 5 rows. By default, items are arranged automatically into those 5 " -"rows. If you'd like to control the relative positioning of the row then " -"passing an index is advised. For example, row=1 will show up before " -"row=2. Defaults to ``None``, which is automatic ordering. The row number " -"must be between 0 and 4 (i.e. zero indexed)." +#: ../../docstring of discord.Intents.guild_scheduled_events:5 +msgid ":func:`on_scheduled_event_create`" msgstr "" -#: discord.ui.TextInput.value:1 of -#, fuzzy -msgid "The value of the text input." -msgstr "フィールドの値。" +#: ../../docstring of discord.Intents.guild_scheduled_events:6 +msgid ":func:`on_scheduled_event_update`" +msgstr "" -#: discord.ui.TextInput.label:1 of -#, fuzzy -msgid "The label of the text input." -msgstr "フィールドの名前。" +#: ../../docstring of discord.Intents.guild_scheduled_events:7 +msgid ":func:`on_scheduled_event_delete`" +msgstr "" -#: discord.ui.TextInput.style:3 of -#, fuzzy -msgid ":class:`discord.TextStyle`" -msgstr ":class:`~discord.User`" +#: ../../docstring of discord.Intents.guild_scheduled_events:8 +msgid ":func:`on_scheduled_event_user_add`" +msgstr "" -#: ../../api.rst:4210 -msgid "Exceptions" -msgstr "例外" +#: ../../docstring of discord.Intents.guild_scheduled_events:9 +msgid ":func:`on_scheduled_event_user_remove`" +msgstr "" -#: ../../api.rst:4212 -msgid "The following exceptions are thrown by the library." +#: ../../api.rst:4048 +msgid "MemberCacheFlags" msgstr "" -#: discord.errors.DiscordException:1 of -msgid "Base exception class for discord.py" +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:1 +msgid "Controls the library's cache policy when it comes to members." msgstr "" -#: discord.errors.DiscordException:3 of -msgid "" -"Ideally speaking, this could be caught to handle any exceptions raised " -"from this library." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:3 +msgid "This allows for finer grained control over what members are cached. Note that the bot's own member is always cached. This class is passed to the ``member_cache_flags`` parameter in :class:`Client`." msgstr "" -#: discord.errors.ClientException:1 of -msgid "Exception that's raised when an operation in the :class:`Client` fails." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:7 +msgid "Due to a quirk in how Discord works, in order to ensure proper cleanup of cache resources it is recommended to have :attr:`Intents.members` enabled. Otherwise the library cannot know when a member leaves a guild and is thus unable to cleanup after itself." msgstr "" -#: discord.errors.ClientException:3 of -msgid "These are usually for exceptions that happened due to user input." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags:15 +msgid "The default value is all flags enabled." msgstr "" -#: discord.errors.LoginFailure:1 of -msgid "" -"Exception that's raised when the :meth:`Client.login` function fails to " -"log you in from improper credentials or some other misc. failure." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.all:1 +msgid "A factory method that creates a :class:`MemberCacheFlags` with everything enabled." msgstr "" -#: discord.errors.NoMoreItems:1 of -msgid "" -"Exception that is raised when an async iteration operation has no more " -"items." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.none:1 +msgid "A factory method that creates a :class:`MemberCacheFlags` with everything disabled." msgstr "" -#: discord.errors.HTTPException:1 of -msgid "Exception that's raised when an HTTP request operation fails." +#: ../../docstring of discord.MemberCacheFlags.voice:1 +msgid "Whether to cache members that are in voice." msgstr "" -#: discord.errors.HTTPException:5 of -msgid "" -"The response of the failed HTTP request. This is an instance of " -":class:`aiohttp.ClientResponse`. In some cases this could also be a " -":class:`requests.Response`." +#: ../../docstring of discord.MemberCacheFlags.voice:3 +msgid "This requires :attr:`Intents.voice_states`." msgstr "" -#: discord.errors.HTTPException:9 of -#, fuzzy -msgid ":class:`aiohttp.ClientResponse`" -msgstr ":class:`~discord.ClientUser`" +#: ../../docstring of discord.MemberCacheFlags.voice:5 +msgid "Members that leave voice are no longer cached." +msgstr "" -#: discord.errors.HTTPException:13 of -msgid "The text of the error. Could be an empty string." +#: ../../docstring of discord.MemberCacheFlags.joined:1 +msgid "Whether to cache members that joined the guild or are chunked as part of the initial log in flow." msgstr "" -#: discord.errors.HTTPException:19 of -msgid "The status code of the HTTP request." +#: ../../docstring of discord.MemberCacheFlags.joined:4 +msgid "This requires :attr:`Intents.members`." msgstr "" -#: discord.errors.HTTPException:25 of -msgid "The Discord specific error code for the failure." +#: ../../docstring of discord.MemberCacheFlags.joined:6 +msgid "Members that leave the guild are no longer cached." msgstr "" -#: discord.errors.Forbidden:1 of -msgid "Exception that's raised for when status code 403 occurs." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:1 +msgid "A factory method that creates a :class:`MemberCacheFlags` based on the currently selected :class:`Intents`." msgstr "" -#: discord.errors.Forbidden:3 discord.errors.NotFound:3 of -msgid "Subclass of :exc:`HTTPException`" -msgstr ":exc:`HTTPException` のサブクラス" +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:4 +msgid "The intents to select from." +msgstr "" -#: discord.errors.NotFound:1 of -msgid "Exception that's raised for when status code 404 occurs." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:7 +msgid "The resulting member cache flags." msgstr "" -#: discord.errors.DiscordServerError:1 of -msgid "Exception that's raised for when a 500 range status code occurs." +#: ../../../discord/flags.py:docstring of discord.flags.MemberCacheFlags.from_intents:8 +msgid ":class:`MemberCacheFlags`" msgstr "" -#: discord.errors.DiscordServerError:3 of -#, fuzzy -msgid "Subclass of :exc:`HTTPException`." -msgstr ":exc:`HTTPException` のサブクラス" +#: ../../api.rst:4056 +msgid "ApplicationFlags" +msgstr "" -#: discord.errors.InvalidData:1 of -msgid "" -"Exception that's raised when the library encounters unknown or invalid " -"data from Discord." +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:1 +msgid "Wraps up the Discord Application flags." msgstr "" -#: discord.errors.GatewayNotFound:1 of -msgid "" -"An exception that is raised when the gateway for Discord could not be " -"found" +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:7 +msgid "Checks if two ApplicationFlags are equal." msgstr "" -#: discord.errors.ConnectionClosed:1 of -msgid "" -"Exception that's raised when the gateway connection is closed for reasons" -" that could not be handled internally." +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:10 +msgid "Checks if two ApplicationFlags are not equal." msgstr "" -#: discord.errors.ConnectionClosed:6 of -msgid "The close code of the websocket." +#: ../../../discord/flags.py:docstring of discord.flags.ApplicationFlags:16 +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:16 +msgid "Returns an iterator of ``(name, value)`` pairs. This allows it to be, for example, constructed as a dict or a list of pairs. Note that aliases are not shown." msgstr "" -#: discord.errors.ConnectionClosed:12 of -#, fuzzy -msgid "The reason provided for the closure." -msgstr "クライアントによって提供されるデフォルトのエラーハンドラ。" +#: ../../docstring of discord.ApplicationFlags.gateway_presence:1 +msgid "Returns ``True`` if the application is verified and is allowed to receive presence information over the gateway." +msgstr "" -#: discord.errors.ConnectionClosed:18 -#: discord.errors.PrivilegedIntentsRequired:12 of -msgid "The shard ID that got closed if applicable." +#: ../../docstring of discord.ApplicationFlags.gateway_presence_limited:1 +msgid "Returns ``True`` if the application is allowed to receive limited presence information over the gateway." msgstr "" -#: discord.errors.PrivilegedIntentsRequired:1 of -msgid "" -"Exception that's raised when the gateway is requesting privileged intents" -" but they're not ticked in the developer page yet." +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members:1 +msgid "Returns ``True`` if the application is verified and is allowed to receive guild members information over the gateway." msgstr "" -#: discord.errors.PrivilegedIntentsRequired:4 of -msgid "" -"Go to https://discord.com/developers/applications/ and enable the intents" -" that are required. Currently these are as follows:" +#: ../../docstring of discord.ApplicationFlags.gateway_guild_members_limited:1 +msgid "Returns ``True`` if the application is allowed to receive limited guild members information over the gateway." msgstr "" -#: discord.errors.PrivilegedIntentsRequired:7 of -#, fuzzy -msgid ":attr:`Intents.members`" -msgstr ":attr:`Permissions.mute_members`" +#: ../../docstring of discord.ApplicationFlags.verification_pending_guild_limit:1 +msgid "Returns ``True`` if the application is currently pending verification and has hit the guild limit." +msgstr "" -#: discord.errors.PrivilegedIntentsRequired:8 of -#, fuzzy -msgid ":attr:`Intents.presences`" -msgstr ":attr:`approximate_presence_count`" +#: ../../docstring of discord.ApplicationFlags.embedded:1 +msgid "Returns ``True`` if the application is embedded within the Discord client." +msgstr "" -#: discord.errors.InteractionResponded:1 of -msgid "" -"Exception that's raised when sending another interaction response using " -":class:`InteractionResponse` when one has already been done before." +#: ../../docstring of discord.ApplicationFlags.gateway_message_content:1 +msgid "Returns ``True`` if the application is verified and is allowed to read message content in guilds." msgstr "" -#: discord.errors.InteractionResponded:4 of -msgid "An interaction can only respond once." +#: ../../docstring of discord.ApplicationFlags.gateway_message_content_limited:1 +msgid "Returns ``True`` if the application is unverified and is allowed to read message content in guilds." msgstr "" -#: discord.errors.InteractionResponded:10 of -#, fuzzy -msgid "The interaction that's already been responded to." -msgstr "除去されたリアクション。" +#: ../../api.rst:4064 +msgid "File" +msgstr "" -#: discord.errors.InteractionResponded:12 of -#, fuzzy -msgid ":class:`Interaction`" -msgstr ":class:`str`" +#: ../../../discord/file.py:docstring of discord.file.File:1 +msgid "A parameter object used for :meth:`abc.Messageable.send` for sending file objects." +msgstr "" -#: discord.opus.OpusError:1 of -msgid "An exception that is thrown for libopus related errors." +#: ../../../discord/file.py:docstring of discord.file.File:6 +msgid "File objects are single use and are not meant to be reused in multiple :meth:`abc.Messageable.send`\\s." msgstr "" -#: discord.opus.OpusError:5 of -msgid "The error code returned." +#: ../../../discord/file.py:docstring of discord.file.File:11 +msgid "A file-like object opened in binary mode and read mode or a filename representing a file in the hard drive to open." msgstr "" -#: discord.opus.OpusNotLoaded:1 of -msgid "An exception that is thrown for when libopus is not loaded." +#: ../../../discord/file.py:docstring of discord.file.File:17 +msgid "If the file-like object passed is opened via ``open`` then the modes 'rb' should be used." msgstr "" -#: ../../api.rst:4246 -msgid "Exception Hierarchy" +#: ../../../discord/file.py:docstring of discord.file.File:20 +msgid "To pass binary data, consider usage of ``io.BytesIO``." msgstr "" -#: ../../api.rst:4262 -msgid ":exc:`Exception`" +#: ../../../discord/file.py:docstring of discord.file.File:22 +msgid "Union[:class:`os.PathLike`, :class:`io.BufferedIOBase`]" msgstr "" -#: ../../api.rst:4262 -msgid ":exc:`DiscordException`" +#: ../../../discord/file.py:docstring of discord.file.File:26 +msgid "The filename to display when uploading to Discord. If this is not given then it defaults to ``fp.name`` or if ``fp`` is a string then the ``filename`` will default to the string given." msgstr "" -#: ../../api.rst:4256 -msgid ":exc:`ClientException`" +#: ../../../discord/file.py:docstring of discord.file.File:34 +msgid "Whether the attachment is a spoiler." msgstr "" -#: ../../api.rst:4253 -msgid ":exc:`InvalidData`" +#: ../../../discord/file.py:docstring of discord.file.File:40 +msgid "The file description to display, currently only supported for images." msgstr "" -#: ../../api.rst:4254 -msgid ":exc:`LoginFailure`" +#: ../../api.rst:4072 +msgid "Colour" msgstr "" -#: ../../api.rst:4255 -msgid ":exc:`ConnectionClosed`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:1 +msgid "Represents a Discord role colour. This class is similar to a (red, green, blue) :class:`tuple`." msgstr "" -#: ../../api.rst:4256 -msgid ":exc:`PrivilegedIntentsRequired`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:4 +msgid "There is an alias for this called Color." msgstr "" -#: ../../api.rst:4257 -msgid ":exc:`InteractionResponded`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:10 +msgid "Checks if two colours are equal." msgstr "" -#: ../../api.rst:4258 -msgid ":exc:`NoMoreItems`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:14 +msgid "Checks if two colours are not equal." msgstr "" -#: ../../api.rst:4259 -msgid ":exc:`GatewayNotFound`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:18 +msgid "Return the colour's hash." msgstr "" -#: ../../api.rst:4262 -msgid ":exc:`HTTPException`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:22 +msgid "Returns the hex format for the colour." msgstr "" -#: ../../api.rst:4261 -msgid ":exc:`Forbidden`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:26 +msgid "Returns the raw colour value." msgstr "" -#: ../../api.rst:4262 -msgid ":exc:`NotFound`" +#: ../../../discord/colour.py:docstring of discord.colour.Colour:30 +msgid "The raw integer colour value." msgstr "" -#: ../../api.rst:4263 -#, fuzzy -msgid ":exc:`DiscordServerError`" -msgstr ":class:`~discord.User`" +#: ../../../discord/colour.py:docstring of discord.Colour.r:1 +msgid "Returns the red component of the colour." +msgstr "" -#~ msgid "" -#~ "Indicates if :func:`.on_ready` should be " -#~ "delayed to fetch all offline members " -#~ "from the guilds the bot belongs " -#~ "to. If this is ``False``\\, then " -#~ "no offline members are received and " -#~ ":meth:`request_offline_members` must be used " -#~ "to fetch the offline members of " -#~ "the guild." -#~ msgstr "" -#~ "参加しているすべてのギルドのオフラインメンバーも取得するために、 :func:`.on_ready` " -#~ "を遅延させるかどうかを表します。これが ``False`` の場合、オフラインメンバーの取得は行われず、 " -#~ ":meth:`request_offline_members` を使用してギルドのオフラインメンバーを取得する必要があります。" - -#~ msgid "" -#~ ":class:`float` -- Measures latency between " -#~ "a HEARTBEAT and a HEARTBEAT_ACK in " -#~ "seconds." -#~ msgstr ":class:`float` -- HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で測定します。" - -#~ msgid "List[:class:`.VoiceClient`] -- Represents a list of voice connections." -#~ msgstr "List[:class:`.VoiceClient`] -- 音声接続のリストを表します。" - -#~ msgid "" -#~ "Optional[Union[:class:`.Activity`, :class:`.Game`, " -#~ ":class:`.Streaming`]] -- The activity being" -#~ " used upon logging in." -#~ msgstr "" -#~ "Optional[Union[:class:`.Activity`, :class:`.Game`, " -#~ ":class:`.Streaming`]] -- ログイン時のアクティビティ。" - -#~ msgid "" -#~ "Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -#~ ":class:`.abc.PrivateChannel`]]: Returns a channel" -#~ " with the given ID." -#~ msgstr "" -#~ "Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -#~ ":class:`.abc.PrivateChannel`]]: 与えられたIDを持つチャンネルを返します。" - -#~ msgid "If not found, returns ``None``." -#~ msgstr "見つからない場合は、 ``None`` を返します。" - -#~ msgid ":exc:`.HTTPException` -- Getting the guilds failed." -#~ msgstr ":exc:`.HTTPException` -- ギルドの取得に失敗した。" - -#~ msgid "" -#~ "The activity parameter is a " -#~ ":class:`.Activity` object (not a string) " -#~ "that represents the activity being done" -#~ " currently. This could also be the" -#~ " slimmed down versions, :class:`.Game` and" -#~ " :class:`.Streaming`." -#~ msgstr "" -#~ "Activityパラメータは現在のアクティビティをあらわす:class:`.Activity` (文字列ではない) " -#~ "です。これはスリム化された :class:`.Game` や :class:`.Streaming`" -#~ " でもいいです。" - -#~ msgid ":exc:`.NotFound` -- Invalid Channel ID." -#~ msgstr ":exc:`.NotFound` -- チャンネルのIDが無効。" - -#~ msgid "" -#~ "Gets an arbitrary user's profile. This" -#~ " can only be used by non-bot" -#~ " accounts." -#~ msgstr "任意のユーザーのプロフィールを取得します。これはBotアカウント以外でのみ使用可能です。" - -#~ msgid ":exc:`.NotFound` -- Invalid webhook ID." -#~ msgstr ":exc:`.NotFound` -- WebhookのIDが無効。" - -#~ msgid "" -#~ ":exc:`.InvalidArgument` -- If any guild " -#~ "is unavailable or not large in the" -#~ " collection." -#~ msgstr ":exc:`.InvalidArgument` -- いずれかのギルドが利用できない、またはコレクション内のギルドが大きくない。" - -#~ msgid "" -#~ "List[Tuple[:class:`int`, :class:`float`]] -- A " -#~ "list of latencies between a HEARTBEAT" -#~ " and a HEARTBEAT_ACK in seconds." -#~ msgstr "" -#~ "List[Tuple[:class:`int`, :class:`float`]] -- " -#~ "HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で表したリスト。" - -#~ msgid "" -#~ "The activity parameter is a " -#~ ":class:`Activity` object (not a string) " -#~ "that represents the activity being done" -#~ " currently. This could also be the" -#~ " slimmed down versions, :class:`Game` and" -#~ " :class:`Streaming`." -#~ msgstr "" -#~ "activityパラメータは現在実行中のアクティビティを表す :class:`Activity` " -#~ "オブジェクト(文字列ではありません)です。これはスリムなダウンバージョン、 :class:`Game` や " -#~ ":class:`Streaming` でも構いません。" - -#~ msgid ":class:`int` -- The application ID." -#~ msgstr ":class:`int` -- アプリケーションID。" - -#~ msgid "" -#~ "Optional[List[:class:`str`]] -- A list of " -#~ "RPC origin URLs, if RPC is " -#~ "enabled." -#~ msgstr "Optional[List[:class:`str`]] -- RPCが有効になっている場合のRPCオリジンURLのリスト。" - -#~ msgid "" -#~ "In order to play audio, you must" -#~ " have loaded the opus library through" -#~ " :func:`opus.load_opus`." -#~ msgstr "オーディオの再生を行うためには :func:`opus.load_opus` を使用してopusライブラリをロードしておく必要があります。" - -#~ msgid "" -#~ "If you don't do this then the " -#~ "library will not be able to " -#~ "transmit audio." -#~ msgstr "ロードを行っていない場合、オーディオの送信ができません。" - -#~ msgid ":exc:`TypeError` -- Not an audio source." -#~ msgstr ":exc:`TypeError` -- オーディオソースでない。" - -#~ msgid "game playing" -#~ msgstr "遊んでいるゲーム" - -#~ msgid "" -#~ "A message was deleted by a " -#~ "moderator. Note that this only triggers" -#~ " if the message was deleted by " -#~ "either bulk delete or deletion by " -#~ "someone other than the author." -#~ msgstr "" - -#~ msgid ":class:`AuditLogAction` -- The action that was done." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`abc.User` -- The user who " -#~ "initiated this action. Usually a " -#~ ":class:`Member`\\, unless gone then it's " -#~ "a :class:`User`." -#~ msgstr "" - -#~ msgid ":class:`int` -- The entry ID." -#~ msgstr "" - -#~ msgid "" -#~ "*Any* -- The target that got " -#~ "changed. The exact type of this " -#~ "depends on the action being done." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The reason this action was done." -#~ msgstr "" - -#~ msgid "" -#~ "*Any* -- Extra information that this " -#~ "entry has that might be useful. " -#~ "For most actions, this is ``None``. " -#~ "However in some cases it contains " -#~ "extra information. See :class:`AuditLogAction` " -#~ "for which actions have this field " -#~ "filled out." -#~ msgstr "" - -#~ msgid ":class:`datetime.datetime` -- Returns the entry's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`AuditLogActionCategory`] -- The " -#~ "category of the action, if applicable." -#~ msgstr "" - -#~ msgid ":class:`AuditLogChanges` -- The list of changes this entry has." -#~ msgstr "" - -#~ msgid ":class:`AuditLogDiff` -- The target's prior state." -#~ msgstr "" - -#~ msgid ":class:`AuditLogDiff` -- The target's subsequent state." -#~ msgstr "" - -#~ msgid ":class:`str` – A name of something." -#~ msgstr "" - -#~ msgid ":class:`str` – A guild's icon hash. See also :attr:`Guild.icon`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` – The guild's invite splash" -#~ " hash. See also :attr:`Guild.splash`." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`Member`, :class:`User`] – The " -#~ "guild's owner. See also :attr:`Guild.owner`" -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.Colour.g:1 +msgid "Returns the green component of the colour." +msgstr "" -#~ msgid "" -#~ ":class:`VoiceRegion` – The guild's voice " -#~ "region. See also :attr:`Guild.region`." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.Colour.b:1 +msgid "Returns the blue component of the colour." +msgstr "" -#~ msgid "" -#~ "Union[:class:`VoiceChannel`, :class:`Object`] – The" -#~ " guild's AFK channel." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`TextChannel`, :class:`Object`] – The" -#~ " guild's system channel." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.to_rgb:1 +msgid "Tuple[:class:`int`, :class:`int`, :class:`int`]: Returns an (r, g, b) tuple representing the colour." +msgstr "" -#~ msgid ":class:`int` – The guild's AFK timeout. See :attr:`Guild.afk_timeout`." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.from_rgb:1 +msgid "Constructs a :class:`Colour` from an RGB tuple." +msgstr "" -#~ msgid ":class:`int` - The guild's MFA level. See :attr:`Guild.mfa_level`." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.from_hsv:1 +msgid "Constructs a :class:`Colour` from an HSV tuple." +msgstr "" -#~ msgid ":class:`bool` – The guild's widget has been enabled or disabled." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.default:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0``." +msgstr "" -#~ msgid "Union[:class:`TextChannel`, :class:`Object`] – The widget's channel." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.random:1 +msgid "A factory method that returns a :class:`Colour` with a random hue." +msgstr "" -#~ msgid ":class:`VerificationLevel` – The guild's verification level." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.random:5 +msgid "The random algorithm works by choosing a colour with a random hue but with maxed out saturation and value." +msgstr "" -#~ msgid ":class:`NotificationLevel` – The guild's default notification level." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.random:10 +msgid "The seed to initialize the RNG with. If ``None`` is passed the default RNG is used. .. versionadded:: 1.7" +msgstr "" -#~ msgid ":class:`ContentFilter` – The guild's content filter." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.random:10 +msgid "The seed to initialize the RNG with. If ``None`` is passed the default RNG is used." +msgstr "" -#~ msgid ":class:`int` – The guild's default message notification setting." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.teal:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x1abc9c``." +msgstr "" -#~ msgid ":class:`str` – The guild's vanity URL." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_teal:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x11806a``." +msgstr "" -#~ msgid "" -#~ ":class:`int` – The position of a " -#~ ":class:`Role` or :class:`abc.GuildChannel`." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.brand_green:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x57F287``." +msgstr "" -#~ msgid "" -#~ "Union[:class:`int`, :class:`str`] – The type" -#~ " of channel or channel permission " -#~ "overwrite." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.green:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x2ecc71``." +msgstr "" -#~ msgid ":class:`int` – The bitrate of a :class:`VoiceChannel`." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_green:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x1f8b4c``." +msgstr "" -#~ msgid "" -#~ "List[Tuple[target, :class:`PermissionOverwrite`]] – " -#~ "A list of permission overwrite tuples" -#~ " that represents a target and a " -#~ ":class:`PermissionOverwrite` for said target." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.blue:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x3498db``." +msgstr "" -#~ msgid "" -#~ "List[Union[:class:`Role`, :class:`Object`]] – A " -#~ "list of roles being added or " -#~ "removed from a member." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_blue:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x206694``." +msgstr "" -#~ msgid "Optional[:class:`str`] – The nickname of a member." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.purple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x9b59b6``." +msgstr "" -#~ msgid ":class:`bool` – Whether the member is being server deafened." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_purple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x71368a``." +msgstr "" -#~ msgid ":class:`bool` – Whether the member is being server muted." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.magenta:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe91e63``." +msgstr "" -#~ msgid ":class:`bool` – Whether the role is being hoisted or not." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_magenta:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xad1457``." +msgstr "" -#~ msgid ":class:`bool` – Whether the role is mentionable or not." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.gold:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xf1c40f``." +msgstr "" -#~ msgid ":class:`str` – The invite's code." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_gold:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xc27c0e``." +msgstr "" -#~ msgid "Union[:class:`abc.GuildChannel`, :class:`Object`] – A guild channel." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.orange:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe67e22``." +msgstr "" -#~ msgid ":class:`int` – The invite's max age in seconds." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_orange:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xa84300``." +msgstr "" -#~ msgid ":class:`bool` – If the invite is a temporary invite." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.brand_red:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xED4245``." +msgstr "" -#~ msgid ":class:`Permissions` – The permissions being allowed or denied." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.red:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe74c3c``." +msgstr "" -#~ msgid ":class:`int` – The ID of the object being changed." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_red:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x992d22``." +msgstr "" -#~ msgid ":class:`str` – The avatar hash of a member." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.lighter_grey:1 +#: ../../../discord/colour.py:docstring of discord.colour.Colour.lighter_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x95a5a6``." +msgstr "" -#~ msgid "" -#~ ":class:`int` – The number of seconds " -#~ "members have to wait before sending " -#~ "another message in the channel." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_grey:1 +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x607d8b``." +msgstr "" -#~ msgid ":class:`int` -- The webhook's ID" -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.light_grey:1 +#: ../../../discord/colour.py:docstring of discord.colour.Colour.light_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x979c9f``." +msgstr "" -#~ msgid ":class:`str` -- The authentication token of the webhook." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.darker_grey:1 +#: ../../../discord/colour.py:docstring of discord.colour.Colour.darker_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x546e7a``." +msgstr "" -#~ msgid "Optional[:class:`int`] -- The guild ID this webhook is for." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.og_blurple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x7289da``." +msgstr "" -#~ msgid "Optional[:class:`int`] -- The channel ID this webhook is for." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.blurple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x5865F2``." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`abc.User`] -- The user this" -#~ " webhook was created by. If the " -#~ "webhook was received without authentication" -#~ " then this will be ``None``." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.greyple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x99aab5``." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The default name of the webhook." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.dark_theme:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x36393F``. This will appear transparent on Discord's dark theme." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The default avatar of the webhook." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.fuchsia:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xEB459E``." +msgstr "" -#~ msgid "A partial webhook is just a webhook object with an ID and a token." -#~ msgstr "" +#: ../../../discord/colour.py:docstring of discord.colour.Colour.yellow:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xFEE75C``." +msgstr "" -#~ msgid ":exc:`InvalidArgument` -- The URL is invalid." -#~ msgstr "" +#: ../../api.rst:4080 +msgid "BaseActivity" +msgstr "" -#~ msgid "Optional[:class:`Guild`] -- The guild this webhook belongs to." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:1 +msgid "The base activity that all user-settable activities inherit from. A user-settable activity is one that can be used in :meth:`Client.change_presence`." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`TextChannel`] -- The text " -#~ "channel this webhook belongs to." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:4 +msgid "The following types currently count as user-settable:" +msgstr "" -#~ msgid "" -#~ ":class:`datetime.datetime` -- Returns the " -#~ "webhook's creation time in UTC." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:6 +msgid ":class:`Activity`" +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- Bad image format " -#~ "passed to ``format`` or invalid " -#~ "``size``." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:7 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:9 +msgid ":class:`Game`" +msgstr "" -#~ msgid ":exc:`HTTPException` -- Deleting the webhook failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:8 +#: ../../../discord/activity.py:docstring of discord.activity.Activity:10 +msgid ":class:`Streaming`" +msgstr "" -#~ msgid ":exc:`NotFound` -- This webhook does not exist." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:9 +msgid ":class:`CustomActivity`" +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to delete this webhook." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.BaseActivity:11 +msgid "Note that although these types are considered user-settable by the library, Discord typically ignores certain combinations of activity depending on what is currently set. This behaviour may change in the future so there are no guarantees on whether Discord will actually let you set these types." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Editing the webhook failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.BaseActivity.created_at:1 +msgid "When the user started doing this activity in UTC." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to edit this webhook." -#~ msgstr "" +#: ../../api.rst:4088 +msgid "Activity" +msgstr "" -#~ msgid ":exc:`HTTPException` -- Sending the message failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:1 +msgid "Represents an activity in Discord." +msgstr "" -#~ msgid ":exc:`NotFound` -- This webhook was not found." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:3 +msgid "This could be an activity such as streaming, playing, listening or watching." +msgstr "" -#~ msgid "" -#~ ":exc:`Forbidden` -- The authorization token" -#~ " for the webhook is incorrect." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:6 +msgid "For memory optimisation purposes, some activities are offered in slimmed down versions:" +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- You specified both" -#~ " ``embed`` and ``embeds`` or the " -#~ "length of ``embeds`` was invalid." -#~ msgstr "" - -#~ msgid ":class:`Webhook` -- The webhook that owns this adapter." -#~ msgstr "" - -#~ msgid ":class:`int` -- The model's unique ID." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- Returns the " -#~ "model's creation time as a naive " -#~ "datetime in UTC." -#~ msgstr "" - -#~ msgid ":class:`str` -- The user's discriminator." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The avatar hash the user has." -#~ msgstr "" - -#~ msgid ":class:`bool` -- If the user is a bot account." -#~ msgstr "" - -#~ msgid ":class:`str` -- Returns the user's display name." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- Returns a string that" -#~ " allows you to mention the given " -#~ "user." -#~ msgstr "" - -#~ msgid ":class:`str` -- The channel name." -#~ msgstr "" - -#~ msgid ":class:`~discord.Guild` -- The guild the channel belongs to." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The position in the " -#~ "channel list. This is a number " -#~ "that starts at 0. e.g. the top " -#~ "channel is position 0." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`~discord.Role`] -- Returns a list" -#~ " of roles that have been overridden" -#~ " from their default values in the " -#~ ":attr:`~discord.Guild.roles` attribute." -#~ msgstr "" - -#~ msgid ":class:`str` -- The string that allows you to mention the channel." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- Returns the " -#~ "channel's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ "This is returned as a dictionary " -#~ "where the key contains the target " -#~ "which can be either a " -#~ ":class:`~discord.Role` or a :class:`~discord.Member`" -#~ " and the key is the overwrite " -#~ "as a :class:`~discord.PermissionOverwrite`." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`~discord.CategoryChannel`] -- The " -#~ "category this channel belongs to." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have the proper permissions to create" -#~ " this channel." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Creating the channel failed." -#~ msgstr "" - -#~ msgid "" -#~ "You must have the " -#~ ":attr:`~.Permissions.create_instant_invite` permission to" -#~ " do this." -#~ msgstr "" - -#~ msgid "" -#~ "How long the invite should last. " -#~ "If it's 0 then the invite doesn't" -#~ " expire. Defaults to 0." -#~ msgstr "" - -#~ msgid "" -#~ "How many uses the invite could be" -#~ " used for. If it's 0 then there" -#~ " are unlimited uses. Defaults to 0." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Invite creation failed." -#~ msgstr "" - -#~ msgid "" -#~ "You must have :attr:`~.Permissions.manage_channels`" -#~ " permission to use this." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have proper permissions to delete the" -#~ " channel." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.NotFound` -- The channel was" -#~ " not found or was already deleted." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Deleting the channel failed." -#~ msgstr "" - -#~ msgid "" -#~ "You must have :attr:`~.Permissions.manage_guild` " -#~ "to get this information." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have proper permissions to get the " -#~ "information." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.HTTPException` -- An error " -#~ "occurred while fetching the information." -#~ msgstr "" - -#~ msgid "" -#~ "You must have the " -#~ ":attr:`~.Permissions.manage_roles` permission to use" -#~ " this." -#~ msgstr "" - -#~ msgid "The permissions to allow and deny to the target." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have permissions to edit channel " -#~ "specific permissions." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.HTTPException` -- Editing channel " -#~ "specific permissions failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.NotFound` -- The role or " -#~ "member being edited is not part of" -#~ " the guild." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.InvalidArgument` -- The overwrite " -#~ "parameter invalid or the target type " -#~ "was not :class:`~discord.Role` or " -#~ ":class:`~discord.Member`." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have permissions to get channel message" -#~ " history." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.HTTPException` -- The request " -#~ "to get message history failed." -#~ msgstr "" - -#~ msgid ":exc:`~discord.NotFound` -- The specified message was not found." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have the permissions required to get " -#~ "a message." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Retrieving the message failed." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Retrieving the pinned messages failed." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Sending the message failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have the proper permissions to send " -#~ "the message." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.InvalidArgument` -- The ``files`` " -#~ "list is not of the appropriate " -#~ "size or you specified both ``file`` " -#~ "and ``files``." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`InvalidArgument` -- Bad image format " -#~ "passed to ``format`` or ``static_format``, " -#~ "or invalid ``size``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Colour` -- A property that " -#~ "returns a color denoting the rendered" -#~ " color for the user. This always " -#~ "returns :meth:`Colour.default`." -#~ msgstr "" - -#~ msgid "There is an alias for this named :meth:`colour`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Colour` -- A property that " -#~ "returns a colour denoting the rendered" -#~ " colour for the user. This always " -#~ "returns :meth:`Colour.default`." -#~ msgstr "" - -#~ msgid "There is an alias for this named :meth:`color`." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`ClientException` -- Attempted to create" -#~ " a group with only one recipient. " -#~ "This does not include yourself." -#~ msgstr "" - -#~ msgid ":class:`datetime.datetime` -- Returns the user's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ "*class* -- `DefaultAvatar` -- Returns " -#~ "the default avatar for a given " -#~ "user. This is calculated by the " -#~ "user's discriminator." -#~ msgstr "" - -#~ msgid ":class:`Asset` -- Returns a URL for a user's default avatar." -#~ msgstr "" - -#~ msgid "Indicates if the user has an animated avatar." -#~ msgstr "" - -#~ msgid ":class:`User` -- The user you have the relationship with." -#~ msgstr "" - -#~ msgid ":class:`RelationshipType` -- The type of relationship you have." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Accepting the relationship failed." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Deleting the relationship failed." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`DMChannel`] -- Returns the " -#~ "channel associated with this user if " -#~ "it exists." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- Not allowed to block this user." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:14 +msgid "The application ID of the game." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Blocking the user failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:20 +msgid "The name of the activity." +msgstr "" -#~ msgid ":exc:`Forbidden` -- Not allowed to get mutual friends of this user." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:26 +msgid "A stream URL that the activity could be doing." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Getting mutual friends failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:32 +msgid "The type of activity currently being done." +msgstr "" -#~ msgid ":exc:`Forbidden` -- Not allowed to fetch profiles." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:38 +msgid "The user's current state. For example, \"In Game\"." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Fetching the profile failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- Not allowed to remove this user as a friend." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Removing the user as a friend failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- Not allowed to send a friend request to the user." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Sending the friend request failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- Not allowed to unblock this user." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Unblocking the user failed." -#~ msgstr "" - -#~ msgid "Checks if the user is your friend." -#~ msgstr "" - -#~ msgid "Checks if the user is blocked." -#~ msgstr "" - -#~ msgid ":class:`int` -- The attachment ID." -#~ msgstr "" - -#~ msgid ":class:`int` -- The attachment size in bytes." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The attachment's " -#~ "height, in pixels. Only applicable to" -#~ " images." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The attachment's " -#~ "width, in pixels. Only applicable to " -#~ "images." -#~ msgstr "" - -#~ msgid ":class:`str` -- The attachment's filename." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The attachment URL. If" -#~ " the message this attachment was " -#~ "attached to is deleted, then this " -#~ "will 404." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The proxy URL. This " -#~ "is a cached version of the " -#~ ":attr:`~Attachment.url` in the case of " -#~ "images. When the message is deleted, " -#~ "this URL might be valid for a " -#~ "few minutes or not valid at all." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Downloading the attachment failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "permissions to access this attachment" -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The attachment was deleted." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Saving the attachment failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`DiscordException` -- There was no " -#~ "valid URL or internal connection state." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Downloading the asset failed." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The asset was deleted." -#~ msgstr "" - -#~ msgid "Same as :meth:`read`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Specifies if the " -#~ "message was done with text-to-" -#~ "speech. This can only be accurately " -#~ "received in :func:`on_message` due to a" -#~ " discord limitation." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`MessageType` -- The type of " -#~ "message. In most cases this should " -#~ "not be checked, but it is helpful" -#~ " in cases where it might be a" -#~ " system message for :attr:`system_content`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`abc.User` -- A :class:`Member` that" -#~ " sent the message. If :attr:`channel` " -#~ "is a private channel or the user" -#~ " has the left the guild, then " -#~ "it is a :class:`User` instead." -#~ msgstr "" - -#~ msgid ":class:`str` -- The actual contents of the message." -#~ msgstr "" - -#~ msgid "List[:class:`Embed`] -- A list of embeds the message has." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`abc.Messageable`] -- The " -#~ ":class:`TextChannel` that the message was " -#~ "sent from. Could be a :class:`DMChannel`" -#~ " or :class:`GroupChannel` if it's a " -#~ "private message." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`CallMessage`] -- The call " -#~ "that the message refers to. This " -#~ "is only applicable to messages of " -#~ "type :attr:`MessageType.call`." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Specifies if the message mentions everyone." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`abc.User`] -- A list of " -#~ ":class:`Member` that were mentioned. If " -#~ "the message is in a private " -#~ "message then the list will be of" -#~ " :class:`User` instead. For messages that" -#~ " are not of type " -#~ ":attr:`MessageType.default`\\, this array can " -#~ "be used to aid in system messages." -#~ " For more information, see " -#~ ":attr:`system_content`." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`abc.GuildChannel`] -- A list of" -#~ " :class:`abc.GuildChannel` that were mentioned." -#~ " If the message is in a private" -#~ " message then the list is always " -#~ "empty." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Role`] -- A list of " -#~ ":class:`Role` that were mentioned. If " -#~ "the message is in a private " -#~ "message then the list is always " -#~ "empty." -#~ msgstr "" - -#~ msgid ":class:`int` -- The message ID." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- If this message " -#~ "was sent by a webhook, then this" -#~ " is the webhook ID's that sent " -#~ "this message." -#~ msgstr "" - -#~ msgid "List[:class:`Attachment`] -- A list of attachments given to a message." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Specifies if the message is currently pinned." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Reaction`] -- Reactions to a " -#~ "message. Reactions can be either custom" -#~ " emoji or standard unicode emoji." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`dict`] -- The activity " -#~ "associated with this message. Sent with" -#~ " Rich-Presence related messages that " -#~ "for example, request joining, spectating, " -#~ "or listening to or with another " -#~ "member." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`dict`] -- The rich presence" -#~ " enabled application associated with this" -#~ " message." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`Guild`] -- The guild that " -#~ "the message belongs to, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`int`] -- A property that " -#~ "returns an array of user IDs " -#~ "matched with the syntax of " -#~ "``<@user_id>`` in the message content." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`int`] -- A property that " -#~ "returns an array of channel IDs " -#~ "matched with the syntax of " -#~ "``<#channel_id>`` in the message content." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`int`] -- A property that " -#~ "returns an array of role IDs " -#~ "matched with the syntax of " -#~ "``<@&role_id>`` in the message content." -#~ msgstr "" - -#~ msgid ":class:`datetime.datetime` -- The message's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- A naive " -#~ "UTC datetime object containing the " -#~ "edited time of the message." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- Returns a URL that " -#~ "allows the client to jump to this" -#~ " message." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Acking failed." -#~ msgstr "" - -#~ msgid ":exc:`ClientException` -- You must not be a bot user." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Adding the reaction failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to react to " -#~ "the message." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The emoji you specified was not found." -#~ msgstr "" - -#~ msgid ":exc:`InvalidArgument` -- The emoji parameter is invalid." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Removing the reactions failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to remove all " -#~ "the reactions." -#~ msgstr "" - -#~ msgid "" -#~ "If provided, the number of seconds " -#~ "to wait in the background before " -#~ "deleting the message." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "proper permissions to delete the " -#~ "message." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Deleting the message failed." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Editing the message failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to pin the message." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The message or channel was not found or deleted." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`HTTPException` -- Pinning the message" -#~ " failed, probably due to the channel" -#~ " having more than 50 pinned messages." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Removing the reaction failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to remove the " -#~ "reaction." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The member or emoji you specified was not found." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to unpin the message." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Unpinning the message failed." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`Emoji`, :class:`str`] -- The " -#~ "reaction emoji. May be a custom " -#~ "emoji, or a unicode emoji." -#~ msgstr "" - -#~ msgid ":class:`int` -- Number of times this reaction was made" -#~ msgstr "" - -#~ msgid ":class:`bool` -- If the user sent this reaction." -#~ msgstr "" - -#~ msgid ":class:`Message` -- Message this reaction is for." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Getting the users for the reaction failed." -#~ msgstr "" - -#~ msgid ":class:`bool` -- If this is a custom emoji." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`NotFound` -- The user you " -#~ "specified, or the reaction's message was" -#~ " not found." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- A naive " -#~ "UTC datetime object that represents the" -#~ " time that the call has ended." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`User`] -- The list of users" -#~ " that are participating in this call." -#~ msgstr "" - -#~ msgid ":class:`Message` -- The message associated with this call message." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Indicates if the call has ended." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`GroupChannel`\\ -- The private channel" -#~ " associated with this message." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`CallMessage` -- The call message " -#~ "associated with this group call." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Denotes if this group call is unavailable." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`User`] -- A list of users" -#~ " that are currently being rung to " -#~ "join the call." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`VoiceRegion` -- The guild region " -#~ "the group call is being hosted on." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`User`] -- A property that " -#~ "returns all users that are currently " -#~ "in this call." -#~ msgstr "" - -#~ msgid ":class:`GroupChannel`\\ -- Returns the channel the group call is in." -#~ msgstr "" - -#~ msgid ":class:`str` -- The guild name." -#~ msgstr "" - -#~ msgid "Tuple[:class:`Emoji`, ...] -- All emojis that the guild owns." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`VoiceRegion` -- The region the " -#~ "guild belongs on. There is a " -#~ "chance that the region will be a" -#~ " :class:`str` if the value is not " -#~ "recognised by the enumerator." -#~ msgstr "" - -#~ msgid ":class:`int` -- The timeout to get sent to the AFK channel." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`VoiceChannel`] -- The channel " -#~ "that denotes the AFK channel. None " -#~ "if it doesn't exist." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The guild's icon." -#~ msgstr "" - -#~ msgid ":class:`int` -- The guild's ID." -#~ msgstr "" - -#~ msgid ":class:`int` -- The guild owner's ID. Use :attr:`Guild.owner` instead." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Indicates if the guild" -#~ " is unavailable. If this is ``True``" -#~ " then the reliability of other " -#~ "attributes outside of :meth:`Guild.id` is " -#~ "slim and they might all be None." -#~ " It is best to not do anything" -#~ " with the guild if it is " -#~ "unavailable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The maximum amount" -#~ " of presences for the guild." -#~ msgstr "" - -#~ msgid "Optional[:class:`int`] -- The maximum amount of members for the guild." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The guild's banner." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The guild's description." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- Indicates the guild's " -#~ "two factor authorisation level. If this" -#~ " value is 0 then the guild does" -#~ " not require 2FA for their " -#~ "administrative members. If the value is" -#~ " 1 then they do." -#~ msgstr "" - -#~ msgid ":class:`VerificationLevel` -- The guild's verification level." -#~ msgstr "" - -#~ msgid ":class:`ContentFilter` -- The guild's explicit content filter." -#~ msgstr "" - -#~ msgid ":class:`NotificationLevel` -- The guild's notification settings." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`str`] -- A list of features" -#~ " that the guild has. They are " -#~ "currently as follows:" -#~ msgstr "" - -#~ msgid "``LURKABLE``: Users can lurk in this guild via Server Discovery." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The guild's invite splash." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The premium tier for " -#~ "this guild. Corresponds to \"Nitro " -#~ "Server\" in the official UI. The " -#~ "number goes from 0 to 3 inclusive." -#~ msgstr "" - -#~ msgid ":class:`int` -- How many users have currently \"boosted\" this guild." -#~ msgstr "" - -#~ msgid "" -#~ "If set to ``True``, return entries " -#~ "in oldest->newest order. Defaults to " -#~ "True if ``after`` is specified, " -#~ "otherwise ``False``." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You are not allowed to fetch audit logs" -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`HTTPException` -- An error occurred " -#~ "while fetching the audit logs." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`abc.GuildChannel`] -- A list of" -#~ " channels that belongs to this guild." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Indicates if the guild is a 'large' guild." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`VoiceChannel`] -- A list of " -#~ "voice channels that belongs to this " -#~ "guild." -#~ msgstr "" - -#~ msgid "Returns the :class:`VoiceClient` associated with this guild, if any." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`TextChannel`] -- A list of " -#~ "text channels that belongs to this " -#~ "guild." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`CategoryChannel`] -- A list of" -#~ " categories that belongs to this " -#~ "guild." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a :class:`abc.GuildChannel` with the" -#~ " given ID. If not found, returns " -#~ "None." -#~ msgstr "" - -#~ msgid ":class:`int` -- The maximum number of emoji slots this guild has." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`float` -- The maximum bitrate " -#~ "for voice channels this guild can " -#~ "have." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The maximum number of" -#~ " bytes files can have when uploaded" -#~ " to this guild." -#~ msgstr "" - -#~ msgid "List[:class:`Member`] -- A list of members that belong to this guild." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a :class:`Member` with the given" -#~ " ID. If not found, returns None." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Member`] -- A list of " -#~ "members who have \"boosted\" this guild." -#~ msgstr "" - -#~ msgid "Returns a :class:`Role` with the given ID. If not found, returns None." -#~ msgstr "" - -#~ msgid ":class:`Member` -- The member that owns the guild." -#~ msgstr "" - -#~ msgid ":class:`Asset` -- Returns the guild's icon asset." -#~ msgstr "" - -#~ msgid ":class:`Asset` -- Returns the guild's banner asset." -#~ msgstr "" - -#~ msgid ":class:`Asset` -- Returns the guild's invite splash asset." -#~ msgstr "" - -#~ msgid ":class:`int` -- Returns the shard ID for this guild if applicable." -#~ msgstr "" - -#~ msgid ":class:`datetime.datetime` -- Returns the guild's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`TextChannel`] -- Returns the " -#~ "guild's channel used for system " -#~ "messages." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have the proper permissions to ban." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Banning failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "proper permissions to get the " -#~ "information." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`HTTPException` -- An error occurred " -#~ "while fetching the information." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You are not allowed to create emojis." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- An error occurred creating an emoji." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to create the role." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Creating the role failed." -#~ msgstr "" - -#~ msgid ":exc:`InvalidArgument` -- An invalid keyword argument was given." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to create this" -#~ " channel." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:44 +msgid "The detail of the user's current activity." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Creating the channel failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:50 +msgid "A dictionary of timestamps. It contains the following optional keys:" +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- The permission " -#~ "overwrite information is not in proper" -#~ " form." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:52 +msgid "``start``: Corresponds to when the user started doing the activity in milliseconds since Unix epoch." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Deleting the guild failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:54 +msgid "``end``: Corresponds to when the user will finish doing the activity in milliseconds since Unix epoch." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to delete the guild." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:61 +msgid "A dictionary representing the images and their hover text of an activity. It contains the following optional keys:" +msgstr "" -#~ msgid "" -#~ "The new description of the guild. " -#~ "This is only available to guilds " -#~ "that contain `VERIFIED` in " -#~ ":attr:`Guild.features`." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:64 +msgid "``large_image``: A string representing the ID for the large image asset." +msgstr "" -#~ msgid "" -#~ "A :term:`py:bytes-like object` representing" -#~ " the icon. Only PNG/JPEG supported. " -#~ "Could be ``None`` to denote removal " -#~ "of the icon." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:65 +msgid "``large_text``: A string representing the text when hovering over the large image asset." +msgstr "" -#~ msgid "" -#~ "A :term:`py:bytes-like object` representing" -#~ " the invite splash. Only PNG/JPEG " -#~ "supported. Could be ``None`` to denote" -#~ " removing the splash. Only available " -#~ "for partnered guilds with ``INVITE_SPLASH``" -#~ " feature." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:66 +msgid "``small_image``: A string representing the ID for the small image asset." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to edit the guild." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:67 +msgid "``small_text``: A string representing the text when hovering over the small image asset." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Editing the guild failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:73 +msgid "A dictionary representing the activity party. It contains the following optional keys:" +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- The image format " -#~ "passed in to ``icon`` is invalid. " -#~ "It must be PNG or JPG. This " -#~ "is also raised if you are not " -#~ "the owner of the guild and request" -#~ " an ownership transfer." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:75 +msgid "``id``: A string representing the party ID." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to prune members." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:76 +msgid "``size``: A list of up to two integer elements denoting (current_size, maximum_size)." +msgstr "" -#~ msgid "" -#~ ":exc:`HTTPException` -- An error occurred " -#~ "while fetching the prune members " -#~ "estimate." -#~ msgstr "" - -#~ msgid ":exc:`InvalidArgument` -- An integer was not passed for ``days``." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- This user is not banned." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`InvalidData` -- An unknown channel " -#~ "type was received from Discord." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Retrieving the channels failed." -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The emoji requested could not be found." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- An error occurred fetching the emoji." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- An error occurred fetching the emojis." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have access to the guild." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Getting the guild failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have the proper permissions to kick." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Kicking failed." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Leaving the guild failed." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- An error occurred while pruning members." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have the proper permissions to unban." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Unbanning failed." -#~ msgstr "" - -#~ msgid "" -#~ "The guild must be partnered, i.e. " -#~ "have 'VANITY_URL' in :attr:`~Guild.features`." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have the proper permissions to get this." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Retrieving the vanity invite failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You don't have permissions to get the webhooks." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- The widget for this guild is disabled." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Retrieving the widget failed." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`SystemChannelFlags` -- Returns the " -#~ "guild's system channel settings." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- A datetime" -#~ " object that specifies the date and" -#~ " time in UTC that the member " -#~ "joined the guild for the first " -#~ "time. In certain cases, this can " -#~ "be ``None``." -#~ msgstr "" - -#~ msgid "" -#~ "Tuple[Union[:class:`Game`, :class:`Streaming`, " -#~ ":class:`Spotify`, :class:`Activity`]] -- The " -#~ "activities that the user is currently" -#~ " doing." -#~ msgstr "" - -#~ msgid ":class:`Guild` -- The guild that the member belongs to." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The guild specific nickname of the user." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- A datetime" -#~ " object that specifies the date and" -#~ " time in UTC when the member " -#~ "used their Nitro boost on the " -#~ "guild, if available. This could be " -#~ "``None``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Status` -- The member's overall " -#~ "status. If the value is unknown, " -#~ "then it will be a :class:`str` " -#~ "instead." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Status` -- The member's status " -#~ "on a mobile device, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Status` -- The member's status " -#~ "on the desktop client, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Status` -- The member's status " -#~ "on the web client, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "A helper function that determines if " -#~ "a member is active on a mobile " -#~ "device." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Colour` -- A property that " -#~ "returns a colour denoting the rendered" -#~ " colour for the member. If the " -#~ "default colour is the one rendered " -#~ "then an instance of :meth:`Colour.default` " -#~ "is returned." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Colour` -- A property that " -#~ "returns a color denoting the rendered" -#~ " color for the member. If the " -#~ "default color is the one rendered " -#~ "then an instance of :meth:`Colour.default` " -#~ "is returned." -#~ msgstr "" - -#~ msgid ":class:`str` -- Returns a string that allows you to mention the member." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`Game`, :class:`Streaming`, :class:`Spotify`," -#~ " :class:`Activity`] -- Returns the primary" -#~ " activity the user is currently " -#~ "doing. Could be None if no " -#~ "activity is being done." -#~ msgstr "" - -#~ msgid ":class:`Role` -- Returns the member's highest role." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`VoiceState`] -- Returns the " -#~ "member's current voice state." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to add these roles." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Adding roles failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to the action " -#~ "requested." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- The operation failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to remove these roles." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Removing the roles failed." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Role`] -- A :class:`list` of " -#~ ":class:`Role` that the member belongs " -#~ "to. Note that the first element of" -#~ " this list is always the default " -#~ "'@everyone' role." -#~ msgstr "" - -#~ msgid "There is an alias for this named :meth:`color`" -#~ msgstr "" - -#~ msgid "There is an alias for this named :meth:`colour`" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The activity's name. " -#~ "This will always return \"Spotify\"." -#~ msgstr "" - -#~ msgid ":class:`str` -- The title of the song being played." -#~ msgstr "" - -#~ msgid "List[:class:`str`] -- The artists of the song being played." -#~ msgstr "" - -#~ msgid ":class:`str` -- The artist of the song being played." -#~ msgstr "" - -#~ msgid ":class:`str` -- The album that the song being played belongs to." -#~ msgstr "" - -#~ msgid ":class:`str` -- The album cover image URL from Spotify's CDN." -#~ msgstr "" - -#~ msgid ":class:`str` -- The track ID used by Spotify to identify this song." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- When the user" -#~ " started playing this song in UTC." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- When the user" -#~ " will stop playing this song in " -#~ "UTC." -#~ msgstr "" - -#~ msgid ":class:`datetime.timedelta` -- The duration of the song being played." -#~ msgstr "" - -#~ msgid ":class:`str` -- The party ID of the listening party." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Indicates if the user" -#~ " is currently deafened by the guild." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:82 +msgid "An list of dictionaries representing custom buttons shown in a rich presence. Each dictionary contains the following keys:" +msgstr "" -#~ msgid ":class:`bool` -- Indicates if the user is currently muted by the guild." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:85 +msgid "``label``: A string representing the text shown on the button." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates if the user" -#~ " is currently muted by their own " -#~ "accord." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:86 +msgid "``url``: A string representing the URL opened upon clicking the button." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates if the user" -#~ " is currently deafened by their own" -#~ " accord." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:90 +msgid "List[:class:`dict`]" +msgstr "" -#~ msgid ":class:`bool` -- Indicates if the user is currently broadcasting video." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:94 +msgid "The emoji that belongs to this activity." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates if the user" -#~ " is currently in the AFK channel " -#~ "in the guild." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Activity:96 +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:33 +msgid "Optional[:class:`PartialEmoji`]" +msgstr "" -#~ msgid "" -#~ ":class:`VoiceChannel` -- The voice channel " -#~ "that the user is currently connected " -#~ "to. None if the user is not " -#~ "currently in a voice channel." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.start:1 +msgid "When the user started doing this activity in UTC, if applicable." +msgstr "" -#~ msgid ":class:`str` -- The name of the emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.end:1 +msgid "When the user will stop doing this activity in UTC, if applicable." +msgstr "" -#~ msgid ":class:`int` -- The emoji's ID." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_url:1 +msgid "Returns a URL pointing to the large image asset of this activity if applicable." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- If colons are required" -#~ " to use this emoji in the " -#~ "client (:PJSalt: vs PJSalt)." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_url:1 +msgid "Returns a URL pointing to the small image asset of this activity if applicable." +msgstr "" -#~ msgid ":class:`bool` -- Whether an emoji is animated or not." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.large_image_text:1 +msgid "Returns the large image asset hover text of this activity if applicable." +msgstr "" -#~ msgid ":class:`bool` -- If this emoji is managed by a Twitch integration." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Activity.small_image_text:1 +msgid "Returns the small image asset hover text of this activity if applicable." +msgstr "" -#~ msgid ":class:`int` -- The guild ID the emoji belongs to." -#~ msgstr "" +#: ../../api.rst:4096 +msgid "Game" +msgstr "" -#~ msgid ":class:`bool` -- Whether the emoji is available for use." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:1 +msgid "A slimmed down version of :class:`Activity` that represents a Discord game." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`User`] -- The user that " -#~ "created the emoji. This can only " -#~ "be retrieved using :meth:`Guild.fetch_emoji` " -#~ "and having the :attr:`~Permissions.manage_emojis`" -#~ " permission." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:3 +msgid "This is typically displayed via **Playing** on the official Discord client." +msgstr "" -#~ msgid ":class:`datetime.datetime` -- Returns the emoji's creation time in UTC." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:9 +msgid "Checks if two games are equal." +msgstr "" -#~ msgid ":class:`Asset` -- Returns the asset of the emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:13 +msgid "Checks if two games are not equal." +msgstr "" -#~ msgid ":class:`Guild` -- The guild this emoji belongs to." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:17 +msgid "Returns the game's hash." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You are not allowed to delete emojis." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:21 +msgid "Returns the game's name." +msgstr "" -#~ msgid ":exc:`HTTPException` -- An error occurred deleting the emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Game:23 +#: ../../../discord/activity.py:docstring of discord.activity.Game:28 +msgid "The game's name." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You are not allowed to edit emojis." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Game.type:1 +#: ../../../discord/activity.py:docstring of discord.Streaming.type:1 +msgid "Returns the game's type. This is for compatibility with :class:`Activity`." +msgstr "" -#~ msgid ":exc:`HTTPException` -- An error occurred editing the emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Game.type:3 +msgid "It always returns :attr:`ActivityType.playing`." +msgstr "" -#~ msgid "" -#~ "List[:class:`Role`] -- A :class:`list` of " -#~ "roles that is allowed to use this" -#~ " emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Game.start:1 +msgid "When the user started playing this game in UTC, if applicable." +msgstr "" -#~ msgid "" -#~ ":class:`str` -- The custom emoji name," -#~ " if applicable, or the unicode " -#~ "codepoint of the non-custom emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Game.end:1 +msgid "When the user will stop playing this game in UTC, if applicable." +msgstr "" -#~ msgid ":class:`bool` -- Whether the emoji is animated or not." -#~ msgstr "" +#: ../../api.rst:4104 +msgid "Streaming" +msgstr "" -#~ msgid "Optional[:class:`int`] -- The ID of the custom emoji, if applicable." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:1 +msgid "A slimmed down version of :class:`Activity` that represents a Discord streaming status." +msgstr "" -#~ msgid "Checks if this is a custom non-Unicode emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:3 +msgid "This is typically displayed via **Streaming** on the official Discord client." +msgstr "" -#~ msgid "Checks if this is a Unicode emoji." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:9 +msgid "Checks if two streams are equal." +msgstr "" -#~ msgid ":class:`Asset` -- Returns an asset of the emoji, if it is custom." -#~ msgstr "" - -#~ msgid ":class:`int` -- The ID for the role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:13 +msgid "Checks if two streams are not equal." +msgstr "" -#~ msgid ":class:`str` -- The name of the role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:17 +msgid "Returns the stream's hash." +msgstr "" -#~ msgid ":class:`Permissions` -- Represents the role's permissions." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:21 +msgid "Returns the stream's name." +msgstr "" -#~ msgid ":class:`Guild` -- The guild the role belongs to." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:25 +msgid "Where the user is streaming from (ie. YouTube, Twitch)." +msgstr "" -#~ msgid "" -#~ ":class:`Colour` -- Represents the role " -#~ "colour. An alias exists under ``color``." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:33 +msgid "The stream's name." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates if the role" -#~ " will be displayed separately from " -#~ "other members." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:39 +msgid "An alias for :attr:`name`" +msgstr "" -#~ msgid "" -#~ ":class:`int` -- The position of the " -#~ "role. This number is usually positive." -#~ " The bottom role has a position " -#~ "of 0." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:45 +msgid "The game being streamed." +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates if the role" -#~ " is managed by the guild through " -#~ "some form of integrations such as " -#~ "Twitch." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:53 +msgid "The stream's URL." +msgstr "" -#~ msgid ":class:`bool` -- Indicates if the role can be mentioned by users." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.Streaming:59 +msgid "A dictionary comprising of similar keys than those in :attr:`Activity.assets`." +msgstr "" -#~ msgid "Checks if the role is the default role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Streaming.type:3 +msgid "It always returns :attr:`ActivityType.streaming`." +msgstr "" -#~ msgid ":class:`datetime.datetime` -- Returns the role's creation time in UTC." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Streaming.twitch_name:1 +msgid "If provided, the twitch name of the user streaming." +msgstr "" -#~ msgid ":class:`str` -- Returns a string that allows you to mention a role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.Streaming.twitch_name:3 +msgid "This corresponds to the ``large_image`` key of the :attr:`Streaming.assets` dictionary if it starts with ``twitch:``. Typically set by the Discord client." +msgstr "" -#~ msgid "List[:class:`Member`] -- Returns all the members with this role." -#~ msgstr "" +#: ../../api.rst:4112 +msgid "CustomActivity" +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to delete the role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:1 +msgid "Represents a Custom activity from Discord." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Deleting the role failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:19 +msgid "Returns the custom status text." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to change the role." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:25 +msgid "The custom activity's name." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Editing the role failed." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.activity.CustomActivity:31 +msgid "The emoji to pass to the activity, if any." +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- An invalid position" -#~ " was given or the default role " -#~ "was asked to be moved." -#~ msgstr "" - -#~ msgid ":class:`Guild` -- The guild the channel belongs to." -#~ msgstr "" - -#~ msgid ":class:`int` -- The channel ID." -#~ msgstr "" - -#~ msgid ":class:`int` -- The category channel ID this channel belongs to." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- The channel's topic." -#~ " None if it doesn't exist." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The last message " -#~ "ID of the message sent to this " -#~ "channel. It may *not* point to an" -#~ " existing or valid message." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The number of seconds" -#~ " a member must wait between sending" -#~ " messages in this channel. A value" -#~ " of `0` denotes that it is " -#~ "disabled. Bots and users with " -#~ ":attr:`~Permissions.manage_channels` or " -#~ ":attr:`~Permissions.manage_messages` bypass slowmode." -#~ msgstr "" - -#~ msgid ":class:`ChannelType` -- The channel's Discord type." -#~ msgstr "" - -#~ msgid "List[:class:`Member`] -- Returns all members that can see this channel." -#~ msgstr "" - -#~ msgid "Checks if the channel is NSFW." -#~ msgstr "" - -#~ msgid "Checks if the channel is a news channel." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Creating the webhook failed." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to create a webhook." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`ClientException` -- The number of " -#~ "messages to delete was more than " -#~ "100." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "proper permissions to delete the " -#~ "messages or you're not using a bot" -#~ " account." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Deleting the messages failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`InvalidArgument` -- If position is " -#~ "less than 0 or greater than the" -#~ " number of channels." -#~ msgstr "" - -#~ msgid ":exc:`Forbidden` -- You do not have permissions to edit the channel." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Editing the channel failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "proper permissions to do the actions " -#~ "required." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Purging the messages failed." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The channel's preferred " -#~ "audio bitrate in bits per second." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The channel's limit for" -#~ " number of members that can be " -#~ "in a voice channel." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Member`] -- Returns all members" -#~ " that are currently inside this voice" -#~ " channel." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`asyncio.TimeoutError` -- Could not " -#~ "connect to the voice channel in " -#~ "time." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.ClientException` -- You are " -#~ "already connected to a voice channel." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.opus.OpusNotLoaded` -- The opus " -#~ "library has not been loaded." -#~ msgstr "" - -#~ msgid ":class:`~discord.VoiceClient`" -#~ msgstr "" - -#~ msgid ":class:`str` -- The category name." -#~ msgstr "" - -#~ msgid ":class:`Guild` -- The guild the category belongs to." -#~ msgstr "" - -#~ msgid ":class:`int` -- The category channel ID." -#~ msgstr "" +#: ../../../discord/activity.py:docstring of discord.CustomActivity.type:3 +msgid "It always returns :attr:`ActivityType.custom`." +msgstr "" -#~ msgid "" -#~ ":class:`int` -- The position in the " -#~ "category list. This is a number " -#~ "that starts at 0. e.g. the top " -#~ "category is position 0." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`abc.GuildChannel`] -- Returns the " -#~ "channels that are under this category." -#~ msgstr "" +#: ../../api.rst:4120 +msgid "Permissions" +msgstr "" -#~ msgid "" -#~ "List[:class:`TextChannel`] -- Returns the text" -#~ " channels that are under this " -#~ "category." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:1 +msgid "Wraps up the Discord permission value." +msgstr "" -#~ msgid "" -#~ "List[:class:`VoiceChannel`] -- Returns the " -#~ "voice channels that are under this " -#~ "category." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:3 +msgid "The properties provided are two way. You can set and retrieve individual bits using the properties as if they were regular bools. This allows you to edit permissions." +msgstr "" -#~ msgid "" -#~ ":exc:`InvalidArgument` -- If position is " -#~ "less than 0 or greater than the" -#~ " number of categories." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:7 +msgid "You can now use keyword arguments to initialize :class:`Permissions` similar to :meth:`update`." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to edit the category." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:15 +msgid "Checks if two permissions are equal." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Editing the category failed." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:18 +msgid "Checks if two permissions are not equal." +msgstr "" -#~ msgid "" -#~ ":class:`User` -- The user you are " -#~ "participating with in the direct message" -#~ " channel." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:21 +msgid "Checks if a permission is a subset of another permission." +msgstr "" -#~ msgid ":class:`ClientUser` -- The user presenting yourself." -#~ msgstr "" - -#~ msgid ":class:`int` -- The direct message channel ID." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`User`] -- The users you are" -#~ " participating with in the group " -#~ "channel." -#~ msgstr "" - -#~ msgid ":class:`int` -- The group channel ID." -#~ msgstr "" - -#~ msgid ":class:`User` -- The user that owns the group channel." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:24 +msgid "Checks if a permission is a superset of another permission." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The group channel's icon hash if provided." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:27 +msgid "Checks if a permission is a strict subset of another permission." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The group channel's name if provided." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:30 +msgid "Checks if a permission is a strict superset of another permission." +msgstr "" -#~ msgid ":class:`Asset` -- Returns the channel's icon asset if available." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Adding a recipient to this group failed." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:33 +msgid "Return the permission's hash." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Editing the group failed." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Leaving the group failed." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:36 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:22 +msgid "Returns an iterator of ``(perm, value)`` pairs. This allows it to be, for example, constructed as a dict or a list of pairs. Note that aliases are not shown." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Removing a recipient from this group failed." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions:42 +msgid "The raw value. This value is a bit array field of a 53-bit integer representing the currently available permissions. You should query permissions via the properties rather than using this raw value." +msgstr "" -#~ msgid ":class:`str` -- The partial guild's name." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.is_subset:1 +msgid "Returns ``True`` if self has the same or fewer permissions as other." +msgstr "" -#~ msgid ":class:`int` -- The partial guild's ID." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.is_superset:1 +msgid "Returns ``True`` if self has the same or more permissions as other." +msgstr "" -#~ msgid ":class:`VerificationLevel` -- The partial guild's verification level." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.is_strict_subset:1 +msgid "Returns ``True`` if the permissions on other are a strict subset of those on self." +msgstr "" -#~ msgid "" -#~ "List[:class:`str`] -- A list of features" -#~ " the guild has. See :attr:`Guild.features`" -#~ " for more information." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.is_strict_superset:1 +msgid "Returns ``True`` if the permissions on other are a strict superset of those on self." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The partial guild's icon." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.none:1 +msgid "A factory method that creates a :class:`Permissions` with all permissions set to ``False``." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The partial guild's banner." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all:1 +msgid "A factory method that creates a :class:`Permissions` with all permissions set to ``True``." +msgstr "" -#~ msgid "Optional[:class:`str`] -- The partial guild's invite splash." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:1 +msgid "A :class:`Permissions` with all channel-specific permissions set to ``True`` and the guild-specific ones set to ``False``. The guild-specific permissions are currently:" +msgstr "" -#~ msgid "Optional[:class:`str`] -- The partial guild's description." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:5 +msgid ":attr:`manage_emojis`" +msgstr "" -#~ msgid ":class:`str` -- The partial channel's name." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:6 +msgid ":attr:`view_audit_log`" +msgstr "" -#~ msgid ":class:`int` -- The partial channel's ID." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:7 +msgid ":attr:`view_guild_insights`" +msgstr "" -#~ msgid ":class:`ChannelType` -- The partial channel's type." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:8 +msgid ":attr:`manage_guild`" +msgstr "" -#~ msgid "" -#~ ":class:`int` -- How long the before " -#~ "the invite expires in seconds. A " -#~ "value of 0 indicates that it " -#~ "doesn't expire." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:9 +msgid ":attr:`change_nickname`" +msgstr "" -#~ msgid ":class:`str` -- The URL fragment used for the invite." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:10 +msgid ":attr:`manage_nicknames`" +msgstr "" -#~ msgid "" -#~ "Union[:class:`Guild`, :class:`PartialInviteGuild`] -- " -#~ "The guild the invite is for." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:11 +msgid ":attr:`kick_members`" +msgstr "" -#~ msgid ":class:`bool` -- Indicates if the invite has been revoked." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:12 +msgid ":attr:`ban_members`" +msgstr "" -#~ msgid "" -#~ ":class:`datetime.datetime` -- A datetime " -#~ "object denoting the time the invite " -#~ "was created." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:13 +msgid ":attr:`administrator`" +msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Indicates that the " -#~ "invite grants temporary membership. If " -#~ "``True``, members who joined via this" -#~ " invite will be kicked upon " -#~ "disconnect." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:15 +msgid "Added :attr:`stream`, :attr:`priority_speaker` and :attr:`use_slash_commands` permissions." +msgstr "" -#~ msgid ":class:`int` -- How many times the invite has been used." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.all_channel:18 +msgid "Added :attr:`create_public_threads`, :attr:`create_private_threads`, :attr:`manage_threads`, :attr:`use_external_stickers`, :attr:`send_messages_in_threads` and :attr:`request_to_speak` permissions." +msgstr "" -#~ msgid ":class:`int` -- How many times the invite can be used." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.general:1 +msgid "A factory method that creates a :class:`Permissions` with all \"General\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid ":class:`User` -- The user who created the invite." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.general:4 +msgid "Permission :attr:`read_messages` is now included in the general permissions, but permissions :attr:`administrator`, :attr:`create_instant_invite`, :attr:`kick_members`, :attr:`ban_members`, :attr:`change_nickname` and :attr:`manage_nicknames` are no longer part of the general permissions." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`int`] -- The approximate " -#~ "number of members in the guild." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.membership:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Membership\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`int`] -- The approximate " -#~ "number of members currently active in" -#~ " the guild. This includes idle, dnd," -#~ " online, and invisible members. Offline " -#~ "members are excluded." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.text:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Text\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid "" -#~ "Union[:class:`abc.GuildChannel`, :class:`PartialInviteChannel`]" -#~ " -- The channel the invite is " -#~ "for." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.text:4 +msgid "Permission :attr:`read_messages` is no longer part of the text permissions. Added :attr:`use_slash_commands` permission." +msgstr "" -#~ msgid ":class:`str` -- Returns the proper code portion of the invite." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.text:8 +msgid "Added :attr:`create_public_threads`, :attr:`create_private_threads`, :attr:`manage_threads`, :attr:`send_messages_in_threads` and :attr:`use_external_stickers` permissions." +msgstr "" -#~ msgid ":class:`str` -- A property that retrieves the invite URL." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.voice:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Voice\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid ":exc:`Forbidden` -- You do not have permissions to revoke invites." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.stage:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Stage Channel\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid ":exc:`NotFound` -- The invite is invalid or expired." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.stage_moderator:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Stage Moderator\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid ":exc:`HTTPException` -- Revoking the invite failed." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.advanced:1 +msgid "A factory method that creates a :class:`Permissions` with all \"Advanced\" permissions from the official Discord UI set to ``True``." +msgstr "" -#~ msgid ":class:`int` -- The channel's ID." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.update:1 +msgid "Bulk updates this permission object." +msgstr "" -#~ msgid ":class:`str` -- The channel's name." -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.update:3 +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.update:3 +msgid "Allows you to set multiple attributes by using keyword arguments. The names must be equivalent to the properties listed. Extraneous key/value pairs will be silently ignored." +msgstr "" -#~ msgid ":class:`int` -- The channel's position" -#~ msgstr "" +#: ../../../discord/permissions.py:docstring of discord.permissions.Permissions.update:7 +msgid "A list of key/value pairs to bulk update permissions with." +msgstr "" -#~ msgid ":class:`int` -- The member's ID." -#~ msgstr "" +#: ../../docstring of discord.Permissions.create_instant_invite:1 +msgid "Returns ``True`` if the user can create instant invites." +msgstr "" -#~ msgid ":class:`str` -- The member's username." -#~ msgstr "" +#: ../../docstring of discord.Permissions.kick_members:1 +msgid "Returns ``True`` if the user can kick users from the guild." +msgstr "" -#~ msgid ":class:`str` -- The member's discriminator." -#~ msgstr "" +#: ../../docstring of discord.Permissions.ban_members:1 +msgid "Returns ``True`` if a user can ban users from the guild." +msgstr "" -#~ msgid ":class:`bool` -- Whether the member is a bot." -#~ msgstr "" +#: ../../docstring of discord.Permissions.administrator:1 +msgid "Returns ``True`` if a user is an administrator. This role overrides all other permissions." +msgstr "" -#~ msgid ":class:`Status` -- The member's status." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The member's nickname." -#~ msgstr "" - -#~ msgid "Optional[:class:`str`] -- The member's avatar hash." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[Union[:class:`Activity`, :class:`Game`, " -#~ ":class:`Streaming`, :class:`Spotify`]] -- The " -#~ "member's activity." -#~ msgstr "" - -#~ msgid "Optional[:class:`bool`] -- Whether the member is currently deafened." -#~ msgstr "" - -#~ msgid "Optional[:class:`bool`] -- Whether the member is currently muted." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`bool`] -- Whether the member" -#~ " is currently being suppressed." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`VoiceChannel`] -- Which channel " -#~ "the member is connected to." -#~ msgstr "" +#: ../../docstring of discord.Permissions.administrator:3 +msgid "This also bypasses all channel-specific overrides." +msgstr "" -#~ msgid ":class:`str` -- Returns the member's display name." -#~ msgstr "" +#: ../../docstring of discord.Permissions.manage_channels:1 +msgid "Returns ``True`` if a user can edit, delete, or create channels in the guild." +msgstr "" -#~ msgid ":class:`str` -- The guild's name." -#~ msgstr "" +#: ../../docstring of discord.Permissions.manage_channels:3 +msgid "This also corresponds to the \"Manage Channel\" channel-specific override." +msgstr "" -#~ msgid "" -#~ "Optional[List[:class:`WidgetChannel`]] -- The " -#~ "accessible voice channels in the guild." -#~ msgstr "" +#: ../../docstring of discord.Permissions.manage_guild:1 +msgid "Returns ``True`` if a user can edit guild properties." +msgstr "" -#~ msgid "" -#~ "Optional[List[:class:`Member`]] -- The online " -#~ "members in the server. Offline members" -#~ " do not appear in the widget." -#~ msgstr "" +#: ../../docstring of discord.Permissions.add_reactions:1 +msgid "Returns ``True`` if a user can add reactions to messages." +msgstr "" -#~ msgid "" -#~ ":class:`datetime.datetime` -- Returns the " -#~ "member's creation time in UTC." -#~ msgstr "" +#: ../../docstring of discord.Permissions.view_audit_log:1 +msgid "Returns ``True`` if a user can view the guild's audit log." +msgstr "" -#~ msgid ":class:`str` -- The JSON URL of the widget." -#~ msgstr "" +#: ../../docstring of discord.Permissions.priority_speaker:1 +msgid "Returns ``True`` if a user can be more easily heard while talking." +msgstr "" -#~ msgid "Optiona[:class:`str`] -- The invite URL for the guild, if available." -#~ msgstr "" +#: ../../docstring of discord.Permissions.stream:1 +msgid "Returns ``True`` if a user can stream in a voice channel." +msgstr "" -#~ msgid ":class:`int` -- The channel ID where the deletion took place." -#~ msgstr "" +#: ../../docstring of discord.Permissions.read_messages:1 +msgid "Returns ``True`` if a user can read messages from all or specific text channels." +msgstr "" -#~ msgid "" -#~ "Optional[:class:`int`] -- The guild ID " -#~ "where the deletion took place, if " -#~ "applicable." -#~ msgstr "" - -#~ msgid ":class:`int` -- The message ID that got deleted." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`Message`] -- The cached " -#~ "message, if found in the internal " -#~ "message cache." -#~ msgstr "" - -#~ msgid "" -#~ "Set[:class:`int`] -- A :class:`set` of " -#~ "the message IDs that were deleted." -#~ msgstr "" - -#~ msgid ":class:`int` -- The channel ID where the message got deleted." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The guild ID " -#~ "where the message got deleted, if " -#~ "applicable." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Message`] -- The cached messages," -#~ " if found in the internal message " -#~ "cache." -#~ msgstr "" - -#~ msgid ":class:`int` -- The message ID that got updated." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- The raw data given " -#~ "by the `gateway " -#~ "`_" -#~ msgstr "" - -#~ msgid ":class:`int` -- The message ID that got or lost a reaction." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The user ID who " -#~ "added the reaction or whose reaction " -#~ "was removed." -#~ msgstr "" - -#~ msgid ":class:`int` -- The channel ID where the reaction got added or removed." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The guild ID " -#~ "where the reaction got added or " -#~ "removed, if applicable." -#~ msgstr "" - -#~ msgid ":class:`PartialEmoji` -- The custom or unicode emoji being used." -#~ msgstr "" - -#~ msgid ":class:`int` -- The message ID that got its reactions cleared." -#~ msgstr "" - -#~ msgid ":class:`int` -- The channel ID where the reactions got cleared." -#~ msgstr "" - -#~ msgid "Optional[:class:`int`] -- The guild ID where the reactions got cleared." -#~ msgstr "" - -#~ msgid "" -#~ "Unlike :ref:`models ` you " -#~ "are allowed to create these yourself," -#~ " even if they can also be used" -#~ " to hold attributes." -#~ msgstr "" - -#~ msgid ":class:`str` -- The ID of the object." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- Returns the " -#~ "snowflake's creation time in UTC." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The title of the " -#~ "embed. This can be set during " -#~ "initialisation." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The type of embed. " -#~ "Usually \"rich\". This can be set " -#~ "during initialisation." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The description of the" -#~ " embed. This can be set during " -#~ "initialisation." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The URL of the " -#~ "embed. This can be set during " -#~ "initialisation." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`datetime.datetime` -- The timestamp of" -#~ " the embed content. This could be " -#~ "a naive or aware datetime." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`Colour`, :class:`int`] -- The " -#~ "colour code of the embed. Aliased " -#~ "to ``color`` as well. This can be" -#~ " set during initialisation." -#~ msgstr "" - -#~ msgid ":exc:`IndexError` -- An invalid index was provided." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`str`, :class:`io.BufferedIOBase`] -- A" -#~ " file-like object opened in binary" -#~ " mode and read mode or a " -#~ "filename representing a file in the " -#~ "hard drive to open." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- The filename to " -#~ "display when uploading to Discord. If" -#~ " this is not given then it " -#~ "defaults to ``fp.name`` or if ``fp`` " -#~ "is a string then the ``filename`` " -#~ "will default to the string given." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Whether the attachment is a spoiler." -#~ msgstr "" - -#~ msgid "" -#~ "Represents a Discord role colour. This" -#~ " class is similar to an (red, " -#~ "green, blue) :class:`tuple`." -#~ msgstr "" - -#~ msgid ":class:`int` -- The raw integer colour value." -#~ msgstr "" - -#~ msgid ":class:`int` -- Returns the red component of the colour." -#~ msgstr "" - -#~ msgid ":class:`int` -- Returns the green component of the colour." -#~ msgstr "" - -#~ msgid ":class:`int` -- Returns the blue component of the colour." -#~ msgstr "" - -#~ msgid "A factory method that returns a :class:`Colour` with a value of 0." -#~ msgstr "" - -#~ msgid ":class:`int` -- The application ID of the game." -#~ msgstr "" - -#~ msgid ":class:`str` -- The name of the activity." -#~ msgstr "" - -#~ msgid ":class:`str` -- A stream URL that the activity could be doing." -#~ msgstr "" - -#~ msgid ":class:`ActivityType` -- The type of activity currently being done." -#~ msgstr "" - -#~ msgid ":class:`str` -- The user's current state. For example, \"In Game\"." -#~ msgstr "" - -#~ msgid ":class:`str` -- The detail of the user's current activity." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary of " -#~ "timestamps. It contains the following " -#~ "optional keys:" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary representing " -#~ "the images and their hover text of" -#~ " an activity. It contains the " -#~ "following optional keys:" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary representing " -#~ "the activity party. It contains the " -#~ "following optional keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- When the " -#~ "user started doing this activity in " -#~ "UTC, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- When the " -#~ "user will stop doing this activity " -#~ "in UTC, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- Returns a URL " -#~ "pointing to the large image asset " -#~ "of this activity if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- Returns a URL " -#~ "pointing to the small image asset " -#~ "of this activity if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- Returns the large" -#~ " image asset hover text of this " -#~ "activity if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- Returns the small" -#~ " image asset hover text of this " -#~ "activity if applicable." -#~ msgstr "" - -#~ msgid ":class:`str` -- The game's name." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- When the " -#~ "user started playing this game in " -#~ "UTC, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`datetime.datetime`] -- When the " -#~ "user will stop playing this game " -#~ "in UTC, if applicable." -#~ msgstr "" - -#~ msgid ":class:`str` -- The stream's name." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The stream's URL. " -#~ "Currently only twitch.tv URLs are " -#~ "supported. Anything else is silently " -#~ "discarded." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- If provided, " -#~ "typically the game the streamer is " -#~ "playing." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary comprising " -#~ "of similar keys than those in " -#~ ":attr:`Activity.assets`." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- If provided, the " -#~ "twitch name of the user streaming." -#~ msgstr "" - -#~ msgid "" -#~ "Returns an iterator of ``(perm, value)``" -#~ " pairs. This allows it to be, " -#~ "for example, constructed as a dict " -#~ "or a list of pairs." -#~ msgstr "" - -#~ msgid "" -#~ "A factory method that creates a " -#~ ":class:`Permissions` with all permissions set" -#~ " to True." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if the" -#~ " user can create instant invites." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if the" -#~ " user can kick users from the " -#~ "guild." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can ban users from the " -#~ "guild." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user is an administrator. This role" -#~ " overrides all other permissions." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can edit, delete, or create " -#~ "channels in the guild." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Returns ``True`` if a user can edit guild properties." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can add reactions to messages." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can view the guild's audit " -#~ "log." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can be more easily heard " -#~ "while talking." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can stream in a voice " -#~ "channel." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can read messages from all " -#~ "or specific text channels." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can send messages from all " -#~ "or specific text channels." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can send TTS messages from " -#~ "all or specific text channels." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can delete or pin messages " -#~ "in a text channel." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user's messages will automatically be " -#~ "embedded by Discord." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can send files in their " -#~ "messages." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can read a text channel's " -#~ "previous messages." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user's @everyone or @here will " -#~ "mention everyone in the text channel." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can use emojis from other " -#~ "guilds." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can connect to a voice " -#~ "channel." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can speak in a voice " -#~ "channel." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Returns ``True`` if a user can mute other users." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Returns ``True`` if a user can deafen other users." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can move users between other" -#~ " voice channels." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can use voice activation in " -#~ "voice channels." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can change their nickname in" -#~ " the guild." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can change other user's " -#~ "nickname in the guild." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can create or edit roles " -#~ "less than their role's position." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can create, edit, or delete " -#~ "webhooks." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns ``True`` if a" -#~ " user can create, edit, or delete " -#~ "emojis." -#~ msgstr "" - -#~ msgid "Supported operations:" -#~ msgstr "サポートされている操作:" - -#~ msgid "Operation" -#~ msgstr "" - -#~ msgid "x == y" -#~ msgstr "" - -#~ msgid "x != y" -#~ msgstr "" - -#~ msgid "iter(x)" -#~ msgstr "" - -#~ msgid "" -#~ "Returns an iterator of (perm, value) " -#~ "pairs. This allows this class to " -#~ "be used as an iterable in e.g. " -#~ "set/list/dict constructions." -#~ msgstr "" - -#~ msgid "Returns the (allow, deny) pair from this overwrite." -#~ msgstr "" - -#~ msgid "The value of these pairs is :class:`Permissions`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The raw value. This " -#~ "value is a bit array field of " -#~ "a 53-bit integer representing the " -#~ "currently available flags. You should " -#~ "query flags via the properties rather" -#~ " than using this raw value." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns True if the " -#~ "system channel is used for member " -#~ "join notifications." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Returns True if the " -#~ "system channel is used for Nitro " -#~ "boosting notifications." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`aiohttp.ClientResponse` -- The response " -#~ "of the failed HTTP request. This " -#~ "is an instance of " -#~ ":class:`aiohttp.ClientResponse`. In some cases " -#~ "this could also be a " -#~ ":class:`requests.Response`." -#~ msgstr "" - -#~ msgid ":class:`str` -- The text of the error. Could be an empty string." -#~ msgstr "" - -#~ msgid ":class:`int` -- The status code of the HTTP request." -#~ msgstr "" - -#~ msgid ":class:`int` -- The Discord specific error code for the failure." -#~ msgstr "" - -#~ msgid ":class:`int` -- The close code of the websocket." -#~ msgstr "" - -#~ msgid ":class:`str` -- The reason provided for the closure." -#~ msgstr "" - -#~ msgid "Optional[:class:`int`] -- The shard ID that got closed if applicable." -#~ msgstr "" - -#~ msgid ":class:`int` -- The error code returned." -#~ msgstr "" - -#~ msgid "A deprecated alias of ``chunk_guilds_at_startup``." -#~ msgstr "" - -#~ msgid "" -#~ "Whether to dispatch presence or typing" -#~ " events. Defaults to ``True``. .. " -#~ "versionadded:: 1.3 .. warning:: If " -#~ "this is set to ``False`` then the" -#~ " following features will be disabled:" -#~ " - No user related updates " -#~ "(:func:`on_user_update` will not dispatch)" -#~ " - All member related events " -#~ "will be disabled. - " -#~ ":func:`on_member_update` - " -#~ ":func:`on_member_join` - " -#~ ":func:`on_member_remove` - Typing events" -#~ " will be disabled (:func:`on_typing`)." -#~ " - If ``fetch_offline_members`` is " -#~ "set to ``False`` then the user " -#~ "cache will not exist. This " -#~ "makes it difficult or impossible to " -#~ "do many things, for example: " -#~ "- Computing permissions - Querying" -#~ " members in a voice channel via " -#~ ":attr:`VoiceChannel.members` will be empty." -#~ " - Most forms of receiving " -#~ ":class:`Member` will be receiving " -#~ ":class:`User` instead, except for message " -#~ "events. - :attr:`Guild.owner` will " -#~ "usually resolve to ``None``. - " -#~ ":meth:`Guild.get_member` will usually be " -#~ "unavailable. - Anything that " -#~ "involves using :class:`Member`. - " -#~ ":attr:`users` will not be as populated." -#~ " - etc. In short, this " -#~ "makes it so the only member you" -#~ " can reliably query is the " -#~ "message author. Useful for bots that " -#~ "do not require any state." -#~ msgstr "" - -#~ msgid "Whether to dispatch presence or typing events. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "" -#~ "If this is set to ``False`` then" -#~ " the following features will be " -#~ "disabled:" -#~ msgstr "" - -#~ msgid "No user related updates (:func:`on_user_update` will not dispatch)" -#~ msgstr "" - -#~ msgid "All member related events will be disabled." -#~ msgstr "" - -#~ msgid "Typing events will be disabled (:func:`on_typing`)." -#~ msgstr "" - -#~ msgid "" -#~ "If ``fetch_offline_members`` is set to " -#~ "``False`` then the user cache will " -#~ "not exist. This makes it difficult " -#~ "or impossible to do many things, " -#~ "for example:" -#~ msgstr "" - -#~ msgid "Computing permissions" -#~ msgstr "" - -#~ msgid "" -#~ "Querying members in a voice channel " -#~ "via :attr:`VoiceChannel.members` will be " -#~ "empty." -#~ msgstr "" - -#~ msgid "" -#~ "Most forms of receiving :class:`Member` " -#~ "will be receiving :class:`User` instead, " -#~ "except for message events." -#~ msgstr "" - -#~ msgid ":attr:`Guild.owner` will usually resolve to ``None``." -#~ msgstr "" - -#~ msgid ":meth:`Guild.get_member` will usually be unavailable." -#~ msgstr "" - -#~ msgid "Anything that involves using :class:`Member`." -#~ msgstr "" - -#~ msgid ":attr:`users` will not be as populated." -#~ msgstr "" - -#~ msgid "etc." -#~ msgstr "その他" - -#~ msgid "" -#~ "In short, this makes it so the " -#~ "only member you can reliably query " -#~ "is the message author. Useful for " -#~ "bots that do not require any " -#~ "state." -#~ msgstr "" - -#~ msgid "" -#~ "Requests previously offline members from " -#~ "the guild to be filled up into " -#~ "the :attr:`.Guild.members` cache. This " -#~ "function is usually not called. It " -#~ "should only be used if you have" -#~ " the ``fetch_offline_members`` parameter set " -#~ "to ``False``." -#~ msgstr "" -#~ "ギルドのオフラインメンバーを :attr:`.Guild.members` " -#~ "キャッシュへ書き込むよう要求します。この関数は通常呼び出されることはありません。 " -#~ "``fetch_offline_members`` パラメータが ``False`` " -#~ "の場合にのみ使用してください。" - -#~ msgid "" -#~ "When the client logs on and " -#~ "connects to the websocket, Discord does" -#~ " not provide the library with offline" -#~ " members if the number of members " -#~ "in the guild is larger than 250." -#~ " You can check if a guild is" -#~ " large if :attr:`.Guild.large` is ``True``." -#~ msgstr "" -#~ "クライアントがWebSocketに接続し、ログインするとき、ギルド内のメンバー数が250よりも大きいならば、Discordはライブラリにオフラインメンバーを提供しません。" -#~ " :attr:`.Guild.large` が ``True`` " -#~ "かどうかでギルドが大きいかどうかを確認することができます。" - -#~ msgid "This method is deprecated. Use :meth:`Guild.chunk` instead." -#~ msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_guild` を代わりとして使用してください。" - -#~ msgid "An argument list of guilds to request offline members for." -#~ msgstr "オフラインメンバーを要求したいギルドのリスト。" - -#~ msgid "If any guild is unavailable in the collection." -#~ msgstr ":exc:`InvalidArgument` -- いずれかのギルドが利用できない、またはコレクション内のギルドが大きくない。" - -#~ msgid "This function can be used in two different ways." -#~ msgstr "この関数は、異なる二通りの方法で使用することができます。" - -#~ msgid "" -#~ "Logging on with a user token is" -#~ " against the Discord `Terms of " -#~ "Service `_ and doing so might" -#~ " potentially get your account banned. " -#~ "Use this at your own risk." -#~ msgstr "" -#~ "ユーザートークンを用いてのログインはDiscordの `利用規約 " -#~ "`_ " -#~ "に違反しているため、アカウントを停止される可能性があります。自己責任で使用してください。" - -#~ msgid "" -#~ "Keyword argument that specifies if the" -#~ " account logging on is a bot " -#~ "token or not." -#~ msgstr "ログインに使用しているアカウントがBotのトークンであるかを指定するキーワード引数。" - -#~ msgid "Logs out of Discord and closes all connections." -#~ msgstr "Discordからログアウトし、すべての接続を終了します。" - -#~ msgid "" -#~ "This is just an alias to " -#~ ":meth:`close`. If you want to do " -#~ "extraneous cleanup when subclassing, it " -#~ "is suggested to override :meth:`close` " -#~ "instead." -#~ msgstr "" -#~ "これは :meth:`close` の別名です。サブクラス化する場合に外部のクリーンアップを行いたい場合は、代わりに" -#~ " :meth:`close` を上書きすることをお勧めします。" - -#~ msgid "" -#~ "Indicates if you are going AFK. " -#~ "This allows the discord client to " -#~ "know how to handle push notifications" -#~ " better for you in case you are" -#~ " actually idle and not lying." -#~ msgstr "AFKの状態にするかを示します。これによって、実際に退席中の場合に、Discordクライアントにプッシュ通知をよりよく扱わせることができます。" - -#~ msgid "" -#~ "The region for the voice communication" -#~ " server. Defaults to " -#~ ":attr:`.VoiceRegion.us_west`." -#~ msgstr "ボイスチャンネルの通信サーバーのリージョンです。デフォルトは :attr:`.VoiceRegion.us_west` です。" - -#~ msgid "Gets an arbitrary user's profile." -#~ msgstr "" - -#~ msgid "This can only be used by non-bot accounts." -#~ msgstr "これは非Botアカウントのみに適用されます。" - -#~ msgid "The ID of the user to fetch their profile for." -#~ msgstr "プロフィールを取得したいユーザーのID。" - -#~ msgid "Not allowed to fetch profiles." -#~ msgstr ":exc:`.Forbidden` -- プロフィールを取得することが許可されていない。" - -#~ msgid "Fetching the profile failed." -#~ msgstr ":exc:`.HTTPException` -- プロフィールの取得に失敗した。" - -#~ msgid ":class:`.Profile`" -#~ msgstr ":class:`.Profile`" - -#~ msgid "" -#~ "Optional[:class:`ShardInfo`]: Gets the shard " -#~ "information at a given shard ID or" -#~ " ``None`` if not found." -#~ msgstr "" - -#~ msgid "" -#~ "Requests previously offline members from " -#~ "the guild to be filled up into " -#~ "the :attr:`Guild.members` cache. This function" -#~ " is usually not called. It should " -#~ "only be used if you have the " -#~ "``fetch_offline_members`` parameter set to " -#~ "``False``." -#~ msgstr "" -#~ "ギルドのオフラインメンバーを :attr:`Guild.members` " -#~ "キャッシュへ書き込むよう要求します。この関数は通常呼び出されることはありません。 " -#~ "``fetch_offline_members`` パラメータが ``False`` " -#~ "の場合にのみ使用してください。" - -#~ msgid "" -#~ "When the client logs on and " -#~ "connects to the websocket, Discord does" -#~ " not provide the library with offline" -#~ " members if the number of members " -#~ "in the guild is larger than 250." -#~ " You can check if a guild is" -#~ " large if :attr:`Guild.large` is ``True``." -#~ msgstr "" -#~ "クライアントがWebSocketに接続し、ログインするとき、ギルド内のメンバー数が250よりも大きいならば、Discordはライブラリにオフラインメンバーを提供しません。" -#~ " :attr:`Guild.large` が ``True`` " -#~ "かどうかでギルドが大きいかどうかを確認することができます。" - -#~ msgid "The icon hash, if it exists." -#~ msgstr "Optional[:class:`str`] -- アイコンのハッシュ。(存在する場合)" - -#~ msgid "" -#~ "If this application is a game sold" -#~ " on Discord, this field will be " -#~ "the summary field for the store " -#~ "page of its primary SKU" -#~ msgstr "" - -#~ msgid "The base64 encoded key for the GameSDK's GetTicket" -#~ msgstr "" - -#~ msgid "" -#~ "If this application is a game sold" -#~ " on Discord, this field will be " -#~ "the id of the \"Game SKU\" that" -#~ " is created, if exists" -#~ msgstr "" - -#~ msgid "" -#~ "If this application is a game sold" -#~ " on Discord, this field will be " -#~ "the URL slug that links to the " -#~ "store page" -#~ msgstr "" - -#~ msgid "" -#~ "If this application is a game sold" -#~ " on Discord, this field will be " -#~ "the hash of the image on store " -#~ "embeds" -#~ msgstr "" - -#~ msgid "Retrieves the cover image on a store embed." -#~ msgstr "" - -#~ msgid "Voice" -#~ msgstr "ボイス" - -#~ msgid "These classes are passed to :meth:`abc.Connectable.connect`." -#~ msgstr "" - -#~ msgid "Tuple[Optional[:class:`str`], Optional[:class:`int`]]" -#~ msgstr "" - -#~ msgid "" -#~ "The message passed in from the " -#~ "WebSocket library. Could be :class:`bytes` " -#~ "for a binary message or :class:`str` " -#~ "for a regular message." -#~ msgstr "" -#~ "WebSocketライブラリから渡されたメッセージ。バイナリメッセージの場合は :class:`bytes` " -#~ "、通常のメッセージの場合は :class:`str` です。" - -#~ msgid "" -#~ "If the message is found in the " -#~ "message cache, it can be accessed " -#~ "via :attr:`RawMessageUpdateEvent.cached_message`" -#~ msgstr "" -#~ "メッセージがメッセージキャッシュ内に見つかった場合、 " -#~ ":attr:`RawMessageUpdateEvent.cached_message` を介してアクセスすることができます。" - -#~ msgid "The private channel that got created or deleted." -#~ msgstr "作成、または削除されたプライベートチャンネル。" - -#~ msgid "This requires :attr:`Intents.emojis` to be enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a :class:`Relationship` is " -#~ "added or removed from the " -#~ ":class:`ClientUser`." -#~ msgstr ":class:`ClientUser` の :class:`Relationship` が追加・削除されたとき呼び出されます。" - -#~ msgid "The relationship that was added or removed." -#~ msgstr "追加・削除されたRelationship。" - -#~ msgid "" -#~ "Called when a :class:`Relationship` is " -#~ "updated, e.g. when you block a " -#~ "friend or a friendship is accepted." -#~ msgstr ":class:`Relationship` が更新されたとき、たとえばフレンドをブロックしたり、フレンドが承認されたときに呼び出されます。" - -#~ msgid "The previous relationship status." -#~ msgstr "以前のフレンドの状態。" - -#~ msgid "The updated relationship status." -#~ msgstr "更新されたのフレンドの状態。" - -#~ msgid "The iterable to search through." -#~ msgstr "検索するイテラブル。" - -#~ msgid "An iterable to search through." -#~ msgstr "検索するイテラブル。" +#: ../../docstring of discord.Permissions.view_channel:1 +msgid "An alias for :attr:`read_messages`." +msgstr "" -#~ msgid "The creation date in UTC of a Discord snowflake ID." -#~ msgstr "Discordのsnowflake IDの作成日時をUTCで返します。" +#: ../../docstring of discord.Permissions.send_messages:1 +msgid "Returns ``True`` if a user can send messages from all or specific text channels." +msgstr "" -#~ msgid "" -#~ "The timestamp in which to sleep " -#~ "until. If the datetime is naive " -#~ "then it is assumed to be in " -#~ "UTC." -#~ msgstr "" +#: ../../docstring of discord.Permissions.send_tts_messages:1 +msgid "Returns ``True`` if a user can send TTS messages from all or specific text channels." +msgstr "" -#~ msgid "Profile" -#~ msgstr "プロフィール" +#: ../../docstring of discord.Permissions.manage_messages:1 +msgid "Returns ``True`` if a user can delete or pin messages in a text channel." +msgstr "" -#~ msgid "A namedtuple representing a user's Discord public profile." -#~ msgstr "Discordの公開プロフィールを表すnamedtuple。" +#: ../../docstring of discord.Permissions.manage_messages:5 +msgid "Note that there are currently no ways to edit other people's messages." +msgstr "" -#~ msgid "The :class:`User` the profile belongs to." -#~ msgstr "このプロフィールを持つ :class:`User` 。" +#: ../../docstring of discord.Permissions.embed_links:1 +msgid "Returns ``True`` if a user's messages will automatically be embedded by Discord." +msgstr "" -#~ msgid "A boolean indicating if the user has premium (i.e. Discord Nitro)." -#~ msgstr "このユーザーがプレミアム(つまり: Discord Nitro)を持っているかを示す真偽値。" +#: ../../docstring of discord.Permissions.attach_files:1 +msgid "Returns ``True`` if a user can send files in their messages." +msgstr "" -#~ msgid "" -#~ "A naive UTC datetime indicating how " -#~ "long the user has been premium " -#~ "since. This could be ``None`` if " -#~ "not applicable." -#~ msgstr "プレミアムを有効にした日時を表すtimezone naiveなUTC datetime。利用できない場合は ``None`` になります。" +#: ../../docstring of discord.Permissions.read_message_history:1 +msgid "Returns ``True`` if a user can read a text channel's previous messages." +msgstr "" -#~ msgid "A boolean indicating if the user is Discord Staff." -#~ msgstr "ユーザーがDiscordのスタッフかを示す真偽値。" +#: ../../docstring of discord.Permissions.mention_everyone:1 +msgid "Returns ``True`` if a user's @everyone or @here will mention everyone in the text channel." +msgstr "" -#~ msgid "A boolean indicating if the user is a Discord Partner." -#~ msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../docstring of discord.Permissions.external_emojis:1 +msgid "Returns ``True`` if a user can use emojis from other guilds." +msgstr "" -#~ msgid "A boolean indicating if the user is a Bug Hunter." -#~ msgstr "ユーザーがバグハンターかを示す真偽値。" +#: ../../docstring of discord.Permissions.use_external_emojis:1 +msgid "An alias for :attr:`external_emojis`." +msgstr "" -#~ msgid "" -#~ "A boolean indicating if the user " -#~ "has had premium before 10 October, " -#~ "2018." -#~ msgstr "ユーザーが2018年10月10日以前にNitroを持っていたかを示す真偽値。" +#: ../../docstring of discord.Permissions.view_guild_insights:1 +msgid "Returns ``True`` if a user can view the guild's insights." +msgstr "" -#~ msgid "A boolean indicating if the user is in Discord HypeSquad." -#~ msgstr "ユーザーがDiscord HypeSquadに属しているかを示す真偽値。" +#: ../../docstring of discord.Permissions.connect:1 +msgid "Returns ``True`` if a user can connect to a voice channel." +msgstr "" -#~ msgid "A list of :class:`HypeSquadHouse` that the user is in." -#~ msgstr "ユーザーが所属する :class:`HypeSquadHouse` のリスト。" +#: ../../docstring of discord.Permissions.speak:1 +msgid "Returns ``True`` if a user can speak in a voice channel." +msgstr "" -#~ msgid "List[:class:`HypeSquadHouse`]" -#~ msgstr "" +#: ../../docstring of discord.Permissions.mute_members:1 +msgid "Returns ``True`` if a user can mute other users." +msgstr "" -#~ msgid "A boolean indicating if the user is in part of a team." -#~ msgstr "ユーザーがDiscordのスタッフかを示す真偽値。" +#: ../../docstring of discord.Permissions.deafen_members:1 +msgid "Returns ``True`` if a user can deafen other users." +msgstr "" -#~ msgid "" -#~ "A boolean indicating if the user " -#~ "is officially part of the Discord " -#~ "urgent message system." -#~ msgstr "ユーザーがDiscordパートナーかを示す真偽値。" +#: ../../docstring of discord.Permissions.move_members:1 +msgid "Returns ``True`` if a user can move users between other voice channels." +msgstr "" -#~ msgid "" -#~ "A list of :class:`Guild` that the " -#~ ":class:`ClientUser` shares with this user." -#~ msgstr ":class:`ClientUser` がこのユーザーと共有する :class:`Guild` の一覧。" +#: ../../docstring of discord.Permissions.use_voice_activation:1 +msgid "Returns ``True`` if a user can use voice activation in voice channels." +msgstr "" -#~ msgid "A list of dict objects indicating the accounts the user has connected." -#~ msgstr "ユーザーが関連付けたアカウントを示す辞書型のリスト。" +#: ../../docstring of discord.Permissions.change_nickname:1 +msgid "Returns ``True`` if a user can change their nickname in the guild." +msgstr "" -#~ msgid "An example entry can be seen below: ::" -#~ msgstr "以下がその例です: ::" +#: ../../docstring of discord.Permissions.manage_nicknames:1 +msgid "Returns ``True`` if a user can change other user's nickname in the guild." +msgstr "" -#~ msgid "List[Dict[:class:`str`, :class:`str`]]" -#~ msgstr "" +#: ../../docstring of discord.Permissions.manage_roles:1 +msgid "Returns ``True`` if a user can create or edit roles less than their role's position." +msgstr "" -#~ msgid "Specifies the HypeSquad house a user belongs to." -#~ msgstr "ユーザーが属するHypeSquadハウスを指定します。" +#: ../../docstring of discord.Permissions.manage_roles:3 +msgid "This also corresponds to the \"Manage Permissions\" channel-specific override." +msgstr "" -#~ msgid "The \"Bravery\" house." -#~ msgstr "Braveryのハウス。" +#: ../../docstring of discord.Permissions.manage_permissions:1 +msgid "An alias for :attr:`manage_roles`." +msgstr "" -#~ msgid "The \"Brilliance\" house." -#~ msgstr "Brillianceのハウス。" +#: ../../docstring of discord.Permissions.manage_webhooks:1 +msgid "Returns ``True`` if a user can create, edit, or delete webhooks." +msgstr "" -#~ msgid "The \"Balance\" house." -#~ msgstr "Balanceのハウス。" +#: ../../docstring of discord.Permissions.manage_emojis:1 +msgid "Returns ``True`` if a user can create, edit, or delete emojis." +msgstr "" -#~ msgid "Specifies the region a voice server belongs to." -#~ msgstr "ボイスサーバーのリージョンを指定します。" +#: ../../docstring of discord.Permissions.manage_emojis_and_stickers:1 +msgid "An alias for :attr:`manage_emojis`." +msgstr "" -#~ msgid "The Amsterdam region." -#~ msgstr "アムステルダムリージョン。" +#: ../../docstring of discord.Permissions.use_slash_commands:1 +msgid "Returns ``True`` if a user can use slash commands." +msgstr "" -#~ msgid "The Brazil region." -#~ msgstr "ブラジルリージョン。" +#: ../../docstring of discord.Permissions.request_to_speak:1 +msgid "Returns ``True`` if a user can request to speak in a stage channel." +msgstr "" -#~ msgid "The Dubai region." -#~ msgstr "インドリージョン。" +#: ../../docstring of discord.Permissions.manage_events:1 +msgid "Returns ``True`` if a user can manage guild events." +msgstr "" -#~ msgid "The EU Central region." -#~ msgstr "中央ヨーロッパのリージョン。" +#: ../../docstring of discord.Permissions.manage_threads:1 +msgid "Returns ``True`` if a user can manage threads." +msgstr "" -#~ msgid "The EU West region." -#~ msgstr "東ヨーロッパのリージョン。" +#: ../../docstring of discord.Permissions.create_public_threads:1 +msgid "Returns ``True`` if a user can create public threads." +msgstr "" -#~ msgid "The Europe region." -#~ msgstr "日本リージョン。" +#: ../../docstring of discord.Permissions.create_private_threads:1 +msgid "Returns ``True`` if a user can create private threads." +msgstr "" -#~ msgid "The Frankfurt region." -#~ msgstr "フランクフルトリージョン。" +#: ../../docstring of discord.Permissions.external_stickers:1 +msgid "Returns ``True`` if a user can use stickers from other guilds." +msgstr "" -#~ msgid "The Hong Kong region." -#~ msgstr "香港リージョン。" +#: ../../docstring of discord.Permissions.use_external_stickers:1 +msgid "An alias for :attr:`external_stickers`." +msgstr "" -#~ msgid "The India region." -#~ msgstr "インドリージョン。" +#: ../../docstring of discord.Permissions.send_messages_in_threads:1 +msgid "Returns ``True`` if a user can send messages in threads." +msgstr "" -#~ msgid "The Japan region." -#~ msgstr "日本リージョン。" +#: ../../docstring of discord.Permissions.use_embedded_activities:1 +msgid "Returns ``True`` if a user can launch an embedded application in a Voice channel." +msgstr "" -#~ msgid "The London region." -#~ msgstr "ロンドンリージョン。" +#: ../../docstring of discord.Permissions.moderate_members:1 +msgid "Returns ``True`` if a user can time out other members." +msgstr "" -#~ msgid "The Russia region." -#~ msgstr "ロシアリージョン。" +#: ../../api.rst:4128 +msgid "PermissionOverwrite" +msgstr "" -#~ msgid "The Singapore region." -#~ msgstr "シンガポールリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:1 +msgid "A type that is used to represent a channel specific permission." +msgstr "" -#~ msgid "The South Africa region." -#~ msgstr "南アフリカリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:3 +msgid "Unlike a regular :class:`Permissions`\\, the default value of a permission is equivalent to ``None`` and not ``False``. Setting a value to ``False`` is **explicitly** denying that permission, while setting a value to ``True`` is **explicitly** allowing that permission." +msgstr "" -#~ msgid "The South Korea region." -#~ msgstr "南アフリカリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:9 +msgid "The values supported by this are the same as :class:`Permissions` with the added possibility of it being set to ``None``." +msgstr "" -#~ msgid "The Sydney region." -#~ msgstr "シドニーリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:16 +msgid "Checks if two overwrites are equal." +msgstr "" -#~ msgid "The US Central region." -#~ msgstr "中央アメリカのリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:19 +msgid "Checks if two overwrites are not equal." +msgstr "" -#~ msgid "The US East region." -#~ msgstr "アメリカ西部のリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite:26 +msgid "Set the value of permissions by their name." +msgstr "" -#~ msgid "The US South region." -#~ msgstr "アメリカ南部のリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.pair:1 +msgid "Tuple[:class:`Permissions`, :class:`Permissions`]: Returns the (allow, deny) pair from this overwrite." +msgstr "" -#~ msgid "The US West region." -#~ msgstr "アメリカ東部のリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.from_pair:1 +msgid "Creates an overwrite from an allow/deny pair of :class:`Permissions`." +msgstr "" -#~ msgid "The Amsterdam region for VIP guilds." -#~ msgstr "VIPギルド用のアムステルダムリージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:1 +msgid "Checks if the permission overwrite is currently empty." +msgstr "" -#~ msgid "The US East region for VIP guilds." -#~ msgstr "VIPギルド用のアメリカ東部リージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:3 +msgid "An empty permission overwrite is one that has no overwrites set to ``True`` or ``False``." +msgstr "" -#~ msgid "The US West region for VIP guilds." -#~ msgstr "VIPギルド用のアメリカ西部リージョン。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.is_empty:6 +msgid "Indicates if the overwrite is empty." +msgstr "" -#~ msgid "An alias for :attr:`extreme`." -#~ msgstr ":attr:`extreme` のエイリアス。" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.update:1 +msgid "Bulk updates this permission overwrite object." +msgstr "" -#~ msgid "Changing the guild icon" -#~ msgstr "ギルドのアイコンの変更" +#: ../../../discord/permissions.py:docstring of discord.permissions.PermissionOverwrite.update:7 +msgid "A list of key/value pairs to bulk update with." +msgstr "" -#~ msgid "" -#~ "A member's role has been updated. " -#~ "This triggers when a member either " -#~ "gains a role or losses a role." -#~ msgstr "" +#: ../../api.rst:4136 +msgid "ShardInfo" +msgstr "" -#~ msgid "Specifies the type of :class:`Relationship`." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:1 +msgid "A class that gives information and control over a specific shard." +msgstr "" -#~ msgid "This only applies to users, *not* bots." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:3 +msgid "You can retrieve this object via :meth:`AutoShardedClient.get_shard` or :attr:`AutoShardedClient.shards`." +msgstr "" -#~ msgid "You are friends with this user." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:10 +msgid "The shard ID for this shard." +msgstr "" -#~ msgid "You have blocked this user." -#~ msgstr "このユーザーはブロックされています。" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo:16 +msgid "The shard count for this cluster. If this is ``None`` then the bot has not started yet." +msgstr "" -#~ msgid "The user has sent you a friend request." -#~ msgstr "フレンド申請が届いています。" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.is_closed:1 +msgid ":class:`bool`: Whether the shard connection is currently closed." +msgstr "" -#~ msgid "You have sent a friend request to this user." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.disconnect:3 +msgid "Disconnects a shard. When this is called, the shard connection will no longer be open." +msgstr "" -#~ msgid "" -#~ "Represents the options found in " -#~ "``Settings > Privacy & Safety > " -#~ "Safe Direct Messaging`` in the Discord" -#~ " client." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.disconnect:6 +msgid "If the shard is already disconnected this does nothing." +msgstr "" -#~ msgid "Scan all direct messages from everyone." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.reconnect:3 +msgid "Disconnects and then connects the shard again." +msgstr "" -#~ msgid "Scan all direct messages that aren't from friends." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.shard.ShardInfo.connect:3 +msgid "Connects a shard. If the shard is already connected this does nothing." +msgstr "" -#~ msgid "Don't scan any direct messages." -#~ msgstr "" +#: ../../../discord/shard.py:docstring of discord.ShardInfo.latency:1 +msgid "Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds for this shard." +msgstr "" -#~ msgid "" -#~ "Represents the options found in " -#~ "``Settings > Privacy & Safety > " -#~ "Who Can Add You As A Friend`` " -#~ "in the Discord client." -#~ msgstr "" +#: ../../api.rst:4144 +msgid "SystemChannelFlags" +msgstr "" -#~ msgid "This allows no-one to add you as a friend." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:1 +msgid "Wraps up a Discord system channel flag value." +msgstr "" -#~ msgid "This allows guild members to add you as a friend." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:3 +msgid "Similar to :class:`Permissions`\\, the properties provided are two way. You can set and retrieve individual bits using the properties as if they were regular bools. This allows you to edit the system flags easily." +msgstr "" -#~ msgid "This allows friends of friends to add you as a friend." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.SystemChannelFlags:28 +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:25 +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:24 +msgid "The raw value. This value is a bit array field of a 53-bit integer representing the currently available flags. You should query flags via the properties rather than using this raw value." +msgstr "" -#~ msgid "This is a superset of :attr:`mutual_guilds` and :attr:`mutual_friends`." -#~ msgstr "" +#: ../../docstring of discord.SystemChannelFlags.join_notifications:1 +msgid "Returns ``True`` if the system channel is used for member join notifications." +msgstr "" -#~ msgid "This allows everyone to add you as a friend." -#~ msgstr "" +#: ../../docstring of discord.SystemChannelFlags.premium_subscriptions:1 +msgid "Returns ``True`` if the system channel is used for \"Nitro boosting\" notifications." +msgstr "" -#~ msgid "Represents the user's Discord Nitro subscription type." -#~ msgstr "" +#: ../../docstring of discord.SystemChannelFlags.guild_reminder_notifications:1 +msgid "Returns ``True`` if the system channel is used for server setup helpful tips notifications." +msgstr "" -#~ msgid "Represents the Discord Nitro with Nitro-exclusive games." -#~ msgstr "" +#: ../../docstring of discord.SystemChannelFlags.join_notification_replies:1 +msgid "Returns ``True`` if sticker reply button (\"Wave to say hi!\") is shown for member join notifications." +msgstr "" -#~ msgid "Represents the Discord Nitro with no Nitro-exclusive games." -#~ msgstr "" +#: ../../api.rst:4152 +msgid "MessageFlags" +msgstr "" -#~ msgid "Represents the theme synced across all Discord clients." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:1 +msgid "Wraps up a Discord Message flag value." +msgstr "" -#~ msgid "" -#~ "Represents the membership state of a " -#~ "team member retrieved through " -#~ ":func:`Bot.application_info`." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.MessageFlags:3 +msgid "See :class:`SystemChannelFlags`." +msgstr "" -#~ msgid "" -#~ "This will remove the :attr:`Integration.role`" -#~ " from the user when their " -#~ "subscription is finished." -#~ msgstr "" +#: ../../docstring of discord.MessageFlags.crossposted:1 +msgid "Returns ``True`` if the message is the original crossposted message." +msgstr "" -#~ msgid "" -#~ "Some API functions return an \"async " -#~ "iterator\". An async iterator is " -#~ "something that is capable of being " -#~ "used in an :ref:`async for statement " -#~ "`." -#~ msgstr "" -#~ "一部のAPI関数では「非同期イテレータ」を返します。非同期イテレータは :ref:`async for " -#~ "構文 ` で使用できるものです。" +#: ../../docstring of discord.MessageFlags.is_crossposted:1 +msgid "Returns ``True`` if the message was crossposted from another channel." +msgstr "" -#~ msgid "These async iterators can be used as follows: ::" -#~ msgstr "これら非同期イテレータは以下のようにして使用可能です: ::" +#: ../../docstring of discord.MessageFlags.suppress_embeds:1 +msgid "Returns ``True`` if the message's embeds have been suppressed." +msgstr "" -#~ msgid "" -#~ "Certain utilities make working with " -#~ "async iterators easier, detailed below." -#~ msgstr "" - -#~ msgid "" -#~ "Represents the \"AsyncIterator\" concept. Note" -#~ " that no such class exists, it " -#~ "is purely abstract." -#~ msgstr "" - -#~ msgid "Iterates over the contents of the async iterator." -#~ msgstr "" - -#~ msgid "" -#~ "Advances the iterator by one, if " -#~ "possible. If no more items are " -#~ "found then this raises :exc:`NoMoreItems`." -#~ msgstr "" - -#~ msgid "Similar to :func:`utils.get` except run over the async iterator." -#~ msgstr "" - -#~ msgid "Getting the last message by a user named 'Dave' or ``None``: ::" -#~ msgstr "" - -#~ msgid "Similar to :func:`utils.find` except run over the async iterator." -#~ msgstr "" - -#~ msgid "" -#~ "Unlike :func:`utils.find`\\, the predicate " -#~ "provided can be a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "Getting the last audit log with a reason or ``None``: ::" -#~ msgstr "" - -#~ msgid "The predicate to use. Could be a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "The first element that returns ``True`` for the predicate or ``None``." -#~ msgstr "" - -#~ msgid "Flattens the async iterator into a :class:`list` with all the elements." -#~ msgstr "" - -#~ msgid "A list of every element in the async iterator." -#~ msgstr "" - -#~ msgid "" -#~ "This is similar to the built-in" -#~ " :func:`map ` function. Another " -#~ ":class:`AsyncIterator` is returned that " -#~ "executes the function on every element" -#~ " it is iterating over. This function" -#~ " can either be a regular function " -#~ "or a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "Creating a content iterator: ::" -#~ msgstr "" - -#~ msgid "The function to call on every element. Could be a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "" -#~ "This is similar to the built-in" -#~ " :func:`filter ` function. Another " -#~ ":class:`AsyncIterator` is returned that " -#~ "filters over the original async " -#~ "iterator. This predicate can be a " -#~ "regular function or a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "Getting messages by non-bot accounts: ::" -#~ msgstr "" - -#~ msgid "The predicate to call on every element. Could be a |coroutine_link|_." -#~ msgstr "" - -#~ msgid "A guild's icon hash. See also :attr:`Guild.icon`." -#~ msgstr "" - -#~ msgid "The guild's invite splash hash. See also :attr:`Guild.splash`." -#~ msgstr "" - -#~ msgid "The guild's voice region. See also :attr:`Guild.region`." -#~ msgstr "" - -#~ msgid ":class:`VoiceRegion`" -#~ msgstr ":class:`bool`" - -#~ msgid "" -#~ "If the type is an :class:`int`, " -#~ "then it is a type of channel " -#~ "which can be either ``0`` to " -#~ "indicate a text channel or ``1`` " -#~ "to indicate a voice channel." -#~ msgstr "" - -#~ msgid "" -#~ "If the type is a :class:`str`, " -#~ "then it is a type of permission" -#~ " overwrite which can be either " -#~ "``'role'`` or ``'member'``." -#~ msgstr "" - -#~ msgid "See also :attr:`TextChannel.topic`." -#~ msgstr "" - -#~ msgid "The avatar hash of a member." -#~ msgstr "" - -#~ msgid "Represents a Discord webhook." -#~ msgstr "" - -#~ msgid "" -#~ "There are two main ways to use " -#~ "Webhooks. The first is through the " -#~ "ones received by the library such " -#~ "as :meth:`.Guild.webhooks` and " -#~ ":meth:`.TextChannel.webhooks`. The ones received " -#~ "by the library will automatically have" -#~ " an adapter bound using the library's" -#~ " HTTP session. Those webhooks will " -#~ "have :meth:`~.Webhook.send`, :meth:`~.Webhook.delete` " -#~ "and :meth:`~.Webhook.edit` as coroutines." -#~ msgstr "" - -#~ msgid "" -#~ "The second form involves creating a " -#~ "webhook object manually without having " -#~ "it bound to a websocket connection " -#~ "using the :meth:`~.Webhook.from_url` or " -#~ ":meth:`~.Webhook.partial` classmethods. This form" -#~ " allows finer grained control over " -#~ "how requests are done, allowing you " -#~ "to mix async and sync code using" -#~ " either :doc:`aiohttp ` or " -#~ ":doc:`req:index`." -#~ msgstr "" - -#~ msgid "Or creating a webhook from an ID and token and using :doc:`req:index`:" -#~ msgstr "" - -#~ msgid "The default avatar of the webhook." -#~ msgstr "" - -#~ msgid "" -#~ "The webhook adapter to use when " -#~ "sending requests. This is typically " -#~ ":class:`AsyncWebhookAdapter` for :doc:`aiohttp " -#~ "` or :class:`RequestsWebhookAdapter` for" -#~ " :doc:`req:index`." -#~ msgstr "" - -#~ msgid "" -#~ "If the webhook does not have a " -#~ "traditional avatar, an asset for the " -#~ "default avatar is returned instead." -#~ msgstr "" - -#~ msgid "" -#~ "This is equivalent to calling " -#~ ":meth:`avatar_url_as` with the default " -#~ "parameters." -#~ msgstr "" - -#~ msgid "" -#~ "The format must be one of 'jpeg'," -#~ " 'jpg', or 'png'. The size must " -#~ "be a power of 2 between 16 " -#~ "and 1024." -#~ msgstr "" - -#~ msgid "" -#~ "The format to attempt to convert " -#~ "the avatar to. If the format is" -#~ " ``None``, then it is equivalent to" -#~ " png." -#~ msgstr "" - -#~ msgid "The size of the image to display." -#~ msgstr "" - -#~ msgid "Bad image format passed to ``format`` or invalid ``size``." -#~ msgstr "" - -#~ msgid "The resulting CDN asset." -#~ msgstr "" - -#~ msgid "|maybecoro|" -#~ msgstr "" - -#~ msgid "" -#~ "If the webhook is constructed with " -#~ "a :class:`RequestsWebhookAdapter` then this is" -#~ " not a coroutine." -#~ msgstr "" - -#~ msgid "" -#~ "Whether the server should wait before" -#~ " sending a response. This essentially " -#~ "means that the return type of this" -#~ " function changes from ``None`` to a" -#~ " :class:`Message` if set to ``True``." -#~ msgstr "" - -#~ msgid "" -#~ "The avatar URL to send with this" -#~ " message. If no avatar URL is " -#~ "provided then the default avatar for " -#~ "the webhook is used." -#~ msgstr "" - -#~ msgid "" -#~ "You specified both ``embed`` and " -#~ "``embeds`` or the length of " -#~ "``embeds`` was invalid or there was " -#~ "no token associated with this " -#~ "webhook." -#~ msgstr "" - -#~ msgid "An alias for :meth:`~.Webhook.send`." -#~ msgstr "" - -#~ msgid "Adapters" -#~ msgstr "" - -#~ msgid "" -#~ "Adapters allow you to change how " -#~ "the request should be handled. They " -#~ "all build on a single interface, " -#~ ":meth:`WebhookAdapter.request`." -#~ msgstr "" - -#~ msgid "Base class for all webhook adapters." -#~ msgstr "" - -#~ msgid "The webhook that owns this adapter." -#~ msgstr "" - -#~ msgid "Actually does the request." -#~ msgstr "" - -#~ msgid "The HTTP verb to use for the request." -#~ msgstr "" - -#~ msgid "" -#~ "The URL to send the request to." -#~ " This will have the query parameters" -#~ " already added to it, if any." -#~ msgstr "" - -#~ msgid "" -#~ "A dict containing multipart form data" -#~ " to send with the request. If a" -#~ " filename is being uploaded, then it" -#~ " will be under a ``file`` key " -#~ "which will have a 3-element " -#~ ":class:`tuple` denoting ``(filename, file, " -#~ "content_type)``." -#~ msgstr "" - -#~ msgid "The JSON to send with the request, if any." -#~ msgstr "" - -#~ msgid "" -#~ "Transforms the webhook execution response " -#~ "into something more meaningful." -#~ msgstr "" - -#~ msgid "" -#~ "This is mainly used to convert the" -#~ " data into a :class:`Message` if " -#~ "necessary." -#~ msgstr "" - -#~ msgid "The data that was returned from the request." -#~ msgstr "" - -#~ msgid "Whether the webhook execution was asked to wait or not." -#~ msgstr "" - -#~ msgid "A webhook adapter suited for use with aiohttp." -#~ msgstr "" - -#~ msgid "You are responsible for cleaning up the client session." -#~ msgstr "" - -#~ msgid "The session to use to send requests." -#~ msgstr "" - -#~ msgid "A webhook adapter suited for use with ``requests``." -#~ msgstr "" - -#~ msgid "Only versions of :doc:`req:index` higher than 2.13.0 are supported." -#~ msgstr "" - -#~ msgid "" -#~ "The requests session to use for " -#~ "sending requests. If not given then " -#~ "each request will create a new " -#~ "session. Note if a session is " -#~ "given, the webhook adapter **will not**" -#~ " clean it up for you. You must" -#~ " close the session yourself." -#~ msgstr "" - -#~ msgid "" -#~ "Whether to sleep the thread when " -#~ "encountering a 429 or pre-emptive " -#~ "rate limit or a 5xx status code." -#~ " Defaults to ``True``. If set to " -#~ "``False`` then this will raise an " -#~ ":exc:`HTTPException` instead." -#~ msgstr "" - -#~ msgid "" -#~ "An :term:`py:abstract base class` (also " -#~ "known as an ``abc``) is a class" -#~ " that models can inherit to get " -#~ "their behaviour. The Python implementation " -#~ "of an :doc:`abc ` is " -#~ "slightly different in that you can " -#~ "register them at run-time. **Abstract" -#~ " base classes cannot be instantiated**. " -#~ "They are mainly there for usage " -#~ "with :func:`py:isinstance` and " -#~ ":func:`py:issubclass`\\." -#~ msgstr "" - -#~ msgid "" -#~ "This library has a module related " -#~ "to abstract base classes, some of " -#~ "which are actually from the :doc:`abc" -#~ " ` standard module, others " -#~ "which are not." -#~ msgstr "" - -#~ msgid "Returns the model's creation time as a naive datetime in UTC." -#~ msgstr "UTCのnaive datetimeでの、タイピングの開始時刻。" - -#~ msgid "" -#~ "Mapping[Union[:class:`~discord.Role`, :class:`~discord.Member`]," -#~ " :class:`~discord.PermissionOverwrite`]" -#~ msgstr "" - -#~ msgid "Handles permission resolution for the current :class:`~discord.Member`." -#~ msgstr "" - -#~ msgid "The member to resolve permissions for." -#~ msgstr "" - -#~ msgid "The resolved permissions for the member." -#~ msgstr "" - -#~ msgid "" -#~ "The overwrite parameter invalid or the" -#~ " target type was not " -#~ ":class:`~discord.Role` or :class:`~discord.Member`." -#~ msgstr "" - -#~ msgid "Creates an instant invite." -#~ msgstr "" - -#~ msgid "" -#~ "Returns an :class:`~discord.AsyncIterator` that " -#~ "enables receiving the destination's message" -#~ " history." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages before this date or" -#~ " message. If a date is provided " -#~ "it must be a timezone-naive " -#~ "datetime representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages after this date or " -#~ "message. If a date is provided it" -#~ " must be a timezone-naive datetime" -#~ " representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages around this date or" -#~ " message. If a date is provided " -#~ "it must be a timezone-naive " -#~ "datetime representing UTC time. When " -#~ "using this argument, the maximum limit" -#~ " is 101. Note that if the limit" -#~ " is an even number then this " -#~ "will return at most limit + 1 " -#~ "messages." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a context manager that allows" -#~ " you to type for an indefinite " -#~ "period of time." -#~ msgstr "" - -#~ msgid "" -#~ "This is both a regular context " -#~ "manager and an async context manager." -#~ " This means that both ``with`` and" -#~ " ``async with`` work with this." -#~ msgstr "" - -#~ msgid "" -#~ "If the ``embed`` parameter is provided," -#~ " it must be of type " -#~ ":class:`~discord.Embed` and it must be a" -#~ " rich embed type." -#~ msgstr "" - -#~ msgid "" -#~ "The ``files`` list is not of the" -#~ " appropriate size or you specified " -#~ "both ``file`` and ``files``." -#~ msgstr "" - -#~ msgid "This can only be used by bot accounts." -#~ msgstr "" - -#~ msgid "The avatar hash the user has. Could be ``None``." -#~ msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" - -#~ msgid "The email the user used when registering." -#~ msgstr "Optional[:class:`str`] -- ユーザーが登録時に使用したEメールアドレス。" - -#~ msgid "Specifies if the user is a premium user (e.g. has Discord Nitro)." -#~ msgstr ":class:`bool` -- ユーザーがプレミアムユーザー (例えば Discord Nitro) であるかを表します。" - -#~ msgid "" -#~ "Specifies the type of premium a " -#~ "user has (e.g. Nitro or Nitro " -#~ "Classic). Could be None if the " -#~ "user is not premium." -#~ msgstr "" -#~ ":class:`PremiumType` -- ユーザーのプレミアムの種類 " -#~ "(例えばNitroやNitro Classic) を表します。ユーザーがプレミアムでない場合、Noneが返ります。" - -#~ msgid "Optional[:class:`PremiumType`]" -#~ msgstr "" - -#~ msgid "The user ID to check if we have a relationship with them." -#~ msgstr "リレーションシップがあるか確認したいユーザーのID。" - -#~ msgid "The relationship if available or ``None``." -#~ msgstr "該当すればリレーションシップが返り、それ以外は ``None`` が返ります。" - -#~ msgid "Optional[:class:`Relationship`]" -#~ msgstr "" - -#~ msgid "Returns all the relationships that the user has." -#~ msgstr "List[:class:`User`] -- ユーザーが持つすべてのリレーションシップを返します。" - -#~ msgid "Returns all the users that the user has blocked." -#~ msgstr "List[:class:`User`] -- ユーザーがブロックしているすべてのユーザーを返します。" - -#~ msgid "" -#~ "If a bot account is used then " -#~ "a password field is optional, otherwise" -#~ " it is required." -#~ msgstr "Botアカウントである場合はpasswordフィールドはオプションとなります。それ以外の場合は必須です。" - -#~ msgid "" -#~ "The current password for the client's" -#~ " account. Only applicable to user " -#~ "accounts." -#~ msgstr "クライアントの現在のパスワード。ユーザーアカウントでのみ適用可能です。" - -#~ msgid "" -#~ "The new password you wish to " -#~ "change to. Only applicable to user " -#~ "accounts." -#~ msgstr "変更する際の新しいパスワード。ユーザーアカウントでのみ適用可能です。" - -#~ msgid "The new email you wish to change to. Only applicable to user accounts." -#~ msgstr "変更する際の新しいEメールアドレス。ユーザーアカウントでのみ適用可能です。" - -#~ msgid "" -#~ "The hypesquad house you wish to " -#~ "change to. Could be ``None`` to " -#~ "leave the current house. Only applicable" -#~ " to user accounts." -#~ msgstr "" -#~ "変更する際の新しいHypesquad house。現在のhouseから脱退したい場合は ``None`` " -#~ "を指定してください。ユーザアカウントでのみ適用可能です。" - -#~ msgid "" -#~ "Password is required for non-bot " -#~ "accounts. House field was not a " -#~ "HypeSquadHouse." -#~ msgstr "" -#~ ":exc:`ClientException` -- Botではないアカウントでpasswordが指定されていない。" -#~ " HouseフィールドがHypeSquadHouseでない。" - -#~ msgid "" -#~ "Creates a group direct message with " -#~ "the recipients provided. These recipients " -#~ "must be have a relationship of " -#~ "type :attr:`RelationshipType.friend`." -#~ msgstr "" -#~ "与えられたrecipientsを含むグループダイレクトメッセージを作成します。これを実行するにはrecipientsとの間に " -#~ ":attr:`RelationshipType.friend` のリレーションシップを持っていなければなりません。" - -#~ msgid "An argument :class:`list` of :class:`User` to have in your group." -#~ msgstr "グループに参加させたい :class:`User` の :class:`list` 。" - -#~ msgid "Failed to create the group direct message." -#~ msgstr ":exc:`HTTPException` -- グループダイレクトメッセージの作成に失敗した。" - -#~ msgid "" -#~ "Attempted to create a group with " -#~ "only one recipient. This does not" -#~ " include yourself." -#~ msgstr "" - -#~ msgid "The new group channel." -#~ msgstr "新しいグループチャンネル。" - -#~ msgid ":class:`GroupChannel`" -#~ msgstr "" - -#~ msgid "Edits the client user's settings." -#~ msgstr "クライアントユーザーの設定を変更します。" - -#~ msgid "" -#~ "How long (in seconds) the user " -#~ "needs to be AFK until Discord " -#~ "sends push notifications to your mobile" -#~ " device." -#~ msgstr "" - -#~ msgid "Whether or not to animate emojis in the chat." -#~ msgstr "" - -#~ msgid "" -#~ "Whether or not to automatically convert" -#~ " emoticons into emojis. e.g. :-) ->" -#~ " 😃" -#~ msgstr "" - -#~ msgid "" -#~ "Whether or not to automatically disable" -#~ " DMs between you and members of " -#~ "new guilds you join." -#~ msgstr "" - -#~ msgid "" -#~ "Whether or not to automatically detect" -#~ " accounts from services like Steam " -#~ "and Blizzard when you open the " -#~ "Discord client." -#~ msgstr "" - -#~ msgid "Whether or not to enable developer mode." -#~ msgstr "" - -#~ msgid "Whether or not to disable the showing of the Games tab." -#~ msgstr "" - -#~ msgid "Whether or not to allow tts messages to be played/sent." -#~ msgstr "" - -#~ msgid "The filter for explicit content in all messages." -#~ msgstr "" - -#~ msgid "Who can add you as a friend." -#~ msgstr "" - -#~ msgid "Whether or not to automatically play gifs that are in the chat." -#~ msgstr "" - -#~ msgid "" -#~ "A list of guilds in order of " -#~ "the guild/guild icons that are on " -#~ "the left hand side of the UI." -#~ msgstr "" - -#~ msgid "Whether or not to display attachments when they are uploaded in chat." -#~ msgstr "" - -#~ msgid "Whether or not to display videos and images from links posted in chat." -#~ msgstr "" - -#~ msgid "" -#~ "The :rfc:`3066` language identifier of " -#~ "the locale to use for the language" -#~ " of the Discord client." -#~ msgstr "" - -#~ msgid "Whether or not to use the compact Discord display mode." -#~ msgstr "" - -#~ msgid "Whether or not to render embeds that are sent in the chat." -#~ msgstr "" - -#~ msgid "Whether or not to render reactions that are added to messages." -#~ msgstr "" - -#~ msgid "A list of guilds that you will not receive DMs from." -#~ msgstr "" - -#~ msgid "Whether or not to display the game that you are currently playing." -#~ msgstr "" - -#~ msgid "The clients status that is shown to others." -#~ msgstr "" - -#~ msgid "The theme of the Discord UI." -#~ msgstr "" - -#~ msgid "The timezone offset to use." -#~ msgstr "" - -#~ msgid "The client is a bot user and not a user account." -#~ msgstr ":exc:`Forbidden` -- クライアントがBotユーザーであり、ユーザーアカウントでない。" - -#~ msgid "The client user's updated settings." -#~ msgstr "クライアントユーザーの更新された設定。" - -#~ msgid "" -#~ "If the user does not have a " -#~ "traditional avatar, an asset for the " -#~ "default avatar is returned instead." -#~ msgstr "" - -#~ msgid "" -#~ "This is equivalent to calling " -#~ ":meth:`avatar_url_as` with the default " -#~ "parameters (i.e. webp/gif detection and " -#~ "a size of 1024)." -#~ msgstr "" -#~ "これはデフォルトパラメータ(webp/gif フォーマット及びサイズが1024)で " -#~ ":meth:`avatar_url_as` を呼び出すのと同等の処理です。" +#: ../../docstring of discord.MessageFlags.source_message_deleted:1 +msgid "Returns ``True`` if the source message for this crosspost has been deleted." +msgstr "" -#~ msgid "" -#~ "The format must be one of 'webp'," -#~ " 'jpeg', 'jpg', 'png' or 'gif', and" -#~ " 'gif' is only valid for animated " -#~ "avatars. The size must be a power" -#~ " of 2 between 16 and 4096." -#~ msgstr "" +#: ../../docstring of discord.MessageFlags.urgent:1 +msgid "Returns ``True`` if the source message is an urgent message." +msgstr "" -#~ msgid "" -#~ "The format to attempt to convert " -#~ "the avatar to. If the format is" -#~ " ``None``, then it is automatically " -#~ "detected into either 'gif' or " -#~ "static_format depending on the avatar " -#~ "being animated or not." -#~ msgstr "" -#~ "アバターのフォーマット。 ``None`` の場合はアニメーションアバターなら 「gif」、それ以外は" -#~ " static_format のフォーマットに自動的に変換されます。" +#: ../../docstring of discord.MessageFlags.urgent:3 +msgid "An urgent message is one sent by Discord Trust and Safety." +msgstr "" -#~ msgid "" -#~ "Format to attempt to convert only " -#~ "non-animated avatars to. Defaults to " -#~ "'webp'" -#~ msgstr "アバターがアニメーションでない場合に変換されるフォーマット。デフォルトでは「webp」です。" +#: ../../docstring of discord.MessageFlags.has_thread:1 +msgid "Returns ``True`` if the source message is associated with a thread." +msgstr "" -#~ msgid "" -#~ "Bad image format passed to ``format``" -#~ " or ``static_format``, or invalid " -#~ "``size``." -#~ msgstr "" +#: ../../docstring of discord.MessageFlags.ephemeral:1 +msgid "Returns ``True`` if the source message is ephemeral." +msgstr "" -#~ msgid ":class:`DefaultAvatar`" -#~ msgstr ":class:`str`" +#: ../../docstring of discord.MessageFlags.loading:1 +msgid "Returns ``True`` if the message is an interaction response and the bot is \"thinking\"." +msgstr "" -#~ msgid "Returns a URL for a user's default avatar." -#~ msgstr "" +#: ../../docstring of discord.MessageFlags.failed_to_mention_some_roles_in_thread:1 +msgid "Returns ``True`` if the message failed to mention some roles in a thread and add their members to the thread." +msgstr "" -#~ msgid "An alias for :meth:`abc.GuildChannel.permissions_for`." -#~ msgstr ":meth:`abc.GuildChannel.permissions_for` のエイリアス。" +#: ../../api.rst:4160 +msgid "PublicUserFlags" +msgstr "" -#~ msgid "Basically equivalent to:" -#~ msgstr "基本的には以下と同等です:" +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:1 +msgid "Wraps up the Discord User Public flags." +msgstr "" -#~ msgid "The channel to check your permissions for." -#~ msgstr "権限を確認したいチャンネル。" +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:7 +msgid "Checks if two PublicUserFlags are equal." +msgstr "" -#~ msgid "Relationship" -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags:10 +msgid "Checks if two PublicUserFlags are not equal." +msgstr "" -#~ msgid "Represents a relationship in Discord." -#~ msgstr "Discordのリレーションシップを表します。" +#: ../../docstring of discord.PublicUserFlags.staff:1 +msgid "Returns ``True`` if the user is a Discord Employee." +msgstr "" -#~ msgid "" -#~ "A relationship is like a friendship, " -#~ "a person who is blocked, etc. Only" -#~ " non-bot accounts can have " -#~ "relationships." -#~ msgstr "フレンドや、ブロックした人などのようなリレーションシップです。Botでないアカウントのみがリレーションシップを持つことが出来ます。" +#: ../../docstring of discord.PublicUserFlags.partner:1 +msgid "Returns ``True`` if the user is a Discord Partner." +msgstr "" -#~ msgid "The user you have the relationship with." -#~ msgstr "リレーションシップがあるか確認したいユーザーのID。" +#: ../../docstring of discord.PublicUserFlags.hypesquad:1 +msgid "Returns ``True`` if the user is a HypeSquad Events member." +msgstr "" -#~ msgid "The type of relationship you have." -#~ msgstr "以前のフレンドの状態。" +#: ../../docstring of discord.PublicUserFlags.bug_hunter:1 +msgid "Returns ``True`` if the user is a Bug Hunter" +msgstr "" -#~ msgid "Deletes the relationship." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.hypesquad_bravery:1 +msgid "Returns ``True`` if the user is a HypeSquad Bravery member." +msgstr "" -#~ msgid "Deleting the relationship failed." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.hypesquad_brilliance:1 +msgid "Returns ``True`` if the user is a HypeSquad Brilliance member." +msgstr "" -#~ msgid "Accepts the relationship request. e.g. accepting a friend request." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.hypesquad_balance:1 +msgid "Returns ``True`` if the user is a HypeSquad Balance member." +msgstr "" -#~ msgid "Accepting the relationship failed." -#~ msgstr ":exc:`HTTPException` -- 設定の編集に失敗した。" +#: ../../docstring of discord.PublicUserFlags.early_supporter:1 +msgid "Returns ``True`` if the user is an Early Supporter." +msgstr "" -#~ msgid "The avatar hash the user has. Could be None." -#~ msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" +#: ../../docstring of discord.PublicUserFlags.team_user:1 +msgid "Returns ``True`` if the user is a Team User." +msgstr "" -#~ msgid "" -#~ "Returns the :class:`Relationship` with this" -#~ " user if applicable, ``None`` otherwise." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.system:1 +msgid "Returns ``True`` if the user is a system user (i.e. represents Discord officially)." +msgstr "" -#~ msgid "Gets all mutual friends of this user." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.bug_hunter_level_2:1 +msgid "Returns ``True`` if the user is a Bug Hunter Level 2" +msgstr "" -#~ msgid "Not allowed to get mutual friends of this user." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.verified_bot:1 +msgid "Returns ``True`` if the user is a Verified Bot." +msgstr "" -#~ msgid "Getting mutual friends failed." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.verified_bot_developer:1 +msgid "Returns ``True`` if the user is an Early Verified Bot Developer." +msgstr "" -#~ msgid "The users that are mutual friends." -#~ msgstr "" +#: ../../docstring of discord.PublicUserFlags.early_verified_bot_developer:1 +msgid "An alias for :attr:`verified_bot_developer`." +msgstr "" -#~ msgid "Blocks the user." -#~ msgstr "ユーザーをブロックします。" +#: ../../docstring of discord.PublicUserFlags.discord_certified_moderator:1 +msgid "Returns ``True`` if the user is a Discord Certified Moderator." +msgstr "" -#~ msgid "Not allowed to block this user." -#~ msgstr "このユーザーはブロックされています。" +#: ../../docstring of discord.PublicUserFlags.bot_http_interactions:1 +msgid "Returns ``True`` if the user is a bot that only uses HTTP interactions and is shown in the online member list." +msgstr "" -#~ msgid "Blocking the user failed." -#~ msgstr "ユーザーをブロックします。" +#: ../../docstring of discord.PublicUserFlags.spammer:1 +msgid "Returns ``True`` if the user is flagged as a spammer by Discord." +msgstr "" -#~ msgid "Unblocks the user." -#~ msgstr "" +#: ../../../discord/flags.py:docstring of discord.flags.PublicUserFlags.all:1 +msgid "List[:class:`UserFlags`]: Returns all public flags the user has." +msgstr "" -#~ msgid "Not allowed to unblock this user." -#~ msgstr "このユーザーはブロックされています。" +#: ../../api.rst:4168 +msgid "Exceptions" +msgstr "例外" -#~ msgid "Unblocking the user failed." -#~ msgstr "ユーザーをブロックします。" +#: ../../api.rst:4170 +msgid "The following exceptions are thrown by the library." +msgstr "" -#~ msgid "Removes the user as a friend." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.DiscordException:1 +msgid "Base exception class for discord.py" +msgstr "" -#~ msgid "Not allowed to remove this user as a friend." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.DiscordException:3 +msgid "Ideally speaking, this could be caught to handle any exceptions raised from this library." +msgstr "" -#~ msgid "Removing the user as a friend failed." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ClientException:1 +msgid "Exception that's raised when an operation in the :class:`Client` fails." +msgstr "" -#~ msgid "Sends the user a friend request." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ClientException:3 +msgid "These are usually for exceptions that happened due to user input." +msgstr "" -#~ msgid "Not allowed to send a friend request to the user." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.LoginFailure:1 +msgid "Exception that's raised when the :meth:`Client.login` function fails to log you in from improper credentials or some other misc. failure." +msgstr "" -#~ msgid "Sending the friend request failed." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:1 +msgid "Exception that's raised when an HTTP request operation fails." +msgstr "" -#~ msgid "Gets the user's profile." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:5 +msgid "The response of the failed HTTP request. This is an instance of :class:`aiohttp.ClientResponse`. In some cases this could also be a :class:`requests.Response`." +msgstr "" -#~ msgid ":class:`Profile`" -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:9 +msgid ":class:`aiohttp.ClientResponse`" +msgstr "" -#~ msgid "Checks if the Asset has a URL." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:13 +msgid "The text of the error. Could be an empty string." +msgstr "" -#~ msgid "" -#~ ":class:`PartialEmoji` won't have a connection" -#~ " state if user created, and a " -#~ "URL won't be present if a custom" -#~ " image isn't associated with the " -#~ "asset, e.g. a guild with no custom" -#~ " icon." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:19 +msgid "The status code of the HTTP request." +msgstr "" -#~ msgid "There was no valid URL or internal connection state." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.HTTPException:25 +msgid "The Discord specific error code for the failure." +msgstr "" -#~ msgid "Same as in :meth:`Attachment.save`." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.Forbidden:1 +msgid "Exception that's raised for when status code 403 occurs." +msgstr "" -#~ msgid "There should be no need to create one of these manually." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.Forbidden:3 +#: ../../../discord/errors.py:docstring of discord.errors.NotFound:3 +msgid "Subclass of :exc:`HTTPException`" +msgstr ":exc:`HTTPException` のサブクラス" -#~ msgid "" -#~ "The value used by the discord " -#~ "guild and the client to verify " -#~ "that the message is successfully sent." -#~ " This is typically non-important." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.NotFound:1 +msgid "Exception that's raised for when status code 404 occurs." +msgstr "" -#~ msgid "" -#~ "The :class:`TextChannel` that the message " -#~ "was sent from. Could be a " -#~ ":class:`DMChannel` or :class:`GroupChannel` if " -#~ "it's a private message." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.DiscordServerError:1 +msgid "Exception that's raised for when a 500 range status code occurs." +msgstr "" -#~ msgid "Union[:class:`abc.Messageable`]" -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.DiscordServerError:3 +msgid "Subclass of :exc:`HTTPException`." +msgstr "" -#~ msgid "" -#~ "The call that the message refers " -#~ "to. This is only applicable to " -#~ "messages of type :attr:`MessageType.call`." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.InvalidData:1 +msgid "Exception that's raised when the library encounters unknown or invalid data from Discord." +msgstr "" -#~ msgid "Optional[:class:`CallMessage`]" -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.GatewayNotFound:1 +msgid "An exception that is raised when the gateway for Discord could not be found" +msgstr "" -#~ msgid "" -#~ "The message that this message " -#~ "references. This is only applicable to" -#~ " messages of type :attr:`MessageType.pins_add`" -#~ " or crossposted messages created by a" -#~ " followed channel integration." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:1 +msgid "Exception that's raised when the gateway connection is closed for reasons that could not be handled internally." +msgstr "" -#~ msgid "Optional[:class:`MessageReference`]" -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:6 +msgid "The close code of the websocket." +msgstr "" -#~ msgid "" -#~ "The order of the mentions list is" -#~ " not in any particular order so " -#~ "you should not rely on it. This" -#~ " is a discord limitation, not one " -#~ "with the library." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:12 +msgid "The reason provided for the closure." +msgstr "" -#~ msgid "" -#~ "This *does not* escape markdown. If " -#~ "you want to escape markdown then " -#~ "use :func:`utils.escape_markdown` along with " -#~ "this function." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.ConnectionClosed:18 +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:12 +msgid "The shard ID that got closed if applicable." +msgstr "" -#~ msgid "A naive UTC datetime object containing the edited time of the message." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:1 +msgid "Exception that's raised when the gateway is requesting privileged intents but they're not ticked in the developer page yet." +msgstr "" -#~ msgid "" -#~ "In the case of :attr:`MessageType.default`\\," -#~ " this just returns the regular " -#~ ":attr:`Message.content`. Otherwise this returns " -#~ "an English message denoting the contents" -#~ " of the system message." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:4 +msgid "Go to https://discord.com/developers/applications/ and enable the intents that are required. Currently these are as follows:" +msgstr "" -#~ msgid "Marks this message as read." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:7 +msgid ":attr:`Intents.members`" +msgstr ":attr:`Intents.members`" -#~ msgid "The user must not be a bot user." -#~ msgstr "" - -#~ msgid "Acking failed." -#~ msgstr "" - -#~ msgid "You must not be a bot user." -#~ msgstr "" - -#~ msgid "" -#~ "Returns an :class:`AsyncIterator` representing " -#~ "the users that have reacted to the" -#~ " message." -#~ msgstr "" - -#~ msgid "If this is a custom emoji." -#~ msgstr "" - -#~ msgid "CallMessage" -#~ msgstr "" - -#~ msgid "Represents a group call message from Discord." -#~ msgstr "" - -#~ msgid "" -#~ "This is only received in cases " -#~ "where the message type is equivalent " -#~ "to :attr:`MessageType.call`." -#~ msgstr "" - -#~ msgid "" -#~ "A naive UTC datetime object that " -#~ "represents the time that the call " -#~ "has ended." -#~ msgstr "" - -#~ msgid "The list of users that are participating in this call." -#~ msgstr "" - -#~ msgid "The message associated with this call message." -#~ msgstr "" - -#~ msgid "Indicates if the call has ended." -#~ msgstr "opusライブラリがロードされているかを表します。" - -#~ msgid "Queries the duration of the call." -#~ msgstr "" - -#~ msgid "If the call has not ended then the current duration will be returned." -#~ msgstr "" - -#~ msgid "The timedelta object representing the duration." -#~ msgstr "" - -#~ msgid "GroupCall" -#~ msgstr "" - -#~ msgid "Represents the actual group call from Discord." -#~ msgstr "" - -#~ msgid "" -#~ "This is accompanied with a " -#~ ":class:`CallMessage` denoting the information." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.PrivilegedIntentsRequired:8 +msgid ":attr:`Intents.presences`" +msgstr ":attr:`Intents.presences`" -#~ msgid "The call message associated with this group call." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.InteractionResponded:1 +msgid "Exception that's raised when sending another interaction response using :class:`InteractionResponse` when one has already been done before." +msgstr "" -#~ msgid "Denotes if this group call is unavailable." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.InteractionResponded:4 +msgid "An interaction can only respond once." +msgstr "" -#~ msgid "A list of users that are currently being rung to join the call." -#~ msgstr "" - -#~ msgid "The guild region the group call is being hosted on." -#~ msgstr "更新される前のギルド。" +#: ../../../discord/errors.py:docstring of discord.errors.InteractionResponded:10 +msgid "The interaction that's already been responded to." +msgstr "" -#~ msgid "A property that returns all users that are currently in this call." -#~ msgstr "" - -#~ msgid "Returns the channel the group call is in." -#~ msgstr "カテゴリの名前を返します。" - -#~ msgid "Retrieves the :class:`VoiceState` for a specified :class:`User`." -#~ msgstr "" +#: ../../../discord/errors.py:docstring of discord.errors.InteractionResponded:12 +msgid ":class:`Interaction`" +msgstr "" -#~ msgid "" -#~ "If the :class:`User` has no voice " -#~ "state then this function returns " -#~ "``None``." -#~ msgstr "" - -#~ msgid "The user to retrieve the voice state for." -#~ msgstr "" - -#~ msgid "The voice state associated with this user." -#~ msgstr "" - -#~ msgid "" -#~ "The region the guild belongs on. " -#~ "There is a chance that the region" -#~ " will be a :class:`str` if the " -#~ "value is not recognised by the " -#~ "enumerator." -#~ msgstr "" - -#~ msgid "The guild's icon." -#~ msgstr "ギルドのウィジェット。" - -#~ msgid "" -#~ "Indicates if the guild is unavailable." -#~ " If this is ``True`` then the " -#~ "reliability of other attributes outside " -#~ "of :meth:`Guild.id` is slim and they " -#~ "might all be ``None``. It is best" -#~ " to not do anything with the " -#~ "guild if it is unavailable." -#~ msgstr "" - -#~ msgid "The guild's banner." -#~ msgstr "ギルドのウィジェット。" - -#~ msgid "" -#~ "Indicates the guild's two factor " -#~ "authorisation level. If this value is" -#~ " 0 then the guild does not " -#~ "require 2FA for their administrative " -#~ "members. If the value is 1 then" -#~ " they do." -#~ msgstr "" - -#~ msgid "A list of features that the guild has. They are currently as follows:" -#~ msgstr "" - -#~ msgid "``VIP_REGIONS``: Guild has VIP voice regions" -#~ msgstr "" - -#~ msgid "" -#~ "``VANITY_URL``: Guild can have a vanity" -#~ " invite URL (e.g. discord.gg/discord-api)" -#~ msgstr "" - -#~ msgid "``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji." -#~ msgstr "" - -#~ msgid "``PUBLIC``: Guild is a public guild." -#~ msgstr "" - -#~ msgid "" -#~ "``BANNER``: Guild can upload and use " -#~ "a banner (i.e. :meth:`banner_url`)." -#~ msgstr "" - -#~ msgid "``PUBLIC_DISABLED``: Guild cannot be public." -#~ msgstr "" - -#~ msgid "``WELCOME_SCREEN_ENABLED``: Guild has enabled the welcome screen" -#~ msgstr "" - -#~ msgid "The guild's invite splash." -#~ msgstr "ギルドの招待時のスプラッシュ画像の変更" - -#~ msgid "The guild's discovery splash." -#~ msgstr "ギルドの招待時のスプラッシュ画像の変更" - -#~ msgid "" -#~ "Returns an :class:`AsyncIterator` that enables" -#~ " receiving the guild's audit logs." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve entries before this date or " -#~ "entry. If a date is provided it" -#~ " must be a timezone-naive datetime" -#~ " representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve entries after this date or " -#~ "entry. If a date is provided it" -#~ " must be a timezone-naive datetime" -#~ " representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Return's the guild's channel used for" -#~ " the rules. Must be a discoverable" -#~ " guild." -#~ msgstr "" - -#~ msgid "" -#~ "Return's the guild's channel where " -#~ "admins and moderators of the guilds " -#~ "receive notices from Discord. This is" -#~ " only available to guilds that " -#~ "contain ``PUBLIC`` in :attr:`Guild.features`." -#~ msgstr "" - -#~ msgid ":class:`bool`: Returns True if the guild has an animated icon." -#~ msgstr "" - -#~ msgid "Returns an :class:`Asset` for the guild's icon." -#~ msgstr "" - -#~ msgid "" -#~ "The format to attempt to convert " -#~ "the icon to. If the format is " -#~ "``None``, then it is automatically " -#~ "detected into either 'gif' or " -#~ "static_format depending on the icon " -#~ "being animated or not." -#~ msgstr "" - -#~ msgid "Format to attempt to convert only non-animated icons to." -#~ msgstr "" - -#~ msgid "Returns an :class:`Asset` for the guild's banner." -#~ msgstr "" - -#~ msgid "" -#~ "The format must be one of 'webp'," -#~ " 'jpeg', or 'png'. The size must " -#~ "be a power of 2 between 16 " -#~ "and 4096." -#~ msgstr "" - -#~ msgid "The format to attempt to convert the banner to." -#~ msgstr "" - -#~ msgid "Returns an :class:`Asset` for the guild's invite splash." -#~ msgstr "" - -#~ msgid "" -#~ "The format must be one of 'webp'," -#~ " 'jpeg', 'jpg', or 'png'. The size" -#~ " must be a power of 2 between" -#~ " 16 and 4096." -#~ msgstr "" - -#~ msgid "The format to attempt to convert the splash to." -#~ msgstr "" - -#~ msgid "Returns the guild's discovery splash asset." -#~ msgstr "" - -#~ msgid "Returns an :class:`Asset` for the guild's discovery splash." -#~ msgstr "" - -#~ msgid "" -#~ "This is similar to :meth:`create_text_channel`" -#~ " except makes a :class:`VoiceChannel` " -#~ "instead, in addition to having the " -#~ "following new parameters." -#~ msgstr "" - -#~ msgid "" -#~ "The new description of the guild. " -#~ "This is only available to guilds " -#~ "that contain ``PUBLIC`` in " -#~ ":attr:`Guild.features`." -#~ msgstr "" - -#~ msgid "" -#~ "A :term:`py:bytes-like object` representing" -#~ " the icon. Only PNG/JPEG supported " -#~ "and GIF This is only available to" -#~ " guilds that contain ``ANIMATED_ICON`` in" -#~ " :attr:`Guild.features`. Could be ``None`` " -#~ "to denote removal of the icon." -#~ msgstr "" - -#~ msgid "" -#~ "A :term:`py:bytes-like object` representing" -#~ " the banner. Could be ``None`` to " -#~ "denote removal of the banner." -#~ msgstr "" - -#~ msgid "The new region for the guild's voice communication." -#~ msgstr "" - -#~ msgid "Retreives a :class:`Member` from a guild ID, and a member ID." -#~ msgstr "" - -#~ msgid "" -#~ "This method is an API call. For" -#~ " general usage, consider :meth:`get_member` " -#~ "instead." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieves the :class:`BanEntry` for a " -#~ "user, which is a namedtuple with a" -#~ " ``user`` and ``reason`` field. See " -#~ ":meth:`bans` for more information." -#~ msgstr "" - -#~ msgid "The BanEntry object for the specified user." -#~ msgstr "" - -#~ msgid "Retrieves all the users that are banned from the guild." -#~ msgstr "" - -#~ msgid "" -#~ "This coroutine returns a :class:`list` " -#~ "of BanEntry objects, which is a " -#~ "namedtuple with a ``user`` field to " -#~ "denote the :class:`User` that got banned" -#~ " along with a ``reason`` field " -#~ "specifying why the user was banned " -#~ "that could be set to ``None``." -#~ msgstr "" - -#~ msgid "A list of BanEntry objects." -#~ msgstr "" - -#~ msgid "Example:" -#~ msgstr "例" - -#~ msgid "The special vanity invite." -#~ msgstr "" - -#~ msgid "Marks every message in this guild as read." -#~ msgstr "" - -#~ msgid "The role which the integration uses for subscribers." -#~ msgstr "" - -#~ msgid "When the integration was last synced." -#~ msgstr "" - -#~ msgid "" -#~ "A datetime object that specifies the " -#~ "date and time in UTC that the " -#~ "member joined the guild. If the " -#~ "member left and rejoined the guild, " -#~ "this will be the latest date. In" -#~ " certain cases, this can be ``None``." -#~ msgstr "" - -#~ msgid "" -#~ "A datetime object that specifies the " -#~ "date and time in UTC when the " -#~ "member used their Nitro boost on " -#~ "the guild, if available. This could " -#~ "be ``None``." -#~ msgstr "" - -#~ msgid "Union[:class:`BaseActivity`, :class:`Spotify`]" -#~ msgstr "" - -#~ msgid "" -#~ "This only takes into consideration the" -#~ " guild permissions and not most of" -#~ " the implied permissions or any of" -#~ " the channel permission overwrites. For " -#~ "100% accurate permission calculation, please" -#~ " use either :meth:`permissions_in` or " -#~ ":meth:`abc.GuildChannel.permissions_for`." -#~ msgstr "" - -#~ msgid "Equivalent to :attr:`User.avatar_url`" -#~ msgstr "" - -#~ msgid "Equivalent to :attr:`User.default_avatar_url`" -#~ msgstr "" - -#~ msgid "Equivalent to :attr:`User.relationship`" -#~ msgstr "" - -#~ msgid "Returns the asset of the emoji." -#~ msgstr "" - -#~ msgid "Returns an asset of the emoji, if it is custom." -#~ msgstr "" - -#~ msgid "" -#~ "A :class:`dict` of target (either a " -#~ "role or a member) to " -#~ ":class:`PermissionOverwrite` to apply to the" -#~ " channel." -#~ msgstr "" - -#~ msgid "" -#~ "If position is less than 0 or " -#~ "greater than the number of channels, " -#~ "or if the permission overwrite " -#~ "information is not in proper form." -#~ msgstr "" - -#~ msgid "" -#~ "Internally, this employs a different " -#~ "number of strategies depending on the" -#~ " conditions met such as if a " -#~ "bulk delete is possible or if the" -#~ " account is a user bot or not." -#~ msgstr "" - -#~ msgid "" -#~ "If ``True``, use bulk delete. Setting" -#~ " this to ``False`` is useful for " -#~ "mass-deleting a bot's own messages " -#~ "without :attr:`Permissions.manage_messages`. When " -#~ "``True``, will fall back to single " -#~ "delete if current account is a " -#~ "user bot, or if messages are older" -#~ " than two weeks." -#~ msgstr "" - -#~ msgid "The user you are participating with in the direct message channel." -#~ msgstr "" - -#~ msgid "" -#~ "The user to check permissions for. " -#~ "This parameter is ignored but kept " -#~ "for compatibility." -#~ msgstr "" - -#~ msgid "The group channel's icon hash if provided." -#~ msgstr "更新されたグループチャンネルの更新前情報。" - -#~ msgid "send_tts_messages: You cannot send TTS messages in a DM." -#~ msgstr "" - -#~ msgid "manage_messages: You cannot delete others messages in a DM." -#~ msgstr "" - -#~ msgid "Adds recipients to this group." -#~ msgstr "" - -#~ msgid "" -#~ "A group can only have a maximum" -#~ " of 10 members. Attempting to add " -#~ "more ends up in an exception. To" -#~ " add a recipient to the group, " -#~ "you must have a relationship with " -#~ "the user of type " -#~ ":attr:`RelationshipType.friend`." -#~ msgstr "" - -#~ msgid "An argument list of users to add to this group." -#~ msgstr "" - -#~ msgid "Adding a recipient to this group failed." -#~ msgstr "" - -#~ msgid "Removes recipients from this group." -#~ msgstr "" - -#~ msgid "An argument list of users to remove from this group." -#~ msgstr "" - -#~ msgid "Removing a recipient from this group failed." -#~ msgstr "" - -#~ msgid "Edits the group." -#~ msgstr "" - -#~ msgid "" -#~ "The new name to change the group" -#~ " to. Could be ``None`` to remove " -#~ "the name." -#~ msgstr "" - -#~ msgid "" -#~ "A :term:`py:bytes-like object` representing" -#~ " the new icon. Could be ``None`` " -#~ "to remove the icon." -#~ msgstr "" - -#~ msgid "Editing the group failed." -#~ msgstr "" - -#~ msgid "The partial guild's icon." -#~ msgstr "" - -#~ msgid "The partial guild's banner." -#~ msgstr "" - -#~ msgid "The partial guild's invite splash." -#~ msgstr "ギルドの招待時のスプラッシュ画像の変更" - -#~ msgid ":class:`bool`: Returns ``True`` if the guild has an animated icon." -#~ msgstr "" - -#~ msgid "The same operation as :meth:`Guild.icon_url_as`." -#~ msgstr "" - -#~ msgid "The same operation as :meth:`Guild.banner_url_as`." -#~ msgstr "" - -#~ msgid "The same operation as :meth:`Guild.splash_url_as`." -#~ msgstr "" - -#~ msgid ":meth:`Client.fetch_invite`" -#~ msgstr "" - -#~ msgid "" -#~ "How long the before the invite " -#~ "expires in seconds. A value of 0" -#~ " indicates that it doesn't expire." -#~ msgstr "" - -#~ msgid "A datetime object denoting the time the invite was created." -#~ msgstr "" +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:1 +msgid "An exception that is thrown for libopus related errors." +msgstr "" -#~ msgid "How many times the invite can be used." -#~ msgstr "" +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:5 +msgid "The error code returned." +msgstr "" -#~ msgid "" -#~ "When the template was last updated " -#~ "(referred to as \"last synced\" in " -#~ "the client)." -#~ msgstr "" +#: ../../../discord/opus.py:docstring of discord.opus.OpusNotLoaded:1 +msgid "An exception that is thrown for when libopus is not loaded." +msgstr "" -#~ msgid "Optional[List[:class:`WidgetChannel`]]" -#~ msgstr "" +#: ../../api.rst:4202 +msgid "Exception Hierarchy" +msgstr "例外の階層構造" -#~ msgid "Optional[List[:class:`Member`]]" -#~ msgstr "" +#: ../../api.rst:4217 +msgid ":exc:`Exception`" +msgstr ":exc:`Exception`" -#~ msgid "" -#~ "Retrieves an :class:`Invite` from a " -#~ "invite URL or ID. This is the " -#~ "same as :meth:`Client.fetch_invite`; the " -#~ "invite code is abstracted away." -#~ msgstr "" +#: ../../api.rst:4217 +msgid ":exc:`DiscordException`" +msgstr ":exc:`DiscordException`" -#~ msgid "Represents a reference to a :class:`Message`." -#~ msgstr "" +#: ../../api.rst:4212 +msgid ":exc:`ClientException`" +msgstr ":exc:`ClientException`" -#~ msgid "" -#~ "The only exception to this rule is" -#~ " :class:`abc.Snowflake`, which is made with" -#~ " dynamic attributes in mind." -#~ msgstr "" +#: ../../api.rst:4209 +msgid ":exc:`InvalidData`" +msgstr ":exc:`InvalidData`" -#~ msgid "" -#~ "The type of embed. Usually \"rich\". " -#~ "This can be set during initialisation." -#~ msgstr "" +#: ../../api.rst:4210 +msgid ":exc:`LoginFailure`" +msgstr ":exc:`LoginFailure`" -#~ msgid "" -#~ "The timestamp of the embed content. " -#~ "This could be a naive or aware " -#~ "datetime." -#~ msgstr "" +#: ../../api.rst:4211 +msgid ":exc:`ConnectionClosed`" +msgstr ":exc:`ConnectionClosed`" -#~ msgid "Union[:class:`EmbedProxy`, :attr:`Empty`]" -#~ msgstr "" +#: ../../api.rst:4212 +msgid ":exc:`PrivilegedIntentsRequired`" +msgstr ":exc:`PrivilegedIntentsRequired`" -#~ msgid "Union[List[:class:`EmbedProxy`], :attr:`Empty`]" -#~ msgstr "" +#: ../../api.rst:4213 +msgid ":exc:`InteractionResponded`" +msgstr "" -#~ msgid "" -#~ "A factory method that creates a " -#~ ":class:`Intents` with everything enabled " -#~ "except :attr:`presences` and :attr:`members`." -#~ msgstr "" +#: ../../api.rst:4214 +msgid ":exc:`GatewayNotFound`" +msgstr ":exc:`GatewayNotFound`" -#~ msgid ":func:`on_member_update` (nickname, roles)" -#~ msgstr "" +#: ../../api.rst:4217 +msgid ":exc:`HTTPException`" +msgstr ":exc:`HTTPException`" -#~ msgid "" -#~ ":attr:`User.avatar` (:meth:`User.avatar_url` and " -#~ ":meth:`User.avatar_url_as`)" -#~ msgstr "" +#: ../../api.rst:4216 +msgid ":exc:`Forbidden`" +msgstr ":exc:`Forbidden`" -#~ msgid "Whether guild emoji related events are enabled." -#~ msgstr "" +#: ../../api.rst:4217 +msgid ":exc:`NotFound`" +msgstr ":exc:`NotFound`" -#~ msgid ":func:`on_member_update` (activities, status)" -#~ msgstr "" - -#~ msgid ":func:`on_private_channel_create`" -#~ msgstr "" - -#~ msgid "Whether to cache members with a status." -#~ msgstr "" - -#~ msgid "" -#~ "For example, members that are part " -#~ "of the initial ``GUILD_CREATE`` or " -#~ "become online at a later point. " -#~ "This requires :attr:`Intents.presences`." -#~ msgstr "" - -#~ msgid "Members that go offline are no longer cached." -#~ msgstr "" - -#~ msgid "Union[:class:`str`, :class:`io.BufferedIOBase`]" -#~ msgstr "" - -#~ msgid "" -#~ "A naive UTC timestamp representing when" -#~ " the game started. Keyword-only " -#~ "parameter. Ignored for bots." -#~ msgstr "" - -#~ msgid "" -#~ "A naive UTC timestamp representing when" -#~ " the game ends. Keyword-only " -#~ "parameter. Ignored for bots." -#~ msgstr "" - -#~ msgid "manage_guild" -#~ msgstr "" - -#~ msgid "kick_members" -#~ msgstr "" - -#~ msgid "ban_members" -#~ msgstr "" - -#~ msgid "administrator" -#~ msgstr "" - -#~ msgid "change_nickname" -#~ msgstr "" - -#~ msgid "manage_nicknames" -#~ msgstr "" - -#~ msgid "" -#~ "Returns ``True`` if the system channel" -#~ " is used for Nitro boosting " -#~ "notifications." -#~ msgstr "" - -#~ msgid "" -#~ "Ideally speaking, this could be caught" -#~ " to handle any exceptions thrown from" -#~ " this library." -#~ msgstr "" - -#~ msgid "Exception that's thrown when an operation in the :class:`Client` fails." -#~ msgstr "" - -#~ msgid "" -#~ "Exception that's thrown when the " -#~ ":meth:`Client.login` function fails to log " -#~ "you in from improper credentials or " -#~ "some other misc. failure." -#~ msgstr "" - -#~ msgid "" -#~ "Exception that is thrown when an " -#~ "async iteration operation has no more" -#~ " items." -#~ msgstr "" - -#~ msgid "Exception that's thrown when an HTTP request operation fails." -#~ msgstr "" - -#~ msgid "Exception that's thrown for when status code 403 occurs." -#~ msgstr "" - -#~ msgid "Exception that's thrown for when status code 404 occurs." -#~ msgstr "" - -#~ msgid "Exception that's thrown for when a 500 range status code occurs." -#~ msgstr "" - -#~ msgid "" -#~ "Exception that's thrown when an argument" -#~ " to a function is invalid some " -#~ "way (e.g. wrong value or wrong " -#~ "type)." -#~ msgstr "" - -#~ msgid "" -#~ "This could be considered the analogous" -#~ " of ``ValueError`` and ``TypeError`` except" -#~ " inherited from :exc:`ClientException` and " -#~ "thus :exc:`DiscordException`." -#~ msgstr "" - -#~ msgid "" -#~ "An exception that is usually thrown " -#~ "when the gateway hub for the " -#~ ":class:`Client` websocket is not found." -#~ msgstr "" - -#~ msgid "" -#~ "Exception that's thrown when the gateway" -#~ " connection is closed for reasons " -#~ "that could not be handled internally." -#~ msgstr "" - -#~ msgid "" -#~ "Exception that's thrown when the gateway" -#~ " is requesting privileged intents but " -#~ "they're not ticked in the developer " -#~ "page yet." -#~ msgstr "" - -#~ msgid ":exc:`InvalidArgument`" -#~ msgstr "" +#: ../../api.rst:4218 +msgid ":exc:`DiscordServerError`" +msgstr ":exc:`DiscordServerError`" diff --git a/docs/locale/ja/LC_MESSAGES/discord.po b/docs/locale/ja/LC_MESSAGES/discord.po index 82c19de07..3e38b34ea 100644 --- a/docs/locale/ja/LC_MESSAGES/discord.po +++ b/docs/locale/ja/LC_MESSAGES/discord.po @@ -1,93 +1,81 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 23:46+0900\n" +"PO-Revision-Date: 2022-03-09 14:57\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: discord.pot\n" +"X-Crowdin-File-ID: 72\n" +"Language: ja_JP\n" #: ../../discord.rst:6 msgid "Creating a Bot Account" msgstr "Botアカウント作成" #: ../../discord.rst:8 -msgid "" -"In order to work with the library and the Discord API in general, we must" -" first create a Discord Bot account." +msgid "In order to work with the library and the Discord API in general, we must first create a Discord Bot account." msgstr "ライブラリとDiscord APIを使用するには、BotのDiscordアカウントを用意する必要があります。" #: ../../discord.rst:10 msgid "Creating a Bot account is a pretty straightforward process." msgstr "Botのアカウント作成はとても簡単です。" -#: ../../discord.rst:12 ../../discord.rst:66 -#, fuzzy -msgid "" -"Make sure you're logged on to the `Discord website " -"`_." -msgstr "まずは `Discordのウェブサイト `_ にログインしてください。" +#: ../../discord.rst:12 +#: ../../discord.rst:66 +msgid "Make sure you're logged on to the `Discord website `_." +msgstr "`Discordのウェブサイト `_ にログインできていることを確認してください。" -#: ../../discord.rst:13 ../../discord.rst:67 -#, fuzzy -msgid "" -"Navigate to the `application page " -"`_" -msgstr "`アプリケーションページ `_ に移動します。" +#: ../../discord.rst:13 +#: ../../discord.rst:67 +msgid "Navigate to the `application page `_" +msgstr "`Applicationページ `_ に移動します。" #: ../../discord.rst:14 msgid "Click on the \"New Application\" button." msgstr "「New Application」ボタンをクリックします。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "The new application button." -msgstr "「New Application」ボタン。" +msgstr "" #: ../../discord.rst:19 msgid "Give the application a name and click \"Create\"." msgstr "アプリケーションの名前を決めて、「Create」をクリックします。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "The new application form filled in." msgstr "" #: ../../discord.rst:24 -msgid "" -"Create a Bot User by navigating to the \"Bot\" tab and clicking \"Add " -"Bot\"." +msgid "Create a Bot User by navigating to the \"Bot\" tab and clicking \"Add Bot\"." msgstr "「Bot」タブへ移動し、「Add Bot」をクリックしてBotユーザーを作成します。" #: ../../discord.rst:26 msgid "Click \"Yes, do it!\" to continue." msgstr "「Yes, do it!」をクリックして続行します。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "The Add Bot button." msgstr "" #: ../../discord.rst:30 -msgid "" -"Make sure that **Public Bot** is ticked if you want others to invite your" -" bot." +msgid "Make sure that **Public Bot** is ticked if you want others to invite your bot." msgstr "他人にBotの招待を許可する場合には、 **Public Bot** にチェックを入れてください。" #: ../../discord.rst:32 -msgid "" -"You should also make sure that **Require OAuth2 Code Grant** is unchecked" -" unless you are developing a service that needs it. If you're unsure, " -"then **leave it unchecked**." -msgstr "" -"また、必要なサービスを開発している場合を除いて、 **Require OAuth2 Code Grant** " -"がオフになっていることを確認する必要があります。わからない場合は **チェックを外してください** 。" +msgid "You should also make sure that **Require OAuth2 Code Grant** is unchecked unless you are developing a service that needs it. If you're unsure, then **leave it unchecked**." +msgstr "また、必要なサービスを開発している場合を除いて、 **Require OAuth2 Code Grant** がオフになっていることを確認する必要があります。わからない場合は **チェックを外してください** 。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "How the Bot User options should look like for most people." msgstr "" @@ -97,15 +85,10 @@ msgstr "「Copy」ボタンを使ってトークンをコピーします。" #: ../../discord.rst:40 msgid "**This is not the Client Secret at the General Information page.**" -msgstr "**General InformationページのClient Secretではないので注意してください**" +msgstr "**General InformationページのClient Secretではないので注意してください。**" #: ../../discord.rst:44 -msgid "" -"It should be worth noting that this token is essentially your bot's " -"password. You should **never** share this with someone else. In doing so," -" someone can log in to your bot and do malicious things, such as leaving " -"servers, ban all members inside a server, or pinging everyone " -"maliciously." +msgid "It should be worth noting that this token is essentially your bot's password. You should **never** share this with someone else. In doing so, someone can log in to your bot and do malicious things, such as leaving servers, ban all members inside a server, or pinging everyone maliciously." msgstr "このトークンは、あなたのBotのパスワードと同義であることを覚えておきましょう。誰か他の人とトークンを共有することは絶対に避けてください。トークンがあれば、誰かがあなたのBotにログインし、サーバーから退出したり、サーバー内のすべてのメンバーをBANしたり、すべての人にメンションを送るなどといった悪質な行為を行える様になってしまいます。" #: ../../discord.rst:49 @@ -113,16 +96,11 @@ msgid "The possibilities are endless, so **do not share this token.**" msgstr "可能性は無限にあるので、絶対に **トークンを共有しないでください** 。" #: ../../discord.rst:51 -msgid "" -"If you accidentally leaked your token, click the \"Regenerate\" button as" -" soon as possible. This revokes your old token and re-generates a new " -"one. Now you need to use the new token to login." +msgid "If you accidentally leaked your token, click the \"Regenerate\" button as soon as possible. This revokes your old token and re-generates a new one. Now you need to use the new token to login." msgstr "誤ってトークンを流出させてしまった場合、可能な限り速急に「Regenerate」ボタンをクリックしましょう。これによって古いトークンが無効になり、新しいトークンが再生成されます。今度からは新しいトークンを利用してログインを行う必要があります。" #: ../../discord.rst:55 -msgid "" -"And that's it. You now have a bot account and you can login with that " -"token." +msgid "And that's it. You now have a bot account and you can login with that token." msgstr "以上です。 これでボットアカウントが作成され、そのトークンでログインできます。" #: ../../discord.rst:60 @@ -145,7 +123,7 @@ msgstr "Botのページを開きます。" msgid "Go to the \"OAuth2\" tab." msgstr "「OAuth2」タブへ移動します。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "How the OAuth2 page should look like." msgstr "" @@ -153,43 +131,28 @@ msgstr "" msgid "Tick the \"bot\" checkbox under \"scopes\"." msgstr "「scopes」下にある「bot」チェックボックスを選択してください。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "The scopes checkbox with \"bot\" ticked." msgstr "" #: ../../discord.rst:79 -msgid "" -"Tick the permissions required for your bot to function under \"Bot " -"Permissions\"." +msgid "Tick the permissions required for your bot to function under \"Bot Permissions\"." msgstr "「Bot Permissions」からBotの機能に必要な権限を選択してください。" #: ../../discord.rst:81 -msgid "" -"Please be aware of the consequences of requiring your bot to have the " -"\"Administrator\" permission." +msgid "Please be aware of the consequences of requiring your bot to have the \"Administrator\" permission." msgstr "Botに「管理者」権限を要求させることによる影響は認識しておきましょう。" #: ../../discord.rst:83 -#, fuzzy -msgid "" -"Bot owners must have 2FA enabled for certain actions and permissions when" -" added in servers that have Server-Wide 2FA enabled. Check the `2FA " -"support page `_ for more information." -msgstr "" -"二段階認証が有効になっているサーバーにBotが追加された場合、Botの所有者は特定の動作と権限のために二段階認証を有効化させなければいけません。詳細は" -" `二段階認証のサポートページ `_ を参照してください。" +msgid "Bot owners must have 2FA enabled for certain actions and permissions when added in servers that have Server-Wide 2FA enabled. Check the `2FA support page `_ for more information." +msgstr "二段階認証が有効になっているサーバーにボットを追加する場合、ボットの所有者は特定の動作や権限を与えるために二段階認証を有効化させる必要があります。詳細は `二段階認証のサポートページ `_ を参照してください。" -#: ../../discord.rst +#: ../../discord.rst:0 msgid "The permission checkboxes with some permissions checked." msgstr "" #: ../../discord.rst:88 -msgid "" -"Now the resulting URL can be used to add your bot to a server. Copy and " -"paste the URL into your browser, choose a server to invite the bot to, " -"and click \"Authorize\"." +msgid "Now the resulting URL can be used to add your bot to a server. Copy and paste the URL into your browser, choose a server to invite the bot to, and click \"Authorize\"." msgstr "結果的に生成されたURLを使ってBotをサーバーに追加することができます。URLをコピーしてブラウザに貼り付け、Botを招待したいサーバーを選択した後、「認証」をクリックしてください。" #: ../../discord.rst:93 @@ -197,11 +160,6 @@ msgid "The person adding the bot needs \"Manage Server\" permissions to do so." msgstr "Botを追加する人には「サーバー管理」権限が必要です。" #: ../../discord.rst:95 -msgid "" -"If you want to generate this URL dynamically at run-time inside your bot " -"and using the :class:`discord.Permissions` interface, you can use " -":func:`discord.utils.oauth_url`." -msgstr "" -"このURLを実行時に動的に生成したい場合は、 :class:`discord.Permissions` インターフェイスから " -":func:`discord.utils.oauth_url` を使用できます。" +msgid "If you want to generate this URL dynamically at run-time inside your bot and using the :class:`discord.Permissions` interface, you can use :func:`discord.utils.oauth_url`." +msgstr "このURLを実行時に動的に生成したい場合は、 :class:`discord.Permissions` インターフェイスから :func:`discord.utils.oauth_url` を使用できます。" diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/api.po b/docs/locale/ja/LC_MESSAGES/ext/commands/api.po index 679ef3ca9..e245371fb 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/api.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/api.po @@ -1,3231 +1,3024 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 23:46+0900\n" +"PO-Revision-Date: 2022-03-09 15:24\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/commands/api.pot\n" +"X-Crowdin-File-ID: 62\n" +"Language: ja_JP\n" #: ../../ext/commands/api.rst:4 msgid "API Reference" msgstr "APIリファレンス" #: ../../ext/commands/api.rst:6 -msgid "" -"The following section outlines the API of discord.py's command extension " -"module." +msgid "The following section outlines the API of discord.py's command extension module." msgstr "この項目ではdiscord.pyのAPIが持つコマンド拡張モジュールについて解説します。" #: ../../ext/commands/api.rst:11 msgid "Bots" -msgstr "" +msgstr "Bot" #: ../../ext/commands/api.rst:14 msgid "Bot" msgstr "Bot" -#: discord.ext.commands.bot.Bot:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:1 msgid "Represents a discord bot." msgstr "Discord Botを表します。" -#: discord.ext.commands.bot.Bot:3 of -msgid "" -"This class is a subclass of :class:`discord.Client` and as a result " -"anything that you can do with a :class:`discord.Client` you can do with " -"this bot." -msgstr "" -"このクラスは :class:`discord.Client` のサブクラスのため、 :class:`discord.Client` " -"でできることと同じことをこのBotで行うことができます。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:3 +msgid "This class is a subclass of :class:`discord.Client` and as a result anything that you can do with a :class:`discord.Client` you can do with this bot." +msgstr "このクラスは :class:`discord.Client` のサブクラスのため、 :class:`discord.Client` でできることと同じことをこのBotで行うことができます。" -#: discord.ext.commands.bot.Bot:7 of -msgid "" -"This class also subclasses :class:`.GroupMixin` to provide the " -"functionality to manage commands." +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:7 +msgid "This class also subclasses :class:`.GroupMixin` to provide the functionality to manage commands." msgstr "また、 :class:`.GroupMixin` も継承しており、コマンド管理の機能も使用可能です。" -#: discord.ext.commands.bot.Bot:12 of -msgid "" -"The command prefix is what the message content must contain initially to " -"have a command invoked. This prefix could either be a string to indicate " -"what the prefix should be, or a callable that takes in the bot as its " -"first parameter and :class:`discord.Message` as its second parameter and " -"returns the prefix. This is to facilitate \"dynamic\" command prefixes. " -"This callable can be either a regular function or a coroutine." -msgstr "" -"コマンドの接頭詞とは、コマンドの判定のためにメッセージの先頭に付けなければならないものです。接頭詞には、そのまま接頭詞として使用する文字列、または" -" :class:`discord.Message` " -"を二つ目の引数として受け取り、接頭詞を返す呼び出し可能な関数を渡すことができます。これは「動的な」接頭詞の実装を容易にするためです。" - -#: discord.ext.commands.bot.Bot:20 of -msgid "" -"An empty string as the prefix always matches, enabling prefix-less " -"command invocation. While this may be useful in DMs it should be avoided " -"in servers, as it's likely to cause performance issues and unintended " -"command invocations." -msgstr "接頭詞に空文字列を渡せば、接頭詞なしでコマンドの呼び出しができます。これはDM上では有用ですが、サーバーでは意図せずコマンドを呼び出してしまうことに繋がるため、避けるべきです。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:12 +msgid "The command prefix is what the message content must contain initially to have a command invoked. This prefix could either be a string to indicate what the prefix should be, or a callable that takes in the bot as its first parameter and :class:`discord.Message` as its second parameter and returns the prefix. This is to facilitate \"dynamic\" command prefixes. This callable can be either a regular function or a coroutine." +msgstr "コマンドの接頭詞とは、コマンドの判定のためにメッセージの先頭に付けなければならないものです。接頭詞には、そのまま接頭詞として使用する文字列、または :class:`discord.Message` を二つ目の引数として受け取り、接頭詞を返す呼び出し可能な関数を渡すことができます。これは「動的な」接頭詞の実装を容易にするためです。" -#: discord.ext.commands.bot.Bot:25 of -msgid "" -"The command prefix could also be an iterable of strings indicating that " -"multiple checks for the prefix should be used and the first one to match " -"will be the invocation prefix. You can get this prefix via " -":attr:`.Context.prefix`. To avoid confusion empty iterables are not " -"allowed." -msgstr "" -"接頭詞は複数設定することもできます。複数の接頭詞がイテラブルで渡された場合、メッセージと最初に一致するものが接頭詞として使用されます。この接頭詞は" -" :attr:`.Context.prefix` で取得することができます。また、空のイテラブルオブジェクトは使用できません。" - -#: discord.ext.commands.bot.Bot:33 of -msgid "" -"When passing multiple prefixes be careful to not pass a prefix that " -"matches a longer prefix occurring later in the sequence. For example, if" -" the command prefix is ``('!', '!?')`` the ``'!?'`` prefix will never be" -" matched to any message as the previous one matches messages starting " -"with ``!?``. This is especially important when passing an empty string, " -"it should always be last as no prefix after it will be matched." -msgstr "" -"複数の接頭辞を渡すとき、後の接頭辞にマッチする接頭辞を、それよりも前に渡さないよう注意してください。たとえば、接頭辞が``('!', " -"'!?')``のとき、``!?``の接頭辞は、その前のものが``!?``で始まるメッセージにマッチするため、どのメッセージにも反応しません。これは空文字列を渡すときは特に重要で、その後の接頭辞は無視されるため、空文字列は最後に置かないといけません。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:20 +msgid "An empty string as the prefix always matches, enabling prefix-less command invocation. While this may be useful in DMs it should be avoided in servers, as it's likely to cause performance issues and unintended command invocations." +msgstr "接頭詞に空文字列を渡せば、接頭詞なしでコマンドの呼び出しができます。これはDM上では有用ですが、サーバーでは意図せずコマンドを呼び出してしまうことに繋がるため、避けるべきです。" -#: discord.ext.commands.bot.Bot:43 of -msgid "" -"Whether the commands should be case insensitive. Defaults to ``False``. " -"This attribute does not carry over to groups. You must set it to every " -"group if you require group commands to be case insensitive as well." -msgstr "" - -#: ../../docstring discord.ext.commands.Bot.activity -#: discord.ext.commands.Bot.allowed_mentions -#: discord.ext.commands.Bot.application_flags -#: discord.ext.commands.Bot.application_id -#: discord.ext.commands.Bot.cached_messages discord.ext.commands.Bot.cogs -#: discord.ext.commands.Bot.commands discord.ext.commands.Bot.emojis -#: discord.ext.commands.Bot.extensions discord.ext.commands.Bot.guilds -#: discord.ext.commands.Bot.intents discord.ext.commands.Bot.latency -#: discord.ext.commands.Bot.persistent_views -#: discord.ext.commands.Bot.private_channels discord.ext.commands.Bot.stickers -#: discord.ext.commands.Bot.user discord.ext.commands.Bot.users -#: discord.ext.commands.Bot.voice_clients discord.ext.commands.Cog.description -#: discord.ext.commands.Cog.qualified_name -#: discord.ext.commands.Command.cog_name -#: discord.ext.commands.Command.full_parent_name -#: discord.ext.commands.Command.parents -#: discord.ext.commands.Command.qualified_name -#: discord.ext.commands.Command.root_parent -#: discord.ext.commands.Command.short_doc -#: discord.ext.commands.Command.signature discord.ext.commands.Context.channel -#: discord.ext.commands.Context.clean_prefix discord.ext.commands.Context.cog -#: discord.ext.commands.Context.guild discord.ext.commands.Context.valid -#: discord.ext.commands.Context.voice_client discord.ext.commands.Flag.required -#: discord.ext.commands.Group.cog_name discord.ext.commands.Group.commands -#: discord.ext.commands.Group.full_parent_name -#: discord.ext.commands.Group.parents discord.ext.commands.Group.qualified_name -#: discord.ext.commands.Group.root_parent discord.ext.commands.Group.short_doc -#: discord.ext.commands.Group.signature -#: discord.ext.commands.GroupMixin.commands -#: discord.ext.commands.Paginator.pages discord.ext.commands.bot.Bot -#: discord.ext.commands.cog.CogMeta discord.ext.commands.context.Context -#: discord.ext.commands.converter.clean_content -#: discord.ext.commands.cooldowns.Cooldown discord.ext.commands.core.Command -#: discord.ext.commands.core.Group discord.ext.commands.core.GroupMixin -#: discord.ext.commands.errors.BadBoolArgument -#: discord.ext.commands.errors.BadColourArgument -#: discord.ext.commands.errors.BadFlagArgument -#: discord.ext.commands.errors.BadLiteralArgument -#: discord.ext.commands.errors.BadUnionArgument -#: discord.ext.commands.errors.BotMissingAnyRole -#: discord.ext.commands.errors.BotMissingPermissions -#: discord.ext.commands.errors.BotMissingRole -#: discord.ext.commands.errors.ChannelNotFound -#: discord.ext.commands.errors.ChannelNotReadable -#: discord.ext.commands.errors.CheckAnyFailure -#: discord.ext.commands.errors.CommandInvokeError -#: discord.ext.commands.errors.CommandOnCooldown -#: discord.ext.commands.errors.CommandRegistrationError -#: discord.ext.commands.errors.ConversionError -#: discord.ext.commands.errors.EmojiNotFound -#: discord.ext.commands.errors.ExpectedClosingQuoteError -#: discord.ext.commands.errors.ExtensionError -#: discord.ext.commands.errors.ExtensionFailed -#: discord.ext.commands.errors.ExtensionNotFound -#: discord.ext.commands.errors.GuildNotFound -#: discord.ext.commands.errors.GuildStickerNotFound -#: discord.ext.commands.errors.InvalidEndOfQuotedStringError -#: discord.ext.commands.errors.MaxConcurrencyReached -#: discord.ext.commands.errors.MemberNotFound -#: discord.ext.commands.errors.MessageNotFound -#: discord.ext.commands.errors.MissingAnyRole -#: discord.ext.commands.errors.MissingFlagArgument -#: discord.ext.commands.errors.MissingPermissions -#: discord.ext.commands.errors.MissingRequiredArgument -#: discord.ext.commands.errors.MissingRequiredFlag -#: discord.ext.commands.errors.MissingRole -#: discord.ext.commands.errors.PartialEmojiConversionFailure -#: discord.ext.commands.errors.RoleNotFound -#: discord.ext.commands.errors.ThreadNotFound -#: discord.ext.commands.errors.TooManyFlags -#: discord.ext.commands.errors.UnexpectedQuoteError -#: discord.ext.commands.errors.UserNotFound discord.ext.commands.flags.Flag -#: discord.ext.commands.help.DefaultHelpCommand -#: discord.ext.commands.help.HelpCommand -#: discord.ext.commands.help.MinimalHelpCommand -#: discord.ext.commands.help.Paginator of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:25 +msgid "The command prefix could also be an iterable of strings indicating that multiple checks for the prefix should be used and the first one to match will be the invocation prefix. You can get this prefix via :attr:`.Context.prefix`. To avoid confusion empty iterables are not allowed." +msgstr "接頭詞は複数設定することもできます。複数の接頭詞がイテラブルで渡された場合、メッセージと最初に一致するものが接頭詞として使用されます。この接頭詞は :attr:`.Context.prefix` で取得することができます。また、空のイテラブルオブジェクトは使用できません。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:33 +msgid "When passing multiple prefixes be careful to not pass a prefix that matches a longer prefix occurring later in the sequence. For example, if the command prefix is ``('!', '!?')`` the ``'!?'`` prefix will never be matched to any message as the previous one matches messages starting with ``!?``. This is especially important when passing an empty string, it should always be last as no prefix after it will be matched." +msgstr "複数の接頭辞を渡すとき、後の接頭辞にマッチする接頭辞を、それよりも前に渡さないよう注意してください。たとえば、接頭辞が``('!', '!?')``のとき、``!?``の接頭辞は、その前のものが``!?``で始まるメッセージにマッチするため、どのメッセージにも反応しません。これは空文字列を渡すときは特に重要で、その後の接頭辞は無視されるため、空文字列は最後に置かないといけません。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:43 +msgid "Whether the commands should be case insensitive. Defaults to ``False``. This attribute does not carry over to groups. You must set it to every group if you require group commands to be case insensitive as well." +msgstr "コマンド名で大文字と小文字を区別するかどうか。デフォルトでは\\ ``False``\\ です。この属性はグループに適用されません。もしグループコマンドも大文字と小文字を区別したくない場合、すべてのグループで設定しなければなりません。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.activity:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.allowed_mentions:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_flags:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_id:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cached_messages:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cogs:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.commands:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.emojis:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.extensions:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.guilds:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.intents:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.latency:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.persistent_views:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.private_channels:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.stickers:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.users:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.voice_clients:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.full_parent_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.parents:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.root_parent:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.qualified_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.cog_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.short_doc:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.signature:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.cog_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.commands:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.full_parent_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.parents:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.qualified_name:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.root_parent:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.short_doc:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.signature:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.GroupMixin.commands:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.qualified_name:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.description:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.Paginator.pages:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.valid:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.clean_prefix:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.cog:0 +#: ../../docstring of discord.ext.commands.Context.guild:0 +#: ../../docstring of discord.ext.commands.Context.channel:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.voice_client:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.Flag.required:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UnexpectedQuoteError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.InvalidEndOfQuotedStringError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExpectedClosingQuoteError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandInvokeError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MessageNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MemberNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotReadable:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ThreadNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadColourArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.RoleNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.EmojiNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PartialEmojiConversionFailure:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildStickerNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadBoolArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingPermissions:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingPermissions:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRole:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingRole:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingAnyRole:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingAnyRole:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NSFWChannelRequired:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadFlagArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingFlagArgument:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredFlag:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:0 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:0 msgid "type" -msgstr "" - -#: discord.ext.commands.Context.valid:3 discord.ext.commands.Flag.required:5 -#: discord.ext.commands.bot.Bot:47 discord.ext.commands.bot.Bot:91 -#: discord.ext.commands.bot.BotBase.is_owner:17 -#: discord.ext.commands.context.Context:97 -#: discord.ext.commands.converter.clean_content:10 -#: discord.ext.commands.converter.clean_content:16 -#: discord.ext.commands.converter.clean_content:22 -#: discord.ext.commands.converter.clean_content:30 -#: discord.ext.commands.core.Command:49 discord.ext.commands.core.Command:86 -#: discord.ext.commands.core.Command:97 discord.ext.commands.core.Command:112 -#: discord.ext.commands.core.Command:121 discord.ext.commands.core.Command:129 -#: discord.ext.commands.core.Command.can_run:16 -#: discord.ext.commands.core.Command.is_on_cooldown:7 -#: discord.ext.commands.core.Group:18 discord.ext.commands.core.Group:25 -#: discord.ext.commands.core.GroupMixin:15 -#: discord.ext.commands.errors.CommandRegistrationError:18 -#: discord.ext.commands.flags.Flag:48 -#: discord.ext.commands.help.DefaultHelpCommand:18 -#: discord.ext.commands.help.HelpCommand:24 -#: discord.ext.commands.help.MinimalHelpCommand:9 of +msgstr "型" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:47 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:91 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:49 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:86 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:97 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:112 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:121 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:129 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:18 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:25 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:15 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:24 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:18 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:9 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:97 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.valid:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:16 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:22 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:30 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:48 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.Flag.required:5 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:18 msgid ":class:`bool`" -msgstr "" +msgstr ":class:`bool`" -#: discord.ext.commands.bot.Bot:51 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:51 msgid "The content prefixed into the default help message." -msgstr ":class:`str` -- この属性に入力されたテキストは、デフォルトのヘルプメッセージの先頭に表示されます。" - -#: discord.ext.commands.Cog.description:3 -#: discord.ext.commands.Cog.qualified_name:3 -#: discord.ext.commands.Command.full_parent_name:6 -#: discord.ext.commands.Command.qualified_name:7 -#: discord.ext.commands.Command.short_doc:7 -#: discord.ext.commands.Command.signature:3 -#: discord.ext.commands.Context.clean_prefix:5 -#: discord.ext.commands.Group.full_parent_name:6 -#: discord.ext.commands.Group.qualified_name:7 -#: discord.ext.commands.Group.short_doc:7 -#: discord.ext.commands.Group.signature:3 -#: discord.ext.commands.HelpCommand.invoked_with:10 -#: discord.ext.commands.bot.Bot:53 discord.ext.commands.cog.CogMeta:37 -#: discord.ext.commands.cog.CogMeta:45 discord.ext.commands.core.Command:10 -#: discord.ext.commands.core.Command:79 -#: discord.ext.commands.errors.BadBoolArgument:11 -#: discord.ext.commands.errors.BadColourArgument:11 -#: discord.ext.commands.errors.CommandRegistrationError:12 -#: discord.ext.commands.errors.EmojiNotFound:11 -#: discord.ext.commands.errors.ExpectedClosingQuoteError:9 -#: discord.ext.commands.errors.ExtensionError:9 -#: discord.ext.commands.errors.ExtensionFailed:9 -#: discord.ext.commands.errors.ExtensionNotFound:12 -#: discord.ext.commands.errors.GuildNotFound:11 -#: discord.ext.commands.errors.GuildStickerNotFound:11 -#: discord.ext.commands.errors.InvalidEndOfQuotedStringError:10 -#: discord.ext.commands.errors.MemberNotFound:12 -#: discord.ext.commands.errors.MessageNotFound:11 -#: discord.ext.commands.errors.PartialEmojiConversionFailure:12 -#: discord.ext.commands.errors.RoleNotFound:11 -#: discord.ext.commands.errors.ThreadNotFound:11 -#: discord.ext.commands.errors.UnexpectedQuoteError:9 -#: discord.ext.commands.errors.UserNotFound:12 -#: discord.ext.commands.flags.Flag:11 discord.ext.commands.flags.Flag:23 -#: discord.ext.commands.help.DefaultHelpCommand:49 -#: discord.ext.commands.help.DefaultHelpCommand:56 -#: discord.ext.commands.help.HelpCommand.command_not_found:13 -#: discord.ext.commands.help.HelpCommand.get_command_signature:7 -#: discord.ext.commands.help.HelpCommand.remove_mentions:6 -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:20 -#: discord.ext.commands.help.MinimalHelpCommand:16 -#: discord.ext.commands.help.MinimalHelpCommand:23 -#: discord.ext.commands.help.MinimalHelpCommand:48 -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature:7 -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note:6 -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note:9 -#: discord.ext.commands.help.Paginator:13 -#: discord.ext.commands.help.Paginator:19 -#: discord.ext.commands.help.Paginator:34 of +msgstr "デフォルトのヘルプメッセージの最初に表示される文字列。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:53 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:79 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.full_parent_name:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.qualified_name:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.short_doc:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.signature:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.full_parent_name:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.qualified_name:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.short_doc:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.signature:3 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.qualified_name:3 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.description:3 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:37 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:45 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:10 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:13 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:20 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:49 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:56 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:16 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:23 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:48 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:9 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:13 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:19 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:34 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.clean_prefix:5 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:11 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:23 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UnexpectedQuoteError:9 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.InvalidEndOfQuotedStringError:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExpectedClosingQuoteError:9 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MessageNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MemberNotFound:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserNotFound:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ThreadNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadColourArgument:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.RoleNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.EmojiNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PartialEmojiConversionFailure:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildStickerNotFound:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadBoolArgument:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionError:9 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:9 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:12 msgid ":class:`str`" -msgstr "" +msgstr ":class:`str`" -#: discord.ext.commands.bot.Bot:57 of -#, fuzzy -msgid "" -"The help command implementation to use. This can be dynamically set at " -"runtime. To remove the help command pass ``None``. For more information " -"on implementing a help command, see :ref:`ext_commands_help_command`." -msgstr "" -"Optional[:class:`.HelpCommand`] -- " -"ヘルプコマンドの実装。これは、実行時に動的に設定できます。ヘルプコマンドを削除するには、``None`` " -"を入力してください。ヘルプコマンドの実装の詳細については、 :ref:'ext_commands_help_command' を参照してください。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:57 +msgid "The help command implementation to use. This can be dynamically set at runtime. To remove the help command pass ``None``. For more information on implementing a help command, see :ref:`ext_commands_help_command`." +msgstr "使用するヘルプコマンドの実装。これは、実行時でも動的に設定できます。ヘルプコマンドを削除するには、``None`` を引数に入れてください。ヘルプ コマンドの実装の詳細については、 :ref:`ext_commands_help_command` を参照してください。" -#: discord.ext.commands.bot.Bot:61 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:61 msgid "Optional[:class:`.HelpCommand`]" -msgstr "" +msgstr "Optional[:class:`.HelpCommand`]" -#: discord.ext.commands.bot.Bot:65 of -#, fuzzy -msgid "" -"The user ID that owns the bot. If this is not set and is then queried via" -" :meth:`.is_owner` then it is fetched automatically using " -":meth:`~.Bot.application_info`." -msgstr "" -"Optional[:class:`int`] -- Botを管理するユーザーのID。 設定されていない場合、 :meth:`.is_owner` " -"を介して参照されたとき、 :meth:`~.Bot.application_info` を用いて自動的に取得されます。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:65 +msgid "The user ID that owns the bot. If this is not set and is then queried via :meth:`.is_owner` then it is fetched automatically using :meth:`~.Bot.application_info`." +msgstr "Botを所有するユーザーのID。 もし設定されていない場合、 :meth:`.is_owner` が呼び出されたとき、 :meth:`~.Bot.application_info` を用いて自動的に取得します。" -#: discord.ext.commands.Bot.application_id:9 discord.ext.commands.bot.Bot:69 -#: discord.ext.commands.help.DefaultHelpCommand:36 -#: discord.ext.commands.help.MinimalHelpCommand:41 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:69 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_id:9 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:36 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:41 msgid "Optional[:class:`int`]" -msgstr "" +msgstr "Optional[:class:`int`]" -#: discord.ext.commands.bot.Bot:73 of -msgid "" -"The user IDs that owns the bot. This is similar to :attr:`owner_id`. If " -"this is not set and the application is team based, then it is fetched " -"automatically using :meth:`~.Bot.application_info`. For performance " -"reasons it is recommended to use a :class:`set` for the collection. You " -"cannot set both ``owner_id`` and ``owner_ids``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:73 +msgid "The user IDs that owns the bot. This is similar to :attr:`owner_id`. If this is not set and the application is team based, then it is fetched automatically using :meth:`~.Bot.application_info`. For performance reasons it is recommended to use a :class:`set` for the collection. You cannot set both ``owner_id`` and ``owner_ids``." +msgstr "Botを所有するユーザーのID群。これは :attr:`owner_id` と同様のものです。もしこの変数が設定されておらず、Botのアプリケーションがチームに帰属する場合、自動的に :meth:`~.Bot.application_info` から取得されます。パフォーマンス上の問題により、このID群を操作するにあたって :class:`set` を使うことが推奨されています。 ``owner_id`` と ``owner_ids`` は、どちらか片方しか設定することができません。" -#: discord.ext.commands.bot.Bot:81 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:81 msgid "Optional[Collection[:class:`int`]]" -msgstr "" +msgstr "Optional[Collection[:class:`int`]]" -#: discord.ext.commands.bot.Bot:85 of -msgid "" -"Whether to strip whitespace characters after encountering the command " -"prefix. This allows for ``! hello`` and ``!hello`` to both work if the " -"``command_prefix`` is set to ``!``. Defaults to ``False``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.Bot:85 +msgid "Whether to strip whitespace characters after encountering the command prefix. This allows for ``! hello`` and ``!hello`` to both work if the ``command_prefix`` is set to ``!``. Defaults to ``False``." +msgstr "プレフィックスの後の空白を除去するかどうか。 ``command_prefix`` が ``!`` に設定されているときに、これが有効だと ``! hello`` 、 ``!hello`` 両方が動作するようになります。 デフォルトは ``False`` です。" -#: discord.ext.commands.bot.BotBase.after_invoke:1 -#: discord.ext.commands.core.Command.after_invoke:1 -#: discord.ext.commands.core.after_invoke:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.after_invoke:1 msgid "A decorator that registers a coroutine as a post-invoke hook." -msgstr "" +msgstr "コルーチンを、実行後に呼び出すフックとして登録するデコレータ。" -#: discord.ext.commands.bot.BotBase.after_invoke:3 -#: discord.ext.commands.core.Command.after_invoke:3 of -msgid "" -"A post-invoke hook is called directly after the command is called. This " -"makes it a useful function to clean-up database connections or any type " -"of clean up required." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:3 +msgid "A post-invoke hook is called directly after the command is called. This makes it a useful function to clean-up database connections or any type of clean up required." +msgstr "実行後呼び出しフックは、コマンドが呼び出された直後に呼び出されます。 これにより、データベース接続をクリーンアップしたり、必要なクリーンアップを行うための便利な機能になります。" -#: discord.ext.commands.bot.BotBase.after_invoke:7 -#: discord.ext.commands.core.Command.after_invoke:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:7 msgid "This post-invoke hook takes a sole parameter, a :class:`.Context`." -msgstr "" - -#: discord.ext.commands.bot.BotBase.after_invoke:11 of -msgid "" -"Similar to :meth:`~.Bot.before_invoke`\\, this is not called unless " -"checks and argument parsing procedures succeed. This hook is, however, " -"**always** called regardless of the internal command callback raising an " -"error (i.e. :exc:`.CommandInvokeError`\\). This makes it ideal for clean-" -"up scenarios." -msgstr "" - -#: ../../ext/commands/api.rst discord.abc.Messageable.fetch_message -#: discord.abc.Messageable.history discord.abc.Messageable.send -#: discord.client.Client.add_view discord.client.Client.before_identify_hook -#: discord.client.Client.change_presence discord.client.Client.connect -#: discord.client.Client.create_dm discord.client.Client.create_guild -#: discord.client.Client.delete_invite discord.client.Client.fetch_guild -#: discord.client.Client.fetch_guilds discord.client.Client.fetch_invite -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_template discord.client.Client.fetch_user -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_user -#: discord.client.Client.login discord.client.Client.wait_for -#: discord.ext.commands.bot.BotBase.add_check -#: discord.ext.commands.bot.BotBase.add_cog -#: discord.ext.commands.bot.BotBase.add_listener -#: discord.ext.commands.bot.BotBase.after_invoke -#: discord.ext.commands.bot.BotBase.before_invoke -#: discord.ext.commands.bot.BotBase.get_cog -#: discord.ext.commands.bot.BotBase.get_context -#: discord.ext.commands.bot.BotBase.get_prefix -#: discord.ext.commands.bot.BotBase.invoke -#: discord.ext.commands.bot.BotBase.is_owner -#: discord.ext.commands.bot.BotBase.load_extension -#: discord.ext.commands.bot.BotBase.process_commands -#: discord.ext.commands.bot.BotBase.reload_extension -#: discord.ext.commands.bot.BotBase.remove_check -#: discord.ext.commands.bot.BotBase.remove_cog -#: discord.ext.commands.bot.BotBase.remove_listener -#: discord.ext.commands.bot.BotBase.unload_extension -#: discord.ext.commands.cog.Cog.cog_after_invoke -#: discord.ext.commands.cog.Cog.cog_before_invoke -#: discord.ext.commands.cog.Cog.cog_command_error -#: discord.ext.commands.cog.Cog.listener -#: discord.ext.commands.context.Context.invoke -#: discord.ext.commands.context.Context.reinvoke -#: discord.ext.commands.context.Context.send_help -#: discord.ext.commands.converter.CategoryChannelConverter.convert -#: discord.ext.commands.converter.ColourConverter.convert -#: discord.ext.commands.converter.Converter.convert -#: discord.ext.commands.converter.EmojiConverter.convert -#: discord.ext.commands.converter.GameConverter.convert -#: discord.ext.commands.converter.GuildChannelConverter.convert -#: discord.ext.commands.converter.GuildConverter.convert -#: discord.ext.commands.converter.GuildStickerConverter.convert -#: discord.ext.commands.converter.InviteConverter.convert -#: discord.ext.commands.converter.MemberConverter.convert -#: discord.ext.commands.converter.MessageConverter.convert -#: discord.ext.commands.converter.ObjectConverter.convert -#: discord.ext.commands.converter.PartialEmojiConverter.convert -#: discord.ext.commands.converter.PartialMessageConverter.convert -#: discord.ext.commands.converter.RoleConverter.convert -#: discord.ext.commands.converter.StageChannelConverter.convert -#: discord.ext.commands.converter.StoreChannelConverter.convert -#: discord.ext.commands.converter.TextChannelConverter.convert -#: discord.ext.commands.converter.ThreadConverter.convert -#: discord.ext.commands.converter.UserConverter.convert -#: discord.ext.commands.converter.VoiceChannelConverter.convert -#: discord.ext.commands.converter.clean_content.convert -#: discord.ext.commands.converter.run_converters -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after -#: discord.ext.commands.cooldowns.Cooldown.get_tokens -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit -#: discord.ext.commands.core.Command.add_check -#: discord.ext.commands.core.Command.after_invoke -#: discord.ext.commands.core.Command.before_invoke -#: discord.ext.commands.core.Command.can_run -#: discord.ext.commands.core.Command.error -#: discord.ext.commands.core.Command.get_cooldown_retry_after -#: discord.ext.commands.core.Command.is_on_cooldown -#: discord.ext.commands.core.Command.remove_check -#: discord.ext.commands.core.Command.reset_cooldown -#: discord.ext.commands.core.GroupMixin.add_command -#: discord.ext.commands.core.GroupMixin.get_command -#: discord.ext.commands.core.GroupMixin.remove_command -#: discord.ext.commands.core.check discord.ext.commands.core.check_any -#: discord.ext.commands.core.command discord.ext.commands.core.cooldown -#: discord.ext.commands.core.dynamic_cooldown -#: discord.ext.commands.core.has_any_role -#: discord.ext.commands.core.has_permissions discord.ext.commands.core.has_role -#: discord.ext.commands.core.max_concurrency -#: discord.ext.commands.errors.NSFWChannelRequired -#: discord.ext.commands.flags.FlagConverter -#: discord.ext.commands.flags.FlagConverter.convert -#: discord.ext.commands.flags.flag -#: discord.ext.commands.help.DefaultHelpCommand.add_command_formatting -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands -#: discord.ext.commands.help.HelpCommand.add_check -#: discord.ext.commands.help.HelpCommand.command_not_found -#: discord.ext.commands.help.HelpCommand.filter_commands -#: discord.ext.commands.help.HelpCommand.get_command_signature -#: discord.ext.commands.help.HelpCommand.get_max_size -#: discord.ext.commands.help.HelpCommand.on_help_command_error -#: discord.ext.commands.help.HelpCommand.prepare_help_command -#: discord.ext.commands.help.HelpCommand.remove_check -#: discord.ext.commands.help.HelpCommand.send_bot_help -#: discord.ext.commands.help.HelpCommand.send_cog_help -#: discord.ext.commands.help.HelpCommand.send_command_help -#: discord.ext.commands.help.HelpCommand.send_error_message -#: discord.ext.commands.help.HelpCommand.send_group_help -#: discord.ext.commands.help.HelpCommand.subcommand_not_found -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting -#: discord.ext.commands.help.MinimalHelpCommand.add_command_formatting -#: discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature -#: discord.ext.commands.help.Paginator.add_line of +msgstr "この実行後呼び出しフックは、 :class:`.Context` のみ引数を取ります。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:11 +msgid "Similar to :meth:`~.Bot.before_invoke`\\, this is not called unless checks and argument parsing procedures succeed. This hook is, however, **always** called regardless of the internal command callback raising an error (i.e. :exc:`.CommandInvokeError`\\). This makes it ideal for clean-up scenarios." +msgstr ":meth:`~.Bot.before_invoke`\\と似て、チェックと引数展開が成功しない限り、これが呼び出されることはありません。ただし、このフックは、コマンドのエラー発生にかかわらず(例えば、:exc:`.CommandInvokeError`\\など)、**常時** 呼び出されます。そのため、クリーンアップするのに最適です。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_listener:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.invoke:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_listener:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:0 +#: ../../ext/commands/api.rst:0 +#: ../../ext/commands/api.rst:0 +#: ../../ext/commands/api.rst:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.add_check:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_check:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_command_formatting:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_command_formatting:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:0 msgid "Parameters" msgstr "パラメータ" -#: discord.ext.commands.bot.BotBase.after_invoke:17 -#: discord.ext.commands.core.Command.after_invoke:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:11 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:11 msgid "The coroutine to register as the post-invoke hook." -msgstr "" - -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.history -#: discord.abc.Messageable.pins discord.abc.Messageable.send -#: discord.client.Client.add_view discord.client.Client.application_info -#: discord.client.Client.change_presence discord.client.Client.connect -#: discord.client.Client.create_guild discord.client.Client.delete_invite -#: discord.client.Client.event discord.client.Client.fetch_channel -#: discord.client.Client.fetch_guild discord.client.Client.fetch_guilds -#: discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.login -#: discord.client.Client.start discord.client.Client.wait_for -#: discord.ext.commands.bot.BotBase.add_cog -#: discord.ext.commands.bot.BotBase.after_invoke -#: discord.ext.commands.bot.BotBase.before_invoke -#: discord.ext.commands.bot.BotBase.listen -#: discord.ext.commands.bot.BotBase.load_extension -#: discord.ext.commands.bot.BotBase.reload_extension -#: discord.ext.commands.bot.BotBase.unload_extension -#: discord.ext.commands.cog.Cog.listener -#: discord.ext.commands.context.Context.invoke -#: discord.ext.commands.context.Context.reinvoke -#: discord.ext.commands.context.Context.reply -#: discord.ext.commands.converter.CategoryChannelConverter.convert -#: discord.ext.commands.converter.ColourConverter.convert -#: discord.ext.commands.converter.Converter.convert -#: discord.ext.commands.converter.EmojiConverter.convert -#: discord.ext.commands.converter.GameConverter.convert -#: discord.ext.commands.converter.GuildChannelConverter.convert -#: discord.ext.commands.converter.GuildConverter.convert -#: discord.ext.commands.converter.GuildStickerConverter.convert -#: discord.ext.commands.converter.InviteConverter.convert -#: discord.ext.commands.converter.MemberConverter.convert -#: discord.ext.commands.converter.MessageConverter.convert -#: discord.ext.commands.converter.ObjectConverter.convert -#: discord.ext.commands.converter.PartialEmojiConverter.convert -#: discord.ext.commands.converter.PartialMessageConverter.convert -#: discord.ext.commands.converter.RoleConverter.convert -#: discord.ext.commands.converter.StageChannelConverter.convert -#: discord.ext.commands.converter.StoreChannelConverter.convert -#: discord.ext.commands.converter.TextChannelConverter.convert -#: discord.ext.commands.converter.ThreadConverter.convert -#: discord.ext.commands.converter.UserConverter.convert -#: discord.ext.commands.converter.VoiceChannelConverter.convert -#: discord.ext.commands.converter.clean_content.convert -#: discord.ext.commands.converter.run_converters -#: discord.ext.commands.core.Command.after_invoke -#: discord.ext.commands.core.Command.before_invoke -#: discord.ext.commands.core.Command.can_run -#: discord.ext.commands.core.Command.error -#: discord.ext.commands.core.GroupMixin.add_command -#: discord.ext.commands.core.check_any discord.ext.commands.core.command -#: discord.ext.commands.flags.FlagConverter.convert -#: discord.ext.commands.help.Paginator.add_line of -#, fuzzy +msgstr "渡されたコルーチンを、実行後呼び出しフックとして登録します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:0 +#: ../../../discord/client.py:docstring of discord.client.Client.event:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.start:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:0 msgid "Raises" msgstr "例外" -#: discord.client.Client.event:15 -#: discord.ext.commands.bot.BotBase.after_invoke:20 -#: discord.ext.commands.bot.BotBase.before_invoke:19 -#: discord.ext.commands.core.Command.after_invoke:14 -#: discord.ext.commands.core.Command.before_invoke:14 -#: discord.ext.commands.core.Command.error:10 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.after_invoke:20 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:19 +#: ../../../discord/client.py:docstring of discord.client.Client.event:15 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:10 msgid "The coroutine passed is not actually a coroutine." -msgstr ":exc:`TypeError` -- 渡されたコルーチンが実際はコルーチンではない。" +msgstr "渡された関数がコルーチンではない場合、この例外が発生します。" -#: discord.ext.commands.bot.BotBase.before_invoke:1 -#: discord.ext.commands.core.Command.before_invoke:1 -#: discord.ext.commands.core.before_invoke:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.before_invoke:1 msgid "A decorator that registers a coroutine as a pre-invoke hook." -msgstr "" +msgstr "渡されたコルーチンを、実行前呼び出しフックとして登録するデコレータ。" -#: discord.ext.commands.bot.BotBase.before_invoke:3 -#: discord.ext.commands.core.Command.before_invoke:3 of -msgid "" -"A pre-invoke hook is called directly before the command is called. This " -"makes it a useful function to set up database connections or any type of " -"set up required." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:3 +msgid "A pre-invoke hook is called directly before the command is called. This makes it a useful function to set up database connections or any type of set up required." +msgstr "実行前呼び出しフックは、コマンドが呼び出される前に呼び出されます。 これにより、データベース接続のセットアップや、必要なセットアップを行うにあたって便利です。" -#: discord.ext.commands.bot.BotBase.before_invoke:7 -#: discord.ext.commands.core.Command.before_invoke:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:7 msgid "This pre-invoke hook takes a sole parameter, a :class:`.Context`." -msgstr "" +msgstr "この実行前呼び出しフックは、 :class:`.Context` のみ引数を取ります。" -#: discord.ext.commands.bot.BotBase.before_invoke:11 of -msgid "" -"The :meth:`~.Bot.before_invoke` and :meth:`~.Bot.after_invoke` hooks are " -"only called if all checks and argument parsing procedures pass without " -"error. If any check or argument parsing procedures fail then the hooks " -"are not called." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:11 +msgid "The :meth:`~.Bot.before_invoke` and :meth:`~.Bot.after_invoke` hooks are only called if all checks and argument parsing procedures pass without error. If any check or argument parsing procedures fail then the hooks are not called." +msgstr ":meth:`~.Bot.before_invoke` と :meth:`~.Bot.after_invoke` は、すべてのチェックと引数解析が、例外を吐かずに渡された場合にのみ呼び出されます。 何らかのチェックまたは引数の解析に失敗した場合、これらのフックは呼び出されません。" -#: discord.ext.commands.bot.BotBase.before_invoke:16 -#: discord.ext.commands.core.Command.before_invoke:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.before_invoke:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:11 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:11 msgid "The coroutine to register as the pre-invoke hook." -msgstr "" +msgstr "渡されたコルーチンを、実行前呼び出しフックとして登録します。" -#: discord.ext.commands.bot.BotBase.check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check:1 msgid "A decorator that adds a global check to the bot." msgstr "Botにグローバルチェックを追加するデコレーター" -#: discord.ext.commands.bot.BotBase.check:3 of -msgid "" -"A global check is similar to a :func:`.check` that is applied on a per " -"command basis except it is run before any command checks have been " -"verified and applies to every command the bot has." -msgstr "" -"このグローバルチェックは、 :func:`.check` " -"がコマンドごとに適用されるのと似ていますが、コマンドチェックが検証され、かつBotが持つすべてのコマンドが適用される前に実行される点で異なります。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check:3 +msgid "A global check is similar to a :func:`.check` that is applied on a per command basis except it is run before any command checks have been verified and applies to every command the bot has." +msgstr "このグローバルチェックは、 :func:`.check` がコマンドごとに適用されるのと似ていますが、コマンドチェックが検証され、かつBotが持つすべてのコマンドが適用される前に実行される点で異なります。" -#: discord.ext.commands.bot.BotBase.check:9 -#: discord.ext.commands.bot.BotBase.check_once:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check:9 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:19 msgid "This function can either be a regular function or a coroutine." msgstr "この関数は、通常の関数かコルーチン、どちらでも成り得ます。" -#: discord.ext.commands.bot.BotBase.check:11 -#: discord.ext.commands.bot.BotBase.check_once:21 of -msgid "" -"Similar to a command :func:`.check`\\, this takes a single parameter of " -"type :class:`.Context` and can only raise exceptions inherited from " -":exc:`.CommandError`." -msgstr "" -":func:`.check` コマンドと同様、 :class:`.Context` 型の単一のパラメータを取り、 " -":exc:`.CommandError` から継承された例外のみを投げることができます。" - -#: discord.client.Client.change_presence:6 discord.client.Client.event:8 -#: discord.ext.commands.bot.BotBase.add_listener:9 -#: discord.ext.commands.bot.BotBase.check:16 -#: discord.ext.commands.bot.BotBase.check_once:26 -#: discord.ext.commands.bot.BotBase.listen:8 -#: discord.ext.commands.bot.when_mentioned_or:6 -#: discord.ext.commands.core.before_invoke:9 -#: discord.ext.commands.core.has_any_role:20 -#: discord.ext.commands.core.has_permissions:16 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check:11 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:21 +msgid "Similar to a command :func:`.check`\\, this takes a single parameter of type :class:`.Context` and can only raise exceptions inherited from :exc:`.CommandError`." +msgstr ":func:`.check` コマンドと同様、 :class:`.Context` 型の単一のパラメータを取り、 :exc:`.CommandError` から継承された例外のみを投げることができます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check:16 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:26 +#: ../../../discord/client.py:docstring of discord.client.Client.event:8 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:8 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_listener:9 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:6 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned_or:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:20 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.before_invoke:9 msgid "Example" msgstr "例" -#: discord.ext.commands.bot.BotBase.check_once:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:1 msgid "A decorator that adds a \"call once\" global check to the bot." msgstr "Botに「一度だけ実行される」グローバルチェックを追加するデコレーター" -#: discord.ext.commands.bot.BotBase.check_once:3 of -#, fuzzy -msgid "" -"Unlike regular global checks, this one is called only once per " -":meth:`.invoke` call." -msgstr "通常のグローバルチェックと違って、これは :meth:`Command.invoke` が呼ばれる毎に一度だけ実行されます。" - -#: discord.ext.commands.bot.BotBase.check_once:6 of -msgid "" -"Regular global checks are called whenever a command is called or " -":meth:`.Command.can_run` is called. This type of check bypasses that and " -"ensures that it's called only once, even inside the default help command." -msgstr "" -"通常のグローバルチェックは、コマンドが呼び出されるか :meth:`.Command.can_run` " -"が呼び出されるたび、実行されます。しかしこのグローバルチェックはそれを迂回し、デフォルトのhelpコマンドの中であっても、たった一度だけ呼ばれます。" - -#: discord.ext.commands.bot.BotBase.check_once:13 of -msgid "" -"When using this function the :class:`.Context` sent to a group subcommand" -" may only parse the parent command and not the subcommands due to it " -"being invoked once per :meth:`.Bot.invoke` call." -msgstr "" - -#: discord.ext.commands.core.GroupMixin.command:1 of -msgid "" -"A shortcut decorator that invokes :func:`.command` and adds it to the " -"internal command list via :meth:`~.GroupMixin.add_command`." -msgstr "" -":func:`.command` を呼び出し、 :meth:`~.GroupMixin.add_command` " -"を介して内部コマンドリストに追加するショートカットデコレータ。" - -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.pins -#: discord.abc.Messageable.send discord.client.Client.application_info -#: discord.client.Client.create_dm discord.client.Client.create_guild -#: discord.client.Client.fetch_channel discord.client.Client.fetch_guild -#: discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_sticker -#: discord.client.Client.get_user discord.client.Client.wait_for -#: discord.ext.commands.HelpCommand.cog -#: discord.ext.commands.HelpCommand.invoked_with -#: discord.ext.commands.bot.BotBase.get_cog -#: discord.ext.commands.bot.BotBase.get_context -#: discord.ext.commands.bot.BotBase.get_prefix -#: discord.ext.commands.bot.BotBase.is_owner -#: discord.ext.commands.bot.BotBase.remove_cog -#: discord.ext.commands.cog.Cog.get_commands -#: discord.ext.commands.cog.Cog.get_listeners -#: discord.ext.commands.context.Context.reply -#: discord.ext.commands.context.Context.send_help -#: discord.ext.commands.converter.run_converters -#: discord.ext.commands.cooldowns.Cooldown.copy -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after -#: discord.ext.commands.cooldowns.Cooldown.get_tokens -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit -#: discord.ext.commands.core.Command.can_run -#: discord.ext.commands.core.Command.copy -#: discord.ext.commands.core.Command.get_cooldown_retry_after -#: discord.ext.commands.core.Command.is_on_cooldown -#: discord.ext.commands.core.Group.copy -#: discord.ext.commands.core.GroupMixin.command -#: discord.ext.commands.core.GroupMixin.get_command -#: discord.ext.commands.core.GroupMixin.group -#: discord.ext.commands.core.GroupMixin.remove_command -#: discord.ext.commands.flags.FlagConverter.convert -#: discord.ext.commands.help.DefaultHelpCommand.get_destination -#: discord.ext.commands.help.HelpCommand.command_not_found -#: discord.ext.commands.help.HelpCommand.filter_commands -#: discord.ext.commands.help.HelpCommand.get_command_signature -#: discord.ext.commands.help.HelpCommand.get_destination -#: discord.ext.commands.help.HelpCommand.get_max_size -#: discord.ext.commands.help.HelpCommand.remove_mentions -#: discord.ext.commands.help.HelpCommand.subcommand_not_found -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature -#: discord.ext.commands.help.MinimalHelpCommand.get_destination -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:3 +msgid "Unlike regular global checks, this one is called only once per :meth:`.invoke` call." +msgstr "通常のグローバルチェックとは異なり、 :meth:`.invoke` の呼び出し毎に一度だけ実行されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:6 +msgid "Regular global checks are called whenever a command is called or :meth:`.Command.can_run` is called. This type of check bypasses that and ensures that it's called only once, even inside the default help command." +msgstr "通常のグローバルチェックは、コマンドが呼び出されるか :meth:`.Command.can_run` が呼び出されるたび、実行されます。しかしこのグローバルチェックはそれを迂回し、デフォルトのhelpコマンドの中であっても、たった一度だけ呼ばれます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.check_once:13 +msgid "When using this function the :class:`.Context` sent to a group subcommand may only parse the parent command and not the subcommands due to it being invoked once per :meth:`.Bot.invoke` call." +msgstr "この関数を使用する場合、グループのサブコマンドに送信される :class:`.Context` は、 :meth:`.Bot.invoke` の呼び出しごとに一度だけ呼び出されるため、親コマンドの時にしかチェックされず、サブコマンドの時はチェックはされません。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:1 +msgid "A shortcut decorator that invokes :func:`~discord.ext.commands.command` and adds it to the internal command list via :meth:`~.GroupMixin.add_command`." +msgstr ":func:`~discord.ext.commands.command` を呼び出し、 :meth:`~.GroupMixin.add_command` を介して内部コマンドリストに追加するショートカットデコレータ。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.copy:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group.copy:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_listeners:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.copy:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:0 msgid "Returns" msgstr "戻り値" -#: discord.ext.commands.core.GroupMixin.command:4 of -msgid "" -"A decorator that converts the provided method into a Command, adds it to " -"the bot, then returns it." -msgstr "" - -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.pins -#: discord.abc.Messageable.send discord.client.Client.application_info -#: discord.client.Client.create_dm discord.client.Client.create_guild -#: discord.client.Client.fetch_channel discord.client.Client.fetch_guild -#: discord.client.Client.fetch_invite -#: discord.client.Client.fetch_premium_sticker_packs -#: discord.client.Client.fetch_stage_instance -#: discord.client.Client.fetch_sticker discord.client.Client.fetch_template -#: discord.client.Client.fetch_user discord.client.Client.fetch_webhook -#: discord.client.Client.fetch_widget discord.client.Client.get_channel -#: discord.client.Client.get_emoji discord.client.Client.get_guild -#: discord.client.Client.get_partial_messageable -#: discord.client.Client.get_stage_instance discord.client.Client.get_sticker -#: discord.client.Client.get_user discord.client.Client.wait_for -#: discord.ext.commands.HelpCommand.cog -#: discord.ext.commands.HelpCommand.invoked_with -#: discord.ext.commands.bot.BotBase.get_cog -#: discord.ext.commands.bot.BotBase.get_context -#: discord.ext.commands.bot.BotBase.get_prefix -#: discord.ext.commands.bot.BotBase.is_owner -#: discord.ext.commands.bot.BotBase.remove_cog -#: discord.ext.commands.cog.Cog.get_commands -#: discord.ext.commands.cog.Cog.get_listeners -#: discord.ext.commands.context.Context.reply -#: discord.ext.commands.context.Context.send_help -#: discord.ext.commands.converter.run_converters -#: discord.ext.commands.cooldowns.Cooldown.copy -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after -#: discord.ext.commands.cooldowns.Cooldown.get_tokens -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit -#: discord.ext.commands.core.Command.can_run -#: discord.ext.commands.core.Command.copy -#: discord.ext.commands.core.Command.get_cooldown_retry_after -#: discord.ext.commands.core.Command.is_on_cooldown -#: discord.ext.commands.core.Group.copy -#: discord.ext.commands.core.GroupMixin.command -#: discord.ext.commands.core.GroupMixin.get_command -#: discord.ext.commands.core.GroupMixin.group -#: discord.ext.commands.core.GroupMixin.remove_command -#: discord.ext.commands.flags.FlagConverter.convert -#: discord.ext.commands.help.DefaultHelpCommand.get_destination -#: discord.ext.commands.help.HelpCommand.command_not_found -#: discord.ext.commands.help.HelpCommand.filter_commands -#: discord.ext.commands.help.HelpCommand.get_command_signature -#: discord.ext.commands.help.HelpCommand.get_destination -#: discord.ext.commands.help.HelpCommand.get_max_size -#: discord.ext.commands.help.HelpCommand.remove_mentions -#: discord.ext.commands.help.HelpCommand.subcommand_not_found -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature -#: discord.ext.commands.help.MinimalHelpCommand.get_destination -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:4 +msgid "A decorator that converts the provided method into a Command, adds it to the bot, then returns it." +msgstr "提供されたメソッドをCommandに変換し、Botに追加し、さらにCommandを返すデコレータ。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.copy:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group.copy:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_listeners:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:0 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:0 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.copy:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:0 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:0 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:0 msgid "Return type" msgstr "戻り値の型" -#: discord.ext.commands.core.GroupMixin.command:5 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.command:5 msgid "Callable[..., :class:`Command`]" -msgstr "" +msgstr "Callable[..., :class:`Command`]" -#: discord.client.Client.event:1 of +#: ../../../discord/client.py:docstring of discord.client.Client.event:1 msgid "A decorator that registers an event to listen to." msgstr "リッスンするイベントを登録するデコレータ。" -#: discord.client.Client.event:3 of -msgid "" -"You can find more info about the events on the :ref:`documentation below " -"`." +#: ../../../discord/client.py:docstring of discord.client.Client.event:3 +msgid "You can find more info about the events on the :ref:`documentation below `." msgstr "イベントの詳細については :ref:`以下のドキュメント ` を参照してください。" -#: discord.client.Client.event:5 of -msgid "" -"The events must be a :ref:`coroutine `, if not, " -":exc:`TypeError` is raised." +#: ../../../discord/client.py:docstring of discord.client.Client.event:5 +msgid "The events must be a :ref:`coroutine `, if not, :exc:`TypeError` is raised." msgstr "イベントは :ref:`コルーチン ` でなければいけません。違う場合は :exc:`TypeError` が発生します。" -#: discord.ext.commands.core.GroupMixin.group:1 of -msgid "" -"A shortcut decorator that invokes :func:`.group` and adds it to the " -"internal command list via :meth:`~.GroupMixin.add_command`." -msgstr "" - -#: discord.ext.commands.core.GroupMixin.group:4 of -msgid "" -"A decorator that converts the provided method into a Group, adds it to " -"the bot, then returns it." -msgstr "" - -#: discord.ext.commands.core.GroupMixin.group:5 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:1 +msgid "A shortcut decorator that invokes :func:`.group` and adds it to the internal command list via :meth:`~.GroupMixin.add_command`." +msgstr ":func:`.group` を呼び出し、 :meth:`~.GroupMixin.add_command` を介して内部コマンドリストに追加するショートカットデコレータ。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:4 +msgid "A decorator that converts the provided method into a Group, adds it to the bot, then returns it." +msgstr "提供されたメソッドをGroupに変換し、Botに追加し、そしてGroupを返すデコレータ。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.group:5 msgid "Callable[..., :class:`Group`]" -msgstr "" +msgstr "Callable[..., :class:`Group`]" -#: discord.ext.commands.bot.BotBase.listen:1 of -msgid "" -"A decorator that registers another function as an external event " -"listener. Basically this allows you to listen to multiple events from " -"different places e.g. such as :func:`.on_ready`" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:1 +msgid "A decorator that registers another function as an external event listener. Basically this allows you to listen to multiple events from different places e.g. such as :func:`.on_ready`" +msgstr "関数を追加のイベントリスナーに登録するデコレータ。 基本的には異なる場所から複数のイベントを登録することに使われます( :func:`.on_ready` など)。" -#: discord.ext.commands.bot.BotBase.listen:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:5 msgid "The functions being listened to must be a :ref:`coroutine `." -msgstr "" +msgstr "登録する関数は :ref:`コルーチン ` でなければなりません。" -#: discord.ext.commands.bot.BotBase.listen:21 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:21 msgid "Would print one and two in an unspecified order." -msgstr "" +msgstr "の、oneとtwoの出力順は保証されません。" -#: discord.ext.commands.bot.BotBase.listen:23 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.listen:23 msgid "The function being listened to is not a coroutine." -msgstr ":exc:`TypeError` -- 渡された関数がコルーチンでない。" +msgstr "リスナーとして登録する関数がコルーチンではない。" -#: discord.ext.commands.Bot.activity:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.activity:1 msgid "The activity being used upon logging in." -msgstr "" +msgstr "ログイン時に使用されるアクティビティ。" -#: discord.ext.commands.Bot.activity:4 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.activity:4 msgid "Optional[:class:`.BaseActivity`]" -msgstr "" +msgstr "Optional[:class:`.BaseActivity`]" -#: discord.ext.commands.bot.BotBase.add_check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:1 msgid "Adds a global check to the bot." msgstr "ボットにグローバルチェックを追加します。" -#: discord.ext.commands.bot.BotBase.add_check:3 of -msgid "" -"This is the non-decorator interface to :meth:`.check` and " -":meth:`.check_once`." +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:3 +msgid "This is the non-decorator interface to :meth:`.check` and :meth:`.check_once`." msgstr "これは :meth:`.check` と :meth:`.check_once` のデコレータでない実装です。" -#: discord.ext.commands.bot.BotBase.add_check:8 -#: discord.ext.commands.bot.BotBase.remove_check:8 -#: discord.ext.commands.core.Command.add_check:9 -#: discord.ext.commands.core.Command.remove_check:10 -#: discord.ext.commands.help.HelpCommand.add_check:7 -#: discord.ext.commands.help.HelpCommand.remove_check:10 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:8 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:8 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:10 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.add_check:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_check:10 msgid "``func`` parameter is now positional-only." -msgstr "すべてのパラメータがオプションです。" +msgstr "" -#: discord.ext.commands.bot.BotBase.add_check:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:10 msgid "The function that was used as a global check." msgstr "グローバルチェックとして使用される関数。" -#: discord.ext.commands.bot.BotBase.add_check:11 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_check:11 msgid "If the function should only be called once per :meth:`.invoke` call." -msgstr "その関数が :meth:`Command.invoke` の呼び出し時に、一度だけ呼び出されるべきかどうか。" +msgstr "" -#: discord.ext.commands.bot.BotBase.add_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:1 msgid "Adds a \"cog\" to the bot." msgstr "botに「コグ」を追加します。" -#: discord.ext.commands.bot.BotBase.add_cog:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:3 msgid "A cog is a class that has its own event listeners and commands." msgstr "コグは、イベントリスナーとコマンドを持つクラスです。" -#: discord.ext.commands.bot.BotBase.add_cog:7 of -msgid "" -":exc:`.ClientException` is raised when a cog with the same name is " -"already loaded." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:7 +msgid ":exc:`.ClientException` is raised when a cog with the same name is already loaded." +msgstr "同じ名前のコグがすでにロードされている場合、 :exc:`.ClientException` が発生します。" -#: discord.ext.commands.bot.BotBase.add_cog:12 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:12 msgid "``cog`` parameter is now positional-only." msgstr "" -#: discord.ext.commands.bot.BotBase.add_cog:14 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:14 msgid "The cog to register to the bot." msgstr "ボットに登録するコグ。" -#: discord.ext.commands.bot.BotBase.add_cog:16 of -msgid "" -"If a previously loaded cog with the same name should be ejected instead " -"of raising an error. .. versionadded:: 2.0" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:16 +msgid "If a previously loaded cog with the same name should be ejected instead of raising an error. .. versionadded:: 2.0" +msgstr "同じ名前のコグがすでに読み込まれているときに、例外を発生せず既存のものを削除するか。\n" +".. versionadded:: 2.0" -#: discord.ext.commands.bot.BotBase.add_cog:16 of -msgid "" -"If a previously loaded cog with the same name should be ejected instead " -"of raising an error." -msgstr "" - -#: discord.ext.commands.bot.BotBase.add_cog:22 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:22 msgid "The cog does not inherit from :class:`.Cog`." -msgstr ":exc:`TypeError -- コグが :class:`.Cog` を継承していない。" +msgstr "このコグは :class:`.Cog` から継承されません。" -#: discord.ext.commands.bot.BotBase.add_cog:23 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:23 msgid "An error happened during loading." -msgstr ":exc:`CommandError` -- 読み込み中にエラーが発生した。" +msgstr "読み込み中に発生したエラー。" -#: discord.ext.commands.bot.BotBase.add_cog:24 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_cog:24 msgid "A cog with the same name is already loaded." -msgstr "" +msgstr "同じ名前のコグがすでに読み込まれている。" -#: discord.ext.commands.core.GroupMixin.add_command:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:1 msgid "Adds a :class:`.Command` into the internal list of commands." -msgstr ":class:`.Command`やそのサブクラスを内部のコマンドリストに追加します。" - -#: discord.ext.commands.core.GroupMixin.add_command:3 of -msgid "" -"This is usually not called, instead the :meth:`~.GroupMixin.command` or " -":meth:`~.GroupMixin.group` shortcut decorators are used instead." -msgstr "" -"これは通常、呼び出されません。代わりに :meth:`~.GroupMixin.command` か " -":meth:`~.GroupMixin.group` のショートカットデコレータが使われます。" - -#: discord.ext.commands.core.GroupMixin.add_command:6 of -msgid "" -"Raise :exc:`.CommandRegistrationError` instead of generic " -":exc:`.ClientException`" -msgstr "" - -#: discord.ext.commands.context.Context.invoke:19 -#: discord.ext.commands.core.GroupMixin.add_command:11 of +msgstr ":class:`.Command` を内部のコマンドリストに追加します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:3 +msgid "This is usually not called, instead the :meth:`~.GroupMixin.command` or :meth:`~.GroupMixin.group` shortcut decorators are used instead." +msgstr "これは通常、呼び出されません。代わりに :meth:`~.GroupMixin.command` か :meth:`~.GroupMixin.group` のショートカットデコレータが使われます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:6 +msgid "Raise :exc:`.CommandRegistrationError` instead of generic :exc:`.ClientException`" +msgstr "Genericな :exc:`.ClientException` の代わりに、 :exc:`.CommandRegistrationError` を発生させます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:11 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:11 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:11 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:19 msgid "``command`` parameter is now positional-only." msgstr "" -#: discord.ext.commands.core.GroupMixin.add_command:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:13 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:13 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:13 msgid "The command to add." msgstr "追加するコマンド。" -#: discord.ext.commands.core.GroupMixin.add_command:16 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:16 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:16 msgid "If the command or its alias is already registered by different command." -msgstr "" +msgstr "コマンド、またはエイリアスが異なるコマンドによって、すでにその名前が登録されているかどうか。" -#: discord.ext.commands.core.GroupMixin.add_command:17 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.add_command:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.add_command:17 msgid "If the command passed is not a subclass of :class:`.Command`." -msgstr ":exc:`TypeError` -- 渡されたコマンドが:class:`.Command`のサブコマンドではないという例外" +msgstr "渡されたコマンドが、 :class:`.Command` のサブクラスでないかどうか。" -#: discord.ext.commands.bot.BotBase.add_listener:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_listener:1 msgid "The non decorator alternative to :meth:`.listen`." msgstr ":meth:`.listen` の代替の非デコレータ" -#: discord.ext.commands.bot.BotBase.add_listener:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_listener:3 msgid "The function to call." msgstr "呼び出される関数" -#: discord.ext.commands.bot.BotBase.add_listener:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.add_listener:5 msgid "The name of the event to listen for. Defaults to ``func.__name__``." msgstr "待機するイベントの名前。デフォルトでは ``func.__name__`` です。" -#: discord.client.Client.add_view:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:1 msgid "Registers a :class:`~discord.ui.View` for persistent listening." msgstr "" -#: discord.client.Client.add_view:3 of -msgid "" -"This method should be used for when a view is comprised of components " -"that last longer than the lifecycle of the program." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:3 +msgid "This method should be used for when a view is comprised of components that last longer than the lifecycle of the program." msgstr "" -#: discord.client.Client.add_view:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:8 msgid "The view to register for dispatching." msgstr "" -#: discord.client.Client.add_view:10 of -msgid "" -"The message ID that the view is attached to. This is currently used to " -"refresh the view's state during message update events. If not given then " -"message update events are not propagated for the view." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:10 +msgid "The message ID that the view is attached to. This is currently used to refresh the view's state during message update events. If not given then message update events are not propagated for the view." msgstr "" -#: discord.client.Client.add_view:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:15 msgid "A view was not passed." msgstr "" -#: discord.client.Client.add_view:16 of -msgid "" -"The view is not persistent. A persistent view has no timeout and all " -"their components have an explicitly provided custom_id." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.add_view:16 +msgid "The view is not persistent. A persistent view has no timeout and all their components have an explicitly provided custom_id." msgstr "" -#: discord.ext.commands.Bot.allowed_mentions:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.allowed_mentions:1 msgid "The allowed mention configuration." -msgstr "" +msgstr "許可されたメンションの設定。" -#: discord.ext.commands.Bot.allowed_mentions:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.allowed_mentions:5 msgid "Optional[:class:`~discord.AllowedMentions`]" -msgstr "" +msgstr "Optional[:class:`~discord.AllowedMentions`]" -#: discord.ext.commands.Bot.application_flags:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_flags:1 msgid "The client's application flags." msgstr "" -#: discord.ext.commands.Bot.application_flags:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_flags:5 msgid ":class:`~discord.ApplicationFlags`" msgstr "" -#: discord.ext.commands.Bot.application_id:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_id:1 msgid "The client's application ID." -msgstr "" - -#: discord.ext.commands.Bot.application_id:3 of -msgid "" -"If this is not passed via ``__init__`` then this is retrieved through the" -" gateway when an event contains the data. Usually after " -":func:`~discord.on_connect` is called." -msgstr "" - -#: discord.abc.Messageable.fetch_message:1 discord.abc.Messageable.pins:1 -#: discord.abc.Messageable.send:1 discord.abc.Messageable.trigger_typing:1 -#: discord.client.Client.application_info:1 -#: discord.client.Client.before_identify_hook:1 -#: discord.client.Client.change_presence:1 discord.client.Client.connect:1 -#: discord.client.Client.create_dm:1 discord.client.Client.create_guild:1 -#: discord.client.Client.delete_invite:1 discord.client.Client.fetch_channel:1 -#: discord.client.Client.fetch_guild:1 discord.client.Client.fetch_invite:1 -#: discord.client.Client.fetch_premium_sticker_packs:1 -#: discord.client.Client.fetch_stage_instance:1 -#: discord.client.Client.fetch_sticker:1 discord.client.Client.fetch_template:1 -#: discord.client.Client.fetch_user:1 discord.client.Client.fetch_webhook:1 -#: discord.client.Client.fetch_widget:1 discord.client.Client.login:1 -#: discord.client.Client.on_error:1 discord.client.Client.start:1 -#: discord.client.Client.wait_for:1 discord.client.Client.wait_until_ready:1 -#: discord.ext.commands.bot.BotBase.close:1 -#: discord.ext.commands.bot.BotBase.get_context:1 -#: discord.ext.commands.bot.BotBase.get_prefix:1 -#: discord.ext.commands.bot.BotBase.invoke:1 -#: discord.ext.commands.bot.BotBase.is_owner:1 -#: discord.ext.commands.bot.BotBase.on_command_error:1 -#: discord.ext.commands.bot.BotBase.process_commands:1 -#: discord.ext.commands.context.Context.invoke:1 -#: discord.ext.commands.context.Context.reinvoke:1 -#: discord.ext.commands.context.Context.reply:1 -#: discord.ext.commands.context.Context.send_help:1 -#: discord.ext.commands.converter.CategoryChannelConverter.convert:1 -#: discord.ext.commands.converter.ColourConverter.convert:1 -#: discord.ext.commands.converter.Converter.convert:1 -#: discord.ext.commands.converter.EmojiConverter.convert:1 -#: discord.ext.commands.converter.GameConverter.convert:1 -#: discord.ext.commands.converter.GuildChannelConverter.convert:1 -#: discord.ext.commands.converter.GuildConverter.convert:1 -#: discord.ext.commands.converter.GuildStickerConverter.convert:1 -#: discord.ext.commands.converter.InviteConverter.convert:1 -#: discord.ext.commands.converter.MemberConverter.convert:1 -#: discord.ext.commands.converter.MessageConverter.convert:1 -#: discord.ext.commands.converter.ObjectConverter.convert:1 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:1 -#: discord.ext.commands.converter.PartialMessageConverter.convert:1 -#: discord.ext.commands.converter.RoleConverter.convert:1 -#: discord.ext.commands.converter.StageChannelConverter.convert:1 -#: discord.ext.commands.converter.StoreChannelConverter.convert:1 -#: discord.ext.commands.converter.TextChannelConverter.convert:1 -#: discord.ext.commands.converter.ThreadConverter.convert:1 -#: discord.ext.commands.converter.UserConverter.convert:1 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:1 -#: discord.ext.commands.converter.clean_content.convert:1 -#: discord.ext.commands.converter.run_converters:1 -#: discord.ext.commands.core.Command.__call__:1 -#: discord.ext.commands.core.Command.can_run:1 -#: discord.ext.commands.flags.FlagConverter.convert:1 -#: discord.ext.commands.help.HelpCommand.command_callback:1 -#: discord.ext.commands.help.HelpCommand.filter_commands:1 -#: discord.ext.commands.help.HelpCommand.on_help_command_error:1 -#: discord.ext.commands.help.HelpCommand.prepare_help_command:1 -#: discord.ext.commands.help.HelpCommand.send_bot_help:1 -#: discord.ext.commands.help.HelpCommand.send_cog_help:1 -#: discord.ext.commands.help.HelpCommand.send_command_help:1 -#: discord.ext.commands.help.HelpCommand.send_error_message:1 -#: discord.ext.commands.help.HelpCommand.send_group_help:1 of +msgstr "クライアントのアプリケーションID。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.application_id:3 +msgid "If this is not passed via ``__init__`` then this is retrieved through the gateway when an event contains the data. Usually after :func:`~discord.on_connect` is called." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.close:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.invoke:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.on_command_error:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.on_error:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.start:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:1 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_until_ready:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.__call__:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:1 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.trigger_typing:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:1 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:1 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:1 msgid "|coro|" msgstr "|coro|" -#: discord.client.Client.application_info:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:3 msgid "Retrieves the bot's application information." msgstr "Botのアプリケーション情報を取得します。" -#: discord.client.Client.application_info:5 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:5 msgid "Retrieving the information failed somehow." -msgstr ":exc:`.HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "情報の取得に失敗した場合。" -#: discord.client.Client.application_info:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:7 msgid "The bot's application information." msgstr "Botのアプリケーション情報。" -#: discord.client.Client.application_info:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.application_info:8 msgid ":class:`.AppInfo`" msgstr ":class:`.AppInfo`" -#: discord.client.Client.before_identify_hook:3 of -msgid "" -"A hook that is called before IDENTIFYing a session. This is useful if you" -" wish to have more control over the synchronization of multiple " -"IDENTIFYing clients." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:3 +msgid "A hook that is called before IDENTIFYing a session. This is useful if you wish to have more control over the synchronization of multiple IDENTIFYing clients." +msgstr "セッションをIDENTIFYingする前に、呼び出されるフック。 これは、複数の IDENTIFYing クライアントの同期を、より詳細に制御したい場合に便利です。" -#: discord.client.Client.before_identify_hook:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:7 msgid "The default implementation sleeps for 5 seconds." -msgstr "" +msgstr "デフォルトでは、5秒間スリープします。" -#: discord.client.Client.before_identify_hook:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:11 msgid "The shard ID that requested being IDENTIFY'd" -msgstr "" +msgstr "IDENTIFYを要求した時のshard ID" -#: discord.client.Client.before_identify_hook:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.before_identify_hook:13 msgid "Whether this IDENTIFY is the first initial IDENTIFY." -msgstr "" +msgstr "この IDENTIFY が、最初の初期化時の IDENTIFY であるかどうか。" -#: discord.ext.commands.Bot.cached_messages:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cached_messages:1 msgid "Read-only list of messages the connected client has cached." -msgstr "Sequence[:class:`.Message`] -- 接続されたクライアントにキャッシュされたメッセージの、読み取り専用リスト。" +msgstr "接続済みクライアントがキャッシュしている、読み取り専用のメッセージのリスト。" -#: discord.ext.commands.Bot.cached_messages:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cached_messages:5 msgid "Sequence[:class:`.Message`]" -msgstr "" +msgstr "Sequence[:class:`.Message`]" -#: discord.client.Client.change_presence:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:3 msgid "Changes the client's presence." msgstr "クライアントのステータスを変更します。" -#: discord.client.Client.change_presence:12 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:12 msgid "Removed the ``afk`` keyword-only parameter." msgstr "" -#: discord.client.Client.change_presence:15 of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`TypeError`." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:15 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`TypeError`." msgstr "" -#: discord.client.Client.change_presence:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:19 msgid "The activity being done. ``None`` if no currently active activity is done." msgstr "実行中のアクティビティ。何も実行していない場合は ``None`` を返します。" -#: discord.client.Client.change_presence:21 of -msgid "" -"Indicates what status to change to. If ``None``, then " -":attr:`.Status.online` is used." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:21 +msgid "Indicates what status to change to. If ``None``, then :attr:`.Status.online` is used." msgstr "変更するステータスを示します。 ``None`` の場合、 :attr:`.Status.online` が使用されます。" -#: discord.client.Client.change_presence:25 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.change_presence:25 msgid "If the ``activity`` parameter is not the proper type." -msgstr ":exc:`.InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" +msgstr "引数 ``activity`` が適切な型でない場合。" -#: discord.client.Client.clear:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.clear:1 msgid "Clears the internal state of the bot." msgstr "Botの内部状態をクリアします。" -#: discord.client.Client.clear:3 of -msgid "" -"After this, the bot can be considered \"re-opened\", i.e. " -":meth:`is_closed` and :meth:`is_ready` both return ``False`` along with " -"the bot's internal cache cleared." -msgstr "" -"これが実行されると、Botは「再実行」されたと見なされます。また、これにより :meth:`is_closed` や " -":meth:`is_ready` は ``False`` を返し、内部のキャッシュもクリアされます。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.clear:3 +msgid "After this, the bot can be considered \"re-opened\", i.e. :meth:`is_closed` and :meth:`is_ready` both return ``False`` along with the bot's internal cache cleared." +msgstr "これが実行されると、Botは「再実行」されたと見なされます。また、これにより :meth:`is_closed` や :meth:`is_ready` は ``False`` を返し、内部のキャッシュもクリアされます。" -#: discord.ext.commands.bot.BotBase.close:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.close:3 msgid "Closes the connection to Discord." msgstr "" -#: discord.ext.commands.Bot.cogs:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cogs:1 msgid "A read-only mapping of cog name to cog." -msgstr "Mapping[:class:`str`, :class:`Cog`] -- コグ名から、コグへの読み取り専用マッピング。" +msgstr "コグの名前リストの、読み取り専用マッピング。" -#: discord.ext.commands.Bot.cogs:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.cogs:3 msgid "Mapping[:class:`str`, :class:`Cog`]" -msgstr "" +msgstr "Mapping[:class:`str`, :class:`Cog`]" -#: discord.ext.commands.Bot.commands:1 discord.ext.commands.Group.commands:1 -#: discord.ext.commands.GroupMixin.commands:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.commands:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.commands:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.GroupMixin.commands:1 msgid "A unique set of commands without aliases that are registered." -msgstr "Set[:class:`.Command`] -- 登録済みの別名がない固有のコマンドセット。" +msgstr "登録済みの別名がない固有のコマンドセット" -#: discord.ext.commands.Bot.commands:3 discord.ext.commands.Group.commands:3 -#: discord.ext.commands.GroupMixin.commands:3 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.commands:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.commands:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.GroupMixin.commands:3 msgid "Set[:class:`.Command`]" -msgstr ":class:`Command` またはサブクラス" +msgstr "Set[:class:`.Command`]" -#: discord.client.Client.connect:3 of -msgid "" -"Creates a websocket connection and lets the websocket listen to messages " -"from Discord. This is a loop that runs the entire event system and " -"miscellaneous aspects of the library. Control is not resumed until the " -"WebSocket connection is terminated." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:3 +msgid "Creates a websocket connection and lets the websocket listen to messages from Discord. This is a loop that runs the entire event system and miscellaneous aspects of the library. Control is not resumed until the WebSocket connection is terminated." msgstr "WebSocket接続を作成し、Discordからのメッセージをリッスンできるようにします。これはイベントシステム全体とライブラリの様々な機能を実行するループです。WebSocket接続が終了するまで、プログラムは再開されません。" -#: discord.client.Client.connect:8 of -msgid "" -"If we should attempt reconnecting, either due to internet failure or a " -"specific failure on Discord's part. Certain disconnects that lead to bad " -"state will not be handled (such as invalid sharding payloads or bad " -"tokens)." -msgstr "" -"インターネットの障害やDiscord側の特定の障害が発生した際、再接続を試みるかどうかを表します。不正な状態へ移行する可能性がある特定の切断(無効なシャーディングpayloadや不正なトークンなど)" -" は処理されません。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:8 +msgid "If we should attempt reconnecting, either due to internet failure or a specific failure on Discord's part. Certain disconnects that lead to bad state will not be handled (such as invalid sharding payloads or bad tokens)." +msgstr "インターネットの障害やDiscord側の特定の障害が発生した際、再接続を試みるかどうかを表します。不正な状態へ移行する可能性がある特定の切断(無効なシャーディングpayloadや不正なトークンなど) は処理されません。" -#: discord.client.Client.connect:14 of -#, fuzzy -msgid "" -"If the gateway to connect to Discord is not found. Usually if this is" -" thrown then there is a Discord API outage." -msgstr "" -":exc:`.GatewayNotFound` -- " -"Discordに接続するためのゲートウェイが見つからない。通常、これが発生した場合はDiscordAPIのエラーが考えられます。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:14 +msgid "If the gateway to connect to Discord is not found. Usually if this is thrown then there is a Discord API outage." +msgstr "Discordに接続するゲートウェイが見つからない場合、この例外が発生します。\n" +"通常、これが発生した場合は、Discord側のAPIの停止が考えられます。" -#: discord.client.Client.connect:15 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.connect:15 msgid "The websocket connection has been terminated." -msgstr ":exc:`.ConnectionClosed` -- WebSocket接続は既に終了した。" +msgstr "WebSocket接続が終了した時の例外。" -#: discord.client.Client.create_dm:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:3 msgid "Creates a :class:`.DMChannel` with this user." msgstr "" -#: discord.client.Client.create_dm:5 of -msgid "" -"This should be rarely called, as this is done transparently for most " -"people." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:5 +msgid "This should be rarely called, as this is done transparently for most people." msgstr "" -#: discord.client.Client.create_dm:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:10 msgid "The user to create a DM with." msgstr "" -#: discord.client.Client.create_dm:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:13 msgid "The channel that was created." msgstr "" -#: discord.client.Client.create_dm:14 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_dm:14 msgid ":class:`.DMChannel`" -msgstr ":class:`.DMChannel`" +msgstr "" -#: discord.client.Client.create_guild:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:3 msgid "Creates a :class:`.Guild`." msgstr ":class:`.Guild` を作成します。" -#: discord.client.Client.create_guild:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:5 msgid "Bot accounts in more than 10 guilds are not allowed to create guilds." msgstr "10以上のギルドに参加しているBotアカウントは、ギルドの作成ができません。" -#: discord.client.Client.create_guild:7 of -msgid "" -"``name`` and ``icon`` parameters are now keyword-only. The `region`` " -"parameter has been removed." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:7 +msgid "``name`` and ``icon`` parameters are now keyword-only. The `region`` parameter has been removed." msgstr "" -#: discord.client.Client.create_guild:11 of -msgid "``name`` and ``region``, and ``icon`` parameters are now keyword-only." -msgstr "" - -#: discord.client.Client.create_guild:14 of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`ValueError`." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:10 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`ValueError`." msgstr "" -#: discord.client.Client.create_guild:18 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:14 msgid "The name of the guild." msgstr "ギルドの名前。" -#: discord.client.Client.create_guild:20 of -msgid "" -"The :term:`py:bytes-like object` representing the icon. See " -":meth:`.ClientUser.edit` for more details on what is expected." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:16 +msgid "The :term:`py:bytes-like object` representing the icon. See :meth:`.ClientUser.edit` for more details on what is expected." +msgstr "アイコンを表す :term:`py:bytes-like object` 。引数の詳細については、 :meth:`ClientUser.edit` を参照してください。" -#: discord.client.Client.create_guild:23 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:19 msgid "The code for a template to create the guild with. .. versionadded:: 1.4" -msgstr "" - -#: discord.client.Client.create_guild:23 of -msgid "The code for a template to create the guild with." -msgstr "" +msgstr "Guildを作成するためのテンプレートのコード .. versionadded:: 1.4" -#: discord.client.Client.create_guild:28 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:24 msgid "Guild creation failed." -msgstr ":exc:`.HTTPException` -- ギルドの作成に失敗した。" +msgstr "Guildの作成が失敗した時。" -#: discord.client.Client.create_guild:29 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:25 msgid "Invalid icon image format given. Must be PNG or JPG." -msgstr "" +msgstr "Guildのアイコンの画像形式が無効だった時。画像は、PNGまたはJPGである必要があります。" -#: discord.client.Client.create_guild:31 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:27 msgid "The guild created. This is not the same guild that is added to cache." -msgstr "" +msgstr "作成されたGuild。Botのキャッシュに追加されるGuildとはまた別物です。" -#: discord.client.Client.create_guild:33 discord.client.Client.fetch_guild:25 -#: of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.create_guild:29 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:32 msgid ":class:`.Guild`" msgstr ":class:`.Guild`" -#: discord.client.Client.delete_invite:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:3 msgid "Revokes an :class:`.Invite`, URL, or ID to an invite." msgstr ":class:`.Invite` や、招待のURL、IDを削除します。" -#: discord.client.Client.delete_invite:5 of -msgid "" -"You must have the :attr:`~.Permissions.manage_channels` permission in the" -" associated guild to do this." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:5 +msgid "You must have the :attr:`~.Permissions.manage_channels` permission in the associated guild to do this." msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.manage_channels` 権限が必要です。" -#: discord.client.Client.delete_invite:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:10 msgid "``invite`` parameter is now positional-only." msgstr "" -#: discord.client.Client.delete_invite:12 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:12 msgid "The invite to revoke." msgstr "取り消す招待。" -#: discord.client.Client.delete_invite:15 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:15 msgid "You do not have permissions to revoke invites." -msgstr ":exc:`.Forbidden` -- 招待を取り消す権限が無い。" +msgstr "削除する権限がない場合。" -#: discord.client.Client.delete_invite:16 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:16 msgid "The invite is invalid or expired." -msgstr ":exc:`.NotFound` -- 招待が無効、あるいは期限切れになっている。" +msgstr "招待が無効または期限切れの場合。" -#: discord.client.Client.delete_invite:17 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.delete_invite:17 msgid "Revoking the invite failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" +msgstr "招待の取り消しに失敗した場合。" -#: discord.ext.commands.Bot.emojis:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.emojis:1 msgid "The emojis that the connected client has." -msgstr "List[:class:`.Emoji`] -- 接続したクライアントがアクセスできる絵文字。" +msgstr "接続したクライアントが利用できる絵文字。" -#: discord.ext.commands.Bot.emojis:3 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.emojis:3 msgid "List[:class:`.Emoji`]" -msgstr ":class:`.Guild`" +msgstr "List[:class:`.Emoji`]" -#: discord.ext.commands.Bot.extensions:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.extensions:1 msgid "A read-only mapping of extension name to extension." -msgstr "" +msgstr "エクステンション名の読み取り専用マッピング。" -#: discord.ext.commands.Bot.extensions:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.extensions:3 msgid "Mapping[:class:`str`, :class:`py:types.ModuleType`]" -msgstr "" +msgstr "Mapping[:class:`str`, :class:`py:types.ModuleType`]" -#: discord.client.Client.fetch_channel:3 of -msgid "" -"Retrieves a :class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, or " -":class:`.Thread` with the specified ID." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:3 +msgid "Retrieves a :class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, or :class:`.Thread` with the specified ID." msgstr "" -#: discord.client.Client.fetch_channel:7 of -msgid "" -"This method is an API call. For general usage, consider " -":meth:`get_channel` instead." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:7 +msgid "This method is an API call. For general usage, consider :meth:`get_channel` instead." +msgstr "このメソッドはDiscord APIからGETします。通常は :meth:`get_channel` を代わりとして使用してください。" -#: discord.client.Client.fetch_channel:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:13 msgid "``channel_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_channel:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:15 msgid "An unknown channel type was received from Discord." -msgstr "" +msgstr "まだ定義されていないチャネルタイプがDiscord APIから受信された場合。" -#: discord.client.Client.fetch_channel:16 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:16 msgid "Retrieving the channel failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +msgstr "チャンネルの取得に失敗した時の例外。" -#: discord.client.Client.fetch_channel:17 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:17 msgid "Invalid Channel ID." -msgstr "" +msgstr "引数が無効なチャンネル IDである場合。" -#: discord.client.Client.fetch_channel:18 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:18 msgid "You do not have permission to fetch this channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +msgstr "このチャンネルからメッセージを取得する権限がない場合。" -#: discord.client.Client.fetch_channel:20 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:20 msgid "The channel from the ID." msgstr "IDから取得したチャンネル。" -#: discord.client.Client.fetch_channel:21 of -msgid "" -"Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, " -":class:`.Thread`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, " -":class:`.Thread`]" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_channel:21 +msgid "Union[:class:`.abc.GuildChannel`, :class:`.abc.PrivateChannel`, :class:`.Thread`]" +msgstr "" -#: discord.client.Client.fetch_guild:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:3 msgid "Retrieves a :class:`.Guild` from an ID." msgstr "IDから :class:`.Guild` を取得します。" -#: discord.client.Client.fetch_guild:7 of -#, fuzzy -msgid "" -"Using this, you will **not** receive :attr:`.Guild.channels`, " -":attr:`.Guild.members`, :attr:`.Member.activity` and " -":attr:`.Member.voice` per :class:`.Member`." -msgstr "" -"これを使用した場合、 :attr:`.Guild.channels` 、 :class:`.Guild.members` 、そして各 " -":class:`.Member` ごとの :attr:`.Member.activity` 、 :attr:`.Member.voice` " -"を取得することは **できません** 。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:7 +msgid "Using this, you will **not** receive :attr:`.Guild.channels`, :attr:`.Guild.members`, :attr:`.Member.activity` and :attr:`.Member.voice` per :class:`.Member`." +msgstr "これを使用した場合、 :attr:`.Guild.channels` 、 :attr:`.Guild.members` 、そして各 :class:`.Member` ごとの :attr:`.Member.activity` 、 :attr:`.Member.voice` を**取得することができません** 。" -#: discord.client.Client.fetch_guild:12 of -msgid "" -"This method is an API call. For general usage, consider :meth:`get_guild`" -" instead." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:12 +msgid "This method is an API call. For general usage, consider :meth:`get_guild` instead." msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_guild` を代わりとして使用してください。" -#: discord.client.Client.fetch_guild:16 discord.client.Client.fetch_widget:11 -#: of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:16 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:11 msgid "``guild_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_guild:18 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:23 +msgid "with_counts: :class:`bool`" +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:19 +msgid "Whether to include count information in the guild. This fills the :attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count` attributes without needing any privileged intents. Defaults to ``True``." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:25 msgid "The guild's ID to fetch from." msgstr "取得したいギルドのID。" -#: discord.client.Client.fetch_guild:21 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:28 msgid "You do not have access to the guild." -msgstr ":exc:`.Forbidden` -- ギルドにアクセスできない。" +msgstr "Guildに「アクセス」する権限を持っていない場合。" -#: discord.client.Client.fetch_guild:22 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:29 msgid "Getting the guild failed." -msgstr ":exc:`.HTTPException` -- ギルドの取得に失敗した。" +msgstr "Guildの取得に失敗した場合。" -#: discord.client.Client.fetch_guild:24 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guild:31 msgid "The guild from the ID." msgstr "IDから取得したギルド。" -#: discord.client.Client.fetch_guilds:1 of -#, fuzzy -msgid "" -"Retrieves an :term:`asynchronous iterator` that enables receiving your " -"guilds." -msgstr "Botが所属するGuildを取得できる、 :term:`asynchronous iterator` を取得します。" - -#: discord.client.Client.fetch_guilds:5 of -msgid "" -"Using this, you will only receive :attr:`.Guild.owner`, " -":attr:`.Guild.icon`, :attr:`.Guild.id`, and :attr:`.Guild.name` per " -":class:`.Guild`." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:1 +msgid "Retrieves an :term:`asynchronous iterator` that enables receiving your guilds." msgstr "" -"これを使った場合、各 :class:`Guild` の :attr:`Guild.owner` 、 :attr:`Guild.icon` 、 " -":attr:`Guild.id` 、 :attr:`Guild.name` のみ取得できます。" -#: discord.client.Client.fetch_guilds:10 of -msgid "" -"This method is an API call. For general usage, consider :attr:`guilds` " -"instead." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:5 +msgid "Using this, you will only receive :attr:`.Guild.owner`, :attr:`.Guild.icon`, :attr:`.Guild.id`, and :attr:`.Guild.name` per :class:`.Guild`." +msgstr "これを使った場合、各 :class:`Guild` の :attr:`Guild.owner` 、 :attr:`Guild.icon` 、 :attr:`Guild.id` 、 :attr:`Guild.name` のみ取得できます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:10 +msgid "This method is an API call. For general usage, consider :attr:`guilds` instead." msgstr "これはAPIを呼び出します。通常は :attr:`guilds` を代わりに使用してください。" -#: discord.abc.Messageable.history:6 discord.client.Client.fetch_guilds:13 -#: discord.client.Client.wait_for:22 discord.ext.commands.core.check:37 -#: discord.ext.commands.core.check_any:20 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:13 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:22 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:37 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:20 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:6 msgid "Examples" msgstr "例" -#: discord.abc.Messageable.history:7 discord.client.Client.fetch_guilds:14 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:14 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:7 msgid "Usage ::" msgstr "使い方 ::" -#: discord.client.Client.fetch_guilds:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:19 msgid "Flattening into a list ::" msgstr "リストへフラット化 ::" -#: discord.abc.Messageable.history:19 discord.client.Client.fetch_guilds:24 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:24 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:19 msgid "All parameters are optional." msgstr "すべてのパラメータがオプションです。" -#: discord.client.Client.fetch_guilds:26 of -#, fuzzy -msgid "" -"The number of guilds to retrieve. If ``None``, it retrieves every guild " -"you have access to. Note, however, that this would make it a slow " -"operation. Defaults to ``100``." -msgstr "" -"取得するギルドの数。 ``None`` " -"の場合、あなたがアクセスできるギルドすべてを取得します。ただし、これには時間がかかります。デフォルトは100です。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:26 +msgid "The number of guilds to retrieve. If ``None``, it retrieves every guild you have access to. Note, however, that this would make it a slow operation. Defaults to ``100``." +msgstr "取得するギルドの数。 ``None`` の場合、Botがアクセスできるギルドすべてを取得します。ただし、これには時間が掛かることに注意してください。デフォルトは100です。" -#: discord.client.Client.fetch_guilds:31 of -#, fuzzy -msgid "" -"Retrieves guilds before this date or object. If a datetime is provided, " -"it is recommended to use a UTC aware datetime. If the datetime is naive, " -"it is assumed to be local time." -msgstr "" -"この日付またはオブジェクトの前のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:31 +msgid "Retrieves guilds before this date or object. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "渡されたdatetime、またはIDよりオブジェクトの作成時間より前のギルドを取得します。datetimeを指定する場合、UTCのawareなdatetimeを指定することを推奨します。naiveなdatetimeの場合、ローカルの時間として解釈されます。" -#: discord.client.Client.fetch_guilds:35 of -#, fuzzy -msgid "" -"Retrieve guilds after this date or object. If a datetime is provided, it " -"is recommended to use a UTC aware datetime. If the datetime is naive, it " -"is assumed to be local time." -msgstr "" -"この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone " -"naiveであるdatetimeでないといけません。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:35 +msgid "Retrieve guilds after this date or object. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." +msgstr "渡された日付、またはオブジェクトより後のギルドを取得します。日付を指定する場合、UTC対応の「aware」を利用することを推奨します。日付が「naive」である場合、これは地域時間であるとみなされます。" -#: discord.client.Client.fetch_guilds:40 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:40 msgid "Getting the guilds failed." -msgstr ":exc:`.HTTPException` -- ギルドの取得に失敗した。" - -#: discord.abc.Messageable.history discord.client.Client.fetch_guilds -#: discord.client.Client.get_all_channels discord.client.Client.get_all_members -#: discord.ext.commands.cog.Cog.walk_commands -#: discord.ext.commands.core.GroupMixin.walk_commands of +msgstr "Guildの取得に失敗した場合。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_channels:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_members:0 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:0 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:0 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.walk_commands:0 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:0 msgid "Yields" msgstr "Yieldする値" -#: discord.client.Client.fetch_guilds:42 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_guilds:42 msgid ":class:`.Guild` -- The guild with the guild data parsed." msgstr ":class:`.Guild` -- データを解析したGuild。" -#: discord.client.Client.fetch_invite:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:3 msgid "Gets an :class:`.Invite` from a discord.gg URL or ID." +msgstr "discord.gg URLまたはIDから、 :class:`.Invite` を取得します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:7 +msgid "If the invite is for a guild you have not joined, the guild and channel attributes of the returned :class:`.Invite` will be :class:`.PartialInviteGuild` and :class:`.PartialInviteChannel` respectively." +msgstr "もしBotがInviteのGuildに参加していない場合、 :class:`.Invite` のguildとchannel属性はそれぞれ :class:`.PartialInviteGuild` と :class:`.PartialInviteChannel` になります。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:11 +msgid "The Discord invite ID or URL (must be a discord.gg URL)." +msgstr "Discordの招待ID、またはURL (discord.gg URLである必要があります)。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:13 +msgid "Whether to include count information in the invite. This fills the :attr:`.Invite.approximate_member_count` and :attr:`.Invite.approximate_presence_count` fields." +msgstr "招待にカウントの情報を含めるかどうか。これにより :attr:`.Invite.approximate_member_count` と :attr:`.Invite.approximate_presence_count` 属性が追加されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:17 +msgid "Whether to include the expiration date of the invite. This fills the :attr:`.Invite.expires_at` field. .. versionadded:: 2.0" msgstr "" -#: discord.client.Client.fetch_invite:7 of -msgid "" -"If the invite is for a guild you have not joined, the guild and channel " -"attributes of the returned :class:`.Invite` will be " -":class:`.PartialInviteGuild` and :class:`.PartialInviteChannel` " -"respectively." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:17 +msgid "Whether to include the expiration date of the invite. This fills the :attr:`.Invite.expires_at` field." msgstr "" -#: discord.client.Client.fetch_invite:11 of -msgid "The Discord invite ID or URL (must be a discord.gg URL)." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:22 +msgid "The ID of the scheduled event this invite is for. .. note:: It is not possible to provide a url that contains an ``event_id`` parameter when using this parameter. .. versionadded:: 2.0" msgstr "" -#: discord.client.Client.fetch_invite:13 of -msgid "" -"Whether to include count information in the invite. This fills the " -":attr:`.Invite.approximate_member_count` and " -":attr:`.Invite.approximate_presence_count` fields." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:22 +msgid "The ID of the scheduled event this invite is for." msgstr "" -#: discord.client.Client.fetch_invite:17 of -msgid "" -"Whether to include the expiration date of the invite. This fills the " -":attr:`.Invite.expires_at` field. .. versionadded:: 2.0" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:26 +msgid "It is not possible to provide a url that contains an ``event_id`` parameter when using this parameter." msgstr "" -#: discord.client.Client.fetch_invite:17 of -msgid "" -"Whether to include the expiration date of the invite. This fills the " -":attr:`.Invite.expires_at` field." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:32 +msgid "The url contains an ``event_id``, but ``scheduled_event_id`` has also been provided." msgstr "" -#: discord.client.Client.fetch_invite:23 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:33 msgid "The invite has expired or is invalid." -msgstr "" +msgstr "招待の有効期限が切れたか無効の場合。" -#: discord.client.Client.fetch_invite:24 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:34 msgid "Getting the invite failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" +msgstr "招待の取得に失敗した場合。" -#: discord.client.Client.fetch_invite:26 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:36 msgid "The invite from the URL/ID." -msgstr "" +msgstr "URL/IDから取得した招待。" -#: discord.client.Client.fetch_invite:27 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_invite:37 msgid ":class:`.Invite`" -msgstr "" +msgstr ":class:`.Invite`" -#: discord.client.Client.fetch_premium_sticker_packs:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:3 msgid "Retrieves all available premium sticker packs." msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:7 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:7 msgid "Retrieving the sticker packs failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:9 msgid "All available premium sticker packs." msgstr "" -#: discord.client.Client.fetch_premium_sticker_packs:10 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_premium_sticker_packs:10 msgid "List[:class:`.StickerPack`]" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.client.Client.fetch_stage_instance:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:3 msgid "Gets a :class:`.StageInstance` for a stage channel id." msgstr "" -#: discord.client.Client.fetch_stage_instance:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:7 msgid "The stage channel ID." msgstr "" -#: discord.client.Client.fetch_stage_instance:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:10 msgid "The stage instance or channel could not be found." msgstr "" -#: discord.client.Client.fetch_stage_instance:11 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:11 msgid "Getting the stage instance failed." -msgstr ":exc:`.HTTPException` -- 招待の取り消しに失敗した。" +msgstr "" -#: discord.client.Client.fetch_stage_instance:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:13 msgid "The stage instance from the stage channel ID." msgstr "" -#: discord.client.Client.fetch_stage_instance:14 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_stage_instance:14 msgid ":class:`.StageInstance`" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.client.Client.fetch_sticker:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:3 msgid "Retrieves a :class:`.Sticker` with the specified ID." msgstr "" -#: discord.client.Client.fetch_sticker:7 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:7 msgid "Retrieving the sticker failed." -msgstr ":exc:`.HTTPException` -- チャンネルの取得に失敗した。" +msgstr "" -#: discord.client.Client.fetch_sticker:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:8 msgid "Invalid sticker ID." msgstr "" -#: discord.client.Client.fetch_sticker:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:10 msgid "The sticker you requested." msgstr "" -#: discord.client.Client.fetch_sticker:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_sticker:11 msgid "Union[:class:`.StandardSticker`, :class:`.GuildSticker`]" msgstr "" -#: discord.client.Client.fetch_template:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:3 msgid "Gets a :class:`.Template` from a discord.new URL or code." -msgstr "" +msgstr "discord.new URL またはコードから :class:`.Template` を取得します。" -#: discord.client.Client.fetch_template:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:5 msgid "The Discord Template Code or URL (must be a discord.new URL)." -msgstr "" +msgstr "DiscordテンプレートコードまたはURL (discord.new URLである必要があります)。" -#: discord.client.Client.fetch_template:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:8 msgid "The template is invalid." -msgstr "" +msgstr "無効なテンプレートである場合。" -#: discord.client.Client.fetch_template:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:9 msgid "Getting the template failed." -msgstr "" +msgstr "テンプレートの取得に失敗した場合。" -#: discord.client.Client.fetch_template:11 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:11 msgid "The template from the URL/code." -msgstr "ギルドの名前。" +msgstr "URL/コードからのテンプレート。" -#: discord.client.Client.fetch_template:12 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_template:12 msgid ":class:`.Template`" -msgstr ":class:`.Guild`" +msgstr ":class:`.Template`" -#: discord.client.Client.fetch_user:3 of -msgid "" -"Retrieves a :class:`~discord.User` based on their ID. You do not have to " -"share any guilds with the user to get this information, however many " -"operations do require that you do." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:3 +msgid "Retrieves a :class:`~discord.User` based on their ID. You do not have to share any guilds with the user to get this information, however many operations do require that you do." msgstr "" -#: discord.client.Client.fetch_user:9 of -msgid "" -"This method is an API call. If you have :attr:`discord.Intents.members` " -"and member cache enabled, consider :meth:`get_user` instead." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:9 +msgid "This method is an API call. If you have :attr:`discord.Intents.members` and member cache enabled, consider :meth:`get_user` instead." msgstr "" -#: discord.client.Client.fetch_user:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:13 msgid "``user_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_user:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:15 msgid "The user's ID to fetch from." -msgstr "" +msgstr "取得したいユーザーのID。" -#: discord.client.Client.fetch_user:18 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:18 msgid "A user with this ID does not exist." -msgstr "" +msgstr "この ID を持つユーザーが存在しない場合。" -#: discord.client.Client.fetch_user:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:19 msgid "Fetching the user failed." -msgstr "" +msgstr "ユーザーの取得に失敗した場合。" -#: discord.client.Client.fetch_user:21 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:21 msgid "The user you requested." -msgstr "" +msgstr "あなたがリクエストしたユーザー。" -#: discord.client.Client.fetch_user:22 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_user:22 msgid ":class:`~discord.User`" -msgstr "" +msgstr ":class:`~discord.User`" -#: discord.client.Client.fetch_webhook:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:3 msgid "Retrieves a :class:`.Webhook` with the specified ID." -msgstr "" +msgstr "指定した ID の :class:`.Webhook` を取得します。" -#: discord.client.Client.fetch_webhook:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:7 msgid "``webhook_id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.fetch_webhook:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:9 msgid "Retrieving the webhook failed." -msgstr "" +msgstr "Webhookの取得に失敗した場合。" -#: discord.client.Client.fetch_webhook:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:10 msgid "Invalid webhook ID." -msgstr "" +msgstr "無効なWebhookのIDだった場合。" -#: discord.client.Client.fetch_webhook:11 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:11 msgid "You do not have permission to fetch this webhook." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +msgstr "Webhookを取得する権限がない場合。" -#: discord.client.Client.fetch_webhook:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:13 msgid "The webhook you requested." -msgstr "" +msgstr "BotがリクエストしたWebhook。" -#: discord.client.Client.fetch_webhook:14 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_webhook:14 msgid ":class:`.Webhook`" -msgstr "" +msgstr ":class:`.Webhook`" -#: discord.client.Client.fetch_widget:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:3 msgid "Gets a :class:`.Widget` from a guild ID." -msgstr "" +msgstr "Guild IDから :class:`.Widget` を取得します。" -#: discord.client.Client.fetch_widget:7 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:7 msgid "The guild must have the widget enabled to get this information." -msgstr "" +msgstr "この情報を取得するためには、Guildのウィジェットを有効化しておく必要があります。" -#: discord.client.Client.fetch_widget:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:13 msgid "The ID of the guild." -msgstr "" +msgstr "GuildのID。" -#: discord.client.Client.fetch_widget:16 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:16 msgid "The widget for this guild is disabled." -msgstr "" +msgstr "Guildのウィジェットが無効になっている場合の例外。" -#: discord.client.Client.fetch_widget:17 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:17 msgid "Retrieving the widget failed." -msgstr "" +msgstr "ウィジェットの取得に失敗した時の例外。" -#: discord.client.Client.fetch_widget:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:19 msgid "The guild's widget." -msgstr "" +msgstr "Guildのウィジェット。" -#: discord.client.Client.fetch_widget:20 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.fetch_widget:20 msgid ":class:`.Widget`" -msgstr "" +msgstr ":class:`.Widget`" -#: discord.client.Client.get_all_channels:1 of -msgid "" -"A generator that retrieves every :class:`.abc.GuildChannel` the client " -"can 'access'." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_channels:1 +msgid "A generator that retrieves every :class:`.abc.GuildChannel` the client can 'access'." +msgstr "クライアントが「アクセス」することができるすべての :class:`.abc.GuildChannel` のgeneratorを取得します。" -#: discord.client.Client.get_all_channels:3 -#: discord.client.Client.get_all_members:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_channels:3 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_members:3 msgid "This is equivalent to: ::" -msgstr "" +msgstr "これは以下に相当します: ::" -#: discord.client.Client.get_all_channels:11 of -msgid "" -"Just because you receive a :class:`.abc.GuildChannel` does not mean that " -"you can communicate in said channel. " -":meth:`.abc.GuildChannel.permissions_for` should be used for that." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_channels:11 +msgid "Just because you receive a :class:`.abc.GuildChannel` does not mean that you can communicate in said channel. :meth:`.abc.GuildChannel.permissions_for` should be used for that." +msgstr ":class:`.abc.GuildChannel` を受け取ったからと言って、そのチャンネルで、クライアントが発言可能であるとは限りません。クライアントが発言可能なチャンネルのみを取得したいのなら、 :meth:`.abc.GuildChannel.permissions_for` を使ってください。" -#: discord.client.Client.get_all_channels:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_channels:15 msgid ":class:`.abc.GuildChannel` -- A channel the client can 'access'." -msgstr "" +msgstr ":class:`.abc.GuildChannel` -- クライアントが「アクセスする」ことができるチャンネル。" -#: discord.client.Client.get_all_members:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_members:1 msgid "Returns a generator with every :class:`.Member` the client can see." -msgstr "" +msgstr "クライアントが参照可能なすべての :class:`.Member` のgeneratorを返します。" -#: discord.client.Client.get_all_members:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_all_members:9 msgid ":class:`.Member` -- A member the client can see." -msgstr "" +msgstr ":class:`.Member` -- クライアントが見れる、Guildのメンバー。" -#: discord.client.Client.get_channel:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:1 msgid "Returns a channel or thread with the given ID." msgstr "" -#: discord.client.Client.get_channel:5 discord.client.Client.get_emoji:5 -#: discord.client.Client.get_guild:5 discord.client.Client.get_user:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:5 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:5 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:5 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:5 msgid "``id`` parameter is now positional-only." msgstr "" -#: discord.client.Client.get_channel:7 discord.client.Client.get_emoji:7 -#: discord.client.Client.get_guild:7 discord.client.Client.get_stage_instance:5 -#: discord.client.Client.get_user:7 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:7 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:7 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:7 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:5 +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:7 msgid "The ID to search for." -msgstr "取得したいギルドのID。" +msgstr "検索するID。" -#: discord.client.Client.get_channel:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:10 msgid "The returned channel or ``None`` if not found." -msgstr "" +msgstr "返り値にチャンネルが返されますが、該当するものが見つからない場合 ``None`` が返ります。" -#: discord.client.Client.get_channel:11 of -#, fuzzy -msgid "" -"Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]]" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_channel:11 +msgid "Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, :class:`.abc.PrivateChannel`]]" msgstr "" -"Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -":class:`.abc.PrivateChannel`]]" -#: discord.ext.commands.bot.BotBase.get_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:1 msgid "Gets the cog instance requested." -msgstr "" +msgstr "要求されたコグのインスタンスを取得します。" -#: discord.ext.commands.bot.BotBase.get_cog:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:3 msgid "If the cog is not found, ``None`` is returned instead." -msgstr "" - -#: discord.ext.commands.bot.BotBase.get_cog:7 -#: discord.ext.commands.bot.BotBase.remove_cog:10 -#: discord.ext.commands.core.GroupMixin.get_command:12 -#: discord.ext.commands.core.GroupMixin.remove_command:8 of +msgstr "コグが見つからなかった場合、代わりに ``None`` が返されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:7 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:12 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:10 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:8 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:12 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:8 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:8 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:12 msgid "``name`` parameter is now positional-only." msgstr "" -#: discord.ext.commands.bot.BotBase.get_cog:9 of -msgid "" -"The name of the cog you are requesting. This is equivalent to the name " -"passed via keyword argument in class creation or the class name if " -"unspecified." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:9 +msgid "The name of the cog you are requesting. This is equivalent to the name passed via keyword argument in class creation or the class name if unspecified." +msgstr "リクエストしているコグの名前です。これは、クラス作成時にキーワード引数で渡された名前と同等です。指定しない場合は、クラス名と同等になります。" -#: discord.ext.commands.bot.BotBase.get_cog:14 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:14 msgid "The cog that was requested. If not found, returns ``None``." -msgstr "" +msgstr "要求されたコグ。見つからない場合は ``None`` を返します。" -#: discord.ext.commands.HelpCommand.cog:10 -#: discord.ext.commands.bot.BotBase.get_cog:15 -#: discord.ext.commands.core.Command:62 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_cog:15 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:62 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:10 msgid "Optional[:class:`Cog`]" -msgstr "" +msgstr "Optional[:class:`bool`]" -#: discord.ext.commands.core.GroupMixin.get_command:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:1 msgid "Get a :class:`.Command` from the internal list of commands." -msgstr ":class:`.Command`やそのサブクラスを内部のコマンドリストに追加します。" +msgstr "内部のコマンドリストから検索し、 :class:`.Command` を取得します。" -#: discord.ext.commands.core.GroupMixin.get_command:4 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:4 msgid "This could also be used as a way to get aliases." -msgstr "" +msgstr "これはコマンドのエイリアスを取得する方法としても使用できます。" -#: discord.ext.commands.core.GroupMixin.get_command:6 of -msgid "" -"The name could be fully qualified (e.g. ``'foo bar'``) will get the " -"subcommand ``bar`` of the group command ``foo``. If a subcommand is not " -"found then ``None`` is returned just as usual." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:6 +msgid "The name could be fully qualified (e.g. ``'foo bar'``) will get the subcommand ``bar`` of the group command ``foo``. If a subcommand is not found then ``None`` is returned just as usual." +msgstr "名前は修飾されていても構いません(例: ``'foo bar'``など)。サブコマンドが見つからなかった場合は、通常通り ``None`` が返されます。" -#: discord.ext.commands.core.GroupMixin.get_command:14 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:14 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:14 msgid "The name of the command to get." -msgstr "" +msgstr "取得するコマンドの名前。" -#: discord.ext.commands.core.GroupMixin.get_command:17 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:17 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:17 msgid "The command that was requested. If not found, returns ``None``." -msgstr "" - -#: discord.ext.commands.context.Context:56 -#: discord.ext.commands.context.Context:81 -#: discord.ext.commands.core.Command:103 -#: discord.ext.commands.core.GroupMixin.get_command:18 of +msgstr "要求されたコマンド。見つからなければ ``None`` を返します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.get_command:18 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:103 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:18 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.get_command:18 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:56 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:81 msgid "Optional[:class:`Command`]" -msgstr "" +msgstr "Optional[:class:`Command`]" -#: discord.ext.commands.bot.BotBase.get_context:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:3 msgid "Returns the invocation context from the message." -msgstr "" +msgstr "メッセージから、呼び出しコンテキストを返します。" -#: discord.ext.commands.bot.BotBase.get_context:5 of -msgid "" -"This is a more low-level counter-part for :meth:`.process_commands` to " -"allow users more fine grained control over the processing." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:5 +msgid "This is a more low-level counter-part for :meth:`.process_commands` to allow users more fine grained control over the processing." +msgstr "これは :meth:`.process_commands` より低レベルなcounter-partで、開発者がより細かく処理を制御できるようにするためのものです。" -#: discord.ext.commands.bot.BotBase.get_context:8 of -msgid "" -"The returned context is not guaranteed to be a valid invocation context, " -":attr:`.Context.valid` must be checked to make sure it is. If the context" -" is not valid then it is not a valid candidate to be invoked under " -":meth:`~.Bot.invoke`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:8 +msgid "The returned context is not guaranteed to be a valid invocation context, :attr:`.Context.valid` must be checked to make sure it is. If the context is not valid then it is not a valid candidate to be invoked under :meth:`~.Bot.invoke`." +msgstr "返されたコンテキストが、有効な呼び出しコンテキストであることは保証していないので、 :attr:`.Context.valid` によってチェックして確認する必要があります。コンテキストが有効でない場合は、 :meth:`~.Bot.invoke` で呼び出される有効な候補ではありません。" -#: discord.ext.commands.bot.BotBase.get_context:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:13 msgid "The message to get the invocation context from." -msgstr "" +msgstr "呼び出しコンテキストを取得するためのメッセージ。" -#: discord.ext.commands.bot.BotBase.get_context:15 of -msgid "" -"The factory class that will be used to create the context. By default, " -"this is :class:`.Context`. Should a custom class be provided, it must be " -"similar enough to :class:`.Context`\\'s interface." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:15 +msgid "The factory class that will be used to create the context. By default, this is :class:`.Context`. Should a custom class be provided, it must be similar enough to :class:`.Context`\\'s interface." +msgstr "コンテキストを作成するために使用されるファクトリークラス。デフォルトでは、これは :class:`.Context` です。カスタムクラスを提供する場合は、 :class:`.Context` の引数が同じようにならなければなりません。" -#: discord.ext.commands.bot.BotBase.get_context:20 of -msgid "" -"The invocation context. The type of this can change via the ``cls`` " -"parameter." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:20 +msgid "The invocation context. The type of this can change via the ``cls`` parameter." +msgstr "呼び出しコンテキスト。このタイプは ``cls`` パラメータを使用して変更できます。" -#: discord.ext.commands.bot.BotBase.get_context:22 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_context:22 msgid ":class:`.Context`" -msgstr "" +msgstr ":class:`.Context`" -#: discord.client.Client.get_emoji:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:1 msgid "Returns an emoji with the given ID." -msgstr "" +msgstr "与えられた ID の絵文字を返します。" -#: discord.client.Client.get_emoji:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:10 msgid "The custom emoji or ``None`` if not found." -msgstr "" +msgstr "カスタム絵文字が返されます。見つからなかった場合は、 ``None`` が返ります。" -#: discord.client.Client.get_emoji:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_emoji:11 msgid "Optional[:class:`.Emoji`]" -msgstr "" +msgstr "Optional[:class:`.Emoji`]" -#: discord.client.Client.get_guild:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:1 msgid "Returns a guild with the given ID." -msgstr "" +msgstr "与えられたIDを検索し、それに合致するGuildを返します。" -#: discord.client.Client.get_guild:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:10 msgid "The guild or ``None`` if not found." -msgstr "" +msgstr "Guildが返されます。見つからなかった場合は、 ``None`` が返ります。" -#: ../../docstring discord.client.Client.get_guild:11 -#: discord.ext.commands.Context.guild:3 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_guild:11 +#: ../../docstring of discord.ext.commands.Context.guild:3 msgid "Optional[:class:`.Guild`]" -msgstr ":class:`.Guild`" +msgstr "Optional[:class:`.Guild`]" -#: discord.client.Client.get_partial_messageable:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:1 msgid "Returns a partial messageable with the given channel ID." msgstr "" -#: discord.client.Client.get_partial_messageable:3 of -msgid "" -"This is useful if you have a channel_id but don't want to do an API call " -"to send messages to it." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:3 +msgid "This is useful if you have a channel_id but don't want to do an API call to send messages to it." msgstr "" -#: discord.client.Client.get_partial_messageable:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:8 msgid "The channel ID to create a partial messageable for." msgstr "" -#: discord.client.Client.get_partial_messageable:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:10 msgid "The underlying channel type for the partial messageable." msgstr "" -#: discord.client.Client.get_partial_messageable:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:13 msgid "The partial messageable" msgstr "" -#: discord.client.Client.get_partial_messageable:14 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_partial_messageable:14 msgid ":class:`.PartialMessageable`" -msgstr ":class:`.PartialMessageable`" - -#: discord.ext.commands.bot.BotBase.get_prefix:3 of -msgid "" -"Retrieves the prefix the bot is listening to with the message as a " -"context." msgstr "" -#: discord.ext.commands.bot.BotBase.get_prefix:6 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:3 +msgid "Retrieves the prefix the bot is listening to with the message as a context." +msgstr "Botのprefixを、コンテキストとして取得します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:6 msgid "The message context to get the prefix of." -msgstr "" +msgstr "prefixを取得するメッセージコンテキスト。" -#: discord.ext.commands.bot.BotBase.get_prefix:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:9 msgid "A list of prefixes or a single prefix that the bot is listening for." -msgstr "" +msgstr "prefixのリスト、またはBotがリッスンしているシングルprefixのリスト。" -#: discord.ext.commands.bot.BotBase.get_prefix:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.get_prefix:11 msgid "Union[List[:class:`str`], :class:`str`]" -msgstr "" +msgstr "Union[List[:class:`str`], :class:`str`]" -#: discord.client.Client.get_stage_instance:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:1 msgid "Returns a stage instance with the given stage channel ID." msgstr "" -#: discord.client.Client.get_stage_instance:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:8 msgid "The returns stage instance of ``None`` if not found." msgstr "" -#: discord.client.Client.get_stage_instance:9 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_stage_instance:9 msgid "Optional[:class:`.StageInstance`]" -msgstr "Optional[:class:`.StageInstance`]" +msgstr "" -#: discord.client.Client.get_sticker:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:1 msgid "Returns a guild sticker with the given ID." msgstr "" -#: discord.client.Client.get_sticker:7 of -msgid "" -"To retrieve standard stickers, use :meth:`.fetch_sticker`. or " -":meth:`.fetch_premium_sticker_packs`." +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:7 +msgid "To retrieve standard stickers, use :meth:`.fetch_sticker`. or :meth:`.fetch_premium_sticker_packs`." msgstr "" -#: discord.client.Client.get_sticker:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:10 msgid "The sticker or ``None`` if not found." msgstr "" -#: discord.client.Client.get_sticker:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_sticker:11 msgid "Optional[:class:`.GuildSticker`]" -msgstr "Optional[:class:`.GuildSticker`]" +msgstr "" -#: discord.client.Client.get_user:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:1 msgid "Returns a user with the given ID." -msgstr "" +msgstr "与えられたIDを検索し、それに合致するユーザーを返します。" -#: discord.client.Client.get_user:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:10 msgid "The user or ``None`` if not found." -msgstr "" +msgstr "Userが返されます。見つからなかった場合は、 ``None`` が返ります。" -#: discord.client.Client.get_user:11 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.get_user:11 msgid "Optional[:class:`~discord.User`]" -msgstr "" +msgstr "Optional[:class:`~discord.User`]" -#: discord.ext.commands.Bot.guilds:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.guilds:1 msgid "The guilds that the connected client is a member of." -msgstr "" +msgstr "接続したクライアントがメンバーとして参加しているギルド。" -#: discord.ext.commands.Bot.guilds:3 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.guilds:3 msgid "List[:class:`.Guild`]" msgstr "List[:class:`.Guild`]" -#: discord.ext.commands.Bot.intents:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.intents:1 msgid "The intents configured for this connection." -msgstr "" +msgstr "この接続用に設定されたインテント。" -#: discord.ext.commands.Bot.intents:5 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.intents:5 msgid ":class:`~discord.Intents`" -msgstr ":class:`~discord.Intents`" - -#: discord.ext.commands.bot.BotBase.invoke:3 of -msgid "" -"Invokes the command given under the invocation context and handles all " -"the internal event dispatch mechanisms." msgstr "" -#: discord.ext.commands.bot.BotBase.invoke:6 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.invoke:3 +msgid "Invokes the command given under the invocation context and handles all the internal event dispatch mechanisms." +msgstr "コンテキストに与えられたコマンドを呼び出します。すべての内部イベントも処理されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.invoke:6 msgid "The invocation context to invoke." -msgstr "" +msgstr "呼び出すコンテキスト。" -#: discord.client.Client.is_closed:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.is_closed:1 msgid ":class:`bool`: Indicates if the websocket connection is closed." -msgstr "" +msgstr ":class:`bool`: WebSocket接続が閉じられているかどうか。" -#: discord.ext.commands.bot.BotBase.is_owner:3 of -msgid "" -"Checks if a :class:`~discord.User` or :class:`~discord.Member` is the " -"owner of this bot." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:3 +msgid "Checks if a :class:`~discord.User` or :class:`~discord.Member` is the owner of this bot." +msgstr "元の :class:`~discord.User` または :class:`~discord.Member` がこのBotの所有者であるか。" -#: discord.ext.commands.bot.BotBase.is_owner:6 of -msgid "" -"If an :attr:`owner_id` is not set, it is fetched automatically through " -"the use of :meth:`~.Bot.application_info`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:6 +msgid "If an :attr:`owner_id` is not set, it is fetched automatically through the use of :meth:`~.Bot.application_info`." +msgstr ":attr:`owner_id` が設定されていない場合、 :meth:`~.Bot.application_info` から取得されます。" -#: discord.ext.commands.bot.BotBase.is_owner:9 of -msgid "" -"The function also checks if the application is team-owned if " -":attr:`owner_ids` is not set." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:9 +msgid "The function also checks if the application is team-owned if :attr:`owner_ids` is not set." +msgstr ":attr:`owner_ids` が設定されていない場合、この関数はチームが所有しているかも確認します。" -#: discord.ext.commands.bot.BotBase.is_owner:13 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:13 msgid "The user to check for." -msgstr "" +msgstr "確認するユーザー。" -#: discord.ext.commands.bot.BotBase.is_owner:16 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.is_owner:16 msgid "Whether the user is the owner." -msgstr "" +msgstr "ユーザーがオーナーかどうか。" -#: discord.client.Client.is_ready:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.is_ready:1 msgid ":class:`bool`: Specifies if the client's internal cache is ready for use." -msgstr "" +msgstr ":class:`bool`: クライアントの内部キャッシュが利用可能となっているかを表します。" -#: discord.client.Client.is_ws_ratelimited:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.is_ws_ratelimited:1 msgid ":class:`bool`: Whether the websocket is currently rate limited." -msgstr "" +msgstr ":class:`bool`: WebSocketがレート制限中かどうか。" -#: discord.client.Client.is_ws_ratelimited:3 of -msgid "" -"This can be useful to know when deciding whether you should query members" -" using HTTP or via the gateway." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.is_ws_ratelimited:3 +msgid "This can be useful to know when deciding whether you should query members using HTTP or via the gateway." +msgstr "メンバーへのクエリをHTTPで行うか、ゲートウェイ経由で行うかを決めるときに役立ちます。" -#: discord.ext.commands.Bot.latency:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.latency:1 msgid "Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds." -msgstr "" +msgstr "HEARTBEATとHEARTBEAT_ACKの間の遅延を秒単位で測定します。" -#: discord.ext.commands.Bot.latency:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.latency:3 msgid "This could be referred to as the Discord WebSocket protocol latency." -msgstr "" - -#: discord.ext.commands.Bot.latency:5 -#: discord.ext.commands.cooldowns.Cooldown:13 -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after:8 -#: discord.ext.commands.core.Command.get_cooldown_retry_after:10 -#: discord.ext.commands.errors.CommandOnCooldown:22 of -#, fuzzy +msgstr "DiscordのWebSocketプロトコルの遅延として使うこともできます。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.latency:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:10 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:13 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:8 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:22 msgid ":class:`float`" -msgstr ":class:`.AppInfo`" +msgstr ":class:`float`" -#: discord.ext.commands.bot.BotBase.load_extension:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:1 msgid "Loads an extension." -msgstr "" - -#: discord.ext.commands.bot.BotBase.load_extension:3 of -msgid "" -"An extension is a python module that contains commands, cogs, or " -"listeners." -msgstr "" +msgstr "エクステンションを読み込みます。" -#: discord.ext.commands.bot.BotBase.load_extension:6 of -msgid "" -"An extension must have a global function, ``setup`` defined as the entry " -"point on what to do when the extension is loaded. This entry point must " -"have a single argument, the ``bot``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:3 +msgid "An extension is a python module that contains commands, cogs, or listeners." +msgstr "エクステンションはコマンド、コグ、リスナーを含むPythonのモジュールです。" -#: discord.ext.commands.bot.BotBase.load_extension:10 of -msgid "" -"The extension name to load. It must be dot separated like regular Python " -"imports if accessing a sub-module. e.g. ``foo.test`` if you want to " -"import ``foo/test.py``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:6 +msgid "An extension must have a global function, ``setup`` defined as the entry point on what to do when the extension is loaded. This entry point must have a single argument, the ``bot``." +msgstr "エクステンションは ``setup`` という名前のグローバルな関数を持っている必要があります。 ``setup`` はエクステンションを読み込むときのエントリーポイントになります。エントリーポイントは ``bot`` という引数を持っている必要があります。" -#: discord.ext.commands.bot.BotBase.load_extension:14 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"loading an extension using a relative path, e.g ``.foo.test``. Defaults " -"to ``None``. .. versionadded:: 1.7" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:10 +msgid "The extension name to load. It must be dot separated like regular Python imports if accessing a sub-module. e.g. ``foo.test`` if you want to import ``foo/test.py``." +msgstr "読み込むエクステンションの名前。サブモジュールにアクセスする場合はPythonのimport文のようにドットで区切る必要があります。 例えば ``hoge/test.py`` を読み込むときには ``hoge.test`` になります。" -#: discord.ext.commands.bot.BotBase.load_extension:14 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"loading an extension using a relative path, e.g ``.foo.test``. Defaults " -"to ``None``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:14 +msgid "The package name to resolve relative imports with. This is required when loading an extension using a relative path, e.g ``.foo.test``. Defaults to ``None``. .. versionadded:: 1.7" +msgstr "相対インポートを解決するためのパッケージ名。 ``.hoge.test`` のように、相対パスを使用してエクステンションを読み込む場合に必要です。デフォルトは ``None`` です。 .. versionadded:: 1.7" -#: discord.ext.commands.bot.BotBase.load_extension:21 -#: discord.ext.commands.bot.BotBase.reload_extension:20 of -msgid "" -"The extension could not be imported. This is also raised if the name " -"of the extension could not be resolved using the provided ``package``" -" parameter." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:21 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:20 +msgid "The extension could not be imported. This is also raised if the name of the extension could not be resolved using the provided ``package`` parameter." +msgstr "エクステンションを読み込めなかった。この例外は渡された ``package`` パラメータを解釈できなかったときにも発生します。" -#: discord.ext.commands.bot.BotBase.load_extension:22 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:22 msgid "The extension is already loaded." -msgstr "" +msgstr "エクステンションはすでに読み込まれている。" -#: discord.ext.commands.bot.BotBase.load_extension:23 -#: discord.ext.commands.bot.BotBase.reload_extension:21 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:23 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:21 msgid "The extension does not have a setup function." -msgstr "" +msgstr "エクステンションに ``setup`` がない。" -#: discord.ext.commands.bot.BotBase.load_extension:24 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.load_extension:24 msgid "The extension or its setup function had an execution error." -msgstr "" +msgstr "エクステンション、または ``setup`` で例外が発生した。" -#: discord.client.Client.login:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:3 msgid "Logs in the client with the specified credentials." -msgstr "" +msgstr "指定された情報でログインします。" -#: discord.client.Client.login:6 of -msgid "" -"The authentication token. Do not prefix this token with anything as the " -"library will do it for you." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:6 +msgid "The authentication token. Do not prefix this token with anything as the library will do it for you." +msgstr "認証トークン。ライブラリが処理するのでトークンには何もつけないでください( ``Bot`` 等)。" -#: discord.client.Client.login:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:10 msgid "The wrong credentials are passed." -msgstr "" +msgstr "認証情報が間違っている。" -#: discord.client.Client.login:11 of -msgid "" -"An unknown HTTP related error occurred, usually when it isn't 200 or " -"the known incorrect credentials passing status code." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.login:11 +msgid "An unknown HTTP related error occurred, usually when it isn't 200 or the known incorrect credentials passing status code." +msgstr "不明なHTTP関連のエラーが発生した。通常、ステータスコードが200でないか、既知の誤った資格情報がステータスコードを渡しています。" -#: discord.ext.commands.bot.BotBase.on_command_error:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.on_command_error:3 msgid "The default command error handler provided by the bot." -msgstr "" +msgstr "ボットに渡されたデフォルトのコマンドの例外のハンドラ。" -#: discord.ext.commands.bot.BotBase.on_command_error:5 of -msgid "" -"By default this prints to :data:`sys.stderr` however it could be " -"overridden to have a different implementation." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.on_command_error:5 +msgid "By default this prints to :data:`sys.stderr` however it could be overridden to have a different implementation." +msgstr "デフォルトでは :data:`sys.stderr` に出力しますが、他の実装をするために上書きすることもできます。" -#: discord.ext.commands.bot.BotBase.on_command_error:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.on_command_error:8 msgid "This only fires if you do not specify any listeners for command error." -msgstr "" +msgstr "これは、コマンドの例外のリスナーを指定していない場合にのみ発生します。" -#: discord.client.Client.on_error:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.on_error:3 msgid "The default error handler provided by the client." -msgstr "" +msgstr "クライアントによって提供されるデフォルトのエラーハンドラ。" -#: discord.client.Client.on_error:5 of -msgid "" -"By default this prints to :data:`sys.stderr` however it could be " -"overridden to have a different implementation. Check " -":func:`~discord.on_error` for more details." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.on_error:5 +msgid "By default this prints to :data:`sys.stderr` however it could be overridden to have a different implementation. Check :func:`~discord.on_error` for more details." +msgstr "デフォルトでは、これは :data:`sys.stderr` に出力されますが、異なる実装によって上書きされる可能性があります。詳細については :func:`~discord.on_error` を確認してください。" -#: discord.ext.commands.Bot.persistent_views:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.persistent_views:1 msgid "A sequence of persistent views added to the client." msgstr "" -#: discord.ext.commands.Bot.persistent_views:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.persistent_views:5 msgid "Sequence[:class:`.View`]" -msgstr "Sequence[:class:`.View`]" +msgstr "" -#: discord.ext.commands.Bot.private_channels:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.private_channels:1 msgid "The private channels that the connected client is participating on." -msgstr "" +msgstr "接続したクライアントが参加しているプライベートチャンネル。" -#: discord.ext.commands.Bot.private_channels:5 of -msgid "" -"This returns only up to 128 most recent private channels due to an " -"internal working on how Discord deals with private channels." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.private_channels:5 +msgid "This returns only up to 128 most recent private channels due to an internal working on how Discord deals with private channels." +msgstr "Discordでのプライベートチャンネルの取扱いは内部的に処理されているため、これは最新のプライベートチャンネルから最大128個までしか取得できません。" -#: discord.ext.commands.Bot.private_channels:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.private_channels:8 msgid "List[:class:`.abc.PrivateChannel`]" -msgstr "" - -#: discord.ext.commands.bot.BotBase.process_commands:3 of -msgid "" -"This function processes the commands that have been registered to the bot" -" and other groups. Without this coroutine, none of the commands will be " -"triggered." -msgstr "" +msgstr "List[:class:`.abc.PrivateChannel`]" -#: discord.ext.commands.bot.BotBase.process_commands:7 of -msgid "" -"By default, this coroutine is called inside the :func:`.on_message` " -"event. If you choose to override the :func:`.on_message` event, then you " -"should invoke this coroutine as well." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:3 +msgid "This function processes the commands that have been registered to the bot and other groups. Without this coroutine, none of the commands will be triggered." +msgstr "ボットとそのグルーブに登録されたコマンドを処理します。この関数を取り除くとコマンドは処理されません。" -#: discord.ext.commands.bot.BotBase.process_commands:11 of -msgid "" -"This is built using other low level tools, and is equivalent to a call to" -" :meth:`~.Bot.get_context` followed by a call to :meth:`~.Bot.invoke`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:7 +msgid "By default, this coroutine is called inside the :func:`.on_message` event. If you choose to override the :func:`.on_message` event, then you should invoke this coroutine as well." +msgstr "デフォルトでは、この関数は :func:`on_message` のなかで呼び出されます。 :func:`on_message` を上書きした場合にはこの関数を呼び出す処理を書く必要があります。" -#: discord.ext.commands.bot.BotBase.process_commands:14 of -msgid "" -"This also checks if the message's author is a bot and doesn't call " -":meth:`~.Bot.get_context` or :meth:`~.Bot.invoke` if so." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:11 +msgid "This is built using other low level tools, and is equivalent to a call to :meth:`~.Bot.get_context` followed by a call to :meth:`~.Bot.invoke`." +msgstr "これは他の低レベルのツールを使って構築されており、 :meth:`~.Bot.get_context` の呼び出しに続いて、 :meth:`~.Bot.invoke` の呼び出しに相当します。" -#: discord.ext.commands.bot.BotBase.process_commands:17 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:14 +msgid "This also checks if the message's author is a bot and doesn't call :meth:`~.Bot.get_context` or :meth:`~.Bot.invoke` if so." +msgstr "また、メッセージの作成者がBotであり、 :meth:`~.Bot.get_context` または :meth:`~.Bot.invoke` を呼び出さないことを確認します。" + +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:17 msgid "The message to process commands for." -msgstr "" +msgstr "コマンドを処理するメッセージ。" -#: discord.ext.commands.bot.BotBase.reload_extension:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:1 msgid "Atomically reloads an extension." -msgstr "" +msgstr "拡張機能を「極小単位で」リロードします。" -#: discord.ext.commands.bot.BotBase.reload_extension:3 of -msgid "" -"This replaces the extension with the same extension, only refreshed. This" -" is equivalent to a :meth:`unload_extension` followed by a " -":meth:`load_extension` except done in an atomic way. That is, if an " -"operation fails mid-reload then the bot will roll-back to the prior " -"working state." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:3 +msgid "This replaces the extension with the same extension, only refreshed. This is equivalent to a :meth:`unload_extension` followed by a :meth:`load_extension` except done in an atomic way. That is, if an operation fails mid-reload then the bot will roll-back to the prior working state." +msgstr "これにより、拡張機能が、ほとんど同じ拡張機能で置き換えられ、更新されるだけです。 これは 、:meth:`unload_extension` が実行され、次に :meth:`load_extension` が実行される、この一連の流れと同等です。 つまり、操作がリロード中に失敗した場合、Botは以前の状態にロールバックします。" -#: discord.ext.commands.bot.BotBase.reload_extension:8 of -msgid "" -"The extension name to reload. It must be dot separated like regular " -"Python imports if accessing a sub-module. e.g. ``foo.test`` if you want " -"to import ``foo/test.py``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:8 +msgid "The extension name to reload. It must be dot separated like regular Python imports if accessing a sub-module. e.g. ``foo.test`` if you want to import ``foo/test.py``." +msgstr "リロードする拡張モジュール名。サブモジュールにアクセスする場合は、通常の Pythonのimportのように、ドットで区切られている必要があります。 例: ``foo.test`` を ``foo/test.py`` をインポートする場合。" -#: discord.ext.commands.bot.BotBase.reload_extension:12 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"reloading an extension using a relative path, e.g ``.foo.test``. Defaults" -" to ``None``. .. versionadded:: 1.7" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:12 +msgid "The package name to resolve relative imports with. This is required when reloading an extension using a relative path, e.g ``.foo.test``. Defaults to ``None``. .. versionadded:: 1.7" +msgstr "相対インポートを解決するためのパッケージ名。 ``.hoge.test`` のように、相対パスを使用してエクステンションを再読込する場合に必要です。デフォルトは ``None`` です。\n" +" .. versionadded:: 1.7" -#: discord.ext.commands.bot.BotBase.reload_extension:12 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"reloading an extension using a relative path, e.g ``.foo.test``. Defaults" -" to ``None``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:12 +msgid "The package name to resolve relative imports with. This is required when reloading an extension using a relative path, e.g ``.foo.test``. Defaults to ``None``." +msgstr "相対インポートを解決するためのパッケージ名。 ``.hoge.test`` のように、相対パスを使用してエクステンションを再読込する場合に必要です。デフォルトは ``None`` です。" -#: discord.ext.commands.bot.BotBase.reload_extension:19 -#: discord.ext.commands.bot.BotBase.unload_extension:23 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:19 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:23 msgid "The extension was not loaded." -msgstr "" +msgstr "拡張機能がもともとロードされていなかった場合。" -#: discord.ext.commands.bot.BotBase.reload_extension:22 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.reload_extension:22 msgid "The extension setup function had an execution error." -msgstr "" +msgstr "エクステンションセットアップ関数に、何らかの実行エラーが発生した場合。" -#: discord.ext.commands.bot.BotBase.remove_check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:1 msgid "Removes a global check from the bot." -msgstr "" +msgstr "Botからグローバルチェックを削除します。" -#: discord.ext.commands.bot.BotBase.remove_check:3 of -msgid "" -"This function is idempotent and will not raise an exception if the " -"function is not in the global checks." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:3 +msgid "This function is idempotent and will not raise an exception if the function is not in the global checks." +msgstr "この関数は冪等性を保持しており、関数がグローバルチェックに含まれていない場合でも例外が発生しません。" -#: discord.ext.commands.bot.BotBase.remove_check:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:10 msgid "The function to remove from the global checks." -msgstr "" +msgstr "グローバルチェックから削除する関数。" -#: discord.ext.commands.bot.BotBase.remove_check:11 of -msgid "" -"If the function was added with ``call_once=True`` in the " -":meth:`.Bot.add_check` call or using :meth:`.check_once`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_check:11 +msgid "If the function was added with ``call_once=True`` in the :meth:`.Bot.add_check` call or using :meth:`.check_once`." +msgstr ":meth:`.Bot.add_check` によって ``call_once=True`` を指定して関数を追加していた場合、または :meth:`.check_once` を使用して関数を追加していた場合。" -#: discord.ext.commands.bot.BotBase.remove_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:1 msgid "Removes a cog from the bot and returns it." msgstr "" -#: discord.ext.commands.bot.BotBase.remove_cog:3 of -msgid "" -"All registered commands and event listeners that the cog has registered " -"will be removed as well." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:3 +msgid "All registered commands and event listeners that the cog has registered will be removed as well." +msgstr "これにより、コグが登録したすべての登録済みのコマンドと、コグに登録されているイベントリスナーも全て削除されます。" -#: discord.ext.commands.bot.BotBase.remove_cog:6 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:6 msgid "If no cog is found then this method has no effect." -msgstr "" +msgstr "コグが見つからない場合、このメソッドによる影響はありません。" -#: discord.ext.commands.bot.BotBase.remove_cog:12 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:12 msgid "The name of the cog to remove." -msgstr "" +msgstr "削除するコグの名前。" -#: discord.ext.commands.bot.BotBase.remove_cog:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:15 msgid "The cog that was removed. ``None`` if not found." msgstr "" -#: discord.ext.commands.Context.cog:3 -#: discord.ext.commands.bot.BotBase.remove_cog:16 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_cog:16 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.cog:3 msgid "Optional[:class:`.Cog`]" -msgstr "Optional[:class:`.Cog`]" +msgstr "" -#: discord.ext.commands.core.GroupMixin.remove_command:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:1 msgid "Remove a :class:`.Command` from the internal list of commands." -msgstr ":class:`.Command`やそのサブクラスを内部のコマンドリストに追加します。" +msgstr "内部のコマンドリストから該当するコマンドを検索し、その :class:`.Command` を削除します。" -#: discord.ext.commands.core.GroupMixin.remove_command:4 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:4 msgid "This could also be used as a way to remove aliases." -msgstr "" +msgstr "これはコマンドのエイリアスによって、コマンドを削除することもできます。" -#: discord.ext.commands.core.GroupMixin.remove_command:10 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:10 msgid "The name of the command to remove." -msgstr "" +msgstr "削除するコマンドの名前。" -#: discord.ext.commands.core.GroupMixin.remove_command:13 of -msgid "" -"The command that was removed. If the name is not valid then ``None`` is " -"returned instead." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:13 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:13 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:13 +msgid "The command that was removed. If the name is not valid then ``None`` is returned instead." +msgstr "削除されたコマンド。有効な名前ではない場合は ``None`` が返されます。" -#: discord.ext.commands.core.GroupMixin.remove_command:15 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:15 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:15 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.remove_command:15 msgid "Optional[:class:`.Command`]" -msgstr "" +msgstr "Optional[:class:`.Command`]" -#: discord.ext.commands.bot.BotBase.remove_listener:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_listener:1 msgid "Removes a listener from the pool of listeners." -msgstr "" +msgstr "リスナープールからlistenerを削除します。" -#: discord.ext.commands.bot.BotBase.remove_listener:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_listener:3 msgid "The function that was used as a listener to remove." -msgstr "" +msgstr "削除するための、リスナーとして使用された関数。" -#: discord.ext.commands.bot.BotBase.remove_listener:4 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.remove_listener:4 msgid "The name of the event we want to remove. Defaults to ``func.__name__``." msgstr "削除したいイベントの名前。デフォルトでは ``func.__name__`` です。" -#: discord.client.Client.run:1 of -msgid "" -"A blocking call that abstracts away the event loop initialisation from " -"you." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.run:1 +msgid "A blocking call that abstracts away the event loop initialisation from you." +msgstr "イベントループの初期化を簡単に行うことができるブロッキングコール。" -#: discord.client.Client.run:4 of -msgid "" -"If you want more control over the event loop then this function should " -"not be used. Use :meth:`start` coroutine or :meth:`connect` + " -":meth:`login`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.run:4 +msgid "If you want more control over the event loop then this function should not be used. Use :meth:`start` coroutine or :meth:`connect` + :meth:`login`." +msgstr "イベントループをより詳細に制御するには、この関数を使用しないでください。 :meth:`start` または :meth:`connect` + :meth:`login` を使用してください。" -#: discord.client.Client.run:8 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.run:8 msgid "Roughly Equivalent to: ::" -msgstr "" +msgstr "例えば、おおよそ次のようなコードで詳細に制御できます:" -#: discord.client.Client.run:20 of -msgid "" -"This function must be the last function to call due to the fact that it " -"is blocking. That means that registration of events or anything being " -"called after this function call will not execute until it returns." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.run:20 +msgid "This function must be the last function to call due to the fact that it is blocking. That means that registration of events or anything being called after this function call will not execute until it returns." +msgstr "この関数はブロッキングを行うため、必ず最後の方で呼び出してください。この関数を呼び出した後に書かれているイベントや関数は、Botが停止するまで実行されません。" -#: discord.client.Client.start:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.start:3 msgid "A shorthand coroutine for :meth:`login` + :meth:`connect`." -msgstr "" +msgstr ":meth:`login` + :meth:`connect` を簡略化したコルーチン。" -#: discord.client.Client.start:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.start:5 msgid "An unexpected keyword argument was received." -msgstr "" +msgstr "予期しないキーワード引数を受け取った場合の例外。" -#: discord.ext.commands.Bot.status:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.status:1 msgid ":class:`.Status`: The status being used upon logging on to Discord." msgstr "" -#: discord.ext.commands.Bot.stickers:1 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.stickers:1 msgid "The stickers that the connected client has." -msgstr "接続したクライアントがアクセスできるスタンプ。" +msgstr "" -#: discord.ext.commands.Bot.stickers:5 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.stickers:5 msgid "List[:class:`.GuildSticker`]" -msgstr "List[:class:`.GuildSticker`]" - -#: discord.ext.commands.bot.BotBase.unload_extension:1 of -msgid "Unloads an extension." msgstr "" -#: discord.ext.commands.bot.BotBase.unload_extension:3 of -msgid "" -"When the extension is unloaded, all commands, listeners, and cogs are " -"removed from the bot and the module is un-imported." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:1 +msgid "Unloads an extension." +msgstr "拡張機能をアンロードします。" -#: discord.ext.commands.bot.BotBase.unload_extension:6 of -msgid "" -"The extension can provide an optional global function, ``teardown``, to " -"do miscellaneous clean-up if necessary. This function takes a single " -"parameter, the ``bot``, similar to ``setup`` from " -":meth:`~.Bot.load_extension`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:3 +msgid "When the extension is unloaded, all commands, listeners, and cogs are removed from the bot and the module is un-imported." +msgstr "拡張機能がアンロードされると、すべてのコマンド、リスナー、コグがボットから削除され、モジュールはアンインポートされます。" -#: discord.ext.commands.bot.BotBase.unload_extension:11 of -msgid "" -"The extension name to unload. It must be dot separated like regular " -"Python imports if accessing a sub-module. e.g. ``foo.test`` if you want " -"to import ``foo/test.py``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:6 +msgid "The extension can provide an optional global function, ``teardown``, to do miscellaneous clean-up if necessary. This function takes a single parameter, the ``bot``, similar to ``setup`` from :meth:`~.Bot.load_extension`." +msgstr "拡張機能から提供される、オプションのグローバル関数 ``teardown`` によって、必要に応じてその他のクリーンアップを行うことができます。 この関数は、 :meth:`~.Bot.load_extension` の ``setup`` と似た、単一のパラメータを取ります。" -#: discord.ext.commands.bot.BotBase.unload_extension:15 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"unloading an extension using a relative path, e.g ``.foo.test``. Defaults" -" to ``None``. .. versionadded:: 1.7" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:11 +msgid "The extension name to unload. It must be dot separated like regular Python imports if accessing a sub-module. e.g. ``foo.test`` if you want to import ``foo/test.py``." +msgstr "アンロードする拡張モジュール名。サブモジュールにアクセスする場合は、通常の Pythonのimportのように、ドットで区切られている必要があります。 例: ``foo/test.py`` をアンロードする場合、``foo.test`` と書いてください。" -#: discord.ext.commands.bot.BotBase.unload_extension:15 of -msgid "" -"The package name to resolve relative imports with. This is required when " -"unloading an extension using a relative path, e.g ``.foo.test``. Defaults" -" to ``None``." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:15 +msgid "The package name to resolve relative imports with. This is required when unloading an extension using a relative path, e.g ``.foo.test``. Defaults to ``None``. .. versionadded:: 1.7" +msgstr "相対インポートを解決するためのパッケージ名。 ``.hoge.test`` のように、相対パスを使用してエクステンションを再読込する場合に必要です。デフォルトは ``None`` です。 .. versionadded:: 1.7" -#: discord.ext.commands.bot.BotBase.unload_extension:22 of -msgid "" -"The name of the extension could not be resolved using the provided " -"``package`` parameter." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.unload_extension:22 +msgid "The name of the extension could not be resolved using the provided ``package`` parameter." +msgstr "渡された ``package`` パラメータを解釈できなかった。" -#: discord.ext.commands.Bot.user:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.user:1 msgid "Represents the connected client. ``None`` if not logged in." -msgstr "" +msgstr "接続されたクライアントを表します。ログインしていない場合は ``None`` が返されます。" -#: discord.ext.commands.Bot.user:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.user:3 msgid "Optional[:class:`.ClientUser`]" -msgstr "" +msgstr "Optional[:class:`.ClientUser`]" -#: discord.ext.commands.Bot.users:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.users:1 msgid "Returns a list of all the users the bot can see." -msgstr "" +msgstr "Botが見ることができるユーザーのリストを返します。" -#: discord.ext.commands.Bot.users:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.users:3 msgid "List[:class:`~discord.User`]" -msgstr "" +msgstr "List[:class:`~discord.User`]" -#: discord.ext.commands.Bot.voice_clients:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.voice_clients:1 msgid "Represents a list of voice connections." -msgstr "" +msgstr "voice_clientsのリストを表します。" -#: discord.ext.commands.Bot.voice_clients:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.voice_clients:3 msgid "These are usually :class:`.VoiceClient` instances." -msgstr "" +msgstr "これらは通常、 :class:`.VoiceClient` のインスタンスです。" -#: discord.ext.commands.Bot.voice_clients:5 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.voice_clients:5 msgid "List[:class:`.VoiceProtocol`]" -msgstr "" +msgstr "List[:class:`.VoiceProtocol`]" -#: discord.client.Client.wait_for:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:3 msgid "Waits for a WebSocket event to be dispatched." -msgstr "" +msgstr "WebSocketイベントがディスパッチされるまで待機します。" -#: discord.client.Client.wait_for:5 of -msgid "" -"This could be used to wait for a user to reply to a message, or to react " -"to a message, or to edit a message in a self-contained way." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:5 +msgid "This could be used to wait for a user to reply to a message, or to react to a message, or to edit a message in a self-contained way." +msgstr "これは、ユーザーがメッセージに返信するのを待ったり、メッセージに反応したり、メッセージを自己完結的に編集したりするために使うことができます。" -#: discord.client.Client.wait_for:9 of -msgid "" -"The ``timeout`` parameter is passed onto :func:`asyncio.wait_for`. By " -"default, it does not timeout. Note that this does propagate the " -":exc:`asyncio.TimeoutError` for you in case of timeout and is provided " -"for ease of use." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:9 +msgid "The ``timeout`` parameter is passed onto :func:`asyncio.wait_for`. By default, it does not timeout. Note that this does propagate the :exc:`asyncio.TimeoutError` for you in case of timeout and is provided for ease of use." +msgstr "``timeout`` パラメータは :func:`asyncio.wait_for` に渡されます。デフォルトではタイムアウトしません。タイムアウトした際に :exc:`asyncio.TimeoutError` が発生するのは、使いやすさを考慮したためです。" -#: discord.client.Client.wait_for:14 of -msgid "" -"In case the event returns multiple arguments, a :class:`tuple` containing" -" those arguments is returned instead. Please check the " -":ref:`documentation ` for a list of events and their " -"parameters." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:14 +msgid "In case the event returns multiple arguments, a :class:`tuple` containing those arguments is returned instead. Please check the :ref:`documentation ` for a list of events and their parameters." +msgstr "指定されたイベントが複数の引数を返す場合は、代わりとしてその引数を含んだ :class:`tuple` が返ります。イベントとそのパラメータについては :ref:`documentation ` を参照してください。" -#: discord.client.Client.wait_for:19 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:19 msgid "This function returns the **first event that meets the requirements**." -msgstr "" +msgstr "この関数は **条件を満たす最初のイベント** を返します。" -#: discord.client.Client.wait_for:23 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:23 msgid "Waiting for a user reply: ::" -msgstr "" +msgstr "ユーザーからの返信メッセージを待つ場合、次のような書き方ができます: ::" -#: discord.client.Client.wait_for:37 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:37 msgid "Waiting for a thumbs up reaction from the message author: ::" -msgstr "" +msgstr "また、メッセージ送信者が、サムズアップ リアクションを付けるのを待つ場合、次のようにも書けます: ::" -#: discord.client.Client.wait_for:55 of -msgid "" -"The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:55 +msgid "The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." +msgstr "イベント名は :ref:`イベントリファレンス ` に似ていますが、接頭詞の ``on_`` がありません。" -#: discord.client.Client.wait_for:58 of -msgid "" -"A predicate to check what to wait for. The arguments must meet the " -"parameters of the event being waited for." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:58 +msgid "A predicate to check what to wait for. The arguments must meet the parameters of the event being waited for." +msgstr "待っているものに該当するかを確認する関数。引数は、待機しているイベントの返り値を満たしている必要があります。" -#: discord.client.Client.wait_for:61 of -msgid "" -"The number of seconds to wait before timing out and raising " -":exc:`asyncio.TimeoutError`." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:61 +msgid "The number of seconds to wait before timing out and raising :exc:`asyncio.TimeoutError`." +msgstr " :exc:`asyncio.TimeoutError` がタイムアウトによって発生するまでの秒数。" -#: discord.client.Client.wait_for:65 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:65 msgid "If a timeout is provided and it was reached." -msgstr "" +msgstr "タイムアウトが設定されていて、かつその時間が経過した場合。" -#: discord.client.Client.wait_for:67 of -msgid "" -"Returns no arguments, a single argument, or a :class:`tuple` of multiple " -"arguments that mirrors the parameters passed in the :ref:`event reference" -" `." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_for:67 +msgid "Returns no arguments, a single argument, or a :class:`tuple` of multiple arguments that mirrors the parameters passed in the :ref:`event reference `." +msgstr "単一の引数、あるいは :ref:`イベントリファレンス ` の返り値を反映した、複数の引数の値を含む :class:`tuple` が返ります。返り値がない場合もあります。" -#: discord.client.Client.wait_until_ready:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.client.Client.wait_until_ready:3 msgid "Waits until the client's internal cache is all ready." -msgstr "" +msgstr "クライアントの内部キャッシュ全て利用可能になるまで待機します。" -#: discord.ext.commands.core.GroupMixin.walk_commands:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:1 msgid "An iterator that recursively walks through all commands and subcommands." -msgstr "" +msgstr "すべてのコマンドとサブコマンドを、再帰的に網羅するイテレータ。" -#: discord.ext.commands.core.GroupMixin.walk_commands:3 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:3 msgid "Duplicates due to aliases are no longer returned" -msgstr "" +msgstr "エイリアスによって重複した場合は、そのエイリアスまたはコマンドは返しません。" -#: discord.ext.commands.core.GroupMixin.walk_commands:6 of -#, fuzzy -msgid "" -"Union[:class:`.Command`, :class:`.Group`] -- A command or group from the " -"internal list of commands." -msgstr ":class:`.Command`やそのサブクラスを内部のコマンドリストに追加します。" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin.walk_commands:6 +msgid "Union[:class:`.Command`, :class:`.Group`] -- A command or group from the internal list of commands." +msgstr "Union[:class:`.Command`, :class:`.Group`] -- コマンドの内部リストからの、コマンドまたはグループ。" #: ../../ext/commands/api.rst:48 msgid "AutoShardedBot" msgstr "AutoShardedBot" -#: discord.ext.commands.bot.AutoShardedBot:1 of -msgid "" -"This is similar to :class:`.Bot` except that it is inherited from " -":class:`discord.AutoShardedClient` instead." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.AutoShardedBot:1 +msgid "This is similar to :class:`.Bot` except that it is inherited from :class:`discord.AutoShardedClient` instead." +msgstr "これは、 :class:`discord.AutoShardedClient` から代わりに継承されていることを除いて、 :class:`.Bot` と似ています。" #: ../../ext/commands/api.rst:56 msgid "Prefix Helpers" -msgstr "" +msgstr "プレフィックスのヘルパー" -#: discord.ext.commands.bot.when_mentioned:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned:1 msgid "A callable that implements a command prefix equivalent to being mentioned." -msgstr "" +msgstr "メンションされるのと同等のコマンドprefixを実装するcallable。" -#: discord.ext.commands.bot.when_mentioned:3 -#: discord.ext.commands.bot.when_mentioned_or:3 of -msgid "" -"These are meant to be passed into the :attr:`.Bot.command_prefix` " -"attribute." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned:3 +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned_or:3 +msgid "These are meant to be passed into the :attr:`.Bot.command_prefix` attribute." +msgstr "これらは :attr:`.Bot.command_prefix` 属性に渡されます。" -#: discord.ext.commands.bot.when_mentioned_or:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned_or:1 msgid "A callable that implements when mentioned or other prefixes provided." -msgstr "" +msgstr "上記または他のプレフィックスが提供されたときに実装されるcallable。" -#: discord.ext.commands.bot.when_mentioned_or:13 of -msgid "" -"This callable returns another callable, so if this is done inside a " -"custom callable, you must call the returned callable, for example:" -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned_or:13 +msgid "This callable returns another callable, so if this is done inside a custom callable, you must call the returned callable, for example:" +msgstr "このcallableは別のcallableを返すため、カスタムcallable内でこれが行われる場合は、返されるcallableを必ず呼び出さなければなりません。例:" -#: discord.ext.commands.bot.when_mentioned_or:23 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.when_mentioned_or:23 msgid ":func:`.when_mentioned`" -msgstr "" +msgstr ":func:`.when_mentioned`" #: ../../ext/commands/api.rst:65 msgid "Event Reference" msgstr "イベントリファレンス" #: ../../ext/commands/api.rst:67 -msgid "" -"These events function similar to :ref:`the regular events `, except they are custom to the command extension module." -msgstr "" +msgid "These events function similar to :ref:`the regular events `, except they are custom to the command extension module." +msgstr "これらのイベントは、コマンド拡張モジュールのカスタム関数であることを除けば、 :ref:`通常のイベント ` に似ています。" #: ../../ext/commands/api.rst:72 -msgid "" -"An error handler that is called when an error is raised inside a command " -"either through user input error, check failure, or an error in your own " -"code." -msgstr "" +msgid "An error handler that is called when an error is raised inside a command either through user input error, check failure, or an error in your own code." +msgstr "ユーザーによる入力エラー、チェックの失敗、またはコードの記述ミスによって、コマンド内でエラーが発生したときに呼び出されるエラーハンドラ。" #: ../../ext/commands/api.rst:76 msgid "A default one is provided (:meth:`.Bot.on_command_error`)." -msgstr "" +msgstr "デフォルトは (:meth:`.Bot.on_command_error`) です。" -#: ../../ext/commands/api.rst:78 ../../ext/commands/api.rst:90 +#: ../../ext/commands/api.rst:78 +#: ../../ext/commands/api.rst:90 #: ../../ext/commands/api.rst:100 -#: discord.ext.commands.cog.Cog.cog_after_invoke:7 -#: discord.ext.commands.cog.Cog.cog_before_invoke:7 -#: discord.ext.commands.flags.FlagConverter.convert:7 -#: discord.ext.commands.help.HelpCommand.on_help_command_error:11 -#: discord.ext.commands.help.HelpCommand.prepare_help_command:15 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:7 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:11 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:15 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:7 msgid "The invocation context." -msgstr "" +msgstr "呼び出しコンテキスト。" #: ../../ext/commands/api.rst:80 -#: discord.ext.commands.help.HelpCommand.on_help_command_error:13 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:13 msgid "The error that was raised." -msgstr "" +msgstr "発生されたエラー。" #: ../../ext/commands/api.rst:85 -msgid "" -"An event that is called when a command is found and is about to be " -"invoked." -msgstr "" +msgid "An event that is called when a command is found and is about to be invoked." +msgstr "該当するコマンドが見つかり、呼び出されようとするときに、呼び出されるイベント。" #: ../../ext/commands/api.rst:87 -msgid "" -"This event is called regardless of whether the command itself succeeds " -"via error or completes." -msgstr "" +msgid "This event is called regardless of whether the command itself succeeds via error or completes." +msgstr "このイベントは、エラーまたは完了を介して、コマンド自体が成功するかどうかに関係なく、必ず呼び出されます。" #: ../../ext/commands/api.rst:95 msgid "An event that is called when a command has completed its invocation." -msgstr "" +msgstr "コマンドの呼び出しが完了したときに呼び出されるイベント。" #: ../../ext/commands/api.rst:97 -msgid "" -"This event is called only if the command succeeded, i.e. all checks have " -"passed and the user input it correctly." -msgstr "" +msgid "This event is called only if the command succeeded, i.e. all checks have passed and the user input it correctly." +msgstr "このイベントは、コマンドの実行が成功した場合にのみ呼び出されます。すなわち、すべてのチェックが渡され、ユーザーによって正しく入力された場合にのみ実行されます。" #: ../../ext/commands/api.rst:106 msgid "Commands" -msgstr "" +msgstr "コマンド" #: ../../ext/commands/api.rst:109 msgid "Decorators" -msgstr "" +msgstr "デコレータ" -#: discord.ext.commands.core.command:1 of -msgid "" -"A decorator that transforms a function into a :class:`.Command` or if " -"called with :func:`.group`, :class:`.Group`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:1 +msgid "A decorator that transforms a function into a :class:`.Command` or if called with :func:`.group`, :class:`.Group`." msgstr "" -#: discord.ext.commands.core.command:4 of -msgid "" -"By default the ``help`` attribute is received automatically from the " -"docstring of the function and is cleaned up with the use of " -"``inspect.cleandoc``. If the docstring is ``bytes``, then it is decoded " -"into :class:`str` using utf-8 encoding." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:4 +msgid "By default the ``help`` attribute is received automatically from the docstring of the function and is cleaned up with the use of ``inspect.cleandoc``. If the docstring is ``bytes``, then it is decoded into :class:`str` using utf-8 encoding." +msgstr "デフォルトでは、 ``help`` 属性は、関数の docstring から自動的に取得したものを ``inspect.cleandoc`` を使用してクリーンアップされたものを使用します。 docstring が ``bytes`` の場合、utf-8 エンコーディングを使って :class:`str` にデコードされます。" -#: discord.ext.commands.core.command:9 of -msgid "" -"All checks added using the :func:`.check` & co. decorators are added into" -" the function. There is no way to supply your own checks through this " -"decorator." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:9 +msgid "All checks added using the :func:`.check` & co. decorators are added into the function. There is no way to supply your own checks through this decorator." +msgstr ":func:`.check` & co.デコレータを使用して追加された、すべてのチェックを機能に追加されます。 このデコレータを通さずして、独自のチェックを提供する以外の方法はありません。" -#: discord.ext.commands.core.command:13 of -msgid "" -"The name to create the command with. By default this uses the function " -"name unchanged." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:13 +msgid "The name to create the command with. By default this uses the function name unchanged." +msgstr "コマンドの名前。デフォルトでは関数名をそのまま使用します。" -#: discord.ext.commands.core.command:16 of -msgid "" -"The class to construct with. By default this is :class:`.Command`. You " -"usually do not change this." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:16 +msgid "The class to construct with. By default this is :class:`.Command`. You usually do not change this." +msgstr "クラスを構築します。デフォルトでは、 :class:`.Command` です。原則ではこれを変更しないでください。" -#: discord.ext.commands.core.command:18 of -msgid "" -"Keyword arguments to pass into the construction of the class denoted by " -"``cls``." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:18 +msgid "Keyword arguments to pass into the construction of the class denoted by ``cls``." +msgstr "クラスの構築に渡すキーワード引数は ``cls`` です。" -#: discord.ext.commands.core.command:21 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.command:21 msgid "If the function is not a coroutine or is already a command." -msgstr "" +msgstr "関数がコルーチンでない場合、またはすでにコマンドが登録されている場合。" -#: discord.ext.commands.core.group:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.group:1 msgid "A decorator that transforms a function into a :class:`.Group`." -msgstr "" +msgstr "関数を :class:`.Group` に変換するデコレータ。" -#: discord.ext.commands.core.group:3 of -msgid "" -"This is similar to the :func:`.command` decorator but the ``cls`` " -"parameter is set to :class:`Group` by default." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.group:3 +msgid "This is similar to the :func:`~discord.ext.commands.command` decorator but the ``cls`` parameter is set to :class:`Group` by default." +msgstr "これは :func:`~discord.ext.commands.command` デコレータに似ていますが、デフォルトでは引数の ``cls`` は :class:`Group` に設定されています。" -#: discord.ext.commands.core.group:6 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.group:6 msgid "The ``cls`` parameter can now be passed." -msgstr "" +msgstr "``cls`` パラメータを渡せるようになりました。" #: ../../ext/commands/api.rst:118 msgid "Command" msgstr "Command" -#: discord.ext.commands.core.Command:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:1 msgid "A class that implements the protocol for a bot text command." -msgstr "" +msgstr "Botのテキストコマンドのプロトコルを実装するクラス。" -#: discord.ext.commands.core.Command:3 of -msgid "" -"These are not created manually, instead they are created via the " -"decorator or functional interface." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:3 +msgid "These are not created manually, instead they are created via the decorator or functional interface." +msgstr "これらは手動では作成されず、デコレータまたは機能インターフェースを介して作成されます。" -#: discord.ext.commands.core.Command:8 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:8 msgid "The name of the command." msgstr "コマンドの名前。" -#: discord.ext.commands.core.Command:14 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:14 msgid "The coroutine that is executed when the command is called." -msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" +msgstr "コマンドが呼び出されたときに実行されるコルーチン。" -#: discord.ext.commands.core.Command:16 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:16 msgid ":ref:`coroutine `" -msgstr "" +msgstr ":ref:`コルーチン `" -#: discord.ext.commands.core.Command:20 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:20 msgid "The long help text for the command." -msgstr "" - -#: discord.ext.commands.Command.cog_name:3 -#: discord.ext.commands.Group.cog_name:3 -#: discord.ext.commands.context.Context:50 -#: discord.ext.commands.context.Context:63 -#: discord.ext.commands.context.Context:90 discord.ext.commands.core.Command:22 -#: discord.ext.commands.core.Command:28 discord.ext.commands.core.Command:34 of +msgstr "コマンドに関する、長いヘルプテキスト。" + +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:22 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:28 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:34 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.cog_name:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.cog_name:3 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:50 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:63 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:90 msgid "Optional[:class:`str`]" -msgstr "" +msgstr "Optional[:class:`str`]" -#: discord.ext.commands.core.Command:26 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:26 msgid "The short help text for the command." -msgstr "" +msgstr "コマンドに関する、短いヘルプテキスト。" -#: discord.ext.commands.core.Command:32 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:32 msgid "A replacement for arguments in the default help text." -msgstr "" +msgstr "デフォルトのヘルプ テキストを置き換えるための引数。" -#: discord.ext.commands.core.Command:38 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:38 msgid "The list of aliases the command can be invoked under." -msgstr "" +msgstr "そのコマンドを呼び出すことができるエイリアスのリスト。" -#: discord.ext.commands.core.Command:40 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:40 msgid "Union[List[:class:`str`], Tuple[:class:`str`]]" -msgstr "" +msgstr "Union[List[:class:`str`], Tuple[:class:`str`]]" -#: discord.ext.commands.core.Command:44 of -msgid "" -"A boolean that indicates if the command is currently enabled. If the " -"command is invoked while it is disabled, then :exc:`.DisabledCommand` is " -"raised to the :func:`.on_command_error` event. Defaults to ``True``." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:44 +msgid "A boolean that indicates if the command is currently enabled. If the command is invoked while it is disabled, then :exc:`.DisabledCommand` is raised to the :func:`.on_command_error` event. Defaults to ``True``." +msgstr "コマンドが、現在、有効かどうかを示すbool値。コマンドが無効化されている状態で起動された場合、:exc:`.DisabledCommand` が :func:`.on_command_error` にて発生します。デフォルトは ``True`` です。" -#: discord.ext.commands.core.Command:53 of -msgid "" -"The parent group that this command belongs to. ``None`` if there isn't " -"one." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:53 +msgid "The parent group that this command belongs to. ``None`` if there isn't one." msgstr "" -#: discord.ext.commands.Command.root_parent:7 -#: discord.ext.commands.Group.root_parent:7 -#: discord.ext.commands.core.Command:56 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:56 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.root_parent:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.root_parent:7 msgid "Optional[:class:`Group`]" -msgstr "Optional[:class:`Group`]" +msgstr "" -#: discord.ext.commands.core.Command:60 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:60 msgid "The cog that this command belongs to. ``None`` if there isn't one." -msgstr "" +msgstr "このコマンドが属するコグ。 属するコグが存在しない場合、``None`` が返ります。" -#: discord.ext.commands.core.Command:66 of -msgid "" -"A list of predicates that verifies if the command could be executed with " -"the given :class:`.Context` as the sole parameter. If an exception is " -"necessary to be thrown to signal failure, then one inherited from " -":exc:`.CommandError` should be used. Note that if the checks fail then " -":exc:`.CheckFailure` exception is raised to the :func:`.on_command_error`" -" event." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:66 +msgid "A list of predicates that verifies if the command could be executed with the given :class:`.Context` as the sole parameter. If an exception is necessary to be thrown to signal failure, then one inherited from :exc:`.CommandError` should be used. Note that if the checks fail then :exc:`.CheckFailure` exception is raised to the :func:`.on_command_error` event." msgstr "" -#: discord.ext.commands.core.Command:73 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:73 msgid "List[Callable[[:class:`.Context`], :class:`bool`]]" msgstr "" -#: discord.ext.commands.core.Command:77 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:77 msgid "The message prefixed into the default help command." -msgstr ":class:`str` -- この属性に入力されたテキストは、デフォルトのヘルプメッセージの先頭に表示されます。" +msgstr "" -#: discord.ext.commands.core.Command:83 of -msgid "" -"If ``True``\\, the default help command does not show this in the help " -"output." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:83 +msgid "If ``True``\\, the default help command does not show this in the help output." msgstr "" -#: discord.ext.commands.core.Command:90 of -msgid "" -"If ``False`` and a keyword-only argument is provided then the keyword " -"only argument is stripped and handled as if it was a regular argument " -"that handles :exc:`.MissingRequiredArgument` and default values in a " -"regular matter rather than passing the rest completely raw. If ``True`` " -"then the keyword-only argument will pass in the rest of the arguments in " -"a completely raw matter. Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:90 +msgid "If ``False`` and a keyword-only argument is provided then the keyword only argument is stripped and handled as if it was a regular argument that handles :exc:`.MissingRequiredArgument` and default values in a regular matter rather than passing the rest completely raw. If ``True`` then the keyword-only argument will pass in the rest of the arguments in a completely raw matter. Defaults to ``False``." msgstr "" -#: discord.ext.commands.core.Command:101 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:101 msgid "The subcommand that was invoked, if any." msgstr "" -#: discord.ext.commands.core.Command:107 of -msgid "" -"If ``True`` and a variadic positional argument is specified, requires the" -" user to specify at least one argument. Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:107 +msgid "If ``True`` and a variadic positional argument is specified, requires the user to specify at least one argument. Defaults to ``False``." msgstr "" -#: discord.ext.commands.core.Command:116 of -msgid "" -"If ``True``\\, ignores extraneous strings passed to a command if all its " -"requirements are met (e.g. ``?foo a b c`` when only expecting ``a`` and " -"``b``). Otherwise :func:`.on_command_error` and local error handlers are " -"called with :exc:`.TooManyArguments`. Defaults to ``True``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:116 +msgid "If ``True``\\, ignores extraneous strings passed to a command if all its requirements are met (e.g. ``?foo a b c`` when only expecting ``a`` and ``b``). Otherwise :func:`.on_command_error` and local error handlers are called with :exc:`.TooManyArguments`. Defaults to ``True``." msgstr "" -#: discord.ext.commands.core.Command:125 of -msgid "" -"If ``True``\\, cooldown processing is done after argument parsing, which " -"calls converters. If ``False`` then cooldown processing is done first and" -" then the converters are called second. Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:125 +msgid "If ``True``\\, cooldown processing is done after argument parsing, which calls converters. If ``False`` then cooldown processing is done first and then the converters are called second. Defaults to ``False``." msgstr "" -#: discord.ext.commands.core.Command:133 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:133 msgid "A dict of user provided extras to attach to the Command." msgstr "" -#: discord.ext.commands.core.Command:136 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:136 msgid "This object may be copied by the library." msgstr "" -#: discord.ext.commands.cog.CogMeta:65 discord.ext.commands.context.Context:35 -#: discord.ext.commands.core.Command:138 discord.ext.commands.core.GroupMixin:9 -#: discord.ext.commands.help.HelpCommand:44 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command:138 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:9 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:65 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:44 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:35 msgid ":class:`dict`" msgstr ":class:`dict`" -#: discord.ext.commands.core.Command.after_invoke:9 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.after_invoke:9 msgid "See :meth:`.Bot.after_invoke` for more info." msgstr "" -#: discord.ext.commands.core.Command.before_invoke:9 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.before_invoke:9 msgid "See :meth:`.Bot.before_invoke` for more info." msgstr "" -#: discord.ext.commands.core.Command.error:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:1 msgid "A decorator that registers a coroutine as a local error handler." msgstr "" -#: discord.ext.commands.core.Command.error:3 of -msgid "" -"A local error handler is an :func:`.on_command_error` event limited to a " -"single command. However, the :func:`.on_command_error` is still invoked " -"afterwards as the catch-all." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:3 +msgid "A local error handler is an :func:`.on_command_error` event limited to a single command. However, the :func:`.on_command_error` is still invoked afterwards as the catch-all." msgstr "" -#: discord.ext.commands.core.Command.error:7 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.error:7 msgid "The coroutine to register as the local error handler." msgstr "" -#: discord.ext.commands.core.Command.add_check:1 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:1 msgid "Adds a check to the command." -msgstr "コマンドにチェックを追加します。" +msgstr "" -#: discord.ext.commands.core.Command.add_check:3 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:3 msgid "This is the non-decorator interface to :func:`.check`." -msgstr "これは :meth:`.check` と :meth:`.check_once` のデコレータでない実装です。" +msgstr "" -#: discord.ext.commands.core.Command.add_check:11 -#: discord.ext.commands.help.HelpCommand.add_check:9 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:11 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.add_check:11 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.add_check:9 msgid "The function that will be used as a check." -msgstr "グローバルチェックとして使用される関数。" +msgstr "" -#: discord.ext.commands.core.Command.remove_check:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:1 msgid "Removes a check from the command." msgstr "" -#: discord.ext.commands.core.Command.remove_check:3 -#: discord.ext.commands.help.HelpCommand.remove_check:3 of -msgid "" -"This function is idempotent and will not raise an exception if the " -"function is not in the command's checks." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_check:3 +msgid "This function is idempotent and will not raise an exception if the function is not in the command's checks." msgstr "" -#: discord.ext.commands.core.Command.remove_check:12 -#: discord.ext.commands.help.HelpCommand.remove_check:12 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:12 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.remove_check:12 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_check:12 msgid "The function to remove from the checks." msgstr "" -#: discord.ext.commands.core.Command.update:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.update:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.update:1 msgid "Updates :class:`Command` instance with updated attribute." msgstr "" -#: discord.ext.commands.core.Command.update:3 of -msgid "" -"This works similarly to the :func:`.command` decorator in terms of " -"parameters in that they are passed to the :class:`Command` or subclass " -"constructors, sans the name and callback." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.update:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.update:3 +msgid "This works similarly to the :func:`~discord.ext.commands.command` decorator in terms of parameters in that they are passed to the :class:`Command` or subclass constructors, sans the name and callback." msgstr "" -#: discord.ext.commands.core.Command.__call__:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.__call__:3 msgid "Calls the internal callback that the command holds." msgstr "" -#: discord.ext.commands.core.Command.__call__:7 of -msgid "" -"This bypasses all mechanisms -- including checks, converters, invoke " -"hooks, cooldowns, etc. You must take care to pass the proper arguments " -"and types to this function." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.__call__:7 +msgid "This bypasses all mechanisms -- including checks, converters, invoke hooks, cooldowns, etc. You must take care to pass the proper arguments and types to this function." msgstr "" -#: discord.ext.commands.core.Command.copy:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.copy:1 msgid "Creates a copy of this command." msgstr "" -#: discord.ext.commands.core.Command.copy:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.copy:3 msgid "A new instance of this command." msgstr "" -#: discord.ext.commands.core.Command.copy:4 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.copy:4 msgid ":class:`Command`" -msgstr ":class:`Command` またはサブクラス" +msgstr ":class:`Command`" -#: discord.ext.commands.Command.clean_params:1 -#: discord.ext.commands.Group.clean_params:1 of -msgid "" -"Dict[:class:`str`, :class:`inspect.Parameter`]: Retrieves the parameter " -"dictionary without the context or self parameters." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.clean_params:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.clean_params:1 +msgid "Dict[:class:`str`, :class:`inspect.Parameter`]: Retrieves the parameter dictionary without the context or self parameters." msgstr "" -#: discord.ext.commands.Command.clean_params:4 -#: discord.ext.commands.Group.clean_params:4 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.clean_params:4 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.clean_params:4 msgid "Useful for inspecting signature." msgstr "" -#: discord.ext.commands.Command.full_parent_name:1 -#: discord.ext.commands.Group.full_parent_name:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.full_parent_name:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.full_parent_name:1 msgid "Retrieves the fully qualified parent command name." msgstr "" -#: discord.ext.commands.Command.full_parent_name:3 -#: discord.ext.commands.Group.full_parent_name:3 of -msgid "" -"This the base command name required to execute it. For example, in ``?one" -" two three`` the parent name would be ``one two``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.full_parent_name:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.full_parent_name:3 +msgid "This the base command name required to execute it. For example, in ``?one two three`` the parent name would be ``one two``." msgstr "" -#: discord.ext.commands.Command.parents:1 discord.ext.commands.Group.parents:1 -#: of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.parents:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.parents:1 msgid "Retrieves the parents of this command." msgstr "" -#: discord.ext.commands.Command.parents:3 discord.ext.commands.Group.parents:3 -#: of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.parents:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.parents:3 msgid "If the command has no parents then it returns an empty :class:`list`." msgstr "" -#: discord.ext.commands.Command.parents:5 discord.ext.commands.Group.parents:5 -#: of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.parents:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.parents:5 msgid "For example in commands ``?a b c test``, the parents are ``[c, b, a]``." msgstr "" -#: discord.ext.commands.Command.parents:9 discord.ext.commands.Group.parents:9 -#: of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.parents:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.parents:9 msgid "List[:class:`Group`]" -msgstr "List[:class:`Group`]" +msgstr "" -#: discord.ext.commands.Command.root_parent:1 -#: discord.ext.commands.Group.root_parent:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.root_parent:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.root_parent:1 msgid "Retrieves the root parent of this command." msgstr "" -#: discord.ext.commands.Command.root_parent:3 -#: discord.ext.commands.Group.root_parent:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.root_parent:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.root_parent:3 msgid "If the command has no parents then it returns ``None``." msgstr "" -#: discord.ext.commands.Command.root_parent:5 -#: discord.ext.commands.Group.root_parent:5 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.root_parent:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.root_parent:5 msgid "For example in commands ``?a b c test``, the root parent is ``a``." msgstr "" -#: discord.ext.commands.Command.qualified_name:1 -#: discord.ext.commands.Group.qualified_name:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.qualified_name:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.qualified_name:1 msgid "Retrieves the fully qualified command name." msgstr "" -#: discord.ext.commands.Command.qualified_name:3 -#: discord.ext.commands.Group.qualified_name:3 of -msgid "" -"This is the full parent name with the command name as well. For example, " -"in ``?one two three`` the qualified name would be ``one two three``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.qualified_name:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.qualified_name:3 +msgid "This is the full parent name with the command name as well. For example, in ``?one two three`` the qualified name would be ``one two three``." msgstr "" -#: discord.ext.commands.core.Command.is_on_cooldown:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:1 msgid "Checks whether the command is currently on cooldown." msgstr "" -#: discord.ext.commands.core.Command.is_on_cooldown:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:3 msgid "The invocation context to use when checking the commands cooldown status." msgstr "" -#: discord.ext.commands.core.Command.is_on_cooldown:6 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:6 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.is_on_cooldown:6 msgid "A boolean indicating if the command is on cooldown." msgstr "" -#: discord.ext.commands.core.Command.reset_cooldown:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:1 msgid "Resets the cooldown on this command." msgstr "" -#: discord.ext.commands.core.Command.reset_cooldown:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.reset_cooldown:3 msgid "The invocation context to reset the cooldown under." msgstr "" -#: discord.ext.commands.core.Command.get_cooldown_retry_after:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:1 msgid "Retrieves the amount of seconds before this command can be tried again." msgstr "" -#: discord.ext.commands.core.Command.get_cooldown_retry_after:5 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:5 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:5 msgid "The invocation context to retrieve the cooldown from." msgstr "" -#: discord.ext.commands.core.Command.get_cooldown_retry_after:8 of -msgid "" -"The amount of time left on this command's cooldown in seconds. If this is" -" ``0.0`` then the command isn't on cooldown." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:8 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.get_cooldown_retry_after:8 +msgid "The amount of time left on this command's cooldown in seconds. If this is ``0.0`` then the command isn't on cooldown." msgstr "" -#: discord.ext.commands.core.Command.has_error_handler:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.has_error_handler:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.has_error_handler:1 msgid ":class:`bool`: Checks whether the command has an error handler registered." msgstr "" -#: discord.ext.commands.Command.cog_name:1 -#: discord.ext.commands.Group.cog_name:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.cog_name:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.cog_name:1 msgid "The name of the cog this command belongs to, if any." msgstr "" -#: discord.ext.commands.Command.short_doc:1 -#: discord.ext.commands.Group.short_doc:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.short_doc:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.short_doc:1 msgid "Gets the \"short\" documentation of a command." msgstr "" -#: discord.ext.commands.Command.short_doc:3 -#: discord.ext.commands.Group.short_doc:3 of -msgid "" -"By default, this is the :attr:`.brief` attribute. If that lookup leads to" -" an empty string then the first line of the :attr:`.help` attribute is " -"used instead." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.short_doc:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.short_doc:3 +msgid "By default, this is the :attr:`.brief` attribute. If that lookup leads to an empty string then the first line of the :attr:`.help` attribute is used instead." msgstr "" -#: discord.ext.commands.Command.signature:1 -#: discord.ext.commands.Group.signature:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Command.signature:1 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.Group.signature:1 msgid "Returns a POSIX-like signature useful for help command output." -msgstr "" +msgstr "POSIX のような書式テキストを返します。" -#: discord.ext.commands.core.Command.can_run:3 of -msgid "" -"Checks if the command can be executed by checking all the predicates " -"inside the :attr:`~Command.checks` attribute. This also checks whether " -"the command is disabled." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:3 +msgid "Checks if the command can be executed by checking all the predicates inside the :attr:`~Command.checks` attribute. This also checks whether the command is disabled." msgstr "" -#: discord.ext.commands.core.Command.can_run:7 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:7 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:7 msgid "Checks whether the command is disabled or not" -msgstr "" +msgstr "コマンドが無効であるかどうかをチェックします。" -#: discord.ext.commands.core.Command.can_run:10 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:10 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:10 msgid "The ctx of the command currently being invoked." -msgstr "" +msgstr "現在呼び出されているコマンドのctx(コンテキスト)。" -#: discord.ext.commands.core.Command.can_run:13 of -msgid "" -"Any command error that was raised during a check call will be propagated" -" by this function." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:13 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:13 +msgid "Any command error that was raised during a check call will be propagated by this function." +msgstr "チェック中に発生したコマンドエラーは、この関数によってキャッチされます。" -#: discord.ext.commands.core.Command.can_run:15 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:15 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Command.can_run:15 msgid "A boolean indicating if the command can be invoked." -msgstr "" +msgstr "コマンドが呼び出し可能かどうかを示すbool値。" #: ../../ext/commands/api.rst:137 msgid "Group" msgstr "" -#: discord.ext.commands.core.Group:1 of -msgid "" -"A class that implements a grouping protocol for commands to be executed " -"as subcommands." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:1 +msgid "A class that implements a grouping protocol for commands to be executed as subcommands." +msgstr "サブコマンドとして実行されるコマンド用のgroupingプロトコルを実装したクラス。" -#: discord.ext.commands.core.Group:4 of -msgid "" -"This class is a subclass of :class:`.Command` and thus all options valid " -"in :class:`.Command` are valid in here as well." -msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:4 +msgid "This class is a subclass of :class:`.Command` and thus all options valid in :class:`.Command` are valid in here as well." +msgstr "このクラスは :class:`.Command` のサブクラスなので、 :class:`.Command` で使える関数も使えます。" -#: discord.ext.commands.core.Group:9 of -msgid "" -"Indicates if the group callback should begin parsing and invocation only " -"if no subcommand was found. Useful for making it an error handling " -"function to tell the user that no subcommand was found or to have " -"different functionality in case no subcommand was found. If this is " -"``False``, then the group callback will always be invoked first. This " -"means that the checks and the parsing dictated by its parameters will be " -"executed. Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:9 +msgid "Indicates if the group callback should begin parsing and invocation only if no subcommand was found. Useful for making it an error handling function to tell the user that no subcommand was found or to have different functionality in case no subcommand was found. If this is ``False``, then the group callback will always be invoked first. This means that the checks and the parsing dictated by its parameters will be executed. Defaults to ``False``." msgstr "" -#: discord.ext.commands.core.Group:22 of -msgid "" -"Indicates if the group's commands should be case insensitive. Defaults to" -" ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group:22 +msgid "Indicates if the group's commands should be case insensitive. Defaults to ``False``." msgstr "" -#: discord.ext.commands.core.Group.copy:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group.copy:1 msgid "Creates a copy of this :class:`Group`." msgstr "" -#: discord.ext.commands.core.Group.copy:3 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group.copy:3 msgid "A new instance of this group." msgstr "" -#: discord.ext.commands.core.Group.copy:4 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.Group.copy:4 msgid ":class:`Group`" -msgstr ":class:`.Guild`" +msgstr ":class:`Group`" #: ../../ext/commands/api.rst:162 msgid "GroupMixin" msgstr "" -#: discord.ext.commands.core.GroupMixin:1 of -msgid "" -"A mixin that implements common functionality for classes that behave " -"similar to :class:`.Group` and are allowed to register commands." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:1 +msgid "A mixin that implements common functionality for classes that behave similar to :class:`.Group` and are allowed to register commands." msgstr "" -#: discord.ext.commands.core.GroupMixin:6 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:6 msgid "A mapping of command name to :class:`.Command` objects." msgstr "" -#: discord.ext.commands.core.GroupMixin:13 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.GroupMixin:13 msgid "Whether the commands should be case insensitive. Defaults to ``False``." msgstr "" @@ -3237,220 +3030,180 @@ msgstr "Cogs" msgid "Cog" msgstr "" -#: discord.ext.commands.cog.Cog:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog:1 msgid "The base class that all cogs must inherit from." msgstr "" -#: discord.ext.commands.cog.Cog:3 of -msgid "" -"A cog is a collection of commands, listeners, and optional state to help " -"group commands together. More information on them can be found on the " -":ref:`ext_commands_cogs` page." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog:3 +msgid "A cog is a collection of commands, listeners, and optional state to help group commands together. More information on them can be found on the :ref:`ext_commands_cogs` page." msgstr "" -#: discord.ext.commands.cog.Cog:7 of -msgid "" -"When inheriting from this class, the options shown in :class:`CogMeta` " -"are equally valid here." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog:7 +msgid "When inheriting from this class, the options shown in :class:`CogMeta` are equally valid here." msgstr "" -#: discord.ext.commands.cog.Cog.get_commands:1 of -msgid "" -"A :class:`list` of :class:`.Command`\\s that are defined inside this cog." -" .. note:: This does not include subcommands." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:1 +msgid "A :class:`list` of :class:`.Command`\\s that are defined inside this cog. .. note:: This does not include subcommands." msgstr "" -#: discord.ext.commands.cog.Cog.get_commands:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:1 msgid "A :class:`list` of :class:`.Command`\\s that are defined inside this cog." msgstr "" -#: discord.ext.commands.cog.Cog.get_commands:6 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:6 msgid "This does not include subcommands." msgstr "" -#: discord.ext.commands.cog.Cog.get_commands:7 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_commands:7 msgid "List[:class:`.Command`]" -msgstr "" +msgstr "List[:class:`.Command`]" -#: discord.ext.commands.Cog.qualified_name:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.qualified_name:1 msgid "Returns the cog's specified name, not the class name." msgstr "" -#: discord.ext.commands.Cog.description:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog.description:1 msgid "Returns the cog's description, typically the cleaned docstring." msgstr "" -#: discord.ext.commands.cog.Cog.walk_commands:1 of -msgid "" -"An iterator that recursively walks through this cog's commands and " -"subcommands." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.walk_commands:1 +msgid "An iterator that recursively walks through this cog's commands and subcommands." msgstr "" -#: discord.ext.commands.cog.Cog.walk_commands:3 of -msgid "" -"Union[:class:`.Command`, :class:`.Group`] -- A command or group from the " -"cog." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.walk_commands:3 +msgid "Union[:class:`.Command`, :class:`.Group`] -- A command or group from the cog." msgstr "" -#: discord.ext.commands.cog.Cog.get_listeners:1 of -msgid "" -"Returns a :class:`list` of (name, function) listener pairs that are " -"defined in this cog." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_listeners:1 +msgid "Returns a :class:`list` of (name, function) listener pairs that are defined in this cog." msgstr "" -#: discord.ext.commands.cog.Cog.get_listeners:3 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_listeners:3 msgid "The listeners defined in this cog." msgstr "" -#: discord.ext.commands.cog.Cog.get_listeners:4 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.get_listeners:4 msgid "List[Tuple[:class:`str`, :ref:`coroutine `]]" msgstr "" -#: discord.ext.commands.cog.Cog.listener:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:1 msgid "A decorator that marks a function as a listener." msgstr "" -#: discord.ext.commands.cog.Cog.listener:3 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:3 msgid "This is the cog equivalent of :meth:`.Bot.listen`." msgstr "" -#: discord.ext.commands.cog.Cog.listener:5 of -msgid "" -"The name of the event being listened to. If not provided, it defaults to " -"the function's name." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:5 +msgid "The name of the event being listened to. If not provided, it defaults to the function's name." msgstr "" -#: discord.ext.commands.cog.Cog.listener:9 of -msgid "" -"The function is not a coroutine function or a string was not passed as" -" the name." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.listener:9 +msgid "The function is not a coroutine function or a string was not passed as the name." msgstr "" -#: discord.ext.commands.cog.Cog.has_error_handler:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.has_error_handler:1 msgid ":class:`bool`: Checks whether the cog has an error handler." msgstr "" -#: discord.ext.commands.cog.Cog.cog_unload:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_unload:1 msgid "A special method that is called when the cog gets removed." msgstr "" -#: discord.ext.commands.cog.Cog.cog_unload:3 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_unload:3 msgid "This function **cannot** be a coroutine. It must be a regular function." msgstr "" -#: discord.ext.commands.cog.Cog.cog_unload:6 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_unload:6 msgid "Subclasses must replace this if they want special unloading behaviour." msgstr "" -#: discord.ext.commands.cog.Cog.bot_check_once:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.bot_check_once:1 msgid "A special method that registers as a :meth:`.Bot.check_once` check." msgstr "" -#: discord.ext.commands.cog.Cog.bot_check:4 -#: discord.ext.commands.cog.Cog.bot_check_once:4 -#: discord.ext.commands.cog.Cog.cog_check:4 of -msgid "" -"This function **can** be a coroutine and must take a sole parameter, " -"``ctx``, to represent the :class:`.Context`." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.bot_check_once:4 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.bot_check:4 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_check:4 +msgid "This function **can** be a coroutine and must take a sole parameter, ``ctx``, to represent the :class:`.Context`." msgstr "" -#: discord.ext.commands.cog.Cog.bot_check:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.bot_check:1 msgid "A special method that registers as a :meth:`.Bot.check` check." msgstr "" -#: discord.ext.commands.cog.Cog.cog_check:1 of -msgid "" -"A special method that registers as a :func:`~discord.ext.commands.check` " -"for every command and subcommand in this cog." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_check:1 +msgid "A special method that registers as a :func:`~discord.ext.commands.check` for every command and subcommand in this cog." msgstr "" -#: discord.ext.commands.cog.Cog.cog_command_error:1 of -msgid "" -"A special method that is called whenever an error is dispatched inside " -"this cog." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:1 +msgid "A special method that is called whenever an error is dispatched inside this cog." msgstr "" -#: discord.ext.commands.cog.Cog.cog_command_error:4 of -msgid "" -"This is similar to :func:`.on_command_error` except only applying to the " -"commands inside this cog." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:4 +msgid "This is similar to :func:`.on_command_error` except only applying to the commands inside this cog." msgstr "" -#: discord.ext.commands.cog.Cog.cog_after_invoke:5 -#: discord.ext.commands.cog.Cog.cog_before_invoke:5 -#: discord.ext.commands.cog.Cog.cog_command_error:7 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:7 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:5 +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:5 msgid "This **must** be a coroutine." msgstr "" -#: discord.ext.commands.cog.Cog.cog_command_error:9 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:9 msgid "The invocation context where the error happened." msgstr "" -#: discord.ext.commands.cog.Cog.cog_command_error:11 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:11 msgid "The error that happened." msgstr "" -#: discord.ext.commands.cog.Cog.cog_before_invoke:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:1 msgid "A special method that acts as a cog local pre-invoke hook." msgstr "" -#: discord.ext.commands.cog.Cog.cog_before_invoke:3 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:3 msgid "This is similar to :meth:`.Command.before_invoke`." msgstr "" -#: discord.ext.commands.cog.Cog.cog_after_invoke:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:1 msgid "A special method that acts as a cog local post-invoke hook." msgstr "" -#: discord.ext.commands.cog.Cog.cog_after_invoke:3 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:3 msgid "This is similar to :meth:`.Command.after_invoke`." msgstr "" #: ../../ext/commands/api.rst:190 msgid "CogMeta" -msgstr "CogMeta" +msgstr "" -#: discord.ext.commands.cog.CogMeta:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:1 msgid "A metaclass for defining a cog." msgstr "" -#: discord.ext.commands.cog.CogMeta:3 of -msgid "" -"Note that you should probably not use this directly. It is exposed purely" -" for documentation purposes along with making custom metaclasses to " -"intermix with other metaclasses such as the :class:`abc.ABCMeta` " -"metaclass." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:3 +msgid "Note that you should probably not use this directly. It is exposed purely for documentation purposes along with making custom metaclasses to intermix with other metaclasses such as the :class:`abc.ABCMeta` metaclass." msgstr "" -#: discord.ext.commands.cog.CogMeta:7 of -msgid "" -"For example, to create an abstract cog mixin class, the following would " -"be done." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:7 +msgid "For example, to create an abstract cog mixin class, the following would be done." msgstr "" -#: discord.ext.commands.cog.CogMeta:24 of -msgid "" -"When passing an attribute of a metaclass that is documented below, note " -"that you must pass it as a keyword-only argument to the class creation " -"like the following example:" +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:24 +msgid "When passing an attribute of a metaclass that is documented below, note that you must pass it as a keyword-only argument to the class creation like the following example:" msgstr "" -#: discord.ext.commands.cog.CogMeta:35 of -msgid "" -"The cog name. By default, it is the name of the class with no " -"modification." +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:35 +msgid "The cog name. By default, it is the name of the class with no modification." msgstr "" -#: discord.ext.commands.cog.CogMeta:41 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:41 msgid "The cog description. By default, it is the cleaned docstring of the class." msgstr "" -#: discord.ext.commands.cog.CogMeta:49 of -msgid "" -"A list of attributes to apply to every command inside this cog. The " -"dictionary is passed into the :class:`Command` options at ``__init__``. " -"If you specify attributes inside the command attribute in the class, it " -"will override the one specified inside this attribute. For example:" +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.CogMeta:49 +msgid "A list of attributes to apply to every command inside this cog. The dictionary is passed into the :class:`Command` options at ``__init__``. If you specify attributes inside the command attribute in the class, it will override the one specified inside this attribute. For example:" msgstr "" #: ../../ext/commands/api.rst:200 @@ -3459,842 +3212,699 @@ msgstr "" #: ../../ext/commands/api.rst:203 msgid "HelpCommand" -msgstr "HelpCommand" +msgstr "" -#: discord.ext.commands.help.HelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:1 msgid "The base implementation for help command formatting." msgstr "" -#: discord.ext.commands.help.HelpCommand:5 of -msgid "" -"Internally instances of this class are deep copied every time the command" -" itself is invoked to prevent a race condition mentioned in " -":issue:`2123`." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:5 +msgid "Internally instances of this class are deep copied every time the command itself is invoked to prevent a race condition mentioned in :issue:`2123`." msgstr "" -#: discord.ext.commands.help.HelpCommand:9 of -msgid "" -"This means that relying on the state of this class to be the same between" -" command invocations would not work as expected." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:9 +msgid "This means that relying on the state of this class to be the same between command invocations would not work as expected." msgstr "" -#: discord.ext.commands.help.HelpCommand:14 of -msgid "" -"The context that invoked this help formatter. This is generally set after" -" the help command assigned, :func:`command_callback`\\, has been called." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:14 +msgid "The context that invoked this help formatter. This is generally set after the help command assigned, :func:`command_callback`\\, has been called." msgstr "" -#: discord.ext.commands.help.HelpCommand:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:17 msgid "Optional[:class:`Context`]" -msgstr "" +msgstr "Optional[:class:`Context`]" -#: discord.ext.commands.help.HelpCommand:21 of -msgid "" -"Specifies if hidden commands should be shown in the output. Defaults to " -"``False``." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:21 +msgid "Specifies if hidden commands should be shown in the output. Defaults to ``False``." msgstr "" -#: discord.ext.commands.help.HelpCommand:28 of -msgid "" -"Specifies if commands should have their :attr:`.Command.checks` called " -"and verified. If ``True``, always calls :attr:`.Command.checks`. If " -"``None``, only calls :attr:`.Command.checks` in a guild setting. If " -"``False``, never calls :attr:`.Command.checks`. Defaults to ``True``." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:28 +msgid "Specifies if commands should have their :attr:`.Command.checks` called and verified. If ``True``, always calls :attr:`.Command.checks`. If ``None``, only calls :attr:`.Command.checks` in a guild setting. If ``False``, never calls :attr:`.Command.checks`. Defaults to ``True``." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:29 -#: discord.ext.commands.help.HelpCommand:35 -#: discord.ext.commands.help.MinimalHelpCommand:34 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:35 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:29 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:34 msgid "Optional[:class:`bool`]" -msgstr "" +msgstr "Optional[:class:`bool`]" -#: discord.ext.commands.help.HelpCommand:39 of -msgid "" -"A dictionary of options to pass in for the construction of the help " -"command. This allows you to change the command behaviour without actually" -" changing the implementation of the command. The attributes will be the " -"same as the ones passed in the :class:`.Command` constructor." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand:39 +msgid "A dictionary of options to pass in for the construction of the help command. This allows you to change the command behaviour without actually changing the implementation of the command. The attributes will be the same as the ones passed in the :class:`.Command` constructor." msgstr "" -#: discord.ext.commands.help.HelpCommand.add_check:1 of -#, fuzzy +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.add_check:1 msgid "Adds a check to the help command." -msgstr "ヘルプコマンドにチェックを追加します。" +msgstr "" -#: discord.ext.commands.help.HelpCommand.remove_check:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_check:1 msgid "Removes a check from the help command." msgstr "" -#: discord.ext.commands.help.HelpCommand.get_bot_mapping:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_bot_mapping:1 msgid "Retrieves the bot mapping passed to :meth:`send_bot_help`." msgstr "" -#: discord.ext.commands.HelpCommand.invoked_with:1 of -msgid "" -"Similar to :attr:`Context.invoked_with` except properly handles the case " -"where :meth:`Context.send_help` is used." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:1 +msgid "Similar to :attr:`Context.invoked_with` except properly handles the case where :meth:`Context.send_help` is used." msgstr "" -#: discord.ext.commands.HelpCommand.invoked_with:4 of -msgid "" -"If the help command was used regularly then this returns the " -":attr:`Context.invoked_with` attribute. Otherwise, if it the help command" -" was called using :meth:`Context.send_help` then it returns the internal " -"command name of the help command." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:4 +msgid "If the help command was used regularly then this returns the :attr:`Context.invoked_with` attribute. Otherwise, if it the help command was called using :meth:`Context.send_help` then it returns the internal command name of the help command." msgstr "" -#: discord.ext.commands.HelpCommand.invoked_with:9 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.invoked_with:9 msgid "The command name that triggered this invocation." msgstr "" -#: discord.ext.commands.help.HelpCommand.get_command_signature:1 -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:1 msgid "Retrieves the signature portion of the help page." msgstr "ヘルプページに表示される、コマンドの使用方法を示す文字列を返します。" -#: discord.ext.commands.help.HelpCommand.get_command_signature:3 -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:3 msgid "The command to get the signature of." msgstr "" -#: discord.ext.commands.help.HelpCommand.get_command_signature:6 -#: discord.ext.commands.help.MinimalHelpCommand.get_command_signature:6 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_command_signature:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_command_signature:6 msgid "The signature for the command." msgstr "" -#: discord.ext.commands.help.HelpCommand.remove_mentions:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:1 msgid "Removes mentions from the string to prevent abuse." msgstr "" -#: discord.ext.commands.help.HelpCommand.remove_mentions:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:3 msgid "This includes ``@everyone``, ``@here``, member mentions and role mentions." msgstr "" -#: discord.ext.commands.help.HelpCommand.remove_mentions:5 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.remove_mentions:5 msgid "The string with mentions removed." msgstr "" -#: discord.ext.commands.HelpCommand.cog:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:1 msgid "A property for retrieving or setting the cog for the help command." msgstr "" -#: discord.ext.commands.HelpCommand.cog:3 of -msgid "" -"When a cog is set for the help command, it is as-if the help command " -"belongs to that cog. All cog special methods will apply to the help " -"command and it will be automatically unset on unload." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:3 +msgid "When a cog is set for the help command, it is as-if the help command belongs to that cog. All cog special methods will apply to the help command and it will be automatically unset on unload." msgstr "" -#: discord.ext.commands.HelpCommand.cog:7 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:7 msgid "To unbind the cog from the help command, you can set it to ``None``." msgstr "" -#: discord.ext.commands.HelpCommand.cog:9 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.HelpCommand.cog:9 msgid "The cog that is currently set for the help command." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_not_found:1 -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:1 msgid "|maybecoro|" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_not_found:3 of -msgid "" -"A method called when a command is not found in the help command. This is " -"useful to override for i18n." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:3 +msgid "A method called when a command is not found in the help command. This is useful to override for i18n." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_not_found:6 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:6 msgid "Defaults to ``No command called {0} found.``" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_not_found:8 of -msgid "" -"The string that contains the invalid command. Note that this has had " -"mentions removed to prevent abuse." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:8 +msgid "The string that contains the invalid command. Note that this has had mentions removed to prevent abuse." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_not_found:12 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_not_found:12 msgid "The string to use when a command has not been found." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:3 of -msgid "" -"A method called when a command did not have a subcommand requested in the" -" help command. This is useful to override for i18n." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:3 +msgid "A method called when a command did not have a subcommand requested in the help command. This is useful to override for i18n." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:6 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:6 msgid "Defaults to either:" msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:8 msgid "``'Command \"{command.qualified_name}\" has no subcommands.'``" msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:9 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:9 msgid "If there is no subcommand in the ``command`` parameter." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:11 of -msgid "" -"``'Command \"{command.qualified_name}\" has no subcommand named " -"{string}'``" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:11 +msgid "``'Command \"{command.qualified_name}\" has no subcommand named {string}'``" msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:11 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:11 msgid "If the ``command`` parameter has subcommands but not one named ``string``." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:13 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:13 msgid "The command that did not have the subcommand requested." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:15 of -msgid "" -"The string that contains the invalid subcommand. Note that this has had " -"mentions removed to prevent abuse." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:15 +msgid "The string that contains the invalid subcommand. Note that this has had mentions removed to prevent abuse." msgstr "" -#: discord.ext.commands.help.HelpCommand.subcommand_not_found:19 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.subcommand_not_found:19 msgid "The string to use when the command did not have the subcommand requested." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:3 msgid "Returns a filtered list of commands and optionally sorts them." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:5 of -msgid "" -"This takes into account the :attr:`verify_checks` and :attr:`show_hidden`" -" attributes." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:5 +msgid "This takes into account the :attr:`verify_checks` and :attr:`show_hidden` attributes." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:8 msgid "An iterable of commands that are getting filtered." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:10 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:10 msgid "Whether to sort the result." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:12 of -msgid "" -"An optional key function to pass to :func:`py:sorted` that takes a " -":class:`Command` as its sole parameter. If ``sort`` is passed as ``True``" -" then this will default as the command name." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:12 +msgid "An optional key function to pass to :func:`py:sorted` that takes a :class:`Command` as its sole parameter. If ``sort`` is passed as ``True`` then this will default as the command name." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:17 msgid "A list of commands that passed the filter." msgstr "" -#: discord.ext.commands.help.HelpCommand.filter_commands:18 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.filter_commands:18 msgid "List[:class:`Command`]" -msgstr "List[:class:`Command`]" +msgstr "" -#: discord.ext.commands.help.HelpCommand.get_max_size:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:1 msgid "Returns the largest name length of the specified command list." msgstr "" -#: discord.ext.commands.help.HelpCommand.get_max_size:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:3 msgid "A sequence of commands to check for the largest size." msgstr "" -#: discord.ext.commands.help.HelpCommand.get_max_size:6 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:6 msgid "The maximum width of the commands." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown:7 -#: discord.ext.commands.cooldowns.Cooldown.get_tokens:8 -#: discord.ext.commands.errors.MaxConcurrencyReached:9 -#: discord.ext.commands.flags.Flag:42 -#: discord.ext.commands.help.DefaultHelpCommand:12 -#: discord.ext.commands.help.DefaultHelpCommand:42 -#: discord.ext.commands.help.HelpCommand.get_max_size:7 -#: discord.ext.commands.help.Paginator:25 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_max_size:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:12 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:42 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:25 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:7 +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:8 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:42 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:9 msgid ":class:`int`" msgstr ":class:`int`" -#: discord.ext.commands.help.DefaultHelpCommand.get_destination:1 -#: discord.ext.commands.help.HelpCommand.get_destination:1 -#: discord.ext.commands.help.MinimalHelpCommand.get_destination:1 of -msgid "" -"Returns the :class:`~discord.abc.Messageable` where the help command will" -" be output." -msgstr "" - -#: discord.ext.commands.help.DefaultHelpCommand.get_destination:3 -#: discord.ext.commands.help.HelpCommand.get_destination:3 -#: discord.ext.commands.help.HelpCommand.send_bot_help:11 -#: discord.ext.commands.help.HelpCommand.send_cog_help:11 -#: discord.ext.commands.help.HelpCommand.send_command_help:10 -#: discord.ext.commands.help.HelpCommand.send_error_message:6 -#: discord.ext.commands.help.HelpCommand.send_group_help:11 -#: discord.ext.commands.help.MinimalHelpCommand.get_destination:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:1 +msgid "Returns the :class:`~discord.abc.Messageable` where the help command will be output." +msgstr "" + +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:11 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:11 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:11 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:10 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:3 msgid "You can override this method to customise the behaviour." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.get_destination:5 -#: discord.ext.commands.help.HelpCommand.get_destination:5 -#: discord.ext.commands.help.MinimalHelpCommand.get_destination:5 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:5 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:5 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:5 msgid "By default this returns the context's channel." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.get_destination:7 -#: discord.ext.commands.help.HelpCommand.get_destination:7 -#: discord.ext.commands.help.MinimalHelpCommand.get_destination:7 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:7 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:7 msgid "The destination where the help command will be output." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.get_destination:8 -#: discord.ext.commands.help.HelpCommand.get_destination:8 -#: discord.ext.commands.help.MinimalHelpCommand.get_destination:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.get_destination:8 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_destination:8 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_destination:8 msgid ":class:`.abc.Messageable`" -msgstr "" +msgstr ":class:`.abc.Messageable`" -#: discord.ext.commands.help.HelpCommand.send_error_message:3 of -msgid "" -"Handles the implementation when an error happens in the help command. For" -" example, the result of :meth:`command_not_found` will be passed here." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:3 +msgid "Handles the implementation when an error happens in the help command. For example, the result of :meth:`command_not_found` will be passed here." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_error_message:8 of -msgid "" -"By default, this sends the error message to the destination specified by " -":meth:`get_destination`." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:8 +msgid "By default, this sends the error message to the destination specified by :meth:`get_destination`." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_bot_help:15 -#: discord.ext.commands.help.HelpCommand.send_cog_help:15 -#: discord.ext.commands.help.HelpCommand.send_command_help:14 -#: discord.ext.commands.help.HelpCommand.send_error_message:13 -#: discord.ext.commands.help.HelpCommand.send_group_help:15 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:13 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:15 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:15 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:15 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:14 msgid "You can access the invocation context with :attr:`HelpCommand.context`." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_error_message:15 of -msgid "" -"The error message to display to the user. Note that this has had mentions" -" removed to prevent abuse." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_error_message:15 +msgid "The error message to display to the user. Note that this has had mentions removed to prevent abuse." msgstr "" -#: discord.ext.commands.help.HelpCommand.on_help_command_error:3 of -msgid "" -"The help command's error handler, as specified by " -":ref:`ext_commands_error_handler`." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:3 +msgid "The help command's error handler, as specified by :ref:`ext_commands_error_handler`." msgstr "" -#: discord.ext.commands.help.HelpCommand.on_help_command_error:5 of -msgid "" -"Useful to override if you need some specific behaviour when the error " -"handler is called." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:5 +msgid "Useful to override if you need some specific behaviour when the error handler is called." msgstr "" -#: discord.ext.commands.help.HelpCommand.on_help_command_error:8 of -msgid "" -"By default this method does nothing and just propagates to the default " -"error handlers." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.on_help_command_error:8 +msgid "By default this method does nothing and just propagates to the default error handlers." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_bot_help:3 of -msgid "" -"Handles the implementation of the bot command page in the help command. " -"This function is called when the help command is called with no " -"arguments." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:3 +msgid "Handles the implementation of the bot command page in the help command. This function is called when the help command is called with no arguments." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_bot_help:6 -#: discord.ext.commands.help.HelpCommand.send_cog_help:6 -#: discord.ext.commands.help.HelpCommand.send_command_help:5 -#: discord.ext.commands.help.HelpCommand.send_group_help:6 of -msgid "" -"It should be noted that this method does not return anything -- rather " -"the actual message sending should be done inside this method. Well " -"behaved subclasses should use :meth:`get_destination` to know where to " -"send, as this is a customisation point for other users." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:6 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:5 +msgid "It should be noted that this method does not return anything -- rather the actual message sending should be done inside this method. Well behaved subclasses should use :meth:`get_destination` to know where to send, as this is a customisation point for other users." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_bot_help:17 of -msgid "" -"Also, the commands in the mapping are not filtered. To do the filtering " -"you will have to call :meth:`filter_commands` yourself." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:17 +msgid "Also, the commands in the mapping are not filtered. To do the filtering you will have to call :meth:`filter_commands` yourself." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_bot_help:20 of -msgid "" -"A mapping of cogs to commands that have been requested by the user for " -"help. The key of the mapping is the :class:`~.commands.Cog` that the " -"command belongs to, or ``None`` if there isn't one, and the value is a " -"list of commands that belongs to that cog." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_bot_help:20 +msgid "A mapping of cogs to commands that have been requested by the user for help. The key of the mapping is the :class:`~.commands.Cog` that the command belongs to, or ``None`` if there isn't one, and the value is a list of commands that belongs to that cog." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_cog_help:3 of -msgid "" -"Handles the implementation of the cog page in the help command. This " -"function is called when the help command is called with a cog as the " -"argument." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:3 +msgid "Handles the implementation of the cog page in the help command. This function is called when the help command is called with a cog as the argument." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_cog_help:17 of -msgid "" -"To get the commands that belong to this cog see :meth:`Cog.get_commands`." -" The commands returned not filtered. To do the filtering you will have to" -" call :meth:`filter_commands` yourself." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:17 +msgid "To get the commands that belong to this cog see :meth:`Cog.get_commands`. The commands returned not filtered. To do the filtering you will have to call :meth:`filter_commands` yourself." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_cog_help:21 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_cog_help:21 msgid "The cog that was requested for help." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_group_help:3 of -msgid "" -"Handles the implementation of the group page in the help command. This " -"function is called when the help command is called with a group as the " -"argument." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:3 +msgid "Handles the implementation of the group page in the help command. This function is called when the help command is called with a group as the argument." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_group_help:17 of -msgid "" -"To get the commands that belong to this group without aliases see " -":attr:`Group.commands`. The commands returned not filtered. To do the " -"filtering you will have to call :meth:`filter_commands` yourself." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:17 +msgid "To get the commands that belong to this group without aliases see :attr:`Group.commands`. The commands returned not filtered. To do the filtering you will have to call :meth:`filter_commands` yourself." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_group_help:21 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_group_help:21 msgid "The group that was requested for help." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:3 msgid "Handles the implementation of the single command page in the help command." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:16 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:16 msgid "Showing Help" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:19 of -msgid "" -"There are certain attributes and methods that are helpful for a help " -"command to show such as the following:" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:19 +msgid "There are certain attributes and methods that are helpful for a help command to show such as the following:" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:22 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:22 msgid ":attr:`Command.help`" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:23 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:23 msgid ":attr:`Command.brief`" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:24 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:24 msgid ":attr:`Command.short_doc`" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:25 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:25 msgid ":attr:`Command.description`" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:26 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:26 msgid ":meth:`get_command_signature`" msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:28 of -msgid "" -"There are more than just these attributes but feel free to play around " -"with these to help you get started to get the output that you want." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:28 +msgid "There are more than just these attributes but feel free to play around with these to help you get started to get the output that you want." msgstr "" -#: discord.ext.commands.help.HelpCommand.send_command_help:31 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.send_command_help:31 msgid "The command that was requested for help." msgstr "" -#: discord.ext.commands.help.HelpCommand.prepare_help_command:3 of -msgid "" -"A low level method that can be used to prepare the help command before it" -" does anything. For example, if you need to prepare some state in your " -"subclass before the command does its processing then this would be the " -"place to do it." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:3 +msgid "A low level method that can be used to prepare the help command before it does anything. For example, if you need to prepare some state in your subclass before the command does its processing then this would be the place to do it." msgstr "" -#: discord.ext.commands.help.HelpCommand.prepare_help_command:8 -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:8 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:3 msgid "The default implementation does nothing." msgstr "" -#: discord.ext.commands.help.HelpCommand.prepare_help_command:12 of -msgid "" -"This is called *inside* the help command callback body. So all the usual " -"rules that happen inside apply here as well." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:12 +msgid "This is called *inside* the help command callback body. So all the usual rules that happen inside apply here as well." msgstr "" -#: discord.ext.commands.help.HelpCommand.prepare_help_command:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.prepare_help_command:17 msgid "The argument passed to the help command." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:3 msgid "The actual implementation of the help command." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:5 of -msgid "" -"It is not recommended to override this method and instead change the " -"behaviour through the methods that actually get dispatched." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:5 +msgid "It is not recommended to override this method and instead change the behaviour through the methods that actually get dispatched." msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:8 msgid ":meth:`send_bot_help`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:9 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:9 msgid ":meth:`send_cog_help`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:10 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:10 msgid ":meth:`send_group_help`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:11 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:11 msgid ":meth:`send_command_help`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:12 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:12 msgid ":meth:`get_destination`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:13 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:13 msgid ":meth:`command_not_found`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:14 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:14 msgid ":meth:`subcommand_not_found`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:15 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:15 msgid ":meth:`send_error_message`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:16 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:16 msgid ":meth:`on_help_command_error`" msgstr "" -#: discord.ext.commands.help.HelpCommand.command_callback:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.HelpCommand.command_callback:17 msgid ":meth:`prepare_help_command`" msgstr "" #: ../../ext/commands/api.rst:211 msgid "DefaultHelpCommand" -msgstr "DefaultHelpCommand" +msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:1 msgid "The implementation of the default help command." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:3 -#: discord.ext.commands.help.MinimalHelpCommand:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:3 msgid "This inherits from :class:`HelpCommand`." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:5 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:5 msgid "It extends it with the following attributes." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:9 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:9 msgid "The maximum number of characters that fit in a line. Defaults to 80." -msgstr "" +msgstr "1行に収める最大の文字数を指定します。デフォルトでは80です。" -#: discord.ext.commands.help.DefaultHelpCommand:16 -#: discord.ext.commands.help.MinimalHelpCommand:7 of -msgid "" -"Whether to sort the commands in the output alphabetically. Defaults to " -"``True``." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:16 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:7 +msgid "Whether to sort the commands in the output alphabetically. Defaults to ``True``." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:22 -#: discord.ext.commands.help.MinimalHelpCommand:27 of -msgid "" -"A tribool that indicates if the help command should DM the user instead " -"of sending it to the channel it received it from. If the boolean is set " -"to ``True``, then all help output is DM'd. If ``False``, none of the help" -" output is DM'd. If ``None``, then the bot will only DM when the help " -"message becomes too long (dictated by more than :attr:`dm_help_threshold`" -" characters). Defaults to ``False``." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:22 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:27 +msgid "A tribool that indicates if the help command should DM the user instead of sending it to the channel it received it from. If the boolean is set to ``True``, then all help output is DM'd. If ``False``, none of the help output is DM'd. If ``None``, then the bot will only DM when the help message becomes too long (dictated by more than :attr:`dm_help_threshold` characters). Defaults to ``False``." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:33 -#: discord.ext.commands.help.MinimalHelpCommand:38 of -msgid "" -"The number of characters the paginator must accumulate before getting " -"DM'd to the user if :attr:`dm_help` is set to ``None``. Defaults to 1000." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:33 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:38 +msgid "The number of characters the paginator must accumulate before getting DM'd to the user if :attr:`dm_help` is set to ``None``. Defaults to 1000." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:40 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:40 msgid "How much to indent the commands from a heading. Defaults to ``2``." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:46 of -msgid "" -"The command list's heading string used when the help command is invoked " -"with a category name. Useful for i18n. Defaults to ``\"Commands:\"``" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:46 +msgid "The command list's heading string used when the help command is invoked with a category name. Useful for i18n. Defaults to ``\"Commands:\"``" msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:53 -#: discord.ext.commands.help.MinimalHelpCommand:45 of -msgid "" -"The string used when there is a command which does not belong to any " -"category(cog). Useful for i18n. Defaults to ``\"No Category\"``" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:53 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:45 +msgid "The string used when there is a command which does not belong to any category(cog). Useful for i18n. Defaults to ``\"No Category\"``" msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:60 -#: discord.ext.commands.help.MinimalHelpCommand:52 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:60 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:52 msgid "The paginator used to paginate the help command output." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand:62 -#: discord.ext.commands.help.MinimalHelpCommand:54 of -#, fuzzy +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand:62 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:54 msgid ":class:`Paginator`" msgstr ":class:`Paginator`" -#: discord.ext.commands.help.DefaultHelpCommand.shorten_text:1 of -#, fuzzy +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.shorten_text:1 msgid ":class:`str`: Shortens text to fit into the :attr:`width`." -msgstr "渡された文字列を、 :attr:`width` に収まるよう省略します。" +msgstr ":class:`str`:渡された文字列を、 :attr:`width` に収まるよう省略します。" -#: discord.ext.commands.help.DefaultHelpCommand.get_ending_note:1 of -#, fuzzy -msgid "" -":class:`str`: Returns help command's ending note. This is mainly useful " -"to override for i18n purposes." -msgstr "Helpコマンドの末尾の文字列を返します。主に翻訳する際にオーバーライドしてください。" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.get_ending_note:1 +msgid ":class:`str`: Returns help command's ending note. This is mainly useful to override for i18n purposes." +msgstr ":class:`str`: Helpコマンドの末尾の文字列を返します。主に翻訳する際にオーバーライドしてください。" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:1 msgid "Indents a list of commands after the specified heading." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:3 msgid "The formatting is added to the :attr:`paginator`." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:5 of -msgid "" -"The default implementation is the command name indented by :attr:`indent`" -" spaces, padded to ``max_size`` followed by the command's " -":attr:`Command.short_doc` and then shortened to fit into the " -":attr:`width`." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:5 +msgid "The default implementation is the command name indented by :attr:`indent` spaces, padded to ``max_size`` followed by the command's :attr:`Command.short_doc` and then shortened to fit into the :attr:`width`." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:10 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:10 msgid "A list of commands to indent for output." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:12 of -msgid "" -"The heading to add to the output. This is only added if the list of " -"commands is greater than 0." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:12 +msgid "The heading to add to the output. This is only added if the list of commands is greater than 0." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:15 of -msgid "" -"The max size to use for the gap between indents. If unspecified, calls " -":meth:`~HelpCommand.get_max_size` on the commands parameter." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_indented_commands:15 +msgid "The max size to use for the gap between indents. If unspecified, calls :meth:`~HelpCommand.get_max_size` on the commands parameter." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.send_pages:1 -#: discord.ext.commands.help.MinimalHelpCommand.send_pages:1 of -msgid "" -"A helper utility to send the page output from :attr:`paginator` to the " -"destination." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.send_pages:1 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.send_pages:1 +msgid "A helper utility to send the page output from :attr:`paginator` to the destination." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_command_formatting:1 of -msgid "" -"A utility function to format the non-indented block of commands and " -"groups." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_command_formatting:1 +msgid "A utility function to format the non-indented block of commands and groups." msgstr "" -#: discord.ext.commands.help.DefaultHelpCommand.add_command_formatting:3 -#: discord.ext.commands.help.MinimalHelpCommand.add_command_formatting:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.DefaultHelpCommand.add_command_formatting:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_command_formatting:3 msgid "The command to format." -msgstr "" +msgstr "フォーマットするコマンド。" #: ../../ext/commands/api.rst:220 msgid "MinimalHelpCommand" -msgstr "MinimalHelpCommand" +msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:1 msgid "An implementation of a help command with minimal output." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand:13 of -msgid "" -"The command list's heading string used when the help command is invoked " -"with a category name. Useful for i18n. Defaults to ``\"Commands\"``" +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:13 +msgid "The command list's heading string used when the help command is invoked with a category name. Useful for i18n. Defaults to ``\"Commands\"``" msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand:20 of -msgid "" -"The alias list's heading string used to list the aliases of the command. " -"Useful for i18n. Defaults to ``\"Aliases:\"``." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand:20 +msgid "The alias list's heading string used to list the aliases of the command. Useful for i18n. Defaults to ``\"Aliases:\"``." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note:1 of -msgid "" -"Returns help command's opening note. This is mainly useful to override " -"for i18n purposes." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:1 +msgid "Returns help command's opening note. This is mainly useful to override for i18n purposes." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:3 msgid "The default implementation returns ::" msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.get_opening_note:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_opening_note:8 msgid "The help command opening note." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note:1 of -msgid "" -"Return the help command's ending note. This is mainly useful to override " -"for i18n purposes." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:1 +msgid "Return the help command's ending note. This is mainly useful to override for i18n purposes." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.get_ending_note:5 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.get_ending_note:5 msgid "The help command ending note." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:1 -#: of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:1 msgid "Adds the minified bot heading with commands to the output." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:3 -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:3 -#: discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:3 +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:3 msgid "The formatting should be added to the :attr:`paginator`." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:5 -#: of -msgid "" -"The default implementation is a bold underline heading followed by " -"commands separated by an EN SPACE (U+2002) in the next line." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:5 +msgid "The default implementation is a bold underline heading followed by commands separated by an EN SPACE (U+2002) in the next line." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:8 -#: of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:8 msgid "A list of commands that belong to the heading." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:10 -#: of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_bot_commands_formatting:10 msgid "The heading to add to the line." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:1 msgid "Adds formatting information on a subcommand." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:5 of -msgid "" -"The default implementation is the prefix and the " -":attr:`Command.qualified_name` optionally followed by an En dash and the " -"command's :attr:`Command.short_doc`." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:5 +msgid "The default implementation is the prefix and the :attr:`Command.qualified_name` optionally followed by an En dash and the command's :attr:`Command.short_doc`." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_subcommand_formatting:8 msgid "The command to show information of." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:1 msgid "Adds the formatting information on a command's aliases." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:5 of -msgid "" -"The default implementation is the :attr:`aliases_heading` bolded followed" -" by a comma separated list of aliases." +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:5 +msgid "The default implementation is the :attr:`aliases_heading` bolded followed by a comma separated list of aliases." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:8 msgid "This is not called if there are no aliases to format." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:10 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_aliases_formatting:10 msgid "A list of aliases to format." msgstr "" -#: discord.ext.commands.help.MinimalHelpCommand.add_command_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.MinimalHelpCommand.add_command_formatting:1 msgid "A utility function to format commands and groups." msgstr "" #: ../../ext/commands/api.rst:229 msgid "Paginator" -msgstr "Paginator" +msgstr "" -#: discord.ext.commands.help.Paginator:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:1 msgid "A class that aids in paginating code blocks for Discord messages." msgstr "" -#: discord.ext.commands.help.Paginator:7 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:7 msgid "Returns the total number of characters in the paginator." msgstr "" -#: discord.ext.commands.help.Paginator:11 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:11 msgid "The prefix inserted to every page. e.g. three backticks." msgstr "" -#: discord.ext.commands.help.Paginator:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:17 msgid "The suffix appended at the end of every page. e.g. three backticks." msgstr "" -#: discord.ext.commands.help.Paginator:23 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:23 msgid "The maximum amount of codepoints allowed in a page." msgstr "" -#: discord.ext.commands.help.Paginator:32 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator:32 msgid "The character string inserted between lines. e.g. a newline character." msgstr "" -#: discord.ext.commands.help.Paginator.clear:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.clear:1 msgid "Clears the paginator to have no pages." msgstr "" -#: discord.ext.commands.help.Paginator.add_line:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:1 msgid "Adds a line to the current page." msgstr "" -#: discord.ext.commands.help.Paginator.add_line:3 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:3 msgid "If the line exceeds the :attr:`max_size` then an exception is raised." msgstr "" -#: discord.ext.commands.help.Paginator.add_line:6 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:6 msgid "The line to add." msgstr "" -#: discord.ext.commands.help.Paginator.add_line:8 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:8 msgid "Indicates if another empty line should be added." msgstr "" -#: discord.ext.commands.help.Paginator.add_line:11 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.add_line:11 msgid "The line was too big for the current :attr:`max_size`." msgstr "" -#: discord.ext.commands.help.Paginator.close_page:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.help.Paginator.close_page:1 msgid "Prematurely terminate a page." msgstr "" -#: discord.ext.commands.Paginator.pages:1 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.Paginator.pages:1 msgid "Returns the rendered list of pages." msgstr "" -#: discord.ext.commands.Paginator.pages:3 -#: discord.ext.commands.context.Context:74 -#: discord.ext.commands.errors.BotMissingPermissions:10 -#: discord.ext.commands.errors.MissingPermissions:10 -#: discord.ext.commands.errors.TooManyFlags:17 -#: discord.ext.commands.flags.Flag:17 of +#: ../../../discord/ext/commands/help.py:docstring of discord.ext.commands.Paginator.pages:3 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:74 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:17 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingPermissions:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingPermissions:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:17 msgid "List[:class:`str`]" -msgstr "" +msgstr "List[:class:`str`]" #: ../../ext/commands/api.rst:237 msgid "Enums" @@ -4336,1720 +3946,1392 @@ msgstr "" msgid "Checks" msgstr "" -#: discord.ext.commands.core.check:1 of -msgid "" -"A decorator that adds a check to the :class:`.Command` or its subclasses." -" These checks could be accessed via :attr:`.Command.checks`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:1 +msgid "A decorator that adds a check to the :class:`.Command` or its subclasses. These checks could be accessed via :attr:`.Command.checks`." msgstr "" -#: discord.ext.commands.core.check:4 of -msgid "" -"These checks should be predicates that take in a single parameter taking " -"a :class:`.Context`. If the check returns a ``False``\\-like value then " -"during invocation a :exc:`.CheckFailure` exception is raised and sent to " -"the :func:`.on_command_error` event." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:4 +msgid "These checks should be predicates that take in a single parameter taking a :class:`.Context`. If the check returns a ``False``\\-like value then during invocation a :exc:`.CheckFailure` exception is raised and sent to the :func:`.on_command_error` event." msgstr "" -#: discord.ext.commands.core.check:9 of -msgid "" -"If an exception should be thrown in the predicate then it should be a " -"subclass of :exc:`.CommandError`. Any exception not subclassed from it " -"will be propagated while those subclassed will be sent to " -":func:`.on_command_error`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:9 +msgid "If an exception should be thrown in the predicate then it should be a subclass of :exc:`.CommandError`. Any exception not subclassed from it will be propagated while those subclassed will be sent to :func:`.on_command_error`." msgstr "" -#: discord.ext.commands.core.check:14 of -msgid "" -"A special attribute named ``predicate`` is bound to the value returned by" -" this decorator to retrieve the predicate passed to the decorator. This " -"allows the following introspection and chaining to be done:" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:14 +msgid "A special attribute named ``predicate`` is bound to the value returned by this decorator to retrieve the predicate passed to the decorator. This allows the following introspection and chaining to be done:" msgstr "" -#: discord.ext.commands.core.check:30 of -msgid "" -"The function returned by ``predicate`` is **always** a coroutine, even if" -" the original function was not a coroutine." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:30 +msgid "The function returned by ``predicate`` is **always** a coroutine, even if the original function was not a coroutine." msgstr "" -#: discord.ext.commands.core.check:33 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:33 msgid "The ``predicate`` attribute was added." msgstr "" -#: discord.ext.commands.core.check:38 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:38 msgid "Creating a basic check to see if the command invoker is you." msgstr "" -#: discord.ext.commands.core.check:50 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:50 msgid "Transforming common checks into its own decorator:" msgstr "" -#: discord.ext.commands.core.check:64 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check:64 msgid "The predicate to check if the command should be invoked." msgstr "" -#: discord.ext.commands.core.check_any:1 of -msgid "" -"A :func:`check` that is added that checks if any of the checks passed " -"will pass, i.e. using logical OR." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:1 +msgid "A :func:`check` that is added that checks if any of the checks passed will pass, i.e. using logical OR." msgstr "" -#: discord.ext.commands.core.check_any:4 of -msgid "" -"If all checks fail then :exc:`.CheckAnyFailure` is raised to signal the " -"failure. It inherits from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:4 +msgid "If all checks fail then :exc:`.CheckAnyFailure` is raised to signal the failure. It inherits from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.check_any:9 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:9 msgid "The ``predicate`` attribute for this function **is** a coroutine." msgstr "" -#: discord.ext.commands.core.check_any:13 of -msgid "" -"An argument list of checks that have been decorated with the " -":func:`check` decorator." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:13 +msgid "An argument list of checks that have been decorated with the :func:`check` decorator." msgstr "" -#: discord.ext.commands.core.check_any:17 of -msgid "" -"A check passed has not been decorated with the :func:`check` " -"decorator." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:17 +msgid "A check passed has not been decorated with the :func:`check` decorator." msgstr "" -#: discord.ext.commands.core.check_any:21 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.check_any:21 msgid "Creating a basic check to see if it's the bot owner or the server owner:" msgstr "" -#: discord.ext.commands.core.has_role:1 of -msgid "" -"A :func:`.check` that is added that checks if the member invoking the " -"command has the role specified via the name or ID specified." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:1 +msgid "A :func:`.check` that is added that checks if the member invoking the command has the role specified via the name or ID specified." msgstr "" -#: discord.ext.commands.core.has_role:4 of -msgid "" -"If a string is specified, you must give the exact name of the role, " -"including caps and spelling." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:4 +msgid "If a string is specified, you must give the exact name of the role, including caps and spelling." msgstr "" -#: discord.ext.commands.core.has_role:7 of -msgid "" -"If an integer is specified, you must give the exact snowflake ID of the " -"role." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:7 +msgid "If an integer is specified, you must give the exact snowflake ID of the role." msgstr "" -#: discord.ext.commands.core.has_role:9 of -msgid "" -"If the message is invoked in a private message context then the check " -"will return ``False``." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:9 +msgid "If the message is invoked in a private message context then the check will return ``False``." msgstr "" -#: discord.ext.commands.core.has_role:12 of -msgid "" -"This check raises one of two special exceptions, :exc:`.MissingRole` if " -"the user is missing a role, or :exc:`.NoPrivateMessage` if it is used in " -"a private message. Both inherit from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:12 +msgid "This check raises one of two special exceptions, :exc:`.MissingRole` if the user is missing a role, or :exc:`.NoPrivateMessage` if it is used in a private message. Both inherit from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.has_role:18 of -msgid "" -"Raise :exc:`.MissingRole` or :exc:`.NoPrivateMessage` instead of generic " -":exc:`.CheckFailure`" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:18 +msgid "Raise :exc:`.MissingRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" msgstr "" -#: discord.ext.commands.core.has_role:21 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_role:21 msgid "The name or ID of the role to check." msgstr "" -#: discord.ext.commands.core.has_permissions:1 of -msgid "" -"A :func:`.check` that is added that checks if the member has all of the " -"permissions necessary." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:1 +msgid "A :func:`.check` that is added that checks if the member has all of the permissions necessary." msgstr "" -#: discord.ext.commands.core.has_permissions:4 of -msgid "" -"Note that this check operates on the current channel permissions, not the" -" guild wide permissions." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:4 +msgid "Note that this check operates on the current channel permissions, not the guild wide permissions." msgstr "" -#: discord.ext.commands.core.has_permissions:7 of -msgid "" -"The permissions passed in must be exactly like the properties shown under" -" :class:`.discord.Permissions`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:7 +msgid "The permissions passed in must be exactly like the properties shown under :class:`.discord.Permissions`." msgstr "" -#: discord.ext.commands.core.has_permissions:10 of -msgid "" -"This check raises a special exception, :exc:`.MissingPermissions` that is" -" inherited from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:10 +msgid "This check raises a special exception, :exc:`.MissingPermissions` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.has_permissions:13 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_permissions:13 msgid "An argument list of permissions to check for." msgstr "" -#: discord.ext.commands.core.has_guild_permissions:1 of -msgid "" -"Similar to :func:`.has_permissions`, but operates on guild wide " -"permissions instead of the current channel permissions." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_guild_permissions:1 +msgid "Similar to :func:`.has_permissions`, but operates on guild wide permissions instead of the current channel permissions." msgstr "" -#: discord.ext.commands.core.has_guild_permissions:4 of -msgid "" -"If this check is called in a DM context, it will raise an exception, " -":exc:`.NoPrivateMessage`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_guild_permissions:4 +msgid "If this check is called in a DM context, it will raise an exception, :exc:`.NoPrivateMessage`." msgstr "" -#: discord.ext.commands.core.has_any_role:1 of -msgid "" -"A :func:`.check` that is added that checks if the member invoking the " -"command has **any** of the roles specified. This means that if they have " -"one out of the three roles specified, then this check will return `True`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:1 +msgid "A :func:`.check` that is added that checks if the member invoking the command has **any** of the roles specified. This means that if they have one out of the three roles specified, then this check will return `True`." msgstr "" -#: discord.ext.commands.core.has_any_role:5 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:5 msgid "Similar to :func:`.has_role`\\, the names or IDs passed in must be exact." msgstr "" -#: discord.ext.commands.core.has_any_role:7 of -msgid "" -"This check raises one of two special exceptions, :exc:`.MissingAnyRole` " -"if the user is missing all roles, or :exc:`.NoPrivateMessage` if it is " -"used in a private message. Both inherit from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:7 +msgid "This check raises one of two special exceptions, :exc:`.MissingAnyRole` if the user is missing all roles, or :exc:`.NoPrivateMessage` if it is used in a private message. Both inherit from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.has_any_role:13 of -msgid "" -"Raise :exc:`.MissingAnyRole` or :exc:`.NoPrivateMessage` instead of " -"generic :exc:`.CheckFailure`" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:13 +msgid "Raise :exc:`.MissingAnyRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" msgstr "" -#: discord.ext.commands.core.has_any_role:16 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.has_any_role:16 msgid "An argument list of names or IDs to check that the member has roles wise." msgstr "" -#: discord.ext.commands.core.bot_has_role:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_role:1 msgid "Similar to :func:`.has_role` except checks if the bot itself has the role." msgstr "" -#: discord.ext.commands.core.bot_has_role:4 of -msgid "" -"This check raises one of two special exceptions, :exc:`.BotMissingRole` " -"if the bot is missing the role, or :exc:`.NoPrivateMessage` if it is used" -" in a private message. Both inherit from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_role:4 +msgid "This check raises one of two special exceptions, :exc:`.BotMissingRole` if the bot is missing the role, or :exc:`.NoPrivateMessage` if it is used in a private message. Both inherit from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.bot_has_role:10 of -msgid "" -"Raise :exc:`.BotMissingRole` or :exc:`.NoPrivateMessage` instead of " -"generic :exc:`.CheckFailure`" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_role:10 +msgid "Raise :exc:`.BotMissingRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" msgstr "" -#: discord.ext.commands.core.bot_has_permissions:1 of -msgid "" -"Similar to :func:`.has_permissions` except checks if the bot itself has " -"the permissions listed." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_permissions:1 +msgid "Similar to :func:`.has_permissions` except checks if the bot itself has the permissions listed." msgstr "" -#: discord.ext.commands.core.bot_has_permissions:4 of -msgid "" -"This check raises a special exception, :exc:`.BotMissingPermissions` that" -" is inherited from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_permissions:4 +msgid "This check raises a special exception, :exc:`.BotMissingPermissions` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.bot_has_guild_permissions:1 of -msgid "" -"Similar to :func:`.has_guild_permissions`, but checks the bot members " -"guild permissions." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_guild_permissions:1 +msgid "Similar to :func:`.has_guild_permissions`, but checks the bot members guild permissions." msgstr "" -#: discord.ext.commands.core.bot_has_any_role:1 of -msgid "" -"Similar to :func:`.has_any_role` except checks if the bot itself has any " -"of the roles listed." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_any_role:1 +msgid "Similar to :func:`.has_any_role` except checks if the bot itself has any of the roles listed." msgstr "" -#: discord.ext.commands.core.bot_has_any_role:4 of -msgid "" -"This check raises one of two special exceptions, " -":exc:`.BotMissingAnyRole` if the bot is missing all roles, or " -":exc:`.NoPrivateMessage` if it is used in a private message. Both inherit" -" from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_any_role:4 +msgid "This check raises one of two special exceptions, :exc:`.BotMissingAnyRole` if the bot is missing all roles, or :exc:`.NoPrivateMessage` if it is used in a private message. Both inherit from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.bot_has_any_role:10 of -msgid "" -"Raise :exc:`.BotMissingAnyRole` or :exc:`.NoPrivateMessage` instead of " -"generic checkfailure" +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.bot_has_any_role:10 +msgid "Raise :exc:`.BotMissingAnyRole` or :exc:`.NoPrivateMessage` instead of generic checkfailure" msgstr "" -#: discord.ext.commands.core.cooldown:1 of -#, fuzzy +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:1 msgid "A decorator that adds a cooldown to a :class:`.Command`" -msgstr "Botにグローバルチェックを追加するデコレーター" +msgstr "" -#: discord.ext.commands.core.cooldown:3 -#: discord.ext.commands.core.dynamic_cooldown:8 of -msgid "" -"A cooldown allows a command to only be used a specific amount of times in" -" a specific time frame. These cooldowns can be based either on a per-" -"guild, per-channel, per-user, per-role or global basis. Denoted by the " -"third argument of ``type`` which must be of enum type " -":class:`.BucketType`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:3 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:8 +msgid "A cooldown allows a command to only be used a specific amount of times in a specific time frame. These cooldowns can be based either on a per-guild, per-channel, per-user, per-role or global basis. Denoted by the third argument of ``type`` which must be of enum type :class:`.BucketType`." msgstr "" -#: discord.ext.commands.core.cooldown:9 -#: discord.ext.commands.core.dynamic_cooldown:14 of -msgid "" -"If a cooldown is triggered, then :exc:`.CommandOnCooldown` is triggered " -"in :func:`.on_command_error` and the local error handler." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:9 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:14 +msgid "If a cooldown is triggered, then :exc:`.CommandOnCooldown` is triggered in :func:`.on_command_error` and the local error handler." msgstr "" -#: discord.ext.commands.core.cooldown:12 -#: discord.ext.commands.core.dynamic_cooldown:17 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:12 +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:17 msgid "A command can only have a single cooldown." msgstr "" -#: discord.ext.commands.core.cooldown:14 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:14 msgid "The number of times a command can be used before triggering a cooldown." msgstr "" -#: discord.ext.commands.core.cooldown:16 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:16 msgid "The amount of seconds to wait for a cooldown when it's been triggered." msgstr "" -#: discord.ext.commands.core.cooldown:18 of -msgid "" -"The type of cooldown to have. If callable, should return a key for the " -"mapping. .. versionchanged:: 1.7 Callables are now supported for " -"custom bucket types." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:18 +msgid "The type of cooldown to have. If callable, should return a key for the mapping. .. versionchanged:: 1.7 Callables are now supported for custom bucket types." msgstr "" -#: discord.ext.commands.core.cooldown:18 of -msgid "" -"The type of cooldown to have. If callable, should return a key for the " -"mapping." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:18 +msgid "The type of cooldown to have. If callable, should return a key for the mapping." msgstr "" -#: discord.ext.commands.core.cooldown:20 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.cooldown:20 msgid "Callables are now supported for custom bucket types." msgstr "" -#: discord.ext.commands.core.dynamic_cooldown:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:1 msgid "A decorator that adds a dynamic cooldown to a :class:`.Command`" msgstr "" -#: discord.ext.commands.core.dynamic_cooldown:3 of -msgid "" -"This differs from :func:`.cooldown` in that it takes a function that " -"accepts a single parameter of type :class:`.discord.Message` and must " -"return a :class:`.Cooldown` or ``None``. If ``None`` is returned then " -"that cooldown is effectively bypassed." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:3 +msgid "This differs from :func:`.cooldown` in that it takes a function that accepts a single parameter of type :class:`.discord.Message` and must return a :class:`.Cooldown` or ``None``. If ``None`` is returned then that cooldown is effectively bypassed." msgstr "" -#: discord.ext.commands.core.dynamic_cooldown:21 of -msgid "" -"A function that takes a message and returns a cooldown that will apply to" -" this invocation or ``None`` if the cooldown should be bypassed." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:21 +msgid "A function that takes a message and returns a cooldown that will apply to this invocation or ``None`` if the cooldown should be bypassed." msgstr "" -#: discord.ext.commands.core.dynamic_cooldown:24 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dynamic_cooldown:24 msgid "The type of cooldown to have." msgstr "" -#: discord.ext.commands.core.max_concurrency:1 of -msgid "" -"A decorator that adds a maximum concurrency to a :class:`.Command` or its" -" subclasses." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:1 +msgid "A decorator that adds a maximum concurrency to a :class:`.Command` or its subclasses." msgstr "" -#: discord.ext.commands.core.max_concurrency:3 of -msgid "" -"This enables you to only allow a certain number of command invocations at" -" the same time, for example if a command takes too long or if only one " -"user can use it at a time. This differs from a cooldown in that there is " -"no set waiting period or token bucket -- only a set number of people can " -"run the command." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:3 +msgid "This enables you to only allow a certain number of command invocations at the same time, for example if a command takes too long or if only one user can use it at a time. This differs from a cooldown in that there is no set waiting period or token bucket -- only a set number of people can run the command." msgstr "" -#: discord.ext.commands.core.max_concurrency:10 of -msgid "" -"The maximum number of invocations of this command that can be running at " -"the same time." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:10 +msgid "The maximum number of invocations of this command that can be running at the same time." msgstr "" -#: discord.ext.commands.core.max_concurrency:12 of -msgid "" -"The bucket that this concurrency is based on, e.g. ``BucketType.guild`` " -"would allow it to be used up to ``number`` times per guild." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:12 +msgid "The bucket that this concurrency is based on, e.g. ``BucketType.guild`` would allow it to be used up to ``number`` times per guild." msgstr "" -#: discord.ext.commands.core.max_concurrency:15 of -msgid "" -"Whether the command should wait for the queue to be over. If this is set " -"to ``False`` then instead of waiting until the command can run again, the" -" command raises :exc:`.MaxConcurrencyReached` to its error handler. If " -"this is set to ``True`` then the command waits until it can be executed." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.max_concurrency:15 +msgid "Whether the command should wait for the queue to be over. If this is set to ``False`` then instead of waiting until the command can run again, the command raises :exc:`.MaxConcurrencyReached` to its error handler. If this is set to ``True`` then the command waits until it can be executed." msgstr "" -#: discord.ext.commands.core.before_invoke:3 of -msgid "" -"This allows you to refer to one before invoke hook for several commands " -"that do not have to be within the same cog." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.before_invoke:3 +msgid "This allows you to refer to one before invoke hook for several commands that do not have to be within the same cog." msgstr "" -#: discord.ext.commands.core.after_invoke:3 of -msgid "" -"This allows you to refer to one after invoke hook for several commands " -"that do not have to be within the same cog." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.after_invoke:3 +msgid "This allows you to refer to one after invoke hook for several commands that do not have to be within the same cog." msgstr "" -#: discord.ext.commands.core.guild_only:1 of -msgid "" -"A :func:`.check` that indicates this command must only be used in a guild" -" context only. Basically, no private messages are allowed when using the " -"command." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.guild_only:1 +msgid "A :func:`.check` that indicates this command must only be used in a guild context only. Basically, no private messages are allowed when using the command." msgstr "" -#: discord.ext.commands.core.guild_only:5 of -msgid "" -"This check raises a special exception, :exc:`.NoPrivateMessage` that is " -"inherited from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.guild_only:5 +msgid "This check raises a special exception, :exc:`.NoPrivateMessage` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.dm_only:1 of -msgid "" -"A :func:`.check` that indicates this command must only be used in a DM " -"context. Only private messages are allowed when using the command." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dm_only:1 +msgid "A :func:`.check` that indicates this command must only be used in a DM context. Only private messages are allowed when using the command." msgstr "" -#: discord.ext.commands.core.dm_only:5 of -msgid "" -"This check raises a special exception, :exc:`.PrivateMessageOnly` that is" -" inherited from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.dm_only:5 +msgid "This check raises a special exception, :exc:`.PrivateMessageOnly` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.is_owner:1 of -msgid "" -"A :func:`.check` that checks if the person invoking this command is the " -"owner of the bot." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_owner:1 +msgid "A :func:`.check` that checks if the person invoking this command is the owner of the bot." msgstr "" -#: discord.ext.commands.core.is_owner:4 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_owner:4 msgid "This is powered by :meth:`.Bot.is_owner`." msgstr "" -#: discord.ext.commands.core.is_owner:6 of -msgid "" -"This check raises a special exception, :exc:`.NotOwner` that is derived " -"from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_owner:6 +msgid "This check raises a special exception, :exc:`.NotOwner` that is derived from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.is_nsfw:1 of +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_nsfw:1 msgid "A :func:`.check` that checks if the channel is a NSFW channel." msgstr "" -#: discord.ext.commands.core.is_nsfw:3 of -msgid "" -"This check raises a special exception, :exc:`.NSFWChannelRequired` that " -"is derived from :exc:`.CheckFailure`." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_nsfw:3 +msgid "This check raises a special exception, :exc:`.NSFWChannelRequired` that is derived from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.core.is_nsfw:8 of -msgid "" -"Raise :exc:`.NSFWChannelRequired` instead of generic " -":exc:`.CheckFailure`. DM channels will also now pass this check." +#: ../../../discord/ext/commands/core.py:docstring of discord.ext.commands.core.is_nsfw:8 +msgid "Raise :exc:`.NSFWChannelRequired` instead of generic :exc:`.CheckFailure`. DM channels will also now pass this check." msgstr "" #: ../../ext/commands/api.rst:334 msgid "Cooldown" msgstr "" -#: discord.ext.commands.cooldowns.Cooldown:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:1 msgid "Represents a cooldown for a command." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown:5 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:5 msgid "The total number of tokens available per :attr:`per` seconds." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown:11 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown:11 msgid "The length of the cooldown period in seconds." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_tokens:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:1 msgid "Returns the number of available tokens before rate limiting is applied." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_tokens:3 of -msgid "" -"The time in seconds since Unix epoch to calculate tokens at. If not " -"supplied then :func:`time.time()` is used." +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:3 +msgid "The time in seconds since Unix epoch to calculate tokens at. If not supplied then :func:`time.time()` is used." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_tokens:7 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_tokens:7 msgid "The number of tokens available before the cooldown is to be applied." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:1 msgid "Returns the time in seconds until the cooldown will be reset." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after:3 of -msgid "" -"The current time in seconds since Unix epoch. If not supplied, then " -":func:`time.time()` is used." +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:3 +msgid "The current time in seconds since Unix epoch. If not supplied, then :func:`time.time()` is used." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.get_retry_after:7 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.get_retry_after:7 msgid "The number of seconds to wait before this cooldown will be reset." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:1 msgid "Updates the cooldown rate limit." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit:3 of -msgid "" -"The time in seconds since Unix epoch to update the rate limit at. If not " -"supplied, then :func:`time.time()` is used." +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:3 +msgid "The time in seconds since Unix epoch to update the rate limit at. If not supplied, then :func:`time.time()` is used." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit:7 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:7 msgid "The retry-after time in seconds if rate limited." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.update_rate_limit:8 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.update_rate_limit:8 msgid "Optional[:class:`float`]" -msgstr "Optional[:class:`float`]" +msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.reset:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.reset:1 msgid "Reset the cooldown to its initial state." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.copy:1 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.copy:1 msgid "Creates a copy of this cooldown." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.copy:3 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.copy:3 msgid "A new instance of this cooldown." msgstr "" -#: discord.ext.commands.cooldowns.Cooldown.copy:4 of +#: ../../../discord/ext/commands/cooldowns.py:docstring of discord.ext.commands.cooldowns.Cooldown.copy:4 msgid ":class:`Cooldown`" -msgstr ":class:`Cooldown`" +msgstr "" #: ../../ext/commands/api.rst:342 msgid "Context" msgstr "" -#: discord.ext.commands.context.Context:1 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:1 msgid "Represents the context in which a command is being invoked under." msgstr "" -#: discord.ext.commands.context.Context:3 of -msgid "" -"This class contains a lot of meta data to help you understand more about " -"the invocation context. This class is not created manually and is instead" -" passed around to commands as the first parameter." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:3 +msgid "This class contains a lot of meta data to help you understand more about the invocation context. This class is not created manually and is instead passed around to commands as the first parameter." msgstr "" -#: discord.ext.commands.context.Context:7 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:7 msgid "This class implements the :class:`~discord.abc.Messageable` ABC." msgstr "" -#: discord.ext.commands.context.Context:11 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:11 msgid "The message that triggered the command being executed." msgstr "" -#: discord.ext.commands.context.Context:13 -#: discord.ext.commands.context.Context.reply:18 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:13 +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:18 msgid ":class:`.Message`" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.ext.commands.context.Context:17 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:17 msgid "The bot that contains the command being executed." msgstr "" -#: discord.ext.commands.context.Context:19 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:19 msgid ":class:`.Bot`" -msgstr ":class:`.AppInfo`" +msgstr "" -#: discord.ext.commands.context.Context:23 of -msgid "" -"The list of transformed arguments that were passed into the command. If " -"this is accessed during the :func:`.on_command_error` event then this " -"list could be incomplete." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:23 +msgid "The list of transformed arguments that were passed into the command. If this is accessed during the :func:`.on_command_error` event then this list could be incomplete." msgstr "" -#: discord.ext.commands.context.Context:27 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:27 msgid ":class:`list`" -msgstr ":class:`.Guild`" +msgstr "" -#: discord.ext.commands.context.Context:31 of -msgid "" -"A dictionary of transformed arguments that were passed into the command. " -"Similar to :attr:`args`\\, if this is accessed in the " -":func:`.on_command_error` event then this dict could be incomplete." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:31 +msgid "A dictionary of transformed arguments that were passed into the command. Similar to :attr:`args`\\, if this is accessed in the :func:`.on_command_error` event then this dict could be incomplete." msgstr "" -#: discord.ext.commands.context.Context:39 of -msgid "" -"The parameter that is currently being inspected and converted. This is " -"only of use for within converters." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:39 +msgid "The parameter that is currently being inspected and converted. This is only of use for within converters." msgstr "" -#: discord.ext.commands.context.Context:44 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:44 msgid "Optional[:class:`inspect.Parameter`]" -msgstr "Optional[:class:`inspect.Parameter`]" +msgstr "" -#: discord.ext.commands.context.Context:48 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:48 msgid "The prefix that was used to invoke the command." msgstr "" -#: discord.ext.commands.context.Context:54 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:54 msgid "The command that is being invoked currently." msgstr "" -#: discord.ext.commands.context.Context:60 of -msgid "" -"The command name that triggered this invocation. Useful for finding out " -"which alias called the command." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:60 +msgid "The command name that triggered this invocation. Useful for finding out which alias called the command." msgstr "" -#: discord.ext.commands.context.Context:67 of -msgid "" -"The command names of the parents that triggered this invocation. Useful " -"for finding out which aliases called the command." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:67 +msgid "The command names of the parents that triggered this invocation. Useful for finding out which aliases called the command." msgstr "" -#: discord.ext.commands.context.Context:70 of -msgid "" -"For example in commands ``?a b c test``, the invoked parents are ``['a', " -"'b', 'c']``." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:70 +msgid "For example in commands ``?a b c test``, the invoked parents are ``['a', 'b', 'c']``." msgstr "" -#: discord.ext.commands.context.Context:78 of -msgid "" -"The subcommand that was invoked. If no valid subcommand was invoked then " -"this is equal to ``None``." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:78 +msgid "The subcommand that was invoked. If no valid subcommand was invoked then this is equal to ``None``." msgstr "" -#: discord.ext.commands.context.Context:85 of -msgid "" -"The string that was attempted to call a subcommand. This does not have to" -" point to a valid registered subcommand and could just point to a " -"nonsense string. If nothing was passed to attempt a call to a subcommand " -"then this is set to ``None``." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:85 +msgid "The string that was attempted to call a subcommand. This does not have to point to a valid registered subcommand and could just point to a nonsense string. If nothing was passed to attempt a call to a subcommand then this is set to ``None``." msgstr "" -#: discord.ext.commands.context.Context:94 of -msgid "" -"A boolean that indicates if the command failed to be parsed, checked, or " -"invoked." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context:94 +msgid "A boolean that indicates if the command failed to be parsed, checked, or invoked." msgstr "" -#: discord.abc.Messageable.typing:1 of -msgid "" -"Returns an asynchronous context manager that allows you to type for an " -"indefinite period of time." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +msgid "Returns an asynchronous context manager that allows you to type for an indefinite period of time." msgstr "" -#: discord.abc.Messageable.typing:3 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:3 msgid "This is useful for denoting long computations in your bot." msgstr "" -#: discord.abc.Messageable.typing:5 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:5 msgid "Example Usage: ::" msgstr "" -#: discord.abc.Messageable.typing:13 of -msgid "" -"This no longer works with the ``with`` syntax, ``async with`` must be " -"used instead." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:13 +msgid "This no longer works with the ``with`` syntax, ``async with`` must be used instead." msgstr "" -#: discord.ext.commands.context.Context.invoke:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:3 msgid "Calls a command with the arguments given." msgstr "" -#: discord.ext.commands.context.Context.invoke:5 of -msgid "" -"This is useful if you want to just call the callback that a " -":class:`.Command` holds internally." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:5 +msgid "This is useful if you want to just call the callback that a :class:`.Command` holds internally." msgstr "" -#: discord.ext.commands.context.Context.invoke:10 of -msgid "" -"This does not handle converters, checks, cooldowns, pre-invoke, or after-" -"invoke hooks in any matter. It calls the internal callback directly as-if" -" it was a regular function." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:10 +msgid "This does not handle converters, checks, cooldowns, pre-invoke, or after-invoke hooks in any matter. It calls the internal callback directly as-if it was a regular function." msgstr "" -#: discord.ext.commands.context.Context.invoke:14 of -msgid "" -"You must take care in passing the proper arguments when using this " -"function." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:14 +msgid "You must take care in passing the proper arguments when using this function." msgstr "" -#: discord.ext.commands.context.Context.invoke:21 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:21 msgid "The command that is going to be called." msgstr "" -#: discord.ext.commands.context.Context.invoke:23 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:23 msgid "The arguments to use." msgstr "" -#: discord.ext.commands.context.Context.invoke:24 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:24 msgid "The keyword arguments to use." msgstr "" -#: discord.ext.commands.context.Context.invoke:26 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.invoke:26 msgid "The command argument to invoke is missing." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:3 msgid "Calls the command again." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:5 of -msgid "" -"This is similar to :meth:`~.Context.invoke` except that it bypasses " -"checks, cooldowns, and error handlers." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:5 +msgid "This is similar to :meth:`~.Context.invoke` except that it bypasses checks, cooldowns, and error handlers." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:10 of -msgid "" -"If you want to bypass :exc:`.UserInputError` derived exceptions, it is " -"recommended to use the regular :meth:`~.Context.invoke` as it will work " -"more naturally. After all, this will end up using the old arguments the " -"user has used and will thus just fail again." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:10 +msgid "If you want to bypass :exc:`.UserInputError` derived exceptions, it is recommended to use the regular :meth:`~.Context.invoke` as it will work more naturally. After all, this will end up using the old arguments the user has used and will thus just fail again." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:16 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:16 msgid "Whether to call the before and after invoke hooks." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:18 of -msgid "" -"Whether to start the call chain from the very beginning or where we left " -"off (i.e. the command that caused the error). The default is to start " -"where we left off." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:18 +msgid "Whether to start the call chain from the very beginning or where we left off (i.e. the command that caused the error). The default is to start where we left off." msgstr "" -#: discord.ext.commands.context.Context.reinvoke:23 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reinvoke:23 msgid "The context to reinvoke is not valid." msgstr "" -#: discord.ext.commands.Context.valid:1 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.valid:1 msgid "Checks if the invocation context is valid to be invoked with." msgstr "" -#: discord.ext.commands.Context.clean_prefix:1 of -msgid "" -"The cleaned up invoke prefix. i.e. mentions are ``@name`` instead of " -"``<@id>``." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.clean_prefix:1 +msgid "The cleaned up invoke prefix. i.e. mentions are ``@name`` instead of ``<@id>``." msgstr "「クリーンアップ」されたプレフィックスを返します。たとえば、メンションは ``<@id>`` のかわりに ``@name`` となります。" -#: discord.ext.commands.Context.cog:1 of -msgid "" -"Returns the cog associated with this context's command. None if it does " -"not exist." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.cog:1 +msgid "Returns the cog associated with this context's command. None if it does not exist." msgstr "" -#: ../../docstring discord.ext.commands.Context.guild:1 of -msgid "" -"Returns the guild associated with this context's command. None if not " -"available." +#: ../../docstring of discord.ext.commands.Context.guild:1 +msgid "Returns the guild associated with this context's command. None if not available." msgstr "" -#: ../../docstring discord.ext.commands.Context.channel:1 of -msgid "" -"Returns the channel associated with this context's command. Shorthand for" -" :attr:`.Message.channel`." +#: ../../docstring of discord.ext.commands.Context.channel:1 +msgid "Returns the channel associated with this context's command. Shorthand for :attr:`.Message.channel`." msgstr "" -#: ../../docstring discord.ext.commands.Context.channel:4 of -#, fuzzy +#: ../../docstring of discord.ext.commands.Context.channel:4 msgid "Union[:class:`.abc.Messageable`]" -msgstr "Union[:class:`.abc.Messageable`]" +msgstr "" -#: ../../docstring discord.ext.commands.Context.author:1 of -msgid "" -"Union[:class:`~discord.User`, :class:`.Member`]: Returns the author " -"associated with this context's command. Shorthand for " -":attr:`.Message.author`" +#: ../../docstring of discord.ext.commands.Context.author:1 +msgid "Union[:class:`~discord.User`, :class:`.Member`]: Returns the author associated with this context's command. Shorthand for :attr:`.Message.author`" msgstr "" -#: ../../docstring discord.ext.commands.Context.me:1 of -msgid "" -"Union[:class:`.Member`, :class:`.ClientUser`]: Similar to " -":attr:`.Guild.me` except it may return the :class:`.ClientUser` in " -"private message contexts." +#: ../../docstring of discord.ext.commands.Context.me:1 +msgid "Union[:class:`.Member`, :class:`.ClientUser`]: Similar to :attr:`.Guild.me` except it may return the :class:`.ClientUser` in private message contexts." msgstr "" -#: discord.ext.commands.Context.voice_client:1 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.voice_client:1 msgid "A shortcut to :attr:`.Guild.voice_client`\\, if applicable." msgstr "" -#: discord.ext.commands.Context.voice_client:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.Context.voice_client:3 msgid "Optional[:class:`.VoiceProtocol`]" msgstr "" -#: discord.ext.commands.context.Context.send_help:3 of -msgid "" -"Shows the help command for the specified entity if given. The entity can " -"be a command or a cog." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:3 +msgid "Shows the help command for the specified entity if given. The entity can be a command or a cog." msgstr "" -#: discord.ext.commands.context.Context.send_help:6 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:6 msgid "If no entity is given, then it'll show help for the entire bot." msgstr "" -#: discord.ext.commands.context.Context.send_help:9 of -msgid "" -"If the entity is a string, then it looks up whether it's a :class:`Cog` " -"or a :class:`Command`." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:9 +msgid "If the entity is a string, then it looks up whether it's a :class:`Cog` or a :class:`Command`." msgstr "" -#: discord.ext.commands.context.Context.send_help:14 of -msgid "" -"Due to the way this function works, instead of returning something " -"similar to :meth:`~.commands.HelpCommand.command_not_found` this returns " -":class:`None` on bad input or no help command." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:14 +msgid "Due to the way this function works, instead of returning something similar to :meth:`~.commands.HelpCommand.command_not_found` this returns :class:`None` on bad input or no help command." msgstr "" -#: discord.ext.commands.context.Context.send_help:18 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:18 msgid "The entity to show help for." msgstr "" -#: discord.ext.commands.context.Context.send_help:21 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.send_help:21 msgid "The result of the help command, if any." msgstr "" -#: discord.abc.Messageable.fetch_message:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:3 msgid "Retrieves a single :class:`~discord.Message` from the destination." msgstr "" -#: discord.abc.Messageable.fetch_message:5 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:5 msgid "The message ID to look for." msgstr "" -#: discord.abc.Messageable.fetch_message:8 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:8 msgid "The specified message was not found." msgstr "" -#: discord.abc.Messageable.fetch_message:9 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:9 msgid "You do not have the permissions required to get a message." msgstr "" -#: discord.abc.Messageable.fetch_message:10 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:10 msgid "Retrieving the message failed." msgstr "" -#: discord.abc.Messageable.fetch_message:12 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:12 msgid "The message asked for." msgstr "" -#: discord.abc.Messageable.fetch_message:13 discord.abc.Messageable.send:77 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.fetch_message:13 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:81 msgid ":class:`~discord.Message`" msgstr "" -#: discord.abc.Messageable.history:1 of -msgid "" -"Returns an :term:`asynchronous iterator` that enables receiving the " -"destination's message history." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:1 +msgid "Returns an :term:`asynchronous iterator` that enables receiving the destination's message history." msgstr "" -#: discord.abc.Messageable.history:3 of -msgid "" -"You must have :attr:`~discord.Permissions.read_message_history` " -"permissions to use this." -msgstr "これを行うには、関連付けられたGuildにて、 :attr:`~.Permissions.read_message_history` 権限が必要です。" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:3 +msgid "You must have :attr:`~discord.Permissions.read_message_history` permissions to use this." +msgstr "" -#: discord.abc.Messageable.history:14 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:14 msgid "Flattening into a list: ::" msgstr "" -#: discord.abc.Messageable.history:21 of -msgid "" -"The number of messages to retrieve. If ``None``, retrieves every message " -"in the channel. Note, however, that this would make it a slow operation." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:21 +msgid "The number of messages to retrieve. If ``None``, retrieves every message in the channel. Note, however, that this would make it a slow operation." msgstr "" -#: discord.abc.Messageable.history:25 of -msgid "" -"Retrieve messages before this date or message. If a datetime is provided," -" it is recommended to use a UTC aware datetime. If the datetime is naive," -" it is assumed to be local time." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:25 +msgid "Retrieve messages before this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." msgstr "" -#: discord.abc.Messageable.history:29 of -msgid "" -"Retrieve messages after this date or message. If a datetime is provided, " -"it is recommended to use a UTC aware datetime. If the datetime is naive, " -"it is assumed to be local time." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:29 +msgid "Retrieve messages after this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time." msgstr "" -#: discord.abc.Messageable.history:33 of -msgid "" -"Retrieve messages around this date or message. If a datetime is provided," -" it is recommended to use a UTC aware datetime. If the datetime is naive," -" it is assumed to be local time. When using this argument, the maximum " -"limit is 101. Note that if the limit is an even number then this will " -"return at most limit + 1 messages." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:33 +msgid "Retrieve messages around this date or message. If a datetime is provided, it is recommended to use a UTC aware datetime. If the datetime is naive, it is assumed to be local time. When using this argument, the maximum limit is 101. Note that if the limit is an even number then this will return at most limit + 1 messages." msgstr "" -#: discord.abc.Messageable.history:39 of -msgid "" -"If set to ``True``, return messages in oldest->newest order. Defaults to " -"``True`` if ``after`` is specified, otherwise ``False``." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:39 +msgid "If set to ``True``, return messages in oldest->newest order. Defaults to ``True`` if ``after`` is specified, otherwise ``False``." msgstr "" -#: discord.abc.Messageable.history:43 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:43 msgid "You do not have permissions to get channel message history." msgstr "" -#: discord.abc.Messageable.history:44 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:44 msgid "The request to get message history failed." msgstr "" -#: discord.abc.Messageable.history:46 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.history:46 msgid ":class:`~discord.Message` -- The message with the message data parsed." msgstr "" -#: discord.abc.Messageable.pins:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:3 msgid "Retrieves all messages that are currently pinned in the channel." msgstr "" -#: discord.abc.Messageable.pins:7 of -msgid "" -"Due to a limitation with the Discord API, the :class:`.Message` objects " -"returned by this method do not contain complete " -":attr:`.Message.reactions` data." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:7 +msgid "Due to a limitation with the Discord API, the :class:`.Message` objects returned by this method do not contain complete :attr:`.Message.reactions` data." msgstr "" -#: discord.abc.Messageable.pins:11 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:11 msgid "Retrieving the pinned messages failed." msgstr "" -#: discord.abc.Messageable.pins:13 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:13 msgid "The messages that are currently pinned." msgstr "" -#: discord.abc.Messageable.pins:14 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:14 msgid "List[:class:`~discord.Message`]" msgstr "" -#: discord.ext.commands.context.Context.reply:3 of -msgid "" -"A shortcut method to :meth:`.abc.Messageable.send` to reply to the " -":class:`.Message`." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:3 +msgid "A shortcut method to :meth:`.abc.Messageable.send` to reply to the :class:`.Message`." msgstr "" -#: discord.abc.Messageable.send:19 discord.ext.commands.context.Context.reply:8 -#: of -msgid "" -"This function no-longer raises ``InvalidArgument`` instead raising " -":exc:`ValueError` or :exc:`TypeError` in various cases." +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:8 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:19 +msgid "This function no-longer raises ``InvalidArgument`` instead raising :exc:`ValueError` or :exc:`TypeError` in various cases." msgstr "" -#: discord.abc.Messageable.send:71 -#: discord.ext.commands.context.Context.reply:12 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:12 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:75 msgid "Sending the message failed." msgstr "" -#: discord.abc.Messageable.send:72 -#: discord.ext.commands.context.Context.reply:13 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:13 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:76 msgid "You do not have the proper permissions to send the message." msgstr "" -#: discord.ext.commands.context.Context.reply:14 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:14 msgid "The ``files`` list is not of the appropriate size" msgstr "" -#: discord.ext.commands.context.Context.reply:15 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:15 msgid "You specified both ``file`` and ``files``." msgstr "" -#: discord.abc.Messageable.send:76 -#: discord.ext.commands.context.Context.reply:17 of +#: ../../../discord/ext/commands/context.py:docstring of discord.ext.commands.context.Context.reply:17 +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:80 msgid "The message that was sent." msgstr "" -#: discord.abc.Messageable.send:3 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:3 msgid "Sends a message to the destination with the content given." msgstr "" -#: discord.abc.Messageable.send:5 of -msgid "" -"The content must be a type that can convert to a string through " -"``str(content)``. If the content is set to ``None`` (the default), then " -"the ``embed`` parameter must be provided." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:5 +msgid "The content must be a type that can convert to a string through ``str(content)``. If the content is set to ``None`` (the default), then the ``embed`` parameter must be provided." msgstr "" -#: discord.abc.Messageable.send:9 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`~discord.File` object. To upload multiple files, the " -"``files`` parameter should be used with a :class:`list` of " -":class:`~discord.File` objects. **Specifying both parameters will lead to" -" an exception**." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:9 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`~discord.File` object. To upload multiple files, the ``files`` parameter should be used with a :class:`list` of :class:`~discord.File` objects. **Specifying both parameters will lead to an exception**." msgstr "" -#: discord.abc.Messageable.send:14 of -msgid "" -"To upload a single embed, the ``embed`` parameter should be used with a " -"single :class:`~discord.Embed` object. To upload multiple embeds, the " -"``embeds`` parameter should be used with a :class:`list` of " -":class:`~discord.Embed` objects. **Specifying both parameters will lead " -"to an exception**." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:14 +msgid "To upload a single embed, the ``embed`` parameter should be used with a single :class:`~discord.Embed` object. To upload multiple embeds, the ``embeds`` parameter should be used with a :class:`list` of :class:`~discord.Embed` objects. **Specifying both parameters will lead to an exception**." msgstr "" -#: discord.abc.Messageable.send:23 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:23 msgid "The content of the message to send." msgstr "" -#: discord.abc.Messageable.send:25 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:25 msgid "Indicates if the message should be sent using text-to-speech." msgstr "" -#: discord.abc.Messageable.send:27 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:27 msgid "The rich embed for the content." msgstr "" -#: discord.abc.Messageable.send:29 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:29 msgid "The file to upload." msgstr "" -#: discord.abc.Messageable.send:31 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:31 msgid "A list of files to upload. Must be a maximum of 10." msgstr "" -#: discord.abc.Messageable.send:33 of -msgid "" -"The nonce to use for sending this message. If the message was " -"successfully sent, then the message will have a nonce with this value." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:33 +msgid "The nonce to use for sending this message. If the message was successfully sent, then the message will have a nonce with this value." msgstr "" -#: discord.abc.Messageable.send:36 of -msgid "" -"If provided, the number of seconds to wait in the background before " -"deleting the message we just sent. If the deletion fails, then it is " -"silently ignored." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:36 +msgid "If provided, the number of seconds to wait in the background before deleting the message we just sent. If the deletion fails, then it is silently ignored." msgstr "" -#: discord.abc.Messageable.send:40 of -msgid "" -"Controls the mentions being processed in this message. If this is passed," -" then the object is merged with :attr:`~discord.Client.allowed_mentions`." -" The merging behaviour only overrides attributes that have been " -"explicitly passed to the object, otherwise it uses the attributes set in " -":attr:`~discord.Client.allowed_mentions`. If no object is passed at all " -"then the defaults given by :attr:`~discord.Client.allowed_mentions` are " -"used instead. .. versionadded:: 1.4" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:40 +msgid "Controls the mentions being processed in this message. If this is passed, then the object is merged with :attr:`~discord.Client.allowed_mentions`. The merging behaviour only overrides attributes that have been explicitly passed to the object, otherwise it uses the attributes set in :attr:`~discord.Client.allowed_mentions`. If no object is passed at all then the defaults given by :attr:`~discord.Client.allowed_mentions` are used instead. .. versionadded:: 1.4" msgstr "" -#: discord.abc.Messageable.send:40 of -msgid "" -"Controls the mentions being processed in this message. If this is passed," -" then the object is merged with :attr:`~discord.Client.allowed_mentions`." -" The merging behaviour only overrides attributes that have been " -"explicitly passed to the object, otherwise it uses the attributes set in " -":attr:`~discord.Client.allowed_mentions`. If no object is passed at all " -"then the defaults given by :attr:`~discord.Client.allowed_mentions` are " -"used instead." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:40 +msgid "Controls the mentions being processed in this message. If this is passed, then the object is merged with :attr:`~discord.Client.allowed_mentions`. The merging behaviour only overrides attributes that have been explicitly passed to the object, otherwise it uses the attributes set in :attr:`~discord.Client.allowed_mentions`. If no object is passed at all then the defaults given by :attr:`~discord.Client.allowed_mentions` are used instead." msgstr "" -#: discord.abc.Messageable.send:49 of -msgid "" -"A reference to the :class:`~discord.Message` to which you are replying, " -"this can be created using :meth:`~discord.Message.to_reference` or passed" -" directly as a :class:`~discord.Message`. You can control whether this " -"mentions the author of the referenced message using the " -":attr:`~discord.AllowedMentions.replied_user` attribute of " -"``allowed_mentions`` or by setting ``mention_author``. .. versionadded::" -" 1.6" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:49 +msgid "A reference to the :class:`~discord.Message` to which you are replying, this can be created using :meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. You can control whether this mentions the author of the referenced message using the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions`` or by setting ``mention_author``. .. versionadded:: 1.6" msgstr "" -#: discord.abc.Messageable.send:49 of -msgid "" -"A reference to the :class:`~discord.Message` to which you are replying, " -"this can be created using :meth:`~discord.Message.to_reference` or passed" -" directly as a :class:`~discord.Message`. You can control whether this " -"mentions the author of the referenced message using the " -":attr:`~discord.AllowedMentions.replied_user` attribute of " -"``allowed_mentions`` or by setting ``mention_author``." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:49 +msgid "A reference to the :class:`~discord.Message` to which you are replying, this can be created using :meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. You can control whether this mentions the author of the referenced message using the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions`` or by setting ``mention_author``." msgstr "" -#: discord.abc.Messageable.send:56 of -msgid "" -"If set, overrides the :attr:`~discord.AllowedMentions.replied_user` " -"attribute of ``allowed_mentions``. .. versionadded:: 1.6" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:56 +msgid "If set, overrides the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions``. .. versionadded:: 1.6" msgstr "" -#: discord.abc.Messageable.send:56 of -msgid "" -"If set, overrides the :attr:`~discord.AllowedMentions.replied_user` " -"attribute of ``allowed_mentions``." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:56 +msgid "If set, overrides the :attr:`~discord.AllowedMentions.replied_user` attribute of ``allowed_mentions``." msgstr "" -#: discord.abc.Messageable.send:60 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:60 msgid "A Discord UI View to add to the message." msgstr "" -#: discord.abc.Messageable.send:62 of -msgid "" -"A list of embeds to upload. Must be a maximum of 10. .. versionadded:: " -"2.0" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:62 +msgid "A list of embeds to upload. Must be a maximum of 10. .. versionadded:: 2.0" msgstr "" -#: discord.abc.Messageable.send:62 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:62 msgid "A list of embeds to upload. Must be a maximum of 10." msgstr "" -#: discord.abc.Messageable.send:66 of -msgid "" -"A list of stickers to upload. Must be a maximum of 3. .. versionadded:: " -"2.0" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:66 +msgid "A list of stickers to upload. Must be a maximum of 3. .. versionadded:: 2.0" msgstr "" -#: discord.abc.Messageable.send:66 of +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:66 msgid "A list of stickers to upload. Must be a maximum of 3." msgstr "" -#: discord.abc.Messageable.send:73 of -msgid "The ``files`` list is not of the appropriate size." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:70 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``. .. versionadded:: 2.0" msgstr "" -#: discord.abc.Messageable.send:74 of -msgid "" -"You specified both ``file`` and ``files``, or you specified both " -"``embed`` and ``embeds``, or the ``reference`` object is not a " -":class:`~discord.Message`, :class:`~discord.MessageReference` or " -":class:`~discord.PartialMessage`." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:70 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``." msgstr "" -#: discord.abc.Messageable.trigger_typing:3 of -msgid "Triggers a *typing* indicator to the destination." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:77 +msgid "The ``files`` list is not of the appropriate size." msgstr "" -#: discord.abc.Messageable.trigger_typing:5 of -msgid "" -"*Typing* indicator will go away after 10 seconds, or after a message is " -"sent." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.send:78 +msgid "You specified both ``file`` and ``files``, or you specified both ``embed`` and ``embeds``, or the ``reference`` object is not a :class:`~discord.Message`, :class:`~discord.MessageReference` or :class:`~discord.PartialMessage`." msgstr "" -#: ../../ext/commands/api.rst:357 -msgid "Converters" +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.trigger_typing:3 +msgid "Triggers a *typing* indicator to the destination." msgstr "" -#: discord.ext.commands.converter.Converter:1 of -msgid "" -"The base class of custom converters that require the :class:`.Context` to" -" be passed to be useful." +#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.trigger_typing:5 +msgid "*Typing* indicator will go away after 10 seconds, or after a message is sent." msgstr "" -#: discord.ext.commands.converter.Converter:4 of -msgid "" -"This allows you to implement converters that function similar to the " -"special cased ``discord`` classes." +#: ../../ext/commands/api.rst:357 +msgid "Converters" msgstr "" -#: discord.ext.commands.converter.Converter:7 of -msgid "" -"Classes that derive from this should override the " -":meth:`~.Converter.convert` method to do its conversion logic. This " -"method must be a :ref:`coroutine `." -msgstr "" - -#: discord.ext.commands.converter.CategoryChannelConverter.convert:3 -#: discord.ext.commands.converter.ColourConverter.convert:3 -#: discord.ext.commands.converter.Converter.convert:3 -#: discord.ext.commands.converter.EmojiConverter.convert:3 -#: discord.ext.commands.converter.GameConverter.convert:3 -#: discord.ext.commands.converter.GuildChannelConverter.convert:3 -#: discord.ext.commands.converter.GuildConverter.convert:3 -#: discord.ext.commands.converter.GuildStickerConverter.convert:3 -#: discord.ext.commands.converter.InviteConverter.convert:3 -#: discord.ext.commands.converter.MemberConverter.convert:3 -#: discord.ext.commands.converter.MessageConverter.convert:3 -#: discord.ext.commands.converter.ObjectConverter.convert:3 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:3 -#: discord.ext.commands.converter.PartialMessageConverter.convert:3 -#: discord.ext.commands.converter.RoleConverter.convert:3 -#: discord.ext.commands.converter.StageChannelConverter.convert:3 -#: discord.ext.commands.converter.StoreChannelConverter.convert:3 -#: discord.ext.commands.converter.TextChannelConverter.convert:3 -#: discord.ext.commands.converter.ThreadConverter.convert:3 -#: discord.ext.commands.converter.UserConverter.convert:3 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:3 -#: discord.ext.commands.converter.clean_content.convert:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter:1 +msgid "The base class of custom converters that require the :class:`.Context` to be passed to be useful." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter:4 +msgid "This allows you to implement converters that function similar to the special cased ``discord`` classes." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter:7 +msgid "Classes that derive from this should override the :meth:`~.Converter.convert` method to do its conversion logic. This method must be a :ref:`coroutine `." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:3 msgid "The method to override to do conversion logic." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter.convert:5 -#: discord.ext.commands.converter.ColourConverter.convert:5 -#: discord.ext.commands.converter.Converter.convert:5 -#: discord.ext.commands.converter.EmojiConverter.convert:5 -#: discord.ext.commands.converter.GameConverter.convert:5 -#: discord.ext.commands.converter.GuildChannelConverter.convert:5 -#: discord.ext.commands.converter.GuildConverter.convert:5 -#: discord.ext.commands.converter.GuildStickerConverter.convert:5 -#: discord.ext.commands.converter.InviteConverter.convert:5 -#: discord.ext.commands.converter.MemberConverter.convert:5 -#: discord.ext.commands.converter.MessageConverter.convert:5 -#: discord.ext.commands.converter.ObjectConverter.convert:5 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:5 -#: discord.ext.commands.converter.PartialMessageConverter.convert:5 -#: discord.ext.commands.converter.RoleConverter.convert:5 -#: discord.ext.commands.converter.StageChannelConverter.convert:5 -#: discord.ext.commands.converter.StoreChannelConverter.convert:5 -#: discord.ext.commands.converter.TextChannelConverter.convert:5 -#: discord.ext.commands.converter.ThreadConverter.convert:5 -#: discord.ext.commands.converter.UserConverter.convert:5 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:5 -#: discord.ext.commands.converter.clean_content.convert:5 of -msgid "" -"If an error is found while converting, it is recommended to raise a " -":exc:`.CommandError` derived exception as it will properly propagate to " -"the error handlers." -msgstr "" - -#: discord.ext.commands.converter.CategoryChannelConverter.convert:9 -#: discord.ext.commands.converter.ColourConverter.convert:9 -#: discord.ext.commands.converter.Converter.convert:9 -#: discord.ext.commands.converter.EmojiConverter.convert:9 -#: discord.ext.commands.converter.GameConverter.convert:9 -#: discord.ext.commands.converter.GuildChannelConverter.convert:9 -#: discord.ext.commands.converter.GuildConverter.convert:9 -#: discord.ext.commands.converter.GuildStickerConverter.convert:9 -#: discord.ext.commands.converter.InviteConverter.convert:9 -#: discord.ext.commands.converter.MemberConverter.convert:9 -#: discord.ext.commands.converter.MessageConverter.convert:9 -#: discord.ext.commands.converter.ObjectConverter.convert:9 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:9 -#: discord.ext.commands.converter.PartialMessageConverter.convert:9 -#: discord.ext.commands.converter.RoleConverter.convert:9 -#: discord.ext.commands.converter.StageChannelConverter.convert:9 -#: discord.ext.commands.converter.StoreChannelConverter.convert:9 -#: discord.ext.commands.converter.TextChannelConverter.convert:9 -#: discord.ext.commands.converter.ThreadConverter.convert:9 -#: discord.ext.commands.converter.UserConverter.convert:9 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:9 -#: discord.ext.commands.converter.clean_content.convert:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:5 +msgid "If an error is found while converting, it is recommended to raise a :exc:`.CommandError` derived exception as it will properly propagate to the error handlers." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:9 msgid "The invocation context that the argument is being used in." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter.convert:11 -#: discord.ext.commands.converter.ColourConverter.convert:11 -#: discord.ext.commands.converter.Converter.convert:11 -#: discord.ext.commands.converter.EmojiConverter.convert:11 -#: discord.ext.commands.converter.GameConverter.convert:11 -#: discord.ext.commands.converter.GuildChannelConverter.convert:11 -#: discord.ext.commands.converter.GuildConverter.convert:11 -#: discord.ext.commands.converter.GuildStickerConverter.convert:11 -#: discord.ext.commands.converter.InviteConverter.convert:11 -#: discord.ext.commands.converter.MemberConverter.convert:11 -#: discord.ext.commands.converter.MessageConverter.convert:11 -#: discord.ext.commands.converter.ObjectConverter.convert:11 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:11 -#: discord.ext.commands.converter.PartialMessageConverter.convert:11 -#: discord.ext.commands.converter.RoleConverter.convert:11 -#: discord.ext.commands.converter.StageChannelConverter.convert:11 -#: discord.ext.commands.converter.StoreChannelConverter.convert:11 -#: discord.ext.commands.converter.TextChannelConverter.convert:11 -#: discord.ext.commands.converter.ThreadConverter.convert:11 -#: discord.ext.commands.converter.UserConverter.convert:11 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:11 -#: discord.ext.commands.converter.clean_content.convert:11 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:11 msgid "The argument that is being converted." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter.convert:14 -#: discord.ext.commands.converter.ColourConverter.convert:14 -#: discord.ext.commands.converter.Converter.convert:14 -#: discord.ext.commands.converter.EmojiConverter.convert:14 -#: discord.ext.commands.converter.GameConverter.convert:14 -#: discord.ext.commands.converter.GuildChannelConverter.convert:14 -#: discord.ext.commands.converter.GuildConverter.convert:14 -#: discord.ext.commands.converter.GuildStickerConverter.convert:14 -#: discord.ext.commands.converter.InviteConverter.convert:14 -#: discord.ext.commands.converter.MemberConverter.convert:14 -#: discord.ext.commands.converter.MessageConverter.convert:14 -#: discord.ext.commands.converter.ObjectConverter.convert:14 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:14 -#: discord.ext.commands.converter.PartialMessageConverter.convert:14 -#: discord.ext.commands.converter.RoleConverter.convert:14 -#: discord.ext.commands.converter.StageChannelConverter.convert:14 -#: discord.ext.commands.converter.StoreChannelConverter.convert:14 -#: discord.ext.commands.converter.TextChannelConverter.convert:14 -#: discord.ext.commands.converter.ThreadConverter.convert:14 -#: discord.ext.commands.converter.UserConverter.convert:14 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:14 -#: discord.ext.commands.converter.clean_content.convert:14 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:14 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:14 msgid "A generic exception occurred when converting the argument." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter.convert:15 -#: discord.ext.commands.converter.ColourConverter.convert:15 -#: discord.ext.commands.converter.Converter.convert:15 -#: discord.ext.commands.converter.EmojiConverter.convert:15 -#: discord.ext.commands.converter.GameConverter.convert:15 -#: discord.ext.commands.converter.GuildChannelConverter.convert:15 -#: discord.ext.commands.converter.GuildConverter.convert:15 -#: discord.ext.commands.converter.GuildStickerConverter.convert:15 -#: discord.ext.commands.converter.InviteConverter.convert:15 -#: discord.ext.commands.converter.MemberConverter.convert:15 -#: discord.ext.commands.converter.MessageConverter.convert:15 -#: discord.ext.commands.converter.ObjectConverter.convert:15 -#: discord.ext.commands.converter.PartialEmojiConverter.convert:15 -#: discord.ext.commands.converter.PartialMessageConverter.convert:15 -#: discord.ext.commands.converter.RoleConverter.convert:15 -#: discord.ext.commands.converter.StageChannelConverter.convert:15 -#: discord.ext.commands.converter.StoreChannelConverter.convert:15 -#: discord.ext.commands.converter.TextChannelConverter.convert:15 -#: discord.ext.commands.converter.ThreadConverter.convert:15 -#: discord.ext.commands.converter.UserConverter.convert:15 -#: discord.ext.commands.converter.VoiceChannelConverter.convert:15 -#: discord.ext.commands.converter.clean_content.convert:15 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Converter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter.convert:15 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content.convert:15 msgid "The converter failed to convert the argument." msgstr "" -#: discord.ext.commands.converter.ObjectConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter:1 msgid "Converts to a :class:`~discord.Object`." msgstr "" -#: discord.ext.commands.converter.ObjectConverter:3 of -msgid "" -"The argument must follow the valid ID or mention formats (e.g. " -"`<@80088516616269824>`)." -msgstr "" - -#: discord.ext.commands.converter.CategoryChannelConverter:6 -#: discord.ext.commands.converter.EmojiConverter:6 -#: discord.ext.commands.converter.GuildChannelConverter:6 -#: discord.ext.commands.converter.GuildConverter:3 -#: discord.ext.commands.converter.GuildStickerConverter:6 -#: discord.ext.commands.converter.MemberConverter:6 -#: discord.ext.commands.converter.MessageConverter:5 -#: discord.ext.commands.converter.ObjectConverter:7 -#: discord.ext.commands.converter.RoleConverter:6 -#: discord.ext.commands.converter.StageChannelConverter:8 -#: discord.ext.commands.converter.StoreChannelConverter:6 -#: discord.ext.commands.converter.TextChannelConverter:6 -#: discord.ext.commands.converter.ThreadConverter:5 -#: discord.ext.commands.converter.UserConverter:5 -#: discord.ext.commands.converter.VoiceChannelConverter:6 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter:3 +msgid "The argument must follow the valid ID or mention formats (e.g. `<@80088516616269824>`)." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter:7 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter:6 msgid "The lookup strategy is as follows (in order):" msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter:8 -#: discord.ext.commands.converter.EmojiConverter:8 -#: discord.ext.commands.converter.GuildChannelConverter:8 -#: discord.ext.commands.converter.GuildConverter:5 -#: discord.ext.commands.converter.MemberConverter:8 -#: discord.ext.commands.converter.ObjectConverter:9 -#: discord.ext.commands.converter.RoleConverter:8 -#: discord.ext.commands.converter.StageChannelConverter:10 -#: discord.ext.commands.converter.StoreChannelConverter:8 -#: discord.ext.commands.converter.TextChannelConverter:8 -#: discord.ext.commands.converter.ThreadConverter:7 -#: discord.ext.commands.converter.UserConverter:7 -#: discord.ext.commands.converter.VoiceChannelConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:7 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:7 msgid "Lookup by ID." msgstr "" -#: discord.ext.commands.converter.ObjectConverter:10 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ObjectConverter:10 msgid "Lookup by member, role, or channel mention." msgstr "" -#: discord.ext.commands.converter.MemberConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:1 msgid "Converts to a :class:`~discord.Member`." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter:3 -#: discord.ext.commands.converter.GuildChannelConverter:3 -#: discord.ext.commands.converter.MemberConverter:3 -#: discord.ext.commands.converter.StageChannelConverter:5 -#: discord.ext.commands.converter.StoreChannelConverter:3 -#: discord.ext.commands.converter.TextChannelConverter:3 -#: discord.ext.commands.converter.VoiceChannelConverter:3 of -msgid "" -"All lookups are via the local guild. If in a DM context, then the lookup " -"is done by the global cache." -msgstr "" - -#: discord.ext.commands.converter.CategoryChannelConverter:9 -#: discord.ext.commands.converter.GuildChannelConverter:9 -#: discord.ext.commands.converter.MemberConverter:9 -#: discord.ext.commands.converter.RoleConverter:9 -#: discord.ext.commands.converter.StageChannelConverter:11 -#: discord.ext.commands.converter.StoreChannelConverter:9 -#: discord.ext.commands.converter.TextChannelConverter:9 -#: discord.ext.commands.converter.ThreadConverter:8 -#: discord.ext.commands.converter.UserConverter:8 -#: discord.ext.commands.converter.VoiceChannelConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:5 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:3 +msgid "All lookups are via the local guild. If in a DM context, then the lookup is done by the global cache." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:8 msgid "Lookup by mention." msgstr "" -#: discord.ext.commands.converter.MemberConverter:10 -#: discord.ext.commands.converter.UserConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:9 msgid "Lookup by name#discrim" msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter:10 -#: discord.ext.commands.converter.EmojiConverter:10 -#: discord.ext.commands.converter.MemberConverter:11 -#: discord.ext.commands.converter.RoleConverter:10 -#: discord.ext.commands.converter.StageChannelConverter:12 -#: discord.ext.commands.converter.TextChannelConverter:10 -#: discord.ext.commands.converter.UserConverter:10 -#: discord.ext.commands.converter.VoiceChannelConverter:10 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:11 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:12 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:10 msgid "Lookup by name" msgstr "" -#: discord.ext.commands.converter.MemberConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:12 msgid "Lookup by nickname" msgstr "" -#: discord.ext.commands.converter.MemberConverter:14 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:14 msgid "Raise :exc:`.MemberNotFound` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.MemberConverter:17 of -msgid "" -"This converter now lazily fetches members from the gateway and HTTP APIs," -" optionally caching the result if :attr:`.MemberCacheFlags.joined` is " -"enabled." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MemberConverter:17 +msgid "This converter now lazily fetches members from the gateway and HTTP APIs, optionally caching the result if :attr:`.MemberCacheFlags.joined` is enabled." msgstr "" -#: discord.ext.commands.converter.UserConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:1 msgid "Converts to a :class:`~discord.User`." msgstr "" -#: discord.ext.commands.converter.UserConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:3 msgid "All lookups are via the global user cache." msgstr "" -#: discord.ext.commands.converter.UserConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:12 msgid "Raise :exc:`.UserNotFound` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.UserConverter:15 of -msgid "" -"This converter now lazily fetches users from the HTTP APIs if an ID is " -"passed and it's not available in cache." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.UserConverter:15 +msgid "This converter now lazily fetches users from the HTTP APIs if an ID is passed and it's not available in cache." msgstr "" -#: discord.ext.commands.converter.MessageConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:1 msgid "Converts to a :class:`discord.Message`." msgstr "" -#: discord.ext.commands.converter.MessageConverter:7 of -msgid "" -"Lookup by \"{channel ID}-{message ID}\" (retrieved by shift-clicking on " -"\"Copy ID\")" +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:7 +msgid "Lookup by \"{channel ID}-{message ID}\" (retrieved by shift-clicking on \"Copy ID\")" msgstr "" -#: discord.ext.commands.converter.MessageConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:8 msgid "Lookup by message ID (the message **must** be in the context channel)" msgstr "" -#: discord.ext.commands.converter.MessageConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:9 msgid "Lookup by message URL" msgstr "" -#: discord.ext.commands.converter.MessageConverter:11 of -msgid "" -"Raise :exc:`.ChannelNotFound`, :exc:`.MessageNotFound` or " -":exc:`.ChannelNotReadable` instead of generic :exc:`.BadArgument`" +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.MessageConverter:11 +msgid "Raise :exc:`.ChannelNotFound`, :exc:`.MessageNotFound` or :exc:`.ChannelNotReadable` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.PartialMessageConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter:1 msgid "Converts to a :class:`discord.PartialMessage`." msgstr "" -#: discord.ext.commands.converter.PartialMessageConverter:5 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter:5 msgid "The creation strategy is as follows (in order):" msgstr "" -#: discord.ext.commands.converter.PartialMessageConverter:7 of -msgid "" -"By \"{channel ID}-{message ID}\" (retrieved by shift-clicking on \"Copy " -"ID\")" +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter:7 +msgid "By \"{channel ID}-{message ID}\" (retrieved by shift-clicking on \"Copy ID\")" msgstr "" -#: discord.ext.commands.converter.PartialMessageConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter:8 msgid "By message ID (The message is assumed to be in the context channel.)" msgstr "" -#: discord.ext.commands.converter.PartialMessageConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialMessageConverter:9 msgid "By message URL" msgstr "" -#: discord.ext.commands.converter.GuildChannelConverter:1 of -#, fuzzy +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:1 msgid "Converts to a :class:`~discord.abc.GuildChannel`." -msgstr ":class:`.Guild`" +msgstr "" -#: discord.ext.commands.converter.GuildChannelConverter:10 -#: discord.ext.commands.converter.StoreChannelConverter:10 -#: discord.ext.commands.converter.ThreadConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:9 msgid "Lookup by name." msgstr "" -#: discord.ext.commands.converter.TextChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:1 msgid "Converts to a :class:`~discord.TextChannel`." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter:12 -#: discord.ext.commands.converter.TextChannelConverter:12 -#: discord.ext.commands.converter.VoiceChannelConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.TextChannelConverter:12 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:12 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:12 msgid "Raise :exc:`.ChannelNotFound` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.VoiceChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.VoiceChannelConverter:1 msgid "Converts to a :class:`~discord.VoiceChannel`." msgstr "" -#: discord.ext.commands.converter.StoreChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StoreChannelConverter:1 msgid "Converts to a :class:`~discord.StoreChannel`." msgstr "" -#: discord.ext.commands.converter.StageChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.StageChannelConverter:1 msgid "Converts to a :class:`~discord.StageChannel`." msgstr "" -#: discord.ext.commands.converter.CategoryChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.CategoryChannelConverter:1 msgid "Converts to a :class:`~discord.CategoryChannel`." msgstr "" -#: discord.ext.commands.converter.InviteConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter:1 msgid "Converts to a :class:`~discord.Invite`." msgstr "" -#: discord.ext.commands.converter.InviteConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter:3 msgid "This is done via an HTTP request using :meth:`.Bot.fetch_invite`." msgstr "" -#: discord.ext.commands.converter.InviteConverter:5 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.InviteConverter:5 msgid "Raise :exc:`.BadInviteArgument` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.GuildConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter:1 msgid "Converts to a :class:`~discord.Guild`." msgstr "" -#: discord.ext.commands.converter.GuildConverter:6 of -msgid "" -"Lookup by name. (There is no disambiguation for Guilds with multiple " -"matching names)." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildConverter:6 +msgid "Lookup by name. (There is no disambiguation for Guilds with multiple matching names)." msgstr "" -#: discord.ext.commands.converter.RoleConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:1 msgid "Converts to a :class:`~discord.Role`." msgstr "" -#: discord.ext.commands.converter.RoleConverter:3 of -msgid "" -"All lookups are via the local guild. If in a DM context, the converter " -"raises :exc:`.NoPrivateMessage` exception." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:3 +msgid "All lookups are via the local guild. If in a DM context, the converter raises :exc:`.NoPrivateMessage` exception." msgstr "" -#: discord.ext.commands.converter.RoleConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.RoleConverter:12 msgid "Raise :exc:`.RoleNotFound` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.GameConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GameConverter:1 msgid "Converts to :class:`~discord.Game`." msgstr "" -#: discord.ext.commands.converter.ColourConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:1 msgid "Converts to a :class:`~discord.Colour`." msgstr "" -#: discord.ext.commands.converter.ColourConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:3 msgid "Add an alias named ColorConverter" msgstr "" -#: discord.ext.commands.converter.ColourConverter:6 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:6 msgid "The following formats are accepted:" msgstr "" -#: discord.ext.commands.converter.ColourConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:8 msgid "``0x``" msgstr "" -#: discord.ext.commands.converter.ColourConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:9 msgid "``#``" msgstr "" -#: discord.ext.commands.converter.ColourConverter:10 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:10 msgid "``0x#``" msgstr "" -#: discord.ext.commands.converter.ColourConverter:11 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:11 msgid "``rgb(, , )``" msgstr "" -#: discord.ext.commands.converter.ColourConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:12 msgid "Any of the ``classmethod`` in :class:`~discord.Colour`" msgstr "" -#: discord.ext.commands.converter.ColourConverter:14 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:14 msgid "The ``_`` in the name can be optionally replaced with spaces." msgstr "" -#: discord.ext.commands.converter.ColourConverter:16 of -msgid "" -"Like CSS, ```` can be either 0-255 or 0-100% and ```` can be" -" either a 6 digit hex number or a 3 digit hex shortcut (e.g. #fff)." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:16 +msgid "Like CSS, ```` can be either 0-255 or 0-100% and ```` can be either a 6 digit hex number or a 3 digit hex shortcut (e.g. #fff)." msgstr "" -#: discord.ext.commands.converter.ColourConverter:19 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:19 msgid "Raise :exc:`.BadColourArgument` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.ColourConverter:22 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ColourConverter:22 msgid "Added support for ``rgb`` function and 3-digit hex shortcuts" msgstr "" -#: discord.ext.commands.converter.EmojiConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:1 msgid "Converts to a :class:`~discord.Emoji`." msgstr "" -#: discord.ext.commands.converter.EmojiConverter:3 -#: discord.ext.commands.converter.GuildStickerConverter:3 of -msgid "" -"All lookups are done for the local guild first, if available. If that " -"lookup fails, then it checks the client's global cache." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter:3 +msgid "All lookups are done for the local guild first, if available. If that lookup fails, then it checks the client's global cache." msgstr "" -#: discord.ext.commands.converter.EmojiConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:9 msgid "Lookup by extracting ID from the emoji." msgstr "" -#: discord.ext.commands.converter.EmojiConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.EmojiConverter:12 msgid "Raise :exc:`.EmojiNotFound` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.PartialEmojiConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter:1 msgid "Converts to a :class:`~discord.PartialEmoji`." msgstr "" -#: discord.ext.commands.converter.PartialEmojiConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter:3 msgid "This is done by extracting the animated flag, name and ID from the emoji." msgstr "" -#: discord.ext.commands.converter.PartialEmojiConverter:5 of -msgid "" -"Raise :exc:`.PartialEmojiConversionFailure` instead of generic " -":exc:`.BadArgument`" +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.PartialEmojiConverter:5 +msgid "Raise :exc:`.PartialEmojiConversionFailure` instead of generic :exc:`.BadArgument`" msgstr "" -#: discord.ext.commands.converter.ThreadConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:1 msgid "Coverts to a :class:`~discord.Thread`." msgstr "" -#: discord.ext.commands.converter.ThreadConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.ThreadConverter:3 msgid "All lookups are via the local guild." msgstr "" -#: discord.ext.commands.converter.GuildStickerConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter:1 msgid "Converts to a :class:`~discord.GuildSticker`." msgstr "" -#: discord.ext.commands.converter.GuildStickerConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.GuildStickerConverter:8 msgid "1. Lookup by ID. 3. Lookup by name" msgstr "" -#: discord.ext.commands.converter.clean_content:1 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:1 msgid "Converts the argument to mention scrubbed version of said content." msgstr "" -#: discord.ext.commands.converter.clean_content:4 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:4 msgid "This behaves similarly to :attr:`~discord.Message.clean_content`." msgstr "" -#: discord.ext.commands.converter.clean_content:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:8 msgid "Whether to clean channel mentions." msgstr "" -#: discord.ext.commands.converter.clean_content:14 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:14 msgid "Whether to use nicknames when transforming mentions." msgstr "" -#: discord.ext.commands.converter.clean_content:20 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:20 msgid "Whether to also escape special markdown characters." msgstr "" -#: discord.ext.commands.converter.clean_content:26 of -msgid "" -"Whether to also remove special markdown characters. This option is not " -"supported with ``escape_markdown``" +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.clean_content:26 +msgid "Whether to also remove special markdown characters. This option is not supported with ``escape_markdown``" msgstr "" -#: discord.ext.commands.converter.Greedy:1 of -msgid "" -"A special converter that greedily consumes arguments until it can't. As a" -" consequence of this behaviour, most input errors are silently discarded," -" since it is used as an indicator of when to stop parsing." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Greedy:1 +msgid "A special converter that greedily consumes arguments until it can't. As a consequence of this behaviour, most input errors are silently discarded, since it is used as an indicator of when to stop parsing." msgstr "" -#: discord.ext.commands.converter.Greedy:5 of -msgid "" -"When a parser error is met the greedy converter stops converting, undoes " -"the internal string parsing routine, and continues parsing regularly." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Greedy:5 +msgid "When a parser error is met the greedy converter stops converting, undoes the internal string parsing routine, and continues parsing regularly." msgstr "" -#: discord.ext.commands.converter.Greedy:8 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Greedy:8 msgid "For example, in the following code:" msgstr "" -#: discord.ext.commands.converter.Greedy:16 of -msgid "" -"An invocation of ``[p]test 1 2 3 4 5 6 hello`` would pass ``numbers`` " -"with ``[1, 2, 3, 4, 5, 6]`` and ``reason`` with ``hello``\\." +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Greedy:16 +msgid "An invocation of ``[p]test 1 2 3 4 5 6 hello`` would pass ``numbers`` with ``[1, 2, 3, 4, 5, 6]`` and ``reason`` with ``hello``\\." msgstr "" -#: discord.ext.commands.converter.Greedy:19 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Greedy:19 msgid "For more information, check :ref:`ext_commands_special_converters`." msgstr "" -#: discord.ext.commands.converter.run_converters:3 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:3 msgid "Runs converters for a given converter, argument, and parameter." msgstr "" -#: discord.ext.commands.converter.run_converters:5 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:5 msgid "This function does the same work that the library does under the hood." msgstr "" -#: discord.ext.commands.converter.run_converters:9 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:9 msgid "The invocation context to run the converters under." msgstr "" -#: discord.ext.commands.converter.run_converters:11 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:11 msgid "The converter to run, this corresponds to the annotation in the function." msgstr "" -#: discord.ext.commands.converter.run_converters:13 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:13 msgid "The argument to convert to." msgstr "" -#: discord.ext.commands.converter.run_converters:15 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:15 msgid "The parameter being converted. This is mainly for error reporting." msgstr "" -#: discord.ext.commands.converter.run_converters:18 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:18 msgid "The converter failed to convert." msgstr "" -#: discord.ext.commands.converter.run_converters:20 of +#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:20 msgid "The resulting conversion." msgstr "" @@ -6057,830 +5339,730 @@ msgstr "" msgid "Flag Converter" msgstr "" -#: discord.ext.commands.flags.FlagConverter:1 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:1 msgid "A converter that allows for a user-friendly flag syntax." msgstr "" -#: discord.ext.commands.flags.FlagConverter:3 of -msgid "" -"The flags are defined using :pep:`526` type annotations similar to the " -":mod:`dataclasses` Python module. For more information on how this " -"converter works, check the appropriate :ref:`documentation " -"`." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:3 +msgid "The flags are defined using :pep:`526` type annotations similar to the :mod:`dataclasses` Python module. For more information on how this converter works, check the appropriate :ref:`documentation `." msgstr "" -#: discord.ext.commands.flags.FlagConverter:12 of -msgid "" -"Returns an iterator of ``(flag_name, flag_value)`` pairs. This allows it " -"to be, for example, constructed as a dict or a list of pairs. Note that " -"aliases are not shown." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:12 +msgid "Returns an iterator of ``(flag_name, flag_value)`` pairs. This allows it to be, for example, constructed as a dict or a list of pairs. Note that aliases are not shown." msgstr "" -#: discord.ext.commands.flags.FlagConverter:18 of -msgid "" -"A class parameter to toggle case insensitivity of the flag parsing. If " -"``True`` then flags are parsed in a case insensitive manner. Defaults to " -"``False``." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:18 +msgid "A class parameter to toggle case insensitivity of the flag parsing. If ``True`` then flags are parsed in a case insensitive manner. Defaults to ``False``." msgstr "" -#: discord.ext.commands.flags.FlagConverter:22 of -msgid "" -"The prefix that all flags must be prefixed with. By default there is no " -"prefix." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:22 +msgid "The prefix that all flags must be prefixed with. By default there is no prefix." msgstr "" -#: discord.ext.commands.flags.FlagConverter:25 of -msgid "" -"The delimiter that separates a flag's argument from the flag's name. By " -"default this is ``:``." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter:25 +msgid "The delimiter that separates a flag's argument from the flag's name. By default this is ``:``." msgstr "" -#: discord.ext.commands.flags.FlagConverter.get_flags:1 of -msgid "" -"Dict[:class:`str`, :class:`Flag`]: A mapping of flag name to flag object " -"this converter has." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.get_flags:1 +msgid "Dict[:class:`str`, :class:`Flag`]: A mapping of flag name to flag object this converter has." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:3 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:3 msgid "The method that actually converters an argument to the flag mapping." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:5 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:5 msgid "The flag converter class." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:9 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:9 msgid "The argument to convert from." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:12 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:12 msgid "A flag related parsing error." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:13 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:13 msgid "A command related error." -msgstr "コマンドに関連するエラー。" +msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:15 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:15 msgid "The flag converter instance with all flags parsed." msgstr "" -#: discord.ext.commands.flags.FlagConverter.convert:16 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.FlagConverter.convert:16 msgid ":class:`FlagConverter`" -msgstr ":class:`FlagConverter`" +msgstr "" -#: discord.ext.commands.flags.Flag:1 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:1 msgid "Represents a flag parameter for :class:`FlagConverter`." msgstr "" -#: discord.ext.commands.flags.Flag:3 of -msgid "" -"The :func:`~discord.ext.commands.flag` function helps create these flag " -"objects, but it is not necessary to do so. These cannot be constructed " -"manually." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:3 +msgid "The :func:`~discord.ext.commands.flag` function helps create these flag objects, but it is not necessary to do so. These cannot be constructed manually." msgstr "" -#: discord.ext.commands.flags.Flag:9 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:9 msgid "The name of the flag." msgstr "" -#: discord.ext.commands.flags.Flag:15 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:15 msgid "The aliases of the flag name." msgstr "" -#: discord.ext.commands.flags.Flag:21 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:21 msgid "The attribute in the class that corresponds to this flag." msgstr "" -#: discord.ext.commands.flags.Flag:27 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:27 msgid "The default value of the flag, if available." msgstr "" -#: discord.ext.commands.flags.Flag:29 discord.ext.commands.flags.Flag:35 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:29 +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:35 msgid "Any" msgstr "" -#: discord.ext.commands.flags.Flag:33 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:33 msgid "The underlying evaluated annotation of the flag." msgstr "" -#: discord.ext.commands.flags.Flag:39 of -msgid "" -"The maximum number of arguments the flag can accept. A negative value " -"indicates an unlimited amount of arguments." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:39 +msgid "The maximum number of arguments the flag can accept. A negative value indicates an unlimited amount of arguments." msgstr "" -#: discord.ext.commands.flags.Flag:46 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.Flag:46 msgid "Whether multiple given values overrides the previous value." msgstr "" -#: discord.ext.commands.Flag.required:1 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.Flag.required:1 msgid "Whether the flag is required." msgstr "" -#: discord.ext.commands.Flag.required:3 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.Flag.required:3 msgid "A required flag has no default value." msgstr "" -#: discord.ext.commands.flags.flag:1 of -msgid "" -"Override default functionality and parameters of the underlying " -":class:`FlagConverter` class attributes." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:1 +msgid "Override default functionality and parameters of the underlying :class:`FlagConverter` class attributes." msgstr "" -#: discord.ext.commands.flags.flag:4 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:4 msgid "The flag name. If not given, defaults to the attribute name." msgstr "" -#: discord.ext.commands.flags.flag:6 of +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:6 msgid "Aliases to the flag name. If not given no aliases are set." msgstr "" -#: discord.ext.commands.flags.flag:8 of -msgid "" -"The default parameter. This could be either a value or a callable that " -"takes :class:`Context` as its sole parameter. If not given then it " -"defaults to the default value given to the attribute." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:8 +msgid "The default parameter. This could be either a value or a callable that takes :class:`Context` as its sole parameter. If not given then it defaults to the default value given to the attribute." msgstr "" -#: discord.ext.commands.flags.flag:12 of -msgid "" -"The maximum number of arguments the flag can accept. A negative value " -"indicates an unlimited amount of arguments. The default value depends on " -"the annotation given." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:12 +msgid "The maximum number of arguments the flag can accept. A negative value indicates an unlimited amount of arguments. The default value depends on the annotation given." msgstr "" -#: discord.ext.commands.flags.flag:16 of -msgid "" -"Whether multiple given values overrides the previous value. The default " -"value depends on the annotation given." +#: ../../../discord/ext/commands/flags.py:docstring of discord.ext.commands.flags.flag:16 +msgid "Whether multiple given values overrides the previous value. The default value depends on the annotation given." msgstr "" #: ../../ext/commands/api.rst:443 msgid "Exceptions" msgstr "" -#: discord.ext.commands.errors.CommandError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandError:1 msgid "The base exception type for all command related errors." msgstr "コマンドに関連するエラーすべての基礎となる例外。" -#: discord.ext.commands.errors.CommandError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandError:3 msgid "This inherits from :exc:`discord.DiscordException`." msgstr "これは :exc:`discord.DiscordException` を継承しています。" -#: discord.ext.commands.errors.CommandError:5 of -msgid "" -"This exception and exceptions inherited from it are handled in a special " -"way as they are caught and passed into a special event from " -":class:`.Bot`\\, :func:`.on_command_error`." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandError:5 +msgid "This exception and exceptions inherited from it are handled in a special way as they are caught and passed into a special event from :class:`.Bot`\\, :func:`.on_command_error`." msgstr "" -#: discord.ext.commands.errors.ConversionError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:1 msgid "Exception raised when a Converter class raises non-CommandError." msgstr "Converter クラスで、CommandErrorではない例外が発生した際に、発生する例外。" -#: discord.ext.commands.errors.CommandNotFound:7 -#: discord.ext.commands.errors.ConversionError:3 -#: discord.ext.commands.errors.MaxConcurrencyReached:3 -#: discord.ext.commands.errors.UserInputError:4 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandNotFound:7 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserInputError:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:3 msgid "This inherits from :exc:`CommandError`." msgstr "" -#: discord.ext.commands.errors.ConversionError:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:7 msgid "The converter that failed." msgstr "" -#: discord.ext.commands.errors.ConversionError:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:9 msgid ":class:`discord.ext.commands.Converter`" -msgstr "" +msgstr ":class:`discord.ext.commands.Converter`" -#: discord.ext.commands.errors.CommandInvokeError:7 -#: discord.ext.commands.errors.ConversionError:13 -#: discord.ext.commands.errors.ExtensionFailed:13 of -msgid "" -"The original exception that was raised. You can also get this via the " -"``__cause__`` attribute." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:13 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandInvokeError:7 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:13 +msgid "The original exception that was raised. You can also get this via the ``__cause__`` attribute." msgstr "Converter内で発生した元の例外。 ``__cause__`` からも取得できます。" -#: discord.ext.commands.errors.CommandInvokeError:10 -#: discord.ext.commands.errors.ConversionError:16 -#: discord.ext.commands.errors.ExtensionFailed:16 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ConversionError:16 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandInvokeError:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:16 msgid ":exc:`Exception`" msgstr "" -#: discord.ext.commands.errors.MissingRequiredArgument:1 of -msgid "" -"Exception raised when parsing a command and a parameter that is required " -"is not encountered." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredArgument:1 +msgid "Exception raised when parsing a command and a parameter that is required is not encountered." msgstr "コマンドのパラメータ解析の際、要求されたパラメータに値が渡されていない場合に発生します。" -#: discord.ext.commands.errors.BadArgument:4 -#: discord.ext.commands.errors.BadLiteralArgument:4 -#: discord.ext.commands.errors.BadUnionArgument:4 -#: discord.ext.commands.errors.MissingRequiredArgument:4 -#: discord.ext.commands.errors.TooManyArguments:4 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredArgument:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadArgument:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyArguments:4 msgid "This inherits from :exc:`UserInputError`" msgstr "" -#: discord.ext.commands.errors.MissingRequiredArgument:8 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredArgument:8 msgid "The argument that is missing." msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:12 -#: discord.ext.commands.errors.BadUnionArgument:10 -#: discord.ext.commands.errors.MissingRequiredArgument:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredArgument:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:10 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:12 msgid ":class:`inspect.Parameter`" -msgstr "" +msgstr ":class:`inspect.Parameter`" -#: discord.ext.commands.errors.ArgumentParsingError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ArgumentParsingError:1 msgid "An exception raised when the parser fails to parse a user's input." msgstr "" -#: discord.ext.commands.errors.ArgumentParsingError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ArgumentParsingError:3 msgid "This inherits from :exc:`UserInputError`." msgstr "" -#: discord.ext.commands.errors.ArgumentParsingError:5 of -msgid "" -"There are child classes that implement more granular parsing errors for " -"i18n purposes." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ArgumentParsingError:5 +msgid "There are child classes that implement more granular parsing errors for i18n purposes." msgstr "" -#: discord.ext.commands.errors.UnexpectedQuoteError:1 of -msgid "" -"An exception raised when the parser encounters a quote mark inside a non-" -"quoted string." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UnexpectedQuoteError:1 +msgid "An exception raised when the parser encounters a quote mark inside a non-quoted string." msgstr "" -#: discord.ext.commands.errors.ExpectedClosingQuoteError:3 -#: discord.ext.commands.errors.InvalidEndOfQuotedStringError:4 -#: discord.ext.commands.errors.UnexpectedQuoteError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UnexpectedQuoteError:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.InvalidEndOfQuotedStringError:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExpectedClosingQuoteError:3 msgid "This inherits from :exc:`ArgumentParsingError`." msgstr "" -#: discord.ext.commands.errors.UnexpectedQuoteError:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UnexpectedQuoteError:7 msgid "The quote mark that was found inside the non-quoted string." msgstr "" -#: discord.ext.commands.errors.InvalidEndOfQuotedStringError:1 of -msgid "" -"An exception raised when a space is expected after the closing quote in a" -" string but a different character is found." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.InvalidEndOfQuotedStringError:1 +msgid "An exception raised when a space is expected after the closing quote in a string but a different character is found." msgstr "" -#: discord.ext.commands.errors.InvalidEndOfQuotedStringError:8 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.InvalidEndOfQuotedStringError:8 msgid "The character found instead of the expected string." msgstr "" -#: discord.ext.commands.errors.ExpectedClosingQuoteError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExpectedClosingQuoteError:1 msgid "An exception raised when a quote character is expected but not found." msgstr "" -#: discord.ext.commands.errors.ExpectedClosingQuoteError:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExpectedClosingQuoteError:7 msgid "The quote character expected." msgstr "" -#: discord.ext.commands.errors.BadArgument:1 of -msgid "" -"Exception raised when a parsing or conversion failure is encountered on " -"an argument to pass into a command." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadArgument:1 +msgid "Exception raised when a parsing or conversion failure is encountered on an argument to pass into a command." msgstr "コマンドの引数に渡された値の解析、または変換に失敗した場合に発生する例外。" -#: discord.ext.commands.errors.BadUnionArgument:1 of -msgid "" -"Exception raised when a :data:`typing.Union` converter fails for all its " -"associated types." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:1 +msgid "Exception raised when a :data:`typing.Union` converter fails for all its associated types." msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:10 -#: discord.ext.commands.errors.BadUnionArgument:8 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:8 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:10 msgid "The parameter that failed being converted." msgstr "" -#: discord.ext.commands.errors.BadUnionArgument:14 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:14 msgid "A tuple of converters attempted in conversion, in order of failure." msgstr "" -#: discord.ext.commands.errors.BadUnionArgument:16 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:16 msgid "Tuple[Type, ``...``]" msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:22 -#: discord.ext.commands.errors.BadUnionArgument:20 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:20 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:22 msgid "A list of errors that were caught from failing the conversion." msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:24 -#: discord.ext.commands.errors.BadUnionArgument:22 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadUnionArgument:22 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:24 msgid "List[:class:`CommandError`]" -msgstr "" +msgstr "List[:class:`CommandError`]" -#: discord.ext.commands.errors.BadLiteralArgument:1 of -msgid "" -"Exception raised when a :data:`typing.Literal` converter fails for all " -"its associated values." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:1 +msgid "Exception raised when a :data:`typing.Literal` converter fails for all its associated values." msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:16 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:16 msgid "A tuple of values compared against in conversion, in order of failure." msgstr "" -#: discord.ext.commands.errors.BadLiteralArgument:18 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadLiteralArgument:18 msgid "Tuple[Any, ``...``]" -msgstr "Tuple[Any, ``...``]" +msgstr "" -#: discord.ext.commands.errors.PrivateMessageOnly:1 of -msgid "" -"Exception raised when an operation does not work outside of private " -"message contexts." -msgstr "" - -#: discord.ext.commands.errors.BotMissingAnyRole:4 -#: discord.ext.commands.errors.BotMissingPermissions:4 -#: discord.ext.commands.errors.BotMissingRole:3 -#: discord.ext.commands.errors.MissingAnyRole:4 -#: discord.ext.commands.errors.MissingPermissions:4 -#: discord.ext.commands.errors.MissingRole:3 -#: discord.ext.commands.errors.NoPrivateMessage:4 -#: discord.ext.commands.errors.NotOwner:3 -#: discord.ext.commands.errors.PrivateMessageOnly:4 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PrivateMessageOnly:1 +msgid "Exception raised when an operation does not work outside of private message contexts." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PrivateMessageOnly:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NoPrivateMessage:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NotOwner:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingPermissions:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingPermissions:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRole:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingRole:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingAnyRole:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingAnyRole:4 msgid "This inherits from :exc:`CheckFailure`" msgstr "" -#: discord.ext.commands.errors.NoPrivateMessage:1 of -msgid "" -"Exception raised when an operation does not work in private message " -"contexts." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NoPrivateMessage:1 +msgid "Exception raised when an operation does not work in private message contexts." msgstr "プライベートメッセージコンテキストで、要求された処理が実行できない場合に発生する例外。" -#: discord.ext.commands.errors.CheckFailure:1 of -msgid "" -"Exception raised when the predicates in :attr:`.Command.checks` have " -"failed." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckFailure:1 +msgid "Exception raised when the predicates in :attr:`.Command.checks` have failed." msgstr "" -#: discord.ext.commands.errors.CheckFailure:3 -#: discord.ext.commands.errors.CommandInvokeError:3 -#: discord.ext.commands.errors.CommandOnCooldown:3 -#: discord.ext.commands.errors.DisabledCommand:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckFailure:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.DisabledCommand:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandInvokeError:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:3 msgid "This inherits from :exc:`CommandError`" msgstr "" -#: discord.ext.commands.errors.CheckAnyFailure:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:1 msgid "Exception raised when all predicates in :func:`check_any` fail." msgstr "" -#: discord.ext.commands.errors.CheckAnyFailure:3 -#: discord.ext.commands.errors.NSFWChannelRequired:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NSFWChannelRequired:3 msgid "This inherits from :exc:`CheckFailure`." msgstr "" -#: discord.ext.commands.errors.CheckAnyFailure:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:9 msgid "A list of errors that were caught during execution." msgstr "" -#: discord.ext.commands.errors.CheckAnyFailure:11 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:11 msgid "List[:class:`CheckFailure`]" -msgstr "" +msgstr "List[:class:`CheckFailure`]" -#: discord.ext.commands.errors.CheckAnyFailure:15 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:15 msgid "A list of check predicates that failed." msgstr "" -#: discord.ext.commands.errors.CheckAnyFailure:17 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CheckAnyFailure:17 msgid "List[Callable[[:class:`Context`], :class:`bool`]]" -msgstr "" +msgstr "List[Callable[[:class:`Context`], :class:`bool`]]" -#: discord.ext.commands.errors.CommandNotFound:1 of -msgid "" -"Exception raised when a command is attempted to be invoked but no command" -" under that name is found." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandNotFound:1 +msgid "Exception raised when a command is attempted to be invoked but no command under that name is found." msgstr "コマンドを呼び出す際に、指定された名前を持つコマンドが存在していなかった場合に発生する例外。" -#: discord.ext.commands.errors.CommandNotFound:4 of -msgid "" -"This is not raised for invalid subcommands, rather just the initial main " -"command that is attempted to be invoked." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandNotFound:4 +msgid "This is not raised for invalid subcommands, rather just the initial main command that is attempted to be invoked." msgstr "" -#: discord.ext.commands.errors.DisabledCommand:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.DisabledCommand:1 msgid "Exception raised when the command being invoked is disabled." msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" -#: discord.ext.commands.errors.CommandInvokeError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandInvokeError:1 msgid "Exception raised when the command being invoked raised an exception." msgstr "" -#: discord.ext.commands.errors.TooManyArguments:1 of -msgid "" -"Exception raised when the command was passed too many arguments and its " -":attr:`.Command.ignore_extra` attribute was not set to ``True``." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyArguments:1 +msgid "Exception raised when the command was passed too many arguments and its :attr:`.Command.ignore_extra` attribute was not set to ``True``." msgstr "" -#: discord.ext.commands.errors.UserInputError:1 of -msgid "" -"The base exception type for errors that involve errors regarding user " -"input." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserInputError:1 +msgid "The base exception type for errors that involve errors regarding user input." msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:1 msgid "Exception raised when the command being invoked is on cooldown." msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:7 of -msgid "" -"A class with attributes ``rate`` and ``per`` similar to the " -":func:`.cooldown` decorator." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:7 +msgid "A class with attributes ``rate`` and ``per`` similar to the :func:`.cooldown` decorator." msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:10 msgid ":class:`.Cooldown`" -msgstr ":class:`.Cooldown`" +msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:14 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:14 msgid "The type associated with the cooldown." msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:16 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:16 msgid ":class:`BucketType`" -msgstr ":class:`BucketType`" +msgstr "" -#: discord.ext.commands.errors.CommandOnCooldown:20 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandOnCooldown:20 msgid "The amount of seconds to wait before you can retry again." msgstr "" -#: discord.ext.commands.errors.MaxConcurrencyReached:1 of -#, fuzzy -msgid "" -"Exception raised when the command being invoked has reached its maximum " -"concurrency." -msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:1 +msgid "Exception raised when the command being invoked has reached its maximum concurrency." +msgstr "" -#: discord.ext.commands.errors.MaxConcurrencyReached:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:7 msgid "The maximum number of concurrent invokers allowed." msgstr "" -#: discord.ext.commands.errors.MaxConcurrencyReached:13 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:13 msgid "The bucket type passed to the :func:`.max_concurrency` decorator." msgstr "" -#: discord.ext.commands.errors.MaxConcurrencyReached:15 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MaxConcurrencyReached:15 msgid ":class:`.BucketType`" -msgstr ":class:`.Guild`" +msgstr ":class:`.BucketType`" -#: discord.ext.commands.errors.NotOwner:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NotOwner:1 msgid "Exception raised when the message author is not the owner of the bot." msgstr "" -#: discord.ext.commands.errors.MessageNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MessageNotFound:1 msgid "Exception raised when the message provided was not found in the channel." msgstr "" -#: discord.ext.commands.errors.BadBoolArgument:3 -#: discord.ext.commands.errors.BadColourArgument:3 -#: discord.ext.commands.errors.BadInviteArgument:3 -#: discord.ext.commands.errors.ChannelNotFound:3 -#: discord.ext.commands.errors.ChannelNotReadable:4 -#: discord.ext.commands.errors.EmojiNotFound:3 -#: discord.ext.commands.errors.GuildNotFound:3 -#: discord.ext.commands.errors.GuildStickerNotFound:3 -#: discord.ext.commands.errors.MemberNotFound:4 -#: discord.ext.commands.errors.MessageNotFound:3 -#: discord.ext.commands.errors.PartialEmojiConversionFailure:4 -#: discord.ext.commands.errors.RoleNotFound:3 -#: discord.ext.commands.errors.ThreadNotFound:3 -#: discord.ext.commands.errors.UserNotFound:4 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MessageNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MemberNotFound:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserNotFound:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotReadable:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ThreadNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadColourArgument:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.RoleNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadInviteArgument:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.EmojiNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PartialEmojiConversionFailure:4 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildStickerNotFound:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadBoolArgument:3 msgid "This inherits from :exc:`BadArgument`" -msgstr "これは :exc:`discord.DiscordException` を継承しています。" +msgstr "" -#: discord.ext.commands.errors.MessageNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MessageNotFound:9 msgid "The message supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.MemberNotFound:1 of -msgid "" -"Exception raised when the member provided was not found in the bot's " -"cache." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MemberNotFound:1 +msgid "Exception raised when the member provided was not found in the bot's cache." msgstr "" -#: discord.ext.commands.errors.MemberNotFound:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MemberNotFound:10 msgid "The member supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.GuildNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildNotFound:1 msgid "Exception raised when the guild provided was not found in the bot's cache." msgstr "" -#: discord.ext.commands.errors.GuildNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildNotFound:9 msgid "The guild supplied by the called that was not found" msgstr "" -#: discord.ext.commands.errors.UserNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserNotFound:1 msgid "Exception raised when the user provided was not found in the bot's cache." msgstr "" -#: discord.ext.commands.errors.UserNotFound:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.UserNotFound:10 msgid "The user supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.ChannelNotFound:1 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotFound:1 msgid "Exception raised when the bot can not find the channel." -msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" +msgstr "" -#: discord.ext.commands.errors.ChannelNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotFound:9 msgid "The channel supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.ChannelNotFound:11 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotFound:11 msgid "Union[:class:`int`, :class:`str`]" -msgstr "Union[:class:`int`, :class:`str`]" +msgstr "" -#: discord.ext.commands.errors.ChannelNotReadable:1 of -#, fuzzy -msgid "" -"Exception raised when the bot does not have permission to read messages " -"in the channel." -msgstr ":exc:`.Forbidden` -- 指定のチャンネルを取得する権限がない。" +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotReadable:1 +msgid "Exception raised when the bot does not have permission to read messages in the channel." +msgstr "" -#: discord.ext.commands.errors.ChannelNotReadable:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotReadable:10 msgid "The channel supplied by the caller that was not readable" msgstr "" -#: discord.ext.commands.errors.ChannelNotReadable:12 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ChannelNotReadable:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NSFWChannelRequired:11 msgid "Union[:class:`.abc.GuildChannel`, :class:`.Thread`]" -msgstr "Union[:class:`.abc.GuildChannel`, :class:`.Thread`]" +msgstr "" -#: discord.ext.commands.errors.ThreadNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ThreadNotFound:1 msgid "Exception raised when the bot can not find the thread." msgstr "" -#: discord.ext.commands.errors.ThreadNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ThreadNotFound:9 msgid "The thread supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.BadColourArgument:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadColourArgument:1 msgid "Exception raised when the colour is not valid." msgstr "" -#: discord.ext.commands.errors.BadColourArgument:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadColourArgument:9 msgid "The colour supplied by the caller that was not valid" msgstr "" -#: discord.ext.commands.errors.RoleNotFound:1 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.RoleNotFound:1 msgid "Exception raised when the bot can not find the role." -msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" +msgstr "" -#: discord.ext.commands.errors.RoleNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.RoleNotFound:9 msgid "The role supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.BadInviteArgument:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadInviteArgument:1 msgid "Exception raised when the invite is invalid or expired." msgstr "" -#: discord.ext.commands.errors.EmojiNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.EmojiNotFound:1 msgid "Exception raised when the bot can not find the emoji." msgstr "" -#: discord.ext.commands.errors.EmojiNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.EmojiNotFound:9 msgid "The emoji supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.PartialEmojiConversionFailure:1 of -msgid "" -"Exception raised when the emoji provided does not match the correct " -"format." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PartialEmojiConversionFailure:1 +msgid "Exception raised when the emoji provided does not match the correct format." msgstr "" -#: discord.ext.commands.errors.PartialEmojiConversionFailure:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.PartialEmojiConversionFailure:10 msgid "The emoji supplied by the caller that did not match the regex" msgstr "" -#: discord.ext.commands.errors.GuildStickerNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildStickerNotFound:1 msgid "Exception raised when the bot can not find the sticker." msgstr "" -#: discord.ext.commands.errors.GuildStickerNotFound:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.GuildStickerNotFound:9 msgid "The sticker supplied by the caller that was not found" msgstr "" -#: discord.ext.commands.errors.BadBoolArgument:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadBoolArgument:1 msgid "Exception raised when a boolean argument was not convertable." msgstr "" -#: discord.ext.commands.errors.BadBoolArgument:9 of -msgid "" -"The boolean argument supplied by the caller that is not in the predefined" -" list" +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadBoolArgument:9 +msgid "The boolean argument supplied by the caller that is not in the predefined list" msgstr "" -#: discord.ext.commands.errors.MissingPermissions:1 of -msgid "" -"Exception raised when the command invoker lacks permissions to run a " -"command." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingPermissions:1 +msgid "Exception raised when the command invoker lacks permissions to run a command." msgstr "" -#: discord.ext.commands.errors.BotMissingPermissions:8 -#: discord.ext.commands.errors.MissingPermissions:8 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingPermissions:8 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingPermissions:8 msgid "The required permissions that are missing." msgstr "" -#: discord.ext.commands.errors.BotMissingPermissions:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingPermissions:1 msgid "Exception raised when the bot's member lacks permissions to run a command." msgstr "" -#: discord.ext.commands.errors.MissingRole:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRole:1 msgid "Exception raised when the command invoker lacks a role to run a command." msgstr "" -#: discord.ext.commands.errors.BotMissingRole:9 -#: discord.ext.commands.errors.MissingRole:9 of -msgid "" -"The required role that is missing. This is the parameter passed to " -":func:`~.commands.has_role`." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRole:9 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingRole:9 +msgid "The required role that is missing. This is the parameter passed to :func:`~.commands.has_role`." msgstr "" -#: discord.ext.commands.errors.BotMissingRole:12 -#: discord.ext.commands.errors.MissingRole:12 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRole:12 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingRole:12 msgid "Union[:class:`str`, :class:`int`]" -msgstr "" +msgstr "Union[:class:`str`, :class:`int`]" -#: discord.ext.commands.errors.BotMissingRole:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingRole:1 msgid "Exception raised when the bot's member lacks a role to run a command." msgstr "" -#: discord.ext.commands.errors.MissingAnyRole:1 of -msgid "" -"Exception raised when the command invoker lacks any of the roles " -"specified to run a command." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingAnyRole:1 +msgid "Exception raised when the command invoker lacks any of the roles specified to run a command." msgstr "" -#: discord.ext.commands.errors.MissingAnyRole:10 of -msgid "" -"The roles that the invoker is missing. These are the parameters passed to" -" :func:`~.commands.has_any_role`." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingAnyRole:10 +msgid "The roles that the invoker is missing. These are the parameters passed to :func:`~.commands.has_any_role`." msgstr "" -#: discord.ext.commands.errors.BotMissingAnyRole:13 -#: discord.ext.commands.errors.MissingAnyRole:13 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingAnyRole:13 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingAnyRole:13 msgid "List[Union[:class:`str`, :class:`int`]]" -msgstr "" +msgstr "List[Union[:class:`str`, :class:`int`]]" -#: discord.ext.commands.errors.BotMissingAnyRole:1 of -msgid "" -"Exception raised when the bot's member lacks any of the roles specified " -"to run a command." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingAnyRole:1 +msgid "Exception raised when the bot's member lacks any of the roles specified to run a command." msgstr "" -#: discord.ext.commands.errors.BotMissingAnyRole:10 of -msgid "" -"The roles that the bot's member is missing. These are the parameters " -"passed to :func:`~.commands.has_any_role`." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BotMissingAnyRole:10 +msgid "The roles that the bot's member is missing. These are the parameters passed to :func:`~.commands.has_any_role`." msgstr "" -#: discord.ext.commands.errors.NSFWChannelRequired:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NSFWChannelRequired:1 msgid "Exception raised when a channel does not have the required NSFW setting." msgstr "" -#: discord.ext.commands.errors.NSFWChannelRequired:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NSFWChannelRequired:9 msgid "The channel that does not have NSFW enabled." msgstr "" -#: discord.ext.commands.errors.FlagError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.FlagError:1 msgid "The base exception type for all flag parsing related errors." msgstr "" -#: discord.ext.commands.errors.FlagError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.FlagError:3 msgid "This inherits from :exc:`BadArgument`." -msgstr "これは :exc:`BadArgument` を継承しています。" +msgstr "" -#: discord.ext.commands.errors.BadFlagArgument:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadFlagArgument:1 msgid "An exception raised when a flag failed to convert a value." msgstr "" -#: discord.ext.commands.errors.BadFlagArgument:3 -#: discord.ext.commands.errors.MissingFlagArgument:3 -#: discord.ext.commands.errors.MissingRequiredFlag:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadFlagArgument:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingFlagArgument:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredFlag:3 msgid "This inherits from :exc:`FlagError`" -msgstr "これは :exc:`FlagError` を継承しています。" +msgstr "" -#: discord.ext.commands.errors.BadFlagArgument:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadFlagArgument:9 msgid "The flag that failed to convert." msgstr "" -#: discord.ext.commands.errors.BadFlagArgument:11 -#: discord.ext.commands.errors.MissingFlagArgument:11 -#: discord.ext.commands.errors.MissingRequiredFlag:11 -#: discord.ext.commands.errors.TooManyFlags:11 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.BadFlagArgument:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingFlagArgument:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:11 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredFlag:11 msgid ":class:`~discord.ext.commands.Flag`" msgstr "" -#: discord.ext.commands.errors.MissingFlagArgument:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingFlagArgument:1 msgid "An exception raised when a flag did not get a value." msgstr "" -#: discord.ext.commands.errors.MissingFlagArgument:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingFlagArgument:9 msgid "The flag that did not get a value." msgstr "" -#: discord.ext.commands.errors.TooManyFlags:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:1 msgid "An exception raised when a flag has received too many values." msgstr "" -#: discord.ext.commands.errors.TooManyFlags:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:3 msgid "This inherits from :exc:`FlagError`." -msgstr "これは :exc:`FlagError` を継承しています。" +msgstr "" -#: discord.ext.commands.errors.TooManyFlags:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:9 msgid "The flag that received too many values." msgstr "" -#: discord.ext.commands.errors.TooManyFlags:15 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.TooManyFlags:15 msgid "The values that were passed." msgstr "" -#: discord.ext.commands.errors.MissingRequiredFlag:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredFlag:1 msgid "An exception raised when a required flag was not given." msgstr "" -#: discord.ext.commands.errors.MissingRequiredFlag:9 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.MissingRequiredFlag:9 msgid "The required flag that was not found." msgstr "" -#: discord.ext.commands.errors.ExtensionError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionError:1 msgid "Base exception for extension related errors." msgstr "" -#: discord.ext.commands.errors.ExtensionError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionError:3 msgid "This inherits from :exc:`~discord.DiscordException`." msgstr "" -#: discord.ext.commands.errors.ExtensionError:7 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionError:7 msgid "The extension that had an error." msgstr "" -#: discord.ext.commands.errors.ExtensionAlreadyLoaded:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionAlreadyLoaded:1 msgid "An exception raised when an extension has already been loaded." msgstr "" -#: discord.ext.commands.errors.ExtensionAlreadyLoaded:3 -#: discord.ext.commands.errors.ExtensionFailed:3 -#: discord.ext.commands.errors.ExtensionNotFound:3 -#: discord.ext.commands.errors.ExtensionNotLoaded:3 -#: discord.ext.commands.errors.NoEntryPointError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionAlreadyLoaded:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotLoaded:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NoEntryPointError:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:3 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:3 msgid "This inherits from :exc:`ExtensionError`" msgstr "" -#: discord.ext.commands.errors.ExtensionNotLoaded:1 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotLoaded:1 msgid "An exception raised when an extension was not loaded." msgstr "" -#: discord.ext.commands.errors.NoEntryPointError:1 of -msgid "" -"An exception raised when an extension does not have a ``setup`` entry " -"point function." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.NoEntryPointError:1 +msgid "An exception raised when an extension does not have a ``setup`` entry point function." msgstr "" -#: discord.ext.commands.errors.ExtensionFailed:1 of -msgid "" -"An exception raised when an extension failed to load during execution of " -"the module or ``setup`` entry point." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:1 +msgid "An exception raised when an extension failed to load during execution of the module or ``setup`` entry point." msgstr "" -#: discord.ext.commands.errors.ExtensionFailed:7 -#: discord.ext.commands.errors.ExtensionNotFound:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionFailed:7 +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:10 msgid "The extension that had the error." msgstr "" -#: discord.ext.commands.errors.ExtensionNotFound:1 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:1 msgid "An exception raised when an extension is not found." -msgstr "プライベートメッセージコンテキストで、要求された処理が実行できない場合に発生する例外。" +msgstr "" -#: discord.ext.commands.errors.ExtensionNotFound:5 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.ExtensionNotFound:5 msgid "Made the ``original`` attribute always None." msgstr "" -#: discord.ext.commands.errors.CommandRegistrationError:1 of -msgid "" -"An exception raised when the command can't be added because the name is " -"already taken by a different command." +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:1 +msgid "An exception raised when the command can't be added because the name is already taken by a different command." msgstr "" -#: discord.ext.commands.errors.CommandRegistrationError:4 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:4 msgid "This inherits from :exc:`discord.ClientException`" -msgstr "これは :exc:`discord.DiscordException` を継承しています。" +msgstr "" -#: discord.ext.commands.errors.CommandRegistrationError:10 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:10 msgid "The command name that had the error." msgstr "" -#: discord.ext.commands.errors.CommandRegistrationError:16 of +#: ../../../discord/ext/commands/errors.py:docstring of discord.ext.commands.errors.CommandRegistrationError:16 msgid "Whether the name that conflicts is an alias of the command we try to add." msgstr "" @@ -6926,7 +6108,7 @@ msgstr "" #: ../../ext/commands/api.rst:625 msgid ":exc:`~.commands.GuildNotFound`" -msgstr ":exc:`~.commands.GuildNotFound`" +msgstr "" #: ../../ext/commands/api.rst:626 msgid ":exc:`~.commands.UserNotFound`" @@ -6958,7 +6140,7 @@ msgstr "" #: ../../ext/commands/api.rst:633 msgid ":exc:`~.commands.GuildStickerNotFound`" -msgstr ":exc:`~.commands.GuildStickerNotFound`" +msgstr "" #: ../../ext/commands/api.rst:634 msgid ":exc:`~.commands.PartialEmojiConversionFailure`" @@ -6970,27 +6152,27 @@ msgstr "" #: ../../ext/commands/api.rst:636 msgid ":exc:`~.commands.ThreadNotFound`" -msgstr ":exc:`~.commands.ThreadNotFound`" +msgstr "" #: ../../ext/commands/api.rst:640 msgid ":exc:`~.commands.FlagError`" -msgstr ":exc:`~.commands.FlagError`" +msgstr "" #: ../../ext/commands/api.rst:638 msgid ":exc:`~.commands.BadFlagArgument`" -msgstr ":exc:`~.commands.BadFlagArgument`" +msgstr "" #: ../../ext/commands/api.rst:639 msgid ":exc:`~.commands.MissingFlagArgument`" -msgstr ":exc:`~.commands.MissingFlagArgument`" +msgstr "" #: ../../ext/commands/api.rst:640 msgid ":exc:`~.commands.TooManyFlags`" -msgstr ":exc:`~.commands.TooManyFlags`" +msgstr "" #: ../../ext/commands/api.rst:641 msgid ":exc:`~.commands.MissingRequiredFlag`" -msgstr ":exc:`~.commands.MissingRequiredFlag`" +msgstr "" #: ../../ext/commands/api.rst:642 msgid ":exc:`~.commands.BadUnionArgument`" @@ -6998,7 +6180,7 @@ msgstr "" #: ../../ext/commands/api.rst:643 msgid ":exc:`~.commands.BadLiteralArgument`" -msgstr ":exc:`~.commands.BadLiteralArgument`" +msgstr "" #: ../../ext/commands/api.rst:646 msgid ":exc:`~.commands.ArgumentParsingError`" @@ -7116,1198 +6298,3 @@ msgstr "" msgid ":exc:`~.commands.CommandRegistrationError`" msgstr "" -#~ msgid "" -#~ ":class:`bool` -- Whether the commands " -#~ "should be case insensitive. Defaults to" -#~ " ``False``. This attribute does not " -#~ "carry over to groups. You must set" -#~ " it to every group if you " -#~ "require group commands to be case " -#~ "insensitive as well." -#~ msgstr "" -#~ ":class:`bool` -- コマンドを大文字と小文字を区別するかどうか。デフォルトでは " -#~ "``False`` " -#~ "です。この属性はグループコマンドには影響されません。もしグループコマンドでも大文字と小文字の区別が必要な場合、すべてのグループでの設定が必要になります。" - -#~ msgid "" -#~ "Optional[Union[:class:`.Activity`, :class:`.Game`, " -#~ ":class:`.Streaming`]] -- The activity being" -#~ " used upon logging in." -#~ msgstr "" -#~ "Optional[Union[:class:`.Activity`, :class:`.Game`, " -#~ ":class:`.Streaming`]] -- ログイン時のアクティビティ。" - -#~ msgid ":exc:`.ClientException` -- If the command is already registered." -#~ msgstr ":exc:`.ClientException` -- コマンドがすでに登録されている。" - -#~ msgid "" -#~ "The activity parameter is a " -#~ ":class:`.Activity` object (not a string) " -#~ "that represents the activity being done" -#~ " currently. This could also be the" -#~ " slimmed down versions, :class:`.Game` and" -#~ " :class:`.Streaming`." -#~ msgstr "" -#~ "activityパラメータは、現在のアクティビティを示す :class:`.Activity` " -#~ "オブジェクトです(これはstringではありません)。スリム化された :class:`.Game` や " -#~ ":class:`.Streaming` でも可能です。" - -#~ msgid "" -#~ ":exc:`.InvalidArgument` -- Invalid icon image" -#~ " format given. Must be PNG or " -#~ "JPG." -#~ msgstr "" - -#~ msgid "" -#~ "Mapping[:class:`str`, :class:`py:types.ModuleType`] -- " -#~ "A read-only mapping of extension " -#~ "name to extension." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`.InvalidData` -- An unknown channel " -#~ "type was received from Discord." -#~ msgstr "" - -#~ msgid ":exc:`.NotFound` -- Invalid Channel ID." -#~ msgstr ":exc:`.NotFound` -- チャンネルのIDが無効。" - -#~ msgid "" -#~ "If the invite is for a guild " -#~ "you have not joined, the guild and" -#~ " channel attributes of the returned " -#~ ":class:`.Invite` will be " -#~ ":class:`.PartialInviteGuild` and " -#~ ":class:`PartialInviteChannel` respectively." -#~ msgstr "" - -#~ msgid ":exc:`.NotFound` -- The invite has expired or is invalid." -#~ msgstr "" - -#~ msgid ":exc:`.HTTPException` -- Getting the invite failed." -#~ msgstr "" - -#~ msgid ":exc:`.NotFound` -- A user with this ID does not exist." -#~ msgstr "" - -#~ msgid ":exc:`.HTTPException` -- Fetching the user failed." -#~ msgstr "" - -#~ msgid "" -#~ "Gets an arbitrary user's profile. This" -#~ " can only be used by non-bot" -#~ " accounts." -#~ msgstr "" - -#~ msgid ":exc:`.Forbidden` -- Not allowed to fetch profiles." -#~ msgstr "" - -#~ msgid ":exc:`.HTTPException` -- Fetching the profile failed." -#~ msgstr "" - -#~ msgid ":exc:`.HTTPException` -- Retrieving the webhook failed." -#~ msgstr "" - -#~ msgid ":exc:`.NotFound` -- Invalid webhook ID." -#~ msgstr "" - -#~ msgid ":exc:`.Forbidden` -- You do not have permission to fetch this webhook." -#~ msgstr "" - -#~ msgid ":exc:`.Forbidden` -- The widget for this guild is disabled." -#~ msgstr "" - -#~ msgid ":exc:`.HTTPException` -- Retrieving the widget failed." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[Union[:class:`.abc.GuildChannel`, :class:`.Thread`, " -#~ ":class:`.abc.PrivateChannel`]]: Returns a channel" -#~ " with the given ID." -#~ msgstr "" - -#~ msgid "If not found, returns ``None``." -#~ msgstr "" - -#~ msgid "" -#~ "Get a :class:`.Command` or subclasses " -#~ "from the internal list of commands." -#~ msgstr "" - -#~ msgid "Optional[:class:`.Emoji`]: Returns an emoji with the given ID." -#~ msgstr "" - -#~ msgid "Optional[:class:`.Guild`]: Returns a guild with the given ID." -#~ msgstr "" - -#~ msgid "Optional[:class:`~discord.User`]: Returns a user with the given ID." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`.Guild`] -- The guilds that " -#~ "the connected client is a member " -#~ "of." -#~ msgstr "" - -#~ msgid "Indicates if the websocket connection is closed." -#~ msgstr "" - -#~ msgid "Specifies if the client's internal cache is ready for use." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`float` -- Measures latency between " -#~ "a HEARTBEAT and a HEARTBEAT_ACK in " -#~ "seconds." -#~ msgstr "" - -#~ msgid ":exc:`ExtensionNotFound` -- The extension could not be imported." -#~ msgstr "" - -#~ msgid ":exc:`ExtensionAlreadyLoaded` -- The extension is already loaded." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`NoEntryPointError` -- The extension does" -#~ " not have a setup function." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`ExtensionFailed` -- The extension setup" -#~ " function had an execution error." -#~ msgstr "" - -#~ msgid "" -#~ "Logging on with a user token is" -#~ " against the Discord `Terms of " -#~ "Service `_ and doing so might" -#~ " potentially get your account banned. " -#~ "Use this at your own risk." -#~ msgstr "" - -#~ msgid ":exc:`.LoginFailure` -- The wrong credentials are passed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`.HTTPException` -- An unknown HTTP " -#~ "related error occurred, usually when it" -#~ " isn't 200 or the known incorrect " -#~ "credentials passing status code." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`.abc.PrivateChannel`] -- The private" -#~ " channels that the connected client " -#~ "is participating on." -#~ msgstr "" - -#~ msgid ":exc:`ExtensionNotLoaded` -- The extension was not loaded." -#~ msgstr "" - -#~ msgid "" -#~ "Remove a :class:`.Command` or subclasses " -#~ "from the internal list of commands." -#~ msgstr "" - -#~ msgid "" -#~ "The command that was removed. If " -#~ "the name is not valid then `None`" -#~ " is returned instead." -#~ msgstr "" - -#~ msgid ":class:`.Command` or subclass" -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`.InvalidArgument` -- If any guild " -#~ "is unavailable or not large in the" -#~ " collection." -#~ msgstr "" - -#~ msgid ":exc:`TypeError` -- An unexpected keyword argument was received." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`.ClientUser`] -- Represents the " -#~ "connected client. None if not logged " -#~ "in." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`~discord.User`] -- Returns a list" -#~ " of all the users the bot can" -#~ " see." -#~ msgstr "" - -#~ msgid "List[:class:`.VoiceClient`] -- Represents a list of voice connections." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`asyncio.TimeoutError` -- If a timeout" -#~ " is provided and it was reached." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`TypeError` -- If the function is" -#~ " not a coroutine or is already " -#~ "a command." -#~ msgstr "" - -#~ msgid ":class:`str` -- The name of the command." -#~ msgstr "" - -#~ msgid "" -#~ ":ref:`coroutine ` -- The coroutine" -#~ " that is executed when the command" -#~ " is called." -#~ msgstr "" - -#~ msgid ":class:`str` -- The long help text for the command." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The short help text " -#~ "for the command. If this is not" -#~ " specified then the first line of " -#~ "the long help text is used " -#~ "instead." -#~ msgstr "" - -#~ msgid ":class:`str` -- A replacement for arguments in the default help text." -#~ msgstr "" - -#~ msgid ":class:`list` -- The list of aliases the command can be invoked under." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- A boolean that " -#~ "indicates if the command is currently" -#~ " enabled. If the command is invoked" -#~ " while it is disabled, then " -#~ ":exc:`.DisabledCommand` is raised to the " -#~ ":func:`.on_command_error` event. Defaults to " -#~ "``True``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`Command`] -- The parent " -#~ "command that this command belongs to." -#~ " ``None`` if there isn't one." -#~ msgstr "" - -#~ msgid "" -#~ "List[Callable[..., :class:`bool`]] -- A list" -#~ " of predicates that verifies if the" -#~ " command could be executed with the" -#~ " given :class:`.Context` as the sole " -#~ "parameter. If an exception is necessary" -#~ " to be thrown to signal failure, " -#~ "then one inherited from :exc:`.CommandError`" -#~ " should be used. Note that if " -#~ "the checks fail then :exc:`.CheckFailure` " -#~ "exception is raised to the " -#~ ":func:`.on_command_error` event." -#~ msgstr "" - -#~ msgid ":class:`str` -- The message prefixed into the default help command." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- If ``True``\\, the " -#~ "default help command does not show " -#~ "this in the help output." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- If ``False`` and a " -#~ "keyword-only argument is provided then" -#~ " the keyword only argument is " -#~ "stripped and handled as if it was" -#~ " a regular argument that handles " -#~ ":exc:`.MissingRequiredArgument` and default values" -#~ " in a regular matter rather than " -#~ "passing the rest completely raw. If " -#~ "``True`` then the keyword-only argument" -#~ " will pass in the rest of the" -#~ " arguments in a completely raw " -#~ "matter. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "Optional[:class:`Command`] -- The subcommand that was invoked, if any." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- If ``True``\\, ignores " -#~ "extraneous strings passed to a command" -#~ " if all its requirements are met " -#~ "(e.g. ``?foo a b c`` when only " -#~ "expecting ``a`` and ``b``). Otherwise " -#~ ":func:`.on_command_error` and local error " -#~ "handlers are called with " -#~ ":exc:`.TooManyArguments`. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- If ``True``\\, cooldown " -#~ "processing is done after argument " -#~ "parsing, which calls converters. If " -#~ "``False`` then cooldown processing is " -#~ "done first and then the converters " -#~ "are called second. Defaults to " -#~ "``False``." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieves the parameter OrderedDict without" -#~ " the context or self parameters." -#~ msgstr "" - -#~ msgid ":class:`str` -- Retrieves the fully qualified parent command name." -#~ msgstr "" - -#~ msgid ":class:`Command` -- Retrieves the parents of this command." -#~ msgstr "" - -#~ msgid ":class:`str` -- Retrieves the fully qualified command name." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The name of the " -#~ "cog this command belongs to. None " -#~ "otherwise." -#~ msgstr "" - -#~ msgid ":class:`str` -- Gets the \"short\" documentation of a command." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- Returns a POSIX-like " -#~ "signature useful for help command " -#~ "output." -#~ msgstr "" - -#~ msgid "" -#~ "Checks if the command can be " -#~ "executed by checking all the predicates" -#~ " inside the :attr:`.checks` attribute." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`CommandError` -- Any command error " -#~ "that was raised during a check " -#~ "call will be propagated by this " -#~ "function." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`bool`] -- Indicates if the" -#~ " group callback should begin parsing " -#~ "and invocation only if no subcommand " -#~ "was found. Useful for making it an" -#~ " error handling function to tell the" -#~ " user that no subcommand was found" -#~ " or to have different functionality " -#~ "in case no subcommand was found. " -#~ "If this is ``False``, then the " -#~ "group callback will always be invoked" -#~ " first. This means that the checks" -#~ " and the parsing dictated by its " -#~ "parameters will be executed. Defaults to" -#~ " ``False``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`bool`] -- Indicates if the" -#~ " group's commands should be case " -#~ "insensitive. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A mapping of command" -#~ " name to :class:`.Command` or subclass " -#~ "objects." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Whether the commands " -#~ "should be case insensitive. Defaults to" -#~ " ``False``." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a :class:`list` of " -#~ ":class:`.Command`\\s that are defined inside" -#~ " this cog." -#~ msgstr "" - -#~ msgid ":class:`str` -- Returns the cog's specified name, not the class name." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- Returns the cog's " -#~ "description, typically the cleaned docstring." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`TypeError` -- The function is not" -#~ " a coroutine function or a string " -#~ "was not passed as the name." -#~ msgstr "" - -#~ msgid "This function **can** be a coroutine." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The cog name. By " -#~ "default, it is the name of the " -#~ "class with no modification." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A list of attributes" -#~ " to apply to every command inside " -#~ "this cog. The dictionary is passed " -#~ "into the :class:`Command` (or its " -#~ "subclass) options at ``__init__``. If " -#~ "you specify attributes inside the " -#~ "command attribute in the class, it " -#~ "will override the one specified inside" -#~ " this attribute. For example:" -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`Context`] -- The context that" -#~ " invoked this help formatter. This is" -#~ " generally set after the help command" -#~ " assigned, :func:`command_callback`\\, has been" -#~ " called." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Specifies if hidden " -#~ "commands should be shown in the " -#~ "output. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Specifies if commands " -#~ "should have their :attr:`.Command.checks` " -#~ "called and verified. Defaults to " -#~ "``True``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary of options" -#~ " to pass in for the construction " -#~ "of the help command. This allows " -#~ "you to change the command behaviour " -#~ "without actually changing the implementation" -#~ " of the command. The attributes will" -#~ " be the same as the ones passed" -#~ " in the :class:`.Command` constructor." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- The maximum number of" -#~ " characters that fit in a line. " -#~ "Defaults to 80." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- Whether to sort the " -#~ "commands in the output alphabetically. " -#~ "Defaults to ``True``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`bool`] -- A tribool that " -#~ "indicates if the help command should " -#~ "DM the user instead of sending it" -#~ " to the channel it received it " -#~ "from. If the boolean is set to " -#~ "``True``, then all help output is " -#~ "DM'd. If ``False``, none of the " -#~ "help output is DM'd. If ``None``, " -#~ "then the bot will only DM when " -#~ "the help message becomes too long " -#~ "(dictated by more than " -#~ ":attr:`dm_help_threshold` characters). Defaults to" -#~ " ``False``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`int`] -- The number of " -#~ "characters the paginator must accumulate " -#~ "before getting DM'd to the user if" -#~ " :attr:`dm_help` is set to ``None``. " -#~ "Defaults to 1000." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`int` -- How much to intend " -#~ "the commands from a heading. Defaults" -#~ " to ``2``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The command list's " -#~ "heading string used when the help " -#~ "command is invoked with a category " -#~ "name. Useful for i18n. Defaults to " -#~ "``\"Commands:\"``" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The string used when " -#~ "there is a command which does not" -#~ " belong to any category(cog). Useful " -#~ "for i18n. Defaults to ``\"No " -#~ "Category\"``" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Paginator` -- The paginator used " -#~ "to paginate the help command output." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The command list's " -#~ "heading string used when the help " -#~ "command is invoked with a category " -#~ "name. Useful for i18n. Defaults to " -#~ "``\"Commands\"``" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The alias list's heading" -#~ " string used to list the aliases " -#~ "of the command. Useful for i18n. " -#~ "Defaults to ``\"Aliases:\"``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- The prefix inserted" -#~ " to every page. e.g. three backticks." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- The suffix appended" -#~ " at the end of every page. e.g." -#~ " three backticks." -#~ msgstr "" - -#~ msgid ":class:`int` -- The maximum amount of codepoints allowed in a page." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`RuntimeError` -- The line was too" -#~ " big for the current :attr:`max_size`." -#~ msgstr "" - -#~ msgid "These functions can either be regular functions or coroutines." -#~ msgstr "" - -#~ msgid "" -#~ "A decorator that adds a cooldown " -#~ "to a :class:`.Command` or its " -#~ "subclasses." -#~ msgstr "" - -#~ msgid "" -#~ "A cooldown allows a command to " -#~ "only be used a specific amount of" -#~ " times in a specific time frame. " -#~ "These cooldowns can be based either " -#~ "on a per-guild, per-channel, " -#~ "per-user, or global basis. Denoted by" -#~ " the third argument of ``type`` which" -#~ " must be of enum type ``BucketType``" -#~ " which could be either:" -#~ msgstr "" - -#~ msgid "``BucketType.default`` for a global basis." -#~ msgstr "" - -#~ msgid "``BucketType.user`` for a per-user basis." -#~ msgstr "" - -#~ msgid "``BucketType.guild`` for a per-guild basis." -#~ msgstr "" - -#~ msgid "``BucketType.channel`` for a per-channel basis." -#~ msgstr "" - -#~ msgid "``BucketType.member`` for a per-member basis." -#~ msgstr "" - -#~ msgid "``BucketType.category`` for a per-category basis." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`.Message` -- The message that " -#~ "triggered the command being executed." -#~ msgstr "" - -#~ msgid ":class:`.Bot` -- The bot that contains the command being executed." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`list` -- The list of transformed" -#~ " arguments that were passed into the" -#~ " command. If this is accessed during" -#~ " the :func:`on_command_error` event then " -#~ "this list could be incomplete." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`dict` -- A dictionary of " -#~ "transformed arguments that were passed " -#~ "into the command. Similar to " -#~ ":attr:`args`\\, if this is accessed in" -#~ " the :func:`on_command_error` event then " -#~ "this dict could be incomplete." -#~ msgstr "" - -#~ msgid ":class:`str` -- The prefix that was used to invoke the command." -#~ msgstr "" - -#~ msgid "" -#~ "The command (i.e. :class:`.Command` or " -#~ "its subclasses) that is being invoked" -#~ " currently." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The command name that" -#~ " triggered this invocation. Useful for " -#~ "finding out which alias called the " -#~ "command." -#~ msgstr "" - -#~ msgid "" -#~ "The subcommand (i.e. :class:`.Command` or " -#~ "its subclasses) that was invoked. If " -#~ "no valid subcommand was invoked then " -#~ "this is equal to ``None``." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`str`] -- The string that " -#~ "was attempted to call a subcommand. " -#~ "This does not have to point to " -#~ "a valid registered subcommand and could" -#~ " just point to a nonsense string. " -#~ "If nothing was passed to attempt a" -#~ " call to a subcommand then this " -#~ "is set to ``None``." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`bool` -- A boolean that " -#~ "indicates if the command failed to " -#~ "be parsed, checked, or invoked." -#~ msgstr "" - -#~ msgid "" -#~ "You must have " -#~ ":attr:`~.Permissions.read_message_history` permissions to" -#~ " use this." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have permissions to get channel message" -#~ " history." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.HTTPException` -- The request " -#~ "to get message history failed." -#~ msgstr "" - -#~ msgid "" -#~ "Returns the channel associated with this" -#~ " context's command. Shorthand for " -#~ ":attr:`.Message.channel`." -#~ msgstr "" - -#~ msgid "" -#~ "Returns the author associated with this" -#~ " context's command. Shorthand for " -#~ ":attr:`.Message.author`" -#~ msgstr "" - -#~ msgid ":exc:`~discord.NotFound` -- The specified message was not found." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have the permissions required to get " -#~ "a message." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Retrieving the message failed." -#~ msgstr "" - -#~ msgid "A command or subclass of a command that is going to be called." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Retrieving the pinned messages failed." -#~ msgstr "" - -#~ msgid ":exc:`~discord.HTTPException` -- Sending the message failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.Forbidden` -- You do not " -#~ "have the proper permissions to send " -#~ "the message." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`~discord.InvalidArgument` -- The ``files`` " -#~ "list is not of the appropriate " -#~ "size or you specified both ``file`` " -#~ "and ``files``." -#~ msgstr "" - -#~ msgid "" -#~ "Similar to :attr:`.Guild.me` except it " -#~ "may return the :class:`.ClientUser` in " -#~ "private message contexts." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`.VoiceClient`] -- A shortcut " -#~ "to :attr:`.Guild.voice_client`\\, if applicable." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Whether to clean channel mentions." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Whether to use nicknames when transforming mentions." -#~ msgstr "" - -#~ msgid ":class:`bool` -- Whether to also escape special markdown characters." -#~ msgstr "" - -#~ msgid ":class:`discord.ext.commands.Converter` -- The converter that failed." -#~ msgstr "" - -#~ msgid ":class:`inspect.Parameter` -- The argument that is missing." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The quote mark that " -#~ "was found inside the non-quoted " -#~ "string." -#~ msgstr "" - -#~ msgid ":class:`str` -- The character found instead of the expected string." -#~ msgstr "" - -#~ msgid ":class:`str` -- The quote character expected." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`inspect.Parameter` -- The parameter " -#~ "that failed being converted." -#~ msgstr "" - -#~ msgid "" -#~ "*Tuple[Type, ...]* -- A tuple of " -#~ "converters attempted in conversion, in " -#~ "order of failure." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`CommandError`] -- A list of " -#~ "errors that were caught from failing " -#~ "the conversion." -#~ msgstr "" - -#~ msgid "" -#~ "*Cooldown* -- A class with attributes" -#~ " ``rate``, ``per``, and ``type`` similar" -#~ " to the :func:`.cooldown` decorator." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`float` -- The amount of seconds" -#~ " to wait before you can retry " -#~ "again." -#~ msgstr "" - -#~ msgid ":class:`list` -- The required permissions that are missing." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`str`, :class:`int`] -- The " -#~ "required role that is missing. This " -#~ "is the parameter passed to " -#~ ":func:`~.commands.has_role`." -#~ msgstr "" - -#~ msgid "" -#~ "List[Union[:class:`str`, :class:`int`]] -- The " -#~ "roles that the invoker is missing. " -#~ "These are the parameters passed to " -#~ ":func:`~.commands.has_any_role`." -#~ msgstr "" - -#~ msgid "" -#~ "List[Union[:class:`str`, :class:`int`]] -- The " -#~ "roles that the bot's member is " -#~ "missing. These are the parameters passed" -#~ " to :func:`~.commands.has_any_role`." -#~ msgstr "" - -#~ msgid ":class:`str` -- The extension that had an error." -#~ msgstr "" - -#~ msgid "" -#~ "An exception raised when an extension" -#~ " failed to load during execution of" -#~ " the ``setup`` entry point." -#~ msgstr "" - -#~ msgid ":class:`str` -- The extension that had the error." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Exception` -- The original exception " -#~ "that was raised. You can also get" -#~ " this via the ``__cause__`` attribute." -#~ msgstr "" - -#~ msgid "An exception raised when an extension failed to be imported." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`ImportError` -- The original exception" -#~ " that was raised. You can also " -#~ "get this via the ``__cause__`` " -#~ "attribute." -#~ msgstr "" - -#~ msgid "" -#~ "If ``True``, the bot will only " -#~ "listen to commands invoked by itself " -#~ "rather than ignoring itself. If " -#~ "``False`` (the default) then the bot " -#~ "will ignore itself. This cannot be " -#~ "changed once initialised." -#~ msgstr "" -#~ ":class:`bool` -- ``True`` " -#~ "の場合、Botは自分自身を無視せず、自分自身を呼び出したコマンドのみをトリガーとします。 ``False`` " -#~ "(デフォルト)なら自分自身を無視します。初期化後には変更できません。" - -#~ msgid "" -#~ "Indicates if you are going AFK. " -#~ "This allows the discord client to " -#~ "know how to handle push notifications" -#~ " better for you in case you are" -#~ " actually idle and not lying." -#~ msgstr "ステータスを退席中に変更するかどうかを返します。これによって、実際にアイドル状態に移行した場合において、Discordクライアントにプッシュ通知をより適切に処理させることができます。" - -#~ msgid "" -#~ "The region for the voice communication" -#~ " server. Defaults to " -#~ ":attr:`.VoiceRegion.us_west`." -#~ msgstr "音声通話に利用されるサーバーの地域。デフォルト値は :attr:`.VoiceRegion.us_west` 。" - -#~ msgid "" -#~ "Retrieves a :class:`.abc.GuildChannel` or " -#~ ":class:`.abc.PrivateChannel` with the specified " -#~ "ID." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieves a :class:`~discord.User` based on" -#~ " their ID. This can only be " -#~ "used by bot accounts. You do not" -#~ " have to share any guilds with " -#~ "the user to get this information, " -#~ "however many operations do require that" -#~ " you do." -#~ msgstr "" - -#~ msgid "" -#~ "This method is an API call. For" -#~ " general usage, consider :meth:`get_user` " -#~ "instead." -#~ msgstr "" - -#~ msgid "Gets an arbitrary user's profile." -#~ msgstr "" - -#~ msgid "This can only be used by non-bot accounts." -#~ msgstr "" - -#~ msgid "The ID of the user to fetch their profile for." -#~ msgstr "" - -#~ msgid "Not allowed to fetch profiles." -#~ msgstr "" - -#~ msgid "Fetching the profile failed." -#~ msgstr "" - -#~ msgid "The profile of the user." -#~ msgstr "" - -#~ msgid ":class:`.Profile`" -#~ msgstr "" - -#~ msgid "The extension could not be imported." -#~ msgstr "" - -#~ msgid "This function can be used in two different ways." -#~ msgstr "" - -#~ msgid "" -#~ "Logging on with a user token is" -#~ " against the Discord `Terms of " -#~ "Service `_ and doing so might" -#~ " potentially get your account banned. " -#~ "Use this at your own risk." -#~ msgstr "" - -#~ msgid "" -#~ "Keyword argument that specifies if the" -#~ " account logging on is a bot " -#~ "token or not." -#~ msgstr "" - -#~ msgid "Logs out of Discord and closes all connections." -#~ msgstr "" - -#~ msgid "" -#~ "This is just an alias to " -#~ ":meth:`close`. If you want to do " -#~ "extraneous cleanup when subclassing, it " -#~ "is suggested to override :meth:`close` " -#~ "instead." -#~ msgstr "" - -#~ msgid "Removes a cog from the bot." -#~ msgstr "" - -#~ msgid "" -#~ "Requests previously offline members from " -#~ "the guild to be filled up into " -#~ "the :attr:`.Guild.members` cache. This " -#~ "function is usually not called. It " -#~ "should only be used if you have" -#~ " the ``fetch_offline_members`` parameter set " -#~ "to ``False``." -#~ msgstr "" - -#~ msgid "" -#~ "When the client logs on and " -#~ "connects to the websocket, Discord does" -#~ " not provide the library with offline" -#~ " members if the number of members " -#~ "in the guild is larger than 250." -#~ " You can check if a guild is" -#~ " large if :attr:`.Guild.large` is ``True``." -#~ msgstr "" - -#~ msgid "This method is deprecated. Use :meth:`Guild.chunk` instead." -#~ msgstr "このメソッドはAPIを呼び出します。通常は :meth:`get_guild` を代わりとして使用してください。" - -#~ msgid "An argument list of guilds to request offline members for." -#~ msgstr "" - -#~ msgid "If any guild is unavailable in the collection." -#~ msgstr "" - -#~ msgid "" -#~ "The parent command that this command " -#~ "belongs to. ``None`` if there isn't " -#~ "one." -#~ msgstr "" - -#~ msgid "List[Callable[..., :class:`bool`]]" -#~ msgstr "" - -#~ msgid "Updates :class:`Command` instance with updated attributes." -#~ msgstr "" - -#~ msgid "" -#~ "OrderedDict[:class:`str`, :class:`inspect.Parameter`]: " -#~ "Retrieves the parameter OrderedDict without" -#~ " the context or self parameters." -#~ msgstr "" - -#~ msgid "" -#~ "By default, this is the :attr:`brief`" -#~ " attribute. If that lookup leads to" -#~ " an empty string then the first " -#~ "line of the :attr:`help` attribute is" -#~ " used instead." -#~ msgstr "" - -#~ msgid "" -#~ "Checks if the command can be " -#~ "executed by checking all the predicates" -#~ " inside the :attr:`checks` attribute. This" -#~ " also checks whether the command is" -#~ " disabled." -#~ msgstr "" - -#~ msgid "" -#~ "A special method that registers as " -#~ "a :func:`commands.check` for every command " -#~ "and subcommand in this cog." -#~ msgstr "" - -#~ msgid "" -#~ "Specifies if commands should have their" -#~ " :attr:`.Command.checks` called and verified. " -#~ "Defaults to ``True``." -#~ msgstr "" - -#~ msgid "" -#~ "Handles the implementation when an error" -#~ " happens in the help command. For " -#~ "example, the result of " -#~ ":meth:`command_not_found` or " -#~ ":meth:`command_has_no_subcommand_found` will be " -#~ "passed here." -#~ msgstr "" - -#~ msgid "" -#~ "The max size to use for the " -#~ "gap between indents. If unspecified, " -#~ "calls :meth:`get_max_size` on the commands " -#~ "parameter." -#~ msgstr "" - -#~ msgid "" -#~ "The list of transformed arguments that" -#~ " were passed into the command. If " -#~ "this is accessed during the " -#~ ":func:`on_command_error` event then this list" -#~ " could be incomplete." -#~ msgstr "" - -#~ msgid "" -#~ "A dictionary of transformed arguments " -#~ "that were passed into the command. " -#~ "Similar to :attr:`args`\\, if this is" -#~ " accessed in the :func:`on_command_error` " -#~ "event then this dict could be " -#~ "incomplete." -#~ msgstr "" - -#~ msgid "" -#~ "Returns an :class:`~discord.AsyncIterator` that " -#~ "enables receiving the destination's message" -#~ " history." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages before this date or" -#~ " message. If a date is provided " -#~ "it must be a timezone-naive " -#~ "datetime representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages after this date or " -#~ "message. If a date is provided it" -#~ " must be a timezone-naive datetime" -#~ " representing UTC time." -#~ msgstr "" - -#~ msgid "" -#~ "Retrieve messages around this date or" -#~ " message. If a date is provided " -#~ "it must be a timezone-naive " -#~ "datetime representing UTC time. When " -#~ "using this argument, the maximum limit" -#~ " is 101. Note that if the limit" -#~ " is an even number then this " -#~ "will return at most limit + 1 " -#~ "messages." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a context manager that allows" -#~ " you to type for an indefinite " -#~ "period of time." -#~ msgstr "" - -#~ msgid "" -#~ "This is both a regular context " -#~ "manager and an async context manager." -#~ " This means that both ``with`` and" -#~ " ``async with`` work with this." -#~ msgstr "" - -#~ msgid "The first parameter passed **must** be the command being invoked." -#~ msgstr "" - -#~ msgid "The arguments to to use." -#~ msgstr "" - -#~ msgid ":class:`.Cog`" -#~ msgstr ":class:`.AppInfo`" - -#~ msgid "" -#~ ":class:`.TextChannel`: Returns the channel " -#~ "associated with this context's command. " -#~ "Shorthand for :attr:`.Message.channel`." -#~ msgstr "" - -#~ msgid "This can only be used by bot accounts." -#~ msgstr "" - -#~ msgid "" -#~ "If the ``embed`` parameter is provided," -#~ " it must be of type " -#~ ":class:`~discord.Embed` and it must be a" -#~ " rich embed type." -#~ msgstr "" - -#~ msgid "" -#~ "The ``files`` list is not of the" -#~ " appropriate size or you specified " -#~ "both ``file`` and ``files``." -#~ msgstr "" - -#~ msgid "" -#~ "Raise :exc:`.ChannelNotFound`, `MessageNotFound` or" -#~ " `ChannelNotReadable` instead of generic " -#~ ":exc:`.BadArgument`" -#~ msgstr "" - -#~ msgid "Any of the ``classmethod`` in :class:`Colour`" -#~ msgstr "" - -#~ msgid "" -#~ "This exception and exceptions inherited " -#~ "from it are handled in a special" -#~ " way as they are caught and " -#~ "passed into a special event from " -#~ ":class:`.Bot`\\, :func:`on_command_error`." -#~ msgstr "" - -#~ msgid "Tuple[Type, ...]" -#~ msgstr "" - -#~ msgid "" -#~ "A class with attributes ``rate``, " -#~ "``per``, and ``type`` similar to the " -#~ ":func:`.cooldown` decorator." -#~ msgstr "" - -#~ msgid "Always ``None`` for backwards compatibility." -#~ msgstr "" - -#~ msgid ":class:`NoneType`" -#~ msgstr "" - diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po b/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po index c4b657ad3..4920002e6 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-22 09:35-0400\n" -"PO-Revision-Date: 2020-10-24 02:41\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po b/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po index 8d2ef35e7..2ba4f1009 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po @@ -1,36 +1,32 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:50\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/commands/commands.pot\n" +"X-Crowdin-File-ID: 64\n" +"Language: ja_JP\n" #: ../../ext/commands/commands.rst:6 msgid "Commands" msgstr "コマンド" #: ../../ext/commands/commands.rst:8 -#, fuzzy -msgid "" -"One of the most appealing aspects of the command extension is how easy it" -" is to define commands and how you can arbitrarily nest groups and " -"commands to have a rich sub-command system." -msgstr "コマンド拡張の最も魅力的な機能の一つは、簡単にコマンドが定義でき、かつそのコマンドを好きなようにネスト状にして、豊富なサブコマンドを用意することができる点です。" +msgid "One of the most appealing aspects of the command extension is how easy it is to define commands and how you can arbitrarily nest groups and commands to have a rich sub-command system." +msgstr "" #: ../../ext/commands/commands.rst:11 -msgid "" -"Commands are defined by attaching it to a regular Python function. The " -"command is then invoked by the user using a similar signature to the " -"Python function." +msgid "Commands are defined by attaching it to a regular Python function. The command is then invoked by the user using a similar signature to the Python function." msgstr "コマンドは、Pythonの関数と関連付けすることによって定義され、同様のシグネチャを使用してユーザーに呼び出されます。" #: ../../ext/commands/commands.rst:14 @@ -42,139 +38,95 @@ msgid "With the following prefix (``$``), it would be invoked by the user via:" msgstr "Prefixを (``$``) としたとすると、このコマンドは次の用に実行できます。" #: ../../ext/commands/commands.rst:28 -msgid "" -"A command must always have at least one parameter, ``ctx``, which is the " -":class:`.Context` as the first one." +msgid "A command must always have at least one parameter, ``ctx``, which is the :class:`.Context` as the first one." msgstr "コマンドには、少なくとも :class:`.Context` を渡すための引数 ``ctx`` が必要です。" #: ../../ext/commands/commands.rst:30 -msgid "" -"There are two ways of registering a command. The first one is by using " -":meth:`.Bot.command` decorator, as seen in the example above. The second " -"is using the :func:`~ext.commands.command` decorator followed by " -":meth:`.Bot.add_command` on the instance." -msgstr "" -"コマンドを登録するには二通りの方法があります。一つ目は :meth:`.Bot.command` を使用する方法で、二つ目が " -":func:`~ext.commands.command` デコレータを使用して :meth:`.Bot.add_command` " -"でインスタンスにコマンドを追加していく方法です。" +msgid "There are two ways of registering a command. The first one is by using :meth:`.Bot.command` decorator, as seen in the example above. The second is using the :func:`~ext.commands.command` decorator followed by :meth:`.Bot.add_command` on the instance." +msgstr "コマンドを登録するには二通りの方法があります。一つ目は :meth:`.Bot.command` を使用する方法で、二つ目が :func:`~ext.commands.command` デコレータを使用して :meth:`.Bot.add_command` でインスタンスにコマンドを追加していく方法です。" #: ../../ext/commands/commands.rst:34 msgid "Essentially, these two are equivalent: ::" msgstr "本質的に、これら2つは同等になります: ::" #: ../../ext/commands/commands.rst:52 -msgid "" -"Since the :meth:`.Bot.command` decorator is shorter and easier to " -"comprehend, it will be the one used throughout the documentation here." +msgid "Since the :meth:`.Bot.command` decorator is shorter and easier to comprehend, it will be the one used throughout the documentation here." msgstr ":meth:`.Bot.command` が簡単かつ理解がしやすいので、ドキュメント上ではこちらを使っています。" #: ../../ext/commands/commands.rst:55 -msgid "" -"Any parameter that is accepted by the :class:`.Command` constructor can " -"be passed into the decorator. For example, to change the name to " -"something other than the function would be as simple as doing this:" +msgid "Any parameter that is accepted by the :class:`~discord.ext.commands.Command` constructor can be passed into the decorator. For example, to change the name to something other than the function would be as simple as doing this:" msgstr "" -":class:`.Command` " -"のコンストラクタの引数はデコレータに渡すことで利用できます。例えば、コマンドの名前を関数以外のものへと変更したい場合は以下のように簡単に設定することができます。" #: ../../ext/commands/commands.rst:65 msgid "Parameters" msgstr "パラメーター" #: ../../ext/commands/commands.rst:67 -msgid "" -"Since we define commands by making Python functions, we also define the " -"argument passing behaviour by the function parameters." +msgid "Since we define commands by making Python functions, we also define the argument passing behaviour by the function parameters." msgstr "Pythonの関数定義によって、同時にコマンドを定義するので、関数のパラメーターを設定することにより、コマンドの引数受け渡し動作も定義することができます。" #: ../../ext/commands/commands.rst:70 -msgid "" -"Certain parameter types do different things in the user side and most " -"forms of parameter types are supported." +msgid "Certain parameter types do different things in the user side and most forms of parameter types are supported." msgstr "特定のパラメータタイプはユーザーサイドで異なる動作を行い、そしてほとんどの形式のパラメータタイプがサポートされています。" #: ../../ext/commands/commands.rst:73 msgid "Positional" -msgstr "位置引数" +msgstr "位置パラメータ" #: ../../ext/commands/commands.rst:75 -msgid "" -"The most basic form of parameter passing is the positional parameter. " -"This is where we pass a parameter as-is:" +msgid "The most basic form of parameter passing is the positional parameter. This is where we pass a parameter as-is:" msgstr "最も基本的な引数は位置パラメーターです。与えられた値をそのまま渡します。" #: ../../ext/commands/commands.rst:84 -msgid "" -"On the bot using side, you can provide positional arguments by just " -"passing a regular string:" -msgstr "Botの使用者側は、通常の文字列を渡すだけで位置引数に値を渡すことができます。" +msgid "On the bot using side, you can provide positional arguments by just passing a regular string:" +msgstr "Botの使用者側は、通常の文字列を渡すだけで位置パラメータに値を渡すことができます。" #: ../../ext/commands/commands.rst:88 msgid "To make use of a word with spaces in between, you should quote it:" msgstr "間に空白を含む文字列を渡す場合は、文字列を引用符で囲む必要があります。" #: ../../ext/commands/commands.rst:92 -msgid "" -"As a note of warning, if you omit the quotes, you will only get the first" -" word:" +msgid "As a note of warning, if you omit the quotes, you will only get the first word:" msgstr "引用符を用いなかった場合、最初の文字列のみが渡されます。" #: ../../ext/commands/commands.rst:96 -msgid "" -"Since positional arguments are just regular Python arguments, you can " -"have as many as you want:" -msgstr "位置引数は、Pythonの引数と同じものなので、好きなだけ設定することが可能です。" +msgid "Since positional arguments are just regular Python arguments, you can have as many as you want:" +msgstr "位置パラメータは、Pythonの引数と同じものなので、好きなだけ設定することが可能です。" #: ../../ext/commands/commands.rst:105 msgid "Variable" msgstr "可変長引数" #: ../../ext/commands/commands.rst:107 -msgid "" -"Sometimes you want users to pass in an undetermined number of parameters." -" The library supports this similar to how variable list parameters are " -"done in Python:" +msgid "Sometimes you want users to pass in an undetermined number of parameters. The library supports this similar to how variable list parameters are done in Python:" msgstr "場合によっては、可変長のパラメーターを設定したい場合もあるでしょう。このライブラリはPythonの可変長パラメーターと同様にこれをサポートしています。" #: ../../ext/commands/commands.rst:117 -msgid "" -"This allows our user to accept either one or many arguments as they " -"please. This works similar to positional arguments, so multi-word " -"parameters should be quoted." -msgstr "これによって一つ、あるいは複数の引数を受け取ることができます。ただし、引数を渡す際の挙動は位置引数と同様のため、複数の単語を含む文字列は引用符で囲む必要があります。" +msgid "This allows our user to accept either one or many arguments as they please. This works similar to positional arguments, so multi-word parameters should be quoted." +msgstr "これによって一つ、あるいは複数の引数を受け取ることができます。ただし、引数を渡す際の挙動は位置パラメータと同様のため、複数の単語を含む文字列は引用符で囲む必要があります。" #: ../../ext/commands/commands.rst:120 msgid "For example, on the bot side:" msgstr "例えば、Bot側ではこのように動きます。" #: ../../ext/commands/commands.rst:124 -msgid "" -"If the user wants to input a multi-word argument, they have to quote it " -"like earlier:" +msgid "If the user wants to input a multi-word argument, they have to quote it like earlier:" msgstr "複数単語の文字列を渡す際は、引用符で囲んでください。" #: ../../ext/commands/commands.rst:128 -msgid "" -"Do note that similar to the Python function behaviour, a user can " -"technically pass no arguments at all:" +msgid "Do note that similar to the Python function behaviour, a user can technically pass no arguments at all:" msgstr "Pythonの振る舞いと同様に、ユーザーは引数なしの状態を技術的に渡すことができます。" #: ../../ext/commands/commands.rst:133 -msgid "" -"Since the ``args`` variable is a :class:`py:tuple`, you can do anything " -"you would usually do with one." -msgstr "" +msgid "Since the ``args`` variable is a :class:`py:tuple`, you can do anything you would usually do with one." +msgstr "``args`` 変数は :class:`py:tuple` となるため、通常タプルと同様の操作が行なえます。" #: ../../ext/commands/commands.rst:137 msgid "Keyword-Only Arguments" msgstr "キーワード引数" #: ../../ext/commands/commands.rst:139 -msgid "" -"When you want to handle parsing of the argument yourself or do not feel " -"like you want to wrap multi-word user input into quotes, you can ask the " -"library to give you the rest as a single argument. We do this by using a " -"**keyword-only argument**, seen below:" +msgid "When you want to handle parsing of the argument yourself or do not feel like you want to wrap multi-word user input into quotes, you can ask the library to give you the rest as a single argument. We do this by using a **keyword-only argument**, seen below:" msgstr "引数の構文解析を自分で行う場合や、複数単語の入力を引用符で囲む必要のないようにしたい場合は、渡された値を単一の引数として受け取るようにライブラリに求めることができます。以下のコードのようにキーワード引数のみを使用することでこれが可能になります。" #: ../../ext/commands/commands.rst:151 @@ -190,29 +142,19 @@ msgid "Do keep in mind that wrapping it in quotes leaves it as-is:" msgstr "引用符で囲んだ場合、消えずに残るので注意してください:" #: ../../ext/commands/commands.rst:161 -msgid "" -"By default, the keyword-only arguments are stripped of white space to " -"make it easier to work with. This behaviour can be toggled by the " -":attr:`.Command.rest_is_raw` argument in the decorator." -msgstr "" -"通常、キーワード引数は利便性のために空白文字で分割されます。この動作はデコレータの引数として " -":attr:`.Command.rest_is_raw` を使うことで切り替えることが可能です。" +msgid "By default, the keyword-only arguments are stripped of white space to make it easier to work with. This behaviour can be toggled by the :attr:`.Command.rest_is_raw` argument in the decorator." +msgstr "通常、キーワード引数は利便性のために空白文字で分割されます。この動作はデコレータの引数として :attr:`.Command.rest_is_raw` を使うことで切り替えることが可能です。" #: ../../ext/commands/commands.rst:167 msgid "Invocation Context" msgstr "呼び出しコンテクスト" #: ../../ext/commands/commands.rst:169 -msgid "" -"As seen earlier, every command must take at least a single parameter, " -"called the :class:`~ext.commands.Context`." +msgid "As seen earlier, every command must take at least a single parameter, called the :class:`~ext.commands.Context`." msgstr "前述の通り、すべてのコマンドは必ず :class:`~ext.commands.Context` と呼ばれるパラメータを受け取らなければいけません。" #: ../../ext/commands/commands.rst:171 -msgid "" -"This parameter gives you access to something called the \"invocation " -"context\". Essentially all the information you need to know how the " -"command was executed. It contains a lot of useful information:" +msgid "This parameter gives you access to something called the \"invocation context\". Essentially all the information you need to know how the command was executed. It contains a lot of useful information:" msgstr "このパラメータにより、「呼び出しコンテクスト」というものにアクセスできます。言うなればコマンドがどのように実行されたのかを知るのに必要な基本的情報です。これにはたくさんの有用な情報が含まれています。" #: ../../ext/commands/commands.rst:174 @@ -224,57 +166,35 @@ msgid ":attr:`.Context.message` to fetch the :class:`Message` of the command." msgstr "コマンドの :class:`Message` を取得できる :attr:`.Context.message` 。" #: ../../ext/commands/commands.rst:176 -msgid "" -":attr:`.Context.author` to fetch the :class:`Member` or :class:`User` " -"that called the command." -msgstr "" -"コマンドを実行した :class:`Member` あるいは :class:`User` を取得できる " -":attr:`.Context.author` 。" +msgid ":attr:`.Context.author` to fetch the :class:`Member` or :class:`User` that called the command." +msgstr "コマンドを実行した :class:`Member` あるいは :class:`User` を取得できる :attr:`.Context.author` 。" #: ../../ext/commands/commands.rst:177 -msgid "" -":meth:`.Context.send` to send a message to the channel the command was " -"used in." +msgid ":meth:`.Context.send` to send a message to the channel the command was used in." msgstr "コマンドが実行されたチャンネルにメッセージを送信する :meth:`.Context.send` 。" #: ../../ext/commands/commands.rst:179 -msgid "" -"The context implements the :class:`abc.Messageable` interface, so " -"anything you can do on a :class:`abc.Messageable` you can do on the " -":class:`~ext.commands.Context`." -msgstr "" -"コンテクストは :class:`abc.Messageable` インタフェースを実装しているため、 " -":class:`abc.Messageable` 上でできることは :class:`~ext.commands.Context` " -"上でも行うことが可能です。" +msgid "The context implements the :class:`abc.Messageable` interface, so anything you can do on a :class:`abc.Messageable` you can do on the :class:`~ext.commands.Context`." +msgstr "コンテクストは :class:`abc.Messageable` インタフェースを実装しているため、 :class:`abc.Messageable` 上でできることは :class:`~ext.commands.Context` 上でも行うことが可能です。" #: ../../ext/commands/commands.rst:183 msgid "Converters" msgstr "コンバータ" #: ../../ext/commands/commands.rst:185 -msgid "" -"Adding bot arguments with function parameters is only the first step in " -"defining your bot's command interface. To actually make use of the " -"arguments, we usually want to convert the data into a target type. We " -"call these :ref:`ext_commands_api_converters`." -msgstr "" -"Botの引数を関数のパラメータとして設定するのは、Botのコマンドインタフェースを定義する第一歩です。引数を実際に扱うには、大抵の場合、データを目的の型へとと変換する必要があります。私達はこれを" -" :ref:`ext_commands_api_converters` と呼んでいます。" +msgid "Adding bot arguments with function parameters is only the first step in defining your bot's command interface. To actually make use of the arguments, we usually want to convert the data into a target type. We call these :ref:`ext_commands_api_converters`." +msgstr "Botの引数を関数のパラメータとして設定するのは、Botのコマンドインタフェースを定義する第一歩です。引数を実際に扱うには、大抵の場合、データを目的の型へとと変換する必要があります。私達はこれを :ref:`ext_commands_api_converters` と呼んでいます。" #: ../../ext/commands/commands.rst:189 msgid "Converters come in a few flavours:" msgstr "コンバータにはいくつかの種類があります:" #: ../../ext/commands/commands.rst:191 -msgid "" -"A regular callable object that takes an argument as a sole parameter and " -"returns a different type." +msgid "A regular callable object that takes an argument as a sole parameter and returns a different type." msgstr "引数を一つのパラメータとして受け取り、異なる型として返す、通常の呼び出し可能オブジェクト。" #: ../../ext/commands/commands.rst:193 -msgid "" -"These range from your own function, to something like :class:`bool` or " -":class:`int`." +msgid "These range from your own function, to something like :class:`bool` or :class:`int`." msgstr "これらにはあなたの作った関数、 :class:`bool` や :class:`int` といったものまで含まれます。" #: ../../ext/commands/commands.rst:195 @@ -286,30 +206,19 @@ msgid "Basic Converters" msgstr "基本的なコンバーター" #: ../../ext/commands/commands.rst:202 -msgid "" -"At its core, a basic converter is a callable that takes in an argument " -"and turns it into something else." +msgid "At its core, a basic converter is a callable that takes in an argument and turns it into something else." msgstr "基本的なコンバーターは、中核をなすものであり、受け取った引数を別のものへと変換します。" #: ../../ext/commands/commands.rst:204 -msgid "" -"For example, if we wanted to add two numbers together, we could request " -"that they are turned into integers for us by specifying the converter:" +msgid "For example, if we wanted to add two numbers together, we could request that they are turned into integers for us by specifying the converter:" msgstr "例えば、二つの値を加算したい場合、コンバーターを指定することにより、受け取った値を整数型へ変換するように要求できます。" #: ../../ext/commands/commands.rst:213 -msgid "" -"We specify converters by using something called a **function " -"annotation**. This is a Python 3 exclusive feature that was introduced in" -" :pep:`3107`." -msgstr "" -"コンバーターの指定には関数アノテーションというもの用います。これは :pep:`3107` にて追加された Python 3 " -"にのみ実装されている機能です。" +msgid "We specify converters by using something called a **function annotation**. This is a Python 3 exclusive feature that was introduced in :pep:`3107`." +msgstr "コンバーターの指定には関数アノテーションというもの用います。これは :pep:`3107` にて追加された Python 3 にのみ実装されている機能です。" #: ../../ext/commands/commands.rst:216 -msgid "" -"This works with any callable, such as a function that would convert a " -"string to all upper-case:" +msgid "This works with any callable, such as a function that would convert a string to all upper-case:" msgstr "これは、文字列をすべて大文字に変換する関数などといった、任意の呼び出し可能関数でも動作します。" #: ../../ext/commands/commands.rst:228 @@ -317,69 +226,35 @@ msgid "bool" msgstr "論理型" #: ../../ext/commands/commands.rst:230 -#, fuzzy -msgid "" -"Unlike the other basic converters, the :class:`bool` converter is treated" -" slightly different. Instead of casting directly to the :class:`bool` " -"type, which would result in any non-empty argument returning ``True``, it" -" instead evaluates the argument as ``True`` or ``False`` based on its " -"given content:" -msgstr "" -"他の基本的なコンバーターとは異なり、 :class:`bool` のコンバーターは若干異なる扱いになります。 :class:`bool` " -"型に直接キャストする代わりに、与えられた値に基づいて ``True`` か ``False`` を返します。" +msgid "Unlike the other basic converters, the :class:`bool` converter is treated slightly different. Instead of casting directly to the :class:`bool` type, which would result in any non-empty argument returning ``True``, it instead evaluates the argument as ``True`` or ``False`` based on its given content:" +msgstr "他の基本的なコンバーターとは違って、 :class:`bool` のコンバーターは若干扱いが異なります。 :class:`bool` 型に直接キャストして、空でない引数を ``True`` と判断するのではなく、与えられた値に基づいて ``True`` か ``False`` かを評価します。" #: ../../ext/commands/commands.rst:242 msgid "Advanced Converters" msgstr "応用的なコンバータ" #: ../../ext/commands/commands.rst:244 -msgid "" -"Sometimes a basic converter doesn't have enough information that we need." -" For example, sometimes we want to get some information from the " -":class:`Message` that called the command or we want to do some " -"asynchronous processing." -msgstr "" -"場合によっては、基本的なコンバータを動かすのに必要な情報が不足していることがあります。例えば、実行されたコマンドの " -":class:`Message` から情報を取得したい場合や、非同期処理を行いたい場合です。" +msgid "Sometimes a basic converter doesn't have enough information that we need. For example, sometimes we want to get some information from the :class:`Message` that called the command or we want to do some asynchronous processing." +msgstr "場合によっては、基本的なコンバータを動かすのに必要な情報が不足していることがあります。例えば、実行されたコマンドの :class:`Message` から情報を取得したい場合や、非同期処理を行いたい場合です。" #: ../../ext/commands/commands.rst:247 -msgid "" -"For this, the library provides the :class:`~ext.commands.Converter` " -"interface. This allows you to have access to the :class:`.Context` and " -"have the callable be asynchronous. Defining a custom converter using this" -" interface requires overriding a single method, " -":meth:`.Converter.convert`." -msgstr "" -"そういった用途のために、このライブラリは :class:`~ext.commands.Converter` " -"インタフェースを提供します。これによって :class:`.Context` " -"にアクセスが可能になり、また、呼び出し可能関数を非同期にもできるようになります。このインタフェースを使用して、カスタムコンバーターを定義したい場合は" -" :meth:`.Converter.convert` をオーバーライドしてください。" +msgid "For this, the library provides the :class:`~ext.commands.Converter` interface. This allows you to have access to the :class:`.Context` and have the callable be asynchronous. Defining a custom converter using this interface requires overriding a single method, :meth:`.Converter.convert`." +msgstr "そういった用途のために、このライブラリは :class:`~ext.commands.Converter` インタフェースを提供します。これによって :class:`.Context` にアクセスが可能になり、また、呼び出し可能関数を非同期にもできるようになります。このインタフェースを使用して、カスタムコンバーターを定義したい場合は :meth:`.Converter.convert` をオーバーライドしてください。" #: ../../ext/commands/commands.rst:251 msgid "An example converter:" msgstr "コンバーターの例" #: ../../ext/commands/commands.rst:266 -msgid "" -"The converter provided can either be constructed or not. Essentially " -"these two are equivalent:" +msgid "The converter provided can either be constructed or not. Essentially these two are equivalent:" msgstr "コンバーターはインスタンス化されていなくても構いません。以下の例の二つのは同じ処理になります。" #: ../../ext/commands/commands.rst:280 -msgid "" -"Having the possibility of the converter be constructed allows you to set " -"up some state in the converter's ``__init__`` for fine tuning the " -"converter. An example of this is actually in the library, " -":class:`~ext.commands.clean_content`." -msgstr "" -"コンバーターをインスタンス化する可能性がある場合、コンバーターの調整を行うために ``__init__`` " -"で何かしらの状態を設定することが出来ます。この例としてライブラリに実際に存在する " -":class:`~ext.commands.clean_content` があります。" +msgid "Having the possibility of the converter be constructed allows you to set up some state in the converter's ``__init__`` for fine tuning the converter. An example of this is actually in the library, :class:`~ext.commands.clean_content`." +msgstr "コンバーターをインスタンス化する可能性がある場合、コンバーターの調整を行うために ``__init__`` で何かしらの状態を設定することが出来ます。この例としてライブラリに実際に存在する :class:`~ext.commands.clean_content` があります。" #: ../../ext/commands/commands.rst:296 -msgid "" -"If a converter fails to convert an argument to its designated target " -"type, the :exc:`.BadArgument` exception must be raised." +msgid "If a converter fails to convert an argument to its designated target type, the :exc:`.BadArgument` exception must be raised." msgstr "コンバーターが渡された引数を指定の型に変換できなかった場合は :exc:`.BadArgument` を発生させてください。" #: ../../ext/commands/commands.rst:300 @@ -387,59 +262,32 @@ msgid "Inline Advanced Converters" msgstr "埋込み型の応用的なコンバーター" #: ../../ext/commands/commands.rst:302 -msgid "" -"If we don't want to inherit from :class:`~ext.commands.Converter`, we can" -" still provide a converter that has the advanced functionalities of an " -"advanced converter and save us from specifying two types." -msgstr "" -":class:`~ext.commands.Converter` " -"を継承したくない場合のために、応用的なコンバータの高度な機能を備えたコンバータを提供しています。これを使用することで2つのクラスを作成する必要がなくなります。" +msgid "If we don't want to inherit from :class:`~ext.commands.Converter`, we can still provide a converter that has the advanced functionalities of an advanced converter and save us from specifying two types." +msgstr ":class:`~ext.commands.Converter` を継承したくない場合のために、応用的なコンバータの高度な機能を備えたコンバータを提供しています。これを使用することで2つのクラスを作成する必要がなくなります。" #: ../../ext/commands/commands.rst:305 -msgid "" -"For example, a common idiom would be to have a class and a converter for " -"that class:" +msgid "For example, a common idiom would be to have a class and a converter for that class:" msgstr "例えば、一般的な書き方だと、クラスとそのクラスへのコンバーターを定義します:" #: ../../ext/commands/commands.rst:331 -#, fuzzy -msgid "" -"This can get tedious, so an inline advanced converter is possible through" -" a :func:`classmethod` inside the type:" +msgid "This can get tedious, so an inline advanced converter is possible through a :func:`classmethod` inside the type:" msgstr "" -"これでは面倒に感じてしまうこともあるでしょう。しかし、埋込み型の応用的なコンバーターは ``classmethod`` " -"としてクラスへ埋め込むことが可能です:" #: ../../ext/commands/commands.rst:358 msgid "Discord Converters" msgstr "Discord コンバーター" #: ../../ext/commands/commands.rst:360 -msgid "" -"Working with :ref:`discord_api_models` is a fairly common thing when " -"defining commands, as a result the library makes working with them easy." -msgstr "" -":ref:`discord_api_models` " -"を使用して作業を行うのは、コマンドを定義する際には一般的なことです。そのため、このライブラリでは簡単に作業が行えるようになっています。" +msgid "Working with :ref:`discord_api_models` is a fairly common thing when defining commands, as a result the library makes working with them easy." +msgstr ":ref:`discord_api_models` を使用して作業を行うのは、コマンドを定義する際には一般的なことです。そのため、このライブラリでは簡単に作業が行えるようになっています。" #: ../../ext/commands/commands.rst:363 -msgid "" -"For example, to receive a :class:`Member` you can just pass it as a " -"converter:" +msgid "For example, to receive a :class:`Member` you can just pass it as a converter:" msgstr "例えば、 :class:`Member` を受け取るには、これをコンバーターとして渡すだけです。" #: ../../ext/commands/commands.rst:371 -msgid "" -"When this command is executed, it attempts to convert the string given " -"into a :class:`Member` and then passes it as a parameter for the " -"function. This works by checking if the string is a mention, an ID, a " -"nickname, a username + discriminator, or just a regular username. The " -"default set of converters have been written to be as easy to use as " -"possible." -msgstr "" -"このコマンドが実行されると、与えられた文字列を :class:`Member` " -"に変換して、それを関数のパラメーターとして渡します。これは文字列がメンション、ID、ニックネーム、ユーザー名 + " -"Discordタグ、または普通のユーザー名かどうかをチェックすることで機能しています。デフォルトで定義されているコンバーターは、できるだけ簡単に使えるように作られています。" +msgid "When this command is executed, it attempts to convert the string given into a :class:`Member` and then passes it as a parameter for the function. This works by checking if the string is a mention, an ID, a nickname, a username + discriminator, or just a regular username. The default set of converters have been written to be as easy to use as possible." +msgstr "このコマンドが実行されると、与えられた文字列を :class:`Member` に変換して、それを関数のパラメーターとして渡します。これは文字列がメンション、ID、ニックネーム、ユーザー名 + Discordタグ、または普通のユーザー名かどうかをチェックすることで機能しています。デフォルトで定義されているコンバーターは、できるだけ簡単に使えるように作られています。" #: ../../ext/commands/commands.rst:375 msgid "A lot of discord models work out of the gate as a parameter:" @@ -447,13 +295,15 @@ msgstr "Discordモデルの多くがコンバーターとして動作します #: ../../ext/commands/commands.rst:377 msgid ":class:`Object` (since v2.0)" -msgstr ":class:`Object` (v2.0 から)" +msgstr "" -#: ../../ext/commands/commands.rst:378 ../../ext/commands/commands.rst:408 +#: ../../ext/commands/commands.rst:378 +#: ../../ext/commands/commands.rst:408 msgid ":class:`Member`" msgstr ":class:`Member`" -#: ../../ext/commands/commands.rst:379 ../../ext/commands/commands.rst:410 +#: ../../ext/commands/commands.rst:379 +#: ../../ext/commands/commands.rst:410 msgid ":class:`User`" msgstr ":class:`User`" @@ -466,31 +316,34 @@ msgid ":class:`PartialMessage` (since v1.7)" msgstr ":class:`PartialMessage` (v1.7 から)" #: ../../ext/commands/commands.rst:382 -#, fuzzy msgid ":class:`abc.GuildChannel` (since 2.0)" -msgstr ":class:`abc.GuildChannel` (v2.0 から)" +msgstr "" -#: ../../ext/commands/commands.rst:383 ../../ext/commands/commands.rst:418 +#: ../../ext/commands/commands.rst:383 +#: ../../ext/commands/commands.rst:418 msgid ":class:`TextChannel`" msgstr ":class:`TextChannel`" -#: ../../ext/commands/commands.rst:384 ../../ext/commands/commands.rst:420 +#: ../../ext/commands/commands.rst:384 +#: ../../ext/commands/commands.rst:420 msgid ":class:`VoiceChannel`" msgstr ":class:`VoiceChannel`" #: ../../ext/commands/commands.rst:385 msgid ":class:`StageChannel` (since v1.7)" -msgstr ":class:`StageChannel` (v1.7 から)" +msgstr "" #: ../../ext/commands/commands.rst:386 msgid ":class:`StoreChannel` (since v1.7)" msgstr ":class:`StoreChannel` (v1.7 から)" -#: ../../ext/commands/commands.rst:387 ../../ext/commands/commands.rst:426 +#: ../../ext/commands/commands.rst:387 +#: ../../ext/commands/commands.rst:426 msgid ":class:`CategoryChannel`" msgstr ":class:`CategoryChannel`" -#: ../../ext/commands/commands.rst:388 ../../ext/commands/commands.rst:428 +#: ../../ext/commands/commands.rst:388 +#: ../../ext/commands/commands.rst:428 msgid ":class:`Invite`" msgstr ":class:`Invite`" @@ -498,44 +351,42 @@ msgstr ":class:`Invite`" msgid ":class:`Guild` (since v1.7)" msgstr ":class:`Guild` (v1.7 から)" -#: ../../ext/commands/commands.rst:390 ../../ext/commands/commands.rst:432 +#: ../../ext/commands/commands.rst:390 +#: ../../ext/commands/commands.rst:432 msgid ":class:`Role`" msgstr ":class:`Role`" -#: ../../ext/commands/commands.rst:391 ../../ext/commands/commands.rst:434 +#: ../../ext/commands/commands.rst:391 +#: ../../ext/commands/commands.rst:434 msgid ":class:`Game`" msgstr ":class:`Game`" -#: ../../ext/commands/commands.rst:392 ../../ext/commands/commands.rst:436 +#: ../../ext/commands/commands.rst:392 +#: ../../ext/commands/commands.rst:436 msgid ":class:`Colour`" msgstr ":class:`Colour`" -#: ../../ext/commands/commands.rst:393 ../../ext/commands/commands.rst:438 +#: ../../ext/commands/commands.rst:393 +#: ../../ext/commands/commands.rst:438 msgid ":class:`Emoji`" msgstr ":class:`Emoji`" -#: ../../ext/commands/commands.rst:394 ../../ext/commands/commands.rst:440 +#: ../../ext/commands/commands.rst:394 +#: ../../ext/commands/commands.rst:440 msgid ":class:`PartialEmoji`" msgstr ":class:`PartialEmoji`" #: ../../ext/commands/commands.rst:395 msgid ":class:`Thread` (since v2.0)" -msgstr ":class:`Thread` (v2.0 から)" +msgstr "" #: ../../ext/commands/commands.rst:397 -msgid "" -"Having any of these set as the converter will intelligently convert the " -"argument to the appropriate target type you specify." +msgid "Having any of these set as the converter will intelligently convert the argument to the appropriate target type you specify." msgstr "これらをコンバーターとして設定すると、引数を指定した型へとインテリジェントに変換します。" #: ../../ext/commands/commands.rst:400 -msgid "" -"Under the hood, these are implemented by the " -":ref:`ext_commands_adv_converters` interface. A table of the equivalent " -"converter is given below:" -msgstr "" -"これらは :ref:`ext_commands_adv_converters` " -"インタフェースによって実装されています。コンバーターとクラスの関係は以下の通りです。" +msgid "Under the hood, these are implemented by the :ref:`ext_commands_adv_converters` interface. A table of the equivalent converter is given below:" +msgstr "これらは :ref:`ext_commands_adv_converters` インタフェースによって実装されています。コンバーターとクラスの関係は以下の通りです。" #: ../../ext/commands/commands.rst:404 msgid "Discord Class" @@ -547,11 +398,11 @@ msgstr "コンバーター" #: ../../ext/commands/commands.rst:406 msgid ":class:`Object`" -msgstr ":class:`Object`" +msgstr "" #: ../../ext/commands/commands.rst:406 msgid ":class:`~ext.commands.ObjectConverter`" -msgstr ":class:`~ext.commands.ObjectConverter`" +msgstr "" #: ../../ext/commands/commands.rst:408 msgid ":class:`~ext.commands.MemberConverter`" @@ -579,11 +430,11 @@ msgstr ":class:`~ext.commands.PartialMessageConverter`" #: ../../ext/commands/commands.rst:416 msgid ":class:`.GuildChannel`" -msgstr ":class:`.GuildChannel`" +msgstr "" #: ../../ext/commands/commands.rst:416 msgid ":class:`~ext.commands.GuildChannelConverter`" -msgstr ":class:`~ext.commands.GuildChannelConverter`" +msgstr "" #: ../../ext/commands/commands.rst:418 msgid ":class:`~ext.commands.TextChannelConverter`" @@ -595,11 +446,11 @@ msgstr ":class:`~ext.commands.VoiceChannelConverter`" #: ../../ext/commands/commands.rst:422 msgid ":class:`StageChannel`" -msgstr ":class:`StageChannel`" +msgstr "" #: ../../ext/commands/commands.rst:422 msgid ":class:`~ext.commands.StageChannelConverter`" -msgstr ":class:`~ext.commands.StageChannelConverter`" +msgstr "" #: ../../ext/commands/commands.rst:424 msgid ":class:`StoreChannel`" @@ -647,16 +498,14 @@ msgstr ":class:`~ext.commands.PartialEmojiConverter`" #: ../../ext/commands/commands.rst:442 msgid ":class:`Thread`" -msgstr ":class:`Thread`" +msgstr "" #: ../../ext/commands/commands.rst:442 msgid ":class:`~ext.commands.ThreadConverter`" -msgstr ":class:`~ext.commands.ThreadConverter`" +msgstr "" #: ../../ext/commands/commands.rst:445 -msgid "" -"By providing the converter it allows us to use them as building blocks " -"for another converter:" +msgid "By providing the converter it allows us to use them as building blocks for another converter:" msgstr "コンバーターを継承することで、他のコンバーターの一部として使うことができます:" #: ../../ext/commands/commands.rst:462 @@ -664,11 +513,7 @@ msgid "Special Converters" msgstr "特殊なコンバーター" #: ../../ext/commands/commands.rst:464 -msgid "" -"The command extension also has support for certain converters to allow " -"for more advanced and intricate use cases that go beyond the generic " -"linear parsing. These converters allow you to introduce some more relaxed" -" and dynamic grammar to your commands in an easy to use manner." +msgid "The command extension also has support for certain converters to allow for more advanced and intricate use cases that go beyond the generic linear parsing. These converters allow you to introduce some more relaxed and dynamic grammar to your commands in an easy to use manner." msgstr "コマンド拡張機能は一般的な線形解析を超える、より高度で複雑なユースケースに対応するため、特殊なコンバータをサポートしています。これらのコンバータは、簡単な方法でコマンドに更に容易で動的な文法の導入を可能にします。" #: ../../ext/commands/commands.rst:469 @@ -676,32 +521,15 @@ msgid "typing.Union" msgstr "typing.Union" #: ../../ext/commands/commands.rst:471 -msgid "" -"A :data:`typing.Union` is a special type hint that allows for the command" -" to take in any of the specific types instead of a singular type. For " -"example, given the following:" +msgid "A :data:`typing.Union` is a special type hint that allows for the command to take in any of the specific types instead of a singular type. For example, given the following:" msgstr ":data:`typing.Union` はコマンドが単数の型の代わりに、複数の特定の型を取り込める特殊な型ヒントです。例えば:" #: ../../ext/commands/commands.rst:483 -msgid "" -"The ``what`` parameter would either take a :class:`discord.TextChannel` " -"converter or a :class:`discord.Member` converter. The way this works is " -"through a left-to-right order. It first attempts to convert the input to " -"a :class:`discord.TextChannel`, and if it fails it tries to convert it to" -" a :class:`discord.Member`. If all converters fail, then a special error " -"is raised, :exc:`~ext.commands.BadUnionArgument`." -msgstr "" -"``what`` パラメータには :class:`discord.TextChannel` コンバーターか " -":class:`discord.Member` " -"コンバーターのいずれかが用いられます。これは左から右の順で変換できるか試行することになります。最初に渡された値を " -":class:`discord.TextChannel` へ変換しようと試み、失敗した場合は :class:`discord.Member` " -"に変換しようとします。すべてのコンバーターで失敗した場合は :exc:`~ext.commands.BadUnionArgument` " -"というエラーが発生します。" +msgid "The ``what`` parameter would either take a :class:`discord.TextChannel` converter or a :class:`discord.Member` converter. The way this works is through a left-to-right order. It first attempts to convert the input to a :class:`discord.TextChannel`, and if it fails it tries to convert it to a :class:`discord.Member`. If all converters fail, then a special error is raised, :exc:`~ext.commands.BadUnionArgument`." +msgstr "``what`` パラメータには :class:`discord.TextChannel` コンバーターか :class:`discord.Member` コンバーターのいずれかが用いられます。これは左から右の順で変換できるか試行することになります。最初に渡された値を :class:`discord.TextChannel` へ変換しようと試み、失敗した場合は :class:`discord.Member` に変換しようとします。すべてのコンバーターで失敗した場合は :exc:`~ext.commands.BadUnionArgument` というエラーが発生します。" #: ../../ext/commands/commands.rst:488 -msgid "" -"Note that any valid converter discussed above can be passed in to the " -"argument list of a :data:`typing.Union`." +msgid "Note that any valid converter discussed above can be passed in to the argument list of a :data:`typing.Union`." msgstr "以前に説明した有効なコンバーターは、すべて :data:`typing.Union` にわたすことが可能です。" #: ../../ext/commands/commands.rst:491 @@ -709,62 +537,36 @@ msgid "typing.Optional" msgstr "typing.Optional" #: ../../ext/commands/commands.rst:493 -msgid "" -"A :data:`typing.Optional` is a special type hint that allows for \"back-" -"referencing\" behaviour. If the converter fails to parse into the " -"specified type, the parser will skip the parameter and then either " -"``None`` or the specified default will be passed into the parameter " -"instead. The parser will then continue on to the next parameters and " -"converters, if any." -msgstr "" -":data:`typing.Optional` " -"は「後方参照」のような動作をする特殊な型ヒントです。コンバーターが指定された型へのパースに失敗した場合、パーサーは代わりに ``None`` " -"または指定されたデフォルト値をパラメータに渡したあと、そのパラメータをスキップします。次のパラメータまたはコンバータがあれば、そちらに進みます。" +msgid "A :data:`typing.Optional` is a special type hint that allows for \"back-referencing\" behaviour. If the converter fails to parse into the specified type, the parser will skip the parameter and then either ``None`` or the specified default will be passed into the parameter instead. The parser will then continue on to the next parameters and converters, if any." +msgstr ":data:`typing.Optional` は「後方参照」のような動作をする特殊な型ヒントです。コンバーターが指定された型へのパースに失敗した場合、パーサーは代わりに ``None`` または指定されたデフォルト値をパラメータに渡したあと、そのパラメータをスキップします。次のパラメータまたはコンバータがあれば、そちらに進みます。" -#: ../../ext/commands/commands.rst:497 ../../ext/commands/commands.rst:545 +#: ../../ext/commands/commands.rst:497 +#: ../../ext/commands/commands.rst:545 msgid "Consider the following example:" msgstr "次の例をみてください:" #: ../../ext/commands/commands.rst:510 -msgid "" -"In this example, since the argument could not be converted into an " -"``int``, the default of ``99`` is passed and the parser resumes handling," -" which in this case would be to pass it into the ``liquid`` parameter." -msgstr "" -"この例では引数を ``int`` に変換することができなかったので、デフォルト値である ``99`` " -"を代入し、パーサーは処理を続行しています。この場合、先程の変換に失敗した引数は ``liquid`` パラメータに渡されます。" +msgid "In this example, since the argument could not be converted into an ``int``, the default of ``99`` is passed and the parser resumes handling, which in this case would be to pass it into the ``liquid`` parameter." +msgstr "この例では引数を ``int`` に変換することができなかったので、デフォルト値である ``99`` を代入し、パーサーは処理を続行しています。この場合、先程の変換に失敗した引数は ``liquid`` パラメータに渡されます。" #: ../../ext/commands/commands.rst:515 -msgid "" -"This converter only works in regular positional parameters, not variable " -"parameters or keyword-only parameters." +msgid "This converter only works in regular positional parameters, not variable parameters or keyword-only parameters." msgstr "このコンバーターは位置パラメータでのみ動作し、可変長パラメータやキーワードパラメータでは機能しません。" #: ../../ext/commands/commands.rst:518 msgid "typing.Literal" -msgstr "typing.Literal" +msgstr "" #: ../../ext/commands/commands.rst:520 -msgid "" -"A :data:`typing.Literal` is a special type hint that requires the passed " -"parameter to be equal to one of the listed values after being converted " -"to the same type. For example, given the following:" +msgid "A :data:`typing.Literal` is a special type hint that requires the passed parameter to be equal to one of the listed values after being converted to the same type. For example, given the following:" msgstr "" #: ../../ext/commands/commands.rst:532 -msgid "" -"The ``buy_sell`` parameter must be either the literal string ``\"buy\"`` " -"or ``\"sell\"`` and ``amount`` must convert to the ``int`` ``1`` or " -"``2``. If ``buy_sell`` or ``amount`` don't match any value, then a " -"special error is raised, :exc:`~.ext.commands.BadLiteralArgument`. Any " -"literal values can be mixed and matched within the same " -":data:`typing.Literal` converter." +msgid "The ``buy_sell`` parameter must be either the literal string ``\"buy\"`` or ``\"sell\"`` and ``amount`` must convert to the ``int`` ``1`` or ``2``. If ``buy_sell`` or ``amount`` don't match any value, then a special error is raised, :exc:`~.ext.commands.BadLiteralArgument`. Any literal values can be mixed and matched within the same :data:`typing.Literal` converter." msgstr "" #: ../../ext/commands/commands.rst:536 -msgid "" -"Note that ``typing.Literal[True]`` and ``typing.Literal[False]`` still " -"follow the :class:`bool` converter rules." +msgid "Note that ``typing.Literal[True]`` and ``typing.Literal[False]`` still follow the :class:`bool` converter rules." msgstr "" #: ../../ext/commands/commands.rst:539 @@ -772,82 +574,51 @@ msgid "Greedy" msgstr "Greedy" #: ../../ext/commands/commands.rst:541 -msgid "" -"The :class:`~ext.commands.Greedy` converter is a generalisation of the " -":data:`typing.Optional` converter, except applied to a list of arguments." -" In simple terms, this means that it tries to convert as much as it can " -"until it can't convert any further." +msgid "The :class:`~ext.commands.Greedy` converter is a generalisation of the :data:`typing.Optional` converter, except applied to a list of arguments. In simple terms, this means that it tries to convert as much as it can until it can't convert any further." msgstr "" -":data:`~ext.commands.Greedy` コンバータは引数にリストが適用される以外は " -":data:`typing.Optional` " -"を一般化したものです。簡単に言うと、与えられた引数を変換ができなくなるまで指定の型に変換しようと試みます。" #: ../../ext/commands/commands.rst:554 msgid "When invoked, it allows for any number of members to be passed in:" msgstr "これが呼び出されると、任意の数のメンバーを渡すことができます:" #: ../../ext/commands/commands.rst:558 -msgid "" -"The type passed when using this converter depends on the parameter type " -"that it is being attached to:" -msgstr "" +msgid "The type passed when using this converter depends on the parameter type that it is being attached to:" +msgstr "このコンバータを利用した際に渡される型は、その対象となっているパラメータの種類によって異なります。" #: ../../ext/commands/commands.rst:560 -msgid "" -"Positional parameter types will receive either the default parameter or a" -" :class:`list` of the converted values." -msgstr "" +msgid "Positional parameter types will receive either the default parameter or a :class:`list` of the converted values." +msgstr "位置パラメータの場合、型はデフォルトのものか変換された値からなる :class:`list` になります。" #: ../../ext/commands/commands.rst:561 msgid "Variable parameter types will be a :class:`tuple` as usual." -msgstr "" +msgstr "可変長パラメータの場合、型は通常同様 :class:`tuple` になります。" #: ../../ext/commands/commands.rst:562 -msgid "" -"Keyword-only parameter types will be the same as if " -":class:`~ext.commands.Greedy` was not passed at all." +msgid "Keyword-only parameter types will be the same as if :class:`~ext.commands.Greedy` was not passed at all." msgstr "" #: ../../ext/commands/commands.rst:564 -msgid "" -":class:`~ext.commands.Greedy` parameters can also be made optional by " -"specifying an optional value." +msgid ":class:`~ext.commands.Greedy` parameters can also be made optional by specifying an optional value." msgstr "" #: ../../ext/commands/commands.rst:566 -msgid "" -"When mixed with the :data:`typing.Optional` converter you can provide " -"simple and expressive command invocation syntaxes:" -msgstr "" +msgid "When mixed with the :data:`typing.Optional` converter you can provide simple and expressive command invocation syntaxes:" +msgstr ":data:`typing.Optional` コンバータと併用することで、シンプルかつ表現に富む呼び出し構文を提供できます。" #: ../../ext/commands/commands.rst:581 msgid "This command can be invoked any of the following ways:" -msgstr "" +msgstr "このコマンドは以下のような方法で呼び出すことが可能です。" #: ../../ext/commands/commands.rst:591 -msgid "" -"The usage of :class:`~ext.commands.Greedy` and :data:`typing.Optional` " -"are powerful and useful, however as a price, they open you up to some " -"parsing ambiguities that might surprise some people." +msgid "The usage of :class:`~ext.commands.Greedy` and :data:`typing.Optional` are powerful and useful, however as a price, they open you up to some parsing ambiguities that might surprise some people." msgstr "" #: ../../ext/commands/commands.rst:594 -msgid "" -"For example, a signature expecting a :data:`typing.Optional` of a " -":class:`discord.Member` followed by a :class:`int` could catch a member " -"named after a number due to the different ways a " -":class:`~ext.commands.MemberConverter` decides to fetch members. You " -"should take care to not introduce unintended parsing ambiguities in your " -"code. One technique would be to clamp down the expected syntaxes allowed " -"through custom converters or reordering the parameters to minimise " -"clashes." -msgstr "" +msgid "For example, a signature expecting a :data:`typing.Optional` of a :class:`discord.Member` followed by a :class:`int` could catch a member named after a number due to the different ways a :class:`~ext.commands.MemberConverter` decides to fetch members. You should take care to not introduce unintended parsing ambiguities in your code. One technique would be to clamp down the expected syntaxes allowed through custom converters or reordering the parameters to minimise clashes." +msgstr "例えば、 :class:`discord.Member` の :data:`typing.Optional` の後に :class:`int` が続くようなシグネチャでは :class:`~ext.commands.MemberConverter` がメンバー取得のために様々な方法をとることが要因となり、名前が数字になっているメンバーを取得してしまう可能性があります。コードが意図しない曖昧な構文解析を引き起こさないよう注意してください。テクニックの一つとして、カスタムコンバータを用いて予期される構文の許容を制限するか、このような衝突を最小限に抑えるために、パラメータを並び替えることなどが挙げられます。" #: ../../ext/commands/commands.rst:600 -msgid "" -"To help aid with some parsing ambiguities, :class:`str`, ``None``, " -":data:`typing.Optional` and :class:`~ext.commands.Greedy` are forbidden " -"as parameters for the :class:`~ext.commands.Greedy` converter." +msgid "To help aid with some parsing ambiguities, :class:`str`, ``None``, :data:`typing.Optional` and :class:`~ext.commands.Greedy` are forbidden as parameters for the :class:`~ext.commands.Greedy` converter." msgstr "" #: ../../ext/commands/commands.rst:606 @@ -855,10 +626,7 @@ msgid "FlagConverter" msgstr "" #: ../../ext/commands/commands.rst:610 -msgid "" -"A :class:`~ext.commands.FlagConverter` allows the user to specify user-" -"friendly \"flags\" using :pep:`526` type annotations or a syntax more " -"reminiscent of the :mod:`py:dataclasses` module." +msgid "A :class:`~ext.commands.FlagConverter` allows the user to specify user-friendly \"flags\" using :pep:`526` type annotations or a syntax more reminiscent of the :mod:`py:dataclasses` module." msgstr "" #: ../../ext/commands/commands.rst:613 @@ -870,72 +638,39 @@ msgid "Allows the user to invoke the command using a simple flag-like syntax:" msgstr "" #: ../../ext/commands/commands.rst:634 -msgid "" -"Flags use a syntax that allows the user to not require quotes when " -"passing in values to the flag. The goal of the flag syntax is to be as " -"user-friendly as possible. This makes flags a good choice for complicated" -" commands that can have multiple knobs to turn or simulating keyword-only" -" parameters in your external command interface. **It is recommended to " -"use keyword-only parameters with the flag converter**. This ensures " -"proper parsing and behaviour with quoting." +msgid "Flags use a syntax that allows the user to not require quotes when passing in values to the flag. The goal of the flag syntax is to be as user-friendly as possible. This makes flags a good choice for complicated commands that can have multiple knobs to turn or simulating keyword-only parameters in your external command interface. **It is recommended to use keyword-only parameters with the flag converter**. This ensures proper parsing and behaviour with quoting." msgstr "" #: ../../ext/commands/commands.rst:639 -msgid "" -"Internally, the :class:`~ext.commands.FlagConverter` class examines the " -"class to find flags. A flag can either be a class variable with a type " -"annotation or a class variable that's been assigned the result of the " -":func:`~ext.commands.flag` function. These flags are then used to define " -"the interface that your users will use. The annotations correspond to the" -" converters that the flag arguments must adhere to." +msgid "Internally, the :class:`~ext.commands.FlagConverter` class examines the class to find flags. A flag can either be a class variable with a type annotation or a class variable that's been assigned the result of the :func:`~ext.commands.flag` function. These flags are then used to define the interface that your users will use. The annotations correspond to the converters that the flag arguments must adhere to." msgstr "" #: ../../ext/commands/commands.rst:644 -msgid "" -"For most use cases, no extra work is required to define flags. However, " -"if customisation is needed to control the flag name or the default value " -"then the :func:`~ext.commands.flag` function can come in handy:" +msgid "For most use cases, no extra work is required to define flags. However, if customisation is needed to control the flag name or the default value then the :func:`~ext.commands.flag` function can come in handy:" msgstr "" #: ../../ext/commands/commands.rst:654 -msgid "" -"This tells the parser that the ``members`` attribute is mapped to a flag " -"named ``member`` and that the default value is an empty list. For greater" -" customisability, the default can either be a value or a callable that " -"takes the :class:`~ext.commands.Context` as a sole parameter. This " -"callable can either be a function or a coroutine." +msgid "This tells the parser that the ``members`` attribute is mapped to a flag named ``member`` and that the default value is an empty list. For greater customisability, the default can either be a value or a callable that takes the :class:`~ext.commands.Context` as a sole parameter. This callable can either be a function or a coroutine." msgstr "" #: ../../ext/commands/commands.rst:658 -msgid "" -"In order to customise the flag syntax we also have a few options that can" -" be passed to the class parameter list:" +msgid "In order to customise the flag syntax we also have a few options that can be passed to the class parameter list:" msgstr "" #: ../../ext/commands/commands.rst:679 -msgid "" -"Despite the similarities in these examples to command like arguments, the" -" syntax and parser is not a command line parser. The syntax is mainly " -"inspired by Discord's search bar input and as a result all flags need a " -"corresponding value." +msgid "Despite the similarities in these examples to command like arguments, the syntax and parser is not a command line parser. The syntax is mainly inspired by Discord's search bar input and as a result all flags need a corresponding value." msgstr "" #: ../../ext/commands/commands.rst:683 -msgid "" -"The flag converter is similar to regular commands and allows you to use " -"most types of converters (with the exception of " -":class:`~ext.commands.Greedy`) as the type annotation. Some extra support" -" is added for specific annotations as described below." +msgid "The flag converter is similar to regular commands and allows you to use most types of converters (with the exception of :class:`~ext.commands.Greedy`) as the type annotation. Some extra support is added for specific annotations as described below." msgstr "" #: ../../ext/commands/commands.rst:688 msgid "typing.List" -msgstr "typing.List" +msgstr "" #: ../../ext/commands/commands.rst:690 -msgid "" -"If a list is given as a flag annotation it tells the parser that the " -"argument can be passed multiple times." +msgid "If a list is given as a flag annotation it tells the parser that the argument can be passed multiple times." msgstr "" #: ../../ext/commands/commands.rst:692 @@ -948,13 +683,10 @@ msgstr "" #: ../../ext/commands/commands.rst:719 msgid "typing.Tuple" -msgstr "typing.Tuple" +msgstr "" #: ../../ext/commands/commands.rst:721 -msgid "" -"Since the above syntax can be a bit repetitive when specifying a flag " -"many times, the :class:`py:tuple` type annotation allows for \"greedy-" -"like\" semantics using a variadic tuple:" +msgid "Since the above syntax can be a bit repetitive when specifying a flag many times, the :class:`py:tuple` type annotation allows for \"greedy-like\" semantics using a variadic tuple:" msgstr "" #: ../../ext/commands/commands.rst:735 @@ -962,28 +694,19 @@ msgid "This allows the previous ``ban`` command to be called like this:" msgstr "" #: ../../ext/commands/commands.rst:739 -msgid "" -"The :class:`py:tuple` annotation also allows for parsing of pairs. For " -"example, given the following code:" +msgid "The :class:`py:tuple` annotation also allows for parsing of pairs. For example, given the following code:" msgstr "" #: ../../ext/commands/commands.rst:750 -msgid "" -"Due to potential parsing ambiguities, the parser expects tuple arguments " -"to be quoted if they require spaces. So if one of the inner types is " -":class:`str` and the argument requires spaces then quotes should be used " -"to disambiguate it from the other element of the tuple." +msgid "Due to potential parsing ambiguities, the parser expects tuple arguments to be quoted if they require spaces. So if one of the inner types is :class:`str` and the argument requires spaces then quotes should be used to disambiguate it from the other element of the tuple." msgstr "" #: ../../ext/commands/commands.rst:755 msgid "typing.Dict" -msgstr "typing.Dict" +msgstr "" #: ../../ext/commands/commands.rst:757 -msgid "" -"A :class:`dict` annotation is functionally equivalent to ``List[Tuple[K, " -"V]]`` except with the return type given as a :class:`dict` rather than a " -":class:`list`." +msgid "A :class:`dict` annotation is functionally equivalent to ``List[Tuple[K, V]]`` except with the return type given as a :class:`dict` rather than a :class:`list`." msgstr "" #: ../../ext/commands/commands.rst:764 @@ -991,208 +714,99 @@ msgid "Error Handling" msgstr "エラーハンドリング" #: ../../ext/commands/commands.rst:766 -#, fuzzy -msgid "" -"When our commands fail to parse we will, by default, receive a noisy " -"error in ``stderr`` of our console that tells us that an error has " -"happened and has been silently ignored." -msgstr "" -"コマンドの解析に失敗したとき、通常では煩わしいエラーはエラーの発生を伝えるためにコンソールの ``stderr`` " -"で受け取られ、無視されていました。" +msgid "When our commands fail to parse we will, by default, receive a noisy error in ``stderr`` of our console that tells us that an error has happened and has been silently ignored." +msgstr "コマンドの解析に失敗すると、デフォルトではエラーの発生とそれが握り潰されたことを知らせるノイズのようなエラーがコンソールの ``stderr`` に出力されます。" #: ../../ext/commands/commands.rst:769 -msgid "" -"In order to handle our errors, we must use something called an error " -"handler. There is a global error handler, called " -":func:`.on_command_error` which works like any other event in the :ref" -":`discord-api-events`. This global error handler is called for every " -"error reached." +msgid "In order to handle our errors, we must use something called an error handler. There is a global error handler, called :func:`.on_command_error` which works like any other event in the :ref:`discord-api-events`. This global error handler is called for every error reached." msgstr "" #: ../../ext/commands/commands.rst:773 -msgid "" -"Most of the time however, we want to handle an error local to the command" -" itself. Luckily, commands come with local error handlers that allow us " -"to do just that. First we decorate an error handler function with " -":meth:`.Command.error`:" +msgid "Most of the time however, we want to handle an error local to the command itself. Luckily, commands come with local error handlers that allow us to do just that. First we decorate an error handler function with :meth:`~discord.ext.commands.Command.error`:" msgstr "" #: ../../ext/commands/commands.rst:789 -msgid "" -"The first parameter of the error handler is the :class:`.Context` while " -"the second one is an exception that is derived from " -":exc:`~ext.commands.CommandError`. A list of errors is found in the " -":ref:`ext_commands_api_errors` page of the documentation." -msgstr "" +msgid "The first parameter of the error handler is the :class:`.Context` while the second one is an exception that is derived from :exc:`~ext.commands.CommandError`. A list of errors is found in the :ref:`ext_commands_api_errors` page of the documentation." +msgstr "ハンドラの最初の引数には :class:`.Context` が渡され、2番目の引数には :exc:`~ext.commands.CommandError` が渡されます。 エラー一覧は :ref:`ext_commands_api_errors` から見ることができます。" #: ../../ext/commands/commands.rst:793 msgid "Checks" msgstr "チェック" #: ../../ext/commands/commands.rst:795 -msgid "" -"There are cases when we don't want a user to use our commands. They don't" -" have permissions to do so or maybe we blocked them from using our bot " -"earlier. The commands extension comes with full support for these things " -"in a concept called a :ref:`ext_commands_api_checks`." -msgstr "" -"コマンドをユーザーに使ってほしくない場合などがあります。例えば、使用者が権限を持っていない場合や、Botをブロックしている場合などです。コマンド拡張ではこのような機能を" -" :ref:`ext_commands_api_checks` と呼び、完全にサポートしています。" +msgid "There are cases when we don't want a user to use our commands. They don't have permissions to do so or maybe we blocked them from using our bot earlier. The commands extension comes with full support for these things in a concept called a :ref:`ext_commands_api_checks`." +msgstr "コマンドをユーザーに使ってほしくない場合などがあります。例えば、使用者が権限を持っていない場合や、Botをブロックしている場合などです。コマンド拡張ではこのような機能を :ref:`ext_commands_api_checks` と呼び、完全にサポートしています。" #: ../../ext/commands/commands.rst:799 -msgid "" -"A check is a basic predicate that can take in a :class:`.Context` as its " -"sole parameter. Within it, you have the following options:" -msgstr "" +msgid "A check is a basic predicate that can take in a :class:`.Context` as its sole parameter. Within it, you have the following options:" +msgstr "チェックは :class:`.Context` を引数とする関数です。関数はこれらの選択ができます:" #: ../../ext/commands/commands.rst:802 msgid "Return ``True`` to signal that the person can run the command." -msgstr "" +msgstr "``True`` を返し、その人がコマンドを実行できることを示します。" #: ../../ext/commands/commands.rst:803 msgid "Return ``False`` to signal that the person cannot run the command." -msgstr "" +msgstr "``False`` を返し、その人がコマンドを実行できないことを示します。" #: ../../ext/commands/commands.rst:804 -msgid "" -"Raise a :exc:`~ext.commands.CommandError` derived exception to signal the" -" person cannot run the command." -msgstr "" +msgid "Raise a :exc:`~ext.commands.CommandError` derived exception to signal the person cannot run the command." +msgstr ":exc:`~ext.commands.CommandError` を継承する例外を発生させ、コマンドを実行できないことを示する。" #: ../../ext/commands/commands.rst:806 -msgid "" -"This allows you to have custom error messages for you to handle in the " -":ref:`error handlers `." -msgstr "" +msgid "This allows you to have custom error messages for you to handle in the :ref:`error handlers `." +msgstr ":ref:`エラーハンドラ ` のように独自のエラーメッセージを使うことができます。" #: ../../ext/commands/commands.rst:809 -msgid "" -"To register a check for a command, we would have two ways of doing so. " -"The first is using the :meth:`~ext.commands.check` decorator. For " -"example:" -msgstr "" +msgid "To register a check for a command, we would have two ways of doing so. The first is using the :meth:`~ext.commands.check` decorator. For example:" +msgstr "チェックを登録するには2つの方法があります:1つ目は :meth:`~ext.commands.check` を使う方法です。" #: ../../ext/commands/commands.rst:823 -msgid "" -"This would only evaluate the command if the function ``is_owner`` returns" -" ``True``. Sometimes we re-use a check often and want to split it into " -"its own decorator. To do that we can just add another level of depth:" -msgstr "" +msgid "This would only evaluate the command if the function ``is_owner`` returns ``True``. Sometimes we re-use a check often and want to split it into its own decorator. To do that we can just add another level of depth:" +msgstr "例えば、この場合は ``is_owner`` が ``True`` だったときのみコマンドを実行します。しかし、チェックを使い回すために独自のデコレーターにしたくなることもあるでしょう。そうしたい場合は、" #: ../../ext/commands/commands.rst:840 -msgid "" -"Since an owner check is so common, the library provides it for you " -"(:func:`~ext.commands.is_owner`):" -msgstr "" +msgid "Since an owner check is so common, the library provides it for you (:func:`~ext.commands.is_owner`):" +msgstr "このようにすると独自のデコレーターになります。\n" +"このチェックはとてもよく使われるため、ライブラリに標準で実装されています( :func:`~ext.commands.is_owner` )。" #: ../../ext/commands/commands.rst:850 msgid "When multiple checks are specified, **all** of them must be ``True``:" -msgstr "" +msgstr "複数のチェックが渡されたときには、 **すべて** のチェックが ``True`` になる必要があります。" #: ../../ext/commands/commands.rst:866 -msgid "" -"If any of those checks fail in the example above, then the command will " -"not be run." -msgstr "" +msgid "If any of those checks fail in the example above, then the command will not be run." +msgstr "もしチェックのうちどれかが失敗した場合、コマンドは実行されません。" #: ../../ext/commands/commands.rst:868 -msgid "" -"When an error happens, the error is propagated to the :ref:`error " -"handlers `. If you do not raise a custom " -":exc:`~ext.commands.CommandError` derived exception, then it will get " -"wrapped up into a :exc:`~ext.commands.CheckFailure` exception as so:" -msgstr "" +msgid "When an error happens, the error is propagated to the :ref:`error handlers `. If you do not raise a custom :exc:`~ext.commands.CommandError` derived exception, then it will get wrapped up into a :exc:`~ext.commands.CheckFailure` exception as so:" +msgstr "もし例外が発生した場合、 :ref:`エラーハンドラ` によって例外が処理されます。もし :exc:`~ext.commands.CommandError` を継承しないエラーを発生させた場合、 :exc:`~ext.commands.CheckFailure` が発生します。" #: ../../ext/commands/commands.rst:886 -msgid "" -"If you want a more robust error system, you can derive from the exception" -" and raise it instead of returning ``False``:" -msgstr "" +msgid "If you want a more robust error system, you can derive from the exception and raise it instead of returning ``False``:" +msgstr "もし強化されたエラーシステムが必要な場合は、例外を継承し、``False`` を返す代わりに例外を発生させることができます。" #: ../../ext/commands/commands.rst:911 -msgid "" -"Since having a ``guild_only`` decorator is pretty common, it comes built-" -"in via :func:`~ext.commands.guild_only`." -msgstr "" +msgid "Since having a ``guild_only`` decorator is pretty common, it comes built-in via :func:`~ext.commands.guild_only`." +msgstr "``guild_only`` パラメータはよく使われるため、標準で実装されています( :func:`~ext.commands.guild_only` )。" #: ../../ext/commands/commands.rst:914 msgid "Global Checks" msgstr "グローバルチェック" #: ../../ext/commands/commands.rst:916 -msgid "" -"Sometimes we want to apply a check to **every** command, not just certain" -" commands. The library supports this as well using the global check " -"concept." -msgstr "" +msgid "Sometimes we want to apply a check to **every** command, not just certain commands. The library supports this as well using the global check concept." +msgstr "**すべての** コマンドにチェックをかけたいこともあるでしょう。そうしたい場合は、ライブラリのグローバルチェックを使うことができます。" #: ../../ext/commands/commands.rst:919 -msgid "" -"Global checks work similarly to regular checks except they are registered" -" with the :meth:`.Bot.check` decorator." -msgstr "" +msgid "Global checks work similarly to regular checks except they are registered with the :meth:`.Bot.check` decorator." +msgstr "グローバルチェックは、 :meth:`.Bot.check` デコレータで登録されている場合を除き、通常のチェックと同様に動作します。" #: ../../ext/commands/commands.rst:921 msgid "For example, to block all DMs we could do the following:" -msgstr "" +msgstr "例えば、全DMをブロックするには、次の操作を行います。" #: ../../ext/commands/commands.rst:931 -msgid "" -"Be careful on how you write your global checks, as it could also lock you" -" out of your own bot." -msgstr "" - -#~ msgid "" -#~ "To help aid with some parsing " -#~ "ambiguities, :class:`str`, ``None`` and " -#~ ":data:`~ext.commands.Greedy` are forbidden as " -#~ "parameters for the :data:`~ext.commands.Greedy` " -#~ "converter." -#~ msgstr "" - -#~ msgid "" -#~ "Keyword-only parameter types will be " -#~ "the same as if :data:`~ext.commands.Greedy`" -#~ " was not passed at all." -#~ msgstr "" - -#~ msgid "" -#~ ":data:`~ext.commands.Greedy` parameters can also " -#~ "be made optional by specifying an " -#~ "optional value." -#~ msgstr "" - -#~ msgid "" -#~ "The usage of :data:`~ext.commands.Greedy` and" -#~ " :data:`typing.Optional` are powerful and " -#~ "useful, however as a price, they " -#~ "open you up to some parsing " -#~ "ambiguities that might surprise some " -#~ "people." -#~ msgstr "" - -#~ msgid "" -#~ "To help aid with some parsing " -#~ "ambiguities, :class:`str`, ``None``, " -#~ ":data:`typing.Optional` and :data:`~ext.commands.Greedy`" -#~ " are forbidden as parameters for the" -#~ " :data:`~ext.commands.Greedy` converter." -#~ msgstr "" - -#~ msgid "" -#~ "In order to handle our errors, we" -#~ " must use something called an error" -#~ " handler. There is a global error " -#~ "handler, called :func:`on_command_error` which " -#~ "works like any other event in the" -#~ " :ref:`discord-api-events`. This global " -#~ "error handler is called for every " -#~ "error reached." -#~ msgstr "" - -#~ msgid "" -#~ "Global checks work similarly to regular" -#~ " checks except they are registered " -#~ "with the :func:`.Bot.check` decorator." -#~ msgstr "" +msgid "Be careful on how you write your global checks, as it could also lock you out of your own bot." +msgstr "グローバルチェックを追加するときには注意して下さい。ボットを操作できなくなる可能性があります。" diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po b/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po index e8dbae537..6a62b2b87 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po @@ -1,48 +1,37 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/commands/extensions.pot\n" +"X-Crowdin-File-ID: 68\n" +"Language: ja_JP\n" #: ../../ext/commands/extensions.rst:6 msgid "Extensions" msgstr "エクステンション" #: ../../ext/commands/extensions.rst:8 -msgid "" -"There comes a time in the bot development when you want to extend the bot" -" functionality at run-time and quickly unload and reload code (also " -"called hot-reloading). The command framework comes with this ability " -"built-in, with a concept called **extensions**." -msgstr "" -"Bot開発ではBotを起動している間にコードを素早くアンロードし、再度ロードし直したい (ホットリロードとも呼ばれます) " -"という時があります。コマンドフレームワークでは **エクステンション** と呼ばれる概念でこの機能が組み込まれています。" +msgid "There comes a time in the bot development when you want to extend the bot functionality at run-time and quickly unload and reload code (also called hot-reloading). The command framework comes with this ability built-in, with a concept called **extensions**." +msgstr "Bot開発ではBotを起動している間にコードを素早くアンロードし、再度ロードし直したい (ホットリロードとも呼ばれます) という時があります。コマンドフレームワークでは **エクステンション** と呼ばれる概念でこの機能が組み込まれています。" #: ../../ext/commands/extensions.rst:11 msgid "Primer" msgstr "はじめに" #: ../../ext/commands/extensions.rst:13 -msgid "" -"An extension at its core is a python file with an entry point called " -"``setup``. This setup must be a plain Python function (not a coroutine). " -"It takes a single parameter -- the :class:`~.commands.Bot` that loads the" -" extension." -msgstr "" -"その中核となるエクステンションは ``setup`` " -"というエントリポイントを持つPythonファイルです。このsetupは通常のPython関数である必要があります " -"(コルーチンではありません)。この関数はエクステンションをロードする :class:`~.commands.Bot` " -"を受け取るための単一のパラメータを持ちます。" +msgid "An extension at its core is a python file with an entry point called ``setup``. This setup must be a plain Python function (not a coroutine). It takes a single parameter -- the :class:`~.commands.Bot` that loads the extension." +msgstr "その中核となるエクステンションは ``setup`` というエントリポイントを持つPythonファイルです。このsetupは通常のPython関数である必要があります (コルーチンではありません)。この関数はエクステンションをロードする :class:`~.commands.Bot` を受け取るための単一のパラメータを持ちます。" #: ../../ext/commands/extensions.rst:15 msgid "An example extension looks like this:" @@ -53,60 +42,31 @@ msgid "hello.py" msgstr "hello.py" #: ../../ext/commands/extensions.rst:30 -#, fuzzy -msgid "" -"In this example we define a simple command, and when the extension is " -"loaded this command is added to the bot. Now the final step to this is " -"loading the extension, which we do by calling " -":meth:`.Bot.load_extension`. To load this extension we call " -"``bot.load_extension('hello')``." +msgid "In this example we define a simple command, and when the extension is loaded this command is added to the bot. Now the final step to this is loading the extension, which we do by calling :meth:`.Bot.load_extension`. To load this extension we call ``bot.load_extension('hello')``." msgstr "" -"この例では単純なコマンドを実装しており、エクステンションがロードされることでこのコマンドがBotに追加されます。最後にこのエクステンションをロードする必要があります。ロードには" -" :meth:`.Bot.load_extension` を実行します。このエクステンションを読み込むために " -"``bot.load_extension('hello')`` を実行します。" #: ../../ext/commands/extensions.rst:32 msgid "Cogs" msgstr "コグ" #: ../../ext/commands/extensions.rst:35 -msgid "" -"Extensions are usually used in conjunction with cogs. To read more about " -"them, check out the documentation, :ref:`ext_commands_cogs`." -msgstr "" -"エクステンションは通常、コグと組み合わせて使用します。詳細については :ref:`ext_commands_cogs` " -"のドキュメントを参照してください。" +msgid "Extensions are usually used in conjunction with cogs. To read more about them, check out the documentation, :ref:`ext_commands_cogs`." +msgstr "エクステンションは通常、コグと組み合わせて使用します。詳細については :ref:`ext_commands_cogs` のドキュメントを参照してください。" #: ../../ext/commands/extensions.rst:39 -msgid "" -"Extension paths are ultimately similar to the import mechanism. What this" -" means is that if there is a folder, then it must be dot-qualified. For " -"example to load an extension in ``plugins/hello.py`` then we use the " -"string ``plugins.hello``." -msgstr "" -"エクステンションのパスは究極的にはimportのメカニズムと似ています。これはフォルダ等がある場合、それをドットで区切らなければならないということです。例えば" -" ``plugins/hello.py`` というエクステンションをロードする場合は、 ``plugins.hello`` " -"という文字列を使います。" +msgid "Extension paths are ultimately similar to the import mechanism. What this means is that if there is a folder, then it must be dot-qualified. For example to load an extension in ``plugins/hello.py`` then we use the string ``plugins.hello``." +msgstr "エクステンションのパスは究極的にはimportのメカニズムと似ています。これはフォルダ等がある場合、それをドットで区切らなければならないということです。例えば ``plugins/hello.py`` というエクステンションをロードする場合は、 ``plugins.hello`` という文字列を使います。" #: ../../ext/commands/extensions.rst:42 msgid "Reloading" msgstr "リロード" #: ../../ext/commands/extensions.rst:44 -msgid "" -"When you make a change to the extension and want to reload the " -"references, the library comes with a function to do this for you, " -":meth:`.Bot.reload_extension`." +msgid "When you make a change to the extension and want to reload the references, the library comes with a function to do this for you, :meth:`.Bot.reload_extension`." msgstr "" -"エクステンションを更新し、その参照を再読込したい場合のために、ライブラリには :meth:`Bot.reload_extension` " -"が用意されています。" #: ../../ext/commands/extensions.rst:50 -msgid "" -"Once the extension reloads, any changes that we did will be applied. This" -" is useful if we want to add or remove functionality without restarting " -"our bot. If an error occurred during the reloading process, the bot will " -"pretend as if the reload never happened." +msgid "Once the extension reloads, any changes that we did will be applied. This is useful if we want to add or remove functionality without restarting our bot. If an error occurred during the reloading process, the bot will pretend as if the reload never happened." msgstr "エクステンションを再読込すると、その変更が適用されます。Botを再起動せずに機能の追加や削除を行いたい場合に便利です。再読込処理中にエラーが発生した場合、Botは再読込処理をする前の状態に戻ります。" #: ../../ext/commands/extensions.rst:53 @@ -114,14 +74,8 @@ msgid "Cleaning Up" msgstr "クリーンアップ" #: ../../ext/commands/extensions.rst:55 -msgid "" -"Although rare, sometimes an extension needs to clean-up or know when it's" -" being unloaded. For cases like these, there is another entry point named" -" ``teardown`` which is similar to ``setup`` except called when the " -"extension is unloaded." -msgstr "" -"稀ではありますが、エクステンションにクリーンアップが必要だったり、いつアンロードするかを確認したい場合があります。このために ``setup`` " -"に似たエクステンションがアンロードされるときに呼び出される ``teardown`` というエントリポイントが用意されています。" +msgid "Although rare, sometimes an extension needs to clean-up or know when it's being unloaded. For cases like these, there is another entry point named ``teardown`` which is similar to ``setup`` except called when the extension is unloaded." +msgstr "稀ではありますが、エクステンションにクリーンアップが必要だったり、いつアンロードするかを確認したい場合があります。このために ``setup`` に似たエクステンションがアンロードされるときに呼び出される ``teardown`` というエントリポイントが用意されています。" #: ../../ext/commands/extensions.rst:57 msgid "basic_ext.py" diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/index.po b/docs/locale/ja/LC_MESSAGES/ext/commands/index.po index 2f65fa049..6ec9827ef 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/index.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/index.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-22 09:35-0400\n" -"PO-Revision-Date: 2020-10-24 02:41\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -23,5 +23,5 @@ msgstr "``discord.ext.commands`` -- ボットコマンドのフレームワー #: ../../ext/commands/index.rst:6 msgid "``discord.py`` offers a lower level aspect on interacting with Discord. Often times, the library is used for the creation of bots. However this task can be daunting and confusing to get correctly the first time. Many times there comes a repetition in creating a bot command framework that is extensible, flexible, and powerful. For this reason, ``discord.py`` comes with an extension library that handles this for you." -msgstr "``discord.py`` は、Discordと連携するための低レベルな機能を提供します。ときどき、このライブラリーはBotの作成に用いられています。しかしこの作業を正しくやるのは最初のときは気が重くややこしいものです。何度も繰り返し、拡張可能で柔軟、そしてパワフルなBotコマンドフレームワークを作成しています。この理由より、 ``discord.py`` にはこれを扱う拡張ライブラリがついてきます。" +msgstr "``discord.py`` は、Discordと連携するための低レベルな機能を提供します。多くの場合、このライブラリはBotの作成に用いられています。しかしこの作業を始めから正確に行うことは困難であり、混乱することもあるでしょう。拡張性が高く柔軟、そして強力なBotコマンドフレームワークは何度も繰り返し作成することになるでしょう。この理由から、 ``discord.py`` にはこれを扱う拡張ライブラリが付属しています。" diff --git a/docs/locale/ja/LC_MESSAGES/ext/tasks/index.po b/docs/locale/ja/LC_MESSAGES/ext/tasks/index.po index c67bc4006..cf9cf9671 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/tasks/index.po +++ b/docs/locale/ja/LC_MESSAGES/ext/tasks/index.po @@ -1,28 +1,28 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/tasks/index.pot\n" +"X-Crowdin-File-ID: 56\n" +"Language: ja_JP\n" #: ../../ext/tasks/index.rst:4 msgid "``discord.ext.tasks`` -- asyncio.Task helpers" msgstr "``discord.ext.tasks`` -- asyncio.Task ヘルパー" #: ../../ext/tasks/index.rst:8 -msgid "" -"One of the most common operations when making a bot is having a loop run " -"in the background at a specified interval. This pattern is very common " -"but has a lot of things you need to look out for:" +msgid "One of the most common operations when making a bot is having a loop run in the background at a specified interval. This pattern is very common but has a lot of things you need to look out for:" msgstr "ボットを作成するときの最も一般的な操作の1つは、指定した間隔でバックグラウンドでループを実行させることです。このパターンは非常に一般的ですが、注意すべきことがたくさんあります。" #: ../../ext/tasks/index.rst:10 @@ -38,9 +38,7 @@ msgid "What is the maximum number of seconds I can sleep anyway?" msgstr "スリープできる最大時間は何秒ですか?" #: ../../ext/tasks/index.rst:14 -msgid "" -"The goal of this discord.py extension is to abstract all these worries " -"away from you." +msgid "The goal of this discord.py extension is to abstract all these worries away from you." msgstr "discord.pyの拡張機能の目的は、こういった苦労の種を抽象化することです。" #: ../../ext/tasks/index.rst:17 @@ -71,447 +69,348 @@ msgstr "キャンセルする場合、その間に何らかの処理を行う:" msgid "API Reference" msgstr "APIリファレンス" -#: discord.ext.tasks.Loop:1 of -msgid "" -"A background task helper that abstracts the loop and reconnection logic " -"for you." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop:1 +msgid "A background task helper that abstracts the loop and reconnection logic for you." msgstr "ループと再接続処理を抽象化するバックグラウンドタスクのヘルパー。" -#: discord.ext.tasks.Loop:3 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop:3 msgid "The main interface to create this is through :func:`loop`." msgstr ":func:`loop` はこれを作成するための主要なインタフェースです。" -#: discord.ext.tasks.Loop.after_loop:1 of -msgid "" -"A decorator that register a coroutine to be called after the loop " -"finished running." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:1 +msgid "A decorator that registers a coroutine to be called after the loop finishes running." msgstr "" -#: discord.ext.tasks.Loop.after_loop:3 discord.ext.tasks.Loop.before_loop:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:3 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:6 msgid "The coroutine must take no arguments (except ``self`` in a class context)." msgstr "" -#: discord.ext.tasks.Loop.after_loop:7 of -msgid "" -"This coroutine is called even during cancellation. If it is desirable to " -"tell apart whether something was cancelled or not, check to see whether " -":meth:`is_being_cancelled` is ``True`` or not." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:7 +msgid "This coroutine is called even during cancellation. If it is desirable to tell apart whether something was cancelled or not, check to see whether :meth:`is_being_cancelled` is ``True`` or not." msgstr "" -#: discord.ext.tasks.Loop.__call__ discord.ext.tasks.Loop.add_exception_type -#: discord.ext.tasks.Loop.after_loop discord.ext.tasks.Loop.before_loop -#: discord.ext.tasks.Loop.change_interval discord.ext.tasks.Loop.error -#: discord.ext.tasks.Loop.remove_exception_type discord.ext.tasks.Loop.restart -#: discord.ext.tasks.Loop.start discord.ext.tasks.loop of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.__call__:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.restart:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:0 msgid "Parameters" msgstr "パラメーター" -#: discord.ext.tasks.Loop.after_loop:11 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:11 msgid "The coroutine to register after the loop finishes." msgstr "" -#: discord.ext.tasks.Loop.add_exception_type discord.ext.tasks.Loop.after_loop -#: discord.ext.tasks.Loop.before_loop discord.ext.tasks.Loop.change_interval -#: discord.ext.tasks.Loop.error discord.ext.tasks.Loop.start -#: discord.ext.tasks.loop of -#, fuzzy +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:0 msgid "Raises" msgstr "例外" -#: discord.ext.tasks.Loop.after_loop:14 discord.ext.tasks.Loop.before_loop:11 -#: discord.ext.tasks.Loop.error:13 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.after_loop:14 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:14 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:13 msgid "The function was not a coroutine." msgstr "" -#: discord.ext.tasks.Loop.before_loop:1 of -msgid "" -"A decorator that registers a coroutine to be called before the loop " -"starts running." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:1 +msgid "A decorator that registers a coroutine to be called before the loop starts running." msgstr "" -#: discord.ext.tasks.Loop.before_loop:3 of -msgid "" -"This is useful if you want to wait for some bot state before the loop " -"starts, such as :meth:`discord.Client.wait_until_ready`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:3 +msgid "This is useful if you want to wait for some bot state before the loop starts, such as :meth:`discord.Client.wait_until_ready`." msgstr "" -#: discord.ext.tasks.Loop.before_loop:8 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:8 +msgid "Calling :meth:`stop` in this coroutine will stop the initial iteration from running." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.before_loop:11 msgid "The coroutine to register before the loop runs." msgstr "" -#: discord.ext.tasks.Loop.error:1 of -msgid "" -"A decorator that registers a coroutine to be called if the task " -"encounters an unhandled exception." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:1 +msgid "A decorator that registers a coroutine to be called if the task encounters an unhandled exception." msgstr "" -#: discord.ext.tasks.Loop.error:3 of -msgid "" -"The coroutine must take only one argument the exception raised (except " -"``self`` in a class context)." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:3 +msgid "The coroutine must take only one argument the exception raised (except ``self`` in a class context)." msgstr "" -#: discord.ext.tasks.Loop.error:5 of -msgid "" -"By default this prints to :data:`sys.stderr` however it could be " -"overridden to have a different implementation." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:5 +msgid "By default this prints to :data:`sys.stderr` however it could be overridden to have a different implementation." msgstr "" -#: discord.ext.tasks.Loop.error:10 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.error:10 msgid "The coroutine to register in the event of an unhandled exception." msgstr "" -#: discord.ext.tasks.Loop.seconds:1 of -msgid "" -"Read-only value for the number of seconds between each iteration. " -"``None`` if an explicit ``time`` value was passed instead." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.seconds:1 +msgid "Read-only value for the number of seconds between each iteration. ``None`` if an explicit ``time`` value was passed instead." msgstr "" -#: discord.ext.tasks.Loop.current_loop discord.ext.tasks.Loop.hours -#: discord.ext.tasks.Loop.minutes discord.ext.tasks.Loop.next_iteration -#: discord.ext.tasks.Loop.seconds discord.ext.tasks.Loop.time of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.seconds:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.minutes:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.hours:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.time:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.current_loop:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.next_iteration:0 msgid "type" -msgstr "" +msgstr "タイプ" -#: discord.ext.tasks.Loop.hours:6 discord.ext.tasks.Loop.minutes:6 -#: discord.ext.tasks.Loop.seconds:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.seconds:6 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.minutes:6 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.hours:6 msgid "Optional[:class:`float`]" msgstr "" -#: discord.ext.tasks.Loop.minutes:1 of -msgid "" -"Read-only value for the number of minutes between each iteration. " -"``None`` if an explicit ``time`` value was passed instead." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.minutes:1 +msgid "Read-only value for the number of minutes between each iteration. ``None`` if an explicit ``time`` value was passed instead." msgstr "" -#: discord.ext.tasks.Loop.hours:1 of -msgid "" -"Read-only value for the number of hours between each iteration. ``None`` " -"if an explicit ``time`` value was passed instead." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.hours:1 +msgid "Read-only value for the number of hours between each iteration. ``None`` if an explicit ``time`` value was passed instead." msgstr "" -#: discord.ext.tasks.Loop.time:1 of -msgid "" -"Read-only list for the exact times this loop runs at. ``None`` if " -"relative times were passed instead." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.time:1 +msgid "Read-only list for the exact times this loop runs at. ``None`` if relative times were passed instead." msgstr "" -#: discord.ext.tasks.Loop.time:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.time:6 msgid "Optional[List[:class:`datetime.time`]]" msgstr "" -#: discord.ext.tasks.Loop.current_loop:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.current_loop:1 msgid "The current iteration of the loop." -msgstr "" +msgstr "ループの現在の実行回数。" -#: discord.ext.tasks.Loop.current_loop:3 of -#, fuzzy +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.current_loop:3 msgid ":class:`int`" -msgstr ":class:`asyncio.Task`" +msgstr ":class:`int`" -#: discord.ext.tasks.Loop.next_iteration:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.next_iteration:1 msgid "When the next iteration of the loop will occur." -msgstr "" +msgstr "次のループがいつ発火するか。" -#: discord.ext.tasks.Loop.next_iteration:5 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.next_iteration:5 msgid "Optional[:class:`datetime.datetime`]" -msgstr "" +msgstr "Optional[:class:`datetime.datetime`]" -#: discord.ext.tasks.Loop.__call__:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.__call__:1 msgid "|coro|" -msgstr "" +msgstr "|coro|" -#: discord.ext.tasks.Loop.__call__:3 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.__call__:3 msgid "Calls the internal callback that the task holds." -msgstr "" +msgstr "タスク内のコールバックを呼び出します。" -#: discord.ext.tasks.Loop.__call__:7 discord.ext.tasks.Loop.restart:8 -#: discord.ext.tasks.Loop.start:3 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.__call__:7 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:3 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.restart:8 msgid "The arguments to use." -msgstr "" +msgstr "使用する引数。" -#: discord.ext.tasks.Loop.__call__:8 discord.ext.tasks.Loop.restart:9 -#: discord.ext.tasks.Loop.start:4 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.__call__:8 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:4 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.restart:9 msgid "The keyword arguments to use." -msgstr "" +msgstr "使用するキーワード引数。" -#: discord.ext.tasks.Loop.start:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:1 msgid "Starts the internal task in the event loop." -msgstr "" +msgstr "イベントループでタスクを開始します。" -#: discord.ext.tasks.Loop.start:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:6 msgid "A task has already been launched and is running." -msgstr "" +msgstr "タスクはすでに実行されていて実行中である。" -#: discord.ext.tasks.Loop.remove_exception_type discord.ext.tasks.Loop.start of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:0 msgid "Returns" msgstr "戻り値" -#: discord.ext.tasks.Loop.start:8 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:8 msgid "The task that has been created." msgstr "タスクが作成されました。" -#: discord.ext.tasks.Loop.remove_exception_type discord.ext.tasks.Loop.start of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:0 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:0 msgid "Return type" msgstr "戻り値の型" -#: discord.ext.tasks.Loop.start:9 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.start:9 msgid ":class:`asyncio.Task`" msgstr ":class:`asyncio.Task`" -#: discord.ext.tasks.Loop.stop:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.stop:1 msgid "Gracefully stops the task from running." -msgstr "" +msgstr "タスクを正常に停止させます。" -#: discord.ext.tasks.Loop.stop:3 of -msgid "" -"Unlike :meth:`cancel`\\, this allows the task to finish its current " -"iteration before gracefully exiting." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.stop:3 +msgid "Unlike :meth:`cancel`\\, this allows the task to finish its current iteration before gracefully exiting." +msgstr ":meth:`cancel` とは違い、現在のループが終了してからタスクを終了します。" + +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.stop:8 +msgid "If the internal function raises an error that can be handled before finishing then it will retry until it succeeds." msgstr "" -#: discord.ext.tasks.Loop.stop:8 of -msgid "" -"If the internal function raises an error that can be handled before " -"finishing then it will retry until it succeeds." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.stop:12 +msgid "If this is undesirable, either remove the error handling before stopping via :meth:`clear_exception_types` or use :meth:`cancel` instead." msgstr "" -#: discord.ext.tasks.Loop.stop:12 of -msgid "" -"If this is undesirable, either remove the error handling before stopping " -"via :meth:`clear_exception_types` or use :meth:`cancel` instead." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.stop:16 +msgid "Calling this method in :meth:`before_loop` will stop the first iteration from running." msgstr "" -#: discord.ext.tasks.Loop.cancel:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.cancel:1 msgid "Cancels the internal task, if it is running." msgstr "" -#: discord.ext.tasks.Loop.restart:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.restart:1 msgid "A convenience method to restart the internal task." msgstr "" -#: discord.ext.tasks.Loop.restart:5 of -msgid "" -"Due to the way this function works, the task is not returned like " -":meth:`start`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.restart:5 +msgid "Due to the way this function works, the task is not returned like :meth:`start`." msgstr "" -#: discord.ext.tasks.Loop.add_exception_type:1 of -#, fuzzy +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:1 msgid "Adds exception types to be handled during the reconnect logic." -msgstr "再接続中に処理する例外を追加します:" +msgstr "再接続中に処理する例外を追加します。" -#: discord.ext.tasks.Loop.add_exception_type:3 of -msgid "" -"By default the exception types handled are those handled by " -":meth:`discord.Client.connect`\\, which includes a lot of internet " -"disconnection errors." -msgstr "" +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:3 +msgid "By default the exception types handled are those handled by :meth:`discord.Client.connect`\\, which includes a lot of internet disconnection errors." +msgstr "デフォルトでは、 :meth:`discord.Client.connect` によって処理される例外は、多くのインターネット切断エラーを含んでいます。" -#: discord.ext.tasks.Loop.add_exception_type:7 of -msgid "" -"This function is useful if you're interacting with a 3rd party library " -"that raises its own set of exceptions." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:7 +msgid "This function is useful if you're interacting with a 3rd party library that raises its own set of exceptions." msgstr "" -#: discord.ext.tasks.Loop.add_exception_type:10 -#: discord.ext.tasks.Loop.remove_exception_type:3 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:10 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:3 msgid "An argument list of exception classes to handle." msgstr "" -#: discord.ext.tasks.Loop.add_exception_type:13 of -msgid "" -"An exception passed is either not a class or not inherited from " -":class:`BaseException`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.add_exception_type:13 +msgid "An exception passed is either not a class or not inherited from :class:`BaseException`." msgstr "" -#: discord.ext.tasks.Loop.clear_exception_types:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.clear_exception_types:1 msgid "Removes all exception types that are handled." msgstr "" -#: discord.ext.tasks.Loop.clear_exception_types:5 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.clear_exception_types:5 msgid "This operation obviously cannot be undone!" msgstr "" -#: discord.ext.tasks.Loop.remove_exception_type:1 of -#, fuzzy +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:1 msgid "Removes exception types from being handled during the reconnect logic." -msgstr "再接続中に処理する例外を追加します:" +msgstr "" -#: discord.ext.tasks.Loop.remove_exception_type:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:6 msgid "Whether all exceptions were successfully removed." msgstr "" -#: discord.ext.tasks.Loop.remove_exception_type:7 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.remove_exception_type:7 msgid ":class:`bool`" -msgstr "" +msgstr ":class:`bool`" -#: discord.ext.tasks.Loop.get_task:1 of -msgid "" -"Optional[:class:`asyncio.Task`]: Fetches the internal task or ``None`` if" -" there isn't one running." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.get_task:1 +msgid "Optional[:class:`asyncio.Task`]: Fetches the internal task or ``None`` if there isn't one running." msgstr "" -#: discord.ext.tasks.Loop.is_being_cancelled:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.is_being_cancelled:1 msgid "Whether the task is being cancelled." msgstr "" -#: discord.ext.tasks.Loop.failed:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.failed:1 msgid ":class:`bool`: Whether the internal task has failed." msgstr "" -#: discord.ext.tasks.Loop.is_running:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.is_running:1 msgid ":class:`bool`: Check if the task is currently running." -msgstr "" +msgstr ":class:`bool`: タスクが現在実行されているか確認します。" -#: discord.ext.tasks.Loop.change_interval:1 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:1 msgid "Changes the interval for the sleep time." msgstr "" -#: discord.ext.tasks.Loop.change_interval:5 discord.ext.tasks.loop:4 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:5 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:4 msgid "The number of seconds between every iteration." -msgstr "" +msgstr "各繰り返しの間の秒数。" -#: discord.ext.tasks.Loop.change_interval:7 discord.ext.tasks.loop:6 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:7 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:6 msgid "The number of minutes between every iteration." -msgstr "" +msgstr "各繰り返しの間の 分数。" -#: discord.ext.tasks.Loop.change_interval:9 discord.ext.tasks.loop:8 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:9 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:8 msgid "The number of hours between every iteration." -msgstr "" +msgstr "各繰り返しの間の時間数。" -#: discord.ext.tasks.Loop.change_interval:11 of -msgid "" -"The exact times to run this loop at. Either a non-empty list or a single " -"value of :class:`datetime.time` should be passed. This cannot be used in " -"conjunction with the relative time parameters. .. versionadded:: 2.0 .." -" note:: Duplicate times will be ignored, and only run once." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:11 +msgid "The exact times to run this loop at. Either a non-empty list or a single value of :class:`datetime.time` should be passed. This cannot be used in conjunction with the relative time parameters. .. versionadded:: 2.0 .. note:: Duplicate times will be ignored, and only run once." msgstr "" -#: discord.ext.tasks.Loop.change_interval:11 of -msgid "" -"The exact times to run this loop at. Either a non-empty list or a single " -"value of :class:`datetime.time` should be passed. This cannot be used in " -"conjunction with the relative time parameters." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:11 +msgid "The exact times to run this loop at. Either a non-empty list or a single value of :class:`datetime.time` should be passed. This cannot be used in conjunction with the relative time parameters." msgstr "" -#: discord.ext.tasks.Loop.change_interval:19 discord.ext.tasks.loop:18 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:19 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:18 msgid "Duplicate times will be ignored, and only run once." msgstr "" -#: discord.ext.tasks.Loop.change_interval:22 discord.ext.tasks.loop:33 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:22 +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:33 msgid "An invalid value was given." msgstr "" -#: discord.ext.tasks.Loop.change_interval:23 of -msgid "" -"An invalid value for the ``time`` parameter was passed, or the " -"``time`` parameter was passed in conjunction with relative time " -"parameters." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.Loop.change_interval:23 +msgid "An invalid value for the ``time`` parameter was passed, or the ``time`` parameter was passed in conjunction with relative time parameters." msgstr "" -#: discord.ext.tasks.loop:1 of -msgid "" -"A decorator that schedules a task in the background for you with optional" -" reconnect logic. The decorator returns a :class:`Loop`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:1 +msgid "A decorator that schedules a task in the background for you with optional reconnect logic. The decorator returns a :class:`Loop`." msgstr "" -#: discord.ext.tasks.loop:10 of -msgid "" -"The exact times to run this loop at. Either a non-empty list or a single " -"value of :class:`datetime.time` should be passed. Timezones are " -"supported. If no timezone is given for the times, it is assumed to " -"represent UTC time. This cannot be used in conjunction with the relative" -" time parameters. .. note:: Duplicate times will be ignored, and " -"only run once. .. versionadded:: 2.0" +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:10 +msgid "The exact times to run this loop at. Either a non-empty list or a single value of :class:`datetime.time` should be passed. Timezones are supported. If no timezone is given for the times, it is assumed to represent UTC time. This cannot be used in conjunction with the relative time parameters. .. note:: Duplicate times will be ignored, and only run once. .. versionadded:: 2.0" msgstr "" -#: discord.ext.tasks.loop:10 of -msgid "" -"The exact times to run this loop at. Either a non-empty list or a single " -"value of :class:`datetime.time` should be passed. Timezones are " -"supported. If no timezone is given for the times, it is assumed to " -"represent UTC time." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:10 +msgid "The exact times to run this loop at. Either a non-empty list or a single value of :class:`datetime.time` should be passed. Timezones are supported. If no timezone is given for the times, it is assumed to represent UTC time." msgstr "" -#: discord.ext.tasks.loop:14 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:14 msgid "This cannot be used in conjunction with the relative time parameters." msgstr "" -#: discord.ext.tasks.loop:22 of +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:22 msgid "The number of loops to do, ``None`` if it should be an infinite loop." -msgstr "" +msgstr "実行するループの回数、無限ループの場合は ``None`` です。" -#: discord.ext.tasks.loop:25 of -msgid "" -"Whether to handle errors and restart the task using an exponential back-" -"off algorithm similar to the one used in :meth:`discord.Client.connect`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:25 +msgid "Whether to handle errors and restart the task using an exponential back-off algorithm similar to the one used in :meth:`discord.Client.connect`." msgstr "" -#: discord.ext.tasks.loop:29 of -msgid "" -"The loop to use to register the task, if not given defaults to " -":func:`asyncio.get_event_loop`." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:29 +msgid "The loop to use to register the task, if not given defaults to :func:`asyncio.get_event_loop`." msgstr "" -#: discord.ext.tasks.loop:34 of -msgid "" -"The function was not a coroutine, an invalid value for the ``time`` " -"parameter was passed, or ``time`` parameter was passed in conjunction" -" with relative time parameters." +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:34 +msgid "The function was not a coroutine, an invalid value for the ``time`` parameter was passed, or ``time`` parameter was passed in conjunction with relative time parameters." msgstr "" -#~ msgid ":class:`int` -- The current iteration of the loop." -#~ msgstr "" - -#~ msgid ":exc:`RuntimeError` -- A task has already been launched and is running." -#~ msgstr "" - -#~ msgid "Adds an exception type to be handled during the reconnect logic." -#~ msgstr "" - -#~ msgid "The exception class to handle." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`TypeError` -- The exception passed " -#~ "is either not a class or not " -#~ "inherited from :class:`BaseException`." -#~ msgstr "" - -#~ msgid "" -#~ "Removes an exception type from being " -#~ "handled during the reconnect logic." -#~ msgstr "" - -#~ msgid "Whether it was successfully removed." -#~ msgstr "" - -#~ msgid ":exc:`TypeError` -- The function was not a coroutine." -#~ msgstr "" - -#~ msgid ":exc:`ValueError` -- An invalid value was given." -#~ msgstr "" - -#~ msgid "" -#~ "A decorator that schedules a task " -#~ "in the background for you with " -#~ "optional reconnect logic." -#~ msgstr "" - -#~ msgid "The loop helper that handles the background task." -#~ msgstr "" - -#~ msgid ":class:`Loop`" -#~ msgstr "" - -#~ msgid "The arguments to to use." -#~ msgstr "" - -#~ msgid "" -#~ "This only applies on the next loop" -#~ " iteration. If it is desirable for" -#~ " the change of interval to be " -#~ "applied right away, cancel the task " -#~ "with :meth:`cancel`." -#~ msgstr "" - diff --git a/docs/locale/ja/LC_MESSAGES/faq.po b/docs/locale/ja/LC_MESSAGES/faq.po index a61cbe5dd..c823576fc 100644 --- a/docs/locale/ja/LC_MESSAGES/faq.po +++ b/docs/locale/ja/LC_MESSAGES/faq.po @@ -1,29 +1,29 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 17:16+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: faq.pot\n" +"X-Crowdin-File-ID: 44\n" +"Language: ja_JP\n" #: ../../faq.rst:7 msgid "Frequently Asked Questions" msgstr "よくある質問" #: ../../faq.rst:9 -msgid "" -"This is a list of Frequently Asked Questions regarding using " -"``discord.py`` and its extension modules. Feel free to suggest a new " -"question or submit one via pull requests." -msgstr "これは ``discord.py`` 及び 拡張モジュールに対して、よくある質問をまとめたものです。気軽に質問やプルリクエストを提出してください。" +msgid "This is a list of Frequently Asked Questions regarding using ``discord.py`` and its extension modules. Feel free to suggest a new question or submit one via pull requests." +msgstr "これは ``discord.py`` 及び拡張モジュールの利用に際し、よくある質問をまとめたものです。気兼ねなく質問やプルリクエストを提出してください。" #: ../../faq.rst:13 msgid "Questions" @@ -42,23 +42,11 @@ msgid "What is a coroutine?" msgstr "コルーチンとはなんですか。" #: ../../faq.rst:23 -msgid "" -"A |coroutine_link|_ is a function that must be invoked with ``await`` or " -"``yield from``. When Python encounters an ``await`` it stops the " -"function's execution at that point and works on other things until it " -"comes back to that point and finishes off its work. This allows for your " -"program to be doing multiple things at the same time without using " -"threads or complicated multiprocessing." -msgstr "" -"|coroutine_link|_ とは ``await`` または ``yield from`` から呼び出さなければならない関数です。 " -"``await`` にエンカウントした場合、そのポイントで関数の実行を停止し、他の作業を実行します。 " -"これは作業が終了し、このポイントに戻ってくるまで続きます。 " -"これにより、スレッドや複雑なマルチプロセッシングを用いずに複数の処理を並列実行することができます。" +msgid "A |coroutine_link|_ is a function that must be invoked with ``await`` or ``yield from``. When Python encounters an ``await`` it stops the function's execution at that point and works on other things until it comes back to that point and finishes off its work. This allows for your program to be doing multiple things at the same time without using threads or complicated multiprocessing." +msgstr "|coroutine_link|_ とは ``await`` または ``yield from`` から呼び出さなければならない関数です。Pythonは ``await`` の付いた命令を処理する際、その時点で一度その関数の実行を停止し、他の作業を実行します。 これは `await` のついた命令の作業が終了し、再度停止したポイントに戻ってくるまで続きます。 これにより、スレッドや複雑なマルチプロセッシングを用いずに複数の処理を並列実行することができます。" #: ../../faq.rst:28 -msgid "" -"**If you forget to await a coroutine then the coroutine will not run. " -"Never forget to await a coroutine.**" +msgid "**If you forget to await a coroutine then the coroutine will not run. Never forget to await a coroutine.**" msgstr "**コルーチンにawaitを記述し忘れた場合、コルーチンは実行されません。awaitの記述を忘れないように注意してください。**" #: ../../faq.rst:31 @@ -66,61 +54,28 @@ msgid "Where can I use ``await``\\?" msgstr "``await`` はどこで使用することができますか。" #: ../../faq.rst:33 -msgid "" -"You can only use ``await`` inside ``async def`` functions and nowhere " -"else." -msgstr "``await`` は ``async def`` 関数の中でのみ使用できます。" +msgid "You can only use ``await`` inside ``async def`` functions and nowhere else." +msgstr "``await`` は ``async def`` で定義される関数の中でのみ使用できます。" #: ../../faq.rst:36 msgid "What does \"blocking\" mean?" msgstr "「ブロッキング」とはなんですか。" #: ../../faq.rst:38 -msgid "" -"In asynchronous programming a blocking call is essentially all the parts " -"of the function that are not ``await``. Do not despair however, because " -"not all forms of blocking are bad! Using blocking calls is inevitable, " -"but you must work to make sure that you don't excessively block " -"functions. Remember, if you block for too long then your bot will freeze " -"since it has not stopped the function's execution at that point to do " -"other things." -msgstr "" -"非同期プログラミングにおけるブロッキングとは、関数内の ``await`` 修飾子がないコードすべてを指します。 " -"しかし、全てのブロッキングが悪いというわけではありません。ブロッキングを使用することは避けられませんが、ブロックの発生は出来るだけ少なくする必要があります。長時間のブロックが発生すると、関数の実行が停止しないため、長時間Botがフリーズすることになることを覚えておきましょう。" +msgid "In asynchronous programming a blocking call is essentially all the parts of the function that are not ``await``. Do not despair however, because not all forms of blocking are bad! Using blocking calls is inevitable, but you must work to make sure that you don't excessively block functions. Remember, if you block for too long then your bot will freeze since it has not stopped the function's execution at that point to do other things." +msgstr "非同期プログラミングにおけるブロッキングとは、関数内の ``await`` 修飾子がないコードすべてを指します。 しかし、全てのブロッキングが悪いというわけではありません。ブロッキングを使用することは避けられませんが、ブロックの発生は出来るだけ少なくする必要があります。長時間のブロックが発生すると、関数の実行が停止せず他の命令を処理することができないため、長時間Botがフリーズすることになることを覚えておきましょう。" #: ../../faq.rst:43 -msgid "" -"If logging is enabled, this library will attempt to warn you that " -"blocking is occurring with the message: ``Heartbeat blocked for more than" -" N seconds.`` See :ref:`logging_setup` for details on enabling logging." -msgstr "" -"もしロギングを有効にしている場合、ライブラリはブロッキングが起きていることを次のメッセージで警告しようと試みます: ``Heartbeat " -"blocked for more than N seconds.`` ロギングを有効にするには、:ref:`logging_setup` " -"をご覧ください。" +msgid "If logging is enabled, this library will attempt to warn you that blocking is occurring with the message: ``Heartbeat blocked for more than N seconds.`` See :ref:`logging_setup` for details on enabling logging." +msgstr "ログの出力を有効にしている場合、ライブラリはブロッキングが起きていることを ``Heartbeat blocked for more than N seconds.`` というメッセージで警告します。ログの出力を有効にするには、 :ref:`logging_setup` を参照してください。" #: ../../faq.rst:47 -msgid "" -"A common source of blocking for too long is something like " -":func:`time.sleep`. Don't do that. Use :func:`asyncio.sleep` instead. " -"Similar to this example: ::" -msgstr "" -"長時間ブロックの原因として一般的なのは :func:`time.sleep` などです。 これは使用せず、下記の例のように " -":func:`asyncio.sleep` を使用してください。" +msgid "A common source of blocking for too long is something like :func:`time.sleep`. Don't do that. Use :func:`asyncio.sleep` instead. Similar to this example: ::" +msgstr "長時間のブロッキングの原因として一般的なのは :func:`time.sleep` などです。 これは使用せず、下記の例のように :func:`asyncio.sleep` を使用してください。" #: ../../faq.rst:56 -msgid "" -"Another common source of blocking for too long is using HTTP requests " -"with the famous module :doc:`req:index`. While :doc:`req:index` is an " -"amazing module for non-asynchronous programming, it is not a good choice " -"for :mod:`asyncio` because certain requests can block the event loop too " -"long. Instead, use the :doc:`aiohttp ` library which is " -"installed on the side with this library." -msgstr "" -"また、これだけでなく、有名なモジュール :doc:`req:index` のHTTPリクエストも長時間ブロックの原因になります。 " -":doc:`req:index` " -"モジュールは非非同期プログラミングでは素晴らしいモジュールですが、特定のリクエストがイベントループを長時間ブロックする可能性があるため、 " -":mod:`asyncio` には適していません。 代わりにこのライブラリと一緒にインストールされた :doc:`aiohttp " -"` を使用してください。" +msgid "Another common source of blocking for too long is using HTTP requests with the famous module :doc:`req:index`. While :doc:`req:index` is an amazing module for non-asynchronous programming, it is not a good choice for :mod:`asyncio` because certain requests can block the event loop too long. Instead, use the :doc:`aiohttp ` library which is installed on the side with this library." +msgstr "また、これだけでなく、有名なモジュール :doc:`req:index` のHTTPリクエストも長時間ブロックの原因になります。 :doc:`req:index` モジュールは同期プログラミングにおいては素晴らしいモジュールですが、特定のリクエストがイベントループを長時間ブロックする可能性があるため、 :mod:`asyncio` には適していません。 代わりにこのライブラリと一緒にインストールされた :doc:`aiohttp ` を使用してください。" #: ../../faq.rst:61 msgid "Consider the following example: ::" @@ -136,55 +91,35 @@ msgstr "ライブラリの使用に関する一般的な質問。" #: ../../faq.rst:82 msgid "Where can I find usage examples?" -msgstr "" +msgstr "使用例はどこで確認できますか。" #: ../../faq.rst:84 -msgid "" -"Example code can be found in the `examples folder " -"`_ in the " -"repository." -msgstr "" +msgid "Example code can be found in the `examples folder `_ in the repository." +msgstr "サンプルコードはレポジトリの `examplesフォルダ `_ で確認できます。" #: ../../faq.rst:88 msgid "How do I set the \"Playing\" status?" msgstr "「プレイ中」状態の設定をするにはどうすればいいですか。" #: ../../faq.rst:90 -msgid "" -"The ``activity`` keyword argument may be passed in the :class:`Client` " -"constructor or :meth:`Client.change_presence`, given an :class:`Activity`" -" object." -msgstr "" +msgid "The ``activity`` keyword argument may be passed in the :class:`Client` constructor or :meth:`Client.change_presence`, given an :class:`Activity` object." +msgstr "キーワード引数である ``activity`` は :class:`Client` のコンストラクタ、または :meth:`Client.change_presence` に :class:`Activity` を渡すことで設定できます。" #: ../../faq.rst:92 -msgid "" -"The constructor may be used for static activities, while " -":meth:`Client.change_presence` may be used to update the activity at " -"runtime." -msgstr "" +msgid "The constructor may be used for static activities, while :meth:`Client.change_presence` may be used to update the activity at runtime." +msgstr "静的なアクティビティを設定する際はコンストラクタ、実行時にアクティビティを更新する際には :meth:`Client.change_presence` が利用できます。" #: ../../faq.rst:96 -msgid "" -"It is highly discouraged to use :meth:`Client.change_presence` or API " -"calls in :func:`on_ready` as this event may be called many times while " -"running, not just once." -msgstr "" +msgid "It is highly discouraged to use :meth:`Client.change_presence` or API calls in :func:`on_ready` as this event may be called many times while running, not just once." +msgstr ":func:`on_ready` で :meth:`Client.change_presence` やその他APIの呼び出しを行うことは推奨できません。このイベントは実行中に一度ではなく複数回呼び出される可能性があるためです。" #: ../../faq.rst:98 -msgid "" -"There is a high chance of disconnecting if presences are changed right " -"after connecting." -msgstr "" +msgid "There is a high chance of disconnecting if presences are changed right after connecting." +msgstr "また、接続後すぐにプレゼンスを変更すると高確率で切断されます。" #: ../../faq.rst:100 -#, fuzzy -msgid "" -"The status type (playing, listening, streaming, watching) can be set " -"using the :class:`ActivityType` enum. For memory optimisation purposes, " -"some activities are offered in slimmed-down versions:" -msgstr "" -"ステータスタイプ(プレイ中、再生中、配信中、視聴中)は列挙型の :class:`ActivityType` " -"を指定することで設定が可能です。メモリの最適化のため、一部のアクティビティはスリム化したバージョンで提供しています。" +msgid "The status type (playing, listening, streaming, watching) can be set using the :class:`ActivityType` enum. For memory optimisation purposes, some activities are offered in slimmed-down versions:" +msgstr "ステータスタイプ(プレイ中、再生中、配信中、視聴中)は列挙型の :class:`ActivityType` を指定することで設定が可能です。メモリの最適化のため、一部のアクティビティはスリム化して提供しています。" #: ../../faq.rst:103 msgid ":class:`Game`" @@ -196,44 +131,35 @@ msgstr ":class:`Streaming`" #: ../../faq.rst:106 msgid "Putting both of these pieces of info together, you get the following: ::" -msgstr "これらの情報をまとめると以下のようになります: ::" +msgstr "これらの情報をまとめると以下のようになります。" #: ../../faq.rst:115 msgid "How do I send a message to a specific channel?" msgstr "特定のチャンネルにメッセージを送るにはどうすればいいですか。" #: ../../faq.rst:117 -msgid "" -"You must fetch the channel directly and then call the appropriate method." -" Example: ::" +msgid "You must fetch the channel directly and then call the appropriate method. Example: ::" msgstr "チャンネルを直接取得してから、適切なメソッドの呼び出しを行う必要があります。以下がその例です。" #: ../../faq.rst:123 msgid "How do I send a DM?" -msgstr "" +msgstr "DMを送るにはどうすればいいですか。" #: ../../faq.rst:125 -msgid "" -"Get the :class:`User` or :class:`Member` object and call " -":meth:`abc.Messageable.send`. For example: ::" -msgstr "" +msgid "Get the :class:`User` or :class:`Member` object and call :meth:`abc.Messageable.send`. For example: ::" +msgstr ":class:`User` か :class:`Member` を取得し、 :meth:`abc.Messageable.send` を呼び出してください。以下は使用例です。 ::" #: ../../faq.rst:130 -msgid "" -"If you are responding to an event, such as :func:`on_message`, you " -"already have the :class:`User` object via :attr:`Message.author`: ::" -msgstr "" +msgid "If you are responding to an event, such as :func:`on_message`, you already have the :class:`User` object via :attr:`Message.author`: ::" +msgstr ":func:`on_message` などのイベントで応答を返したい場合は、 :attr:`Message.author` を介して :class:`User` オブジェクトが取得できます。 ::" #: ../../faq.rst:135 -#, fuzzy msgid "How do I get the ID of a sent message?" -msgstr "元の ``message`` を取得するにはどうすればよいですか。" +msgstr "送信したメッセージのIDを取得するにはどうすればいいですか。" #: ../../faq.rst:137 -msgid "" -":meth:`abc.Messageable.send` returns the :class:`Message` that was sent. " -"The ID of a message can be accessed via :attr:`Message.id`: ::" -msgstr "" +msgid ":meth:`abc.Messageable.send` returns the :class:`Message` that was sent. The ID of a message can be accessed via :attr:`Message.id`: ::" +msgstr ":meth:`abc.Messageable.send` は送信したメッセージの :class:`Message` を返します。メッセージのIDには :attr:`Message.id` でアクセスできます。 ::" #: ../../faq.rst:144 msgid "How do I upload an image?" @@ -244,9 +170,7 @@ msgid "To upload something to Discord you have to use the :class:`File` object." msgstr "Discordに何かをアップロードする際には :class:`File` オブジェクトを使用する必要があります。" #: ../../faq.rst:148 -msgid "" -"A :class:`File` accepts two parameters, the file-like object (or file " -"path) and the filename to pass to Discord when uploading." +msgid "A :class:`File` accepts two parameters, the file-like object (or file path) and the filename to pass to Discord when uploading." msgstr ":class:`File` は二つのパラメータがあり、ファイルライクなオブジェクト(または、そのファイルパス)と、ファイル名を渡すことができます。" #: ../../faq.rst:151 @@ -258,19 +182,12 @@ msgid "If you have a file-like object you can do as follows: ::" msgstr "もし、ファイルライクなオブジェクトがあるなら、以下のような実装が可能です。" #: ../../faq.rst:160 -msgid "" -"To upload multiple files, you can use the ``files`` keyword argument " -"instead of ``file``\\: ::" +msgid "To upload multiple files, you can use the ``files`` keyword argument instead of ``file``\\: ::" msgstr "複数のファイルをアップロードするには、 ``file`` の代わりに ``files`` を使用しましょう。" #: ../../faq.rst:168 -msgid "" -"If you want to upload something from a URL, you will have to use an HTTP " -"request using :doc:`aiohttp ` and then pass an " -":class:`io.BytesIO` instance to :class:`File` like so:" -msgstr "" -"URLから何かをアップロードする場合は、 :doc:`aiohttp ` のHTTPリクエストを使用し、 " -":class:`io.BytesIO` インスタンスを :class:`File` にわたす必要があります。" +msgid "If you want to upload something from a URL, you will have to use an HTTP request using :doc:`aiohttp ` and then pass an :class:`io.BytesIO` instance to :class:`File` like so:" +msgstr "URLから何かをアップロードする場合は、 :doc:`aiohttp ` のHTTPリクエストを使用し、 :class:`io.BytesIO` インスタンスを :class:`File` に渡す必要があります。" #: ../../faq.rst:185 msgid "How can I add a reaction to a message?" @@ -281,10 +198,7 @@ msgid "You use the :meth:`Message.add_reaction` method." msgstr ":meth:`Message.add_reaction` を使用してください。" #: ../../faq.rst:189 -msgid "" -"If you want to use unicode emoji, you must pass a valid unicode code " -"point in a string. In your code, you can write this in a few different " -"ways:" +msgid "If you want to use unicode emoji, you must pass a valid unicode code point in a string. In your code, you can write this in a few different ways:" msgstr "Unicodeの絵文字を使用する場合は、文字列内の有効なUnicodeのコードポイントを渡す必要があります。 例を挙げると、このようになります。" #: ../../faq.rst:191 @@ -299,99 +213,56 @@ msgstr "``'\\U0001F44D'``" msgid "``'\\N{THUMBS UP SIGN}'``" msgstr "``'\\N{THUMBS UP SIGN}'``" -#: ../../faq.rst:195 ../../faq.rst:211 ../../faq.rst:286 ../../faq.rst:302 +#: ../../faq.rst:195 +#: ../../faq.rst:211 +#: ../../faq.rst:286 +#: ../../faq.rst:302 #: ../../faq.rst:322 msgid "Quick example: ::" -msgstr "簡単な例。" +msgstr "簡単な例:" #: ../../faq.rst:201 -msgid "" -"In case you want to use emoji that come from a message, you already get " -"their code points in the content without needing to do anything special. " -"You **cannot** send ``':thumbsup:'`` style shorthands." -msgstr "" -"メッセージから来た絵文字を使用したい場合は、特になにをするでもなく、コンテンツのコードポイントをあなたは取得しています。また、 " -"``':thumbsup:'`` のような簡略化したものを送信することは **できません** 。" +msgid "In case you want to use emoji that come from a message, you already get their code points in the content without needing to do anything special. You **cannot** send ``':thumbsup:'`` style shorthands." +msgstr "メッセージに含まれる絵文字を使用したい場合は、特になにをするでもなく、コンテンツ内のコードポイントを取得しています。また、 ``':thumbsup:'`` のような簡略化したものを送信することは **できません** 。" #: ../../faq.rst:204 -msgid "" -"For custom emoji, you should pass an instance of :class:`Emoji`. You can " -"also pass a ``'<:name:id>'`` string, but if you can use said emoji, you " -"should be able to use :meth:`Client.get_emoji` to get an emoji via ID or " -"use :func:`utils.find`/ :func:`utils.get` on :attr:`Client.emojis` or " -":attr:`Guild.emojis` collections." -msgstr "" -"カスタム絵文字については、:class:`Emoji` のインスタンスを渡すといいでしょう。``'<:名前:ID>'`` " -"形式の文字列も渡せますが、その絵文字が使えるなら、:meth:`Client.get_emoji` " -"でIDから絵文字を取得したり、:attr:`Client.emojis` や :attr:`Guild.emojis` に対して " -":func:`utils.find`/ :func:`utils.get` を使ったりできるでしょう。" +msgid "For custom emoji, you should pass an instance of :class:`Emoji`. You can also pass a ``'<:name:id>'`` string, but if you can use said emoji, you should be able to use :meth:`Client.get_emoji` to get an emoji via ID or use :func:`utils.find`/ :func:`utils.get` on :attr:`Client.emojis` or :attr:`Guild.emojis` collections." +msgstr "カスタム絵文字については、 :class:`Emoji` のインスタンスを渡してください。 ``'<:名前:ID>'`` 形式の文字列も渡せますが、その絵文字が使えるなら、 :meth:`Client.get_emoji` でIDから絵文字を取得したり、 :attr:`Client.emojis` や :attr:`Guild.emojis` に対して :func:`utils.find`/ :func:`utils.get` を利用することで取得ができるはずです。" #: ../../faq.rst:208 -msgid "" -"The name and ID of a custom emoji can be found with the client by " -"prefixing ``:custom_emoji:`` with a backslash. For example, sending the " -"message ``\\:python3:`` with the client will result in " -"``<:python3:232720527448342530>``." -msgstr "" -"カスタム絵文字の名前とIDをクライアント側で知るには、``:カスタム絵文字:`` の頭にバックスラッシュ(円記号)をつけます。たとえば、メッセージ" -" ``\\:python3:`` を送信すると、結果は ``<:python3:232720527448342530>`` になります。" +msgid "The name and ID of a custom emoji can be found with the client by prefixing ``:custom_emoji:`` with a backslash. For example, sending the message ``\\:python3:`` with the client will result in ``<:python3:232720527448342530>``." +msgstr "カスタム絵文字の名前とIDをクライアント側で知るには、 ``:カスタム絵文字:`` の頭にバックスラッシュ(円記号)をつけます。たとえば、メッセージ ``\\:python3:`` を送信すると、結果は ``<:python3:232720527448342530>`` になります。" #: ../../faq.rst:228 msgid "How do I pass a coroutine to the player's \"after\" function?" -msgstr "どうやってコルーチンをプレイヤーの後処理に渡すのですか。" +msgstr "音楽プレイヤーの「後処理」関数にコルーチンを渡すにはどうすればいいですか。" #: ../../faq.rst:230 -msgid "" -"The library's music player launches on a separate thread, ergo it does " -"not execute inside a coroutine. This does not mean that it is not " -"possible to call a coroutine in the ``after`` parameter. To do so you " -"must pass a callable that wraps up a couple of aspects." -msgstr "" -"ライブラリの音楽プレーヤーは別のスレッドで起動するもので、コルーチン内で実行されるものではありません。しかし、 ``after`` " -"にコルーチンが渡せないというわけではありません。コルーチンを渡すためには、いくつかの機能を包括した呼び出し可能コードで渡す必要があります。" +msgid "The library's music player launches on a separate thread, ergo it does not execute inside a coroutine. This does not mean that it is not possible to call a coroutine in the ``after`` parameter. To do so you must pass a callable that wraps up a couple of aspects." +msgstr "ライブラリの音楽プレーヤーは別のスレッドで起動するもので、コルーチン内で実行されるものではありません。しかし、 ``after`` にコルーチンが渡せないというわけではありません。コルーチンを渡すためには、いくつかの機能を包括した呼び出し可能コードで渡す必要があります。" #: ../../faq.rst:234 -msgid "" -"The first gotcha that you must be aware of is that calling a coroutine is" -" not a thread-safe operation. Since we are technically in another thread," -" we must take caution in calling thread-safe operations so things do not " -"bug out. Luckily for us, :mod:`asyncio` comes with a " -":func:`asyncio.run_coroutine_threadsafe` function that allows us to call " -"a coroutine from another thread." -msgstr "" -"コルーチンを呼び出すという動作はスレッドセーフなものではないということを最初に理解しておく必要があります。技術的に別スレッドなので、スレッドセーフに呼び出す際には注意が必要です。幸運にも、" -" :mod:`asyncio` には :func:`asyncio.run_coroutine_threadsafe` " -"という関数があります。これを用いることで、別スレッドからコルーチンを呼び出すことが可能です。" +msgid "The first gotcha that you must be aware of is that calling a coroutine is not a thread-safe operation. Since we are technically in another thread, we must take caution in calling thread-safe operations so things do not bug out. Luckily for us, :mod:`asyncio` comes with a :func:`asyncio.run_coroutine_threadsafe` function that allows us to call a coroutine from another thread." +msgstr "コルーチンを呼び出すという動作はスレッドセーフなものではないということを最初に理解しておく必要があります。技術的に別スレッドなので、スレッドセーフに呼び出す際には注意が必要です。幸運にも、 :mod:`asyncio` には :func:`asyncio.run_coroutine_threadsafe` という関数があります。これを用いることで、別スレッドからコルーチンを呼び出すことが可能です。" #: ../../faq.rst:239 -msgid "" -"However, this function returns a :class:`~concurrent.futures.Future` and " -"to actually call it we have to fetch its result. Putting all of this " -"together we can do the following: ::" -msgstr "" -"しかし、この関数は :class:`~concurrent.futures.Future` " -"を返すので、実際にはそこから結果を読み出す必要があります。これをすべてまとめると、次のことができます。" +msgid "However, this function returns a :class:`~concurrent.futures.Future` and to actually call it we have to fetch its result. Putting all of this together we can do the following: ::" +msgstr "しかし、この関数は :class:`~concurrent.futures.Future` を返すので、実際にはそこから結果を読み出す必要があります。これをすべてまとめると、次のことができます。" #: ../../faq.rst:254 msgid "How do I run something in the background?" msgstr "バックグラウンドで何かを動かすにはどうすればいいですか。" #: ../../faq.rst:256 -msgid "" -"`Check the background_task.py example. " -"`_" -msgstr "" -"`background_task.pyの例を参照してください。 " -"`_" +msgid "`Check the background_task.py example. `_" +msgstr "`background_task.pyの例を参照してください。 `_" #: ../../faq.rst:259 msgid "How do I get a specific model?" -msgstr "特定のユーザー、役割、チャンネル、サーバを取得するにはどうすればいいですか。" +msgstr "特定のモデルを取得するにはどうすればいいですか。" #: ../../faq.rst:261 -msgid "" -"There are multiple ways of doing this. If you have a specific model's ID " -"then you can use one of the following functions:" +msgid "There are multiple ways of doing this. If you have a specific model's ID then you can use one of the following functions:" msgstr "方法は複数ありますが、特定のモデルのIDがわかっていれば、以下の方法が使えます。" #: ../../faq.rst:264 @@ -424,7 +295,7 @@ msgstr ":meth:`Guild.get_role`" #: ../../faq.rst:272 msgid "The following use an HTTP request:" -msgstr "以下の例ではHTTPリクエストを使用します。" +msgstr "以下はHTTPリクエストを使用します。" #: ../../faq.rst:274 msgid ":meth:`abc.Messageable.fetch_message`" @@ -455,9 +326,7 @@ msgid ":meth:`Guild.fetch_member`" msgstr ":meth:`Guild.fetch_member`" #: ../../faq.rst:283 -msgid "" -"If the functions above do not help you, then use of :func:`utils.find` or" -" :func:`utils.get` would serve some use in finding specific models." +msgid "If the functions above do not help you, then use of :func:`utils.find` or :func:`utils.get` would serve some use in finding specific models." msgstr "上記の関数を使えない状況の場合、 :func:`utils.find` または :func:`utils.get` が役に立つでしょう。" #: ../../faq.rst:297 @@ -465,154 +334,91 @@ msgid "How do I make a web request?" msgstr "Webリクエストはどうやって作ればよいですか。" #: ../../faq.rst:299 -#, fuzzy -msgid "" -"To make a request, you should use a non-blocking library. This library " -"already uses and requires a 3rd party library for making requests, " -":doc:`aiohttp `." -msgstr "" -"リクエストを送るには、ノンブロッキングのライブラリを使わなければなりません。このライブラリは、リクエストを作成するのにサードパーティー製の " -":doc:`aiohttp ` を必要とします。" +msgid "To make a request, you should use a non-blocking library. This library already uses and requires a 3rd party library for making requests, :doc:`aiohttp `." +msgstr "リクエストを送るには、ノンブロッキングのライブラリを使わなければなりません。このライブラリは、リクエストを作成するのにサードパーティー製の :doc:`aiohttp ` を必要とします。" #: ../../faq.rst:309 -msgid "" -"See `aiohttp's full documentation " -"`_ for more information." -msgstr "" -"詳細は `aiohttpの完全なドキュメント `_ " -"を参照してください。" +msgid "See `aiohttp's full documentation `_ for more information." +msgstr "詳細は `aiohttpの完全なドキュメント `_ を参照してください。" #: ../../faq.rst:312 msgid "How do I use a local image file for an embed image?" msgstr "Embedの画像にローカルの画像を使用するにはどうすればいいですか。" #: ../../faq.rst:314 -msgid "" -"Discord special-cases uploading an image attachment and using it within " -"an embed so that it will not display separately, but instead in the " -"embed's thumbnail, image, footer or author icon." +msgid "Discord special-cases uploading an image attachment and using it within an embed so that it will not display separately, but instead in the embed's thumbnail, image, footer or author icon." msgstr "特殊なケースとして、画像が別々に表示されないようDiscordにembedを用いてアップロードする際、画像は代わりにembedのサムネイルや画像、フッター、製作者アイコンに表示されます。" #: ../../faq.rst:317 -msgid "" -"To do so, upload the image normally with :meth:`abc.Messageable.send`, " -"and set the embed's image URL to ``attachment://image.png``, where " -"``image.png`` is the filename of the image you will send." -msgstr "" -"これを行うには、通常通り :meth:`abc.Messageable.send` を用いて画像をアップロードし、Embedの画像URLに " -"``attachment://image.png`` を設定します。このとき ``image.png`` は送信したい画像のファイル名にです。" +msgid "To do so, upload the image normally with :meth:`abc.Messageable.send`, and set the embed's image URL to ``attachment://image.png``, where ``image.png`` is the filename of the image you will send." +msgstr "これを行うには、通常通り :meth:`abc.Messageable.send` を用いて画像をアップロードし、Embedの画像URLに ``attachment://image.png`` を設定します。 ``image.png`` は送信する画像のファイル名になります。" -#: ../../faq.rst:331 -msgid "Due to a Discord limitation, filenames may not include underscores." -msgstr "Discord側の制限により、ファイル名にアンダースコアが含まれていない場合があります。" - -#: ../../faq.rst:334 -#, fuzzy +#: ../../faq.rst:330 msgid "Is there an event for audit log entries being created?" -msgstr "招待、または監査ログのエントリが作成されるイベントはありますか。" +msgstr "監査ログのエントリが作成されるイベントはありますか。" -#: ../../faq.rst:336 -msgid "" -"Since Discord does not dispatch this information in the gateway, the " -"library cannot provide this information. This is currently a Discord " -"limitation." -msgstr "Discordはゲートウェイでこの情報をディスパッチしないため、ライブラリによってこの情報を提供することはできません。これは現在、Discord側の制限です。" +#: ../../faq.rst:332 +msgid "Since Discord does not dispatch this information in the gateway, the library cannot provide this information. This is currently a Discord limitation." +msgstr "Discordはゲートウェイでこの情報をディスパッチしないため、ライブラリによってこの情報を提供することはできません。これはDiscord側の制限によるものです。" -#: ../../faq.rst:340 +#: ../../faq.rst:336 msgid "Commands Extension" msgstr "コマンド拡張" -#: ../../faq.rst:342 +#: ../../faq.rst:338 msgid "Questions regarding ``discord.ext.commands`` belong here." msgstr "``discord.ext.commands`` に関する質問。" -#: ../../faq.rst:345 +#: ../../faq.rst:341 msgid "Why does ``on_message`` make my commands stop working?" msgstr "``on_message`` を使うとコマンドが動作しなくなります。どうしてですか。" -#: ../../faq.rst:347 -msgid "" -"Overriding the default provided ``on_message`` forbids any extra commands" -" from running. To fix this, add a ``bot.process_commands(message)`` line " -"at the end of your ``on_message``. For example: ::" -msgstr "" -"デフォルトで提供されている ``on_message`` をオーバーライドすると、コマンドが実行されなくなります。これを修正するには " -"``on_message`` の最後に ``bot.process_commands(message)`` を追加してみてください。" +#: ../../faq.rst:343 +msgid "Overriding the default provided ``on_message`` forbids any extra commands from running. To fix this, add a ``bot.process_commands(message)`` line at the end of your ``on_message``. For example: ::" +msgstr "デフォルトで提供されている ``on_message`` をオーバーライドすると、コマンドが実行されなくなります。これを修正するには ``on_message`` の最後に ``bot.process_commands(message)`` を追加してみてください。" -#: ../../faq.rst:356 -msgid "" -"Alternatively, you can place your ``on_message`` logic into a " -"**listener**. In this setup, you should not manually call " -"``bot.process_commands()``. This also allows you to do multiple things " -"asynchronously in response to a message. Example::" -msgstr "" +#: ../../faq.rst:352 +msgid "Alternatively, you can place your ``on_message`` logic into a **listener**. In this setup, you should not manually call ``bot.process_commands()``. This also allows you to do multiple things asynchronously in response to a message. Example::" +msgstr "別の方法として、 ``on_message`` に書きたい処理を **リスナー** として登録することもできます。この方法では ``bot.process_commands()`` を呼び出す必要はありません。また、この方法ではメッセージの受信に対して複数の処理を非同期に実行することができます。使用例::" -#: ../../faq.rst:366 +#: ../../faq.rst:362 msgid "Why do my arguments require quotes?" -msgstr "コマンドの引数にクォーテーションが必要なのはなぜですか。" +msgstr "コマンドの引数に引用符が必要なのはなぜですか。" -#: ../../faq.rst:368 +#: ../../faq.rst:364 msgid "In a simple command defined as: ::" msgstr "次の簡単なコマンドを見てみましょう。" -#: ../../faq.rst:374 -msgid "" -"Calling it via ``?echo a b c`` will only fetch the first argument and " -"disregard the rest. To fix this you should either call it via ``?echo \"a" -" b c\"`` or change the signature to have \"consume rest\" behaviour. " -"Example: ::" -msgstr "" -"このコマンドを ``?echo a b c`` " -"のように実行したとき、コマンドに渡されるのは最初の引数だけです。その後の引数はすべて無視されます。これを正常に動かすためには ``?echo " -"\"a b c\"`` のようにしてコマンドを実行するか、コマンドの引数を下記の例のようにしてみましょう" +#: ../../faq.rst:370 +msgid "Calling it via ``?echo a b c`` will only fetch the first argument and disregard the rest. To fix this you should either call it via ``?echo \"a b c\"`` or change the signature to have \"consume rest\" behaviour. Example: ::" +msgstr "このコマンドを ``?echo a b c`` のように実行したとき、コマンドに渡されるのは最初の引数だけです。その後の引数はすべて無視されます。これを正常に動かすためには ``?echo \"a b c\"`` のようにしてコマンドを実行するか、コマンドの引数を下記の例のようにしてみましょう" -#: ../../faq.rst:381 +#: ../../faq.rst:377 msgid "This will allow you to use ``?echo a b c`` without needing the quotes." msgstr "これにより、クォーテーションなしで ``?echo a b c`` を使用することができます。" -#: ../../faq.rst:384 +#: ../../faq.rst:380 msgid "How do I get the original ``message``\\?" msgstr "元の ``message`` を取得するにはどうすればよいですか。" -#: ../../faq.rst:386 -msgid "" -"The :class:`~ext.commands.Context` contains an attribute, " -":attr:`~.Context.message` to get the original message." -msgstr "" -":class:`~ext.commands.Context` は元のメッセージを取得するための属性である " -":attr:`~.Context.message` を持っています。" +#: ../../faq.rst:382 +msgid "The :class:`~ext.commands.Context` contains an attribute, :attr:`~.Context.message` to get the original message." +msgstr ":class:`~ext.commands.Context` は元のメッセージを取得するための属性である :attr:`~.Context.message` を持っています。" -#: ../../faq.rst:389 ../../faq.rst:401 +#: ../../faq.rst:385 +#: ../../faq.rst:397 msgid "Example: ::" msgstr "例:" -#: ../../faq.rst:396 +#: ../../faq.rst:392 msgid "How do I make a subcommand?" msgstr "サブコマンドを作るにはどうすればいいですか。" -#: ../../faq.rst:398 -#, fuzzy -msgid "" -"Use the :func:`~ext.commands.group` decorator. This will transform the " -"callback into a :class:`~ext.commands.Group` which will allow you to add " -"commands into the group operating as \"subcommands\". These groups can be" -" arbitrarily nested as well." -msgstr "" -":func:`~ext.commands.group` デコレータを使います。これにより、コールバックが :class:`~ext.commands.Group` " -"に変換され、groupに「サブコマンド」として動作するコマンドを追加できます。これらのグループは、ネストすることもできます。" +#: ../../faq.rst:394 +msgid "Use the :func:`~ext.commands.group` decorator. This will transform the callback into a :class:`~ext.commands.Group` which will allow you to add commands into the group operating as \"subcommands\". These groups can be arbitrarily nested as well." +msgstr ":func:`~ext.commands.group` デコレータを使います。これにより、コールバックが :class:`~ext.commands.Group` に変換され、groupに「サブコマンド」として動作するコマンドを追加できます。これらのグループは、ネストすることもできます。" -#: ../../faq.rst:412 +#: ../../faq.rst:408 msgid "This could then be used as ``?git push origin master``." msgstr "これは ``?git push origin master`` のように使うことができます。" -#~ msgid "" -#~ "There is a method for this under" -#~ " :class:`Client` called :meth:`Client.change_presence`." -#~ " The relevant aspect of this is " -#~ "its ``activity`` keyword argument which " -#~ "takes in an :class:`Activity` object." -#~ msgstr "" -#~ ":class:`Client` 下にプレイ中状態の設定を行うためのメソッド " -#~ ":meth:`Client.change_presence` が用意されています。 これの引数 " -#~ "``activity`` に :class:`Activity` を渡します。" - diff --git a/docs/locale/ja/LC_MESSAGES/index.po b/docs/locale/ja/LC_MESSAGES/index.po index dc7d50c07..2287774ee 100644 --- a/docs/locale/ja/LC_MESSAGES/index.po +++ b/docs/locale/ja/LC_MESSAGES/index.po @@ -1,35 +1,36 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: index.pot\n" +"X-Crowdin-File-ID: 82\n" +"Language: ja_JP\n" #: ../../index.rst:59 msgid "discord.ext.commands API Reference" -msgstr "" +msgstr "discord.ext.commands API リファレンス" #: ../../index.rst:59 msgid "discord.ext.tasks API Reference" -msgstr "" +msgstr "discord.ext.tasks API リファレンス" #: ../../index.rst:7 msgid "Welcome to discord.py" msgstr "discord.py へようこそ。" #: ../../index.rst:12 -msgid "" -"discord.py is a modern, easy to use, feature-rich, and async ready API " -"wrapper for Discord." +msgid "discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord." msgstr "discord.py は機能豊富かつモダンで使いやすい、非同期処理にも対応したDiscord用のAPIラッパーです。" #: ../../index.rst:15 @@ -58,105 +59,73 @@ msgstr "メモリと速度の両方を最適化" #: ../../index.rst:24 msgid "Getting started" -msgstr "" +msgstr "はじめに" #: ../../index.rst:26 -msgid "" -"Is this your first time using the library? This is the place to get " -"started!" -msgstr "" +msgid "Is this your first time using the library? This is the place to get started!" +msgstr "このライブラリを利用するのは初めてですか? ここから始めてみましょう!" #: ../../index.rst:28 msgid "**First steps:** :doc:`intro` | :doc:`quickstart` | :doc:`logging`" -msgstr "" +msgstr "**初めの一歩:** :doc:`intro` | :doc:`quickstart` | :doc:`logging`" #: ../../index.rst:29 msgid "**Working with Discord:** :doc:`discord` | :doc:`intents`" -msgstr "" +msgstr "**Discordでの作業:** :doc:`discord` | :doc:`intents`" #: ../../index.rst:30 -msgid "" -"**Examples:** Many examples are available in the :resource:`repository " -"`." -msgstr "" +msgid "**Examples:** Many examples are available in the :resource:`repository `." +msgstr "**サンプル:** :resource:`レポジトリ ` にたくさんのサンプルが用意されています。" #: ../../index.rst:33 msgid "Getting help" -msgstr "" +msgstr "ヘルプの参照" #: ../../index.rst:35 msgid "If you're having trouble with something, these resources might help." -msgstr "" +msgstr "何か困ることがあれば、次のリソースが役立つかもしれません。" #: ../../index.rst:37 msgid "Try the :doc:`faq` first, it's got answers to all common questions." -msgstr "" +msgstr "初めに :doc:`faq` を確認してみましょう。よくある質問に対する回答がまとめられています。" #: ../../index.rst:38 msgid "Ask us and hang out with us in our :resource:`Discord ` server." -msgstr "" +msgstr ":resource:`Discord ` サーバーに参加し、質問してみましょう。" #: ../../index.rst:39 -msgid "" -"If you're looking for something specific, try the :ref:`index `" -" or :ref:`searching `." -msgstr "" +msgid "If you're looking for something specific, try the :ref:`index ` or :ref:`searching `." +msgstr "特定の何かを探している場合は :ref:`index ` か :ref:`searching ` を利用してください。" #: ../../index.rst:40 msgid "Report bugs in the :resource:`issue tracker `." -msgstr "" +msgstr "バグは :resource:`issue tracker ` で報告してください。" #: ../../index.rst:41 msgid "Ask in our :resource:`GitHub discussions page `." -msgstr "" +msgstr ":resource:`GitHubの議論ページ ` で質問してください。" #: ../../index.rst:44 msgid "Extensions" msgstr "拡張機能" #: ../../index.rst:46 -msgid "" -"These extensions help you during development when it comes to common " -"tasks." -msgstr "" +msgid "These extensions help you during development when it comes to common tasks." +msgstr "この拡張機能は開発中におけるよくあるタスクを解決するのに役立ちます。" #: ../../index.rst:55 msgid "Manuals" -msgstr "" +msgstr "マニュアル" #: ../../index.rst:57 msgid "These pages go into great detail about everything the API can do." -msgstr "" +msgstr "次のページではAPIができることすべてについて詳細に解説しています。" -#: ../../index.rst:67 +#: ../../index.rst:68 msgid "Meta" -msgstr "" +msgstr "メタ情報" -#: ../../index.rst:69 +#: ../../index.rst:70 msgid "If you're looking for something related to the project itself, it's here." -msgstr "" - -#~ msgid ":ref:`modindex`" -#~ msgstr ":ref:`modindex`" - -#~ msgid "Implements the entire Discord API" -#~ msgstr "Discord APIを完全にカバー" - -#~ msgid "Documentation Contents" -#~ msgstr "ドキュメントの目次" - -#~ msgid "Additional Information" -#~ msgstr "追加情報" - -#~ msgid "" -#~ "If you still can't find what " -#~ "you're looking for, try in one of" -#~ " the following pages:" -#~ msgstr "探しているものが見つからない場合は、以下のページを試してください。" - -#~ msgid ":ref:`genindex`" -#~ msgstr ":ref:`genindex`" - -#~ msgid ":ref:`search`" -#~ msgstr ":ref:`search`" +msgstr "プロジェクト自体に関連するものを探しているのであれば、こちらを参照してください。" diff --git a/docs/locale/ja/LC_MESSAGES/intents.po b/docs/locale/ja/LC_MESSAGES/intents.po index 07f662452..de480e7a9 100644 --- a/docs/locale/ja/LC_MESSAGES/intents.po +++ b/docs/locale/ja/LC_MESSAGES/intents.po @@ -1,540 +1,323 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-present, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2020. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: discord.py 1.5.1\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2022-03-09 23:46+0900\n" +"PO-Revision-Date: 2022-03-09 14:57\n" +"Last-Translator: \n" +"Language-Team: Japanese\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: intents.pot\n" +"X-Crowdin-File-ID: 86\n" +"Language: ja_JP\n" #: ../../intents.rst:8 msgid "A Primer to Gateway Intents" -msgstr "" +msgstr "ゲートウェイインテント入門" #: ../../intents.rst:10 -msgid "" -"In version 1.5 comes the introduction of :class:`Intents`. This is a " -"radical change in how bots are written. An intent basically allows a bot " -"to subscribe to specific buckets of events. The events that correspond to" -" each intent is documented in the individual attribute of the " -":class:`Intents` documentation." -msgstr "" +msgid "In version 1.5 comes the introduction of :class:`Intents`. This is a radical change in how bots are written. An intent basically allows a bot to subscribe to specific buckets of events. The events that correspond to each intent is documented in the individual attribute of the :class:`Intents` documentation." +msgstr "バージョン1.5では :class:`Intents` が導入されました。これにより、Botの書き方が根本的に変わります。基本的にインテントは、特定のイベント群をBotにサブスクライブさせるためのものです。各インテントに対応するイベントは、 :class:`Intents` のドキュメントに個別の属性として記載されています。" #: ../../intents.rst:12 -msgid "" -"These intents are passed to the constructor of :class:`Client` or its " -"subclasses (:class:`AutoShardedClient`, :class:`~.AutoShardedBot`, " -":class:`~.Bot`) with the ``intents`` argument." -msgstr "" +msgid "These intents are passed to the constructor of :class:`Client` or its subclasses (:class:`AutoShardedClient`, :class:`~.AutoShardedBot`, :class:`~.Bot`) with the ``intents`` argument." +msgstr "インテントは ``intents`` 引数を介して :class:`Client` またはそのサブクラス(:class:`AutoShardedClient`, :class:`~.AutoShardedBot`, :class:`~.Bot`)のコンストラクタに渡されます。" #: ../../intents.rst:14 -msgid "" -"If intents are not passed, then the library defaults to every intent " -"being enabled except the privileged intents, currently " -":attr:`Intents.members` and :attr:`Intents.presences`." -msgstr "" +msgid "If intents are not passed, then the library defaults to every intent being enabled except the privileged intents, currently :attr:`Intents.members` and :attr:`Intents.presences`." +msgstr "インテントが渡されなかった場合、標準の設定が使用されます。標準の設定では現在特権インテントとされている :attr:`Intents.presences` と :attr:`Intents.presences` 以外のインテントが全て有効になります。" #: ../../intents.rst:17 msgid "What intents are needed?" -msgstr "" +msgstr "どのインテントが必要でしょうか?" #: ../../intents.rst:19 -msgid "" -"The intents that are necessary for your bot can only be dictated by " -"yourself. Each attribute in the :class:`Intents` class documents what " -":ref:`events ` it corresponds to and what kind of " -"cache it enables." -msgstr "" +msgid "The intents that are necessary for your bot can only be dictated by yourself. Each attribute in the :class:`Intents` class documents what :ref:`events ` it corresponds to and what kind of cache it enables." +msgstr "あなたのBotに必要なインテントは、あなたにしかわかりません。 :class:`Intents` クラスのドキュメントの各属性欄には、どの :ref:`events ` に対応し、どのようなキャッシュを有効化するのか記述されています。" #: ../../intents.rst:21 -msgid "" -"For example, if you want a bot that functions without spammy events like " -"presences or typing then we could do the following:" -msgstr "" +msgid "For example, if you want a bot that functions without spammy events like presences or typing then we could do the following:" +msgstr "たとえば、プレゼンスやタイピングといったわずらわしいイベント抜きに動作するbotを書きたい場合、次のようにします。" #: ../../intents.rst:37 -msgid "" -"Note that this doesn't enable :attr:`Intents.members` since it's a " -"privileged intent." -msgstr "" +msgid "Note that this doesn't enable :attr:`Intents.members` since it's a privileged intent." +msgstr "なお、特権インテントであるため、 :attr:`Intents.members` は有効になりません。" #: ../../intents.rst:39 -msgid "" -"Another example showing a bot that only deals with messages and guild " -"information:" -msgstr "" +msgid "Another example showing a bot that only deals with messages and guild information:" +msgstr "別の例: メッセージとギルド情報だけを扱うボット:" #: ../../intents.rst:58 msgid "Privileged Intents" -msgstr "" +msgstr "特権インテント" #: ../../intents.rst:60 -msgid "" -"With the API change requiring bot authors to specify intents, some " -"intents were restricted further and require more manual steps. These " -"intents are called **privileged intents**." -msgstr "" +msgid "With the API change requiring bot authors to specify intents, some intents were restricted further and require more manual steps. These intents are called **privileged intents**." +msgstr "API変更に伴い、Bot製作者がインテントを指定する必要が生じました。いくつかのインテントはより制約され、手動での設定を必要とするようになりました。これらのインテントを **特権インテント** と呼びます。" #: ../../intents.rst:62 -msgid "" -"A privileged intent is one that requires you to go to the developer " -"portal and manually enable it. To enable privileged intents do the " -"following:" -msgstr "" +msgid "A privileged intent is one that requires you to go to the developer portal and manually enable it. To enable privileged intents do the following:" +msgstr "特権インテントは、開発者ポータルで手動で有効にしなければならないインテントです。有効化の手順は以下のとおりです。" #: ../../intents.rst:64 -msgid "" -"Make sure you're logged on to the `Discord website " -"`_." -msgstr "" +msgid "Make sure you're logged on to the `Discord website `_." +msgstr "まずは `Discordのウェブサイト `_ にログインしてください。" #: ../../intents.rst:65 -msgid "" -"Navigate to the `application page " -"`_." -msgstr "" +msgid "Navigate to the `application page `_." +msgstr "`アプリケーションページ `_ に移動します。" #: ../../intents.rst:66 msgid "Click on the bot you want to enable privileged intents for." -msgstr "" +msgstr "特権インテントを有効にしたいBotをクリックします。" #: ../../intents.rst:67 msgid "Navigate to the bot tab on the left side of the screen." -msgstr "" +msgstr "画面の左側にあるBotタブに移動します。" -#: ../../intents.rst +#: ../../intents.rst:0 msgid "The bot tab in the application page." msgstr "" #: ../../intents.rst:72 -msgid "" -"Scroll down to the \"Privileged Gateway Intents\" section and enable the " -"ones you want." -msgstr "" +msgid "Scroll down to the \"Privileged Gateway Intents\" section and enable the ones you want." +msgstr "「特権ゲートウェイインテント」セクションまでスクロールし、必要なものを有効にします。" -#: ../../intents.rst +#: ../../intents.rst:0 msgid "The privileged gateway intents selector." msgstr "" #: ../../intents.rst:79 -msgid "" -"Enabling privileged intents when your bot is in over 100 guilds requires " -"going through `bot verification `_. If your bot is already verified and you " -"would like to enable a privileged intent you must go through `Discord " -"support `_ and talk to them about it." -msgstr "" +msgid "Enabling privileged intents when your bot is in over 100 guilds requires going through `bot verification `_. If your bot is already verified and you would like to enable a privileged intent you must go through `Discord support `_ and talk to them about it." +msgstr "もしあなたのBotが100以上のギルドで利用されているなら、特権インテントを有効化するために `bot verification `_ が必要です。すでに認証済みのBotで特権インテントを有効化したい場合、 `Discord support `_ で報告してください。" #: ../../intents.rst:83 -msgid "" -"Even if you enable intents through the developer portal, you still have " -"to enable the intents through code as well." -msgstr "" +msgid "Even if you enable intents through the developer portal, you still have to enable the intents through code as well." +msgstr "開発者ポータルでインテントを有効化した後は、コード内でインテントを有効化しましょう。" #: ../../intents.rst:87 msgid "Do I need privileged intents?" -msgstr "" +msgstr "私には特権インテントが必要ですか?" #: ../../intents.rst:89 msgid "This is a quick checklist to see if you need specific privileged intents." -msgstr "" +msgstr "ある特権インテントが必要かについての簡単なチェックリストを用意しました。" #: ../../intents.rst:94 msgid "Presence Intent" -msgstr "" +msgstr "プレゼンスインテント" #: ../../intents.rst:96 msgid "Whether you use :attr:`Member.status` at all to track member statuses." -msgstr "" +msgstr "メンバーのステータスを追跡するために :attr:`Member.status` を使用するか。" #: ../../intents.rst:97 -msgid "" -"Whether you use :attr:`Member.activity` or :attr:`Member.activities` to " -"check member's activities." -msgstr "" +msgid "Whether you use :attr:`Member.activity` or :attr:`Member.activities` to check member's activities." +msgstr ":attr:`Member.activity` か :attr:`Member.activities` を使用してメンバーのアクティビティを確認するか。" #: ../../intents.rst:102 msgid "Member Intent" -msgstr "" +msgstr "メンバーインテント" #: ../../intents.rst:104 -msgid "" -"Whether you track member joins or member leaves, corresponds to " -":func:`on_member_join` and :func:`on_member_remove` events." -msgstr "" +msgid "Whether you track member joins or member leaves, corresponds to :func:`on_member_join` and :func:`on_member_remove` events." +msgstr "メンバーの参加や退出を追跡するか。それぞれ :func:`on_member_join` と :func:`on_member_remove` イベントが対応します。" #: ../../intents.rst:105 msgid "Whether you want to track member updates such as nickname or role changes." -msgstr "" +msgstr "ニックネームやロールの変更など、メンバーの更新を追跡するか。" #: ../../intents.rst:106 -msgid "" -"Whether you want to track user updates such as usernames, avatars, " -"discriminators, etc." -msgstr "" +msgid "Whether you want to track user updates such as usernames, avatars, discriminators, etc." +msgstr "ユーザー名、アバター、識別子などのユーザーの更新を追跡するか。" #: ../../intents.rst:107 -msgid "" -"Whether you want to request the guild member list through " -":meth:`Guild.chunk` or :meth:`Guild.fetch_members`." -msgstr "" +msgid "Whether you want to request the guild member list through :meth:`Guild.chunk` or :meth:`Guild.fetch_members`." +msgstr ":meth:`Guild.chunk` か :meth:`Guild.fetch_members` でギルドメンバーリストをリクエストするか。" #: ../../intents.rst:108 msgid "Whether you want high accuracy member cache under :attr:`Guild.members`." -msgstr "" +msgstr ":attr:`Guild.members` で高精度メンバーキャッシュを使用するか。" #: ../../intents.rst:113 msgid "Message Content" -msgstr "" +msgstr "メッセージ内容" #: ../../intents.rst:115 msgid "Whether you use :attr:`Message.content` to check message content." -msgstr "" +msgstr "メッセージの内容を確認するために :attr:`Message.content` を使用するかどうか。" #: ../../intents.rst:116 msgid "Whether you use :attr:`Message.attachments` to check message attachments." -msgstr "" +msgstr "メッセージの添付ファイルを確認するために :attr:`Message.attachments` を使用するかどうか。" #: ../../intents.rst:117 msgid "Whether you use :attr:`Message.embeds` to check message embeds." -msgstr "" +msgstr "メッセージの埋め込みを確認するために :attr:`Message.embeds` を使用するかどうか。" #: ../../intents.rst:118 msgid "Whether you use :attr:`Message.components` to check message components." -msgstr "" +msgstr "メッセージコンポーネントをチェックするために :attr:`Message.components` を使用するかどうか。" #: ../../intents.rst:119 msgid "Whether you use the commands extension with a non-mentioning prefix." -msgstr "" +msgstr "コマンドエクステンションをメンションなしプレフィックスで使用するかどうか。" #: ../../intents.rst:124 msgid "Member Cache" -msgstr "" +msgstr "メンバーキャッシュ" #: ../../intents.rst:126 -msgid "" -"Along with intents, Discord now further restricts the ability to cache " -"members and expects bot authors to cache as little as is necessary. " -"However, to properly maintain a cache the :attr:`Intents.members` intent " -"is required in order to track the members who left and properly evict " -"them." -msgstr "" +msgid "Along with intents, Discord now further restricts the ability to cache members and expects bot authors to cache as little as is necessary. However, to properly maintain a cache the :attr:`Intents.members` intent is required in order to track the members who left and properly evict them." +msgstr "Discordは、インテントとともにメンバーをキャッシュする機能をさらに制限し、必要に応じてボット作成者がキャッシュできるようになりました。 しかし、退出したメンバーを追跡・退出させるには、適切にキャッシュを維持する :attr:`Intents.members` インテントが必要です。" #: ../../intents.rst:128 -msgid "" -"To aid with member cache where we don't need members to be cached, the " -"library now has a :class:`MemberCacheFlags` flag to control the member " -"cache. The documentation page for the class goes over the specific " -"policies that are possible." -msgstr "" +msgid "To aid with member cache where we don't need members to be cached, the library now has a :class:`MemberCacheFlags` flag to control the member cache. The documentation page for the class goes over the specific policies that are possible." +msgstr "キャッシュされる必要のないメンバーキャッシュを手伝うために、ライブラリにメンバーキャッシュを制御するための :class:`MemberCacheFlags` フラグが追加されました。クラスのドキュメントページではできる限り明確なポリシーを調べることができます。" #: ../../intents.rst:130 -msgid "" -"It should be noted that certain things do not need a member cache since " -"Discord will provide full member information if possible. For example:" -msgstr "" +msgid "It should be noted that certain things do not need a member cache since Discord will provide full member information if possible. For example:" +msgstr "可能な場合、Discordがメンバー情報を提供しても、メンバーキャッシュを必要としないことがあります。例えば:" #: ../../intents.rst:132 -msgid "" -":func:`on_message` will have :attr:`Message.author` be a member even if " -"cache is disabled." -msgstr "" +msgid ":func:`on_message` will have :attr:`Message.author` be a member even if cache is disabled." +msgstr "キャッシュが無効になっていても、:func:`on_message` は :attr:`Message.author` がメンバーになります。" #: ../../intents.rst:133 -msgid "" -":func:`on_voice_state_update` will have the ``member`` parameter be a " -"member even if cache is disabled." -msgstr "" +msgid ":func:`on_voice_state_update` will have the ``member`` parameter be a member even if cache is disabled." +msgstr "キャッシュが無効の場合でも、:func:`on_voice_state_update` は ``member`` パラメータをメンバーにします。" #: ../../intents.rst:134 -msgid "" -":func:`on_reaction_add` will have the ``user`` parameter be a member when" -" in a guild even if cache is disabled." -msgstr "" +msgid ":func:`on_reaction_add` will have the ``user`` parameter be a member when in a guild even if cache is disabled." +msgstr ":func:`on_reaction_add` は、キャッシュが無効になっている場合でもサーバー内であれば ``user`` パラメータをメンバーにします。" #: ../../intents.rst:135 -msgid "" -":func:`on_raw_reaction_add` will have " -":attr:`RawReactionActionEvent.member` be a member when in a guild even if" -" cache is disabled." -msgstr "" +msgid ":func:`on_raw_reaction_add` will have :attr:`RawReactionActionEvent.member` be a member when in a guild even if cache is disabled." +msgstr ":func:`on_raw_reaction_add` は、キャッシュが無効になっていてもサーバー内にいれば :attr:`RawReactionActionEvent.member` がメンバーになります。" #: ../../intents.rst:136 -msgid "" -"The reaction add events do not contain additional information when in " -"direct messages. This is a Discord limitation." -msgstr "" +msgid "The reaction add events do not contain additional information when in direct messages. This is a Discord limitation." +msgstr "ダイレクトメッセージで追加されたリアクションは追加情報を含んでいません。これはDiscordの制限です。" #: ../../intents.rst:137 -msgid "" -"The reaction removal events do not have member information. This is a " -"Discord limitation." -msgstr "" +msgid "The reaction removal events do not have member information. This is a Discord limitation." +msgstr "リアクション削除イベントにメンバー情報はありません。これはDiscordの制限です。" #: ../../intents.rst:139 -msgid "" -"Other events that take a :class:`Member` will require the use of the " -"member cache. If absolute accuracy over the member cache is desirable, " -"then it is advisable to have the :attr:`Intents.members` intent enabled." -msgstr "" +msgid "Other events that take a :class:`Member` will require the use of the member cache. If absolute accuracy over the member cache is desirable, then it is advisable to have the :attr:`Intents.members` intent enabled." +msgstr ":class:`Member` を取るその他のイベントでは、メンバーキャッシュの使用が必要になります。メンバーキャッシュの絶対的な精度が必要な場合は、 :attr:`Intents.members` インテントを有効にすることをお勧めします。" #: ../../intents.rst:144 msgid "Retrieving Members" -msgstr "" +msgstr "メンバーを取得中" #: ../../intents.rst:146 -msgid "" -"If the cache is disabled or you disable chunking guilds at startup, we " -"might still need a way to load members. The library offers a few ways to " -"do this:" -msgstr "" +msgid "If the cache is disabled or you disable chunking guilds at startup, we might still need a way to load members. The library offers a few ways to do this:" +msgstr "キャッシュが無効になっている場合、または起動時にサーバーのチャンキングを無効にしている場合でも、membersをロードする方法が必要になる場合があります。 ライブラリには、以下の方法があります:" #: ../../intents.rst:150 msgid ":meth:`Guild.query_members`" -msgstr "" +msgstr ":meth:`Guild.query_members`" #: ../../intents.rst:149 msgid "Used to query members by a prefix matching nickname or username." -msgstr "" +msgstr "ニックネームまたはユーザー名の一致でメンバーを照会するために使用されます。" #: ../../intents.rst:150 msgid "This can also be used to query members by their user ID." -msgstr "" +msgstr "これは、ユーザーIDによってメンバーを照会するためにも使用できます。" #: ../../intents.rst:151 msgid "This uses the gateway and not the HTTP." -msgstr "" +msgstr "これはHTTPではなくゲートウェイを使用します。" #: ../../intents.rst:152 msgid ":meth:`Guild.chunk`" -msgstr "" +msgstr ":meth:`Guild.chunk`" #: ../../intents.rst:153 msgid "This can be used to fetch the entire member list through the gateway." -msgstr "" +msgstr "これはゲートウェイからメンバーリスト全体を取得するために使用できます。" #: ../../intents.rst:154 msgid ":meth:`Guild.fetch_member`" -msgstr "" +msgstr ":meth:`Guild.fetch_member`" #: ../../intents.rst:155 msgid "Used to fetch a member by ID through the HTTP API." -msgstr "" +msgstr "HTTP APIを介してIDからメンバーを取得するために使用されます。" #: ../../intents.rst:157 msgid ":meth:`Guild.fetch_members`" -msgstr "" +msgstr ":meth:`Guild.fetch_members`" #: ../../intents.rst:157 msgid "used to fetch a large number of members through the HTTP API." -msgstr "" +msgstr "HTTP APIを介して多数のメンバーを取得するために使用されます。" #: ../../intents.rst:159 -msgid "" -"It should be noted that the gateway has a strict rate limit of 120 " -"requests per 60 seconds." -msgstr "" +msgid "It should be noted that the gateway has a strict rate limit of 120 requests per 60 seconds." +msgstr "ゲートウェイには、60秒あたり120リクエストという厳格なレート制限があることに注意してください。" #: ../../intents.rst:162 msgid "Troubleshooting" -msgstr "" +msgstr "トラブルシューティング" #: ../../intents.rst:164 msgid "Some common issues relating to the mandatory intent change." -msgstr "" +msgstr "強制的なintentの変更に関連するいくつかの一般的な問題。" #: ../../intents.rst:167 msgid "Where'd my members go?" -msgstr "" +msgstr "私のメンバーはどこに行ったの?" #: ../../intents.rst:169 -msgid "" -"Due to an :ref:`API change ` Discord is now forcing" -" developers who want member caching to explicitly opt-in to it. This is a" -" Discord mandated change and there is no way to bypass it. In order to " -"get members back you have to explicitly enable the :ref:`members " -"privileged intent ` and change the " -":attr:`Intents.members` attribute to true." -msgstr "" +msgid "Due to an :ref:`API change ` Discord is now forcing developers who want member caching to explicitly opt-in to it. This is a Discord mandated change and there is no way to bypass it. In order to get members back you have to explicitly enable the :ref:`members privileged intent ` and change the :attr:`Intents.members` attribute to true." +msgstr ":ref:`APIの変更 ` に伴い、Discordはメンバーキャッシュを必要とする開発者に明示的なオプトインを求めるようになりました。これはDiscordが強制的に行っている変更で、これを回避する方法はありません。これを取り戻すためには、明示的に :ref:`members privileged intent ` を有効にして、 :attr:`Intents.members` 属性をtrueに変更する必要があります。" #: ../../intents.rst:171 msgid "For example:" -msgstr "" +msgstr "例:" #: ../../intents.rst:187 msgid "Why does ``on_ready`` take so long to fire?" -msgstr "" +msgstr "``on_ready`` が発火するまでに時間がかかるのはなぜですか?" #: ../../intents.rst:189 -msgid "" -"As part of the API change regarding intents, Discord also changed how " -"members are loaded in the beginning. Originally the library could request" -" 75 guilds at once and only request members from guilds that have the " -":attr:`Guild.large` attribute set to ``True``. With the new intent " -"changes, Discord mandates that we can only send 1 guild per request. This" -" causes a 75x slowdown which is further compounded by the fact that *all*" -" guilds, not just large guilds are being requested." -msgstr "" +msgid "As part of the API change regarding intents, Discord also changed how members are loaded in the beginning. Originally the library could request 75 guilds at once and only request members from guilds that have the :attr:`Guild.large` attribute set to ``True``. With the new intent changes, Discord mandates that we can only send 1 guild per request. This causes a 75x slowdown which is further compounded by the fact that *all* guilds, not just large guilds are being requested." +msgstr "インテントに関するAPIの変更の一環として、Discordは起動時のメンバーの読み込み方法も変更しました。 もともとライブラリは 75 個のギルドを一度にリクエストでき、 :attr:`Guild.large` 属性が ``True`` になるサーバーのみのメンバーをリクエストしました。Intentが新しく変更された場合、Discordはリクエストごとに1つのサーバーしか送信できません。 これは75倍の減速を引き起こし、大規模なサーバーだけでなく*すべての*サーバーが要求されているという事実によってさらに複雑になります。" #: ../../intents.rst:191 msgid "There are a few solutions to fix this." -msgstr "" +msgstr "これを修正するためにいくつかの解決策があります。" #: ../../intents.rst:193 -msgid "" -"The first solution is to request the privileged presences intent along " -"with the privileged members intent and enable both of them. This allows " -"the initial member list to contain online members just like the old " -"gateway. Note that we're still limited to 1 guild per request but the " -"number of guilds we request is significantly reduced." -msgstr "" +msgid "The first solution is to request the privileged presences intent along with the privileged members intent and enable both of them. This allows the initial member list to contain online members just like the old gateway. Note that we're still limited to 1 guild per request but the number of guilds we request is significantly reduced." +msgstr "最初の解決策は、presence intentとmember intentの両方を有効にすることです。 これにより、初期メンバーリストに以前のゲートウェイと同様にオンラインメンバーを含めることができます。 我々はまだリクエストごとに1つのギルドに制限されていることに注意してください。しかし、我々がリクエストするギルドの数は大幅に減少します。" #: ../../intents.rst:195 -msgid "" -"The second solution is to disable member chunking by setting " -"``chunk_guilds_at_startup`` to ``False`` when constructing a client. " -"Then, when chunking for a guild is necessary you can use the various " -"techniques to :ref:`retrieve members `." -msgstr "" +msgid "The second solution is to disable member chunking by setting ``chunk_guilds_at_startup`` to ``False`` when constructing a client. Then, when chunking for a guild is necessary you can use the various techniques to :ref:`retrieve members `." +msgstr "二つ目の解決方法は、クライアントを構築する際に ``chunk_guilds_at_startup`` を ``False`` に設定することでメンバーのチャンクを無効にすることです。 サーバーのチャンキングが必要な場合は、 :ref:`メンバーを取得する ` の様々なテクニックを使うことができます。" #: ../../intents.rst:197 -msgid "" -"To illustrate the slowdown caused by the API change, take a bot who is in" -" 840 guilds and 95 of these guilds are \"large\" (over 250 members)." -msgstr "" +msgid "To illustrate the slowdown caused by the API change, take a bot who is in 840 guilds and 95 of these guilds are \"large\" (over 250 members)." +msgstr "APIの変更によって引き起こされる減速を説明するために、840サーバーに参加しているボットを取ると、そのうち95サーバーは「大きい」(250人以上のメンバーがいる) サーバーです。" #: ../../intents.rst:199 -msgid "" -"Under the original system this would result in 2 requests to fetch the " -"member list (75 guilds, 20 guilds) roughly taking 60 seconds. With " -":attr:`Intents.members` but not :attr:`Intents.presences` this requires " -"840 requests, with a rate limit of 120 requests per 60 seconds means that" -" due to waiting for the rate limit it totals to around 7 minutes of " -"waiting for the rate limit to fetch all the members. With both " -":attr:`Intents.members` and :attr:`Intents.presences` we mostly get the " -"old behaviour so we're only required to request for the 95 guilds that " -"are large, this is slightly less than our rate limit so it's close to the" -" original timing to fetch the member list." -msgstr "" +msgid "Under the original system this would result in 2 requests to fetch the member list (75 guilds, 20 guilds) roughly taking 60 seconds. With :attr:`Intents.members` but not :attr:`Intents.presences` this requires 840 requests, with a rate limit of 120 requests per 60 seconds means that due to waiting for the rate limit it totals to around 7 minutes of waiting for the rate limit to fetch all the members. With both :attr:`Intents.members` and :attr:`Intents.presences` we mostly get the old behaviour so we're only required to request for the 95 guilds that are large, this is slightly less than our rate limit so it's close to the original timing to fetch the member list." +msgstr "元のシステムでは、メンバーリスト(75サーバーと、20サーバー)を取得するために2回のリクエストを行うと、およそ60秒かかります。 :attr:`Intents.presences` は使用せず :attr:`Intents.members` を使用した場合、840回のリクエストが必要となり、60秒あたり120回のリクエストというレート制限があるため、すべてのメンバーを取得するためにレート制限を待つ時間は合計で約7分となります。 :attr:`Intents.members` と :attr:`Intents.presences` の両方がある状況では、ほとんどが以前の動作になるので、大規模な95のギルドに対してのみリクエストする必要があることになります。これはレートリミットよりわずかに少ないので、元のシステムでメンバーリストを取得する時間と近いです。" #: ../../intents.rst:201 -msgid "" -"Unfortunately due to this change being required from Discord there is " -"nothing that the library can do to mitigate this." -msgstr "" +msgid "Unfortunately due to this change being required from Discord there is nothing that the library can do to mitigate this." +msgstr "申し訳ありませんが、この変更はDiscordから要求されているため、ライブラリがこれを軽減するためにできることはありません。" #: ../../intents.rst:203 -msgid "" -"If you truly dislike the direction Discord is going with their API, you " -"can contact them via `support `_." -msgstr "" - -#~ msgid "" -#~ "In version 1.5 comes the introduction" -#~ " of :class:`Intents`. This is a " -#~ "radical change in how bots are " -#~ "written. An intent basically allows a" -#~ " bot to subscribe into specific " -#~ "buckets of events. The events that " -#~ "correspond to each intent is documented" -#~ " in the individual attribute of the" -#~ " :class:`Intents` documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Navigate to the `application page " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "Enabling privileged intents when your " -#~ "bot is in over 100 guilds requires" -#~ " going through `bot verification " -#~ "`_." -#~ " If your bot is already verified " -#~ "and you would like to enable a " -#~ "privileged intent you must go through" -#~ " `discord support `_ and" -#~ " talk to them about it." -#~ msgstr "" - -#~ msgid "" -#~ ":func:`on_reaction_add` will have the ``user``" -#~ " parameter be a member even if " -#~ "cache is disabled." -#~ msgstr "" - -#~ msgid "" -#~ ":func:`on_raw_reaction_add` will have " -#~ ":attr:`RawReactionActionEvent.member` be a member" -#~ " even if cache is disabled." -#~ msgstr "" - -#~ msgid "" -#~ "The reaction removal events do not " -#~ "have the member information. This is " -#~ "a Discord limitation." -#~ msgstr "" - -#~ msgid "" -#~ "If cache is disabled or you " -#~ "disable chunking guilds at startup, we" -#~ " might still need a way to load" -#~ " members. The library offers a few" -#~ " ways to do this:" -#~ msgstr "" - -#~ msgid "" -#~ "To illustrate the slowdown caused the" -#~ " API change, take a bot who is" -#~ " in 840 guilds and 95 of these" -#~ " guilds are \"large\" (over 250 " -#~ "members)." -#~ msgstr "" - -#~ msgid "I don't like this, can I go back?" -#~ msgstr "" - -#~ msgid "" -#~ "For now, the old gateway will " -#~ "still work so downgrading to discord.py" -#~ " v1.4 is still possible and will " -#~ "continue to be supported until Discord" -#~ " officially kills the v6 gateway, " -#~ "which is imminent. However it is " -#~ "paramount that for the future of " -#~ "your bot that you upgrade your " -#~ "code to the new way things are " -#~ "done." -#~ msgstr "" - -#~ msgid "To downgrade you can do the following:" -#~ msgstr "" - -#~ msgid "On Windows use ``py -3`` instead of ``python3``." -#~ msgstr "" - -#~ msgid "" -#~ "There is no currently set date in" -#~ " which the old gateway will stop " -#~ "working so it is recommended to " -#~ "update your code instead." -#~ msgstr "" - -#~ msgid "" -#~ "If you truly dislike the direction " -#~ "Discord is going with their API, " -#~ "you can contact them via `support " -#~ "`_" -#~ msgstr "" +msgid "If you truly dislike the direction Discord is going with their API, you can contact them via `support `_." +msgstr "DiscordのAPIに関する方向性が本当に嫌いなら、`support `_ で連絡できます。" diff --git a/docs/locale/ja/LC_MESSAGES/interactions/api.po b/docs/locale/ja/LC_MESSAGES/interactions/api.po new file mode 100644 index 000000000..ba6ada17e --- /dev/null +++ b/docs/locale/ja/LC_MESSAGES/interactions/api.po @@ -0,0 +1,3344 @@ +msgid "" +msgstr "" +"Project-Id-Version: discordpy\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\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" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /interactions/api.pot\n" +"X-Crowdin-File-ID: 90\n" +"Language: ja_JP\n" + +#: ../../interactions/api.rst:4 +msgid "Interactions API Reference" +msgstr "インタラクションAPIリファレンス" + +#: ../../interactions/api.rst:6 +msgid "The following section outlines the API of interactions, as implemented by the library." +msgstr "" + +#: ../../interactions/api.rst:8 +msgid "For documentation about the rest of the library, check :doc:`/api`." +msgstr "" + +#: ../../interactions/api.rst:11 +msgid "Models" +msgstr "モデル" + +#: ../../interactions/api.rst:13 +msgid "Similar to :ref:`discord_api_models`, these are not meant to be constructed by the user." +msgstr "" + +#: ../../interactions/api.rst:16 +msgid "Interaction" +msgstr "インタラクション" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:1 +msgid "Represents a Discord interaction." +msgstr "Discordのインタラクションを表します。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:3 +msgid "An interaction happens when a user does an action that needs to be notified. Current examples are slash commands and components." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:10 +msgid "The interaction's ID." +msgstr "インタラクションのID。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:0 +#: ../../../discord/interactions.py:docstring of discord.Interaction.client:0 +#: ../../../discord/interactions.py:docstring of discord.Interaction.guild:0 +#: ../../docstring of discord.Interaction.channel:0 +#: ../../../discord/interactions.py:docstring of discord.Interaction.permissions:0 +#: ../../docstring of discord.Interaction.response:0 +#: ../../docstring of discord.Interaction.followup:0 +#: ../../../discord/interactions.py:docstring of discord.Interaction.created_at:0 +#: ../../../discord/interactions.py:docstring of discord.Interaction.expires_at:0 +#: ../../../discord/components.py:docstring of discord.components.Component:0 +#: ../../../discord/components.py:docstring of discord.components.ActionRow:0 +#: ../../../discord/components.py:docstring of discord.components.ActionRow:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.Button:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.components.TextInput:0 +#: ../../../discord/components.py:docstring of discord.TextInput.default:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.guild:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.mention:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.created_at:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.guild:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.parent:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.mention:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:0 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:0 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:0 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:0 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:0 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:0 +#: ../../../discord/ui/item.py:docstring of discord.ui.Item.view:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.style:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.custom_id:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.url:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.disabled:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.label:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.emoji:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.view:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.custom_id:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.placeholder:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.min_values:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.max_values:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.options:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.disabled:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.values:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.view:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.custom_id:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.value:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.label:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.placeholder:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.required:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.min_length:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.max_length:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.style:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.view:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.default:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.callback:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.root_parent:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.ContextMenu.callback:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.root_parent:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.commands:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandSignatureMismatch:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:0 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:0 +msgid "type" +msgstr "型" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:12 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:36 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:30 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:37 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:30 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:36 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:27 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:52 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:27 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:45 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:58 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:90 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.min_values:3 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.max_values:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.min_length:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.max_length:3 +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:26 +msgid ":class:`int`" +msgstr ":class:`int`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:16 +msgid "The interaction type." +msgstr "インタラクションの種類。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:18 +msgid ":class:`InteractionType`" +msgstr ":class:`InteractionType`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:22 +msgid "The guild ID the interaction was sent from." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:24 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:30 +#: ../../../discord/components.py:docstring of discord.components.TextInput:49 +#: ../../../discord/components.py:docstring of discord.components.TextInput:55 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:83 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:18 +msgid "Optional[:class:`int`]" +msgstr "Optional[:class:`int`]" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:28 +msgid "The channel ID the interaction was sent from." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:34 +msgid "The application ID that the interaction was for." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:40 +msgid "The user or member that sent the interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:42 +msgid "Union[:class:`User`, :class:`Member`]" +msgstr "Union[:class:`User`, :class:`Member`]" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:46 +msgid "The message that sent this interaction." +msgstr "このインタラクションを送信したメッセージ。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:48 +msgid "Optional[:class:`Message`]" +msgstr "Optional[:class:`Message`]" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:52 +msgid "The token to continue the interaction. These are valid for 15 minutes." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:55 +#: ../../../discord/components.py:docstring of discord.components.TextInput:19 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:48 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:54 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:15 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:21 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:39 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.mention:3 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:39 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.mention:3 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:15 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:21 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:12 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:20 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:40 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:52 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.custom_id:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.custom_id:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.label:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.placeholder:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.default:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:16 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:23 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:15 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:12 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:20 +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:24 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:11 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:11 +msgid ":class:`str`" +msgstr ":class:`str`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:59 +msgid "The raw interaction data." +msgstr "生のインタラクションデータ。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:61 +msgid ":class:`dict`" +msgstr ":class:`dict`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:65 +msgid "The locale of the user invoking the interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:67 +msgid ":class:`Locale`" +msgstr ":class:`Locale`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:71 +msgid "The preferred locale of the guild the interaction was sent from, if any." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction:73 +msgid "Optional[:class:`Locale`]" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.client:1 +msgid "The client that is handling this interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.client:3 +msgid ":class:`Client`" +msgstr ":class:`Client`" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.guild:1 +msgid "The guild the interaction was sent from." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.guild:3 +msgid "Optional[:class:`Guild`]" +msgstr "" + +#: ../../docstring of discord.Interaction.channel:1 +msgid "The channel the interaction was sent from." +msgstr "" + +#: ../../docstring of discord.Interaction.channel:3 +msgid "Note that due to a Discord limitation, DM channels are not resolved since there is no data to complete them. These are :class:`PartialMessageable` instead." +msgstr "" + +#: ../../docstring of discord.Interaction.channel:6 +msgid "Optional[Union[:class:`abc.GuildChannel`, :class:`PartialMessageable`, :class:`Thread`]]" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.permissions:1 +msgid "The resolved permissions of the member in the channel, including overwrites." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.permissions:3 +msgid "In a non-guild context where this doesn't apply, an empty permissions object is returned." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.permissions:5 +msgid ":class:`Permissions`" +msgstr ":class:`Permissions`" + +#: ../../docstring of discord.Interaction.response:1 +msgid "Returns an object responsible for handling responding to the interaction." +msgstr "" + +#: ../../docstring of discord.Interaction.response:3 +msgid "A response can only be done once. If secondary messages need to be sent, consider using :attr:`followup` instead." +msgstr "" + +#: ../../docstring of discord.Interaction.response:6 +msgid ":class:`InteractionResponse`" +msgstr ":class:`InteractionResponse`" + +#: ../../docstring of discord.Interaction.followup:1 +msgid "Returns the follow up webhook for follow up interactions." +msgstr "" + +#: ../../docstring of discord.Interaction.followup:3 +msgid ":class:`Webhook`" +msgstr ":class:`Webhook`" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.created_at:1 +msgid "When the interaction was created." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.created_at:3 +#: ../../../discord/interactions.py:docstring of discord.Interaction.expires_at:3 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.created_at:3 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:96 +msgid ":class:`datetime.datetime`" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.Interaction.expires_at:1 +msgid "When the interaction expires." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.is_expired:1 +msgid ":class:`bool`: Returns ``True`` if the interaction is expired." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:1 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:1 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:1 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:1 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:1 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_timeout:1 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_submit:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.on_timeout:1 +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item.callback:1 +#: ../../../discord/ui/button.py:docstring of discord.ui.item.Item.callback:1 +#: ../../../discord/ui/select.py:docstring of discord.ui.item.Item.callback:1 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.item.Item.callback:1 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:1 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:1 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:1 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:1 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:1 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:1 +msgid "|coro|" +msgstr "|coro|" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:3 +msgid "Fetches the original interaction response message associated with the interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:5 +msgid "If the interaction response was :meth:`InteractionResponse.send_message` then this would return the message that was sent using that response. Otherwise, this would return the message that triggered the interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:9 +msgid "Repeated calls to this will return a cached value." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.append_option:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:0 +msgid "Raises" +msgstr "例外" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:11 +msgid "Fetching the original response message failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:12 +msgid "The channel for the message could not be resolved." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.resolve:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.resolve:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:0 +msgid "Returns" +msgstr "戻り値" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:14 +msgid "The original interaction response message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.resolve:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.resolve:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:0 +msgid "Return type" +msgstr "戻り値の型" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:3 +msgid "Edits the original interaction response message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:5 +msgid "This is a lower level interface to :meth:`InteractionMessage.edit` in case you do not want to fetch the message and save an HTTP request." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:8 +msgid "This method is also the only way to edit the original message if the message sent was ephemeral." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:0 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:0 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.remove_item:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_submit:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:0 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.remove_item:0 +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item.callback:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.item.Item.callback:0 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.append_option:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.item.Item.callback:0 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:0 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.item.Item.callback:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:0 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.command:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.context_menu:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:0 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:0 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:0 +msgid "Parameters" +msgstr "パラメータ" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:11 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:5 +msgid "The content to edit the message with or ``None`` to clear it." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:13 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:8 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:7 +msgid "A list of embeds to edit the message with." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:15 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:10 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:9 +msgid "The embed to edit the message with. ``None`` suppresses the embeds. This should not be mixed with the ``embeds`` parameter." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:18 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:13 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:12 +msgid "A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed then all attachments are removed. .. note:: New files will always appear after current attachments." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:18 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:13 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:12 +msgid "A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed then all attachments are removed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:23 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:18 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:17 +msgid "New files will always appear after current attachments." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:25 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:25 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:19 +msgid "Controls the mentions being processed in this message. See :meth:`.abc.Messageable.send` for more information." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:28 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:20 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:22 +msgid "The updated view to update this message with. If ``None`` is passed then the view is removed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:32 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:27 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:26 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:10 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:10 +msgid "Editing the message failed." +msgstr "メッセージの編集に失敗した場合。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:33 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:27 +msgid "Edited a message that is not yours." +msgstr "自分以外のメッセージを編集しようとした場合。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:34 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:28 +msgid "You specified both ``embed`` and ``embeds``" +msgstr "``embed`` と ``embeds`` の両方を指定した場合。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:35 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:35 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:29 +msgid "The length of ``embeds`` was invalid." +msgstr "``embeds`` の長さが無効だった場合。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:37 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:31 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:13 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:13 +msgid "The newly edited message." +msgstr "編集された新しいメッセージ。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.edit_original_message:38 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:32 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:14 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:14 +msgid ":class:`InteractionMessage`" +msgstr ":class:`InteractionMessage`" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:3 +msgid "Deletes the original interaction response message." +msgstr "元のインタラクション応答メッセージを削除します。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:5 +msgid "This is a lower level interface to :meth:`InteractionMessage.delete` in case you do not want to fetch the message and save an HTTP request." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:8 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:11 +msgid "Deleting the message failed." +msgstr "メッセージの削除に失敗した場合。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.Interaction.delete_original_message:9 +msgid "Deleted a message that is not yours." +msgstr "自分以外のメッセージを削除しようとした場合。" + +#: ../../interactions/api.rst:24 +msgid "InteractionResponse" +msgstr "InteractionResponse" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse:1 +msgid "Represents a Discord interaction response." +msgstr "Discordのインタラクションレスポンスを表します。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse:3 +msgid "This type can be accessed through :attr:`Interaction.response`." +msgstr "この型は :attr:`Interaction.response` からアクセスできます。" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.is_done:1 +msgid ":class:`bool`: Indicates whether an interaction response has been done before." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.is_done:3 +msgid "An interaction can only be responded to once." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:3 +msgid "Defers the interaction response." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:5 +msgid "This is typically used when the interaction is acknowledged and a secondary action will be done later." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:8 +msgid "This is only supported with the following interaction types:" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:10 +msgid ":attr:`InteractionType.application_command`" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:11 +msgid ":attr:`InteractionType.component`" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:12 +msgid ":attr:`InteractionType.modal_submit`" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:14 +msgid "Indicates whether the deferred message will eventually be ephemeral. This only applies to :attr:`InteractionType.application_command` interactions, or if ``thinking`` is ``True``." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:17 +msgid "Indicates whether the deferred type should be :attr:`InteractionResponseType.deferred_channel_message` instead of the default :attr:`InteractionResponseType.deferred_message_update` if both are valid. In UI terms, this is represented as if the bot is thinking of a response. It is your responsibility to eventually send a followup message via :attr:`Interaction.followup` to make this thinking state go away. Application commands (AKA Slash commands) cannot use :attr:`InteractionResponseType.deferred_message_update`." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:24 +msgid "Deferring the interaction failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.defer:25 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:8 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:36 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:29 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:9 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:10 +msgid "This interaction has already been responded to before." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:3 +msgid "Pongs the ping interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:5 +msgid "This should rarely be used." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.pong:7 +msgid "Ponging the interaction failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:3 +msgid "Responds to this interaction by sending a message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:5 +msgid "The content of the message to send." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:7 +msgid "A list of embeds to send with the content. Maximum of 10. This cannot be mixed with the ``embed`` parameter." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:10 +msgid "The rich embed for the content to send. This cannot be mixed with ``embeds`` parameter." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:13 +msgid "The file to upload." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:15 +msgid "A list of files to upload. Must be a maximum of 10." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:17 +msgid "Indicates if the message should be sent using text-to-speech." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:19 +msgid "The view to send with the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:21 +msgid "Indicates if the message should only be visible to the user who started the interaction. If a view is sent with an ephemeral message and it has no timeout set then the timeout is set to 15 minutes." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:28 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``. .. versionadded:: 2.0" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:28 +msgid "Whether to suppress embeds for the message. This sends the message without any embeds if set to ``True``." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:33 +msgid "Sending the message failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_message:34 +msgid "You specified both ``embed`` and ``embeds`` or ``file`` and ``files``." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:3 +msgid "Responds to this interaction by editing the original message of a component or modal interaction." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:6 +msgid "The new content to replace the message with. ``None`` removes the content." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:23 +msgid "Controls the mentions being processed in this message. See :meth:`.Message.edit` for more information." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.edit_message:28 +msgid "You specified both ``embed`` and ``embeds``." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:3 +msgid "Responds to this interaction by sending a modal." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:5 +msgid "The modal to send." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.send_modal:8 +msgid "Sending the modal failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:3 +msgid "Responds to this interaction by giving the user the choices they can use." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:5 +msgid "The list of new choices as the user is typing." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:8 +msgid "Sending the choices failed." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionResponse.autocomplete:9 +msgid "This interaction cannot respond with autocomplete." +msgstr "" + +#: ../../interactions/api.rst:32 +msgid "InteractionMessage" +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage:1 +msgid "Represents the original interaction response message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage:3 +msgid "This allows you to edit or delete the message associated with the interaction response. To retrieve this object see :meth:`Interaction.original_message`." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage:6 +msgid "This inherits from :class:`discord.Message` with changes to :meth:`edit` and :meth:`delete` to work." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.edit:3 +msgid "Edits the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:3 +msgid "Adds new files to the end of the message attachments." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:7 +msgid "New files to add to the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.add_files:11 +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:11 +msgid "Tried to edit a message that isn't yours." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:3 +msgid "Removes attachments from the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.remove_attachments:7 +msgid "Attachments to remove from the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:3 +msgid "Deletes the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:5 +msgid "If provided, the number of seconds to wait before deleting the message. The waiting is done in the background and deletion failures are ignored." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:9 +msgid "You do not have proper permissions to delete the message." +msgstr "" + +#: ../../../discord/interactions.py:docstring of discord.interactions.InteractionMessage.delete:10 +msgid "The message was deleted already." +msgstr "" + +#: ../../interactions/api.rst:40 +msgid "Component" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:1 +msgid "Represents a Discord Bot UI Kit Component." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:3 +msgid "Currently, the only components supported by Discord are:" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:5 +msgid ":class:`ActionRow`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:6 +msgid ":class:`Button`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:7 +msgid ":class:`SelectMenu`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:9 +msgid "This class is abstract and cannot be instantiated." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:15 +#: ../../../discord/components.py:docstring of discord.components.ActionRow:11 +msgid "The type of component." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Component:17 +#: ../../../discord/components.py:docstring of discord.components.ActionRow:13 +msgid ":class:`ComponentType`" +msgstr "" + +#: ../../interactions/api.rst:48 +msgid "ActionRow" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.ActionRow:1 +msgid "Represents a Discord Bot UI Kit Action Row." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.ActionRow:3 +msgid "This is a component that holds up to 5 children components in a row." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.ActionRow:5 +#: ../../../discord/components.py:docstring of discord.components.Button:3 +msgid "This inherits from :class:`Component`." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.ActionRow:17 +msgid "The children components that this holds, if any." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.ActionRow:19 +msgid "List[:class:`Component`]" +msgstr "" + +#: ../../interactions/api.rst:56 +#: ../../interactions/api.rst:380 +msgid "Button" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:1 +msgid "Represents a button from the Discord Bot UI Kit." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:7 +msgid "The user constructible and usable type to create a button is :class:`discord.ui.Button` not this one." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:14 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:5 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.style:1 +msgid "The style of the button." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:16 +msgid ":class:`.ButtonStyle`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:20 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:7 +msgid "The ID of the button that gets received during an interaction. If this button is for a URL, it does not have a custom ID." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:23 +#: ../../../discord/components.py:docstring of discord.components.Button:29 +#: ../../../discord/components.py:docstring of discord.components.Button:41 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:17 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:23 +#: ../../../discord/components.py:docstring of discord.components.TextInput:13 +#: ../../../discord/components.py:docstring of discord.components.TextInput:31 +#: ../../../discord/components.py:docstring of discord.components.TextInput:37 +#: ../../../discord/components.py:docstring of discord.TextInput.default:5 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:27 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.custom_id:5 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.url:3 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.label:3 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.placeholder:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.value:3 +msgid "Optional[:class:`str`]" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:27 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:10 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.url:1 +msgid "The URL this button sends you to." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:33 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:12 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.disabled:1 +msgid "Whether the button is disabled or not." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:35 +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:49 +#: ../../../discord/components.py:docstring of discord.components.TextInput:43 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:27 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:64 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:70 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:77 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:27 +#: ../../../discord/components.py:docstring of discord.components.SelectOption:39 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:20 +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:8 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:20 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:8 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.disabled:3 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.disabled:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.required:3 +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:28 +msgid ":class:`bool`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:39 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:14 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:15 +msgid "The label of the button, if any." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:45 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:16 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.emoji:1 +msgid "The emoji of the button, if available." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.Button:47 +msgid "Optional[:class:`PartialEmoji`]" +msgstr "" + +#: ../../interactions/api.rst:65 +msgid "SelectMenu" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:1 +msgid "Represents a select menu from the Discord Bot UI Kit." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:3 +msgid "A select menu is functionally the same as a dropdown, however on mobile it renders a bit differently." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:8 +msgid "The user constructible and usable type to create a select menu is :class:`discord.ui.Select` not this one." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:15 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.custom_id:1 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.custom_id:1 +msgid "The ID of the select menu that gets received during an interaction." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:21 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:12 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.placeholder:1 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:10 +msgid "The placeholder text that is shown if nothing is selected, if any." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:27 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:14 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:21 +msgid "The minimum number of items that must be chosen for this select menu. Defaults to 1 and must be between 1 and 25." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:34 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:17 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:24 +msgid "The maximum number of items that must be chosen for this select menu. Defaults to 1 and must be between 1 and 25." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:41 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:20 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.options:1 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:27 +msgid "A list of options that can be selected in this menu." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:43 +msgid "List[:class:`SelectOption`]" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectMenu:47 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:22 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.disabled:1 +msgid "Whether the select is disabled or not." +msgstr "" + +#: ../../interactions/api.rst:75 +#: ../../interactions/api.rst:402 +msgid "TextInput" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:1 +msgid "Represents a text input from the Discord Bot UI Kit." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:4 +msgid "The user constructible and usable type to create a text input is :class:`discord.ui.TextInput` not this one." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:11 +msgid "The ID of the text input that gets received during an interaction." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:17 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:5 +msgid "The label to display above the text input." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:23 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:10 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.style:1 +msgid "The style of the text input." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:25 +msgid ":class:`TextStyle`" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:29 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:12 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.placeholder:1 +msgid "The placeholder text to display when the text input is empty." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:35 +#: ../../../discord/components.py:docstring of discord.TextInput.default:1 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:14 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.default:1 +msgid "The default value of the text input." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:41 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:16 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.required:1 +msgid "Whether the text input is required." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:47 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:18 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.min_length:1 +msgid "The minimum length of the text input." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.TextInput:53 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:20 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.max_length:1 +msgid "The maximum length of the text input." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.TextInput.default:3 +msgid "This is an alias to :attr:`value`." +msgstr "" + +#: ../../interactions/api.rst:84 +msgid "AppCommand" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:1 +msgid "Represents a application command." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:3 +msgid "In common parlance this is referred to as a \"Slash Command\" or a \"Context Menu Command\"." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:12 +msgid "Checks if two application commands are equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:16 +msgid "Checks if two application commands are not equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:20 +msgid "Returns the application command's hash." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:24 +msgid "Returns the application command's name." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:28 +msgid "The application command's ID." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:34 +msgid "The application command's application's ID." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:40 +msgid "The application command's type." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:42 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:24 +msgid ":class:`~discord.AppCommandType`" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:46 +msgid "The application command's name." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:52 +msgid "The application command's description." +msgstr "" + +#: ../../interactions/api.rst:92 +msgid "AppCommandGroup" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:1 +msgid "Represents a application command subcommand." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:7 +msgid "The type of subcommand." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:9 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:9 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:23 +msgid ":class:`~discord.AppCommandOptionType`" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:13 +msgid "The name of the subcommand." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:19 +msgid "The description of the subcommand." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:25 +msgid "Whether the subcommand is required." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:31 +msgid "A list of choices for the command to choose from for this subcommand." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:33 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:33 +msgid "List[:class:`Choice`]" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:37 +msgid "A list of arguments." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:39 +msgid "List[:class:`Argument`]" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:43 +msgid "The parent application command." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:45 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:39 +msgid "Union[:class:`AppCommand`, :class:`AppCommandGroup`]" +msgstr "" + +#: ../../interactions/api.rst:100 +msgid "AppCommandChannel" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:1 +msgid "Represents an application command partially resolved channel object." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:9 +msgid "Checks if two channels are equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:13 +msgid "Checks if two channels are not equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:17 +msgid "Returns the channel's hash." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:21 +msgid "Returns the channel's name." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:25 +msgid "The ID of the channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:31 +msgid "The type of channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:33 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:33 +msgid ":class:`~discord.ChannelType`" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:37 +msgid "The name of the channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:43 +msgid "The resolved permissions of the user who invoked the application command in that channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:46 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:52 +msgid ":class:`~discord.Permissions`" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel:50 +msgid "The guild ID this channel belongs to." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.guild:1 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.guild:1 +msgid "The channel's guild, from cache, if found." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.guild:3 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.guild:3 +msgid "Optional[:class:`~discord.Guild`]" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.resolve:1 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.resolve:1 +msgid "Resolves the application command channel to the appropriate channel from cache if found." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.resolve:4 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.resolve:4 +msgid "The resolved guild channel or ``None`` if not found in cache." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.resolve:5 +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.resolve:5 +msgid "Optional[:class:`.abc.GuildChannel`]" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:3 +msgid "Fetches the partial channel to a full :class:`.abc.GuildChannel`." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:5 +msgid "The channel was not found." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:6 +msgid "You do not have the permissions required to get a channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:7 +msgid "Retrieving the channel failed." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:9 +msgid "The full channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandChannel.fetch:10 +msgid ":class:`.abc.GuildChannel`" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.mention:1 +msgid "The string that allows you to mention the channel." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandChannel.created_at:1 +msgid "An aware timestamp of when this channel was created in UTC." +msgstr "" + +#: ../../interactions/api.rst:108 +msgid "AppCommandThread" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:1 +msgid "Represents an application command partially resolved thread object." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:9 +msgid "Checks if two thread are equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:13 +msgid "Checks if two thread are not equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:17 +msgid "Returns the thread's hash." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:21 +msgid "Returns the thread's name." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:25 +msgid "The ID of the thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:31 +msgid "The type of thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:37 +msgid "The name of the thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:43 +msgid "The parent text channel ID this thread belongs to." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:49 +msgid "The resolved permissions of the user who invoked the application command in that thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:56 +msgid "The guild ID this thread belongs to." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:62 +msgid "Whether the thread is archived." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:68 +msgid "Whether the thread is locked." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:74 +msgid "Whether non-moderators can add other non-moderators to this thread. This is always ``True`` for public threads." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:81 +msgid "The user's ID that archived this thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:87 +msgid "The duration in minutes until the thread is automatically archived due to inactivity. Usually a value of 60, 1440, 4320 and 10080." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread:94 +msgid "An aware timestamp of when the thread's archived status was last updated in UTC." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.parent:1 +msgid "The parent channel this thread belongs to." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.parent:3 +msgid "Optional[:class:`~discord.TextChannel`]" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.mention:1 +msgid "The string that allows you to mention the thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.created_at:1 +msgid "An aware timestamp of when the thread was created in UTC." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.AppCommandThread.created_at:5 +msgid "This timestamp only exists for threads created after 9 January 2022, otherwise returns ``None``." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:3 +msgid "Fetches the partial channel to a full :class:`~discord.Thread`." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:5 +msgid "The thread was not found." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:6 +msgid "You do not have the permissions required to get a thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:7 +msgid "Retrieving the thread failed." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:9 +msgid "The full thread." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandThread.fetch:10 +msgid ":class:`~discord.Thread`" +msgstr "" + +#: ../../interactions/api.rst:116 +msgid "Argument" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:1 +msgid "Represents a application command argument." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:7 +msgid "The type of argument." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:13 +msgid "The name of the argument." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:19 +msgid "The description of the argument." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:25 +msgid "Whether the argument is required." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:31 +msgid "A list of choices for the command to choose from for this argument." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:37 +msgid "The parent application command that has this argument." +msgstr "" + +#: ../../interactions/api.rst:124 +msgid "Data Classes" +msgstr "" + +#: ../../interactions/api.rst:126 +msgid "Similar to :ref:`discord_api_data`, these can be received and constructed by users." +msgstr "" + +#: ../../interactions/api.rst:129 +msgid "SelectOption" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:1 +msgid "Represents a select menu's option." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:3 +msgid "These can be created by users." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:9 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:6 +msgid "The label of the option. This is displayed to users. Can only be up to 100 characters." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:16 +msgid "The value of the option. This is not displayed to users. If not provided when constructed then it defaults to the label. Can only be up to 100 characters." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:24 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:12 +msgid "An additional description of the option, if any. Can only be up to 100 characters." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:31 +msgid "The emoji of the option, if available." +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:33 +msgid "Optional[Union[:class:`str`, :class:`Emoji`, :class:`PartialEmoji`]]" +msgstr "" + +#: ../../../discord/components.py:docstring of discord.components.SelectOption:37 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:18 +msgid "Whether this option is selected by default." +msgstr "" + +#: ../../interactions/api.rst:137 +msgid "Choice" +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:1 +msgid "Represents an application command argument choice." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:9 +msgid "Checks if two choices are equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:13 +msgid "Checks if two choices are not equal." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:17 +msgid "Returns the choice's hash." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:19 +msgid "The name of the choice. Used for display purposes." +msgstr "" + +#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Choice:21 +msgid "The value of the choice." +msgstr "" + +#: ../../interactions/api.rst:146 +msgid "Enumerations" +msgstr "" + +#: ../../interactions/api.rst:150 +msgid "Specifies the type of :class:`Interaction`." +msgstr "" + +#: ../../interactions/api.rst:156 +msgid "Represents Discord pinging to see if the interaction response server is alive." +msgstr "" + +#: ../../interactions/api.rst:159 +msgid "Represents a slash command interaction." +msgstr "" + +#: ../../interactions/api.rst:162 +msgid "Represents a component based interaction, i.e. using the Discord Bot UI Kit." +msgstr "" + +#: ../../interactions/api.rst:165 +msgid "Represents an auto complete interaction." +msgstr "" + +#: ../../interactions/api.rst:168 +msgid "Represents submission of a modal interaction." +msgstr "" + +#: ../../interactions/api.rst:172 +msgid "Specifies the response type for the interaction." +msgstr "" + +#: ../../interactions/api.rst:178 +msgid "Pongs the interaction when given a ping." +msgstr "" + +#: ../../interactions/api.rst:180 +msgid "See also :meth:`InteractionResponse.pong`" +msgstr "" + +#: ../../interactions/api.rst:183 +msgid "Respond to the interaction with a message." +msgstr "" + +#: ../../interactions/api.rst:185 +msgid "See also :meth:`InteractionResponse.send_message`" +msgstr "" + +#: ../../interactions/api.rst:188 +msgid "Responds to the interaction with a message at a later time." +msgstr "" + +#: ../../interactions/api.rst:190 +#: ../../interactions/api.rst:196 +msgid "See also :meth:`InteractionResponse.defer`" +msgstr "" + +#: ../../interactions/api.rst:193 +msgid "Acknowledges the component interaction with a promise that the message will update later (though there is no need to actually update the message)." +msgstr "" + +#: ../../interactions/api.rst:199 +msgid "Responds to the interaction by editing the message." +msgstr "" + +#: ../../interactions/api.rst:201 +msgid "See also :meth:`InteractionResponse.edit_message`" +msgstr "" + +#: ../../interactions/api.rst:204 +msgid "Responds to the autocomplete interaction with suggested choices." +msgstr "" + +#: ../../interactions/api.rst:206 +msgid "See also :meth:`InteractionResponse.autocomplete`" +msgstr "" + +#: ../../interactions/api.rst:209 +msgid "Responds to the interaction with a modal." +msgstr "" + +#: ../../interactions/api.rst:211 +msgid "See also :meth:`InteractionResponse.send_modal`" +msgstr "" + +#: ../../interactions/api.rst:215 +msgid "Represents the component type of a component." +msgstr "" + +#: ../../interactions/api.rst:221 +msgid "Represents the group component which holds different components in a row." +msgstr "" + +#: ../../interactions/api.rst:224 +msgid "Represents a button component." +msgstr "" + +#: ../../interactions/api.rst:227 +msgid "Represents a select component." +msgstr "" + +#: ../../interactions/api.rst:231 +msgid "Represents a text box component." +msgstr "" + +#: ../../interactions/api.rst:235 +msgid "Represents the style of the button component." +msgstr "" + +#: ../../interactions/api.rst:241 +msgid "Represents a blurple button for the primary action." +msgstr "" + +#: ../../interactions/api.rst:244 +msgid "Represents a grey button for the secondary action." +msgstr "" + +#: ../../interactions/api.rst:247 +msgid "Represents a green button for a successful action." +msgstr "" + +#: ../../interactions/api.rst:250 +msgid "Represents a red button for a dangerous action." +msgstr "" + +#: ../../interactions/api.rst:253 +msgid "Represents a link button." +msgstr "" + +#: ../../interactions/api.rst:257 +msgid "An alias for :attr:`primary`." +msgstr "" + +#: ../../interactions/api.rst:260 +#: ../../interactions/api.rst:263 +msgid "An alias for :attr:`secondary`." +msgstr "" + +#: ../../interactions/api.rst:266 +msgid "An alias for :attr:`success`." +msgstr "" + +#: ../../interactions/api.rst:269 +msgid "An alias for :attr:`danger`." +msgstr "" + +#: ../../interactions/api.rst:272 +msgid "An alias for :attr:`link`." +msgstr "" + +#: ../../interactions/api.rst:276 +msgid "Represents the style of the text box component." +msgstr "" + +#: ../../interactions/api.rst:282 +msgid "Represents a short text box." +msgstr "" + +#: ../../interactions/api.rst:285 +msgid "Represents a long form text box." +msgstr "" + +#: ../../interactions/api.rst:288 +msgid "An alias for :attr:`paragraph`." +msgstr "" + +#: ../../interactions/api.rst:292 +msgid "The application command's option type. This is usually the type of parameter an application command takes." +msgstr "" + +#: ../../interactions/api.rst:298 +msgid "A subcommand." +msgstr "" + +#: ../../interactions/api.rst:301 +msgid "A subcommand group." +msgstr "" + +#: ../../interactions/api.rst:304 +msgid "A string parameter." +msgstr "" + +#: ../../interactions/api.rst:307 +msgid "A integer parameter." +msgstr "" + +#: ../../interactions/api.rst:310 +msgid "A boolean parameter." +msgstr "" + +#: ../../interactions/api.rst:313 +msgid "A user parameter." +msgstr "" + +#: ../../interactions/api.rst:316 +msgid "A channel parameter." +msgstr "" + +#: ../../interactions/api.rst:319 +msgid "A role parameter." +msgstr "" + +#: ../../interactions/api.rst:322 +msgid "A mentionable parameter." +msgstr "" + +#: ../../interactions/api.rst:325 +msgid "A number parameter." +msgstr "" + +#: ../../interactions/api.rst:328 +msgid "An attachment parameter." +msgstr "" + +#: ../../interactions/api.rst:332 +msgid "The type of application command." +msgstr "" + +#: ../../interactions/api.rst:338 +msgid "A slash command." +msgstr "" + +#: ../../interactions/api.rst:341 +msgid "A user context menu command." +msgstr "" + +#: ../../interactions/api.rst:344 +msgid "A message context menu command." +msgstr "" + +#: ../../interactions/api.rst:349 +msgid "Bot UI Kit" +msgstr "" + +#: ../../interactions/api.rst:351 +msgid "The library has helpers to aid create component-based UIs. These are all in the ``discord.ui`` package." +msgstr "" + +#: ../../interactions/api.rst:355 +msgid "View" +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:1 +msgid "Represents a UI view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:3 +msgid "This object must be inherited to create a UI within Discord." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:7 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:22 +msgid "Timeout in seconds from last interaction with the UI before no longer accepting input. If ``None`` then there is no timeout." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:13 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:31 +msgid "Timeout from last interaction with the UI before no longer accepting input. If ``None`` then there is no timeout." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:16 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:34 +msgid "Optional[:class:`float`]" +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:20 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:44 +msgid "The list of children attached to this view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View:22 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:46 +msgid "List[:class:`Item`]" +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:1 +msgid "Converts a message's components into a :class:`View`." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:3 +msgid "The :attr:`.Message.components` of a message are read-only and separate types from those in the ``discord.ui`` namespace. In order to modify and edit message components they must be converted into a :class:`View` first." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:8 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:8 +msgid "The message with components to convert into a view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:10 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:10 +msgid "The timeout of the converted view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:13 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:13 +msgid "The converted view. This always returns a :class:`View` and not one of its subclasses." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.from_message:15 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.from_message:15 +msgid ":class:`View`" +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:1 +msgid "Adds an item to the view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:3 +msgid "The item to add to the view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:6 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:6 +msgid "An :class:`Item` was not passed." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.add_item:7 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.add_item:7 +msgid "Maximum number of children has been exceeded (25) or the row the item is trying to be added to is full." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.remove_item:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.remove_item:1 +msgid "Removes an item from the view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.remove_item:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.remove_item:3 +msgid "The item to remove from the view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.clear_items:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.clear_items:1 +msgid "Removes all items from the view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:3 +msgid "A callback that is called when an interaction happens within the view that checks whether the view should process item callbacks for the interaction." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:6 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:6 +msgid "This is useful to override if, for example, you want to ensure that the interaction author is a given user." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:9 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:9 +msgid "The default implementation of this returns ``True``." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:13 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:13 +msgid "If an exception occurs within the body then the check is considered a failure and :meth:`on_error` is called." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:16 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:16 +msgid "The interaction that occurred." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.interaction_check:19 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.interaction_check:19 +msgid "Whether the view children's callbacks should be called." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_timeout:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.on_timeout:3 +msgid "A callback that is called when a view's timeout elapses without being explicitly stopped." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:3 +msgid "A callback that is called when an item's callback or :meth:`interaction_check` fails with an error." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:6 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:6 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:5 +msgid "The default implementation prints the traceback to stderr." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:8 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:8 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:11 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:11 +msgid "The exception that was raised." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:10 +msgid "The item that failed the dispatch." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.on_error:12 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:10 +msgid "The interaction that led to the failure." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.stop:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.stop:1 +msgid "Stops listening to interaction events from this view." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.stop:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.stop:3 +msgid "This operation cannot be undone." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.is_finished:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.is_finished:1 +msgid ":class:`bool`: Whether the view has finished interacting." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.is_dispatching:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.is_dispatching:1 +msgid ":class:`bool`: Whether the view has been added for dispatching purposes." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.is_persistent:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.is_persistent:1 +msgid ":class:`bool`: Whether the view is set up as persistent." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.is_persistent:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.is_persistent:3 +msgid "A persistent view has all their components with a set ``custom_id`` and a :attr:`timeout` set to ``None``." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:1 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:1 +msgid "Waits until the view has finished interacting." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:3 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:3 +msgid "A view is considered finished when :meth:`stop` is called or it times out." +msgstr "" + +#: ../../../discord/ui/view.py:docstring of discord.ui.view.View.wait:6 +#: ../../../discord/ui/modal.py:docstring of discord.ui.view.View.wait:6 +msgid "If ``True``, then the view timed out. If ``False`` then the view finished normally." +msgstr "" + +#: ../../interactions/api.rst:363 +msgid "Modal" +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:1 +msgid "Represents a UI modal." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:3 +msgid "This object must be inherited to create a modal popup window within discord." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:8 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:8 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.context_menu:8 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:16 +msgid "Examples" +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:20 +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:38 +msgid "The title of the modal." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:25 +msgid "The ID of the modal that gets received during an interaction. If not given then one is generated for you." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal:50 +msgid "The ID of the modal that gets received during an interaction." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_submit:3 +msgid "Called when the modal is submitted." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_submit:5 +msgid "The interaction that submitted this modal." +msgstr "" + +#: ../../../discord/ui/modal.py:docstring of discord.ui.modal.Modal.on_error:3 +msgid "A callback that is called when :meth:`on_submit` fails with an error." +msgstr "" + +#: ../../interactions/api.rst:372 +msgid "Item" +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item:1 +msgid "Represents the base UI item that all UI components inherit from." +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item:3 +msgid "The current UI items supported are:" +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item:5 +msgid ":class:`discord.ui.Button`" +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item:6 +msgid ":class:`discord.ui.Select`" +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.Item.view:1 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.view:1 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.view:1 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.view:1 +msgid "The underlying view for this item." +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.Item.view:3 +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.view:3 +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.view:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.view:3 +msgid "Optional[:class:`View`]" +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item.callback:3 +#: ../../../discord/ui/button.py:docstring of discord.ui.item.Item.callback:3 +#: ../../../discord/ui/select.py:docstring of discord.ui.item.Item.callback:3 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.item.Item.callback:3 +msgid "The callback associated with this UI item." +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item.callback:5 +#: ../../../discord/ui/button.py:docstring of discord.ui.item.Item.callback:5 +#: ../../../discord/ui/select.py:docstring of discord.ui.item.Item.callback:5 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.item.Item.callback:5 +msgid "This can be overriden by subclasses." +msgstr "" + +#: ../../../discord/ui/item.py:docstring of discord.ui.item.Item.callback:7 +#: ../../../discord/ui/button.py:docstring of discord.ui.item.Item.callback:7 +#: ../../../discord/ui/select.py:docstring of discord.ui.item.Item.callback:7 +#: ../../../discord/ui/text_input.py:docstring of discord.ui.item.Item.callback:7 +msgid "The interaction that triggered this UI item." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:1 +msgid "Represents a UI button." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.Button:18 +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:27 +msgid "The relative row this button belongs to. A Discord component can only have 5 rows. By default, items are arranged automatically into those 5 rows. If you'd like to control the relative positioning of the row then passing an index is advised. For example, row=1 will show up before row=2. Defaults to ``None``, which is automatic ordering. The row number must be between 0 and 4 (i.e. zero indexed)." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.style:3 +msgid ":class:`discord.ButtonStyle`" +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.custom_id:1 +msgid "The ID of the button that gets received during an interaction." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.custom_id:3 +msgid "If this button is for a URL, it does not have a custom ID." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.label:1 +msgid "The label of the button, if available." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.Button.emoji:3 +msgid "Optional[:class:`.PartialEmoji`]" +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:1 +msgid "A decorator that attaches a button to a component." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:3 +msgid "The function being decorated should have three parameters, ``self`` representing the :class:`discord.ui.View`, the :class:`discord.ui.Button` being pressed and the :class:`discord.Interaction` you receive." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:9 +msgid "Buttons with a URL cannot be created with this function. Consider creating a :class:`Button` manually instead. This is because buttons with a URL do not have a callback associated with them since Discord does not do any processing with it." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:17 +msgid "The ID of the button that gets received during an interaction. It is recommended not to set this parameter to prevent conflicts." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:20 +msgid "The style of the button. Defaults to :attr:`.ButtonStyle.grey`." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:22 +msgid "Whether the button is disabled or not. Defaults to ``False``." +msgstr "" + +#: ../../../discord/ui/button.py:docstring of discord.ui.button.button:24 +msgid "The emoji of the button. This can be in string form or a :class:`.PartialEmoji` or a full :class:`.Emoji`." +msgstr "" + +#: ../../interactions/api.rst:391 +msgid "Select" +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:1 +msgid "Represents a UI select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:3 +msgid "This is usually represented as a drop down menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:5 +msgid "In order to get the selected items that the user has chosen, use :attr:`Select.values`." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:9 +msgid "The ID of the select menu that gets received during an interaction. If not given then one is generated for you." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select:24 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:15 +msgid "The relative row this select menu belongs to. A Discord component can only have 5 rows. By default, items are arranged automatically into those 5 rows. If you'd like to control the relative positioning of the row then passing an index is advised. For example, row=1 will show up before row=2. Defaults to ``None``, which is automatic ordering. The row number must be between 0 and 4 (i.e. zero indexed)." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.min_values:1 +msgid "The minimum number of items that must be chosen for this select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.max_values:1 +msgid "The maximum number of items that must be chosen for this select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.options:3 +msgid "List[:class:`discord.SelectOption`]" +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:1 +msgid "Adds an option to the select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:3 +msgid "To append a pre-existing :class:`discord.SelectOption` use the :meth:`append_option` method instead." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:9 +msgid "The value of the option. This is not displayed to users. If not given, defaults to the label. Can only be up to 100 characters." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:15 +msgid "The emoji of the option, if available. This can either be a string representing the custom or unicode emoji or an instance of :class:`.PartialEmoji` or :class:`.Emoji`." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.add_option:21 +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.append_option:6 +msgid "The number of options exceeds 25." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.append_option:1 +msgid "Appends an option to the select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.Select.append_option:3 +msgid "The option to append to the select menu." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.values:1 +msgid "A list of values that have been selected by the user." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.Select.values:3 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:18 +msgid "List[:class:`str`]" +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:1 +msgid "A decorator that attaches a select menu to a component." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:3 +msgid "The function being decorated should have three parameters, ``self`` representing the :class:`discord.ui.View`, the :class:`discord.ui.Select` being pressed and the :class:`discord.Interaction` you receive." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:7 +msgid "In order to get the selected items that the user has chosen within the callback use :attr:`Select.values`." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:12 +msgid "The ID of the select menu that gets received during an interaction. It is recommended not to set this parameter to prevent conflicts." +msgstr "" + +#: ../../../discord/ui/select.py:docstring of discord.ui.select.select:29 +msgid "Whether the select is disabled or not. Defaults to ``False``." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:1 +msgid "Represents a UI text input." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:7 +msgid "The ID of the text input that gets received during an interaction. If not given then one is generated for you." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.text_input.TextInput:22 +msgid "The relative row this text input belongs to. A Discord component can only have 5 rows. By default, items are arranged automatically into those 5 rows. If you'd like to control the relative positioning of the row then passing an index is advised. For example, row=1 will show up before row=2. Defaults to ``None``, which is automatic ordering. The row number must be between 0 and 4 (i.e. zero indexed)." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.value:1 +msgid "The value of the text input." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.label:1 +msgid "The label of the text input." +msgstr "" + +#: ../../../discord/ui/text_input.py:docstring of discord.ui.TextInput.style:3 +msgid ":class:`discord.TextStyle`" +msgstr "" + +#: ../../interactions/api.rst:413 +msgid "Application Commands" +msgstr "" + +#: ../../interactions/api.rst:415 +msgid "The library has helpers to aid in creation of application commands. These are all in the ``discord.app_commands`` package." +msgstr "" + +#: ../../interactions/api.rst:418 +msgid "CommandTree" +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree:1 +msgid "Represents a container that holds application command information." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree:3 +msgid "The client instance to get application command information from." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:3 +msgid "Fetches the application's current commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:5 +msgid "If no guild is passed then global commands are fetched, otherwise the guild's commands are fetched instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:10 +msgid "This includes context menu commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:12 +msgid "The guild to fetch the commands from. If not passed then global commands are fetched instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:16 +msgid "Fetching the commands failed." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:17 +msgid "The application ID could not be found." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:19 +msgid "The application's commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:20 +msgid "List[:class:`~discord.app_commands.AppCommand`]" +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:1 +msgid "Adds an application command to the tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:3 +msgid "This only adds the command locally -- in order to sync the commands and enable them in the client, :meth:`sync` must be called." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:6 +msgid "The root parent of the command is added regardless of the type passed." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:8 +msgid "The application command or group to add." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:10 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:10 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:23 +msgid "The guild to add the command to. If not given then it becomes a global command instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:13 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:13 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:26 +msgid "The list of guilds to add the command to. This cannot be mixed with the ``guild`` parameter. If no guilds are given at all then it becomes a global command instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:17 +msgid "Whether to override a command with the same name. If ``False`` an exception is raised. Default is ``False``." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:21 +msgid "The command was already registered and no override was specified." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:22 +msgid "The application command passed is not a valid application command. Or, ``guild`` and ``guilds`` were both given." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.add_command:23 +msgid "The maximum number of commands was reached globally or for that guild. This is currently 100 for slash commands and 5 for context menu commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:1 +msgid "Removes an application command from the tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:3 +msgid "This only removes the command locally -- in order to sync the commands and remove them in the client, :meth:`sync` must be called." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:6 +msgid "The name of the root command to remove." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:8 +msgid "The guild to remove the command from. If not given then it removes a global command instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:11 +msgid "The type of command to remove. Defaults to :attr:`~discord.AppCommandType.chat_input`, i.e. slash commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:15 +msgid "The application command that got removed. If nothing was removed then ``None`` is returned instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.remove_command:17 +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:14 +msgid "Optional[Union[:class:`Command`, :class:`ContextMenu`, :class:`Group`]]" +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:1 +msgid "Gets a application command from the tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:3 +msgid "The name of the root command to get." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:5 +msgid "The guild to get the command from. If not given then it gets a global command instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:8 +msgid "The type of command to get. Defaults to :attr:`~discord.AppCommandType.chat_input`, i.e. slash commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_command:12 +msgid "The application command that was found. If nothing was found then ``None`` is returned instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:1 +msgid "Gets all application commands from the tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:3 +msgid "The guild to get the commands from. If not given then it gets all global commands instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:6 +msgid "The type of commands to get. Defaults to :attr:`~discord.AppCommandType.chat_input`, i.e. slash commands." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:10 +msgid "The application commands from the tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.get_commands:11 +msgid "Union[List[:class:`ContextMenu`], List[Union[:class:`Command`, :class:`Group`]]" +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:3 +msgid "A callback that is called when any command raises an :exc:`AppCommandError`." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:7 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:7 +msgid "The interaction that is being handled." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.on_error:9 +msgid "The command that failed, if any." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:1 +msgid "Creates an application command directly under this tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.command:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.command:3 +msgid "The name of the application command. If not given, it defaults to a lower-case version of the callback name." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.command:6 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.command:6 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.command:6 +msgid "The description of the application command. This shows up in the UI to describe the application command. If not given, it defaults to the first line of the docstring of the callback shortened to 100 characters." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:1 +msgid "Creates a application command context menu from a regular function directly under this tree." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.context_menu:3 +msgid "This function must have a signature of :class:`~discord.Interaction` as its first parameter and taking either a :class:`~discord.Member`, :class:`~discord.User`, or :class:`~discord.Message`, or a :obj:`typing.Union` of ``Member`` and ``User`` as its second parameter." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.context_menu:19 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.context_menu:19 +msgid "The name of the context menu command. If not given, it defaults to a title-case version of the callback name. Note that unlike regular slash commands this can have spaces and upper case characters in the name." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:3 +msgid "Syncs the application commands to Discord." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:5 +msgid "This must be called for the application commands to show up." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:7 +msgid "Global commands take up to 1-hour to propagate but guild commands propagate instantly." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:10 +msgid "The guild to sync the commands to. If ``None`` then it syncs all global commands instead." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:14 +msgid "Syncing the commands failed." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:15 +msgid "The client does not have an application ID." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:17 +msgid "The application's commands that got synced." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.sync:18 +msgid "List[:class:`AppCommand`]" +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:3 +msgid "Given an :class:`~discord.Interaction`, calls the matching application command that's being invoked." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:6 +msgid "This is usually called automatically by the library." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:8 +msgid "The interaction to dispatch from." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:11 +msgid "The application command referred to could not be found." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:12 +msgid "The interaction data referred to a parameter that was not found in the application command definition." +msgstr "" + +#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.call:13 +msgid "An error occurred while calling the command." +msgstr "" + +#: ../../interactions/api.rst:426 +msgid "Commands" +msgstr "" + +#: ../../interactions/api.rst:429 +msgid "Command" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:1 +msgid "A class that implements an application command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:3 +msgid "These are usually not created manually, instead they are created using one of the following decorators:" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:6 +msgid ":func:`~discord.app_commands.command`" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:7 +msgid ":meth:`Group.command `" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:8 +msgid ":meth:`CommandTree.command `" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:14 +msgid "The name of the application command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:20 +msgid "The description of the application command. This shows up in the UI to describe the application command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:27 +msgid "The parent application command. ``None`` if there isn't one." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command:29 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.root_parent:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:26 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.root_parent:3 +msgid "Optional[:class:`Group`]" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.callback:1 +msgid "The coroutine that is executed when the command is called." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.callback:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.ContextMenu.callback:3 +msgid ":ref:`coroutine `" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Command.root_parent:1 +msgid "The root parent of this command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:1 +msgid "A decorator that registers a coroutine as a local error handler." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:3 +msgid "The local error handler is called whenever an exception is raised in the body of the command or during handling of the command. The error handler must take 2 parameters, the interaction and the error." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:7 +msgid "The error passed will be derived from :exc:`AppCommandError`." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:9 +msgid "The coroutine to register as the local error handler." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.error:12 +msgid "The coroutine passed is not actually a coroutine." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:1 +msgid "A decorator that registers a coroutine as an autocomplete prompt for a parameter." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:3 +msgid "The coroutine callback must have 3 parameters, the :class:`~discord.Interaction`, the current value by the user (usually either a :class:`str`, :class:`int`, or :class:`float`, depending on the type of the parameter being marked as autocomplete), and then the :class:`Namespace` that represents possible values are partially filled in." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:8 +msgid "The coroutine decorator **must** return a list of :class:`~discord.app_commands.Choice` objects. Only up to 25 objects are supported." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:11 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:4 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:3 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:6 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:13 +msgid "Example:" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:32 +msgid "The parameter name to register as autocomplete." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:35 +msgid "The coroutine passed is not actually a coroutine or the parameter is not found or of an invalid type." +msgstr "" + +#: ../../interactions/api.rst:437 +msgid "ContextMenu" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:1 +msgid "A class that implements a context menu application command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:6 +msgid ":func:`~discord.app_commands.context_menu`" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:7 +msgid ":meth:`CommandTree.command `" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:13 +msgid "The name of the context menu." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:19 +msgid "The type of context menu application command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.ContextMenu:21 +msgid ":class:`.AppCommandType`" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.ContextMenu.callback:1 +msgid "The coroutine that is executed when the context menu is called." +msgstr "" + +#: ../../interactions/api.rst:445 +msgid "Group" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:1 +msgid "A class that implements an application command group." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:3 +msgid "These are usually inherited rather than created manually." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:9 +msgid "The name of the group. If not given, it defaults to a lower-case kebab-case version of the class name." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:16 +msgid "The description of the group. This shows up in the UI to describe the group. If not given, it defaults to the docstring of the class shortened to 100 characters." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group:24 +msgid "The parent group. ``None`` if there isn't one." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.root_parent:1 +msgid "The parent of this group." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.commands:1 +msgid "The commands that this group contains." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.Group.commands:3 +msgid "List[Union[:class:`Command`, :class:`Group`]]" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:3 +msgid "A callback that is called when a child's command raises an :exc:`AppCommandError`." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:5 +msgid "The default implementation does nothing." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.on_error:9 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:16 +msgid "The command that failed." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:1 +msgid "Adds a command or group to this group's internal list of commands." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:3 +msgid "The command or group to add." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:5 +msgid "Whether to override a pre-existing command or group with the same name. If ``False`` then an exception is raised." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:9 +msgid "The command or group is already registered. Note that the :attr:`CommandAlreadyRegistered.guild_id` attribute will always be ``None`` in this case." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:10 +msgid "There are too many commands already registered." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.add_command:11 +msgid "The wrong command type was passed." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:1 +msgid "Removes a command or group from the internal list of commands." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:3 +msgid "The name of the command or group to remove." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:6 +msgid "The command that was removed. If nothing was removed then ``None`` is returned instead." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.remove_command:8 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:8 +msgid "Optional[Union[:class:`~discord.app_commands.Command`, :class:`~discord.app_commands.Group`]]" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:1 +msgid "Retrieves a command or group from its name." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:3 +msgid "The name of the command or group to retrieve." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.get_command:6 +msgid "The command or group that was retrieved. If nothing was found then ``None`` is returned instead." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Group.command:1 +msgid "Creates an application command under this group." +msgstr "" + +#: ../../interactions/api.rst:453 +msgid "Decorators" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.command:1 +msgid "Creates an application command from a regular function." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.context_menu:1 +msgid "Creates a application command context menu from a regular function." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:1 +msgid "Describes the given parameters by their name using the key of the keyword argument as the name." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:13 +msgid "The description of the parameters." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:15 +msgid "The parameter name is not found." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:1 +msgid "Instructs the given parameters by their name to use the given choices for their choices." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:19 +msgid "This is not the only way to provide choices to a command. There are two more ergonomic ways of doing this. The first one is to use a :obj:`typing.Literal` annotation:" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:29 +msgid "The second way is to use an :class:`enum.Enum`:" +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:44 +msgid "The choices of the parameters." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:46 +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:28 +msgid "The parameter name is not found or the parameter type was incorrect." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:1 +msgid "Associates the given parameters with the given autocomplete callback." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:3 +msgid "Autocomplete is only supported on types that have :class:`str`, :class:`int`, or :class:`float` values." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:26 +msgid "The parameters to mark as autocomplete." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:1 +msgid "Associates the given guilds with the command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:3 +msgid "When the command instance is added to a :class:`CommandTree`, the guilds that are specified by this decorator become the default guilds that it's added to rather than being a global command." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:9 +msgid "Due to an implementation quirk and Python limitation, if this is used in conjunction with the :meth:`CommandTree.command` or :meth:`CommandTree.context_menu` decorator then this must go below that decorator." +msgstr "" + +#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.guilds:24 +msgid "The guilds to associate this command with. The command tree will use this as the default when added rather than adding it as a global command." +msgstr "" + +#: ../../interactions/api.rst:474 +msgid "Namespace" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:1 +msgid "An object that holds the parameters being passed to a command in a mostly raw state." +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:3 +msgid "This class is deliberately simple and just holds the option name and resolved value as a simple key-pair mapping. These attributes can be accessed using dot notation. For example, an option with the name of ``example`` can be accessed using ``ns.example``." +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:13 +msgid "Checks if two namespaces are equal by checking if all attributes are equal." +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:16 +msgid "Checks if two namespaces are not equal." +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:18 +msgid "This namespace object converts resolved objects into their appropriate form depending on their type. Consult the table below for conversion information." +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:22 +msgid "Option Type" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:22 +msgid "Resolved Type" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:24 +msgid ":attr:`.AppCommandOptionType.string`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:26 +msgid ":attr:`.AppCommandOptionType.integer`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:28 +msgid ":attr:`.AppCommandOptionType.boolean`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:30 +msgid ":attr:`.AppCommandOptionType.number`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:30 +msgid ":class:`float`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:32 +msgid ":attr:`.AppCommandOptionType.user`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:32 +msgid ":class:`~discord.User` or :class:`~discord.Member`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:34 +msgid ":attr:`.AppCommandOptionType.channel`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:34 +msgid ":class:`.AppCommandChannel` or :class:`.AppCommandThread`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:36 +msgid ":attr:`.AppCommandOptionType.role`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:36 +msgid ":class:`~discord.Role`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:38 +msgid ":attr:`.AppCommandOptionType.mentionable`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:38 +msgid ":class:`~discord.User` or :class:`~discord.Member`, or :class:`~discord.Role`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:40 +msgid ":attr:`.AppCommandOptionType.attachment`" +msgstr "" + +#: ../../../discord/app_commands/namespace.py:docstring of discord.app_commands.namespace.Namespace:40 +msgid ":class:`~discord.Attachment`" +msgstr "" + +#: ../../interactions/api.rst:482 +msgid "Transformers" +msgstr "" + +#: ../../interactions/api.rst:485 +msgid "Transformer" +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer:1 +msgid "The base class that allows a type annotation in an application command parameter to map into a :class:`~discord.AppCommandOptionType` and transform the raw value into one from this type." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer:5 +msgid "This class is customisable through the overriding of :func:`classmethod` in the class and by using it as the second type parameter of the :class:`~discord.app_commands.Transform` class. For example, to convert a string into a custom pair type:" +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:1 +msgid ":class:`~discord.AppCommandOptionType`: The option type associated with this transformer." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:3 +msgid "This must be a :obj:`classmethod`." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:5 +msgid "Defaults to :attr:`~discord.AppCommandOptionType.string`." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:1 +msgid "List[:class:`~discord.ChannelType`]: A list of channel types that are allowed to this parameter." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:3 +msgid "Only valid if the :meth:`type` returns :attr:`~discord.AppCommandOptionType.channel`." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:5 +msgid "Defaults to an empty list." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:1 +msgid "Optional[:class:`int`]: The minimum supported value for this parameter." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:3 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:3 +msgid "Only valid if the :meth:`type` returns :attr:`~discord.AppCommandOptionType.number` or :attr:`~discord.AppCommandOptionType.integer`." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:6 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:6 +msgid "Defaults to ``None``." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:1 +msgid "Optional[:class:`int`]: The maximum supported value for this parameter." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:3 +msgid "Transforms the converted option value into another value." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:5 +msgid "The value passed into this transform function is the same as the one in the :class:`conversion table `." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:8 +msgid "The interaction being handled." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:10 +msgid "The value of the given argument after being resolved. See the :class:`conversion table ` for how certain option types correspond to certain values." +msgstr "" + +#: ../../interactions/api.rst:493 +msgid "Transform" +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transform:1 +msgid "A type annotation that can be applied to a parameter to customise the behaviour of an option type by transforming with the given :class:`Transformer`. This requires the usage of two generic parameters, the first one is the type you're converting to and the second one is the type of the :class:`Transformer` actually doing the transformation." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transform:6 +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:4 +msgid "During type checking time this is equivalent to :obj:`typing.Annotated` so type checkers understand the intent of the code." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transform:9 +msgid "For example usage, check :class:`Transformer`." +msgstr "" + +#: ../../interactions/api.rst:501 +msgid "Range" +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:1 +msgid "A type annotation that can be applied to a parameter to require a numeric type to fit within the range provided." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:7 +msgid "Some example ranges:" +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:9 +msgid "``Range[int, 10]`` means the minimum is 10 with no maximum." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:10 +msgid "``Range[int, None, 10]`` means the maximum is 10 with no minimum." +msgstr "" + +#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Range:11 +msgid "``Range[int, 1, 10]`` means the minimum is 1 and the maximum is 10." +msgstr "" + +#: ../../interactions/api.rst:509 +msgid "Exceptions" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:1 +msgid "The base exception type for all application command related errors." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:3 +msgid "This inherits from :exc:`discord.DiscordException`." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:5 +msgid "This exception and exceptions inherited from it are handled in a special way as they are caught and passed into various error handlers in this order:" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:9 +msgid ":meth:`Command.error `" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:10 +msgid ":meth:`Group.on_error `" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.AppCommandError:11 +msgid ":meth:`CommandTree.on_error `" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:1 +msgid "An exception raised when the command being invoked raised an exception." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:3 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:4 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:3 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandSignatureMismatch:6 +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:3 +msgid "This inherits from :exc:`~discord.app_commands.AppCommandError`." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:9 +msgid "The original exception that was raised. You can also get this via the ``__cause__`` attribute." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:12 +msgid ":exc:`Exception`" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandInvokeError:18 +msgid "Union[:class:`Command`, :class:`ContextMenu`]" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:1 +msgid "An exception raised when a :class:`Transformer` or type annotation fails to convert to its target type." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:8 +msgid "If the transformer raises a custom :exc:`AppCommandError` then it will be propagated rather than wrapped into this exception." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:15 +msgid "The value that failed to convert." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:17 +msgid "Any" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:21 +msgid "The type of argument that failed to convert." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:27 +msgid "The transformer that failed the conversion." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:29 +msgid "Type[:class:`Transformer`]" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:1 +msgid "An exception raised when a command is already registered." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:9 +msgid "The name of the command already registered." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandAlreadyRegistered:15 +msgid "The guild ID this command was already registered at. If ``None`` then it was a global command." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandSignatureMismatch:1 +msgid "An exception raised when an application command from Discord has a different signature from the one provided in the code. This happens because your command definition differs from the command definition you provided Discord. Either your code is out of date or the data from Discord is out of sync." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandSignatureMismatch:12 +msgid "The command that had the signature mismatch." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandSignatureMismatch:14 +msgid "Union[:class:`~.app_commands.Command`, :class:`~.app_commands.ContextMenu`, :class:`~.app_commands.Group`]" +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:1 +msgid "An exception raised when an application command could not be found." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:9 +msgid "The name of the application command not found." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:15 +msgid "A list of parent command names that were previously found prior to the application command not being found." +msgstr "" + +#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CommandNotFound:22 +msgid "The type of command that was not found." +msgstr "" + +#: ../../interactions/api.rst:530 +msgid "Exception Hierarchy" +msgstr "" + +#: ../../interactions/api.rst:539 +msgid ":exc:`~discord.DiscordException`" +msgstr "" + +#: ../../interactions/api.rst:539 +msgid ":exc:`~discord.app_commands.AppCommandError`" +msgstr "" + +#: ../../interactions/api.rst:536 +msgid ":exc:`~discord.app_commands.CommandInvokeError`" +msgstr "" + +#: ../../interactions/api.rst:537 +msgid ":exc:`~discord.app_commands.TransformerError`" +msgstr "" + +#: ../../interactions/api.rst:538 +msgid ":exc:`~discord.app_commands.CommandAlreadyRegistered`" +msgstr "" + +#: ../../interactions/api.rst:539 +msgid ":exc:`~discord.app_commands.CommandSignatureMismatch`" +msgstr "" + +#: ../../interactions/api.rst:540 +msgid ":exc:`~discord.app_commands.CommandNotFound`" +msgstr "" + diff --git a/docs/locale/ja/LC_MESSAGES/intro.po b/docs/locale/ja/LC_MESSAGES/intro.po index 0354f1da6..941698c02 100644 --- a/docs/locale/ja/LC_MESSAGES/intro.po +++ b/docs/locale/ja/LC_MESSAGES/intro.po @@ -1,27 +1,28 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: intro.pot\n" +"X-Crowdin-File-ID: 80\n" +"Language: ja_JP\n" #: ../../intro.rst:8 msgid "Introduction" msgstr "はじめに" #: ../../intro.rst:10 -msgid "" -"This is the documentation for discord.py, a library for Python to aid in " -"creating applications that utilise the Discord API." +msgid "This is the documentation for discord.py, a library for Python to aid in creating applications that utilise the Discord API." msgstr "これはDiscord APIを利用したアプリケーションを作成するのに便利なPythonライブラリ、discord.pyのドキュメントです。" #: ../../intro.rst:14 @@ -29,14 +30,8 @@ msgid "Prerequisites" msgstr "前提" #: ../../intro.rst:16 -#, fuzzy -msgid "" -"discord.py works with Python 3.8 or higher. Support for earlier versions " -"of Python is not provided. Python 2.7 or lower is not supported. Python " -"3.7 or lower is not supported." -msgstr "" -"discord.pyは3.5.3以降のバージョンのPythonで動作します。Python2.7のような旧バージョンはサポートされていません。Python3.4以下は依存関係にあるライブラリ" -" (:doc:`aiohttp `) がサポートされていないため、サポートしていません。" +msgid "discord.py works with Python 3.8 or higher. Support for earlier versions of Python is not provided. Python 2.7 or lower is not supported. Python 3.7 or lower is not supported." +msgstr "discord.py は Python 3.8 以降で動作します。それ以前のPython に対するサポートは提供されていません。 Python 2.7 以下はサポートされていません。Python 3.7 以下はサポートされていません。" #: ../../intro.rst:23 msgid "Installing" @@ -51,17 +46,11 @@ msgid "If you are using Windows, then the following should be used instead: ::" msgstr "Windowsを使用している場合は、以下のコマンドで実行してください。" #: ../../intro.rst:34 -msgid "" -"To get voice support, you should use ``discord.py[voice]`` instead of " -"``discord.py``, e.g. ::" -msgstr "" -"音声のサポートが必要な場合は、 ``discord.py`` ではなく、以下の例のように ``discord.py[voice]`` " -"を使うべきです。" +msgid "To get voice support, you should use ``discord.py[voice]`` instead of ``discord.py``, e.g. ::" +msgstr "音声のサポートが必要な場合は、 ``discord.py`` ではなく、以下の例のように ``discord.py[voice]`` を使うべきです。" #: ../../intro.rst:38 -msgid "" -"On Linux environments, installing voice requires getting the following " -"dependencies:" +msgid "On Linux environments, installing voice requires getting the following dependencies:" msgstr "Linux環境では、依存関係にある以下のライブラリが必要になるので注意してください。" #: ../../intro.rst:40 @@ -77,9 +66,7 @@ msgid "`python3-dev `_" msgstr "`python3-dev `_" #: ../../intro.rst:44 -msgid "" -"For a Debian-based system, the following command will get these " -"dependencies:" +msgid "For a Debian-based system, the following command will get these dependencies:" msgstr "Debianベースのシステムでは、次のコマンドで依存関係にあるライブラリを取得できます。" #: ../../intro.rst:50 @@ -91,15 +78,8 @@ msgid "Virtual Environments" msgstr "仮想環境" #: ../../intro.rst:55 -#, fuzzy -msgid "" -"Sometimes you want to keep libraries from polluting system installs or " -"use a different version of libraries than the ones installed on the " -"system. You might also not have permissions to install libraries system-" -"wide. For this purpose, the standard library as of Python 3.3 comes with " -"a concept called \"Virtual Environment\"s to help maintain these separate" -" versions." -msgstr "システムへのインストールをライブラリによって汚したくない場合や、現在インストールされているシステムとは異なるバージョンのライブラリを使用したい場合があります。または、システムへのライブラリのインストール権限がない場合などです。こういった目的のため、Python3.3の標準ライブラリには、このように別々のバージョンを保持したい場合のために、「仮想環境」というものが用意されています。" +msgid "Sometimes you want to keep libraries from polluting system installs or use a different version of libraries than the ones installed on the system. You might also not have permissions to install libraries system-wide. For this purpose, the standard library as of Python 3.3 comes with a concept called \"Virtual Environment\"s to help maintain these separate versions." +msgstr "システムにインストールされている環境をライブラリで汚したくない場合や、現在システムにインストールされているものとは別のバージョンのライブラリを利用したい場合があると思います。システムへライブラリをインストールする権限がない場合などもです。こういった要望に応えるため、Python3.3の標準ライブラリには異なるバージョンの管理を補助する「仮想環境」と呼ばれる概念が追加されました。" #: ../../intro.rst:60 msgid "A more in-depth tutorial is found on :doc:`py:tutorial/venv`." @@ -134,14 +114,8 @@ msgid "Basic Concepts" msgstr "基本概念" #: ../../intro.rst:94 -msgid "" -"discord.py revolves around the concept of :ref:`events `. An event is something you listen to and then respond to. For " -"example, when a message happens, you will receive an event about it that " -"you can respond to." -msgstr "" -"discord.pyは :ref:`イベント ` " -"の概念を中心としています。イベントは何かを受け取り、それに対する応答を行います。例えば、メッセージが発生すると、メッセージの発生に関連するイベントを受け取り、そのイベントに対して応答を返すことができます。" +msgid "discord.py revolves around the concept of :ref:`events `. An event is something you listen to and then respond to. For example, when a message happens, you will receive an event about it that you can respond to." +msgstr "discord.pyは :ref:`イベント ` の概念を中心としています。イベントは何かを受け取り、それに対する応答を行います。例えば、メッセージが発生すると、メッセージの発生に関連するイベントを受け取り、そのイベントに対して応答を返すことができます。" #: ../../intro.rst:98 msgid "A quick example to showcase how events work:" diff --git a/docs/locale/ja/LC_MESSAGES/logging.po b/docs/locale/ja/LC_MESSAGES/logging.po index 85cc2f89f..db365ec91 100644 --- a/docs/locale/ja/LC_MESSAGES/logging.po +++ b/docs/locale/ja/LC_MESSAGES/logging.po @@ -1,77 +1,47 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-23 22:41-0400\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: logging.pot\n" +"X-Crowdin-File-ID: 84\n" +"Language: ja_JP\n" -#: ../../logging.rst:5 +#: ../../logging.rst:7 msgid "Setting Up Logging" msgstr "ログの設定" -#: ../../logging.rst:7 -msgid "" -"*discord.py* logs errors and debug information via the :mod:`logging` " -"python module. It is strongly recommended that the logging module is " -"configured, as no errors or warnings will be output if it is not set up. " -"Configuration of the ``logging`` module can be as simple as::" -msgstr "" -"*discord.py* はPythonの :mod:`logging` " -"モジュールを介してエラーやデバッグの情報を記録します。loggingモジュールが設定されていない場合は、エラーや警告が出力されないため、設定するとを強くおすすめします。loggingモジュールの設定は下記手順で簡単に実装が可能です。" +#: ../../logging.rst:9 +msgid "*discord.py* logs errors and debug information via the :mod:`logging` python module. It is strongly recommended that the logging module is configured, as no errors or warnings will be output if it is not set up. Configuration of the ``logging`` module can be as simple as::" +msgstr "*discord.py* はPythonの :mod:`logging` モジュールを介してエラーやデバッグの情報を記録します。loggingモジュールが設定されていない場合は、エラーや警告が出力されないため、設定することを強くおすすめします。loggingモジュールの設定は下記手順で簡単に実装が可能です。" -#: ../../logging.rst:16 -#, fuzzy -msgid "" -"Placed at the start of the application. This will output the logs from " -"discord as well as other libraries that use the ``logging`` module " -"directly to the console." -msgstr "" -"アプリケーションの始めにこれを書き加えるだけです。これはdiscordからのログを ``logging`` " -"モジュールを用いた他のライブラリ同様、コンソールに出力します。" +#: ../../logging.rst:18 +msgid "Placed at the start of the application. This will output the logs from discord as well as other libraries that use the ``logging`` module directly to the console." +msgstr "アプリケーションの最初の部分にこれを書き加えるだけです。これは他の ``logging`` モジュールを用いたライブラリ同様、discordからのログをコンソールに出力します。" -#: ../../logging.rst:20 -#, fuzzy -msgid "" -"The optional ``level`` argument specifies what level of events to log out" -" and can be any of ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, and " -"``DEBUG`` and if not specified defaults to ``WARNING``." -msgstr "" -"オプションである ``level`` の引数は出力するイベントのレベルを指定するためのもので、 ``CRITICAL``, ``ERROR``, " -"``WARNING``, ``INFO`` そして ``DEBUG`` を指定することが可能です。指定されていない場合はデフォルトである " -"``WARNING`` に設定されます。" +#: ../../logging.rst:22 +msgid "The optional ``level`` argument specifies what level of events to log out and can be any of ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, and ``DEBUG`` and if not specified defaults to ``WARNING``." +msgstr "オプションである ``level`` の引数は出力するイベントのレベルを指定するためのもので、 ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO`` そして ``DEBUG`` を指定することが可能です。指定されていない場合はデフォルトである ``WARNING`` に設定されます。" -#: ../../logging.rst:24 -#, fuzzy -msgid "" -"More advanced setups are possible with the :mod:`logging` module. For " -"example to write the logs to a file called ``discord.log`` instead of " -"outputting them to the console the following snippet can be used::" -msgstr "" -"また、 :mod:`logging` モジュールでは更に高度な設定が可能です。たとえば、コンソールへ出力するのではなく、 " -"``discord.log`` というファイルにログを出力するには、以下のスニペットが利用できます。" +#: ../../logging.rst:26 +msgid "More advanced setups are possible with the :mod:`logging` module. For example to write the logs to a file called ``discord.log`` instead of outputting them to the console the following snippet can be used::" +msgstr "また、 :mod:`logging` モジュールでは更に高度な設定が可能です。たとえば、コンソールではなく ``discord.log`` というファイルにログを出力するには、以下のスニペットが利用できます。" -#: ../../logging.rst:37 -#, fuzzy -msgid "" -"This is recommended, especially at verbose levels such as ``INFO`` and " -"``DEBUG``, as there are a lot of events logged and it would clog the " -"stdout of your program." -msgstr "" -"特に、 ``INFO`` や ``DEBUG`` " -"といった冗長なイベントレベルを設定している場合、プログラムの標準出力をつまらせてしまう原因になるため、ファイルへの出力が推奨されます。" +#: ../../logging.rst:39 +msgid "This is recommended, especially at verbose levels such as ``INFO`` and ``DEBUG``, as there are a lot of events logged and it would clog the stdout of your program." +msgstr "特に、 ``INFO`` や ``DEBUG`` といった冗長なイベントレベルを設定している場合、プログラムの標準出力をつまらせてしまう原因になるため、ファイルへの出力が推奨されます。" -#: ../../logging.rst:43 -msgid "" -"For more information, check the documentation and tutorial of the " -":mod:`logging` module." +#: ../../logging.rst:45 +msgid "For more information, check the documentation and tutorial of the :mod:`logging` module." msgstr "詳細は、:mod:`logging` モジュールのドキュメントを参照してください。" diff --git a/docs/locale/ja/LC_MESSAGES/migrating.po b/docs/locale/ja/LC_MESSAGES/migrating.po index febe8f4e8..c2bd14c4d 100644 --- a/docs/locale/ja/LC_MESSAGES/migrating.po +++ b/docs/locale/ja/LC_MESSAGES/migrating.po @@ -1,2548 +1,4340 @@ +msgid "" +msgstr "" +"Project-Id-Version: discordpy\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:47\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" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: migrating.pot\n" +"X-Crowdin-File-ID: 78\n" +"Language: ja_JP\n" + +#: ../../migrating.rst:6 +msgid "Migrating to v2.0" +msgstr "V2.0への移行" + +#: ../../migrating.rst:8 +msgid "Compared to v1.0, v2.0 mostly has breaking changes related to better developer experience and API coverage. While the changes aren't as massive to require an entire rewrite, there are still many changes that need to be accounted for." +msgstr "v1.0と比較して、v2.0は主に開発のしやすさとAPIの対応に関連する破壊的変更があります。変更はコードすべての書き換えを必要とするほどの大規模なものではありませんが、少し書き換えが必要になる変更は多くあります。" + +#: ../../migrating.rst:12 +#: ../../migrating.rst:1219 +msgid "Python Version Change" +msgstr "Pythonのバージョンの変更" + +#: ../../migrating.rst:14 +msgid "In order to ease development, maintain security updates, and use newer features **v2.0 drops support for Python 3.7 and earlier**." +msgstr "開発を容易にするために、セキュリティ関連の更新を維持するために、また新しい機能を使用するために **v2.0はPython 3.7以前をサポートしなくなりました** 。" + +#: ../../migrating.rst:19 +msgid "Removal of Support For User Accounts" +msgstr "ユーザーアカウント(セルフボット)のサポートの削除" + +#: ../../migrating.rst:21 +msgid "Logging on with a user token is against the Discord `Terms of Service `_ and as such all support for user-only endpoints has been removed." +msgstr "ユーザートークンを用いてのログインはDiscordの `利用規約 `_ に反しているため、ユーザーのみのエンドポイントに対するサポートはすべて削除されました。" + +#: ../../migrating.rst:24 +#: ../../migrating.rst:978 +msgid "The following have been removed:" +msgstr "以下の機能は削除されました。" + +#: ../../migrating.rst:26 +msgid "``bot`` parameter to :meth:`Client.login` and :meth:`Client.start`" +msgstr ":meth:`Client.login` と :meth:`Client.start` の ``bot`` パラメータ" + +#: ../../migrating.rst:27 +msgid "``afk`` parameter to :meth:`Client.change_presence`" +msgstr ":meth:`Client.change_presence` の ``afk`` パラメータ" + +#: ../../migrating.rst:28 +msgid "``password``, ``new_password``, ``email``, and ``house`` parameters to :meth:`ClientUser.edit`" +msgstr ":meth:`ClientUser.edit` の ``password``, ``new_password``, ``email``, ``house`` パラメータ" + +#: ../../migrating.rst:29 +msgid "``CallMessage`` model" +msgstr "``CallMessage`` モデル" + +#: ../../migrating.rst:30 +msgid "``GroupCall`` model" +msgstr "``GroupCall`` モデル" + +#: ../../migrating.rst:31 +msgid "``Profile`` model" +msgstr "``Profile`` モデル" + +#: ../../migrating.rst:32 +msgid "``Relationship`` model" +msgstr "``Relationship`` モデル" + +#: ../../migrating.rst:33 +msgid "``RelationshipType`` enumeration" +msgstr "列挙型 ``RelationshipType``" + +#: ../../migrating.rst:34 +msgid "``HypeSquadHouse`` enumeration" +msgstr "列挙型 ``HypeSquadHouse``" + +#: ../../migrating.rst:35 +msgid "``PremiumType`` enumeration" +msgstr "列挙型 ``PremiumType``" + +#: ../../migrating.rst:36 +msgid "``UserContentFilter`` enumeration" +msgstr "列挙型 ``UserContentFilter``" + +#: ../../migrating.rst:37 +msgid "``FriendFlags`` enumeration" +msgstr "列挙型 ``FriendFlags``" + +#: ../../migrating.rst:38 +msgid "``Theme`` enumeration" +msgstr "列挙型 ``Theme``" + +#: ../../migrating.rst:39 +msgid "``on_relationship_add`` event" +msgstr "``on_relationship_add`` イベント" + +#: ../../migrating.rst:40 +msgid "``on_relationship_remove`` event" +msgstr "``on_relationship_remove`` イベント" + +#: ../../migrating.rst:41 +msgid "``on_relationship_update`` event" +msgstr "``on_relationship_update`` イベント" + +#: ../../migrating.rst:42 +msgid "``Client.fetch_user_profile`` method" +msgstr "``Client.fetch_user_profile`` メソッド" + +#: ../../migrating.rst:43 +msgid "``ClientUser.create_group`` method" +msgstr "``ClientUser.create_group`` メソッド" + +#: ../../migrating.rst:44 +msgid "``ClientUser.edit_settings`` method" +msgstr "``ClientUser.edit_settings`` メソッド" + +#: ../../migrating.rst:45 +msgid "``ClientUser.get_relationship`` method" +msgstr "``ClientUser.get_relationship`` メソッド" + +#: ../../migrating.rst:46 +msgid "``GroupChannel.add_recipients`` method" +msgstr "``GroupChannel.add_recipients`` メソッド" + +#: ../../migrating.rst:47 +msgid "``GroupChannel.remove_recipients`` method" +msgstr "``GroupChannel.remove_recipients`` メソッド" + +#: ../../migrating.rst:48 +msgid "``GroupChannel.edit`` method" +msgstr "``GroupChannel.edit`` メソッド" + +#: ../../migrating.rst:49 +msgid "``Guild.ack`` method" +msgstr "``Guild.ack`` メソッド" + +#: ../../migrating.rst:50 +msgid "``Message.ack`` method" +msgstr "``Message.ack`` メソッド" + +#: ../../migrating.rst:51 +msgid "``User.block`` method" +msgstr "``User.block`` メソッド" + +#: ../../migrating.rst:52 +msgid "``User.is_blocked`` method" +msgstr "``User.is_blocked`` メソッド" + +#: ../../migrating.rst:53 +msgid "``User.is_friend`` method" +msgstr "``User.is_friend`` メソッド" + +#: ../../migrating.rst:54 +msgid "``User.profile`` method" +msgstr "``User.profile`` メソッド" + +#: ../../migrating.rst:55 +msgid "``User.remove_friend`` method" +msgstr "``User.remove_friend`` メソッド" + +#: ../../migrating.rst:56 +msgid "``User.send_friend_request`` method" +msgstr "``User.send_friend_request`` メソッド" + +#: ../../migrating.rst:57 +msgid "``User.unblock`` method" +msgstr "``User.unblock`` メソッド" + +#: ../../migrating.rst:58 +msgid "``ClientUser.blocked`` attribute" +msgstr "``ClientUser.blocked`` 属性" + +#: ../../migrating.rst:59 +msgid "``ClientUser.email`` attribute" +msgstr "``ClientUser.email`` 属性" + +#: ../../migrating.rst:60 +msgid "``ClientUser.friends`` attribute" +msgstr "``ClientUser.friends`` 属性" + +#: ../../migrating.rst:61 +msgid "``ClientUser.premium`` attribute" +msgstr "``ClientUser.premium`` 属性" + +#: ../../migrating.rst:62 +msgid "``ClientUser.premium_type`` attribute" +msgstr "``ClientUser.premium_type`` 属性" + +#: ../../migrating.rst:63 +msgid "``ClientUser.relationships`` attribute" +msgstr "``ClientUser.relationships`` 属性" + +#: ../../migrating.rst:64 +msgid "``Message.call`` attribute" +msgstr "``Message.call`` 属性" + +#: ../../migrating.rst:65 +msgid "``User.mutual_friends`` attribute" +msgstr "``User.mutual_friends`` 属性" + +#: ../../migrating.rst:66 +msgid "``User.relationship`` attribute" +msgstr "``User.relationship`` 属性" + +#: ../../migrating.rst:69 +msgid "Abstract Base Classes Changes" +msgstr "抽象基底クラスの変更" + +#: ../../migrating.rst:71 +msgid ":ref:`discord_api_abcs` that inherited from :class:`abc.ABCMeta` now inherit from :class:`typing.Protocol`." +msgstr ":ref:`discord_api_abcs` は :class:`abc.ABCMeta` を継承していましたが、 :class:`typing.Protocol` を継承するようになりました。" + +#: ../../migrating.rst:73 +msgid "This results in a change of the base metaclass used by these classes but this should generally be completely transparent to the user." +msgstr "これにより、これらのクラスが使用する基幹メタクラスが変更されますが、一般的にこの変更はユーザーに対して完全に透過的であるべきです。" + +#: ../../migrating.rst:76 +msgid "All of the classes are either :func:`runtime-checkable ` protocols or explicitly inherited from and as such usage with :func:`isinstance` and :func:`issubclass` is not affected." +msgstr "すべてのクラスは :func:`runtime-checkable ` プロトコルであるか明示的に継承されているので、 :func:`isinstance` and :func:`issubclass` の使用には影響を与えません。" + +#: ../../migrating.rst:79 +msgid "The following have been changed to :func:`runtime-checkable ` :class:`~typing.Protocol`\\s:" +msgstr "以下のクラスは :func:`runtime-checkable ` な :class:`~typing.Protocol` に変更されました:" + +#: ../../migrating.rst:81 +msgid ":class:`abc.Snowflake`" +msgstr ":class:`abc.Snowflake`" + +#: ../../migrating.rst:82 +msgid ":class:`abc.User`" +msgstr ":class:`abc.User`" + +#: ../../migrating.rst:83 +msgid ":class:`abc.PrivateChannel`" +msgstr ":class:`abc.PrivateChannel`" + +#: ../../migrating.rst:85 +msgid "The following have been changed to subclass :class:`~typing.Protocol`:" +msgstr "以下のクラスは :class:`~typing.Protocol` のサブクラスに変更されました:" + +#: ../../migrating.rst:87 +msgid ":class:`abc.GuildChannel`" +msgstr ":class:`abc.GuildChannel`" + +#: ../../migrating.rst:88 +msgid ":class:`abc.Connectable`" +msgstr ":class:`abc.Connectable`" + +#: ../../migrating.rst:90 +msgid "The following have been changed to use the default metaclass instead of :class:`abc.ABCMeta`:" +msgstr "以下のクラスは :class:`abc.ABCMeta` の代わりにデフォルトのメタクラスを使用するよう変更されました:" + +#: ../../migrating.rst:92 +msgid ":class:`abc.Messageable`" +msgstr ":class:`abc.Messageable`" + +#: ../../migrating.rst:95 +msgid "``datetime`` Objects Are Now UTC-Aware" +msgstr "``datetime`` オブジェクトはUTC-Awareに" + +#: ../../migrating.rst:97 +msgid "All usage of naive :class:`datetime.datetime` objects in the library has been replaced with aware objects using UTC timezone. Methods that accepted naive :class:`~datetime.datetime` objects now also accept timezone-aware objects. To keep behavior inline with :class:`~datetime.datetime`'s methods, this library's methods now assume that naive :class:`~datetime.datetime` objects are local time (note that some of the methods may not accept naive :class:`~datetime.datetime`, such exceptions are listed below)." +msgstr "ライブラリ内でのnaiveな :class:`datetime.datetime` オブジェクトはUTCタイムゾーンを使用したawareなものへ置き換えられました。naiveな :class:`~datetime.datetime` オブジェクトを受け取るメソッドは、 timezone-awareなオブジェクトも受け取るようになりました。 :class:`~datetime.datetime` のメソッドと同じように動作するよう、このライブラリのメソッドは naiveな :class:`~datetime.datetime` オブジェクトがローカルタイムを表すものと仮定するようになりました。(いくつかのメソッドは naiveな :class:`~datetime.datetime` を受け入れないことに注意してください。それを示す例外は下の方に記述してあります)" + +#: ../../migrating.rst:103 +msgid "Because naive :class:`~datetime.datetime` objects are treated by many of its methods as local times, the previous behavior was more likely to result in programming errors with their usage." +msgstr "naiveな :class:`~datetime.datetime` が多くのメソッドからローカルタイムを表すものとして扱われるため、従来の動作では使用時にプログラムのエラーを引き起こす可能性が高かったのです。" + +#: ../../migrating.rst:106 +msgid "To ease the migration :func:`utils.utcnow` helper function has been added." +msgstr "移行を用意にするため、 :func:`utils.utcnow` ヘルパー関数が追加されました。" + +#: ../../migrating.rst:109 +msgid "Using :meth:`datetime.datetime.utcnow` can be problematic since it returns a naive UTC ``datetime`` object." +msgstr ":meth:`datetime.datetime.utcnow` を使用するとnaiveな UTC ``datetime`` オブジェクトが返されるため、問題が発生します。" + +#: ../../migrating.rst:111 +#: ../../migrating.rst:544 +#: ../../migrating.rst:637 +#: ../../migrating.rst:1104 +msgid "Quick example:" +msgstr "簡単な例:" + +#: ../../migrating.rst:128 +msgid "The following have been changed from naive to aware :class:`~datetime.datetime` objects in UTC:" +msgstr "以下はnaiveな :class:`~datetime.datetime` から UTC-awareなものへ変更されました:" + +#: ../../migrating.rst:130 +msgid ":attr:`AuditLogEntry.created_at` attribute" +msgstr ":attr:`AuditLogEntry.created_at` 属性" + +#: ../../migrating.rst:131 +msgid ":attr:`BaseActivity.created_at` attribute" +msgstr ":attr:`BaseActivity.created_at` 属性" + +#: ../../migrating.rst:132 +msgid ":attr:`ClientUser.created_at` attribute" +msgstr ":attr:`ClientUser.created_at` 属性" + +#: ../../migrating.rst:133 +msgid ":attr:`DMChannel.created_at` attribute" +msgstr ":attr:`DMChannel.created_at` 属性" + +#: ../../migrating.rst:134 +msgid ":attr:`Emoji.created_at` attribute" +msgstr ":attr:`Emoji.created_at` 属性" + +#: ../../migrating.rst:135 +msgid ":attr:`GroupChannel.created_at` attribute" +msgstr ":attr:`GroupChannel.created_at` 属性" + +#: ../../migrating.rst:136 +msgid ":attr:`Guild.created_at` attribute" +msgstr ":attr:`Guild.created_at` 属性" + +#: ../../migrating.rst:137 +msgid ":attr:`abc.GuildChannel.created_at` attribute" +msgstr ":attr:`abc.GuildChannel.created_at` 属性" + +#: ../../migrating.rst:138 +msgid ":attr:`Invite.created_at` attribute" +msgstr ":attr:`Invite.created_at` 属性" + +#: ../../migrating.rst:139 +msgid ":attr:`Object.created_at` attribute" +msgstr ":attr:`Object.created_at` 属性" + +#: ../../migrating.rst:140 +msgid ":attr:`Member.created_at` attribute" +msgstr ":attr:`Member.created_at` 属性" + +#: ../../migrating.rst:141 +msgid ":attr:`Message.created_at` attribute" +msgstr ":attr:`Message.created_at` 属性" + +#: ../../migrating.rst:142 +msgid ":attr:`PartialEmoji.created_at` attribute" +msgstr ":attr:`PartialEmoji.created_at` 属性" + +#: ../../migrating.rst:143 +msgid ":attr:`PartialInviteChannel.created_at` attribute" +msgstr ":attr:`PartialInviteChannel.created_at` 属性" + +#: ../../migrating.rst:144 +msgid ":attr:`PartialInviteGuild.created_at` attribute" +msgstr ":attr:`PartialInviteGuild.created_at` 属性" + +#: ../../migrating.rst:145 +msgid ":attr:`PartialMessage.created_at` attribute" +msgstr ":attr:`PartialMessage.created_at` 属性" + +#: ../../migrating.rst:146 +msgid ":attr:`Role.created_at` attribute" +msgstr ":attr:`Role.created_at` 属性" + +#: ../../migrating.rst:147 +msgid ":attr:`Spotify.created_at` attribute" +msgstr ":attr:`Spotify.created_at` 属性" + +#: ../../migrating.rst:148 +msgid ":attr:`Sticker.created_at` attribute" +msgstr ":attr:`Sticker.created_at` 属性" + +#: ../../migrating.rst:149 +msgid ":attr:`TeamMember.created_at` attribute" +msgstr ":attr:`TeamMember.created_at` 属性" + +#: ../../migrating.rst:150 +msgid ":attr:`Template.created_at` attribute" +msgstr ":attr:`Template.created_at` 属性" + +#: ../../migrating.rst:151 +msgid ":attr:`User.created_at` attribute" +msgstr ":attr:`User.created_at` 属性" + +#: ../../migrating.rst:152 +msgid ":attr:`Webhook.created_at` attribute" +msgstr ":attr:`Webhook.created_at` 属性" + +#: ../../migrating.rst:153 +msgid ":attr:`Widget.created_at` attribute" +msgstr ":attr:`Widget.created_at` 属性" + +#: ../../migrating.rst:154 +msgid ":attr:`WidgetChannel.created_at` attribute" +msgstr ":attr:`WidgetChannel.created_at` 属性" + +#: ../../migrating.rst:155 +msgid ":attr:`WidgetMember.created_at` attribute" +msgstr ":attr:`WidgetMember.created_at` 属性" + +#: ../../migrating.rst:156 +msgid ":attr:`Message.edited_at` attribute" +msgstr ":attr:`Message.edited_at` 属性" + +#: ../../migrating.rst:157 +msgid ":attr:`Invite.expires_at` attribute" +msgstr ":attr:`Invite.expires_at` 属性" + +#: ../../migrating.rst:158 +msgid ":attr:`Activity.end` attribute" +msgstr ":attr:`Activity.end` 属性" + +#: ../../migrating.rst:159 +msgid ":attr:`Game.end` attribute" +msgstr ":attr:`Game.end` 属性" + +#: ../../migrating.rst:160 +msgid ":attr:`Spotify.end` attribute" +msgstr ":attr:`Spotify.end` 属性" + +#: ../../migrating.rst:161 +msgid ":attr:`Member.joined_at` attribute" +msgstr ":attr:`Member.joined_at` 属性" + +#: ../../migrating.rst:162 +msgid ":attr:`Member.premium_since` attribute" +msgstr ":attr:`Member.premium_since` 属性" + +#: ../../migrating.rst:163 +msgid ":attr:`VoiceState.requested_to_speak_at` attribute" +msgstr ":attr:`VoiceState.requested_to_speak_at` 属性" + +#: ../../migrating.rst:164 +msgid ":attr:`Activity.start` attribute" +msgstr ":attr:`Activity.start` 属性" + +#: ../../migrating.rst:165 +msgid ":attr:`Game.start` attribute" +msgstr ":attr:`Game.start` 属性" + +#: ../../migrating.rst:166 +msgid ":attr:`Spotify.start` attribute" +msgstr ":attr:`Spotify.start` 属性" + +#: ../../migrating.rst:167 +msgid ":attr:`StreamIntegration.synced_at` attribute" +msgstr ":attr:`StreamIntegration.synced_at` 属性" + +#: ../../migrating.rst:168 +msgid ":attr:`Embed.timestamp` attribute" +msgstr ":attr:`Embed.timestamp` 属性" + +#: ../../migrating.rst:169 +msgid ":attr:`Template.updated_at` attribute" +msgstr ":attr:`Template.updated_at` 属性" + +#: ../../migrating.rst:170 +msgid "``timestamp`` parameter in :func:`on_typing` event" +msgstr ":func:`on_typing` イベントの ``timestamp`` 引数" + +#: ../../migrating.rst:171 +msgid "``last_pin`` parameter in :func:`on_private_channel_pins_update` event" +msgstr ":func:`on_private_channel_pins_update` イベントの ``last_pin`` 引数" + +#: ../../migrating.rst:172 +msgid "``last_pin`` parameter in :func:`on_guild_channel_pins_update` event" +msgstr ":func:`on_guild_channel_pins_update` イベントの ``last_pin`` 引数" + +#: ../../migrating.rst:173 +msgid "Return type of :func:`utils.snowflake_time`" +msgstr ":func:`utils.snowflake_time` の戻り値" + +#: ../../migrating.rst:175 +msgid "The following now accept aware :class:`~datetime.datetime` and assume that if the passed :class:`~datetime.datetime` is naive, it is a local time:" +msgstr "以下はawareな :class:`~datetime.datetime` を受け入れ、渡された :class:`~datetime.datetime` がnaiveであればそれをローカルタイムを表すものと仮定するようになりました:" + +#: ../../migrating.rst:177 +msgid ":meth:`abc.Messageable.history` method" +msgstr ":meth:`abc.Messageable.history` メソッド" + +#: ../../migrating.rst:178 +msgid ":meth:`Client.fetch_guilds` method" +msgstr ":meth:`Client.fetch_guilds` メソッド" + +#: ../../migrating.rst:179 +msgid ":meth:`Guild.audit_logs` method" +msgstr ":meth:`Guild.audit_logs` メソッド" + +#: ../../migrating.rst:180 +msgid ":meth:`Guild.fetch_members` method" +msgstr ":meth:`Guild.fetch_members` メソッド" + +#: ../../migrating.rst:181 +msgid ":meth:`TextChannel.purge` method" +msgstr ":meth:`TextChannel.purge` メソッド" + +#: ../../migrating.rst:182 +msgid ":attr:`Embed` constructor" +msgstr ":attr:`Embed` のコンストラクタ" + +#: ../../migrating.rst:183 +msgid ":attr:`Embed.timestamp` property setter" +msgstr ":attr:`Embed.timestamp` プロパティのセッター" + +#: ../../migrating.rst:184 +msgid ":func:`utils.sleep_until` function" +msgstr ":func:`utils.sleep_until` 関数" + +#: ../../migrating.rst:185 +msgid "``utils.time_snowflake`` function" +msgstr "``utils.time_snowflake`` 関数" + +#: ../../migrating.rst:187 +msgid "Currently, there's only one place in this library that doesn't accept naive :class:`datetime.datetime` objects:" +msgstr "今のところ、このライブラリにはnaiveな :class:`datetime.datetime` オブジェクトを受け入れない場所は1つしかありません:" + +#: ../../migrating.rst:189 +msgid "``timed_out_until`` parameter in :meth:`Member.edit`" +msgstr ":meth:`Member.edit` の ``timed_out_until`` 引数" + +#: ../../migrating.rst:191 +msgid "This has been done to prevent users from mistakenly applying incorrect timeouts to guild members." +msgstr "これはユーザーがギルドメンバーに誤ったタイムアウトを適用することを防ぐために行われました。" + +#: ../../migrating.rst:194 +msgid "Major Webhook Changes" +msgstr "主なWebhookの変更" + +#: ../../migrating.rst:196 +msgid "Webhook support has been rewritten to work better with typings and rate limits." +msgstr "Webhookのサポートは、タイピングとレート制限でより良い動作をするように書き換えられています。" + +#: ../../migrating.rst:198 +msgid "As a result, synchronous functionality has been split to separate classes." +msgstr "その結果、同期的な機能は個別のクラスへと分割されました。" + +#: ../../migrating.rst:200 +msgid "Quick example for asynchronous webhooks:" +msgstr "非同期的なWebhookの簡単な例:" + +#: ../../migrating.rst:214 +msgid "Quick example for synchronous webhooks:" +msgstr "同期的なWebhookの簡単な例:" + +#: ../../migrating.rst:226 +#: ../../migrating.rst:598 +#: ../../migrating.rst:622 +msgid "The following breaking changes have been made:" +msgstr "以下の破壊的変更が行われました。" + +#: ../../migrating.rst:228 +msgid "Synchronous functionality of :class:`Webhook` and :class:`WebhookMessage` has been split to :class:`SyncWebhook` and :class:`SyncWebhookMessage`." +msgstr ":class:`Webhook` と :class:`WebhookMessage` の同期的な機能が :class:`Webhook` と :class:`WebhookMessage` に分離されました。" + +#: ../../migrating.rst:230 +msgid "``WebhookAdapter`` class has been removed and the interfaces based on it (``AsyncWebhookAdapter`` and ``RequestsWebhookAdapter``) are now considered implementation detail and should not be depended on." +msgstr "``WebhookAdapter`` クラスが削除され、それに基づくインターフェイス( ``WebhookAdapter`` と ``RequestsWebhookAdapter`` )は実装の詳細とみなされるようになりました。これらに依存してはいけません。" + +#: ../../migrating.rst:232 +msgid "``execute`` alias for :meth:`Webhook.send`/:meth:`SyncWebhook.send` has been removed." +msgstr ":meth:`Webhook.send` / :meth:`SyncWebhook.send` の ``execute`` エイリアスが削除されました。" + +#: ../../migrating.rst:235 +msgid "Asset Redesign and Changes" +msgstr "Assetのリデザインと変更" + +#: ../../migrating.rst:237 +msgid "The :class:`Asset` object now encompasses all of the methods and attributes related to a CDN asset." +msgstr ":class:`Asset` オブジェクトにCDNアセットに関連する全てのメソッドと属性が含まれるようになりました。" + +#: ../../migrating.rst:239 +msgid "This means that all models with asset-related attribute and methods have been transformed to use this new design. As an example, here's how these changes look for :attr:`Guild.icon` (of :class:`Asset` type):" +msgstr "これはアセット関連の属性とメソッドを持つ全てのモデルがこの新しいデザインを使用するように変えられたことを意味します。例として、 :attr:`Guild.icon` ( :class:`Asset` の) がどのように変更されたかを以下に示します:" + +#: ../../migrating.rst:242 +msgid "``Guild.icon`` (of :class:`str` type) has been replaced with :attr:`Guild.icon.key `." +msgstr "" + +#: ../../migrating.rst:243 +msgid "``Guild.is_icon_animated`` has been replaced with :meth:`Guild.icon.is_animated `." +msgstr "" + +#: ../../migrating.rst:244 +msgid "``Guild.icon_url`` has been replaced with :attr:`Guild.icon`." +msgstr "" + +#: ../../migrating.rst:245 +msgid "``Guild.icon_url_as`` has been replaced with :meth:`Guild.icon.replace `." +msgstr "" + +#: ../../migrating.rst:247 +msgid "Helper methods :meth:`Asset.with_size`, :meth:`Asset.with_format`, and :meth:`Asset.with_static_format` have also been added." +msgstr "" + +#: ../../migrating.rst:249 +msgid "In addition to this, :class:`Emoji` and :class:`PartialEmoji` now also share an interface similar to :class:`Asset`'s:" +msgstr "" + +#: ../../migrating.rst:251 +#: ../../migrating.rst:290 +msgid ":attr:`Emoji.url` is now of :class:`str` type." +msgstr "" + +#: ../../migrating.rst:252 +#: ../../migrating.rst:291 +msgid "``Emoji.url_as`` has been removed." +msgstr "" + +#: ../../migrating.rst:253 +msgid "``Emoji.url.read`` has been replaced with :meth:`Emoji.read`." +msgstr "" + +#: ../../migrating.rst:254 +msgid "``Emoji.url.save`` has been replaced with :meth:`Emoji.save`." +msgstr "" + +#: ../../migrating.rst:256 +msgid ":class:`Asset` now always represent an actually existing CDN asset. This means that:" +msgstr "" + +#: ../../migrating.rst:258 +msgid "``str(x)`` on an :class:`Asset` can no longer return an empty string." +msgstr "" + +#: ../../migrating.rst:259 +msgid "``bool(x)`` on an :class:`Asset` can no longer return ``False``." +msgstr "" + +#: ../../migrating.rst:260 +msgid "Attributes containing an optional :class:`Asset` can now be ``None``." +msgstr "" + +#: ../../migrating.rst:262 +msgid "The following were affected by this change:" +msgstr "" + +#: ../../migrating.rst:264 +msgid ":attr:`AppInfo.cover_image`" +msgstr "" + +#: ../../migrating.rst:266 +msgid "``AppInfo.cover_image`` (replaced by :attr:`AppInfo.cover_image.key `)" +msgstr "" + +#: ../../migrating.rst:267 +msgid "``AppInfo.cover_image_url`` (replaced by :attr:`AppInfo.cover_image`)" +msgstr "" + +#: ../../migrating.rst:269 +#: ../../migrating.rst:278 +#: ../../migrating.rst:300 +#: ../../migrating.rst:309 +#: ../../migrating.rst:318 +#: ../../migrating.rst:328 +#: ../../migrating.rst:337 +#: ../../migrating.rst:347 +#: ../../migrating.rst:369 +#: ../../migrating.rst:379 +#: ../../migrating.rst:388 +#: ../../migrating.rst:397 +#: ../../migrating.rst:407 +#: ../../migrating.rst:422 +msgid "The new attribute may now be ``None``." +msgstr "" + +#: ../../migrating.rst:271 +msgid "``AppInfo.cover_image_url_as`` (replaced by :meth:`AppInfo.cover_image.replace `)" +msgstr "" + +#: ../../migrating.rst:273 +msgid ":attr:`AppInfo.icon`" +msgstr "" + +#: ../../migrating.rst:275 +msgid "``AppInfo.icon`` (replaced by :attr:`AppInfo.icon.key `)" +msgstr "" + +#: ../../migrating.rst:276 +msgid "``AppInfo.icon_url`` (replaced by :attr:`AppInfo.icon`)" +msgstr "" + +#: ../../migrating.rst:280 +msgid "``AppInfo.icon_url_as`` (replaced by :meth:`AppInfo.icon.replace `)" +msgstr "" + +#: ../../migrating.rst:282 +msgid ":class:`AuditLogDiff`" +msgstr "" + +#: ../../migrating.rst:284 +msgid ":attr:`AuditLogDiff.avatar` is now of :class:`Asset` type." +msgstr "" + +#: ../../migrating.rst:285 +msgid ":attr:`AuditLogDiff.icon` is now of :class:`Asset` type." +msgstr "" + +#: ../../migrating.rst:286 +msgid ":attr:`AuditLogDiff.splash` is now of :class:`Asset` type." +msgstr "" + +#: ../../migrating.rst:288 +msgid ":attr:`Emoji.url`" +msgstr "" + +#: ../../migrating.rst:292 +msgid "``Emoji.url.read`` (replaced by :meth:`Emoji.read`)" +msgstr "" + +#: ../../migrating.rst:293 +msgid "``Emoji.url.save`` (replaced by :meth:`Emoji.save`)" +msgstr "" + +#: ../../migrating.rst:295 +msgid ":attr:`GroupChannel.icon`" +msgstr "" + +#: ../../migrating.rst:297 +msgid "``GroupChannel.icon`` (replaced by :attr:`GroupChannel.icon.key `)" +msgstr "" + +#: ../../migrating.rst:298 +msgid "``GroupChannel.icon_url`` (replaced by :attr:`GroupChannel.icon`)" +msgstr "" + +#: ../../migrating.rst:302 +msgid "``GroupChannel.icon_url_as`` (replaced by :meth:`GroupChannel.icon.replace `)" +msgstr "" + +#: ../../migrating.rst:304 +msgid ":attr:`Guild.banner`" +msgstr "" + +#: ../../migrating.rst:306 +msgid "``Guild.banner`` (replaced by :attr:`Guild.banner.key `)" +msgstr "" + +#: ../../migrating.rst:307 +msgid "``Guild.banner_url`` (replaced by :attr:`Guild.banner`)" +msgstr "" + +#: ../../migrating.rst:311 +msgid "``Guild.banner_url_as`` (replaced by :meth:`Guild.banner.replace `)" +msgstr "" + +#: ../../migrating.rst:313 +msgid ":attr:`Guild.discovery_splash`" +msgstr "" + +#: ../../migrating.rst:315 +msgid "``Guild.discovery_splash`` (replaced by :attr:`Guild.discovery_splash.key `)" +msgstr "" + +#: ../../migrating.rst:316 +msgid "``Guild.discovery_splash_url`` (replaced by :attr:`Guild.discovery_splash`)" +msgstr "" + +#: ../../migrating.rst:320 +msgid "``Guild.discovery_splash_url_as`` (replaced by :meth:`Guild.discovery_splash.replace `)" +msgstr "" + +#: ../../migrating.rst:322 +msgid ":attr:`Guild.icon`" +msgstr "" + +#: ../../migrating.rst:324 +msgid "``Guild.icon`` (replaced by :attr:`Guild.icon.key `)" +msgstr "" + +#: ../../migrating.rst:325 +msgid "``Guild.is_icon_animated`` (replaced by :meth:`Guild.icon.is_animated `)" +msgstr "" + +#: ../../migrating.rst:326 +msgid "``Guild.icon_url`` (replaced by :attr:`Guild.icon`)" +msgstr "" + +#: ../../migrating.rst:330 +msgid "``Guild.icon_url_as`` (replaced by :meth:`Guild.icon.replace `)" +msgstr "" + +#: ../../migrating.rst:332 +msgid ":attr:`Guild.splash`" +msgstr "" + +#: ../../migrating.rst:334 +msgid "``Guild.splash`` (replaced by :attr:`Guild.splash.key `)" +msgstr "" + +#: ../../migrating.rst:335 +msgid "``Guild.splash_url`` (replaced by :attr:`Guild.splash`)" +msgstr "" + +#: ../../migrating.rst:339 +msgid "``Guild.splash_url_as`` (replaced by :meth:`Guild.splash.replace `)" +msgstr "" + +#: ../../migrating.rst:341 +msgid ":attr:`Member.avatar`" +msgstr "" + +#: ../../migrating.rst:343 +msgid "``Member.avatar`` (replaced by :attr:`Member.avatar.key `)" +msgstr "" + +#: ../../migrating.rst:344 +msgid "``Member.is_avatar_animated`` (replaced by :meth:`Member.avatar.is_animated `)" +msgstr "" + +#: ../../migrating.rst:345 +msgid "``Member.avatar_url`` (replaced by :attr:`Member.avatar`)" +msgstr "" + +#: ../../migrating.rst:349 +msgid "``Member.avatar_url_as`` (replaced by :meth:`Member.avatar.replace `)" +msgstr "" + +#: ../../migrating.rst:351 +msgid ":attr:`Member.default_avatar`" +msgstr "" + +#: ../../migrating.rst:353 +msgid "``Member.default_avatar`` (replaced by :attr:`Member.default_avatar.key `)" +msgstr "" + +#: ../../migrating.rst:354 +msgid "``Member.default_avatar_url`` (replaced by :attr:`Member.default_avatar`)" +msgstr "" + +#: ../../migrating.rst:355 +msgid "``Member.default_avatar_url_as`` (replaced by :meth:`Member.default_avatar.replace `)" +msgstr "" + +#: ../../migrating.rst:357 +msgid ":attr:`PartialEmoji.url`" +msgstr "" + +#: ../../migrating.rst:359 +msgid ":attr:`PartialEmoji.url` is now of :class:`str` type." +msgstr "" + +#: ../../migrating.rst:360 +msgid "``PartialEmoji.url_as`` has been removed." +msgstr "" + +#: ../../migrating.rst:361 +msgid "``PartialEmoji.url.read`` (replaced by :meth:`PartialEmoji.read`)" +msgstr "" + +#: ../../migrating.rst:362 +msgid "``PartialEmoji.url.save`` (replaced by :meth:`PartialEmoji.save`)" +msgstr "" + +#: ../../migrating.rst:364 +msgid ":attr:`PartialInviteGuild.banner`" +msgstr "" + +#: ../../migrating.rst:366 +msgid "``PartialInviteGuild.banner`` (replaced by :attr:`PartialInviteGuild.banner.key `)" +msgstr "" + +#: ../../migrating.rst:367 +msgid "``PartialInviteGuild.banner_url`` (replaced by :attr:`PartialInviteGuild.banner`)" +msgstr "" + +#: ../../migrating.rst:371 +msgid "``PartialInviteGuild.banner_url_as`` (replaced by :meth:`PartialInviteGuild.banner.replace `)" +msgstr "" + +#: ../../migrating.rst:373 +msgid ":attr:`PartialInviteGuild.icon`" +msgstr "" + +#: ../../migrating.rst:375 +msgid "``PartialInviteGuild.icon`` (replaced by :attr:`PartialInviteGuild.icon.key `)" +msgstr "" + +#: ../../migrating.rst:376 +msgid "``PartialInviteGuild.is_icon_animated`` (replaced by :meth:`PartialInviteGuild.icon.is_animated `)" +msgstr "" + +#: ../../migrating.rst:377 +msgid "``PartialInviteGuild.icon_url`` (replaced by :attr:`PartialInviteGuild.icon`)" +msgstr "" + +#: ../../migrating.rst:381 +msgid "``PartialInviteGuild.icon_url_as`` (replaced by :meth:`PartialInviteGuild.icon.replace `)" +msgstr "" + +#: ../../migrating.rst:383 +msgid ":attr:`PartialInviteGuild.splash`" +msgstr "" + +#: ../../migrating.rst:385 +msgid "``PartialInviteGuild.splash`` (replaced by :attr:`PartialInviteGuild.splash.key `)" +msgstr "" + +#: ../../migrating.rst:386 +msgid "``PartialInviteGuild.splash_url`` (replaced by :attr:`PartialInviteGuild.splash`)" +msgstr "" + +#: ../../migrating.rst:390 +msgid "``PartialInviteGuild.splash_url_as`` (replaced by :meth:`PartialInviteGuild.splash.replace `)" +msgstr "" + +#: ../../migrating.rst:392 +msgid ":attr:`Team.icon`" +msgstr "" + +#: ../../migrating.rst:394 +msgid "``Team.icon`` (replaced by :attr:`Team.icon.key `)" +msgstr "" + +#: ../../migrating.rst:395 +msgid "``Team.icon_url`` (replaced by :attr:`Team.icon`)" +msgstr "" + +#: ../../migrating.rst:399 +msgid "``Team.icon_url_as`` (replaced by :meth:`Team.icon.replace `)" +msgstr "" + +#: ../../migrating.rst:401 +msgid ":attr:`User.avatar`" +msgstr "" + +#: ../../migrating.rst:403 +msgid "``User.avatar`` (replaced by :attr:`User.avatar.key `)" +msgstr "" + +#: ../../migrating.rst:404 +msgid "``User.is_avatar_animated`` (replaced by :meth:`User.avatar.is_animated `)" +msgstr "" + +#: ../../migrating.rst:405 +msgid "``User.avatar_url`` (replaced by :attr:`User.avatar`)" +msgstr "" + +#: ../../migrating.rst:409 +msgid "``User.avatar_url_as`` (replaced by :meth:`User.avatar.replace `)" +msgstr "" + +#: ../../migrating.rst:411 +msgid ":attr:`User.default_avatar`" +msgstr "" + +#: ../../migrating.rst:413 +msgid "``User.default_avatar`` (replaced by :attr:`User.default_avatar.key `)" +msgstr "" + +#: ../../migrating.rst:414 +msgid "``User.default_avatar_url`` (replaced by :attr:`User.default_avatar`)" +msgstr "" + +#: ../../migrating.rst:415 +msgid "``User.default_avatar_url_as`` (replaced by :meth:`User.default_avatar.replace `)" +msgstr "" + +#: ../../migrating.rst:417 +msgid ":attr:`Webhook.avatar`" +msgstr "" + +#: ../../migrating.rst:419 +msgid "``Webhook.avatar`` (replaced by :attr:`Webhook.avatar.key `)" +msgstr "" + +#: ../../migrating.rst:420 +msgid "``Webhook.avatar_url`` (replaced by :attr:`Webhook.avatar`)" +msgstr "" + +#: ../../migrating.rst:424 +msgid "``Webhook.avatar_url_as`` (replaced by :meth:`Webhook.avatar.replace `)" +msgstr "" + +#: ../../migrating.rst:429 +msgid "Thread Support" +msgstr "" + +#: ../../migrating.rst:431 +msgid "v2.0 has been updated to use a newer API gateway version which supports threads and as a result of this had to make few breaking changes. Most notably messages sent in guilds can, in addition to a :class:`TextChannel`, be sent in a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:433 +msgid "The main differences between text channels and threads are:" +msgstr "" + +#: ../../migrating.rst:435 +msgid "Threads do not have their own permissions, they inherit the permissions of their parent channel." +msgstr "" + +#: ../../migrating.rst:437 +msgid "This means that threads do not have these attributes:" +msgstr "" + +#: ../../migrating.rst:439 +msgid "``changed_roles``" +msgstr "" + +#: ../../migrating.rst:440 +msgid "``overwrites``" +msgstr "" + +#: ../../migrating.rst:441 +msgid "``permissions_synced``" +msgstr "" + +#: ../../migrating.rst:445 +msgid "Text channels have a few dedicated permissions for threads:" +msgstr "" + +#: ../../migrating.rst:447 +msgid ":attr:`Permissions.manage_threads`" +msgstr "" + +#: ../../migrating.rst:448 +msgid ":attr:`Permissions.create_public_threads`" +msgstr "" + +#: ../../migrating.rst:449 +msgid ":attr:`Permissions.create_private_threads`" +msgstr "" + +#: ../../migrating.rst:450 +msgid ":attr:`Permissions.send_messages_in_threads`" +msgstr "" + +#: ../../migrating.rst:452 +msgid "Threads do not have their own nsfw status, they inherit it from their parent channel." +msgstr "" + +#: ../../migrating.rst:454 +msgid "This means that :class:`Thread` does not have an ``nsfw`` attribute." +msgstr "" + +#: ../../migrating.rst:456 +msgid "Threads do not have their own topic." +msgstr "" + +#: ../../migrating.rst:458 +msgid "This means that :class:`Thread` does not have a ``topic`` attribute." +msgstr "" + +#: ../../migrating.rst:460 +msgid "Threads do not have their own position in the channel list." +msgstr "" + +#: ../../migrating.rst:462 +msgid "This means that :class:`Thread` does not have a ``position`` attribute." +msgstr "" + +#: ../../migrating.rst:464 +msgid ":attr:`Thread.created_at` of threads created before 10 January 2022 is ``None``." +msgstr "" + +#: ../../migrating.rst:465 +msgid ":attr:`Thread.members` is of type List[:class:`ThreadMember`] rather than List[:class:`Member`]" +msgstr "" + +#: ../../migrating.rst:467 +msgid "Most of the time, this data is not provided and a call to :meth:`Thread.fetch_members` is needed." +msgstr "" + +#: ../../migrating.rst:469 +msgid "For convenience, :class:`Thread` has a set of properties and methods that return the information about the parent channel:" +msgstr "" + +#: ../../migrating.rst:471 +msgid ":attr:`Thread.category`" +msgstr "" + +#: ../../migrating.rst:472 +msgid ":attr:`Thread.category_id`" +msgstr "" + +#: ../../migrating.rst:473 +msgid ":meth:`Thread.is_news`" +msgstr "" + +#: ../../migrating.rst:474 +msgid ":meth:`Thread.is_nsfw`" +msgstr "" + +#: ../../migrating.rst:475 +msgid ":meth:`Thread.permissions_for`" +msgstr "" + +#: ../../migrating.rst:477 +msgid "Note that this outputs the permissions of the parent channel and you might need to check for different permissions when trying to determine if a member can do something." +msgstr "" + +#: ../../migrating.rst:480 +msgid "Here are some notable examples:" +msgstr "" + +#: ../../migrating.rst:482 +msgid "A guild member can send messages in a text channel if they have :attr:`~Permissions.send_messages` permission in it." +msgstr "" + +#: ../../migrating.rst:486 +msgid "A guild member can send messages in a public thread if:" +msgstr "" + +#: ../../migrating.rst:485 +#: ../../migrating.rst:489 +msgid "They have :attr:`~Permissions.send_messages_in_threads` permission in its parent channel." +msgstr "" + +#: ../../migrating.rst:486 +#: ../../migrating.rst:492 +msgid "The thread is not :attr:`~Thread.locked`." +msgstr "" + +#: ../../migrating.rst:492 +msgid "A guild member can send messages in a private thread if:" +msgstr "" + +#: ../../migrating.rst:490 +#: ../../migrating.rst:516 +msgid "They're either already a member of the thread or have a :attr:`~Permissions.manage_threads` permission in its parent channel." +msgstr "" + +#: ../../migrating.rst:494 +msgid "A guild member can edit a text channel if they have :attr:`~Permissions.manage_channels` permission in it." +msgstr "" + +#: ../../migrating.rst:496 +msgid "A guild member can edit a thread if they have :attr:`~Permissions.manage_threads` permission in its parent channel." +msgstr "" + +#: ../../migrating.rst:500 +msgid "A thread's :attr:`~Thread.owner` can archive a (not-locked) thread and edit its :attr:`~Thread.name` and :attr:`~Thread.auto_archive_duration` without :attr:`~Permissions.manage_threads` permission." +msgstr "" + +#: ../../migrating.rst:505 +msgid "A guild member can react with an emoji to messages in a text channel if:" +msgstr "" + +#: ../../migrating.rst:504 +msgid "They have :attr:`~Permissions.read_message_history` permission in it." +msgstr "" + +#: ../../migrating.rst:505 +msgid "They have :attr:`~Permissions.add_reactions` permission in it or the message already has that emoji reaction." +msgstr "" + +#: ../../migrating.rst:511 +msgid "A guild member can react with an emoji to messages in a public thread if:" +msgstr "" + +#: ../../migrating.rst:508 +#: ../../migrating.rst:514 +msgid "They have :attr:`~Permissions.read_message_history` permission in its parent channel." +msgstr "" + +#: ../../migrating.rst:509 +#: ../../migrating.rst:515 +msgid "They have :attr:`~Permissions.add_reactions` permission in its parent channel or the message already has that emoji reaction." +msgstr "" + +#: ../../migrating.rst:510 +#: ../../migrating.rst:518 +msgid "The thread is not :attr:`~Thread.archived`. Note that the guild member can unarchive a thread (if it's not :attr:`~Thread.locked`) to react to a message." +msgstr "" + +#: ../../migrating.rst:519 +msgid "A guild member can react with an emoji to messages in a private thread if:" +msgstr "" + +#: ../../migrating.rst:521 +#: ../../migrating.rst:926 +#: ../../migrating.rst:1035 +msgid "The following changes have been made:" +msgstr "" + +#: ../../migrating.rst:523 +msgid ":attr:`Message.channel` may now be a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:524 +msgid ":attr:`AuditLogEntry.target` may now be a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:525 +msgid ":attr:`PartialMessage.channel` may now be a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:526 +msgid ":attr:`Guild.get_channel` does not return :class:`Thread`\\s." +msgstr "" + +#: ../../migrating.rst:528 +msgid "If you're looking to get a channel or thread, use :attr:`Guild.get_channel_or_thread` instead." +msgstr "" + +#: ../../migrating.rst:529 +msgid "If you're only looking to get threads, use :attr:`Guild.get_thread` or :attr:`TextChannel.get_thread` instead." +msgstr "" + +#: ../../migrating.rst:531 +msgid "``channel`` parameter in :func:`on_guild_channel_pins_update` may now be a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:532 +msgid "``channel`` parameter in :func:`on_typing` may now be a :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:533 +msgid ":meth:`Client.fetch_channel` may now return :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:534 +msgid ":meth:`Client.get_channel` may now return :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:535 +msgid ":meth:`Guild.fetch_channel` may now return :class:`Thread`." +msgstr "" + +#: ../../migrating.rst:538 +msgid "Removing In-Place Edits" +msgstr "" + +#: ../../migrating.rst:540 +msgid "Most of the model methods that previously edited the model in-place have been updated to no longer do this. Instead, these methods will now return a new instance of the newly updated model. This has been done to avoid the library running into race conditions between in-place edits and gateway events on model updates. See :issue:`4098` for more information." +msgstr "" + +#: ../../migrating.rst:556 +msgid "The following have been changed:" +msgstr "" + +#: ../../migrating.rst:558 +#: ../../migrating.rst:823 +msgid ":meth:`CategoryChannel.edit`" +msgstr "" + +#: ../../migrating.rst:560 +msgid "Note that this method will return ``None`` instead of :class:`CategoryChannel` if the edit was only positional." +msgstr "" + +#: ../../migrating.rst:562 +#: ../../migrating.rst:1304 +#: ../../migrating.rst:1372 +#: ../../migrating.rst:1388 +#: ../../migrating.rst:1396 +msgid ":meth:`Member.edit`" +msgstr ":meth:`Member.edit`" + +#: ../../migrating.rst:564 +msgid "Note that this method only returns the updated :class:`Member` when certain fields are updated." +msgstr "" + +#: ../../migrating.rst:566 +#: ../../migrating.rst:828 +msgid ":meth:`StageChannel.edit`" +msgstr "" + +#: ../../migrating.rst:568 +msgid "Note that this method will return ``None`` instead of :class:`StageChannel` if the edit was only positional." +msgstr "" + +#: ../../migrating.rst:570 +#: ../../migrating.rst:830 +msgid ":meth:`StoreChannel.edit`" +msgstr "" + +#: ../../migrating.rst:572 +msgid "Note that this method will return ``None`` instead of :class:`StoreChannel` if the edit was only positional." +msgstr "" + +#: ../../migrating.rst:574 +#: ../../migrating.rst:832 +msgid ":meth:`TextChannel.edit`" +msgstr "" + +#: ../../migrating.rst:576 +msgid "Note that this method will return ``None`` instead of :class:`TextChannel` if the edit was only positional." +msgstr "" + +#: ../../migrating.rst:578 +#: ../../migrating.rst:833 +msgid ":meth:`VoiceChannel.edit`" +msgstr "" + +#: ../../migrating.rst:580 +msgid "Note that this method will return ``None`` instead of :class:`VoiceChannel` if the edit was only positional." +msgstr "" + +#: ../../migrating.rst:582 +#: ../../migrating.rst:824 +msgid ":meth:`ClientUser.edit`" +msgstr "" + +#: ../../migrating.rst:583 +#: ../../migrating.rst:1336 +msgid ":meth:`Emoji.edit`" +msgstr ":meth:`Emoji.edit`" + +#: ../../migrating.rst:584 +#: ../../migrating.rst:825 +#: ../../migrating.rst:1344 +msgid ":meth:`Guild.edit`" +msgstr ":meth:`Guild.edit`" + +#: ../../migrating.rst:585 +#: ../../migrating.rst:826 +#: ../../migrating.rst:1338 +msgid ":meth:`Message.edit`" +msgstr ":meth:`Message.edit`" + +#: ../../migrating.rst:586 +#: ../../migrating.rst:827 +#: ../../migrating.rst:1342 +#: ../../migrating.rst:1374 +msgid ":meth:`Role.edit`" +msgstr ":meth:`Role.edit`" + +#: ../../migrating.rst:587 +msgid ":meth:`Template.edit`" +msgstr "" + +#: ../../migrating.rst:588 +msgid ":meth:`Template.sync`" +msgstr "" + +#: ../../migrating.rst:589 +#: ../../migrating.rst:834 +msgid ":meth:`Webhook.edit`" +msgstr "" + +#: ../../migrating.rst:590 +#: ../../migrating.rst:836 +msgid ":meth:`Webhook.edit_message`" +msgstr "" + +#: ../../migrating.rst:591 +#: ../../migrating.rst:835 +msgid ":meth:`WebhookMessage.edit`" +msgstr "" + +#: ../../migrating.rst:594 +msgid "Sticker Changes" +msgstr "" + +#: ../../migrating.rst:596 +msgid "Discord has changed how their stickers work and as such, sticker support has been reworked." +msgstr "" + +#: ../../migrating.rst:600 +msgid "Type of :attr:`Message.stickers` changed to List[:class:`StickerItem`]." +msgstr "" + +#: ../../migrating.rst:602 +msgid "To get the :class:`Sticker` from :class:`StickerItem`, use :meth:`StickerItem.fetch` or (only for stickers from guilds the bot is in) :meth:`Client.get_sticker`." +msgstr "" + +#: ../../migrating.rst:605 +msgid ":attr:`Sticker.format` is now of :class:`StickerFormatType` type." +msgstr "" + +#: ../../migrating.rst:606 +msgid "``Sticker.tags`` has been removed." +msgstr "" + +#: ../../migrating.rst:608 +msgid "Depending on type of the sticker, :attr:`StandardSticker.tags` or :attr:`GuildSticker.emoji` can be used instead." +msgstr "" + +#: ../../migrating.rst:610 +msgid "``Sticker.image`` and related methods have been removed." +msgstr "" + +#: ../../migrating.rst:611 +msgid "``Sticker.preview_image`` and related methods have been removed." +msgstr "" + +#: ../../migrating.rst:612 +msgid ":attr:`AuditLogDiff.type` is now of Union[:class:`ChannelType`, :class:`StickerType`] type." +msgstr "" + +#: ../../migrating.rst:613 +msgid "The old ``StickerType`` enum has been renamed to :class:`StickerFormatType`." +msgstr "" + +#: ../../migrating.rst:615 +msgid ":class:`StickerType` now refers to a sticker type (official sticker vs guild-uploaded sticker) rather than its format type." +msgstr "" + +#: ../../migrating.rst:618 +msgid "Integrations Changes" +msgstr "" + +#: ../../migrating.rst:620 +msgid "To support the new integration types, integration support has been reworked." +msgstr "" + +#: ../../migrating.rst:624 +msgid "The old ``Integration`` class has been renamed to :class:`StreamIntegration`." +msgstr "" + +#: ../../migrating.rst:625 +msgid ":meth:`Guild.integrations` now returns subclasses of the new :class:`Integration` class." +msgstr "" + +#: ../../migrating.rst:628 +msgid "Presence Updates Now Have A Separate Event" +msgstr "" + +#: ../../migrating.rst:630 +msgid "Presence updates (changes in member's status and activity) now have a separate :func:`on_presence_update` event. :func:`on_member_update` event is now only called on member updates (changes in nickname, role, pending status, etc.)." +msgstr "" + +#: ../../migrating.rst:633 +msgid "From API perspective, these are separate events and as such, this change improves library's consistency with the API. Presence updates usually are 90% of all handled events so splitting these should benefit listeners that were only interested in member updates." +msgstr "" + +#: ../../migrating.rst:661 +msgid "Moving Away From Custom AsyncIterator" +msgstr "" + +#: ../../migrating.rst:663 +msgid "Asynchronous iterators in v1.0 were implemented using a special class named ``AsyncIterator``. v2.0 instead provides regular asynchronous iterators with no added utility methods." +msgstr "" + +#: ../../migrating.rst:666 +msgid "This means that usage of the following utility methods is no longer possible:" +msgstr "" + +#: ../../migrating.rst:668 +msgid "``AsyncIterator.next()``" +msgstr "" + +#: ../../migrating.rst:670 +msgid "Usage of an explicit ``async for`` loop should generally be preferred:" +msgstr "" + +#: ../../migrating.rst:687 +msgid "If you need to get next item from an iterator without a loop, you can use :func:`anext` (new in Python 3.10) or :meth:`~object.__anext__` instead:" +msgstr "" + +#: ../../migrating.rst:708 +msgid "``AsyncIterator.get()``" +msgstr "" + +#: ../../migrating.rst:718 +msgid "``AsyncIterator.find()``" +msgstr "" + +#: ../../migrating.rst:731 +msgid "``AsyncIterator.flatten()``" +msgstr "" + +#: ../../migrating.rst:741 +msgid "``AsyncIterator.chunk()``" +msgstr "" + +#: ../../migrating.rst:753 +msgid "``AsyncIterator.map()``" +msgstr "" + +#: ../../migrating.rst:765 +msgid "``AsyncIterator.filter()``" +msgstr "" + +#: ../../migrating.rst:780 +msgid "To ease this transition, these changes have been made:" +msgstr "" + +#: ../../migrating.rst:782 +msgid "Added :func:`utils.as_chunks` as an alternative for ``AsyncIter.chunk``." +msgstr "" + +#: ../../migrating.rst:783 +msgid "Added support for :term:`asynchronous iterator` to :func:`utils.find`." +msgstr "" + +#: ../../migrating.rst:784 +msgid "Added support for :term:`asynchronous iterator` to :func:`utils.get`." +msgstr "" + +#: ../../migrating.rst:786 +msgid "The return type of the following methods has been changed to an :term:`asynchronous iterator`:" +msgstr "" + +#: ../../migrating.rst:788 +#: ../../migrating.rst:1692 +msgid ":meth:`abc.Messageable.history`" +msgstr ":meth:`abc.Messageable.history`" + +#: ../../migrating.rst:789 +msgid ":meth:`Client.fetch_guilds`" +msgstr "" + +#: ../../migrating.rst:790 +#: ../../migrating.rst:1693 +msgid ":meth:`Guild.audit_logs`" +msgstr ":meth:`Guild.audit_logs`" + +#: ../../migrating.rst:791 +msgid ":meth:`Guild.fetch_members`" +msgstr "" + +#: ../../migrating.rst:792 +#: ../../migrating.rst:1356 +#: ../../migrating.rst:1694 +msgid ":meth:`Reaction.users`" +msgstr ":meth:`Reaction.users`" + +#: ../../migrating.rst:794 +msgid "The ``NoMoreItems`` exception was removed as calling :func:`anext` or :meth:`~object.__anext__` on an :term:`asynchronous iterator` will now raise :class:`StopAsyncIteration`." +msgstr "" + +#: ../../migrating.rst:798 +msgid "Removal of ``InvalidArgument`` Exception" +msgstr "" + +#: ../../migrating.rst:800 +msgid "The custom ``InvalidArgument`` exception has been removed and functions and methods that raised it are now raising :class:`TypeError` and/or :class:`ValueError` instead." +msgstr "" + +#: ../../migrating.rst:803 +msgid "The following methods have been changed:" +msgstr "" + +#: ../../migrating.rst:805 +#: ../../migrating.rst:872 +#: ../../migrating.rst:1298 +msgid ":meth:`Message.add_reaction`" +msgstr ":meth:`Message.add_reaction`" + +#: ../../migrating.rst:806 +msgid ":meth:`AutoShardedClient.change_presence`" +msgstr "" + +#: ../../migrating.rst:807 +msgid ":meth:`Client.change_presence`" +msgstr "" + +#: ../../migrating.rst:808 +msgid ":meth:`Reaction.clear`" +msgstr "" + +#: ../../migrating.rst:809 +msgid ":meth:`Message.clear_reaction`" +msgstr "" + +#: ../../migrating.rst:810 +msgid ":meth:`Guild.create_category`" +msgstr "" + +#: ../../migrating.rst:811 +#: ../../migrating.rst:1310 +msgid ":meth:`Guild.create_custom_emoji`" +msgstr ":meth:`Guild.create_custom_emoji`" + +#: ../../migrating.rst:812 +#: ../../migrating.rst:1282 +msgid ":meth:`Client.create_guild`" +msgstr ":meth:`Client.create_guild`" + +#: ../../migrating.rst:813 +msgid ":meth:`Template.create_guild`" +msgstr "" + +#: ../../migrating.rst:814 +msgid ":meth:`StageChannel.create_instance`" +msgstr "" + +#: ../../migrating.rst:815 +#: ../../migrating.rst:1314 +msgid ":meth:`Guild.create_role`" +msgstr ":meth:`Guild.create_role`" + +#: ../../migrating.rst:816 +msgid ":meth:`Guild.create_stage_channel`" +msgstr "" + +#: ../../migrating.rst:817 +msgid ":meth:`Guild.create_text_channel`" +msgstr "" + +#: ../../migrating.rst:818 +msgid ":meth:`Guild.create_voice_channel`" +msgstr "" + +#: ../../migrating.rst:819 +msgid ":meth:`TextChannel.create_webhook`" +msgstr "" + +#: ../../migrating.rst:820 +msgid ":meth:`Webhook.delete`" +msgstr "" + +#: ../../migrating.rst:821 +msgid ":meth:`WebhookMessage.delete`" +msgstr "" + +#: ../../migrating.rst:822 +#: ../../migrating.rst:878 +msgid ":meth:`Webhook.delete_message`" +msgstr "" + +#: ../../migrating.rst:829 +msgid ":meth:`StageInstance.edit`" +msgstr "" + +#: ../../migrating.rst:831 +msgid ":meth:`StreamIntegration.edit`" +msgstr "" + +#: ../../migrating.rst:837 +msgid ":meth:`Guild.edit_role_positions`" +msgstr "" + +#: ../../migrating.rst:838 +#: ../../migrating.rst:1346 +msgid ":meth:`Guild.estimate_pruned_members`" +msgstr ":meth:`Guild.estimate_pruned_members`" + +#: ../../migrating.rst:839 +msgid ":meth:`TextChannel.follow`" +msgstr "" + +#: ../../migrating.rst:840 +msgid ":meth:`Webhook.from_url`" +msgstr "" + +#: ../../migrating.rst:841 +msgid ":meth:`abc.GuildChannel.move`" +msgstr "" + +#: ../../migrating.rst:842 +#: ../../migrating.rst:1380 +msgid ":meth:`Guild.prune_members`" +msgstr ":meth:`Guild.prune_members`" + +#: ../../migrating.rst:843 +#: ../../migrating.rst:1384 +msgid ":meth:`Message.remove_reaction`" +msgstr ":meth:`Message.remove_reaction`" + +#: ../../migrating.rst:844 +msgid ":meth:`Message.reply`" +msgstr "" + +#: ../../migrating.rst:845 +msgid ":meth:`abc.Messageable.send`" +msgstr "" + +#: ../../migrating.rst:846 +msgid ":meth:`Webhook.send`" +msgstr "" + +#: ../../migrating.rst:847 +#: ../../migrating.rst:1334 +msgid ":meth:`abc.GuildChannel.set_permissions`" +msgstr ":meth:`abc.GuildChannel.set_permissions`" + +#: ../../migrating.rst:850 +#: ../../migrating.rst:1126 +msgid "Function Signature Changes" +msgstr "" + +#: ../../migrating.rst:852 +msgid "Parameters in the following methods are now all positional-only:" +msgstr "" + +#: ../../migrating.rst:854 +msgid ":meth:`AutoShardedClient.get_shard`" +msgstr "" + +#: ../../migrating.rst:855 +msgid ":meth:`Client.get_channel`" +msgstr "" + +#: ../../migrating.rst:856 +msgid ":meth:`Client.fetch_channel`" +msgstr "" + +#: ../../migrating.rst:857 +msgid ":meth:`Guild.get_channel`" +msgstr "" + +#: ../../migrating.rst:858 +msgid ":meth:`Guild.fetch_channel`" +msgstr "" + +#: ../../migrating.rst:859 +msgid ":meth:`Client.get_emoji`" +msgstr "" + +#: ../../migrating.rst:860 +msgid ":meth:`Guild.fetch_emoji`" +msgstr "" + +#: ../../migrating.rst:861 +#: ../../migrating.rst:1268 +msgid ":meth:`Client.get_guild`" +msgstr ":meth:`Client.get_guild`" + +#: ../../migrating.rst:862 +msgid ":meth:`Client.fetch_guild`" +msgstr "" + +#: ../../migrating.rst:863 +msgid ":meth:`Client.delete_invite`" +msgstr "" + +#: ../../migrating.rst:864 +msgid ":meth:`Guild.get_member`" +msgstr "" + +#: ../../migrating.rst:865 +msgid ":meth:`Guild.get_member_named`" +msgstr "" + +#: ../../migrating.rst:866 +msgid ":meth:`Guild.fetch_member`" +msgstr "" + +#: ../../migrating.rst:867 +msgid ":meth:`Client.get_user`" +msgstr "" + +#: ../../migrating.rst:868 +#: ../../migrating.rst:1358 +msgid ":meth:`Client.fetch_user`" +msgstr ":meth:`Client.fetch_user`" + +#: ../../migrating.rst:869 +msgid ":meth:`Guild.get_role`" +msgstr "" + +#: ../../migrating.rst:870 +msgid ":meth:`Client.fetch_webhook`" +msgstr "" + +#: ../../migrating.rst:871 +msgid ":meth:`Client.fetch_widget`" +msgstr "" + +#: ../../migrating.rst:873 +#: ../../migrating.rst:1354 +msgid ":meth:`abc.Messageable.fetch_message`" +msgstr ":meth:`abc.Messageable.fetch_message`" + +#: ../../migrating.rst:874 +msgid ":meth:`abc.GuildChannel.permissions_for`" +msgstr "" + +#: ../../migrating.rst:875 +msgid ":meth:`DMChannel.get_partial_message`" +msgstr "" + +#: ../../migrating.rst:876 +msgid ":meth:`TextChannel.get_partial_message`" +msgstr "" + +#: ../../migrating.rst:877 +#: ../../migrating.rst:1326 +msgid ":meth:`TextChannel.delete_messages`" +msgstr ":meth:`TextChannel.delete_messages`" + +#: ../../migrating.rst:879 +msgid ":meth:`utils.find`" +msgstr "" + +#: ../../migrating.rst:881 +#: ../../migrating.rst:1128 +msgid "The following parameters are now positional-only:" +msgstr "" + +#: ../../migrating.rst:883 +msgid "``iterable`` in :meth:`utils.get`" +msgstr "" + +#: ../../migrating.rst:885 +msgid "The following are now keyword-only:" +msgstr "" + +#: ../../migrating.rst:887 +msgid "Parameters in :meth:`Reaction.users`" +msgstr "" + +#: ../../migrating.rst:888 +msgid "Parameters in :meth:`Client.create_guild`" +msgstr "" + +#: ../../migrating.rst:889 +msgid "``permissions``, ``guild``, ``redirect_uri``, and ``scopes`` parameters in :meth:`utils.oauth_url`" +msgstr "" + +#: ../../migrating.rst:891 +#: ../../migrating.rst:1150 +msgid "The library now less often uses ``None`` as the default value for function/method parameters." +msgstr "" + +#: ../../migrating.rst:893 +#: ../../migrating.rst:1152 +msgid "As a result, these parameters can no longer be ``None``:" +msgstr "" + +#: ../../migrating.rst:895 +msgid "``size``, ``format``, and ``static_format`` in :meth:`Asset.replace`" +msgstr "" + +#: ../../migrating.rst:896 +msgid "``check`` in :meth:`TextChannel.purge`" +msgstr "" + +#: ../../migrating.rst:897 +msgid "``icon`` and ``code`` in :meth:`Client.create_guild`" +msgstr "" + +#: ../../migrating.rst:898 +msgid "``roles`` in :meth:`Emoji.edit`" +msgstr "" + +#: ../../migrating.rst:899 +msgid "``topic``, ``position`` and ``overwrites`` in :meth:`Guild.create_text_channel`" +msgstr "" + +#: ../../migrating.rst:900 +msgid "``position`` and ``overwrites`` in :meth:`Guild.create_voice_channel`" +msgstr "" + +#: ../../migrating.rst:901 +msgid "``topic``, ``position`` and ``overwrites`` in :meth:`Guild.create_stage_channel`" +msgstr "" + +#: ../../migrating.rst:902 +msgid "``position`` and ``overwrites`` in :meth:`Guild.create_category`" +msgstr "" + +#: ../../migrating.rst:903 +msgid "``roles`` in :meth:`Guild.prune_members`" +msgstr "" + +#: ../../migrating.rst:904 +msgid "``roles`` in :meth:`Guild.estimate_pruned_members`" +msgstr "" + +#: ../../migrating.rst:905 +msgid "``description`` in :meth:`Guild.create_template`" +msgstr "" + +#: ../../migrating.rst:906 +msgid "``roles`` in :meth:`Guild.create_custom_emoji`" +msgstr "" + +#: ../../migrating.rst:907 +msgid "``before``, ``after``, ``oldest_first``, ``user``, and ``action`` in :meth:`Guild.audit_logs`" +msgstr "" + +#: ../../migrating.rst:908 +msgid "``enable_emoticons`` in :meth:`StreamIntegration.edit`" +msgstr "" + +#: ../../migrating.rst:909 +msgid "``mute``, ``deafen``, ``suppress``, and ``roles`` in :meth:`Member.edit`" +msgstr "" + +#: ../../migrating.rst:910 +msgid "``position`` in :meth:`Role.edit`" +msgstr "" + +#: ../../migrating.rst:911 +msgid "``icon`` in :meth:`Template.create_guild`" +msgstr "" + +#: ../../migrating.rst:912 +msgid "``name`` in :meth:`Template.edit`" +msgstr "" + +#: ../../migrating.rst:913 +msgid "``permissions``, ``guild``, ``redirect_uri``, ``scopes`` in :meth:`utils.oauth_url`" +msgstr "" + +#: ../../migrating.rst:914 +msgid "``content``, ``username``, ``avatar_url``, ``tts``, ``file``, ``files``, ``embed``, ``embeds``, and ``allowed_mentions`` in :meth:`Webhook.send`" +msgstr "" + +#: ../../migrating.rst:916 +msgid "Allowed types for the following parameters have been changed:" +msgstr "" + +#: ../../migrating.rst:918 +msgid "``rtc_region`` in :meth:`Guild.create_voice_channel` is now of type Optional[:class:`str`]." +msgstr "" + +#: ../../migrating.rst:919 +msgid "``rtc_region`` in :meth:`StageChannel.edit` is now of type Optional[:class:`str`]." +msgstr "" + +#: ../../migrating.rst:920 +msgid "``rtc_region`` in :meth:`VoiceChannel.edit` is now of type Optional[:class:`str`]." +msgstr "" + +#: ../../migrating.rst:921 +msgid "``preferred_locale`` in :meth:`Guild.edit` is now of type :class:`Locale`." +msgstr "" + +#: ../../migrating.rst:924 +msgid "Attribute Type Changes" +msgstr "" + +#: ../../migrating.rst:928 +msgid ":attr:`DMChannel.recipient` may now be ``None``." +msgstr "" + +#: ../../migrating.rst:929 +msgid ":meth:`Guild.vanity_invite` may now be ``None``. This has been done to fix an issue with the method returning a broken :class:`Invite` object." +msgstr "" + +#: ../../migrating.rst:930 +msgid ":attr:`Guild.shard_id` is now ``0`` instead of ``None`` if :class:`AutoShardedClient` is not used." +msgstr "" + +#: ../../migrating.rst:931 +msgid ":attr:`Guild.mfa_level` is now of type :class:`MFALevel`." +msgstr "" + +#: ../../migrating.rst:932 +msgid ":attr:`AuditLogDiff.mfa_level` is now of type :class:`MFALevel`." +msgstr "" + +#: ../../migrating.rst:933 +msgid ":attr:`AuditLogDiff.rtc_region` is now of type :class:`str`." +msgstr "" + +#: ../../migrating.rst:934 +msgid ":attr:`StageChannel.rtc_region` is now of type :class:`str`." +msgstr "" + +#: ../../migrating.rst:935 +msgid ":attr:`VoiceChannel.rtc_region` is now of type :class:`str`." +msgstr "" + +#: ../../migrating.rst:936 +msgid ":attr:`ClientUser.avatar` is now ``None`` when the default avatar is used." +msgstr "" + +#: ../../migrating.rst:938 +msgid "If you want the avatar that a user has displayed, consider :attr:`ClientUser.display_avatar`." +msgstr "" + +#: ../../migrating.rst:940 +msgid ":attr:`Member.avatar` is now ``None`` when the default avatar is used." +msgstr "" + +#: ../../migrating.rst:942 +msgid "If you want the avatar that a member or user has displayed, consider :attr:`Member.display_avatar` or :attr:`User.display_avatar`." +msgstr "" + +#: ../../migrating.rst:945 +msgid ":attr:`User.avatar` is now ``None`` when the default avatar is used." +msgstr "" + +#: ../../migrating.rst:947 +msgid "If you want the avatar that a user has displayed, consider :attr:`User.display_avatar`." +msgstr "" + +#: ../../migrating.rst:949 +msgid ":attr:`Webhook.avatar` is now ``None`` when the default avatar is used." +msgstr "" + +#: ../../migrating.rst:951 +msgid "If you want the avatar that a webhook has displayed, consider :attr:`Webhook.display_avatar`." +msgstr "" + +#: ../../migrating.rst:953 +msgid ":attr:`AuditLogEntry.target` may now be a :class:`PartialMessageable`." +msgstr "" + +#: ../../migrating.rst:954 +msgid ":attr:`PartialMessage.channel` may now be a :class:`PartialMessageable`." +msgstr "" + +#: ../../migrating.rst:955 +msgid ":attr:`Guild.preferred_locale` is now of type :class:`Locale`." +msgstr "" + +#: ../../migrating.rst:958 +#: ../../migrating.rst:1163 +msgid "Removals" +msgstr "" + +#: ../../migrating.rst:960 +msgid "The following deprecated functionality have been removed:" +msgstr "" + +#: ../../migrating.rst:962 +msgid "``Client.request_offline_members``" +msgstr "" + +#: ../../migrating.rst:964 +#: ../../migrating.rst:968 +msgid "Use :meth:`Guild.chunk` instead." +msgstr "" + +#: ../../migrating.rst:966 +msgid "``AutoShardedClient.request_offline_members``" +msgstr "" + +#: ../../migrating.rst:970 +msgid "``Client.logout``" +msgstr "" + +#: ../../migrating.rst:972 +msgid "Use :meth:`Client.close` instead." +msgstr "" + +#: ../../migrating.rst:974 +msgid "``fetch_offline_members`` parameter from :class:`Client` constructor" +msgstr "" + +#: ../../migrating.rst:976 +msgid "Use ``chunk_guild_at_startup`` instead." +msgstr "" + +#: ../../migrating.rst:980 +msgid "``MemberCacheFlags.online``" +msgstr "" + +#: ../../migrating.rst:982 +msgid "There is no replacement for this one. The current API version no longer provides enough data for this to be possible." +msgstr "" + +#: ../../migrating.rst:984 +msgid "``AppInfo.summary``" +msgstr "" + +#: ../../migrating.rst:986 +msgid "There is no replacement for this one. The current API version no longer provides this field." +msgstr "" + +#: ../../migrating.rst:988 +msgid "``User.permissions_in`` and ``Member.permissions_in``" +msgstr "" + +#: ../../migrating.rst:990 +msgid "Use :meth:`abc.GuildChannel.permissions_for` instead." +msgstr "" + +#: ../../migrating.rst:992 +msgid "``guild_subscriptions`` parameter from :class:`Client` constructor" +msgstr "" + +#: ../../migrating.rst:994 +msgid "The current API version no longer provides this functionality. Use ``intents`` parameter instead." +msgstr "" + +#: ../../migrating.rst:996 +msgid ":class:`VerificationLevel` aliases:" +msgstr "" -msgid "" +#: ../../migrating.rst:998 +msgid "``VerificationLevel.table_flip`` - use :attr:`VerificationLevel.high` instead." msgstr "" -"Project-Id-Version: discordpy\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-23 22:41-0400\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" -"Last-Translator: \n" -"Language: ja_JP\n" -"Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -#: ../../migrating.rst:6 +#: ../../migrating.rst:999 +msgid "``VerificationLevel.extreme`` - use :attr:`VerificationLevel.highest` instead." +msgstr "" + +#: ../../migrating.rst:1000 +msgid "``VerificationLevel.double_table_flip`` - use :attr:`VerificationLevel.highest` instead." +msgstr "" + +#: ../../migrating.rst:1001 +msgid "``VerificationLevel.very_high`` - use :attr:`VerificationLevel.highest` instead." +msgstr "" + +#: ../../migrating.rst:1003 +msgid "``topic`` parameter from :meth:`StageChannel.edit`" +msgstr "" + +#: ../../migrating.rst:1005 +msgid "The ``topic`` parameter must now be set via :meth:`StageChannel.create_instance`." +msgstr "" + +#: ../../migrating.rst:1007 +msgid "``Reaction.custom_emoji``" +msgstr "" + +#: ../../migrating.rst:1009 +msgid "Use :meth:`Reaction.is_custom_emoji` instead." +msgstr "" + +#: ../../migrating.rst:1011 +msgid "``AuditLogDiff.region``" +msgstr "" + +#: ../../migrating.rst:1012 +msgid "``Guild.region``" +msgstr "" + +#: ../../migrating.rst:1013 +msgid "``VoiceRegion``" +msgstr "" + +#: ../../migrating.rst:1015 +msgid "This has been marked deprecated by Discord and it was usually more or less out of date due to the pace they added them anyway." +msgstr "" + +#: ../../migrating.rst:1017 +msgid "``region`` parameter from :meth:`Client.create_guild`" +msgstr "" + +#: ../../migrating.rst:1018 +msgid "``region`` parameter from :meth:`Template.create_guild`" +msgstr "" + +#: ../../migrating.rst:1019 +msgid "``region`` parameter from :meth:`Guild.edit`" +msgstr "" + +#: ../../migrating.rst:1020 +msgid "``on_private_channel_create`` event" +msgstr "" + +#: ../../migrating.rst:1022 +#: ../../migrating.rst:1026 +msgid "Discord API no longer sends channel create event for DMs." +msgstr "" + +#: ../../migrating.rst:1024 +msgid "``on_private_channel_delete`` event" +msgstr "" + +#: ../../migrating.rst:1028 +msgid "The undocumented private ``on_socket_response`` event" +msgstr "" + +#: ../../migrating.rst:1030 +msgid "Consider using the newer documented :func:`on_socket_event_type` event instead." +msgstr "" + +#: ../../migrating.rst:1033 +msgid "Miscellaneous Changes" +msgstr "" + +#: ../../migrating.rst:1037 +msgid ":func:`on_socket_raw_receive` is now only called if ``enable_debug_events`` is set on :class:`Client`." +msgstr "" + +#: ../../migrating.rst:1038 +msgid ":func:`on_socket_raw_receive` is now only called once the **complete** message is received and decompressed. The passed ``msg`` parameter is now always :class:`str`." +msgstr "" + +#: ../../migrating.rst:1039 +msgid ":func:`on_socket_raw_send` is now only called if ``enable_debug_events`` is set on :class:`Client`." +msgstr "" + +#: ../../migrating.rst:1040 +msgid "The documented return type for :meth:`Guild.fetch_channels` changed to Sequence[:class:`abc.GuildChannel`]." +msgstr "" + +#: ../../migrating.rst:1041 +msgid ":func:`utils.resolve_invite` now returns a :class:`ResolvedInvite` class." +msgstr "" + +#: ../../migrating.rst:1042 +msgid ":func:`utils.oauth_url` now defaults to ``bot`` and ``application.commands`` scopes when not given instead of just ``bot``." +msgstr "" + +#: ../../migrating.rst:1043 +msgid ":meth:`abc.Messageable.typing` can no longer be used as a regular (non-async) context manager." +msgstr "" + +#: ../../migrating.rst:1044 +msgid ":attr:`Intents.emojis` is now an alias of :attr:`Intents.emojis_and_stickers`." +msgstr "" + +#: ../../migrating.rst:1046 +msgid "This may affect code that iterates through ``(name, value)`` pairs in an instance of this class:" +msgstr "" + +#: ../../migrating.rst:1068 +msgid "``created_at`` is no longer part of :class:`abc.Snowflake`." +msgstr "" + +#: ../../migrating.rst:1070 +msgid "All of the existing classes still keep this attribute. It is just no longer part of this protocol. This has been done because Discord reuses IDs (snowflakes) of some models in other models. For example, if :class:`Thread` is created from a message, its :attr:`Thread.id` is equivalent to the ID of that message and as such it doesn't contain information about creation time of the thread and :attr:`Thread.created_at` cannot be based on it." +msgstr "" + +#: ../../migrating.rst:1075 +msgid ":class:`Embed`'s bool implementation now returns ``True`` when embed has any data set." +msgstr "" + +#: ../../migrating.rst:1076 +msgid "Calling :meth:`Emoji.edit` without ``roles`` argument no longer makes the emoji available to everyone." +msgstr "" + +#: ../../migrating.rst:1078 +msgid "To make the emoji available to everyone, pass an empty list to ``roles`` instead." +msgstr "" + +#: ../../migrating.rst:1080 +msgid "The old ``Colour.blurple`` has been renamed to :attr:`Colour.og_blurple`." +msgstr "" + +#: ../../migrating.rst:1082 +msgid ":attr:`Colour.blurple` refers to a different colour now." +msgstr "" + +#: ../../migrating.rst:1084 +msgid ":attr:`Message.type` is now set to :attr:`MessageType.reply` when a message is a reply." +msgstr "" + +#: ../../migrating.rst:1086 +msgid "This is caused by a difference in behavior in the current Discord API version." +msgstr "" + +#: ../../migrating.rst:1088 +msgid ":meth:`Message.edit` now merges object passed in ``allowed_mentions`` parameter with :attr:`Client.allowed_mentions`. If the parameter isn't provided, the defaults given by :attr:`Client.allowed_mentions` are used instead." +msgstr "" + +#: ../../migrating.rst:1094 +#: ../../migrating.rst:1977 +msgid "Command Extension Changes" +msgstr "コマンド拡張の変更" + +#: ../../migrating.rst:1097 +msgid "Converters Are Now Generic Runtime Protocols" +msgstr "" + +#: ../../migrating.rst:1099 +msgid ":class:`~ext.commands.Converter` is now a :func:`runtime-checkable ` :class:`typing.Protocol`." +msgstr "" + +#: ../../migrating.rst:1101 +msgid "This results in a change of the base metaclass used by these classes which may affect user-created classes that inherit from :class:`~ext.commands.Converter`." +msgstr "" + +#: ../../migrating.rst:1122 +msgid "In addition, :class:`~ext.commands.Converter` is now a :class:`typing.Generic` which (optionally) allows the users to define their type hints more accurately." +msgstr "" + +#: ../../migrating.rst:1130 +msgid "``func`` in :meth:`ext.commands.Bot.add_check`" +msgstr "" + +#: ../../migrating.rst:1131 +msgid "``func`` in :meth:`ext.commands.Bot.remove_check`" +msgstr "" + +#: ../../migrating.rst:1132 +msgid "``func`` in :meth:`ext.commands.Command.add_check`" +msgstr "" + +#: ../../migrating.rst:1133 +msgid "``func`` in :meth:`ext.commands.Command.remove_check`" +msgstr "" + +#: ../../migrating.rst:1134 +msgid "``func`` in :meth:`ext.commands.HelpCommand.add_check`" +msgstr "" + +#: ../../migrating.rst:1135 +msgid "``func`` in :meth:`ext.commands.HelpCommand.remove_check`" +msgstr "" + +#: ../../migrating.rst:1136 +msgid "``cog`` in :meth:`ext.commands.Bot.add_cog`" +msgstr "" + +#: ../../migrating.rst:1137 +msgid "``name`` in :meth:`ext.commands.Bot.get_cog`" +msgstr "" + +#: ../../migrating.rst:1138 +msgid "``name`` in :meth:`ext.commands.Bot.remove_cog`" +msgstr "" + +#: ../../migrating.rst:1139 +msgid "``command`` in :meth:`ext.commands.Context.invoke`" +msgstr "" + +#: ../../migrating.rst:1140 +msgid "``command`` in :meth:`ext.commands.GroupMixin.add_command`" +msgstr "" + +#: ../../migrating.rst:1141 +msgid "``name`` in :meth:`ext.commands.GroupMixin.get_command`" +msgstr "" + +#: ../../migrating.rst:1142 +msgid "``name`` in :meth:`ext.commands.GroupMixin.remove_command`" +msgstr "" + +#: ../../migrating.rst:1144 +msgid "The following parameters have been removed:" +msgstr "" + +#: ../../migrating.rst:1146 +msgid "``self_bot`` from :class:`~ext.commands.Bot`" +msgstr "" + +#: ../../migrating.rst:1148 +msgid "This has been done due to the :ref:`migrating_2_0_userbot_removal` changes." +msgstr "" + +#: ../../migrating.rst:1154 +msgid "``name`` in :meth:`ext.commands.Bot.add_listener`" +msgstr "" + +#: ../../migrating.rst:1155 +msgid "``name`` in :meth:`ext.commands.Bot.remove_listener`" +msgstr "" + +#: ../../migrating.rst:1156 +msgid "``name`` in :meth:`ext.commands.Bot.listen`" +msgstr "" + +#: ../../migrating.rst:1157 +msgid "``name`` in :meth:`ext.commands.Cog.listener`" +msgstr "" + +#: ../../migrating.rst:1158 +msgid "``name`` in :meth:`ext.commands.Command`" +msgstr "" + +#: ../../migrating.rst:1159 +msgid "``name`` and ``cls`` in :meth:`ext.commands.command`" +msgstr "" + +#: ../../migrating.rst:1160 +msgid "``name`` and ``cls`` in :meth:`ext.commands.group`" +msgstr "" + +#: ../../migrating.rst:1165 +msgid "The following attributes have been removed:" +msgstr "" + +#: ../../migrating.rst:1167 +msgid "``original`` from the :exc:`~ext.commands.ExtensionNotFound`" +msgstr "" + +#: ../../migrating.rst:1168 +msgid "``type`` from the :class:`~ext.commands.Cooldown` class that was provided by the :attr:`ext.commands.CommandOnCooldown.cooldown` attribute" +msgstr "" + +#: ../../migrating.rst:1171 +msgid "Use :attr:`ext.commands.CommandOnCooldown.type` instead." +msgstr "" + +#: ../../migrating.rst:1173 +msgid "``clean_prefix`` from the :class:`~ext.commands.HelpCommand`" +msgstr "" + +#: ../../migrating.rst:1175 +msgid "Use :attr:`ext.commands.Context.clean_prefix` instead." +msgstr "" + +#: ../../migrating.rst:1178 +msgid "Miscellanous Changes" +msgstr "" + +#: ../../migrating.rst:1180 +msgid ":meth:`ext.commands.Bot.add_cog` is now raising :exc:`ClientException` when a cog with the same name is already loaded." +msgstr "" + +#: ../../migrating.rst:1182 +msgid "To override a cog, the new ``override`` parameter can be used." +msgstr "" + +#: ../../migrating.rst:1184 +msgid "Metaclass of :class:`~ext.commands.Context` changed from :class:`abc.ABCMeta` to :class:`type`." +msgstr "" + +#: ../../migrating.rst:1185 +msgid "Changed type of :attr:`ext.commands.Command.clean_params` from :class:`collections.OrderedDict` to :class:`dict`. as the latter is guaranteed to preserve insertion order since Python 3.7." +msgstr "" + +#: ../../migrating.rst:1187 +msgid ":attr:`ext.commands.ChannelNotReadable.argument` may now be a :class:`Thread` due to the :ref:`migrating_2_0_thread_support` changes." +msgstr "" + +#: ../../migrating.rst:1188 +msgid ":attr:`ext.commands.NSFWChannelRequired.channel` may now be a :class:`Thread` due to the :ref:`migrating_2_0_thread_support` changes." +msgstr "" + +#: ../../migrating.rst:1189 +msgid ":attr:`ext.commands.Context.channel` may now be a :class:`Thread` due to the :ref:`migrating_2_0_thread_support` changes." +msgstr "" + +#: ../../migrating.rst:1190 +msgid ":attr:`ext.commands.Context.channel` may now be a :class:`PartialMessageable`." +msgstr "" + +#: ../../migrating.rst:1191 +msgid "``MissingPermissions.missing_perms`` has been renamed to :attr:`ext.commands.MissingPermissions.missing_permissions`." +msgstr "" + +#: ../../migrating.rst:1192 +msgid "``BotMissingPermissions.missing_perms`` has been renamed to :attr:`ext.commands.BotMissingPermissions.missing_permissions`." +msgstr "" + +#: ../../migrating.rst:1197 +msgid "Tasks Extension Changes" +msgstr "" + +#: ../../migrating.rst:1199 +msgid "Calling :meth:`ext.tasks.Loop.stop` in :meth:`~ext.tasks.Loop.before_loop` now stops the first iteration from running." +msgstr "" + +#: ../../migrating.rst:1200 +msgid "Calling :meth:`ext.tasks.Loop.change_interval` now changes the interval for the sleep time right away, rather than on the next loop iteration." +msgstr "" + +#: ../../migrating.rst:1202 +msgid "``loop`` parameter in :func:`ext.tasks.loop` can no longer be ``None``." +msgstr "" + +#: ../../migrating.rst:1207 msgid "Migrating to v1.0" msgstr "v1.0への移行" -#: ../../migrating.rst:8 -msgid "" -"v1.0 is one of the biggest breaking changes in the library due to a " -"complete redesign." +#: ../../migrating.rst:1209 +msgid "v1.0 is one of the biggest breaking changes in the library due to a complete redesign." msgstr "v1.0 では完全な書き直しが行われたため,このライブラリにおけるもっとも大きな更新のひとつといえます。" -#: ../../migrating.rst:11 -msgid "" -"The amount of changes are so massive and long that for all intents and " -"purposes, it is a completely new library." +#: ../../migrating.rst:1212 +msgid "The amount of changes are so massive and long that for all intents and purposes, it is a completely new library." msgstr "すべての意図と目的を達成するために変更点が長大になった結果,ライブラリは完全に新しいものになりました。" -#: ../../migrating.rst:14 -msgid "" -"Part of the redesign involves making things more easy to use and natural." -" Things are done on the :ref:`models ` instead of " -"requiring a :class:`Client` instance to do any work." -msgstr "" -"一部の書き換えは,より使いやすく自然に物事を表現するために行われています。あらゆる仕事をするのに :class:`Client` " -"インスタンスを要求するのではなく,代わりに :ref:`models ` " -"を用いることができるようになりました。" - -#: ../../migrating.rst:18 -msgid "Python Version Change" -msgstr "Pythonのバージョンの変更" +#: ../../migrating.rst:1215 +msgid "Part of the redesign involves making things more easy to use and natural. Things are done on the :ref:`models ` instead of requiring a :class:`Client` instance to do any work." +msgstr "一部の書き換えは,より使いやすく自然に物事を表現するために行われています。あらゆる仕事をするのに :class:`Client` インスタンスを要求するのではなく,代わりに :ref:`models ` を用いることができるようになりました。" -#: ../../migrating.rst:20 -msgid "" -"In order to make development easier and also to allow for our " -"dependencies to upgrade to allow usage of 3.7 or higher, the library had " -"to remove support for Python versions lower than 3.5.3, which essentially" -" means that **support for Python 3.4 is dropped**." -msgstr "" -"discord.py の開発をより簡単にし,またその依存関係にあるライブラリをアップグレードして Python 3.7 " -"以上を使えるようにするために,discord.py は Python 3.5.3 " -"より古いバージョンに対するサポートを諦めざるを得ませんでした。これはつまり **Python 3.4 に対するサポートは打ち切られた** " -"ということです。" +#: ../../migrating.rst:1221 +msgid "In order to make development easier and also to allow for our dependencies to upgrade to allow usage of 3.7 or higher, the library had to remove support for Python versions lower than 3.5.3, which essentially means that **support for Python 3.4 is dropped**." +msgstr "discord.py の開発をより簡単にし,またその依存関係にあるライブラリをアップグレードして Python 3.7 以上を使えるようにするために,discord.py は Python 3.5.3 より古いバージョンに対するサポートを諦めざるを得ませんでした。これはつまり **Python 3.4 に対するサポートは打ち切られた** ということです。" -#: ../../migrating.rst:25 +#: ../../migrating.rst:1226 msgid "Major Model Changes" msgstr "主要モデルの変更" -#: ../../migrating.rst:27 +#: ../../migrating.rst:1228 msgid "Below are major model changes that have happened in v1.0" msgstr "以下は v1.0 で発生した主要なモデルの変更点です。" -#: ../../migrating.rst:30 +#: ../../migrating.rst:1231 msgid "Snowflakes are int" msgstr "Snowflakeのint型への変更" -#: ../../migrating.rst:32 -msgid "" -"Before v1.0, all snowflakes (the ``id`` attribute) were strings. This has" -" been changed to :class:`int`." -msgstr "" -"v1.0以前は、全てのsnowflake (``id`` 属性) が文字列として扱われていましたが、これは :class:`int` " -"型に変更されました。" +#: ../../migrating.rst:1233 +msgid "Before v1.0, all snowflakes (the ``id`` attribute) were strings. This has been changed to :class:`int`." +msgstr "v1.0以前は、全てのsnowflake (``id`` 属性) が文字列として扱われていましたが、これは :class:`int` 型に変更されました。" -#: ../../migrating.rst:34 ../../migrating.rst:254 +#: ../../migrating.rst:1235 +#: ../../migrating.rst:1455 msgid "Quick example: ::" msgstr "簡単な例:" -#: ../../migrating.rst:46 -msgid "" -"This change allows for fewer errors when using the Copy ID feature in the" -" official client since you no longer have to wrap it in quotes and allows" -" for optimisation opportunities by allowing ETF to be used instead of " -"JSON internally." -msgstr "" -"この変更により,公式クライアントの「 ID をコピー」機能を使用した際に間違いがより起こりにくくなりました。もはや取得した ID " -"をクォーテーションマークで囲う必要はありませんし,内部で JSON の代わりに ETF を用いることで最適化の機会を得ることにもなります。" +#: ../../migrating.rst:1247 +msgid "This change allows for fewer errors when using the Copy ID feature in the official client since you no longer have to wrap it in quotes and allows for optimisation opportunities by allowing ETF to be used instead of JSON internally." +msgstr "この変更により,公式クライアントの「 ID をコピー」機能を使用した際に間違いがより起こりにくくなりました。もはや取得した ID をクォーテーションマークで囲う必要はありませんし,内部で JSON の代わりに ETF を用いることで最適化の機会を得ることにもなります。" -#: ../../migrating.rst:50 +#: ../../migrating.rst:1251 msgid "Server is now Guild" msgstr "Server から Guild に変更" -#: ../../migrating.rst:52 -msgid "" -"The official API documentation calls the \"Server\" concept a \"Guild\" " -"instead. In order to be more consistent with the API documentation when " -"necessary, the model has been renamed to :class:`Guild` and all instances" -" referring to it has been changed as well." -msgstr "" -"公式のAPIドキュメントでは、「Server」は「Guild」と呼ばれています。APIドキュメントとの一貫性を保つため、モデルの名称が " -":class:`Guild` へ変更されました。同時にこのモデルを参照するすべてのインスタンスも変更されています。" +#: ../../migrating.rst:1253 +msgid "The official API documentation calls the \"Server\" concept a \"Guild\" instead. In order to be more consistent with the API documentation when necessary, the model has been renamed to :class:`Guild` and all instances referring to it has been changed as well." +msgstr "公式のAPIドキュメントでは、「Server」は「Guild」と呼ばれています。APIドキュメントとの一貫性を保つため、モデルの名称が :class:`Guild` へ変更されました。同時にこのモデルを参照するすべてのインスタンスも変更されています。" -#: ../../migrating.rst:56 +#: ../../migrating.rst:1257 msgid "A list of changes is as follows:" msgstr "変更点の一覧" -#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:869 +#: ../../migrating.rst:1260 +#: ../../migrating.rst:1296 +#: ../../migrating.rst:2070 msgid "Before" msgstr "変更前" -#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:869 +#: ../../migrating.rst:1260 +#: ../../migrating.rst:1296 +#: ../../migrating.rst:2070 msgid "After" msgstr "変更後" -#: ../../migrating.rst:61 +#: ../../migrating.rst:1262 msgid "``Message.server``" msgstr "``Message.server``" -#: ../../migrating.rst:61 +#: ../../migrating.rst:1262 msgid ":attr:`Message.guild`" msgstr ":attr:`Message.guild`" -#: ../../migrating.rst:63 +#: ../../migrating.rst:1264 msgid "``Channel.server``" msgstr "``Channel.server``" -#: ../../migrating.rst:63 +#: ../../migrating.rst:1264 msgid ":attr:`.GuildChannel.guild`" msgstr ":attr:`.GuildChannel.guild`" -#: ../../migrating.rst:65 +#: ../../migrating.rst:1266 msgid "``Client.servers``" msgstr "``Client.servers``" -#: ../../migrating.rst:65 ../../migrating.rst:233 +#: ../../migrating.rst:1266 +#: ../../migrating.rst:1434 msgid ":attr:`Client.guilds`" msgstr ":attr:`Client.guilds`" -#: ../../migrating.rst:67 +#: ../../migrating.rst:1268 msgid "``Client.get_server``" msgstr "``Client.get_server``" -#: ../../migrating.rst:67 -msgid ":meth:`Client.get_guild`" -msgstr ":meth:`Client.get_guild`" - -#: ../../migrating.rst:69 +#: ../../migrating.rst:1270 msgid "``Emoji.server``" msgstr "``Emoji.server``" -#: ../../migrating.rst:69 +#: ../../migrating.rst:1270 msgid ":attr:`Emoji.guild`" msgstr ":attr:`Emoji.guild`" -#: ../../migrating.rst:71 +#: ../../migrating.rst:1272 msgid "``Role.server``" msgstr "``Role.server``" -#: ../../migrating.rst:71 +#: ../../migrating.rst:1272 msgid ":attr:`Role.guild`" msgstr ":attr:`Role.guild`" -#: ../../migrating.rst:73 +#: ../../migrating.rst:1274 msgid "``Invite.server``" msgstr "``Invite.server``" -#: ../../migrating.rst:73 +#: ../../migrating.rst:1274 msgid ":attr:`Invite.guild`" msgstr ":attr:`Invite.guild`" -#: ../../migrating.rst:75 +#: ../../migrating.rst:1276 msgid "``Member.server``" msgstr "``Member.server``" -#: ../../migrating.rst:75 +#: ../../migrating.rst:1276 msgid ":attr:`Member.guild`" msgstr ":attr:`Member.guild`" -#: ../../migrating.rst:77 +#: ../../migrating.rst:1278 msgid "``Permissions.manage_server``" msgstr "``Permissions.manage_server``" -#: ../../migrating.rst:77 +#: ../../migrating.rst:1278 msgid ":attr:`Permissions.manage_guild`" msgstr ":attr:`Permissions.manage_guild`" -#: ../../migrating.rst:79 +#: ../../migrating.rst:1280 msgid "``VoiceClient.server``" msgstr "``VoiceClient.server``" -#: ../../migrating.rst:79 +#: ../../migrating.rst:1280 msgid ":attr:`VoiceClient.guild`" msgstr ":attr:`VoiceClient.guild`" -#: ../../migrating.rst:81 +#: ../../migrating.rst:1282 msgid "``Client.create_server``" msgstr "``Client.create_server``" -#: ../../migrating.rst:81 -msgid ":meth:`Client.create_guild`" -msgstr ":meth:`Client.create_guild`" - -#: ../../migrating.rst:87 +#: ../../migrating.rst:1288 msgid "Models are Stateful" msgstr "モデルのステートフル化" -#: ../../migrating.rst:89 -msgid "" -"As mentioned earlier, a lot of functionality was moved out of " -":class:`Client` and put into their respective :ref:`model " -"`." -msgstr "" -"前述したように、多くの機能が :class:`Client` から各々の :ref:`model ` " -"へと移されました。" +#: ../../migrating.rst:1290 +msgid "As mentioned earlier, a lot of functionality was moved out of :class:`Client` and put into their respective :ref:`model `." +msgstr "前述したように、多くの機能が :class:`Client` から各々の :ref:`model ` へと移されました。" -#: ../../migrating.rst:92 +#: ../../migrating.rst:1293 msgid "A list of these changes is enumerated below." msgstr "以下が、これによる変更点の一覧です。" -#: ../../migrating.rst:97 +#: ../../migrating.rst:1298 msgid "``Client.add_reaction``" msgstr "``Client.add_reaction``" -#: ../../migrating.rst:97 -msgid ":meth:`Message.add_reaction`" -msgstr ":meth:`Message.add_reaction`" - -#: ../../migrating.rst:99 +#: ../../migrating.rst:1300 msgid "``Client.add_roles``" msgstr "``Client.add_roles``" -#: ../../migrating.rst:99 +#: ../../migrating.rst:1300 msgid ":meth:`Member.add_roles`" msgstr ":meth:`Member.add_roles`" -#: ../../migrating.rst:101 +#: ../../migrating.rst:1302 msgid "``Client.ban``" msgstr "``Client.ban``" -#: ../../migrating.rst:101 +#: ../../migrating.rst:1302 msgid ":meth:`Member.ban` or :meth:`Guild.ban`" msgstr ":meth:`Member.ban` または :meth:`Guild.ban`" -#: ../../migrating.rst:103 +#: ../../migrating.rst:1304 msgid "``Client.change_nickname``" msgstr "``Client.change_nickname``" -#: ../../migrating.rst:103 ../../migrating.rst:171 ../../migrating.rst:187 -#: ../../migrating.rst:195 -msgid ":meth:`Member.edit`" -msgstr ":meth:`Member.edit`" - -#: ../../migrating.rst:105 +#: ../../migrating.rst:1306 msgid "``Client.clear_reactions``" msgstr "``Client.clear_reactions``" -#: ../../migrating.rst:105 +#: ../../migrating.rst:1306 msgid ":meth:`Message.clear_reactions`" msgstr ":meth:`Message.clear_reactions`" -#: ../../migrating.rst:107 +#: ../../migrating.rst:1308 msgid "``Client.create_channel``" msgstr "``Client.create_channel``" -#: ../../migrating.rst:107 +#: ../../migrating.rst:1308 msgid ":meth:`Guild.create_text_channel` and :meth:`Guild.create_voice_channel`" msgstr ":meth:`Guild.create_text_channel` および :meth:`Guild.create_voice_channel`" -#: ../../migrating.rst:109 +#: ../../migrating.rst:1310 msgid "``Client.create_custom_emoji``" msgstr "``Client.create_custom_emoji``" -#: ../../migrating.rst:109 -msgid ":meth:`Guild.create_custom_emoji`" -msgstr ":meth:`Guild.create_custom_emoji`" - -#: ../../migrating.rst:111 +#: ../../migrating.rst:1312 msgid "``Client.create_invite``" msgstr "``Client.create_invite``" -#: ../../migrating.rst:111 +#: ../../migrating.rst:1312 msgid ":meth:`abc.GuildChannel.create_invite`" msgstr ":meth:`abc.GuildChannel.create_invite`" -#: ../../migrating.rst:113 +#: ../../migrating.rst:1314 msgid "``Client.create_role``" msgstr "``Client.create_role``" -#: ../../migrating.rst:113 -msgid ":meth:`Guild.create_role`" -msgstr ":meth:`Guild.create_role`" - -#: ../../migrating.rst:115 +#: ../../migrating.rst:1316 msgid "``Client.delete_channel``" msgstr "``Client.delete_channel``" -#: ../../migrating.rst:115 +#: ../../migrating.rst:1316 msgid ":meth:`abc.GuildChannel.delete`" msgstr ":meth:`abc.GuildChannel.delete`" -#: ../../migrating.rst:117 +#: ../../migrating.rst:1318 msgid "``Client.delete_channel_permissions``" msgstr "``Client.delete_channel_permissions``" -#: ../../migrating.rst:117 -msgid "" -":meth:`abc.GuildChannel.set_permissions` with ``overwrite`` set to " -"``None``" -msgstr "" -":meth:`abc.GuildChannel.set_permissions` の ``overwrite`` を ``None`` " -"に設定しました" +#: ../../migrating.rst:1318 +msgid ":meth:`abc.GuildChannel.set_permissions` with ``overwrite`` set to ``None``" +msgstr ":meth:`abc.GuildChannel.set_permissions` の ``overwrite`` を ``None`` に設定しました" -#: ../../migrating.rst:119 +#: ../../migrating.rst:1320 msgid "``Client.delete_custom_emoji``" msgstr "``Client.delete_custom_emoji``" -#: ../../migrating.rst:119 +#: ../../migrating.rst:1320 msgid ":meth:`Emoji.delete`" msgstr ":meth:`Emoji.delete`" -#: ../../migrating.rst:121 +#: ../../migrating.rst:1322 msgid "``Client.delete_invite``" msgstr "``Client.delete_invite``" -#: ../../migrating.rst:121 +#: ../../migrating.rst:1322 msgid ":meth:`Invite.delete` or :meth:`Client.delete_invite`" msgstr ":meth:`Invite.delete` または :meth:`Client.delete_invite`" -#: ../../migrating.rst:123 +#: ../../migrating.rst:1324 msgid "``Client.delete_message``" msgstr "``Client.delete_message``" -#: ../../migrating.rst:123 +#: ../../migrating.rst:1324 msgid ":meth:`Message.delete`" msgstr ":meth:`Message.delete`" -#: ../../migrating.rst:125 +#: ../../migrating.rst:1326 msgid "``Client.delete_messages``" msgstr "``Client.delete_messages``" -#: ../../migrating.rst:125 -msgid ":meth:`TextChannel.delete_messages`" -msgstr ":meth:`TextChannel.delete_messages`" - -#: ../../migrating.rst:127 +#: ../../migrating.rst:1328 msgid "``Client.delete_role``" msgstr "``Client.delete_role``" -#: ../../migrating.rst:127 +#: ../../migrating.rst:1328 msgid ":meth:`Role.delete`" msgstr ":meth:`Role.delete`" -#: ../../migrating.rst:129 +#: ../../migrating.rst:1330 msgid "``Client.delete_server``" msgstr "``Client.delete_server``" -#: ../../migrating.rst:129 +#: ../../migrating.rst:1330 msgid ":meth:`Guild.delete`" msgstr ":meth:`Guild.delete`" -#: ../../migrating.rst:131 +#: ../../migrating.rst:1332 msgid "``Client.edit_channel``" msgstr "``Client.edit_channel``" -#: ../../migrating.rst:131 ../../migrating.rst:169 +#: ../../migrating.rst:1332 +#: ../../migrating.rst:1370 msgid ":meth:`TextChannel.edit` or :meth:`VoiceChannel.edit`" msgstr ":meth:`TextChannel.edit` または :meth:`VoiceChannel.edit`" -#: ../../migrating.rst:133 +#: ../../migrating.rst:1334 msgid "``Client.edit_channel_permissions``" msgstr "``Client.edit_channel_permissions``" -#: ../../migrating.rst:133 -msgid ":meth:`abc.GuildChannel.set_permissions`" -msgstr ":meth:`abc.GuildChannel.set_permissions`" - -#: ../../migrating.rst:135 +#: ../../migrating.rst:1336 msgid "``Client.edit_custom_emoji``" msgstr "``Client.edit_custom_emoji``" -#: ../../migrating.rst:135 -msgid ":meth:`Emoji.edit`" -msgstr ":meth:`Emoji.edit`" - -#: ../../migrating.rst:137 +#: ../../migrating.rst:1338 msgid "``Client.edit_message``" msgstr "``Client.edit_message``" -#: ../../migrating.rst:137 -msgid ":meth:`Message.edit`" -msgstr ":meth:`Message.edit`" - -#: ../../migrating.rst:139 +#: ../../migrating.rst:1340 msgid "``Client.edit_profile``" msgstr "``Client.edit_profile``" -#: ../../migrating.rst:139 +#: ../../migrating.rst:1340 msgid ":meth:`ClientUser.edit` (you get this from :attr:`Client.user`)" msgstr ":meth:`ClientUser.edit` ( :attr:`Client.user` から取得可能)" -#: ../../migrating.rst:141 +#: ../../migrating.rst:1342 msgid "``Client.edit_role``" msgstr "``Client.edit_role``" -#: ../../migrating.rst:141 ../../migrating.rst:173 -msgid ":meth:`Role.edit`" -msgstr ":meth:`Role.edit`" - -#: ../../migrating.rst:143 +#: ../../migrating.rst:1344 msgid "``Client.edit_server``" msgstr "``Client.edit_server``" -#: ../../migrating.rst:143 -msgid ":meth:`Guild.edit`" -msgstr ":meth:`Guild.edit`" - -#: ../../migrating.rst:145 +#: ../../migrating.rst:1346 msgid "``Client.estimate_pruned_members``" msgstr "``Client.estimate_pruned_members``" -#: ../../migrating.rst:145 -msgid ":meth:`Guild.estimate_pruned_members`" -msgstr ":meth:`Guild.estimate_pruned_members`" - -#: ../../migrating.rst:147 ../../migrating.rst:327 +#: ../../migrating.rst:1348 +#: ../../migrating.rst:1528 msgid "``Client.get_all_emojis``" msgstr "``Client.get_all_emojis``" -#: ../../migrating.rst:147 +#: ../../migrating.rst:1348 msgid ":attr:`Client.emojis`" msgstr ":attr:`Client.emojis`" -#: ../../migrating.rst:149 +#: ../../migrating.rst:1350 msgid "``Client.get_bans``" msgstr "``Client.get_bans``" -#: ../../migrating.rst:149 +#: ../../migrating.rst:1350 msgid ":meth:`Guild.bans`" msgstr ":meth:`Guild.bans`" -#: ../../migrating.rst:151 +#: ../../migrating.rst:1352 msgid "``Client.get_invite``" msgstr "``Client.get_invite``" -#: ../../migrating.rst:151 +#: ../../migrating.rst:1352 msgid ":meth:`Client.fetch_invite`" msgstr ":meth:`Client.fetch_invite`" -#: ../../migrating.rst:153 +#: ../../migrating.rst:1354 msgid "``Client.get_message``" msgstr "``Client.get_message``" -#: ../../migrating.rst:153 -msgid ":meth:`abc.Messageable.fetch_message`" -msgstr ":meth:`abc.Messageable.fetch_message`" - -#: ../../migrating.rst:155 +#: ../../migrating.rst:1356 msgid "``Client.get_reaction_users``" msgstr "``Client.get_reaction_users``" -#: ../../migrating.rst:155 ../../migrating.rst:493 -msgid ":meth:`Reaction.users`" -msgstr ":meth:`Reaction.users`" - -#: ../../migrating.rst:157 +#: ../../migrating.rst:1358 msgid "``Client.get_user_info``" msgstr "``Client.get_user_info``" -#: ../../migrating.rst:157 -msgid ":meth:`Client.fetch_user`" -msgstr ":meth:`Client.fetch_user`" - -#: ../../migrating.rst:159 +#: ../../migrating.rst:1360 msgid "``Client.invites_from``" msgstr "``Client.invites_from``" -#: ../../migrating.rst:159 +#: ../../migrating.rst:1360 msgid ":meth:`abc.GuildChannel.invites` or :meth:`Guild.invites`" msgstr ":meth:`abc.GuildChannel.invites` または :meth:`Guild.invites`" -#: ../../migrating.rst:161 +#: ../../migrating.rst:1362 msgid "``Client.join_voice_channel``" msgstr "``Client.join_voice_channel``" -#: ../../migrating.rst:161 +#: ../../migrating.rst:1362 msgid ":meth:`VoiceChannel.connect` (see :ref:`migrating_1_0_voice`)" msgstr ":meth:`VoiceChannel.connect` ( :ref:`migrating_1_0_voice` を参照)" -#: ../../migrating.rst:163 +#: ../../migrating.rst:1364 msgid "``Client.kick``" msgstr "``Client.kick``" -#: ../../migrating.rst:163 +#: ../../migrating.rst:1364 msgid ":meth:`Guild.kick` or :meth:`Member.kick`" msgstr ":meth:`Guild.kick` または :meth:`Member.kick`" -#: ../../migrating.rst:165 +#: ../../migrating.rst:1366 msgid "``Client.leave_server``" msgstr "``Client.leave_server``" -#: ../../migrating.rst:165 +#: ../../migrating.rst:1366 msgid ":meth:`Guild.leave`" msgstr ":meth:`Guild.leave`" -#: ../../migrating.rst:167 +#: ../../migrating.rst:1368 msgid "``Client.logs_from``" msgstr "``Client.logs_from``" -#: ../../migrating.rst:167 +#: ../../migrating.rst:1368 msgid ":meth:`abc.Messageable.history` (see :ref:`migrating_1_0_async_iter`)" msgstr ":meth:`abc.Messageable.history` ( :ref:`migrating_1_0_async_iter` を参照)" -#: ../../migrating.rst:169 +#: ../../migrating.rst:1370 msgid "``Client.move_channel``" msgstr "``Client.move_channel``" -#: ../../migrating.rst:171 +#: ../../migrating.rst:1372 msgid "``Client.move_member``" msgstr "``Client.move_member``" -#: ../../migrating.rst:173 +#: ../../migrating.rst:1374 msgid "``Client.move_role``" msgstr "``Client.move_role``" -#: ../../migrating.rst:175 +#: ../../migrating.rst:1376 msgid "``Client.pin_message``" msgstr "``Client.pin_message``" -#: ../../migrating.rst:175 +#: ../../migrating.rst:1376 msgid ":meth:`Message.pin`" msgstr ":meth:`Message.pin`" -#: ../../migrating.rst:177 +#: ../../migrating.rst:1378 msgid "``Client.pins_from``" msgstr "``Client.pins_from``" -#: ../../migrating.rst:177 +#: ../../migrating.rst:1378 msgid ":meth:`abc.Messageable.pins`" msgstr ":meth:`abc.Messageable.pins`" -#: ../../migrating.rst:179 +#: ../../migrating.rst:1380 msgid "``Client.prune_members``" msgstr "``Client.prune_members``" -#: ../../migrating.rst:179 -msgid ":meth:`Guild.prune_members`" -msgstr ":meth:`Guild.prune_members`" - -#: ../../migrating.rst:181 +#: ../../migrating.rst:1382 msgid "``Client.purge_from``" msgstr "``Client.purge_from``" -#: ../../migrating.rst:181 +#: ../../migrating.rst:1382 msgid ":meth:`TextChannel.purge`" msgstr ":meth:`TextChannel.purge`" -#: ../../migrating.rst:183 +#: ../../migrating.rst:1384 msgid "``Client.remove_reaction``" msgstr "``Client.remove_reaction``" -#: ../../migrating.rst:183 -msgid ":meth:`Message.remove_reaction`" -msgstr ":meth:`Message.remove_reaction`" - -#: ../../migrating.rst:185 +#: ../../migrating.rst:1386 msgid "``Client.remove_roles``" msgstr "``Client.remove_roles``" -#: ../../migrating.rst:185 +#: ../../migrating.rst:1386 msgid ":meth:`Member.remove_roles`" msgstr ":meth:`Member.remove_roles`" -#: ../../migrating.rst:187 +#: ../../migrating.rst:1388 msgid "``Client.replace_roles``" msgstr "``Client.replace_roles``" -#: ../../migrating.rst:189 +#: ../../migrating.rst:1390 msgid "``Client.send_file``" msgstr "``Client.send_file``" -#: ../../migrating.rst:189 ../../migrating.rst:191 +#: ../../migrating.rst:1390 +#: ../../migrating.rst:1392 msgid ":meth:`abc.Messageable.send` (see :ref:`migrating_1_0_sending_messages`)" msgstr ":meth:`abc.Messageable.send` ( :ref:`migrating_1_0_sending_messages` を参照)" -#: ../../migrating.rst:191 +#: ../../migrating.rst:1392 msgid "``Client.send_message``" msgstr "``Client.send_message``" -#: ../../migrating.rst:193 +#: ../../migrating.rst:1394 msgid "``Client.send_typing``" msgstr "``Client.send_typing``" -#: ../../migrating.rst:193 -msgid "" -":meth:`abc.Messageable.trigger_typing` (use " -":meth:`abc.Messageable.typing`)" -msgstr "" -":meth:`abc.Messageable.trigger_typing` (:meth:`abc.Messageable.typing` " -"を使用してください)" +#: ../../migrating.rst:1394 +msgid ":meth:`abc.Messageable.trigger_typing` (use :meth:`abc.Messageable.typing`)" +msgstr ":meth:`abc.Messageable.trigger_typing` (:meth:`abc.Messageable.typing` を使用してください)" -#: ../../migrating.rst:195 +#: ../../migrating.rst:1396 msgid "``Client.server_voice_state``" msgstr "``Client.server_voice_state``" -#: ../../migrating.rst:197 +#: ../../migrating.rst:1398 msgid "``Client.start_private_message``" msgstr "``Client.start_private_message``" -#: ../../migrating.rst:197 +#: ../../migrating.rst:1398 msgid ":meth:`User.create_dm`" msgstr ":meth:`User.create_dm`" -#: ../../migrating.rst:199 +#: ../../migrating.rst:1400 msgid "``Client.unban``" msgstr "``Client.unban``" -#: ../../migrating.rst:199 +#: ../../migrating.rst:1400 msgid ":meth:`Guild.unban` or :meth:`Member.unban`" msgstr ":meth:`Guild.unban` または :meth:`Member.unban`" -#: ../../migrating.rst:201 +#: ../../migrating.rst:1402 msgid "``Client.unpin_message``" msgstr "``Client.unpin_message``" -#: ../../migrating.rst:201 +#: ../../migrating.rst:1402 msgid ":meth:`Message.unpin`" msgstr ":meth:`Message.unpin`" -#: ../../migrating.rst:203 +#: ../../migrating.rst:1404 msgid "``Client.wait_for_message``" msgstr "``Client.wait_for_message``" -#: ../../migrating.rst:203 ../../migrating.rst:205 +#: ../../migrating.rst:1404 +#: ../../migrating.rst:1406 msgid ":meth:`Client.wait_for` (see :ref:`migrating_1_0_wait_for`)" msgstr ":meth:`Client.wait_for` ( :ref:`migrating_1_0_wait_for` を参照)" -#: ../../migrating.rst:205 +#: ../../migrating.rst:1406 msgid "``Client.wait_for_reaction``" msgstr "``Client.wait_for_reaction``" -#: ../../migrating.rst:207 +#: ../../migrating.rst:1408 msgid "``Client.wait_until_login``" msgstr "``Client.wait_until_login``" -#: ../../migrating.rst:207 +#: ../../migrating.rst:1408 msgid "Removed" msgstr "削除されました" -#: ../../migrating.rst:209 +#: ../../migrating.rst:1410 msgid "``Client.wait_until_ready``" msgstr "``Client.wait_until_ready``" -#: ../../migrating.rst:209 +#: ../../migrating.rst:1410 msgid "No change" msgstr "変更なし" -#: ../../migrating.rst:213 +#: ../../migrating.rst:1414 msgid "Property Changes" msgstr "プロパティの変更" -#: ../../migrating.rst:215 -msgid "" -"In order to be a bit more consistent, certain things that were properties" -" were changed to methods instead." +#: ../../migrating.rst:1416 +msgid "In order to be a bit more consistent, certain things that were properties were changed to methods instead." msgstr "一貫性を持たせるために、いくつかのプロパティがメソッドに変更されました。" -#: ../../migrating.rst:217 -msgid "" -"The following are now methods instead of properties (requires " -"parentheses):" +#: ../../migrating.rst:1418 +msgid "The following are now methods instead of properties (requires parentheses):" msgstr "プロパティの代わりに追加されたメソッドは以下のとおりです。(使用の際にはカッコが必要です)" -#: ../../migrating.rst:219 +#: ../../migrating.rst:1420 msgid ":meth:`Role.is_default`" msgstr ":meth:`Role.is_default`" -#: ../../migrating.rst:220 +#: ../../migrating.rst:1421 msgid ":meth:`Client.is_ready`" msgstr ":meth:`Client.is_ready`" -#: ../../migrating.rst:221 +#: ../../migrating.rst:1422 msgid ":meth:`Client.is_closed`" msgstr ":meth:`Client.is_closed`" -#: ../../migrating.rst:224 +#: ../../migrating.rst:1425 msgid "Dict Value Change" msgstr "辞書の値の変更" -#: ../../migrating.rst:226 -msgid "" -"Prior to v1.0 some aggregating properties that retrieved models would " -"return \"dict view\" objects." +#: ../../migrating.rst:1427 +msgid "Prior to v1.0 some aggregating properties that retrieved models would return \"dict view\" objects." msgstr "v1.0以前では、複数のモデルを集約して取得するプロパティは「辞書ビュー」オブジェクトで結果を返していました。" -#: ../../migrating.rst:228 -msgid "" -"As a consequence, when the dict would change size while you would iterate" -" over it, a RuntimeError would be raised and crash the task. To alleviate" -" this, the \"dict view\" objects were changed into lists." +#: ../../migrating.rst:1429 +msgid "As a consequence, when the dict would change size while you would iterate over it, a RuntimeError would be raised and crash the task. To alleviate this, the \"dict view\" objects were changed into lists." msgstr "これは、オブジェクトを用いて繰り返し処理を行っている間に、辞書サイズが変更されたとき、RuntimeErrorを発生させてタスクをクラッシュさせていました。これを軽減させるため「辞書ビュー」オブジェクトはリストに変更されました。" -#: ../../migrating.rst:231 +#: ../../migrating.rst:1432 msgid "The following views were changed to a list:" msgstr "以下のビューがリストへ変更されています。" -#: ../../migrating.rst:234 +#: ../../migrating.rst:1435 msgid ":attr:`Client.users` (new in v1.0)" msgstr ":attr:`Client.users` (v1.0にて追加)" -#: ../../migrating.rst:235 +#: ../../migrating.rst:1436 msgid ":attr:`Client.emojis` (new in v1.0)" msgstr ":attr:`Client.emojis` (v1.0にて追加)" -#: ../../migrating.rst:236 +#: ../../migrating.rst:1437 msgid ":attr:`Guild.channels`" msgstr ":attr:`Guild.channels`" -#: ../../migrating.rst:237 +#: ../../migrating.rst:1438 msgid ":attr:`Guild.text_channels` (new in v1.0)" msgstr ":attr:`Guild.text_channels` (v1.0にて追加)" -#: ../../migrating.rst:238 +#: ../../migrating.rst:1439 msgid ":attr:`Guild.voice_channels` (new in v1.0)" msgstr ":attr:`Guild.voice_channels` (v1.0にて追加)" -#: ../../migrating.rst:239 +#: ../../migrating.rst:1440 msgid ":attr:`Guild.emojis`" msgstr ":attr:`Guild.emojis`" -#: ../../migrating.rst:240 +#: ../../migrating.rst:1441 msgid ":attr:`Guild.members`" msgstr ":attr:`Guild.members`" -#: ../../migrating.rst:243 +#: ../../migrating.rst:1444 msgid "Voice State Changes" msgstr "ボイスステートの変更" -#: ../../migrating.rst:245 -msgid "" -"Earlier, in v0.11.0 a :class:`VoiceState` class was added to refer to " -"voice states along with a :attr:`Member.voice` attribute to refer to it." -msgstr "" -"v0.11.0では、ボイスステートを参照するために :class:`VoiceState` が追加され、このクラスを参照するために " -":attr:`Member.voice` が使われていました。" +#: ../../migrating.rst:1446 +msgid "Earlier, in v0.11.0 a :class:`VoiceState` class was added to refer to voice states along with a :attr:`Member.voice` attribute to refer to it." +msgstr "v0.11.0では、ボイスステートを参照するために :class:`VoiceState` が追加され、このクラスを参照するために :attr:`Member.voice` が使われていました。" -#: ../../migrating.rst:248 -msgid "" -"However, it was transparent to the user. In an effort to make the library" -" save more memory, the voice state change is now more visible." +#: ../../migrating.rst:1449 +msgid "However, it was transparent to the user. In an effort to make the library save more memory, the voice state change is now more visible." msgstr "これはユーザーにとって透過的なものでしたが、ライブラリがメモリを節約できるようボイスステートの変化が可視的になりました。" -#: ../../migrating.rst:251 -msgid "" -"The only way to access voice attributes is via the :attr:`Member.voice` " -"attribute. Note that if the member does not have a voice state this " -"attribute can be ``None``." -msgstr "" -"ボイスの属性にアクセスするには :attr:`Member.voice` を用いる方法しか存在しません。メンバーがボイスステートを持たない場合は " -"``None`` が返ることに注意してください。" +#: ../../migrating.rst:1452 +msgid "The only way to access voice attributes is via the :attr:`Member.voice` attribute. Note that if the member does not have a voice state this attribute can be ``None``." +msgstr "ボイスの属性にアクセスするには :attr:`Member.voice` を用いる方法しか存在しません。メンバーがボイスステートを持たない場合は ``None`` が返ることに注意してください。" -#: ../../migrating.rst:267 +#: ../../migrating.rst:1468 msgid "User and Member Type Split" msgstr "ユーザーとメンバーの分離" -#: ../../migrating.rst:269 -msgid "" -"In v1.0 to save memory, :class:`User` and :class:`Member` are no longer " -"inherited. Instead, they are \"flattened\" by having equivalent " -"properties that map out to the functional underlying :class:`User`. Thus," -" there is no functional change in how they are used. However this breaks " -":func:`isinstance` checks and thus is something to keep in mind." -msgstr "" -"v1.0では、メモリの節約のため、 :class:`Member` は :class:`User` のサブクラスではなくなりました。代わりに、 " -":class:`User` " -"に記述されたものと同等のプロパティを実装することで、この二つのクラスはフラット化されています。そのため、使用方法に機能的変更はありません。ただし、" -" :func:`isinstance` が使えなくなってしまったことは留意しておくべきです。" +#: ../../migrating.rst:1470 +msgid "In v1.0 to save memory, :class:`User` and :class:`Member` are no longer inherited. Instead, they are \"flattened\" by having equivalent properties that map out to the functional underlying :class:`User`. Thus, there is no functional change in how they are used. However this breaks :func:`isinstance` checks and thus is something to keep in mind." +msgstr "v1.0では、メモリの節約のため、 :class:`Member` は :class:`User` のサブクラスではなくなりました。代わりに、 :class:`User` に記述されたものと同等のプロパティを実装することで、この二つのクラスはフラット化されています。そのため、使用方法に機能的変更はありません。ただし、 :func:`isinstance` が使えなくなってしまったことは留意しておくべきです。" -#: ../../migrating.rst:273 -msgid "" -"These memory savings were accomplished by having a global :class:`User` " -"cache, and as a positive consequence you can now easily fetch a " -":class:`User` by their ID by using the new :meth:`Client.get_user`. You " -"can also get a list of all :class:`User` your client can see with " -":attr:`Client.users`." -msgstr "" -"メモリの節約は、グローバルな :class:`User` のキャッシュを持つことで実現しました。これによって " -":meth:`Client.get_user` を使ってIDから簡単に :class:`User` " -"を取得できます。また、あなたのクライアントが見ることができるユーザーを :attr:`Client.users` " -"ですべて取得できるようにもなりました。" +#: ../../migrating.rst:1474 +msgid "These memory savings were accomplished by having a global :class:`User` cache, and as a positive consequence you can now easily fetch a :class:`User` by their ID by using the new :meth:`Client.get_user`. You can also get a list of all :class:`User` your client can see with :attr:`Client.users`." +msgstr "メモリの節約は、グローバルな :class:`User` のキャッシュを持つことで実現しました。これによって :meth:`Client.get_user` を使ってIDから簡単に :class:`User` を取得できます。また、あなたのクライアントが見ることができるユーザーを :attr:`Client.users` ですべて取得できるようにもなりました。" -#: ../../migrating.rst:280 +#: ../../migrating.rst:1481 msgid "Channel Type Split" msgstr "チャンネルタイプの分割" -#: ../../migrating.rst:282 -msgid "" -"Prior to v1.0, channels were two different types, ``Channel`` and " -"``PrivateChannel`` with a ``is_private`` property to help differentiate " -"between them." -msgstr "" -"v1.0以前のバージョンでは、チャンネルは ``is_private`` で判別する ``Channel`` と " -"``PrivateChannel`` の二通りしかありませんでした。" +#: ../../migrating.rst:1483 +msgid "Prior to v1.0, channels were two different types, ``Channel`` and ``PrivateChannel`` with a ``is_private`` property to help differentiate between them." +msgstr "v1.0以前のバージョンでは、チャンネルは ``is_private`` で判別する ``Channel`` と ``PrivateChannel`` の二通りしかありませんでした。" -#: ../../migrating.rst:285 -msgid "" -"In order to save memory the channels have been split into 4 different " -"types:" +#: ../../migrating.rst:1486 +msgid "In order to save memory the channels have been split into 4 different types:" msgstr "メモリ使用量を削減するため、チャンネルを4つのタイプへ分割しました。" -#: ../../migrating.rst:287 +#: ../../migrating.rst:1488 msgid ":class:`TextChannel` for guild text channels." msgstr "ギルドのテキストチャンネル用である :class:`TextChannel` 。" -#: ../../migrating.rst:288 +#: ../../migrating.rst:1489 msgid ":class:`VoiceChannel` for guild voice channels." msgstr "ギルドのボイスチャンネル用である :class:`VoiceChannel` 。" -#: ../../migrating.rst:289 +#: ../../migrating.rst:1490 msgid ":class:`DMChannel` for DM channels with members." msgstr "メンバーのDMチャンネル用である :class:`DMChannel` 。" -#: ../../migrating.rst:290 +#: ../../migrating.rst:1491 msgid ":class:`GroupChannel` for Group DM channels with members." msgstr "メンバーが参加するグループDMチャンネル用である :class:`GroupChannel` 。" -#: ../../migrating.rst:292 -msgid "" -"With this split came the removal of the ``is_private`` attribute. You " -"should now use :func:`isinstance`." -msgstr "" -"これらに分割されたことにより、 ``is_private`` は削除されました。v1.0では :func:`isinstance` " -"を使うべきでしょう。" +#: ../../migrating.rst:1493 +msgid "With this split came the removal of the ``is_private`` attribute. You should now use :func:`isinstance`." +msgstr "これらに分割されたことにより、 ``is_private`` は削除されました。v1.0では :func:`isinstance` を使うべきでしょう。" -#: ../../migrating.rst:294 +#: ../../migrating.rst:1495 msgid "The types are split into two different :ref:`discord_api_abcs`:" msgstr "型は二通りの :ref:`discord_api_abcs` に分けられます。" -#: ../../migrating.rst:296 +#: ../../migrating.rst:1497 msgid ":class:`abc.GuildChannel` for guild channels." msgstr "ギルドのチャンネルを表す :class:`abc.GuildChannel` 。" -#: ../../migrating.rst:297 +#: ../../migrating.rst:1498 msgid ":class:`abc.PrivateChannel` for private channels (DMs and group DMs)." msgstr "プライベートチャンネル(DMやグループDM)を表す :class:`abc.PrivateChannel` 。" -#: ../../migrating.rst:299 +#: ../../migrating.rst:1500 msgid "So to check if something is a guild channel you would do: ::" msgstr "チャンネルがギルドチャンネルであるかをチェックしたい場合:" -#: ../../migrating.rst:303 +#: ../../migrating.rst:1504 msgid "And to check if it's a private channel you would do: ::" msgstr "チャンネルがプライベートチャンネルであるかをチェックしたい場合:" -#: ../../migrating.rst:307 -msgid "" -"Of course, if you're looking for only a specific type you can pass that " -"too, e.g. ::" +#: ../../migrating.rst:1508 +msgid "Of course, if you're looking for only a specific type you can pass that too, e.g. ::" msgstr "もちろん、特定のチャンネルタイプを探したい場合、そのチャンネルタイプを渡すことも可能です。" -#: ../../migrating.rst:311 -msgid "" -"With this type split also came event changes, which are enumerated in " -":ref:`migrating_1_0_event_changes`." -msgstr "" -"この分割により、イベントにも変更がありました。これについては :ref:`migrating_1_0_event_changes` " -"に詳細があります。" +#: ../../migrating.rst:1512 +msgid "With this type split also came event changes, which are enumerated in :ref:`migrating_1_0_event_changes`." +msgstr "この分割により、イベントにも変更がありました。これについては :ref:`migrating_1_0_event_changes` に詳細があります。" -#: ../../migrating.rst:315 +#: ../../migrating.rst:1516 msgid "Miscellaneous Model Changes" msgstr "その他のモデルの変更" -#: ../../migrating.rst:317 +#: ../../migrating.rst:1518 msgid "There were lots of other things added or removed in the models in general." msgstr "一般的なモデルには追加、あるいは削除されたものが多くあります。" -#: ../../migrating.rst:319 +#: ../../migrating.rst:1520 msgid "They will be enumerated here." msgstr "以下がその一覧です。" -#: ../../migrating.rst:321 +#: ../../migrating.rst:1522 msgid "**Removed**" msgstr "**削除**" -#: ../../migrating.rst:323 +#: ../../migrating.rst:1524 msgid ":meth:`Client.login` no longer accepts email and password logins." msgstr ":meth:`Client.login` はEメールとパスワードによるログインを受け付けなくなりました。" -#: ../../migrating.rst:325 +#: ../../migrating.rst:1526 msgid "Use a token and ``bot=False``." msgstr "トークンと ``bot=False`` を使用してください。" -#: ../../migrating.rst:329 +#: ../../migrating.rst:1530 msgid "Use :attr:`Client.emojis` instead." msgstr "代わりに :attr:`Client.emojis` を使用してください。" -#: ../../migrating.rst:331 -#, fuzzy +#: ../../migrating.rst:1532 msgid "``Client.messages``" -msgstr "` ``Client.messages``" +msgstr "``Client.messages``" -#: ../../migrating.rst:333 +#: ../../migrating.rst:1534 msgid "Use read-only :attr:`Client.cached_messages` instead." msgstr "読み込み専用の :attr:`Client.cached_messages` を代わりに使ってください。" -#: ../../migrating.rst:335 +#: ../../migrating.rst:1536 msgid "``Client.wait_for_message`` and ``Client.wait_for_reaction`` are gone." msgstr "``Client.wait_for_message`` および ``Client.wait_for_reaction`` は削除されました。" -#: ../../migrating.rst:337 +#: ../../migrating.rst:1538 msgid "Use :meth:`Client.wait_for` instead." msgstr "代わりに :meth:`Client.wait_for` を使用してください。" -#: ../../migrating.rst:339 +#: ../../migrating.rst:1540 msgid "``Channel.voice_members``" msgstr "``Channel.voice_members``" -#: ../../migrating.rst:341 +#: ../../migrating.rst:1542 msgid "Use :attr:`VoiceChannel.members` instead." msgstr "代わりに :attr:`VoiceChannel.members` を使用してください。" -#: ../../migrating.rst:343 +#: ../../migrating.rst:1544 msgid "``Channel.is_private``" msgstr "``Channel.is_private``" -#: ../../migrating.rst:345 -msgid "" -"Use ``isinstance`` instead with one of the :ref:`discord_api_abcs` " -"instead." +#: ../../migrating.rst:1546 +msgid "Use ``isinstance`` instead with one of the :ref:`discord_api_abcs` instead." msgstr "代わりに ``isinstance`` と :ref:`discord_api_abcs` を使用してください。" -#: ../../migrating.rst:346 -msgid "" -"e.g. ``isinstance(channel, discord.abc.GuildChannel)`` will check if it " -"isn't a private channel." -msgstr "" -"例を挙げると ``isinstance(channel, discord.abc.GuildChannel)`` " -"でプライベートチャンネルであるかを確認できます。" +#: ../../migrating.rst:1547 +msgid "e.g. ``isinstance(channel, discord.abc.GuildChannel)`` will check if it isn't a private channel." +msgstr "例を挙げると ``isinstance(channel, discord.abc.GuildChannel)`` でプライベートチャンネルであるかを確認できます。" -#: ../../migrating.rst:348 +#: ../../migrating.rst:1549 msgid "``Client.accept_invite``" msgstr "``Client.accept_invite``" -#: ../../migrating.rst:350 -msgid "" -"There is no replacement for this one. This functionality is deprecated " -"API wise." +#: ../../migrating.rst:1551 +msgid "There is no replacement for this one. This functionality is deprecated API wise." msgstr "これに代わるものはありません。これは非推奨のAPIです。" -#: ../../migrating.rst:352 -msgid "" -"``Guild.default_channel`` / ``Server.default_channel`` and " -"``Channel.is_default``" -msgstr "" -"``Guild.default_channel`` / ``Server.default_channel`` および " -"``Channel.is_default``" +#: ../../migrating.rst:1553 +msgid "``Guild.default_channel`` / ``Server.default_channel`` and ``Channel.is_default``" +msgstr "``Guild.default_channel`` / ``Server.default_channel`` および ``Channel.is_default``" -#: ../../migrating.rst:354 -msgid "" -"The concept of a default channel was removed from Discord. See `#329 " -"`_." -msgstr "" -"デフォルトチャンネルの概念は、Discordから削除されました。 `#329 " -"`_ " -"を参照してください。" +#: ../../migrating.rst:1555 +msgid "The concept of a default channel was removed from Discord. See `#329 `_." +msgstr "デフォルトチャンネルの概念は、Discordから削除されました。 `#329 `_ を参照してください。" -#: ../../migrating.rst:357 +#: ../../migrating.rst:1558 msgid "``Message.edited_timestamp``" msgstr "``Message.edited_timestamp``" -#: ../../migrating.rst:359 +#: ../../migrating.rst:1560 msgid "Use :attr:`Message.edited_at` instead." msgstr "代わりに :attr:`Message.edited_at` を使用してください。" -#: ../../migrating.rst:361 +#: ../../migrating.rst:1562 msgid "``Message.timestamp``" msgstr "``Message.timestamp``" -#: ../../migrating.rst:363 +#: ../../migrating.rst:1564 msgid "Use :attr:`Message.created_at` instead." msgstr "代わりに :attr:`Message.created_at` を使用してください。" -#: ../../migrating.rst:365 +#: ../../migrating.rst:1566 msgid "``Colour.to_tuple()``" msgstr "``Colour.to_tuple()``" -#: ../../migrating.rst:367 +#: ../../migrating.rst:1568 msgid "Use :meth:`Colour.to_rgb` instead." msgstr "代わりに :meth:`Colour.to_rgb` を使用してください。" -#: ../../migrating.rst:369 +#: ../../migrating.rst:1570 msgid "``Permissions.view_audit_logs``" msgstr "``Permissions.view_audit_logs``" -#: ../../migrating.rst:371 +#: ../../migrating.rst:1572 msgid "Use :attr:`Permissions.view_audit_log` instead." msgstr "代わりに :attr:`Permissions.view_audit_log` を使用してください。" -#: ../../migrating.rst:373 +#: ../../migrating.rst:1574 msgid "``Member.game``" msgstr "``Member.game``" -#: ../../migrating.rst:375 +#: ../../migrating.rst:1576 msgid "Use :attr:`Member.activities` instead." msgstr "代わりに :attr:`Member.activities` 使用してください。" -#: ../../migrating.rst:377 +#: ../../migrating.rst:1578 msgid "``Guild.role_hierarchy`` / ``Server.role_hierarchy``" msgstr "``Guild.role_hierarchy`` / ``Server.role_hierarchy``" -#: ../../migrating.rst:379 -msgid "" -"Use :attr:`Guild.roles` instead. Note that while sorted, it is in the " -"opposite order of what the old ``Guild.role_hierarchy`` used to be." -msgstr "" -"代わりに :attr:`Guild.roles` を使用してください。ソート順が以前の ``Guild.role_hierarchy`` " -"とは逆になっていることに注意してください。" +#: ../../migrating.rst:1580 +msgid "Use :attr:`Guild.roles` instead. Note that while sorted, it is in the opposite order of what the old ``Guild.role_hierarchy`` used to be." +msgstr "代わりに :attr:`Guild.roles` を使用してください。ソート順が以前の ``Guild.role_hierarchy`` とは逆になっていることに注意してください。" -#: ../../migrating.rst:382 +#: ../../migrating.rst:1583 msgid "**Changed**" msgstr "**変更**" -#: ../../migrating.rst:384 -msgid "" -":attr:`Member.avatar_url` and :attr:`User.avatar_url` now return the " -"default avatar if a custom one is not set." -msgstr "" -":attr:`Member.avatar_url` と :attr:`User.avatar_url` " -"はアバターが設定されていなければ、デフォルトアバターが返るようになりました。" +#: ../../migrating.rst:1585 +msgid ":attr:`Member.avatar_url` and :attr:`User.avatar_url` now return the default avatar if a custom one is not set." +msgstr ":attr:`Member.avatar_url` と :attr:`User.avatar_url` はアバターが設定されていなければ、デフォルトアバターが返るようになりました。" -#: ../../migrating.rst:385 -msgid "" -":attr:`Message.embeds` is now a list of :class:`Embed` instead of " -":class:`dict` objects." -msgstr "" -":attr:`Message.embeds` は :class:`dict` オブジェクトから :class:`Embed` " -"のリストに変更されました。" +#: ../../migrating.rst:1586 +msgid ":attr:`Message.embeds` is now a list of :class:`Embed` instead of :class:`dict` objects." +msgstr ":attr:`Message.embeds` は :class:`dict` オブジェクトから :class:`Embed` のリストに変更されました。" -#: ../../migrating.rst:386 -msgid "" -":attr:`Message.attachments` is now a list of :class:`Attachment` instead " -"of :class:`dict` object." -msgstr "" -":attr:`Message.attachments` は :class:`dict` オブジェクトから :class:`Attachment` " -"のリストに変更されました。" +#: ../../migrating.rst:1587 +msgid ":attr:`Message.attachments` is now a list of :class:`Attachment` instead of :class:`dict` object." +msgstr ":attr:`Message.attachments` は :class:`dict` オブジェクトから :class:`Attachment` のリストに変更されました。" -#: ../../migrating.rst:387 -msgid "" -":attr:`Guild.roles` is now sorted through hierarchy. The first element is" -" always the ``@everyone`` role." +#: ../../migrating.rst:1588 +msgid ":attr:`Guild.roles` is now sorted through hierarchy. The first element is always the ``@everyone`` role." msgstr ":attr:`Guild.roles` はヒエラルキー順にソートされるようになりました。先頭には必ず ``@everyone`` が格納されます。" -#: ../../migrating.rst:389 +#: ../../migrating.rst:1590 msgid "**Added**" msgstr "**追加**" -#: ../../migrating.rst:391 +#: ../../migrating.rst:1592 msgid ":class:`Attachment` to represent a discord attachment." msgstr "Discordのアタッチメントを表す :class:`Attachment` 。" -#: ../../migrating.rst:392 +#: ../../migrating.rst:1593 msgid ":class:`CategoryChannel` to represent a channel category." msgstr "チャンネルのカテゴリを表す :class:`CategoryChannel` 。" -#: ../../migrating.rst:393 -msgid "" -":attr:`VoiceChannel.members` for fetching members connected to a voice " -"channel." +#: ../../migrating.rst:1594 +msgid ":attr:`VoiceChannel.members` for fetching members connected to a voice channel." msgstr "ボイスチャンネルに接続しているメンバーを取得する :attr:`VoiceChannel.members` 。" -#: ../../migrating.rst:394 +#: ../../migrating.rst:1595 msgid ":attr:`TextChannel.members` for fetching members that can see the channel." msgstr "テキストチャンネルを閲覧可能なメンバーを取得する :attr:`TextChannel.members` 。" -#: ../../migrating.rst:395 +#: ../../migrating.rst:1596 msgid ":attr:`Role.members` for fetching members that have the role." msgstr "役割を持っているメンバーを取得する :attr:`Role.members` 。" -#: ../../migrating.rst:396 +#: ../../migrating.rst:1597 msgid ":attr:`Guild.text_channels` for fetching text channels only." msgstr "テキストチャンネルのみを取得する :attr:`Guild.text_channels` 。" -#: ../../migrating.rst:397 +#: ../../migrating.rst:1598 msgid ":attr:`Guild.voice_channels` for fetching voice channels only." msgstr "ボイスチャンネルのみを取得する :attr:`Guild.voice_channels` 。" -#: ../../migrating.rst:398 +#: ../../migrating.rst:1599 msgid ":attr:`Guild.categories` for fetching channel categories only." msgstr "チャンネルのカテゴリのみを取得する :attr:`Guild.categories` 。" -#: ../../migrating.rst:399 -msgid "" -":attr:`TextChannel.category` and :attr:`VoiceChannel.category` to get the" -" category a channel belongs to." -msgstr "" -"チャンネルが属するカテゴリを取得する :attr:`TextChannel.category` と " -":attr:`VoiceChannel.category` 。" +#: ../../migrating.rst:1600 +msgid ":attr:`TextChannel.category` and :attr:`VoiceChannel.category` to get the category a channel belongs to." +msgstr "チャンネルが属するカテゴリを取得する :attr:`TextChannel.category` と :attr:`VoiceChannel.category` 。" -#: ../../migrating.rst:400 +#: ../../migrating.rst:1601 msgid ":meth:`Guild.by_category` to get channels grouped by their category." msgstr "カテゴリによってグループ化されたチャンネルを取得する :meth:`Guild.by_category` 。" -#: ../../migrating.rst:401 +#: ../../migrating.rst:1602 msgid ":attr:`Guild.chunked` to check member chunking status." msgstr "メンバーのチャンク状態を確認する :attr:`Guild.chunked` 。" -#: ../../migrating.rst:402 +#: ../../migrating.rst:1603 msgid ":attr:`Guild.explicit_content_filter` to fetch the content filter." msgstr "不適切な表現のフィルターを取得する :attr:`Guild.explicit_content_filter` 。" -#: ../../migrating.rst:403 +#: ../../migrating.rst:1604 msgid ":attr:`Guild.shard_id` to get a guild's Shard ID if you're sharding." msgstr "Shardingを使用している場合のみ、ギルドのShard IDを取得する :attr:`Guild.shard_id` 。" -#: ../../migrating.rst:404 +#: ../../migrating.rst:1605 msgid ":attr:`Client.users` to get all visible :class:`User` instances." msgstr "Botによってみることができる :class:`User` インスタンスをすべて返す :attr:`Client.users` 。" -#: ../../migrating.rst:405 +#: ../../migrating.rst:1606 msgid ":meth:`Client.get_user` to get a :class:`User` by ID." msgstr "IDから :class:`User` を取得する :meth:`Client.get_user` 。" -#: ../../migrating.rst:406 +#: ../../migrating.rst:1607 msgid ":meth:`User.avatar_url_as` to get an avatar in a specific size or format." msgstr "特定のサイズ、あるいはフォーマットのアバターを取得する :meth:`User.avatar_url_as` 。" -#: ../../migrating.rst:407 +#: ../../migrating.rst:1608 msgid ":meth:`Guild.vanity_invite` to fetch the guild's vanity invite." msgstr "ギルドのカスタム招待URLを取得する :meth:`Guild.vanity_invite` 。" -#: ../../migrating.rst:408 +#: ../../migrating.rst:1609 msgid ":meth:`Guild.audit_logs` to fetch the guild's audit logs." msgstr "ギルドのサーバーログを取得する :meth:`Guild.audit_logs` 。" -#: ../../migrating.rst:409 +#: ../../migrating.rst:1610 msgid ":attr:`Message.webhook_id` to fetch the message's webhook ID." msgstr "メッセージのWebhook IDを取得する :attr:`Message.webhook_id` 。" -#: ../../migrating.rst:410 -msgid "" -":attr:`Message.activity` and :attr:`Message.application` for Rich " -"Presence related information." -msgstr "" -"リッチプレゼンスに関する情報を取得する :attr:`Message.activity` および " -":attr:`Message.application` 。" +#: ../../migrating.rst:1611 +msgid ":attr:`Message.activity` and :attr:`Message.application` for Rich Presence related information." +msgstr "リッチプレゼンスに関する情報を取得する :attr:`Message.activity` および :attr:`Message.application` 。" -#: ../../migrating.rst:411 +#: ../../migrating.rst:1612 msgid ":meth:`TextChannel.is_nsfw` to check if a text channel is NSFW." msgstr "テキストチャンネルがNSFWであるかを確認する :meth:`TextChannel.is_nsfw` 。" -#: ../../migrating.rst:412 +#: ../../migrating.rst:1613 msgid ":meth:`Colour.from_rgb` to construct a :class:`Colour` from RGB tuple." msgstr "RGBのタプルから :class:`Colour` を作成する :meth:`Colour.from_rgb` 。" -#: ../../migrating.rst:413 +#: ../../migrating.rst:1614 msgid ":meth:`Guild.get_role` to get a role by its ID." msgstr "IDから役職を取得する :meth:`Guild.get_role` 。" -#: ../../migrating.rst:418 +#: ../../migrating.rst:1619 msgid "Sending Messages" msgstr "メッセージの送信" -#: ../../migrating.rst:420 -msgid "" -"One of the changes that were done was the merger of the previous " -"``Client.send_message`` and ``Client.send_file`` functionality into a " -"single method, :meth:`~abc.Messageable.send`." -msgstr "" -"変更点の一つは、以前の ``Client.send_message`` と ``Client.send_file`` の機能を単一のメソッド " -":meth:`~abc.Messageable.send` に統合したことです。" +#: ../../migrating.rst:1621 +msgid "One of the changes that were done was the merger of the previous ``Client.send_message`` and ``Client.send_file`` functionality into a single method, :meth:`~abc.Messageable.send`." +msgstr "変更点の一つは、以前の ``Client.send_message`` と ``Client.send_file`` の機能を単一のメソッド :meth:`~abc.Messageable.send` に統合したことです。" -#: ../../migrating.rst:423 ../../migrating.rst:1077 +#: ../../migrating.rst:1624 +#: ../../migrating.rst:2278 msgid "Basically: ::" msgstr "基本形" -#: ../../migrating.rst:431 -msgid "" -"This supports everything that the old ``send_message`` supported such as " -"embeds: ::" +#: ../../migrating.rst:1632 +msgid "This supports everything that the old ``send_message`` supported such as embeds: ::" msgstr "これは埋め込みメッセージなどといった、従来の ``send_message`` が持っていた機能を全てサポートしています。" -#: ../../migrating.rst:436 -msgid "" -"There is a caveat with sending files however, as this functionality was " -"expanded to support multiple file attachments, you must now use a " -":class:`File` pseudo-namedtuple to upload a single file. ::" -msgstr "" -"これはファイルの送信に対応できるように拡張されましたが、複数のファイルを送信する際には、 :class:`File` " -"の擬似的な名前付きタプルでファイルを渡す必要があります。" +#: ../../migrating.rst:1637 +msgid "There is a caveat with sending files however, as this functionality was expanded to support multiple file attachments, you must now use a :class:`File` pseudo-namedtuple to upload a single file. ::" +msgstr "これはファイルの送信に対応できるように拡張されましたが、複数のファイルを送信する際には、 :class:`File` の擬似的な名前付きタプルでファイルを渡す必要があります。" -#: ../../migrating.rst:445 +#: ../../migrating.rst:1646 msgid "This change was to facilitate multiple file uploads: ::" msgstr "この変更は、複数の添付ファイルの送信を容易にするために行われました。" -#: ../../migrating.rst:457 +#: ../../migrating.rst:1658 msgid "Asynchronous Iterators" msgstr "非同期のイテレータ" -#: ../../migrating.rst:459 -msgid "" -"Prior to v1.0, certain functions like ``Client.logs_from`` would return a" -" different type if done in Python 3.4 or 3.5+." -msgstr "" -"v1.0以前のバージョンは、Python 3.4 または 3.5以上の環境において ``Client.logs_from`` " -"のような特定の関数で、処理終了時に異なった型を返していました。" +#: ../../migrating.rst:1660 +msgid "Prior to v1.0, certain functions like ``Client.logs_from`` would return a different type if done in Python 3.4 or 3.5+." +msgstr "v1.0以前のバージョンは、Python 3.4 または 3.5以上の環境において ``Client.logs_from`` のような特定の関数で、処理終了時に異なった型を返していました。" -#: ../../migrating.rst:461 -msgid "" -"In v1.0, this change has been reverted and will now return a singular " -"type meeting an abstract concept called :class:`AsyncIterator`." +#: ../../migrating.rst:1662 +msgid "In v1.0, this change has been reverted and will now return a singular type meeting an abstract concept called :class:`AsyncIterator`." msgstr "これはv1.0で元に戻り、 :class:`AsyncIterator` という抽象概念を満たす特異な型を返します。" -#: ../../migrating.rst:464 +#: ../../migrating.rst:1665 msgid "This allows you to iterate over it like normal: ::" msgstr "これは通常のイテレータと同様の処理が行なえます。" -#: ../../migrating.rst:469 +#: ../../migrating.rst:1670 msgid "Or turn it into a list: ::" msgstr "またはリストにできます。" -#: ../../migrating.rst:475 -msgid "" -"A handy aspect of returning :class:`AsyncIterator` is that it allows you " -"to chain functions together such as :meth:`AsyncIterator.map` or " -":meth:`AsyncIterator.filter`: ::" -msgstr "" -":class:`AsyncIterator` を返すことで便利な点は :meth:`AsyncIterator.map` や " -":meth:`AsyncIterator.filter` といった関数をチェーンできることです: ::" +#: ../../migrating.rst:1676 +msgid "A handy aspect of returning :class:`AsyncIterator` is that it allows you to chain functions together such as :meth:`AsyncIterator.map` or :meth:`AsyncIterator.filter`: ::" +msgstr ":class:`AsyncIterator` を返すことで便利な点は :meth:`AsyncIterator.map` や :meth:`AsyncIterator.filter` といった関数をチェーンできることです: ::" -#: ../../migrating.rst:481 -msgid "" -"The functions passed to :meth:`AsyncIterator.map` or " -":meth:`AsyncIterator.filter` can be either coroutines or regular " -"functions." -msgstr "" -":meth:`AsyncIterator.map` または :meth:`AsyncIterator.filter` " -"に渡される関数はコルーチンか通常の関数です。" +#: ../../migrating.rst:1682 +msgid "The functions passed to :meth:`AsyncIterator.map` or :meth:`AsyncIterator.filter` can be either coroutines or regular functions." +msgstr ":meth:`AsyncIterator.map` または :meth:`AsyncIterator.filter` に渡される関数はコルーチンか通常の関数です。" -#: ../../migrating.rst:484 -msgid "" -"You can also get single elements a la :func:`discord.utils.find` or " -":func:`discord.utils.get` via :meth:`AsyncIterator.get` or " -":meth:`AsyncIterator.find`: ::" -msgstr "" -":meth:`AsyncIterator.get` または :meth:`AsyncIterator.find` を介して " -":func:`discord.utils.get` または :func:`discord.utils.find` " -"で単一の要素を取得することもできます。" +#: ../../migrating.rst:1685 +msgid "You can also get single elements a la :func:`discord.utils.find` or :func:`discord.utils.get` via :meth:`AsyncIterator.get` or :meth:`AsyncIterator.find`: ::" +msgstr ":meth:`AsyncIterator.get` または :meth:`AsyncIterator.find` を介して :func:`discord.utils.get` または :func:`discord.utils.find` で単一の要素を取得することもできます。" -#: ../../migrating.rst:489 +#: ../../migrating.rst:1690 msgid "The following return :class:`AsyncIterator`:" msgstr ":class:`AsyncIterator` を返すのは以下のとおりです:" -#: ../../migrating.rst:491 -msgid ":meth:`abc.Messageable.history`" -msgstr ":meth:`abc.Messageable.history`" - -#: ../../migrating.rst:492 -msgid ":meth:`Guild.audit_logs`" -msgstr ":meth:`Guild.audit_logs`" - -#: ../../migrating.rst:498 ../../migrating.rst:924 +#: ../../migrating.rst:1699 +#: ../../migrating.rst:2125 msgid "Event Changes" msgstr "イベントの変更" -#: ../../migrating.rst:500 +#: ../../migrating.rst:1701 msgid "A lot of events have gone through some changes." msgstr "多くのイベントに変更がありました。" -#: ../../migrating.rst:502 -msgid "" -"Many events with ``server`` in the name were changed to use ``guild`` " -"instead." +#: ../../migrating.rst:1703 +msgid "Many events with ``server`` in the name were changed to use ``guild`` instead." msgstr "名前に ``server`` が含まれていたイベントのほとんどが、 ``guild`` を使った名前に変更されました。" -#: ../../migrating.rst:504 ../../migrating.rst:568 +#: ../../migrating.rst:1705 +#: ../../migrating.rst:1769 msgid "Before:" msgstr "変更前" -#: ../../migrating.rst:506 +#: ../../migrating.rst:1707 msgid "``on_server_join``" msgstr "``on_server_join``" -#: ../../migrating.rst:507 +#: ../../migrating.rst:1708 msgid "``on_server_remove``" msgstr "``on_server_remove``" -#: ../../migrating.rst:508 +#: ../../migrating.rst:1709 msgid "``on_server_update``" msgstr "``on_server_update``" -#: ../../migrating.rst:509 +#: ../../migrating.rst:1710 msgid "``on_server_role_create``" msgstr "``on_server_role_create``" -#: ../../migrating.rst:510 +#: ../../migrating.rst:1711 msgid "``on_server_role_delete``" msgstr "``on_server_role_delete``" -#: ../../migrating.rst:511 +#: ../../migrating.rst:1712 msgid "``on_server_role_update``" msgstr "``on_server_role_update``" -#: ../../migrating.rst:512 +#: ../../migrating.rst:1713 msgid "``on_server_emojis_update``" msgstr "``on_server_emojis_update``" -#: ../../migrating.rst:513 +#: ../../migrating.rst:1714 msgid "``on_server_available``" msgstr "``on_server_available``" -#: ../../migrating.rst:514 +#: ../../migrating.rst:1715 msgid "``on_server_unavailable``" msgstr "``on_server_unavailable``" -#: ../../migrating.rst:516 ../../migrating.rst:574 +#: ../../migrating.rst:1717 +#: ../../migrating.rst:1775 msgid "After:" msgstr "変更後" -#: ../../migrating.rst:518 +#: ../../migrating.rst:1719 msgid ":func:`on_guild_join`" msgstr ":func:`on_guild_join`" -#: ../../migrating.rst:519 +#: ../../migrating.rst:1720 msgid ":func:`on_guild_remove`" msgstr ":func:`on_guild_remove`" -#: ../../migrating.rst:520 +#: ../../migrating.rst:1721 msgid ":func:`on_guild_update`" msgstr ":func:`on_guild_update`" -#: ../../migrating.rst:521 +#: ../../migrating.rst:1722 msgid ":func:`on_guild_role_create`" msgstr ":func:`on_guild_role_create`" -#: ../../migrating.rst:522 +#: ../../migrating.rst:1723 msgid ":func:`on_guild_role_delete`" msgstr ":func:`on_guild_role_delete`" -#: ../../migrating.rst:523 +#: ../../migrating.rst:1724 msgid ":func:`on_guild_role_update`" msgstr ":func:`on_guild_role_update`" -#: ../../migrating.rst:524 +#: ../../migrating.rst:1725 msgid ":func:`on_guild_emojis_update`" msgstr ":func:`on_guild_emojis_update`" -#: ../../migrating.rst:525 +#: ../../migrating.rst:1726 msgid ":func:`on_guild_available`" msgstr ":func:`on_guild_available`" -#: ../../migrating.rst:526 +#: ../../migrating.rst:1727 msgid ":func:`on_guild_unavailable`" msgstr ":func:`on_guild_unavailable`" -#: ../../migrating.rst:529 +#: ../../migrating.rst:1730 msgid "The :func:`on_voice_state_update` event has received an argument change." msgstr ":func:`on_voice_state_update` イベントの引数が変更されました。" -#: ../../migrating.rst:531 ../../migrating.rst:543 ../../migrating.rst:555 -#: ../../migrating.rst:615 ../../migrating.rst:928 +#: ../../migrating.rst:1732 +#: ../../migrating.rst:1744 +#: ../../migrating.rst:1756 +#: ../../migrating.rst:1816 +#: ../../migrating.rst:2129 msgid "Before: ::" msgstr "更新前" -#: ../../migrating.rst:535 ../../migrating.rst:547 ../../migrating.rst:559 -#: ../../migrating.rst:627 ../../migrating.rst:934 ../../migrating.rst:1159 +#: ../../migrating.rst:1736 +#: ../../migrating.rst:1748 +#: ../../migrating.rst:1760 +#: ../../migrating.rst:1828 +#: ../../migrating.rst:2135 +#: ../../migrating.rst:2360 msgid "After: ::" msgstr "更新後" -#: ../../migrating.rst:539 -msgid "" -"Instead of two :class:`Member` objects, the new event takes one " -":class:`Member` object and two :class:`VoiceState` objects." -msgstr "" -"新しくなったイベントは、二つの :class:`Member` の代わりに、 一つの :class:`Member` と二つの " -":class:`VoiceState` を受け取るようになりました。" +#: ../../migrating.rst:1740 +msgid "Instead of two :class:`Member` objects, the new event takes one :class:`Member` object and two :class:`VoiceState` objects." +msgstr "新しくなったイベントは、二つの :class:`Member` の代わりに、 一つの :class:`Member` と二つの :class:`VoiceState` を受け取るようになりました。" -#: ../../migrating.rst:541 +#: ../../migrating.rst:1742 msgid "The :func:`on_guild_emojis_update` event has received an argument change." msgstr ":func:`on_guild_emojis_update` イベントの引数が変更されました。" -#: ../../migrating.rst:551 -msgid "" -"The first argument is now the :class:`Guild` that the emojis were updated" -" from." +#: ../../migrating.rst:1752 +msgid "The first argument is now the :class:`Guild` that the emojis were updated from." msgstr "最初の引数は絵文字の更新が行われた :class:`Guild` です。" -#: ../../migrating.rst:553 +#: ../../migrating.rst:1754 msgid "The :func:`on_member_ban` event has received an argument change as well:" msgstr ":func:`on_member_ban` も引数が変更されました。" -#: ../../migrating.rst:563 -msgid "" -"As part of the change, the event can either receive a :class:`User` or " -":class:`Member`. To help in the cases that have :class:`User`, the " -":class:`Guild` is provided as the first parameter." -msgstr "" -"変更の一つは、イベントが :class:`Member` または :class:`User` のどちらかを受け取れるようになったことです。 " -":class:`User` で受け取る場合には第一引数として :class:`Guild` が渡されます。" +#: ../../migrating.rst:1764 +msgid "As part of the change, the event can either receive a :class:`User` or :class:`Member`. To help in the cases that have :class:`User`, the :class:`Guild` is provided as the first parameter." +msgstr "変更の一つは、イベントが :class:`Member` または :class:`User` のどちらかを受け取れるようになったことです。 :class:`User` で受け取る場合には第一引数として :class:`Guild` が渡されます。" -#: ../../migrating.rst:566 -msgid "" -"The ``on_channel_`` events have received a type level split (see " -":ref:`migrating_1_0_channel_split`)." -msgstr "" -"``on_channel_`` のようなイベントは、チャンネルタイプにより分割されました ( " -":ref:`migrating_1_0_channel_split` を参照)。" +#: ../../migrating.rst:1767 +msgid "The ``on_channel_`` events have received a type level split (see :ref:`migrating_1_0_channel_split`)." +msgstr "``on_channel_`` のようなイベントは、チャンネルタイプにより分割されました ( :ref:`migrating_1_0_channel_split` を参照)。" -#: ../../migrating.rst:570 +#: ../../migrating.rst:1771 msgid "``on_channel_delete``" msgstr "``on_channel_delete``" -#: ../../migrating.rst:571 +#: ../../migrating.rst:1772 msgid "``on_channel_create``" msgstr "``on_channel_create``" -#: ../../migrating.rst:572 +#: ../../migrating.rst:1773 msgid "``on_channel_update``" msgstr "``on_channel_update``" -#: ../../migrating.rst:576 +#: ../../migrating.rst:1777 msgid ":func:`on_guild_channel_delete`" msgstr ":func:`on_guild_channel_delete`" -#: ../../migrating.rst:577 +#: ../../migrating.rst:1778 msgid ":func:`on_guild_channel_create`" msgstr ":func:`on_guild_channel_create`" -#: ../../migrating.rst:578 +#: ../../migrating.rst:1779 msgid ":func:`on_guild_channel_update`" msgstr ":func:`on_guild_channel_update`" -#: ../../migrating.rst:579 +#: ../../migrating.rst:1780 msgid ":func:`on_private_channel_delete`" msgstr ":func:`on_private_channel_delete`" -#: ../../migrating.rst:580 +#: ../../migrating.rst:1781 msgid ":func:`on_private_channel_create`" msgstr ":func:`on_private_channel_create`" -#: ../../migrating.rst:581 +#: ../../migrating.rst:1782 msgid ":func:`on_private_channel_update`" msgstr ":func:`on_private_channel_update`" -#: ../../migrating.rst:583 -msgid "" -"The ``on_guild_channel_`` events correspond to :class:`abc.GuildChannel` " -"being updated (i.e. :class:`TextChannel` and :class:`VoiceChannel`) and " -"the ``on_private_channel_`` events correspond to " -":class:`abc.PrivateChannel` being updated (i.e. :class:`DMChannel` and " -":class:`GroupChannel`)." -msgstr "" -"``on_guild_channel_`` イベントは更新される :class:`abc.GuildChannel` " -"(:class:`TextChannel` および :class:`VoiceChannel`)に対応しており、 " -"``on_private_channel_`` イベントは更新される :class:`abc.PrivateChannel` " -"(:class:`DMChannel` および :class:`GroupChannel`)に対応しています。" +#: ../../migrating.rst:1784 +msgid "The ``on_guild_channel_`` events correspond to :class:`abc.GuildChannel` being updated (i.e. :class:`TextChannel` and :class:`VoiceChannel`) and the ``on_private_channel_`` events correspond to :class:`abc.PrivateChannel` being updated (i.e. :class:`DMChannel` and :class:`GroupChannel`)." +msgstr "``on_guild_channel_`` イベントは更新される :class:`abc.GuildChannel` (:class:`TextChannel` および :class:`VoiceChannel`)に対応しており、 ``on_private_channel_`` イベントは更新される :class:`abc.PrivateChannel` (:class:`DMChannel` および :class:`GroupChannel`)に対応しています。" -#: ../../migrating.rst:590 +#: ../../migrating.rst:1791 msgid "Voice Changes" msgstr "ボイスの変更" -#: ../../migrating.rst:592 +#: ../../migrating.rst:1793 msgid "Voice sending has gone through a complete redesign." msgstr "ボイスの送信が完全に再構成されました。" -#: ../../migrating.rst:594 +#: ../../migrating.rst:1795 msgid "In particular:" msgstr "主な変更点は以下のとおりです。" -#: ../../migrating.rst:596 -msgid "" -"Connection is done through :meth:`VoiceChannel.connect` instead of " -"``Client.join_voice_channel``." -msgstr "" -"ボイスチャンネルへの接続は ``Client.join_voice_channel`` に代わって " -":meth:`VoiceChannel.connect` になりました。" +#: ../../migrating.rst:1797 +msgid "Connection is done through :meth:`VoiceChannel.connect` instead of ``Client.join_voice_channel``." +msgstr "ボイスチャンネルへの接続は ``Client.join_voice_channel`` に代わって :meth:`VoiceChannel.connect` になりました。" -#: ../../migrating.rst:597 -msgid "" -"You no longer create players and operate on them (you no longer store " -"them)." +#: ../../migrating.rst:1798 +msgid "You no longer create players and operate on them (you no longer store them)." msgstr "プレイヤーを作成せずに操作が可能になりました。(プレイヤーの保存の必要もありません)" -#: ../../migrating.rst:598 -msgid "" -"You instead request :class:`VoiceClient` to play an :class:`AudioSource` " -"via :meth:`VoiceClient.play`." -msgstr "" -"代わりに :class:`VoiceClient` の :meth:`VoiceClient.play` を介して " -":class:`AudioSource` の再生を要求します。" +#: ../../migrating.rst:1799 +msgid "You instead request :class:`VoiceClient` to play an :class:`AudioSource` via :meth:`VoiceClient.play`." +msgstr "代わりに :class:`VoiceClient` の :meth:`VoiceClient.play` を介して :class:`AudioSource` の再生を要求します。" -#: ../../migrating.rst:599 +#: ../../migrating.rst:1800 msgid "There are different built-in :class:`AudioSource`\\s." msgstr "様々な組み込み :class:`AudioSource` があります。" -#: ../../migrating.rst:601 +#: ../../migrating.rst:1802 msgid ":class:`FFmpegPCMAudio` is the equivalent of ``create_ffmpeg_player``" msgstr ":class:`FFmpegPCMAudio` は ``create_ffmpeg_player`` と同等です。" -#: ../../migrating.rst:603 -msgid "" -"create_ffmpeg_player/create_stream_player/create_ytdl_player have all " -"been removed." +#: ../../migrating.rst:1804 +msgid "create_ffmpeg_player/create_stream_player/create_ytdl_player have all been removed." msgstr "create_ffmpeg_player/create_stream_player/create_ytdl_player はすべて削除されました。" -#: ../../migrating.rst:605 +#: ../../migrating.rst:1806 msgid "The goal is to create :class:`AudioSource` instead." msgstr "代わりに :class:`AudioSource` を作成してください。" -#: ../../migrating.rst:607 +#: ../../migrating.rst:1808 msgid "Using :meth:`VoiceClient.play` will not return an ``AudioPlayer``." msgstr ":meth:`VoiceClient.play` を呼び出しても ``AudioPlayer`` は返ってきません。" -#: ../../migrating.rst:609 +#: ../../migrating.rst:1810 msgid "Instead, it's \"flattened\" like :class:`User` -> :class:`Member` is." -msgstr "代わりに、:class:`User` と :class:`Member` のように、「フラット化」されています。" +msgstr "代わりに、 :class:`User` と :class:`Member` のように、「フラット化」されています。" -#: ../../migrating.rst:611 +#: ../../migrating.rst:1812 msgid "The ``after`` parameter now takes a single parameter (the error)." msgstr "``after`` パラメータの関数は、ひとつ引数 (エラー) を取ります。" -#: ../../migrating.rst:613 +#: ../../migrating.rst:1814 msgid "Basically:" msgstr "基本的には以下のとおりです:" -#: ../../migrating.rst:637 -msgid "" -"With the changed :class:`AudioSource` design, you can now change the " -"source that the :class:`VoiceClient` is playing at runtime via " -":attr:`VoiceClient.source`." -msgstr "" -":class:`AudioSource` の再設計により、 :attr:`VoiceClient.source` を介して実行中の " -":class:`VoiceClient` のソースを変更できるようになりました。" +#: ../../migrating.rst:1838 +msgid "With the changed :class:`AudioSource` design, you can now change the source that the :class:`VoiceClient` is playing at runtime via :attr:`VoiceClient.source`." +msgstr ":class:`AudioSource` の再設計により、 :attr:`VoiceClient.source` を介して実行中の :class:`VoiceClient` のソースを変更できるようになりました。" -#: ../../migrating.rst:640 -msgid "" -"For example, you can add a :class:`PCMVolumeTransformer` to allow " -"changing the volume: ::" +#: ../../migrating.rst:1841 +msgid "For example, you can add a :class:`PCMVolumeTransformer` to allow changing the volume: ::" msgstr "例えば、 :class:`PCMVolumeTransformer` を追加すると、ボリュームの変更ができるようになります。" -#: ../../migrating.rst:645 -msgid "" -"An added benefit of the redesign is that it will be much more resilient " -"towards reconnections:" +#: ../../migrating.rst:1846 +msgid "An added benefit of the redesign is that it will be much more resilient towards reconnections:" msgstr "再設計によるさらなる利点は、再接続において遥かに柔軟性を持ったことです。" -#: ../../migrating.rst:647 -msgid "" -"The voice websocket will now automatically re-connect and re-do the " -"handshake when disconnected." +#: ../../migrating.rst:1848 +msgid "The voice websocket will now automatically re-connect and re-do the handshake when disconnected." msgstr "音声ウェブソケットは、切断された際に自動的に再接続し、ハンドシェイクを再実行します。" -#: ../../migrating.rst:648 -msgid "" -"The initial connect handshake will now retry up to 5 times so you no " -"longer get as many ``asyncio.TimeoutError``." -msgstr "" -"初期接続のハンドシェイクは、最大5回までの再試行となったので、大量の ``asyncio.TimeoutError`` " -"に悩まされることはなくなりました。" +#: ../../migrating.rst:1849 +msgid "The initial connect handshake will now retry up to 5 times so you no longer get as many ``asyncio.TimeoutError``." +msgstr "初期接続のハンドシェイクは、最大5回までの再試行となったので、大量の ``asyncio.TimeoutError`` に悩まされることはなくなりました。" -#: ../../migrating.rst:649 +#: ../../migrating.rst:1850 msgid "Audio will now stop and resume when a disconnect is found." msgstr "VCの切断を検知すると、オーディオは停止し、再開しようとします。" -#: ../../migrating.rst:651 +#: ../../migrating.rst:1852 msgid "This includes changing voice regions etc." msgstr "これはサーバーリージョンの変更も含まれます。" -#: ../../migrating.rst:657 +#: ../../migrating.rst:1858 msgid "Waiting For Events" msgstr "イベントの待機" -#: ../../migrating.rst:659 -msgid "" -"Prior to v1.0, the machinery for waiting for an event outside of the " -"event itself was done through two different functions, " -"``Client.wait_for_message`` and ``Client.wait_for_reaction``. One problem" -" with one such approach is that it did not allow you to wait for events " -"outside of the ones provided by the library." -msgstr "" -"v1.0以前のバージョンでは、イベントの発生を待つ方法として ``Client.wait_for_message`` と " -"``Client.wait_for_reaction`` " -"の二つの関数が用意されていました。このアプローチの欠点はライブラリが提供するイベント以外の発生を待つことが出来ない点です。" +#: ../../migrating.rst:1860 +msgid "Prior to v1.0, the machinery for waiting for an event outside of the event itself was done through two different functions, ``Client.wait_for_message`` and ``Client.wait_for_reaction``. One problem with one such approach is that it did not allow you to wait for events outside of the ones provided by the library." +msgstr "v1.0以前のバージョンでは、イベントの発生を待つ方法として ``Client.wait_for_message`` と ``Client.wait_for_reaction`` の二つの関数が用意されていました。このアプローチの欠点はライブラリが提供するイベント以外の発生を待つことが出来ない点です。" -#: ../../migrating.rst:663 -msgid "" -"In v1.0 the concept of waiting for another event has been generalised to " -"work with any event as :meth:`Client.wait_for`." +#: ../../migrating.rst:1864 +msgid "In v1.0 the concept of waiting for another event has been generalised to work with any event as :meth:`Client.wait_for`." msgstr "v1.0では別のイベント待機の概念が :meth:`Client.wait_for` イベントのように一般化されました。" -#: ../../migrating.rst:665 +#: ../../migrating.rst:1866 msgid "For example, to wait for a message: ::" msgstr "例えば、メッセージを待つ処理は以下のようになります。" -#: ../../migrating.rst:676 -msgid "" -"To facilitate multiple returns, :meth:`Client.wait_for` returns either a " -"single argument, no arguments, or a tuple of arguments." +#: ../../migrating.rst:1877 +msgid "To facilitate multiple returns, :meth:`Client.wait_for` returns either a single argument, no arguments, or a tuple of arguments." msgstr "複数の返り値に対応するため、 :meth:`Client.wait_for` は単一の引数、引数なし、あるいは引数のタプルを返すようになっています。" -#: ../../migrating.rst:679 +#: ../../migrating.rst:1880 msgid "For example, to wait for a reaction: ::" msgstr "例えば、リアクションを待つ処理は以下のようになります。" -#: ../../migrating.rst:685 -msgid "" -"Since this function now can return multiple arguments, the ``timeout`` " -"parameter will now raise a :exc:`asyncio.TimeoutError` when reached " -"instead of setting the return to ``None``. For example:" -msgstr "" -"この関数は複数の引数を返すため、 ``timeout`` に設定した時間経過すると、 ``None`` を返すのではなく、 " -":exc:`asyncio.TimeoutError` を発生させるようになりました。以下はその例になります。" +#: ../../migrating.rst:1886 +msgid "Since this function now can return multiple arguments, the ``timeout`` parameter will now raise a :exc:`asyncio.TimeoutError` when reached instead of setting the return to ``None``. For example:" +msgstr "この関数は複数の引数を返すため、 ``timeout`` に設定した時間経過すると、 ``None`` を返すのではなく、 :exc:`asyncio.TimeoutError` を発生させるようになりました。以下はその例になります。" -#: ../../migrating.rst:702 +#: ../../migrating.rst:1903 msgid "Upgraded Dependencies" msgstr "依存関係のアップグレード" -#: ../../migrating.rst:704 -msgid "" -"Following v1.0 of the library, we've updated our requirements to " -":doc:`aiohttp ` v2.0 or higher." +#: ../../migrating.rst:1905 +msgid "Following v1.0 of the library, we've updated our requirements to :doc:`aiohttp ` v2.0 or higher." msgstr "ライブラリのv1.0への更新に伴い、要件が :doc:`aiohttp ` v2.0以上へと変更されました。" -#: ../../migrating.rst:706 -msgid "" -"Since this is a backwards incompatible change, it is recommended that you" -" see the `changes " -"`_ " -"and the :doc:`aio:migration_to_2xx` pages for details on the breaking " -"changes in :doc:`aiohttp `." -msgstr "" -"これは後方互換性のない変更となるため、 :doc:`aiohttp ` の変更点の詳細については `changes " -"`_ と" -" :doc:`aio:migration_to_2xx` ページを参照してください。" +#: ../../migrating.rst:1907 +msgid "Since this is a backwards incompatible change, it is recommended that you see the `changes `_ and the :doc:`aio:migration_to_2xx` pages for details on the breaking changes in :doc:`aiohttp `." +msgstr "これは後方互換性のない変更となるため、 :doc:`aiohttp ` の変更点の詳細については `changes `_ と :doc:`aio:migration_to_2xx` ページを参照してください。" -#: ../../migrating.rst:711 -msgid "" -"Of the most significant for common users is the removal of helper " -"functions such as:" +#: ../../migrating.rst:1912 +msgid "Of the most significant for common users is the removal of helper functions such as:" msgstr "ユーザーにとって最も重要な変更点は、以下のヘルパー関数の削除です。" -#: ../../migrating.rst:713 +#: ../../migrating.rst:1914 msgid "``aiohttp.get``" msgstr "``aiohttp.get``" -#: ../../migrating.rst:714 +#: ../../migrating.rst:1915 msgid "``aiohttp.post``" msgstr "``aiohttp.post``" -#: ../../migrating.rst:715 +#: ../../migrating.rst:1916 msgid "``aiohttp.delete``" msgstr "``aiohttp.delete``" -#: ../../migrating.rst:716 +#: ../../migrating.rst:1917 msgid "``aiohttp.patch``" msgstr "``aiohttp.patch``" -#: ../../migrating.rst:717 +#: ../../migrating.rst:1918 msgid "``aiohttp.head``" msgstr "``aiohttp.head``" -#: ../../migrating.rst:718 +#: ../../migrating.rst:1919 msgid "``aiohttp.put``" msgstr "``aiohttp.put``" -#: ../../migrating.rst:719 +#: ../../migrating.rst:1920 msgid "``aiohttp.request``" msgstr "``aiohttp.request``" -#: ../../migrating.rst:721 +#: ../../migrating.rst:1922 msgid "It is recommended that you create a session instead: ::" msgstr "代わりにセッションを作成することをお勧めします。" -#: ../../migrating.rst:727 -msgid "" -"Since it is better to not create a session for every request, you should " -"store it in a variable and then call ``session.close`` on it when it " -"needs to be disposed." -msgstr "" -"リクエストごとにセッションを作成するのは良いとは言えないため、変数に格納しておき、破棄しなければならない時に ``session.close`` " -"を呼び出すのが良いでしょう。" +#: ../../migrating.rst:1928 +msgid "Since it is better to not create a session for every request, you should store it in a variable and then call ``session.close`` on it when it needs to be disposed." +msgstr "リクエストごとにセッションを作成するのは良いとは言えないため、変数に格納しておき、破棄しなければならない時に ``session.close`` を呼び出すのが良いでしょう。" -#: ../../migrating.rst:731 +#: ../../migrating.rst:1932 msgid "Sharding" msgstr "シャーディング" -#: ../../migrating.rst:733 -msgid "" -"The library has received significant changes on how it handles sharding " -"and now has sharding as a first-class citizen." +#: ../../migrating.rst:1934 +msgid "The library has received significant changes on how it handles sharding and now has sharding as a first-class citizen." msgstr "シャーディングの扱いに対して大きな変更があり、現在、シャーディングは第一級オブジェクトとして扱われています。" -#: ../../migrating.rst:735 -msgid "" -"If using a Bot account and you want to shard your bot in a single process" -" then you can use the :class:`AutoShardedClient`." -msgstr "" -"Botアカウントを使用していて、かつ一つのプロセスでBotをシャーディングしたい場合は、 :class:`AutoShardedClient` " -"を使用してください。" +#: ../../migrating.rst:1936 +msgid "If using a Bot account and you want to shard your bot in a single process then you can use the :class:`AutoShardedClient`." +msgstr "Botアカウントを使用していて、かつ一つのプロセスでBotをシャーディングしたい場合は、 :class:`AutoShardedClient` を使用してください。" -#: ../../migrating.rst:737 -msgid "" -"This class allows you to use sharding without having to launch multiple " -"processes or deal with complicated IPC." +#: ../../migrating.rst:1938 +msgid "This class allows you to use sharding without having to launch multiple processes or deal with complicated IPC." msgstr "このクラスは複数のプロセスを起動したり、IPCを処理することなくシャーディングが行えます。" -#: ../../migrating.rst:739 -msgid "" -"It should be noted that **the sharded client does not support user " -"accounts**. This is due to the changes in connection logic and state " -"handling." +#: ../../migrating.rst:1940 +msgid "It should be noted that **the sharded client does not support user accounts**. This is due to the changes in connection logic and state handling." msgstr "シャーディングしたクライアントはユーザーアカウントをサポートしないことを覚えておきましょう。これは、接続の形態と状態処理の変更によるものです。" -#: ../../migrating.rst:742 +#: ../../migrating.rst:1943 msgid "Usage is as simple as doing: ::" msgstr "使い方は簡単です。" -#: ../../migrating.rst:746 +#: ../../migrating.rst:1947 msgid "instead of using :class:`Client`." msgstr ":class:`Client` の代わりに上記のようにしてください。" -#: ../../migrating.rst:748 -msgid "" -"This will launch as many shards as your bot needs using the " -"``/gateway/bot`` endpoint, which allocates about 1000 guilds per shard." -msgstr "" -"これは ``/gateway/bot`` " -"エンドポイントを使って、あなたのBotに必要な数のシャードを起動します。このエンドポイントはシャードごとに1000ギルドを割り当てます。" +#: ../../migrating.rst:1949 +msgid "This will launch as many shards as your bot needs using the ``/gateway/bot`` endpoint, which allocates about 1000 guilds per shard." +msgstr "これは ``/gateway/bot`` エンドポイントを使って、あなたのBotに必要な数のシャードを起動します。このエンドポイントはシャードごとに1000ギルドを割り当てます。" -#: ../../migrating.rst:751 -msgid "" -"If you want more control over the sharding you can specify " -"``shard_count`` and ``shard_ids``. ::" +#: ../../migrating.rst:1952 +msgid "If you want more control over the sharding you can specify ``shard_count`` and ``shard_ids``. ::" msgstr "シャードをより詳細に制御したい場合は、 ``shard_count`` と ``shard_ids`` を利用してください。" -#: ../../migrating.rst:759 -msgid "" -"For users of the command extension, there is also " -":class:`~ext.commands.AutoShardedBot` which behaves similarly." -msgstr "" -"コマンド拡張を利用しているユーザーのために、同様に動作する :class:`~ext.commands.AutoShardedBot` " -"が用意されています。" +#: ../../migrating.rst:1960 +msgid "For users of the command extension, there is also :class:`~ext.commands.AutoShardedBot` which behaves similarly." +msgstr "コマンド拡張を利用しているユーザーのために、同様に動作する :class:`~ext.commands.AutoShardedBot` が用意されています。" -#: ../../migrating.rst:762 +#: ../../migrating.rst:1963 msgid "Connection Improvements" msgstr "接続の改善" -#: ../../migrating.rst:764 +#: ../../migrating.rst:1965 msgid "In v1.0, the auto reconnection logic has been powered up significantly." msgstr "v1.0では、自動再接続機能が大幅に強化されました。" -#: ../../migrating.rst:766 -msgid "" -":meth:`Client.connect` has gained a new keyword argument, ``reconnect`` " -"that defaults to ``True`` which controls the reconnect logic. When " -"enabled, the client will automatically reconnect in all instances of your" -" internet going offline or Discord going offline with exponential back-" -"off." -msgstr "" -":meth:`Client.connect` には新しいキーワード引数が追加されました。再接続機能の設定を行う ``reconnect`` " -"はデフォルトで ``True`` " -"に設定されています。有効にすると、クライアントは全インターネットのインスタンスがオフラインになった際や、Discordが指数関数的後退によってオフラインになった際に自動で再接続を試みます。" - -#: ../../migrating.rst:770 -msgid "" -":meth:`Client.run` and :meth:`Client.start` gains this keyword argument " -"as well, but for most cases you will not need to specify it unless " -"turning it off." -msgstr "" -":meth:`Client.run` や :meth:`Client.start` " -"にも同様のキーワード引数が追加されていますが、このさい接続機能をオフにする場合以外は指定する必要はありません。" +#: ../../migrating.rst:1967 +msgid ":meth:`Client.connect` has gained a new keyword argument, ``reconnect`` that defaults to ``True`` which controls the reconnect logic. When enabled, the client will automatically reconnect in all instances of your internet going offline or Discord going offline with exponential back-off." +msgstr ":meth:`Client.connect` には新しいキーワード引数が追加されました。再接続機能の設定を行う ``reconnect`` はデフォルトで ``True`` に設定されています。有効にすると、クライアントは全インターネットのインスタンスがオフラインになった際や、Discordが指数関数的後退によってオフラインになった際に自動で再接続を試みます。" -#: ../../migrating.rst:776 -msgid "Command Extension Changes" -msgstr "コマンド拡張の変更" +#: ../../migrating.rst:1971 +msgid ":meth:`Client.run` and :meth:`Client.start` gains this keyword argument as well, but for most cases you will not need to specify it unless turning it off." +msgstr ":meth:`Client.run` や :meth:`Client.start` にも同様のキーワード引数が追加されていますが、このさい接続機能をオフにする場合以外は指定する必要はありません。" -#: ../../migrating.rst:778 -msgid "" -"Due to the :ref:`migrating_1_0_model_state` changes, some of the design " -"of the extension module had to undergo some design changes as well." +#: ../../migrating.rst:1979 +msgid "Due to the :ref:`migrating_1_0_model_state` changes, some of the design of the extension module had to undergo some design changes as well." msgstr ":ref:`migrating_1_0_model_state` により、拡張モジュールの設計にもいくつかの変更があります。" -#: ../../migrating.rst:782 +#: ../../migrating.rst:1983 msgid "Context Changes" msgstr "コンテキストの変更" -#: ../../migrating.rst:784 -msgid "" -"In v1.0, the :class:`.Context` has received a lot of changes with how " -"it's retrieved and used." +#: ../../migrating.rst:1985 +msgid "In v1.0, the :class:`.Context` has received a lot of changes with how it's retrieved and used." msgstr "v1.0において、 :class:`.Context` は取得と利用の面において、多くの変更があります。" -#: ../../migrating.rst:786 -msgid "" -"The biggest change is that ``pass_context=True`` no longer exists, " -":class:`.Context` is always passed. Ergo:" -msgstr "" -"最も大きな変更点は ``pass_context=True`` が廃止され、常に :class:`.Context` " -"が渡されるようになったことです。そのため以下のようになります。" +#: ../../migrating.rst:1987 +msgid "The biggest change is that ``pass_context=True`` no longer exists, :class:`.Context` is always passed. Ergo:" +msgstr "最も大きな変更点は ``pass_context=True`` が廃止され、常に :class:`.Context` が渡されるようになったことです。そのため以下のようになります。" -#: ../../migrating.rst:800 -msgid "" -"The reason for this is because :class:`~ext.commands.Context` now meets " -"the requirements of :class:`abc.Messageable`. This makes it have similar " -"functionality to :class:`TextChannel` or :class:`DMChannel`. Using " -":meth:`~.Context.send` will either DM the user in a DM context or send a " -"message in the channel it was in, similar to the old ``bot.say`` " -"functionality. The old helpers have been removed in favour of the new " -":class:`abc.Messageable` interface. See " -":ref:`migrating_1_0_removed_helpers` for more information." -msgstr "" -"その理由として、 :class:`~ext.commands.Context` が :class:`abc.Messageable` " -"の要件を満たしていることが挙げられます。 これは :class:`TextChannel` や :class:`DMChannel` " -"と同等の機能を持っており、 :meth:`~.Context.send` を用いることで、従来の ``bot.say`` " -"のようにDMまたはテキストチャンネルにメッセージを送信することが出来ます。古いヘルパー関数は新しい " -":class:`abc.Messageable` インタフェースの実装に伴い削除されました。詳細は " -":ref:`migrating_1_0_removed_helpers` を参照してください。" +#: ../../migrating.rst:2001 +msgid "The reason for this is because :class:`~ext.commands.Context` now meets the requirements of :class:`abc.Messageable`. This makes it have similar functionality to :class:`TextChannel` or :class:`DMChannel`. Using :meth:`~.Context.send` will either DM the user in a DM context or send a message in the channel it was in, similar to the old ``bot.say`` functionality. The old helpers have been removed in favour of the new :class:`abc.Messageable` interface. See :ref:`migrating_1_0_removed_helpers` for more information." +msgstr "その理由として、 :class:`~ext.commands.Context` が :class:`abc.Messageable` の要件を満たしていることが挙げられます。 これは :class:`TextChannel` や :class:`DMChannel` と同等の機能を持っており、 :meth:`~.Context.send` を用いることで、従来の ``bot.say`` のようにDMまたはテキストチャンネルにメッセージを送信することが出来ます。古いヘルパー関数は新しい :class:`abc.Messageable` インタフェースの実装に伴い削除されました。詳細は :ref:`migrating_1_0_removed_helpers` を参照してください。" -#: ../../migrating.rst:806 -msgid "" -"Since the :class:`~ext.commands.Context` is now passed by default, " -"several shortcuts have been added:" +#: ../../migrating.rst:2007 +msgid "Since the :class:`~ext.commands.Context` is now passed by default, several shortcuts have been added:" msgstr ":class:`~ext.commands.Context` がデフォルトで渡されるので、ショートカットが追加されました:" -#: ../../migrating.rst:808 +#: ../../migrating.rst:2009 msgid "**New Shortcuts**" msgstr "**新しいショートカット**" -#: ../../migrating.rst:810 -msgid "" -":attr:`ctx.author ` is a shortcut for " -"``ctx.message.author``." -msgstr "" -":attr:`ctx.author ` は " -"``ctx.message.author`` のショートカットです。" +#: ../../migrating.rst:2011 +msgid ":attr:`ctx.author ` is a shortcut for ``ctx.message.author``." +msgstr ":attr:`ctx.author ` は ``ctx.message.author`` のショートカットです。" -#: ../../migrating.rst:811 -msgid "" -":attr:`ctx.guild ` is a shortcut for " -"``ctx.message.guild``." -msgstr "" -":attr:`ctx.guild ` は " -"``ctx.message.guild`` のショートカットです。" +#: ../../migrating.rst:2012 +msgid ":attr:`ctx.guild ` is a shortcut for ``ctx.message.guild``." +msgstr ":attr:`ctx.guild ` は ``ctx.message.guild`` のショートカットです。" -#: ../../migrating.rst:812 -msgid "" -":attr:`ctx.channel ` is a shortcut for " -"``ctx.message.channel``." -msgstr "" -":attr:`ctx.channel ` は " -"``ctx.message.channel`` のショートカットです。" +#: ../../migrating.rst:2013 +msgid ":attr:`ctx.channel ` is a shortcut for ``ctx.message.channel``." +msgstr ":attr:`ctx.channel ` は ``ctx.message.channel`` のショートカットです。" -#: ../../migrating.rst:813 -msgid "" -":attr:`ctx.me ` is a shortcut for " -"``ctx.message.guild.me`` or ``ctx.bot.user``." -msgstr "" -":attr:`ctx.me ` は " -"``ctx.message.guild.me`` のショートカットです。" +#: ../../migrating.rst:2014 +msgid ":attr:`ctx.me ` is a shortcut for ``ctx.message.guild.me`` or ``ctx.bot.user``." +msgstr ":attr:`ctx.me ` は ``ctx.message.guild.me`` のショートカットです。" -#: ../../migrating.rst:814 -msgid "" -":attr:`ctx.voice_client ` is a " -"shortcut for ``ctx.message.guild.voice_client``." -msgstr "" -":attr:`ctx.voice_client ` は " -"``ctx.message.guild.voice_client`` のショートカットです。" +#: ../../migrating.rst:2015 +msgid ":attr:`ctx.voice_client ` is a shortcut for ``ctx.message.guild.voice_client``." +msgstr ":attr:`ctx.voice_client ` は ``ctx.message.guild.voice_client`` のショートカットです。" -#: ../../migrating.rst:816 +#: ../../migrating.rst:2017 msgid "**New Functionality**" msgstr "**新しい機能**" -#: ../../migrating.rst:818 +#: ../../migrating.rst:2019 msgid ":meth:`.Context.reinvoke` to invoke a command again." msgstr ":meth:`.Context.reinvoke` はコマンドを再度呼び出します。" -#: ../../migrating.rst:820 +#: ../../migrating.rst:2021 msgid "This is useful for bypassing cooldowns." msgstr "クールダウンの回避に利用できます。" -#: ../../migrating.rst:821 -msgid "" -":attr:`.Context.valid` to check if a context can be invoked with " -":meth:`.Bot.invoke`." -msgstr ":attr:`.Context.valid` で、:meth:`.Bot.invoke` で呼びだせるか確認します。" +#: ../../migrating.rst:2022 +msgid ":attr:`.Context.valid` to check if a context can be invoked with :meth:`.Bot.invoke`." +msgstr ":attr:`.Context.valid` で、 :meth:`.Bot.invoke` で呼びだせるか確認します。" -#: ../../migrating.rst:822 -msgid "" -":meth:`.Context.send_help` to show the help command for an entity using " -"the new :class:`~.ext.commands.HelpCommand` system." +#: ../../migrating.rst:2023 +msgid ":meth:`.Context.send_help` to show the help command for an entity using the new :class:`~.ext.commands.HelpCommand` system." msgstr ":meth:`.Context.send_help` を使うと、新しい :class:`~.ext.commands.HelpCommand` システムである項目のヘルプを出力できます。" -#: ../../migrating.rst:824 -msgid "" -"This is useful if you want to show the user help if they misused a " -"command." +#: ../../migrating.rst:2025 +msgid "This is useful if you want to show the user help if they misused a command." msgstr "コマンドの使用法を誤ったときにヘルプを表示させたい場合に便利です。" -#: ../../migrating.rst:827 +#: ../../migrating.rst:2028 msgid "Subclassing Context" msgstr "コンテキストのサブクラス" -#: ../../migrating.rst:829 -msgid "" -"In v1.0, there is now the ability to subclass " -":class:`~ext.commands.Context` and use it instead of the default provided" -" one." -msgstr "" -"v1.0では、 :class:`~ext.commands.Context` " -"を継承したサブクラスを作成し、デフォルトで実装されているものの代わりに使うことが出来ます。" +#: ../../migrating.rst:2030 +msgid "In v1.0, there is now the ability to subclass :class:`~ext.commands.Context` and use it instead of the default provided one." +msgstr "v1.0では、 :class:`~ext.commands.Context` を継承したサブクラスを作成し、デフォルトで実装されているものの代わりに使うことが出来ます。" -#: ../../migrating.rst:832 +#: ../../migrating.rst:2033 msgid "For example, if you want to add some functionality to the context:" msgstr "例えば、コンテキストに機能の追加を行いたい場合は以下のように実装が出来ます。" -#: ../../migrating.rst:841 -msgid "" -"Then you can use :meth:`~ext.commands.Bot.get_context` inside " -":func:`on_message` with combination with :meth:`~ext.commands.Bot.invoke`" -" to use your custom context:" -msgstr "" -"また、 :func:`on_message` 内で :meth:`~ext.commands.Bot.get_context` と " -":meth:`~ext.commands.Bot.invoke` を組み合わせることであなたのカスタムコンテキストを使用できます。" +#: ../../migrating.rst:2042 +msgid "Then you can use :meth:`~ext.commands.Bot.get_context` inside :func:`on_message` with combination with :meth:`~ext.commands.Bot.invoke` to use your custom context:" +msgstr "また、 :func:`on_message` 内で :meth:`~ext.commands.Bot.get_context` と :meth:`~ext.commands.Bot.invoke` を組み合わせることであなたのカスタムコンテキストを使用できます。" -#: ../../migrating.rst:851 +#: ../../migrating.rst:2052 msgid "Now inside your commands you will have access to your custom context:" msgstr "これにより、コマンドからあなたのカスタムコンテキストにアクセスすることが可能です。" -#: ../../migrating.rst:862 +#: ../../migrating.rst:2063 msgid "Removed Helpers" msgstr "ヘルパー関数の削除" -#: ../../migrating.rst:864 -msgid "" -"With the new :class:`.Context` changes, a lot of message sending helpers " -"have been removed." +#: ../../migrating.rst:2065 +msgid "With the new :class:`.Context` changes, a lot of message sending helpers have been removed." msgstr "新しい :class:`.Context` の変更によって、たくさんのメッセージ送信用のヘルパー関数が削除されました。" -#: ../../migrating.rst:866 +#: ../../migrating.rst:2067 msgid "For a full list of changes, see below:" msgstr "以下が削除された関数のリストです。" -#: ../../migrating.rst:871 +#: ../../migrating.rst:2072 msgid "``Bot.say``" msgstr "``Bot.say``" -#: ../../migrating.rst:871 ../../migrating.rst:873 +#: ../../migrating.rst:2072 +#: ../../migrating.rst:2074 msgid ":meth:`.Context.send`" msgstr ":meth:`.Context.send`" -#: ../../migrating.rst:873 +#: ../../migrating.rst:2074 msgid "``Bot.upload``" msgstr "``Bot.upload``" -#: ../../migrating.rst:875 +#: ../../migrating.rst:2076 msgid "``Bot.whisper``" msgstr "``Bot.whisper``" -#: ../../migrating.rst:875 +#: ../../migrating.rst:2076 msgid "``ctx.author.send``" msgstr "``ctx.author.send``" -#: ../../migrating.rst:877 +#: ../../migrating.rst:2078 msgid "``Bot.type``" msgstr "``Bot.type``" -#: ../../migrating.rst:877 +#: ../../migrating.rst:2078 msgid ":meth:`.Context.typing` or :meth:`.Context.trigger_typing`" msgstr ":meth:`.Context.typing` または :meth:`.Context.trigger_typing`" -#: ../../migrating.rst:879 +#: ../../migrating.rst:2080 msgid "``Bot.reply``" msgstr "``Bot.reply``" -#: ../../migrating.rst:879 +#: ../../migrating.rst:2080 msgid "No replacement." msgstr "代替となるものはありません。" -#: ../../migrating.rst:883 +#: ../../migrating.rst:2084 msgid "Command Changes" msgstr "コマンドの変更" -#: ../../migrating.rst:885 -msgid "" -"As mentioned earlier, the first command change is that " -"``pass_context=True`` no longer exists, so there is no need to pass this " -"as a parameter." +#: ../../migrating.rst:2086 +msgid "As mentioned earlier, the first command change is that ``pass_context=True`` no longer exists, so there is no need to pass this as a parameter." msgstr "前述の通り、 ``pass_context=True`` は削除されたため、これをパラメータとして渡す必要はありません。" -#: ../../migrating.rst:888 -msgid "" -"Another change is the removal of ``no_pm=True``. Instead, use the new " -":func:`~ext.commands.guild_only` built-in check." -msgstr "" -"他に ``no_pm=True`` も削除されました。代わりに新しい組み込みチェックである " -":func:`~ext.commands.guild_only` を使用してください。" +#: ../../migrating.rst:2089 +msgid "Another change is the removal of ``no_pm=True``. Instead, use the new :func:`~ext.commands.guild_only` built-in check." +msgstr "他に ``no_pm=True`` も削除されました。代わりに新しい組み込みチェックである :func:`~ext.commands.guild_only` を使用してください。" -#: ../../migrating.rst:891 -msgid "" -"The ``commands`` attribute of :class:`~ext.commands.Bot` and " -":class:`~ext.commands.Group` have been changed from a dictionary to a set" -" that does not have aliases. To retrieve the previous dictionary " -"behaviour, use ``all_commands`` instead." -msgstr "" -":class:`~ext.commands.Bot` と :class:`~ext.commands.Group` の ``commands`` " -"属性は辞書からエイリアスを持たないsetに変更されました。以前のような辞書を取得するには ``all_commands`` を使用してください。" +#: ../../migrating.rst:2092 +msgid "The ``commands`` attribute of :class:`~ext.commands.Bot` and :class:`~ext.commands.Group` have been changed from a dictionary to a set that does not have aliases. To retrieve the previous dictionary behaviour, use ``all_commands`` instead." +msgstr ":class:`~ext.commands.Bot` と :class:`~ext.commands.Group` の ``commands`` 属性は辞書からエイリアスを持たないsetに変更されました。以前のような辞書を取得するには ``all_commands`` を使用してください。" -#: ../../migrating.rst:894 +#: ../../migrating.rst:2095 msgid "Command instances have gained new attributes and properties:" msgstr "コマンドインスタンスには新たな属性とプロパティが追加されました。" -#: ../../migrating.rst:896 -msgid "" -":attr:`~ext.commands.Command.signature` to get the signature of the " -"command." +#: ../../migrating.rst:2097 +msgid ":attr:`~ext.commands.Command.signature` to get the signature of the command." msgstr "コマンドのシグネチャを取得する :attr:`~ext.commands.Command.signature` 。" -#: ../../migrating.rst:897 -msgid ":attr:`~.Command.usage`, an attribute to override the default signature." -msgstr "デフォルトのシグネチャをオーバーライドする属性 :attr:`~.Command.usage` 。" +#: ../../migrating.rst:2098 +msgid ":attr:`~ext.commands.Command.usage`, an attribute to override the default signature." +msgstr "" -#: ../../migrating.rst:898 -msgid "" -":attr:`~.Command.root_parent` to get the root parent group of a " -"subcommand." -msgstr "サブコマンドのルートである親グループを取得する :attr:`~.Command.root_parent` 。" +#: ../../migrating.rst:2099 +msgid ":attr:`~ext.commands.Command.root_parent` to get the root parent group of a subcommand." +msgstr "" -#: ../../migrating.rst:900 -msgid "" -"For :class:`~ext.commands.Group` and :class:`~ext.commands.Bot` the " -"following changed:" +#: ../../migrating.rst:2101 +msgid "For :class:`~ext.commands.Group` and :class:`~ext.commands.Bot` the following changed:" msgstr ":class:`~ext.commands.Group` と :class:`~ext.commands.Bot` は次のように変更されました。" -#: ../../migrating.rst:902 -msgid "" -"Changed :attr:`~.GroupMixin.commands` to be a :class:`set` without " -"aliases." +#: ../../migrating.rst:2103 +msgid "Changed :attr:`~.GroupMixin.commands` to be a :class:`set` without aliases." msgstr ":attr:`~.GroupMixin.commands` は エイリアスなしの :class:`set` に変更されました。" -#: ../../migrating.rst:904 -msgid "" -"Use :attr:`~.GroupMixin.all_commands` to get the old :class:`dict` with " -"all commands." -msgstr "" -"すべてのコマンドを従来の :class:`dict` で取得するには :attr:`~.GroupMixin.all_commands` " -"を使用してください。" +#: ../../migrating.rst:2105 +msgid "Use :attr:`~.GroupMixin.all_commands` to get the old :class:`dict` with all commands." +msgstr "すべてのコマンドを従来の :class:`dict` で取得するには :attr:`~.GroupMixin.all_commands` を使用してください。" -#: ../../migrating.rst:907 +#: ../../migrating.rst:2108 msgid "Check Changes" msgstr "チェックの変更" -#: ../../migrating.rst:909 -msgid "" -"Prior to v1.0, :func:`~ext.commands.check`\\s could only be synchronous. " -"As of v1.0 checks can now be coroutines." -msgstr "" -"v1.0以前のバージョンでは :func:`~ext.commands.check` は同期関数でしたが、 " -"v1.0のチェックはコルーチンになりました。" +#: ../../migrating.rst:2110 +msgid "Prior to v1.0, :func:`~ext.commands.check`\\s could only be synchronous. As of v1.0 checks can now be coroutines." +msgstr "v1.0以前のバージョンでは :func:`~ext.commands.check` は同期関数でしたが、 v1.0のチェックはコルーチンになりました。" -#: ../../migrating.rst:911 +#: ../../migrating.rst:2112 msgid "Along with this change, a couple new checks were added." msgstr "この変更に加え、新たなチェックが二つ追加されました。" -#: ../../migrating.rst:913 -msgid "" -":func:`~ext.commands.guild_only` replaces the old ``no_pm=True`` " -"functionality." +#: ../../migrating.rst:2114 +msgid ":func:`~ext.commands.guild_only` replaces the old ``no_pm=True`` functionality." msgstr "``no_pm=True`` の代わりとなる :func:`~ext.commands.guild_only` 。" -#: ../../migrating.rst:914 -msgid "" -":func:`~ext.commands.is_owner` uses the :meth:`Client.application_info` " -"endpoint by default to fetch owner ID." -msgstr "" -":func:`~ext.commands.is_owner` は :meth:`Client.application_info` " -"のエンドポイントを使用してオーナーIDを取得します。" +#: ../../migrating.rst:2115 +msgid ":func:`~ext.commands.is_owner` uses the :meth:`Client.application_info` endpoint by default to fetch owner ID." +msgstr ":func:`~ext.commands.is_owner` は :meth:`Client.application_info` のエンドポイントを使用してオーナーIDを取得します。" -#: ../../migrating.rst:916 -msgid "" -"This is actually powered by a different function, " -":meth:`~ext.commands.Bot.is_owner`." +#: ../../migrating.rst:2117 +msgid "This is actually powered by a different function, :meth:`~ext.commands.Bot.is_owner`." msgstr "実際には :meth:`~ext.commands.Bot.is_owner` という別の関数を使用して実行されます。" -#: ../../migrating.rst:917 +#: ../../migrating.rst:2118 msgid "You can set the owner ID yourself by setting :attr:`.Bot.owner_id`." msgstr ":attr:`.Bot.owner_id` に値を指定することで自分でオーナーIDの設定ができます。" -#: ../../migrating.rst:919 -msgid "" -":func:`~ext.commands.is_nsfw` checks if the channel the command is in is " -"a NSFW channel." +#: ../../migrating.rst:2120 +msgid ":func:`~ext.commands.is_nsfw` checks if the channel the command is in is a NSFW channel." msgstr ":func:`~ext.commands.is_nsfw` はコマンドが実行されたチャンネルがNSFWチャンネルかどうかをチェックします。" -#: ../../migrating.rst:921 +#: ../../migrating.rst:2122 msgid "This is powered by the new :meth:`TextChannel.is_nsfw` method." msgstr "これは新しく追加された :meth:`TextChannel.is_nsfw` メソッドにより実行されています。" -#: ../../migrating.rst:926 +#: ../../migrating.rst:2127 msgid "All command extension events have changed." msgstr "すべてのコマンド拡張のイベントが変更されました。" -#: ../../migrating.rst:940 -msgid "" -"The extraneous ``command`` parameter in :func:`.on_command` and " -":func:`.on_command_completion` have been removed. The " -":class:`~ext.commands.Command` instance was not kept up-to date so it was" -" incorrect. In order to get the up to date :class:`~ext.commands.Command`" -" instance, use the :attr:`.Context.command` attribute." -msgstr "" -":func:`.on_command` と :func:`.on_command_completion` の ``command`` " -"パラメータが削除されました。 :class:`~ext.commands.Command` " -"インスタンスは更新されておらず、正しいものではありませんでした。最新の :class:`~ext.commands.Command` " -"インスタンスを取得するには :attr:`.Context.command` 属性を使用してください。" +#: ../../migrating.rst:2141 +msgid "The extraneous ``command`` parameter in :func:`.on_command` and :func:`.on_command_completion` have been removed. The :class:`~ext.commands.Command` instance was not kept up-to date so it was incorrect. In order to get the up to date :class:`~ext.commands.Command` instance, use the :attr:`.Context.command` attribute." +msgstr ":func:`.on_command` と :func:`.on_command_completion` の ``command`` パラメータが削除されました。 :class:`~ext.commands.Command` インスタンスは更新されておらず、正しいものではありませんでした。最新の :class:`~ext.commands.Command` インスタンスを取得するには :attr:`.Context.command` 属性を使用してください。" -#: ../../migrating.rst:945 -msgid "" -"The error handlers, either :meth:`.Command.error` or " -":func:`.on_command_error`, have been re-ordered to use the " -":class:`~ext.commands.Context` as its first parameter to be consistent " -"with other events and commands." +#: ../../migrating.rst:2146 +msgid "The error handlers, either :meth:`~ext.commands.Command.error` or :func:`.on_command_error`, have been re-ordered to use the :class:`~ext.commands.Context` as its first parameter to be consistent with other events and commands." msgstr "" -":meth:`.Command.error` や :func:`.on_command_error` " -"のようなエラーハンドラは他のイベント及びコマンドとの一貫性を保つため、最初のパラメータとして " -":class:`~ext.commands.Context` を使用するよう変更されました。" -#: ../../migrating.rst:950 +#: ../../migrating.rst:2151 msgid "HelpFormatter and Help Command Changes" msgstr "HelpFormatter および Help Command の変更" -#: ../../migrating.rst:952 -msgid "" -"The ``HelpFormatter`` class has been removed. It has been replaced with a" -" :class:`~.commands.HelpCommand` class. This class now stores all the " -"command handling and processing of the help command." -msgstr "" -"``HelpFormatter`` クラスは削除され、 :class:`~.commands.HelpCommand` " -"に置き換えられました。このクラスはヘルプコマンドのコマンドハンドリングや処理などといったすべてが格納されています。" +#: ../../migrating.rst:2153 +msgid "The ``HelpFormatter`` class has been removed. It has been replaced with a :class:`~.commands.HelpCommand` class. This class now stores all the command handling and processing of the help command." +msgstr "``HelpFormatter`` クラスは削除され、 :class:`~.commands.HelpCommand` に置き換えられました。このクラスはヘルプコマンドのコマンドハンドリングや処理などといったすべてが格納されています。" -#: ../../migrating.rst:954 -msgid "" -"The help command is now stored in the :attr:`.Bot.help_command` " -"attribute. As an added extension, you can disable the help command " -"completely by assigning the attribute to ``None`` or passing it at " -"``__init__`` as ``help_command=None``." -msgstr "" -"ヘルプコマンドは属性である :attr:`.Bot.help_command` に格納されています。追加の機能として、この属性に ``None``" -" を代入するか、 ``help_command=None`` のようにして ``__init__`` " -"にわたすことでヘルプコマンドを完全に無効化できます。" +#: ../../migrating.rst:2155 +msgid "The help command is now stored in the :attr:`.Bot.help_command` attribute. As an added extension, you can disable the help command completely by assigning the attribute to ``None`` or passing it at ``__init__`` as ``help_command=None``." +msgstr "ヘルプコマンドは属性である :attr:`.Bot.help_command` に格納されています。追加の機能として、この属性に ``None`` を代入するか、 ``help_command=None`` のようにして ``__init__`` にわたすことでヘルプコマンドを完全に無効化できます。" -#: ../../migrating.rst:956 -msgid "" -"The new interface allows the help command to be customised through " -"special methods that can be overridden." +#: ../../migrating.rst:2157 +msgid "The new interface allows the help command to be customised through special methods that can be overridden." msgstr "新しいインタフェースでは特殊なメソッドをオーバーライドすることでヘルプコマンドをカスタマイズすることができます。" -#: ../../migrating.rst:958 +#: ../../migrating.rst:2159 msgid ":meth:`.HelpCommand.send_bot_help`" msgstr ":meth:`.HelpCommand.send_bot_help`" -#: ../../migrating.rst:959 +#: ../../migrating.rst:2160 msgid "Called when the user requested for help with the entire bot." msgstr "ユーザーがBot全体のヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:960 +#: ../../migrating.rst:2161 msgid ":meth:`.HelpCommand.send_cog_help`" msgstr ":meth:`.HelpCommand.send_cog_help`" -#: ../../migrating.rst:961 +#: ../../migrating.rst:2162 msgid "Called when the user requested for help with a specific cog." msgstr "ユーザーが特定のコグについてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:962 +#: ../../migrating.rst:2163 msgid ":meth:`.HelpCommand.send_group_help`" msgstr ":meth:`.HelpCommand.send_group_help`" -#: ../../migrating.rst:963 +#: ../../migrating.rst:2164 msgid "Called when the user requested for help with a :class:`~.commands.Group`" msgstr "ユーザーが :class:`~.commands.Group` についてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:964 +#: ../../migrating.rst:2165 msgid ":meth:`.HelpCommand.send_command_help`" msgstr ":meth:`.HelpCommand.send_command_help`" -#: ../../migrating.rst:965 +#: ../../migrating.rst:2166 msgid "Called when the user requested for help with a :class:`~.commands.Command`" msgstr "ユーザーが :class:`~.commands.Command` についてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:966 +#: ../../migrating.rst:2167 msgid ":meth:`.HelpCommand.get_destination`" msgstr ":meth:`.HelpCommand.get_destination`" -#: ../../migrating.rst:967 -msgid "" -"Called to know where to send the help messages. Useful for deciding " -"whether to DM or not." +#: ../../migrating.rst:2168 +msgid "Called to know where to send the help messages. Useful for deciding whether to DM or not." msgstr "ヘルプメッセージの送信先を知るために呼び出されます。DMとして送るかどうかを決める際に役立ちます。" -#: ../../migrating.rst:968 +#: ../../migrating.rst:2169 msgid ":meth:`.HelpCommand.command_not_found`" msgstr ":meth:`.HelpCommand.command_not_found`" -#: ../../migrating.rst:969 -msgid "" -"A function (or coroutine) that returns a presentable no command found " -"string." +#: ../../migrating.rst:2170 +msgid "A function (or coroutine) that returns a presentable no command found string." msgstr "表示可能なコマンドが見つからなかった旨の文字列を返す関数(またはコルーチン)。" -#: ../../migrating.rst:970 +#: ../../migrating.rst:2171 msgid ":meth:`.HelpCommand.subcommand_not_found`" msgstr ":meth:`.HelpCommand.subcommand_not_found`" -#: ../../migrating.rst:971 -msgid "" -"A function (or coroutine) that returns a string when a subcommand is not " -"found." +#: ../../migrating.rst:2172 +msgid "A function (or coroutine) that returns a string when a subcommand is not found." msgstr "表示可能なサブコマンドが見つからなかった旨の文字列を返す関数(またはコルーチン)。" -#: ../../migrating.rst:973 +#: ../../migrating.rst:2174 msgid ":meth:`.HelpCommand.send_error_message`" msgstr ":meth:`.HelpCommand.send_error_message`" -#: ../../migrating.rst:973 -msgid "" -"A coroutine that gets passed the result of " -":meth:`.HelpCommand.command_not_found` and " -":meth:`.HelpCommand.subcommand_not_found`." -msgstr "" -":meth:`.HelpCommand.command_not_found` および " -":meth:`.HelpCommand.subcommand_not_found` の結果が渡されるコルーチン。" +#: ../../migrating.rst:2174 +msgid "A coroutine that gets passed the result of :meth:`.HelpCommand.command_not_found` and :meth:`.HelpCommand.subcommand_not_found`." +msgstr ":meth:`.HelpCommand.command_not_found` および :meth:`.HelpCommand.subcommand_not_found` の結果が渡されるコルーチン。" -#: ../../migrating.rst:974 -msgid "" -"By default it just sends the message. But you can, for example, override " -"it to put it in an embed." +#: ../../migrating.rst:2175 +msgid "By default it just sends the message. But you can, for example, override it to put it in an embed." msgstr "デフォルトではメッセージの送信のみを行いますが、たとえば、そのメッセージを埋め込み化したい場合などにオーバーライドして使うことができます。" -#: ../../migrating.rst:975 +#: ../../migrating.rst:2176 msgid ":meth:`.HelpCommand.on_help_command_error`" msgstr ":meth:`.HelpCommand.on_help_command_error`" -#: ../../migrating.rst:976 -msgid "" -"The :ref:`error handler ` for the help " -"command if you want to add one." +#: ../../migrating.rst:2177 +msgid "The :ref:`error handler ` for the help command if you want to add one." msgstr "ヘルプコマンドの :ref:`エラーハンドラ ` 。追加したい場合のみ使用してください。" -#: ../../migrating.rst:978 +#: ../../migrating.rst:2179 msgid ":meth:`.HelpCommand.prepare_help_command`" msgstr ":meth:`.HelpCommand.prepare_help_command`" -#: ../../migrating.rst:978 -msgid "" -"A coroutine that is called right before the help command processing is " -"done." +#: ../../migrating.rst:2179 +msgid "A coroutine that is called right before the help command processing is done." msgstr "ヘルプコマンドの処理が行われる前に呼び出されるコルーチン。" -#: ../../migrating.rst:980 +#: ../../migrating.rst:2181 msgid "Certain subclasses can implement more customisable methods." msgstr "特定のサブクラスはさらにカスタマイズ可能なメソッドを実装できます。" -#: ../../migrating.rst:982 -msgid "" -"The old ``HelpFormatter`` was replaced with " -":class:`~.commands.DefaultHelpCommand`\\, which implements all of the " -"logic of the old help command. The customisable methods can be found in " -"the accompanying documentation." -msgstr "" -"以前の ``HelpFormatter`` はその機能を全て実装した :class:`~.commands.DefaultHelpCommand`" -" に置き換えられました。カスタマイズメソッドは添付のドキュメントで確認することができます。" +#: ../../migrating.rst:2183 +msgid "The old ``HelpFormatter`` was replaced with :class:`~.commands.DefaultHelpCommand`\\, which implements all of the logic of the old help command. The customisable methods can be found in the accompanying documentation." +msgstr "以前の ``HelpFormatter`` はその機能を全て実装した :class:`~.commands.DefaultHelpCommand` に置き換えられました。カスタマイズメソッドは添付のドキュメントで確認することができます。" -#: ../../migrating.rst:984 -msgid "" -"The library now provides a new more minimalistic " -":class:`~.commands.HelpCommand` implementation that doesn't take as much " -"space, :class:`~.commands.MinimalHelpCommand`. The customisable methods " -"can also be found in the accompanying documentation." -msgstr "" -"このライブラリは多くのスペースをとらない、より小規模化した :class:`~.commands.HelpCommand` の実装である " -":class:`~.commands.MinimalHelpCommand` " -"を提供します。カスタマイズ可能なメソッドは付随のドキュメントから確認することが可能です。" +#: ../../migrating.rst:2185 +msgid "The library now provides a new more minimalistic :class:`~.commands.HelpCommand` implementation that doesn't take as much space, :class:`~.commands.MinimalHelpCommand`. The customisable methods can also be found in the accompanying documentation." +msgstr "このライブラリは多くのスペースをとらない、より小規模化した :class:`~.commands.HelpCommand` の実装である :class:`~.commands.MinimalHelpCommand` を提供します。カスタマイズ可能なメソッドは付随のドキュメントから確認することが可能です。" -#: ../../migrating.rst:986 -msgid "" -"A frequent request was if you could associate a help command with a cog. " -"The new design allows for dynamically changing of cog through binding it " -"to the :attr:`.HelpCommand.cog` attribute. After this assignment the help" -" command will pretend to be part of the cog and everything should work as" -" expected. When the cog is unloaded then the help command will be " -"\"unbound\" from the cog." -msgstr "" -"ヘルプコマンドをコグに関連付けることはできないのかという要望が多くありました。この新しい設計では :attr:`.HelpCommand.cog`" -" " -"にバインドすることでコグを動的に変更することが可能です。この割当をおこなった後、ヘルプコマンドはコグの一部として、期待通りの動きをするでしょう。コグがアンロードされると、ヘルプコマンドはコグから「バインド解除」されます。" +#: ../../migrating.rst:2187 +msgid "A frequent request was if you could associate a help command with a cog. The new design allows for dynamically changing of cog through binding it to the :attr:`.HelpCommand.cog` attribute. After this assignment the help command will pretend to be part of the cog and everything should work as expected. When the cog is unloaded then the help command will be \"unbound\" from the cog." +msgstr "ヘルプコマンドをコグに関連付けることはできないのかという要望が多くありました。この新しい設計では :attr:`.HelpCommand.cog` にバインドすることでコグを動的に変更することが可能です。この割当をおこなった後、ヘルプコマンドはコグの一部として、期待通りの動きをするでしょう。コグがアンロードされると、ヘルプコマンドはコグから「バインド解除」されます。" -#: ../../migrating.rst:988 -msgid "" -"For example, to implement a :class:`~.commands.HelpCommand` in a cog, the" -" following snippet can be used." +#: ../../migrating.rst:2189 +msgid "For example, to implement a :class:`~.commands.HelpCommand` in a cog, the following snippet can be used." msgstr "例えば、 :class:`~.commands.HelpCommand` をコグに実装するには、次のコードが役立つでしょう。" -#: ../../migrating.rst:1005 -msgid "" -"For more information, check out the relevant :ref:`documentation " -"`." +#: ../../migrating.rst:2206 +msgid "For more information, check out the relevant :ref:`documentation `." msgstr "詳しくは、:ref:`こちらの説明 ` をご覧ください。" -#: ../../migrating.rst:1008 +#: ../../migrating.rst:2209 msgid "Cog Changes" msgstr "コグの変更" -#: ../../migrating.rst:1010 -msgid "" -"Cogs have completely been revamped. They are documented in " -":ref:`ext_commands_cogs` as well." +#: ../../migrating.rst:2211 +msgid "Cogs have completely been revamped. They are documented in :ref:`ext_commands_cogs` as well." msgstr "コグは完全に刷新されました。これは :ref:`ext_commands_cogs` としてドキュメント化されています。" -#: ../../migrating.rst:1012 -msgid "" -"Cogs are now required to have a base class, :class:`~.commands.Cog` for " -"future proofing purposes. This comes with special methods to customise " -"some behaviour." -msgstr "" -"コグは将来的な校正のためのクラスである :class:`~.commands.Cog` " -"を基底クラスとして持つ必要があります。このクラスには動作のカスタマイズのために、特別なメソッドが用意されています。" +#: ../../migrating.rst:2213 +msgid "Cogs are now required to have a base class, :class:`~.commands.Cog` for future proofing purposes. This comes with special methods to customise some behaviour." +msgstr "コグは将来的な校正のためのクラスである :class:`~.commands.Cog` を基底クラスとして持つ必要があります。このクラスには動作のカスタマイズのために、特別なメソッドが用意されています。" -#: ../../migrating.rst:1014 +#: ../../migrating.rst:2215 msgid ":meth:`.Cog.cog_unload`" msgstr ":meth:`.Cog.cog_unload`" -#: ../../migrating.rst:1015 -msgid "" -"This is called when a cog needs to do some cleanup, such as cancelling a " -"task." +#: ../../migrating.rst:2216 +msgid "This is called when a cog needs to do some cleanup, such as cancelling a task." msgstr "これはタスクのキャンセルのような、コグに何らかのクリーンアップが必要なときに呼び出されます。" -#: ../../migrating.rst:1016 +#: ../../migrating.rst:2217 msgid ":meth:`.Cog.bot_check_once`" msgstr ":meth:`.Cog.bot_check_once`" -#: ../../migrating.rst:1017 +#: ../../migrating.rst:2218 msgid "This registers a :meth:`.Bot.check_once` check." msgstr "これは :meth:`.Bot.check_once` チェックを登録します。" -#: ../../migrating.rst:1018 +#: ../../migrating.rst:2219 msgid ":meth:`.Cog.bot_check`" msgstr ":meth:`.Cog.bot_check`" -#: ../../migrating.rst:1019 +#: ../../migrating.rst:2220 msgid "This registers a regular :meth:`.Bot.check` check." msgstr "これは普通の :meth:`.Bot.check` チェックを登録します。" -#: ../../migrating.rst:1020 +#: ../../migrating.rst:2221 msgid ":meth:`.Cog.cog_check`" msgstr ":meth:`.Cog.cog_check`" -#: ../../migrating.rst:1021 +#: ../../migrating.rst:2222 msgid "This registers a check that applies to every command in the cog." msgstr "これはコグのすべてのコマンドに適用されるチェックを登録します。" -#: ../../migrating.rst:1022 +#: ../../migrating.rst:2223 msgid ":meth:`.Cog.cog_command_error`" msgstr ":meth:`.Cog.cog_command_error`" -#: ../../migrating.rst:1023 -msgid "" -"This is a special error handler that is called whenever an error happens " -"inside the cog." +#: ../../migrating.rst:2224 +msgid "This is a special error handler that is called whenever an error happens inside the cog." msgstr "これは特別なエラーハンドラで、コグ内でエラーが発生するたびに呼び出されます。" -#: ../../migrating.rst:1025 +#: ../../migrating.rst:2226 msgid ":meth:`.Cog.cog_before_invoke` and :meth:`.Cog.cog_after_invoke`" msgstr ":meth:`.Cog.cog_before_invoke` と :meth:`.Cog.cog_after_invoke`" -#: ../../migrating.rst:1025 -msgid "" -"A special method that registers a cog before and after invoke hook. More " -"information can be found in :ref:`migrating_1_0_before_after_hook`." -msgstr "" -"コグの前後に呼び出されるフックを登録する特別なメソッド。詳細は :ref:`migrating_1_0_before_after_hook` " -"に記載されています。" +#: ../../migrating.rst:2226 +msgid "A special method that registers a cog before and after invoke hook. More information can be found in :ref:`migrating_1_0_before_after_hook`." +msgstr "コグの前後に呼び出されるフックを登録する特別なメソッド。詳細は :ref:`migrating_1_0_before_after_hook` に記載されています。" -#: ../../migrating.rst:1027 -msgid "" -"Those that were using listeners, such as ``on_message`` inside a cog will" -" now have to explicitly mark them as such using the " -":meth:`.commands.Cog.listener` decorator." -msgstr "" -"コグ内で ``on_message`` のようなリスナーを使用していた人は、 :meth:`.commands.Cog.listener` " -"デコレータを用いて、リスナーを明示する必要があります。" +#: ../../migrating.rst:2228 +msgid "Those that were using listeners, such as ``on_message`` inside a cog will now have to explicitly mark them as such using the :meth:`.commands.Cog.listener` decorator." +msgstr "コグ内で ``on_message`` のようなリスナーを使用していた人は、 :meth:`.commands.Cog.listener` デコレータを用いて、リスナーを明示する必要があります。" -#: ../../migrating.rst:1029 -msgid "" -"Along with that, cogs have gained the ability to have custom names " -"through specifying it in the class definition line. More options can be " -"found in the metaclass that facilitates all this, " -":class:`.commands.CogMeta`." -msgstr "それによって、コグはクラス定義の行で指定することによって、独自の名前を持てるようになりました。オプションはこれらを容易にするメタクラス、:class:`.commands.CogMeta` で見つかります。" +#: ../../migrating.rst:2230 +msgid "Along with that, cogs have gained the ability to have custom names through specifying it in the class definition line. More options can be found in the metaclass that facilitates all this, :class:`.commands.CogMeta`." +msgstr "それによって、コグはクラス定義の行で指定することによって、独自の名前を持てるようになりました。オプションはこれらを容易にするメタクラス、 :class:`.commands.CogMeta` で見つかります。" -#: ../../migrating.rst:1031 -msgid "" -"An example cog with every special method registered and a custom name is " -"as follows:" +#: ../../migrating.rst:2232 +msgid "An example cog with every special method registered and a custom name is as follows:" msgstr "すべての特別なメソッドを使用し、そして名前を指定したコグの例が以下のようになります:" -#: ../../migrating.rst:1068 +#: ../../migrating.rst:2269 msgid "Before and After Invocation Hooks" msgstr "前後処理のフック" -#: ../../migrating.rst:1070 -msgid "" -"Commands have gained new before and after invocation hooks that allow you" -" to do an action before and after a command is run." +#: ../../migrating.rst:2271 +msgid "Commands have gained new before and after invocation hooks that allow you to do an action before and after a command is run." msgstr "コマンドに、コマンドの実行前および実行後に処理が行えるようにするフックが新たに追加されました。" -#: ../../migrating.rst:1073 -msgid "" -"They take a single parameter, :class:`~ext.commands.Context` and they " -"must be a coroutine." +#: ../../migrating.rst:2274 +msgid "They take a single parameter, :class:`~ext.commands.Context` and they must be a coroutine." msgstr "これは単一のパラメータとして :class:`~ext.commands.Context` を受け取り、かつコルーチンである必要があります。" -#: ../../migrating.rst:1075 +#: ../../migrating.rst:2276 msgid "They are on a global, per-cog, or per-command basis." msgstr "また、このフックは全体、コグごと、あるいはコマンドごとに設定することが可能です。" -#: ../../migrating.rst:1092 -msgid "" -"The after invocation is hook always called, **regardless of an error in " -"the command**. This makes it ideal for some error handling or clean up of" -" certain resources such a database connection." -msgstr "" -"後処理のフックは **コマンドのエラー発生に関わらず** " -"必ず呼び出されます。そのため、データベース接続のようなリソースのクリーンアップやエラー処理に最適です。" +#: ../../migrating.rst:2293 +msgid "The after invocation is hook always called, **regardless of an error in the command**. This makes it ideal for some error handling or clean up of certain resources such a database connection." +msgstr "後処理のフックは **コマンドのエラー発生に関わらず** 必ず呼び出されます。そのため、データベース接続のようなリソースのクリーンアップやエラー処理に最適です。" -#: ../../migrating.rst:1095 +#: ../../migrating.rst:2296 msgid "The per-command registration is as follows: ::" msgstr "コマンドごとに設定する方法は以下のとおりです。" -#: ../../migrating.rst:1111 -msgid "" -"The special cog method for these is :meth:`.Cog.cog_before_invoke` and " -":meth:`.Cog.cog_after_invoke`, e.g.:" -msgstr "" -"これらのコグ用の特別なメソッドは :meth:`.Cog.cog_before_invoke` と " -":meth:`.Cog.cog_after_invoke` です。例:" +#: ../../migrating.rst:2312 +msgid "The special cog method for these is :meth:`.Cog.cog_before_invoke` and :meth:`.Cog.cog_after_invoke`, e.g.:" +msgstr "これらのコグ用の特別なメソッドは :meth:`.Cog.cog_before_invoke` と :meth:`.Cog.cog_after_invoke` です。例:" -#: ../../migrating.rst:1126 -msgid "" -"To check if a command failed in the after invocation hook, you can use " -":attr:`.Context.command_failed`." +#: ../../migrating.rst:2327 +msgid "To check if a command failed in the after invocation hook, you can use :attr:`.Context.command_failed`." msgstr ":attr:`.Context.command_failed` を使うことで、後処理でコマンドがエラーになったかを確認する事ができます。" -#: ../../migrating.rst:1129 +#: ../../migrating.rst:2330 msgid "The invocation order is as follows:" msgstr "呼び出される順序は以下のとおりです。" -#: ../../migrating.rst:1131 +#: ../../migrating.rst:2332 msgid "Command local before invocation hook" msgstr "コマンドごとの前処理。" -#: ../../migrating.rst:1132 +#: ../../migrating.rst:2333 msgid "Cog local before invocation hook" msgstr "コグごとの前処理。" -#: ../../migrating.rst:1133 +#: ../../migrating.rst:2334 msgid "Global before invocation hook" msgstr "全体での前処理。" -#: ../../migrating.rst:1134 +#: ../../migrating.rst:2335 msgid "The actual command" msgstr "実行されたコマンド。" -#: ../../migrating.rst:1135 +#: ../../migrating.rst:2336 msgid "Command local after invocation hook" msgstr "コマンドごとの後処理。" -#: ../../migrating.rst:1136 +#: ../../migrating.rst:2337 msgid "Cog local after invocation hook" msgstr "コグごとの後処理。" -#: ../../migrating.rst:1137 +#: ../../migrating.rst:2338 msgid "Global after invocation hook" msgstr "全体での後処理。" -#: ../../migrating.rst:1140 +#: ../../migrating.rst:2341 msgid "Converter Changes" msgstr "コンバーターの変更" -#: ../../migrating.rst:1142 -msgid "" -"Prior to v1.0, a converter was a type hint that could be a callable that " -"could be invoked with a singular argument denoting the argument passed by" -" the user as a string." +#: ../../migrating.rst:2343 +msgid "Prior to v1.0, a converter was a type hint that could be a callable that could be invoked with a singular argument denoting the argument passed by the user as a string." msgstr "v1.0以前では、コンバーターはユーザーにより渡された引数を、文字列の単独引数として呼び出す型ヒントでした。" -#: ../../migrating.rst:1145 -msgid "" -"This system was eventually expanded to support a " -":class:`~ext.commands.Converter` system to allow plugging in the " -":class:`~ext.commands.Context` and do more complicated conversions such " -"as the built-in \"discord\" converters." -msgstr "" +#: ../../migrating.rst:2346 +msgid "This system was eventually expanded to support a :class:`~ext.commands.Converter` system to allow plugging in the :class:`~ext.commands.Context` and do more complicated conversions such as the built-in \"discord\" converters." +msgstr "このシステムは最終的に :class:`~ext.commands.Context` が組み込み可能な :class:`~ext.commands.Converter` システムをサポートするために拡張され、ビルトインの「discord」コンバータのようにより複雑な変換が行なえるようになりました。" -#: ../../migrating.rst:1149 -msgid "" -"In v1.0 this converter system was revamped to allow instances of " -":class:`~ext.commands.Converter` derived classes to be passed. For " -"consistency, the :meth:`~ext.commands.Converter.convert` method was " -"changed to always be a coroutine and will now take the two arguments as " -"parameters." -msgstr "" -"v1.0ではこのコンバーターシステムは :class:`~ext.commands.Converter` " -"派生のクラスを用いることができるよう変更されました。一貫性を保つため、 " -":meth:`~ext.commands.Converter.convert` は常にコルーチンとるよう変更され、二つのパラメータを受け取ります。" +#: ../../migrating.rst:2350 +msgid "In v1.0 this converter system was revamped to allow instances of :class:`~ext.commands.Converter` derived classes to be passed. For consistency, the :meth:`~ext.commands.Converter.convert` method was changed to always be a coroutine and will now take the two arguments as parameters." +msgstr "v1.0ではこのコンバーターシステムは :class:`~ext.commands.Converter` 派生のクラスを用いることができるよう変更されました。一貫性を保つため、 :meth:`~ext.commands.Converter.convert` は常にコルーチンとるよう変更され、二つのパラメータを受け取ります。" -#: ../../migrating.rst:1153 +#: ../../migrating.rst:2354 msgid "Essentially, before: ::" msgstr "更新前: ::" -#: ../../migrating.rst:1165 +#: ../../migrating.rst:2366 msgid "The command framework also got a couple new converters:" msgstr "コマンドフレームワークにも二つのコンバーターが追加されました。" -#: ../../migrating.rst:1167 -msgid "" -":class:`~ext.commands.clean_content` this is akin to " -":attr:`Message.clean_content` which scrubs mentions." -msgstr "" +#: ../../migrating.rst:2368 +msgid ":class:`~ext.commands.clean_content` this is akin to :attr:`Message.clean_content` which scrubs mentions." +msgstr ":class:`~ext.commands.clean_content` はメンションなどを取り除く :attr:`Message.clean_content` と同じものです。" -#: ../../migrating.rst:1168 -msgid "" -":class:`~ext.commands.UserConverter` will now appropriately convert " -":class:`User` only." +#: ../../migrating.rst:2369 +msgid ":class:`~ext.commands.UserConverter` will now appropriately convert :class:`User` only." msgstr ":class:`~ext.commands.UserConverter` は :class:`User` だけを適切に変換します。" -#: ../../migrating.rst:1169 +#: ../../migrating.rst:2370 msgid "``ChannelConverter`` is now split into two different converters." msgstr "``ChannelConverter`` は二つのコンバーターに分離されました。" -#: ../../migrating.rst:1171 +#: ../../migrating.rst:2372 msgid ":class:`~ext.commands.TextChannelConverter` for :class:`TextChannel`." msgstr ":class:`TextChannel` 用の :class:`~ext.commands.TextChannelConverter` 。" -#: ../../migrating.rst:1172 +#: ../../migrating.rst:2373 msgid ":class:`~ext.commands.VoiceChannelConverter` for :class:`VoiceChannel`." msgstr ":class:`VoiceChannel` 用の :class:`~ext.commands.VoiceChannelConverter` 。" diff --git a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po index 3321f5074..5ef0b3adc 100644 --- a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po +++ b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-22 09:35-0400\n" -"PO-Revision-Date: 2020-10-24 02:41\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" diff --git a/docs/locale/ja/LC_MESSAGES/quickstart.po b/docs/locale/ja/LC_MESSAGES/quickstart.po index 425ab852c..f4ccb69d6 100644 --- a/docs/locale/ja/LC_MESSAGES/quickstart.po +++ b/docs/locale/ja/LC_MESSAGES/quickstart.po @@ -1,128 +1,81 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: quickstart.pot\n" +"X-Crowdin-File-ID: 50\n" +"Language: ja_JP\n" #: ../../quickstart.rst:8 msgid "Quickstart" msgstr "クイックスタート" #: ../../quickstart.rst:10 -msgid "" -"This page gives a brief introduction to the library. It assumes you have " -"the library installed, if you don't check the :ref:`installing` portion." -msgstr "" -"ここでは、ライブラリの概要を説明します。ライブラリがインストールされていることを前提としているので、インストールを終えていない人は " -":ref:`installing` を参照してください。" +msgid "This page gives a brief introduction to the library. It assumes you have the library installed, if you don't check the :ref:`installing` portion." +msgstr "ここでは、ライブラリの概要を説明します。ライブラリがインストールされていることを前提としているので、インストールを終えていない人は :ref:`installing` を参照してください。" #: ../../quickstart.rst:14 msgid "A Minimal Bot" msgstr "最小限のBot" #: ../../quickstart.rst:16 -#, fuzzy -msgid "" -"Let's make a bot that responds to a specific message and walk you through" -" it." -msgstr "では早速、特定のメッセージに対して、返事をするBotを作ってみましょう。" +msgid "Let's make a bot that responds to a specific message and walk you through it." +msgstr "特定のメッセージに対して返事をするBotを作ってみましょう。一通り説明していきます。" #: ../../quickstart.rst:18 msgid "It looks something like this:" msgstr "結論から書くと、このように書くことができます。" #: ../../quickstart.rst:40 -msgid "" -"Let's name this file ``example_bot.py``. Make sure not to name it " -"``discord.py`` as that'll conflict with the library." -msgstr "" -"ファイルの名前を ``example_bot.py`` としましょう。ライブラリと競合してしまうので、 ``discord.py`` " -"というファイル名にはしないでください。" +msgid "Let's name this file ``example_bot.py``. Make sure not to name it ``discord.py`` as that'll conflict with the library." +msgstr "ファイルの名前を ``example_bot.py`` としましょう。ライブラリと競合してしまうので、 ``discord.py`` というファイル名にはしないでください。" #: ../../quickstart.rst:43 msgid "There's a lot going on here, so let's walk you through it step by step." msgstr "さて、では順を追って一つづつ説明していきます。" #: ../../quickstart.rst:45 -msgid "" -"The first line just imports the library, if this raises a " -"`ModuleNotFoundError` or `ImportError` then head on over to " -":ref:`installing` section to properly install." -msgstr "" -"最初の行は、ただライブラリをインポートしただけです。 `ModuleNotFoundError` や `ImportError` が発生した場合は" -" :ref:`installing` を見て、ライブラリをきちんとインストールしましょう。" +msgid "The first line just imports the library, if this raises a `ModuleNotFoundError` or `ImportError` then head on over to :ref:`installing` section to properly install." +msgstr "最初の行は、ただライブラリをインポートしただけです。 `ModuleNotFoundError` や `ImportError` が発生した場合は :ref:`installing` を見て、ライブラリをきちんとインストールしましょう。" #: ../../quickstart.rst:47 -msgid "" -"Next, we create an instance of a :class:`Client`. This client is our " -"connection to Discord." +msgid "Next, we create an instance of a :class:`Client`. This client is our connection to Discord." msgstr "次に、 :class:`Client` のインスタンスを作成します。クライアントはDiscordへの接続を行います。" #: ../../quickstart.rst:48 -msgid "" -"We then use the :meth:`Client.event` decorator to register an event. This" -" library has many events. Since this library is asynchronous, we do " -"things in a \"callback\" style manner." -msgstr "" -"続いて、 :meth:`Client.event` " -"デコレータを使用してイベントを登録します。ライブラリにはたくさんのイベントが用意されています。このライブラリは非同期のため、「コールバック」のスタイルで処理を行います。" +msgid "We then use the :meth:`Client.event` decorator to register an event. This library has many events. Since this library is asynchronous, we do things in a \"callback\" style manner." +msgstr "続いて、 :meth:`Client.event` デコレータを使用してイベントを登録します。ライブラリにはたくさんのイベントが用意されています。このライブラリは非同期のため、「コールバック」のスタイルで処理を行います。" #: ../../quickstart.rst:51 -msgid "" -"A callback is essentially a function that is called when something " -"happens. In our case, the :func:`on_ready` event is called when the bot " -"has finished logging in and setting things up and the :func:`on_message` " -"event is called when the bot has received a message." -msgstr "" -"コールバックは基本的に、何かが発生した場合に呼び出される関数です。今回の場合だと、Botがログインして、設定などを終えたときに " -":func:`on_ready` が、メッセージを受信したときに :func:`on_message` が呼び出されます。" +msgid "A callback is essentially a function that is called when something happens. In our case, the :func:`on_ready` event is called when the bot has finished logging in and setting things up and the :func:`on_message` event is called when the bot has received a message." +msgstr "コールバックは基本的に、何かが発生した場合に呼び出される関数です。今回の場合だと、Botがログインして、設定などを終えたときに :func:`on_ready` が、メッセージを受信したときに :func:`on_message` が呼び出されます。" #: ../../quickstart.rst:54 -msgid "" -"Since the :func:`on_message` event triggers for *every* message received," -" we have to make sure that we ignore messages from ourselves. We do this " -"by checking if the :attr:`Message.author` is the same as the " -":attr:`Client.user`." -msgstr "" -":func:`on_message` " -"イベントは受信したメッセージすべてに対して呼び出されるため、Bot自身からのメッセージは無視するように設定する必要があります。これは、メッセージの送信者である" -" :attr:`Message.author` と、Bot自身を表す :attr:`Client.user` " -"が等しいか比較することで実装できます。" +msgid "Since the :func:`on_message` event triggers for *every* message received, we have to make sure that we ignore messages from ourselves. We do this by checking if the :attr:`Message.author` is the same as the :attr:`Client.user`." +msgstr ":func:`on_message` イベントは受信したメッセージすべてに対して呼び出されるため、Bot自身からのメッセージは無視するように設定する必要があります。これは、メッセージの送信者である :attr:`Message.author` と、Bot自身を表す :attr:`Client.user` が等しいか比較することで実装できます。" #: ../../quickstart.rst:57 -msgid "" -"Afterwards, we check if the :class:`Message.content` starts with " -"``'$hello'``. If it does, then we send a message in the channel it was " -"used in with ``'Hello!'``. This is a basic way of handling commands, " -"which can be later automated with the :doc:`./ext/commands/index` " -"framework." -msgstr "" +msgid "Afterwards, we check if the :class:`Message.content` starts with ``'$hello'``. If it does, then we send a message in the channel it was used in with ``'Hello!'``. This is a basic way of handling commands, which can be later automated with the :doc:`./ext/commands/index` framework." +msgstr "その後、 :class:`Message.content` が ``'$hello'`` から始まるかどうかを確認し、当てはまればそのチャンネルに ``'Hello!'`` という返事を送信します。これはコマンドを処理する基本的な方法であり、後で :doc:`./ext/commands/index` フレームワークを使用して自動化できます。" #: ../../quickstart.rst:60 -msgid "" -"Finally, we run the bot with our login token. If you need help getting " -"your token or creating a bot, look in the :ref:`discord-intro` section." -msgstr "" -"最後に、ログイン用トークンを用いてBotを起動します。トークンの取得やBotの作成について分からないことがあれば、 :ref:`discord-" -"intro` を参照してください。" +msgid "Finally, we run the bot with our login token. If you need help getting your token or creating a bot, look in the :ref:`discord-intro` section." +msgstr "最後に、ログイン用トークンを用いてBotを起動します。トークンの取得やBotの作成について分からないことがあれば、 :ref:`discord-intro` を参照してください。" #: ../../quickstart.rst:64 -msgid "" -"Now that we've made a bot, we have to *run* the bot. Luckily, this is " -"simple since this is just a Python script, we can run it directly." -msgstr "" -"さて、これでBotは完成なので、Botを *実行* " -"してみましょう。幸いにも、これはただのPythonスクリプトなので実行は簡単です。直接実行が可能です。" +msgid "Now that we've made a bot, we have to *run* the bot. Luckily, this is simple since this is just a Python script, we can run it directly." +msgstr "さて、これでBotは完成なので、Botを *実行* してみましょう。幸いにも、これはただのPythonスクリプトなので実行は簡単です。直接実行が可能です。" #: ../../quickstart.rst:67 msgid "On Windows:" @@ -136,13 +89,3 @@ msgstr "その他のシステムの場合:" msgid "Now you can try playing around with your basic bot." msgstr "これで、あなたが作ったBotと遊ぶことができます。" -#~ msgid "" -#~ "Afterwards, we check if the " -#~ ":class:`Message.content` starts with ``'$hello'``." -#~ " If it is, then we reply in " -#~ "the channel it was used in with" -#~ " ``'Hello!'``." -#~ msgstr "" -#~ "その後、 :class:`Message.content` が ``'$hello'`` " -#~ "から始まるかどうかを確認し、当てはまればそのチャンネルに ``'Hello!'`` という返事を送信します。" - diff --git a/docs/locale/ja/LC_MESSAGES/sphinx.po b/docs/locale/ja/LC_MESSAGES/sphinx.po index 0d4e8b96f..387cbbd11 100644 --- a/docs/locale/ja/LC_MESSAGES/sphinx.po +++ b/docs/locale/ja/LC_MESSAGES/sphinx.po @@ -1,114 +1,114 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 17:16+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: sphinx.pot\n" +"X-Crowdin-File-ID: 70\n" +"Language: ja_JP\n" #: ../../_templates/layout.html:36 msgid "About these documents" -msgstr "" +msgstr "ドキュメントについて" #: ../../_templates/layout.html:39 msgid "Index" -msgstr "" +msgstr "目次" -#: ../../_templates/layout.html:42 ../../_templates/layout.html:66 +#: ../../_templates/layout.html:42 +#: ../../_templates/layout.html:66 msgid "Search" -msgstr "" +msgstr "検索" #: ../../_templates/layout.html:45 msgid "Copyright" -msgstr "" +msgstr "コピーライト" #: ../../_templates/layout.html:63 msgid "Discord" -msgstr "" +msgstr "Discord" #: ../../_templates/layout.html:67 msgid "Close" -msgstr "" +msgstr "閉じる" -#: ../../_templates/layout.html:72 ../../_templates/layout.html:95 +#: ../../_templates/layout.html:72 +#: ../../_templates/layout.html:95 +#: ../../_templates/layout.html:116 msgid "Search documentation" -msgstr "" +msgstr "ドキュメントを検索" #: ../../_templates/layout.html:82 msgid "View Documentation For" -msgstr "" +msgstr "表示ドキュメント" -#: ../../_templates/layout.html:125 -#, python-format +#: ../../_templates/layout.html:133 msgid "© Copyright %(copyright)s." -msgstr "" +msgstr "© Copyright %(copyright)s." -#: ../../_templates/layout.html:127 -#, python-format +#: ../../_templates/layout.html:135 msgid "© Copyright %(copyright)s." -msgstr "" +msgstr "© Copyright %(copyright)s." -#: ../../_templates/layout.html:131 -#, python-format +#: ../../_templates/layout.html:139 msgid "Last updated on %(last_updated)s." -msgstr "" +msgstr "最終更新日: %(last_updated)s" -#: ../../_templates/layout.html:134 -#, fuzzy, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s で作成されました。" +#: ../../_templates/layout.html:142 +msgid "Created using Sphinx %(sphinx_version)s." +msgstr "Sphinx %(sphinx_version)s にて作成。" -#: ../../_templates/layout.html:155 +#: ../../_templates/layout.html:163 msgid "Settings" -msgstr "" +msgstr "設定" -#: ../../_templates/layout.html:157 +#: ../../_templates/layout.html:165 msgid "Font" -msgstr "" +msgstr "フォント" -#: ../../_templates/layout.html:159 +#: ../../_templates/layout.html:167 msgid "Use a serif font:" -msgstr "" +msgstr "セリフフォントを使用:" -#: ../../_templates/layout.html:161 +#: ../../_templates/layout.html:169 msgid "Use a serif font? Your system font will be used, falling back to serif." -msgstr "" +msgstr "セリフフォントを使用しますか? フォールバックフォントとしてシステムのフォントが使用されます。" -#: ../../_templates/layout.html:168 +#: ../../_templates/layout.html:176 msgid "Theme" -msgstr "" +msgstr "テーマ" -#: ../../_templates/layout.html:171 +#: ../../_templates/layout.html:179 msgid "Set your theme based on your system preferences" -msgstr "" +msgstr "システム設定に基づいてテーマを設定します。" -#: ../../_templates/layout.html:174 +#: ../../_templates/layout.html:182 msgid "Automatic" -msgstr "" +msgstr "自動" -#: ../../_templates/layout.html:177 +#: ../../_templates/layout.html:185 msgid "Set your theme to light theme" -msgstr "" +msgstr "テーマをライトテーマに設定します。" -#: ../../_templates/layout.html:180 +#: ../../_templates/layout.html:188 msgid "Light" -msgstr "" +msgstr "ライト" -#: ../../_templates/layout.html:183 +#: ../../_templates/layout.html:191 msgid "Set your theme to dark theme" -msgstr "" +msgstr "テーマをダークテーマに設定します。" -#: ../../_templates/layout.html:186 +#: ../../_templates/layout.html:194 msgid "Dark" -msgstr "" +msgstr "ダーク" diff --git a/docs/locale/ja/LC_MESSAGES/version_guarantees.po b/docs/locale/ja/LC_MESSAGES/version_guarantees.po index d66cd38be..907a872b7 100644 --- a/docs/locale/ja/LC_MESSAGES/version_guarantees.po +++ b/docs/locale/ja/LC_MESSAGES/version_guarantees.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-22 09:35-0400\n" -"PO-Revision-Date: 2020-10-24 02:41\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:28\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" diff --git a/docs/locale/ja/LC_MESSAGES/whats_new.po b/docs/locale/ja/LC_MESSAGES/whats_new.po index b3872f34e..f980f0c6a 100644 --- a/docs/locale/ja/LC_MESSAGES/whats_new.po +++ b/docs/locale/ja/LC_MESSAGES/whats_new.po @@ -1,44 +1,67 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy\n" +"Project-Id-Version: discordpy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-27 02:33+0900\n" -"PO-Revision-Date: 2020-10-24 02:41+0000\n" +"POT-Creation-Date: 2022-03-09 03:48+0900\n" +"PO-Revision-Date: 2022-03-09 13:47\n" "Last-Translator: \n" -"Language: ja_JP\n" "Language-Team: Japanese\n" -"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: discordpy\n" +"X-Crowdin-Project-ID: 362783\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: whats_new.pot\n" +"X-Crowdin-File-ID: 74\n" +"Language: ja_JP\n" #: ../../whats_new.rst:9 msgid "Changelog" msgstr "変更履歴" #: ../../whats_new.rst:11 -msgid "" -"This page keeps a detailed human friendly rendering of what's new and " -"changed in specific versions." +msgid "This page keeps a detailed human friendly rendering of what's new and changed in specific versions." msgstr "このページでは、特定のバージョンの新機能や変更された機能を人にやさしい形で詳細に記載しています。" #: ../../whats_new.rst:17 msgid "v1.7.3" -msgstr "v1.7.3" - -#: ../../whats_new.rst:20 ../../whats_new.rst:31 ../../whats_new.rst:43 -#: ../../whats_new.rst:102 ../../whats_new.rst:175 ../../whats_new.rst:208 -#: ../../whats_new.rst:261 ../../whats_new.rst:295 ../../whats_new.rst:321 -#: ../../whats_new.rst:392 ../../whats_new.rst:443 ../../whats_new.rst:453 -#: ../../whats_new.rst:468 ../../whats_new.rst:486 ../../whats_new.rst:571 -#: ../../whats_new.rst:622 ../../whats_new.rst:632 ../../whats_new.rst:647 -#: ../../whats_new.rst:661 ../../whats_new.rst:671 ../../whats_new.rst:707 -#: ../../whats_new.rst:737 ../../whats_new.rst:779 ../../whats_new.rst:819 -#: ../../whats_new.rst:840 ../../whats_new.rst:856 ../../whats_new.rst:876 -#: ../../whats_new.rst:924 ../../whats_new.rst:941 ../../whats_new.rst:978 -#: ../../whats_new.rst:1014 ../../whats_new.rst:1066 ../../whats_new.rst:1110 +msgstr "" + +#: ../../whats_new.rst:20 +#: ../../whats_new.rst:31 +#: ../../whats_new.rst:43 +#: ../../whats_new.rst:102 +#: ../../whats_new.rst:175 +#: ../../whats_new.rst:208 +#: ../../whats_new.rst:261 +#: ../../whats_new.rst:295 +#: ../../whats_new.rst:321 +#: ../../whats_new.rst:392 +#: ../../whats_new.rst:443 +#: ../../whats_new.rst:453 +#: ../../whats_new.rst:468 +#: ../../whats_new.rst:486 +#: ../../whats_new.rst:571 +#: ../../whats_new.rst:622 +#: ../../whats_new.rst:632 +#: ../../whats_new.rst:647 +#: ../../whats_new.rst:661 +#: ../../whats_new.rst:671 +#: ../../whats_new.rst:707 +#: ../../whats_new.rst:737 +#: ../../whats_new.rst:779 +#: ../../whats_new.rst:819 +#: ../../whats_new.rst:840 +#: ../../whats_new.rst:856 +#: ../../whats_new.rst:876 +#: ../../whats_new.rst:924 +#: ../../whats_new.rst:941 +#: ../../whats_new.rst:978 +#: ../../whats_new.rst:1014 +#: ../../whats_new.rst:1066 +#: ../../whats_new.rst:1110 #: ../../whats_new.rst:1176 msgid "Bug Fixes" msgstr "バグ修正" @@ -48,26 +71,19 @@ msgid "Fix a crash involving guild uploaded stickers" msgstr "" #: ../../whats_new.rst:23 -msgid "" -"Fix :meth:`DMChannel.permissions_for` not having " -":attr:`Permissions.read_messages` set." +msgid "Fix :meth:`DMChannel.permissions_for` not having :attr:`Permissions.read_messages` set." msgstr "" #: ../../whats_new.rst:28 msgid "v1.7.2" -msgstr "v1.7.2" +msgstr "" #: ../../whats_new.rst:33 -msgid "" -"Fix ``fail_if_not_exists`` causing certain message references to not be " -"usable within :meth:`abc.Messageable.send` and :meth:`Message.reply` " -"(:issue:`6726`)" +msgid "Fix ``fail_if_not_exists`` causing certain message references to not be usable within :meth:`abc.Messageable.send` and :meth:`Message.reply` (:issue:`6726`)" msgstr "" #: ../../whats_new.rst:34 -msgid "" -"Fix :meth:`Guild.chunk` hanging when the user left the guild. " -"(:issue:`6730`)" +msgid "Fix :meth:`Guild.chunk` hanging when the user left the guild. (:issue:`6730`)" msgstr "" #: ../../whats_new.rst:35 @@ -79,360 +95,280 @@ msgid "v1.7.1" msgstr "v1.7.1" #: ../../whats_new.rst:45 -msgid "" -"|commands| Fix :meth:`Cog.has_error_handler " -"` not working as intended." -msgstr "" +msgid "|commands| Fix :meth:`Cog.has_error_handler ` not working as intended." +msgstr "|commands| Fix :meth:`Cog.has_error_handler ` が正常に動作しない問題を修正。" #: ../../whats_new.rst:50 msgid "v1.7.0" msgstr "v1.7.0" #: ../../whats_new.rst:52 -msgid "" -"This version is mainly for improvements and bug fixes. This is more than " -"likely the last major version in the 1.x series. Work after this will be " -"spent on v2.0. As a result, **this is the last version to support Python " -"3.5**. Likewise, **this is the last version to support user bots**." -msgstr "" +msgid "This version is mainly for improvements and bug fixes. This is more than likely the last major version in the 1.x series. Work after this will be spent on v2.0. As a result, **this is the last version to support Python 3.5**. Likewise, **this is the last version to support user bots**." +msgstr "このバージョンは、主にバグ修正と、機能改善が含まれています。 おそらくこのバージョンが、1.xシリーズの最後のメジャーバージョンとなる予定です。これ以降の作業は、主にv2.0に費やされます。 結果として、**このバージョンが、Python 3.5をサポートする最後のバージョンになります**。 同様に、**このバージョンがユーザーボットをサポートする最後のバージョンです**。" #: ../../whats_new.rst:56 -msgid "" -"Development of v2.0 will have breaking changes and support for newer API " -"features." -msgstr "" - -#: ../../whats_new.rst:59 ../../whats_new.rst:138 ../../whats_new.rst:241 -#: ../../whats_new.rst:335 ../../whats_new.rst:505 ../../whats_new.rst:684 -#: ../../whats_new.rst:752 ../../whats_new.rst:870 ../../whats_new.rst:902 -#: ../../whats_new.rst:935 ../../whats_new.rst:964 ../../whats_new.rst:991 -#: ../../whats_new.rst:1027 ../../whats_new.rst:1087 ../../whats_new.rst:1133 +msgid "Development of v2.0 will have breaking changes and support for newer API features." +msgstr "v2.0の開発には、破壊的更新と、新しいAPI機能の変更が含まれるでしょう。" + +#: ../../whats_new.rst:59 +#: ../../whats_new.rst:138 +#: ../../whats_new.rst:241 +#: ../../whats_new.rst:335 +#: ../../whats_new.rst:505 +#: ../../whats_new.rst:684 +#: ../../whats_new.rst:752 +#: ../../whats_new.rst:870 +#: ../../whats_new.rst:902 +#: ../../whats_new.rst:935 +#: ../../whats_new.rst:964 +#: ../../whats_new.rst:991 +#: ../../whats_new.rst:1027 +#: ../../whats_new.rst:1087 +#: ../../whats_new.rst:1133 msgid "New Features" msgstr "新機能" #: ../../whats_new.rst:61 -msgid "" -"Add support for stage channels via :class:`StageChannel` (:issue:`6602`, " -":issue:`6608`)" -msgstr "" +msgid "Add support for stage channels via :class:`StageChannel` (:issue:`6602`, :issue:`6608`)" +msgstr ":class:`StageChannel` (:issue:`6602`, :issue:`6608`) のサポート" #: ../../whats_new.rst:64 -msgid "" -"Add support for :attr:`MessageReference.fail_if_not_exists` " -"(:issue:`6484`)" -msgstr "" +msgid "Add support for :attr:`MessageReference.fail_if_not_exists` (:issue:`6484`)" +msgstr ":attr:`MessageReference.fail_if_not_exists` (:issue:`6484`)のサポート" #: ../../whats_new.rst:63 -msgid "" -"By default, if the message you're replying to doesn't exist then the API " -"errors out. This attribute tells the Discord API that it's okay for that " -"message to be missing." -msgstr "" +msgid "By default, if the message you're replying to doesn't exist then the API errors out. This attribute tells the Discord API that it's okay for that message to be missing." +msgstr "デフォルトでは、もし返信するメッセージが存在しない場合、APIエラーが発生します。この属性は、Discord APIにメッセージが存在していない場合でも、メッセージが存在していなくても問題がないことを伝えます。" #: ../../whats_new.rst:66 msgid "Add support for Discord's new permission serialisation scheme." -msgstr "" +msgstr "Discordの新しい権限のサポート" #: ../../whats_new.rst:67 msgid "Add an easier way to move channels using :meth:`abc.GuildChannel.move`" -msgstr "" +msgstr "簡単にチャンネルの移動をする :meth:`abc.GuildChannel.move` を追加" #: ../../whats_new.rst:68 msgid "Add :attr:`Permissions.use_slash_commands`" -msgstr "" +msgstr "権限 :attr:`Permissions.use_slash_commands` を追加" #: ../../whats_new.rst:69 msgid "Add :attr:`Permissions.request_to_speak`" -msgstr "" +msgstr "新しい権限 :attr:`Permissions.request_to_speak` を追加" #: ../../whats_new.rst:70 -msgid "" -"Add support for voice regions in voice channels via " -":attr:`VoiceChannel.rtc_region` (:issue:`6606`)" -msgstr "" +msgid "Add support for voice regions in voice channels via :attr:`VoiceChannel.rtc_region` (:issue:`6606`)" +msgstr ":attr:`VoiceChannel.rtc_region` によるボイスチャンネルの、ボイスリージョンのサポートを追加(:issue:`6606`)" #: ../../whats_new.rst:71 msgid "Add support for :meth:`PartialEmoji.url_as` (:issue:`6341`)" -msgstr "" +msgstr ":meth:`PartialEmoji.url_as` のサポート(:issue:`6341`)" #: ../../whats_new.rst:72 msgid "Add :attr:`MessageReference.jump_url` (:issue:`6318`)" -msgstr "" +msgstr ":attr:`MessageReference.jump_url` を追加(:issue:`6318`)" #: ../../whats_new.rst:73 msgid "Add :attr:`File.spoiler` (:issue:`6317`)" -msgstr "" +msgstr ":attr:`File.spoiler` (:issue:`6317`) を追加" #: ../../whats_new.rst:74 -msgid "" -"Add support for passing ``roles`` to " -":meth:`Guild.estimate_pruned_members` (:issue:`6538`)" -msgstr "" +msgid "Add support for passing ``roles`` to :meth:`Guild.estimate_pruned_members` (:issue:`6538`)" +msgstr "``roles`` を :meth:`Guild.estimate_pruned_members` に渡すためのサポートを追加(:issue:`6538`)" #: ../../whats_new.rst:75 -msgid "" -"Allow callable class factories to be used in :meth:`abc.Connectable.play`" -" (:issue:`6478`)" +msgid "Allow callable class factories to be used in :meth:`abc.Connectable.connect` (:issue:`6478`)" msgstr "" #: ../../whats_new.rst:76 -msgid "" -"Add a way to get mutual guilds from the client's cache via " -":attr:`User.mutual_guilds` (:issue:`2539`, :issue:`6444`)" -msgstr "" +msgid "Add a way to get mutual guilds from the client's cache via :attr:`User.mutual_guilds` (:issue:`2539`, :issue:`6444`)" +msgstr ":attr:`User.mutual_guilds` でクライアントのキャッシュから共有のギルドを取得する方法を追加しました。 (:issue:`2539`, :issue:`64444`)" #: ../../whats_new.rst:77 -msgid "" -":meth:`PartialMessage.edit` now returns a full :class:`Message` upon " -"success (:issue:`6309`)" -msgstr "" +msgid ":meth:`PartialMessage.edit` now returns a full :class:`Message` upon success (:issue:`6309`)" +msgstr ":meth:`PartialMessage.edit` が成功時に完全な :class:`Message` を返すようになりました。 (:issue:`6309`)" #: ../../whats_new.rst:78 msgid "Add :attr:`RawMessageUpdateEvent.guild_id` (:issue:`6489`)" -msgstr "" +msgstr ":attr:`RawMessageUpdateEvent.guild_id` を追加しました。(:issue:`6489`)" #: ../../whats_new.rst:79 msgid ":class:`AuditLogEntry` is now hashable (:issue:`6495`)" -msgstr "" +msgstr ":class:`AuditLogEntry` がハッシュ可能になりました。 (:issue:`6495`)" #: ../../whats_new.rst:80 msgid ":class:`Attachment` is now hashable" -msgstr "" +msgstr ":class:`Attachment` がハッシュ可能になりました。" #: ../../whats_new.rst:81 msgid "Add :attr:`Attachment.content_type` attribute (:issue:`6618`)" -msgstr "" +msgstr ":attr:`Attachment.content_type` 属性を追加しました。 (:issue:`6618`)" #: ../../whats_new.rst:82 -msgid "" -"Add support for casting :class:`Attachment` to :class:`str` to get the " -"URL." -msgstr "" +msgid "Add support for casting :class:`Attachment` to :class:`str` to get the URL." +msgstr "URLを取得するために :class:`Atachment` を :class:`str` へキャストできるようになりました。" #: ../../whats_new.rst:84 msgid "Add ``seed`` parameter for :class:`Colour.random` (:issue:`6562`)" -msgstr "" +msgstr ":class:`Colour.random` の ``seed`` パラメータを追加 (:issue:`6562`)" #: ../../whats_new.rst:84 -msgid "" -"This only seeds it for one call. If seeding for multiple calls is " -"desirable, use :func:`random.seed`." -msgstr "" +msgid "This only seeds it for one call. If seeding for multiple calls is desirable, use :func:`random.seed`." +msgstr "これは1つの呼び出しに対してのみシードします。複数の呼び出しに対するシードが望ましい場合は、 :func:`random.seed` を使用してください。" #: ../../whats_new.rst:86 msgid "Add a :func:`utils.remove_markdown` helper function (:issue:`6573`)" -msgstr "" +msgstr ":func:`utils.remove_markdown` ヘルパー関数を追加しました。 (:issue:`6573`)" #: ../../whats_new.rst:87 msgid "Add support for passing scopes to :func:`utils.oauth_url` (:issue:`6568`)" -msgstr "" +msgstr ":func:`utils.oauth_url` にスコープを渡すことができるようになりました。 (:issue:`6568`)" #: ../../whats_new.rst:88 -msgid "" -"|commands| Add support for ``rgb`` CSS function as a parameter to " -":class:`ColourConverter ` (:issue:`6374`)" -msgstr "" +msgid "|commands| Add support for ``rgb`` CSS function as a parameter to :class:`ColourConverter ` (:issue:`6374`)" +msgstr "|commands| :class:`ColourConverter ` において、 ``rgb`` CSS関数の文字列を変換できるようになりました。 (:issue:`6374`)" #: ../../whats_new.rst:89 -msgid "" -"|commands| Add support for converting :class:`StoreChannel` via " -":class:`StoreChannelConverter ` " -"(:issue:`6603`)" -msgstr "" +msgid "|commands| Add support for converting :class:`StoreChannel` via :class:`StoreChannelConverter ` (:issue:`6603`)" +msgstr "|commands| :class:`StoreChannel` を :class:`StoreChannelConverter ` によって変換できるようになりました。 (:issue:`6603`)" #: ../../whats_new.rst:90 -msgid "" -"|commands| Add support for stripping whitespace after the prefix is " -"encountered using the ``strip_after_prefix`` :class:`~ext.commands.Bot` " -"constructor parameter." -msgstr "" +msgid "|commands| Add support for stripping whitespace after the prefix is encountered using the ``strip_after_prefix`` :class:`~ext.commands.Bot` constructor parameter." +msgstr "|commands| :class:`~ext.commands.Bot` の ``strip_after_prefix`` 初期化パラメーターを指定することで、プレフィックスのあとの空白を取り除けるようになりました。" #: ../../whats_new.rst:91 -msgid "" -"|commands| Add :attr:`Context.invoked_parents " -"` to get the aliases a command's " -"parent was invoked with (:issue:`1874`, :issue:`6462`)" -msgstr "" +msgid "|commands| Add :attr:`Context.invoked_parents ` to get the aliases a command's parent was invoked with (:issue:`1874`, :issue:`6462`)" +msgstr "|commands| :attr:`Context.invoked_parents ` で、呼び出されたときのコマンドの親のエイリアスを取得できるようになりました。 (:issue:`1874`, :issue:`6462`)" #: ../../whats_new.rst:92 -msgid "" -"|commands| Add a converter for :class:`PartialMessage` under " -":class:`ext.commands.PartialMessageConverter` (:issue:`6308`)" -msgstr "" +msgid "|commands| Add a converter for :class:`PartialMessage` under :class:`ext.commands.PartialMessageConverter` (:issue:`6308`)" +msgstr "|commands| :class:`PartialMessage` のコンバーター :class:`ext.commands.PartialMessageConverter` を追加 (:issue:`6308`)" #: ../../whats_new.rst:93 -msgid "" -"|commands| Add a converter for :class:`Guild` under " -":class:`ext.commands.GuildConverter` (:issue:`6016`, :issue:`6365`)" -msgstr "" +msgid "|commands| Add a converter for :class:`Guild` under :class:`ext.commands.GuildConverter` (:issue:`6016`, :issue:`6365`)" +msgstr "|commands| :class:`Guild` のコンバーター :class:`ext.commands.GuildConverter` を追加 (:issue:`6016`, :issue:`6365`)" #: ../../whats_new.rst:94 -msgid "" -"|commands| Add :meth:`Command.has_error_handler " -"`" -msgstr "" +msgid "|commands| Add :meth:`Command.has_error_handler `" +msgstr "|commands| :meth:`Command.has_error_handler ` を追加" #: ../../whats_new.rst:95 -msgid "" -"This is also adds :meth:`Cog.has_error_handler " -"`" -msgstr "" +msgid "This is also adds :meth:`Cog.has_error_handler `" +msgstr ":meth:`Cog.has_error_handler ` も追加されます。" #: ../../whats_new.rst:96 -msgid "" -"|commands| Allow callable types to act as a bucket key for cooldowns " -"(:issue:`6563`)" -msgstr "" +msgid "|commands| Allow callable types to act as a bucket key for cooldowns (:issue:`6563`)" +msgstr "|commands| callableタイプがクールダウンのためのバケットキーとして機能することを許可 (:issue:`6563`)" #: ../../whats_new.rst:97 -msgid "" -"|commands| Add ``linesep`` keyword argument to :class:`Paginator " -"` (:issue:`5975`)" -msgstr "" +msgid "|commands| Add ``linesep`` keyword argument to :class:`Paginator ` (:issue:`5975`)" +msgstr "|commands| :class:`Paginator ` に ``linesep`` キーワード引数を追加 (:issue:`5975`)" #: ../../whats_new.rst:98 -msgid "" -"|commands| Allow ``None`` to be passed to " -":attr:`HelpCommand.verify_checks " -"` to only verify in a guild " -"context (:issue:`2008`, :issue:`6446`)" -msgstr "" +msgid "|commands| Allow ``None`` to be passed to :attr:`HelpCommand.verify_checks ` to only verify in a guild context (:issue:`2008`, :issue:`6446`)" +msgstr "|commands| :attr:`HelpCommand.verify_checks ` に ``None`` を指定することで、サーバー内でのcontextのみを検証するようになりました。 (:issue:`2008`, :issue:`6446`)" #: ../../whats_new.rst:99 -msgid "" -"|commands| Allow relative paths when loading extensions via a ``package``" -" keyword argument (:issue:`2465`, :issue:`6445`)" -msgstr "" +msgid "|commands| Allow relative paths when loading extensions via a ``package`` keyword argument (:issue:`2465`, :issue:`6445`)" +msgstr "|commands| ``package`` キーワード引数で、エクステンションをロードするときの相対パスを指定できるようになりました。 (:issue:`2465`, :issue:`6445`)" #: ../../whats_new.rst:104 -msgid "" -"Fix mentions not working if ``mention_author`` is passed in " -":meth:`abc.Messageable.send` without :attr:`Client.allowed_mentions` set " -"(:issue:`6192`, :issue:`6458`)" -msgstr "" +msgid "Fix mentions not working if ``mention_author`` is passed in :meth:`abc.Messageable.send` without :attr:`Client.allowed_mentions` set (:issue:`6192`, :issue:`6458`)" +msgstr ":attr:`Client.allowed_mentions` が設定されていない場合、:meth:`abc.Messageable.send` で ``mention_author`` があるとメンションしない問題を修正 (:issue:`6192`, :issue:`6458`)" #: ../../whats_new.rst:105 -msgid "" -"Fix user created instances of :class:`CustomActivity` triggering an error" -" (:issue:`4049`)" -msgstr "" +msgid "Fix user created instances of :class:`CustomActivity` triggering an error (:issue:`4049`)" +msgstr "ユーザーがインスタンスを作成した :class:`CustomActivity` がエラーを引き起こす問題を修正(:issue:`4049`)" #: ../../whats_new.rst:106 -msgid "" -"Note that currently, bot users still cannot set a custom activity due to " -"a Discord limitation." -msgstr "" +msgid "Note that currently, bot users still cannot set a custom activity due to a Discord limitation." +msgstr "現在、Discordの制限により、Botはまだカスタムアクティビティを設定できません。" #: ../../whats_new.rst:107 -msgid "" -"Fix :exc:`ZeroDivisionError` being raised from " -":attr:`VoiceClient.average_latency` (:issue:`6430`, :issue:`6436`)" -msgstr "" +msgid "Fix :exc:`ZeroDivisionError` being raised from :attr:`VoiceClient.average_latency` (:issue:`6430`, :issue:`6436`)" +msgstr ":exc:`ZeroDivisionError` が :attr:`VoiceClient.average_latency` から発生する問題を修正(:issue:`6430`, :issue:`6436`)" #: ../../whats_new.rst:108 msgid "Fix :attr:`User.public_flags` not updating upon edit (:issue:`6315`)" -msgstr "" +msgstr ":attr:`User.public_flags` が編集時に更新されない問題を修正(:issue:`6315`)" #: ../../whats_new.rst:109 -msgid "" -"Fix :attr:`Message.call` sometimes causing attribute errors " -"(:issue:`6390`)" -msgstr "" +msgid "Fix :attr:`Message.call` sometimes causing attribute errors (:issue:`6390`)" +msgstr ":attr:`Message.call` が時々AttributeErrorを出す問題を修正しました。 (:issue:`6390`)" #: ../../whats_new.rst:110 -msgid "" -"Fix issue resending a file during request retries on newer versions of " -"``aiohttp`` (:issue:`6531`)" -msgstr "" +msgid "Fix issue resending a file during request retries on newer versions of ``aiohttp`` (:issue:`6531`)" +msgstr "新しいバージョンの ``aiohttp`` で、リクエスト中にファイルを再送する問題を修正しました。 (:issue:`6531`)" #: ../../whats_new.rst:111 msgid "Raise an error when ``user_ids`` is empty in :meth:`Guild.query_members`" -msgstr "" +msgstr ":meth:`Guild.query_members` を呼び出す際、 ``user_ids`` に空のリストが指定された際にエラーが発生するようになりました。" #: ../../whats_new.rst:112 msgid "Fix ``__str__`` magic method raising when a :class:`Guild` is unavailable." -msgstr "" +msgstr ":class:`Guild` がunavailableなときに ``__str__`` メソッドがエラーを出す問題を修正しました。" #: ../../whats_new.rst:113 -msgid "" -"Fix potential :exc:`AttributeError` when accessing " -":attr:`VoiceChannel.members` (:issue:`6602`)" -msgstr "" +msgid "Fix potential :exc:`AttributeError` when accessing :attr:`VoiceChannel.members` (:issue:`6602`)" +msgstr ":attr:`VoiceChannel.members` にアクセスする時に :exc:`AttributeError` が発生する潜在的なバグを修正しました。(:issue:`6602`)" #: ../../whats_new.rst:114 -msgid "" -":class:`Embed` constructor parameters now implicitly convert to " -":class:`str` (:issue:`6574`)" -msgstr "" +msgid ":class:`Embed` constructor parameters now implicitly convert to :class:`str` (:issue:`6574`)" +msgstr ":class:`Embed` の初期化時に指定された引数は暗黙的に :class:`str` へ変換されるようになりました。 (:issue:`6574`)" #: ../../whats_new.rst:115 -msgid "" -"Ensure ``discord`` package is only run if executed as a script " -"(:issue:`6483`)" -msgstr "" +msgid "Ensure ``discord`` package is only run if executed as a script (:issue:`6483`)" +msgstr "``discord`` パッケージがスクリプトとして実行された場合のみ実行されるようになりました。 (:issue:`6483`)" #: ../../whats_new.rst:116 -msgid "" -"|commands| Fix irrelevant commands potentially being unloaded during cog " -"unload due to failure." -msgstr "" +msgid "|commands| Fix irrelevant commands potentially being unloaded during cog unload due to failure." +msgstr "|commands| コグのアンロード中、失敗することにより無関係なコマンドがアンロードされる可能性がある問題を修正しました。" #: ../../whats_new.rst:117 -msgid "" -"|commands| Fix attribute errors when setting a cog to " -":class:`~.ext.commands.HelpCommand` (:issue:`5154`)" -msgstr "" +msgid "|commands| Fix attribute errors when setting a cog to :class:`~.ext.commands.HelpCommand` (:issue:`5154`)" +msgstr "|commands| コグを :class:`~.ext.commands.HelpCommand に設定した際にAttributeErrorが出る問題を修正しました。 (:issue:`5154`)" #: ../../whats_new.rst:118 -msgid "" -"|commands| Fix :attr:`Context.invoked_with " -"` being improperly reassigned during a" -" :meth:`~ext.commands.Context.reinvoke` (:issue:`6451`, :issue:`6462`)" -msgstr "" +msgid "|commands| Fix :attr:`Context.invoked_with ` being improperly reassigned during a :meth:`~ext.commands.Context.reinvoke` (:issue:`6451`, :issue:`6462`)" +msgstr "|commands| :meth:`~ext.commands.Context.reinvoke` 中に :attr:`Context.invoked_with ` が不適切に再割り当てされる問題を修正(:issue:`6451`, :issue:`6462`)" #: ../../whats_new.rst:119 -msgid "" -"|commands| Remove duplicates from :meth:`HelpCommand.get_bot_mapping " -"` (:issue:`6316`)" -msgstr "" +msgid "|commands| Remove duplicates from :meth:`HelpCommand.get_bot_mapping ` (:issue:`6316`)" +msgstr "|commands| :meth:`HelpCommand.get_bot_mapping ` で、コマンドが重複する問題を修正しました。 (:issue:`6316`)" #: ../../whats_new.rst:120 -msgid "" -"|commands| Properly handle positional-only parameters in bot command " -"signatures (:issue:`6431`)" -msgstr "" +msgid "|commands| Properly handle positional-only parameters in bot command signatures (:issue:`6431`)" +msgstr "|commands| Botのコマンドシグネチャーで、位置限定引数を適切に処理するようになりました。 (:issue:`6431`)" #: ../../whats_new.rst:121 -msgid "" -"|commands| Group signatures now properly show up in " -":attr:`Command.signature ` " -"(:issue:`6529`, :issue:`6530`)" -msgstr "" - -#: ../../whats_new.rst:124 ../../whats_new.rst:191 ../../whats_new.rst:220 -#: ../../whats_new.rst:276 ../../whats_new.rst:310 ../../whats_new.rst:420 -#: ../../whats_new.rst:492 ../../whats_new.rst:595 ../../whats_new.rst:715 -#: ../../whats_new.rst:742 ../../whats_new.rst:800 +msgid "|commands| Group signatures now properly show up in :attr:`Command.signature ` (:issue:`6529`, :issue:`6530`)" +msgstr "|commands| グループのシグネチャーが :attr:`Command.signature ` に正しく表示されるようになりました。 (:issue:`6529`, :issue:`6530`)" + +#: ../../whats_new.rst:124 +#: ../../whats_new.rst:191 +#: ../../whats_new.rst:220 +#: ../../whats_new.rst:276 +#: ../../whats_new.rst:310 +#: ../../whats_new.rst:420 +#: ../../whats_new.rst:492 +#: ../../whats_new.rst:595 +#: ../../whats_new.rst:715 +#: ../../whats_new.rst:742 +#: ../../whats_new.rst:800 msgid "Miscellaneous" -msgstr "" +msgstr "その他" #: ../../whats_new.rst:126 -msgid "" -"User endpoints and all userbot related functionality has been deprecated " -"and will be removed in the next major version of the library." -msgstr "" +msgid "User endpoints and all userbot related functionality has been deprecated and will be removed in the next major version of the library." +msgstr "ユーザー用エンドポイントとユーザーボットの関連機能は非推奨になり、次のライブラリのメジャーバージョンで削除されます。" #: ../../whats_new.rst:127 -msgid "" -":class:`Permission` class methods were updated to match the UI of the " -"Discord client (:issue:`6476`)" -msgstr "" +msgid ":class:`Permission` class methods were updated to match the UI of the Discord client (:issue:`6476`)" +msgstr ":class:`Permission` のクラスメソッドがDiscordクライアントのUIと一致するように更新されました。 (:issue:`6476`)" #: ../../whats_new.rst:128 -msgid "" -"``_`` and ``-`` characters are now stripped when making a new cog using " -"the ``discord`` package (:issue:`6313`)" -msgstr "" +msgid "``_`` and ``-`` characters are now stripped when making a new cog using the ``discord`` package (:issue:`6313`)" +msgstr "``_`` と ``-`` の文字が ``discord`` パッケージを使用して新しいコグを作成するときに取り除かれるようになりました。 (:issue:`6313`)" #: ../../whats_new.rst:133 msgid "v1.6.0" @@ -440,529 +376,411 @@ msgstr "v1.6.0" #: ../../whats_new.rst:135 msgid "This version comes with support for replies and stickers." -msgstr "" +msgstr "このバージョンで返信機能とステッカー機能がサポートされるようになりました。" #: ../../whats_new.rst:140 -msgid "" -"An entirely redesigned documentation. This was the cumulation of multiple" -" months of effort." -msgstr "" +msgid "An entirely redesigned documentation. This was the cumulation of multiple months of effort." +msgstr "完全に再設計されたドキュメント。 これは何ヶ月もの努力の積み重ねで作られました。" #: ../../whats_new.rst:141 -msgid "" -"There's now a dark theme, feel free to navigate to the cog on the screen " -"to change your setting, though this should be automatic." -msgstr "" +msgid "There's now a dark theme, feel free to navigate to the cog on the screen to change your setting, though this should be automatic." +msgstr "ダークテーマが実装されました。変更するには、画面上の歯車から設定をしてください。これは自動的に行われます。" #: ../../whats_new.rst:142 -msgid "" -"Add support for :meth:`AppInfo.icon_url_as` and " -":meth:`AppInfo.cover_image_url_as` (:issue:`5888`)" -msgstr "" +msgid "Add support for :meth:`AppInfo.icon_url_as` and :meth:`AppInfo.cover_image_url_as` (:issue:`5888`)" +msgstr ":meth:`AppInfo.icon_url_as` と :meth:`AppInfo.cover_image_url_as` が追加されました。 (:issue:`5888`)" #: ../../whats_new.rst:143 msgid "Add :meth:`Colour.random` to get a random colour (:issue:`6067`)" -msgstr "" +msgstr "ランダムな色が得られる、 :meth:`Colour.random` が追加されました。 (:issue:`6067`)" #: ../../whats_new.rst:144 msgid "Add support for stickers via :class:`Sticker` (:issue:`5946`)" -msgstr "" +msgstr ":class:`Sticker` によってステッカーがサポートされました。 (:issue:`5946`)" #: ../../whats_new.rst:148 msgid "Add support for replying via :meth:`Message.reply` (:issue:`6061`)" -msgstr "" +msgstr ":meth:`Message.reply` で返信ができるようになりました。 (:issue:`6061`)" #: ../../whats_new.rst:146 msgid "This also comes with the :attr:`AllowedMentions.replied_user` setting." -msgstr "" +msgstr "これには :attr:`AllowedMentions.replied_user` の設定も含まれます。" #: ../../whats_new.rst:147 msgid ":meth:`abc.Messageable.send` can now accept a :class:`MessageReference`." -msgstr "" +msgstr ":meth:`abc.Messageable.send` が :class:`MessageReference` を受け付けるようになりました。" #: ../../whats_new.rst:148 msgid ":class:`MessageReference` can now be constructed by users." -msgstr "" +msgstr ":class:`MessageReference` がユーザーによって生成できるようになりました。" #: ../../whats_new.rst:149 -msgid "" -":meth:`Message.to_reference` can now convert a message to a " -":class:`MessageReference`." -msgstr "" +msgid ":meth:`Message.to_reference` can now convert a message to a :class:`MessageReference`." +msgstr ":meth:`Message.to_reference` によってMessageオブジェクトを :class:`MessageReference` に変換できるようになりました。" #: ../../whats_new.rst:150 -msgid "" -"Add support for getting the replied to resolved message through " -":attr:`MessageReference.resolved`." -msgstr "" +msgid "Add support for getting the replied to resolved message through :attr:`MessageReference.resolved`." +msgstr ":attr:`MessageReference.resolved` で解決済みメッセージを得ることができます。" #: ../../whats_new.rst:156 msgid "Add support for role tags." -msgstr "" +msgstr "ロールのタグがサポートされました。" #: ../../whats_new.rst:152 -msgid "" -":attr:`Guild.premium_subscriber_role` to get the \"Nitro Booster\" role " -"(if available)." -msgstr "" +msgid ":attr:`Guild.premium_subscriber_role` to get the \"Nitro Booster\" role (if available)." +msgstr ":attr:`Guild.premium_subscriber_role` で ニトロブースターロールを取得できます(利用可能な場合)。" #: ../../whats_new.rst:153 msgid ":attr:`Guild.self_role` to get the bot's own role (if available)." -msgstr "" +msgstr ":attr:`Guild.self_role` でサーバー内のBot自身のロールを取得できます(利用可能な場合)。" #: ../../whats_new.rst:154 msgid ":attr:`Role.tags` to get the role's tags." -msgstr "" +msgstr ":attr:`Role.tags` でロールのタグを取得できます。" #: ../../whats_new.rst:155 -msgid "" -":meth:`Role.is_premium_subscriber` to check if a role is the \"Nitro " -"Booster\" role." -msgstr "" +msgid ":meth:`Role.is_premium_subscriber` to check if a role is the \"Nitro Booster\" role." +msgstr ":meth:`Role.is_premium_subscriber` でロールがニトロブースターロールであるかを確認できます。" #: ../../whats_new.rst:156 -msgid "" -":meth:`Role.is_bot_managed` to check if a role is a bot role (i.e. the " -"automatically created role for bots)." -msgstr "" +msgid ":meth:`Role.is_bot_managed` to check if a role is a bot role (i.e. the automatically created role for bots)." +msgstr ":meth:`Role.is_bot_managed` でロールがボットロール(自動的に作られたBot用ロール)であるかを確認できます。" #: ../../whats_new.rst:157 -msgid "" -":meth:`Role.is_integration` to check if a role is role created by an " -"integration." -msgstr "" +msgid ":meth:`Role.is_integration` to check if a role is role created by an integration." +msgstr ":meth:`Role.is_integration` でインテグレーションによって作成されたロールかどうか確認できます。" #: ../../whats_new.rst:158 -msgid "" -"Add :meth:`Client.is_ws_ratelimited` to check if the websocket is rate " -"limited." -msgstr "" +msgid "Add :meth:`Client.is_ws_ratelimited` to check if the websocket is rate limited." +msgstr ":meth:`Client.is_ws_ratelimited` でWebSocketのレート制限がされているかどうか確認できるようになりました。" #: ../../whats_new.rst:159 -msgid "" -":meth:`ShardInfo.is_ws_ratelimited` is the equivalent for checking a " -"specific shard." -msgstr "" +msgid ":meth:`ShardInfo.is_ws_ratelimited` is the equivalent for checking a specific shard." +msgstr ":meth:`ShardInfo.is_ws_ratelimited` は特定のシャードのWebSocketレート制限をチェックします。" #: ../../whats_new.rst:160 -msgid "" -"Add support for chunking an :class:`AsyncIterator` through " -":meth:`AsyncIterator.chunk` (:issue:`6100`, :issue:`6082`)" -msgstr "" +msgid "Add support for chunking an :class:`AsyncIterator` through :meth:`AsyncIterator.chunk` (:issue:`6100`, :issue:`6082`)" +msgstr ":class:`AsyncIterator` から :meth:`AsyncIterator.chunk` のチャンク化をサポート(:issue:`6100`, :issue:`6082`)" #: ../../whats_new.rst:161 msgid "Add :attr:`PartialEmoji.created_at` (:issue:`6128`)" -msgstr "" +msgstr ":attr:`PartialEmoji.created_at` を追加しました。 (:issue:`6128`)" #: ../../whats_new.rst:162 msgid "Add support for editing and deleting webhook sent messages (:issue:`6058`)" -msgstr "" +msgstr "Webhookで送信したメッセージの編集と削除をサポートしました。 (:issue:`6058`)" #: ../../whats_new.rst:163 msgid "This adds :class:`WebhookMessage` as well to power this behaviour." -msgstr "" +msgstr "この機能のために :class:`WebhookMessage` が追加されました。" #: ../../whats_new.rst:164 -msgid "" -"Add :class:`PartialMessage` to allow working with a message via channel " -"objects and just a message_id (:issue:`5905`)" -msgstr "" +msgid "Add :class:`PartialMessage` to allow working with a message via channel objects and just a message_id (:issue:`5905`)" +msgstr "チャンネルオブジェクトとメッセージIDのみでメッセージを操作できるようにするために、 :class:`PartialMessage` を追加しました。 (:issue:`5905`)" #: ../../whats_new.rst:165 -msgid "" -"This is useful if you don't want to incur an extra API call to fetch the " -"message." -msgstr "" +msgid "This is useful if you don't want to incur an extra API call to fetch the message." +msgstr "これはメッセージをフェッチするための追加のAPI呼び出しを受けたくない場合に便利です。" #: ../../whats_new.rst:166 msgid "Add :meth:`Emoji.url_as` (:issue:`6162`)" -msgstr "" +msgstr ":meth:`Emoji.url_as` を追加(:issue:`6162`)" #: ../../whats_new.rst:167 msgid "Add support for :attr:`Member.pending` for the membership gating feature." -msgstr "" +msgstr "メンバーシップゲート機能の :attr:`Member.pending` のサポートを追加" #: ../../whats_new.rst:168 -msgid "" -"Allow ``colour`` parameter to take ``int`` in :meth:`Guild.create_role` " -"(:issue:`6195`)" -msgstr "" +msgid "Allow ``colour`` parameter to take ``int`` in :meth:`Guild.create_role` (:issue:`6195`)" +msgstr ":meth:`Guild.create_role` で ``colour`` パラメータに ``int`` 型を取ることを許可 (:issue:`6195`)" #: ../../whats_new.rst:169 -msgid "" -"Add support for ``presences`` in :meth:`Guild.query_members` " -"(:issue:`2354`)" -msgstr "" +msgid "Add support for ``presences`` in :meth:`Guild.query_members` (:issue:`2354`)" +msgstr ":meth:`Guild.query_members` で、 ``presences`` 引数が使えるようになりました。 (:issue:`2354`)" #: ../../whats_new.rst:170 -msgid "" -"|commands| Add support for ``description`` keyword argument in " -":class:`commands.Cog ` (:issue:`6028`)" -msgstr "" +msgid "|commands| Add support for ``description`` keyword argument in :class:`commands.Cog ` (:issue:`6028`)" +msgstr "|commands| :class:`commands.Cog において、 ``description`` キーワード引数が使えるようになりました。 (:issue:`6028`)" #: ../../whats_new.rst:171 -msgid "" -"|tasks| Add support for calling the wrapped coroutine as a function via " -"``__call__``." -msgstr "" +msgid "|tasks| Add support for calling the wrapped coroutine as a function via ``__call__``." +msgstr "|tasks| ``__call__`` を使うことによってラップされたコルーチン関数を呼び出せるようになりました。" #: ../../whats_new.rst:177 -msgid "" -"Raise :exc:`DiscordServerError` when reaching 503s repeatedly " -"(:issue:`6044`)" -msgstr "" +msgid "Raise :exc:`DiscordServerError` when reaching 503s repeatedly (:issue:`6044`)" +msgstr "HTTPリクエスト時にステータス503が繰り返し返されたとき、 :exc:`DiscordServerError` が出るようになりました。 (:issue:`6044`)" #: ../../whats_new.rst:178 -msgid "" -"Fix :exc:`AttributeError` when :meth:`Client.fetch_template` is called " -"(:issue:`5986`)" -msgstr "" +msgid "Fix :exc:`AttributeError` when :meth:`Client.fetch_template` is called (:issue:`5986`)" +msgstr ":meth:`Client.fetch_template` が呼び出されたとき :exc:`AttributeError` が出る問題を修正しました。 (:issue:`5986`)" #: ../../whats_new.rst:179 -msgid "" -"Fix errors when playing audio and moving to another channel " -"(:issue:`5953`)" -msgstr "" +msgid "Fix errors when playing audio and moving to another channel (:issue:`5953`)" +msgstr "音声を再生するときと別のボイスチャンネルへ移動するときに発生するエラーを修正しました。 (:issue:`5953`)" #: ../../whats_new.rst:180 -msgid "" -"Fix :exc:`AttributeError` when voice channels disconnect too fast " -"(:issue:`6039`)" -msgstr "" +msgid "Fix :exc:`AttributeError` when voice channels disconnect too fast (:issue:`6039`)" +msgstr "ボイスチャンネルから切断するのが速すぎるときに発生する :exc:`AttributeError` を修正しました。 (:issue:`6039`)" #: ../../whats_new.rst:181 msgid "Fix stale :class:`User` references when the members intent is off." -msgstr "" +msgstr "memberインテントがオフの場合に :class:`User` の参照が古くなってしまう問題を修正しました。" #: ../../whats_new.rst:182 -msgid "" -"Fix :func:`on_user_update` not dispatching in certain cases when a member" -" is not cached but the user somehow is." -msgstr "" +msgid "Fix :func:`on_user_update` not dispatching in certain cases when a member is not cached but the user somehow is." +msgstr "memberがキャッシュされておらず、userが何らかの形でキャッシュされている場合に :func:`on_user_update` が発火されない問題を修正しました。" #: ../../whats_new.rst:183 -msgid "" -"Fix :attr:`Message.author` being overwritten in certain cases during " -"message update." -msgstr "" +msgid "Fix :attr:`Message.author` being overwritten in certain cases during message update." +msgstr "メッセージが更新されているとき、特定のケースで :attr:`Message.author` が上書きされてしまう問題を修正しました。" #: ../../whats_new.rst:184 -msgid "" -"This would previously make it so :attr:`Message.author` is a " -":class:`User`." -msgstr "" +msgid "This would previously make it so :attr:`Message.author` is a :class:`User`." +msgstr "これにより、 :attr:`Message.author` が :class:`User` になるようになりました。" #: ../../whats_new.rst:185 -msgid "" -"Fix :exc:`UnboundLocalError` for editing ``public_updates_channel`` in " -":meth:`Guild.edit` (:issue:`6093`)" -msgstr "" +msgid "Fix :exc:`UnboundLocalError` for editing ``public_updates_channel`` in :meth:`Guild.edit` (:issue:`6093`)" +msgstr ":meth:`Guild.edit` で ``public_updates_channel`` を変更する際に :exc:`UnboundLocalError` が発生する問題を修正しました。 (:issue:`6093`)" #: ../../whats_new.rst:186 msgid "Fix uninitialised :attr:`CustomActivity.created_at` (:issue:`6095`)" -msgstr "" +msgstr ":attr:`CustomActivity.created_at` が初期化されない問題を修正しました。 (:issue:`6095`)" #: ../../whats_new.rst:187 -msgid "" -"|commands| Errors during cog unload no longer stops module cleanup " -"(:issue:`6113`)" -msgstr "" +msgid "|commands| Errors during cog unload no longer stops module cleanup (:issue:`6113`)" +msgstr "|commands| コグのアンロード中に起きたエラーがモジュールのcleanupを止めないようになりました。 (:issue:`6113`)" #: ../../whats_new.rst:188 -msgid "" -"|commands| Properly cleanup lingering commands when a conflicting alias " -"is found when adding commands (:issue:`6217`)" -msgstr "" +msgid "|commands| Properly cleanup lingering commands when a conflicting alias is found when adding commands (:issue:`6217`)" +msgstr "|commands| コマンドを追加する際、エイリアスが競合したときに残ってしまうエイリアスを適切にクリーンアップするようになりました。 (:issue:`6217`)" #: ../../whats_new.rst:193 -msgid "" -"``ffmpeg`` spawned processes no longer open a window in Windows " -"(:issue:`6038`)" -msgstr "" +msgid "``ffmpeg`` spawned processes no longer open a window in Windows (:issue:`6038`)" +msgstr "Windowsにおいて呼び出された ``ffmpeg`` がウィンドウを開かないようになりました。 (:issue:`6038`)" #: ../../whats_new.rst:194 -msgid "" -"Update dependencies to allow the library to work on Python 3.9+ without " -"requiring build tools. (:issue:`5984`, :issue:`5970`)" -msgstr "" +msgid "Update dependencies to allow the library to work on Python 3.9+ without requiring build tools. (:issue:`5984`, :issue:`5970`)" +msgstr "ライブラリがビルドツールなしでPython3.9以上で動作するよう、依存関係を変更しました。 (:issue:`5984`, :issue:`5970`)" #: ../../whats_new.rst:195 msgid "Fix docstring issue leading to a SyntaxError in 3.9 (:issue:`6153`)" -msgstr "" +msgstr "Python3.9においてSyntaxErrorになるdocstringの問題を修正しました。 (:issue:`6153`)" #: ../../whats_new.rst:196 msgid "Update Windows opus binaries from 1.2.1 to 1.3.1 (:issue:`6161`)" -msgstr "" +msgstr "Windows用のopusバイナリをバージョン1.2.1から1.3.1に更新しました。 (:issue:`6161`)" #: ../../whats_new.rst:197 -msgid "" -"Allow :meth:`Guild.create_role` to accept :class:`int` as the ``colour`` " -"parameter (:issue:`6195`)" -msgstr "" +msgid "Allow :meth:`Guild.create_role` to accept :class:`int` as the ``colour`` parameter (:issue:`6195`)" +msgstr ":meth:`Guild.create_role` の ``colour`` 引数で :class:`int` 型が使えるようになりました。\n" +"(:issue:`6195`)" #: ../../whats_new.rst:198 -msgid "" -"|commands| :class:`MessageConverter ` " -"regex got updated to support ``www.`` prefixes (:issue:`6002`)" -msgstr "" +msgid "|commands| :class:`MessageConverter ` regex got updated to support ``www.`` prefixes (:issue:`6002`)" +msgstr "|commands| :class:`MessageConverter ` のregexが ``www.`` プレフィックスをサポートするように更新されました。 (:issue:`6002`)" #: ../../whats_new.rst:199 -msgid "" -"|commands| :class:`UserConverter ` now " -"fetches the API if an ID is passed and the user is not cached." -msgstr "" +msgid "|commands| :class:`UserConverter ` now fetches the API if an ID is passed and the user is not cached." +msgstr "|commands| :class:`UserConverter ` は、IDが渡され、そのユーザーがキャッシュされていない場合にAPIからデータを取得するようになりました。" #: ../../whats_new.rst:200 -msgid "" -"|commands| :func:`max_concurrency ` is now " -"called before cooldowns (:issue:`6172`)" -msgstr "" +msgid "|commands| :func:`max_concurrency ` is now called before cooldowns (:issue:`6172`)" +msgstr "|commands| :func:`max_concurrency ` がクールダウンの前に呼び出されるようになりました。 (:issue:`6172`)" #: ../../whats_new.rst:205 msgid "v1.5.1" msgstr "v1.5.1" #: ../../whats_new.rst:210 -msgid "" -"Fix :func:`utils.escape_markdown` not escaping quotes properly " -"(:issue:`5897`)" -msgstr "" +msgid "Fix :func:`utils.escape_markdown` not escaping quotes properly (:issue:`5897`)" +msgstr ":func:`utils.escape_markdown` が引用符を正しくエスケープしない問題を修正しました。 (:issue:`5897`)" #: ../../whats_new.rst:211 msgid "Fix :class:`Message` not being hashable (:issue:`5901`, :issue:`5866`)" -msgstr "" +msgstr ":class:`Message` がハッシュ可能でない問題を修正しました。 (:issue:`5901`, :issue:`5866`)" #: ../../whats_new.rst:212 msgid "Fix moving channels to the end of the channel list (:issue:`5923`)" -msgstr "" +msgstr "チャンネルをチャンネルリストの最後まで移動する際の問題を修正しました。 (:issue:`5923`)" #: ../../whats_new.rst:213 -msgid "" -"Fix seemingly strange behaviour in ``__eq__`` for " -":class:`PermissionOverwrite` (:issue:`5929`)" -msgstr "" +msgid "Fix seemingly strange behaviour in ``__eq__`` for :class:`PermissionOverwrite` (:issue:`5929`)" +msgstr ":class:`PermissionOverwrite` における ``__eq__`` のおかしい挙動を修正しました。 (:issue:`5929`)" #: ../../whats_new.rst:214 -msgid "" -"Fix aliases showing up in ``__iter__`` for :class:`Intents` " -"(:issue:`5945`)" -msgstr "" +msgid "Fix aliases showing up in ``__iter__`` for :class:`Intents` (:issue:`5945`)" +msgstr ":class:`Intents` の ``__iter__`` におけるエイリアスの表示の問題を修正しました。 (:issue:`5945`)" #: ../../whats_new.rst:215 -msgid "" -"Fix the bot disconnecting from voice when moving them to another channel " -"(:issue:`5904`)" -msgstr "" +msgid "Fix the bot disconnecting from voice when moving them to another channel (:issue:`5904`)" +msgstr "別のボイスチャンネルに移動する時にBotがボイスチャンネルから切断されてしまう問題を修正しました。 (:issue:`5945`)" #: ../../whats_new.rst:216 -msgid "" -"Fix attribute errors when chunking times out sometimes during delayed " -"on_ready dispatching." +msgid "Fix attribute errors when chunking times out sometimes during delayed on_ready dispatching." msgstr "" #: ../../whats_new.rst:217 -msgid "" -"Ensure that the bot's own member is not evicted from the cache " -"(:issue:`5949`)" -msgstr "" +msgid "Ensure that the bot's own member is not evicted from the cache (:issue:`5949`)" +msgstr "Bot自身のmemberオブジェクトがキャッシュから削除されないことが保証されるようになりました。 (:issue:`5949`)" #: ../../whats_new.rst:222 -msgid "" -"Members are now loaded during ``GUILD_MEMBER_UPDATE`` events if " -":attr:`MemberCacheFlags.joined` is set. (:issue:`5930`)" -msgstr "" +msgid "Members are now loaded during ``GUILD_MEMBER_UPDATE`` events if :attr:`MemberCacheFlags.joined` is set. (:issue:`5930`)" +msgstr ":attr:`MemberCacheFlags.joined` が設定されている場合、memberが ``GUILD_MEMBER_UPDATE`` イベントでロードされるようになりました。 (:issue:`5930`)" #: ../../whats_new.rst:223 -msgid "" -"|commands| :class:`MemberConverter ` now " -"properly lazily fetches members if not available from cache." -msgstr "" +msgid "|commands| :class:`MemberConverter ` now properly lazily fetches members if not available from cache." +msgstr "|commands| :class:`MemberConverter ` は、memberがキャッシュから利用できない場合に遅延ロードでmemberを取得するようになりました。" #: ../../whats_new.rst:224 msgid "This is the same as having ``discord.Member`` as the type-hint." -msgstr "" +msgstr "これは ``discord.Member`` を型ヒントとして使うのと同じです。" #: ../../whats_new.rst:225 -msgid "" -":meth:`Guild.chunk` now allows concurrent calls without spamming the " -"gateway with requests." -msgstr "" +msgid ":meth:`Guild.chunk` now allows concurrent calls without spamming the gateway with requests." +msgstr ":meth:`Guild.chunk` によって、Gatewayに負荷をかけずに同時呼び出しができるようになりました。" #: ../../whats_new.rst:230 -#, fuzzy msgid "v1.5.0" -msgstr "v1.2.0" +msgstr "v1.5.0" #: ../../whats_new.rst:232 -msgid "" -"This version came with forced breaking changes that Discord is requiring " -"all bots to go through on October 7th. It is highly recommended to read " -"the documentation on intents, :ref:`intents_primer`." -msgstr "" +msgid "This version came with forced breaking changes that Discord is requiring all bots to go through on October 7th. It is highly recommended to read the documentation on intents, :ref:`intents_primer`." +msgstr "このバージョンでは、Discordが10月7日に行う、すべてのBotに要求している強制的な破壊的変更が含まれています。Intentsに関するドキュメント :ref:`intents_primer` を読むことを強くおすすめします。" #: ../../whats_new.rst:235 -#, fuzzy msgid "API Changes" -msgstr "破壊的変更" +msgstr "APIの変更" #: ../../whats_new.rst:237 -msgid "" -"Members and presences will no longer be retrieved due to an API change. " -"See :ref:`privileged_intents` for more info." -msgstr "" +msgid "Members and presences will no longer be retrieved due to an API change. See :ref:`privileged_intents` for more info." +msgstr "APIの変更により、memberとpresenceの情報は取得されなくなります。 詳細は :ref:`privileged_intents` を参照してください。" #: ../../whats_new.rst:238 -msgid "" -"As a consequence, fetching offline members is disabled if the members " -"intent is not enabled." -msgstr "" +msgid "As a consequence, fetching offline members is disabled if the members intent is not enabled." +msgstr "結果として、 memberインテントが有効でない場合、オフラインメンバーの取得が無効になります。" #: ../../whats_new.rst:243 -msgid "" -"Support for gateway intents, passed via ``intents`` in :class:`Client` " -"using :class:`Intents`." -msgstr "" +msgid "Support for gateway intents, passed via ``intents`` in :class:`Client` using :class:`Intents`." +msgstr ":class:`Client` において、 ``intents`` 引数に :class:`Intents` を渡すことでゲートウェイインテントがサポートされるようになりました。" #: ../../whats_new.rst:244 msgid "Add :attr:`VoiceRegion.south_korea` (:issue:`5233`)" -msgstr "" +msgstr ":attr:`VoiceRegion.south_korea` が追加されました。 (:issue:`5233`)" #: ../../whats_new.rst:245 msgid "Add support for ``__eq__`` for :class:`Message` (:issue:`5789`)" -msgstr "" +msgstr ":class:`Message` において、 ``__eq__`` がサポートされました。 (:issue:`5789`)" #: ../../whats_new.rst:246 msgid "Add :meth:`Colour.dark_theme` factory method (:issue:`1584`)" -msgstr "" +msgstr ":meth:`Colour.dark_theme` クラスメソッドが追加されました。 (:issue:`1584`)" #: ../../whats_new.rst:247 -msgid "" -"Add :meth:`AllowedMentions.none` and :meth:`AllowedMentions.all` " -"(:issue:`5785`)" -msgstr "" +msgid "Add :meth:`AllowedMentions.none` and :meth:`AllowedMentions.all` (:issue:`5785`)" +msgstr ":meth:`AllowedMentions.none` と :meth:`AllowedMentions.all` が追加されました。 (:issue:`5785`)" #: ../../whats_new.rst:248 -msgid "" -"Add more concrete exceptions for 500 class errors under " -":class:`DiscordServerError` (:issue:`5797`)" -msgstr "" +msgid "Add more concrete exceptions for 500 class errors under :class:`DiscordServerError` (:issue:`5797`)" +msgstr ":class:`DiscordServerError` のサブクラスとして、 ステータス500エラーの具体的な例外を追加しました。 (:issue:`5797`)" #: ../../whats_new.rst:249 msgid "Implement :class:`VoiceProtocol` to better intersect the voice flow." -msgstr "" +msgstr "音声フローをより良く交差させるため、 :class:`VoiceProtocol` を実装しました。" #: ../../whats_new.rst:250 msgid "Add :meth:`Guild.chunk` to fully chunk a guild." -msgstr "" +msgstr "ギルドを完全に分割するための :meth:`Guild.chunk` を追加。" #: ../../whats_new.rst:251 -msgid "" -"Add :class:`MemberCacheFlags` to better control member cache. See " -":ref:`intents_member_cache` for more info." +msgid "Add :class:`MemberCacheFlags` to better control member cache. See :ref:`intents_member_cache` for more info." msgstr "" #: ../../whats_new.rst:253 msgid "Add support for :attr:`ActivityType.competing` (:issue:`5823`)" -msgstr "" +msgstr ":attr:`ActivityType.competing` のサポートを追加(:issue:`5823`)" #: ../../whats_new.rst:253 msgid "This seems currently unused API wise." msgstr "" #: ../../whats_new.rst:255 -msgid "" -"Add support for message references, :attr:`Message.reference` " -"(:issue:`5754`, :issue:`5832`)" +msgid "Add support for message references, :attr:`Message.reference` (:issue:`5754`, :issue:`5832`)" msgstr "" #: ../../whats_new.rst:256 -msgid "" -"Add alias for :class:`ColourConverter` under ``ColorConverter`` " -"(:issue:`5773`)" +msgid "Add alias for :class:`ColourConverter` under ``ColorConverter`` (:issue:`5773`)" msgstr "" #: ../../whats_new.rst:257 -msgid "" -"Add alias for :attr:`PublicUserFlags.verified_bot_developer` under " -":attr:`PublicUserFlags.early_verified_bot_developer` (:issue:`5849`)" +msgid "Add alias for :attr:`PublicUserFlags.verified_bot_developer` under :attr:`PublicUserFlags.early_verified_bot_developer` (:issue:`5849`)" msgstr "" #: ../../whats_new.rst:258 -msgid "" -"|commands| Add support for ``require_var_positional`` for " -":class:`Command` (:issue:`5793`)" +msgid "|commands| Add support for ``require_var_positional`` for :class:`Command` (:issue:`5793`)" msgstr "" -#: ../../whats_new.rst:263 ../../whats_new.rst:297 +#: ../../whats_new.rst:263 +#: ../../whats_new.rst:297 msgid "Fix issue with :meth:`Guild.by_category` not showing certain channels." msgstr "" -#: ../../whats_new.rst:264 ../../whats_new.rst:298 -msgid "" -"Fix :attr:`abc.GuildChannel.permissions_synced` always being ``False`` " -"(:issue:`5772`)" +#: ../../whats_new.rst:264 +#: ../../whats_new.rst:298 +msgid "Fix :attr:`abc.GuildChannel.permissions_synced` always being ``False`` (:issue:`5772`)" msgstr "" -#: ../../whats_new.rst:265 ../../whats_new.rst:299 -msgid "" -"Fix handling of cloudflare bans on webhook related requests " -"(:issue:`5221`)" +#: ../../whats_new.rst:265 +#: ../../whats_new.rst:299 +msgid "Fix handling of cloudflare bans on webhook related requests (:issue:`5221`)" msgstr "" -#: ../../whats_new.rst:266 ../../whats_new.rst:300 -msgid "" -"Fix cases where a keep-alive thread would ack despite already dying " -"(:issue:`5800`)" +#: ../../whats_new.rst:266 +#: ../../whats_new.rst:300 +msgid "Fix cases where a keep-alive thread would ack despite already dying (:issue:`5800`)" msgstr "" -#: ../../whats_new.rst:267 ../../whats_new.rst:301 -msgid "" -"Fix cases where a :class:`Member` reference would be stale when cache is " -"disabled in message events (:issue:`5819`)" +#: ../../whats_new.rst:267 +#: ../../whats_new.rst:301 +msgid "Fix cases where a :class:`Member` reference would be stale when cache is disabled in message events (:issue:`5819`)" msgstr "" -#: ../../whats_new.rst:268 ../../whats_new.rst:302 -msgid "" -"Fix ``allowed_mentions`` not being sent when sending a single file " -"(:issue:`5835`)" +#: ../../whats_new.rst:268 +#: ../../whats_new.rst:302 +msgid "Fix ``allowed_mentions`` not being sent when sending a single file (:issue:`5835`)" msgstr "" -#: ../../whats_new.rst:269 ../../whats_new.rst:303 -msgid "" -"Fix ``overwrites`` being ignored in :meth:`abc.GuildChannel.edit` if " -"``{}`` is passed (:issue:`5756`, :issue:`5757`)" +#: ../../whats_new.rst:269 +#: ../../whats_new.rst:303 +msgid "Fix ``overwrites`` being ignored in :meth:`abc.GuildChannel.edit` if ``{}`` is passed (:issue:`5756`, :issue:`5757`)" msgstr "" -#: ../../whats_new.rst:270 ../../whats_new.rst:304 -msgid "" -"|commands| Fix exceptions being raised improperly in command invoke hooks" -" (:issue:`5799`)" +#: ../../whats_new.rst:270 +#: ../../whats_new.rst:304 +msgid "|commands| Fix exceptions being raised improperly in command invoke hooks (:issue:`5799`)" msgstr "" -#: ../../whats_new.rst:271 ../../whats_new.rst:305 -msgid "" -"|commands| Fix commands not being properly ejected during errors in a cog" -" injection (:issue:`5804`)" +#: ../../whats_new.rst:271 +#: ../../whats_new.rst:305 +msgid "|commands| Fix commands not being properly ejected during errors in a cog injection (:issue:`5804`)" msgstr "" -#: ../../whats_new.rst:272 ../../whats_new.rst:306 +#: ../../whats_new.rst:272 +#: ../../whats_new.rst:306 msgid "|commands| Fix cooldown timing ignoring edited timestamps." msgstr "" -#: ../../whats_new.rst:273 ../../whats_new.rst:307 -msgid "" -"|tasks| Fix tasks extending the next iteration on handled exceptions " -"(:issue:`5762`, :issue:`5763`)" +#: ../../whats_new.rst:273 +#: ../../whats_new.rst:307 +msgid "|tasks| Fix tasks extending the next iteration on handled exceptions (:issue:`5762`, :issue:`5763`)" msgstr "" #: ../../whats_new.rst:278 msgid "Webhook requests are now logged (:issue:`5798`)" msgstr "" -#: ../../whats_new.rst:279 ../../whats_new.rst:312 -msgid "" -"Remove caching layer from :attr:`AutoShardedClient.shards`. This was " -"causing issues if queried before launching shards." +#: ../../whats_new.rst:279 +#: ../../whats_new.rst:312 +msgid "Remove caching layer from :attr:`AutoShardedClient.shards`. This was causing issues if queried before launching shards." msgstr "" #: ../../whats_new.rst:280 @@ -978,48 +796,36 @@ msgid "Some strings are now explicitly interned to reduce memory usage." msgstr "" #: ../../whats_new.rst:283 -msgid "" -"Usage of namedtuples has been reduced to avoid potential breaking changes" -" in the future (:issue:`5834`)" +msgid "Usage of namedtuples has been reduced to avoid potential breaking changes in the future (:issue:`5834`)" msgstr "" #: ../../whats_new.rst:284 -msgid "" -"|commands| All :class:`BadArgument` exceptions from the built-in " -"converters now raise concrete exceptions to better tell them apart " -"(:issue:`5748`)" +msgid "|commands| All :class:`BadArgument` exceptions from the built-in converters now raise concrete exceptions to better tell them apart (:issue:`5748`)" msgstr "" -#: ../../whats_new.rst:285 ../../whats_new.rst:313 -msgid "" -"|tasks| Lazily fetch the event loop to prevent surprises when changing " -"event loop policy (:issue:`5808`)" +#: ../../whats_new.rst:285 +#: ../../whats_new.rst:313 +msgid "|tasks| Lazily fetch the event loop to prevent surprises when changing event loop policy (:issue:`5808`)" msgstr "" #: ../../whats_new.rst:290 -#, fuzzy msgid "v1.4.2" -msgstr "v1.2.2" +msgstr "" #: ../../whats_new.rst:292 msgid "This is a maintenance release with backports from :ref:`vp1p5p0`." msgstr "" #: ../../whats_new.rst:318 -#, fuzzy msgid "v1.4.1" -msgstr "v1.2.1" +msgstr "" #: ../../whats_new.rst:323 -msgid "" -"Properly terminate the connection when :meth:`Client.close` is called " -"(:issue:`5207`)" +msgid "Properly terminate the connection when :meth:`Client.close` is called (:issue:`5207`)" msgstr "" #: ../../whats_new.rst:324 -msgid "" -"Fix error being raised when clearing embed author or image when it was " -"already cleared (:issue:`5210`, :issue:`5212`)" +msgid "Fix error being raised when clearing embed author or image when it was already cleared (:issue:`5210`, :issue:`5212`)" msgstr "" #: ../../whats_new.rst:325 @@ -1027,20 +833,15 @@ msgid "Fix ``__path__`` to allow editable extensions (:issue:`5213`)" msgstr "" #: ../../whats_new.rst:330 -#, fuzzy msgid "v1.4.0" -msgstr "v1.2.0" +msgstr "" #: ../../whats_new.rst:332 -msgid "" -"Another version with a long development time. Features like Intents are " -"slated to be released in a v1.5 release. Thank you for your patience!" +msgid "Another version with a long development time. Features like Intents are slated to be released in a v1.5 release. Thank you for your patience!" msgstr "" #: ../../whats_new.rst:339 -msgid "" -"Add support for :class:`AllowedMentions` to have more control over what " -"gets mentioned." +msgid "Add support for :class:`AllowedMentions` to have more control over what gets mentioned." msgstr "" #: ../../whats_new.rst:338 @@ -1048,51 +849,35 @@ msgid "This can be set globally through :attr:`Client.allowed_mentions`" msgstr "" #: ../../whats_new.rst:339 -msgid "" -"This can also be set on a per message basis via " -":meth:`abc.Messageable.send`" +msgid "This can also be set on a per message basis via :meth:`abc.Messageable.send`" msgstr "" #: ../../whats_new.rst:347 -msgid "" -":class:`AutoShardedClient` has been completely redesigned from the ground" -" up to better suit multi-process clusters (:issue:`2654`)" +msgid ":class:`AutoShardedClient` has been completely redesigned from the ground up to better suit multi-process clusters (:issue:`2654`)" msgstr "" #: ../../whats_new.rst:342 -msgid "" -"Add :class:`ShardInfo` which allows fetching specific information about a" -" shard." +msgid "Add :class:`ShardInfo` which allows fetching specific information about a shard." msgstr "" #: ../../whats_new.rst:343 -msgid "" -"The :class:`ShardInfo` allows for reconnecting and disconnecting of a " -"specific shard as well." +msgid "The :class:`ShardInfo` allows for reconnecting and disconnecting of a specific shard as well." msgstr "" #: ../../whats_new.rst:344 -msgid "" -"Add :meth:`AutoShardedClient.get_shard` and " -":attr:`AutoShardedClient.shards` to get information about shards." +msgid "Add :meth:`AutoShardedClient.get_shard` and :attr:`AutoShardedClient.shards` to get information about shards." msgstr "" #: ../../whats_new.rst:345 -msgid "" -"Rework the entire connection flow to better facilitate the ``IDENTIFY`` " -"rate limits." +msgid "Rework the entire connection flow to better facilitate the ``IDENTIFY`` rate limits." msgstr "" #: ../../whats_new.rst:346 -msgid "" -"Add a hook :meth:`Client.before_identify_hook` to have better control " -"over what happens before an ``IDENTIFY`` is done." +msgid "Add a hook :meth:`Client.before_identify_hook` to have better control over what happens before an ``IDENTIFY`` is done." msgstr "" #: ../../whats_new.rst:347 -msgid "" -"Add more shard related events such as :func:`on_shard_connect`, " -":func:`on_shard_disconnect` and :func:`on_shard_resumed`." +msgid "Add more shard related events such as :func:`on_shard_connect`, :func:`on_shard_disconnect` and :func:`on_shard_resumed`." msgstr "" #: ../../whats_new.rst:353 @@ -1104,21 +889,15 @@ msgid "This adds :class:`Template` to read a template's information." msgstr "" #: ../../whats_new.rst:351 -msgid "" -":meth:`Client.fetch_template` can be used to fetch a template's " -"information from the API." +msgid ":meth:`Client.fetch_template` can be used to fetch a template's information from the API." msgstr "" #: ../../whats_new.rst:352 -msgid "" -":meth:`Client.create_guild` can now take an optional template to base the" -" creation from." +msgid ":meth:`Client.create_guild` can now take an optional template to base the creation from." msgstr "" #: ../../whats_new.rst:353 -msgid "" -"Note that fetching a guild's template is currently restricted for bot " -"accounts." +msgid "Note that fetching a guild's template is currently restricted for bot accounts." msgstr "" #: ../../whats_new.rst:363 @@ -1130,9 +909,7 @@ msgid ":class:`Integration` is used to read integration information." msgstr "" #: ../../whats_new.rst:357 -msgid "" -":class:`IntegrationAccount` is used to read integration account " -"information." +msgid ":class:`IntegrationAccount` is used to read integration account information." msgstr "" #: ../../whats_new.rst:358 @@ -1160,9 +937,7 @@ msgid "There is currently no support in the audit log for this." msgstr "" #: ../../whats_new.rst:365 -msgid "" -"Add an alias for :attr:`VerificationLevel.extreme` under " -":attr:`VerificationLevel.very_high` (:issue:`2650`)" +msgid "Add an alias for :attr:`VerificationLevel.extreme` under :attr:`VerificationLevel.very_high` (:issue:`2650`)" msgstr "" #: ../../whats_new.rst:366 @@ -1170,21 +945,15 @@ msgid "Add various grey to gray aliases for :class:`Colour` (:issue:`5130`)" msgstr "" #: ../../whats_new.rst:367 -msgid "" -"Added :attr:`VoiceClient.latency` and :attr:`VoiceClient.average_latency`" -" (:issue:`2535`)" +msgid "Added :attr:`VoiceClient.latency` and :attr:`VoiceClient.average_latency` (:issue:`2535`)" msgstr "" #: ../../whats_new.rst:368 -msgid "" -"Add ``use_cached`` and ``spoiler`` parameters to " -":meth:`Attachment.to_file` (:issue:`2577`, :issue:`4095`)" +msgid "Add ``use_cached`` and ``spoiler`` parameters to :meth:`Attachment.to_file` (:issue:`2577`, :issue:`4095`)" msgstr "" #: ../../whats_new.rst:369 -msgid "" -"Add ``position`` parameter support to :meth:`Guild.create_category` " -"(:issue:`2623`)" +msgid "Add ``position`` parameter support to :meth:`Guild.create_category` (:issue:`2623`)" msgstr "" #: ../../whats_new.rst:370 @@ -1192,15 +961,11 @@ msgid "Allow passing ``int`` for the colour in :meth:`Role.edit` (:issue:`4057`) msgstr "" #: ../../whats_new.rst:371 -msgid "" -"Add :meth:`Embed.remove_author` to clear author information from an embed" -" (:issue:`4068`)" +msgid "Add :meth:`Embed.remove_author` to clear author information from an embed (:issue:`4068`)" msgstr "" #: ../../whats_new.rst:372 -msgid "" -"Add the ability to clear images and thumbnails in embeds using " -":attr:`Embed.Empty` (:issue:`4053`)" +msgid "Add the ability to clear images and thumbnails in embeds using :attr:`Embed.Empty` (:issue:`4053`)" msgstr "" #: ../../whats_new.rst:373 @@ -1212,46 +977,31 @@ msgid "Add :attr:`Guild.public_updates_channel` (:issue:`4120`)" msgstr "" #: ../../whats_new.rst:375 -msgid "" -"Add ``guild_ready_timeout`` parameter to :class:`Client` and subclasses " -"to control timeouts when the ``GUILD_CREATE`` stream takes too long " -"(:issue:`4112`)" +msgid "Add ``guild_ready_timeout`` parameter to :class:`Client` and subclasses to control timeouts when the ``GUILD_CREATE`` stream takes too long (:issue:`4112`)" msgstr "" #: ../../whats_new.rst:376 -msgid "" -"Add support for public user flags via :attr:`User.public_flags` and " -":class:`PublicUserFlags` (:issue:`3999`)" +msgid "Add support for public user flags via :attr:`User.public_flags` and :class:`PublicUserFlags` (:issue:`3999`)" msgstr "" #: ../../whats_new.rst:377 -msgid "" -"Allow changing of channel types via :meth:`TextChannel.edit` to and from " -"a news channel (:issue:`4121`)" +msgid "Allow changing of channel types via :meth:`TextChannel.edit` to and from a news channel (:issue:`4121`)" msgstr "" #: ../../whats_new.rst:378 -msgid "" -"Add :meth:`Guild.edit_role_positions` to bulk edit role positions in a " -"single API call (:issue:`2501`, :issue:`2143`)" +msgid "Add :meth:`Guild.edit_role_positions` to bulk edit role positions in a single API call (:issue:`2501`, :issue:`2143`)" msgstr "" #: ../../whats_new.rst:379 -msgid "" -"Add :meth:`Guild.change_voice_state` to change your voice state in a " -"guild (:issue:`5088`)" +msgid "Add :meth:`Guild.change_voice_state` to change your voice state in a guild (:issue:`5088`)" msgstr "" #: ../../whats_new.rst:380 -msgid "" -"Add :meth:`PartialInviteGuild.is_icon_animated` for checking if the " -"invite guild has animated icon (:issue:`4180`, :issue:`4181`)" +msgid "Add :meth:`PartialInviteGuild.is_icon_animated` for checking if the invite guild has animated icon (:issue:`4180`, :issue:`4181`)" msgstr "" #: ../../whats_new.rst:381 -msgid "" -"Add :meth:`PartialInviteGuild.icon_url_as` now supports ``static_format``" -" for consistency (:issue:`4180`, :issue:`4181`)" +msgid "Add :meth:`PartialInviteGuild.icon_url_as` now supports ``static_format`` for consistency (:issue:`4180`, :issue:`4181`)" msgstr "" #: ../../whats_new.rst:382 @@ -1259,103 +1009,67 @@ msgid "Add support for ``user_ids`` in :meth:`Guild.query_members`" msgstr "" #: ../../whats_new.rst:383 -msgid "" -"Add support for pruning members by roles in :meth:`Guild.prune_members` " -"(:issue:`4043`)" +msgid "Add support for pruning members by roles in :meth:`Guild.prune_members` (:issue:`4043`)" msgstr "" #: ../../whats_new.rst:384 -msgid "" -"|commands| Implement :func:`~ext.commands.before_invoke` and " -":func:`~ext.commands.after_invoke` decorators (:issue:`1986`, " -":issue:`2502`)" +msgid "|commands| Implement :func:`~ext.commands.before_invoke` and :func:`~ext.commands.after_invoke` decorators (:issue:`1986`, :issue:`2502`)" msgstr "" #: ../../whats_new.rst:385 -msgid "" -"|commands| Add a way to retrieve ``retry_after`` from a cooldown in a " -"command via :meth:`Command.get_cooldown_retry_after " -"<.ext.commands.Command.get_cooldown_retry_after>` (:issue:`5195`)" +msgid "|commands| Add a way to retrieve ``retry_after`` from a cooldown in a command via :meth:`Command.get_cooldown_retry_after <.ext.commands.Command.get_cooldown_retry_after>` (:issue:`5195`)" msgstr "" #: ../../whats_new.rst:386 -msgid "" -"|commands| Add a way to dynamically add and remove checks from a " -":class:`HelpCommand <.ext.commands.HelpCommand>` (:issue:`5197`)" +msgid "|commands| Add a way to dynamically add and remove checks from a :class:`HelpCommand <.ext.commands.HelpCommand>` (:issue:`5197`)" msgstr "" #: ../../whats_new.rst:387 -msgid "" -"|tasks| Add :meth:`Loop.is_running <.ext.tasks.Loop.is_running>` method " -"to the task objects (:issue:`2540`)" +msgid "|tasks| Add :meth:`Loop.is_running <.ext.tasks.Loop.is_running>` method to the task objects (:issue:`2540`)" msgstr "" #: ../../whats_new.rst:388 -msgid "" -"|tasks| Allow usage of custom error handlers similar to the command " -"extensions to tasks using :meth:`Loop.error <.ext.tasks.Loop.error>` " -"decorator (:issue:`2621`)" +msgid "|tasks| Allow usage of custom error handlers similar to the command extensions to tasks using :meth:`Loop.error <.ext.tasks.Loop.error>` decorator (:issue:`2621`)" msgstr "" #: ../../whats_new.rst:394 -msgid "" -"Fix issue with :attr:`PartialEmoji.url` reads leading to a failure " -"(:issue:`4015`, :issue:`4016`)" +msgid "Fix issue with :attr:`PartialEmoji.url` reads leading to a failure (:issue:`4015`, :issue:`4016`)" msgstr "" #: ../../whats_new.rst:395 -msgid "" -"Allow :meth:`abc.Messageable.history` to take a limit of ``1`` even if " -"``around`` is passed (:issue:`4019`)" +msgid "Allow :meth:`abc.Messageable.history` to take a limit of ``1`` even if ``around`` is passed (:issue:`4019`)" msgstr "" #: ../../whats_new.rst:396 -msgid "" -"Fix :attr:`Guild.member_count` not updating in certain cases when a " -"member has left the guild (:issue:`4021`)" +msgid "Fix :attr:`Guild.member_count` not updating in certain cases when a member has left the guild (:issue:`4021`)" msgstr "" #: ../../whats_new.rst:397 -msgid "" -"Fix the type of :attr:`Object.id` not being validated. For backwards " -"compatibility ``str`` is still allowed but is converted to ``int`` " -"(:issue:`4002`)" +msgid "Fix the type of :attr:`Object.id` not being validated. For backwards compatibility ``str`` is still allowed but is converted to ``int`` (:issue:`4002`)" msgstr "" #: ../../whats_new.rst:398 -msgid "" -"Fix :meth:`Guild.edit` not allowing editing of notification settings " -"(:issue:`4074`, :issue:`4047`)" +msgid "Fix :meth:`Guild.edit` not allowing editing of notification settings (:issue:`4074`, :issue:`4047`)" msgstr "" #: ../../whats_new.rst:399 -msgid "" -"Fix crash when the guild widget contains channels that aren't in the " -"payload (:issue:`4114`, :issue:`4115`)" +msgid "Fix crash when the guild widget contains channels that aren't in the payload (:issue:`4114`, :issue:`4115`)" msgstr "" #: ../../whats_new.rst:400 -msgid "" -"Close ffmpeg stdin handling from spawned processes with " -":class:`FFmpegOpusAudio` and :class:`FFmpegPCMAudio` (:issue:`4036`)" +msgid "Close ffmpeg stdin handling from spawned processes with :class:`FFmpegOpusAudio` and :class:`FFmpegPCMAudio` (:issue:`4036`)" msgstr "" #: ../../whats_new.rst:401 -msgid "" -"Fix :func:`utils.escape_markdown` not escaping masked links " -"(:issue:`4206`, :issue:`4207`)" +msgid "Fix :func:`utils.escape_markdown` not escaping masked links (:issue:`4206`, :issue:`4207`)" msgstr "" #: ../../whats_new.rst:402 -msgid "" -"Fix reconnect loop due to failed handshake on region change " -"(:issue:`4210`, :issue:`3996`)" +msgid "Fix reconnect loop due to failed handshake on region change (:issue:`4210`, :issue:`3996`)" msgstr "" #: ../../whats_new.rst:403 -msgid "" -"Fix :meth:`Guild.by_category` not returning empty categories " -"(:issue:`4186`)" +msgid "Fix :meth:`Guild.by_category` not returning empty categories (:issue:`4186`)" msgstr "" #: ../../whats_new.rst:404 @@ -1363,27 +1077,19 @@ msgid "Fix certain JPEG images not being identified as JPEG (:issue:`5143`)" msgstr "" #: ../../whats_new.rst:405 -msgid "" -"Fix a crash when an incomplete guild object is used when fetching " -"reaction information (:issue:`5181`)" +msgid "Fix a crash when an incomplete guild object is used when fetching reaction information (:issue:`5181`)" msgstr "" #: ../../whats_new.rst:406 -msgid "" -"Fix a timeout issue when fetching members using " -":meth:`Guild.query_members`" +msgid "Fix a timeout issue when fetching members using :meth:`Guild.query_members`" msgstr "" #: ../../whats_new.rst:407 -msgid "" -"Fix an issue with domain resolution in voice (:issue:`5188`, " -":issue:`5191`)" +msgid "Fix an issue with domain resolution in voice (:issue:`5188`, :issue:`5191`)" msgstr "" #: ../../whats_new.rst:408 -msgid "" -"Fix an issue where :attr:`PartialEmoji.id` could be a string " -"(:issue:`4153`, :issue:`4152`)" +msgid "Fix an issue where :attr:`PartialEmoji.id` could be a string (:issue:`4153`, :issue:`4152`)" msgstr "" #: ../../whats_new.rst:409 @@ -1391,54 +1097,35 @@ msgid "Fix regression where :attr:`Member.activities` would not clear." msgstr "" #: ../../whats_new.rst:410 -msgid "" -"|commands| A :exc:`TypeError` is now raised when :obj:`typing.Optional` " -"is used within :data:`commands.Greedy <.ext.commands.Greedy>` " -"(:issue:`2253`, :issue:`5068`)" +msgid "|commands| A :exc:`TypeError` is now raised when :obj:`typing.Optional` is used within :data:`commands.Greedy <.ext.commands.Greedy>` (:issue:`2253`, :issue:`5068`)" msgstr "" #: ../../whats_new.rst:411 -msgid "" -"|commands| :meth:`Bot.walk_commands <.ext.commands.Bot.walk_commands>` no" -" longer yields duplicate commands due to aliases (:issue:`2591`)" +msgid "|commands| :meth:`Bot.walk_commands <.ext.commands.Bot.walk_commands>` no longer yields duplicate commands due to aliases (:issue:`2591`)" msgstr "" #: ../../whats_new.rst:412 -msgid "" -"|commands| Fix regex characters not being escaped in " -":attr:`HelpCommand.clean_prefix <.ext.commands.HelpCommand.clean_prefix>`" -" (:issue:`4058`, :issue:`4071`)" +msgid "|commands| Fix regex characters not being escaped in :attr:`HelpCommand.clean_prefix <.ext.commands.HelpCommand.clean_prefix>` (:issue:`4058`, :issue:`4071`)" msgstr "" #: ../../whats_new.rst:413 -msgid "" -"|commands| Fix :meth:`Bot.get_command <.ext.commands.Bot.get_command>` " -"from raising errors when a name only has whitespace (:issue:`5124`)" +msgid "|commands| Fix :meth:`Bot.get_command <.ext.commands.Bot.get_command>` from raising errors when a name only has whitespace (:issue:`5124`)" msgstr "" #: ../../whats_new.rst:414 -msgid "" -"|commands| Fix issue with :attr:`Context.subcommand_passed " -"<.ext.commands.Context.subcommand_passed>` not functioning as expected " -"(:issue:`5198`)" +msgid "|commands| Fix issue with :attr:`Context.subcommand_passed <.ext.commands.Context.subcommand_passed>` not functioning as expected (:issue:`5198`)" msgstr "" #: ../../whats_new.rst:415 -msgid "" -"|tasks| Task objects are no longer stored globally so two class instances" -" can now start two separate tasks (:issue:`2294`)" +msgid "|tasks| Task objects are no longer stored globally so two class instances can now start two separate tasks (:issue:`2294`)" msgstr "" #: ../../whats_new.rst:416 -msgid "" -"|tasks| Allow cancelling the loop within :meth:`before_loop " -"<.ext.tasks.Loop.before_loop>` (:issue:`4082`)" +msgid "|tasks| Allow cancelling the loop within :meth:`before_loop <.ext.tasks.Loop.before_loop>` (:issue:`4082`)" msgstr "" #: ../../whats_new.rst:422 -msgid "" -"The :attr:`Member.roles` cache introduced in v1.3 was reverted due to " -"issues caused (:issue:`4087`, :issue:`4157`)" +msgid "The :attr:`Member.roles` cache introduced in v1.3 was reverted due to issues caused (:issue:`4087`, :issue:`4157`)" msgstr "" #: ../../whats_new.rst:423 @@ -1446,9 +1133,7 @@ msgid ":class:`Webhook` objects are now comparable and hashable (:issue:`4182`)" msgstr "" #: ../../whats_new.rst:427 -msgid "" -"Some more API requests got a ``reason`` parameter for audit logs " -"(:issue:`5086`)" +msgid "Some more API requests got a ``reason`` parameter for audit logs (:issue:`5086`)" msgstr "" #: ../../whats_new.rst:425 @@ -1464,72 +1149,51 @@ msgid ":meth:`Webhook.delete` and :meth:`Webhook.edit`" msgstr "" #: ../../whats_new.rst:429 -msgid "" -"For performance reasons ``websockets`` has been dropped in favour of " -"``aiohttp.ws``." +msgid "For performance reasons ``websockets`` has been dropped in favour of ``aiohttp.ws``." msgstr "" #: ../../whats_new.rst:430 -msgid "" -"The blocking logging message now shows the stack trace of where the main " -"thread was blocking" +msgid "The blocking logging message now shows the stack trace of where the main thread was blocking" msgstr "" #: ../../whats_new.rst:431 -msgid "" -"The domain name was changed from ``discordapp.com`` to ``discord.com`` to" -" prepare for the required domain migration" +msgid "The domain name was changed from ``discordapp.com`` to ``discord.com`` to prepare for the required domain migration" msgstr "" #: ../../whats_new.rst:432 -msgid "" -"Reduce memory usage when reconnecting due to stale references being held " -"by the message cache (:issue:`5133`)" +msgid "Reduce memory usage when reconnecting due to stale references being held by the message cache (:issue:`5133`)" msgstr "" #: ../../whats_new.rst:433 -#, python-format -msgid "" -"Optimize :meth:`abc.GuildChannel.permissions_for` by not creating as many" -" temporary objects (20-32% savings)." +msgid "Optimize :meth:`abc.GuildChannel.permissions_for` by not creating as many temporary objects (20-32% savings)." msgstr "" #: ../../whats_new.rst:434 -msgid "" -"|commands| Raise :exc:`~ext.commands.CommandRegistrationError` instead of" -" :exc:`ClientException` when a duplicate error is registered " -"(:issue:`4217`)" +msgid "|commands| Raise :exc:`~ext.commands.CommandRegistrationError` instead of :exc:`ClientException` when a duplicate error is registered (:issue:`4217`)" msgstr "" #: ../../whats_new.rst:435 -msgid "" -"|tasks| No longer handle :exc:`HTTPException` by default in the task " -"reconnect loop (:issue:`5193`)" +msgid "|tasks| No longer handle :exc:`HTTPException` by default in the task reconnect loop (:issue:`5193`)" msgstr "" #: ../../whats_new.rst:440 msgid "v1.3.4" -msgstr "v1.3.4" +msgstr "" #: ../../whats_new.rst:445 -msgid "" -"Fix an issue with channel overwrites causing multiple issues including " -"crashes (:issue:`5109`)" +msgid "Fix an issue with channel overwrites causing multiple issues including crashes (:issue:`5109`)" msgstr "" #: ../../whats_new.rst:450 -#, fuzzy msgid "v1.3.3" -msgstr "v1.3.3" +msgstr "" #: ../../whats_new.rst:456 msgid "Change default WS close to 4000 instead of 1000." msgstr "" #: ../../whats_new.rst:456 -msgid "" -"The previous close code caused sessions to be invalidated at a higher " -"frequency than desired." +msgid "The previous close code caused sessions to be invalidated at a higher frequency than desired." msgstr "" #: ../../whats_new.rst:458 @@ -1538,22 +1202,18 @@ msgstr "" #: ../../whats_new.rst:463 msgid "v1.3.2" -msgstr "v1.3.2" +msgstr "" #: ../../whats_new.rst:465 msgid "Another minor bug fix release." msgstr "" #: ../../whats_new.rst:470 -msgid "" -"Higher the wait time during the ``GUILD_CREATE`` stream before " -"``on_ready`` is fired for :class:`AutoShardedClient`." +msgid "Higher the wait time during the ``GUILD_CREATE`` stream before ``on_ready`` is fired for :class:`AutoShardedClient`." msgstr "" #: ../../whats_new.rst:471 -msgid "" -":func:`on_voice_state_update` now uses the inner ``member`` payload which" -" should make it more reliable." +msgid ":func:`on_voice_state_update` now uses the inner ``member`` payload which should make it more reliable." msgstr "" #: ../../whats_new.rst:472 @@ -1561,15 +1221,11 @@ msgid "Fix various Cloudflare handling errors (:issue:`2572`, :issue:`2544`)" msgstr "" #: ../../whats_new.rst:473 -msgid "" -"Fix crashes if :attr:`Message.guild` is :class:`Object` instead of " -":class:`Guild`." +msgid "Fix crashes if :attr:`Message.guild` is :class:`Object` instead of :class:`Guild`." msgstr "" #: ../../whats_new.rst:474 -msgid "" -"Fix :meth:`Webhook.send` returning an empty string instead of ``None`` " -"when ``wait=False``." +msgid "Fix :meth:`Webhook.send` returning an empty string instead of ``None`` when ``wait=False``." msgstr "" #: ../../whats_new.rst:475 @@ -1577,14 +1233,12 @@ msgid "Fix invalid format specifier in webhook state (:issue:`2570`)" msgstr "" #: ../../whats_new.rst:476 -msgid "" -"|commands| Passing invalid permissions to permission related checks now " -"raises ``TypeError``." +msgid "|commands| Passing invalid permissions to permission related checks now raises ``TypeError``." msgstr "" #: ../../whats_new.rst:481 msgid "v1.3.1" -msgstr "v1.3.1" +msgstr "" #: ../../whats_new.rst:483 msgid "Minor bug fix release." @@ -1595,9 +1249,7 @@ msgid "Fix fetching invites in guilds that the user is not in." msgstr "" #: ../../whats_new.rst:489 -msgid "" -"Fix the channel returned from :meth:`Client.fetch_channel` raising when " -"sending messages. (:issue:`2531`)" +msgid "Fix the channel returned from :meth:`Client.fetch_channel` raising when sending messages. (:issue:`2531`)" msgstr "" #: ../../whats_new.rst:494 @@ -1610,30 +1262,22 @@ msgstr "" #: ../../whats_new.rst:500 msgid "v1.3.0" -msgstr "v1.3.0" +msgstr "" #: ../../whats_new.rst:502 -msgid "" -"This version comes with a lot of bug fixes and new features. It's been in" -" development for a lot longer than was anticipated!" +msgid "This version comes with a lot of bug fixes and new features. It's been in development for a lot longer than was anticipated!" msgstr "" #: ../../whats_new.rst:507 -msgid "" -"Add :meth:`Guild.fetch_members` to fetch members from the HTTP API. " -"(:issue:`2204`)" +msgid "Add :meth:`Guild.fetch_members` to fetch members from the HTTP API. (:issue:`2204`)" msgstr "" #: ../../whats_new.rst:508 -msgid "" -"Add :meth:`Guild.fetch_roles` to fetch roles from the HTTP API. " -"(:issue:`2208`)" +msgid "Add :meth:`Guild.fetch_roles` to fetch roles from the HTTP API. (:issue:`2208`)" msgstr "" #: ../../whats_new.rst:509 -msgid "" -"Add support for teams via :class:`Team` when fetching with " -":meth:`Client.application_info`. (:issue:`2239`)" +msgid "Add support for teams via :class:`Team` when fetching with :meth:`Client.application_info`. (:issue:`2239`)" msgstr "" #: ../../whats_new.rst:510 @@ -1641,15 +1285,11 @@ msgid "Add support for suppressing embeds via :meth:`Message.edit`" msgstr "" #: ../../whats_new.rst:511 -msgid "" -"Add support for guild subscriptions. See the :class:`Client` " -"documentation for more details." +msgid "Add support for guild subscriptions. See the :class:`Client` documentation for more details." msgstr "" #: ../../whats_new.rst:512 -msgid "" -"Add :attr:`VoiceChannel.voice_states` to get voice states without relying" -" on member cache." +msgid "Add :attr:`VoiceChannel.voice_states` to get voice states without relying on member cache." msgstr "" #: ../../whats_new.rst:513 @@ -1661,51 +1301,35 @@ msgid "Add :class:`FFmpegOpusAudio` and other voice improvements. (:issue:`2258` msgstr "" #: ../../whats_new.rst:515 -msgid "" -"Add :attr:`RawMessageUpdateEvent.channel_id` for retrieving channel IDs " -"during raw message updates. (:issue:`2301`)" +msgid "Add :attr:`RawMessageUpdateEvent.channel_id` for retrieving channel IDs during raw message updates. (:issue:`2301`)" msgstr "" #: ../../whats_new.rst:516 -msgid "" -"Add :attr:`RawReactionActionEvent.event_type` to disambiguate between " -"reaction addition and removal in reaction events." +msgid "Add :attr:`RawReactionActionEvent.event_type` to disambiguate between reaction addition and removal in reaction events." msgstr "" #: ../../whats_new.rst:517 -msgid "" -"Add :attr:`abc.GuildChannel.permissions_synced` to query whether " -"permissions are synced with the category. (:issue:`2300`, :issue:`2324`)" +msgid "Add :attr:`abc.GuildChannel.permissions_synced` to query whether permissions are synced with the category. (:issue:`2300`, :issue:`2324`)" msgstr "" #: ../../whats_new.rst:518 -msgid "" -"Add :attr:`MessageType.channel_follow_add` message type for announcement " -"channels being followed. (:issue:`2314`)" +msgid "Add :attr:`MessageType.channel_follow_add` message type for announcement channels being followed. (:issue:`2314`)" msgstr "" #: ../../whats_new.rst:519 -msgid "" -"Add :meth:`Message.is_system` to allow for quickly filtering through " -"system messages." +msgid "Add :meth:`Message.is_system` to allow for quickly filtering through system messages." msgstr "" #: ../../whats_new.rst:520 -msgid "" -"Add :attr:`VoiceState.self_stream` to indicate whether someone is " -"streaming via Go Live. (:issue:`2343`)" +msgid "Add :attr:`VoiceState.self_stream` to indicate whether someone is streaming via Go Live. (:issue:`2343`)" msgstr "" #: ../../whats_new.rst:521 -msgid "" -"Add :meth:`Emoji.is_usable` to check if the client user can use an emoji." -" (:issue:`2349`)" +msgid "Add :meth:`Emoji.is_usable` to check if the client user can use an emoji. (:issue:`2349`)" msgstr "" #: ../../whats_new.rst:522 -msgid "" -"Add :attr:`VoiceRegion.europe` and :attr:`VoiceRegion.dubai`. " -"(:issue:`2358`, :issue:`2490`)" +msgid "Add :attr:`VoiceRegion.europe` and :attr:`VoiceRegion.dubai`. (:issue:`2358`, :issue:`2490`)" msgstr "" #: ../../whats_new.rst:523 @@ -1717,9 +1341,7 @@ msgid "Add :attr:`Permissions.view_guild_insights` permission. (:issue:`2415`)" msgstr "" #: ../../whats_new.rst:526 -msgid "" -"Add support for new audit log types. See :ref:`discord-api-audit-logs` " -"for more information. (:issue:`2427`)" +msgid "Add support for new audit log types. See :ref:`discord-api-audit-logs` for more information. (:issue:`2427`)" msgstr "" #: ../../whats_new.rst:526 @@ -1727,87 +1349,59 @@ msgid "Note that integration support is not finalized." msgstr "" #: ../../whats_new.rst:528 -msgid "" -"Add :attr:`Webhook.type` to query the type of webhook " -"(:class:`WebhookType`). (:issue:`2441`)" +msgid "Add :attr:`Webhook.type` to query the type of webhook (:class:`WebhookType`). (:issue:`2441`)" msgstr "" #: ../../whats_new.rst:529 -msgid "" -"Allow bulk editing of channel overwrites through " -":meth:`abc.GuildChannel.edit`. (:issue:`2198`)" +msgid "Allow bulk editing of channel overwrites through :meth:`abc.GuildChannel.edit`. (:issue:`2198`)" msgstr "" #: ../../whats_new.rst:530 -msgid "" -"Add :class:`Activity.created_at` to see when an activity was started. " -"(:issue:`2446`)" +msgid "Add :class:`Activity.created_at` to see when an activity was started. (:issue:`2446`)" msgstr "" #: ../../whats_new.rst:531 -msgid "" -"Add support for ``xsalsa20_poly1305_lite`` encryption mode for voice. " -"(:issue:`2463`)" +msgid "Add support for ``xsalsa20_poly1305_lite`` encryption mode for voice. (:issue:`2463`)" msgstr "" #: ../../whats_new.rst:532 -msgid "" -"Add :attr:`RawReactionActionEvent.member` to get the member who did the " -"reaction. (:issue:`2443`)" +msgid "Add :attr:`RawReactionActionEvent.member` to get the member who did the reaction. (:issue:`2443`)" msgstr "" #: ../../whats_new.rst:533 -msgid "" -"Add support for new YouTube streaming via :attr:`Streaming.platform` and " -":attr:`Streaming.game`. (:issue:`2445`)" +msgid "Add support for new YouTube streaming via :attr:`Streaming.platform` and :attr:`Streaming.game`. (:issue:`2445`)" msgstr "" #: ../../whats_new.rst:534 -msgid "" -"Add :attr:`Guild.discovery_splash_url` to get the discovery splash image " -"asset. (:issue:`2482`)" +msgid "Add :attr:`Guild.discovery_splash_url` to get the discovery splash image asset. (:issue:`2482`)" msgstr "" #: ../../whats_new.rst:536 -msgid "" -"Add :attr:`Guild.rules_channel` to get the rules channel of public " -"guilds. (:issue:`2482`)" +msgid "Add :attr:`Guild.rules_channel` to get the rules channel of public guilds. (:issue:`2482`)" msgstr "" #: ../../whats_new.rst:536 -msgid "" -"It should be noted that this feature is restricted to those who are " -"either in Server Discovery or planning to be there." +msgid "It should be noted that this feature is restricted to those who are either in Server Discovery or planning to be there." msgstr "" #: ../../whats_new.rst:538 -msgid "" -"Add support for message flags via :attr:`Message.flags` and " -":class:`MessageFlags`. (:issue:`2433`)" +msgid "Add support for message flags via :attr:`Message.flags` and :class:`MessageFlags`. (:issue:`2433`)" msgstr "" #: ../../whats_new.rst:539 -msgid "" -"Add :attr:`User.system` and :attr:`Profile.system` to know whether a user" -" is an official Discord Trust and Safety account." +msgid "Add :attr:`User.system` and :attr:`Profile.system` to know whether a user is an official Discord Trust and Safety account." msgstr "" #: ../../whats_new.rst:540 -msgid "" -"Add :attr:`Profile.team_user` to check whether a user is a member of a " -"team." +msgid "Add :attr:`Profile.team_user` to check whether a user is a member of a team." msgstr "" #: ../../whats_new.rst:541 -msgid "" -"Add :meth:`Attachment.to_file` to easily convert attachments to " -":class:`File` for sending." +msgid "Add :meth:`Attachment.to_file` to easily convert attachments to :class:`File` for sending." msgstr "" #: ../../whats_new.rst:545 -msgid "" -"Add certain aliases to :class:`Permissions` to match the UI better. " -"(:issue:`2496`)" +msgid "Add certain aliases to :class:`Permissions` to match the UI better. (:issue:`2496`)" msgstr "" #: ../../whats_new.rst:543 @@ -1823,15 +1417,11 @@ msgid ":attr:`Permissions.use_external_emojis`" msgstr "" #: ../../whats_new.rst:547 -msgid "" -"Add support for passing keyword arguments when creating " -":class:`Permissions`." +msgid "Add support for passing keyword arguments when creating :class:`Permissions`." msgstr "" #: ../../whats_new.rst:549 -msgid "" -"Add support for custom activities via :class:`CustomActivity`. " -"(:issue:`2400`)" +msgid "Add support for custom activities via :class:`CustomActivity`. (:issue:`2400`)" msgstr "" #: ../../whats_new.rst:549 @@ -1839,9 +1429,7 @@ msgid "Note that as of now, bots cannot send custom activities yet." msgstr "" #: ../../whats_new.rst:551 -msgid "" -"Add support for :func:`on_invite_create` and :func:`on_invite_delete` " -"events." +msgid "Add support for :func:`on_invite_create` and :func:`on_invite_delete` events." msgstr "" #: ../../whats_new.rst:554 @@ -1853,98 +1441,63 @@ msgid ":meth:`Message.clear_reaction` and :meth:`Reaction.clear` methods." msgstr "" #: ../../whats_new.rst:554 -msgid "" -":func:`on_raw_reaction_clear_emoji` and :func:`on_reaction_clear_emoji` " -"events." +msgid ":func:`on_raw_reaction_clear_emoji` and :func:`on_reaction_clear_emoji` events." msgstr "" #: ../../whats_new.rst:556 -msgid "" -"Add :func:`utils.sleep_until` helper to sleep until a specific datetime. " -"(:issue:`2517`, :issue:`2519`)" +msgid "Add :func:`utils.sleep_until` helper to sleep until a specific datetime. (:issue:`2517`, :issue:`2519`)" msgstr "" #: ../../whats_new.rst:557 -msgid "" -"|commands| Add support for teams and :attr:`Bot.owner_ids " -"<.ext.commands.Bot.owner_ids>` to have multiple bot owners. " -"(:issue:`2239`)" +msgid "|commands| Add support for teams and :attr:`Bot.owner_ids <.ext.commands.Bot.owner_ids>` to have multiple bot owners. (:issue:`2239`)" msgstr "" #: ../../whats_new.rst:558 -msgid "" -"|commands| Add new :attr:`BucketType.role " -"<.ext.commands.BucketType.role>` bucket type. (:issue:`2201`)" +msgid "|commands| Add new :attr:`BucketType.role <.ext.commands.BucketType.role>` bucket type. (:issue:`2201`)" msgstr "" #: ../../whats_new.rst:559 -msgid "" -"|commands| Expose :attr:`Command.cog <.ext.commands.Command.cog>` " -"property publicly. (:issue:`2360`)" +msgid "|commands| Expose :attr:`Command.cog <.ext.commands.Command.cog>` property publicly. (:issue:`2360`)" msgstr "" #: ../../whats_new.rst:560 -msgid "" -"|commands| Add non-decorator interface for adding checks to commands via " -":meth:`Command.add_check <.ext.commands.Command.add_check>` and " -":meth:`Command.remove_check <.ext.commands.Command.remove_check>`. " -"(:issue:`2411`)" +msgid "|commands| Add non-decorator interface for adding checks to commands via :meth:`Command.add_check <.ext.commands.Command.add_check>` and :meth:`Command.remove_check <.ext.commands.Command.remove_check>`. (:issue:`2411`)" msgstr "" #: ../../whats_new.rst:561 -msgid "" -"|commands| Add :func:`has_guild_permissions " -"<.ext.commands.has_guild_permissions>` check. (:issue:`2460`)" +msgid "|commands| Add :func:`has_guild_permissions <.ext.commands.has_guild_permissions>` check. (:issue:`2460`)" msgstr "" #: ../../whats_new.rst:562 -msgid "" -"|commands| Add :func:`bot_has_guild_permissions " -"<.ext.commands.bot_has_guild_permissions>` check. (:issue:`2460`)" +msgid "|commands| Add :func:`bot_has_guild_permissions <.ext.commands.bot_has_guild_permissions>` check. (:issue:`2460`)" msgstr "" #: ../../whats_new.rst:563 -msgid "" -"|commands| Add ``predicate`` attribute to checks decorated with " -":func:`~.ext.commands.check`." +msgid "|commands| Add ``predicate`` attribute to checks decorated with :func:`~.ext.commands.check`." msgstr "" #: ../../whats_new.rst:564 -msgid "" -"|commands| Add :func:`~.ext.commands.check_any` check to logical OR " -"multiple checks." +msgid "|commands| Add :func:`~.ext.commands.check_any` check to logical OR multiple checks." msgstr "" #: ../../whats_new.rst:565 -msgid "" -"|commands| Add :func:`~.ext.commands.max_concurrency` to allow only a " -"certain amount of users to use a command concurrently before waiting or " -"erroring." +msgid "|commands| Add :func:`~.ext.commands.max_concurrency` to allow only a certain amount of users to use a command concurrently before waiting or erroring." msgstr "" #: ../../whats_new.rst:566 -msgid "" -"|commands| Add support for calling a :class:`~.ext.commands.Command` as a" -" regular function." +msgid "|commands| Add support for calling a :class:`~.ext.commands.Command` as a regular function." msgstr "" #: ../../whats_new.rst:567 -msgid "" -"|tasks| :meth:`Loop.add_exception_type " -"<.ext.tasks.Loop.add_exception_type>` now allows multiple exceptions to " -"be set. (:issue:`2333`)" +msgid "|tasks| :meth:`Loop.add_exception_type <.ext.tasks.Loop.add_exception_type>` now allows multiple exceptions to be set. (:issue:`2333`)" msgstr "" #: ../../whats_new.rst:568 -msgid "" -"|tasks| Add :attr:`Loop.next_iteration <.ext.tasks.Loop.next_iteration>` " -"property. (:issue:`2305`)" +msgid "|tasks| Add :attr:`Loop.next_iteration <.ext.tasks.Loop.next_iteration>` property. (:issue:`2305`)" msgstr "" #: ../../whats_new.rst:573 -msgid "" -"Fix issue with permission resolution sometimes failing for guilds with no" -" owner." +msgid "Fix issue with permission resolution sometimes failing for guilds with no owner." msgstr "" #: ../../whats_new.rst:574 @@ -1952,57 +1505,39 @@ msgid "Tokens are now stripped upon use. (:issue:`2135`)" msgstr "" #: ../../whats_new.rst:575 -msgid "" -"Passing in a ``name`` is no longer required for :meth:`Emoji.edit`. " -"(:issue:`2368`)" +msgid "Passing in a ``name`` is no longer required for :meth:`Emoji.edit`. (:issue:`2368`)" msgstr "" #: ../../whats_new.rst:576 -msgid "" -"Fix issue with webhooks not re-raising after retries have run out. " -"(:issue:`2272`, :issue:`2380`)" +msgid "Fix issue with webhooks not re-raising after retries have run out. (:issue:`2272`, :issue:`2380`)" msgstr "" #: ../../whats_new.rst:577 -msgid "" -"Fix mismatch in URL handling in :func:`utils.escape_markdown`. " -"(:issue:`2420`)" +msgid "Fix mismatch in URL handling in :func:`utils.escape_markdown`. (:issue:`2420`)" msgstr "" #: ../../whats_new.rst:578 -msgid "" -"Fix issue with ports being read in little endian when they should be big " -"endian in voice connections. (:issue:`2470`)" +msgid "Fix issue with ports being read in little endian when they should be big endian in voice connections. (:issue:`2470`)" msgstr "" #: ../../whats_new.rst:579 -msgid "" -"Fix :meth:`Member.mentioned_in` not taking into consideration the " -"message's guild." +msgid "Fix :meth:`Member.mentioned_in` not taking into consideration the message's guild." msgstr "" #: ../../whats_new.rst:580 -msgid "" -"Fix bug with moving channels when there are gaps in positions due to " -"channel deletion and creation." +msgid "Fix bug with moving channels when there are gaps in positions due to channel deletion and creation." msgstr "" #: ../../whats_new.rst:581 -msgid "" -"Fix :func:`on_shard_ready` not triggering when ``fetch_offline_members`` " -"is disabled. (:issue:`2504`)" +msgid "Fix :func:`on_shard_ready` not triggering when ``fetch_offline_members`` is disabled. (:issue:`2504`)" msgstr "" #: ../../whats_new.rst:582 -msgid "" -"Fix issue with large sharded bots taking too long to actually dispatch " -":func:`on_ready`." +msgid "Fix issue with large sharded bots taking too long to actually dispatch :func:`on_ready`." msgstr "" #: ../../whats_new.rst:583 -msgid "" -"Fix issue with fetching group DM based invites in " -":meth:`Client.fetch_invite`." +msgid "Fix issue with fetching group DM based invites in :meth:`Client.fetch_invite`." msgstr "" #: ../../whats_new.rst:584 @@ -2010,55 +1545,35 @@ msgid "Fix out of order files being sent in webhooks when there are 10 files." msgstr "" #: ../../whats_new.rst:585 -msgid "" -"|commands| Extensions that fail internally due to ImportError will no " -"longer raise :exc:`~.ext.commands.ExtensionNotFound`. (:issue:`2244`, " -":issue:`2275`, :issue:`2291`)" +msgid "|commands| Extensions that fail internally due to ImportError will no longer raise :exc:`~.ext.commands.ExtensionNotFound`. (:issue:`2244`, :issue:`2275`, :issue:`2291`)" msgstr "" #: ../../whats_new.rst:586 -msgid "" -"|commands| Updating the :attr:`Paginator.suffix " -"<.ext.commands.Paginator.suffix>` will not cause out of date " -"calculations. (:issue:`2251`)" +msgid "|commands| Updating the :attr:`Paginator.suffix <.ext.commands.Paginator.suffix>` will not cause out of date calculations. (:issue:`2251`)" msgstr "" #: ../../whats_new.rst:587 -msgid "" -"|commands| Allow converters from custom extension packages. " -"(:issue:`2369`, :issue:`2374`)" +msgid "|commands| Allow converters from custom extension packages. (:issue:`2369`, :issue:`2374`)" msgstr "" #: ../../whats_new.rst:588 -msgid "" -"|commands| Fix issue with paginator prefix being ``None`` causing empty " -"pages. (:issue:`2471`)" +msgid "|commands| Fix issue with paginator prefix being ``None`` causing empty pages. (:issue:`2471`)" msgstr "" #: ../../whats_new.rst:589 -msgid "" -"|commands| :class:`~.commands.Greedy` now ignores parsing errors rather " -"than propagating them." +msgid "|commands| :class:`~.commands.Greedy` now ignores parsing errors rather than propagating them." msgstr "" #: ../../whats_new.rst:590 -msgid "" -"|commands| :meth:`Command.can_run <.ext.commands.Command.can_run>` now " -"checks whether a command is disabled." +msgid "|commands| :meth:`Command.can_run <.ext.commands.Command.can_run>` now checks whether a command is disabled." msgstr "" #: ../../whats_new.rst:591 -msgid "" -"|commands| :attr:`HelpCommand.clean_prefix " -"<.ext.commands.HelpCommand.clean_prefix>` now takes into consideration " -"nickname mentions. (:issue:`2489`)" +msgid "|commands| :attr:`HelpCommand.clean_prefix <.ext.commands.HelpCommand.clean_prefix>` now takes into consideration nickname mentions. (:issue:`2489`)" msgstr "" #: ../../whats_new.rst:592 -msgid "" -"|commands| :meth:`Context.send_help <.ext.commands.Context.send_help>` " -"now properly propagates to the :meth:`HelpCommand.on_help_command_error " -"<.ext.commands.HelpCommand.on_help_command_error>` handler." +msgid "|commands| :meth:`Context.send_help <.ext.commands.Context.send_help>` now properly propagates to the :meth:`HelpCommand.on_help_command_error <.ext.commands.HelpCommand.on_help_command_error>` handler." msgstr "" #: ../../whats_new.rst:597 @@ -2066,15 +1581,11 @@ msgid "The library now fully supports Python 3.8 without warnings." msgstr "" #: ../../whats_new.rst:598 -msgid "" -"Bump the dependency of ``websockets`` to 8.0 for those who can use it. " -"(:issue:`2453`)" +msgid "Bump the dependency of ``websockets`` to 8.0 for those who can use it. (:issue:`2453`)" msgstr "" #: ../../whats_new.rst:599 -msgid "" -"Due to Discord providing :class:`Member` data in mentions, users will now" -" be upgraded to :class:`Member` more often if mentioned." +msgid "Due to Discord providing :class:`Member` data in mentions, users will now be upgraded to :class:`Member` more often if mentioned." msgstr "" #: ../../whats_new.rst:600 @@ -2082,119 +1593,83 @@ msgid ":func:`utils.escape_markdown` now properly escapes new quote markdown." msgstr "" #: ../../whats_new.rst:601 -msgid "" -"The message cache can now be disabled by passing ``None`` to " -"``max_messages`` in :class:`Client`." +msgid "The message cache can now be disabled by passing ``None`` to ``max_messages`` in :class:`Client`." msgstr "" #: ../../whats_new.rst:602 -msgid "" -"The default message cache size has changed from 5000 to 1000 to " -"accommodate small bots." +msgid "The default message cache size has changed from 5000 to 1000 to accommodate small bots." msgstr "" #: ../../whats_new.rst:603 -msgid "" -"Lower memory usage by only creating certain objects as needed in " -":class:`Role`." +msgid "Lower memory usage by only creating certain objects as needed in :class:`Role`." msgstr "" #: ../../whats_new.rst:604 -msgid "" -"There is now a sleep of 5 seconds before re-IDENTIFYing during a " -"reconnect to prevent long loops of session invalidation." +msgid "There is now a sleep of 5 seconds before re-IDENTIFYing during a reconnect to prevent long loops of session invalidation." msgstr "" #: ../../whats_new.rst:606 -msgid "" -"The rate limiting code now uses millisecond precision to have more " -"granular rate limit handling." +msgid "The rate limiting code now uses millisecond precision to have more granular rate limit handling." msgstr "" #: ../../whats_new.rst:606 -msgid "" -"Along with that, the rate limiting code now uses Discord's response to " -"wait. If you need to use the system clock again for whatever reason, " -"consider passing ``assume_synced_clock`` in :class:`Client`." +msgid "Along with that, the rate limiting code now uses Discord's response to wait. If you need to use the system clock again for whatever reason, consider passing ``assume_synced_clock`` in :class:`Client`." msgstr "" #: ../../whats_new.rst:608 -msgid "" -"The performance of :attr:`Guild.default_role` has been improved from O(N)" -" to O(1). (:issue:`2375`)" +msgid "The performance of :attr:`Guild.default_role` has been improved from O(N) to O(1). (:issue:`2375`)" msgstr "" #: ../../whats_new.rst:609 -msgid "" -"The performance of :attr:`Member.roles` has improved due to usage of " -"caching to avoid surprising performance traps." +msgid "The performance of :attr:`Member.roles` has improved due to usage of caching to avoid surprising performance traps." msgstr "" #: ../../whats_new.rst:610 -msgid "" -"The GC is manually triggered during things that cause large deallocations" -" (such as guild removal) to prevent memory fragmentation." +msgid "The GC is manually triggered during things that cause large deallocations (such as guild removal) to prevent memory fragmentation." msgstr "" #: ../../whats_new.rst:611 -msgid "" -"There have been many changes to the documentation for fixes both for " -"usability, correctness, and to fix some linter errors. Thanks to everyone" -" who contributed to those." +msgid "There have been many changes to the documentation for fixes both for usability, correctness, and to fix some linter errors. Thanks to everyone who contributed to those." msgstr "" #: ../../whats_new.rst:612 -msgid "" -"The loading of the opus module has been delayed which would make the " -"result of :func:`opus.is_loaded` somewhat surprising." +msgid "The loading of the opus module has been delayed which would make the result of :func:`opus.is_loaded` somewhat surprising." msgstr "" #: ../../whats_new.rst:613 -msgid "" -"|commands| Usernames prefixed with @ inside DMs will properly convert " -"using the :class:`User` converter. (:issue:`2498`)" +msgid "|commands| Usernames prefixed with @ inside DMs will properly convert using the :class:`User` converter. (:issue:`2498`)" msgstr "" #: ../../whats_new.rst:614 -msgid "" -"|tasks| The task sleeping time will now take into consideration the " -"amount of time the task body has taken before sleeping. (:issue:`2516`)" +msgid "|tasks| The task sleeping time will now take into consideration the amount of time the task body has taken before sleeping. (:issue:`2516`)" msgstr "" #: ../../whats_new.rst:619 msgid "v1.2.5" -msgstr "v1.2.5" +msgstr "" #: ../../whats_new.rst:624 -msgid "" -"Fix a bug that caused crashes due to missing ``animated`` field in Emoji " -"structures in reactions." +msgid "Fix a bug that caused crashes due to missing ``animated`` field in Emoji structures in reactions." msgstr "" #: ../../whats_new.rst:629 msgid "v1.2.4" -msgstr "v1.2.4" +msgstr "" #: ../../whats_new.rst:634 msgid "Fix a regression when :attr:`Message.channel` would be ``None``." msgstr "" #: ../../whats_new.rst:635 -msgid "" -"Fix a regression where :attr:`Message.edited_at` would not update during " -"edits." +msgid "Fix a regression where :attr:`Message.edited_at` would not update during edits." msgstr "" #: ../../whats_new.rst:636 -msgid "" -"Fix a crash that would trigger during message updates (:issue:`2265`, " -":issue:`2287`)." +msgid "Fix a crash that would trigger during message updates (:issue:`2265`, :issue:`2287`)." msgstr "" #: ../../whats_new.rst:637 -msgid "" -"Fix a bug when :meth:`VoiceChannel.connect` would not return " -"(:issue:`2274`, :issue:`2372`, :issue:`2373`, :issue:`2377`)." +msgid "Fix a bug when :meth:`VoiceChannel.connect` would not return (:issue:`2274`, :issue:`2372`, :issue:`2373`, :issue:`2377`)." msgstr "" #: ../../whats_new.rst:638 @@ -2202,31 +1677,23 @@ msgid "Fix a crash relating to token-less webhooks (:issue:`2364`)." msgstr "" #: ../../whats_new.rst:639 -msgid "" -"Fix issue where :attr:`Guild.premium_subscription_count` would be " -"``None`` due to a Discord bug. (:issue:`2331`, :issue:`2376`)." +msgid "Fix issue where :attr:`Guild.premium_subscription_count` would be ``None`` due to a Discord bug. (:issue:`2331`, :issue:`2376`)." msgstr "" #: ../../whats_new.rst:644 msgid "v1.2.3" -msgstr "v1.2.3" +msgstr "" #: ../../whats_new.rst:649 -msgid "" -"Fix an AttributeError when accessing :attr:`Member.premium_since` in " -":func:`on_member_update`. (:issue:`2213`)" +msgid "Fix an AttributeError when accessing :attr:`Member.premium_since` in :func:`on_member_update`. (:issue:`2213`)" msgstr "" #: ../../whats_new.rst:650 -msgid "" -"Handle :exc:`asyncio.CancelledError` in :meth:`abc.Messageable.typing` " -"context manager. (:issue:`2218`)" +msgid "Handle :exc:`asyncio.CancelledError` in :meth:`abc.Messageable.typing` context manager. (:issue:`2218`)" msgstr "" #: ../../whats_new.rst:651 -msgid "" -"Raise the max encoder bitrate to 512kbps to account for nitro boosting. " -"(:issue:`2232`)" +msgid "Raise the max encoder bitrate to 512kbps to account for nitro boosting. (:issue:`2232`)" msgstr "" #: ../../whats_new.rst:652 @@ -2234,9 +1701,7 @@ msgid "Properly propagate exceptions in :meth:`Client.run`. (:issue:`2237`)" msgstr "" #: ../../whats_new.rst:653 -msgid "" -"|commands| Ensure cooldowns are properly copied when used in cog level " -"``command_attrs``." +msgid "|commands| Ensure cooldowns are properly copied when used in cog level ``command_attrs``." msgstr "" #: ../../whats_new.rst:658 @@ -2244,9 +1709,7 @@ msgid "v1.2.2" msgstr "v1.2.2" #: ../../whats_new.rst:663 -msgid "" -"Audit log related attribute access have been fixed to not error out when " -"they shouldn't have." +msgid "Audit log related attribute access have been fixed to not error out when they shouldn't have." msgstr "" #: ../../whats_new.rst:668 @@ -2266,46 +1729,31 @@ msgid "v1.2.0" msgstr "v1.2.0" #: ../../whats_new.rst:681 -msgid "" -"This update mainly brings performance improvements and various nitro " -"boosting attributes (referred to in the API as \"premium guilds\")." +msgid "This update mainly brings performance improvements and various nitro boosting attributes (referred to in the API as \"premium guilds\")." msgstr "" #: ../../whats_new.rst:686 -msgid "" -"Add :attr:`Guild.premium_tier` to query the guild's current nitro boost " -"level." +msgid "Add :attr:`Guild.premium_tier` to query the guild's current nitro boost level." msgstr "" #: ../../whats_new.rst:687 -msgid "" -"Add :attr:`Guild.emoji_limit`, :attr:`Guild.bitrate_limit`, " -":attr:`Guild.filesize_limit` to query the new limits of a guild when " -"taking into consideration boosting." +msgid "Add :attr:`Guild.emoji_limit`, :attr:`Guild.bitrate_limit`, :attr:`Guild.filesize_limit` to query the new limits of a guild when taking into consideration boosting." msgstr "" #: ../../whats_new.rst:688 -msgid "" -"Add :attr:`Guild.premium_subscription_count` to query how many members " -"are boosting a guild." +msgid "Add :attr:`Guild.premium_subscription_count` to query how many members are boosting a guild." msgstr "" #: ../../whats_new.rst:689 -msgid "" -"Add :attr:`Member.premium_since` to query since when a member has boosted" -" a guild." +msgid "Add :attr:`Member.premium_since` to query since when a member has boosted a guild." msgstr "" #: ../../whats_new.rst:690 -msgid "" -"Add :attr:`Guild.premium_subscribers` to query all the members currently " -"boosting the guild." +msgid "Add :attr:`Guild.premium_subscribers` to query all the members currently boosting the guild." msgstr "" #: ../../whats_new.rst:691 -msgid "" -"Add :attr:`Guild.system_channel_flags` to query the settings for a " -"guild's :attr:`Guild.system_channel`." +msgid "Add :attr:`Guild.system_channel_flags` to query the settings for a guild's :attr:`Guild.system_channel`." msgstr "" #: ../../whats_new.rst:692 @@ -2313,15 +1761,11 @@ msgid "This includes a new type named :class:`SystemChannelFlags`" msgstr "" #: ../../whats_new.rst:693 -msgid "" -"Add :attr:`Emoji.available` to query if an emoji can be used (within the " -"guild or otherwise)." +msgid "Add :attr:`Emoji.available` to query if an emoji can be used (within the guild or otherwise)." msgstr "" #: ../../whats_new.rst:694 -msgid "" -"Add support for animated icons in :meth:`Guild.icon_url_as` and " -":attr:`Guild.icon_url`." +msgid "Add support for animated icons in :meth:`Guild.icon_url_as` and :attr:`Guild.icon_url`." msgstr "" #: ../../whats_new.rst:695 @@ -2329,9 +1773,7 @@ msgid "Add :meth:`Guild.is_icon_animated`." msgstr "" #: ../../whats_new.rst:696 -msgid "" -"Add support for the various new :class:`MessageType` involving nitro " -"boosting." +msgid "Add support for the various new :class:`MessageType` involving nitro boosting." msgstr "" #: ../../whats_new.rst:697 @@ -2343,40 +1785,27 @@ msgid "Add :meth:`Embed.insert_field_at`. (:issue:`2178`)" msgstr "" #: ../../whats_new.rst:699 -msgid "" -"Add a ``type`` attribute for all channels to their appropriate " -":class:`ChannelType`. (:issue:`2185`)" +msgid "Add a ``type`` attribute for all channels to their appropriate :class:`ChannelType`. (:issue:`2185`)" msgstr "" #: ../../whats_new.rst:700 -msgid "" -"Add :meth:`Client.fetch_channel` to fetch a channel by ID via HTTP. " -"(:issue:`2169`)" +msgid "Add :meth:`Client.fetch_channel` to fetch a channel by ID via HTTP. (:issue:`2169`)" msgstr "" #: ../../whats_new.rst:701 -msgid "" -"Add :meth:`Guild.fetch_channels` to fetch all channels via HTTP. " -"(:issue:`2169`)" +msgid "Add :meth:`Guild.fetch_channels` to fetch all channels via HTTP. (:issue:`2169`)" msgstr "" #: ../../whats_new.rst:702 -msgid "" -"|tasks| Add :meth:`Loop.stop <.ext.tasks.Loop.stop>` to gracefully stop a" -" task rather than cancelling." +msgid "|tasks| Add :meth:`Loop.stop <.ext.tasks.Loop.stop>` to gracefully stop a task rather than cancelling." msgstr "" #: ../../whats_new.rst:703 -msgid "" -"|tasks| Add :meth:`Loop.failed <.ext.tasks.Loop.failed>` to query if a " -"task had failed somehow." +msgid "|tasks| Add :meth:`Loop.failed <.ext.tasks.Loop.failed>` to query if a task had failed somehow." msgstr "" #: ../../whats_new.rst:704 -msgid "" -"|tasks| Add :meth:`Loop.change_interval " -"<.ext.tasks.Loop.change_interval>` to change the sleep interval at " -"runtime (:issue:`2158`, :issue:`2162`)" +msgid "|tasks| Add :meth:`Loop.change_interval <.ext.tasks.Loop.change_interval>` to change the sleep interval at runtime (:issue:`2158`, :issue:`2162`)" msgstr "" #: ../../whats_new.rst:709 @@ -2384,9 +1813,7 @@ msgid "Fix internal error when using :meth:`Guild.prune_members`." msgstr "" #: ../../whats_new.rst:710 -msgid "" -"|commands| Fix :attr:`.Command.invoked_subcommand` being invalid in many " -"cases." +msgid "|commands| Fix :attr:`.Command.invoked_subcommand` being invalid in many cases." msgstr "" #: ../../whats_new.rst:711 @@ -2394,9 +1821,7 @@ msgid "|tasks| Reset iteration count when the loop terminates and is restarted." msgstr "" #: ../../whats_new.rst:712 -msgid "" -"|tasks| The decorator interface now works as expected when stacking " -"(:issue:`2154`)" +msgid "|tasks| The decorator interface now works as expected when stacking (:issue:`2154`)" msgstr "" #: ../../whats_new.rst:718 @@ -2404,9 +1829,7 @@ msgid "Improve performance of all Enum related code significantly." msgstr "" #: ../../whats_new.rst:718 -msgid "" -"This was done by replacing the ``enum.Enum`` code with an API compatible " -"one." +msgid "This was done by replacing the ``enum.Enum`` code with an API compatible one." msgstr "" #: ../../whats_new.rst:719 @@ -2418,9 +1841,7 @@ msgid "Improve performance of message creation by about 1.5x." msgstr "" #: ../../whats_new.rst:721 -msgid "" -"Improve performance of message editing by about 1.5-4x depending on " -"payload size." +msgid "Improve performance of message editing by about 1.5-4x depending on payload size." msgstr "" #: ../../whats_new.rst:722 @@ -2428,9 +1849,7 @@ msgid "Improve performance of attribute access on :class:`Member` about by 2x." msgstr "" #: ../../whats_new.rst:723 -msgid "" -"Improve performance of :func:`utils.get` by around 4-6x depending on " -"usage." +msgid "Improve performance of :func:`utils.get` by around 4-6x depending on usage." msgstr "" #: ../../whats_new.rst:724 @@ -2438,27 +1857,19 @@ msgid "Improve performance of event parsing lookup by around 2.5x." msgstr "" #: ../../whats_new.rst:725 -msgid "" -"Keyword arguments in :meth:`Client.start` and :meth:`Client.run` are now " -"validated (:issue:`953`, :issue:`2170`)" +msgid "Keyword arguments in :meth:`Client.start` and :meth:`Client.run` are now validated (:issue:`953`, :issue:`2170`)" msgstr "" #: ../../whats_new.rst:726 -msgid "" -"The Discord error code is now shown in the exception message for " -":exc:`HTTPException`." +msgid "The Discord error code is now shown in the exception message for :exc:`HTTPException`." msgstr "" #: ../../whats_new.rst:727 -msgid "" -"Internal tasks launched by the library will now have their own custom " -"``__repr__``." +msgid "Internal tasks launched by the library will now have their own custom ``__repr__``." msgstr "" #: ../../whats_new.rst:728 -msgid "" -"All public facing types should now have a proper and more detailed " -"``__repr__``." +msgid "All public facing types should now have a proper and more detailed ``__repr__``." msgstr "" #: ../../whats_new.rst:729 @@ -2470,15 +1881,11 @@ msgid "v1.1.1" msgstr "v1.1.1" #: ../../whats_new.rst:739 -msgid "" -"Webhooks do not overwrite data on retrying their HTTP requests " -"(:issue:`2140`)" +msgid "Webhooks do not overwrite data on retrying their HTTP requests (:issue:`2140`)" msgstr "" #: ../../whats_new.rst:744 -msgid "" -"Add back signal handling to :meth:`Client.run` due to issues some users " -"had with proper cleanup." +msgid "Add back signal handling to :meth:`Client.run` due to issues some users had with proper cleanup." msgstr "" #: ../../whats_new.rst:749 @@ -2502,27 +1909,19 @@ msgid "Add equality comparison and hash support to :class:`Asset`" msgstr "" #: ../../whats_new.rst:758 -msgid "" -"Add ``compute_prune_members`` parameter to :meth:`Guild.prune_members` " -"(:issue:`2085`)" +msgid "Add ``compute_prune_members`` parameter to :meth:`Guild.prune_members` (:issue:`2085`)" msgstr "" #: ../../whats_new.rst:759 -msgid "" -"Add :attr:`Client.cached_messages` attribute to fetch the message cache " -"(:issue:`2086`)" +msgid "Add :attr:`Client.cached_messages` attribute to fetch the message cache (:issue:`2086`)" msgstr "" #: ../../whats_new.rst:760 -msgid "" -"Add :meth:`abc.GuildChannel.clone` to clone a guild channel. " -"(:issue:`2093`)" +msgid "Add :meth:`abc.GuildChannel.clone` to clone a guild channel. (:issue:`2093`)" msgstr "" #: ../../whats_new.rst:761 -msgid "" -"Add ``delay`` keyword-only argument to :meth:`Message.delete` " -"(:issue:`2094`)" +msgid "Add ``delay`` keyword-only argument to :meth:`Message.delete` (:issue:`2094`)" msgstr "" #: ../../whats_new.rst:762 @@ -2530,24 +1929,20 @@ msgid "Add support for ``<:name:id>`` when adding reactions (:issue:`2095`)" msgstr "" #: ../../whats_new.rst:763 -msgid "" -"Add :meth:`Asset.read` to fetch the bytes content of an asset " -"(:issue:`2107`)" +msgid "Add :meth:`Asset.read` to fetch the bytes content of an asset (:issue:`2107`)" msgstr "" #: ../../whats_new.rst:764 -msgid "" -"Add :meth:`Attachment.read` to fetch the bytes content of an attachment " -"(:issue:`2118`)" +msgid "Add :meth:`Attachment.read` to fetch the bytes content of an attachment (:issue:`2118`)" msgstr "" #: ../../whats_new.rst:765 -msgid "" -"Add support for voice kicking by passing ``None`` to " -":meth:`Member.move_to`." +msgid "Add support for voice kicking by passing ``None`` to :meth:`Member.move_to`." msgstr "" -#: ../../whats_new.rst:768 ../../whats_new.rst:789 ../../whats_new.rst:808 +#: ../../whats_new.rst:768 +#: ../../whats_new.rst:789 +#: ../../whats_new.rst:808 msgid "``discord.ext.commands``" msgstr "" @@ -2568,15 +1963,11 @@ msgid "This allows you to use :class:`Message` as a type hint in functions." msgstr "" #: ../../whats_new.rst:774 -msgid "" -"Allow passing ``cls`` in the :func:`~.commands.group` decorator " -"(:issue:`2061`)" +msgid "Allow passing ``cls`` in the :func:`~.commands.group` decorator (:issue:`2061`)" msgstr "" #: ../../whats_new.rst:775 -msgid "" -"Add :attr:`.Command.parents` to fetch the parents of a command " -"(:issue:`2104`)" +msgid "Add :attr:`.Command.parents` to fetch the parents of a command (:issue:`2104`)" msgstr "" #: ../../whats_new.rst:781 @@ -2584,9 +1975,7 @@ msgid "Fix :exc:`AttributeError` when using ``__repr__`` on :class:`Widget`." msgstr "" #: ../../whats_new.rst:782 -msgid "" -"Fix issue with :attr:`abc.GuildChannel.overwrites` returning ``None`` for" -" keys." +msgid "Fix issue with :attr:`abc.GuildChannel.overwrites` returning ``None`` for keys." msgstr "" #: ../../whats_new.rst:783 @@ -2594,9 +1983,7 @@ msgid "Remove incorrect legacy NSFW checks in e.g. :meth:`TextChannel.is_nsfw`." msgstr "" #: ../../whats_new.rst:784 -msgid "" -"Fix :exc:`UnboundLocalError` when :class:`RequestsWebhookAdapter` raises " -"an error." +msgid "Fix :exc:`UnboundLocalError` when :class:`RequestsWebhookAdapter` raises an error." msgstr "" #: ../../whats_new.rst:785 @@ -2604,9 +1991,7 @@ msgid "Fix bug where updating your own user did not update your member instances msgstr "" #: ../../whats_new.rst:786 -msgid "" -"Tighten constraints of ``__eq__`` in :class:`Spotify` objects " -"(:issue:`2113`, :issue:`2117`)" +msgid "Tighten constraints of ``__eq__`` in :class:`Spotify` objects (:issue:`2113`, :issue:`2117`)" msgstr "" #: ../../whats_new.rst:791 @@ -2622,15 +2007,11 @@ msgid "This prevents cooldowns from triggering during e.g. a RESUME session." msgstr "" #: ../../whats_new.rst:794 -msgid "" -"Fix the default :func:`on_command_error` to work with new-style cogs " -"(:issue:`2094`)" +msgid "Fix the default :func:`on_command_error` to work with new-style cogs (:issue:`2094`)" msgstr "" #: ../../whats_new.rst:795 -msgid "" -"DM channels are now recognised as NSFW in :func:`~.commands.is_nsfw` " -"check." +msgid "DM channels are now recognised as NSFW in :func:`~.commands.is_nsfw` check." msgstr "" #: ../../whats_new.rst:796 @@ -2638,15 +2019,11 @@ msgid "Fix race condition with help commands (:issue:`2123`)" msgstr "" #: ../../whats_new.rst:797 -msgid "" -"Fix cog descriptions not showing in " -":class:`~.commands.MinimalHelpCommand` (:issue:`2139`)" +msgid "Fix cog descriptions not showing in :class:`~.commands.MinimalHelpCommand` (:issue:`2139`)" msgstr "" #: ../../whats_new.rst:802 -msgid "" -"Improve the performance of internal enum creation in the library by about" -" 5x." +msgid "Improve the performance of internal enum creation in the library by about 5x." msgstr "" #: ../../whats_new.rst:803 @@ -2662,9 +2039,7 @@ msgid "The signal handling in :meth:`Client.run` has been removed." msgstr "" #: ../../whats_new.rst:810 -msgid "" -"Custom exception classes are now used for all default checks in the " -"library (:issue:`2101`)" +msgid "Custom exception classes are now used for all default checks in the library (:issue:`2101`)" msgstr "" #: ../../whats_new.rst:816 @@ -2676,9 +2051,7 @@ msgid "Fix issue with speaking state being cast to ``int`` when it was invalid." msgstr "" #: ../../whats_new.rst:822 -msgid "" -"Fix some issues with loop cleanup that some users experienced on Linux " -"machines." +msgid "Fix some issues with loop cleanup that some users experienced on Linux machines." msgstr "" #: ../../whats_new.rst:823 @@ -2690,12 +2063,8 @@ msgid "v1.0.0" msgstr "v1.0.0" #: ../../whats_new.rst:830 -msgid "" -"The changeset for this version are too big to be listed here, for more " -"information please see :ref:`the migrating page `." -msgstr "" -"このバージョンの変更は大きすぎるため、この場所に収まりきりません。詳細については :ref:`移行についてのページ " -"` を参照してください。" +msgid "The changeset for this version are too big to be listed here, for more information please see :ref:`the migrating page `." +msgstr "このバージョンの変更は大きすぎるため、この場所に収まりきりません。詳細については :ref:`移行についてのページ ` を参照してください。" #: ../../whats_new.rst:837 msgid "v0.16.6" @@ -2714,9 +2083,7 @@ msgid "Handle HEARTBEAT_ACK and resume gracefully when it occurs." msgstr "HEARTBEAT_ACKを処理し、正常に再開します。" #: ../../whats_new.rst:845 -msgid "" -"Fix race condition when pre-emptively rate limiting that caused releasing" -" an already released lock." +msgid "Fix race condition when pre-emptively rate limiting that caused releasing an already released lock." msgstr "既に開放されているロックを解放しようとする原因になっていた先制的なレート制限を行っている時の競合状態を修正しました。" #: ../../whats_new.rst:846 @@ -2728,9 +2095,7 @@ msgid "v0.16.1" msgstr "v0.16.1" #: ../../whats_new.rst:853 -msgid "" -"This release is just a bug fix release with some better rate limit " -"implementation." +msgid "This release is just a bug fix release with some better rate limit implementation." msgstr "このリリースはバグ修正であり、いくつかのレート制限の実装が改善されています。" #: ../../whats_new.rst:858 @@ -2750,9 +2115,7 @@ msgid "Event loop is now properly propagated (:issue:`420`)" msgstr "" #: ../../whats_new.rst:862 -msgid "" -"Allow falsey values in :meth:`Client.send_message` and " -":meth:`Client.send_file`." +msgid "Allow falsey values in :meth:`Client.send_message` and :meth:`Client.send_file`." msgstr "" #: ../../whats_new.rst:867 @@ -2760,9 +2123,7 @@ msgid "v0.16.0" msgstr "v0.16.0" #: ../../whats_new.rst:872 -msgid "" -"Add :attr:`Channel.overwrites` to get all the permission overwrites of a " -"channel." +msgid "Add :attr:`Channel.overwrites` to get all the permission overwrites of a channel." msgstr "" #: ../../whats_new.rst:873 @@ -2770,16 +2131,11 @@ msgid "Add :attr:`Server.features` to get information about partnered servers." msgstr "" #: ../../whats_new.rst:878 -msgid "" -"Timeout when waiting for offline members while triggering " -":func:`on_ready`." +msgid "Timeout when waiting for offline members while triggering :func:`on_ready`." msgstr "" #: ../../whats_new.rst:880 -msgid "" -"The fact that we did not timeout caused a gigantic memory leak in the " -"library that caused thousands of duplicate :class:`Member` instances " -"causing big memory spikes." +msgid "The fact that we did not timeout caused a gigantic memory leak in the library that caused thousands of duplicate :class:`Member` instances causing big memory spikes." msgstr "" #: ../../whats_new.rst:883 @@ -2787,11 +2143,7 @@ msgid "Discard null sequences in the gateway." msgstr "" #: ../../whats_new.rst:885 -msgid "" -"The fact these were not discarded meant that :func:`on_ready` kept being " -"called instead of :func:`on_resumed`. Since this has been corrected, in " -"most cases :func:`on_ready` will be called once or twice with " -":func:`on_resumed` being called much more often." +msgid "The fact these were not discarded meant that :func:`on_ready` kept being called instead of :func:`on_resumed`. Since this has been corrected, in most cases :func:`on_ready` will be called once or twice with :func:`on_resumed` being called much more often." msgstr "" #: ../../whats_new.rst:892 @@ -2811,10 +2163,7 @@ msgid "Rich Embeds for messages are now supported." msgstr "" #: ../../whats_new.rst:906 -msgid "" -"To do so, create your own :class:`Embed` and pass the instance to the " -"``embed`` keyword argument to :meth:`Client.send_message` or " -":meth:`Client.edit_message`." +msgid "To do so, create your own :class:`Embed` and pass the instance to the ``embed`` keyword argument to :meth:`Client.send_message` or :meth:`Client.edit_message`." msgstr "" #: ../../whats_new.rst:907 @@ -2822,27 +2171,19 @@ msgid "Add :meth:`Client.clear_reactions` to remove all reactions from a message msgstr "" #: ../../whats_new.rst:908 -msgid "" -"Add support for MESSAGE_REACTION_REMOVE_ALL event, under " -":func:`on_reaction_clear`." +msgid "Add support for MESSAGE_REACTION_REMOVE_ALL event, under :func:`on_reaction_clear`." msgstr "" #: ../../whats_new.rst:909 -msgid "" -"Add :meth:`Permissions.update` and :meth:`PermissionOverwrite.update` for" -" bulk permission updates." +msgid "Add :meth:`Permissions.update` and :meth:`PermissionOverwrite.update` for bulk permission updates." msgstr "" #: ../../whats_new.rst:911 -msgid "" -"This allows you to use e.g. ``p.update(read_messages=True, " -"send_messages=False)`` in a single line." +msgid "This allows you to use e.g. ``p.update(read_messages=True, send_messages=False)`` in a single line." msgstr "" #: ../../whats_new.rst:912 -msgid "" -"Add :meth:`PermissionOverwrite.is_empty` to check if the overwrite is " -"empty (i.e. has no overwrites set explicitly as true or false)." +msgid "Add :meth:`PermissionOverwrite.is_empty` to check if the overwrite is empty (i.e. has no overwrites set explicitly as true or false)." msgstr "" #: ../../whats_new.rst:914 @@ -2870,21 +2211,15 @@ msgid "v0.14.2" msgstr "v0.14.2" #: ../../whats_new.rst:938 -msgid "" -":meth:`Client.wait_for_reaction` now returns a namedtuple with " -"``reaction`` and ``user`` attributes." +msgid ":meth:`Client.wait_for_reaction` now returns a namedtuple with ``reaction`` and ``user`` attributes." msgstr "" #: ../../whats_new.rst:938 -msgid "" -"This is for better support in the case that ``None`` is returned since " -"tuple unpacking can lead to issues." +msgid "This is for better support in the case that ``None`` is returned since tuple unpacking can lead to issues." msgstr "" #: ../../whats_new.rst:943 -msgid "" -"Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in " -":meth:`Client.wait_for_reaction`." +msgid "Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in :meth:`Client.wait_for_reaction`." msgstr "" #: ../../whats_new.rst:948 @@ -2912,9 +2247,7 @@ msgid "This update adds new API features and a couple of bug fixes." msgstr "このアップデートには、新しいAPI機能といくつかのバグ修正が含まれています。" #: ../../whats_new.rst:966 -msgid "" -"Add support for Manage Webhooks permission under " -":attr:`Permissions.manage_webhooks`" +msgid "Add support for Manage Webhooks permission under :attr:`Permissions.manage_webhooks`" msgstr "" #: ../../whats_new.rst:967 @@ -2934,9 +2267,7 @@ msgid ":meth:`Client.remove_reaction` to remove a reaction." msgstr "" #: ../../whats_new.rst:971 -msgid "" -":meth:`Client.get_reaction_users` to get the users that reacted to a " -"message." +msgid ":meth:`Client.get_reaction_users` to get the users that reacted to a message." msgstr "" #: ../../whats_new.rst:972 @@ -3000,15 +2331,11 @@ msgid "Add new statuses for :class:`Status`." msgstr "" #: ../../whats_new.rst:1003 -msgid "" -":attr:`Status.dnd` (aliased with :attr:`Status.do_not_disturb`\\) for Do " -"Not Disturb." +msgid ":attr:`Status.dnd` (aliased with :attr:`Status.do_not_disturb`\\) for Do Not Disturb." msgstr "" #: ../../whats_new.rst:1004 -msgid "" -":attr:`Status.invisible` for setting your status to invisible (please see" -" the docs for a caveat)." +msgid ":attr:`Status.invisible` for setting your status to invisible (please see the docs for a caveat)." msgstr "" #: ../../whats_new.rst:1005 @@ -3016,9 +2343,7 @@ msgid "Deprecate :meth:`Client.change_status`" msgstr "" #: ../../whats_new.rst:1007 -msgid "" -"Use :meth:`Client.change_presence` instead for better more up to date " -"functionality." +msgid "Use :meth:`Client.change_presence` instead for better more up to date functionality." msgstr "" #: ../../whats_new.rst:1008 @@ -3026,15 +2351,11 @@ msgid "This method is subject for removal in a future API version." msgstr "" #: ../../whats_new.rst:1009 -msgid "" -"Add :meth:`Client.change_presence` for changing your status with the new " -"Discord API change." +msgid "Add :meth:`Client.change_presence` for changing your status with the new Discord API change." msgstr "" #: ../../whats_new.rst:1011 -msgid "" -"This is the only method that allows changing your status to invisible or " -"do not disturb." +msgid "This is the only method that allows changing your status to invisible or do not disturb." msgstr "" #: ../../whats_new.rst:1016 @@ -3042,9 +2363,7 @@ msgid "Paginator pages do not exceed their max_size anymore (:issue:`340`)" msgstr "" #: ../../whats_new.rst:1017 -msgid "" -"Do Not Disturb users no longer show up offline due to the new " -":class:`Status` changes." +msgid "Do Not Disturb users no longer show up offline due to the new :class:`Status` changes." msgstr "" #: ../../whats_new.rst:1022 @@ -3084,21 +2403,15 @@ msgid ":attr:`ServerRegion.eu_central` and :attr:`ServerRegion.eu_west`." msgstr "" #: ../../whats_new.rst:1038 -msgid "" -"Add support for new pinned system message under " -":attr:`MessageType.pins_add`." +msgid "Add support for new pinned system message under :attr:`MessageType.pins_add`." msgstr "" #: ../../whats_new.rst:1039 -msgid "" -"Add order comparisons for :class:`Role` to allow it to be compared with " -"regards to hierarchy." +msgid "Add order comparisons for :class:`Role` to allow it to be compared with regards to hierarchy." msgstr "" #: ../../whats_new.rst:1041 -msgid "" -"This means that you can now do ``role_a > role_b`` etc to check if " -"``role_b`` is lower in the hierarchy." +msgid "This means that you can now do ``role_a > role_b`` etc to check if ``role_b`` is lower in the hierarchy." msgstr "" #: ../../whats_new.rst:1043 @@ -3106,9 +2419,7 @@ msgid "Add :attr:`Server.role_hierarchy` to get the server's role hierarchy." msgstr "" #: ../../whats_new.rst:1044 -msgid "" -"Add :attr:`Member.server_permissions` to get a member's server " -"permissions without their channel specific overwrites." +msgid "Add :attr:`Member.server_permissions` to get a member's server permissions without their channel specific overwrites." msgstr "" #: ../../whats_new.rst:1045 @@ -3116,15 +2427,11 @@ msgid "Add :meth:`Client.get_user_info` to retrieve a user's info from their ID. msgstr "" #: ../../whats_new.rst:1046 -msgid "" -"Add a new ``Player`` property, ``Player.error`` to fetch the error that " -"stopped the player." +msgid "Add a new ``Player`` property, ``Player.error`` to fetch the error that stopped the player." msgstr "" #: ../../whats_new.rst:1048 -msgid "" -"To help with this change, a player's ``after`` function can now take a " -"single parameter denoting the current player." +msgid "To help with this change, a player's ``after`` function can now take a single parameter denoting the current player." msgstr "" #: ../../whats_new.rst:1049 @@ -3136,9 +2443,7 @@ msgid "Adds a new enum called :class:`VerificationLevel`." msgstr "" #: ../../whats_new.rst:1052 -msgid "" -"This enum can be used in :meth:`Client.edit_server` under the " -"``verification_level`` keyword argument." +msgid "This enum can be used in :meth:`Client.edit_server` under the ``verification_level`` keyword argument." msgstr "" #: ../../whats_new.rst:1053 @@ -3146,18 +2451,15 @@ msgid "Adds a new attribute in the server, :attr:`Server.verification_level`." msgstr "" #: ../../whats_new.rst:1054 -msgid "" -"Add :attr:`Server.voice_client` shortcut property for " -":meth:`Client.voice_client_in`." +msgid "Add :attr:`Server.voice_client` shortcut property for :meth:`Client.voice_client_in`." msgstr "" #: ../../whats_new.rst:1056 -msgid "" -"This is technically old (was added in v0.10.0) but was undocumented until" -" v0.12.0." +msgid "This is technically old (was added in v0.10.0) but was undocumented until v0.12.0." msgstr "" -#: ../../whats_new.rst:1058 ../../whats_new.rst:1104 +#: ../../whats_new.rst:1058 +#: ../../whats_new.rst:1104 msgid "For the command extension, the following are new:" msgstr "" @@ -3178,9 +2480,7 @@ msgid "Add a method to reset command cooldown." msgstr "" #: ../../whats_new.rst:1068 -msgid "" -"Fix bug that caused the library to not work with the latest " -"``websockets`` library." +msgid "Fix bug that caused the library to not work with the latest ``websockets`` library." msgstr "" #: ../../whats_new.rst:1069 @@ -3188,21 +2488,15 @@ msgid "Fix bug that leaked keep alive threads (:issue:`309`)" msgstr "" #: ../../whats_new.rst:1070 -msgid "" -"Fix bug that disallowed :class:`ServerRegion` from being used in " -":meth:`Client.edit_server`." +msgid "Fix bug that disallowed :class:`ServerRegion` from being used in :meth:`Client.edit_server`." msgstr "" #: ../../whats_new.rst:1071 -msgid "" -"Fix bug in :meth:`Channel.permissions_for` that caused permission " -"resolution to happen out of order." +msgid "Fix bug in :meth:`Channel.permissions_for` that caused permission resolution to happen out of order." msgstr "" #: ../../whats_new.rst:1072 -msgid "" -"Fix bug in :attr:`Member.top_role` that did not account for same-position" -" roles." +msgid "Fix bug in :attr:`Member.top_role` that did not account for same-position roles." msgstr "" #: ../../whats_new.rst:1077 @@ -3210,9 +2504,7 @@ msgid "v0.11.0" msgstr "v0.11.0" #: ../../whats_new.rst:1079 -msgid "" -"This is a minor bug fix update that comes with a gateway update (v5 -> " -"v6)." +msgid "This is a minor bug fix update that comes with a gateway update (v5 -> v6)." msgstr "" #: ../../whats_new.rst:1082 @@ -3220,9 +2512,7 @@ msgid "Breaking Changes" msgstr "破壊的変更" #: ../../whats_new.rst:1084 -msgid "" -"``Permissions.change_nicknames`` has been renamed to " -":attr:`Permissions.change_nickname` to match the UI." +msgid "``Permissions.change_nicknames`` has been renamed to :attr:`Permissions.change_nickname` to match the UI." msgstr "" #: ../../whats_new.rst:1089 @@ -3230,9 +2520,7 @@ msgid "Add the ability to prune members via :meth:`Client.prune_members`." msgstr "" #: ../../whats_new.rst:1090 -msgid "" -"Switch the websocket gateway version to v6 from v5. This allows the " -"library to work with group DMs and 1-on-1 calls." +msgid "Switch the websocket gateway version to v6 from v5. This allows the library to work with group DMs and 1-on-1 calls." msgstr "" #: ../../whats_new.rst:1091 @@ -3252,21 +2540,15 @@ msgid "Add :attr:`Message.system_content` to get the system message." msgstr "" #: ../../whats_new.rst:1095 -msgid "" -"Add the remaining VIP servers and the Brazil servers into " -":class:`ServerRegion` enum." +msgid "Add the remaining VIP servers and the Brazil servers into :class:`ServerRegion` enum." msgstr "" #: ../../whats_new.rst:1096 -msgid "" -"Add ``stderr`` argument to :meth:`VoiceClient.create_ffmpeg_player` to " -"redirect stderr." +msgid "Add ``stderr`` argument to :meth:`VoiceClient.create_ffmpeg_player` to redirect stderr." msgstr "" #: ../../whats_new.rst:1097 -msgid "" -"The library now handles implicit permission resolution in " -":meth:`Channel.permissions_for`." +msgid "The library now handles implicit permission resolution in :meth:`Channel.permissions_for`." msgstr "" #: ../../whats_new.rst:1098 @@ -3282,9 +2564,7 @@ msgid "Add :attr:`Member.voice` attribute that refers to a :class:`VoiceState`." msgstr "" #: ../../whats_new.rst:1102 -msgid "" -"For backwards compatibility, the member object will have properties " -"mirroring the old behaviour." +msgid "For backwards compatibility, the member object will have properties mirroring the old behaviour." msgstr "" #: ../../whats_new.rst:1106 @@ -3292,9 +2572,7 @@ msgid "Command cooldown system with the ``cooldown`` decorator." msgstr "" #: ../../whats_new.rst:1107 -msgid "" -"``UserInputError`` exception for the hierarchy for user input related " -"errors." +msgid "``UserInputError`` exception for the hierarchy for user input related errors." msgstr "" #: ../../whats_new.rst:1112 @@ -3310,9 +2588,7 @@ msgid "Fix bug where discriminators would not update." msgstr "" #: ../../whats_new.rst:1115 -msgid "" -"Handle cases where ``HEARTBEAT`` opcode is received. This caused bots to " -"disconnect seemingly randomly." +msgid "Handle cases where ``HEARTBEAT`` opcode is received. This caused bots to disconnect seemingly randomly." msgstr "" #: ../../whats_new.rst:1117 @@ -3324,9 +2600,7 @@ msgid "``Bot.check`` decorator is actually a decorator not requiring parentheses msgstr "" #: ../../whats_new.rst:1120 -msgid "" -"``Bot.remove_command`` and ``Group.remove_command`` no longer throw if " -"the command doesn't exist." +msgid "``Bot.remove_command`` and ``Group.remove_command`` no longer throw if the command doesn't exist." msgstr "" #: ../../whats_new.rst:1121 @@ -3334,15 +2608,11 @@ msgid "Command names are no longer forced to be ``lower()``." msgstr "" #: ../../whats_new.rst:1122 -msgid "" -"Fix a bug where Member and User converters failed to work in private " -"message contexts." +msgid "Fix a bug where Member and User converters failed to work in private message contexts." msgstr "" #: ../../whats_new.rst:1123 -msgid "" -"``HelpFormatter`` now ignores hidden commands when deciding the maximum " -"width." +msgid "``HelpFormatter`` now ignores hidden commands when deciding the maximum width." msgstr "" #: ../../whats_new.rst:1128 @@ -3350,16 +2620,11 @@ msgid "v0.10.0" msgstr "v0.10.0" #: ../../whats_new.rst:1130 -msgid "" -"For breaking changes, see :ref:`migrating-to-async`. The breaking changes" -" listed there will not be enumerated below. Since this version is rather " -"a big departure from v0.9.2, this change log will be non-exhaustive." +msgid "For breaking changes, see :ref:`migrating-to-async`. The breaking changes listed there will not be enumerated below. Since this version is rather a big departure from v0.9.2, this change log will be non-exhaustive." msgstr "" #: ../../whats_new.rst:1135 -msgid "" -"The library is now fully ``asyncio`` compatible, allowing you to write " -"non-blocking code a lot more easily." +msgid "The library is now fully ``asyncio`` compatible, allowing you to write non-blocking code a lot more easily." msgstr "" #: ../../whats_new.rst:1136 @@ -3367,15 +2632,11 @@ msgid "The library now fully handles 429s and unconditionally retries on 502s." msgstr "" #: ../../whats_new.rst:1137 -msgid "" -"A new command extension module was added but is currently undocumented. " -"Figuring it out is left as an exercise to the reader." +msgid "A new command extension module was added but is currently undocumented. Figuring it out is left as an exercise to the reader." msgstr "" #: ../../whats_new.rst:1138 -msgid "" -"Two new exception types, :exc:`Forbidden` and :exc:`NotFound` to denote " -"permission errors or 404 errors." +msgid "Two new exception types, :exc:`Forbidden` and :exc:`NotFound` to denote permission errors or 404 errors." msgstr "" #: ../../whats_new.rst:1139 @@ -3383,40 +2644,27 @@ msgid "Added :meth:`Client.delete_invite` to revoke invites." msgstr "" #: ../../whats_new.rst:1140 -msgid "" -"Added support for sending voice. Check :class:`VoiceClient` for more " -"details." +msgid "Added support for sending voice. Check :class:`VoiceClient` for more details." msgstr "" #: ../../whats_new.rst:1141 -msgid "" -"Added :meth:`Client.wait_for_message` coroutine to aid with follow up " -"commands." +msgid "Added :meth:`Client.wait_for_message` coroutine to aid with follow up commands." msgstr "" #: ../../whats_new.rst:1142 -msgid "" -"Added :data:`version_info` named tuple to check version info of the " -"library." +msgid "Added :data:`version_info` named tuple to check version info of the library." msgstr "" #: ../../whats_new.rst:1143 -msgid "" -"Login credentials are now cached to have a faster login experience. You " -"can disable this by passing in ``cache_auth=False`` when constructing a " -":class:`Client`." +msgid "Login credentials are now cached to have a faster login experience. You can disable this by passing in ``cache_auth=False`` when constructing a :class:`Client`." msgstr "" #: ../../whats_new.rst:1145 -msgid "" -"New utility function, :func:`discord.utils.get` to simplify retrieval of " -"items based on attributes." +msgid "New utility function, :func:`discord.utils.get` to simplify retrieval of items based on attributes." msgstr "" #: ../../whats_new.rst:1146 -msgid "" -"All data classes now support ``!=``, ``==``, ``hash(obj)`` and " -"``str(obj)``." +msgid "All data classes now support ``!=``, ``==``, ``hash(obj)`` and ``str(obj)``." msgstr "" #: ../../whats_new.rst:1147 @@ -3424,51 +2672,35 @@ msgid "Added :meth:`Client.get_bans` to get banned members from a server." msgstr "" #: ../../whats_new.rst:1148 -msgid "" -"Added :meth:`Client.invites_from` to get currently active invites in a " -"server." +msgid "Added :meth:`Client.invites_from` to get currently active invites in a server." msgstr "" #: ../../whats_new.rst:1149 -msgid "" -"Added :attr:`Server.me` attribute to get the :class:`Member` version of " -":attr:`Client.user`." +msgid "Added :attr:`Server.me` attribute to get the :class:`Member` version of :attr:`Client.user`." msgstr "" #: ../../whats_new.rst:1150 -msgid "" -"Most data classes now support a ``hash(obj)`` function to allow you to " -"use them in ``set`` or ``dict`` classes or subclasses." +msgid "Most data classes now support a ``hash(obj)`` function to allow you to use them in ``set`` or ``dict`` classes or subclasses." msgstr "" #: ../../whats_new.rst:1151 -msgid "" -"Add :meth:`Message.clean_content` to get a text version of the content " -"with the user and channel mentioned changed into their names." +msgid "Add :meth:`Message.clean_content` to get a text version of the content with the user and channel mentioned changed into their names." msgstr "" #: ../../whats_new.rst:1152 -msgid "" -"Added a way to remove the messages of the user that just got banned in " -":meth:`Client.ban`." +msgid "Added a way to remove the messages of the user that just got banned in :meth:`Client.ban`." msgstr "" #: ../../whats_new.rst:1153 -msgid "" -"Added :meth:`Client.wait_until_ready` to facilitate easy creation of " -"tasks that require the client cache to be ready." +msgid "Added :meth:`Client.wait_until_ready` to facilitate easy creation of tasks that require the client cache to be ready." msgstr "" #: ../../whats_new.rst:1154 -msgid "" -"Added :meth:`Client.wait_until_login` to facilitate easy creation of " -"tasks that require the client to be logged in." +msgid "Added :meth:`Client.wait_until_login` to facilitate easy creation of tasks that require the client to be logged in." msgstr "" #: ../../whats_new.rst:1155 -msgid "" -"Add :class:`discord.Game` to represent any game with custom text to send " -"to :meth:`Client.change_status`." +msgid "Add :class:`discord.Game` to represent any game with custom text to send to :meth:`Client.change_status`." msgstr "" #: ../../whats_new.rst:1156 @@ -3476,9 +2708,7 @@ msgid "Add :attr:`Message.nonce` attribute." msgstr "" #: ../../whats_new.rst:1157 -msgid "" -"Add :meth:`Member.permissions_in` as another way of doing " -":meth:`Channel.permissions_for`." +msgid "Add :meth:`Member.permissions_in` as another way of doing :meth:`Channel.permissions_for`." msgstr "" #: ../../whats_new.rst:1158 @@ -3494,9 +2724,7 @@ msgid "Added :meth:`Client.edit_server` to edit existing servers." msgstr "" #: ../../whats_new.rst:1161 -msgid "" -"Added :meth:`Client.server_voice_state` to server mute or server deafen a" -" member." +msgid "Added :meth:`Client.server_voice_state` to server mute or server deafen a member." msgstr "" #: ../../whats_new.rst:1162 @@ -3504,9 +2732,7 @@ msgid "If you are being rate limited, the library will now handle it for you." msgstr "" #: ../../whats_new.rst:1163 -msgid "" -"Add :func:`on_member_ban` and :func:`on_member_unban` events that trigger" -" when a member is banned/unbanned." +msgid "Add :func:`on_member_ban` and :func:`on_member_unban` events that trigger when a member is banned/unbanned." msgstr "" #: ../../whats_new.rst:1166 @@ -3514,34 +2740,23 @@ msgid "Performance Improvements" msgstr "" #: ../../whats_new.rst:1168 -msgid "" -"All data classes now use ``__slots__`` which greatly reduce the memory " -"usage of things kept in cache." +msgid "All data classes now use ``__slots__`` which greatly reduce the memory usage of things kept in cache." msgstr "" #: ../../whats_new.rst:1169 -msgid "" -"Due to the usage of ``asyncio``, the CPU usage of the library has gone " -"down significantly." +msgid "Due to the usage of ``asyncio``, the CPU usage of the library has gone down significantly." msgstr "" #: ../../whats_new.rst:1170 -msgid "" -"A lot of the internal cache lists were changed into dictionaries to " -"change the ``O(n)`` lookup into ``O(1)``." +msgid "A lot of the internal cache lists were changed into dictionaries to change the ``O(n)`` lookup into ``O(1)``." msgstr "" #: ../../whats_new.rst:1171 -msgid "" -"Compressed READY is now on by default. This means if you're on a lot of " -"servers (or maybe even a few) you would receive performance improvements " -"by having to download and process less data." +msgid "Compressed READY is now on by default. This means if you're on a lot of servers (or maybe even a few) you would receive performance improvements by having to download and process less data." msgstr "" #: ../../whats_new.rst:1173 -msgid "" -"While minor, change regex from ``\\d+`` to ``[0-9]+`` to avoid " -"unnecessary unicode character lookups." +msgid "While minor, change regex from ``\\d+`` to ``[0-9]+`` to avoid unnecessary unicode character lookups." msgstr "" #: ../../whats_new.rst:1178 @@ -3549,21 +2764,15 @@ msgid "Fix bug where guilds being updated did not edit the items in cache." msgstr "" #: ../../whats_new.rst:1179 -msgid "" -"Fix bug where ``member.roles`` were empty upon joining instead of having " -"the ``@everyone`` role." +msgid "Fix bug where ``member.roles`` were empty upon joining instead of having the ``@everyone`` role." msgstr "" #: ../../whats_new.rst:1180 -msgid "" -"Fix bug where :meth:`Role.is_everyone` was not being set properly when " -"the role was being edited." +msgid "Fix bug where :meth:`Role.is_everyone` was not being set properly when the role was being edited." msgstr "" #: ../../whats_new.rst:1181 -msgid "" -":meth:`Client.logs_from` now handles cases where limit > 100 to sidestep " -"the discord API limitation." +msgid ":meth:`Client.logs_from` now handles cases where limit > 100 to sidestep the discord API limitation." msgstr "" #: ../../whats_new.rst:1182 @@ -3571,26 +2780,18 @@ msgid "Fix bug where a role being deleted would trigger a ``ValueError``." msgstr "" #: ../../whats_new.rst:1183 -msgid "" -"Fix bug where :meth:`Permissions.kick_members` and " -":meth:`Permissions.ban_members` were flipped." +msgid "Fix bug where :meth:`Permissions.kick_members` and :meth:`Permissions.ban_members` were flipped." msgstr "" #: ../../whats_new.rst:1184 -msgid "" -"Mentions are now triggered normally. This was changed due to the way " -"discord handles it internally." +msgid "Mentions are now triggered normally. This was changed due to the way discord handles it internally." msgstr "" #: ../../whats_new.rst:1185 -msgid "" -"Fix issue when a :class:`Message` would attempt to upgrade a " -":attr:`Message.server` when the channel is a :class:`Object`." +msgid "Fix issue when a :class:`Message` would attempt to upgrade a :attr:`Message.server` when the channel is a :class:`Object`." msgstr "" #: ../../whats_new.rst:1187 -msgid "" -"Unavailable servers were not being added into cache, this has been " -"corrected." +msgid "Unavailable servers were not being added into cache, this has been corrected." msgstr ""