From 41dee3f401b48d526cea803adf1a78629356248e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 4 May 2019 02:55:53 -0400 Subject: [PATCH] Translation sync with Crowdin --- .gitignore | 1 + docs/locale/ja/LC_MESSAGES/api.po | 11115 +++++++--------- docs/locale/ja/LC_MESSAGES/discord.po | 231 +- .../locale/ja/LC_MESSAGES/ext/commands/api.po | 5536 ++++---- .../ja/LC_MESSAGES/ext/commands/cogs.po | 9 +- .../ja/LC_MESSAGES/ext/commands/commands.po | 188 +- .../ja/LC_MESSAGES/ext/commands/extensions.po | 110 +- .../ja/LC_MESSAGES/ext/commands/index.po | 13 +- docs/locale/ja/LC_MESSAGES/ext/tasks/index.po | 283 + docs/locale/ja/LC_MESSAGES/faq.po | 451 +- docs/locale/ja/LC_MESSAGES/index.po | 24 +- docs/locale/ja/LC_MESSAGES/intro.po | 30 +- docs/locale/ja/LC_MESSAGES/logging.po | 14 +- docs/locale/ja/LC_MESSAGES/migrating.po | 1784 +-- .../ja/LC_MESSAGES/migrating_to_async.po | 14 +- docs/locale/ja/LC_MESSAGES/quickstart.po | 14 +- docs/locale/ja/LC_MESSAGES/sphinx.po | 10 +- .../ja/LC_MESSAGES/version_guarantees.po | 70 +- docs/locale/ja/LC_MESSAGES/whats_new.po | 770 +- 19 files changed, 9336 insertions(+), 11331 deletions(-) create mode 100644 docs/locale/ja/LC_MESSAGES/ext/tasks/index.po diff --git a/.gitignore b/.gitignore index d25a9fc51d39..b556ebbb9146 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ venv .venv docs/_build +docs/crowdin.py *.buildinfo *.mp3 *.m4a diff --git a/docs/locale/ja/LC_MESSAGES/api.po b/docs/locale/ja/LC_MESSAGES/api.po index df78ed167857..d985bef859a5 100644 --- a/docs/locale/ja/LC_MESSAGES/api.po +++ b/docs/locale/ja/LC_MESSAGES/api.po @@ -1,22 +1,20 @@ -# Translators: -# 本間 蒼士 , 2018 -# 竹内 歩夢 , 2018 -# intransifex Kesigomon , 2018 -# Episword , 2018 msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 18:19-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: api.po\n" #: ../../api.rst:4 msgid "API Reference" @@ -27,388 +25,449 @@ msgid "The following section outlines the API of discord.py." 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 -#, fuzzy -msgid "" -"There are two main ways to query version information about the library. " -"For guarantees, check :ref:`version_guarantees`." -msgstr "ライブラリについてのバージョン情報を取得するには二通りの方法があります。" +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 -#, fuzzy msgid "A named tuple that is similar to :obj:`py:sys.version_info`." -msgstr "`sys.version_info`_ に似た名前付きタプル。" +msgstr ":obj:`py:sys.version_info` に似た名前付きタプル。" #: ../../api.rst:25 -#, fuzzy -msgid "" -"Just like :obj:`py:sys.version_info` the valid values for " -"``releaselevel`` are 'alpha', 'beta', 'candidate' and 'final'." -msgstr "" -"`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 `_." -msgstr "" +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 msgid "Client" msgstr "クライアント" -#: discord.Client:1 of -msgid "" -"Represents a client connection that connects to Discord. This class is " -"used to interact with the Discord WebSocket and API." +#: ../../../discord/client.py:docstring of discord.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:4 of +#: ../../../discord/client.py:docstring of discord.Client:4 msgid "A number of options can be passed to the :class:`Client`." msgstr "多くのオプションを :class:`Client` に渡すことが可能です。" -#: ../../api.rst discord.Asset.save discord.AsyncWebhookAdapter -#: discord.AsyncWebhookAdapter.handle_execution_response -#: discord.AsyncWebhookAdapter.request discord.Attachment.save -#: discord.AutoShardedClient.change_presence -#: discord.AutoShardedClient.request_offline_members -#: discord.CategoryChannel.create_invite discord.CategoryChannel.delete -#: discord.CategoryChannel.edit discord.CategoryChannel.overwrites_for -#: discord.CategoryChannel.permissions_for -#: discord.CategoryChannel.set_permissions discord.Client -#: discord.Client.change_presence discord.Client.connect -#: discord.Client.create_guild discord.Client.delete_invite -#: discord.Client.fetch_guild discord.Client.fetch_guilds -#: discord.Client.fetch_invite discord.Client.fetch_user -#: discord.Client.fetch_user_profile discord.Client.fetch_widget -#: discord.Client.login discord.Client.request_offline_members -#: discord.Client.wait_for discord.ClientUser.avatar_url_as -#: discord.ClientUser.create_group discord.ClientUser.edit -#: discord.ClientUser.edit_settings discord.ClientUser.get_relationship -#: discord.ClientUser.mentioned_in discord.ClientUser.permissions_in -#: discord.DMChannel.fetch_message discord.DMChannel.history -#: discord.DMChannel.permissions_for discord.DMChannel.send -#: discord.Embed.add_field discord.Embed.from_dict discord.Embed.remove_field -#: discord.Embed.set_author discord.Embed.set_field_at discord.Embed.set_footer -#: discord.Embed.set_image discord.Embed.set_thumbnail discord.Emoji.delete -#: discord.Emoji.edit discord.FFmpegPCMAudio discord.Game -#: discord.GroupCall.voice_state_for discord.GroupChannel.add_recipients -#: discord.GroupChannel.edit discord.GroupChannel.fetch_message -#: discord.GroupChannel.history discord.GroupChannel.permissions_for -#: discord.GroupChannel.remove_recipients discord.GroupChannel.send -#: discord.Guild.audit_logs discord.Guild.ban discord.Guild.banner_url_as -#: discord.Guild.create_custom_emoji discord.Guild.create_role -#: discord.Guild.create_text_channel discord.Guild.create_voice_channel -#: discord.Guild.edit discord.Guild.estimate_pruned_members -#: discord.Guild.fetch_ban discord.Guild.fetch_emoji discord.Guild.fetch_member -#: discord.Guild.get_member_named discord.Guild.icon_url_as discord.Guild.kick -#: discord.Guild.prune_members discord.Guild.splash_url_as discord.Guild.unban -#: discord.Invite.delete discord.Member.add_roles discord.Member.avatar_url_as -#: discord.Member.edit discord.Member.fetch_message discord.Member.history -#: discord.Member.mentioned_in discord.Member.move_to -#: discord.Member.permissions_in discord.Member.remove_roles -#: discord.Member.send discord.Message.add_reaction discord.Message.edit -#: discord.Message.remove_reaction discord.PCMVolumeTransformer -#: discord.PermissionOverwrite discord.PermissionOverwrite.update -#: discord.Permissions.update discord.Reaction.remove discord.Reaction.users -#: discord.RequestsWebhookAdapter -#: discord.RequestsWebhookAdapter.handle_execution_response -#: discord.RequestsWebhookAdapter.request discord.Role.delete discord.Role.edit -#: discord.TextChannel.create_invite discord.TextChannel.create_webhook -#: discord.TextChannel.delete discord.TextChannel.delete_messages -#: discord.TextChannel.edit discord.TextChannel.fetch_message -#: discord.TextChannel.history discord.TextChannel.overwrites_for -#: discord.TextChannel.permissions_for discord.TextChannel.purge -#: discord.TextChannel.send discord.TextChannel.set_permissions -#: discord.User.avatar_url_as discord.User.fetch_message discord.User.history -#: discord.User.mentioned_in discord.User.permissions_in discord.User.send -#: discord.VoiceChannel.connect discord.VoiceChannel.create_invite -#: discord.VoiceChannel.delete discord.VoiceChannel.edit -#: discord.VoiceChannel.overwrites_for discord.VoiceChannel.permissions_for -#: discord.VoiceChannel.set_permissions discord.VoiceClient.move_to -#: discord.VoiceClient.play discord.VoiceClient.send_audio_packet -#: discord.Webhook.avatar_url_as discord.Webhook.edit discord.Webhook.from_url -#: discord.Webhook.partial discord.Webhook.send -#: discord.WebhookAdapter.handle_execution_response -#: discord.WebhookAdapter.request discord.Widget.fetch_invite -#: discord.WidgetMember.avatar_url_as discord.WidgetMember.mentioned_in -#: discord.WidgetMember.permissions_in discord.abc.GuildChannel.create_invite -#: discord.abc.GuildChannel.delete 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.opus.load_opus -#: discord.utils.escape_markdown discord.utils.escape_mentions -#: discord.utils.find discord.utils.get discord.utils.oauth_url of +#: ../../../discord/client.py:docstring of discord.Client:0 +#: discord.Client.wait_for:0 discord.Client.fetch_guilds:0 +#: discord.Client.change_presence:0 discord.Client.connect:0 +#: discord.Client.create_guild:0 discord.Client.delete_invite:0 +#: discord.Client.fetch_guild:0 discord.Client.fetch_invite:0 +#: discord.Client.fetch_user:0 discord.Client.fetch_user_profile:0 +#: discord.Client.fetch_widget:0 discord.Client.login:0 +#: discord.Client.request_offline_members:0 ../../../discord/shard.py:docstring +#: discord.AutoShardedClient.change_presence:0 +#: discord.AutoShardedClient.request_offline_members:0 +#: ../../../discord/voice_client.py:docstring discord.VoiceClient.play:0 +#: discord.VoiceClient.move_to:0 discord.VoiceClient.send_audio_packet:0 +#: ../../../discord/player.py:docstring discord.FFmpegPCMAudio:0 +#: discord.PCMVolumeTransformer:0 ../../../discord/opus.py:docstring +#: discord.opus.load_opus:0 ../../api.rst:0 ../../../discord/utils.py:docstring +#: discord.utils.find:0 discord.utils.get:0 discord.utils.oauth_url:0 +#: discord.utils.escape_markdown:0 discord.utils.escape_mentions:0 +#: ../../../discord/webhook.py:docstring discord.Webhook.partial:0 +#: discord.Webhook.from_url:0 discord.Webhook.avatar_url_as:0 +#: discord.Webhook.edit:0 discord.Webhook.send:0 +#: discord.WebhookAdapter.request:0 +#: discord.WebhookAdapter.handle_execution_response:0 +#: discord.AsyncWebhookAdapter:0 +#: discord.AsyncWebhookAdapter.handle_execution_response:0 +#: discord.AsyncWebhookAdapter.request:0 discord.RequestsWebhookAdapter:0 +#: discord.RequestsWebhookAdapter.request:0 +#: discord.RequestsWebhookAdapter.handle_execution_response:0 +#: ../../../discord/abc.py:docstring discord.abc.GuildChannel.overwrites_for:0 +#: discord.abc.GuildChannel.permissions_for:0 discord.abc.GuildChannel.clone:0 +#: discord.abc.GuildChannel.create_invite:0 discord.abc.GuildChannel.delete:0 +#: discord.abc.GuildChannel.set_permissions:0 discord.abc.Messageable.history:0 +#: discord.abc.Messageable.fetch_message:0 discord.abc.Messageable.send:0 +#: ../../../discord/user.py:docstring discord.ClientUser.get_relationship:0 +#: discord.ClientUser.avatar_url_as:0 discord.ClientUser.create_group:0 +#: discord.ClientUser.edit:0 discord.ClientUser.edit_settings:0 +#: discord.ClientUser.mentioned_in:0 discord.ClientUser.permissions_in:0 +#: discord.User.history:0 discord.User.avatar_url_as:0 +#: discord.User.fetch_message:0 discord.User.mentioned_in:0 +#: discord.User.permissions_in:0 discord.User.send:0 +#: ../../../discord/message.py:docstring discord.Attachment.save:0 +#: ../../../discord/asset.py:docstring discord.Asset.save:0 +#: discord.Message.add_reaction:0 discord.Message.delete:0 +#: discord.Message.edit:0 discord.Message.remove_reaction:0 +#: ../../../discord/reaction.py:docstring discord.Reaction.users:0 +#: discord.Reaction.remove:0 ../../../discord/calls.py:docstring +#: discord.GroupCall.voice_state_for:0 ../../../discord/guild.py:docstring +#: discord.Guild.audit_logs:0 discord.Guild.icon_url_as:0 +#: discord.Guild.banner_url_as:0 discord.Guild.splash_url_as:0 +#: discord.Guild.get_member_named:0 discord.Guild.ban:0 +#: discord.Guild.create_custom_emoji:0 discord.Guild.create_role:0 +#: discord.Guild.create_text_channel:0 discord.Guild.create_voice_channel:0 +#: discord.Guild.edit:0 discord.Guild.estimate_pruned_members:0 +#: discord.Guild.fetch_ban:0 discord.Guild.fetch_emoji:0 +#: discord.Guild.fetch_member:0 discord.Guild.kick:0 +#: discord.Guild.prune_members:0 discord.Guild.unban:0 discord.Member.history:0 +#: ../../../discord/member.py:docstring discord.Member.mentioned_in:0 +#: discord.Member.permissions_in:0 discord.Member.add_roles:0 +#: discord.Member.avatar_url_as:0 discord.Member.edit:0 +#: discord.Member.fetch_message:0 discord.Member.move_to:0 +#: discord.Member.remove_roles:0 discord.Member.send:0 +#: ../../../discord/emoji.py:docstring discord.Emoji.delete:0 +#: discord.Emoji.edit:0 ../../../discord/role.py:docstring +#: discord.Role.delete:0 discord.Role.edit:0 discord.TextChannel.history:0 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:0 +#: discord.TextChannel.clone:0 discord.TextChannel.create_invite:0 +#: discord.TextChannel.create_webhook:0 discord.TextChannel.delete:0 +#: discord.TextChannel.delete_messages:0 discord.TextChannel.edit:0 +#: discord.TextChannel.fetch_message:0 discord.TextChannel.overwrites_for:0 +#: discord.TextChannel.purge:0 discord.TextChannel.send:0 +#: discord.TextChannel.set_permissions:0 discord.VoiceChannel.permissions_for:0 +#: discord.VoiceChannel.clone:0 discord.VoiceChannel.connect:0 +#: discord.VoiceChannel.create_invite:0 discord.VoiceChannel.delete:0 +#: discord.VoiceChannel.edit:0 discord.VoiceChannel.overwrites_for:0 +#: discord.VoiceChannel.set_permissions:0 discord.CategoryChannel.clone:0 +#: discord.CategoryChannel.create_invite:0 discord.CategoryChannel.delete:0 +#: discord.CategoryChannel.edit:0 discord.CategoryChannel.overwrites_for:0 +#: discord.CategoryChannel.permissions_for:0 +#: discord.CategoryChannel.set_permissions:0 discord.DMChannel.history:0 +#: discord.DMChannel.permissions_for:0 discord.DMChannel.fetch_message:0 +#: discord.DMChannel.send:0 discord.GroupChannel.history:0 +#: discord.GroupChannel.add_recipients:0 discord.GroupChannel.edit:0 +#: discord.GroupChannel.fetch_message:0 +#: discord.GroupChannel.remove_recipients:0 discord.GroupChannel.send:0 +#: discord.GroupChannel.permissions_for:0 ../../../discord/invite.py:docstring +#: discord.Invite.delete:0 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:0 discord.WidgetMember.mentioned_in:0 +#: discord.WidgetMember.permissions_in:0 discord.Widget.fetch_invite:0 +#: ../../../discord/embeds.py:docstring discord.Embed.from_dict:0 +#: discord.Embed.set_footer:0 discord.Embed.set_image:0 +#: discord.Embed.set_thumbnail:0 discord.Embed.set_author:0 +#: discord.Embed.add_field:0 discord.Embed.remove_field:0 +#: discord.Embed.set_field_at:0 ../../../discord/activity.py:docstring +#: discord.Game:0 ../../../discord/permissions.py:docstring +#: discord.Permissions.update:0 discord.PermissionOverwrite:0 +#: discord.PermissionOverwrite.update:0 msgid "Parameters" msgstr "パラメータ" -#: discord.Client:10 of -msgid "" -"The maximum number of messages to store in the internal message cache. " -"This defaults to 5000. Passing in `None` or a value less than 100 will " -"use the default instead of the passed in value." -msgstr "" -"内部のメッセージキャッシュに格納するメッセージの最大数。デフォルトでは5000に設定されています。 `None` " -"あるいは100未満の値を渡すと、渡された値の代わりにデフォルトの値が使用されます。" +#: ../../../discord/client.py:docstring of discord.Client:6 +msgid "The maximum number of messages to store in the internal message cache. This defaults to 5000. Passing in `None` or a value less than 100 will use the default instead of the passed in value." +msgstr "内部のメッセージキャッシュに格納するメッセージの最大数。デフォルトでは5000に設定されています。 `None` あるいは100未満の値を渡すと、渡された値の代わりにデフォルトの値が使用されます。" -#: discord.Client:14 of -msgid "" -"The `event loop`_ to use for asynchronous operations. Defaults to " -"``None``, in which case the default event loop is used via " -"``asyncio.get_event_loop()``." -msgstr "" -"非同期操作に使用する `event loop`_ デフォルトは ``None`` です。この場合、デフォルトのイベントループは " -"``asyncio.get_event_loop()`` を介して使用されます。" +#: ../../../discord/client.py:docstring of discord.Client:10 +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:17 of -msgid "The `connector`_ to use for connection pooling." -msgstr "コネクションプーリングに使用する `connector`_ 。" +#: ../../../discord/client.py:docstring of discord.Client:14 +msgid "The connector to use for connection pooling." +msgstr "コネクションプーリングに使用するコネクタ。" -#: discord.Client:19 of +#: ../../../discord/client.py:docstring of discord.Client:16 msgid "Proxy URL." msgstr "プロキシのURL。" -#: discord.Client:21 of +#: ../../../discord/client.py:docstring of discord.Client:18 msgid "An object that represents proxy HTTP Basic Authorization." msgstr "プロキシのHTTP Basic認証を表すオブジェクト。" -#: discord.Client:23 of +#: ../../../discord/client.py:docstring of discord.Client:20 msgid "Integer starting at 0 and less than shard_count." msgstr "0から始まり、shard_countより小さい整数。" -#: discord.Client:25 of +#: ../../../discord/client.py:docstring of discord.Client:22 msgid "The total number of shards." msgstr "Shardの総数。" -#: discord.Client:27 of -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` " -"を使用してギルドのオフラインメンバーを取得する必要があります。" +#: ../../../discord/client.py:docstring of discord.Client:24 +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` を使用してギルドのオフラインメンバーを取得する必要があります。" -#: discord.Client:32 of +#: ../../../discord/client.py:docstring of discord.Client:29 msgid "A status to start your presence with upon logging on to Discord." msgstr "Discordにログインした際の、開始時ステータス。" -#: discord.Client:34 of +#: ../../../discord/client.py:docstring of discord.Client:31 msgid "An activity to start your presence with upon logging on to Discord." msgstr "Discordにログインした際の、開始時アクティビティ。" -#: discord.Client:36 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:33 +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:44 of +#: ../../../discord/client.py:docstring of discord.Client:41 msgid "The websocket gateway the client is currently connected to. Could be None." msgstr "クライアントが現在接続しているWebSocketゲートウェイ。Noneでもかまいません。" -#: discord.Client:48 of -msgid "" -"The `event loop`_ that the client uses for HTTP requests and websocket " -"operations." -msgstr "クライアントがHTTP要求とWebSocket操作に使用する `event loop`_ 。" - -#: discord.AutoShardedClient.latency:1 discord.Client.latency:1 of -msgid "" -":class:`float` -- Measures latency between a HEARTBEAT and a " -"HEARTBEAT_ACK in seconds." -msgstr ":class:`float` -- HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で測定します。" - -#: discord.Client.latency:3 of +#: ../../../discord/client.py:docstring of discord.Client:45 +msgid "The event loop that the client uses for HTTP requests and websocket operations." +msgstr "クライアントがHTTPリクエストとWebsocket操作に使用するイベントループ。" + +#: ../../../discord/client.py:docstring of discord.Client:0 +#: discord.Client.latency:0 discord.Client.guilds:0 discord.Client.emojis:0 +#: discord.Client.cached_messages:0 discord.Client.private_channels:0 +#: discord.Client.voice_clients:0 discord.Client.activity:0 +#: discord.Client.user:0 ../../../discord/shard.py:docstring +#: discord.AutoShardedClient:0 discord.AutoShardedClient.latency:0 +#: discord.AutoShardedClient.latencies:0 ../../../discord/appinfo.py:docstring +#: discord.AppInfo:0 discord.AppInfo.icon_url:0 +#: ../../../discord/voice_client.py:docstring discord.VoiceClient:0 +#: discord.VoiceClient.guild:0 discord.VoiceClient.user:0 +#: discord.VoiceClient.source:0 ../../../discord/player.py:docstring +#: discord.PCMAudio:0 ../../../discord/audit_logs.py:docstring +#: discord.AuditLogEntry:0 discord.AuditLogEntry.category:0 +#: discord.AuditLogEntry.changes:0 discord.AuditLogEntry.before:0 +#: discord.AuditLogEntry.after:0 ../../../discord/webhook.py:docstring +#: discord.Webhook:0 discord.Webhook.guild:0 discord.Webhook.channel:0 +#: discord.WebhookAdapter:0 ../../../discord/abc.py:docstring +#: discord.abc.Snowflake:0 discord.abc.User:0 discord.abc.PrivateChannel:0 +#: discord.abc.GuildChannel:0 discord.abc.GuildChannel.mention:0 +#: discord.abc.GuildChannel.category:0 ../../../discord/user.py:docstring +#: discord.ClientUser:0 ../../../discord/relationship.py:docstring +#: discord.Relationship:0 discord.User:0 ../../../discord/message.py:docstring +#: discord.Attachment:0 discord.Message:0 discord.Message.guild:0 +#: discord.Message.created_at:0 discord.Message.edited_at:0 +#: discord.Message.jump_url:0 ../../../discord/reaction.py:docstring +#: discord.Reaction:0 discord.Reaction.custom_emoji:0 +#: ../../../discord/calls.py:docstring discord.CallMessage:0 +#: discord.CallMessage.call_ended:0 discord.CallMessage.channel:0 +#: discord.GroupCall:0 discord.GroupCall.channel:0 +#: ../../../discord/guild.py:docstring discord.Guild:0 discord.Guild.channels:0 +#: discord.Guild.large:0 discord.Guild.voice_channels:0 +#: discord.Guild.text_channels:0 discord.Guild.categories:0 +#: discord.Guild.members:0 discord.Guild.owner:0 discord.Guild.system_channel:0 +#: ../../../discord/member.py:docstring discord.Member:0 +#: discord.Member.status:0 discord.Member.mobile_status:0 +#: discord.Member.desktop_status:0 discord.Member.web_status:0 +#: discord.Member.voice:0 ../../../discord/activity.py:docstring +#: discord.Spotify.name:0 discord.Spotify.title:0 discord.Spotify.artists:0 +#: discord.Spotify.artist:0 discord.Spotify.album:0 +#: discord.Spotify.album_cover_url:0 discord.Spotify.track_id:0 +#: discord.Spotify.start:0 discord.Spotify.end:0 discord.Spotify.duration:0 +#: discord.Spotify.party_id:0 discord.VoiceState:0 +#: ../../../discord/emoji.py:docstring discord.Emoji:0 discord.Emoji.guild:0 +#: discord.Emoji.roles:0 discord.PartialEmoji:0 discord.PartialEmoji.url:0 +#: ../../../discord/role.py:docstring discord.Role:0 +#: ../../../discord/channel.py:docstring discord.TextChannel:0 +#: discord.TextChannel.category:0 discord.TextChannel.mention:0 +#: discord.VoiceChannel:0 discord.VoiceChannel.category:0 +#: discord.VoiceChannel.mention:0 discord.CategoryChannel:0 +#: discord.CategoryChannel.channels:0 discord.CategoryChannel.text_channels:0 +#: discord.CategoryChannel.voice_channels:0 discord.CategoryChannel.category:0 +#: discord.CategoryChannel.mention:0 discord.DMChannel:0 discord.GroupChannel:0 +#: discord.GroupChannel.icon_url:0 ../../../discord/invite.py:docstring +#: discord.PartialInviteGuild:0 discord.PartialInviteChannel:0 +#: discord.PartialInviteChannel.mention:0 discord.Invite:0 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:0 +#: discord.WidgetChannel.mention:0 discord.WidgetMember:0 +#: discord.WidgetMember.display_name:0 discord.Widget:0 +#: discord.Widget.created_at:0 discord.Widget.json_url:0 +#: discord.Widget.invite_url:0 ../../../discord/raw_models.py:docstring +#: discord.RawMessageDeleteEvent:0 discord.RawBulkMessageDeleteEvent:0 +#: discord.RawMessageUpdateEvent:0 discord.RawReactionActionEvent:0 +#: discord.RawReactionClearEvent:0 ../../../discord/object.py:docstring +#: discord.Object:0 ../../../discord/embeds.py:docstring discord.Embed:0 +#: ../../../discord/file.py:docstring discord.File:0 +#: ../../../discord/colour.py:docstring discord.Colour:0 discord.Activity:0 +#: discord.Activity.start:0 discord.Activity.end:0 +#: discord.Activity.large_image_url:0 discord.Activity.small_image_url:0 +#: discord.Activity.large_image_text:0 discord.Activity.small_image_text:0 +#: discord.Game:0 discord.Game.start:0 discord.Game.end:0 discord.Streaming:0 +#: discord.Streaming.twitch_name:0 ../../../discord/errors.py:docstring +#: discord.HTTPException:0 discord.ConnectionClosed:0 +#: ../../../discord/opus.py:docstring discord.opus.OpusError:0 +msgid "type" +msgstr "型" + +#: ../../../discord/client.py:docstring of discord.Client:47 +msgid ":class:`asyncio.AbstractEventLoop`" +msgstr ":class:`asyncio.AbstractEventLoop`" + +#: ../../../discord/client.py:docstring of discord.Client.latency:1 +#: ../../../discord/shard.py:docstring discord.AutoShardedClient.latency:1 +msgid "Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds." +msgstr "HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で測定します。" + +#: ../../../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.Client.guilds:1 of -msgid "" -"List[:class:`Guild`] -- The guilds that the connected client is a member " -"of." -msgstr "List[:class:`Guild`] -- 接続したクライアントがメンバーであるギルド。" +#: ../../../discord/client.py:docstring of discord.Client.latency:5 +#: ../../../discord/shard.py:docstring discord.AutoShardedClient.latency:7 +msgid ":class:`float`" +msgstr ":class:`float`" -#: discord.Client.emojis:1 of -msgid "List[:class:`Emoji`] -- The emojis that the connected client has." -msgstr "List[:class:`Emoji`] -- 接続したクライアントが持つ絵文字。" +#: ../../../discord/client.py:docstring of discord.Client.guilds:1 +msgid "The guilds that the connected client is a member of." +msgstr "接続したクライアントがメンバーであるギルド。" -#: discord.Client.private_channels:1 of -msgid "" -"List[:class:`abc.PrivateChannel`] -- The private channels that the " -"connected client is participating on." -msgstr "List[:class:`abc.PrivateChannel`] -- 接続されたクライアントが参加しているプライベートチャンネル。" +#: ../../../discord/client.py:docstring of discord.Client.guilds:3 +msgid "List[:class:`.Guild`]" +msgstr "List[:class:`.Guild`]" -#: 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.emojis:1 +msgid "The emojis that the connected client has." +msgstr "接続したクライアントが持つ絵文字。" + +#: ../../../discord/client.py:docstring of discord.Client.emojis:3 +msgid "List[:class:`.Emoji`]" +msgstr "List[:class:`.Emoji`]" + +#: ../../../discord/client.py:docstring of discord.Client.cached_messages:1 +msgid "Read-only list of messages the connected client has cached." +msgstr "接続済みのクライアントがキャッシュしているメッセージの読み取り専用リスト。" + +#: ../../../discord/client.py:docstring of discord.Client.cached_messages:5 +msgid "Sequence[:class:`~discord.Message`]" +msgstr "Sequence[:class:`~discord.Message`]" + +#: ../../../discord/client.py:docstring of discord.Client.private_channels:1 +msgid "The private channels that the connected client is participating on." +msgstr "接続済みのクライアントが参加しているプライベートチャンネル。" + +#: ../../../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.voice_clients:1 of -msgid "List[:class:`VoiceClient`] -- Represents a list of voice connections." -msgstr "List[:class:`VoiceClient`] -- 音声接続のリストを表します。" +#: ../../../discord/client.py:docstring of discord.Client.private_channels:8 +msgid "List[:class:`abc.PrivateChannel`]" +msgstr "List[:class:`abc.PrivateChannel`]" + +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:1 +msgid "Represents a list of voice connections." +msgstr "音声接続のリストを表します。" -#: discord.Client.is_ready:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.voice_clients:3 +msgid "List[:class:`.VoiceClient`]" +msgstr "List[:class:`.VoiceClient`]" + +#: ../../../discord/client.py:docstring of discord.Client.is_ready:1 msgid ":class:`bool`: Specifies if the client's internal cache is ready for use." -msgstr ":obj:`bool`: クライアントの内部キャッシュを使用できる状態にするかどうかを指定します。" +msgstr ":class:`bool`: クライアントが内部キャッシュを使用できるようになったかを表します。" -#: discord.Client.clear:1 of +#: ../../../discord/client.py:docstring of discord.Client.clear:1 msgid "Clears the internal state of the bot." msgstr "ボットの内部状態をクリアします。" -#: discord.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.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.run:1 of -msgid "" -"A blocking call that abstracts away the `event loop`_ initialisation from" -" you." -msgstr "`event loop`_ の初期化を抽象化するブロッキングコール。" +#: ../../../discord/client.py:docstring of discord.Client.run:1 +msgid "A blocking call that abstracts away the event loop initialisation from you." +msgstr "イベントループの初期化を抽象化するブロッキングコール。" -#: discord.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.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.run:8 of +#: ../../../discord/client.py:docstring of discord.Client.run:8 msgid "Roughly Equivalent to: ::" msgstr "おおよそ次のものに相当:" -#: discord.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.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.is_closed:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.is_closed:1 msgid ":class:`bool`: Indicates if the websocket connection is closed." -msgstr ":obj:`bool`: WebSocketが閉じられているかどうかを表します。" +msgstr ":class:`bool`: Websocket接続が閉じられているかどうかを示します。" -#: discord.Client.activity:1 of -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`]] -- " -"ログイン時のアクティビティ。" +#: ../../../discord/client.py:docstring of discord.Client.activity:1 +msgid "The activity being used upon logging in." +msgstr "ログイン時に使用されるアクティビティ。" + +#: ../../../discord/client.py:docstring of discord.Client.activity:3 +msgid "Optional[Union[:class:`.Activity`, :class:`.Game`, :class:`.Streaming`]]" +msgstr "Optional[Union[:class:`.Activity`, :class:`.Game`, :class:`.Streaming`]]" -#: discord.Client.users:1 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.users:1 msgid "Returns a :class:`list` of all the :class:`User` the bot can see." -msgstr "Botが参照可能な :class:`User` の :obj:`list` を返します。" +msgstr "Botが参照することができるすべての :class:`User` の :class:`list` を返します。" -#: discord.Client.get_channel:1 of -msgid "" -"Returns a :class:`abc.GuildChannel` or :class:`abc.PrivateChannel` with " -"the following ID." -msgstr "" -"渡されたIDを持つ :class:`abc.GuildChannel` 、または :class:`abc.PrivateChannel` " -"を返します。" +#: ../../../discord/client.py:docstring of discord.Client.get_channel:1 +msgid "Returns a :class:`.abc.GuildChannel` or :class:`.abc.PrivateChannel` with the following ID." +msgstr "渡されたIDを持つ :class:`.abc.GuildChannel` または :class:`.abc.PrivateChannel` を返します。" -#: discord.Client.get_channel:3 of +#: ../../../discord/client.py:docstring of discord.Client.get_channel:3 msgid "If not found, returns None." msgstr "見つからない場合は、Noneを返します。" -#: discord.Client.get_guild:1 of -msgid "Returns a :class:`Guild` with the given ID. If not found, returns None." -msgstr "渡されたIDを持つ :class:`Guild` を返します。見つからない場合は、Noneを返します。" +#: ../../../discord/client.py:docstring of discord.Client.get_guild:1 +msgid "Returns a :class:`.Guild` with the given ID. If not found, returns None." +msgstr "渡されたIDを持つ :class:`.Guild` を返します。見つからない場合は、Noneを返します。" -#: discord.Client.get_user:1 of -msgid "Returns a :class:`User` with the given ID. If not found, returns None." -msgstr "渡されたIDを持つ :class:`User` を返します。見つからない場合は、Noneを返します。" +#: ../../../discord/client.py:docstring of discord.Client.get_user:1 +msgid "Returns a :class:`~discord.User` with the given ID. If not found, returns None." +msgstr "渡されたIDを持つ :class:`~discord.User` を返します。見つからない場合は、Noneを返します。" -#: discord.Client.get_emoji:1 of -msgid "Returns a :class:`Emoji` with the given ID. If not found, returns None." -msgstr "渡されたIDを持つ :class:`Emoji` を返します。見つからない場合は、Noneを返します。" +#: ../../../discord/client.py:docstring of discord.Client.get_emoji:1 +msgid "Returns a :class:`.Emoji` with the given ID. If not found, returns None." +msgstr "渡されたIDを持つ :class:`.Emoji` を返します。見つからない場合は、Noneを返します。" -#: discord.Client.get_all_channels:1 of -msgid "" -"A generator that retrieves every :class:`abc.GuildChannel` the client can" -" 'access'." -msgstr "クライアントが「アクセス」できるすべての :class:`abc.GuildChannel` のジェネレータを取得します。" +#: ../../../discord/client.py:docstring of discord.Client.get_all_channels:1 +msgid "A generator that retrieves every :class:`.abc.GuildChannel` the client can 'access'." +msgstr "クライアントが「アクセス」できるすべての :class:`.abc.GuildChannel` のジェネレータを取得します。" -#: discord.Client.get_all_channels:3 discord.Client.get_all_members:3 of +#: ../../../discord/client.py:docstring of discord.Client.get_all_channels:3 +#: discord.Client.get_all_members:3 msgid "This is equivalent to: ::" msgstr "使用例:" -#: discord.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/client.py:docstring of discord.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.get_all_members:1 of -msgid "Returns a generator with every :class:`Member` the client can see." -msgstr "クライアントが参照可能なすべての :class:`Member` のジェネレータを返します。" +#: ../../../discord/client.py:docstring of discord.Client.get_all_members:1 +msgid "Returns a generator with every :class:`.Member` the client can see." +msgstr "クライアントが参照可能なすべての :class:`.Member` のジェネレータを返します。" -#: ../../api.rst:1399 ../../api.rst:1406 ../../api.rst:1416 ../../api.rst:1435 -#: discord.Asset.save:1 discord.Attachment.save:1 -#: discord.AutoShardedClient.change_presence:1 -#: discord.AutoShardedClient.close:1 -#: discord.AutoShardedClient.request_offline_members:1 -#: discord.CategoryChannel.create_invite:1 -#: discord.CategoryChannel.create_text_channel:1 -#: discord.CategoryChannel.create_voice_channel:1 -#: discord.CategoryChannel.delete:1 discord.CategoryChannel.edit:1 -#: discord.CategoryChannel.invites:1 discord.CategoryChannel.set_permissions:1 -#: discord.Client.application_info:1 discord.Client.change_presence:1 -#: discord.Client.close:1 discord.Client.connect:1 -#: discord.Client.create_guild:1 discord.Client.delete_invite:1 -#: discord.Client.fetch_guild:1 discord.Client.fetch_guilds:1 +#: ../../../discord/client.py:docstring of discord.Client.wait_for:1 +#: discord.Client.fetch_guilds:1 discord.Client.application_info:1 +#: discord.Client.change_presence:1 discord.Client.close:1 +#: discord.Client.connect:1 discord.Client.create_guild:1 +#: discord.Client.delete_invite:1 discord.Client.fetch_guild:1 #: discord.Client.fetch_invite:1 discord.Client.fetch_user:1 #: discord.Client.fetch_user_profile:1 discord.Client.fetch_webhook:1 #: discord.Client.fetch_widget:1 discord.Client.login:1 discord.Client.logout:1 #: discord.Client.on_error:1 discord.Client.request_offline_members:1 -#: discord.Client.start:1 discord.Client.wait_for:1 -#: discord.Client.wait_until_ready:1 discord.ClientUser.create_group:1 +#: discord.Client.start:1 discord.Client.wait_until_ready:1 +#: ../../../discord/shard.py:docstring +#: discord.AutoShardedClient.change_presence:1 +#: discord.AutoShardedClient.close:1 +#: discord.AutoShardedClient.request_offline_members:1 +#: ../../../discord/voice_client.py:docstring discord.VoiceClient.disconnect:1 +#: discord.VoiceClient.move_to:1 ../../api.rst:1398 ../../api.rst:1405 +#: ../../api.rst:1415 ../../api.rst:1434 ../../../discord/abc.py:docstring +#: discord.abc.GuildChannel.clone:1 discord.abc.GuildChannel.create_invite:1 +#: discord.abc.GuildChannel.delete:1 discord.abc.GuildChannel.invites: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/user.py:docstring discord.ClientUser.create_group:1 #: discord.ClientUser.edit:1 discord.ClientUser.edit_settings:1 -#: discord.DMChannel.fetch_message:1 discord.DMChannel.pins:1 -#: discord.DMChannel.send:1 discord.DMChannel.trigger_typing:1 -#: discord.Emoji.delete:1 discord.Emoji.edit:1 -#: discord.GroupChannel.add_recipients:1 discord.GroupChannel.edit:1 -#: discord.GroupChannel.fetch_message:1 discord.GroupChannel.leave:1 -#: discord.GroupChannel.pins:1 discord.GroupChannel.remove_recipients:1 -#: discord.GroupChannel.send:1 discord.GroupChannel.trigger_typing:1 -#: discord.Guild.ack:1 discord.Guild.ban:1 discord.Guild.bans:1 -#: discord.Guild.create_category:1 discord.Guild.create_category_channel:1 +#: ../../../discord/relationship.py:docstring discord.Relationship.accept:1 +#: discord.Relationship.delete:1 discord.User.block:1 +#: discord.User.fetch_message:1 discord.User.mutual_friends:1 +#: discord.User.pins:1 discord.User.profile:1 discord.User.remove_friend:1 +#: discord.User.send:1 discord.User.send_friend_request:1 +#: discord.User.trigger_typing:1 discord.User.unblock:1 +#: ../../../discord/message.py:docstring discord.Attachment.save:1 +#: ../../../discord/asset.py:docstring discord.Asset.read:1 +#: discord.Asset.save:1 discord.Message.ack:1 discord.Message.add_reaction:1 +#: discord.Message.clear_reactions:1 discord.Message.delete:1 +#: discord.Message.edit:1 discord.Message.pin:1 +#: discord.Message.remove_reaction:1 discord.Message.unpin:1 +#: ../../../discord/reaction.py:docstring discord.Reaction.remove:1 +#: ../../../discord/guild.py:docstring discord.Guild.create_category_channel:1 +#: discord.Guild.ban:1 discord.Guild.bans:1 discord.Guild.create_category:1 #: discord.Guild.create_custom_emoji:1 discord.Guild.create_role:1 #: discord.Guild.create_text_channel:1 discord.Guild.create_voice_channel:1 #: discord.Guild.delete:1 discord.Guild.edit:1 @@ -417,7 +476,8 @@ msgstr "クライアントが参照可能なすべての :class:`Member` のジ #: discord.Guild.fetch_member:1 discord.Guild.invites:1 discord.Guild.kick:1 #: discord.Guild.leave:1 discord.Guild.prune_members:1 discord.Guild.unban:1 #: discord.Guild.vanity_invite:1 discord.Guild.webhooks:1 -#: discord.Guild.widget:1 discord.Invite.delete:1 discord.Member.add_roles:1 +#: discord.Guild.widget:1 discord.Guild.ack:1 +#: ../../../discord/member.py:docstring discord.Member.add_roles:1 #: discord.Member.ban:1 discord.Member.block:1 discord.Member.edit:1 #: discord.Member.fetch_message:1 discord.Member.kick:1 #: discord.Member.move_to:1 discord.Member.mutual_friends:1 @@ -425,1475 +485,1459 @@ msgstr "クライアントが参照可能なすべての :class:`Member` のジ #: discord.Member.remove_friend:1 discord.Member.remove_roles:1 #: discord.Member.send:1 discord.Member.send_friend_request:1 #: discord.Member.trigger_typing:1 discord.Member.unban:1 -#: discord.Member.unblock:1 discord.Message.ack:1 -#: discord.Message.add_reaction:1 discord.Message.clear_reactions:1 -#: discord.Message.delete:1 discord.Message.edit:1 discord.Message.pin:1 -#: discord.Message.remove_reaction:1 discord.Message.unpin:1 -#: discord.Reaction.remove:1 discord.Relationship.accept:1 -#: discord.Relationship.delete:1 discord.Role.delete:1 discord.Role.edit:1 +#: discord.Member.unblock:1 ../../../discord/emoji.py:docstring +#: discord.Emoji.delete:1 discord.Emoji.edit:1 +#: ../../../discord/role.py:docstring discord.Role.delete:1 discord.Role.edit:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:1 #: discord.TextChannel.create_invite:1 discord.TextChannel.create_webhook:1 #: discord.TextChannel.delete:1 discord.TextChannel.delete_messages:1 #: discord.TextChannel.edit:1 discord.TextChannel.fetch_message:1 #: discord.TextChannel.invites:1 discord.TextChannel.pins:1 #: discord.TextChannel.purge:1 discord.TextChannel.send:1 #: discord.TextChannel.set_permissions:1 discord.TextChannel.trigger_typing:1 -#: discord.TextChannel.webhooks:1 discord.User.block:1 -#: discord.User.fetch_message:1 discord.User.mutual_friends:1 -#: discord.User.pins:1 discord.User.profile:1 discord.User.remove_friend:1 -#: discord.User.send:1 discord.User.send_friend_request:1 -#: discord.User.trigger_typing:1 discord.User.unblock:1 +#: discord.TextChannel.webhooks:1 discord.VoiceChannel.clone:1 #: discord.VoiceChannel.connect:1 discord.VoiceChannel.create_invite:1 #: discord.VoiceChannel.delete:1 discord.VoiceChannel.edit:1 #: discord.VoiceChannel.invites:1 discord.VoiceChannel.set_permissions:1 -#: discord.VoiceClient.disconnect:1 discord.VoiceClient.move_to:1 -#: discord.Widget.fetch_invite:1 discord.abc.GuildChannel.create_invite:1 -#: discord.abc.GuildChannel.delete:1 discord.abc.GuildChannel.invites: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 of +#: discord.CategoryChannel.clone:1 discord.CategoryChannel.create_invite:1 +#: discord.CategoryChannel.create_text_channel:1 +#: discord.CategoryChannel.create_voice_channel:1 +#: discord.CategoryChannel.delete:1 discord.CategoryChannel.edit:1 +#: discord.CategoryChannel.invites:1 discord.CategoryChannel.set_permissions:1 +#: discord.DMChannel.fetch_message:1 discord.DMChannel.pins:1 +#: discord.DMChannel.send:1 discord.DMChannel.trigger_typing:1 +#: discord.GroupChannel.add_recipients:1 discord.GroupChannel.edit:1 +#: discord.GroupChannel.fetch_message:1 discord.GroupChannel.leave:1 +#: discord.GroupChannel.pins:1 discord.GroupChannel.remove_recipients:1 +#: discord.GroupChannel.send:1 discord.GroupChannel.trigger_typing:1 +#: ../../../discord/invite.py:docstring discord.Invite.delete:1 +#: ../../../discord/widget.py:docstring discord.Widget.fetch_invite:1 msgid "|coro|" msgstr "|coro|" -#: discord.Client.wait_for:3 of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:3 msgid "Waits for a WebSocket event to be dispatched." msgstr "WebSocketイベントがディスパッチされるまで待機します。" -#: discord.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.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.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.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.wait_for:14 of -#, fuzzy -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 "" -"指定されたイベントが複数の引数を返す場合は、代わりとしてその引数を含んだ :obj:`tuple` が返ります。イベントとそのパラメータについては" -" :ref:`documentation ` を参照してください。" +#: ../../../discord/client.py:docstring of discord.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.wait_for:19 of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:19 msgid "This function returns the **first event that meets the requirements**." msgstr "この関数は **条件を満たす最初のイベント** を返します。" -#: discord.CategoryChannel.set_permissions:21 discord.Client.fetch_guilds:29 -#: discord.Client.wait_for:22 discord.DMChannel.history:6 -#: discord.GroupChannel.history:6 discord.Guild.audit_logs:6 +#: ../../../discord/client.py:docstring of discord.Client.wait_for:22 +#: discord.Client.fetch_guilds:33 ../../../discord/utils.py:docstring +#: discord.utils.get:16 ../../../discord/abc.py:docstring +#: discord.abc.GuildChannel.set_permissions:21 +#: discord.abc.Messageable.history:6 discord.User.history:6 +#: ../../../discord/reaction.py:docstring discord.Reaction.users:7 +#: ../../../discord/guild.py:docstring discord.Guild.audit_logs:6 #: discord.Guild.create_text_channel:20 discord.Member.history:6 -#: discord.Reaction.users:7 discord.TextChannel.history:6 +#: discord.TextChannel.history:6 ../../../discord/channel.py:docstring #: discord.TextChannel.purge:17 discord.TextChannel.set_permissions:21 -#: discord.User.history:6 discord.VoiceChannel.set_permissions:21 -#: discord.abc.GuildChannel.set_permissions:21 -#: discord.abc.Messageable.history:6 discord.utils.get:16 of +#: discord.VoiceChannel.set_permissions:21 +#: discord.CategoryChannel.set_permissions:21 discord.DMChannel.history:6 +#: discord.GroupChannel.history:6 msgid "Examples" msgstr "例" -#: discord.Client.wait_for:23 of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:23 msgid "Waiting for a user reply: ::" msgstr "ユーザーからの返信を待つ場合: ::" -#: discord.Client.wait_for:37 of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:37 msgid "Waiting for a thumbs up reaction from the message author: ::" msgstr "メッセージ送信者がサムズアップリアクションを付けるのを待つ場合: ::" -#: discord.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:`event reference ` に似ていますが接頭詞の ``on_`` " -"が必要ありません。" +#: ../../../discord/client.py:docstring of discord.Client.wait_for:55 +msgid "The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." +msgstr "イベント名は :ref:`event reference ` に似ていますが接頭詞の ``on_`` が必要ありません。" -#: discord.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.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.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.wait_for:61 +msgid "The number of seconds to wait before timing out and raising :exc:`asyncio.TimeoutError`." msgstr "タイムアウトして :exc:`asyncio.TimeoutError` が発生するまでの秒数。" -#: discord.Asset.save discord.Attachment.save -#: discord.AutoShardedClient.change_presence -#: discord.AutoShardedClient.request_offline_members -#: discord.CategoryChannel.create_invite discord.CategoryChannel.delete -#: discord.CategoryChannel.edit discord.CategoryChannel.invites -#: discord.CategoryChannel.set_permissions discord.Client.application_info -#: discord.Client.change_presence discord.Client.connect -#: discord.Client.create_guild discord.Client.delete_invite -#: discord.Client.event discord.Client.fetch_guild discord.Client.fetch_guilds -#: discord.Client.fetch_invite discord.Client.fetch_user -#: discord.Client.fetch_user_profile discord.Client.fetch_webhook -#: discord.Client.fetch_widget discord.Client.login -#: discord.Client.request_offline_members discord.Client.wait_for -#: discord.ClientUser.avatar_url_as discord.ClientUser.create_group -#: discord.ClientUser.edit discord.ClientUser.edit_settings -#: discord.DMChannel.fetch_message discord.DMChannel.history -#: discord.DMChannel.pins discord.DMChannel.send discord.Embed.set_field_at -#: discord.Emoji.delete discord.Emoji.edit discord.FFmpegPCMAudio -#: discord.GroupChannel.add_recipients discord.GroupChannel.edit -#: discord.GroupChannel.fetch_message discord.GroupChannel.history -#: discord.GroupChannel.leave discord.GroupChannel.pins -#: discord.GroupChannel.remove_recipients discord.GroupChannel.send -#: discord.Guild.ack discord.Guild.audit_logs discord.Guild.ban -#: discord.Guild.banner_url_as discord.Guild.bans -#: discord.Guild.create_custom_emoji discord.Guild.create_role -#: discord.Guild.create_text_channel discord.Guild.delete discord.Guild.edit -#: discord.Guild.estimate_pruned_members discord.Guild.fetch_ban -#: discord.Guild.fetch_emoji discord.Guild.fetch_emojis -#: discord.Guild.fetch_member discord.Guild.icon_url_as discord.Guild.invites -#: discord.Guild.kick discord.Guild.leave discord.Guild.prune_members -#: discord.Guild.splash_url_as discord.Guild.unban discord.Guild.vanity_invite -#: discord.Guild.webhooks discord.Guild.widget discord.Invite.delete -#: discord.Member.add_roles discord.Member.avatar_url_as discord.Member.block -#: discord.Member.edit discord.Member.fetch_message discord.Member.history -#: discord.Member.mutual_friends discord.Member.pins discord.Member.profile -#: discord.Member.remove_friend discord.Member.remove_roles discord.Member.send -#: discord.Member.send_friend_request discord.Member.unblock -#: discord.Message.ack discord.Message.add_reaction -#: discord.Message.clear_reactions discord.Message.delete discord.Message.edit -#: discord.Message.pin discord.Message.remove_reaction discord.Message.unpin -#: discord.PCMVolumeTransformer discord.Reaction.remove discord.Reaction.users -#: discord.Relationship.accept discord.Relationship.delete discord.Role.delete -#: discord.Role.edit discord.TextChannel.create_invite -#: discord.TextChannel.create_webhook discord.TextChannel.delete -#: discord.TextChannel.delete_messages discord.TextChannel.edit -#: discord.TextChannel.fetch_message discord.TextChannel.history -#: discord.TextChannel.invites discord.TextChannel.pins -#: discord.TextChannel.purge discord.TextChannel.send -#: discord.TextChannel.set_permissions discord.TextChannel.webhooks -#: discord.User.avatar_url_as discord.User.block discord.User.fetch_message -#: discord.User.history discord.User.mutual_friends discord.User.pins -#: discord.User.profile discord.User.remove_friend discord.User.send -#: discord.User.send_friend_request discord.User.unblock -#: discord.VoiceChannel.connect discord.VoiceChannel.create_invite -#: discord.VoiceChannel.delete discord.VoiceChannel.edit -#: discord.VoiceChannel.invites discord.VoiceChannel.set_permissions -#: discord.VoiceClient.play discord.VoiceClient.send_audio_packet -#: discord.Webhook.avatar_url_as discord.Webhook.delete discord.Webhook.edit -#: discord.Webhook.from_url discord.Webhook.send -#: discord.WidgetMember.avatar_url_as discord.abc.GuildChannel.create_invite -#: discord.abc.GuildChannel.delete discord.abc.GuildChannel.invites -#: discord.abc.GuildChannel.set_permissions -#: discord.abc.Messageable.fetch_message discord.abc.Messageable.history -#: discord.abc.Messageable.pins discord.abc.Messageable.send of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:0 +#: discord.Client.event:0 discord.Client.fetch_guilds:0 +#: discord.Client.application_info:0 discord.Client.change_presence:0 +#: discord.Client.connect:0 discord.Client.create_guild:0 +#: discord.Client.delete_invite:0 discord.Client.fetch_guild:0 +#: discord.Client.fetch_invite:0 discord.Client.fetch_user:0 +#: discord.Client.fetch_user_profile:0 discord.Client.fetch_webhook:0 +#: discord.Client.fetch_widget:0 discord.Client.login:0 +#: discord.Client.request_offline_members:0 ../../../discord/shard.py:docstring +#: discord.AutoShardedClient.change_presence:0 +#: discord.AutoShardedClient.request_offline_members:0 +#: ../../../discord/voice_client.py:docstring discord.VoiceClient.play:0 +#: discord.VoiceClient.send_audio_packet:0 ../../../discord/player.py:docstring +#: discord.FFmpegPCMAudio:0 discord.PCMVolumeTransformer:0 +#: ../../../discord/webhook.py:docstring discord.Webhook.from_url:0 +#: discord.Webhook.avatar_url_as:0 discord.Webhook.delete:0 +#: discord.Webhook.edit:0 discord.Webhook.send:0 +#: ../../../discord/abc.py:docstring discord.abc.GuildChannel.clone:0 +#: discord.abc.GuildChannel.create_invite:0 discord.abc.GuildChannel.delete:0 +#: discord.abc.GuildChannel.invites:0 +#: discord.abc.GuildChannel.set_permissions:0 discord.abc.Messageable.history:0 +#: discord.abc.Messageable.fetch_message:0 discord.abc.Messageable.pins:0 +#: discord.abc.Messageable.send:0 ../../../discord/user.py:docstring +#: discord.ClientUser.avatar_url_as:0 discord.ClientUser.create_group:0 +#: discord.ClientUser.edit:0 discord.ClientUser.edit_settings:0 +#: ../../../discord/relationship.py:docstring discord.Relationship.accept:0 +#: discord.Relationship.delete:0 discord.User.history:0 +#: discord.User.avatar_url_as:0 discord.User.block:0 +#: discord.User.fetch_message:0 discord.User.mutual_friends:0 +#: discord.User.pins:0 discord.User.profile:0 discord.User.remove_friend:0 +#: discord.User.send:0 discord.User.send_friend_request:0 +#: discord.User.unblock:0 ../../../discord/message.py:docstring +#: discord.Attachment.save:0 ../../../discord/asset.py:docstring +#: discord.Asset.read:0 discord.Asset.save:0 discord.Message.ack:0 +#: discord.Message.add_reaction:0 discord.Message.clear_reactions:0 +#: discord.Message.delete:0 discord.Message.edit:0 discord.Message.pin:0 +#: discord.Message.remove_reaction:0 discord.Message.unpin:0 +#: ../../../discord/reaction.py:docstring discord.Reaction.users:0 +#: discord.Reaction.remove:0 ../../../discord/guild.py:docstring +#: discord.Guild.audit_logs:0 discord.Guild.icon_url_as:0 +#: discord.Guild.banner_url_as:0 discord.Guild.splash_url_as:0 +#: discord.Guild.ban:0 discord.Guild.bans:0 discord.Guild.create_custom_emoji:0 +#: discord.Guild.create_role:0 discord.Guild.create_text_channel:0 +#: discord.Guild.delete:0 discord.Guild.edit:0 +#: discord.Guild.estimate_pruned_members:0 discord.Guild.fetch_ban:0 +#: discord.Guild.fetch_emoji:0 discord.Guild.fetch_emojis:0 +#: discord.Guild.fetch_member:0 discord.Guild.invites:0 discord.Guild.kick:0 +#: discord.Guild.leave:0 discord.Guild.prune_members:0 discord.Guild.unban:0 +#: discord.Guild.vanity_invite:0 discord.Guild.webhooks:0 +#: discord.Guild.widget:0 discord.Guild.ack:0 discord.Member.history:0 +#: ../../../discord/member.py:docstring discord.Member.add_roles:0 +#: discord.Member.avatar_url_as:0 discord.Member.block:0 discord.Member.edit:0 +#: discord.Member.fetch_message:0 discord.Member.mutual_friends:0 +#: discord.Member.pins:0 discord.Member.profile:0 +#: discord.Member.remove_friend:0 discord.Member.remove_roles:0 +#: discord.Member.send:0 discord.Member.send_friend_request:0 +#: discord.Member.unblock:0 ../../../discord/emoji.py:docstring +#: discord.Emoji.delete:0 discord.Emoji.edit:0 +#: ../../../discord/role.py:docstring discord.Role.delete:0 discord.Role.edit:0 +#: discord.TextChannel.history:0 ../../../discord/channel.py:docstring +#: discord.TextChannel.clone:0 discord.TextChannel.create_invite:0 +#: discord.TextChannel.create_webhook:0 discord.TextChannel.delete:0 +#: discord.TextChannel.delete_messages:0 discord.TextChannel.edit:0 +#: discord.TextChannel.fetch_message:0 discord.TextChannel.invites:0 +#: discord.TextChannel.pins:0 discord.TextChannel.purge:0 +#: discord.TextChannel.send:0 discord.TextChannel.set_permissions:0 +#: discord.TextChannel.webhooks:0 discord.VoiceChannel.clone:0 +#: discord.VoiceChannel.connect:0 discord.VoiceChannel.create_invite:0 +#: discord.VoiceChannel.delete:0 discord.VoiceChannel.edit:0 +#: discord.VoiceChannel.invites:0 discord.VoiceChannel.set_permissions:0 +#: discord.CategoryChannel.clone:0 discord.CategoryChannel.create_invite:0 +#: discord.CategoryChannel.delete:0 discord.CategoryChannel.edit:0 +#: discord.CategoryChannel.invites:0 discord.CategoryChannel.set_permissions:0 +#: discord.DMChannel.history:0 discord.DMChannel.fetch_message:0 +#: discord.DMChannel.pins:0 discord.DMChannel.send:0 +#: discord.GroupChannel.history:0 discord.GroupChannel.add_recipients:0 +#: discord.GroupChannel.edit:0 discord.GroupChannel.fetch_message:0 +#: discord.GroupChannel.leave:0 discord.GroupChannel.pins:0 +#: discord.GroupChannel.remove_recipients:0 discord.GroupChannel.send:0 +#: ../../../discord/invite.py:docstring discord.Invite.delete:0 +#: ../../../discord/widget.py:docstring discord.WidgetMember.avatar_url_as:0 +#: ../../../discord/embeds.py:docstring discord.Embed.set_field_at:0 msgid "raises" msgstr "例外" -#: discord.Client.wait_for:65 of -msgid "" -":exc:`asyncio.TimeoutError` -- If a timeout is provided and it was " -"reached." +#: ../../../discord/client.py:docstring of discord.Client.wait_for:65 +msgid ":exc:`asyncio.TimeoutError` -- If a timeout is provided and it was reached." msgstr ":exc:`asyncio.TimeoutError` -- タイムアウトが設定されていて、かつその時間が経過した。" -#: ../../api.rst discord.Asset.save discord.Attachment.save -#: discord.AudioSource.read discord.CallMessage.duration -#: discord.CategoryChannel.create_invite discord.CategoryChannel.invites -#: discord.CategoryChannel.overwrites discord.CategoryChannel.overwrites_for -#: discord.CategoryChannel.permissions_for discord.Client.application_info -#: discord.Client.create_guild discord.Client.fetch_guild -#: discord.Client.fetch_invite discord.Client.fetch_user -#: discord.Client.fetch_user_profile discord.Client.fetch_webhook -#: discord.Client.fetch_widget discord.Client.wait_for -#: discord.ClientUser.avatar_url_as discord.ClientUser.create_group -#: discord.ClientUser.edit_settings discord.ClientUser.get_relationship -#: discord.DMChannel.fetch_message discord.DMChannel.permissions_for -#: discord.DMChannel.send discord.FFmpegPCMAudio.read -#: discord.GroupCall.voice_state_for discord.GroupChannel.fetch_message -#: discord.GroupChannel.permissions_for discord.GroupChannel.send -#: discord.Guild.banner_url_as discord.Guild.bans discord.Guild.by_category -#: discord.Guild.create_custom_emoji discord.Guild.create_role -#: discord.Guild.create_text_channel discord.Guild.estimate_pruned_members -#: discord.Guild.fetch_ban discord.Guild.fetch_emoji discord.Guild.fetch_emojis -#: discord.Guild.fetch_member discord.Guild.get_member_named -#: discord.Guild.icon_url_as discord.Guild.invites discord.Guild.prune_members -#: discord.Guild.splash_url_as discord.Guild.vanity_invite -#: discord.Guild.webhooks discord.Guild.widget discord.Member.avatar_url_as -#: discord.Member.fetch_message discord.Member.mutual_friends -#: discord.Member.profile discord.Member.send discord.PCMAudio.read -#: discord.PCMVolumeTransformer.read discord.TextChannel.create_invite -#: discord.TextChannel.create_webhook discord.TextChannel.fetch_message -#: discord.TextChannel.invites discord.TextChannel.last_message -#: discord.TextChannel.overwrites discord.TextChannel.overwrites_for -#: discord.TextChannel.permissions_for discord.TextChannel.purge -#: discord.TextChannel.send discord.TextChannel.webhooks -#: discord.User.avatar_url_as discord.User.fetch_message -#: discord.User.mutual_friends discord.User.profile discord.User.send -#: discord.VoiceChannel.connect discord.VoiceChannel.create_invite -#: discord.VoiceChannel.invites discord.VoiceChannel.overwrites -#: discord.VoiceChannel.overwrites_for discord.VoiceChannel.permissions_for -#: discord.Webhook.avatar_url_as discord.Webhook.send -#: discord.Widget.fetch_invite discord.WidgetMember.avatar_url_as -#: 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.send -#: discord.opus.is_loaded discord.utils.escape_markdown -#: discord.utils.escape_mentions of +#: ../../../discord/client.py:docstring of discord.Client.wait_for:0 +#: discord.Client.application_info:0 discord.Client.create_guild:0 +#: discord.Client.fetch_guild:0 discord.Client.fetch_invite:0 +#: discord.Client.fetch_user:0 discord.Client.fetch_user_profile:0 +#: discord.Client.fetch_webhook:0 discord.Client.fetch_widget:0 +#: ../../../discord/player.py:docstring discord.AudioSource.read:0 +#: discord.PCMAudio.read:0 discord.FFmpegPCMAudio.read:0 +#: discord.PCMVolumeTransformer.read:0 ../../../discord/opus.py:docstring +#: discord.opus.is_loaded:0 ../../../discord/utils.py:docstring +#: discord.utils.escape_markdown:0 discord.utils.escape_mentions:0 +#: ../../api.rst:0 ../../../discord/webhook.py:docstring +#: discord.Webhook.avatar_url_as:0 discord.Webhook.send:0 +#: ../../../discord/abc.py:docstring discord.abc.GuildChannel.overwrites_for:0 +#: discord.abc.GuildChannel.overwrites:0 +#: discord.abc.GuildChannel.permissions_for:0 +#: discord.abc.GuildChannel.create_invite:0 discord.abc.GuildChannel.invites:0 +#: discord.abc.Messageable.fetch_message:0 discord.abc.Messageable.send:0 +#: ../../../discord/user.py:docstring discord.ClientUser.get_relationship:0 +#: discord.ClientUser.avatar_url_as:0 discord.ClientUser.create_group:0 +#: discord.ClientUser.edit_settings:0 discord.User.avatar_url_as:0 +#: discord.User.fetch_message:0 discord.User.mutual_friends:0 +#: discord.User.profile:0 discord.User.send:0 +#: ../../../discord/message.py:docstring discord.Attachment.save:0 +#: ../../../discord/asset.py:docstring discord.Asset.read:0 +#: discord.Asset.save:0 ../../../discord/calls.py:docstring +#: discord.CallMessage.duration:0 discord.GroupCall.voice_state_for:0 +#: ../../../discord/guild.py:docstring discord.Guild.by_category:0 +#: discord.Guild.icon_url_as:0 discord.Guild.banner_url_as:0 +#: discord.Guild.splash_url_as:0 discord.Guild.get_member_named:0 +#: discord.Guild.bans:0 discord.Guild.create_custom_emoji:0 +#: discord.Guild.create_role:0 discord.Guild.create_text_channel:0 +#: discord.Guild.estimate_pruned_members:0 discord.Guild.fetch_ban:0 +#: discord.Guild.fetch_emoji:0 discord.Guild.fetch_emojis:0 +#: discord.Guild.fetch_member:0 discord.Guild.invites:0 +#: discord.Guild.prune_members:0 discord.Guild.vanity_invite:0 +#: discord.Guild.webhooks:0 discord.Guild.widget:0 +#: ../../../discord/member.py:docstring discord.Member.avatar_url_as:0 +#: discord.Member.fetch_message:0 discord.Member.mutual_friends:0 +#: discord.Member.profile:0 discord.Member.send:0 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:0 +#: discord.TextChannel.last_message:0 discord.TextChannel.create_invite:0 +#: discord.TextChannel.create_webhook:0 discord.TextChannel.fetch_message:0 +#: discord.TextChannel.invites:0 discord.TextChannel.overwrites:0 +#: discord.TextChannel.overwrites_for:0 discord.TextChannel.purge:0 +#: discord.TextChannel.send:0 discord.TextChannel.webhooks:0 +#: discord.VoiceChannel.permissions_for:0 discord.VoiceChannel.connect:0 +#: discord.VoiceChannel.create_invite:0 discord.VoiceChannel.invites:0 +#: discord.VoiceChannel.overwrites:0 discord.VoiceChannel.overwrites_for:0 +#: discord.CategoryChannel.create_invite:0 discord.CategoryChannel.invites:0 +#: discord.CategoryChannel.overwrites:0 +#: discord.CategoryChannel.overwrites_for:0 +#: discord.CategoryChannel.permissions_for:0 +#: discord.DMChannel.permissions_for:0 discord.DMChannel.fetch_message:0 +#: discord.DMChannel.send:0 discord.GroupChannel.fetch_message:0 +#: discord.GroupChannel.send:0 discord.GroupChannel.permissions_for:0 +#: ../../../discord/widget.py:docstring discord.WidgetMember.avatar_url_as:0 +#: discord.Widget.fetch_invite:0 msgid "Returns" msgstr "戻り値" -#: discord.Client.wait_for:67 of -#, fuzzy -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:`event reference ` " -"のパラメータを反映した複数の引数の値を含む :obj:`tuple` が返ります。返る引数がない場合もあります。" - -#: ../../api.rst discord.Asset.save discord.Attachment.save -#: discord.AudioSource.read discord.CallMessage.duration -#: discord.CategoryChannel.create_invite discord.CategoryChannel.invites -#: discord.CategoryChannel.overwrites discord.CategoryChannel.overwrites_for -#: discord.CategoryChannel.permissions_for discord.Client.application_info -#: discord.Client.create_guild discord.Client.fetch_guild -#: discord.Client.fetch_invite discord.Client.fetch_user -#: discord.Client.fetch_user_profile discord.Client.fetch_webhook -#: discord.Client.fetch_widget discord.Client.wait_for -#: discord.ClientUser.avatar_url_as discord.ClientUser.create_group -#: discord.ClientUser.edit_settings discord.ClientUser.get_relationship -#: discord.DMChannel.fetch_message discord.DMChannel.permissions_for -#: discord.DMChannel.send discord.FFmpegPCMAudio.read -#: discord.GroupCall.voice_state_for discord.GroupChannel.fetch_message -#: discord.GroupChannel.permissions_for discord.GroupChannel.send -#: discord.Guild.banner_url_as discord.Guild.bans discord.Guild.by_category -#: discord.Guild.create_custom_emoji discord.Guild.create_role -#: discord.Guild.create_text_channel discord.Guild.estimate_pruned_members -#: discord.Guild.fetch_ban discord.Guild.fetch_emoji discord.Guild.fetch_emojis -#: discord.Guild.fetch_member discord.Guild.get_member_named -#: discord.Guild.icon_url_as discord.Guild.invites discord.Guild.prune_members -#: discord.Guild.splash_url_as discord.Guild.vanity_invite -#: discord.Guild.webhooks discord.Guild.widget discord.Member.avatar_url_as -#: discord.Member.fetch_message discord.Member.mutual_friends -#: discord.Member.profile discord.Member.send discord.PCMAudio.read -#: discord.PCMVolumeTransformer.read discord.TextChannel.create_invite -#: discord.TextChannel.create_webhook discord.TextChannel.fetch_message -#: discord.TextChannel.invites discord.TextChannel.last_message -#: discord.TextChannel.overwrites discord.TextChannel.overwrites_for -#: discord.TextChannel.permissions_for discord.TextChannel.purge -#: discord.TextChannel.send discord.TextChannel.webhooks -#: discord.User.avatar_url_as discord.User.fetch_message -#: discord.User.mutual_friends discord.User.profile discord.User.send -#: discord.VoiceChannel.connect discord.VoiceChannel.create_invite -#: discord.VoiceChannel.invites discord.VoiceChannel.overwrites -#: discord.VoiceChannel.overwrites_for discord.VoiceChannel.permissions_for -#: discord.Webhook.avatar_url_as discord.Webhook.send -#: discord.Widget.fetch_invite discord.WidgetMember.avatar_url_as -#: 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.send -#: discord.opus.is_loaded discord.utils.escape_markdown -#: discord.utils.escape_mentions of +#: ../../../discord/client.py:docstring of discord.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:`event reference ` のパラメータを反映した複数の引数の値を含む :class:`tuple` が返ります。返る引数がない場合もあります。" + +#: ../../../discord/client.py:docstring of discord.Client.wait_for:0 +#: discord.Client.application_info:0 discord.Client.create_guild:0 +#: discord.Client.fetch_guild:0 discord.Client.fetch_invite:0 +#: discord.Client.fetch_user:0 discord.Client.fetch_user_profile:0 +#: discord.Client.fetch_webhook:0 discord.Client.fetch_widget:0 +#: ../../../discord/player.py:docstring discord.AudioSource.read:0 +#: discord.PCMAudio.read:0 discord.FFmpegPCMAudio.read:0 +#: discord.PCMVolumeTransformer.read:0 ../../../discord/opus.py:docstring +#: discord.opus.is_loaded:0 ../../../discord/utils.py:docstring +#: discord.utils.escape_markdown:0 discord.utils.escape_mentions:0 +#: ../../api.rst:0 ../../../discord/webhook.py:docstring +#: discord.Webhook.avatar_url_as:0 discord.Webhook.send:0 +#: ../../../discord/abc.py:docstring discord.abc.GuildChannel.overwrites_for:0 +#: discord.abc.GuildChannel.overwrites:0 +#: discord.abc.GuildChannel.permissions_for:0 +#: discord.abc.GuildChannel.create_invite:0 discord.abc.GuildChannel.invites:0 +#: discord.abc.Messageable.fetch_message:0 discord.abc.Messageable.send:0 +#: ../../../discord/user.py:docstring discord.ClientUser.get_relationship:0 +#: discord.ClientUser.avatar_url_as:0 discord.ClientUser.create_group:0 +#: discord.ClientUser.edit_settings:0 discord.User.avatar_url_as:0 +#: discord.User.fetch_message:0 discord.User.mutual_friends:0 +#: discord.User.profile:0 discord.User.send:0 +#: ../../../discord/message.py:docstring discord.Attachment.save:0 +#: ../../../discord/asset.py:docstring discord.Asset.read:0 +#: discord.Asset.save:0 ../../../discord/calls.py:docstring +#: discord.CallMessage.duration:0 discord.GroupCall.voice_state_for:0 +#: ../../../discord/guild.py:docstring discord.Guild.by_category:0 +#: discord.Guild.icon_url_as:0 discord.Guild.banner_url_as:0 +#: discord.Guild.splash_url_as:0 discord.Guild.get_member_named:0 +#: discord.Guild.bans:0 discord.Guild.create_custom_emoji:0 +#: discord.Guild.create_role:0 discord.Guild.create_text_channel:0 +#: discord.Guild.estimate_pruned_members:0 discord.Guild.fetch_ban:0 +#: discord.Guild.fetch_emoji:0 discord.Guild.fetch_emojis:0 +#: discord.Guild.fetch_member:0 discord.Guild.invites:0 +#: discord.Guild.prune_members:0 discord.Guild.vanity_invite:0 +#: discord.Guild.webhooks:0 discord.Guild.widget:0 +#: ../../../discord/member.py:docstring discord.Member.avatar_url_as:0 +#: discord.Member.fetch_message:0 discord.Member.mutual_friends:0 +#: discord.Member.profile:0 discord.Member.send:0 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:0 +#: discord.TextChannel.last_message:0 discord.TextChannel.create_invite:0 +#: discord.TextChannel.create_webhook:0 discord.TextChannel.fetch_message:0 +#: discord.TextChannel.invites:0 discord.TextChannel.overwrites:0 +#: discord.TextChannel.overwrites_for:0 discord.TextChannel.purge:0 +#: discord.TextChannel.send:0 discord.TextChannel.webhooks:0 +#: discord.VoiceChannel.permissions_for:0 discord.VoiceChannel.connect:0 +#: discord.VoiceChannel.create_invite:0 discord.VoiceChannel.invites:0 +#: discord.VoiceChannel.overwrites:0 discord.VoiceChannel.overwrites_for:0 +#: discord.CategoryChannel.create_invite:0 discord.CategoryChannel.invites:0 +#: discord.CategoryChannel.overwrites:0 +#: discord.CategoryChannel.overwrites_for:0 +#: discord.CategoryChannel.permissions_for:0 +#: discord.DMChannel.permissions_for:0 discord.DMChannel.fetch_message:0 +#: discord.DMChannel.send:0 discord.GroupChannel.fetch_message:0 +#: discord.GroupChannel.send:0 discord.GroupChannel.permissions_for:0 +#: ../../../discord/widget.py:docstring discord.WidgetMember.avatar_url_as:0 +#: discord.Widget.fetch_invite:0 msgid "Return type" msgstr "戻り値の型" -#: discord.Client.event:1 of +#: ../../../discord/client.py:docstring of discord.Client.event:1 msgid "A decorator that registers an event to listen to." msgstr "リッスンするイベントを登録するデコレータ。" -#: discord.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.event:3 +msgid "You can find more info about the events on the :ref:`documentation below `." msgstr "イベントの詳細については :ref:`documentation below ` を参照してください。" -#: discord.Client.event:5 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.event:5 msgid "The events must be a |corourl|_, if not, :exc:`TypeError` is raised." -msgstr "イベントは |corourl|_ でなければいけません。違う場合は :exc:`ClientException` が発生します。" +msgstr "イベントは |corourl|_ でなければいけません。違う場合は :exc:`TypeError` が発生します。" -#: discord.Client.change_presence:10 discord.Client.event:8 of +#: ../../../discord/client.py:docstring of discord.Client.event:8 +#: discord.Client.change_presence:10 msgid "Example" msgstr "例" -#: discord.Client.event:15 of +#: ../../../discord/client.py:docstring of discord.Client.event:15 msgid ":exc:`TypeError` -- The coroutine passed is not actually a coroutine." -msgstr "" - -#: discord.Client.fetch_guilds:3 of -#, fuzzy -msgid "Retrieves an :class:`AsyncIterator` that enables receiving your guilds." -msgstr "チャンネルのメッセージ履歴を取得する :class:`AsyncIterator` を返します。" - -#: discord.Client.fetch_guilds:7 of -msgid "" -"Using this, you will only receive :attr:`Guild.owner`, " -":attr:`Guild.icon`, :attr:`Guild.id`, and :attr:`Guild.name` per " -":class:`Guild`." -msgstr "" - -#: discord.Client.fetch_guilds:10 discord.DMChannel.history:19 -#: discord.GroupChannel.history:19 discord.Member.edit:21 -#: discord.Member.history:19 discord.TextChannel.history:19 -#: discord.User.history:19 discord.abc.Messageable.history:19 of +msgstr ":exc:`TypeError` -- 渡されたコルーチンが実際にはコルーチンではない。" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:3 +msgid "Retrieves an :class:`.AsyncIterator` that enables receiving your guilds." +msgstr "Botが所属するGuildを取得できる、:class:`AsyncIterator`を取得します。" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:7 +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.fetch_guilds:12 +msgid "This method is an API call. For general usage, consider :attr:`guilds` instead." +msgstr "これはAPIを呼び出します。通常は:attr:`guilds`を代わりに使用してください。" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:14 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.history:19 +#: discord.User.history:19 discord.Member.history:19 +#: ../../../discord/member.py:docstring discord.Member.edit:21 +#: discord.TextChannel.history:19 discord.DMChannel.history:19 +#: discord.GroupChannel.history:19 msgid "All parameters are optional." -msgstr "" +msgstr "すべてパラメータがオプションです。" -#: discord.Client.fetch_guilds:12 of -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 "" +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:16 +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.fetch_guilds:17 of -msgid "" -"Retrieves guilds before this date or object. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." -msgstr "" +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:21 +msgid "Retrieves guilds before this date or object. If a date is provided it must be a timezone-naive datetime representing UTC time." +msgstr "この日付またはオブジェクトの前のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone naiveであるdatetimeでないといけません。" -#: discord.Client.fetch_guilds:20 of -msgid "" -"Retrieve guilds after this date or object. If a date is provided it must " -"be a timezone-naive datetime representing UTC time." -msgstr "" +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:24 +msgid "Retrieve guilds after this date or object. If a date is provided it must be a timezone-naive datetime representing UTC time." +msgstr "この日付またはオブジェクトの後のGuildを取得します。もし日付が与えられた場合は、それはUTC時刻を表し、timezone naiveであるdatetimeでないといけません。" -#: discord.Client.fetch_guilds:24 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:28 msgid ":exc:`HTTPException` -- Getting the guilds failed." -msgstr ":exc:`HTTPException` -- ユーザーの取得に失敗した。" - -#: discord.Client.fetch_guilds discord.DMChannel.history -#: discord.GroupChannel.history discord.Guild.audit_logs discord.Member.history -#: discord.Reaction.users discord.TextChannel.history discord.User.history -#: discord.abc.Messageable.history of +msgstr ":exc:`HTTPException` -- ギルドの取得に失敗した。" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:0 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.history:0 +#: discord.User.history:0 ../../../discord/reaction.py:docstring +#: discord.Reaction.users:0 ../../../discord/guild.py:docstring +#: discord.Guild.audit_logs:0 discord.Member.history:0 +#: discord.TextChannel.history:0 discord.DMChannel.history:0 +#: discord.GroupChannel.history:0 msgid "Yields" -msgstr "" - -#: discord.Client.fetch_guilds:26 of -#, fuzzy -msgid ":class:`Guild` -- The guild with the guild data parsed." -msgstr ":class:`Guild` -- 役職が属するギルド。" - -#: discord.Client.fetch_guilds:30 discord.DMChannel.history:7 -#: discord.GroupChannel.history:7 discord.Member.history:7 -#: discord.Reaction.users:8 discord.TextChannel.history:7 -#: discord.User.history:7 discord.abc.Messageable.history:7 of +msgstr "Yieldする値" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:30 +msgid ":class:`.Guild` -- The guild with the guild data parsed." +msgstr ":class:`.Guild` -- データを解析したGuild。" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:34 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.history:7 +#: discord.User.history:7 ../../../discord/reaction.py:docstring +#: discord.Reaction.users:8 discord.Member.history:7 +#: discord.TextChannel.history:7 discord.DMChannel.history:7 +#: discord.GroupChannel.history:7 msgid "Usage ::" -msgstr "" +msgstr "使い方 ::" -#: discord.Client.fetch_guilds:35 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_guilds:39 msgid "Flattening into a list ::" -msgstr "" +msgstr "リストへフラット化 ::" -#: discord.Client.application_info:3 of +#: ../../../discord/client.py:docstring of discord.Client.application_info:3 msgid "Retrieve's the bot's application information." msgstr "Botのアプリケーション情報を取得します。" -#: discord.Client.application_info:5 of +#: ../../../discord/client.py:docstring of discord.Client.application_info:5 msgid ":exc:`HTTPException` -- Retrieving the information failed somehow." msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" -#: discord.Client.application_info:7 of +#: ../../../discord/client.py:docstring of discord.Client.application_info:7 msgid "A namedtuple representing the application info." msgstr "アプリケーション情報を表す名前付きタプル。" -#: discord.Client.application_info:8 of -msgid ":class:`AppInfo`" -msgstr ":class:`AppInfo`" +#: ../../../discord/client.py:docstring of discord.Client.application_info:8 +msgid ":class:`.AppInfo`" +msgstr ":class:`.AppInfo`" -#: discord.AutoShardedClient.change_presence:3 discord.Client.change_presence:3 -#: of +#: ../../../discord/client.py:docstring of discord.Client.change_presence:3 +#: ../../../discord/shard.py:docstring +#: discord.AutoShardedClient.change_presence:3 msgid "Changes the client's presence." msgstr "クライアントのプレゼンスを変更します。" -#: discord.AutoShardedClient.change_presence:5 discord.Client.change_presence:5 -#: of -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` " -"でも構いません。" +#: ../../../discord/client.py:docstring of discord.Client.change_presence:5 +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` でもいいです。" +#: ../../../discord/client.py:docstring of discord.Client.change_presence:16 +#: ../../../discord/shard.py:docstring #: discord.AutoShardedClient.change_presence:14 -#: discord.Client.change_presence:16 of msgid "The activity being done. ``None`` if no currently active activity is done." msgstr "実行中のアクティビティ。何も実行していない場合は ``None`` です。" -#: discord.AutoShardedClient.change_presence:16 -#: discord.Client.change_presence:18 of -msgid "" -"Indicates what status to change to. If None, then :attr:`Status.online` " -"is used." -msgstr "変更したいステータスを表します。Noneの場合は :attr:`Status.online` が使用されます。" +#: ../../../discord/client.py:docstring of discord.Client.change_presence:18 +msgid "Indicates what status to change to. If None, then :attr:`.Status.online` is used." +msgstr "変更するステータスを示します。Noneの場合、:attr:`.Status.online`となります。" +#: ../../../discord/client.py:docstring of discord.Client.change_presence:21 +#: ../../../discord/shard.py:docstring #: discord.AutoShardedClient.change_presence:19 -#: discord.Client.change_presence:21 of -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 "" +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クライアントにプッシュ通知をよりよく扱わせることができます。" -#: discord.Client.change_presence:26 of -msgid "" -":exc:`InvalidArgument` -- If the ``activity`` parameter is not the proper" -" type." +#: ../../../discord/client.py:docstring of discord.Client.change_presence:26 +msgid ":exc:`InvalidArgument` -- If the ``activity`` parameter is not the proper type." msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" -#: discord.AutoShardedClient.close:3 discord.Client.close:3 of +#: ../../../discord/client.py:docstring of discord.Client.close:3 +#: ../../../discord/shard.py:docstring discord.AutoShardedClient.close:3 msgid "Closes the connection to discord." msgstr "discordとの接続を閉じます。" -#: discord.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/client.py:docstring of discord.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.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)." +#: ../../../discord/client.py:docstring of discord.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側の特定の障害が発生した際に再接続を試みるかどうかを表します。不正な状態へつながることによる特定の切断(無効なシャーディングペイロードや不正なトークンなど)は処理されません。" -#: discord.Client.connect:14 of -msgid "" -":exc:`GatewayNotFound` -- 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.connect:14 +msgid ":exc:`GatewayNotFound` -- 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.connect:16 of +#: ../../../discord/client.py:docstring of discord.Client.connect:16 msgid ":exc:`ConnectionClosed` -- The websocket connection has been terminated." msgstr ":exc:`ConnectionClosed` -- websocket接続が終了した。" -#: discord.Client.create_guild:3 of -msgid "Creates a :class:`Guild`." +#: ../../../discord/client.py:docstring of discord.Client.create_guild:3 +msgid "Creates a :class:`.Guild`." msgstr ":class:`Guild` を作成します。" -#: discord.Client.create_guild:5 of +#: ../../../discord/client.py:docstring of discord.Client.create_guild:5 msgid "Bot accounts in more than 10 guilds are not allowed to create guilds." msgstr "10以上のギルドに参加しているBotアカウントはギルドの作成ができません。" -#: discord.Client.create_guild:7 of +#: ../../../discord/client.py:docstring of discord.Client.create_guild:7 msgid "The name of the guild." msgstr "ギルドの名前。" -#: discord.Client.create_guild:9 of -msgid "" -"The region for the voice communication server. Defaults to " -":attr:`VoiceRegion.us_west`." -msgstr "ボイスチャンネルの通信サーバーのリージョン。デフォルトでは :attr:`VoiceRegion.us_west` です。" +#: ../../../discord/client.py:docstring of discord.Client.create_guild:9 +msgid "The region for the voice communication server. Defaults to :attr:`.VoiceRegion.us_west`." +msgstr "ボイスチャンネルの通信サーバーのリージョンです。デフォルトは:attr:`.VoiceRegion.us_west`です。" -#: discord.Client.create_guild:12 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.create_guild:12 +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.create_guild:16 of +#: ../../../discord/client.py:docstring of discord.Client.create_guild:16 msgid ":exc:`HTTPException` -- Guild creation failed." msgstr ":exc:`HTTPException` -- ギルドの作成に失敗した。" -#: discord.Client.create_guild:17 of -msgid "" -":exc:`InvalidArgument` -- Invalid icon image format given. Must be PNG or" -" JPG." +#: ../../../discord/client.py:docstring of discord.Client.create_guild:17 +msgid ":exc:`InvalidArgument` -- Invalid icon image format given. Must be PNG or JPG." msgstr ":exc:`InvalidArgument` -- アイコン画像として無効なフォーマットの画像が渡された。PNGかJPGで指定してください。" -#: discord.Client.create_guild:19 of +#: ../../../discord/client.py:docstring of discord.Client.create_guild:19 msgid "The guild created. This is not the same guild that is added to cache." msgstr "作成されたギルド。キャッシュに追加されるギルドとは別物です。" -#: discord.Client.create_guild:21 discord.Client.fetch_guild:17 of -msgid ":class:`Guild`" -msgstr ":class:`Guild`" +#: ../../../discord/client.py:docstring of discord.Client.create_guild:21 +#: discord.Client.fetch_guild:21 +msgid ":class:`.Guild`" +msgstr ":class:`.Guild`" -#: discord.Client.delete_invite:3 of -msgid "Revokes an :class:`Invite`, URL, or ID to an invite." -msgstr "招待の :class:`Invite` 、URL、IDを取り消します。" +#: ../../../discord/client.py:docstring of discord.Client.delete_invite:3 +msgid "Revokes an :class:`.Invite`, URL, or ID to an invite." +msgstr ":class:`.Invite`や、招待のURL、IDを削除します。" -#: discord.Client.delete_invite:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_channels` permission in the " -"associated guild to do this." -msgstr "これを行うためには、そのギルドの :attr:`~Permissions.manage_channels` 権限が必要です。" +#: ../../../discord/client.py:docstring of discord.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.delete_invite:8 of +#: ../../../discord/client.py:docstring of discord.Client.delete_invite:8 msgid "The invite to revoke." msgstr "取り消す招待。" -#: discord.Client.delete_invite:11 discord.Invite.delete:10 of +#: ../../../discord/client.py:docstring of discord.Client.delete_invite:11 +#: ../../../discord/invite.py:docstring discord.Invite.delete:10 msgid ":exc:`Forbidden` -- You do not have permissions to revoke invites." msgstr ":exc:`Forbidden` -- 招待を取り消す権限が無い。" -#: discord.Client.delete_invite:12 discord.Invite.delete:11 of +#: ../../../discord/client.py:docstring of discord.Client.delete_invite:12 +#: ../../../discord/invite.py:docstring discord.Invite.delete:11 msgid ":exc:`NotFound` -- The invite is invalid or expired." msgstr ":exc:`NotFound` -- 招待が無効、あるいは期限切れになっている。" -#: discord.Client.delete_invite:13 discord.Invite.delete:12 of +#: ../../../discord/client.py:docstring of discord.Client.delete_invite:13 +#: ../../../discord/invite.py:docstring discord.Invite.delete:12 msgid ":exc:`HTTPException` -- Revoking the invite failed." msgstr ":exc:`HTTPException` -- 招待の取り消しに失敗した。" -#: discord.Client.fetch_guild:3 of -#, fuzzy -msgid "Retrieves a :class:`Guild` from an ID." -msgstr ":class:`Guild` を作成します。" +#: ../../../discord/client.py:docstring of discord.Client.fetch_guild:3 +msgid "Retrieves a :class:`.Guild` from an ID." +msgstr "IDから:class:`.Guild`を取得します。" -#: discord.Client.fetch_guild:7 of -msgid "" -"Using this, you will not receive :attr:`Guild.channels`, " -":class:`Guild.members`, :attr:`Member.activity` and :attr:`Member.voice` " -"per :class:`Member`." -msgstr "" +#: ../../../discord/client.py:docstring of discord.Client.fetch_guild:7 +msgid "Using this, you will not receive :attr:`.Guild.channels`, :class:`.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.fetch_guild:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.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.py:docstring of discord.Client.fetch_guild:14 msgid "The guild's ID to fetch from." -msgstr "取得したいユーザーのID。" +msgstr "取得したいギルドのID。" -#: discord.Client.fetch_guild:13 discord.Guild.fetch_member:8 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_guild:17 +#: ../../../discord/guild.py:docstring discord.Guild.fetch_member:12 msgid ":exc:`Forbidden` -- You do not have access to the guild." -msgstr ":exc:`Forbidden` -- チャンネルの編集に必要な権限がない。" +msgstr ":exc:`Forbidden` -- ギルドにアクセスできない。" -#: discord.Client.fetch_guild:14 discord.Guild.fetch_member:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_guild:18 +#: ../../../discord/guild.py:docstring discord.Guild.fetch_member:13 msgid ":exc:`HTTPException` -- Getting the guild failed." -msgstr ":exc:`HTTPException` -- 招待の取得に失敗した。" +msgstr ":exc:`HTTPException` -- ギルドの取得に失敗した。" -#: discord.Client.fetch_guild:16 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_guild:20 msgid "The guild from the ID." -msgstr "フィールドの値。" +msgstr "IDから取得したギルド。" -#: discord.Client.fetch_invite:3 of -msgid "Gets an :class:`Invite` from a discord.gg URL or ID." -msgstr "discord.gg URL、またはIDから :class:`Invite` を取得します。" +#: ../../../discord/client.py:docstring of discord.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.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." -msgstr "" -"招待がまだ参加していないギルドのものであった場合、返る :class:`Invite` の guild と channel はそれぞれ " -":class:`PartialInviteGuild` と :class:`PartialInviteChannel` になります。" +#: ../../../discord/client.py:docstring of discord.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 "もしあなたがInviteのGuildに参加していない場合、:class:`.Invite`のguildとchannel属性はそれぞれ:class:`.PartialInviteGuild` と :class:`PartialInviteChannel` になります。" -#: discord.Client.fetch_invite:11 of +#: ../../../discord/client.py:docstring of discord.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.Client.fetch_invite:13 discord.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/client.py:docstring of discord.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.fetch_invite:18 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_invite:18 msgid ":exc:`NotFound` -- The invite has expired or is invalid." msgstr ":exc:`NotFound` -- 招待の有効期限が切れている、または無効。" -#: discord.Client.fetch_invite:19 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_invite:19 msgid ":exc:`HTTPException` -- Getting the invite failed." msgstr ":exc:`HTTPException` -- 招待の取得に失敗した。" -#: discord.Client.fetch_invite:21 discord.Widget.fetch_invite:12 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_invite:21 +#: ../../../discord/widget.py:docstring discord.Widget.fetch_invite:12 msgid "The invite from the URL/ID." msgstr "URL/IDから取得した招待。" -#: discord.CategoryChannel.create_invite:27 discord.Client.fetch_invite:22 -#: discord.Guild.vanity_invite:15 discord.TextChannel.create_invite:27 -#: discord.VoiceChannel.create_invite:27 discord.Widget.fetch_invite:13 -#: discord.abc.GuildChannel.create_invite:27 of -msgid ":class:`Invite`" -msgstr ":class:`Invite`" +#: ../../../discord/client.py:docstring of discord.Client.fetch_invite:22 +msgid ":class:`.Invite`" +msgstr "" -#: discord.Client.fetch_user:3 of -msgid "" -"Retrieves a :class:`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 "IDをもとにユーザーを取得します。これはBotアカウントでのみ使用可能です。情報を得るためにそのユーザーとギルドを共有する必要はありませんが、多くの操作が必要になります。" +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:3 +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 "" + +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:10 +msgid "This method is an API call. For general usage, consider :meth:`get_user` instead." +msgstr "" -#: discord.Client.fetch_user:8 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:12 msgid "The user's ID to fetch from." msgstr "取得したいユーザーのID。" -#: discord.Client.fetch_user:11 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:15 msgid ":exc:`NotFound` -- A user with this ID does not exist." msgstr ":exc:`NotFound` -- 指定のIDを持つユーザーが存在しない。" -#: discord.Client.fetch_user:12 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:16 msgid ":exc:`HTTPException` -- Fetching the user failed." msgstr ":exc:`HTTPException` -- ユーザーの取得に失敗した。" -#: discord.Client.fetch_user:14 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:18 msgid "The user you requested." msgstr "あなたがリクエストしたユーザー。" -#: discord.Client.fetch_user:15 discord.abc.Messageable:8 discord.abc.User:5 of -msgid ":class:`User`" -msgstr ":class:`User`" +#: ../../../discord/client.py:docstring of discord.Client.fetch_user:19 +msgid ":class:`~discord.User`" +msgstr "" -#: discord.Client.fetch_user_profile:3 of -msgid "" -"Gets an arbitrary user's profile. This can only be used by non-bot " -"accounts." +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:3 +msgid "Gets an arbitrary user's profile. This can only be used by non-bot accounts." msgstr "任意のユーザーのプロフィールを取得します。これはBotアカウント以外でのみ使用可能です。" -#: discord.Client.fetch_user_profile:5 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:5 msgid "The ID of the user to fetch their profile for." msgstr "プロフィールを取得したいユーザーのID。" -#: discord.Client.fetch_user_profile:8 discord.Member.profile:5 -#: discord.User.profile:5 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:8 +#: ../../../discord/user.py:docstring discord.User.profile:9 +#: ../../../discord/member.py:docstring discord.Member.profile:9 msgid ":exc:`Forbidden` -- Not allowed to fetch profiles." msgstr ":exc:`Forbidden` -- プロフィールを取得することが許可されていない。" -#: discord.Client.fetch_user_profile:9 discord.Member.profile:6 -#: discord.User.profile:6 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:9 +#: ../../../discord/user.py:docstring discord.User.profile:10 +#: ../../../discord/member.py:docstring discord.Member.profile:10 msgid ":exc:`HTTPException` -- Fetching the profile failed." msgstr ":exc:`HTTPException` -- プロフィールの取得に失敗した。" -#: discord.Client.fetch_user_profile:11 discord.Member.profile:8 -#: discord.User.profile:8 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:11 +#: ../../../discord/user.py:docstring discord.User.profile:12 +#: ../../../discord/member.py:docstring discord.Member.profile:12 msgid "The profile of the user." msgstr "ユーザーのプロフィール。" -#: discord.Client.fetch_user_profile:12 discord.Member.profile:9 -#: discord.User.profile:9 of -msgid ":class:`Profile`" -msgstr ":class:`Profile`" +#: ../../../discord/client.py:docstring of discord.Client.fetch_user_profile:12 +msgid ":class:`.Profile`" +msgstr "" -#: discord.Client.fetch_webhook:3 of -msgid "Retrieves a :class:`Webhook` with the specified ID." -msgstr "特定のIDの :class:`Webhook` を取得します。" +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:3 +msgid "Retrieves a :class:`.Webhook` with the specified ID." +msgstr "特定のIDの :class:`.Webhook` を取得します。" -#: discord.Client.fetch_webhook:5 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:5 msgid ":exc:`HTTPException` -- Retrieving the webhook failed." msgstr ":exc:`HTTPException` -- Webhookの取得に失敗した。" -#: discord.Client.fetch_webhook:6 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:6 msgid ":exc:`NotFound` -- Invalid webhook ID." msgstr ":exc:`NotFound` -- WebhookのIDが無効。" -#: discord.Client.fetch_webhook:7 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:7 msgid ":exc:`Forbidden` -- You do not have permission to fetch this webhook." msgstr ":exc:`Forbidden` -- このWebhookを取得する権限がない。" -#: discord.Client.fetch_webhook:9 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:9 msgid "The webhook you requested." msgstr "要求したWebhook。" -#: discord.Client.fetch_webhook:10 discord.TextChannel.create_webhook:17 of -msgid ":class:`Webhook`" -msgstr ":class:`Webhook`" +#: ../../../discord/client.py:docstring of discord.Client.fetch_webhook:10 +msgid ":class:`.Webhook`" +msgstr "" -#: discord.Client.fetch_widget:3 of -#, fuzzy -msgid "Gets a :class:`Widget` from a guild ID." -msgstr "discord.gg URL、またはIDから :class:`Invite` を取得します。" +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:3 +msgid "Gets a :class:`.Widget` from a guild ID." +msgstr "" -#: discord.Client.fetch_widget:7 discord.Guild.widget:7 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:7 +#: ../../../discord/guild.py:docstring discord.Guild.widget:7 msgid "The guild must have the widget enabled to get this information." -msgstr "" +msgstr "この情報を取得するためには、ギルドはウィジェットを有効化しておく必要があります。" -#: discord.Client.fetch_widget:9 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:9 msgid "The ID of the guild." -msgstr "ギルドの名前。" +msgstr "ギルドのID。" -#: discord.Client.fetch_widget:12 discord.Guild.widget:9 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:12 +#: ../../../discord/guild.py:docstring discord.Guild.widget:9 msgid ":exc:`Forbidden` -- The widget for this guild is disabled." -msgstr "" +msgstr ":exc:`Forbidden` -- ギルドのウィジェットが有効化されていない。" -#: discord.Client.fetch_widget:13 discord.Guild.widget:10 of -#, fuzzy +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:13 +#: ../../../discord/guild.py:docstring discord.Guild.widget:10 msgid ":exc:`HTTPException` -- Retrieving the widget failed." -msgstr ":exc:`HTTPException` -- Webhookの取得に失敗した。" +msgstr ":exc:`HTTPException` -- ウィジェットの取得に失敗した。" -#: discord.Client.fetch_widget:15 discord.Guild.widget:12 of +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:15 +#: ../../../discord/guild.py:docstring discord.Guild.widget:12 msgid "The guild's widget." -msgstr "" +msgstr "ギルドのウィジェット。" -#: discord.Client.fetch_widget:16 discord.Guild.widget:13 of -#, fuzzy -msgid ":class:`Widget`" -msgstr ":class:`Guild`" +#: ../../../discord/client.py:docstring of discord.Client.fetch_widget:16 +msgid ":class:`.Widget`" +msgstr "" -#: discord.Client.login:3 of +#: ../../../discord/client.py:docstring of discord.Client.login:3 msgid "Logs in the client with the specified credentials." msgstr "指定された資格情報を使用してクライアントにログインします。" -#: discord.Client.login:5 of +#: ../../../discord/client.py:docstring of discord.Client.login:5 msgid "This function can be used in two different ways." msgstr "この関数は、異なる二通りの方法で使用することができます。" -#: discord.Client.login:9 of -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の `利用規約 `_ に違反しているため、アカウントを停止される可能性があります。自己責任で使用してください。" +#: ../../../discord/client.py:docstring of discord.Client.login:9 +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の `利用規約 `_ に違反しているため、アカウントを停止される可能性があります。自己責任で使用してください。" -#: discord.Client.login:14 of -msgid "" -"The authentication token. Do not prefix this token with anything as the " -"library will do it for you." -msgstr "" +#: ../../../discord/client.py:docstring of discord.Client.login:14 +msgid "The authentication token. Do not prefix this token with anything as the library will do it for you." +msgstr "認証用のトークン。このライブラリが処理するため、トークンの頭に何も付けないでください。" -#: discord.Client.login:17 of -msgid "" -"Keyword argument that specifies if the account logging on is a bot token " -"or not." +#: ../../../discord/client.py:docstring of discord.Client.login:17 +msgid "Keyword argument that specifies if the account logging on is a bot token or not." msgstr "ログインに使用しているアカウントがBotのトークンであるかを指定するキーワード引数。" -#: discord.Client.login:21 of +#: ../../../discord/client.py:docstring of discord.Client.login:21 msgid ":exc:`LoginFailure` -- The wrong credentials are passed." msgstr ":exc:`LoginFailure` -- 誤った資格情報が渡された。" -#: discord.Client.login:22 of -msgid "" -":exc:`HTTPException` -- 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.py:docstring of discord.Client.login:22 +msgid ":exc:`HTTPException` -- 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.logout:3 of +#: ../../../discord/client.py:docstring of discord.Client.logout:3 msgid "Logs out of Discord and closes all connections." msgstr "Discordからログアウトし、すべての接続を終了します。" -#: discord.Client.on_error:3 of +#: ../../../discord/client.py:docstring of discord.Client.logout:7 +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 "" + +#: ../../../discord/client.py:docstring of discord.Client.on_error:3 msgid "The default error handler provided by the client." msgstr "クライアントによって提供されるデフォルトのエラーハンドラ。" -#: discord.Client.on_error:5 of -msgid "" -"By default this prints to ``sys.stderr`` however it could be overridden " -"to have a different implementation. Check :func:`discord.on_error` for " -"more details." +#: ../../../discord/client.py:docstring of discord.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 "" -"デフォルトでは、これは ``sys.stderr`` に出力されますが、異なる実装によって上書きされる可能性があります。詳細については " -":func:`discord.on_error` を確認してください。" -#: discord.AutoShardedClient.request_offline_members:3 -#: discord.Client.request_offline_members:3 of -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``." +#: ../../../discord/client.py:docstring of +#: discord.Client.request_offline_members:3 +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`` の場合にのみ使用してください。" -#: discord.AutoShardedClient.request_offline_members:8 -#: discord.Client.request_offline_members:8 of -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``." +#: ../../../discord/client.py:docstring of +#: discord.Client.request_offline_members:8 +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`` かどうかでギルドが大きいかどうかを確認することができます。" +#: ../../../discord/client.py:docstring of +#: discord.Client.request_offline_members:13 +#: ../../../discord/shard.py:docstring #: discord.AutoShardedClient.request_offline_members:13 -#: discord.Client.request_offline_members:13 of msgid "An argument list of guilds to request offline members for." msgstr "オフラインメンバーを要求したいギルドのリスト。" +#: ../../../discord/client.py:docstring of +#: discord.Client.request_offline_members:16 +#: ../../../discord/shard.py:docstring #: discord.AutoShardedClient.request_offline_members:16 -#: discord.Client.request_offline_members:16 of -msgid "" -":exc:`InvalidArgument` -- If any guild is unavailable or not large in the" -" collection." +msgid ":exc:`InvalidArgument` -- If any guild is unavailable or not large in the collection." msgstr ":exc:`InvalidArgument` -- いずれかのギルドが利用できない、またはコレクション内のギルドが大きくない。" -#: discord.Client.start:3 of +#: ../../../discord/client.py:docstring of discord.Client.start:3 msgid "A shorthand coroutine for :meth:`login` + :meth:`connect`." msgstr ":meth:`login` + :meth:`connect` を簡略化したコルーチン。" -#: discord.Client.wait_until_ready:3 of +#: ../../../discord/client.py:docstring of discord.Client.wait_until_ready:3 msgid "Waits until the client's internal cache is all ready." msgstr "クライアントの内部キャッシュの準備が完了するまで待機します。" -#: discord.Client.user:1 of -msgid "" -"Optional[:class:`ClientUser`] -- Represents the connected client. None if" -" not logged in." -msgstr "Optional[:class:`ClientUser`] -- 接続しているクライアントを表します。接続していない場合はNoneです。" - -#: discord.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." +#: ../../../discord/client.py:docstring of discord.Client.user:1 +msgid "Represents the connected client. None if not logged in." msgstr "" -"このクライアントは :class:`Client` " -"に似ていますが、管理しやすく、かつ透過的なシングルプロセスのBotに分割するという複雑な処理を行います。" -#: discord.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." +#: ../../../discord/client.py:docstring of discord.Client.user:3 +msgid "Optional[:class:`.ClientUser`]" msgstr "" -"このクライアントは、実装に関して内部的に複数のシャードに分割されていても、単一のシャードの通常の :class:`Client` " -"のように使用することができます。これにより、IPCやその他の複雑なインフラストラクチャへの対処を行う必要がなくなります。" -#: discord.AutoShardedClient:10 of -msgid "" -"It is recommended to use this client only if you have surpassed at least " -"1000 guilds." +#: ../../../discord/shard.py:docstring of discord.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` に似ていますが、管理しやすく、かつ透過的なシングルプロセスのBotに分割するという複雑な処理を行います。" + +#: ../../../discord/shard.py:docstring of discord.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.py:docstring of discord.AutoShardedClient:10 +msgid "It is recommended to use this client only if you have surpassed at least 1000 guilds." msgstr "少なくとも1000を超えるギルドで使用される場合にのみ、このクライアントを使用することをおすすめします。" -#: discord.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.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.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.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.AutoShardedClient:23 of -msgid "" -"Optional[List[:class:`int`]] -- An optional list of shard_ids to launch " -"the shards with." -msgstr "Optional[List[:class:`int`]] -- シャードの起動時に使用するshard_idsのオプションリスト。" +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient:23 +msgid "An optional list of shard_ids to launch the shards with." +msgstr "" -#: 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." +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient:25 +msgid "Optional[List[:class:`int`]]" msgstr "" -"これは :meth:`.Client.latency` " -"と同様に機能しますが、すべてのシャードの平均待ち時間を使用する点が異なります。シャードの待ち時間のリストを取得するには " -":attr:`latencies` プロパティを参照してください。準備ができていない場合は ``nan`` を返します。" -#: discord.AutoShardedClient.latencies:1 of -msgid "" -"List[Tuple[:class:`int`, :class:`float`]] -- A list of latencies between " -"a HEARTBEAT and a HEARTBEAT_ACK in seconds." +#: ../../../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/shard.py:docstring of discord.AutoShardedClient.latencies:1 +msgid "A list of latencies between a HEARTBEAT and a HEARTBEAT_ACK in seconds." msgstr "" -"List[Tuple[:class:`int`, :class:`float`]] -- " -"HEARTBEATとHEARTBEAT_ACK間の待ち時間を秒単位で表したリスト。" -#: 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.change_presence:9 of +#: ../../../discord/shard.py:docstring of discord.AutoShardedClient.latencies:5 +msgid "List[Tuple[:class:`int`, :class:`float`]]" +msgstr "" + +#: ../../../discord/shard.py:docstring of +#: discord.AutoShardedClient.change_presence:5 +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` でも構いません。" + +#: ../../../discord/shard.py:docstring of +#: discord.AutoShardedClient.change_presence:9 msgid "Example: ::" msgstr "例:" -#: discord.AutoShardedClient.change_presence:23 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.AutoShardedClient.change_presence:16 +msgid "Indicates what status to change to. If None, then :attr:`Status.online` is used." +msgstr "変更したいステータスを表します。Noneの場合は :attr:`Status.online` が使用されます。" -#: discord.AutoShardedClient.change_presence:28 of -msgid "" -":exc:`InvalidArgument` -- If the ``activity`` parameter is not of proper " -"type." +#: ../../../discord/shard.py:docstring of +#: discord.AutoShardedClient.change_presence:23 +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.AutoShardedClient.change_presence:28 +msgid ":exc:`InvalidArgument` -- If the ``activity`` parameter is not of proper type." msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" -#: discord.AppInfo:1 of +#: ../../../discord/shard.py:docstring of +#: discord.AutoShardedClient.request_offline_members:3 +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`` の場合にのみ使用してください。" + +#: ../../../discord/shard.py:docstring of +#: discord.AutoShardedClient.request_offline_members:8 +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`` かどうかでギルドが大きいかどうかを確認することができます。" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:1 msgid "Represents the application info for the bot provided by Discord." +msgstr "Discordが提供するBotのアプリケーション情報を表します。" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:6 +msgid "The application ID." +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:8 +#: ../../../discord/audit_logs.py:docstring discord.AuditLogEntry:22 +#: ../../../discord/webhook.py:docstring discord.Webhook:45 +#: ../../../discord/abc.py:docstring discord.abc.Snowflake:10 +#: discord.abc.GuildChannel:28 ../../../discord/user.py:docstring +#: discord.ClientUser:31 discord.User:31 ../../../discord/message.py:docstring +#: discord.Attachment:7 discord.Attachment:13 discord.Attachment.save:24 +#: ../../../discord/asset.py:docstring discord.Asset.save:13 discord.Message:96 +#: ../../../discord/reaction.py:docstring discord.Reaction:36 +#: ../../../discord/guild.py:docstring discord.Guild:44 discord.Guild:62 +#: discord.Guild:68 discord.Guild:110 discord.Guild.estimate_pruned_members:15 +#: ../../../discord/emoji.py:docstring discord.Emoji:39 discord.Emoji:63 +#: ../../../discord/role.py:docstring discord.Role:41 discord.Role:78 +#: ../../../discord/channel.py:docstring discord.TextChannel:37 +#: discord.TextChannel:43 discord.TextChannel:56 discord.TextChannel:72 +#: discord.VoiceChannel:37 discord.VoiceChannel:43 discord.VoiceChannel:50 +#: discord.VoiceChannel:56 discord.VoiceChannel:62 discord.CategoryChannel:39 +#: discord.CategoryChannel:46 discord.DMChannel:37 discord.GroupChannel:37 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild:34 +#: discord.PartialInviteChannel:34 discord.Invite:28 discord.Invite:65 +#: discord.Invite:71 ../../../discord/widget.py:docstring +#: discord.WidgetChannel:25 discord.WidgetChannel:37 discord.WidgetMember:25 +#: discord.Widget:21 ../../../discord/raw_models.py:docstring +#: discord.RawMessageDeleteEvent:7 discord.RawMessageDeleteEvent:19 +#: discord.RawBulkMessageDeleteEvent:13 discord.RawMessageUpdateEvent:7 +#: discord.RawReactionActionEvent:8 discord.RawReactionActionEvent:14 +#: discord.RawReactionActionEvent:20 discord.RawReactionClearEvent:7 +#: discord.RawReactionClearEvent:13 ../../../discord/colour.py:docstring +#: discord.Colour:28 ../../../discord/activity.py:docstring discord.Activity:16 +#: ../../../discord/errors.py:docstring discord.HTTPException:23 +#: discord.HTTPException:29 discord.ConnectionClosed:8 +#: ../../../discord/opus.py:docstring discord.opus.OpusError:7 +msgid ":class:`int`" msgstr "" -#: discord.AppInfo:6 of -#, fuzzy -msgid ":class:`int` -- The application ID." -msgstr ":class:`int` -- チャンネルのID。" +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:12 +msgid "The application name." +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:14 +#: ../../../discord/voice_client.py:docstring discord.VoiceClient:18 +#: discord.VoiceClient:24 discord.VoiceClient:30 +#: ../../../discord/utils.py:docstring discord.utils.escape_markdown:18 +#: discord.utils.escape_mentions:11 ../../../discord/webhook.py:docstring +#: discord.Webhook:51 ../../../discord/abc.py:docstring discord.abc.User:15 +#: discord.abc.User:21 discord.abc.GuildChannel:15 +#: discord.abc.GuildChannel.mention:3 ../../../discord/user.py:docstring +#: discord.ClientUser:25 discord.ClientUser:37 discord.User:25 discord.User:37 +#: ../../../discord/message.py:docstring discord.Attachment:31 +#: discord.Attachment:38 discord.Attachment:46 discord.Message:27 +#: discord.Message.jump_url:3 ../../../discord/guild.py:docstring +#: discord.Guild:27 ../../../discord/activity.py:docstring +#: discord.Spotify.name:3 discord.Spotify.title:3 discord.Spotify.artist:6 +#: discord.Spotify.album:3 discord.Spotify.album_cover_url:3 +#: discord.Spotify.track_id:3 discord.Spotify.party_id:3 +#: ../../../discord/emoji.py:docstring discord.Emoji:33 discord.PartialEmoji:31 +#: ../../../discord/role.py:docstring discord.Role:47 +#: ../../../discord/channel.py:docstring discord.TextChannel:25 +#: discord.TextChannel.mention:3 discord.VoiceChannel:25 +#: discord.VoiceChannel.mention:3 discord.CategoryChannel:27 +#: discord.CategoryChannel.mention:3 ../../../discord/invite.py:docstring +#: discord.PartialInviteGuild:28 discord.PartialInviteChannel:28 +#: discord.PartialInviteChannel.mention:3 discord.Invite:34 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:31 +#: discord.WidgetChannel.mention:3 discord.WidgetMember:31 +#: discord.WidgetMember:37 discord.WidgetMember.display_name:3 +#: discord.Widget:27 discord.Widget.json_url:3 +#: ../../../discord/object.py:docstring discord.Object:32 +#: ../../../discord/embeds.py:docstring discord.Embed:26 discord.Embed:32 +#: discord.Embed:38 discord.Embed:44 discord.Activity:22 discord.Activity:28 +#: discord.Activity:40 discord.Activity:46 discord.Game:34 discord.Streaming:27 +#: discord.Streaming:34 ../../../discord/errors.py:docstring +#: discord.HTTPException:17 discord.ConnectionClosed:14 +msgid ":class:`str`" +msgstr "" -#: discord.AppInfo:10 of -#, fuzzy -msgid ":class:`str` -- The application name." -msgstr ":class:`str` -- カテゴリの名前。" +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:18 +msgid "The application owner." +msgstr "" -#: discord.AppInfo:14 of -#, fuzzy -msgid ":class:`User` -- The application owner." -msgstr ":class:`str` -- 音声接続のトークン." +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:20 +#: ../../../discord/abc.py:docstring discord.abc.User:5 +#: discord.abc.Messageable:8 ../../../discord/relationship.py:docstring +#: discord.Relationship:10 ../../../discord/channel.py:docstring +#: discord.DMChannel:25 discord.GroupChannel:43 +#: ../../../discord/invite.py:docstring discord.Invite:77 +msgid ":class:`User`" +msgstr ":class:`User`" -#: discord.AppInfo:18 of -#, fuzzy -msgid "Optional[:class:`str`] -- The icon hash, if it exists." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:24 +msgid "The icon hash, if it exists." +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:26 +#: discord.AppInfo:32 ../../../discord/audit_logs.py:docstring +#: discord.AuditLogEntry:35 ../../../discord/webhook.py:docstring +#: discord.Webhook:76 discord.Webhook:82 ../../../discord/abc.py:docstring +#: discord.abc.User:27 ../../../discord/user.py:docstring discord.ClientUser:43 +#: discord.ClientUser:61 discord.User:43 ../../../discord/guild.py:docstring +#: discord.Guild:56 discord.Guild:96 discord.Guild:102 discord.Guild:146 +#: ../../../discord/member.py:docstring discord.Member:48 +#: ../../../discord/channel.py:docstring discord.TextChannel:49 +#: discord.GroupChannel:49 discord.GroupChannel:55 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild:52 +#: discord.PartialInviteGuild:58 discord.PartialInviteGuild:64 +#: discord.PartialInviteGuild:70 ../../../discord/widget.py:docstring +#: discord.WidgetMember:55 discord.WidgetMember:61 +#: ../../../discord/file.py:docstring discord.File:25 +#: ../../../discord/activity.py:docstring discord.Activity.large_image_url:3 +#: discord.Activity.small_image_url:3 discord.Activity.large_image_text:3 +#: discord.Activity.small_image_text:3 discord.Streaming:40 +#: discord.Streaming.twitch_name:6 +msgid "Optional[:class:`str`]" +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:30 +msgid "The application description." +msgstr "" + +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:36 +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:39 +#: discord.AppInfo:46 ../../../discord/opus.py:docstring +#: discord.opus.is_loaded:7 ../../../discord/abc.py:docstring +#: discord.abc.User:33 ../../../discord/user.py:docstring discord.ClientUser:49 +#: discord.ClientUser:55 discord.ClientUser:67 discord.ClientUser:73 +#: discord.User:49 ../../../discord/message.py:docstring discord.Message:9 +#: discord.Message:62 discord.Message:115 +#: ../../../discord/reaction.py:docstring discord.Reaction:42 +#: discord.Reaction.custom_emoji:3 ../../../discord/calls.py:docstring +#: discord.CallMessage.call_ended:3 discord.GroupCall:15 +#: ../../../discord/guild.py:docstring discord.Guild:78 discord.Guild.large:6 +#: ../../../discord/member.py:docstring discord.VoiceState:7 +#: discord.VoiceState:13 discord.VoiceState:19 discord.VoiceState:25 +#: discord.VoiceState:31 discord.VoiceState:37 +#: ../../../discord/emoji.py:docstring discord.Emoji:45 discord.Emoji:51 +#: discord.Emoji:57 discord.PartialEmoji:37 ../../../discord/role.py:docstring +#: discord.Role:71 discord.Role:85 discord.Role:91 +#: ../../../discord/invite.py:docstring discord.Invite:46 discord.Invite:59 +#: ../../../discord/widget.py:docstring discord.WidgetMember:43 +#: ../../../discord/file.py:docstring discord.File:31 +msgid ":class:`bool`" +msgstr ":class:`bool`" -#: discord.AppInfo:22 of -#, fuzzy -msgid "Optional[:class:`str`] -- The application description." -msgstr ":class:`str` -- 音声接続のセッションID。" +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:43 +msgid "Whether the bot requires the completion of the full oauth2 code grant flow to join." +msgstr "" -#: discord.AppInfo:26 of -msgid "" -":class:`bool` -- Whether the bot can be invited by anyone or if it is " -"locked to the application owner." +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:50 +msgid "A list of RPC origin URLs, if RPC is enabled." msgstr "" -#: discord.AppInfo:31 of -msgid "" -":class:`bool` -- Whether the bot requires the completion of the full " -"oauth2 code grant flow to join." +#: ../../../discord/appinfo.py:docstring of discord.AppInfo:52 +msgid "Optional[List[:class:`str`]]" msgstr "" -#: discord.AppInfo:36 of -msgid "" -"Optional[List[:class:`str`]] -- A list of RPC origin URLs, if RPC is " -"enabled." +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.icon_url:1 +msgid "Retrieves the application's icon asset." msgstr "" -#: discord.AppInfo.icon_url:1 of -msgid ":class:`.Asset` -- Retrieves the application's icon asset." +#: ../../../discord/appinfo.py:docstring of discord.AppInfo.icon_url:3 +msgid ":class:`.Asset`" msgstr "" #: ../../api.rst:46 msgid "Voice" msgstr "ボイス" -#: discord.VoiceClient:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:1 msgid "Represents a Discord voice connection." msgstr "Discordの音声接続を表します。" -#: discord.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.VoiceClient:3 +msgid "You do not create these, you typically get them from e.g. :meth:`VoiceChannel.connect`." msgstr "これを意図的に生成することはできません。通常、 :meth:`VoiceChannel.connect` などを使用した際に、取得できます。" -#: discord.VoiceClient:8 of -msgid "" -"In order to play audio, you must have loaded the opus library through " -":func:`opus.load_opus`." +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:8 +msgid "In order to play audio, you must have loaded the opus library through :func:`opus.load_opus`." msgstr "オーディオの再生を行うためには :func:`opus.load_opus` を使用してopusライブラリをロードしておく必要があります。" -#: discord.VoiceClient:11 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:11 msgid "If you don't do this then the library will not be able to transmit audio." msgstr "ロードを行っていない場合、オーディオの送信ができません。" -#: discord.VoiceClient:16 of -msgid ":class:`str` -- The voice connection session ID." -msgstr ":class:`str` -- 音声接続のセッションID。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:16 +msgid "The voice connection session ID." +msgstr "" -#: discord.VoiceClient:20 of -msgid ":class:`str` -- The voice connection token." -msgstr ":class:`str` -- 音声接続のトークン." +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:22 +msgid "The voice connection token." +msgstr "" -#: discord.VoiceClient:24 of -msgid ":class:`str` -- The endpoint we are connecting to." -msgstr ":class:`str` -- 接続先のエンドポイント。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:28 +msgid "The endpoint we are connecting to." +msgstr "" -#: discord.VoiceClient:28 of -msgid ":class:`abc.Connectable` -- The voice channel connected to." -msgstr ":class:`abc.Connectable` -- 接続しているボイスチャンネル。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:34 +msgid "The voice channel connected to." +msgstr "" + +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:36 +msgid ":class:`abc.Connectable`" +msgstr "" -#: discord.VoiceClient:32 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient:40 msgid "The event loop that the voice client is running on." msgstr "ボイスクライアントが実行されているイベントループ。" -#: discord.VoiceClient.guild:1 of -msgid "Optional[:class:`Guild`] -- The guild we're connected to, if applicable." -msgstr "Optional[:class:`Guild`] -- 該当する場合は、接続しているギルドを返します。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.guild:1 +msgid "The guild we're connected to, if applicable." +msgstr "" + +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.guild:3 +#: ../../../discord/webhook.py:docstring discord.Webhook.guild:5 +#: ../../../discord/message.py:docstring discord.Message.guild:3 +msgid "Optional[:class:`Guild`]" +msgstr "" + +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.user:1 +msgid "The user connected to voice (i.e. ourselves)." +msgstr "" -#: discord.VoiceClient.user:1 of -msgid ":class:`ClientUser` -- The user connected to voice (i.e. ourselves)." -msgstr ":class:`ClientUser` -- ボイスチャンネルに接続しているユーザー。(つまり、自分自身)" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.user:3 +#: ../../../discord/abc.py:docstring discord.abc.User:6 +#: discord.abc.PrivateChannel:14 ../../../discord/channel.py:docstring +#: discord.DMChannel:31 discord.GroupChannel:31 +msgid ":class:`ClientUser`" +msgstr "" -#: discord.VoiceClient.is_connected:1 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.is_connected:1 msgid ":class:`bool`: Indicates if the voice client is connected to voice." msgstr ":class:`bool`: ボイスチャンネルに接続しているかどうかを表します。" -#: discord.VoiceClient.play:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.play:1 msgid "Plays an :class:`AudioSource`." msgstr ":class:`AudioSource` を再生します。" -#: discord.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.VoiceClient.play:3 +msgid "The finalizer, ``after`` is called after the source has been exhausted or an error occurred." msgstr "ファイナライザーである ``after`` はソースがなくなったか、エラーが発生した後に呼び出されます。" -#: discord.VoiceClient.play:6 of -msgid "" -"If an error happens while the audio player is running, the exception is " -"caught and the audio player is then stopped." +#: ../../../discord/voice_client.py:docstring of discord.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." msgstr "オーディオプレイヤーの実行中にエラーが発生した場合、例外はキャッチされ、プレイヤーは停止します。" -#: discord.VoiceClient.play:9 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.play:9 msgid "The audio source we're reading from." msgstr "読み込むオーディオソース。" -#: discord.VoiceClient.play:11 of -msgid "" -"The finalizer that is called after the stream is exhausted. All " -"exceptions it throws are silently discarded. This function must have a " -"single parameter, ``error``, that denotes an optional exception that was " -"raised during playing." -msgstr "" -"ファイナライザーはストリームが空になると呼び出されます。発生した例外はすべて破棄されます。この関数には再生中に発生したオプションの例外を表す一つのパラメータ" -" ``error`` が必要です。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.play:11 +msgid "The finalizer that is called after the stream is exhausted. All exceptions it throws are silently discarded. This function must have a single parameter, ``error``, that denotes an optional exception that was raised during playing." +msgstr "ファイナライザーはストリームが空になると呼び出されます。発生した例外はすべて破棄されます。この関数には再生中に発生したオプションの例外を表す一つのパラメータ ``error`` が必要です。" -#: discord.VoiceClient.play:16 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.play:16 msgid ":exc:`ClientException` -- Already playing audio or not connected." msgstr ":exc:`ClientException` -- すでにオーディオを再生しているか、VCに接続していない。" -#: discord.VoiceClient.play:17 of -msgid "" -":exc:`TypeError` -- source is not a :class:`AudioSource` or after is not " -"a callable." +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.play:17 +msgid ":exc:`TypeError` -- source is not a :class:`AudioSource` or after is not a callable." msgstr ":exc:`TypeError` -- sourceが :class:`AudioSource` でないか、afterが呼び出し可能でない。" -#: discord.VoiceClient.is_playing:1 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.is_playing:1 msgid "Indicates if we're currently playing audio." msgstr "現在オーディオを再生しているかを表します。" -#: discord.VoiceClient.is_paused:1 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.is_paused:1 msgid "Indicates if we're playing audio, but if we're paused." msgstr "再生中のオーディオを一時停止しているかを表します。" -#: discord.VoiceClient.disconnect:3 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.disconnect:3 msgid "Disconnects this voice client from voice." msgstr "ボイスクライアントをボイスチャンネルから切断します。" -#: discord.VoiceClient.move_to:3 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.move_to:3 msgid "Moves you to a different voice channel." msgstr "別のボイスチャンネルへ移動させます。" -#: discord.VoiceClient.move_to:5 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.move_to:5 msgid "The channel to move to. Must be a voice channel." msgstr "移動先のチャンネル。ボイスチャンネルである必要があります。" -#: discord.VoiceClient.stop:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.stop:1 msgid "Stops playing audio." msgstr "音声の再生を停止します。" -#: discord.VoiceClient.pause:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.pause:1 msgid "Pauses the audio playing." msgstr "音声の再生を一時的に停止します。" -#: discord.VoiceClient.resume:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.resume:1 msgid "Resumes the audio playing." msgstr "音声の再生を再開します。" -#: discord.VoiceClient.source:1 of -msgid "" -"Optional[:class:`AudioSource`] -- The audio source being played, if " -"playing." -msgstr "Optional[:class:`AudioSource`] -- 再生中の場合、再生しているオーディオソースを返します。" +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:1 +msgid "The audio source being played, if playing." +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.send_audio_packet:1 of +#: ../../../discord/voice_client.py:docstring of discord.VoiceClient.source:5 +msgid "Optional[:class:`AudioSource`]" +msgstr "" + +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.send_audio_packet:1 msgid "Sends an audio packet composed of the data." msgstr "データで構成されるオーディオパケットを送信します。" -#: discord.VoiceClient.send_audio_packet:3 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.send_audio_packet:3 msgid "You must be connected to play audio." msgstr "オーディオを再生するには、ボイスチャンネルに接続している必要があります。" -#: discord.VoiceClient.send_audio_packet:5 of +#: ../../../discord/voice_client.py:docstring of +#: discord.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.VoiceClient.send_audio_packet:7 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.send_audio_packet:7 msgid "Indicates if ``data`` should be encoded into Opus." msgstr "``data`` をOpusにエンコードする必要があるかを表します。" -#: discord.VoiceClient.send_audio_packet:10 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.send_audio_packet:10 msgid ":exc:`ClientException` -- You are not connected." msgstr ":exc:`ClientException` -- ボイスチャンネルに接続していない。" -#: discord.VoiceClient.send_audio_packet:11 of +#: ../../../discord/voice_client.py:docstring of +#: discord.VoiceClient.send_audio_packet:11 msgid ":exc:`OpusError` -- Encoding the data failed." msgstr ":exc:`OpusError` -- dataのエンコードに失敗した。" -#: discord.AudioSource:1 of +#: ../../../discord/player.py:docstring of discord.AudioSource:1 msgid "Represents an audio stream." msgstr "オーディオストリームを表します。" -#: discord.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.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.AudioSource:8 of +#: ../../../discord/player.py:docstring of discord.AudioSource:8 msgid "The audio source reads are done in a separate thread." msgstr "オーディオソースの読み込みは別スレッドで行われます。" -#: discord.AudioSource.read:1 discord.FFmpegPCMAudio.read:1 -#: discord.PCMAudio.read:1 discord.PCMVolumeTransformer.read:1 of +#: ../../../discord/player.py:docstring of discord.AudioSource.read:1 +#: discord.PCMAudio.read:1 discord.FFmpegPCMAudio.read:1 +#: discord.PCMVolumeTransformer.read:1 msgid "Reads 20ms worth of audio." msgstr "20ms分のオーディオを読み込みます。" +#: ../../../discord/player.py:docstring of discord.AudioSource.read:3 +#: discord.PCMAudio.read:3 discord.FFmpegPCMAudio.read:3 +#: discord.PCMVolumeTransformer.read:3 ../../../discord/webhook.py:docstring +#: discord.WebhookAdapter.request:3 +#: discord.WebhookAdapter.handle_execution_response:7 #: discord.AsyncWebhookAdapter.handle_execution_response:7 -#: discord.AsyncWebhookAdapter.request:3 discord.AudioSource.read:3 -#: discord.FFmpegPCMAudio.read:3 discord.PCMAudio.read:3 -#: discord.PCMVolumeTransformer.read:3 -#: discord.RequestsWebhookAdapter.handle_execution_response:7 +#: discord.AsyncWebhookAdapter.request:3 #: discord.RequestsWebhookAdapter.request:3 -#: discord.WebhookAdapter.handle_execution_response:7 -#: discord.WebhookAdapter.request:3 of +#: discord.RequestsWebhookAdapter.handle_execution_response:7 msgid "Subclasses must implement this." msgstr "サブクラスはこれを実装する必要があります。" -#: discord.AudioSource.read:5 discord.FFmpegPCMAudio.read:5 -#: discord.PCMAudio.read:5 discord.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.AudioSource.read:5 +#: discord.PCMAudio.read:5 discord.FFmpegPCMAudio.read:5 +#: discord.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.AudioSource.read:8 discord.FFmpegPCMAudio.read:8 -#: discord.PCMAudio.read:8 discord.PCMVolumeTransformer.read:8 of -msgid "" -"If :meth:`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.py:docstring of discord.AudioSource.read:8 +#: discord.PCMAudio.read:8 discord.FFmpegPCMAudio.read:8 +#: discord.PCMVolumeTransformer.read:8 +msgid "If :meth:`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.AudioSource.read:13 discord.FFmpegPCMAudio.read:13 -#: discord.PCMAudio.read:13 discord.PCMVolumeTransformer.read:13 of +#: ../../../discord/player.py:docstring of discord.AudioSource.read:13 +#: discord.PCMAudio.read:13 discord.FFmpegPCMAudio.read:13 +#: discord.PCMVolumeTransformer.read:13 msgid "A bytes like object that represents the PCM or Opus data." msgstr "PCMまたはOpusデータを表すバイトライクオブジェクト。" -#: discord.AudioSource.read:14 discord.FFmpegPCMAudio.read:14 -#: discord.PCMAudio.read:14 discord.PCMVolumeTransformer.read:14 of -#, fuzzy +#: ../../../discord/player.py:docstring of discord.AudioSource.read:14 +#: discord.PCMAudio.read:14 discord.FFmpegPCMAudio.read:14 +#: discord.PCMVolumeTransformer.read:14 ../../../discord/asset.py:docstring +#: discord.Asset.read:18 msgid ":class:`bytes`" -msgstr ":class:`Invite`" +msgstr ":class:`bytes`" -#: discord.AudioSource.is_opus:1 of +#: ../../../discord/player.py:docstring of discord.AudioSource.is_opus:1 msgid "Checks if the audio source is already encoded in Opus." msgstr "オーディオソースがOpusにエンコードされているかを表します。" -#: discord.AudioSource.is_opus:3 of +#: ../../../discord/player.py:docstring of discord.AudioSource.is_opus:3 msgid "Defaults to ``False``." msgstr "デフォルトでは ``False`` です。" -#: discord.AudioSource.cleanup:1 discord.FFmpegPCMAudio.cleanup:1 -#: discord.PCMVolumeTransformer.cleanup:1 of +#: ../../../discord/player.py:docstring of discord.AudioSource.cleanup:1 +#: discord.FFmpegPCMAudio.cleanup:1 discord.PCMVolumeTransformer.cleanup:1 msgid "Called when clean-up is needed to be done." msgstr "クリーンアップが必要な時に呼び出されます。" -#: discord.AudioSource.cleanup:3 discord.FFmpegPCMAudio.cleanup:3 -#: discord.PCMVolumeTransformer.cleanup:3 of -msgid "" -"Useful for clearing buffer data or processes after it is done playing " -"audio." +#: ../../../discord/player.py:docstring of discord.AudioSource.cleanup:3 +#: discord.FFmpegPCMAudio.cleanup:3 discord.PCMVolumeTransformer.cleanup:3 +msgid "Useful for clearing buffer data or processes after it is done playing audio." msgstr "オーディオの再生が終了した後にバッファデータやプロセスをクリアするのに便利です。" -#: discord.PCMAudio:1 of +#: ../../../discord/player.py:docstring of discord.PCMAudio:1 msgid "Represents raw 16-bit 48KHz stereo PCM audio source." msgstr "生の16ビット48KHzステレオPCMオーディオソースを表します。" -#: discord.PCMAudio:5 of -msgid "" -"*file-like object* -- A file-like object that reads byte data " -"representing raw PCM." -msgstr "*ファイルライクオブジェクト* -- 生のPCMを表したバイトデータを読み取るファイルライクオブジェクト。" +#: ../../../discord/player.py:docstring of discord.PCMAudio:5 +msgid "A file-like object that reads byte data representing raw PCM." +msgstr "" -#: discord.FFmpegPCMAudio:1 of +#: ../../../discord/player.py:docstring of discord.PCMAudio:7 +msgid "file-like object" +msgstr "" + +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:1 msgid "An audio source from FFmpeg (or AVConv)." msgstr "FFmpeg(またはAVConv)のオーディオソース。" -#: discord.FFmpegPCMAudio:3 of +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:3 msgid "This launches a sub-process to a specific input file given." msgstr "与えられた特定の入力ファイルに対してサブプロセスを起動します。" -#: discord.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.FFmpegPCMAudio:7 +msgid "You must have the ffmpeg or avconv executable in your path environment variable in order for this to work." msgstr "環境変数にffmpegまたはavconv実行可能ファイルがなければなりません。" -#: discord.FFmpegPCMAudio:10 of -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.py:docstring of discord.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.FFmpegPCMAudio:14 of +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:14 msgid "The executable name (and path) to use. Defaults to ``ffmpeg``." msgstr "使用する実行可能ファイルの名前 (およびパス)。デフォルトでは ``ffmpeg`` です。" -#: discord.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.FFmpegPCMAudio:16 +msgid "If true, denotes that ``source`` parameter will be passed to the stdin of ffmpeg. Defaults to ``False``." msgstr "Trueの場合、 ``source`` パラメータがffmpegの標準入力に渡されます。デフォルトでは ``False`` です。" -#: discord.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.FFmpegPCMAudio:19 +msgid "A file-like object to pass to the Popen constructor. Could also be an instance of ``subprocess.PIPE``." msgstr "Popenのコンストラクタに渡すファイルライクオブジェクト。 ``subprocess.PIPE`` のようなインスタンスにすることも可能です。" -#: discord.FFmpegPCMAudio:22 of +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:22 msgid "Extra command line arguments to pass to ffmpeg after the ``-i`` flag." msgstr "``-i`` フラグのあとにffmepgに渡す追加のコマンドライン引数。" -#: discord.FFmpegPCMAudio:24 of +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:24 msgid "Extra command line arguments to pass to ffmpeg before the ``-i`` flag." msgstr "``-i`` フラグのまえにffmepgに渡す追加のコマンドライン引数。" -#: discord.FFmpegPCMAudio:27 of +#: ../../../discord/player.py:docstring of discord.FFmpegPCMAudio:27 msgid ":exc:`ClientException` -- The subprocess failed to be created." msgstr ":exc:`ClientException` -- サブプロセスの作成に失敗した。" -#: discord.PCMVolumeTransformer:1 of +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer:1 msgid "Transforms a previous :class:`AudioSource` to have volume controls." msgstr "前述の :class:`AudioSource` をボリュームコントロールを持つものに変換します。" -#: discord.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.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.PCMVolumeTransformer:6 of +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer:6 msgid "The original AudioSource to transform." msgstr "変換する元のAudioSource。" -#: discord.PCMVolumeTransformer:8 of +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer:8 msgid "The initial volume to set it to. See :attr:`volume` for more info." msgstr "設定する初期ボリューム。詳細は :attr:`volume` を参照してください。" -#: discord.PCMVolumeTransformer:12 of +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer:12 msgid ":exc:`TypeError` -- Not an audio source." msgstr ":exc:`TypeError` -- オーディオソースでない。" -#: discord.PCMVolumeTransformer:13 of +#: ../../../discord/player.py:docstring of discord.PCMVolumeTransformer:13 msgid ":exc:`ClientException` -- The audio source is opus encoded." msgstr ":exc:`ClientException` -- オーディオソースがopusエンコード済み。" -#: discord.PCMVolumeTransformer.volume:1 of -msgid "" -"Retrieves or sets the volume as a floating point percentage (e.g. 1.0 for" -" 100%)." +#: ../../../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 "ボリュームを浮動小数点数パーセンテージ (100%の場合は1.0)として取得、または設定します。" #: ../../api.rst:64 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共有ライブラリを音声用にロードします。" -#: discord.opus.load_opus:3 of -msgid "" -"If this function is not called then the library uses the function " -"`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 `ctypes.util.find_library`__ and then loads that one if available." msgstr "この関数が呼び出されない場合、ライブラリは `ctypes.util.find_library`__ 関数を使用して利用可能であればロードします。" -#: discord.opus.load_opus:10 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:10 msgid "Not loading a library leads to voice not working." msgstr "ライブラリをロードしないと音声が機能しなくなります。" -#: discord.opus.load_opus:12 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:12 msgid "This function propagates the exceptions thrown." msgstr "この関数は、スローされた例外を伝播します。" -#: discord.opus.load_opus:16 of -msgid "" -"On Windows, this function should not need to be called as the binaries " -"are automatically loaded." -msgstr "" +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:16 +msgid "On Windows, this function should not need to be called as the binaries are automatically loaded." +msgstr "Windowsでは、バイナリが自動的に読み込まれるため、この関数を呼び出す必要はありません。" -#: discord.opus.load_opus:21 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:21 +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:28 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, `find library`_ will usually find the library " -"automatically without you having to call this." -msgstr "" -"Windowsでは .dll拡張は必要ありませんが、Linuxではライブラリをロードするために ``libopus.so.1`` " -"のような完全な拡張ライブラリが必要です。しかしながら、Linux上でも通常の場合は `find library`_ " -"が自動的にライブラリを検出します。" +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:28 +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, `find library`_ will usually find the library automatically without you having to call this." +msgstr "Windowsでは .dll拡張は必要ありませんが、Linuxではライブラリをロードするために ``libopus.so.1`` のような完全な拡張ライブラリが必要です。しかしながら、Linux上でも通常の場合は `find library`_ が自動的にライブラリを検出します。" -#: discord.opus.load_opus:33 of +#: ../../../discord/opus.py:docstring of discord.opus.load_opus:33 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 " -"``ctypes.util.find_library`` call of :func:`load_opus`." -msgstr "" -":func:`load_opus` の ``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 ``ctypes.util.find_library`` call of :func:`load_opus`." +msgstr ":func:`load_opus` の ``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ライブラリがロードされているかを表します。" -#: discord.opus.is_loaded:7 of -#, fuzzy -msgid ":class:`bool`" -msgstr ":class:`Webhook`" - #: ../../api.rst:73 msgid "Event Reference" msgstr "イベントリファレンス" #: ../../api.rst:75 -msgid "" -"This page outlines the different types of events listened by " -":class:`Client`." +msgid "This page outlines the different types of events listened by :class:`Client`." msgstr "この項目では :class:`Client` が受け取る様々なイベントについて説明します。" #: ../../api.rst:77 -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` を継承してサブクラスを作り、イベントをオーバーライドする方法です。この方法を用いた場合は以下のようになります:" +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:92 -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` が呼び出されます。 " -"デフォルトではトレースバックが出力され、例外は無視されます。" +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:97 -msgid "" -"All the events must be a |corourl|_. 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 "" -"すべてのイベントは |corourl|_ である必要があります。 |corourl|_ " -"でない場合、予期せぬエラーが発生する可能性があります。関数をコルーチンにするには、関数定義の際に ``async def`` を使用してください。" +msgid "All the events must be a |corourl|_. 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 "すべてのイベントは |corourl|_ である必要があります。 |corourl|_ でない場合、予期せぬエラーが発生する可能性があります。関数をコルーチンにするには、関数定義の際に ``async def`` を使用してください。" #: ../../api.rst:103 -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` を参照してください。" +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:106 msgid "The warnings on :func:`on_ready` also apply." msgstr ":func:`on_ready` での警告も適用されます。" #: ../../api.rst:110 -msgid "" -"Called when the client has disconnected from Discord. This could happen " -"either through the internet being disconnected, explicit calls to logout," -" or Discord terminating the connection one way or the other." -msgstr "" +msgid "Called when the client has disconnected from Discord. This could happen either through the internet being disconnected, explicit calls to logout, or Discord terminating the connection one way or the other." +msgstr "クライアントがDiscordから切断した際に呼び出されます。これはインターネットが切断された、明示的にログアウトした、またはDiscord側から何らかの方法で切断されたというような場合に呼び出される可能性があります。" #: ../../api.rst:114 -#, fuzzy msgid "This function can be called many times." -msgstr "この関数は、異なる二通りの方法で使用することができます。" +msgstr "この関数は何度でも呼び出すことができます。" #: ../../api.rst:118 -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` とそれに関連するものの準備が完了したときです。" +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:123 -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 "" -"このイベントは、最初に呼び出されるイベントとは限りません。同時に、このイベントは **一度だけ呼ばれるという保証もできません** " -"。このライブラリは、再接続ロジックを実装しているためリジューム要求が失敗するたびにこのイベントが呼び出されることになります。" +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:130 -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` とほとんど同じです。" +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:133 msgid "The shard ID that is ready." @@ -1904,33 +1948,16 @@ msgid "Called when the client has resumed a session." msgstr "クライアントがセッションを再開したときに呼び出されます。" #: ../../api.rst:141 -#, fuzzy -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に出力され、例外は無視されます。この動作を変更し、何らかの理由で例外を処理したい場合は、このイベントをオーバーライドすることができます。これを行った場合、トレースバックを出力する動作が行われなくなります。" +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:147 -#, fuzzy -msgid "" -"The information of the exception raised and the exception itself can be " -"retrieved with a standard call to ``sys.exc_info()``." -msgstr "発生した例外の情報と例外自体は ``sys.exc_info()`` の標準呼び出して取得することができます。" +msgid "The information of the exception raised and the exception itself can be retrieved with a standard call to ``sys.exc_info()``." +msgstr "発生した例外の情報と、例外事態は ``sys.exc_info()`` への標準呼び出しで取得できます。" #: ../../api.rst:150 -#, 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 ``raise``" -" statement. Exceptions raised by ``on_error`` will not be handled in any" -" way by :class:`Client`." -msgstr "" -":class:`Client` からの例外を伝えたい場合は、空の ``raise`` からなる ``on_error`` " -"ハンドラを定義することができます。しかし、 ``on_error`` にで発生した例外は :class:`Client` " -"で処理されることはありません。" +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 ``raise`` statement. Exceptions raised by ``on_error`` will not be handled in any way by :class:`Client`." +msgstr "例外を :class:`Client` クラスの外に伝播させたい場合は、単一の空の ``raise`` 文を持つ ``on_error`` を定義することができます。発生した例外は、 :class:`Client` の ``on_error`` では決して処理されることはありません。" #: ../../api.rst:155 msgid "The name of the event that raised the exception." @@ -1941,74 +1968,44 @@ msgid "The positional arguments for the event that raised the exception." msgstr "例外を発生させたイベントの位置引数。" #: ../../api.rst:158 -#, fuzzy msgid "The keyword arguments for the event that raised the exception." msgstr "例外を発生させたイベントのキーワード引数。" #: ../../api.rst:163 -msgid "" -"Called whenever a message is received from the WebSocket, before it's " -"processed. This event is always dispatched when a message is received and" -" the passed data is not processed in any way." +msgid "Called whenever a message is received from the WebSocket, before it's processed. This event is always dispatched when a message is received and the passed data is not processed in any way." msgstr "メッセージが処理される前、WebSocketからメッセージが受信されるたびに呼び出されます。このイベントはメッセージを受信した場合、渡されたデータが処理できないときでも常に呼びだされます。" #: ../../api.rst:167 ../../api.rst:185 -msgid "" -"This is only really useful for grabbing the WebSocket stream and " -"debugging purposes." +msgid "This is only really useful for grabbing the WebSocket stream and debugging purposes." msgstr "これはWebSocketストリームを取得してデバッグする時のみに役に立ちます。" #: ../../api.rst:172 ../../api.rst:190 -msgid "" -"This is only for the messages received from the client WebSocket. The " -"voice WebSocket will not trigger this event." +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:175 -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 "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` です。" #: ../../api.rst:181 -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." +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:193 -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` です。" +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:199 msgid "Called when someone begins typing a message." msgstr "誰かがメッセージを入力し始めたときに呼び出されます。" #: ../../api.rst:201 -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` " -"のいずれかです。" +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:205 -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` です。" +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:208 msgid "The location where the typing originated from." @@ -2027,12 +2024,7 @@ msgid "Called when a :class:`Message` is created and sent." msgstr ":class:`Message` が作成され送信されたときに呼び出されます。" #: ../../api.rst:218 -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." +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を確認する方法が考えられます。この問題はBotが抱えるものではありません。" #: ../../api.rst:224 @@ -2040,50 +2032,31 @@ msgid "A :class:`Message` of the current message." msgstr "現在のメッセージの :class:`Message` インスタンス。" #: ../../api.rst:228 -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 "" +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:233 ../../api.rst:246 ../../api.rst:279 msgid "If this occurs increase the :attr:`Client.max_messages` attribute." -msgstr "" +msgstr "このような場合には :attr:`Client.max_messages` を増やしてください。" #: ../../api.rst:235 msgid "A :class:`Message` of the deleted message." msgstr "削除されたメッセージの :class:`Message` インスタンス。" #: ../../api.rst:239 -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 "" +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:248 -#, fuzzy msgid "A :class:`list` of :class:`Message` that have been deleted." -msgstr "ユーザーがブロックしている :class:`User` の :class:`list` が返ります。" +msgstr "削除された :class:`Message` の :class:`list` 。" #: ../../api.rst:252 -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` " -"とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" +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:255 -msgid "" -"If the message is found in the message cache, it can be accessed " -"via:attr:`RawMessageDeleteEvent.cached_message`" +msgid "If the message is found in the message cache, it can be accessed via :attr:`RawMessageDeleteEvent.cached_message`" msgstr "" #: ../../api.rst:258 ../../api.rst:269 ../../api.rst:307 ../../api.rst:328 @@ -2092,32 +2065,16 @@ msgid "The raw event payload data." msgstr "生のイベントペイロードデータ。" #: ../../api.rst:263 -#, fuzzy -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_message_delete` " -"とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" +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:266 -msgid "" -"If the messages are found in the message cache, they can be accessed via " -":attr:`RawBulkMessageDeleteEvent.cached_messages`" -msgstr "" +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:274 -#, fuzzy -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` " -"が更新イベントを受け取ったときに呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" -" :class:`Client` の ``max_messages`` オプションを増加させることで修正できます。" +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:281 msgid "The following non-exhaustive cases trigger this event:" @@ -2136,14 +2093,12 @@ msgid "The message has received an embed." msgstr "メッセージが埋め込みを受け取った。" #: ../../api.rst:287 -msgid "" -"For performance reasons, the embed server does not do this in a " -"\"consistent\" manner." +msgid "For performance reasons, the embed server does not do this in a \"consistent\" manner." msgstr "パフォーマンス上の理由から、埋め込みのサーバーはこれを「一貫した」方法では行いません。" #: ../../api.rst:289 msgid "A call message has received an update to its participants or ending time." -msgstr "" +msgstr "通話呼び出しメッセージの参加者や終了時刻が変わった。" #: ../../api.rst:291 msgid "A :class:`Message` of the previous version of the message." @@ -2154,90 +2109,55 @@ msgid "A :class:`Message` of the current version of the message." msgstr "メッセージの現在の :class:`Message` インスタンス。" #: ../../api.rst:296 -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` " -"とは異なり、これは内部のメッセージキャッシュの状態に関係なく呼び出されます。" +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:299 -msgid "" -"Due to the inherently raw nature of this event, the data parameter " -"coincides with the raw data given by the `gateway " -"`_" -msgstr "" -"このイベントの性質は、本質的に生表現のため、データのパラメータは `gateway " -"`_ " -"によって与えられた生データと一致します。" +msgid "Due to the inherently raw nature of this event, the data parameter coincides with the raw data given by the `gateway `_" +msgstr "このイベントの性質は、本質的に生表現のため、データのパラメータは `gateway `_ によって与えられた生データと一致します。" #: ../../api.rst:302 -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 "" +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:312 -#, 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." +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." msgstr "" -"メッセージが削除された際に呼び出されます。 :func:`on_message_delete` " -"とは異なり、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" #: ../../api.rst:318 -msgid "" -"To get the :class:`Message` being reacted, access it via " -":attr:`Reaction.message`." -msgstr "" +msgid "To get the :class:`Message` being reacted, access it via :attr:`Reaction.message`." +msgstr "リアクションの付いた:class:`Message`を取得するには、:attr:`Reaction.message`を使ってください。" #: ../../api.rst:320 ../../api.rst:341 msgid "A :class:`Reaction` showing the current state of the reaction." -msgstr "" +msgstr "リアクションの現在の状態を示す :class:`Reaction`。" #: ../../api.rst:321 msgid "A :class:`User` or :class:`Member` of the user who added the reaction." -msgstr "" +msgstr "リアクションを追加した:class:`User` か :class:`Member`。" #: ../../api.rst:325 -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 "" +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:333 -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 "" +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:339 msgid "To get the message being reacted, access it via :attr:`Reaction.message`." -msgstr "" +msgstr "リアクションの付いたメッセージを取得するには、:attr:`Reaction.message`を使ってください。" #: ../../api.rst:342 msgid "A :class:`User` or :class:`Member` of the user whose reaction was removed." -msgstr "" +msgstr "リアクションを削除したユーザーの :class:`User` または :class:`Member` オブジェクト。" #: ../../api.rst:346 -msgid "" -"Called when a reaction has a reaction removed. Unlike " -":func:`on_reaction_remove`, this is called regardless of the state of the" -" internal message cache." +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 "" #: ../../api.rst:354 -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." +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." msgstr "" #: ../../api.rst:358 @@ -2249,10 +2169,7 @@ msgid "A list of :class:`Reaction`\\s that were removed." msgstr "" #: ../../api.rst:363 -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." +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 "" #: ../../api.rst:372 @@ -2284,9 +2201,7 @@ msgid "The :class:`abc.PrivateChannel` that had it's pins updated." msgstr "" #: ../../api.rst:388 ../../api.rst:412 -msgid "" -"A ``datetime.datetime`` object representing when the latest message was " -"pinned or ``None`` if there are no pins." +msgid "A ``datetime.datetime`` object representing when the latest message was pinned or ``None`` if there are no pins." msgstr "" #: ../../api.rst:394 @@ -2302,9 +2217,7 @@ msgid "The :class:`abc.GuildChannel` that got created or deleted." msgstr "" #: ../../api.rst:402 -msgid "" -"Called whenever a guild channel is updated. e.g. changed name, topic, " -"permissions." +msgid "Called whenever a guild channel is updated. e.g. changed name, topic, permissions." msgstr "" #: ../../api.rst:404 @@ -2324,9 +2237,7 @@ msgid "The :class:`abc.GuildChannel` that had it's pins updated." msgstr "" #: ../../api.rst:417 -msgid "" -"Called whenever an integration is created, modified, or removed from a " -"guild." +msgid "Called whenever an integration is created, modified, or removed from a guild." msgstr "" #: ../../api.rst:419 @@ -2334,9 +2245,7 @@ msgid "The :class:`Guild` that had its integrations updated." msgstr "" #: ../../api.rst:423 -msgid "" -"Called whenever a webhook is created, modified, or removed from a guild " -"channel." +msgid "Called whenever a webhook is created, modified, or removed from a guild channel." msgstr "" #: ../../api.rst:425 @@ -2371,7 +2280,8 @@ msgstr "" msgid "nickname" msgstr "" -#: ../../api.rst:443 discord.Member.edit:16 of +#: ../../api.rst:443 ../../../discord/member.py:docstring of +#: discord.Member.edit:16 msgid "roles" msgstr "" @@ -2384,9 +2294,8 @@ msgid "The :class:`Member` that updated their profile with the updated info." msgstr "" #: ../../api.rst:450 -#, fuzzy msgid "Called when a :class:`User` updates their profile." -msgstr ":class:`Guild` が更新された際に呼び出されます。例えば:" +msgstr "" #: ../../api.rst:454 msgid "avatar" @@ -2401,22 +2310,16 @@ msgid "discriminator" msgstr "" #: ../../api.rst:458 -#, fuzzy msgid "The :class:`User` that updated their profile with the old info." -msgstr "更新された :class:`Role` の更新前の情報。" +msgstr "" #: ../../api.rst:459 -#, fuzzy msgid "The :class:`User` that updated their profile with the updated info." -msgstr "更新された :class:`Role` の更新後の情報。" +msgstr "" #: ../../api.rst:463 -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` " -"がギルドに参加した際に呼び出されます。" +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:466 msgid "The :class:`Guild` that was joined." @@ -2447,13 +2350,8 @@ msgid "The client or the guild owner deleted the guild." msgstr "クライアント、またはギルドオーナーがギルドを削除した。" #: ../../api.rst:479 -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` にギルドが存在しなければならない)" +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:482 msgid "The :class:`Guild` that got removed." @@ -2528,9 +2426,7 @@ msgid "A list of :class:`Emoji` after the update." msgstr "" #: ../../api.rst:523 -msgid "" -"Called when a guild becomes available or unavailable. The guild must have" -" existed in the :attr:`Client.guilds` cache." +msgid "Called when a guild becomes available or unavailable. The guild must have existed in the :attr:`Client.guilds` cache." msgstr "" #: ../../api.rst:526 @@ -2542,9 +2438,7 @@ msgid "Called when a :class:`Member` changes their :class:`VoiceState`." msgstr "" #: ../../api.rst:532 -msgid "" -"The following, but not limited to, examples illustrate when this event is" -" called:" +msgid "The following, but not limited to, examples illustrate when this event is called:" msgstr "" #: ../../api.rst:534 @@ -2584,9 +2478,7 @@ msgid "The :class:`Guild` the user got banned from." msgstr "" #: ../../api.rst:548 -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." +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 "" #: ../../api.rst:554 @@ -2602,10 +2494,7 @@ msgid "The :class:`User` that got unbanned." msgstr "" #: ../../api.rst:562 -msgid "" -"Called when someone joins or leaves a group, i.e. a " -":class:`PrivateChannel` with a :attr:`PrivateChannel.type` of " -":attr:`ChannelType.group`." +msgid "Called when someone joins or leaves a group, i.e. a :class:`PrivateChannel` with a :attr:`PrivateChannel.type` of :attr:`ChannelType.group`." msgstr "" #: ../../api.rst:565 @@ -2617,9 +2506,7 @@ msgid "The user that joined or left." msgstr "参加または脱退したユーザー。" #: ../../api.rst:571 -msgid "" -"Called when a :class:`Relationship` is added or removed from the " -":class:`ClientUser`." +msgid "Called when a :class:`Relationship` is added or removed from the :class:`ClientUser`." msgstr "" #: ../../api.rst:574 @@ -2627,9 +2514,7 @@ msgid "The relationship that was added or removed." msgstr "" #: ../../api.rst:578 -msgid "" -"Called when a :class:`Relationship` is updated, e.g. when you block a " -"friend or a friendship is accepted." +msgid "Called when a :class:`Relationship` is updated, e.g. when you block a friend or a friendship is accepted." msgstr "" #: ../../api.rst:581 @@ -2644,153 +2529,119 @@ msgstr "" msgid "Utility Functions" msgstr "ユーティリティ関数" -#: discord.utils.find:1 of -msgid "" -"A helper to return the first element found in the sequence that meets the" -" predicate. For example: ::" +#: ../../../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.find:6 of -msgid "" -"would find the first :class:`Member` whose name is 'Mighty' and return " -"it. If an entry is not found, then ``None`` is returned." +#: ../../../discord/utils.py:docstring of discord.utils.find:6 +msgid "would find the first :class:`Member` whose name is 'Mighty' and return it. If an entry is not found, then ``None`` is returned." msgstr "" -#: discord.utils.find:9 of -msgid "" -"This is different from `filter`_ due to the fact it stops the moment it " -"finds a valid entry." +#: ../../../discord/utils.py:docstring of discord.utils.find:9 +msgid "This is different from `filter`_ due to the fact it stops the moment it finds a valid entry." msgstr "" -#: discord.utils.find:15 of +#: ../../../discord/utils.py:docstring of discord.utils.find:15 msgid "A function that returns a boolean-like result." msgstr "" -#: discord.utils.find:16 of +#: ../../../discord/utils.py:docstring of discord.utils.find:16 msgid "The iterable to search through." 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`." +#: ../../../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 "" -#: 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." +#: ../../../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.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." +#: ../../../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 "" -#: discord.utils.get:12 of -msgid "" -"If nothing is found that matches the attributes passed, then ``None`` is " -"returned." +#: ../../../discord/utils.py:docstring of discord.utils.get:12 +msgid "If nothing is found that matches the attributes passed, then ``None`` is returned." msgstr "" -#: discord.utils.get:17 of +#: ../../../discord/utils.py:docstring of discord.utils.get:17 msgid "Basic usage:" msgstr "" -#: discord.utils.get:23 of +#: ../../../discord/utils.py:docstring of discord.utils.get:23 msgid "Multiple attribute matching:" msgstr "" -#: discord.utils.get:29 of +#: ../../../discord/utils.py:docstring of discord.utils.get:29 msgid "Nested attribute matching:" msgstr "" -#: discord.utils.get:35 of +#: ../../../discord/utils.py:docstring of discord.utils.get:35 msgid "An iterable to search through." msgstr "" -#: discord.utils.get:36 of +#: ../../../discord/utils.py:docstring of discord.utils.get:36 msgid "Keyword arguments that denote attributes to search with." msgstr "" -#: discord.utils.snowflake_time:1 of +#: ../../../discord/utils.py:docstring of discord.utils.snowflake_time:1 msgid "Returns the creation date in UTC of a discord id." msgstr "" -#: discord.utils.oauth_url:1 of -msgid "" -"A helper function that returns the OAuth2 URL for inviting the bot into " -"guilds." +#: ../../../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 "" -#: discord.utils.oauth_url:4 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:4 msgid "The client ID for your bot." msgstr "" -#: discord.utils.oauth_url:6 of -msgid "" -"The permissions you're requesting. If not given then you won't be " -"requesting any permissions." +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:6 +msgid "The permissions you're requesting. If not given then you won't be requesting any permissions." msgstr "" -#: discord.utils.oauth_url:9 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:9 msgid "The guild to pre-select in the authorization screen, if available." msgstr "" -#: discord.utils.oauth_url:11 of +#: ../../../discord/utils.py:docstring of discord.utils.oauth_url:11 msgid "An optional valid redirect URI." 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.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``." +#: ../../../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 "" -#: 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``." +#: ../../../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 "" -#: 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_markdown:18 discord.utils.escape_mentions:11 of -#, fuzzy -msgid ":class:`str`" -msgstr ":class:`User`" - -#: 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 "" -#: 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:7 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:7 msgid "The text to escape mentions from." msgstr "" -#: discord.utils.escape_mentions:10 of +#: ../../../discord/utils.py:docstring of discord.utils.escape_mentions:10 msgid "The text with the mentions removed." msgstr "" @@ -2815,9 +2666,7 @@ msgid "An alias for :attr:`premium`." msgstr "" #: ../../api.rst:620 -msgid "" -"A naive UTC datetime indicating how long the user has been premium since." -" This could be ``None`` if not applicable." +msgid "A naive UTC datetime indicating how long the user has been premium since. This could be ``None`` if not applicable." msgstr "" #: ../../api.rst:624 @@ -2845,9 +2694,7 @@ msgid "A list of :class:`HypeSquadHouse` that the user is in." msgstr "" #: ../../api.rst:642 -msgid "" -"A list of :class:`Guild` that the :class:`ClientUser` shares with this " -"user." +msgid "A list of :class:`Guild` that the :class:`ClientUser` shares with this user." msgstr "" #: ../../api.rst:646 @@ -2863,10 +2710,7 @@ msgid "Enumerations" msgstr "列挙型" #: ../../api.rst:657 -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." +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.rst:660 @@ -2898,14 +2742,11 @@ msgid "A guild news channel." msgstr "" #: ../../api.rst:686 -#, fuzzy msgid "A guild store channel." -msgstr "テキストチャンネル。" +msgstr "" #: ../../api.rst:690 -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." +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 "" #: ../../api.rst:695 @@ -2913,21 +2754,15 @@ msgid "The default message type. This is the same as regular messages." msgstr "" #: ../../api.rst:698 -msgid "" -"The system message when a recipient is added to a group private message, " -"i.e. a private channel of type :attr:`ChannelType.group`." +msgid "The system message when a recipient is added to a group private message, i.e. a private channel of type :attr:`ChannelType.group`." msgstr "" #: ../../api.rst:702 -msgid "" -"The system message when a recipient is removed from a group private " -"message, i.e. a private channel of type :attr:`ChannelType.group`." +msgid "The system message when a recipient is removed from a group private message, i.e. a private channel of type :attr:`ChannelType.group`." msgstr "" #: ../../api.rst:706 -msgid "" -"The system message denoting call state, e.g. missed call, started call, " -"etc." +msgid "The system message denoting call state, e.g. missed call, started call, etc." msgstr "" #: ../../api.rst:710 @@ -2939,9 +2774,7 @@ msgid "The system message denoting that a channel's icon has been changed." msgstr "" #: ../../api.rst:716 -msgid "" -"The system message denoting that a pinned message has been added to a " -"channel." +msgid "The system message denoting that a pinned message has been added to a channel." msgstr "" #: ../../api.rst:719 @@ -2949,9 +2782,7 @@ msgid "The system message denoting that a new member has joined a Guild." msgstr "" #: ../../api.rst:723 -msgid "" -"Specifies the type of :class:`Activity`. This is used to check how to " -"interpret the activity itself." +msgid "Specifies the type of :class:`Activity`. This is used to check how to interpret the activity itself." msgstr "" #: ../../api.rst:728 @@ -3071,10 +2902,7 @@ msgid "The US West region for VIP guilds." msgstr "" #: ../../api.rst:820 -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 "" #: ../../api.rst:827 @@ -3110,16 +2938,11 @@ msgid "Member must have a verified email on their Discord account." msgstr "" #: ../../api.rst:852 -msgid "" -"Member must have a verified email and be registered on Discord for more " -"than five minutes." +msgid "Member must have a verified email and be registered on Discord for more than five minutes." msgstr "" #: ../../api.rst:856 -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." +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 "" #: ../../api.rst:861 @@ -3135,15 +2958,11 @@ msgid "An alias for :attr:`extreme`." msgstr "" #: ../../api.rst:872 -msgid "" -"Specifies whether a :class:`Guild` has notifications on for all messages " -"or mentions only by default." +msgid "Specifies whether a :class:`Guild` has notifications on for all messages or mentions only by default." msgstr "" #: ../../api.rst:876 -msgid "" -"Members receive notifications for every message regardless of them being " -"mentioned." +msgid "Members receive notifications for every message regardless of them being mentioned." msgstr "" #: ../../api.rst:879 @@ -3151,10 +2970,7 @@ msgid "Members receive notifications for messages they are mentioned in." msgstr "" #: ../../api.rst:883 -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." +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 "" #: ../../api.rst:891 @@ -3218,10 +3034,7 @@ msgid "An alias for :attr:`dnd`." msgstr "" #: ../../api.rst:939 -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." +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 "" #: ../../api.rst:945 @@ -3245,9 +3058,7 @@ msgid "You have sent a friend request to this user." msgstr "" #: ../../api.rst:963 -msgid "" -"Represents the type of action being done for a :class:`AuditLogEntry`\\, " -"which is retrievable via :meth:`Guild.audit_logs`." +msgid "Represents the type of action being done for a :class:`AuditLogEntry`\\, which is retrievable via :meth:`Guild.audit_logs`." msgstr "" #: ../../api.rst:968 @@ -3283,9 +3094,7 @@ msgid "Changing things related to the guild widget" msgstr "" #: ../../api.rst:978 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Guild`." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Guild`." msgstr "" #: ../../api.rst:981 ../../api.rst:1004 ../../api.rst:1023 ../../api.rst:1042 @@ -3344,15 +3153,11 @@ msgid "A new channel was created." msgstr "" #: ../../api.rst:998 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is " -"either a :class:`abc.GuildChannel` or :class:`Object` with an ID." +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 "" #: ../../api.rst:1001 -msgid "" -"A more filled out object in the :class:`Object` case can be found by " -"using :attr:`~AuditLogEntry.after`." +msgid "A more filled out object in the :class:`Object` case can be found by using :attr:`~AuditLogEntry.after`." msgstr "" #: ../../api.rst:1007 ../../api.rst:1026 ../../api.rst:1045 ../../api.rst:1066 @@ -3377,15 +3182,11 @@ msgid "The channel bitrate was changed" msgstr "" #: ../../api.rst:1017 ../../api.rst:1052 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`abc.GuildChannel` or :class:`Object` with an ID." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`abc.GuildChannel` or :class:`Object` with an ID." msgstr "" #: ../../api.rst:1020 -msgid "" -"A more filled out object in the :class:`Object` case can be found by " -"using :attr:`~AuditLogEntry.after` or :attr:`~AuditLogEntry.before`." +msgid "A more filled out object in the :class:`Object` case can be found by using :attr:`~AuditLogEntry.after` or :attr:`~AuditLogEntry.before`." msgstr "" #: ../../api.rst:1027 @@ -3405,15 +3206,11 @@ msgid "A channel was deleted." msgstr "" #: ../../api.rst:1036 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is an " -":class:`Object` with an ID." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is an :class:`Object` with an ID." msgstr "" #: ../../api.rst:1039 -msgid "" -"A more filled out object can be found by using the " -":attr:`~AuditLogEntry.before` object." +msgid "A more filled out object can be found by using the :attr:`~AuditLogEntry.before` object." msgstr "" #: ../../api.rst:1050 @@ -3421,12 +3218,7 @@ msgid "A channel permission overwrite was created." msgstr "" #: ../../api.rst:1055 -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." +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 "" #: ../../api.rst:1063 ../../api.rst:1079 ../../api.rst:1094 @@ -3442,16 +3234,11 @@ msgid ":attr:`~AuditLogDiff.id`" msgstr "" #: ../../api.rst:1070 -msgid "" -"A channel permission overwrite was changed, this is typically when the " -"permission values change." +msgid "A channel permission overwrite was changed, this is typically when the permission values change." msgstr "" #: ../../api.rst:1073 ../../api.rst:1088 -msgid "" -"See :attr:`overwrite_create` for more information on how the " -":attr:`~AuditLogEntry.target` and :attr:`~AuditLogEntry.extra` fields are" -" set." +msgid "See :attr:`overwrite_create` for more information on how the :attr:`~AuditLogEntry.target` and :attr:`~AuditLogEntry.extra` fields are set." msgstr "" #: ../../api.rst:1086 @@ -3463,9 +3250,7 @@ msgid "A member was kicked." msgstr "" #: ../../api.rst:1103 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got kicked." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got kicked." msgstr "" #: ../../api.rst:1106 ../../api.rst:1121 ../../api.rst:1130 ../../api.rst:1139 @@ -3477,15 +3262,11 @@ msgid "A member prune was triggered." msgstr "" #: ../../api.rst:1112 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is set" -" to `None`." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is set to `None`." msgstr "" #: ../../api.rst:1115 ../../api.rst:1343 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.extra` is set " -"to an unspecified proxy object with two attributes:" +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:1118 @@ -3501,9 +3282,7 @@ msgid "A member was banned." msgstr "" #: ../../api.rst:1127 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got banned." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got banned." msgstr "" #: ../../api.rst:1134 @@ -3511,9 +3290,7 @@ msgid "A member was unbanned." msgstr "" #: ../../api.rst:1136 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`User` who got unbanned." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`User` who got unbanned." msgstr "" #: ../../api.rst:1143 @@ -3529,9 +3306,7 @@ msgid "They were server muted or deafened (or it was undo'd)" msgstr "" #: ../../api.rst:1148 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who got updated." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who got updated." msgstr "" #: ../../api.rst:1153 @@ -3547,15 +3322,11 @@ msgid ":attr:`~AuditLogDiff.deaf`" msgstr "" #: ../../api.rst:1159 -msgid "" -"A member's role has been updated. This triggers when a member either " -"gains a role or losses a role." +msgid "A member's role has been updated. This triggers when a member either gains a role or losses a role." msgstr "" #: ../../api.rst:1162 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who got the role." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Member` or :class:`User` who got the role." msgstr "" #: ../../api.rst:1167 @@ -3567,9 +3338,7 @@ msgid "A new role was created." msgstr "" #: ../../api.rst:1173 ../../api.rst:1193 ../../api.rst:1208 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Role` or a :class:`Object` with the ID." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Role` or a :class:`Object` with the ID." msgstr "" #: ../../api.rst:1178 ../../api.rst:1198 ../../api.rst:1213 @@ -3617,9 +3386,7 @@ msgid "An invite was created." msgstr "" #: ../../api.rst:1223 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was created." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was created." msgstr "" #: ../../api.rst:1228 ../../api.rst:1252 @@ -3656,9 +3423,7 @@ msgid "An invite was updated." msgstr "" #: ../../api.rst:1240 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was updated." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was updated." msgstr "" #: ../../api.rst:1245 @@ -3666,9 +3431,7 @@ msgid "An invite was deleted." msgstr "" #: ../../api.rst:1247 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Invite` that was deleted." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Invite` that was deleted." msgstr "" #: ../../api.rst:1262 @@ -3676,9 +3439,7 @@ msgid "A webhook was created." msgstr "" #: ../../api.rst:1264 ../../api.rst:1280 ../../api.rst:1292 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the webhook ID." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the webhook ID." msgstr "" #: ../../api.rst:1271 ../../api.rst:1299 @@ -3706,9 +3467,7 @@ msgid "An emoji was created." msgstr "" #: ../../api.rst:1305 ../../api.rst:1316 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Emoji` or :class:`Object` with the emoji ID." +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:1314 @@ -3720,22 +3479,15 @@ msgid "An emoji was deleted." msgstr "" #: ../../api.rst:1327 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Object` with the emoji ID." +msgid "When this is the action, the type of :attr:`~AuditLogEntry.target` is the :class:`Object` with the emoji ID." msgstr "" #: ../../api.rst:1336 -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." +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 "" #: ../../api.rst:1340 -msgid "" -"When this is the action, the type of :attr:`~AuditLogEntry.target` is the" -" :class:`Member` or :class:`User` who had their message deleted." +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:1346 @@ -3743,9 +3495,7 @@ msgid "``count``: An integer specifying how many messages were deleted." msgstr "" #: ../../api.rst:1347 -msgid "" -"``channel``: A :class:`TextChannel` or :class:`Object` with the channel " -"ID where the message got deleted." +msgid "``channel``: A :class:`TextChannel` or :class:`Object` with the channel ID where the message got deleted." msgstr "" #: ../../api.rst:1352 @@ -3773,11 +3523,7 @@ msgid "Async Iterator" msgstr "非同期イテレータ" #: ../../api.rst:1373 -msgid "" -"Some API functions return an \"async iterator\". An async iterator is " -"something that is capable of being used in an `async for " -"`_ statement." +msgid "Some API functions return an \"async iterator\". An async iterator is something that is capable of being used in an `async for `_ statement." msgstr "" #: ../../api.rst:1377 @@ -3785,8502 +3531,7591 @@ msgid "These async iterators can be used as follows: ::" msgstr "" #: ../../api.rst:1382 -msgid "" -"Certain utilities make working with async iterators easier, detailed " -"below." +msgid "Certain utilities make working with async iterators easier, detailed below." msgstr "" #: ../../api.rst:1386 -msgid "" -"Represents the \"AsyncIterator\" concept. Note that no such class exists," -" it is purely abstract." +msgid "Represents the \"AsyncIterator\" concept. Note that no such class exists, it is purely abstract." msgstr "" #: ../../api.rst:1393 -msgid "" -"Iterates over the contents of the async iterator. Note that this is only " -"available in Python 3.5 or higher." +msgid "Iterates over the contents of the async iterator." msgstr "" -#: ../../api.rst:1401 -msgid "" -"Advances the iterator by one, if possible. If no more items are found " -"then this raises :exc:`NoMoreItems`." +#: ../../api.rst:1400 +msgid "Advances the iterator by one, if possible. If no more items are found then this raises :exc:`NoMoreItems`." msgstr "" -#: ../../api.rst:1408 +#: ../../api.rst:1407 msgid "Similar to :func:`utils.get` except run over the async iterator." msgstr "" -#: ../../api.rst:1410 +#: ../../api.rst:1409 msgid "Getting the last message by a user named 'Dave' or ``None``: ::" msgstr "" -#: ../../api.rst:1418 +#: ../../api.rst:1417 msgid "Similar to :func:`utils.find` except run over the async iterator." msgstr "" -#: ../../api.rst:1420 +#: ../../api.rst:1419 msgid "Unlike :func:`utils.find`\\, the predicate provided can be a coroutine." msgstr "" -#: ../../api.rst:1423 +#: ../../api.rst:1422 msgid "Getting the last audit log with a reason or ``None``: ::" msgstr "" -#: ../../api.rst:1430 +#: ../../api.rst:1429 msgid "The predicate to use. Can be a coroutine." msgstr "" -#: ../../api.rst:1431 +#: ../../api.rst:1430 msgid "The first element that returns ``True`` for the predicate or ``None``." msgstr "" -#: ../../api.rst:1437 +#: ../../api.rst:1436 msgid "Flattens the async iterator into a :class:`list` with all the elements." msgstr "" -#: ../../api.rst:1439 +#: ../../api.rst:1438 msgid "A list of every element in the async iterator." msgstr "" -#: ../../api.rst:1444 -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." +#: ../../api.rst:1443 +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." msgstr "" -#: ../../api.rst:1449 +#: ../../api.rst:1448 msgid "Creating a content iterator: ::" msgstr "" -#: ../../api.rst:1457 +#: ../../api.rst:1456 msgid "The function to call on every element. Could be a coroutine." msgstr "" -#: ../../api.rst:1458 ../../api.rst:1475 +#: ../../api.rst:1457 ../../api.rst:1474 msgid "An async iterator." msgstr "" -#: ../../api.rst:1462 -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." +#: ../../api.rst:1461 +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." msgstr "" -#: ../../api.rst:1466 +#: ../../api.rst:1465 msgid "Getting messages by non-bot accounts: ::" msgstr "" -#: ../../api.rst:1474 +#: ../../api.rst:1473 msgid "The predicate to call on every element. Could be a coroutine." msgstr "" -#: ../../api.rst:1479 +#: ../../api.rst:1478 msgid "Audit Log Data" msgstr "サーバーログデータ" -#: ../../api.rst:1481 -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." +#: ../../api.rst:1480 +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.AuditLogEntry:1 of +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:1 msgid "Represents an Audit Log entry." msgstr "" -#: discord.AuditLogEntry:3 of +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:3 msgid "You retrieve these via :meth:`Guild.audit_logs`." msgstr "" -#: discord.AuditLogEntry:7 of -msgid ":class:`AuditLogAction` -- The action that was done." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:7 +msgid "The action that was done." msgstr "" -#: discord.AuditLogEntry:11 of -msgid "" -":class:`abc.User` -- The user who initiated this action. Usually a " -":class:`Member`\\, unless gone then it's a :class:`User`." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:9 +msgid ":class:`AuditLogAction`" msgstr "" -#: discord.AuditLogEntry:16 of -msgid ":class:`int` -- The entry ID." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:13 +msgid "The user who initiated this action. Usually a :class:`Member`\\, unless gone then it's a :class:`User`." msgstr "" -#: discord.AuditLogEntry:20 of -msgid "" -"*Any* -- The target that got changed. The exact type of this depends on " -"the action being done." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:16 +msgid ":class:`abc.User`" msgstr "" -#: discord.AuditLogEntry:25 of -msgid "Optional[:class:`str`] -- The reason this action was done." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:20 +msgid "The entry ID." msgstr "" -#: discord.AuditLogEntry:29 of -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." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:26 +msgid "The target that got changed. The exact type of this depends on the action being done." +msgstr "" + +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:29 +#: discord.AuditLogEntry:44 +msgid "Any" +msgstr "" + +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:33 +msgid "The reason this action was done." +msgstr "" + +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry:39 +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.AuditLogEntry.created_at:1 of +#: ../../../discord/audit_logs.py:docstring of +#: discord.AuditLogEntry.created_at:1 msgid "Returns the entry's creation time in UTC." msgstr "" -#: discord.AuditLogEntry.category:1 of -msgid "" -"Optional[:class:`AuditLogActionCategory`] -- The category of the action, " -"if applicable." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.category:1 +msgid "The category of the action, if applicable." +msgstr "" + +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.category:3 +msgid "Optional[:class:`AuditLogActionCategory`]" msgstr "" -#: discord.AuditLogEntry.changes:1 of -msgid ":class:`AuditLogChanges` -- The list of changes this entry has." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.changes:1 +msgid "The list of changes this entry has." msgstr "" -#: discord.AuditLogEntry.before:1 of -msgid ":class:`AuditLogDiff` -- The target's prior state." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.changes:3 +msgid ":class:`AuditLogChanges`" msgstr "" -#: discord.AuditLogEntry.after:1 of -msgid ":class:`AuditLogDiff` -- The target's subsequent state." +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.before:1 +msgid "The target's prior state." msgstr "" -#: ../../api.rst:1490 +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.before:3 +#: discord.AuditLogEntry.after:3 +msgid ":class:`AuditLogDiff`" +msgstr "" + +#: ../../../discord/audit_logs.py:docstring of discord.AuditLogEntry.after:1 +msgid "The target's subsequent state." +msgstr "" + +#: ../../api.rst:1489 msgid "An audit log change set." msgstr "" -#: ../../api.rst:1494 +#: ../../api.rst:1493 msgid "The old value. The attribute has the type of :class:`AuditLogDiff`." msgstr "" -#: ../../api.rst:1496 ../../api.rst:1516 -msgid "" -"Depending on the :class:`AuditLogActionCategory` retrieved by " -":attr:`~AuditLogEntry.category`\\, the data retrieved by this attribute " -"differs:" +#: ../../api.rst:1495 ../../api.rst:1515 +msgid "Depending on the :class:`AuditLogActionCategory` retrieved by :attr:`~AuditLogEntry.category`\\, the data retrieved by this attribute differs:" msgstr "" -#: ../../api.rst:1501 ../../api.rst:1521 +#: ../../api.rst:1500 ../../api.rst:1520 msgid "Category" msgstr "" -#: ../../api.rst:1501 ../../api.rst:1521 discord.PermissionOverwrite:15 of +#: ../../api.rst:1500 ../../api.rst:1520 +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:15 msgid "Description" msgstr "" -#: ../../api.rst:1503 ../../api.rst:1523 +#: ../../api.rst:1502 ../../api.rst:1522 msgid ":attr:`~AuditLogActionCategory.create`" msgstr "" -#: ../../api.rst:1503 +#: ../../api.rst:1502 msgid "All attributes are set to ``None``." msgstr "" -#: ../../api.rst:1505 ../../api.rst:1525 +#: ../../api.rst:1504 ../../api.rst:1524 msgid ":attr:`~AuditLogActionCategory.delete`" msgstr "" -#: ../../api.rst:1505 +#: ../../api.rst:1504 msgid "All attributes are set the value before deletion." msgstr "" -#: ../../api.rst:1507 ../../api.rst:1527 +#: ../../api.rst:1506 ../../api.rst:1526 msgid ":attr:`~AuditLogActionCategory.update`" msgstr "" -#: ../../api.rst:1507 +#: ../../api.rst:1506 msgid "All attributes are set the value before updating." msgstr "" -#: ../../api.rst:1509 ../../api.rst:1529 +#: ../../api.rst:1508 ../../api.rst:1528 msgid "``None``" msgstr "" -#: ../../api.rst:1509 ../../api.rst:1529 +#: ../../api.rst:1508 ../../api.rst:1528 msgid "No attributes are set." msgstr "" -#: ../../api.rst:1514 +#: ../../api.rst:1513 msgid "The new value. The attribute has the type of :class:`AuditLogDiff`." msgstr "" -#: ../../api.rst:1523 +#: ../../api.rst:1522 msgid "All attributes are set to the created value" msgstr "" -#: ../../api.rst:1525 +#: ../../api.rst:1524 msgid "All attributes are set to ``None``" msgstr "" -#: ../../api.rst:1527 +#: ../../api.rst:1526 msgid "All attributes are set the value after updating." msgstr "" -#: ../../api.rst:1534 -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." +#: ../../api.rst:1533 +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:1538 -msgid "" -"Note that accessing an attribute that does not match the specified action" -" will lead to an attribute error." +#: ../../api.rst:1537 +msgid "Note that accessing an attribute that does not match the specified action will lead to an attribute error." msgstr "" -#: ../../api.rst:1541 -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." +#: ../../api.rst:1540 +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:1548 +#: ../../api.rst:1547 msgid "Return an iterator over (attribute, value) tuple of this diff." msgstr "" -#: ../../api.rst:1552 +#: ../../api.rst:1551 msgid ":class:`str` – A name of something." msgstr "" -#: ../../api.rst:1556 +#: ../../api.rst:1555 msgid ":class:`str` – A guild's icon hash. See also :attr:`Guild.icon`." msgstr "" -#: ../../api.rst:1560 -msgid "" -":class:`str` – The guild's invite splash hash. See also " -":attr:`Guild.splash`." +#: ../../api.rst:1559 +msgid ":class:`str` – The guild's invite splash hash. See also :attr:`Guild.splash`." msgstr "" -#: ../../api.rst:1564 -msgid "" -"Union[:class:`Member`, :class:`User`] – The guild's owner. See also " -":attr:`Guild.owner`" +#: ../../api.rst:1563 +msgid "Union[:class:`Member`, :class:`User`] – The guild's owner. See also :attr:`Guild.owner`" msgstr "" -#: ../../api.rst:1568 -msgid "" -":class:`GuildRegion` – The guild's voice region. See also " -":attr:`Guild.region`." +#: ../../api.rst:1567 +msgid ":class:`GuildRegion` – The guild's voice region. See also :attr:`Guild.region`." msgstr "" -#: ../../api.rst:1572 +#: ../../api.rst:1571 msgid "Union[:class:`VoiceChannel`, :class:`Object`] – The guild's AFK channel." msgstr "" -#: ../../api.rst:1574 ../../api.rst:1583 -msgid "" -"If this could not be found, then it falls back to a :class:`Object` with " -"the ID being set." +#: ../../api.rst:1573 ../../api.rst:1582 +msgid "If this could not be found, then it falls back to a :class:`Object` with the ID being set." msgstr "" -#: ../../api.rst:1577 +#: ../../api.rst:1576 msgid "See :attr:`Guild.afk_channel`." msgstr "" -#: ../../api.rst:1581 +#: ../../api.rst:1580 msgid "Union[:class:`TextChannel`, :class:`Object`] – The guild's system channel." msgstr "" -#: ../../api.rst:1586 +#: ../../api.rst:1585 msgid "See :attr:`Guild.system_channel`." msgstr "" -#: ../../api.rst:1590 +#: ../../api.rst:1589 msgid ":class:`int` – The guild's AFK timeout. See :attr:`Guild.afk_timeout`." msgstr "" -#: ../../api.rst:1594 +#: ../../api.rst:1593 msgid ":class:`int` - The guild's MFA level. See :attr:`Guild.mfa_level`." msgstr "" -#: ../../api.rst:1598 +#: ../../api.rst:1597 msgid ":class:`bool` – The guild's widget has been enabled or disabled." msgstr "" -#: ../../api.rst:1602 +#: ../../api.rst:1601 msgid "Union[:class:`TextChannel`, :class:`Object`] – The widget's channel." msgstr "" -#: ../../api.rst:1604 -msgid "" -"If this could not be found then it falls back to a :class:`Object` with " -"the ID being set." +#: ../../api.rst:1603 +msgid "If this could not be found then it falls back to a :class:`Object` with the ID being set." msgstr "" -#: ../../api.rst:1609 +#: ../../api.rst:1608 msgid ":class:`VerificationLevel` – The guild's verification level." msgstr "" -#: ../../api.rst:1611 +#: ../../api.rst:1610 msgid "See also :attr:`Guild.verification_level`." msgstr "" -#: ../../api.rst:1615 +#: ../../api.rst:1614 msgid ":class:`NotificationLevel` – The guild's default notification level." msgstr "" -#: ../../api.rst:1617 +#: ../../api.rst:1616 msgid "See also :attr:`Guild.default_notifications`." msgstr "" -#: ../../api.rst:1621 +#: ../../api.rst:1620 msgid ":class:`ContentFilter` – The guild's content filter." msgstr "" -#: ../../api.rst:1623 +#: ../../api.rst:1622 msgid "See also :attr:`Guild.explicit_content_filter`." msgstr "" -#: ../../api.rst:1627 +#: ../../api.rst:1626 msgid ":class:`int` – The guild's default message notification setting." msgstr "" -#: ../../api.rst:1631 +#: ../../api.rst:1630 msgid ":class:`str` – The guild's vanity URL." msgstr "" -#: ../../api.rst:1633 -msgid "" -"See also :meth:`Guild.vanity_invite` and " -":meth:`Guild.change_vanity_invite`." +#: ../../api.rst:1632 +msgid "See also :meth:`Guild.vanity_invite` and :meth:`Guild.change_vanity_invite`." msgstr "" -#: ../../api.rst:1637 -msgid "" -":class:`int` – The position of a :class:`Role` or " -":class:`abc.GuildChannel`." +#: ../../api.rst:1636 +msgid ":class:`int` – The position of a :class:`Role` or :class:`abc.GuildChannel`." msgstr "" -#: ../../api.rst:1641 +#: ../../api.rst:1640 msgid "*Union[int, str]* – The type of channel or channel permission overwrite." msgstr "" -#: ../../api.rst:1643 -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." +#: ../../api.rst:1642 +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 "" -#: ../../api.rst:1646 -msgid "" -"If the type is a :class:`str`, then it is a type of permission overwrite " -"which can be either ``'role'`` or ``'member'``." +#: ../../api.rst:1645 +msgid "If the type is a :class:`str`, then it is a type of permission overwrite which can be either ``'role'`` or ``'member'``." msgstr "" -#: ../../api.rst:1651 +#: ../../api.rst:1650 msgid ":class:`str` – The topic of a :class:`TextChannel`." msgstr ":class:`str` – :class:`TextChannel` のトピック。" -#: ../../api.rst:1653 +#: ../../api.rst:1652 msgid "See also :attr:`TextChannel.topic`." msgstr "" -#: ../../api.rst:1657 +#: ../../api.rst:1656 msgid ":class:`int` – The bitrate of a :class:`VoiceChannel`." msgstr "" -#: ../../api.rst:1659 +#: ../../api.rst:1658 msgid "See also :attr:`VoiceChannel.bitrate`." msgstr "" -#: ../../api.rst:1663 -msgid "" -"List[Tuple[target, :class:`PermissionOverwrite`]] – A list of permission " -"overwrite tuples that represents a target and a " -":class:`PermissionOverwrite` for said target." +#: ../../api.rst:1662 +msgid "List[Tuple[target, :class:`PermissionOverwrite`]] – A list of permission overwrite tuples that represents a target and a :class:`PermissionOverwrite` for said target." msgstr "" -#: ../../api.rst:1667 -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." +#: ../../api.rst:1666 +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:1675 -msgid "" -"List[Union[:class:`Role`, :class:`Object`]] – A list of roles being added" -" or removed from a member." +#: ../../api.rst:1674 +msgid "List[Union[:class:`Role`, :class:`Object`]] – A list of roles being added or removed from a member." msgstr "" -#: ../../api.rst:1678 -msgid "" -"If a role is not found then it is a :class:`Object` with the ID and name " -"being filled in." +#: ../../api.rst:1677 +msgid "If a role is not found then it is a :class:`Object` with the ID and name being filled in." msgstr "" -#: ../../api.rst:1683 +#: ../../api.rst:1682 msgid "*Optional[str]* – The nickname of a member." msgstr "" -#: ../../api.rst:1685 +#: ../../api.rst:1684 msgid "See also :attr:`Member.nick`" msgstr "" -#: ../../api.rst:1689 +#: ../../api.rst:1688 msgid ":class:`bool` – Whether the member is being server deafened." msgstr "" -#: ../../api.rst:1691 +#: ../../api.rst:1690 msgid "See also :attr:`VoiceState.deaf`." msgstr "" -#: ../../api.rst:1695 +#: ../../api.rst:1694 msgid ":class:`bool` – Whether the member is being server muted." msgstr "" -#: ../../api.rst:1697 +#: ../../api.rst:1696 msgid "See also :attr:`VoiceState.mute`." msgstr "" -#: ../../api.rst:1701 +#: ../../api.rst:1700 msgid ":class:`Permissions` – The permissions of a role." msgstr ":class:`Permissions` – 役職の権限。" -#: ../../api.rst:1703 +#: ../../api.rst:1702 msgid "See also :attr:`Role.permissions`." msgstr "" -#: ../../api.rst:1708 +#: ../../api.rst:1707 msgid ":class:`Colour` – The colour of a role." msgstr ":class:`Colour` – 役職の色。" -#: ../../api.rst:1710 +#: ../../api.rst:1709 msgid "See also :attr:`Role.colour`" msgstr "" -#: ../../api.rst:1714 +#: ../../api.rst:1713 msgid ":class:`bool` – Whether the role is being hoisted or not." msgstr "" -#: ../../api.rst:1716 +#: ../../api.rst:1715 msgid "See also :attr:`Role.hoist`" msgstr "" -#: ../../api.rst:1720 +#: ../../api.rst:1719 msgid ":class:`bool` – Whether the role is mentionable or not." msgstr "" -#: ../../api.rst:1722 +#: ../../api.rst:1721 msgid "See also :attr:`Role.mentionable`" msgstr "" -#: ../../api.rst:1726 +#: ../../api.rst:1725 msgid ":class:`str` – The invite's code." msgstr "" -#: ../../api.rst:1728 +#: ../../api.rst:1727 msgid "See also :attr:`Invite.code`" msgstr "" -#: ../../api.rst:1732 +#: ../../api.rst:1731 msgid "Union[:class:`abc.GuildChannel`, :class:`Object`] – A guild channel." msgstr "" -#: ../../api.rst:1734 -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." +#: ../../api.rst:1733 +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:1739 +#: ../../api.rst:1738 msgid ":class:`User` – The user who created the invite." msgstr ":class:`User` – 招待を作成したユーザー。" -#: ../../api.rst:1741 +#: ../../api.rst:1740 msgid "See also :attr:`Invite.inviter`." msgstr "" -#: ../../api.rst:1745 +#: ../../api.rst:1744 msgid ":class:`int` – The invite's max uses." msgstr ":class:`int` – 招待の最大使用可能回数。" -#: ../../api.rst:1747 +#: ../../api.rst:1746 msgid "See also :attr:`Invite.max_uses`." msgstr "" -#: ../../api.rst:1751 +#: ../../api.rst:1750 msgid ":class:`int` – The invite's current uses." msgstr ":class:`int` – 招待の現在までの使用回数。" -#: ../../api.rst:1753 +#: ../../api.rst:1752 msgid "See also :attr:`Invite.uses`." msgstr "" -#: ../../api.rst:1757 +#: ../../api.rst:1756 msgid ":class:`int` – The invite's max age in seconds." msgstr "" -#: ../../api.rst:1759 +#: ../../api.rst:1758 msgid "See also :attr:`Invite.max_age`." msgstr "" -#: ../../api.rst:1763 +#: ../../api.rst:1762 msgid ":class:`bool` – If the invite is a temporary invite." msgstr "" -#: ../../api.rst:1765 +#: ../../api.rst:1764 msgid "See also :attr:`Invite.temporary`." msgstr "" -#: ../../api.rst:1770 +#: ../../api.rst:1769 msgid ":class:`Permissions` – The permissions being allowed or denied." msgstr "" -#: ../../api.rst:1774 +#: ../../api.rst:1773 msgid ":class:`int` – The ID of the object being changed." msgstr "" -#: ../../api.rst:1778 +#: ../../api.rst:1777 msgid ":class:`str` – The avatar hash of a member." msgstr "" -#: ../../api.rst:1780 +#: ../../api.rst:1779 msgid "See also :attr:`User.avatar`." msgstr "" -#: ../../api.rst:1784 -msgid "" -":class:`int` – The number of seconds members have to wait before sending " -"another message in the channel." +#: ../../api.rst:1783 +msgid ":class:`int` – The number of seconds members have to wait before sending another message in the channel." msgstr "" -#: ../../api.rst:1787 +#: ../../api.rst:1786 msgid "See also :attr:`TextChannel.slowmode_delay`." msgstr "" -#: ../../api.rst:1793 +#: ../../api.rst:1792 msgid "Webhook Support" msgstr "Webhookサポート" -#: ../../api.rst:1795 -msgid "" -"discord.py offers support for creating, editing, and executing webhooks " -"through the :class:`Webhook` class." +#: ../../api.rst:1794 +msgid "discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class." msgstr "" -#: discord.Webhook:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook:1 msgid "Represents a Discord webhook." msgstr "" -#: discord.Webhook:3 of -msgid "" -"Webhooks are a form to send messages to channels in Discord without a bot" -" user or authentication." +#: ../../../discord/webhook.py:docstring of discord.Webhook:3 +msgid "Webhooks are a form to send messages to channels in Discord without a bot user or authentication." msgstr "" -#: discord.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 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." +#: ../../../discord/webhook.py:docstring of discord.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 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 "" -#: discord.Webhook:13 of -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 ``aiohttp`` or " -"``requests``." +#: ../../../discord/webhook.py:docstring of discord.Webhook:13 +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 ``aiohttp`` or ``requests``." msgstr "" -#: discord.Webhook:19 of +#: ../../../discord/webhook.py:docstring of discord.Webhook:19 msgid "For example, creating a webhook from a URL and using ``aiohttp``:" msgstr "" -#: discord.Webhook:31 of +#: ../../../discord/webhook.py:docstring of discord.Webhook:31 msgid "Or creating a webhook from an ID and token and using ``requests``:" msgstr "" -#: discord.Webhook:43 of -msgid ":class:`int` -- The webhook's ID" -msgstr ":class:`int` -- WebhookのID" +#: ../../../discord/webhook.py:docstring of discord.Webhook:43 +msgid "The webhook's ID" +msgstr "" + +#: ../../../discord/webhook.py:docstring of discord.Webhook:49 +#: discord.Webhook.partial:7 +msgid "The authentication token of the webhook." +msgstr "" -#: discord.Webhook:47 of -msgid ":class:`str` -- The authentication token of the webhook." +#: ../../../discord/webhook.py:docstring of discord.Webhook:55 +msgid "The guild ID this webhook is for." msgstr "" -#: discord.Webhook:51 of -msgid "Optional[:class:`int`] -- The guild ID this webhook is for." +#: ../../../discord/webhook.py:docstring of discord.Webhook:57 +#: discord.Webhook:63 ../../../discord/message.py:docstring +#: discord.Attachment:19 discord.Attachment:25 discord.Message:103 +#: ../../../discord/guild.py:docstring discord.Guild:84 discord.Guild:90 +#: discord.Guild.prune_members:30 ../../../discord/emoji.py:docstring +#: discord.PartialEmoji:43 ../../../discord/channel.py:docstring +#: discord.TextChannel:63 ../../../discord/invite.py:docstring +#: discord.Invite:83 discord.Invite:90 ../../../discord/raw_models.py:docstring +#: discord.RawMessageDeleteEvent:13 discord.RawBulkMessageDeleteEvent:19 +#: discord.RawReactionActionEvent:26 discord.RawReactionClearEvent:19 +#: ../../../discord/errors.py:docstring discord.ConnectionClosed:20 +msgid "Optional[:class:`int`]" msgstr "" -#: discord.Webhook:55 of -msgid "Optional[:class:`int`] -- The channel ID this webhook is for." +#: ../../../discord/webhook.py:docstring of discord.Webhook:61 +msgid "The channel ID this webhook is for." msgstr "" -#: discord.Webhook:59 of -msgid "" -"Optional[:class:`abc.User`] -- The user this webhook was created by. If " -"the webhook was received without authentication then this will be " -"``None``." +#: ../../../discord/webhook.py:docstring of discord.Webhook:67 +msgid "The user this webhook was created by. If the webhook was received without authentication then this will be ``None``." msgstr "" -#: discord.Webhook:64 of -msgid "Optional[:class:`str`] -- The default name of the webhook." +#: ../../../discord/webhook.py:docstring of discord.Webhook:70 +msgid "Optional[:class:`abc.User`]" msgstr "" -#: discord.Webhook:68 of -msgid "Optional[:class:`str`] -- The default avatar of the webhook." +#: ../../../discord/webhook.py:docstring of discord.Webhook:74 +msgid "The default name of the webhook." msgstr "" -#: discord.Webhook.url:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook:80 +msgid "The default avatar of the webhook." +msgstr "" + +#: ../../../discord/webhook.py:docstring of discord.Webhook.url:1 msgid "Returns the webhook's url." msgstr "" -#: discord.Webhook.partial:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.partial:1 msgid "Creates a partial :class:`Webhook`." msgstr "" -#: discord.Webhook.partial:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.partial:3 msgid "A partial webhook is just a webhook object with an ID and a token." msgstr "" -#: discord.Webhook.partial:5 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.partial:5 msgid "The ID of the webhook." msgstr "" -#: discord.Webhook.partial:7 of -msgid "The authentication token of the webhook." -msgstr "" - -#: discord.Webhook.from_url:5 discord.Webhook.partial:9 of -msgid "" -"The webhook adapter to use when sending requests. This is typically " -":class:`AsyncWebhookAdapter` for ``aiohttp`` or " -":class:`RequestsWebhookAdapter` for ``requests``." +#: ../../../discord/webhook.py:docstring of discord.Webhook.partial:9 +#: discord.Webhook.from_url:5 +msgid "The webhook adapter to use when sending requests. This is typically :class:`AsyncWebhookAdapter` for ``aiohttp`` or :class:`RequestsWebhookAdapter` for ``requests``." msgstr "" -#: discord.Webhook.from_url:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.from_url:1 msgid "Creates a partial :class:`Webhook` from a webhook URL." msgstr "" -#: discord.Webhook.from_url:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.from_url:3 msgid "The URL of the webhook." msgstr "" -#: discord.Webhook.from_url:10 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.from_url:10 msgid ":exc:`InvalidArgument` -- The URL is invalid." msgstr ":exc:`InvalidArgument` -- URLが無効。" -#: discord.Webhook.guild:1 of -msgid "Optional[:class:`Guild`] -- The guild this webhook belongs to." +#: ../../../discord/webhook.py:docstring of discord.Webhook.guild:1 +msgid "The guild this webhook belongs to." msgstr "" -#: discord.Webhook.channel:3 discord.Webhook.guild:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.guild:3 +#: discord.Webhook.channel:3 msgid "If this is a partial webhook, then this will always return ``None``." msgstr "" -#: discord.Webhook.channel:1 of -msgid "" -"Optional[:class:`TextChannel`] -- The text channel this webhook belongs " -"to." +#: ../../../discord/webhook.py:docstring of discord.Webhook.channel:1 +msgid "The text channel this webhook belongs to." +msgstr "" + +#: ../../../discord/webhook.py:docstring of discord.Webhook.channel:5 +#: ../../../discord/guild.py:docstring discord.Guild.system_channel:5 +msgid "Optional[:class:`TextChannel`]" msgstr "" -#: discord.Webhook.created_at:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.created_at:1 msgid "Returns the webhook's creation time in UTC." msgstr "" -#: discord.Webhook.avatar_url:1 discord.Webhook.avatar_url_as:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url:1 +#: discord.Webhook.avatar_url_as:1 msgid "Returns a friendly URL version of the avatar the webhook has." msgstr "" -#: discord.Webhook.avatar_url:3 discord.Webhook.avatar_url_as:3 of -msgid "" -"If the webhook does not have a traditional avatar, their default avatar " -"URL is returned instead." +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url:3 +#: discord.Webhook.avatar_url_as:3 +msgid "If the webhook does not have a traditional avatar, their default avatar URL is returned instead." msgstr "" -#: discord.Webhook.avatar_url:6 of -msgid "" -"This is equivalent to calling :meth:`avatar_url_as` with the default " -"parameters." +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url:6 +msgid "This is equivalent to calling :meth:`avatar_url_as` with the default parameters." msgstr "" -#: discord.Webhook.avatar_url_as:6 of -msgid "" -"The format must be one of 'jpeg', 'jpg', or 'png'. The size must be a " -"power of 2 between 16 and 1024." +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:6 +msgid "The format must be one of 'jpeg', 'jpg', or 'png'. The size must be a power of 2 between 16 and 1024." msgstr "" -#: discord.Webhook.avatar_url_as:9 of -msgid "" -"The format to attempt to convert the avatar to. If the format is " -"``None``, then it is equivalent to png." +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:9 +msgid "The format to attempt to convert the avatar to. If the format is ``None``, then it is equivalent to png." msgstr "" -#: discord.ClientUser.avatar_url_as:18 discord.Guild.banner_url_as:8 -#: discord.Guild.icon_url_as:8 discord.Guild.splash_url_as:8 -#: discord.Member.avatar_url_as:18 discord.User.avatar_url_as:18 -#: discord.Webhook.avatar_url_as:12 discord.WidgetMember.avatar_url_as:18 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:12 +#: ../../../discord/user.py:docstring discord.ClientUser.avatar_url_as:18 +#: discord.User.avatar_url_as:18 ../../../discord/guild.py:docstring +#: discord.Guild.icon_url_as:8 discord.Guild.banner_url_as:8 +#: discord.Guild.splash_url_as:8 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:18 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:18 msgid "The size of the image to display." msgstr "" -#: discord.Guild.banner_url_as:11 discord.Guild.icon_url_as:11 -#: discord.Guild.splash_url_as:11 discord.Webhook.avatar_url_as:15 of -msgid "" -":exc:`InvalidArgument` -- Bad image format passed to ``format`` or " -"invalid ``size``." -msgstr "" -":exc:`InvalidArgument` -- ``format`` に誤った形式が渡されている、あるいは ``size`` " -"に無効な値が渡されている。" +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:15 +#: ../../../discord/guild.py:docstring discord.Guild.icon_url_as:11 +#: discord.Guild.banner_url_as:11 discord.Guild.splash_url_as:11 +msgid ":exc:`InvalidArgument` -- Bad image format passed to ``format`` or invalid ``size``." +msgstr ":exc:`InvalidArgument` -- ``format`` に誤った形式が渡されている、あるいは ``size`` に無効な値が渡されている。" -#: discord.ClientUser.avatar_url_as:24 discord.Guild.banner_url_as:13 -#: discord.Guild.icon_url_as:13 discord.Guild.splash_url_as:13 -#: discord.Member.avatar_url_as:24 discord.User.avatar_url_as:24 -#: discord.Webhook.avatar_url_as:17 discord.WidgetMember.avatar_url_as:24 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:17 +#: ../../../discord/user.py:docstring discord.ClientUser.avatar_url_as:24 +#: discord.User.avatar_url_as:24 ../../../discord/guild.py:docstring +#: discord.Guild.icon_url_as:13 discord.Guild.banner_url_as:13 +#: discord.Guild.splash_url_as:13 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:24 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:24 msgid "The resulting CDN asset." msgstr "" -#: discord.ClientUser.avatar_url_as:25 discord.Guild.banner_url_as:14 -#: discord.Guild.icon_url_as:14 discord.Guild.splash_url_as:14 -#: discord.Member.avatar_url_as:25 discord.User.avatar_url_as:25 -#: discord.Webhook.avatar_url_as:18 discord.WidgetMember.avatar_url_as:25 of -#, fuzzy +#: ../../../discord/webhook.py:docstring of discord.Webhook.avatar_url_as:18 +#: ../../../discord/user.py:docstring discord.ClientUser.avatar_url_as:25 +#: discord.User.avatar_url_as:25 ../../../discord/guild.py:docstring +#: discord.Guild.icon_url_as:14 discord.Guild.banner_url_as:14 +#: discord.Guild.splash_url_as:14 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:25 ../../../discord/emoji.py:docstring +#: discord.PartialEmoji.url:3 ../../../discord/channel.py:docstring +#: discord.GroupChannel.icon_url:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:25 msgid ":class:`Asset`" -msgstr ":class:`User`" +msgstr "" -#: discord.Webhook.delete:1 discord.Webhook.edit:1 discord.Webhook.send:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:1 +#: discord.Webhook.edit:1 discord.Webhook.send:1 msgid "|maybecoro|" msgstr "" -#: discord.Webhook.delete:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:3 msgid "Deletes this Webhook." msgstr "" -#: discord.Webhook.delete:5 discord.Webhook.edit:5 discord.Webhook.send:5 of -msgid "" -"If the webhook is constructed with a :class:`RequestsWebhookAdapter` then" -" this is not a coroutine." +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:5 +#: discord.Webhook.edit:5 discord.Webhook.send:5 +msgid "If the webhook is constructed with a :class:`RequestsWebhookAdapter` then this is not a coroutine." msgstr "" -#: discord.Webhook.delete:8 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:8 msgid ":exc:`HTTPException` -- Deleting the webhook failed." msgstr ":exc:`HTTPException` -- Webhookの削除に失敗した。" -#: discord.Webhook.delete:9 discord.Webhook.edit:14 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:9 +#: discord.Webhook.edit:14 msgid ":exc:`NotFound` -- This webhook does not exist." msgstr ":exc:`NotFound` -- Webhookが存在していない。" -#: discord.Webhook.delete:10 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.delete:10 msgid ":exc:`Forbidden` -- You do not have permissions to delete this webhook." msgstr ":exc:`Forbidden` -- Webhookを削除するための権限がない。" -#: discord.Webhook.edit:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.edit:3 msgid "Edits this Webhook." msgstr "" -#: discord.Webhook.edit:8 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.edit:8 msgid "The webhook's new default name." msgstr "" -#: discord.Webhook.edit:10 of -msgid "" -"A :term:`py:bytes-like object` representing the webhook's new default " -"avatar." +#: ../../../discord/webhook.py:docstring of discord.Webhook.edit:10 +msgid "A :term:`py:bytes-like object` representing the webhook's new default avatar." msgstr "" -#: discord.Webhook.edit:13 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.edit:13 msgid ":exc:`HTTPException` -- Editing the webhook failed." msgstr ":exc:`HTTPException` -- Webhookの編集に失敗した。" -#: discord.Webhook.edit:15 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.edit:15 msgid ":exc:`Forbidden` -- You do not have permissions to edit this webhook." msgstr ":exc:`Forbidden` -- Webhookを編集するための権限がない。" -#: discord.Webhook.send:3 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:3 msgid "Sends a message using the webhook." msgstr "" -#: discord.Webhook.send:8 of -msgid "" -"The content must be a type that can convert to a string through " -"``str(content)``." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:8 +msgid "The content must be a type that can convert to a string through ``str(content)``." msgstr "" -#: discord.Webhook.send:10 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`File` object." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:10 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`File` object." msgstr "" -#: discord.Webhook.send:13 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." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:13 +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/webhook.py:docstring of discord.Webhook.send:17 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.send:17 +#: ../../../discord/user.py:docstring discord.User.send:17 +#: ../../../discord/member.py:docstring discord.Member.send:17 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:17 #: discord.DMChannel.send:17 discord.GroupChannel.send:17 -#: discord.Member.send:17 discord.TextChannel.send:17 discord.User.send:17 -#: discord.Webhook.send:17 discord.abc.Messageable.send:17 of msgid "The content of the message to send." msgstr "" -#: discord.Webhook.send:19 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:`Message` if set to ``True``." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:19 +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 "" -#: discord.Webhook.send:23 of -msgid "" -"The username to send with this message. If no username is provided then " -"the default username for the webhook is used." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:23 +msgid "The username to send with this message. If no username is provided then the default username for the webhook is used." msgstr "" -#: discord.Webhook.send:26 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." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:26 +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 "" +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:29 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.send:18 +#: ../../../discord/user.py:docstring discord.User.send:18 +#: ../../../discord/member.py:docstring discord.Member.send:18 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:18 #: discord.DMChannel.send:18 discord.GroupChannel.send:18 -#: discord.Member.send:18 discord.TextChannel.send:18 discord.User.send:18 -#: discord.Webhook.send:29 discord.abc.Messageable.send:18 of msgid "Indicates if the message should be sent using text-to-speech." msgstr "" -#: discord.Webhook.send:31 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:31 msgid "The file to upload. This cannot be mixed with ``files`` parameter." msgstr "" -#: discord.Webhook.send:33 of -msgid "" -"A list of files to send with the content. This cannot be mixed with the " -"``file`` parameter." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:33 +msgid "A list of files to send with the content. This cannot be mixed with the ``file`` parameter." msgstr "" -#: discord.Webhook.send:36 of -msgid "" -"The rich embed for the content to send. This cannot be mixed with " -"``embeds`` parameter." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:36 +msgid "The rich embed for the content to send. This cannot be mixed with ``embeds`` parameter." msgstr "" -#: discord.Webhook.send:39 of -msgid "" -"A list of embeds to send with the content. Maximum of 10. This cannot be " -"mixed with the ``embed`` parameter." +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:39 +msgid "A list of embeds to send with the content. Maximum of 10. This cannot be mixed with the ``embed`` parameter." msgstr "" -#: discord.Webhook.send:43 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:43 msgid ":exc:`HTTPException` -- Sending the message failed." msgstr ":exc:`HTTPException` -- メッセージの送信に失敗した。" -#: discord.Webhook.send:44 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:44 msgid ":exc:`NotFound` -- This webhook was not found." msgstr ":exc:`NotFound` -- Webhookが見つからなかった。" -#: discord.Webhook.send:45 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:45 msgid ":exc:`Forbidden` -- The authorization token for the webhook is incorrect." msgstr ":exc:`Forbidden` -- Webhookの認証トークンが正しくない。" -#: discord.Webhook.send:46 of -msgid "" -":exc:`InvalidArgument` -- You specified both ``embed`` and ``embeds`` or " -"the length of ``embeds`` was invalid." -msgstr "" -":exc:`InvalidArgument` -- ``embed``と``embeds``を指定した、あるいは ``embeds`` " -"の長さが無効。" +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:46 +msgid ":exc:`InvalidArgument` -- You specified both ``embed`` and ``embeds`` or the length of ``embeds`` was invalid." +msgstr ":exc:`InvalidArgument` -- ``embed``と``embeds``を指定した、あるいは ``embeds`` の長さが無効。" +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:49 +#: ../../../discord/abc.py:docstring discord.abc.Messageable.send:39 +#: ../../../discord/user.py:docstring discord.User.send:39 +#: ../../../discord/member.py:docstring discord.Member.send:39 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:39 #: discord.DMChannel.send:39 discord.GroupChannel.send:39 -#: discord.Member.send:39 discord.TextChannel.send:39 discord.User.send:39 -#: discord.Webhook.send:49 discord.abc.Messageable.send:39 of msgid "The message that was sent." msgstr "" -#: discord.TextChannel.last_message:14 discord.Webhook.send:50 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.send:50 +#: ../../../discord/channel.py:docstring discord.TextChannel.last_message:14 +#: ../../../discord/raw_models.py:docstring discord.RawMessageDeleteEvent:25 msgid "Optional[:class:`Message`]" msgstr "" -#: discord.Webhook.execute:1 of +#: ../../../discord/webhook.py:docstring of discord.Webhook.execute:1 msgid "An alias for :meth:`~.Webhook.send`." msgstr "" -#: ../../api.rst:1801 +#: ../../api.rst:1800 msgid "Adapters" msgstr "" -#: ../../api.rst:1803 -msgid "" -"Adapters allow you to change how the request should be handled. They all " -"build on a single interface, :meth:`WebhookAdapter.request`." +#: ../../api.rst:1802 +msgid "Adapters allow you to change how the request should be handled. They all build on a single interface, :meth:`WebhookAdapter.request`." msgstr "" -#: discord.WebhookAdapter:1 of +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter:1 msgid "Base class for all webhook adapters." msgstr "" -#: discord.WebhookAdapter:5 of -msgid ":class:`Webhook` -- The webhook that owns this adapter." +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter:5 +msgid "The webhook that owns this adapter." msgstr "" +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_webhook:22 +msgid ":class:`Webhook`" +msgstr ":class:`Webhook`" + +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter.request:1 #: discord.AsyncWebhookAdapter.request:1 -#: discord.RequestsWebhookAdapter.request:1 discord.WebhookAdapter.request:1 of +#: discord.RequestsWebhookAdapter.request:1 msgid "Actually does the request." msgstr "" +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter.request:5 #: discord.AsyncWebhookAdapter.request:5 -#: discord.RequestsWebhookAdapter.request:5 discord.WebhookAdapter.request:5 of +#: discord.RequestsWebhookAdapter.request:5 msgid "The HTTP verb to use for the request." msgstr "" +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter.request:7 #: discord.AsyncWebhookAdapter.request:7 -#: discord.RequestsWebhookAdapter.request:7 discord.WebhookAdapter.request:7 of -msgid "" -"The URL to send the request to. This will have the query parameters " -"already added to it, if any." +#: discord.RequestsWebhookAdapter.request:7 +msgid "The URL to send the request to. This will have the query parameters already added to it, if any." msgstr "" +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter.request:10 #: discord.AsyncWebhookAdapter.request:10 -#: discord.RequestsWebhookAdapter.request:10 discord.WebhookAdapter.request:10 -#: of -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)``." +#: discord.RequestsWebhookAdapter.request:10 +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 "" +#: ../../../discord/webhook.py:docstring of discord.WebhookAdapter.request:15 #: discord.AsyncWebhookAdapter.request:15 -#: discord.RequestsWebhookAdapter.request:15 discord.WebhookAdapter.request:15 -#: of +#: discord.RequestsWebhookAdapter.request:15 msgid "The JSON to send with the request, if any." msgstr "" +#: ../../../discord/webhook.py:docstring of +#: discord.WebhookAdapter.handle_execution_response:1 #: discord.AsyncWebhookAdapter.handle_execution_response:1 #: discord.RequestsWebhookAdapter.handle_execution_response:1 -#: discord.WebhookAdapter.handle_execution_response:1 of msgid "Transforms the webhook execution response into something more meaningful." msgstr "" +#: ../../../discord/webhook.py:docstring of +#: discord.WebhookAdapter.handle_execution_response:4 #: discord.AsyncWebhookAdapter.handle_execution_response:4 #: discord.RequestsWebhookAdapter.handle_execution_response:4 -#: discord.WebhookAdapter.handle_execution_response:4 of -msgid "" -"This is mainly used to convert the data into a :class:`Message` if " -"necessary." +msgid "This is mainly used to convert the data into a :class:`Message` if necessary." msgstr "" +#: ../../../discord/webhook.py:docstring of +#: discord.WebhookAdapter.handle_execution_response:9 #: discord.AsyncWebhookAdapter.handle_execution_response:9 #: discord.RequestsWebhookAdapter.handle_execution_response:9 -#: discord.WebhookAdapter.handle_execution_response:9 of msgid "The data that was returned from the request." msgstr "" +#: ../../../discord/webhook.py:docstring of +#: discord.WebhookAdapter.handle_execution_response:10 #: discord.AsyncWebhookAdapter.handle_execution_response:10 #: discord.RequestsWebhookAdapter.handle_execution_response:10 -#: discord.WebhookAdapter.handle_execution_response:10 of msgid "Whether the webhook execution was asked to wait or not." msgstr "" -#: discord.AsyncWebhookAdapter:1 of +#: ../../../discord/webhook.py:docstring of discord.AsyncWebhookAdapter:1 msgid "A webhook adapter suited for use with aiohttp." msgstr "" -#: discord.AsyncWebhookAdapter:5 of +#: ../../../discord/webhook.py:docstring of discord.AsyncWebhookAdapter:5 msgid "You are responsible for cleaning up the client session." msgstr "" -#: discord.AsyncWebhookAdapter:7 of +#: ../../../discord/webhook.py:docstring of discord.AsyncWebhookAdapter:7 msgid "The session to use to send requests." msgstr "" -#: discord.RequestsWebhookAdapter:1 of +#: ../../../discord/webhook.py:docstring of discord.RequestsWebhookAdapter:1 msgid "A webhook adapter suited for use with ``requests``." msgstr "" -#: discord.RequestsWebhookAdapter:3 of +#: ../../../discord/webhook.py:docstring of discord.RequestsWebhookAdapter:3 msgid "Only versions of requests higher than 2.13.0 are supported." msgstr "" -#: discord.RequestsWebhookAdapter:5 of -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." +#: ../../../discord/webhook.py:docstring of discord.RequestsWebhookAdapter:5 +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 "" -#: discord.RequestsWebhookAdapter:10 of -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." +#: ../../../discord/webhook.py:docstring of discord.RequestsWebhookAdapter:10 +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 "" -#: ../../api.rst:1818 +#: ../../api.rst:1817 msgid "Abstract Base Classes" msgstr "抽象基底クラス" -#: ../../api.rst:1820 -msgid "" -"An abstract base class (also known as an ``abc``) is a class that models " -"can inherit to get their behaviour. The Python implementation of an `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 ``isinstance`` and " -"``issubclass``\\." +#: ../../api.rst:1819 +msgid "An abstract base class (also known as an ``abc``) is a class that models can inherit to get their behaviour. The Python implementation of an `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 ``isinstance`` and ``issubclass``\\." msgstr "" -#: ../../api.rst:1825 -msgid "" -"This library has a module related to abstract base classes, some of which" -" are actually from the ``abc`` standard module, others which are not." +#: ../../api.rst:1824 +msgid "This library has a module related to abstract base classes, some of which are actually from the ``abc`` standard module, others which are not." msgstr "" -#: discord.abc.Snowflake:1 of +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:1 msgid "An ABC that details the common operations on a Discord model." msgstr "" -#: discord.abc.Snowflake:3 of -msgid "" -"Almost all :ref:`Discord models ` meet this abstract " -"base class." +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:3 +msgid "Almost all :ref:`Discord models ` meet this abstract base class." msgstr "" -#: discord.abc.Snowflake:8 of -msgid ":class:`int` -- The model's unique ID." +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake:8 +msgid "The model's unique ID." msgstr "" -#: discord.abc.Snowflake.created_at:1 of +#: ../../../discord/abc.py:docstring of discord.abc.Snowflake.created_at:1 msgid "Returns the model's creation time in UTC." msgstr "" -#: discord.abc.User:1 of +#: ../../../discord/abc.py:docstring of discord.abc.User:1 msgid "An ABC that details the common operations on a Discord user." msgstr "" -#: discord.abc.Connectable:4 discord.abc.GuildChannel:3 -#: discord.abc.Messageable:3 discord.abc.PrivateChannel:3 discord.abc.User:3 of +#: ../../../discord/abc.py:docstring of discord.abc.User:3 +#: discord.abc.PrivateChannel:3 discord.abc.GuildChannel:3 +#: discord.abc.Messageable:3 discord.abc.Connectable:4 msgid "The following implement this ABC:" msgstr "" -#: discord.abc.User:6 of -msgid ":class:`ClientUser`" -msgstr "" - -#: discord.Guild.fetch_member:12 discord.Guild.get_member_named:20 -#: discord.abc.Messageable:9 discord.abc.User:7 of +#: ../../../discord/abc.py:docstring of discord.abc.User:7 +#: discord.abc.Messageable:9 ../../../discord/guild.py:docstring +#: discord.Guild.owner:3 discord.Guild.get_member_named:20 +#: discord.Guild.fetch_member:16 msgid ":class:`Member`" msgstr "" -#: discord.abc.GuildChannel:9 discord.abc.Messageable:12 -#: discord.abc.PrivateChannel:8 discord.abc.User:9 of +#: ../../../discord/abc.py:docstring of discord.abc.User:9 +#: discord.abc.PrivateChannel:8 discord.abc.GuildChannel:9 +#: discord.abc.Messageable:12 msgid "This ABC must also implement :class:`abc.Snowflake`." msgstr "" -#: discord.ClientUser:23 discord.User:23 discord.abc.User:13 of -msgid ":class:`str` -- The user's username." -msgstr ":class:`str` -- ユーザーのユーザー名。" +#: ../../../discord/abc.py:docstring of discord.abc.User:13 +#: ../../../discord/user.py:docstring discord.ClientUser:23 discord.User:23 +msgid "The user's username." +msgstr "" -#: discord.abc.User:17 of -msgid ":class:`str` -- The user's discriminator." +#: ../../../discord/abc.py:docstring of discord.abc.User:19 +msgid "The user's discriminator." msgstr "" -#: discord.abc.User:21 of -msgid "Optional[:class:`str`] -- The avatar hash the user has." +#: ../../../discord/abc.py:docstring of discord.abc.User:25 +msgid "The avatar hash the user has." msgstr "" -#: discord.abc.User:25 of -msgid ":class:`bool` -- If the user is a bot account." -msgstr ":class:`bool` -- ユーザーがBotであるかどうかを表します。" +#: ../../../discord/abc.py:docstring of discord.abc.User:31 +msgid "If the user is a bot account." +msgstr "" -#: discord.ClientUser.display_name:1 discord.Member.display_name:1 -#: discord.User.display_name:1 discord.abc.User.display_name:1 of +#: ../../../discord/abc.py:docstring of discord.abc.User.display_name:1 +#: ../../../discord/user.py:docstring discord.ClientUser.display_name:1 +#: discord.User.display_name:1 ../../../discord/member.py:docstring +#: discord.Member.display_name:1 msgid "Returns the user's display name." msgstr "" -#: discord.ClientUser.mention:1 discord.User.mention:1 -#: discord.WidgetMember.mention:1 discord.abc.User.mention:1 of +#: ../../../discord/abc.py:docstring of discord.abc.User.mention:1 +#: ../../../discord/user.py:docstring discord.ClientUser.mention:1 +#: discord.User.mention:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.mention:1 msgid "Returns a string that allows you to mention the given user." msgstr "" -#: discord.abc.PrivateChannel:1 of +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:1 msgid "An ABC that details the common operations on a private Discord channel." msgstr "" -#: discord.abc.Messageable:6 discord.abc.PrivateChannel:5 of +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:5 +#: discord.abc.Messageable:6 msgid ":class:`DMChannel`" msgstr "" -#: discord.ClientUser.create_group:18 discord.abc.Messageable:7 -#: discord.abc.PrivateChannel:6 of +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:6 +#: discord.abc.Messageable:7 ../../../discord/user.py:docstring +#: discord.ClientUser.create_group:20 msgid ":class:`GroupChannel`" msgstr "" -#: discord.DMChannel:27 discord.GroupChannel:27 discord.abc.PrivateChannel:12 -#: of -msgid ":class:`ClientUser` -- The user presenting yourself." +#: ../../../discord/abc.py:docstring of discord.abc.PrivateChannel:12 +#: ../../../discord/channel.py:docstring discord.DMChannel:29 +#: discord.GroupChannel:29 +msgid "The user presenting yourself." msgstr "" -#: discord.abc.GuildChannel:1 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:1 msgid "An ABC that details the common operations on a Discord guild channel." msgstr "" -#: discord.Guild.create_text_channel:65 discord.abc.GuildChannel:5 -#: discord.abc.Messageable:5 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:5 +#: discord.abc.Messageable:5 ../../../discord/guild.py:docstring +#: discord.Guild.create_text_channel:65 msgid ":class:`TextChannel`" msgstr "" -#: discord.abc.Connectable:6 discord.abc.GuildChannel:6 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:6 +#: discord.abc.Connectable:6 ../../../discord/member.py:docstring +#: discord.VoiceState:44 msgid ":class:`VoiceChannel`" msgstr "" -#: discord.abc.GuildChannel:7 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:7 msgid ":class:`CategoryChannel`" msgstr "" -#: discord.TextChannel:23 discord.VoiceChannel:23 discord.abc.GuildChannel:13 -#: of -msgid ":class:`str` -- The channel name." -msgstr ":class:`str` -- チャンネルの名前。" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:13 +#: ../../../discord/channel.py:docstring discord.TextChannel:23 +#: discord.VoiceChannel:23 +msgid "The channel name." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:19 +#: ../../../discord/channel.py:docstring discord.TextChannel:29 +#: discord.VoiceChannel:29 +msgid "The guild the channel belongs to." +msgstr "" -#: discord.TextChannel:27 discord.VoiceChannel:27 discord.abc.GuildChannel:17 -#: of -msgid ":class:`Guild` -- The guild the channel belongs to." -msgstr ":class:`Guild` -- チャンネルが属するギルド。" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:21 +#: ../../../discord/member.py:docstring discord.Member:42 +#: ../../../discord/emoji.py:docstring discord.Emoji.guild:3 +#: ../../../discord/role.py:docstring discord.Role:59 +#: ../../../discord/channel.py:docstring discord.TextChannel:31 +#: discord.VoiceChannel:31 discord.CategoryChannel:33 +msgid ":class:`Guild`" +msgstr ":class:`Guild`" -#: discord.TextChannel:43 discord.VoiceChannel:39 discord.abc.GuildChannel:21 -#: of -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." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel:25 +#: ../../../discord/guild.py:docstring discord.Guild.create_text_channel:47 +#: ../../../discord/channel.py:docstring discord.TextChannel:53 +#: discord.VoiceChannel:47 +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.CategoryChannel.changed_roles:1 discord.TextChannel.changed_roles:1 -#: discord.VoiceChannel.changed_roles:1 -#: discord.abc.GuildChannel.changed_roles:1 of -msgid "" -"Returns a :class:`list` of :class:`Roles` that have been overridden from " -"their default values in the :attr:`Guild.roles` attribute." +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.changed_roles:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.changed_roles:1 +#: discord.VoiceChannel.changed_roles:1 discord.CategoryChannel.changed_roles:1 +msgid "Returns a :class:`list` of :class:`Roles` that have been overridden from their default values in the :attr:`Guild.roles` attribute." msgstr "" -#: discord.CategoryChannel.mention:1 discord.PartialInviteChannel.mention:1 -#: discord.TextChannel.mention:1 discord.VoiceChannel.mention:1 -#: discord.WidgetChannel.mention:1 discord.abc.GuildChannel.mention:1 of -msgid ":class:`str` -- The string that allows you to mention the channel." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.mention:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.mention:1 +#: discord.VoiceChannel.mention:1 discord.CategoryChannel.mention:1 +#: ../../../discord/invite.py:docstring discord.PartialInviteChannel.mention:1 +#: ../../../discord/widget.py:docstring discord.WidgetChannel.mention:1 +msgid "The string that allows you to mention the channel." msgstr "" -#: discord.CategoryChannel.created_at:1 discord.GroupChannel.created_at:1 -#: discord.PartialInviteChannel.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 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.created_at:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.created_at:1 +#: discord.VoiceChannel.created_at:1 discord.CategoryChannel.created_at:1 +#: discord.GroupChannel.created_at:1 ../../../discord/invite.py:docstring +#: discord.PartialInviteChannel.created_at:1 +#: ../../../discord/widget.py:docstring discord.WidgetChannel.created_at:1 msgid "Returns the channel's creation time in UTC." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.overwrites_for:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites_for:1 +#: discord.VoiceChannel.overwrites_for:1 #: discord.CategoryChannel.overwrites_for:1 -#: discord.TextChannel.overwrites_for:1 discord.VoiceChannel.overwrites_for:1 -#: discord.abc.GuildChannel.overwrites_for:1 of msgid "Returns the channel-specific overwrites for a member or a role." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.overwrites_for:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites_for:3 +#: discord.VoiceChannel.overwrites_for:3 #: discord.CategoryChannel.overwrites_for:3 -#: discord.TextChannel.overwrites_for:3 discord.VoiceChannel.overwrites_for:3 -#: discord.abc.GuildChannel.overwrites_for:3 of msgid "The :class:`Role` or :class:`abc.User` denoting whose overwrite to get." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.overwrites_for:6 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites_for:6 +#: discord.VoiceChannel.overwrites_for:6 #: discord.CategoryChannel.overwrites_for:6 -#: discord.TextChannel.overwrites_for:6 discord.VoiceChannel.overwrites_for:6 -#: discord.abc.GuildChannel.overwrites_for:6 of msgid "The permission overwrites for this object." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.overwrites_for:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites_for:7 +#: discord.VoiceChannel.overwrites_for:7 #: discord.CategoryChannel.overwrites_for:7 -#: discord.TextChannel.overwrites_for:7 discord.VoiceChannel.overwrites_for:7 -#: discord.abc.GuildChannel.overwrites_for:7 of msgid ":class:`PermissionOverwrite`" msgstr "" -#: discord.CategoryChannel.overwrites:1 discord.TextChannel.overwrites:1 -#: discord.VoiceChannel.overwrites:1 discord.abc.GuildChannel.overwrites:1 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites:1 +#: discord.VoiceChannel.overwrites:1 discord.CategoryChannel.overwrites:1 msgid "Returns all of the channel's overwrites." msgstr "" -#: discord.CategoryChannel.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:`Role` or a :class:`Member` and the key is the " -"overwrite as a :class:`PermissionOverwrite`." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites:3 +#: discord.VoiceChannel.overwrites:3 discord.CategoryChannel.overwrites:3 +msgid "This is returned as a dictionary where the key contains the target which can be either a :class:`Role` or a :class:`Member` and the key is the overwrite as a :class:`PermissionOverwrite`." msgstr "" -#: discord.CategoryChannel.overwrites:7 discord.TextChannel.overwrites:7 -#: discord.VoiceChannel.overwrites:7 discord.abc.GuildChannel.overwrites:7 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites:7 +#: discord.VoiceChannel.overwrites:7 discord.CategoryChannel.overwrites:7 msgid "The channel's permission overwrites." msgstr "" -#: discord.CategoryChannel.overwrites:8 discord.TextChannel.overwrites:8 -#: discord.VoiceChannel.overwrites:8 discord.abc.GuildChannel.overwrites:8 of -msgid "" -"Mapping[Union[:class:`Role`, :class:`Member`], " -":class:`PermissionOverwrite`]" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.overwrites:8 +#: ../../../discord/channel.py:docstring discord.TextChannel.overwrites:8 +#: discord.VoiceChannel.overwrites:8 discord.CategoryChannel.overwrites:8 +msgid "Mapping[Union[:class:`Role`, :class:`Member`], :class:`PermissionOverwrite`]" msgstr "" -#: discord.CategoryChannel.category:1 discord.TextChannel.category:1 -#: discord.VoiceChannel.category:1 discord.abc.GuildChannel.category:1 of -msgid "" -"Optional[:class:`CategoryChannel`] -- The category this channel belongs " -"to." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.category:1 +#: discord.VoiceChannel.category:1 discord.CategoryChannel.category:1 +msgid "The category this channel belongs to." msgstr "" -#: discord.CategoryChannel.category:3 discord.TextChannel.category:3 -#: discord.VoiceChannel.category:3 discord.abc.GuildChannel.category:3 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.category:3 +#: discord.VoiceChannel.category:3 discord.CategoryChannel.category:3 msgid "If there is no category then this is ``None``." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.category:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.category:5 +#: discord.VoiceChannel.category:5 discord.CategoryChannel.category:5 +msgid "Optional[:class:`CategoryChannel`]" +msgstr "" + +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:1 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:1 +#: discord.VoiceChannel.permissions_for:1 #: discord.CategoryChannel.permissions_for:1 -#: discord.TextChannel.permissions_for:1 discord.VoiceChannel.permissions_for:1 -#: discord.abc.GuildChannel.permissions_for:1 of msgid "Handles permission resolution for the current :class:`Member`." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:3 +#: discord.VoiceChannel.permissions_for:3 #: discord.CategoryChannel.permissions_for:3 -#: discord.TextChannel.permissions_for:3 discord.VoiceChannel.permissions_for:3 -#: discord.abc.GuildChannel.permissions_for:3 of msgid "This function takes into consideration the following cases:" msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:5 +#: discord.VoiceChannel.permissions_for:5 #: discord.CategoryChannel.permissions_for:5 -#: discord.TextChannel.permissions_for:5 discord.VoiceChannel.permissions_for:5 -#: discord.abc.GuildChannel.permissions_for:5 of msgid "Guild owner" msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:6 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:6 +#: discord.VoiceChannel.permissions_for:6 #: discord.CategoryChannel.permissions_for:6 -#: discord.TextChannel.permissions_for:6 discord.VoiceChannel.permissions_for:6 -#: discord.abc.GuildChannel.permissions_for:6 of msgid "Guild roles" msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:7 +#: discord.VoiceChannel.permissions_for:7 #: discord.CategoryChannel.permissions_for:7 -#: discord.TextChannel.permissions_for:7 discord.VoiceChannel.permissions_for:7 -#: discord.abc.GuildChannel.permissions_for:7 of msgid "Channel overrides" msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:8 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:8 +#: discord.VoiceChannel.permissions_for:8 #: discord.CategoryChannel.permissions_for:8 -#: discord.TextChannel.permissions_for:8 discord.VoiceChannel.permissions_for:8 -#: discord.abc.GuildChannel.permissions_for:8 of msgid "Member overrides" msgstr "" -#: discord.CategoryChannel.permissions_for:10 -#: discord.TextChannel.permissions_for:10 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:10 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:10 #: discord.VoiceChannel.permissions_for:10 -#: discord.abc.GuildChannel.permissions_for:10 of +#: discord.CategoryChannel.permissions_for:10 msgid "The member to resolve permissions for." msgstr "" -#: discord.CategoryChannel.permissions_for:13 -#: discord.TextChannel.permissions_for:13 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:13 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:13 #: discord.VoiceChannel.permissions_for:13 -#: discord.abc.GuildChannel.permissions_for:13 of +#: discord.CategoryChannel.permissions_for:13 msgid "The resolved permissions for the member." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.permissions_for:14 +#: ../../../discord/role.py:docstring discord.Role:53 +#: ../../../discord/channel.py:docstring discord.TextChannel.permissions_for:14 +#: discord.VoiceChannel.permissions_for:14 #: discord.CategoryChannel.permissions_for:14 #: discord.DMChannel.permissions_for:17 discord.GroupChannel.permissions_for:18 -#: discord.TextChannel.permissions_for:14 -#: discord.VoiceChannel.permissions_for:14 -#: discord.abc.GuildChannel.permissions_for:14 of msgid ":class:`Permissions`" msgstr "" -#: discord.CategoryChannel.create_invite:3 discord.TextChannel.create_invite:3 -#: discord.VoiceChannel.create_invite:3 -#: discord.abc.GuildChannel.create_invite:3 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:3 +#: discord.VoiceChannel.clone:3 discord.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:8 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:8 +#: discord.VoiceChannel.clone:8 discord.CategoryChannel.clone:8 +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:11 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:11 +#: discord.VoiceChannel.clone:11 discord.CategoryChannel.clone:11 +msgid "The reason for cloning this channel. Shows up on the audit log." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:14 +#: ../../../discord/guild.py:docstring discord.Guild.create_text_channel:60 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:14 +#: discord.VoiceChannel.clone:14 discord.CategoryChannel.clone:14 +msgid ":exc:`Forbidden` -- You do not have the proper permissions to create this channel." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.clone:15 +#: ../../../discord/guild.py:docstring discord.Guild.create_text_channel:61 +#: ../../../discord/channel.py:docstring discord.TextChannel.clone:15 +#: discord.VoiceChannel.clone:15 discord.CategoryChannel.clone:15 +msgid ":exc:`HTTPException` -- Creating the channel failed." +msgstr "" + +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:3 +#: discord.VoiceChannel.create_invite:3 discord.CategoryChannel.create_invite:3 msgid "Creates an instant invite." msgstr "" -#: discord.CategoryChannel.create_invite:5 discord.TextChannel.create_invite:5 -#: discord.VoiceChannel.create_invite:5 -#: discord.abc.GuildChannel.create_invite:5 of -msgid "" -"You must have :attr:`~.Permissions.create_instant_invite` permission to " -"do this." +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:5 +#: discord.VoiceChannel.create_invite:5 discord.CategoryChannel.create_invite:5 +msgid "You must have :attr:`~.Permissions.create_instant_invite` permission to do this." msgstr "" -#: discord.CategoryChannel.create_invite:8 discord.TextChannel.create_invite:8 -#: discord.VoiceChannel.create_invite:8 -#: discord.abc.GuildChannel.create_invite:8 of -msgid "" -"How long the invite should last. If it's 0 then the invite doesn't " -"expire. Defaults to 0." +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:8 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:8 +#: discord.VoiceChannel.create_invite:8 discord.CategoryChannel.create_invite:8 +msgid "How long the invite should last. 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 discord.TextChannel.create_invite:11 +#: discord.VoiceChannel.create_invite:11 #: discord.CategoryChannel.create_invite:11 -#: discord.TextChannel.create_invite:11 discord.VoiceChannel.create_invite:11 -#: 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." +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 discord.TextChannel.create_invite:14 +#: discord.VoiceChannel.create_invite:14 #: discord.CategoryChannel.create_invite:14 -#: discord.TextChannel.create_invite:14 discord.VoiceChannel.create_invite:14 -#: 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." +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 discord.TextChannel.create_invite:17 +#: discord.VoiceChannel.create_invite:17 #: discord.CategoryChannel.create_invite:17 -#: discord.TextChannel.create_invite:17 discord.VoiceChannel.create_invite:17 -#: 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." +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 discord.TextChannel.create_invite:21 +#: discord.VoiceChannel.create_invite:21 #: discord.CategoryChannel.create_invite:21 -#: discord.TextChannel.create_invite:21 discord.VoiceChannel.create_invite:21 -#: discord.abc.GuildChannel.create_invite:21 of msgid "The reason for creating this invite. Shows up on the audit log." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:24 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:24 +#: discord.VoiceChannel.create_invite:24 #: discord.CategoryChannel.create_invite:24 -#: discord.TextChannel.create_invite:24 discord.VoiceChannel.create_invite:24 -#: discord.abc.GuildChannel.create_invite:24 of msgid ":exc:`HTTPException` -- Invite creation failed." msgstr ":exc:`HTTPException` -- 招待の作成に失敗した。" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:26 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:26 +#: discord.VoiceChannel.create_invite:26 #: discord.CategoryChannel.create_invite:26 -#: discord.TextChannel.create_invite:26 discord.VoiceChannel.create_invite:26 -#: discord.abc.GuildChannel.create_invite:26 of msgid "The invite that was created." msgstr "" -#: discord.CategoryChannel.delete:3 discord.TextChannel.delete:3 -#: discord.VoiceChannel.delete:3 discord.abc.GuildChannel.delete:3 of +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.create_invite:27 +#: ../../../discord/guild.py:docstring discord.Guild.vanity_invite:15 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_invite:27 +#: discord.VoiceChannel.create_invite:27 +#: discord.CategoryChannel.create_invite:27 +#: ../../../discord/widget.py:docstring discord.Widget.fetch_invite:13 +msgid ":class:`Invite`" +msgstr ":class:`Invite`" + +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:3 +#: discord.VoiceChannel.delete:3 discord.CategoryChannel.delete:3 msgid "Deletes the channel." msgstr "" -#: discord.CategoryChannel.delete:5 discord.TextChannel.delete:5 -#: discord.VoiceChannel.delete:5 discord.abc.GuildChannel.delete:5 of -msgid "" -"You must have :attr:`~.Permissions.manage_channels` permission to use " -"this." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:5 +#: discord.VoiceChannel.delete:5 discord.CategoryChannel.delete:5 +msgid "You must have :attr:`~.Permissions.manage_channels` permission to use this." msgstr "" -#: discord.CategoryChannel.delete:7 discord.TextChannel.delete:7 -#: discord.VoiceChannel.delete:7 discord.abc.GuildChannel.delete:7 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:7 +#: discord.VoiceChannel.delete:7 discord.CategoryChannel.delete:7 msgid "The reason for deleting this channel. Shows up on the audit log." msgstr "" -#: discord.CategoryChannel.delete:11 discord.TextChannel.delete:11 -#: discord.VoiceChannel.delete:11 discord.abc.GuildChannel.delete:11 of -msgid "" -":exc:`Forbidden` -- You do not have proper permissions to delete the " -"channel." +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:11 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:11 +#: discord.VoiceChannel.delete:11 discord.CategoryChannel.delete:11 +msgid ":exc:`Forbidden` -- You do not have proper permissions to delete the channel." msgstr ":exc:`Forbidden` -- チャンネルを削除するための権限がない。" -#: discord.CategoryChannel.delete:12 discord.TextChannel.delete:12 -#: discord.VoiceChannel.delete:12 discord.abc.GuildChannel.delete:12 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:12 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:12 +#: discord.VoiceChannel.delete:12 discord.CategoryChannel.delete:12 msgid ":exc:`NotFound` -- The channel was not found or was already deleted." msgstr ":exc:`NotFound` -- チャンネルが見つからなかった、あるいは既に削除されている。" -#: discord.CategoryChannel.delete:13 discord.TextChannel.delete:13 -#: discord.VoiceChannel.delete:13 discord.abc.GuildChannel.delete:13 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.delete:13 +#: ../../../discord/channel.py:docstring discord.TextChannel.delete:13 +#: discord.VoiceChannel.delete:13 discord.CategoryChannel.delete:13 msgid ":exc:`HTTPException` -- Deleting the channel failed." msgstr ":exc:`HTTPException` -- チャンネルの削除に失敗した。" -#: discord.CategoryChannel.invites:3 discord.TextChannel.invites:3 -#: discord.VoiceChannel.invites:3 discord.abc.GuildChannel.invites:3 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:3 +#: discord.VoiceChannel.invites:3 discord.CategoryChannel.invites:3 msgid "Returns a list of all active instant invites from this channel." msgstr "" -#: discord.CategoryChannel.invites:5 discord.TextChannel.invites:5 -#: discord.VoiceChannel.invites:5 discord.abc.GuildChannel.invites:5 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:5 +#: discord.VoiceChannel.invites:5 discord.CategoryChannel.invites:5 msgid "You must have :attr:`~.Permissions.manage_guild` to get this information." msgstr "" -#: discord.CategoryChannel.invites:7 discord.Guild.bans:13 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:7 +#: ../../../discord/guild.py:docstring discord.Guild.bans:13 #: discord.Guild.fetch_ban:13 discord.Guild.invites:8 -#: discord.TextChannel.invites:7 discord.VoiceChannel.invites:7 -#: discord.abc.GuildChannel.invites:7 of -msgid "" -":exc:`Forbidden` -- You do not have proper permissions to get the " -"information." +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:7 +#: discord.VoiceChannel.invites:7 discord.CategoryChannel.invites:7 +msgid ":exc:`Forbidden` -- You do not have proper permissions to get the information." msgstr ":exc:`Forbidden` -- 情報を取得するための権限がない。" -#: discord.CategoryChannel.invites:8 discord.Guild.bans:14 +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:8 +#: ../../../discord/guild.py:docstring discord.Guild.bans:14 #: discord.Guild.fetch_ban:15 discord.Guild.invites:9 -#: discord.TextChannel.invites:8 discord.VoiceChannel.invites:8 -#: discord.abc.GuildChannel.invites:8 of +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:8 +#: discord.VoiceChannel.invites:8 discord.CategoryChannel.invites:8 msgid ":exc:`HTTPException` -- An error occurred while fetching the information." msgstr ":exc:`HTTPException` -- 情報の取得中にエラーが発生した。" -#: discord.CategoryChannel.invites:10 discord.Guild.invites:11 -#: discord.TextChannel.invites:10 discord.VoiceChannel.invites:10 -#: discord.abc.GuildChannel.invites:10 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:10 +#: ../../../discord/guild.py:docstring discord.Guild.invites:11 +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:10 +#: discord.VoiceChannel.invites:10 discord.CategoryChannel.invites:10 msgid "The list of invites that are currently active." msgstr "" -#: discord.CategoryChannel.invites:11 discord.Guild.invites:12 -#: discord.TextChannel.invites:11 discord.VoiceChannel.invites:11 -#: discord.abc.GuildChannel.invites:11 of +#: ../../../discord/abc.py:docstring of discord.abc.GuildChannel.invites:11 +#: ../../../discord/guild.py:docstring discord.Guild.invites:12 +#: ../../../discord/channel.py:docstring discord.TextChannel.invites:11 +#: discord.VoiceChannel.invites:11 discord.CategoryChannel.invites:11 msgid "List[:class:`Invite`]" msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:3 +#: discord.VoiceChannel.set_permissions:3 #: discord.CategoryChannel.set_permissions:3 -#: discord.TextChannel.set_permissions:3 discord.VoiceChannel.set_permissions:3 -#: discord.abc.GuildChannel.set_permissions:3 of -msgid "" -"Sets the channel specific permission overwrites for a target in the " -"channel." +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 discord.TextChannel.set_permissions:6 +#: discord.VoiceChannel.set_permissions:6 #: discord.CategoryChannel.set_permissions:6 -#: discord.TextChannel.set_permissions:6 discord.VoiceChannel.set_permissions:6 -#: discord.abc.GuildChannel.set_permissions:6 of -msgid "" -"The ``target`` parameter should either be a :class:`Member` or a " -":class:`Role` that belongs to guild." +msgid "The ``target`` parameter should either be a :class:`Member` or a :class:`Role` that belongs to guild." msgstr "" +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:9 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:9 +#: discord.VoiceChannel.set_permissions:9 #: discord.CategoryChannel.set_permissions:9 -#: discord.TextChannel.set_permissions:9 discord.VoiceChannel.set_permissions:9 -#: discord.abc.GuildChannel.set_permissions:9 of -msgid "" -"The ``overwrite`` parameter, if given, must either be ``None`` or " -":class:`PermissionOverwrite`. For convenience, you can pass in keyword " -"arguments denoting :class:`Permissions` attributes. If this is done, then" -" you cannot mix the keyword arguments with the ``overwrite`` parameter." +msgid "The ``overwrite`` parameter, if given, must either be ``None`` or :class:`PermissionOverwrite`. For convenience, you can pass in keyword arguments denoting :class:`Permissions` attributes. If this is done, then you cannot mix the keyword arguments with the ``overwrite`` parameter." msgstr "" -#: discord.CategoryChannel.set_permissions:15 -#: discord.TextChannel.set_permissions:15 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:15 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:15 #: discord.VoiceChannel.set_permissions:15 -#: discord.abc.GuildChannel.set_permissions:15 of -msgid "" -"If the ``overwrite`` parameter is ``None``, then the permission " -"overwrites are deleted." +#: discord.CategoryChannel.set_permissions:15 +msgid "If the ``overwrite`` parameter is ``None``, then the permission overwrites are deleted." msgstr "" -#: discord.CategoryChannel.set_permissions:18 discord.Member.add_roles:5 -#: discord.Member.remove_roles:5 discord.Role.delete:5 discord.Role.edit:5 -#: discord.TextChannel.set_permissions:18 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:18 +#: ../../../discord/member.py:docstring discord.Member.add_roles:5 +#: discord.Member.remove_roles:5 ../../../discord/role.py:docstring +#: discord.Role.delete:5 discord.Role.edit:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:18 #: discord.VoiceChannel.set_permissions:18 -#: discord.abc.GuildChannel.set_permissions:18 of -msgid "" -"You must have the :attr:`~Permissions.manage_roles` permission to use " -"this." +#: discord.CategoryChannel.set_permissions:18 +msgid "You must have the :attr:`~Permissions.manage_roles` permission to use this." msgstr "" -#: discord.CategoryChannel.set_permissions:22 -#: discord.TextChannel.set_permissions:22 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:22 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:22 #: discord.VoiceChannel.set_permissions:22 -#: discord.abc.GuildChannel.set_permissions:22 of +#: discord.CategoryChannel.set_permissions:22 msgid "Setting allow and deny: ::" msgstr "" -#: discord.CategoryChannel.set_permissions:27 -#: discord.TextChannel.set_permissions:27 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:27 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:27 #: discord.VoiceChannel.set_permissions:27 -#: discord.abc.GuildChannel.set_permissions:27 of +#: discord.CategoryChannel.set_permissions:27 msgid "Deleting overwrites ::" msgstr "" -#: discord.CategoryChannel.set_permissions:31 -#: discord.TextChannel.set_permissions:31 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:31 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:31 #: discord.VoiceChannel.set_permissions:31 -#: discord.abc.GuildChannel.set_permissions:31 of +#: discord.CategoryChannel.set_permissions:31 msgid "Using :class:`PermissionOverwrite` ::" msgstr "" -#: discord.CategoryChannel.set_permissions:38 -#: discord.TextChannel.set_permissions:38 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:38 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:38 #: discord.VoiceChannel.set_permissions:38 -#: discord.abc.GuildChannel.set_permissions:38 of +#: discord.CategoryChannel.set_permissions:38 msgid "The :class:`Member` or :class:`Role` to overwrite permissions for." msgstr "" -#: discord.CategoryChannel.set_permissions:39 -#: discord.TextChannel.set_permissions:39 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:39 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:39 #: discord.VoiceChannel.set_permissions:39 -#: discord.abc.GuildChannel.set_permissions:39 of +#: discord.CategoryChannel.set_permissions:39 msgid "The permissions to allow and deny to the target." msgstr "" -#: discord.CategoryChannel.set_permissions:41 -#: discord.TextChannel.set_permissions:41 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:41 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:41 #: discord.VoiceChannel.set_permissions:41 -#: discord.abc.GuildChannel.set_permissions:41 of -msgid "" -"A keyword argument list of permissions to set for ease of use. Cannot be " -"mixed with ``overwrite``." +#: discord.CategoryChannel.set_permissions:41 +msgid "A keyword argument list of permissions to set for ease of use. Cannot be mixed with ``overwrite``." msgstr "" -#: discord.CategoryChannel.set_permissions:43 discord.Guild.prune_members:16 -#: discord.Guild.unban:12 discord.Member.move_to:12 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:43 +#: ../../../discord/guild.py:docstring discord.Guild.prune_members:16 +#: discord.Guild.unban:12 ../../../discord/member.py:docstring +#: discord.Member.move_to:12 ../../../discord/channel.py:docstring #: discord.TextChannel.set_permissions:43 #: discord.VoiceChannel.set_permissions:43 -#: discord.abc.GuildChannel.set_permissions:43 of +#: discord.CategoryChannel.set_permissions:43 msgid "The reason for doing this action. Shows up on the audit log." msgstr "" -#: discord.CategoryChannel.set_permissions:46 -#: discord.TextChannel.set_permissions:46 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:46 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:46 #: discord.VoiceChannel.set_permissions:46 -#: discord.abc.GuildChannel.set_permissions:46 of -msgid "" -":exc:`Forbidden` -- You do not have permissions to edit channel specific " -"permissions." +#: discord.CategoryChannel.set_permissions:46 +msgid ":exc:`Forbidden` -- You do not have permissions to edit channel specific permissions." msgstr ":exc:`Forbidden` -- チャンネルの権限を編集するための権限がない。" -#: discord.CategoryChannel.set_permissions:47 -#: discord.TextChannel.set_permissions:47 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:47 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:47 #: discord.VoiceChannel.set_permissions:47 -#: discord.abc.GuildChannel.set_permissions:47 of +#: discord.CategoryChannel.set_permissions:47 msgid ":exc:`HTTPException` -- Editing channel specific permissions failed." msgstr ":exc:`HTTPException` -- チャンネルの権限の編集に失敗した。" -#: discord.CategoryChannel.set_permissions:48 -#: discord.TextChannel.set_permissions:48 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:48 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:48 #: discord.VoiceChannel.set_permissions:48 -#: discord.abc.GuildChannel.set_permissions:48 of -msgid "" -":exc:`NotFound` -- The role or member being edited is not part of the " -"guild." +#: discord.CategoryChannel.set_permissions:48 +msgid ":exc:`NotFound` -- The role or member being edited is not part of the guild." msgstr ":exc:`NotFound` -- 編集中の役職、あるいはメンバーがギルドの一部でない。" -#: discord.CategoryChannel.set_permissions:49 -#: discord.TextChannel.set_permissions:49 +#: ../../../discord/abc.py:docstring of +#: discord.abc.GuildChannel.set_permissions:49 +#: ../../../discord/channel.py:docstring discord.TextChannel.set_permissions:49 #: discord.VoiceChannel.set_permissions:49 -#: discord.abc.GuildChannel.set_permissions:49 of -msgid "" -":exc:`InvalidArgument` -- The overwrite parameter invalid or the target " -"type was not :class:`Role` or :class:`Member`." -msgstr "" -":exc:`InvalidArgument` -- overwriteパラメータが無効であるか、targetの型が :class:`Role` と" -" :class:`Member` のどちらかでない。" +#: discord.CategoryChannel.set_permissions:49 +msgid ":exc:`InvalidArgument` -- The overwrite parameter invalid or the target type was not :class:`Role` or :class:`Member`." +msgstr ":exc:`InvalidArgument` -- overwriteパラメータが無効であるか、targetの型が :class:`Role` と :class:`Member` のどちらかでない。" -#: discord.abc.Messageable:1 of -msgid "" -"An ABC that details the common operations on a model that can send " -"messages." +#: ../../../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.abc.Messageable:10 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable:10 msgid ":class:`~ext.commands.Context`" msgstr "" -#: discord.DMChannel.history:1 discord.GroupChannel.history:1 -#: discord.Member.history:1 discord.TextChannel.history:1 -#: discord.User.history:1 discord.abc.Messageable.history:1 of -#, fuzzy -msgid "" -"Return an :class:`.AsyncIterator` that enables receiving the " -"destination's message history." -msgstr "チャンネルのメッセージ履歴を取得する :class:`AsyncIterator` を返します。" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:1 +#: discord.User.history:1 discord.Member.history:1 +#: discord.TextChannel.history:1 discord.DMChannel.history:1 +#: discord.GroupChannel.history:1 +msgid "Return an :class:`.AsyncIterator` that enables receiving the destination's message history." +msgstr "" -#: discord.DMChannel.history:3 discord.GroupChannel.history:3 -#: discord.Member.history:3 discord.TextChannel.history:3 -#: discord.User.history:3 discord.abc.Messageable.history:3 of -msgid "" -"You must have :attr:`~.Permissions.read_message_history` permissions to " -"use this." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:3 +#: discord.User.history:3 discord.Member.history:3 +#: discord.TextChannel.history:3 discord.DMChannel.history:3 +#: discord.GroupChannel.history:3 +msgid "You must have :attr:`~.Permissions.read_message_history` permissions to use this." msgstr "これを行うためには、そのチャンネルの :attr:`~.Permissions.read_message_history` 権限が必要です。" -#: discord.DMChannel.history:14 discord.GroupChannel.history:14 -#: discord.Member.history:14 discord.Reaction.users:14 -#: discord.TextChannel.history:14 discord.User.history:14 -#: discord.abc.Messageable.history:14 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:14 +#: discord.User.history:14 ../../../discord/reaction.py:docstring +#: discord.Reaction.users:14 discord.Member.history:14 +#: discord.TextChannel.history:14 discord.DMChannel.history:14 +#: discord.GroupChannel.history:14 msgid "Flattening into a list: ::" msgstr "" -#: discord.DMChannel.history:21 discord.GroupChannel.history:21 -#: discord.Member.history:21 discord.TextChannel.history:21 -#: discord.User.history:21 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/abc.py:docstring of discord.abc.Messageable.history:21 +#: discord.User.history:21 discord.Member.history:21 +#: discord.TextChannel.history:21 discord.DMChannel.history:21 +#: discord.GroupChannel.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.DMChannel.history:25 discord.GroupChannel.history:25 -#: discord.Member.history:25 discord.TextChannel.history:25 -#: discord.User.history:25 discord.abc.Messageable.history:25 of -msgid "" -"Retrieve messages before this date or message. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:25 +#: discord.User.history:25 discord.Member.history:25 +#: discord.TextChannel.history:25 discord.DMChannel.history:25 +#: discord.GroupChannel.history:25 +msgid "Retrieve messages before this date or message. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.DMChannel.history:28 discord.GroupChannel.history:28 -#: discord.Member.history:28 discord.TextChannel.history:28 -#: discord.User.history:28 discord.abc.Messageable.history:28 of -msgid "" -"Retrieve messages after this date or message. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:28 +#: discord.User.history:28 discord.Member.history:28 +#: discord.TextChannel.history:28 discord.DMChannel.history:28 +#: discord.GroupChannel.history:28 +msgid "Retrieve messages after this date or message. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.DMChannel.history:31 discord.GroupChannel.history:31 -#: discord.Member.history:31 discord.TextChannel.history:31 -#: discord.User.history:31 discord.abc.Messageable.history:31 of -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." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:31 +#: discord.User.history:31 discord.Member.history:31 +#: discord.TextChannel.history:31 discord.DMChannel.history:31 +#: discord.GroupChannel.history:31 +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 "" -#: discord.DMChannel.history:36 discord.GroupChannel.history:36 -#: discord.Member.history:36 discord.TextChannel.history:36 -#: discord.User.history:36 discord.abc.Messageable.history:36 of -msgid "" -"If set to true, return messages in oldest->newest order. Defaults to True" -" if ``after`` is specified, otherwise False." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:36 +#: discord.User.history:36 discord.Member.history:36 +#: discord.TextChannel.history:36 discord.DMChannel.history:36 +#: discord.GroupChannel.history:36 +msgid "If set to true, return messages in oldest->newest order. Defaults to True if ``after`` is specified, otherwise False." msgstr "" -#: discord.DMChannel.history:40 discord.GroupChannel.history:40 -#: discord.Member.history:40 discord.TextChannel.history:40 -#: discord.User.history:40 discord.abc.Messageable.history:40 of -#, fuzzy -msgid "" -":exc:`.Forbidden` -- You do not have permissions to get channel message " -"history." -msgstr ":exc:`Forbidden` -- メッセージ履歴を読む権限が無い。" - -#: discord.DMChannel.history:41 discord.GroupChannel.history:41 -#: discord.Member.history:41 discord.TextChannel.history:41 -#: discord.User.history:41 discord.abc.Messageable.history:41 of -#, fuzzy +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:40 +#: discord.User.history:40 discord.Member.history:40 +#: discord.TextChannel.history:40 discord.DMChannel.history:40 +#: discord.GroupChannel.history:40 +msgid ":exc:`.Forbidden` -- You do not have permissions to get channel message history." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:41 +#: discord.User.history:41 discord.Member.history:41 +#: discord.TextChannel.history:41 discord.DMChannel.history:41 +#: discord.GroupChannel.history:41 msgid ":exc:`.HTTPException` -- The request to get message history failed." -msgstr ":exc:`HTTPException` -- メッセージ履歴の取得のリクエストに失敗した。" +msgstr "" -#: discord.DMChannel.history:43 discord.GroupChannel.history:43 -#: discord.Member.history:43 discord.TextChannel.history:43 -#: discord.User.history:43 discord.abc.Messageable.history:43 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.history:43 +#: discord.User.history:43 discord.Member.history:43 +#: discord.TextChannel.history:43 discord.DMChannel.history:43 +#: discord.GroupChannel.history:43 msgid ":class:`.Message` -- The message with the message data parsed." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:1 +#: discord.User.typing:1 discord.Member.typing:1 discord.TextChannel.typing:1 #: discord.DMChannel.typing:1 discord.GroupChannel.typing:1 -#: discord.Member.typing:1 discord.TextChannel.typing:1 discord.User.typing:1 -#: discord.abc.Messageable.typing:1 of -msgid "" -"Returns a context manager that allows you to type for an indefinite " -"period of time." +msgid "Returns a 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.User.typing:3 discord.Member.typing:3 discord.TextChannel.typing:3 #: discord.DMChannel.typing:3 discord.GroupChannel.typing:3 -#: discord.Member.typing:3 discord.TextChannel.typing:3 discord.User.typing:3 -#: discord.abc.Messageable.typing:3 of msgid "This is useful for denoting long computations in your bot." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:7 +#: discord.User.typing:7 discord.Member.typing:7 discord.TextChannel.typing:7 #: discord.DMChannel.typing:7 discord.GroupChannel.typing:7 -#: discord.Member.typing:7 discord.TextChannel.typing:7 discord.User.typing:7 -#: discord.abc.Messageable.typing:7 of -msgid "" -"This is both a regular context manager and an async context manager. This" -" means that both ``with`` and ``async with`` work with this." +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 "" -#: discord.DMChannel.typing:10 discord.GroupChannel.typing:10 -#: discord.Member.typing:10 discord.TextChannel.typing:10 -#: discord.User.typing:10 discord.abc.Messageable.typing:10 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.typing:10 +#: discord.User.typing:10 discord.Member.typing:10 +#: discord.TextChannel.typing:10 discord.DMChannel.typing:10 +#: discord.GroupChannel.typing:10 msgid "Example Usage: ::" msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:3 +#: ../../../discord/user.py:docstring discord.User.fetch_message:3 +#: ../../../discord/member.py:docstring discord.Member.fetch_message:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.fetch_message:3 #: discord.DMChannel.fetch_message:3 discord.GroupChannel.fetch_message:3 -#: discord.Member.fetch_message:3 discord.TextChannel.fetch_message:3 -#: discord.User.fetch_message:3 discord.abc.Messageable.fetch_message:3 of msgid "Retrieves a single :class:`.Message` from the destination." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:5 +#: ../../../discord/user.py:docstring discord.User.fetch_message:5 +#: ../../../discord/member.py:docstring discord.Member.fetch_message:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.fetch_message:5 #: discord.DMChannel.fetch_message:5 discord.GroupChannel.fetch_message:5 -#: discord.Member.fetch_message:5 discord.TextChannel.fetch_message:5 -#: discord.User.fetch_message:5 discord.abc.Messageable.fetch_message:5 of msgid "This can only be used by bot accounts." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.fetch_message:7 +#: ../../../discord/user.py:docstring discord.User.fetch_message:7 +#: ../../../discord/member.py:docstring discord.Member.fetch_message:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.fetch_message:7 #: discord.DMChannel.fetch_message:7 discord.GroupChannel.fetch_message:7 -#: discord.Member.fetch_message:7 discord.TextChannel.fetch_message:7 -#: discord.User.fetch_message:7 discord.abc.Messageable.fetch_message:7 of msgid "The message ID to look for." msgstr "" -#: discord.DMChannel.fetch_message:10 discord.GroupChannel.fetch_message:10 -#: discord.Member.fetch_message:10 discord.TextChannel.fetch_message:10 -#: discord.User.fetch_message:10 discord.abc.Messageable.fetch_message:10 of -#, fuzzy +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.fetch_message:10 ../../../discord/user.py:docstring +#: discord.User.fetch_message:10 ../../../discord/member.py:docstring +#: discord.Member.fetch_message:10 ../../../discord/channel.py:docstring +#: discord.TextChannel.fetch_message:10 discord.DMChannel.fetch_message:10 +#: discord.GroupChannel.fetch_message:10 msgid ":exc:`.NotFound` -- The specified message was not found." -msgstr ":exc:`NotFound` -- 指定したメッセージが見つからなかった。" +msgstr "" -#: discord.DMChannel.fetch_message:11 discord.GroupChannel.fetch_message:11 -#: discord.Member.fetch_message:11 discord.TextChannel.fetch_message:11 -#: discord.User.fetch_message:11 discord.abc.Messageable.fetch_message:11 of -#, fuzzy -msgid "" -":exc:`.Forbidden` -- You do not have the permissions required to get a " -"message." -msgstr ":exc:`Forbidden` -- メッセージの取得に必要な権限がない。" - -#: discord.DMChannel.fetch_message:12 discord.GroupChannel.fetch_message:12 -#: discord.Member.fetch_message:12 discord.TextChannel.fetch_message:12 -#: discord.User.fetch_message:12 discord.abc.Messageable.fetch_message:12 of -#, fuzzy +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.fetch_message:11 ../../../discord/user.py:docstring +#: discord.User.fetch_message:11 ../../../discord/member.py:docstring +#: discord.Member.fetch_message:11 ../../../discord/channel.py:docstring +#: discord.TextChannel.fetch_message:11 discord.DMChannel.fetch_message:11 +#: discord.GroupChannel.fetch_message:11 +msgid ":exc:`.Forbidden` -- You do not have the permissions required to get a message." +msgstr "" + +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.fetch_message:12 ../../../discord/user.py:docstring +#: discord.User.fetch_message:12 ../../../discord/member.py:docstring +#: discord.Member.fetch_message:12 ../../../discord/channel.py:docstring +#: discord.TextChannel.fetch_message:12 discord.DMChannel.fetch_message:12 +#: discord.GroupChannel.fetch_message:12 msgid ":exc:`.HTTPException` -- Retrieving the message failed." -msgstr ":exc:`HTTPException` -- メッセージの取得に失敗した。" +msgstr "" -#: discord.DMChannel.fetch_message:14 discord.GroupChannel.fetch_message:14 -#: discord.Member.fetch_message:14 discord.TextChannel.fetch_message:14 -#: discord.User.fetch_message:14 discord.abc.Messageable.fetch_message:14 of +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.fetch_message:14 ../../../discord/user.py:docstring +#: discord.User.fetch_message:14 ../../../discord/member.py:docstring +#: discord.Member.fetch_message:14 ../../../discord/channel.py:docstring +#: discord.TextChannel.fetch_message:14 discord.DMChannel.fetch_message:14 +#: discord.GroupChannel.fetch_message:14 msgid "The message asked for." msgstr "" -#: discord.DMChannel.fetch_message:15 discord.DMChannel.send:40 -#: discord.GroupChannel.fetch_message:15 discord.GroupChannel.send:40 +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.fetch_message:15 discord.abc.Messageable.send:40 +#: ../../../discord/user.py:docstring discord.User.fetch_message:15 +#: discord.User.send:40 ../../../discord/member.py:docstring #: discord.Member.fetch_message:15 discord.Member.send:40 -#: discord.TextChannel.fetch_message:15 discord.TextChannel.send:40 -#: discord.User.fetch_message:15 discord.User.send:40 -#: discord.abc.Messageable.fetch_message:15 discord.abc.Messageable.send:40 of -#, fuzzy +#: ../../../discord/channel.py:docstring discord.TextChannel.fetch_message:15 +#: discord.TextChannel.send:40 discord.DMChannel.fetch_message:15 +#: discord.DMChannel.send:40 discord.GroupChannel.fetch_message:15 +#: discord.GroupChannel.send:40 msgid ":class:`.Message`" -msgstr ":class:`User`" +msgstr "" -#: discord.DMChannel.pins:3 discord.GroupChannel.pins:3 discord.Member.pins:3 -#: discord.TextChannel.pins:3 discord.User.pins:3 -#: discord.abc.Messageable.pins:3 of -#, fuzzy +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:3 +#: ../../../discord/user.py:docstring discord.User.pins:3 +#: ../../../discord/member.py:docstring discord.Member.pins:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.pins:3 +#: discord.DMChannel.pins:3 discord.GroupChannel.pins:3 msgid "Returns a :class:`list` of :class:`.Message` that are currently pinned." -msgstr "ユーザーがブロックしている :class:`User` の :class:`list` が返ります。" +msgstr "" -#: discord.DMChannel.pins:5 discord.GroupChannel.pins:5 discord.Member.pins:5 -#: discord.TextChannel.pins:5 discord.User.pins:5 -#: discord.abc.Messageable.pins:5 of -#, fuzzy +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.pins:5 +#: ../../../discord/user.py:docstring discord.User.pins:5 +#: ../../../discord/member.py:docstring discord.Member.pins:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.pins:5 +#: discord.DMChannel.pins:5 discord.GroupChannel.pins:5 msgid ":exc:`.HTTPException` -- Retrieving the pinned messages failed." -msgstr ":exc:`HTTPException` -- ピン留めされたメッセージの取得に失敗した。" +msgstr "" -#: discord.DMChannel.send:3 discord.GroupChannel.send:3 discord.Member.send:3 -#: discord.TextChannel.send:3 discord.User.send:3 -#: discord.abc.Messageable.send:3 of +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:3 +#: ../../../discord/user.py:docstring discord.User.send:3 +#: ../../../discord/member.py:docstring discord.Member.send:3 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:3 +#: discord.DMChannel.send:3 discord.GroupChannel.send:3 msgid "Sends a message to the destination with the content given." msgstr "" -#: discord.DMChannel.send:5 discord.GroupChannel.send:5 discord.Member.send:5 -#: discord.TextChannel.send:5 discord.User.send:5 -#: 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/abc.py:docstring of discord.abc.Messageable.send:5 +#: ../../../discord/user.py:docstring discord.User.send:5 +#: ../../../discord/member.py:docstring discord.Member.send:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:5 +#: discord.DMChannel.send:5 discord.GroupChannel.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.DMChannel.send:9 discord.GroupChannel.send:9 discord.Member.send:9 -#: discord.TextChannel.send:9 discord.User.send:9 -#: discord.abc.Messageable.send:9 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`.File` object. To upload multiple files, the ``files`` " -"parameter should be used with a :class:`list` of :class:`.File` objects. " -"**Specifying both parameters will lead to an exception**." +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:9 +#: ../../../discord/user.py:docstring discord.User.send:9 +#: ../../../discord/member.py:docstring discord.Member.send:9 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:9 +#: discord.DMChannel.send:9 discord.GroupChannel.send:9 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`.File` object. To upload multiple files, the ``files`` parameter should be used with a :class:`list` of :class:`.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 discord.User.send:14 +#: ../../../discord/member.py:docstring discord.Member.send:14 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:14 #: discord.DMChannel.send:14 discord.GroupChannel.send:14 -#: discord.Member.send:14 discord.TextChannel.send:14 discord.User.send:14 -#: discord.abc.Messageable.send:14 of -msgid "" -"If the ``embed`` parameter is provided, it must be of type " -":class:`.Embed` and it must be a rich embed type." +msgid "If the ``embed`` parameter is provided, it must be of type :class:`.Embed` and it must be a rich embed type." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:20 +#: ../../../discord/user.py:docstring discord.User.send:20 +#: ../../../discord/member.py:docstring discord.Member.send:20 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:20 #: discord.DMChannel.send:20 discord.GroupChannel.send:20 -#: discord.Member.send:20 discord.TextChannel.send:20 discord.User.send:20 -#: discord.abc.Messageable.send:20 of msgid "The rich embed for the content." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:22 +#: ../../../discord/user.py:docstring discord.User.send:22 +#: ../../../discord/member.py:docstring discord.Member.send:22 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:22 #: discord.DMChannel.send:22 discord.GroupChannel.send:22 -#: discord.Member.send:22 discord.TextChannel.send:22 discord.User.send:22 -#: discord.abc.Messageable.send:22 of msgid "The file to upload." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:24 +#: ../../../discord/user.py:docstring discord.User.send:24 +#: ../../../discord/member.py:docstring discord.Member.send:24 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:24 #: discord.DMChannel.send:24 discord.GroupChannel.send:24 -#: discord.Member.send:24 discord.TextChannel.send:24 discord.User.send:24 -#: discord.abc.Messageable.send:24 of msgid "A list of files to upload. Must be a maximum of 10." msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:26 +#: ../../../discord/user.py:docstring discord.User.send:26 +#: ../../../discord/member.py:docstring discord.Member.send:26 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:26 #: discord.DMChannel.send:26 discord.GroupChannel.send:26 -#: discord.Member.send:26 discord.TextChannel.send:26 discord.User.send:26 -#: discord.abc.Messageable.send:26 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." +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:29 +#: ../../../discord/user.py:docstring discord.User.send:29 +#: ../../../discord/member.py:docstring discord.Member.send:29 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:29 #: discord.DMChannel.send:29 discord.GroupChannel.send:29 -#: discord.Member.send:29 discord.TextChannel.send:29 discord.User.send:29 -#: discord.abc.Messageable.send:29 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." +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:34 +#: ../../../discord/user.py:docstring discord.User.send:34 +#: ../../../discord/member.py:docstring discord.Member.send:34 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:34 #: discord.DMChannel.send:34 discord.GroupChannel.send:34 -#: discord.Member.send:34 discord.TextChannel.send:34 discord.User.send:34 -#: discord.abc.Messageable.send:34 of -#, fuzzy msgid ":exc:`.HTTPException` -- Sending the message failed." -msgstr ":exc:`HTTPException` -- メッセージの送信に失敗した。" +msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:35 +#: ../../../discord/user.py:docstring discord.User.send:35 +#: ../../../discord/member.py:docstring discord.Member.send:35 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:35 #: discord.DMChannel.send:35 discord.GroupChannel.send:35 -#: discord.Member.send:35 discord.TextChannel.send:35 discord.User.send:35 -#: discord.abc.Messageable.send:35 of -#, fuzzy -msgid "" -":exc:`.Forbidden` -- You do not have the proper permissions to send the " -"message." -msgstr ":exc:`Forbidden` -- メッセージの送信に必要な権限がない。" +msgid ":exc:`.Forbidden` -- You do not have the proper permissions to send the message." +msgstr "" +#: ../../../discord/abc.py:docstring of discord.abc.Messageable.send:36 +#: ../../../discord/user.py:docstring discord.User.send:36 +#: ../../../discord/member.py:docstring discord.Member.send:36 +#: ../../../discord/channel.py:docstring discord.TextChannel.send:36 #: discord.DMChannel.send:36 discord.GroupChannel.send:36 -#: discord.Member.send:36 discord.TextChannel.send:36 discord.User.send:36 -#: discord.abc.Messageable.send:36 of -#, fuzzy -msgid "" -":exc:`.InvalidArgument` -- The ``files`` list is not of the appropriate " -"size or you specified both ``file`` and ``files``." +msgid ":exc:`.InvalidArgument` -- The ``files`` list is not of the appropriate size or you specified both ``file`` and ``files``." msgstr "" -":exc:`InvalidArgument` -- ``files`` リストのサイズが適切でないか、 ``file`` と ``files`` " -"の両方を指定している。" -#: discord.DMChannel.trigger_typing:3 discord.GroupChannel.trigger_typing:3 -#: discord.Member.trigger_typing:3 discord.TextChannel.trigger_typing:3 -#: discord.User.trigger_typing:3 discord.abc.Messageable.trigger_typing:3 of +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.trigger_typing:3 ../../../discord/user.py:docstring +#: discord.User.trigger_typing:3 ../../../discord/member.py:docstring +#: discord.Member.trigger_typing:3 ../../../discord/channel.py:docstring +#: discord.TextChannel.trigger_typing:3 discord.DMChannel.trigger_typing:3 +#: discord.GroupChannel.trigger_typing:3 msgid "Triggers a *typing* indicator to the destination." msgstr "" -#: discord.DMChannel.trigger_typing:5 discord.GroupChannel.trigger_typing:5 -#: discord.Member.trigger_typing:5 discord.TextChannel.trigger_typing:5 -#: discord.User.trigger_typing:5 discord.abc.Messageable.trigger_typing:5 of -msgid "" -"*Typing* indicator will go away after 10 seconds, or after a message is " -"sent." +#: ../../../discord/abc.py:docstring of +#: discord.abc.Messageable.trigger_typing:5 ../../../discord/user.py:docstring +#: discord.User.trigger_typing:5 ../../../discord/member.py:docstring +#: discord.Member.trigger_typing:5 ../../../discord/channel.py:docstring +#: discord.TextChannel.trigger_typing:5 discord.DMChannel.trigger_typing:5 +#: discord.GroupChannel.trigger_typing:5 +msgid "*Typing* indicator will go away after 10 seconds, or after a message is sent." msgstr "" -#: discord.abc.Connectable:1 of -msgid "" -"An ABC that details the common operations on a channel that can connect " -"to a voice server." +#: ../../../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 "" -#: ../../api.rst:1855 +#: ../../api.rst:1854 msgid "Discord Models" msgstr "Discordモデル" -#: ../../api.rst:1857 -msgid "" -"Models are classes that are received from Discord and are not meant to be" -" created by the user of the library." +#: ../../api.rst:1856 +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:1862 -msgid "" -"The classes listed below are **not intended to be created by users** and " -"are also **read-only**." +#: ../../api.rst:1861 +msgid "The classes listed below are **not intended to be created by users** and are also **read-only**." msgstr "下記のクラスは、 **ユーザーによって作成されることを想定しておらず** 、中には **読み取り専用** のものもあります。" -#: ../../api.rst:1865 -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` " -"インスタンスの値の変更もするべきではありません。" +#: ../../api.rst:1864 +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` インスタンスの値の変更もするべきではありません。" -#: ../../api.rst:1868 -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` " -"の特定のイベントから受け取る方法が挙げられます。" +#: ../../api.rst:1867 +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` の特定のイベントから受け取る方法が挙げられます。" -#: ../../api.rst:1875 ../../api.rst:2137 -msgid "" -"Nearly all classes here have ``__slots__`` defined which means that it is" -" impossible to have dynamic attributes to the data classes." +#: ../../api.rst:1874 ../../api.rst:2136 +msgid "Nearly all classes here have ``__slots__`` defined which means that it is impossible to have dynamic attributes to the data classes." msgstr "ほぼすべてのクラスに ``__slots__`` が定義されています。つまり、データクラスに動的に変数を追加することは不可能です。" -#: ../../api.rst:1878 ../../api.rst:2143 -msgid "" -"More information about ``__slots__`` can be found `in the official python" -" documentation " -"`_." -msgstr "" -"``__slots__`` の詳細は `公式のPythonドキュメント " -"`_ " -"を参照してください。" +#: ../../api.rst:1877 ../../api.rst:2142 +msgid "More information about ``__slots__`` can be found `in the official python documentation `_." +msgstr "``__slots__`` の詳細は `公式のPythonドキュメント `_ を参照してください。" -#: ../../api.rst:1883 +#: ../../api.rst:1882 msgid "ClientUser" -msgstr "クライアントユーザー" +msgstr "ClientUser" -#: discord.ClientUser:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser:1 msgid "Represents your Discord user." msgstr "あなたのDiscordユーザーを表します。" -#: discord.ClientUser:7 discord.User:7 of +#: ../../../discord/user.py:docstring of discord.ClientUser:7 discord.User:7 msgid "Checks if two users are equal." msgstr "二つのユーザーが等しいかを比較します。" -#: discord.ClientUser:11 discord.User:11 of +#: ../../../discord/user.py:docstring of discord.ClientUser:11 discord.User:11 msgid "Checks if two users are not equal." msgstr "二つのユーザーが等しいものではないか比較します。" -#: discord.ClientUser:15 discord.User:15 of +#: ../../../discord/user.py:docstring of discord.ClientUser:15 discord.User:15 msgid "Return the user's hash." msgstr "ユーザーのハッシュ値を返します。" -#: discord.ClientUser:19 discord.User:19 of +#: ../../../discord/user.py:docstring of discord.ClientUser:19 discord.User:19 msgid "Returns the user's name with discriminator." msgstr "ユーザー名とディスクリミネータを返します。" -#: discord.ClientUser:27 discord.User:27 of -msgid ":class:`int` -- The user's unique ID." -msgstr ":class:`int` -- ユーザーの固有ID。" +#: ../../../discord/user.py:docstring of discord.ClientUser:29 discord.User:29 +msgid "The user's unique ID." +msgstr "" -#: discord.ClientUser:31 discord.User:31 of -msgid "" -":class:`str` -- The user's discriminator. This is given when the username" -" has conflicts." -msgstr ":class:`str` -- ユーザーのディスクリミネータ。これはユーザー名が重複している際に与えられます。" +#: ../../../discord/user.py:docstring of discord.ClientUser:35 discord.User:35 +msgid "The user's discriminator. This is given when the username has conflicts." +msgstr "" -#: discord.ClientUser:35 discord.User:35 of -msgid "Optional[:class:`str`] -- The avatar hash the user has. Could be None." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" +#: ../../../discord/user.py:docstring of discord.ClientUser:41 discord.User:41 +msgid "The avatar hash the user has. Could be None." +msgstr "" -#: discord.ClientUser:39 discord.User:39 of -msgid ":class:`bool` -- Specifies if the user is a bot account." -msgstr ":class:`bool` -- ユーザーがBotアカウントであるかを表します。" +#: ../../../discord/user.py:docstring of discord.ClientUser:47 discord.User:47 +msgid "Specifies if the user is a bot account." +msgstr "" -#: discord.ClientUser:43 of -msgid ":class:`bool` -- Specifies if the user is a verified account." -msgstr ":class:`bool` -- ユーザーが認証済みアカウントであるかを表します。" +#: ../../../discord/user.py:docstring of discord.ClientUser:53 +msgid "Specifies if the user is a verified account." +msgstr "" -#: discord.ClientUser:47 of -msgid "Optional[:class:`str`] -- The email the user used when registering." -msgstr "Optional[:class:`str`] -- ユーザーが登録時に使用したEメールアドレス。" +#: ../../../discord/user.py:docstring of discord.ClientUser:59 +msgid "The email the user used when registering." +msgstr "" -#: discord.ClientUser:51 of -msgid ":class:`bool` -- Specifies if the user has MFA turned on and working." -msgstr ":class:`bool` -- ユーザーが二段階認証を行っているかを表します。" +#: ../../../discord/user.py:docstring of discord.ClientUser:65 +msgid "Specifies if the user has MFA turned on and working." +msgstr "" -#: discord.ClientUser:55 of -msgid "" -":class:`bool` -- Specifies if the user is a premium user (e.g. has " -"Discord Nitro)." -msgstr ":class:`bool` -- ユーザーがプレミアムユーザー (例えば Discord Nitro) であるかを表します。" +#: ../../../discord/user.py:docstring of discord.ClientUser:71 +msgid "Specifies if the user is a premium user (e.g. has Discord Nitro)." +msgstr "" -#: discord.ClientUser:59 of -msgid "" -":class:`PremiumType` -- Specifies the type of premium a user has (e.g. " -"Nitro or Nitro Classic). Could be None if the user is not premium." +#: ../../../discord/user.py:docstring of discord.ClientUser:77 +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 "" -#: discord.ClientUser.get_relationship:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser:79 +msgid ":class:`PremiumType`" +msgstr "" + +#: ../../../discord/user.py:docstring of discord.ClientUser.get_relationship:1 msgid "Retrieves the :class:`Relationship` if applicable." msgstr "該当すれば :class:`Relationship` が返ります。" -#: discord.ClientUser.get_relationship:3 of +#: ../../../discord/user.py:docstring of discord.ClientUser.get_relationship:5 +#: discord.ClientUser.relationships:5 discord.ClientUser.friends:5 +#: discord.ClientUser.blocked:5 discord.ClientUser.create_group:9 +#: discord.ClientUser.edit_settings:7 discord.User.relationship:5 +#: discord.User.block:7 discord.User.mutual_friends:7 discord.User.profile:7 +#: discord.User.remove_friend:7 discord.User.send_friend_request:7 +#: discord.User.unblock:7 discord.User.is_friend:5 discord.User.is_blocked:5 +#: ../../../discord/member.py:docstring discord.Member.block:7 +#: discord.Member.is_blocked:5 discord.Member.is_friend:5 +#: discord.Member.mutual_friends:7 discord.Member.profile:7 +#: discord.Member.remove_friend:7 discord.Member.send_friend_request:7 +#: discord.Member.unblock:7 +msgid "This only applies to non-bot accounts." +msgstr "" + +#: ../../../discord/user.py:docstring of discord.ClientUser.get_relationship:7 msgid "The user ID to check if we have a relationship with them." msgstr "リレーションシップがあるか確認したいユーザーのID。" -#: discord.ClientUser.get_relationship:6 of +#: ../../../discord/user.py:docstring of discord.ClientUser.get_relationship:10 msgid "The relationship if available or ``None``" msgstr "該当すればリレーションシップが返り、それ以外は ``None`` が返ります。" -#: discord.ClientUser.get_relationship:7 of +#: ../../../discord/user.py:docstring of discord.ClientUser.get_relationship:11 msgid "Optional[:class:`Relationship`]" msgstr "" -#: discord.ClientUser.relationships:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.relationships:1 msgid "Returns a :class:`list` of :class:`Relationship` that the user has." msgstr "ユーザーの :class:`Relationship` の :class:`list` が返ります。" -#: discord.ClientUser.friends:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.friends:1 msgid "Returns a :class:`list` of :class:`User`\\s that the user is friends with." msgstr "ユーザーとフレンドである :class:`User` の :class:`list` が返ります。" -#: discord.ClientUser.blocked:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.blocked:1 msgid "Returns a :class:`list` of :class:`User`\\s that the user has blocked." msgstr "ユーザーがブロックしている :class:`User` の :class:`list` が返ります。" -#: discord.ClientUser.avatar_url:1 discord.ClientUser.avatar_url_as:1 -#: discord.Member.avatar_url_as:1 discord.User.avatar_url:1 -#: discord.User.avatar_url_as:1 discord.WidgetMember.avatar_url:1 -#: discord.WidgetMember.avatar_url_as:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url:1 +#: discord.ClientUser.avatar_url_as:1 discord.User.avatar_url:1 +#: discord.User.avatar_url_as:1 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url:1 discord.WidgetMember.avatar_url_as:1 msgid "Returns a friendly URL version of the avatar the user has." msgstr "ユーザーのアバターのURLを返します。" -#: discord.ClientUser.avatar_url:3 discord.ClientUser.avatar_url_as:3 -#: discord.Member.avatar_url_as:3 discord.User.avatar_url:3 -#: discord.User.avatar_url_as:3 discord.WidgetMember.avatar_url:3 -#: discord.WidgetMember.avatar_url_as:3 of -msgid "" -"If the user does not have a traditional avatar, their default avatar URL " -"is returned instead." +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url:3 +#: discord.ClientUser.avatar_url_as:3 discord.User.avatar_url:3 +#: discord.User.avatar_url_as:3 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url:3 discord.WidgetMember.avatar_url_as:3 +msgid "If the user does not have a traditional avatar, their default avatar URL is returned instead." msgstr "ユーザーがアバターを設定していない場合、デフォルトのアバターのURLが返ります。" -#: discord.ClientUser.avatar_url:6 discord.User.avatar_url:6 -#: discord.WidgetMember.avatar_url:6 of -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` " -"を呼び出すのと同等の処理です。" - -#: discord.ClientUser.avatar_url_as:6 discord.Member.avatar_url_as:6 -#: discord.User.avatar_url_as:6 discord.WidgetMember.avatar_url_as:6 of -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 1024." +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url:6 +#: discord.User.avatar_url:6 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url:6 +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` を呼び出すのと同等の処理です。" + +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url_as:6 +#: discord.User.avatar_url_as:6 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:6 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:6 +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 1024." msgstr "フォーマットは「webp」「jpeg」「jpg」「png」または「gif」である必要があり、「gif」はアニメーションアバターにのみ使用可能です。サイズは2の累乗値かつ16以上1024以下である必要があります。" -#: discord.ClientUser.avatar_url_as:10 discord.Member.avatar_url_as:10 -#: discord.User.avatar_url_as:10 discord.WidgetMember.avatar_url_as:10 of -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 " -"のフォーマットに自動的に変換されます。" - -#: discord.ClientUser.avatar_url_as:15 discord.Member.avatar_url_as:15 -#: discord.User.avatar_url_as:15 discord.WidgetMember.avatar_url_as:15 of -msgid "" -"Format to attempt to convert only non-animated avatars to. Defaults to " -"'webp'" +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url_as:10 +#: discord.User.avatar_url_as:10 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:10 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:10 +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 のフォーマットに自動的に変換されます。" + +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url_as:15 +#: discord.User.avatar_url_as:15 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:15 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:15 +msgid "Format to attempt to convert only non-animated avatars to. Defaults to 'webp'" msgstr "アバターがアニメーションでない場合に変換されるフォーマット。デフォルトでは「webp」です。" -#: discord.ClientUser.avatar_url_as:21 discord.Member.avatar_url_as:21 -#: discord.User.avatar_url_as:21 discord.WidgetMember.avatar_url_as:21 of -msgid "" -":exc:`InvalidArgument` -- Bad image format passed to ``format`` or " -"``static_format``, or invalid ``size``." -msgstr "" -":exc:`InvalidArgument` -- ``format`` または ``static_format`` が正しくない、あるいは " -"``size`` に無効な値が渡された。" - -#: discord.ClientUser.color:1 discord.ClientUser.colour:1 discord.User.color:1 -#: discord.User.colour:1 discord.WidgetMember.color:1 -#: discord.WidgetMember.colour:1 of -msgid "" -"A property that returns a :class:`Colour` denoting the rendered colour " -"for the user. This always returns :meth:`Colour.default`." -msgstr "" -"レンダリング済みカラーを表す :class:`Colour` を返すプロパティ。これは常に :meth:`Colour.default` " -"を返します。" - -#: discord.ClientUser.color:4 discord.ClientUser.colour:4 -#: discord.Member.color:5 discord.Member.colour:5 discord.User.color:4 -#: discord.User.colour:4 discord.WidgetMember.color:4 -#: discord.WidgetMember.colour:4 of +#: ../../../discord/user.py:docstring of discord.ClientUser.avatar_url_as:21 +#: discord.User.avatar_url_as:21 ../../../discord/member.py:docstring +#: discord.Member.avatar_url_as:21 ../../../discord/widget.py:docstring +#: discord.WidgetMember.avatar_url_as:21 +msgid ":exc:`InvalidArgument` -- Bad image format passed to ``format`` or ``static_format``, or invalid ``size``." +msgstr ":exc:`InvalidArgument` -- ``format`` または ``static_format`` が正しくない、あるいは ``size`` に無効な値が渡された。" + +#: ../../../discord/user.py:docstring of discord.ClientUser.color:1 +#: discord.ClientUser.colour:1 discord.User.color:1 discord.User.colour:1 +#: ../../../discord/widget.py:docstring discord.WidgetMember.color:1 +#: discord.WidgetMember.colour:1 +msgid "A property that returns a :class:`Colour` denoting the rendered colour for the user. This always returns :meth:`Colour.default`." +msgstr "レンダリング済みカラーを表す :class:`Colour` を返すプロパティ。これは常に :meth:`Colour.default` を返します。" + +#: ../../../discord/user.py:docstring of discord.ClientUser.color:4 +#: discord.ClientUser.colour:4 discord.User.color:4 discord.User.colour:4 +#: ../../../discord/member.py:docstring discord.Member.colour:5 +#: discord.Member.color:5 ../../../discord/widget.py:docstring +#: discord.WidgetMember.color:4 discord.WidgetMember.colour:4 msgid "There is an alias for this under ``color``." msgstr "これには別名のプロパティがあります。" -#: discord.ClientUser.create_group:3 of -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` のリレーションシップを持っていなければなりません。" - -#: discord.ClientUser.create_group:7 of -msgid "Bot accounts cannot create a group." -msgstr "Botアカウントはグループを作成することは出来ません。" +#: ../../../discord/user.py:docstring of discord.ClientUser.create_group:3 +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` のリレーションシップを持っていなければなりません。" -#: discord.ClientUser.create_group:9 of +#: ../../../discord/user.py:docstring of discord.ClientUser.create_group:11 msgid "An argument :class:`list` of :class:`User` to have in your group." msgstr "グループに参加させたい :class:`User` の :class:`list` 。" -#: discord.ClientUser.create_group:13 of +#: ../../../discord/user.py:docstring of discord.ClientUser.create_group:15 msgid ":exc:`HTTPException` -- Failed to create the group direct message." msgstr ":exc:`HTTPException` -- グループダイレクトメッセージの作成に失敗した。" -#: discord.ClientUser.create_group:14 of -msgid "" -":exc:`ClientException` -- Attempted to create a group with only one " -"recipient. This does not include yourself." +#: ../../../discord/user.py:docstring of discord.ClientUser.create_group:16 +msgid ":exc:`ClientException` -- Attempted to create a group with only one recipient. This does not include yourself." msgstr "参加人数が一人のグループを作成しようとした。人数に自分自身は含まれません。" -#: discord.ClientUser.create_group:17 of +#: ../../../discord/user.py:docstring of discord.ClientUser.create_group:19 msgid "The new group channel." msgstr "新しいグループチャンネル。" -#: discord.ClientUser.created_at:1 discord.User.created_at:1 -#: discord.WidgetMember.created_at:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:1 +#: discord.User.created_at:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.created_at:1 msgid "Returns the user's creation time in UTC." msgstr "ユーザーの作成された時間をUTCで返します。" -#: discord.ClientUser.created_at:3 discord.User.created_at:3 -#: discord.WidgetMember.created_at:3 of +#: ../../../discord/user.py:docstring of discord.ClientUser.created_at:3 +#: discord.User.created_at:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember.created_at:3 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" +#: ../../../discord/user.py:docstring of discord.ClientUser.default_avatar:1 +#: discord.User.default_avatar:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.default_avatar:1 +msgid "Returns the default avatar for a given user. This is calculated by the user's discriminator" msgstr "ユーザーのデフォルトのアバターを追加します。これはユーザーのタグから算出されます。" +#: ../../../discord/user.py:docstring of #: discord.ClientUser.default_avatar_url:1 discord.User.default_avatar_url:1 -#: discord.WidgetMember.default_avatar_url:1 of +#: ../../../discord/widget.py:docstring +#: discord.WidgetMember.default_avatar_url:1 msgid "Returns a URL for a user's default avatar." msgstr "ユーザーのデフォルトアバターのURLを返します。" -#: 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." +#: ../../../discord/user.py:docstring of discord.ClientUser.display_name:3 +#: discord.User.display_name:3 ../../../discord/member.py:docstring +#: 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.ClientUser.edit:3 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:3 msgid "Edits the current profile of the client." msgstr "現在のクライアントのプロフィールを編集します。" -#: discord.ClientUser.edit:5 of -msgid "" -"If a bot account is used then a password field is optional, otherwise it " -"is required." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:5 +msgid "If a bot account is used then a password field is optional, otherwise it is required." msgstr "Botアカウントである場合はpasswordフィールドはオプションとなります。それ以外の場合は必須です。" -#: discord.ClientUser.edit:10 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()``." -msgstr "" -"アバターをアップロードする際には、アップロードする画像を表す :term:`py:bytes-like object` " -"を渡す必要があります。これをファイルを介して行う場合、ファイルを ``open('some_filename', 'rb')`` で開き、 " -":term:`py:bytes-like object` は ``fp.read()`` で取得できます。" +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:10 +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.ClientUser.edit:15 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:15 msgid "The only image formats supported for uploading is JPEG and PNG." msgstr "アップロードでサポートされる画像形式はJPEGとPNGのみです。" -#: discord.ClientUser.edit:17 of -msgid "" -"The current password for the client's account. Only applicable to user " -"accounts." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:17 +msgid "The current password for the client's account. Only applicable to user accounts." msgstr "クライアントの現在のパスワード。ユーザーアカウントでのみ適用可能です。" -#: discord.ClientUser.edit:20 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:20 msgid "The new password you wish to change to. Only applicable to user accounts." msgstr "変更する際の新しいパスワード。ユーザーアカウントでのみ適用可能です。" -#: discord.ClientUser.edit:23 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:23 msgid "The new email you wish to change to. Only applicable to user accounts." msgstr "変更する際の新しいEメールアドレス。ユーザーアカウントでのみ適用可能です。" -#: discord.ClientUser.edit:26 of -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`` " -"を指定してください。ユーザアカウントでのみ適用可能です。" +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:26 +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`` を指定してください。ユーザアカウントでのみ適用可能です。" -#: discord.ClientUser.edit:30 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:30 msgid "The new username you wish to change to." msgstr "変更する際の新しいユーザー名。" -#: discord.ClientUser.edit:32 of -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.ClientUser.edit:32 +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.ClientUser.edit:36 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:36 msgid ":exc:`HTTPException` -- Editing your profile failed." msgstr ":exc:`HTTPException` -- プロフィールの編集に失敗した。" -#: discord.ClientUser.edit:37 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:37 msgid ":exc:`InvalidArgument` -- Wrong image format passed for ``avatar``." msgstr ":exc:`InvalidArgument` -- ``avatar`` に誤った形式の画像が渡された。" -#: discord.ClientUser.edit:38 of -msgid "" -":exc:`ClientException` -- Password is required for non-bot accounts. " -"House field was not a HypeSquadHouse." -msgstr "" -":exc:`ClientException` -- Botではないアカウントでpasswordが指定されていない。 " -"HouseフィールドがHypeSquadHouseでない。" +#: ../../../discord/user.py:docstring of discord.ClientUser.edit:38 +msgid ":exc:`ClientException` -- Password is required for non-bot accounts. House field was not a HypeSquadHouse." +msgstr ":exc:`ClientException` -- Botではないアカウントでpasswordが指定されていない。 HouseフィールドがHypeSquadHouseでない。" -#: discord.ClientUser.edit_settings:3 of -#, fuzzy -msgid "Edits the client user's settings. Only applicable to user accounts." -msgstr "クライアントの現在のパスワード。ユーザーアカウントでのみ適用可能です。" +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:3 +msgid "Edits the client user's settings." +msgstr "" -#: discord.ClientUser.edit_settings:5 of -msgid "" -"How long (in seconds) the user needs to be AFK until Discord sends push " -"notifications to your mobile device." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:9 +msgid "How long (in seconds) the user needs to be AFK until Discord sends push notifications to your mobile device." msgstr "" -#: discord.ClientUser.edit_settings:8 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:12 msgid "Whether or not to animate emojis in the chat." msgstr "" -#: discord.ClientUser.edit_settings:10 of -msgid "" -"Whether or not to automatically convert emoticons into emojis. e.g. :-) " -"-> 😃" +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:14 +msgid "Whether or not to automatically convert emoticons into emojis. e.g. :-) -> 😃" msgstr "" -#: discord.ClientUser.edit_settings:13 of -msgid "" -"Whether or not to automatically disable DMs between you and members of " -"new guilds you join." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:17 +msgid "Whether or not to automatically disable DMs between you and members of new guilds you join." msgstr "" -#: discord.ClientUser.edit_settings:16 of -msgid "" -"Whether or not to automatically detect accounts from services like Steam " -"and Blizzard when you open the Discord client." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:20 +msgid "Whether or not to automatically detect accounts from services like Steam and Blizzard when you open the Discord client." msgstr "" -#: discord.ClientUser.edit_settings:19 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:23 msgid "Whether or not to enable developer mode." msgstr "" -#: discord.ClientUser.edit_settings:21 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:25 msgid "Whether or not to disable the showing of the Games tab." msgstr "" -#: discord.ClientUser.edit_settings:23 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:27 msgid "Whether or not to allow tts messages to be played/sent." msgstr "" -#: discord.ClientUser.edit_settings:25 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:29 msgid "The filter for explicit content in all messages." msgstr "" -#: discord.ClientUser.edit_settings:27 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:31 msgid "Who can add you as a friend." msgstr "" -#: discord.ClientUser.edit_settings:29 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:33 msgid "Whether or not to automatically play gifs that are in the chat." msgstr "" -#: discord.ClientUser.edit_settings:31 of -msgid "" -"A list of guilds in order of the guild/guild icons that are on the left " -"hand side of the UI." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:35 +msgid "A list of guilds in order of the guild/guild icons that are on the left hand side of the UI." msgstr "" -#: discord.ClientUser.edit_settings:34 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:38 msgid "Whether or not to display attachments when they are uploaded in chat." msgstr "" -#: discord.ClientUser.edit_settings:36 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:40 msgid "Whether or not to display videos and images from links posted in chat." msgstr "" -#: discord.ClientUser.edit_settings:38 of -msgid "" -"The RFC 3066 language identifier of the locale to use for the language of" -" the Discord client." +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:42 +msgid "The RFC 3066 language identifier of the locale to use for the language of the Discord client." msgstr "" -#: discord.ClientUser.edit_settings:41 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:45 msgid "Whether or not to use the compact Discord display mode." msgstr "" -#: discord.ClientUser.edit_settings:43 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:47 msgid "Whether or not to render embeds that are sent in the chat." msgstr "" -#: discord.ClientUser.edit_settings:45 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:49 msgid "Whether or not to render reactions that are added to messages." msgstr "" -#: discord.ClientUser.edit_settings:47 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:51 msgid "A list of guilds that you will not receive DMs from." msgstr "" -#: discord.ClientUser.edit_settings:49 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:53 msgid "Whether or not to display the game that you are currently playing." msgstr "" -#: discord.ClientUser.edit_settings:51 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:55 msgid "The clients status that is shown to others." msgstr "" -#: discord.ClientUser.edit_settings:53 of -#, fuzzy +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:57 msgid "The theme of the Discord UI." -msgstr "ギルドの名前。" +msgstr "" -#: discord.ClientUser.edit_settings:55 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:59 msgid "The timezone offset to use." msgstr "" -#: discord.ClientUser.edit_settings:58 of -#, fuzzy +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:62 msgid ":exc:`HTTPException` -- Editing the settings failed." -msgstr ":exc:`HTTPException` -- ユーザーの取得に失敗した。" +msgstr "" -#: discord.ClientUser.edit_settings:59 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:63 msgid ":exc:`Forbidden` -- The client is a bot user and not a user account." msgstr "" -#: discord.ClientUser.edit_settings:61 of +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:65 msgid "The client user's updated settings." msgstr "" -#: discord.ClientUser.edit_settings:62 of -#, fuzzy +#: ../../../discord/user.py:docstring of discord.ClientUser.edit_settings:66 +#: ../../../discord/raw_models.py:docstring discord.RawMessageUpdateEvent:14 +#: ../../../discord/activity.py:docstring discord.Activity:57 +#: discord.Activity:69 discord.Activity:78 discord.Streaming:46 msgid ":class:`dict`" -msgstr ":class:`Invite`" +msgstr "" -#: discord.ClientUser.is_avatar_animated:1 discord.Member.is_avatar_animated:1 -#: discord.User.is_avatar_animated:1 discord.WidgetMember.is_avatar_animated:1 -#: of +#: ../../../discord/user.py:docstring of +#: discord.ClientUser.is_avatar_animated:1 discord.User.is_avatar_animated:1 +#: ../../../discord/member.py:docstring discord.Member.is_avatar_animated:1 +#: ../../../discord/widget.py:docstring +#: discord.WidgetMember.is_avatar_animated:1 msgid ":class:`bool`: Returns True if the user has an animated avatar." msgstr ":class:`bool`: ユーザーのアバターがアニメーションアバターである場合にTrueが返ります。" -#: discord.ClientUser.mentioned_in:1 discord.User.mentioned_in:1 -#: discord.WidgetMember.mentioned_in:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.mentioned_in:1 +#: discord.User.mentioned_in:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.mentioned_in:1 msgid "Checks if the user is mentioned in the specified message." msgstr "指定のメッセージにユーザーに対するメンションが含まれているかを確認します。" -#: discord.ClientUser.mentioned_in:3 discord.Member.mentioned_in:3 -#: discord.User.mentioned_in:3 discord.WidgetMember.mentioned_in:3 of +#: ../../../discord/user.py:docstring of discord.ClientUser.mentioned_in:3 +#: discord.User.mentioned_in:3 ../../../discord/member.py:docstring +#: discord.Member.mentioned_in:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember.mentioned_in:3 msgid "The message to check if you're mentioned in." msgstr "メンションが含まれているかを確認するメッセージ。" -#: discord.ClientUser.permissions_in:1 discord.Member.permissions_in:1 -#: discord.User.permissions_in:1 discord.WidgetMember.permissions_in:1 of +#: ../../../discord/user.py:docstring of discord.ClientUser.permissions_in:1 +#: discord.User.permissions_in:1 ../../../discord/member.py:docstring +#: discord.Member.permissions_in:1 ../../../discord/widget.py:docstring +#: discord.WidgetMember.permissions_in:1 msgid "An alias for :meth:`abc.GuildChannel.permissions_for`." msgstr ":meth:`abc.GuildChannel.permissions_for` のエイリアス。" -#: discord.ClientUser.permissions_in:3 discord.Member.permissions_in:3 -#: discord.User.permissions_in:3 discord.WidgetMember.permissions_in:3 of +#: ../../../discord/user.py:docstring of discord.ClientUser.permissions_in:3 +#: discord.User.permissions_in:3 ../../../discord/member.py:docstring +#: discord.Member.permissions_in:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember.permissions_in:3 msgid "Basically equivalent to:" msgstr "基本的には以下と同等です:" -#: discord.ClientUser.permissions_in:9 discord.Member.permissions_in:9 -#: discord.User.permissions_in:9 discord.WidgetMember.permissions_in:9 of +#: ../../../discord/user.py:docstring of discord.ClientUser.permissions_in:9 +#: discord.User.permissions_in:9 ../../../discord/member.py:docstring +#: discord.Member.permissions_in:9 ../../../discord/widget.py:docstring +#: discord.WidgetMember.permissions_in:9 msgid "The channel to check your permissions for." msgstr "権限を確認したいチャンネル。" -#: ../../api.rst:1890 +#: ../../api.rst:1889 msgid "Relationship" -msgstr "リレーションシップ" +msgstr "Relationship" -#: discord.Relationship:1 of +#: ../../../discord/relationship.py:docstring of discord.Relationship:1 msgid "Represents a relationship in Discord." msgstr "Discordのリレーションシップを表します。" -#: discord.Relationship:3 of -msgid "" -"A relationship is like a friendship, a person who is blocked, etc. Only " -"non-bot accounts can have relationships." +#: ../../../discord/relationship.py:docstring of discord.Relationship:3 +msgid "A relationship is like a friendship, a person who is blocked, etc. Only non-bot accounts can have relationships." msgstr "フレンドや、ブロックした人などのようなリレーションシップです。Botでないアカウントのみがリレーションシップを持つことが出来ます。" -#: discord.Relationship:8 of -msgid ":class:`User` -- The user you have the relationship with." +#: ../../../discord/relationship.py:docstring of discord.Relationship:8 +msgid "The user you have the relationship with." msgstr "" -#: discord.Relationship:12 of -msgid ":class:`RelationshipType` -- The type of relationship you have." -msgstr ":class:`RelationshipType` -- リレーションシップのタイプ。" +#: ../../../discord/relationship.py:docstring of discord.Relationship:14 +msgid "The type of relationship you have." +msgstr "" + +#: ../../../discord/relationship.py:docstring of discord.Relationship:16 +msgid ":class:`RelationshipType`" +msgstr "" -#: discord.Relationship.accept:3 of +#: ../../../discord/relationship.py:docstring of discord.Relationship.accept:3 msgid "Accepts the relationship request. e.g. accepting a friend request." msgstr "" -#: discord.Relationship.accept:6 of +#: ../../../discord/relationship.py:docstring of discord.Relationship.accept:6 msgid ":exc:`HTTPException` -- Accepting the relationship failed." msgstr "" -#: discord.Relationship.delete:3 of +#: ../../../discord/relationship.py:docstring of discord.Relationship.delete:3 msgid "Deletes the relationship." msgstr "" -#: discord.Relationship.delete:5 of +#: ../../../discord/relationship.py:docstring of discord.Relationship.delete:5 msgid ":exc:`HTTPException` -- Deleting the relationship failed." msgstr "" -#: ../../api.rst:1896 +#: ../../api.rst:1895 msgid "User" -msgstr "ユーザー" +msgstr "User" -#: discord.User:1 of +#: ../../../discord/user.py:docstring of discord.User:1 msgid "Represents a Discord user." msgstr "" -#: discord.User.dm_channel:1 of +#: ../../../discord/user.py:docstring of discord.User.dm_channel:1 msgid "Returns the :class:`DMChannel` associated with this user if it exists." 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." +#: ../../../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.relationship:1 of -msgid "" -"Returns the :class:`Relationship` with this user if applicable, ``None`` " -"otherwise." +#: ../../../discord/user.py:docstring of discord.User.relationship:1 +msgid "Returns the :class:`Relationship` with this user if applicable, ``None`` otherwise." msgstr "" -#: discord.Member.block:3 discord.User.block:3 of +#: ../../../discord/user.py:docstring of discord.User.block:3 +#: ../../../discord/member.py:docstring discord.Member.block:3 msgid "Blocks the user." msgstr "ユーザーをブロックします。" -#: discord.Member.block:5 discord.User.block:5 of +#: ../../../discord/user.py:docstring of discord.User.block:9 +#: ../../../discord/member.py:docstring discord.Member.block:9 msgid ":exc:`Forbidden` -- Not allowed to block this user." msgstr ":exc:`Forbidden` -- このユーザーをブロックすることが認められていない。" -#: discord.Member.block:6 discord.User.block:6 of +#: ../../../discord/user.py:docstring of discord.User.block:10 +#: ../../../discord/member.py:docstring discord.Member.block:10 msgid ":exc:`HTTPException` -- Blocking the user failed." msgstr ":exc:`HTTPException` -- ユーザーのブロックに失敗した。" -#: discord.Member.create_dm:1 discord.User.create_dm:1 of +#: ../../../discord/user.py:docstring of discord.User.create_dm:1 +#: ../../../discord/member.py:docstring discord.Member.create_dm:1 msgid "Creates a :class:`DMChannel` with this user." msgstr "このユーザーと :class:`DMChannel` を作ります。" -#: discord.Member.create_dm:3 discord.User.create_dm:3 of -msgid "" -"This should be rarely called, as this is done transparently for most " -"people." +#: ../../../discord/user.py:docstring of discord.User.create_dm:3 +#: ../../../discord/member.py:docstring discord.Member.create_dm:3 +msgid "This should be rarely called, as this is done transparently for most people." msgstr "" -#: discord.Member.mutual_friends:3 discord.User.mutual_friends:3 of -msgid "" -"Gets all mutual friends of this user. This can only be used by non-bot " -"accounts" +#: ../../../discord/user.py:docstring of discord.User.mutual_friends:3 +#: ../../../discord/member.py:docstring discord.Member.mutual_friends:3 +msgid "Gets all mutual friends of this user." msgstr "" -#: discord.Member.mutual_friends:5 discord.User.mutual_friends:5 of +#: ../../../discord/user.py:docstring of discord.User.mutual_friends:9 +#: ../../../discord/member.py:docstring discord.Member.mutual_friends:9 msgid ":exc:`Forbidden` -- Not allowed to get mutual friends of this user." msgstr "" -#: discord.Member.mutual_friends:6 discord.User.mutual_friends:6 of +#: ../../../discord/user.py:docstring of discord.User.mutual_friends:10 +#: ../../../discord/member.py:docstring discord.Member.mutual_friends:10 msgid ":exc:`HTTPException` -- Getting mutual friends failed." msgstr "" -#: discord.Member.mutual_friends:8 discord.User.mutual_friends:8 of +#: ../../../discord/user.py:docstring of discord.User.mutual_friends:12 +#: ../../../discord/member.py:docstring discord.Member.mutual_friends:12 msgid "The users that are mutual friends." msgstr "" -#: discord.Member.mutual_friends:9 discord.User.mutual_friends:9 of +#: ../../../discord/user.py:docstring of discord.User.mutual_friends:13 +#: ../../../discord/calls.py:docstring discord.CallMessage:16 +#: discord.GroupCall:21 ../../../discord/member.py:docstring +#: discord.Member.mutual_friends:13 msgid "List[:class:`User`]" msgstr "" -#: discord.Member.profile:3 discord.User.profile:3 of -msgid "Gets the user's profile. This can only be used by non-bot accounts." +#: ../../../discord/user.py:docstring of discord.User.profile:3 +#: ../../../discord/member.py:docstring discord.Member.profile:3 +msgid "Gets the user's profile." msgstr "" -#: discord.Member.remove_friend:3 discord.User.remove_friend:3 of +#: ../../../discord/user.py:docstring of discord.User.profile:13 +#: ../../../discord/member.py:docstring discord.Member.profile:13 +msgid ":class:`Profile`" +msgstr ":class:`Profile`" + +#: ../../../discord/user.py:docstring of discord.User.remove_friend:3 +#: ../../../discord/member.py:docstring discord.Member.remove_friend:3 msgid "Removes the user as a friend." msgstr "" -#: discord.Member.remove_friend:5 discord.User.remove_friend:5 of +#: ../../../discord/user.py:docstring of discord.User.remove_friend:9 +#: ../../../discord/member.py:docstring discord.Member.remove_friend:9 msgid ":exc:`Forbidden` -- Not allowed to remove this user as a friend." msgstr "" -#: discord.Member.remove_friend:6 discord.User.remove_friend:6 of +#: ../../../discord/user.py:docstring of discord.User.remove_friend:10 +#: ../../../discord/member.py:docstring discord.Member.remove_friend:10 msgid ":exc:`HTTPException` -- Removing the user as a friend failed." msgstr "" -#: discord.Member.send_friend_request:3 discord.User.send_friend_request:3 of +#: ../../../discord/user.py:docstring of discord.User.send_friend_request:3 +#: ../../../discord/member.py:docstring discord.Member.send_friend_request:3 msgid "Sends the user a friend request." msgstr "" -#: discord.Member.send_friend_request:5 discord.User.send_friend_request:5 of +#: ../../../discord/user.py:docstring of discord.User.send_friend_request:9 +#: ../../../discord/member.py:docstring discord.Member.send_friend_request:9 msgid ":exc:`Forbidden` -- Not allowed to send a friend request to the user." msgstr "" -#: discord.Member.send_friend_request:6 discord.User.send_friend_request:6 of +#: ../../../discord/user.py:docstring of discord.User.send_friend_request:10 +#: ../../../discord/member.py:docstring discord.Member.send_friend_request:10 msgid ":exc:`HTTPException` -- Sending the friend request failed." msgstr "" -#: discord.Member.unblock:3 discord.User.unblock:3 of +#: ../../../discord/user.py:docstring of discord.User.unblock:3 +#: ../../../discord/member.py:docstring discord.Member.unblock:3 msgid "Unblocks the user." msgstr "" -#: discord.Member.unblock:5 discord.User.unblock:5 of +#: ../../../discord/user.py:docstring of discord.User.unblock:9 +#: ../../../discord/member.py:docstring discord.Member.unblock:9 msgid ":exc:`Forbidden` -- Not allowed to unblock this user." msgstr "" -#: discord.Member.unblock:6 discord.User.unblock:6 of +#: ../../../discord/user.py:docstring of discord.User.unblock:10 +#: ../../../discord/member.py:docstring discord.Member.unblock:10 msgid ":exc:`HTTPException` -- Unblocking the user failed." msgstr "" -#: discord.Member.is_friend:1 discord.User.is_friend:1 of +#: ../../../discord/user.py:docstring of discord.User.is_friend:1 +#: ../../../discord/member.py:docstring discord.Member.is_friend:1 msgid ":class:`bool`: Checks if the user is your friend." msgstr ":class:`bool`: ユーザーがあなたのフレンドかどうか確認します。" -#: discord.Member.is_blocked:1 discord.User.is_blocked:1 of +#: ../../../discord/user.py:docstring of discord.User.is_blocked:1 +#: ../../../discord/member.py:docstring discord.Member.is_blocked:1 msgid ":class:`bool`: Checks if the user is blocked." msgstr ":class:`bool`: ユーザーがあなたによってブロックされているかどうか確認します。" -#: ../../api.rst:1910 +#: ../../api.rst:1909 msgid "Attachment" -msgstr "アタッチメント" +msgstr "Attachment" -#: discord.Attachment:1 of +#: ../../../discord/message.py:docstring of discord.Attachment:1 msgid "Represents an attachment from Discord." msgstr "" -#: discord.Attachment:5 of -msgid ":class:`int` -- The attachment ID." +#: ../../../discord/message.py:docstring of discord.Attachment:5 +msgid "The attachment ID." msgstr "" -#: discord.Attachment:9 of -msgid ":class:`int` -- The attachment size in bytes." +#: ../../../discord/message.py:docstring of discord.Attachment:11 +msgid "The attachment size in bytes." msgstr "" -#: discord.Attachment:13 of -msgid "" -"Optional[:class:`int`] -- The attachment's height, in pixels. Only " -"applicable to images." +#: ../../../discord/message.py:docstring of discord.Attachment:17 +msgid "The attachment's height, in pixels. Only applicable to images." msgstr "" -#: discord.Attachment:17 of -msgid "" -"Optional[:class:`int`] -- The attachment's width, in pixels. Only " -"applicable to images." +#: ../../../discord/message.py:docstring of discord.Attachment:23 +msgid "The attachment's width, in pixels. Only applicable to images." msgstr "" -#: discord.Attachment:21 of -msgid ":class:`str` -- The attachment's filename." +#: ../../../discord/message.py:docstring of discord.Attachment:29 +msgid "The attachment's filename." msgstr "" -#: discord.Attachment:25 of -msgid "" -":class:`str` -- The attachment URL. If the message this attachment was " -"attached to is deleted, then this will 404." +#: ../../../discord/message.py:docstring of discord.Attachment:35 +msgid "The attachment URL. If the message this attachment was attached to is deleted, then this will 404." msgstr "" -#: discord.Attachment:30 of -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." +#: ../../../discord/message.py:docstring of discord.Attachment:42 +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.Attachment.is_spoiler:1 of +#: ../../../discord/message.py:docstring of discord.Attachment.is_spoiler:1 msgid ":class:`bool`: Whether this attachment contains a spoiler." msgstr "" -#: discord.Attachment.save:3 of +#: ../../../discord/message.py:docstring of discord.Attachment.save:3 msgid "Saves this attachment into a file-like object." msgstr "" -#: discord.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." +#: ../../../discord/message.py:docstring of discord.Attachment.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.Attachment.save:9 of -msgid "" -"Whether to seek to the beginning of the file after saving is successfully" -" done." +#: ../../../discord/message.py:docstring of discord.Attachment.save:9 +msgid "Whether to seek to the beginning of the file after saving is successfully done." msgstr "" -#: discord.Attachment.save:12 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 type of attachments." +#: ../../../discord/message.py:docstring of discord.Attachment.save:12 +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 type of attachments." msgstr "" -#: discord.Attachment.save:20 of +#: ../../../discord/message.py:docstring of discord.Attachment.save:20 msgid ":exc:`HTTPException` -- Saving the attachment failed." msgstr "" -#: discord.Attachment.save:21 of +#: ../../../discord/message.py:docstring of discord.Attachment.save:21 msgid ":exc:`NotFound` -- The attachment was deleted." msgstr "" -#: discord.Asset.save:21 discord.Attachment.save:23 of +#: ../../../discord/message.py:docstring of discord.Attachment.save:23 +#: ../../../discord/asset.py:docstring discord.Asset.save:12 msgid "The number of bytes written." msgstr "" -#: discord.Asset.save:22 discord.Attachment.save:24 -#: discord.Guild.estimate_pruned_members:15 discord.Guild.prune_members:24 of -#, fuzzy -msgid ":class:`int`" -msgstr ":class:`Invite`" - -#: ../../api.rst:1916 +#: ../../api.rst:1915 msgid "Asset" msgstr "" -#: discord.Asset:1 of -#, fuzzy +#: ../../../discord/asset.py:docstring of discord.Asset:1 msgid "Represents a CDN asset on Discord." -msgstr "Discordのリレーションシップを表します。" +msgstr "" -#: discord.Asset:7 of -#, fuzzy +#: ../../../discord/asset.py:docstring of discord.Asset:7 msgid "Returns the URL of the CDN asset." -msgstr "オブジェクトのハッシュを返します。" +msgstr "" -#: discord.Asset:11 of +#: ../../../discord/asset.py:docstring of discord.Asset:11 msgid "Returns the length of the CDN asset's URL." msgstr "" -#: discord.Asset:15 of -#, fuzzy +#: ../../../discord/asset.py:docstring of discord.Asset:15 msgid "Checks if the Asset has a URL." -msgstr "二つのユーザーが等しいかを比較します。" +msgstr "" -#: discord.Asset.save:3 of -msgid "Saves this asset into a file-like object." +#: ../../../discord/asset.py:docstring of discord.Asset:19 +msgid "Checks if the asset is equal to another asset." msgstr "" -#: discord.Asset.save:5 discord.Asset.save:7 of -msgid "Same as in :meth:`Attachment.save`." +#: ../../../discord/asset.py:docstring of discord.Asset:23 +msgid "Checks if the asset is not equal to another asset." msgstr "" -#: discord.Asset.save:10 of -msgid "" -":exc:`DiscordException` -- There was no valid URL or internal connection " -"state." +#: ../../../discord/asset.py:docstring of discord.Asset:27 +msgid "Returns the hash of the asset." msgstr "" -#: discord.Asset.save:14 of -msgid "" -":class:`PartialEmoji` will not have a state if you make your own instance" -" via ``PartialEmoji(animated=False, name='x', id=2345678)``." +#: ../../../discord/asset.py:docstring of discord.Asset.read:3 +msgid "Retrieves the content of this asset as a :class:`bytes` object." msgstr "" -#: discord.Asset.save:17 of -msgid "The URL will not be provided if there is no custom image." +#: ../../../discord/asset.py:docstring of discord.Asset.read:7 +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.Asset.save:18 of -#, fuzzy -msgid ":exc:`HTTPException` -- Saving the asset failed." -msgstr ":exc:`HTTPException` -- メッセージの送信に失敗した。" +#: ../../../discord/asset.py:docstring of discord.Asset.read:13 +msgid ":exc:`DiscordException` -- There was no valid URL or internal connection state." +msgstr "" -#: discord.Asset.save:19 of -#, fuzzy +#: ../../../discord/asset.py:docstring of discord.Asset.read:14 +msgid ":exc:`HTTPException` -- Downloading the asset failed." +msgstr "" + +#: ../../../discord/asset.py:docstring of discord.Asset.read:15 msgid ":exc:`NotFound` -- The asset was deleted." -msgstr ":exc:`NotFound` -- 指定したメッセージが見つからなかった。" +msgstr "" + +#: ../../../discord/asset.py:docstring of discord.Asset.read:17 +msgid "The content of the asset." +msgstr "" + +#: ../../../discord/asset.py:docstring of discord.Asset.save:3 +msgid "Saves this asset into a file-like object." +msgstr "" -#: ../../api.rst:1922 +#: ../../../discord/asset.py:docstring of discord.Asset.save:5 +#: discord.Asset.save:7 +msgid "Same as in :meth:`Attachment.save`." +msgstr "" + +#: ../../../discord/asset.py:docstring of discord.Asset.save:10 +msgid "Same as :meth:`read`." +msgstr "" + +#: ../../api.rst:1921 msgid "Message" -msgstr "メッセージ" +msgstr "Message" -#: discord.Message:1 of +#: ../../../discord/message.py:docstring of discord.Message:1 msgid "Represents a message from Discord." msgstr "" -#: discord.Message:3 of +#: ../../../discord/message.py:docstring of discord.Message:3 msgid "There should be no need to create one of these manually." msgstr "" -#: discord.Message:7 of -msgid ":class:`bool` -- Specifies if the message was done with text-to-speech." +#: ../../../discord/message.py:docstring of discord.Message:7 +msgid "Specifies if the message was done with text-to-speech." msgstr "" -#: discord.Message:11 of -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`." +#: ../../../discord/message.py:docstring of discord.Message:13 +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.Message:16 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." +#: ../../../discord/message.py:docstring of discord.Message:16 +msgid ":class:`MessageType`" msgstr "" -#: discord.Message:21 of -msgid ":class:`str` -- The actual contents of the message." +#: ../../../discord/message.py:docstring of discord.Message:20 +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.Message:25 of -msgid "" -"The value used by the discord guild and the client to verify that the " -"message is successfully sent. This is typically non-important." +#: ../../../discord/message.py:docstring of discord.Message:25 +msgid "The actual contents of the message." msgstr "" -#: discord.Message:30 of -msgid "List[:class:`Embed`] -- A list of embeds the message has." +#: ../../../discord/message.py:docstring of discord.Message:31 +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.Message:34 of -msgid "" -"The :class:`TextChannel` that the message was sent from. Could be a " -":class:`DMChannel` or :class:`GroupChannel` if it's a private message." +#: ../../../discord/message.py:docstring of discord.Message:36 +msgid "A list of embeds the message has." msgstr "" -#: discord.Message:39 of -msgid "" -"Optional[:class:`CallMessage`] -- The call that the message refers to. " -"This is only applicable to messages of type :attr:`MessageType.call`." +#: ../../../discord/message.py:docstring of discord.Message:38 +msgid "List[:class:`Embed`]" msgstr "" -#: discord.Message:44 of -msgid ":class:`bool` -- Specifies if the message mentions everyone." +#: ../../../discord/message.py:docstring of discord.Message:42 +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.Message:48 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/message.py:docstring of discord.Message:47 +msgid "The call that the message refers to. This is only applicable to messages of type :attr:`MessageType.call`." msgstr "" -#: discord.Message:54 of -msgid "" -":class:`list` -- 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/message.py:docstring of discord.Message:50 +msgid "Optional[:class:`CallMessage`]" msgstr "" -#: discord.Message:61 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/message.py:docstring of discord.Message:54 +msgid "Specifies if the message mentions everyone." msgstr "" -#: discord.Message:66 of -msgid "" -":class:`list` -- A list of :class:`abc.GuildChannel` that were mentioned." -" If the message is in a private message then the list is always empty." +#: ../../../discord/message.py:docstring of discord.Message:58 +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.Message:71 of -msgid "" -":class:`list` -- A list of :class:`Role` that were mentioned. If the " -"message is in a private message then the list is always empty." +#: ../../../discord/message.py:docstring of discord.Message:66 +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/message.py:docstring of discord.Message:73 +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.Message:76 of -msgid ":class:`int` -- The message ID." -msgstr ":class:`int` -- メッセージのID." +#: ../../../discord/message.py:docstring of discord.Message:76 +#: discord.Message:83 discord.Message:90 +msgid ":class:`list`" +msgstr "" -#: discord.Message:80 of -msgid "" -"Optional[:class:`int`] -- If this message was sent by a webhook, then " -"this is the webhook ID's that sent this message." +#: ../../../discord/message.py:docstring of discord.Message:80 +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.Message:85 of -msgid "List[:class:`Attachment`] -- A list of attachments given to a message." +#: ../../../discord/message.py:docstring of discord.Message:87 +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.Message:89 of -msgid ":class:`bool` -- Specifies if the message is currently pinned." +#: ../../../discord/message.py:docstring of discord.Message:94 +msgid "The message ID." msgstr "" -#: discord.Message:93 of -msgid "" -"List[:class:`Reaction`] -- Reactions to a message. Reactions can be " -"either custom emoji or standard unicode emoji." +#: ../../../discord/message.py:docstring of discord.Message:100 +msgid "If this message was sent by a webhook, then this is the webhook ID's that sent this message." msgstr "" -#: discord.Message:97 of -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." +#: ../../../discord/message.py:docstring of discord.Message:107 +msgid "A list of attachments given to a message." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:109 +msgid "List[:class:`Attachment`]" +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:113 +msgid "Specifies if the message is currently pinned." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:119 +msgid "Reactions to a message. Reactions can be either custom emoji or standard unicode emoji." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:121 +msgid "List[:class:`Reaction`]" +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:125 +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.Message:100 of +#: ../../../discord/message.py:docstring of discord.Message:128 msgid "It is a dictionary with the following optional keys:" msgstr "" -#: discord.Message:102 of -msgid "" -"``type``: An integer denoting the type of message activity being " -"requested." +#: ../../../discord/message.py:docstring of discord.Message:130 +msgid "``type``: An integer denoting the type of message activity being requested." msgstr "" -#: discord.Message:103 of +#: ../../../discord/message.py:docstring of discord.Message:131 msgid "``party_id``: The party ID associated with the party." msgstr "" -#: discord.Message:107 of -msgid "" -"Optional[:class:`dict`] -- The rich presence enabled application " -"associated with this message." +#: ../../../discord/message.py:docstring of discord.Message:133 +#: discord.Message:147 +msgid "Optional[:class:`dict`]" +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message:137 +msgid "The rich presence enabled application associated with this message." msgstr "" -#: discord.Message:109 of +#: ../../../discord/message.py:docstring of discord.Message:139 msgid "It is a dictionary with the following keys:" msgstr "" -#: discord.Message:111 of +#: ../../../discord/message.py:docstring of discord.Message:141 msgid "``id``: A string representing the application's ID." msgstr "" -#: discord.Message:112 of +#: ../../../discord/message.py:docstring of discord.Message:142 msgid "``name``: A string representing the application's name." msgstr "" -#: discord.Message:113 of +#: ../../../discord/message.py:docstring of discord.Message:143 msgid "``description``: A string representing the application's description." msgstr "" -#: discord.Message:114 of +#: ../../../discord/message.py:docstring of discord.Message:144 msgid "``icon``: A string representing the icon ID of the application." msgstr "" -#: discord.Message:115 of +#: ../../../discord/message.py:docstring of discord.Message:145 msgid "``cover_image``: A string representing the embed's image asset ID." msgstr "" -#: discord.Message.guild:1 of -msgid "" -"Optional[:class:`Guild`] -- The guild that the message belongs to, if " -"applicable." +#: ../../../discord/message.py:docstring of discord.Message.guild:1 +msgid "The guild that the message belongs to, if applicable." msgstr "" -#: 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/message.py: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.Message.raw_mentions:4 of -msgid "" -"This allows you to receive the user IDs of mentioned users even in a " -"private message context." +#: ../../../discord/message.py: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.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/message.py: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.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/message.py: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.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/message.py: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.Message.clean_content:6 of +#: ../../../discord/message.py:docstring of discord.Message.clean_content:6 msgid "This will also transform @everyone and @here mentions into non-mentions." msgstr "" -#: discord.Message.clean_content:11 of -msgid "" -"This *does not* escape markdown. If you want to escape markdown then use " -":func:`utils.escape_markdown` along with this function." +#: ../../../discord/message.py:docstring of discord.Message.clean_content:11 +msgid "This *does not* escape markdown. If you want to escape markdown then use :func:`utils.escape_markdown` along with this function." msgstr "" -#: discord.Message.created_at:1 of -msgid "*datetime.datetime* -- The message's creation time in UTC." +#: ../../../discord/message.py:docstring of discord.Message.created_at:1 +msgid "The message's creation time in UTC." msgstr "" -#: discord.Message.edited_at:1 of -msgid "" -"*Optional[datetime.datetime]* -- A naive UTC datetime object containing " -"the edited time of the message." +#: ../../../discord/message.py:docstring of discord.Message.created_at:3 +msgid "datetime.datetime" msgstr "" -#: discord.Message.jump_url:1 of -msgid "" -":class:`str` -- Returns a URL that allows the client to jump to this " -"message." +#: ../../../discord/message.py:docstring of discord.Message.edited_at:1 +msgid "A naive UTC datetime object containing the edited time of the message." msgstr "" -#: discord.Message.system_content:1 of -msgid "" -"A property that returns the content that is rendered regardless of the " -":attr:`Message.type`." +#: ../../../discord/message.py:docstring of discord.Message.edited_at:3 +#: ../../../discord/calls.py:docstring discord.CallMessage:10 +msgid "Optional[datetime.datetime]" msgstr "" -#: discord.Message.system_content:4 of -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." +#: ../../../discord/message.py:docstring of discord.Message.jump_url:1 +msgid "Returns a URL that allows the client to jump to this message." +msgstr "" + +#: ../../../discord/message.py: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/message.py:docstring of discord.Message.system_content:4 +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/message.py:docstring of discord.Message.ack:3 +msgid "Marks this message as read." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message.ack:5 +#: ../../../discord/guild.py:docstring discord.Guild.ack:5 +msgid "The user must not be a bot user." msgstr "" -#: discord.Message.add_reaction:3 of +#: ../../../discord/message.py:docstring of discord.Message.ack:7 +#: ../../../discord/guild.py:docstring discord.Guild.ack:7 +msgid ":exc:`HTTPException` -- Acking failed." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message.ack:8 +#: ../../../discord/guild.py:docstring discord.Guild.ack:8 +msgid ":exc:`ClientException` -- You must not be a bot user." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:3 msgid "Add a reaction to the message." msgstr "" -#: discord.Message.add_reaction:5 discord.Message.remove_reaction:5 of +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:5 +#: discord.Message.remove_reaction:5 msgid "The emoji may be a unicode emoji or a custom guild :class:`Emoji`." msgstr "" -#: discord.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." -msgstr "" -"これを行うためには、そのチャンネルの :attr:`~Permissions.read_message_history` 権限が必要です。 " -"もし、他の人がその絵文字でリアクションしていない場合、さらに :attr:`~Permissions.add_reactions` " -"権限が必要です。" +#: ../../../discord/message.py:docstring of discord.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 "これを行うためには、そのチャンネルの :attr:`~Permissions.read_message_history` 権限が必要です。 もし、他の人がその絵文字でリアクションしていない場合、さらに :attr:`~Permissions.add_reactions` 権限が必要です。" -#: discord.Message.add_reaction:11 of +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:11 msgid "The emoji to react with." msgstr "" -#: discord.Message.add_reaction:14 of +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:14 msgid ":exc:`HTTPException` -- Adding the reaction failed." msgstr "" -#: discord.Message.add_reaction:15 of -msgid "" -":exc:`Forbidden` -- You do not have the proper permissions to react to " -"the message." +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:15 +msgid ":exc:`Forbidden` -- You do not have the proper permissions to react to the message." msgstr "" -#: discord.Message.add_reaction:16 of +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:16 msgid ":exc:`NotFound` -- The emoji you specified was not found." msgstr "" -#: discord.Message.add_reaction:17 discord.Message.remove_reaction:21 of +#: ../../../discord/message.py:docstring of discord.Message.add_reaction:17 +#: discord.Message.remove_reaction:21 msgid ":exc:`InvalidArgument` -- The emoji parameter is invalid." msgstr "" -#: discord.Message.clear_reactions:3 of +#: ../../../discord/message.py:docstring of discord.Message.clear_reactions:3 msgid "Removes all the reactions from the message." msgstr "" -#: discord.Message.clear_reactions:5 of +#: ../../../discord/message.py:docstring of discord.Message.clear_reactions:5 msgid "You need the :attr:`~Permissions.manage_messages` permission to use this." msgstr "" -#: discord.Message.clear_reactions:7 of +#: ../../../discord/message.py:docstring of discord.Message.clear_reactions:7 msgid ":exc:`HTTPException` -- Removing the reactions failed." msgstr "" -#: discord.Message.clear_reactions:8 of -msgid "" -":exc:`Forbidden` -- You do not have the proper permissions to remove all " -"the reactions." +#: ../../../discord/message.py:docstring of discord.Message.clear_reactions:8 +msgid ":exc:`Forbidden` -- You do not have the proper permissions to remove all the reactions." msgstr "" -#: discord.Message.delete:3 of +#: ../../../discord/message.py:docstring of discord.Message.delete:3 msgid "Deletes the message." msgstr "" -#: discord.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/message.py:docstring of discord.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.Message.delete:9 of -msgid "" -":exc:`Forbidden` -- You do not have proper permissions to delete the " -"message." +#: ../../../discord/message.py:docstring of discord.Message.delete:9 +msgid "Added the new ``delay`` keyword-only parameter." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message.delete:12 +msgid "If provided, the number of seconds to wait in the background before deleting the message." +msgstr "" + +#: ../../../discord/message.py:docstring of discord.Message.delete:16 +msgid ":exc:`Forbidden` -- You do not have proper permissions to delete the message." msgstr "" -#: discord.Message.delete:10 of +#: ../../../discord/message.py:docstring of discord.Message.delete:17 msgid ":exc:`HTTPException` -- Deleting the message failed." msgstr "" -#: discord.Message.edit:3 of +#: ../../../discord/message.py:docstring of discord.Message.edit:3 msgid "Edits the message." msgstr "" -#: discord.Message.edit:5 of -msgid "" -"The content must be able to be transformed into a string via " -"``str(content)``." +#: ../../../discord/message.py:docstring of discord.Message.edit:5 +msgid "The content must be able to be transformed into a string via ``str(content)``." msgstr "" -#: discord.Message.edit:7 of -msgid "" -"The new content to replace the message with. Could be ``None`` to remove " -"the content." +#: ../../../discord/message.py:docstring of discord.Message.edit:7 +msgid "The new content to replace the message with. Could be ``None`` to remove the content." msgstr "" -#: discord.Message.edit:10 of -msgid "" -"The new embed to replace the original with. Could be ``None`` to remove " -"the embed." +#: ../../../discord/message.py:docstring of discord.Message.edit:10 +msgid "The new embed to replace the original with. Could be ``None`` to remove the embed." msgstr "" -#: discord.Message.edit:13 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/message.py:docstring of discord.Message.edit:13 +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.Message.edit:18 of +#: ../../../discord/message.py:docstring of discord.Message.edit:18 msgid ":exc:`HTTPException` -- Editing the message failed." msgstr "" -#: discord.Message.pin:3 of +#: ../../../discord/message.py:docstring of discord.Message.pin:3 msgid "Pins the message." msgstr "" -#: discord.Message.pin:5 discord.Message.unpin:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to do " -"this in a non-private channel context." +#: ../../../discord/message.py:docstring of discord.Message.pin:5 +#: discord.Message.unpin:5 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to do this in a non-private channel context." msgstr "" -#: discord.Message.pin:8 of +#: ../../../discord/message.py:docstring of discord.Message.pin:8 msgid ":exc:`Forbidden` -- You do not have permissions to pin the message." msgstr "" -#: discord.Message.pin:9 discord.Message.unpin:9 of +#: ../../../discord/message.py:docstring of discord.Message.pin:9 +#: discord.Message.unpin:9 msgid ":exc:`NotFound` -- The message or channel was not found or deleted." msgstr "" -#: discord.Message.pin:10 of -msgid "" -":exc:`HTTPException` -- Pinning the message failed, probably due to the " -"channel having more than 50 pinned messages." +#: ../../../discord/message.py:docstring of discord.Message.pin:10 +msgid ":exc:`HTTPException` -- Pinning the message failed, probably due to the channel having more than 50 pinned messages." msgstr "" -#: discord.Message.remove_reaction:3 of +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:3 msgid "Remove a reaction by the member from the message." msgstr "" -#: discord.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/message.py:docstring of discord.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.Message.remove_reaction:10 of -msgid "" -"The ``member`` parameter must represent a member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:10 +msgid "The ``member`` parameter must represent a member and meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.Message.remove_reaction:13 of +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:13 msgid "The emoji to remove." msgstr "" -#: discord.Message.remove_reaction:15 of +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:15 msgid "The member for which to remove the reaction." msgstr "" -#: discord.Message.remove_reaction:18 discord.Reaction.remove:14 of +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:18 +#: ../../../discord/reaction.py:docstring discord.Reaction.remove:14 msgid ":exc:`HTTPException` -- Removing the reaction failed." msgstr "" -#: discord.Message.remove_reaction:19 discord.Reaction.remove:15 of -msgid "" -":exc:`Forbidden` -- You do not have the proper permissions to remove the " -"reaction." +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:19 +#: ../../../discord/reaction.py:docstring discord.Reaction.remove:15 +msgid ":exc:`Forbidden` -- You do not have the proper permissions to remove the reaction." msgstr "" -#: discord.Message.remove_reaction:20 of +#: ../../../discord/message.py:docstring of discord.Message.remove_reaction:20 msgid ":exc:`NotFound` -- The member or emoji you specified was not found." msgstr "" -#: discord.Message.unpin:3 of +#: ../../../discord/message.py:docstring of discord.Message.unpin:3 msgid "Unpins the message." msgstr "" -#: discord.Message.unpin:8 of +#: ../../../discord/message.py:docstring of discord.Message.unpin:8 msgid ":exc:`Forbidden` -- You do not have permissions to unpin the message." msgstr "" -#: discord.Message.unpin:10 of +#: ../../../discord/message.py:docstring of discord.Message.unpin:10 msgid ":exc:`HTTPException` -- Unpinning the message failed." msgstr "" -#: discord.Message.ack:3 of -msgid "Marks this message as read." -msgstr "" - -#: discord.Guild.ack:5 discord.Message.ack:5 of -msgid "The user must not be a bot user." -msgstr "" - -#: discord.Guild.ack:7 discord.Message.ack:7 of -msgid ":exc:`HTTPException` -- Acking failed." -msgstr "" - -#: discord.Guild.ack:8 discord.Message.ack:8 of -msgid ":exc:`ClientException` -- You must not be a bot user." -msgstr "" - -#: ../../api.rst:1928 +#: ../../api.rst:1927 msgid "Reaction" -msgstr "リアクション" +msgstr "Reaction" -#: discord.Reaction:1 of +#: ../../../discord/reaction.py:docstring of discord.Reaction:1 msgid "Represents a reaction to a message." msgstr "" -#: discord.Emoji:3 discord.Invite:3 discord.Reaction:3 of -msgid "" -"Depending on the way this object was created, some of the attributes can " -"have a value of ``None``." +#: ../../../discord/reaction.py:docstring of discord.Reaction:3 +#: ../../../discord/emoji.py:docstring discord.Emoji:3 +#: ../../../discord/invite.py:docstring discord.Invite:3 +msgid "Depending on the way this object was created, some of the attributes can have a value of ``None``." msgstr "" -#: discord.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/reaction.py:docstring of discord.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.Reaction:16 of +#: ../../../discord/reaction.py:docstring of discord.Reaction:16 msgid "Checks if two reactions are not equal." msgstr "" -#: discord.Reaction:20 of +#: ../../../discord/reaction.py:docstring of discord.Reaction:20 msgid "Returns the reaction's hash." msgstr "" -#: discord.Reaction:24 of +#: ../../../discord/reaction.py:docstring of discord.Reaction:24 msgid "Returns the string form of the reaction's emoji." msgstr "" -#: discord.Reaction:28 of -msgid "" -":class:`Emoji` or :class:`str` -- The reaction emoji. May be a custom " -"emoji, or a unicode emoji." +#: ../../../discord/reaction.py:docstring of discord.Reaction:28 +msgid "The reaction emoji. May be a custom emoji, or a unicode emoji." msgstr "" -#: discord.Reaction:32 of -msgid ":class:`int` -- Number of times this reaction was made" +#: ../../../discord/reaction.py:docstring of discord.Reaction:30 +msgid ":class:`Emoji` or :class:`str`" msgstr "" -#: discord.Reaction:36 of -msgid ":class:`bool` -- If the user sent this reaction." +#: ../../../discord/reaction.py:docstring of discord.Reaction:34 +msgid "Number of times this reaction was made" msgstr "" -#: discord.Reaction:40 of -msgid ":class:`Message` -- Message this reaction is for." +#: ../../../discord/reaction.py:docstring of discord.Reaction:40 +msgid "If the user sent this reaction." msgstr "" -#: discord.Reaction.users:1 of -msgid "" -"Returns an :class:`AsyncIterator` representing the users that have " -"reacted to the message." +#: ../../../discord/reaction.py:docstring of discord.Reaction:46 +msgid "Message this reaction is for." msgstr "" -#: discord.Reaction.users:3 of -msgid "" -"The ``after`` parameter must represent a member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/reaction.py:docstring of discord.Reaction:48 +#: ../../../discord/calls.py:docstring discord.CallMessage:22 +msgid ":class:`Message`" msgstr "" -#: discord.Reaction.users:21 of -msgid "" -"The maximum number of results to return. If not provided, returns all the" -" users who reacted to the message." +#: ../../../discord/reaction.py:docstring of discord.Reaction.users:1 +msgid "Returns an :class:`AsyncIterator` representing the users that have reacted to the message." +msgstr "" + +#: ../../../discord/reaction.py:docstring of discord.Reaction.users:3 +msgid "The ``after`` parameter must represent a member and meet the :class:`abc.Snowflake` abc." +msgstr "" + +#: ../../../discord/reaction.py:docstring of discord.Reaction.users:21 +msgid "The maximum number of results to return. If not provided, returns all the users who reacted to the message." msgstr "" -#: discord.Reaction.users:25 of +#: ../../../discord/reaction.py:docstring of discord.Reaction.users:25 msgid "For pagination, reactions are sorted by member." msgstr "" -#: discord.Reaction.users:28 of +#: ../../../discord/reaction.py:docstring of discord.Reaction.users:28 msgid ":exc:`HTTPException` -- Getting the users for the reaction failed." msgstr "" -#: discord.Reaction.users:30 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/reaction.py:docstring of discord.Reaction.users:30 +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.Reaction.custom_emoji:1 of -msgid ":class:`bool` -- If this is a custom emoji." +#: ../../../discord/reaction.py:docstring of discord.Reaction.custom_emoji:1 +msgid "If this is a custom emoji." msgstr "" -#: discord.Reaction.remove:3 of +#: ../../../discord/reaction.py:docstring of discord.Reaction.remove:3 msgid "Remove the reaction by the provided :class:`User` from the message." msgstr "" -#: discord.Reaction.remove:5 of -msgid "" -"If the reaction is not your own (i.e. ``user`` parameter is not you) then" -" the :attr:`discord.permissions.Permissions.manage_messages` permission " -"is needed." +#: ../../../discord/reaction.py:docstring of discord.Reaction.remove:5 +msgid "If the reaction is not your own (i.e. ``user`` parameter is not you) then the :attr:`discord.permissions.Permissions.manage_messages` permission is needed." msgstr "" -#: discord.Reaction.remove:8 of -msgid "" -"The ``user`` parameter must represent a user or member and meet the " -":class:`abc.Snowflake` abc." +#: ../../../discord/reaction.py:docstring of discord.Reaction.remove:8 +msgid "The ``user`` parameter must represent a user or member and meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.Reaction.remove:11 of +#: ../../../discord/reaction.py:docstring of discord.Reaction.remove:11 msgid "The user or member from which to remove the reaction." msgstr "" -#: discord.Reaction.remove:16 of -msgid "" -":exc:`NotFound` -- The user you specified, or the reaction's message was " -"not found." +#: ../../../discord/reaction.py:docstring of discord.Reaction.remove:16 +msgid ":exc:`NotFound` -- The user you specified, or the reaction's message was not found." msgstr "" -#: ../../api.rst:1938 +#: ../../api.rst:1937 msgid "CallMessage" -msgstr "コールメッセージ" +msgstr "CallMessage" -#: discord.CallMessage:1 of +#: ../../../discord/calls.py:docstring of discord.CallMessage:1 msgid "Represents a group call message from Discord." msgstr "" -#: discord.CallMessage:3 of -msgid "" -"This is only received in cases where the message type is equivalent to " -":attr:`MessageType.call`." +#: ../../../discord/calls.py:docstring of discord.CallMessage:3 +msgid "This is only received in cases where the message type is equivalent to :attr:`MessageType.call`." msgstr "" -#: discord.CallMessage:8 of -msgid "" -"*Optional[datetime.datetime]* -- A naive UTC datetime object that " -"represents the time that the call has ended." +#: ../../../discord/calls.py:docstring of discord.CallMessage:8 +msgid "A naive UTC datetime object that represents the time that the call has ended." msgstr "" -#: discord.CallMessage:12 of -msgid "" -"List[:class:`User`] -- The list of users that are participating in this " -"call." +#: ../../../discord/calls.py:docstring of discord.CallMessage:14 +msgid "The list of users that are participating in this call." msgstr "" -#: discord.CallMessage:16 of -msgid ":class:`Message` -- The message associated with this call message." +#: ../../../discord/calls.py:docstring of discord.CallMessage:20 +msgid "The message associated with this call message." msgstr "" -#: discord.CallMessage.call_ended:1 of -#, fuzzy -msgid ":class:`bool` -- Indicates if the call has ended." -msgstr ":class:`bool`: ユーザーがあなたによってブロックされているかどうか確認します。" +#: ../../../discord/calls.py:docstring of discord.CallMessage.call_ended:1 +msgid "Indicates if the call has ended." +msgstr "" -#: discord.CallMessage.channel:1 of -msgid "" -":class:`GroupChannel`\\ -- The private channel associated with this " -"message." +#: ../../../discord/calls.py:docstring of discord.CallMessage.channel:1 +msgid "The private channel associated with this message." +msgstr "" + +#: ../../../discord/calls.py:docstring of discord.CallMessage.channel:3 +#: discord.GroupCall.channel:3 +msgid ":class:`GroupChannel`\\" msgstr "" -#: discord.CallMessage.duration:1 of +#: ../../../discord/calls.py:docstring of discord.CallMessage.duration:1 msgid "Queries the duration of the call." msgstr "" -#: discord.CallMessage.duration:3 of +#: ../../../discord/calls.py:docstring of discord.CallMessage.duration:3 msgid "If the call has not ended then the current duration will be returned." msgstr "" -#: discord.CallMessage.duration:6 of +#: ../../../discord/calls.py:docstring of discord.CallMessage.duration:6 msgid "The timedelta object representing the duration." msgstr "" -#: ../../api.rst:1944 +#: ../../api.rst:1943 msgid "GroupCall" -msgstr "グループコール" +msgstr "GroupCall" -#: discord.GroupCall:1 of +#: ../../../discord/calls.py:docstring of discord.GroupCall:1 msgid "Represents the actual group call from Discord." msgstr "" -#: discord.GroupCall:3 of +#: ../../../discord/calls.py:docstring of discord.GroupCall:3 msgid "This is accompanied with a :class:`CallMessage` denoting the information." msgstr "" -#: discord.GroupCall:7 of -msgid ":class:`CallMessage` -- The call message associated with this group call." +#: ../../../discord/calls.py:docstring of discord.GroupCall:7 +msgid "The call message associated with this group call." msgstr "" -#: discord.GroupCall:11 of -#, fuzzy -msgid ":class:`bool` -- Denotes if this group call is unavailable." -msgstr ":class:`bool`: ユーザーがあなたによってブロックされているかどうか確認します。" +#: ../../../discord/calls.py:docstring of discord.GroupCall:9 +msgid ":class:`CallMessage`" +msgstr "" -#: discord.GroupCall:15 of -msgid "" -"List[:class:`User`] -- A list of users that are currently being rung to " -"join the call." +#: ../../../discord/calls.py:docstring of discord.GroupCall:13 +msgid "Denotes if this group call is unavailable." msgstr "" -#: discord.GroupCall:19 of -msgid "" -":class:`VoiceRegion` -- The guild region the group call is being hosted " -"on." +#: ../../../discord/calls.py:docstring of discord.GroupCall:19 +msgid "A list of users that are currently being rung to join the call." msgstr "" -#: discord.GroupCall.connected:1 of -#, fuzzy -msgid "" -"A property that returns the :class:`list` of :class:`User` that are " -"currently in this call." -msgstr "ユーザーがブロックしている :class:`User` の :class:`list` が返ります。" +#: ../../../discord/calls.py:docstring of discord.GroupCall:25 +msgid "The guild region the group call is being hosted on." +msgstr "" + +#: ../../../discord/calls.py:docstring of discord.GroupCall:27 +#: ../../../discord/guild.py:docstring discord.Guild:38 +msgid ":class:`VoiceRegion`" +msgstr "" -#: discord.GroupCall.channel:1 of -msgid ":class:`GroupChannel`\\ -- Returns the channel the group call is in." +#: ../../../discord/calls.py:docstring of discord.GroupCall.connected:1 +msgid "A property that returns the :class:`list` of :class:`User` that are currently in this call." msgstr "" -#: discord.GroupCall.voice_state_for:1 of +#: ../../../discord/calls.py:docstring of discord.GroupCall.channel:1 +msgid "Returns the channel the group call is in." +msgstr "" + +#: ../../../discord/calls.py:docstring of discord.GroupCall.voice_state_for:1 msgid "Retrieves the :class:`VoiceState` for a specified :class:`User`." msgstr "" -#: discord.GroupCall.voice_state_for:3 of -msgid "" -"If the :class:`User` has no voice state then this function returns " -"``None``." +#: ../../../discord/calls.py:docstring of discord.GroupCall.voice_state_for:3 +msgid "If the :class:`User` has no voice state then this function returns ``None``." msgstr "" -#: discord.GroupCall.voice_state_for:6 of +#: ../../../discord/calls.py:docstring of discord.GroupCall.voice_state_for:6 msgid "The user to retrieve the voice state for." msgstr "" -#: discord.GroupCall.voice_state_for:9 of +#: ../../../discord/calls.py:docstring of discord.GroupCall.voice_state_for:9 msgid "The voice state associated with this user." msgstr "" -#: discord.GroupCall.voice_state_for:10 of +#: ../../../discord/calls.py:docstring of discord.GroupCall.voice_state_for:10 +#: ../../../discord/member.py:docstring discord.Member.voice:3 msgid "Optional[:class:`VoiceState`]" msgstr "" -#: ../../api.rst:1950 +#: ../../api.rst:1949 msgid "Guild" -msgstr "ギルド" +msgstr "Guild" -#: discord.Guild:1 of +#: ../../../discord/guild.py:docstring of discord.Guild:1 msgid "Represents a Discord guild." msgstr "" -#: discord.Guild:3 of +#: ../../../discord/guild.py:docstring of discord.Guild:3 msgid "This is referred to as a \"server\" in the official Discord UI." msgstr "" -#: discord.Guild:9 of +#: ../../../discord/guild.py:docstring of discord.Guild:9 msgid "Checks if two guilds are equal." msgstr "" -#: discord.Guild:13 of +#: ../../../discord/guild.py:docstring of discord.Guild:13 msgid "Checks if two guilds are not equal." msgstr "" -#: discord.Guild:17 of +#: ../../../discord/guild.py:docstring of discord.Guild:17 msgid "Returns the guild's hash." msgstr "" -#: discord.Guild:21 of +#: ../../../discord/guild.py:docstring of discord.Guild:21 msgid "Returns the guild's name." msgstr "" -#: discord.Guild:25 of -msgid ":class:`str` -- The guild name." -msgstr ":class:`str` -- ギルドの名前。" +#: ../../../discord/guild.py:docstring of discord.Guild:25 +msgid "The guild name." +msgstr "" -#: discord.Guild:29 of +#: ../../../discord/guild.py:docstring of discord.Guild:31 msgid "A :class:`tuple` of :class:`Emoji` that the guild owns." msgstr "" -#: discord.Guild:33 of -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." +#: ../../../discord/guild.py:docstring of discord.Guild:35 +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 "" -#: discord.Guild:38 of -msgid ":class:`int` -- The timeout to get sent to the AFK channel." +#: ../../../discord/guild.py:docstring of discord.Guild:42 +msgid "The timeout to get sent to the AFK channel." msgstr "" -#: discord.Guild:42 of -msgid "" -"Optional[:class:`VoiceChannel`] -- The channel that denotes the AFK " -"channel. None if it doesn't exist." +#: ../../../discord/guild.py:docstring of discord.Guild:48 +msgid "The channel that denotes the AFK channel. None if it doesn't exist." msgstr "" -#: discord.Guild:46 of -msgid "Optional[:class:`str`] -- The guild's icon." +#: ../../../discord/guild.py:docstring of discord.Guild:50 +#: ../../../discord/widget.py:docstring discord.WidgetMember:91 +msgid "Optional[:class:`VoiceChannel`]" msgstr "" -#: discord.Guild:50 discord.Widget:19 of -msgid ":class:`int` -- The guild's ID." -msgstr ":class:`int` -- ギルドのID。" +#: ../../../discord/guild.py:docstring of discord.Guild:54 +msgid "The guild's icon." +msgstr "" -#: discord.Guild:54 of -msgid ":class:`int` -- The guild owner's ID. Use :attr:`Guild.owner` instead." -msgstr ":class:`int` -- ギルドのオーナーのID。代替として :attr:`Guild.owner` を使用してください。" +#: ../../../discord/guild.py:docstring of discord.Guild:60 +#: ../../../discord/widget.py:docstring discord.Widget:19 +msgid "The guild's ID." +msgstr "" -#: discord.Guild:58 of -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." +#: ../../../discord/guild.py:docstring of discord.Guild:66 +msgid "The guild owner's ID. Use :attr:`Guild.owner` instead." msgstr "" -#: discord.Guild:62 of -msgid "" -"Check the :func:`on_guild_unavailable` and :func:`on_guild_available` " -"events." +#: ../../../discord/guild.py:docstring of discord.Guild:72 +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 "" -#: discord.Guild:66 of -msgid "Optional[:class:`int`] -- The maximum amount of presences for the guild." +#: ../../../discord/guild.py:docstring of discord.Guild:76 +msgid "Check the :func:`on_guild_unavailable` and :func:`on_guild_available` events." msgstr "" -#: discord.Guild:70 of -msgid "Optional[:class:`int`] -- The maximum amount of members for the guild." +#: ../../../discord/guild.py:docstring of discord.Guild:82 +msgid "The maximum amount of presences for the guild." msgstr "" -#: discord.Guild:74 of -msgid "Optional[:class:`str`] -- The guild's banner." +#: ../../../discord/guild.py:docstring of discord.Guild:88 +msgid "The maximum amount of members for the guild." msgstr "" -#: discord.Guild:78 of -msgid "Optional[:class:`str`] -- The guild's description." +#: ../../../discord/guild.py:docstring of discord.Guild:94 +msgid "The guild's banner." msgstr "" -#: discord.Guild:82 of -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." +#: ../../../discord/guild.py:docstring of discord.Guild:100 +msgid "The guild's description." msgstr "" -#: discord.Guild:88 of -msgid ":class:`VerificationLevel` -- The guild's verification level." +#: ../../../discord/guild.py:docstring of discord.Guild:106 +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 "" -#: discord.Guild:92 of -msgid ":class:`ContentFilter` -- The guild's explicit content filter." +#: ../../../discord/guild.py:docstring of discord.Guild:114 +msgid "The guild's verification level." msgstr "" -#: discord.Guild:96 of -msgid ":class:`NotificationLevel` -- The guild's notification settings." +#: ../../../discord/guild.py:docstring of discord.Guild:116 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild:40 +msgid ":class:`VerificationLevel`" msgstr "" -#: discord.Guild:100 of -msgid "" -"List[:class:`str`] -- A list of features that the guild has. They are " -"currently as follows:" +#: ../../../discord/guild.py:docstring of discord.Guild:120 +msgid "The guild's explicit content filter." msgstr "" -#: discord.Guild:102 of +#: ../../../discord/guild.py:docstring of discord.Guild:122 +msgid ":class:`ContentFilter`" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild:126 +msgid "The guild's notification settings." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild:128 +msgid ":class:`NotificationLevel`" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild:132 +msgid "A list of features that the guild has. They are currently as follows:" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild:134 msgid "``VIP_REGIONS``: Guild has VIP voice regions" msgstr "" -#: discord.Guild:103 of -msgid "" -"``VANITY_URL``: Guild has a vanity invite URL (e.g. discord.gg/discord-" -"api)" +#: ../../../discord/guild.py:docstring of discord.Guild:135 +msgid "``VANITY_URL``: Guild has a vanity invite URL (e.g. discord.gg/discord-api)" msgstr "" -#: discord.Guild:104 of +#: ../../../discord/guild.py:docstring of discord.Guild:136 msgid "``INVITE_SPLASH``: Guild's invite page has a special splash." msgstr "" -#: discord.Guild:105 of +#: ../../../discord/guild.py:docstring of discord.Guild:137 msgid "``VERIFIED``: Guild is a \"verified\" server." msgstr "" -#: discord.Guild:106 of +#: ../../../discord/guild.py:docstring of discord.Guild:138 msgid "``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji." msgstr "" -#: discord.Guild:110 of -msgid "Optional[:class:`str`] -- The guild's invite splash." +#: ../../../discord/guild.py:docstring of discord.Guild:140 +#: ../../../discord/activity.py:docstring discord.Spotify.artists:3 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild:46 +msgid "List[:class:`str`]" msgstr "" -#: discord.Guild.audit_logs:1 of -msgid "" -"Return an :class:`AsyncIterator` that enables receiving the guild's audit" -" logs." +#: ../../../discord/guild.py:docstring of discord.Guild:144 +msgid "The guild's invite splash." msgstr "" -#: discord.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.audit_logs:1 +msgid "Return an :class:`AsyncIterator` that enables receiving the guild's audit logs." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:3 +msgid "You must have the :attr:`~Permissions.view_audit_log` permission to use this." msgstr "" -#: discord.Guild.audit_logs:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:7 msgid "Getting the first 100 entries: ::" msgstr "" -#: discord.Guild.audit_logs:12 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:12 msgid "Getting entries for a specific action: ::" msgstr "" -#: discord.Guild.audit_logs:17 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:17 msgid "Getting entries made by a specific user: ::" msgstr "" -#: discord.Guild.audit_logs:22 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:22 msgid "The number of entries to retrieve. If ``None`` retrieve all entries." msgstr "" -#: discord.Guild.audit_logs:24 of -msgid "" -"Retrieve entries before this date or entry. If a date is provided it must" -" be a timezone-naive datetime representing UTC time." +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:24 +msgid "Retrieve entries before this date or entry. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.Guild.audit_logs:27 of -msgid "" -"Retrieve entries after this date or entry. If a date is provided it must " -"be a timezone-naive datetime representing UTC time." +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:27 +msgid "Retrieve entries after this date or entry. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.Guild.audit_logs:30 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.audit_logs:30 +msgid "If set to true, return entries in oldest->newest order. Defaults to True if ``after`` is specified, otherwise False." msgstr "" -#: discord.Guild.audit_logs:33 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:33 msgid "The moderator to filter entries from." msgstr "" -#: discord.Guild.audit_logs:35 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:35 msgid "The action to filter with." msgstr "" -#: discord.Guild.audit_logs:38 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:38 msgid ":exc:`Forbidden` -- You are not allowed to fetch audit logs" msgstr "" -#: discord.Guild.audit_logs:39 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:39 msgid ":exc:`HTTPException` -- An error occurred while fetching the audit logs." msgstr "" -#: discord.Guild.audit_logs:41 of +#: ../../../discord/guild.py:docstring of discord.Guild.audit_logs:41 msgid ":class:`AuditLogEntry` -- The audit log entry." msgstr "" -#: discord.Guild.channels:1 of -msgid "" -"List[:class:`abc.GuildChannel`] -- A list of channels that belongs to " -"this guild." +#: ../../../discord/guild.py:docstring of discord.Guild.channels:1 +msgid "A list of channels that belongs to this guild." msgstr "" -#: discord.Guild.large:1 of -msgid ":class:`bool` -- Indicates if the guild is a 'large' guild." +#: ../../../discord/guild.py:docstring of discord.Guild.channels:3 +#: ../../../discord/channel.py:docstring discord.CategoryChannel.channels:5 +msgid "List[:class:`abc.GuildChannel`]" 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/guild.py:docstring of discord.Guild.large:1 +msgid "Indicates if the guild is a 'large' guild." msgstr "" -#: discord.Guild.voice_channels:1 of -msgid "" -"List[:class:`VoiceChannel`] -- A list of voice channels that belongs to " -"this guild." +#: ../../../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/guild.py:docstring of discord.Guild.voice_channels:1 +msgid "A list of voice channels that belongs to this guild." msgstr "" -#: discord.Guild.categories:3 discord.Guild.text_channels:3 -#: discord.Guild.voice_channels:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.voice_channels:3 +#: discord.Guild.text_channels:3 discord.Guild.categories:3 msgid "This is sorted by the position and are in UI order from top to bottom." 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/guild.py:docstring of discord.Guild.voice_channels:5 +#: ../../../discord/channel.py:docstring +#: discord.CategoryChannel.voice_channels:3 +msgid "List[:class:`VoiceChannel`]" +msgstr "" + +#: ../../../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.Guild.voice_client:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.voice_client:1 msgid "Returns the :class:`VoiceClient` associated with this guild, if any." msgstr "" -#: discord.Guild.text_channels:1 of -msgid "" -"List[:class:`TextChannel`] -- A list of text channels that belongs to " -"this guild." +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:1 +msgid "A list of text channels that belongs to this guild." msgstr "" -#: discord.Guild.categories:1 of -msgid "" -"List[:class:`CategoryChannel`] -- A list of categories that belongs to " -"this guild." +#: ../../../discord/guild.py:docstring of discord.Guild.text_channels:5 +#: ../../../discord/channel.py:docstring +#: discord.CategoryChannel.text_channels:3 +msgid "List[:class:`TextChannel`]" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.categories:1 +msgid "A list of categories that belongs to this guild." msgstr "" -#: discord.Guild.by_category:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.categories:5 +msgid "List[:class:`CategoryChannel`]" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.by_category:1 msgid "Returns every :class:`CategoryChannel` and their associated channels." msgstr "" -#: discord.Guild.by_category:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.by_category:3 msgid "These channels and categories are sorted in the official Discord UI order." msgstr "" -#: discord.Guild.by_category:5 of -msgid "" -"If the channels do not have a category, then the first element of the " -"tuple is ``None``." +#: ../../../discord/guild.py:docstring of discord.Guild.by_category:5 +msgid "If the channels do not have a category, then the first element of the tuple is ``None``." msgstr "" -#: discord.Guild.by_category:8 of +#: ../../../discord/guild.py:docstring of discord.Guild.by_category:8 msgid "The categories and their associated channels." msgstr "" -#: discord.Guild.by_category:9 of -msgid "" -"List[Tuple[Optional[:class:`CategoryChannel`], " -"List[:class:`abc.GuildChannel`]]]" +#: ../../../discord/guild.py:docstring of discord.Guild.by_category:9 +msgid "List[Tuple[Optional[:class:`CategoryChannel`], List[:class:`abc.GuildChannel`]]]" msgstr "" -#: discord.Guild.get_channel:1 of -msgid "" -"Returns a :class:`abc.GuildChannel` with the given ID. If not found, " -"returns None." +#: ../../../discord/guild.py:docstring of discord.Guild.get_channel:1 +msgid "Returns a :class:`abc.GuildChannel` with the given ID. If not found, returns None." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.members:1 +msgid "A list of members that belong to this guild." msgstr "" -#: discord.Guild.members:1 of -msgid "List[:class:`Member`] -- A list of members that belong to this guild." +#: ../../../discord/guild.py:docstring of discord.Guild.members:3 +msgid "List[:class:`Member`]" msgstr "" -#: discord.Guild.get_member:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.get_member:1 msgid "Returns a :class:`Member` with the given ID. If not found, returns None." msgstr "" -#: discord.Guild.get_role:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.get_role:1 msgid "Returns a :class:`Role` with the given ID. If not found, returns None." msgstr "" -#: discord.Guild.default_role:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.default_role:1 msgid "Gets the @everyone role that all members have by default." msgstr "" -#: discord.Guild.owner:1 of -msgid ":class:`Member` -- The member that owns the guild." +#: ../../../discord/guild.py:docstring of discord.Guild.owner:1 +msgid "The member that owns the guild." msgstr "" -#: discord.Guild.icon_url:1 discord.PartialInviteGuild.icon_url:1 of -msgid "" -"Returns the URL version of the guild's icon. Returns an empty string if " -"it has no icon." +#: ../../../discord/guild.py:docstring of discord.Guild.icon_url:1 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild.icon_url:1 +msgid "Returns the URL version of the guild's icon. Returns an empty string if it has no icon." msgstr "" -#: discord.Guild.icon_url_as:1 of -msgid "" -"Returns a friendly URL version of the guild's icon. Returns an empty " -"string if it has no icon." +#: ../../../discord/guild.py:docstring of discord.Guild.icon_url_as:1 +msgid "Returns a friendly URL version of the guild's icon. Returns an empty string if it has no icon." msgstr "" -#: discord.Guild.icon_url_as:3 discord.Guild.splash_url_as:3 of -msgid "" -"The format must be one of 'webp', 'jpeg', 'jpg', or 'png'. The size must " -"be a power of 2 between 16 and 4096." +#: ../../../discord/guild.py:docstring of discord.Guild.icon_url_as:3 +#: discord.Guild.splash_url_as:3 +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 "" -#: discord.Guild.icon_url_as:6 of +#: ../../../discord/guild.py:docstring of discord.Guild.icon_url_as:6 msgid "The format to attempt to convert the icon to." msgstr "" -#: discord.Guild.banner_url:1 discord.PartialInviteGuild.banner_url:1 of -msgid "" -"Returns the URL version of the guild's banner. Returns an empty string if" -" it has no banner." +#: ../../../discord/guild.py:docstring of discord.Guild.banner_url:1 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild.banner_url:1 +msgid "Returns the URL version of the guild's banner. Returns an empty string if it has no banner." msgstr "" -#: discord.Guild.banner_url_as:1 of -msgid "" -"Returns a friendly URL version of the guild's banner. Returns an empty " -"string if it has no banner." +#: ../../../discord/guild.py:docstring of discord.Guild.banner_url_as:1 +msgid "Returns a friendly URL version of the guild's banner. Returns an empty string if it has no banner." msgstr "" -#: discord.Guild.banner_url_as:3 of -msgid "" -"The format must be one of 'webp', 'jpeg', or 'png'. The size must be a " -"power of 2 between 16 and 4096." +#: ../../../discord/guild.py:docstring of discord.Guild.banner_url_as:3 +msgid "The format must be one of 'webp', 'jpeg', or 'png'. The size must be a power of 2 between 16 and 4096." msgstr "" -#: discord.Guild.banner_url_as:6 of +#: ../../../discord/guild.py:docstring of discord.Guild.banner_url_as:6 msgid "The format to attempt to convert the banner to." msgstr "" -#: discord.Guild.splash_url:1 discord.PartialInviteGuild.splash_url:1 of -msgid "" -"Returns the URL version of the guild's invite splash. Returns an empty " -"string if it has no splash." +#: ../../../discord/guild.py:docstring of discord.Guild.splash_url:1 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild.splash_url:1 +msgid "Returns the URL version of the guild's invite splash. Returns an empty string if it has no splash." msgstr "" -#: discord.Guild.splash_url_as:1 of -msgid "" -"Returns a friendly URL version of the guild's invite splash. Returns an " -"empty string if it has no splash." +#: ../../../discord/guild.py:docstring of discord.Guild.splash_url_as:1 +msgid "Returns a friendly URL version of the guild's invite splash. Returns an empty string if it has no splash." msgstr "" -#: discord.Guild.splash_url_as:6 of +#: ../../../discord/guild.py:docstring of discord.Guild.splash_url_as:6 msgid "The format to attempt to convert the splash to." msgstr "" -#: discord.Guild.member_count:1 of +#: ../../../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.Guild.chunked:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:1 msgid "Returns a boolean indicating if the guild is \"chunked\"." 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/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.Guild.chunked:6 of -msgid "" -"If this value returns ``False``, then you should request for offline " -"members." +#: ../../../discord/guild.py:docstring of discord.Guild.chunked:6 +msgid "If this value returns ``False``, then you should request for offline members." msgstr "" -#: discord.Guild.shard_id:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.shard_id:1 msgid "Returns the shard ID for this guild if applicable." msgstr "" -#: discord.Guild.created_at:1 discord.PartialInviteGuild.created_at:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.created_at:1 +#: ../../../discord/invite.py:docstring discord.PartialInviteGuild.created_at:1 msgid "Returns the guild's creation time in UTC." msgstr "" -#: discord.Guild.get_member_named:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.get_member_named:1 msgid "Returns the first member found that matches the name provided." msgstr "" -#: discord.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/guild.py:docstring of discord.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.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/guild.py:docstring of discord.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.Guild.get_member_named:13 of +#: ../../../discord/guild.py:docstring of discord.Guild.get_member_named:13 msgid "If no member is found, ``None`` is returned." msgstr "" -#: discord.Guild.get_member_named:15 of +#: ../../../discord/guild.py:docstring of discord.Guild.get_member_named:15 msgid "The name of the member to lookup with an optional discriminator." msgstr "" -#: discord.Guild.get_member_named:18 of -msgid "" -"The member in this guild with the associated name. If not found then " -"``None`` is returned." +#: ../../../discord/guild.py:docstring of discord.Guild.get_member_named:18 +msgid "The member in this guild with the associated name. If not found then ``None`` is returned." msgstr "" -#: discord.Guild.create_category:3 discord.Guild.create_category_channel:3 of -msgid "" -"Same as :meth:`create_text_channel` except makes a " -":class:`CategoryChannel` instead." +#: ../../../discord/guild.py:docstring of +#: discord.Guild.create_category_channel:3 discord.Guild.create_category:3 +msgid "Same as :meth:`create_text_channel` except makes a :class:`CategoryChannel` instead." msgstr "" -#: discord.Guild.create_category:7 discord.Guild.create_category_channel:7 of -msgid "" -"The ``category`` parameter is not supported in this function since " -"categories cannot have categories." +#: ../../../discord/guild.py:docstring of +#: discord.Guild.create_category_channel:7 discord.Guild.create_category:7 +msgid "The ``category`` parameter is not supported in this function since categories cannot have categories." msgstr "" -#: discord.Guild.system_channel:1 of -msgid "" -"Optional[:class:`TextChannel`] -- Returns the guild's channel used for " -"system messages." +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:1 +msgid "Returns the guild's channel used for system messages." msgstr "" -#: discord.Guild.system_channel:3 of -msgid "" -"Currently this is only for new member joins. If no channel is set, then " -"this returns ``None``." +#: ../../../discord/guild.py:docstring of discord.Guild.system_channel:3 +msgid "Currently this is only for new member joins. If no channel is set, then this returns ``None``." msgstr "" -#: discord.Guild.ban:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:3 msgid "Bans a user from the guild." msgstr "" -#: discord.Guild.ban:5 discord.Guild.kick:5 discord.Guild.unban:5 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:5 +#: discord.Guild.kick:5 discord.Guild.unban:5 msgid "The user must meet the :class:`abc.Snowflake` abc." msgstr "" -#: discord.Guild.ban:7 discord.Guild.unban:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:7 +#: discord.Guild.unban:7 msgid "You must have the :attr:`~Permissions.ban_members` permission to do this." msgstr "" -#: discord.Guild.ban:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:10 msgid "The user to ban from their guild." msgstr "" -#: discord.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/guild.py:docstring of discord.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.Guild.ban:15 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:15 msgid "The reason the user got banned." msgstr "" -#: discord.Guild.ban:18 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:18 msgid ":exc:`Forbidden` -- You do not have the proper permissions to ban." msgstr "" -#: discord.Guild.ban:19 of +#: ../../../discord/guild.py:docstring of discord.Guild.ban:19 msgid ":exc:`HTTPException` -- Banning failed." msgstr "" -#: discord.Guild.bans:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.bans:3 msgid "Retrieves all the users that are banned from the guild." msgstr "" -#: discord.Guild.bans:5 of -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``." +#: ../../../discord/guild.py:docstring of discord.Guild.bans:5 +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 "" -#: discord.Guild.bans:10 discord.Guild.fetch_ban:7 of -msgid "" -"You must have the :attr:`~Permissions.ban_members` permission to get this" -" information." +#: ../../../discord/guild.py:docstring of discord.Guild.bans:10 +#: discord.Guild.fetch_ban:7 +msgid "You must have the :attr:`~Permissions.ban_members` permission to get this information." msgstr "" -#: discord.Guild.bans:16 of +#: ../../../discord/guild.py:docstring of discord.Guild.bans:16 msgid "A list of BanEntry objects." msgstr "" -#: discord.Guild.create_custom_emoji:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:3 msgid "Creates a custom :class:`Emoji` for the guild." msgstr "" -#: discord.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/guild.py:docstring of discord.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.Guild.create_custom_emoji:8 of -msgid "" -"You must have the :attr:`~Permissions.manage_emojis` permission to do " -"this." +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:8 +msgid "You must have the :attr:`~Permissions.manage_emojis` permission to do this." msgstr "" -#: discord.Guild.create_custom_emoji:11 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:11 msgid "The emoji name. Must be at least 2 characters." msgstr "" -#: discord.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/guild.py:docstring of discord.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.Emoji.edit:10 discord.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/guild.py:docstring of discord.Guild.create_custom_emoji:16 +#: ../../../discord/emoji.py:docstring discord.Emoji.edit:10 +msgid "A :class:`list` of :class:`Role`\\s that can use this emoji. Leave empty to make it available to everyone." msgstr "" -#: discord.Guild.create_custom_emoji:18 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:18 msgid "The reason for creating this emoji. Shows up on the audit log." msgstr "" -#: discord.Guild.create_custom_emoji:21 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:21 msgid ":exc:`Forbidden` -- You are not allowed to create emojis." msgstr "" -#: discord.Guild.create_custom_emoji:22 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:22 msgid ":exc:`HTTPException` -- An error occurred creating an emoji." msgstr "" -#: discord.Guild.create_custom_emoji:24 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:24 msgid "The created emoji." msgstr "" -#: discord.Guild.create_custom_emoji:25 discord.Guild.fetch_emoji:12 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_custom_emoji:25 +#: discord.Guild.fetch_emoji:17 msgid ":class:`Emoji`" msgstr "" -#: discord.Guild.create_role:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:3 msgid "Creates a :class:`Role` for the guild." msgstr "" -#: discord.Guild.create_role:5 discord.Role.edit:8 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:5 +#: ../../../discord/role.py:docstring discord.Role.edit:8 msgid "All fields are optional." msgstr "" -#: discord.Guild.create_role:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:7 msgid "You must have the :attr:`~Permissions.manage_roles` permission to do this." msgstr "" -#: discord.Guild.create_role:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:10 msgid "The role name. Defaults to 'new role'." msgstr "" -#: discord.Guild.create_role:12 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:12 msgid "The permissions to have. Defaults to no permissions." msgstr "" -#: discord.Guild.create_role:14 of -msgid "" -"The colour for the role. Defaults to :meth:`Colour.default`. This is " -"aliased to ``color`` as well." +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:14 +msgid "The colour for the role. Defaults to :meth:`Colour.default`. This is aliased to ``color`` as well." msgstr "" -#: discord.Guild.create_role:17 of -msgid "" -"Indicates if the role should be shown separately in the member list. " -"Defaults to False." +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:17 +msgid "Indicates if the role should be shown separately in the member list. Defaults to False." msgstr "" -#: discord.Guild.create_role:20 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:20 msgid "Indicates if the role should be mentionable by others. Defaults to False." msgstr "" -#: discord.Guild.create_role:23 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:23 msgid "The reason for creating this role. Shows up on the audit log." msgstr "" -#: discord.Guild.create_role:26 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:26 msgid ":exc:`Forbidden` -- You do not have permissions to create the role." msgstr "" -#: discord.Guild.create_role:27 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:27 msgid ":exc:`HTTPException` -- Creating the role failed." -msgstr ":exc:`HTTPException` -- プロフィールの取得に失敗した。" +msgstr "" -#: discord.Guild.create_role:28 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:28 msgid ":exc:`InvalidArgument` -- An invalid keyword argument was given." msgstr "" -#: discord.Guild.create_role:30 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:30 msgid "The newly created role." msgstr "" -#: discord.Guild.create_role:31 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_role:31 msgid ":class:`Role`" msgstr "" -#: discord.Guild.create_text_channel:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:3 msgid "Creates a :class:`TextChannel` for the guild." msgstr "" -#: discord.Guild.create_text_channel:5 of -msgid "" -"Note that you need the :attr:`~Permissions.manage_channels` permission to" -" create the channel." +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:5 +msgid "Note that you need the :attr:`~Permissions.manage_channels` permission to create the channel." msgstr "" -#: discord.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/guild.py:docstring of discord.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.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/guild.py:docstring of discord.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 "" -#: discord.Guild.create_text_channel:21 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:21 msgid "Creating a basic channel:" msgstr "" -#: discord.Guild.create_text_channel:27 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:27 msgid "Creating a \"secret\" channel:" msgstr "" -#: discord.Guild.create_text_channel:38 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:38 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:29 msgid "The channel's name." msgstr "" -#: discord.Guild.create_text_channel:40 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." -msgstr "" - -#: discord.Guild.create_text_channel:43 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/guild.py:docstring of discord.Guild.create_text_channel:40 +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 "" -#: discord.Guild.create_text_channel:47 of -msgid "" -"The position in the channel list. This is a number that starts at 0. e.g." -" the top channel is position 0." +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:43 +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.Guild.create_text_channel:50 discord.TextChannel.edit:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:50 +#: ../../../discord/channel.py:docstring discord.TextChannel.edit:10 msgid "The new channel's topic." msgstr "" -#: discord.Guild.create_text_channel:52 of -msgid "" -"Specifies the slowmode rate limit for user in this channel. The maximum " -"value possible is `120`." +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:52 +msgid "Specifies the slowmode rate limit for user in this channel. The maximum value possible is `120`." msgstr "" -#: discord.Guild.create_text_channel:55 discord.TextChannel.edit:14 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:55 +#: ../../../discord/channel.py:docstring discord.TextChannel.edit:14 msgid "To mark the channel as NSFW or not." msgstr "" -#: discord.Guild.create_text_channel:57 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:57 msgid "The reason for creating this channel. Shows up on the audit log." msgstr "" -#: discord.Guild.create_text_channel:60 of -msgid "" -":exc:`Forbidden` -- You do not have the proper permissions to create this" -" channel." -msgstr "" - -#: discord.Guild.create_text_channel:61 of -msgid ":exc:`HTTPException` -- Creating the channel failed." +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:62 +msgid ":exc:`InvalidArgument` -- The permission overwrite information is not in proper form." msgstr "" -#: discord.Guild.create_text_channel:62 of -msgid "" -":exc:`InvalidArgument` -- The permission overwrite information is not in " -"proper form." -msgstr "" - -#: discord.Guild.create_text_channel:64 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_text_channel:64 msgid "The channel that was just created." msgstr "" -#: discord.Guild.create_voice_channel:3 of -msgid "" -"This is similar to :meth:`create_text_channel` except makes a " -":class:`VoiceChannel` instead, in addition to having the following new " -"parameters." +#: ../../../discord/guild.py:docstring of discord.Guild.create_voice_channel:3 +msgid "This is similar to :meth:`create_text_channel` except makes a :class:`VoiceChannel` instead, in addition to having the following new parameters." msgstr "" -#: discord.Guild.create_voice_channel:6 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_voice_channel:6 +#: ../../../discord/channel.py:docstring discord.VoiceChannel:54 msgid "The channel's preferred audio bitrate in bits per second." msgstr "" -#: discord.Guild.create_voice_channel:8 of +#: ../../../discord/guild.py:docstring of discord.Guild.create_voice_channel:8 +#: ../../../discord/channel.py:docstring discord.VoiceChannel:60 msgid "The channel's limit for number of members that can be in a voice channel." msgstr "" -#: discord.Guild.delete:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.delete:3 msgid "Deletes the guild. You must be the guild owner to delete the guild." msgstr "" -#: discord.Guild.delete:6 of +#: ../../../discord/guild.py:docstring of discord.Guild.delete:6 msgid ":exc:`HTTPException` -- Deleting the guild failed." msgstr "" -#: discord.Guild.delete:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.delete:7 msgid ":exc:`Forbidden` -- You do not have permissions to delete the guild." msgstr "" -#: discord.Guild.edit:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:3 msgid "Edits the guild." msgstr "" -#: discord.Guild.edit:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to edit " -"the guild." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to edit the guild." msgstr "" -#: discord.Guild.edit:8 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:8 msgid "The new name of the guild." msgstr "" -#: discord.Guild.edit:10 of -msgid "" -"The new description of the guild. This is only available to guilds that " -"contain `VERIFIED` in :attr:`Guild.features`." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:10 +msgid "The new description of the guild. This is only available to guilds that contain `VERIFIED` in :attr:`Guild.features`." msgstr "" -#: discord.Guild.edit:13 of -msgid "" -"A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG " -"supported. Could be ``None`` to denote removal of the icon." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:13 +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.Guild.edit:16 of -msgid "" -"A :term:`py:bytes-like object` representing the banner. Could be ``None``" -" to denote removal of the banner." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:16 +msgid "A :term:`py:bytes-like object` representing the banner. Could be ``None`` to denote removal of the banner." msgstr "" -#: discord.Guild.edit:19 of -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." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:19 +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.Guild.edit:24 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:24 msgid "The new region for the guild's voice communication." msgstr "" -#: discord.Guild.edit:26 of -msgid "" -"The new channel that is the AFK channel. Could be ``None`` for no AFK " -"channel." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:26 +msgid "The new channel that is the AFK channel. Could be ``None`` for no AFK channel." msgstr "" -#: discord.Guild.edit:28 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:28 msgid "The number of seconds until someone is moved to the AFK channel." msgstr "" -#: discord.Guild.edit:30 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/guild.py:docstring of discord.Guild.edit:30 +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.Guild.edit:33 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:33 msgid "The new verification level for the guild." msgstr "" -#: discord.Guild.edit:35 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:35 msgid "The new default notification level for the guild." msgstr "" -#: discord.Guild.edit:37 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:37 msgid "The new explicit content filter for the guild." msgstr "" -#: discord.Guild.edit:39 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:39 msgid "The new vanity code for the guild." msgstr "" -#: discord.Guild.edit:41 of -msgid "" -"The new channel that is used for the system channel. Could be ``None`` " -"for no system channel." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:41 +msgid "The new channel that is used for the system channel. Could be ``None`` for no system channel." msgstr "" -#: discord.Guild.edit:43 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:43 msgid "The reason for editing this guild. Shows up on the audit log." msgstr "" -#: discord.Guild.edit:46 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:46 msgid ":exc:`Forbidden` -- You do not have permissions to edit the guild." msgstr "" -#: discord.Guild.edit:47 of +#: ../../../discord/guild.py:docstring of discord.Guild.edit:47 msgid ":exc:`HTTPException` -- Editing the guild failed." msgstr "" -#: discord.Guild.edit:48 of -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." +#: ../../../discord/guild.py:docstring of discord.Guild.edit:48 +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.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/guild.py:docstring of +#: discord.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.Guild.estimate_pruned_members:7 discord.Guild.prune_members:14 of +#: ../../../discord/guild.py:docstring of +#: discord.Guild.estimate_pruned_members:7 discord.Guild.prune_members:14 msgid "The number of days before counting as inactive." msgstr "" -#: discord.Guild.estimate_pruned_members:10 discord.Guild.prune_members:19 of +#: ../../../discord/guild.py:docstring of +#: discord.Guild.estimate_pruned_members:10 discord.Guild.prune_members:24 msgid ":exc:`Forbidden` -- You do not have permissions to prune members." msgstr "" -#: discord.Guild.estimate_pruned_members:11 of -msgid "" -":exc:`HTTPException` -- An error occurred while fetching the prune " -"members estimate." +#: ../../../discord/guild.py:docstring of +#: discord.Guild.estimate_pruned_members:11 +msgid ":exc:`HTTPException` -- An error occurred while fetching the prune members estimate." msgstr "" -#: discord.Guild.estimate_pruned_members:12 discord.Guild.prune_members:21 of +#: ../../../discord/guild.py:docstring of +#: discord.Guild.estimate_pruned_members:12 discord.Guild.prune_members:26 msgid ":exc:`InvalidArgument` -- An integer was not passed for ``days``." msgstr "" -#: discord.Guild.estimate_pruned_members:14 of +#: ../../../discord/guild.py:docstring of +#: discord.Guild.estimate_pruned_members:14 msgid "The number of members estimated to be pruned." msgstr "" -#: discord.Guild.fetch_ban:3 of -msgid "" -"Retrieves the :class:`BanEntry` for a user, which is a namedtuple with a " -"``user`` and ``reason`` field. See :meth:`bans` for more information." +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_ban:3 +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 "" -#: discord.Guild.fetch_ban:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_ban:10 msgid "The user to get ban information from." msgstr "" -#: discord.Guild.fetch_ban:14 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_ban:14 msgid ":exc:`NotFound` -- This user is not banned." msgstr "" -#: discord.Guild.fetch_ban:17 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_ban:17 msgid "The BanEntry object for the specified user." msgstr "" -#: discord.Guild.fetch_emoji:3 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:3 msgid "Retrieves a custom :class:`Emoji` from the guild." -msgstr "特定のIDの :class:`Webhook` を取得します。" +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:7 +msgid "This method is an API call. For general usage, consider iterating over :attr:`emojis` instead." +msgstr "" -#: discord.Guild.fetch_emoji:5 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:10 +#: ../../../discord/emoji.py:docstring discord.Emoji:37 msgid "The emoji's ID." msgstr "" -#: discord.Guild.fetch_emoji:8 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:13 msgid ":exc:`NotFound` -- The emoji requested could not be found." -msgstr ":exc:`NotFound` -- Webhookが見つからなかった。" +msgstr "" -#: discord.Guild.fetch_emoji:9 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:14 msgid ":exc:`HTTPException` -- An error occurred fetching the emoji." -msgstr ":exc:`HTTPException` -- 情報の取得中にエラーが発生した。" +msgstr "" -#: discord.Guild.fetch_emoji:11 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emoji:16 msgid "The retrieved emoji." msgstr "" -#: discord.Guild.fetch_emojis:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emojis:3 msgid "Retrieves all custom :class:`Emoji`\\s from the guild." msgstr "" -#: discord.Guild.fetch_emojis:5 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emojis:7 +msgid "This method is an API call. For general usage, consider :attr:`emojis` instead." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emojis:9 msgid ":exc:`HTTPException` -- An error occurred fetching the emojis." -msgstr ":exc:`HTTPException` -- 情報の取得中にエラーが発生した。" +msgstr "" -#: discord.Guild.fetch_emojis:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emojis:11 msgid "The retrieved emojis." msgstr "" -#: discord.Guild.fetch_emojis:8 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_emojis:12 msgid "List[:class:`Emoji`]" -msgstr ":class:`Webhook`" +msgstr "" -#: discord.Guild.fetch_member:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_member:3 msgid "Retreives a :class:`Member` from a guild ID, and a member ID." msgstr "" -#: discord.Guild.fetch_member:5 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_member:7 +msgid "This method is an API call. For general usage, consider :meth:`get_member` instead." +msgstr "" + +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_member:9 msgid "The member's ID to fetch from." -msgstr "取得したいユーザーのID。" +msgstr "" -#: discord.Guild.fetch_member:11 of +#: ../../../discord/guild.py:docstring of discord.Guild.fetch_member:15 msgid "The member from the member ID." msgstr "" -#: discord.Guild.invites:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.invites:3 msgid "Returns a list of all active instant invites from the guild." msgstr "" -#: discord.Guild.invites:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to get " -"this information." +#: ../../../discord/guild.py:docstring of discord.Guild.invites:5 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to get this information." msgstr "" -#: discord.Guild.kick:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:3 msgid "Kicks a user from the guild." msgstr "" -#: discord.Guild.kick:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:7 msgid "You must have the :attr:`~Permissions.kick_members` permission to do this." msgstr "" -#: discord.Guild.kick:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:10 msgid "The user to kick from their guild." msgstr "" -#: discord.Guild.kick:12 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:12 msgid "The reason the user got kicked." msgstr "" -#: discord.Guild.kick:15 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:15 msgid ":exc:`Forbidden` -- You do not have the proper permissions to kick." msgstr "" -#: discord.Guild.kick:16 of +#: ../../../discord/guild.py:docstring of discord.Guild.kick:16 msgid ":exc:`HTTPException` -- Kicking failed." msgstr "" -#: discord.Guild.leave:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.leave:3 msgid "Leaves the guild." msgstr "" -#: discord.Guild.leave:7 of -msgid "" -"You cannot leave the guild that you own, you must delete it instead via " -":meth:`delete`." +#: ../../../discord/guild.py:docstring of discord.Guild.leave:7 +msgid "You cannot leave the guild that you own, you must delete it instead via :meth:`delete`." msgstr "" -#: discord.Guild.leave:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.leave:10 msgid ":exc:`HTTPException` -- Leaving the guild failed." msgstr "" -#: discord.Guild.prune_members:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.prune_members:3 msgid "Prunes the guild from its inactive members." msgstr "" -#: discord.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/guild.py:docstring of discord.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.Guild.prune_members:8 of -msgid "" -"You must have the :attr:`~Permissions.kick_members` permission to use " -"this." +#: ../../../discord/guild.py:docstring of discord.Guild.prune_members:8 +msgid "You must have the :attr:`~Permissions.kick_members` permission to use this." msgstr "" -#: discord.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/guild.py:docstring of discord.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/guild.py:docstring of discord.Guild.prune_members:18 +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.Guild.prune_members:20 of +#: ../../../discord/guild.py:docstring of discord.Guild.prune_members:25 msgid ":exc:`HTTPException` -- An error occurred while pruning members." msgstr "" -#: discord.Guild.prune_members:23 of -msgid "The number of members pruned." +#: ../../../discord/guild.py:docstring of discord.Guild.prune_members:28 +msgid "The number of members pruned. If ``compute_prune_count`` is ``False`` then this returns ``None``." msgstr "" -#: discord.Guild.unban:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.unban:3 msgid "Unbans a user from the guild." msgstr "" -#: discord.Guild.unban:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.unban:10 msgid "The user to unban." msgstr "" -#: discord.Guild.unban:15 of +#: ../../../discord/guild.py:docstring of discord.Guild.unban:15 msgid ":exc:`Forbidden` -- You do not have the proper permissions to unban." msgstr "" -#: discord.Guild.unban:16 of +#: ../../../discord/guild.py:docstring of discord.Guild.unban:16 msgid ":exc:`HTTPException` -- Unbanning failed." msgstr "" -#: discord.Guild.vanity_invite:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:3 msgid "Returns the guild's special vanity invite." msgstr "" -#: discord.Guild.vanity_invite:5 of -msgid "" -"The guild must be partnered, i.e. have 'VANITY_URL' in " -":attr:`~Guild.features`." +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:5 +msgid "The guild must be partnered, i.e. have 'VANITY_URL' in :attr:`~Guild.features`." msgstr "" -#: discord.Guild.vanity_invite:8 of -msgid "" -"You must have the :attr:`~Permissions.manage_guild` permission to use " -"this as well." +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:8 +msgid "You must have the :attr:`~Permissions.manage_guild` permission to use this as well." msgstr "" -#: discord.Guild.vanity_invite:11 of +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:11 msgid ":exc:`Forbidden` -- You do not have the proper permissions to get this." msgstr "" -#: discord.Guild.vanity_invite:12 of +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:12 msgid ":exc:`HTTPException` -- Retrieving the vanity invite failed." msgstr "" -#: discord.Guild.vanity_invite:14 of +#: ../../../discord/guild.py:docstring of discord.Guild.vanity_invite:14 msgid "The special vanity invite." msgstr "" -#: discord.Guild.webhooks:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.webhooks:3 msgid "Gets the list of webhooks from this guild." msgstr "" -#: discord.Guild.webhooks:5 discord.TextChannel.create_webhook:5 -#: discord.TextChannel.webhooks:5 of +#: ../../../discord/guild.py:docstring of discord.Guild.webhooks:5 +#: ../../../discord/channel.py:docstring discord.TextChannel.create_webhook:5 +#: discord.TextChannel.webhooks:5 msgid "Requires :attr:`~.Permissions.manage_webhooks` permissions." msgstr "" -#: discord.Guild.webhooks:7 discord.TextChannel.webhooks:7 of +#: ../../../discord/guild.py:docstring of discord.Guild.webhooks:7 +#: ../../../discord/channel.py:docstring discord.TextChannel.webhooks:7 msgid ":exc:`Forbidden` -- You don't have permissions to get the webhooks." msgstr "" -#: discord.Guild.webhooks:9 of +#: ../../../discord/guild.py:docstring of discord.Guild.webhooks:9 msgid "The webhooks for this guild." msgstr "" -#: discord.Guild.webhooks:10 discord.TextChannel.webhooks:10 of +#: ../../../discord/guild.py:docstring of discord.Guild.webhooks:10 +#: ../../../discord/channel.py:docstring discord.TextChannel.webhooks:10 msgid "List[:class:`Webhook`]" msgstr "" -#: discord.Guild.widget:3 of -#, fuzzy +#: ../../../discord/guild.py:docstring of discord.Guild.widget:3 msgid "Returns the widget of the guild." -msgstr "ギルドの名前。" +msgstr "" -#: discord.Guild.roles:1 of +#: ../../../discord/guild.py:docstring of discord.Guild.widget:13 +msgid ":class:`Widget`" +msgstr ":class:`Widget`" + +#: ../../../discord/guild.py:docstring of discord.Guild.roles:1 msgid "Returns a :class:`list` of the guild's roles in hierarchy order." msgstr "" -#: discord.Guild.roles:3 of +#: ../../../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.Guild.ack:3 of +#: ../../../discord/guild.py:docstring of discord.Guild.ack:3 msgid "Marks every message in this guild as read." msgstr "" -#: ../../api.rst:1960 +#: ../../api.rst:1959 msgid "Member" -msgstr "メンバー" +msgstr "Member" -#: discord.Member:1 of +#: ../../../discord/member.py:docstring of discord.Member:1 msgid "Represents a Discord member to a :class:`Guild`." msgstr "" -#: discord.Member:3 of +#: ../../../discord/member.py:docstring of discord.Member:3 msgid "This implements a lot of the functionality of :class:`User`." msgstr "" -#: discord.Member:9 of -msgid "" -"Checks if two members are equal. Note that this works with :class:`User` " -"instances too." +#: ../../../discord/member.py:docstring of discord.Member:9 +msgid "Checks if two members are equal. Note that this works with :class:`User` instances too." msgstr "" -#: discord.Member:14 of -msgid "" -"Checks if two members are not equal. Note that this works with " -":class:`User` instances too." +#: ../../../discord/member.py:docstring of discord.Member:14 +msgid "Checks if two members are not equal. Note that this works with :class:`User` instances too." msgstr "" -#: discord.Member:19 of +#: ../../../discord/member.py:docstring of discord.Member:19 msgid "Returns the member's hash." msgstr "" -#: discord.Member:23 of +#: ../../../discord/member.py:docstring of discord.Member:23 msgid "Returns the member's name with the discriminator." msgstr "" -#: discord.Member:27 of -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``." +#: ../../../discord/member.py:docstring of discord.Member:27 +msgid "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 "" -#: discord.Member:32 of -msgid "" -"Tuple[Union[:class:`Game`, :class:`Streaming`, :class:`Spotify`, " -":class:`Activity`]] -- The activities that the user is currently doing." +#: ../../../discord/member.py:docstring of discord.Member:30 +#: ../../../discord/activity.py:docstring discord.Activity.start:3 +#: discord.Activity.end:3 discord.Game.start:3 discord.Game.end:3 +msgid "Optional[:class:`datetime.datetime`]" msgstr "" -#: discord.Member:36 of -msgid ":class:`Guild` -- The guild that the member belongs to." +#: ../../../discord/member.py:docstring of discord.Member:34 +msgid "The activities that the user is currently doing." msgstr "" -#: discord.Member:40 of -msgid "Optional[:class:`str`] -- The guild specific nickname of the user." +#: ../../../discord/member.py:docstring of discord.Member:36 +msgid "Tuple[Union[:class:`Game`, :class:`Streaming`, :class:`Spotify`, :class:`Activity`]]" msgstr "" -#: discord.Member.status:1 of -msgid "" -":class:`Status` -- The member's overall status. If the value is unknown, " -"then it will be a :class:`str` instead." +#: ../../../discord/member.py:docstring of discord.Member:40 +msgid "The guild that the member belongs to." msgstr "" -#: discord.Member.mobile_status:1 of -msgid ":class:`Status` -- The member's status on a mobile device, if applicable." +#: ../../../discord/member.py:docstring of discord.Member:46 +msgid "The guild specific nickname of the user." msgstr "" -#: discord.Member.desktop_status:1 of -msgid "" -":class:`Status` -- The member's status on the desktop client, if " -"applicable." +#: ../../../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.Member.web_status:1 of -msgid ":class:`Status` -- The member's status on the web client, if applicable." +#: ../../../discord/member.py:docstring of discord.Member.status:3 +#: discord.Member.mobile_status:3 discord.Member.desktop_status:3 +#: discord.Member.web_status:3 ../../../discord/widget.py:docstring +#: discord.WidgetMember:49 +msgid ":class:`Status`" msgstr "" -#: discord.Member.is_on_mobile:1 of -msgid "" -":class:`bool`: A helper function that determines if a member is active on" -" a mobile device." +#: ../../../discord/member.py:docstring of discord.Member.mobile_status:1 +msgid "The member's status on a mobile device, if applicable." msgstr "" -#: discord.Member.color:1 discord.Member.colour:1 of -msgid "" -"A property that returns a :class:`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/member.py:docstring of discord.Member.desktop_status:1 +msgid "The member's status on the desktop client, if applicable." +msgstr "" + +#: ../../../discord/member.py:docstring of discord.Member.web_status:1 +msgid "The member's status on the web client, if applicable." +msgstr "" + +#: ../../../discord/member.py:docstring of discord.Member.is_on_mobile:1 +msgid ":class:`bool`: A helper function that determines if a member is active on a mobile device." +msgstr "" + +#: ../../../discord/member.py:docstring of discord.Member.colour:1 +#: discord.Member.color:1 +msgid "A property that returns a :class:`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.Member.mention:1 of +#: ../../../discord/member.py:docstring of discord.Member.mention:1 msgid "Returns a string that mentions the member." msgstr "" -#: discord.Member.activity:1 of -msgid "" -"Returns a class Union[:class:`Game`, :class:`Streaming`, " -":class:`Spotify`, :class:`Activity`] for the primary activity the user is" -" currently doing. Could be None if no activity is being done." +#: ../../../discord/member.py:docstring of discord.Member.activity:1 +msgid "Returns a class Union[:class:`Game`, :class:`Streaming`, :class:`Spotify`, :class:`Activity`] for the primary activity the user is currently doing. Could be None if no activity is being done." msgstr "" -#: discord.Member.activity:6 of -msgid "" -"A user may have multiple activities, these can be accessed under " -":attr:`activities`." +#: ../../../discord/member.py:docstring of discord.Member.activity:6 +msgid "A user may have multiple activities, these can be accessed under :attr:`activities`." msgstr "" -#: discord.Member.mentioned_in:1 of +#: ../../../discord/member.py:docstring of discord.Member.mentioned_in:1 msgid "Checks if the member is mentioned in the specified message." msgstr "" -#: discord.Member.top_role:1 of +#: ../../../discord/member.py:docstring of discord.Member.top_role:1 msgid "Returns the member's highest role." msgstr "" -#: discord.Member.top_role:3 of -msgid "" -"This is useful for figuring where a member stands in the role hierarchy " -"chain." +#: ../../../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.Member.guild_permissions:1 of +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:1 msgid "Returns the member's guild permissions." 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 either " -":meth:`permissions_in` or :meth:`abc.GuildChannel.permissions_for`." +#: ../../../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 either :meth:`permissions_in` or :meth:`abc.GuildChannel.permissions_for`." msgstr "" -#: discord.Member.guild_permissions:9 of -msgid "" -"This does take into consideration guild ownership and the administrator " -"implication." +#: ../../../discord/member.py:docstring of discord.Member.guild_permissions:9 +msgid "This does take into consideration guild ownership and the administrator implication." msgstr "" -#: discord.Member.voice:1 of -msgid "Optional[:class:`VoiceState`] -- Returns the member's current voice state." +#: ../../../discord/member.py:docstring of discord.Member.voice:1 +msgid "Returns the member's current voice state." msgstr "" -#: discord.Member.add_roles:3 of +#: ../../../discord/member.py:docstring of discord.Member.add_roles:3 msgid "Gives the member a number of :class:`Role`\\s." msgstr "" -#: discord.Member.add_roles:8 of -msgid "" -"An argument list of :class:`abc.Snowflake` representing a :class:`Role` " -"to give to the member." +#: ../../../discord/member.py:docstring of discord.Member.add_roles:8 +msgid "An argument list of :class:`abc.Snowflake` representing a :class:`Role` to give to the member." msgstr "" -#: discord.Member.add_roles:11 of +#: ../../../discord/member.py:docstring of discord.Member.add_roles:11 msgid "The reason for adding these roles. Shows up on the audit log." msgstr "" -#: discord.Member.add_roles:13 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/member.py:docstring of discord.Member.add_roles:13 +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.Member.add_roles:18 of +#: ../../../discord/member.py:docstring of discord.Member.add_roles:18 msgid ":exc:`Forbidden` -- You do not have permissions to add these roles." msgstr "" -#: discord.Member.add_roles:19 of +#: ../../../discord/member.py:docstring of discord.Member.add_roles:19 msgid ":exc:`HTTPException` -- Adding roles failed." msgstr "" -#: discord.Member.avatar:1 of +#: ../../../discord/member.py:docstring of discord.Member.avatar:1 msgid "Equivalent to :attr:`User.avatar`" msgstr "" -#: discord.Member.avatar_url:1 of +#: ../../../discord/member.py:docstring of discord.Member.avatar_url:1 msgid "Equivalent to :attr:`User.avatar_url`" msgstr "" -#: discord.Member.ban:3 of +#: ../../../discord/member.py:docstring of discord.Member.ban:3 msgid "Bans this member. Equivalent to :meth:`Guild.ban`" msgstr "" -#: discord.Member.bot:1 of +#: ../../../discord/member.py:docstring of discord.Member.bot:1 msgid "Equivalent to :attr:`User.bot`" msgstr "" -#: discord.Member.created_at:1 of +#: ../../../discord/member.py:docstring of discord.Member.created_at:1 msgid "Equivalent to :attr:`User.created_at`" msgstr "" -#: discord.Member.default_avatar:1 of +#: ../../../discord/member.py:docstring of discord.Member.default_avatar:1 msgid "Equivalent to :attr:`User.default_avatar`" msgstr "" -#: discord.Member.default_avatar_url:1 of +#: ../../../discord/member.py:docstring of discord.Member.default_avatar_url:1 msgid "Equivalent to :attr:`User.default_avatar_url`" msgstr "" -#: discord.Member.discriminator:1 of +#: ../../../discord/member.py:docstring of discord.Member.discriminator:1 msgid "Equivalent to :attr:`User.discriminator`" msgstr "" -#: discord.Member.dm_channel:1 of +#: ../../../discord/member.py:docstring of discord.Member.dm_channel:1 msgid "Equivalent to :attr:`User.dm_channel`" msgstr "" -#: discord.Member.edit:3 of +#: ../../../discord/member.py:docstring of discord.Member.edit:3 msgid "Edits the member's data." msgstr "" -#: discord.Member.edit:5 of -msgid "" -"Depending on the parameter passed, this requires different permissions " -"listed below:" +#: ../../../discord/member.py:docstring of discord.Member.edit:5 +msgid "Depending on the parameter passed, this requires different permissions listed below:" msgstr "" -#: discord.Member.edit:8 of +#: ../../../discord/member.py:docstring of discord.Member.edit:8 msgid "Parameter" msgstr "" -#: discord.Member.edit:8 of +#: ../../../discord/member.py:docstring of discord.Member.edit:8 msgid "Permission" msgstr "" -#: discord.Member.edit:10 of +#: ../../../discord/member.py:docstring of discord.Member.edit:10 msgid "nick" msgstr "" -#: discord.Member.edit:10 of +#: ../../../discord/member.py:docstring of discord.Member.edit:10 msgid ":attr:`Permissions.manage_nicknames`" msgstr "" -#: discord.Member.edit:12 of +#: ../../../discord/member.py:docstring of discord.Member.edit:12 msgid "mute" msgstr "" -#: discord.Member.edit:12 of +#: ../../../discord/member.py:docstring of discord.Member.edit:12 msgid ":attr:`Permissions.mute_members`" msgstr "" -#: discord.Member.edit:14 of +#: ../../../discord/member.py:docstring of discord.Member.edit:14 msgid "deafen" msgstr "" -#: discord.Member.edit:14 of +#: ../../../discord/member.py:docstring of discord.Member.edit:14 msgid ":attr:`Permissions.deafen_members`" msgstr "" -#: discord.Member.edit:16 of +#: ../../../discord/member.py:docstring of discord.Member.edit:16 msgid ":attr:`Permissions.manage_roles`" msgstr "" -#: discord.Member.edit:18 of +#: ../../../discord/member.py:docstring of discord.Member.edit:18 msgid "voice_channel" msgstr "" -#: discord.Member.edit:18 of +#: ../../../discord/member.py:docstring of discord.Member.edit:18 msgid ":attr:`Permissions.move_members`" msgstr "" -#: discord.Member.edit:23 of +#: ../../../discord/member.py:docstring of discord.Member.edit:23 msgid "The member's new nickname. Use ``None`` to remove the nickname." msgstr "" -#: discord.Member.edit:25 of +#: ../../../discord/member.py:docstring of discord.Member.edit:25 msgid "Indicates if the member should be guild muted or un-muted." msgstr "" -#: discord.Member.edit:27 of +#: ../../../discord/member.py:docstring of discord.Member.edit:27 msgid "Indicates if the member should be guild deafened or un-deafened." msgstr "" -#: discord.Member.edit:29 of +#: ../../../discord/member.py:docstring of discord.Member.edit:29 msgid "The member's new list of roles. This *replaces* the roles." msgstr "" -#: discord.Member.edit:31 of +#: ../../../discord/member.py:docstring of discord.Member.edit:31 msgid "The voice channel to move the member to." msgstr "" -#: discord.Member.edit:33 of +#: ../../../discord/member.py:docstring of discord.Member.edit:33 msgid "The reason for editing this member. Shows up on the audit log." msgstr "" -#: discord.Member.edit:36 of -msgid "" -":exc:`Forbidden` -- You do not have the proper permissions to the action " -"requested." +#: ../../../discord/member.py:docstring of discord.Member.edit:36 +msgid ":exc:`Forbidden` -- You do not have the proper permissions to the action requested." msgstr "" -#: discord.Member.edit:37 of +#: ../../../discord/member.py:docstring of discord.Member.edit:37 msgid ":exc:`HTTPException` -- The operation failed." msgstr "" -#: discord.Member.id:1 of +#: ../../../discord/member.py:docstring of discord.Member.id:1 msgid "Equivalent to :attr:`User.id`" msgstr "" -#: discord.Member.kick:3 of +#: ../../../discord/member.py:docstring of discord.Member.kick:3 msgid "Kicks this member. Equivalent to :meth:`Guild.kick`" msgstr "" -#: discord.Member.move_to:3 of +#: ../../../discord/member.py:docstring of discord.Member.move_to:3 msgid "Moves a member to a new voice channel (they must be connected first)." msgstr "" -#: discord.Member.move_to:5 of -msgid "" -"You must have the :attr:`~Permissions.move_members` permission to use " -"this." +#: ../../../discord/member.py:docstring of discord.Member.move_to:5 +msgid "You must have the :attr:`~Permissions.move_members` permission to use this." msgstr "" -#: discord.Member.move_to:8 of +#: ../../../discord/member.py:docstring of discord.Member.move_to:8 msgid "This raises the same exceptions as :meth:`edit`." msgstr "" -#: discord.Member.move_to:10 of +#: ../../../discord/member.py:docstring of discord.Member.move_to:10 msgid "The new voice channel to move the member to." msgstr "" -#: discord.Member.name:1 of +#: ../../../discord/member.py:docstring of discord.Member.name:1 msgid "Equivalent to :attr:`User.name`" msgstr "" -#: discord.Member.relationship:1 of +#: ../../../discord/member.py:docstring of discord.Member.relationship:1 msgid "Equivalent to :attr:`User.relationship`" msgstr "" -#: discord.Member.remove_roles:3 of +#: ../../../discord/member.py:docstring of discord.Member.remove_roles:3 msgid "Removes :class:`Role`\\s from this member." msgstr "" -#: discord.Member.remove_roles:8 of -msgid "" -"An argument list of :class:`abc.Snowflake` representing a :class:`Role` " -"to remove from the member." +#: ../../../discord/member.py:docstring of discord.Member.remove_roles:8 +msgid "An argument list of :class:`abc.Snowflake` representing a :class:`Role` to remove from the member." msgstr "" -#: discord.Member.remove_roles:11 of +#: ../../../discord/member.py:docstring of discord.Member.remove_roles:11 msgid "The reason for removing these roles. Shows up on the audit log." msgstr "" -#: discord.Member.remove_roles:13 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/member.py:docstring of discord.Member.remove_roles:13 +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.Member.remove_roles:18 of +#: ../../../discord/member.py:docstring of discord.Member.remove_roles:18 msgid ":exc:`Forbidden` -- You do not have permissions to remove these roles." msgstr "" -#: discord.Member.remove_roles:19 of +#: ../../../discord/member.py:docstring of discord.Member.remove_roles:19 msgid ":exc:`HTTPException` -- Removing the roles failed." 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/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.Member.roles:5 of +#: ../../../discord/member.py:docstring of discord.Member.roles:5 msgid "These roles are sorted by their position in the role hierarchy." msgstr "" -#: discord.Member.unban:3 of +#: ../../../discord/member.py:docstring of discord.Member.unban:3 msgid "Unbans this member. Equivalent to :meth:`Guild.unban`" msgstr "" -#: ../../api.rst:1974 +#: ../../api.rst:1973 msgid "Spotify" msgstr "" -#: discord.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/activity.py:docstring of discord.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.Spotify:8 of +#: ../../../discord/activity.py:docstring of discord.Spotify:8 msgid "Checks if two activities are equal." msgstr "" -#: discord.Spotify:12 of +#: ../../../discord/activity.py:docstring of discord.Spotify:12 msgid "Checks if two activities are not equal." msgstr "" -#: discord.Spotify:16 of +#: ../../../discord/activity.py:docstring of discord.Spotify:16 msgid "Returns the activity's hash." msgstr "" -#: discord.Spotify:20 of +#: ../../../discord/activity.py:docstring of discord.Spotify:20 msgid "Returns the string 'Spotify'." msgstr "" -#: discord.Spotify.type:1 of -msgid "" -"Returns the activity's type. This is for compatibility with " -":class:`Activity`." +#: ../../../discord/activity.py:docstring of discord.Spotify.type:1 +msgid "Returns the activity's type. This is for compatibility with :class:`Activity`." msgstr "" -#: discord.Spotify.type:3 of +#: ../../../discord/activity.py:docstring of discord.Spotify.type:3 msgid "It always returns :attr:`ActivityType.listening`." msgstr "" -#: discord.Spotify.color:1 discord.Spotify.colour:1 of +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:1 +#: discord.Spotify.color:1 msgid "Returns the Spotify integration colour, as a :class:`Colour`." msgstr "" -#: discord.Spotify.colour:3 of +#: ../../../discord/activity.py:docstring of discord.Spotify.colour:3 msgid "There is an alias for this named :meth:`color`" msgstr "" -#: discord.Spotify.color:3 of +#: ../../../discord/activity.py:docstring of discord.Spotify.color:3 msgid "There is an alias for this named :meth:`colour`" msgstr "" -#: discord.Spotify.name:1 of -msgid ":class:`str` -- The activity's name. This will always return \"Spotify\"." +#: ../../../discord/activity.py:docstring of discord.Spotify.name:1 +msgid "The activity's name. This will always return \"Spotify\"." msgstr "" -#: discord.Spotify.title:1 of -msgid ":class:`str` -- The title of the song being played." +#: ../../../discord/activity.py:docstring of discord.Spotify.title:1 +msgid "The title of the song being played." msgstr "" -#: discord.Spotify.artists:1 of -msgid "List[:class:`str`] -- The artists of the song being played." +#: ../../../discord/activity.py:docstring of discord.Spotify.artists:1 +msgid "The artists of the song being played." msgstr "" -#: discord.Spotify.artist:1 of -msgid ":class:`str` -- The artist of the song being played." +#: ../../../discord/activity.py:docstring of discord.Spotify.artist:1 +msgid "The artist of the song being played." 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." +#: ../../../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.Spotify.album:1 of -msgid ":class:`str` -- The album that the song being played belongs to." +#: ../../../discord/activity.py:docstring of discord.Spotify.album:1 +msgid "The album that the song being played belongs to." msgstr "" -#: discord.Spotify.album_cover_url:1 of -msgid ":class:`str` -- The album cover image URL from Spotify's CDN." +#: ../../../discord/activity.py:docstring of discord.Spotify.album_cover_url:1 +msgid "The album cover image URL from Spotify's CDN." msgstr "" -#: discord.Spotify.track_id:1 of -msgid ":class:`str` -- The track ID used by Spotify to identify this song." +#: ../../../discord/activity.py:docstring of discord.Spotify.track_id:1 +msgid "The track ID used by Spotify to identify this song." msgstr "" -#: discord.Spotify.start:1 of -msgid "" -":class:`datetime.datetime` -- When the user started playing this song in " -"UTC." +#: ../../../discord/activity.py:docstring of discord.Spotify.start:1 +msgid "When the user started playing this song in UTC." msgstr "" -#: discord.Spotify.end:1 of -msgid "" -":class:`datetime.datetime` -- When the user will stop playing this song " -"in UTC." +#: ../../../discord/activity.py:docstring of discord.Spotify.start:3 +#: discord.Spotify.end:3 ../../../discord/widget.py:docstring +#: discord.Widget.created_at:3 +msgid ":class:`datetime.datetime`" +msgstr "" + +#: ../../../discord/activity.py:docstring of discord.Spotify.end:1 +msgid "When the user will stop playing this song in UTC." msgstr "" -#: discord.Spotify.duration:1 of -msgid ":class:`datetime.timedelta` -- The duration of the song being played." +#: ../../../discord/activity.py:docstring of discord.Spotify.duration:1 +msgid "The duration of the song being played." msgstr "" -#: discord.Spotify.party_id:1 of -msgid ":class:`str` -- The party ID of the listening party." +#: ../../../discord/activity.py:docstring of discord.Spotify.duration:3 +msgid ":class:`datetime.timedelta`" msgstr "" -#: ../../api.rst:1980 +#: ../../../discord/activity.py:docstring of discord.Spotify.party_id:1 +msgid "The party ID of the listening party." +msgstr "" + +#: ../../api.rst:1979 msgid "VoiceState" -msgstr "ボイスステート" +msgstr "VoiceState" -#: discord.VoiceState:1 of +#: ../../../discord/member.py:docstring of discord.VoiceState:1 msgid "Represents a Discord user's voice state." msgstr "" -#: discord.VoiceState:5 of -msgid ":class:`bool` -- Indicates if the user is currently deafened by the guild." +#: ../../../discord/member.py:docstring of discord.VoiceState:5 +msgid "Indicates if the user is currently deafened by the guild." msgstr "" -#: discord.VoiceState:9 of -msgid ":class:`bool` -- Indicates if the user is currently muted by the guild." +#: ../../../discord/member.py:docstring of discord.VoiceState:11 +msgid "Indicates if the user is currently muted by the guild." msgstr "" -#: discord.VoiceState:13 of -msgid "" -":class:`bool` -- Indicates if the user is currently muted by their own " -"accord." +#: ../../../discord/member.py:docstring of discord.VoiceState:17 +msgid "Indicates if the user is currently muted by their own accord." msgstr "" -#: discord.VoiceState:17 of -msgid "" -":class:`bool` -- Indicates if the user is currently deafened by their own" -" accord." +#: ../../../discord/member.py:docstring of discord.VoiceState:23 +msgid "Indicates if the user is currently deafened by their own accord." msgstr "" -#: discord.VoiceState:21 of -msgid ":class:`bool` -- Indicates if the user is currently broadcasting video." +#: ../../../discord/member.py:docstring of discord.VoiceState:29 +msgid "Indicates if the user is currently broadcasting video." msgstr "" -#: discord.VoiceState:25 of -msgid "" -":class:`bool` -- Indicates if the user is currently in the AFK channel in" -" the guild." +#: ../../../discord/member.py:docstring of discord.VoiceState:35 +msgid "Indicates if the user is currently in the AFK channel in the guild." msgstr "" -#: discord.VoiceState:29 of -msgid "" -":class:`VoiceChannel` -- The voice channel that the user is currently " -"connected to. None if the user is not currently in a voice channel." +#: ../../../discord/member.py:docstring of discord.VoiceState:41 +msgid "The voice channel that the user is currently connected to. None if the user is not currently in a voice channel." msgstr "" -#: ../../api.rst:1986 +#: ../../api.rst:1985 msgid "Emoji" -msgstr "絵文字" +msgstr "Emoji" -#: discord.Emoji:1 of +#: ../../../discord/emoji.py:docstring of discord.Emoji:1 msgid "Represents a custom emoji." msgstr "" -#: discord.Emoji:10 discord.PartialEmoji:12 of +#: ../../../discord/emoji.py:docstring of discord.Emoji:10 +#: discord.PartialEmoji:12 msgid "Checks if two emoji are the same." msgstr "" -#: discord.Emoji:14 discord.PartialEmoji:16 of +#: ../../../discord/emoji.py:docstring of discord.Emoji:14 +#: discord.PartialEmoji:16 msgid "Checks if two emoji are not the same." msgstr "" -#: discord.Emoji:18 discord.PartialEmoji:20 of +#: ../../../discord/emoji.py:docstring of discord.Emoji:18 +#: discord.PartialEmoji:20 msgid "Return the emoji's hash." msgstr "" -#: discord.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/emoji.py:docstring of discord.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.Emoji:27 discord.PartialEmoji:24 of +#: ../../../discord/emoji.py:docstring of discord.Emoji:27 +#: discord.PartialEmoji:24 msgid "Returns the emoji rendered for discord." msgstr "" -#: discord.Emoji:31 of -msgid ":class:`str` -- The name of the emoji." -msgstr ":class:`str` -- 絵文字の名前。" +#: ../../../discord/emoji.py:docstring of discord.Emoji:31 +msgid "The name of the emoji." +msgstr "" -#: discord.Emoji:35 of -msgid ":class:`int` -- The emoji's ID." -msgstr ":class:`int` -- 絵文字のID。" +#: ../../../discord/emoji.py:docstring of discord.Emoji:43 +msgid "If colons are required to use this emoji in the client (:PJSalt: vs PJSalt)." +msgstr "" -#: discord.Emoji:39 of -msgid "" -":class:`bool` -- If colons are required to use this emoji in the client " -"(:PJSalt: vs PJSalt)." +#: ../../../discord/emoji.py:docstring of discord.Emoji:49 +msgid "Whether an emoji is animated or not." msgstr "" -#: discord.Emoji:43 of -msgid ":class:`bool` -- Whether an emoji is animated or not." +#: ../../../discord/emoji.py:docstring of discord.Emoji:55 +msgid "If this emoji is managed by a Twitch integration." msgstr "" -#: discord.Emoji:47 of -msgid ":class:`bool` -- If this emoji is managed by a Twitch integration." +#: ../../../discord/emoji.py:docstring of discord.Emoji:61 +msgid "The guild ID the emoji belongs to." msgstr "" -#: discord.Emoji:51 of -msgid ":class:`int` -- The guild ID the emoji belongs to." +#: ../../../discord/emoji.py:docstring of discord.Emoji:67 +msgid "The user that created the emoji. This can only be retrieved using :meth:`Guild.fetch_emoji`." msgstr "" -#: discord.Emoji:55 of -msgid "" -"Optional[:class:`User`] -- The user that created the emoji. This can only" -" be retrieved using :meth:`Guild.fetch_emoji`." +#: ../../../discord/emoji.py:docstring of discord.Emoji:69 +msgid "Optional[:class:`User`]" msgstr "" -#: discord.Emoji.created_at:1 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.created_at:1 msgid "Returns the emoji's creation time in UTC." msgstr "" -#: discord.Emoji.url:1 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.url:1 msgid "Returns a URL version of the emoji." msgstr "" -#: discord.Emoji.guild:1 of -msgid ":class:`Guild` -- The guild this emoji belongs to." +#: ../../../discord/emoji.py:docstring of discord.Emoji.guild:1 +msgid "The guild this emoji belongs to." msgstr "" -#: discord.Emoji.delete:3 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.delete:3 msgid "Deletes the custom emoji." msgstr "" -#: discord.Emoji.delete:5 discord.Emoji.edit:5 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.delete:5 +#: discord.Emoji.edit:5 msgid "You must have :attr:`~Permissions.manage_emojis` permission to do this." msgstr "" -#: discord.Emoji.delete:8 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.delete:8 msgid "The reason for deleting this emoji. Shows up on the audit log." msgstr "" -#: discord.Emoji.delete:11 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.delete:11 msgid ":exc:`Forbidden` -- You are not allowed to delete emojis." msgstr "" -#: discord.Emoji.delete:12 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.delete:12 msgid ":exc:`HTTPException` -- An error occurred deleting the emoji." msgstr "" -#: discord.Emoji.edit:3 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.edit:3 msgid "Edits the custom emoji." msgstr "カスタム絵文字を編集します。" -#: discord.Emoji.edit:8 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.edit:8 msgid "The new emoji name." msgstr "新しい絵文字の名前。" -#: discord.Emoji.edit:12 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.edit:12 msgid "The reason for editing this emoji. Shows up on the audit log." msgstr "" -#: discord.Emoji.edit:15 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.edit:15 msgid ":exc:`Forbidden` -- You are not allowed to edit emojis." msgstr "" -#: discord.Emoji.edit:16 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.edit:16 msgid ":exc:`HTTPException` -- An error occurred editing the emoji." msgstr "" -#: discord.Emoji.roles:1 of -msgid "" -"List[:class:`Role`] -- A :class:`list` of roles that is allowed to use " -"this emoji." +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:1 +msgid "A :class:`list` of roles that is allowed to use this emoji." msgstr "" -#: discord.Emoji.roles:3 of +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:3 msgid "If roles is empty, the emoji is unrestricted." msgstr "" -#: ../../api.rst:1992 +#: ../../../discord/emoji.py:docstring of discord.Emoji.roles:5 +msgid "List[:class:`Role`]" +msgstr "" + +#: ../../api.rst:1991 msgid "PartialEmoji" msgstr "" -#: discord.PartialEmoji:1 of +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:1 msgid "Represents a \"partial\" emoji." msgstr "" -#: discord.PartialEmoji:3 of +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:3 msgid "This model will be given in two scenarios:" msgstr "" -#: discord.PartialEmoji:5 of +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:5 msgid "\"Raw\" data events such as :func:`on_raw_reaction_add`" msgstr "" -#: discord.PartialEmoji:6 of +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:6 msgid "Custom emoji that the bot cannot see from e.g. :attr:`Message.reactions`" msgstr "" -#: discord.PartialEmoji:28 of -msgid "" -":class:`str` -- The custom emoji name, if applicable, or the unicode " -"codepoint of the non-custom emoji." +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:28 +msgid "The custom emoji name, if applicable, or the unicode codepoint of the non-custom emoji." msgstr "" -#: discord.PartialEmoji:33 of -msgid ":class:`bool` -- Whether the emoji is animated or not." +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:35 +msgid "Whether the emoji is animated or not." msgstr "" -#: discord.PartialEmoji:37 of -msgid "Optional[:class:`int`] -- The ID of the custom emoji, if applicable." +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji:41 +msgid "The ID of the custom emoji, if applicable." msgstr "" -#: discord.PartialEmoji.is_custom_emoji:1 of +#: ../../../discord/emoji.py:docstring of +#: discord.PartialEmoji.is_custom_emoji:1 msgid "Checks if this is a custom non-Unicode emoji." msgstr "" -#: discord.PartialEmoji.is_unicode_emoji:1 of +#: ../../../discord/emoji.py:docstring of +#: discord.PartialEmoji.is_unicode_emoji:1 msgid "Checks if this is a Unicode emoji." msgstr "" -#: discord.PartialEmoji.url:1 of -#, fuzzy -msgid ":class:`Asset` -- Returns an asset of the emoji, if it is custom." -msgstr ":class:`str` -- 絵文字の名前。" +#: ../../../discord/emoji.py:docstring of discord.PartialEmoji.url:1 +msgid "Returns an asset of the emoji, if it is custom." +msgstr "" -#: ../../api.rst:1998 +#: ../../api.rst:1997 msgid "Role" -msgstr "役職" +msgstr "Role" -#: discord.Role:1 of +#: ../../../discord/role.py:docstring of discord.Role:1 msgid "Represents a Discord role in a :class:`Guild`." msgstr "" -#: discord.Role:7 of +#: ../../../discord/role.py:docstring of discord.Role:7 msgid "Checks if two roles are equal." msgstr "" -#: discord.Role:11 of +#: ../../../discord/role.py:docstring of discord.Role:11 msgid "Checks if two roles are not equal." msgstr "" -#: discord.Role:15 of +#: ../../../discord/role.py:docstring of discord.Role:15 msgid "Checks if a role is higher than another in the hierarchy." msgstr "" -#: discord.Role:19 of +#: ../../../discord/role.py:docstring of discord.Role:19 msgid "Checks if a role is lower than another in the hierarchy." msgstr "" -#: discord.Role:23 of +#: ../../../discord/role.py:docstring of discord.Role:23 msgid "Checks if a role is higher or equal to another in the hierarchy." msgstr "" -#: discord.Role:27 of +#: ../../../discord/role.py:docstring of discord.Role:27 msgid "Checks if a role is lower or equal to another in the hierarchy." msgstr "" -#: discord.Role:31 of +#: ../../../discord/role.py:docstring of discord.Role:31 msgid "Return the role's hash." msgstr "役職のハッシュを返します。" -#: discord.Role:35 of +#: ../../../discord/role.py:docstring of discord.Role:35 msgid "Returns the role's name." msgstr "役職の名前を返します。" -#: discord.Role:39 of -msgid ":class:`int` -- The ID for the role." -msgstr ":class:`int` -- 役職のID。" +#: ../../../discord/role.py:docstring of discord.Role:39 +msgid "The ID for the role." +msgstr "" + +#: ../../../discord/role.py:docstring of discord.Role:45 +msgid "The name of the role." +msgstr "" -#: discord.Role:43 of -msgid ":class:`str` -- The name of the role." -msgstr ":class:`str` -- 役職の名前。" +#: ../../../discord/role.py:docstring of discord.Role:51 +msgid "Represents the role's permissions." +msgstr "" -#: discord.Role:47 of -msgid ":class:`Permissions` -- Represents the role's permissions." -msgstr ":class:`Permissions` -- 役職の権限を表します。" +#: ../../../discord/role.py:docstring of discord.Role:57 +msgid "The guild the role belongs to." +msgstr "" -#: discord.Role:51 of -msgid ":class:`Guild` -- The guild the role belongs to." -msgstr ":class:`Guild` -- 役職が属するギルド。" +#: ../../../discord/role.py:docstring of discord.Role:63 +msgid "Represents the role colour. An alias exists under ``color``." +msgstr "" -#: discord.Role:55 of -msgid "" -":class:`Colour` -- Represents the role colour. An alias exists under " -"``color``." +#: ../../../discord/role.py:docstring of discord.Role:65 +msgid ":class:`Colour`" msgstr "" -#: discord.Role:59 of -msgid "" -":class:`bool` -- Indicates if the role will be displayed separately from " -"other members." +#: ../../../discord/role.py:docstring of discord.Role:69 +msgid "Indicates if the role will be displayed separately from other members." msgstr "" -#: discord.Role:63 of -msgid "" -":class:`int` -- The position of the role. This number is usually " -"positive. The bottom role has a position of 0." +#: ../../../discord/role.py:docstring of discord.Role:75 +msgid "The position of the role. This number is usually positive. The bottom role has a position of 0." msgstr "" -#: discord.Role:68 of -msgid "" -":class:`bool` -- Indicates if the role is managed by the guild through " -"some form of integrations such as Twitch." +#: ../../../discord/role.py:docstring of discord.Role:82 +msgid "Indicates if the role is managed by the guild through some form of integrations such as Twitch." msgstr "" -#: discord.Role:73 of -msgid ":class:`bool` -- Indicates if the role can be mentioned by users." +#: ../../../discord/role.py:docstring of discord.Role:89 +msgid "Indicates if the role can be mentioned by users." msgstr "" -#: discord.Role.is_default:1 of +#: ../../../discord/role.py:docstring of discord.Role.is_default:1 msgid "Checks if the role is the default role." msgstr "" -#: discord.Role.created_at:1 of +#: ../../../discord/role.py:docstring of discord.Role.created_at:1 msgid "Returns the role's creation time in UTC." msgstr "" -#: discord.Role.mention:1 of +#: ../../../discord/role.py:docstring of discord.Role.mention:1 msgid "Returns a string that allows you to mention a role." msgstr "" -#: discord.Role.members:1 of +#: ../../../discord/role.py:docstring of discord.Role.members:1 msgid "Returns a :class:`list` of :class:`Member` with this role." msgstr "" -#: discord.Role.delete:3 of +#: ../../../discord/role.py:docstring of discord.Role.delete:3 msgid "Deletes the role." msgstr "" -#: discord.Role.delete:8 of +#: ../../../discord/role.py:docstring of discord.Role.delete:8 msgid "The reason for deleting this role. Shows up on the audit log." msgstr "" -#: discord.Role.delete:11 of +#: ../../../discord/role.py:docstring of discord.Role.delete:11 msgid ":exc:`Forbidden` -- You do not have permissions to delete the role." msgstr "" -#: discord.Role.delete:12 of +#: ../../../discord/role.py:docstring of discord.Role.delete:12 msgid ":exc:`HTTPException` -- Deleting the role failed." msgstr "" -#: discord.Role.edit:3 of +#: ../../../discord/role.py:docstring of discord.Role.edit:3 msgid "Edits the role." msgstr "" -#: discord.Role.edit:10 of +#: ../../../discord/role.py:docstring of discord.Role.edit:10 msgid "The new role name to change to." msgstr "" -#: discord.Role.edit:12 of +#: ../../../discord/role.py:docstring of discord.Role.edit:12 msgid "The new permissions to change to." msgstr "" -#: discord.Role.edit:14 of +#: ../../../discord/role.py:docstring of discord.Role.edit:14 msgid "The new colour to change to. (aliased to color as well)" msgstr "" -#: discord.Role.edit:16 of +#: ../../../discord/role.py:docstring of discord.Role.edit:16 msgid "Indicates if the role should be shown separately in the member list." msgstr "" -#: discord.Role.edit:18 of +#: ../../../discord/role.py:docstring of discord.Role.edit:18 msgid "Indicates if the role should be mentionable by others." msgstr "" -#: discord.Role.edit:20 of -msgid "" -"The new role's position. This must be below your top role's position or " -"it will fail." +#: ../../../discord/role.py:docstring of discord.Role.edit:20 +msgid "The new role's position. This must be below your top role's position or it will fail." msgstr "" -#: discord.Role.edit:23 of +#: ../../../discord/role.py:docstring of discord.Role.edit:23 msgid "The reason for editing this role. Shows up on the audit log." msgstr "" -#: discord.Role.edit:26 of +#: ../../../discord/role.py:docstring of discord.Role.edit:26 msgid ":exc:`Forbidden` -- You do not have permissions to change the role." msgstr "" -#: discord.Role.edit:27 of +#: ../../../discord/role.py:docstring of discord.Role.edit:27 msgid ":exc:`HTTPException` -- Editing the role failed." msgstr "" -#: discord.Role.edit:28 of -msgid "" -":exc:`InvalidArgument` -- An invalid position was given or the default " -"role was asked to be moved." +#: ../../../discord/role.py:docstring of discord.Role.edit:28 +msgid ":exc:`InvalidArgument` -- An invalid position was given or the default role was asked to be moved." msgstr "" -#: ../../api.rst:2004 +#: ../../api.rst:2003 msgid "TextChannel" -msgstr "テキストチャンネル" +msgstr "TextChannel" -#: discord.TextChannel:1 of +#: ../../../discord/channel.py:docstring of discord.TextChannel:1 msgid "Represents a Discord guild text channel." msgstr "" -#: discord.CategoryChannel:9 discord.DMChannel:7 discord.GroupChannel:7 -#: discord.TextChannel:7 discord.VoiceChannel:7 of +#: ../../../discord/channel.py:docstring of discord.TextChannel:7 +#: discord.VoiceChannel:7 discord.CategoryChannel:9 discord.DMChannel:7 +#: discord.GroupChannel:7 msgid "Checks if two channels are equal." msgstr "" -#: discord.CategoryChannel:13 discord.DMChannel:11 discord.GroupChannel:11 -#: discord.TextChannel:11 discord.VoiceChannel:11 of +#: ../../../discord/channel.py:docstring of discord.TextChannel:11 +#: discord.VoiceChannel:11 discord.CategoryChannel:13 discord.DMChannel:11 +#: discord.GroupChannel:11 msgid "Checks if two channels are not equal." msgstr "" -#: discord.DMChannel:15 discord.GroupChannel:15 discord.TextChannel:15 -#: discord.VoiceChannel:15 of +#: ../../../discord/channel.py:docstring of discord.TextChannel:15 +#: discord.VoiceChannel:15 discord.DMChannel:15 discord.GroupChannel:15 msgid "Returns the channel's hash." msgstr "" -#: discord.TextChannel:19 discord.VoiceChannel:19 of +#: ../../../discord/channel.py:docstring of discord.TextChannel:19 +#: discord.VoiceChannel:19 msgid "Returns the channel's name." msgstr "" -#: discord.TextChannel:31 discord.VoiceChannel:31 of -msgid ":class:`int` -- The channel ID." -msgstr ":class:`int` -- チャンネルのID。" +#: ../../../discord/channel.py:docstring of discord.TextChannel:35 +#: discord.VoiceChannel:35 +msgid "The channel ID." +msgstr "" -#: discord.TextChannel:35 discord.VoiceChannel:35 of -msgid ":class:`int` -- The category channel ID this channel belongs to." +#: ../../../discord/channel.py:docstring of discord.TextChannel:41 +#: discord.VoiceChannel:41 +msgid "The category channel ID this channel belongs to." msgstr "" -#: discord.TextChannel:39 of -msgid "Optional[:class:`str`] -- The channel's topic. None if it doesn't exist." +#: ../../../discord/channel.py:docstring of discord.TextChannel:47 +msgid "The channel's topic. None if it doesn't exist." msgstr "" -#: discord.TextChannel:48 of -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." +#: ../../../discord/channel.py:docstring of discord.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.TextChannel:53 of -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." +#: ../../../discord/channel.py:docstring of discord.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.TextChannel.members:1 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.members:1 msgid "Returns a :class:`list` of :class:`Member` that can see this channel." msgstr "" -#: discord.TextChannel.is_nsfw:1 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.is_nsfw:1 msgid "Checks if the channel is NSFW." msgstr "" -#: discord.TextChannel.is_news:1 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.is_news:1 msgid "Checks if the channel is a news channel." msgstr "" -#: discord.TextChannel.last_message:1 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:1 msgid "Fetches the last message from this channel in cache." msgstr "" -#: discord.TextChannel.last_message:3 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:3 msgid "The message might not be valid or point to an existing message." msgstr "" -#: discord.TextChannel.last_message:5 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:5 msgid "Reliable Fetching" msgstr "" -#: discord.TextChannel.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/channel.py:docstring of discord.TextChannel.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.TextChannel.last_message:13 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.last_message:13 msgid "The last message in this channel or ``None`` if not found." msgstr "" -#: discord.TextChannel.create_webhook:3 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:3 msgid "Creates a webhook for this channel." msgstr "" -#: discord.TextChannel.create_webhook:7 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:7 +msgid "Added the ``reason`` keyword-only parameter." +msgstr "" + +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:10 msgid "The webhook's name." msgstr "" -#: discord.TextChannel.create_webhook:9 of -msgid "" -"A :term:`py:bytes-like object` representing the webhook's default avatar." -" This operates similarly to :meth:`~ClientUser.edit`." +#: ../../../discord/channel.py:docstring of +#: discord.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/channel.py:docstring of +#: discord.TextChannel.create_webhook:15 +msgid "The reason for creating this webhook. Shows up in the audit logs." msgstr "" -#: discord.TextChannel.create_webhook:13 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:18 msgid ":exc:`HTTPException` -- Creating the webhook failed." msgstr "" -#: discord.TextChannel.create_webhook:14 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:19 msgid ":exc:`Forbidden` -- You do not have permissions to create a webhook." msgstr "" -#: discord.TextChannel.create_webhook:16 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.create_webhook:21 msgid "The created webhook." msgstr "" -#: discord.TextChannel.delete_messages:3 of -msgid "" -"Deletes a list of messages. This is similar to :meth:`Message.delete` " -"except it bulk deletes multiple messages." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:3 +msgid "Deletes a list of messages. This is similar to :meth:`Message.delete` except it bulk deletes multiple messages." msgstr "" -#: discord.TextChannel.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." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.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.TextChannel.delete_messages:10 of -msgid "" -"You cannot bulk delete more than 100 messages or messages that are older " -"than 14 days old." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:10 +msgid "You cannot bulk delete more than 100 messages or messages that are older than 14 days old." msgstr "" -#: discord.TextChannel.delete_messages:13 of -msgid "" -"You must have the :attr:`~Permissions.manage_messages` permission to use " -"this." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:13 +msgid "You must have the :attr:`~Permissions.manage_messages` permission to use this." msgstr "" -#: discord.TextChannel.delete_messages:16 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:16 msgid "Usable only by bot accounts." msgstr "" -#: discord.TextChannel.delete_messages:18 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:18 msgid "An iterable of messages denoting which ones to bulk delete." msgstr "" -#: discord.TextChannel.delete_messages:21 of -msgid "" -":exc:`ClientException` -- The number of messages to delete was more than " -"100." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:21 +msgid ":exc:`ClientException` -- The number of messages to delete was more than 100." msgstr "" -#: discord.TextChannel.delete_messages:22 of -msgid "" -":exc:`Forbidden` -- You do not have proper permissions to delete the " -"messages or you're not using a bot account." +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:22 +msgid ":exc:`Forbidden` -- You do not have proper permissions to delete the messages or you're not using a bot account." msgstr "" -#: discord.TextChannel.delete_messages:24 of +#: ../../../discord/channel.py:docstring of +#: discord.TextChannel.delete_messages:24 msgid ":exc:`HTTPException` -- Deleting the messages failed." msgstr "" -#: discord.CategoryChannel.edit:3 discord.TextChannel.edit:3 -#: discord.VoiceChannel.edit:3 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:3 +#: discord.VoiceChannel.edit:3 discord.CategoryChannel.edit:3 msgid "Edits the channel." msgstr "" -#: discord.CategoryChannel.edit:5 discord.TextChannel.edit:5 -#: discord.VoiceChannel.edit:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_channels` permission to use " -"this." +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:5 +#: discord.VoiceChannel.edit:5 discord.CategoryChannel.edit:5 +msgid "You must have the :attr:`~Permissions.manage_channels` permission to use this." msgstr "" -#: discord.TextChannel.edit:8 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:8 msgid "The new channel name." msgstr "" -#: discord.TextChannel.edit:12 discord.VoiceChannel.edit:14 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:12 +#: discord.VoiceChannel.edit:14 msgid "The new channel's position." msgstr "" -#: discord.TextChannel.edit:16 discord.VoiceChannel.edit:16 of -msgid "" -"Whether to sync permissions with the channel's new or pre-existing " -"category. Defaults to ``False``." +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:16 +#: discord.VoiceChannel.edit:16 +msgid "Whether to sync permissions with the channel's new or pre-existing category. Defaults to ``False``." msgstr "" -#: discord.TextChannel.edit:19 discord.VoiceChannel.edit:19 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:19 +#: discord.VoiceChannel.edit:19 msgid "The new category for this channel. Can be ``None`` to remove the category." msgstr "" -#: discord.TextChannel.edit:22 of -msgid "" -"Specifies the slowmode rate limit for user in this channel. A value of " -"`0` disables slowmode. The maximum value possible is `120`." +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:22 +msgid "Specifies the slowmode rate limit for user in this channel. A value of `0` disables slowmode. The maximum value possible is `21600`." msgstr "" -#: discord.TextChannel.edit:25 discord.VoiceChannel.edit:22 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:25 +#: discord.VoiceChannel.edit:22 msgid "The reason for editing this channel. Shows up on the audit log." msgstr "" -#: discord.TextChannel.edit:28 of -msgid "" -":exc:`InvalidArgument` -- If position is less than 0 or greater than the " -"number of channels." +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:28 +msgid ":exc:`InvalidArgument` -- If position is less than 0 or greater than the number of channels." msgstr ":exc:`InvalidArgument` -- positionが0より小さい、またはチャンネル数より大きい。" -#: discord.TextChannel.edit:29 discord.VoiceChannel.edit:25 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:29 +#: discord.VoiceChannel.edit:25 msgid ":exc:`Forbidden` -- You do not have permissions to edit the channel." msgstr ":exc:`Forbidden` -- チャンネルの編集に必要な権限がない。" -#: discord.TextChannel.edit:30 discord.VoiceChannel.edit:26 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.edit:30 +#: discord.VoiceChannel.edit:26 msgid ":exc:`HTTPException` -- Editing the channel failed." msgstr ":exc:`HTTPException` -- チャンネルの編集に失敗した。" -#: discord.TextChannel.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." -msgstr "" -"``check`` に渡された基準を満たすメッセージを削除します。もし、 ``check`` " -"に何も渡されなかった場合には、全てのメッセージが削除されます。" +#: ../../../discord/channel.py:docstring of discord.TextChannel.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 "``check`` に渡された基準を満たすメッセージを削除します。もし、 ``check`` に何も渡されなかった場合には、全てのメッセージが削除されます。" -#: discord.TextChannel.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." -msgstr "" -"メッセージを削除する場合、それが自分のものであったとしても、削除するには(ユーザーアカウントでない限り) " -":attr:`~Permissions.manage_messages` の権限が必要です。メッセージの履歴を取得するためには " -":attr:`~Permissions.read_message_history` も必要になります。" +#: ../../../discord/channel.py:docstring of discord.TextChannel.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 "メッセージを削除する場合、それが自分のものであったとしても、削除するには(ユーザーアカウントでない限り) :attr:`~Permissions.manage_messages` の権限が必要です。メッセージの履歴を取得するためには :attr:`~Permissions.read_message_history` も必要になります。" -#: discord.TextChannel.purge:12 of -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." +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:12 +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 "内部的には、一括削除が可能かどうか、アカウントがユーザーボットかどうかなど、満たされる条件に応じて異なる数の方法で実行します。" -#: discord.TextChannel.purge:18 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:18 msgid "Deleting bot's messages ::" msgstr "" -#: discord.TextChannel.purge:26 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/channel.py:docstring of discord.TextChannel.purge:26 +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.TextChannel.purge:29 of -msgid "" -"The function used to check if a message should be deleted. It must take a" -" :class:`Message` as its sole parameter." +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:29 +msgid "The function used to check if a message should be deleted. It must take a :class:`Message` as its sole parameter." msgstr "" -#: discord.TextChannel.purge:32 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:32 msgid "Same as ``before`` in :meth:`history`." msgstr ":meth:`history` での ``before`` と同じです。" -#: discord.TextChannel.purge:33 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:33 msgid "Same as ``after`` in :meth:`history`." msgstr ":meth:`history` での ``after`` と同じです。" -#: discord.TextChannel.purge:34 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:34 msgid "Same as ``around`` in :meth:`history`." msgstr ":meth:`history` での ``around`` と同じです。" -#: discord.TextChannel.purge:35 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:35 msgid "Same as ``oldest_first`` in :meth:`history`." -msgstr ":meth:`history` での ``oldest_first`` と同じです。" +msgstr "" -#: discord.TextChannel.purge:36 of -msgid "" -"If True, use bulk delete. bulk=False is useful for mass-deleting a bot's " -"own messages without 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." +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:36 +msgid "If True, use bulk delete. bulk=False is useful for mass-deleting a bot's own messages without 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 "" -#: discord.TextChannel.purge:42 of -msgid "" -":exc:`Forbidden` -- You do not have proper permissions to do the actions " -"required." +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:42 +msgid ":exc:`Forbidden` -- You do not have proper permissions to do the actions required." msgstr "" -#: discord.TextChannel.purge:43 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:43 msgid ":exc:`HTTPException` -- Purging the messages failed." msgstr "" -#: discord.TextChannel.purge:45 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:45 msgid "The list of messages that were deleted." msgstr "" -#: discord.TextChannel.purge:46 of -#, fuzzy +#: ../../../discord/channel.py:docstring of discord.TextChannel.purge:46 msgid "List[:class:`.Message`]" -msgstr ":class:`User`" +msgstr "" -#: discord.TextChannel.webhooks:3 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.webhooks:3 msgid "Gets the list of webhooks from this channel." msgstr "" -#: discord.TextChannel.webhooks:9 of +#: ../../../discord/channel.py:docstring of discord.TextChannel.webhooks:9 msgid "The webhooks for this channel." msgstr "" -#: ../../api.rst:2018 +#: ../../api.rst:2017 msgid "VoiceChannel" -msgstr "ボイスチャンネル" +msgstr "VoiceChannel" -#: discord.VoiceChannel:1 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel:1 msgid "Represents a Discord guild voice channel." msgstr "Discordサーバーのボイスチャンネルを表します。" -#: discord.VoiceChannel:44 of -msgid ":class:`int` -- The channel's preferred audio bitrate in bits per second." -msgstr "" - -#: discord.VoiceChannel:48 of -msgid "" -":class:`int` -- The channel's limit for number of members that can be in " -"a voice channel." -msgstr "" - -#: discord.VoiceChannel.members:1 of -msgid "" -"Returns a list of :class:`Member` that are currently inside this voice " -"channel." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.members:1 +msgid "Returns a list of :class:`Member` that are currently inside this voice channel." msgstr "" -#: discord.VoiceChannel.connect:3 of -msgid "" -"Connects to voice and creates a :class:`VoiceClient` to establish your " -"connection to the voice server." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:3 +msgid "Connects to voice and creates a :class:`VoiceClient` to establish your connection to the voice server." msgstr "" -#: discord.VoiceChannel.connect:6 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:6 msgid "The timeout in seconds to wait for the voice endpoint." msgstr "" -#: discord.VoiceChannel.connect:8 of -msgid "" -"Whether the bot should automatically attempt a reconnect if a part of the" -" handshake fails or the gateway goes down." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:8 +msgid "Whether the bot should automatically attempt a reconnect if a part of the handshake fails or the gateway goes down." msgstr "" -#: discord.VoiceChannel.connect:13 of -msgid "" -":exc:`asyncio.TimeoutError` -- Could not connect to the voice channel in " -"time." +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:13 +msgid ":exc:`asyncio.TimeoutError` -- Could not connect to the voice channel in time." msgstr "" -#: discord.VoiceChannel.connect:14 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:14 msgid ":exc:`ClientException` -- You are already connected to a voice channel." msgstr "" -#: discord.VoiceChannel.connect:15 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:15 msgid ":exc:`OpusNotLoaded` -- The opus library has not been loaded." msgstr "" -#: discord.VoiceChannel.connect:17 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:17 msgid "A voice client that is fully connected to the voice server." msgstr "" -#: discord.VoiceChannel.connect:18 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.connect:18 msgid ":class:`VoiceClient`" msgstr "" -#: discord.VoiceChannel.edit:8 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.edit:8 msgid "The new channel's name." msgstr "チャンネルの名前。" -#: discord.VoiceChannel.edit:10 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.edit:10 msgid "The new channel's bitrate." msgstr "チャンネルのビットレート。" -#: discord.VoiceChannel.edit:12 of +#: ../../../discord/channel.py:docstring of discord.VoiceChannel.edit:12 msgid "The new channel's user limit." msgstr "チャンネルのユーザー人数制限。" -#: ../../api.rst:2025 +#: ../../api.rst:2024 msgid "CategoryChannel" -msgstr "カテゴリチャンネル" +msgstr "CategoryChannel" -#: discord.CategoryChannel:1 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:1 msgid "Represents a Discord channel category." msgstr "Discordのチャンネルカテゴリを表します。" -#: discord.CategoryChannel:3 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:3 msgid "These are useful to group channels to logical compartments." msgstr "" -#: discord.CategoryChannel:17 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:17 msgid "Returns the category's hash." msgstr "カテゴリのハッシュを返します。" -#: discord.CategoryChannel:21 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:21 msgid "Returns the category's name." msgstr "カテゴリの名前を返します。" -#: discord.CategoryChannel:25 of -msgid ":class:`str` -- The category name." -msgstr ":class:`str` -- カテゴリの名前。" +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:25 +msgid "The category name." +msgstr "" -#: discord.CategoryChannel:29 of -msgid ":class:`Guild` -- The guild the category belongs to." -msgstr ":class:`Guild` -- カテゴリが属しているギルド。" +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:31 +msgid "The guild the category belongs to." +msgstr "" -#: discord.CategoryChannel:33 of -msgid ":class:`int` -- The category channel ID." -msgstr ":class:`int` -- カテゴリチャンネルのID。" +#: ../../../discord/channel.py:docstring of discord.CategoryChannel:37 +msgid "The category channel ID." +msgstr "" -#: discord.CategoryChannel:37 of -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." +#: ../../../discord/channel.py:docstring of discord.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 "" -#: discord.CategoryChannel.is_nsfw:1 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.is_nsfw:1 msgid "Checks if the category is NSFW." msgstr "カテゴリがNSFWであるかを返します。" -#: discord.CategoryChannel.channels:1 of -msgid "" -"List[:class:`abc.GuildChannel`] -- Returns the channels that are under " -"this category." +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.channels:1 +msgid "Returns the channels that are under this category." msgstr "" -#: discord.CategoryChannel.channels:3 of -msgid "" -"These are sorted by the official Discord UI, which places voice channels " -"below the text channels." +#: ../../../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 "" -#: discord.CategoryChannel.text_channels:1 of -msgid "" -"List[:class:`TextChannel`] -- Returns the text channels that are under " -"this category." +#: ../../../discord/channel.py:docstring of +#: discord.CategoryChannel.text_channels:1 +msgid "Returns the text channels that are under this category." msgstr "" -#: discord.CategoryChannel.voice_channels:1 of -msgid "" -"List[:class:`VoiceChannel`] -- Returns the voice channels that are under " -"this category." +#: ../../../discord/channel.py:docstring of +#: discord.CategoryChannel.voice_channels:1 +msgid "Returns the voice channels that are under this category." msgstr "" -#: discord.CategoryChannel.create_text_channel:3 of -msgid "" -"A shortcut method to :meth:`Guild.create_text_channel` to create a " -":class:`TextChannel` in the category." +#: ../../../discord/channel.py:docstring of +#: discord.CategoryChannel.create_text_channel:3 +msgid "A shortcut method to :meth:`Guild.create_text_channel` to create a :class:`TextChannel` in the category." msgstr "" -#: discord.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/channel.py:docstring of +#: discord.CategoryChannel.create_voice_channel:3 +msgid "A shortcut method to :meth:`Guild.create_voice_channel` to create a :class:`VoiceChannel` in the category." msgstr "" -#: discord.CategoryChannel.edit:8 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:8 msgid "The new category's name." msgstr "カテゴリの名前。" -#: discord.CategoryChannel.edit:10 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:10 msgid "The new category's position." msgstr "カテゴリの位置。" -#: discord.CategoryChannel.edit:12 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:12 msgid "To mark the category as NSFW or not." msgstr "" -#: discord.CategoryChannel.edit:14 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:14 msgid "The reason for editing this category. Shows up on the audit log." msgstr "" -#: discord.CategoryChannel.edit:17 of -msgid "" -":exc:`InvalidArgument` -- If position is less than 0 or greater than the " -"number of categories." +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:17 +msgid ":exc:`InvalidArgument` -- If position is less than 0 or greater than the number of categories." msgstr "" -#: discord.CategoryChannel.edit:18 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:18 msgid ":exc:`Forbidden` -- You do not have permissions to edit the category." msgstr ":exc:`Forbidden` -- カテゴリの編集に必要な権限を持っていない。" -#: discord.CategoryChannel.edit:19 of +#: ../../../discord/channel.py:docstring of discord.CategoryChannel.edit:19 msgid ":exc:`HTTPException` -- Editing the category failed." msgstr ":exc:`HTTPException` -- カテゴリの編集に失敗した。" -#: ../../api.rst:2032 +#: ../../api.rst:2031 msgid "DMChannel" -msgstr "DMチャンネル" +msgstr "DMChannel" -#: discord.DMChannel:1 of +#: ../../../discord/channel.py:docstring of discord.DMChannel:1 msgid "Represents a Discord direct message channel." msgstr "" -#: discord.DMChannel:19 discord.GroupChannel:19 of +#: ../../../discord/channel.py:docstring of discord.DMChannel:19 +#: discord.GroupChannel:19 msgid "Returns a string representation of the channel" msgstr "" -#: discord.DMChannel:23 of -msgid "" -":class:`User` -- The user you are participating with in the direct " -"message channel." +#: ../../../discord/channel.py:docstring of discord.DMChannel:23 +msgid "The user you are participating with in the direct message channel." msgstr "" -#: discord.DMChannel:31 of -msgid ":class:`int` -- The direct message channel ID." -msgstr ":class:`int` -- ダイレクトメッセージのチャンネルID。" +#: ../../../discord/channel.py:docstring of discord.DMChannel:35 +msgid "The direct message channel ID." +msgstr "" -#: discord.DMChannel.created_at:1 of +#: ../../../discord/channel.py:docstring of discord.DMChannel.created_at:1 msgid "Returns the direct message channel's creation time in UTC." msgstr "" -#: discord.DMChannel.permissions_for:1 discord.GroupChannel.permissions_for:1 -#: of +#: ../../../discord/channel.py:docstring of discord.DMChannel.permissions_for:1 +#: discord.GroupChannel.permissions_for:1 msgid "Handles permission resolution for a :class:`User`." msgstr "" -#: discord.DMChannel.permissions_for:3 discord.GroupChannel.permissions_for:3 -#: of +#: ../../../discord/channel.py:docstring of discord.DMChannel.permissions_for:3 +#: discord.GroupChannel.permissions_for:3 msgid "This function is there for compatibility with other channel types." msgstr "" -#: discord.DMChannel.permissions_for:5 discord.GroupChannel.permissions_for:5 -#: of +#: ../../../discord/channel.py:docstring of discord.DMChannel.permissions_for:5 +#: discord.GroupChannel.permissions_for:5 msgid "Actual direct messages do not really have the concept of permissions." msgstr "" -#: discord.DMChannel.permissions_for:7 discord.GroupChannel.permissions_for:7 -#: of +#: ../../../discord/channel.py:docstring of discord.DMChannel.permissions_for:7 +#: discord.GroupChannel.permissions_for:7 msgid "This returns all the Text related permissions set to true except:" msgstr "" -#: discord.DMChannel.permissions_for:9 discord.GroupChannel.permissions_for:9 -#: of +#: ../../../discord/channel.py:docstring of discord.DMChannel.permissions_for:9 +#: discord.GroupChannel.permissions_for:9 msgid "send_tts_messages: You cannot send TTS messages in a DM." msgstr "" +#: ../../../discord/channel.py:docstring of #: discord.DMChannel.permissions_for:10 discord.GroupChannel.permissions_for:10 -#: of msgid "manage_messages: You cannot delete others messages in a DM." msgstr "" -#: discord.DMChannel.permissions_for:12 of -msgid "" -"The user to check permissions for. This parameter is ignored but kept for" -" compatibility." +#: ../../../discord/channel.py:docstring of +#: discord.DMChannel.permissions_for:12 +msgid "The user to check permissions for. This parameter is ignored but kept for compatibility." msgstr "" -#: discord.DMChannel.permissions_for:16 of +#: ../../../discord/channel.py:docstring of +#: discord.DMChannel.permissions_for:16 msgid "The resolved permissions." msgstr "" -#: ../../api.rst:2046 +#: ../../api.rst:2045 msgid "GroupChannel" -msgstr "グループチャンネル" +msgstr "GroupChannel" -#: discord.GroupChannel:1 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel:1 msgid "Represents a Discord group channel." msgstr "" -#: discord.GroupChannel:23 of -msgid "" -":class:`list` of :class:`User` -- The users you are participating with in" -" the group channel." +#: ../../../discord/channel.py:docstring of discord.GroupChannel:23 +msgid "The users you are participating with in the group channel." +msgstr "" + +#: ../../../discord/channel.py:docstring of discord.GroupChannel:25 +msgid ":class:`list` of :class:`User`" msgstr "" -#: discord.GroupChannel:31 of -msgid ":class:`int` -- The group channel ID." -msgstr ":class:`int` -- グループチャンネルのID。" +#: ../../../discord/channel.py:docstring of discord.GroupChannel:35 +msgid "The group channel ID." +msgstr "" -#: discord.GroupChannel:35 of -msgid ":class:`User` -- The user that owns the group channel." +#: ../../../discord/channel.py:docstring of discord.GroupChannel:41 +msgid "The user that owns the group channel." msgstr "" -#: discord.GroupChannel:39 of -msgid "Optional[:class:`str`] -- The group channel's icon hash if provided." +#: ../../../discord/channel.py:docstring of discord.GroupChannel:47 +msgid "The group channel's icon hash if provided." msgstr "" -#: discord.GroupChannel:43 of -msgid "Optional[:class:`str`] -- The group channel's name if provided." +#: ../../../discord/channel.py:docstring of discord.GroupChannel:53 +msgid "The group channel's name if provided." msgstr "" -#: discord.GroupChannel.icon_url:1 of -#, fuzzy -msgid ":class:`Asset` -- Returns the channel's icon asset if available." -msgstr ":class:`str` -- チャンネルの名前。" +#: ../../../discord/channel.py:docstring of discord.GroupChannel.icon_url:1 +msgid "Returns the channel's icon asset if available." +msgstr "" -#: discord.GroupChannel.add_recipients:3 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.add_recipients:3 msgid "Adds recipients to this group." msgstr "" -#: discord.GroupChannel.add_recipients:5 of -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`." +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.add_recipients:5 +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 "" -#: discord.GroupChannel.add_recipients:10 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.add_recipients:10 msgid "An argument list of users to add to this group." msgstr "" -#: discord.GroupChannel.add_recipients:13 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.add_recipients:13 msgid ":exc:`HTTPException` -- Adding a recipient to this group failed." msgstr "" -#: discord.GroupChannel.edit:3 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.edit:3 msgid "Edits the group." msgstr "" -#: discord.GroupChannel.edit:5 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.edit:5 msgid "The new name to change the group to. Could be ``None`` to remove the name." msgstr "" -#: discord.GroupChannel.edit:8 of -msgid "" -"A :term:`py:bytes-like object` representing the new icon. Could be " -"``None`` to remove the icon." +#: ../../../discord/channel.py:docstring of discord.GroupChannel.edit:8 +msgid "A :term:`py:bytes-like object` representing the new icon. Could be ``None`` to remove the icon." msgstr "" -#: discord.GroupChannel.edit:12 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.edit:12 msgid ":exc:`HTTPException` -- Editing the group failed." msgstr ":exc:`HTTPException` -- グループの編集に失敗した。" -#: discord.GroupChannel.leave:3 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.leave:3 msgid "Leave the group." msgstr "" -#: discord.GroupChannel.leave:5 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.leave:5 msgid "If you are the only one in the group, this deletes it as well." msgstr "" -#: discord.GroupChannel.leave:7 of +#: ../../../discord/channel.py:docstring of discord.GroupChannel.leave:7 msgid ":exc:`HTTPException` -- Leaving the group failed." msgstr ":exc:`HTTPException` -- グループからの退出に失敗した。" -#: discord.GroupChannel.remove_recipients:3 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.remove_recipients:3 msgid "Removes recipients from this group." msgstr "" -#: discord.GroupChannel.remove_recipients:5 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.remove_recipients:5 msgid "An argument list of users to remove from this group." msgstr "" -#: discord.GroupChannel.remove_recipients:8 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.remove_recipients:8 msgid ":exc:`HTTPException` -- Removing a recipient from this group failed." msgstr "" -#: discord.GroupChannel.permissions_for:12 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.permissions_for:12 msgid "This also checks the kick_members permission if the user is the owner." msgstr "" -#: discord.GroupChannel.permissions_for:14 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.permissions_for:14 msgid "The user to check permissions for." msgstr "" -#: discord.GroupChannel.permissions_for:17 of +#: ../../../discord/channel.py:docstring of +#: discord.GroupChannel.permissions_for:17 msgid "The resolved permissions for the user." msgstr "" -#: ../../api.rst:2060 +#: ../../api.rst:2059 msgid "PartialInviteGuild" msgstr "" -#: discord.PartialInviteGuild:1 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:1 msgid "Represents a \"partial\" invite guild." msgstr "" -#: discord.PartialInviteChannel:3 discord.PartialInviteGuild:3 of -msgid "" -"This model will be given when the user is not part of the guild the " -":class:`Invite` resolves to." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:3 +#: discord.PartialInviteChannel:3 +msgid "This model will be given when the user is not part of the guild the :class:`Invite` resolves to." msgstr "" -#: discord.PartialInviteGuild:10 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:10 msgid "Checks if two partial guilds are the same." msgstr "" -#: discord.PartialInviteGuild:14 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:14 msgid "Checks if two partial guilds are not the same." msgstr "" -#: discord.PartialInviteGuild:18 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:18 msgid "Return the partial guild's hash." msgstr "" -#: discord.PartialInviteGuild:22 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:22 msgid "Returns the partial guild's name." msgstr "" -#: discord.PartialInviteGuild:26 of -msgid ":class:`str` -- The partial guild's name." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:26 +msgid "The partial guild's name." msgstr "" -#: discord.PartialInviteGuild:30 of -msgid ":class:`int` -- The partial guild's ID." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:32 +msgid "The partial guild's ID." msgstr "" -#: discord.PartialInviteGuild:34 of -msgid ":class:`VerificationLevel` -- The partial guild's verification level." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:38 +msgid "The partial guild's verification level." msgstr "" -#: discord.PartialInviteGuild:38 of -msgid "" -"List[:class:`str`] -- A list of features the guild has. See " -":attr:`Guild.features` for more information." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:44 +msgid "A list of features the guild has. See :attr:`Guild.features` for more information." msgstr "" -#: discord.PartialInviteGuild:42 of -msgid "Optional[:class:`str`] -- The partial guild's icon." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:50 +msgid "The partial guild's icon." msgstr "" -#: discord.PartialInviteGuild:46 of -msgid "Optional[:class:`str`] -- The partial guild's banner." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:56 +msgid "The partial guild's banner." msgstr "" -#: discord.PartialInviteGuild:50 of -msgid "Optional[:class:`str`] -- The partial guild's invite splash." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:62 +msgid "The partial guild's invite splash." msgstr "" -#: discord.PartialInviteGuild:54 of -msgid "Optional[:class:`str`] -- The partial guild's description." +#: ../../../discord/invite.py:docstring of discord.PartialInviteGuild:68 +msgid "The partial guild's description." msgstr "" -#: discord.PartialInviteGuild.icon_url_as:1 of +#: ../../../discord/invite.py:docstring of +#: discord.PartialInviteGuild.icon_url_as:1 msgid ":class:`Asset`: The same operation as :meth:`Guild.icon_url_as`." msgstr "" -#: discord.PartialInviteGuild.banner_url_as:1 of +#: ../../../discord/invite.py:docstring of +#: discord.PartialInviteGuild.banner_url_as:1 msgid ":class:`Asset`: The same operation as :meth:`Guild.banner_url_as`." msgstr "" -#: discord.PartialInviteGuild.splash_url_as:1 of +#: ../../../discord/invite.py:docstring of +#: discord.PartialInviteGuild.splash_url_as:1 msgid ":class:`Asset`: The same operation as :meth:`Guild.splash_url_as`." msgstr "" -#: ../../api.rst:2066 +#: ../../api.rst:2065 msgid "PartialInviteChannel" msgstr "" -#: discord.PartialInviteChannel:1 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:1 msgid "Represents a \"partial\" invite channel." msgstr "" -#: discord.PartialInviteChannel:10 discord.WidgetChannel:7 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:10 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:7 msgid "Checks if two partial channels are the same." msgstr "" -#: discord.PartialInviteChannel:14 discord.WidgetChannel:11 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:14 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:11 msgid "Checks if two partial channels are not the same." msgstr "" -#: discord.PartialInviteChannel:18 discord.WidgetChannel:15 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:18 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:15 msgid "Return the partial channel's hash." msgstr "" -#: discord.PartialInviteChannel:22 discord.WidgetChannel:19 of +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:22 +#: ../../../discord/widget.py:docstring discord.WidgetChannel:19 msgid "Returns the partial channel's name." msgstr "" -#: discord.PartialInviteChannel:26 of -msgid ":class:`str` -- The partial channel's name." +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:26 +msgid "The partial channel's name." +msgstr "" + +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:32 +msgid "The partial channel's ID." msgstr "" -#: discord.PartialInviteChannel:30 of -msgid ":class:`int` -- The partial channel's ID." +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:38 +msgid "The partial channel's type." msgstr "" -#: discord.PartialInviteChannel:34 of -msgid ":class:`ChannelType` -- The partial channel's type." +#: ../../../discord/invite.py:docstring of discord.PartialInviteChannel:40 +msgid ":class:`ChannelType`" msgstr "" -#: ../../api.rst:2072 +#: ../../api.rst:2071 msgid "Invite" -msgstr "招待" +msgstr "Invite" -#: discord.Invite:1 of +#: ../../../discord/invite.py:docstring of discord.Invite:1 msgid "Represents a Discord :class:`Guild` or :class:`abc.GuildChannel` invite." msgstr "" -#: discord.Invite:10 of +#: ../../../discord/invite.py:docstring of discord.Invite:10 msgid "Checks if two invites are equal." msgstr "" -#: discord.Invite:14 of +#: ../../../discord/invite.py:docstring of discord.Invite:14 msgid "Checks if two invites are not equal." msgstr "" -#: discord.Invite:18 of +#: ../../../discord/invite.py:docstring of discord.Invite:18 msgid "Returns the invite hash." msgstr "" -#: discord.Invite:22 of +#: ../../../discord/invite.py:docstring of discord.Invite:22 msgid "Returns the invite URL." msgstr "" -#: discord.Invite:26 of -msgid "" -":class:`int` -- How long the before the invite expires in seconds. A " -"value of 0 indicates that it doesn't expire." +#: ../../../discord/invite.py:docstring of discord.Invite:26 +msgid "How long the before the invite expires in seconds. A value of 0 indicates that it doesn't expire." msgstr "" -#: discord.Invite:30 of -msgid ":class:`str` -- The URL fragment used for the invite." +#: ../../../discord/invite.py:docstring of discord.Invite:32 +msgid "The URL fragment used for the invite." msgstr "" -#: discord.Invite:34 of -msgid "" -"Union[:class:`Guild`, :class:`PartialInviteGuild`] -- The guild the " -"invite is for." +#: ../../../discord/invite.py:docstring of discord.Invite:38 +msgid "The guild the invite is for." msgstr "" -#: discord.Invite:38 of -msgid ":class:`bool` -- Indicates if the invite has been revoked." +#: ../../../discord/invite.py:docstring of discord.Invite:40 +msgid "Union[:class:`Guild`, :class:`PartialInviteGuild`]" msgstr "" -#: discord.Invite:42 of -msgid "" -"`datetime.datetime` -- A datetime object denoting the time the invite was" -" created." +#: ../../../discord/invite.py:docstring of discord.Invite:44 +msgid "Indicates if the invite has been revoked." msgstr "" -#: discord.Invite:46 of -msgid "" -":class:`bool` -- Indicates that the invite grants temporary membership. " -"If True, members who joined via this invite will be kicked upon " -"disconnect." +#: ../../../discord/invite.py:docstring of discord.Invite:50 +msgid "A datetime object denoting the time the invite was created." msgstr "" -#: discord.Invite:51 of -msgid ":class:`int` -- How many times the invite has been used." +#: ../../../discord/invite.py:docstring of discord.Invite:52 +#: ../../../discord/embeds.py:docstring discord.Embed:50 +msgid "`datetime.datetime`" msgstr "" -#: discord.Invite:55 of -msgid ":class:`int` -- How many times the invite can be used." +#: ../../../discord/invite.py:docstring of discord.Invite:56 +msgid "Indicates that the invite grants temporary membership. If True, members who joined via this invite will be kicked upon disconnect." msgstr "" -#: discord.Invite:59 of -msgid ":class:`User` -- The user who created the invite." +#: ../../../discord/invite.py:docstring of discord.Invite:63 +msgid "How many times the invite has been used." msgstr "" -#: discord.Invite:63 of -msgid "Optional[:class:`int`] -- The approximate number of members in the guild." +#: ../../../discord/invite.py:docstring of discord.Invite:69 +msgid "How many times the invite can be used." msgstr "" -#: discord.Invite:67 of -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." +#: ../../../discord/invite.py:docstring of discord.Invite:75 +msgid "The user who created the invite." msgstr "" -#: discord.Invite:72 of -msgid "" -"Union[:class:`abc.GuildChannel`, :class:`PartialInviteChannel`] -- The " -"channel the invite is for." +#: ../../../discord/invite.py:docstring of discord.Invite:81 +msgid "The approximate number of members in the guild." +msgstr "" + +#: ../../../discord/invite.py:docstring of discord.Invite:87 +msgid "The approximate number of members currently active in the guild. This includes idle, dnd, online, and invisible members. Offline members are excluded." +msgstr "" + +#: ../../../discord/invite.py:docstring of discord.Invite:94 +msgid "The channel the invite is for." +msgstr "" + +#: ../../../discord/invite.py:docstring of discord.Invite:96 +msgid "Union[:class:`abc.GuildChannel`, :class:`PartialInviteChannel`]" msgstr "" -#: discord.Invite.id:1 of +#: ../../../discord/invite.py:docstring of discord.Invite.id:1 msgid "Returns the proper code portion of the invite." msgstr "" -#: discord.Invite.url:1 of +#: ../../../discord/invite.py:docstring of discord.Invite.url:1 msgid "A property that retrieves the invite URL." msgstr "" -#: discord.Invite.delete:3 of +#: ../../../discord/invite.py:docstring of discord.Invite.delete:3 msgid "Revokes the instant invite." msgstr "" -#: discord.Invite.delete:5 of -msgid "" -"You must have the :attr:`~Permissions.manage_channels` permission to do " -"this." +#: ../../../discord/invite.py:docstring of discord.Invite.delete:5 +msgid "You must have the :attr:`~Permissions.manage_channels` permission to do this." msgstr "" -#: discord.Invite.delete:7 of +#: ../../../discord/invite.py:docstring of discord.Invite.delete:7 msgid "The reason for deleting this invite. Shows up on the audit log." msgstr "" -#: ../../api.rst:2078 -#, fuzzy +#: ../../api.rst:2077 msgid "WidgetChannel" -msgstr "テキストチャンネル" +msgstr "" -#: discord.WidgetChannel:1 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.WidgetChannel:1 msgid "Represents a \"partial\" widget channel." -msgstr "Discordサーバーのボイスチャンネルを表します。" - -#: discord.WidgetChannel:23 of -#, fuzzy -msgid ":class:`int` -- The channel's ID." -msgstr ":class:`int` -- チャンネルのID。" +msgstr "" -#: discord.WidgetChannel:27 of -#, fuzzy -msgid ":class:`str` -- The channel's name." -msgstr ":class:`str` -- チャンネルの名前。" +#: ../../../discord/widget.py:docstring of discord.WidgetChannel:23 +msgid "The channel's ID." +msgstr "" -#: discord.WidgetChannel:31 of -#, fuzzy -msgid ":class:`int` -- The channel's position" -msgstr ":class:`int` -- チャンネルのID。" +#: ../../../discord/widget.py:docstring of discord.WidgetChannel:35 +msgid "The channel's position" +msgstr "" -#: ../../api.rst:2084 +#: ../../api.rst:2083 msgid "WidgetMember" msgstr "" -#: discord.WidgetMember:1 of +#: ../../../discord/widget.py:docstring of discord.WidgetMember:1 msgid "Represents a \"partial\" member of the widget's guild." msgstr "" -#: discord.WidgetMember:7 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.WidgetMember:7 msgid "Checks if two widget members are the same." -msgstr "二つのユーザーが等しいかを比較します。" +msgstr "" -#: discord.WidgetMember:11 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.WidgetMember:11 msgid "Checks if two widget members are not the same." -msgstr "二つのユーザーが等しいものではないか比較します。" +msgstr "" -#: discord.WidgetMember:15 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.WidgetMember:15 msgid "Return the widget member's hash." -msgstr "ユーザーのハッシュ値を返します。" +msgstr "" -#: discord.WidgetMember:19 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.WidgetMember:19 msgid "Returns the widget member's `name#discriminator`." -msgstr "ユーザー名とディスクリミネータを返します。" +msgstr "" -#: discord.WidgetMember:23 of -#, fuzzy -msgid ":class:`int` -- The member's ID." -msgstr ":class:`int` -- 絵文字のID。" - -#: discord.WidgetMember:27 of -#, fuzzy -msgid ":class:`str` -- The member's username." -msgstr ":class:`str` -- ユーザーのユーザー名。" - -#: discord.WidgetMember:31 of -#, fuzzy -msgid ":class:`str` -- The member's discriminator." -msgstr ":class:`str` -- ユーザーのユーザー名。" - -#: discord.WidgetMember:35 of -#, fuzzy -msgid ":class:`bool` -- Whether the member is a bot." -msgstr ":class:`bool` -- ユーザーがBotであるかどうかを表します。" - -#: discord.WidgetMember:39 of -#, fuzzy -msgid ":class:`Status` -- The member's status." -msgstr ":class:`str` -- ゲームの名前。" - -#: discord.WidgetMember:43 of -#, fuzzy -msgid "Optional[:class:`str`] -- The member's nickname." -msgstr ":class:`str` -- ゲームの名前。" - -#: discord.WidgetMember:47 of -#, fuzzy -msgid "Optional[:class:`str`] -- The member's avatar hash." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" - -#: discord.WidgetMember:51 of -#, fuzzy -msgid "" -"Optional[Union[:class:`Activity`, :class:`Game`, :class:`Streaming`, " -":class:`Spotify`]] -- The member's activity." +#: ../../../discord/widget.py:docstring of discord.WidgetMember:23 +msgid "The member's ID." msgstr "" -"Optional[Union[:class:`Activity`, :class:`Game`, :class:`Streaming`]] -- " -"ログイン時のアクティビティ。" -#: discord.WidgetMember:55 of -msgid "Optional[:class:`bool`] -- Whether the member is currently deafened." +#: ../../../discord/widget.py:docstring of discord.WidgetMember:29 +msgid "The member's username." msgstr "" -#: discord.WidgetMember:59 of -msgid "Optional[:class:`bool`] -- Whether the member is currently muted." +#: ../../../discord/widget.py:docstring of discord.WidgetMember:35 +msgid "The member's discriminator." msgstr "" -#: discord.WidgetMember:63 of -#, fuzzy -msgid "" -"Optional[:class:`bool`] -- Whether the member is currently being " -"suppressed." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" +#: ../../../discord/widget.py:docstring of discord.WidgetMember:41 +msgid "Whether the member is a bot." +msgstr "" -#: discord.WidgetMember:67 of -msgid "" -"Optional[:class:`VoiceChannel`] -- Which channel the member is connected " -"to." +#: ../../../discord/widget.py:docstring of discord.WidgetMember:47 +msgid "The member's status." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:53 +msgid "The member's nickname." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:59 +msgid "The member's avatar hash." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:65 +msgid "The member's activity." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:67 +msgid "Optional[Union[:class:`Activity`, :class:`Game`, :class:`Streaming`, :class:`Spotify`]]" msgstr "" -#: discord.WidgetMember.display_name:1 of -#, fuzzy -msgid ":class:`str` -- Returns the member's display name." -msgstr ":class:`str` -- ゲームの名前。" +#: ../../../discord/widget.py:docstring of discord.WidgetMember:71 +msgid "Whether the member is currently deafened." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:73 +#: discord.WidgetMember:79 discord.WidgetMember:85 +msgid "Optional[:class:`bool`]" +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:77 +msgid "Whether the member is currently muted." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:83 +msgid "Whether the member is currently being suppressed." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember:89 +msgid "Which channel the member is connected to." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.WidgetMember.display_name:1 +msgid "Returns the member's display name." +msgstr "" -#: ../../api.rst:2091 +#: ../../api.rst:2090 msgid "Widget" msgstr "" -#: discord.Widget:1 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.Widget:1 msgid "Represents a :class:`Guild` widget." -msgstr ":class:`Guild` を作成します。" +msgstr "" -#: discord.Widget:7 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.Widget:7 msgid "Checks if two widgets are the same." -msgstr "二つのオブジェクトが等しいか比較します。" +msgstr "" -#: discord.Widget:11 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.Widget:11 msgid "Checks if two widgets are not the same." -msgstr "二つのオブジェクトが等しいものでないか比較します。" +msgstr "" -#: discord.Widget:15 of -#, fuzzy +#: ../../../discord/widget.py:docstring of discord.Widget:15 msgid "Returns the widget's JSON URL." -msgstr "オブジェクトのハッシュを返します。" +msgstr "" -#: discord.Widget:23 of -#, fuzzy -msgid ":class:`str` -- The guild's name." -msgstr ":class:`str` -- ギルドの名前。" +#: ../../../discord/widget.py:docstring of discord.Widget:25 +msgid "The guild's name." +msgstr "" -#: discord.Widget:27 of -msgid "" -"Optional[List[:class:`WidgetChannel`]] -- The accessible voice channels " -"in the guild." +#: ../../../discord/widget.py:docstring of discord.Widget:31 +msgid "The accessible voice channels in the guild." msgstr "" -#: discord.Widget:31 of -msgid "" -"Optional[List[:class:`Member`]] -- The online members in the server. " -"Offline members do not appear in the widget." +#: ../../../discord/widget.py:docstring of discord.Widget:33 +msgid "Optional[List[:class:`WidgetChannel`]]" msgstr "" -#: discord.Widget.created_at:1 of -#, fuzzy -msgid ":class:`datetime.datetime` -- Returns the member's creation time in UTC." -msgstr "ユーザーの作成された時間をUTCで返します。" +#: ../../../discord/widget.py:docstring of discord.Widget:37 +msgid "The online members in the server. Offline members do not appear in the widget." +msgstr "" -#: discord.Widget.json_url:1 of -#, fuzzy -msgid ":class:`str` -- The JSON URL of the widget." -msgstr ":class:`str` -- 役職の名前。" +#: ../../../discord/widget.py:docstring of discord.Widget:40 +msgid "Optional[List[:class:`Member`]]" +msgstr "" -#: discord.Widget.invite_url:1 of -#, fuzzy -msgid "Optiona[:class:`str`] -- The invite URL for the guild, if available." -msgstr "Optional[:class:`str`] -- ユーザーのアバターハッシュ。 Noneが返る場合もあります。" +#: ../../../discord/widget.py:docstring of discord.Widget.created_at:1 +msgid "Returns the member's creation time in UTC." +msgstr "" -#: discord.Widget.fetch_invite:3 of -msgid "" -"Retrieves an :class:`Invite` from a invite URL or ID. This is the same as" -" :meth:`Client.get_invite`; the invite code is abstracted away." +#: ../../../discord/widget.py:docstring of discord.Widget.json_url:1 +msgid "The JSON URL of the widget." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.Widget.invite_url:1 +msgid "The invite URL for the guild, if available." +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.Widget.invite_url:3 +msgid "Optiona[:class:`str`]" +msgstr "" + +#: ../../../discord/widget.py:docstring of discord.Widget.fetch_invite:3 +msgid "Retrieves an :class:`Invite` from a invite URL or ID. This is the same as :meth:`Client.get_invite`; the invite code is abstracted away." msgstr "" -#: ../../api.rst:2097 +#: ../../../discord/widget.py:docstring of discord.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 "招待にカウント情報を含めるかどうか。これにより :attr:`Invite.approximate_member_count` と :attr:`Invite.approximate_presence_count` に取得した値が代入されます。" + +#: ../../api.rst:2096 msgid "RawMessageDeleteEvent" msgstr "" -#: discord.RawMessageDeleteEvent:1 of +#: ../../../discord/raw_models.py:docstring of discord.RawMessageDeleteEvent:1 msgid "Represents the event payload for a :func:`on_raw_message_delete` event." msgstr "" -#: discord.RawMessageDeleteEvent:5 of -msgid ":class:`int` -- The channel ID where the deletion took place." +#: ../../../discord/raw_models.py:docstring of discord.RawMessageDeleteEvent:5 +msgid "The channel ID where the deletion took place." msgstr "" -#: discord.RawMessageDeleteEvent:9 of -msgid "" -"Optional[:class:`int`] -- The guild ID where the deletion took place, if " -"applicable." +#: ../../../discord/raw_models.py:docstring of discord.RawMessageDeleteEvent:11 +msgid "The guild ID where the deletion took place, if applicable." msgstr "" -#: discord.RawMessageDeleteEvent:13 of -msgid ":class:`int` -- The message ID that got deleted." +#: ../../../discord/raw_models.py:docstring of discord.RawMessageDeleteEvent:17 +msgid "The message ID that got deleted." msgstr "" -#: discord.RawMessageDeleteEvent:17 of -msgid "" -"Optional[:class:`Message`] -- The cached message, if found in the " -"internal message cache." +#: ../../../discord/raw_models.py:docstring of discord.RawMessageDeleteEvent:23 +msgid "The cached message, if found in the internal message cache." msgstr "" -#: ../../api.rst:2103 +#: ../../api.rst:2102 msgid "RawBulkMessageDeleteEvent" msgstr "" -#: discord.RawBulkMessageDeleteEvent:1 of -msgid "" -"Represents the event payload for a :func:`on_raw_bulk_message_delete` " -"event." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:1 +msgid "Represents the event payload for a :func:`on_raw_bulk_message_delete` event." msgstr "" -#: discord.RawBulkMessageDeleteEvent:5 of -msgid "Set[:class:`int`] -- A :class:`set` of the message IDs that were deleted." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:5 +msgid "A :class:`set` of the message IDs that were deleted." msgstr "" -#: discord.RawBulkMessageDeleteEvent:9 of -msgid ":class:`int` -- The channel ID where the message got deleted." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:7 +msgid "Set[:class:`int`]" msgstr "" -#: discord.RawBulkMessageDeleteEvent:13 of -msgid "" -"Optional[:class:`int`] -- The guild ID where the message got deleted, if " -"applicable." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:11 +msgid "The channel ID where the message got deleted." msgstr "" -#: discord.RawBulkMessageDeleteEvent:17 of -msgid "" -"List[:class:`Message`] -- The cached messages, if found in the internal " -"message cache." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:17 +msgid "The guild ID where the message got deleted, if applicable." +msgstr "" + +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:23 +msgid "The cached messages, if found in the internal message cache." +msgstr "" + +#: ../../../discord/raw_models.py:docstring of +#: discord.RawBulkMessageDeleteEvent:25 +msgid "List[:class:`Message`]" msgstr "" -#: ../../api.rst:2109 +#: ../../api.rst:2108 msgid "RawMessageUpdateEvent" msgstr "" -#: discord.RawMessageUpdateEvent:1 of +#: ../../../discord/raw_models.py:docstring of discord.RawMessageUpdateEvent:1 msgid "Represents the payload for a :func:`on_raw_message_edit` event." msgstr "" -#: discord.RawMessageUpdateEvent:5 of -msgid ":class:`int` -- The message ID that got updated." +#: ../../../discord/raw_models.py:docstring of discord.RawMessageUpdateEvent:5 +msgid "The message ID that got updated." msgstr "" -#: discord.RawMessageUpdateEvent:9 of -msgid "" -":class:`dict` -- The raw data given by the `gateway " -"`_" +#: ../../../discord/raw_models.py:docstring of discord.RawMessageUpdateEvent:11 +msgid "The raw data given by the `gateway `_" msgstr "" -#: ../../api.rst:2115 +#: ../../api.rst:2114 msgid "RawReactionActionEvent" msgstr "" -#: discord.RawReactionActionEvent:1 of -msgid "" -"Represents the payload for a :func:`on_raw_reaction_add` or " -":func:`on_raw_reaction_remove` event." +#: ../../../discord/raw_models.py:docstring of discord.RawReactionActionEvent:1 +msgid "Represents the payload for a :func:`on_raw_reaction_add` or :func:`on_raw_reaction_remove` event." msgstr "" -#: discord.RawReactionActionEvent:6 of -msgid ":class:`int` -- The message ID that got or lost a reaction." +#: ../../../discord/raw_models.py:docstring of discord.RawReactionActionEvent:6 +msgid "The message ID that got or lost a reaction." msgstr "" -#: discord.RawReactionActionEvent:10 of -msgid "" -":class:`int` -- The user ID who added the reaction or whose reaction was " -"removed." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawReactionActionEvent:12 +msgid "The user ID who added the reaction or whose reaction was removed." msgstr "" -#: discord.RawReactionActionEvent:14 of -msgid ":class:`int` -- The channel ID where the reaction got added or removed." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawReactionActionEvent:18 +msgid "The channel ID where the reaction got added or removed." msgstr "" -#: discord.RawReactionActionEvent:18 of -msgid "" -"Optional[:class:`int`] -- The guild ID where the reaction got added or " -"removed, if applicable." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawReactionActionEvent:24 +msgid "The guild ID where the reaction got added or removed, if applicable." +msgstr "" + +#: ../../../discord/raw_models.py:docstring of +#: discord.RawReactionActionEvent:30 +msgid "The custom or unicode emoji being used." msgstr "" -#: discord.RawReactionActionEvent:22 of -msgid ":class:`PartialEmoji` -- The custom or unicode emoji being used." +#: ../../../discord/raw_models.py:docstring of +#: discord.RawReactionActionEvent:32 +msgid ":class:`PartialEmoji`" msgstr "" -#: ../../api.rst:2121 +#: ../../api.rst:2120 msgid "RawReactionClearEvent" msgstr "" -#: discord.RawReactionClearEvent:1 of +#: ../../../discord/raw_models.py:docstring of discord.RawReactionClearEvent:1 msgid "Represents the payload for a :func:`on_raw_reaction_clear` event." msgstr "" -#: discord.RawReactionClearEvent:5 of -msgid ":class:`int` -- The message ID that got its reactions cleared." +#: ../../../discord/raw_models.py:docstring of discord.RawReactionClearEvent:5 +msgid "The message ID that got its reactions cleared." msgstr "" -#: discord.RawReactionClearEvent:9 of -msgid ":class:`int` -- The channel ID where the reactions got cleared." +#: ../../../discord/raw_models.py:docstring of discord.RawReactionClearEvent:11 +msgid "The channel ID where the reactions got cleared." msgstr "" -#: discord.RawReactionClearEvent:13 of -msgid "Optional[:class:`int`] -- The guild ID where the reactions got cleared." +#: ../../../discord/raw_models.py:docstring of discord.RawReactionClearEvent:17 +msgid "The guild ID where the reactions got cleared." msgstr "" -#: ../../api.rst:2130 +#: ../../api.rst:2129 msgid "Data Classes" msgstr "データクラス" -#: ../../api.rst:2132 +#: ../../api.rst:2131 msgid "Some classes are just there to be data containers, this lists them." msgstr "" -#: ../../api.rst:2134 -msgid "" -"Unlike :ref:`models ` you are allowed to create these" -" yourself, even if they can also be used to hold attributes." +#: ../../api.rst:2133 +msgid "Unlike :ref:`models ` you are allowed to create these yourself, even if they can also be used to hold attributes." msgstr "" -#: ../../api.rst:2140 -msgid "" -"The only exception to this rule is :class:`Object`, which is made with " -"dynamic attributes in mind." +#: ../../api.rst:2139 +msgid "The only exception to this rule is :class:`Object`, which is made with dynamic attributes in mind." msgstr "" -#: ../../api.rst:2148 +#: ../../api.rst:2147 msgid "Object" msgstr "" -#: discord.Object:1 of +#: ../../../discord/object.py:docstring of discord.Object:1 msgid "Represents a generic Discord object." msgstr "" -#: discord.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/object.py:docstring of discord.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.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/object.py:docstring of discord.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.Object:18 of +#: ../../../discord/object.py:docstring of discord.Object:18 msgid "Checks if two objects are equal." msgstr "二つのオブジェクトが等しいか比較します。" -#: discord.Object:22 of +#: ../../../discord/object.py:docstring of discord.Object:22 msgid "Checks if two objects are not equal." msgstr "二つのオブジェクトが等しいものでないか比較します。" -#: discord.Object:26 of +#: ../../../discord/object.py:docstring of discord.Object:26 msgid "Returns the object's hash." msgstr "オブジェクトのハッシュを返します。" -#: discord.Object:30 of -msgid ":class:`str` -- The ID of the object." -msgstr ":class:`str` -- オブジェクトのID。" +#: ../../../discord/object.py:docstring of discord.Object:30 +msgid "The ID of the object." +msgstr "" -#: discord.Object.created_at:1 of +#: ../../../discord/object.py:docstring of discord.Object.created_at:1 msgid "Returns the snowflake's creation time in UTC." msgstr "" -#: ../../api.rst:2154 +#: ../../api.rst:2153 msgid "Embed" msgstr "" -#: discord.Embed:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed:1 msgid "Represents a Discord embed." msgstr "Discordの埋め込みを表します。" -#: discord.Embed:7 of -msgid "" -"Returns the total size of the embed. Useful for checking if it's within " -"the 6000 character limit." +#: ../../../discord/embeds.py:docstring of discord.Embed:7 +msgid "Returns the total size of the embed. Useful for checking if it's within the 6000 character limit." msgstr "" -#: discord.Embed:10 of +#: ../../../discord/embeds.py:docstring of discord.Embed:10 msgid "The following attributes can be set during creation of the object:" msgstr "オブジェクトの作成時、次の属性を設定することができます:" -#: discord.Embed:13 of -msgid "" -"Certain properties return an ``EmbedProxy``. Which is a type that acts " -"similar to a regular :class:`dict` except access the attributes via " -"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 "" -"あるプロパティは ``EmbedProxy`` を返します。これはドットを用いて属性にアクセスすることを除くと :class:`dict` " -"と同様の働きをする型です。例えば、 ``embed.author.icon_url`` " -"のようになります。属性が無効または空の場合、特別なセンチネル値、 :attr:`Embed.Empty` が返ります。" +#: ../../../discord/embeds.py:docstring of discord.Embed:13 +msgid "Certain properties return an ``EmbedProxy``. Which is a type that acts similar to a regular :class:`dict` except access the attributes via 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 "あるプロパティは ``EmbedProxy`` を返します。これはドットを用いて属性にアクセスすることを除くと :class:`dict` と同様の働きをする型です。例えば、 ``embed.author.icon_url`` のようになります。属性が無効または空の場合、特別なセンチネル値、 :attr:`Embed.Empty` が返ります。" -#: discord.Embed:19 of -msgid "" -"For ease of use, all parameters that expect a :class:`str` are implicitly" -" casted to :class:`str` for you." +#: ../../../discord/embeds.py:docstring of discord.Embed:19 +msgid "For ease of use, all parameters that expect a :class:`str` are implicitly casted to :class:`str` for you." msgstr "使いやすさを考慮して、strが渡されることを想定されたすべてのパラメータは、暗黙的にstrにキャストされます。" -#: discord.Embed:24 of -msgid ":class:`str` -- The title of the embed." -msgstr ":class:`str` -- 埋め込みのタイトル。" +#: ../../../discord/embeds.py:docstring of discord.Embed:24 +msgid "The title of the embed." +msgstr "" -#: discord.Embed:28 of -msgid ":class:`str` -- The type of embed. Usually \"rich\"." -msgstr ":class:`str` -- 埋め込みのタイプ。通常は「rich」。" +#: ../../../discord/embeds.py:docstring of discord.Embed:30 +msgid "The type of embed. Usually \"rich\"." +msgstr "" -#: discord.Embed:32 of -msgid ":class:`str` -- The description of the embed." -msgstr ":class:`str` -- 埋め込みの説明。" +#: ../../../discord/embeds.py:docstring of discord.Embed:36 +msgid "The description of the embed." +msgstr "" -#: discord.Embed:36 of -msgid ":class:`str` -- The URL of the embed." -msgstr ":class:`str` -- 埋め込みのURL。" +#: ../../../discord/embeds.py:docstring of discord.Embed:42 +msgid "The URL of the embed." +msgstr "" -#: discord.Embed:40 of -msgid "" -"`datetime.datetime` -- The timestamp of the embed content. This could be " -"a naive or aware datetime." +#: ../../../discord/embeds.py:docstring of discord.Embed:48 +msgid "The timestamp of the embed content. This could be a naive or aware datetime." msgstr "" -#: discord.Embed:44 of -msgid "" -":class:`Colour` or :class:`int` -- The colour code of the embed. Aliased " -"to ``color`` as well." -msgstr ":class:`Colour` または :class:`int` -- 埋め込みのカラーコード。 ``color`` にもエイリアスがあります。" +#: ../../../discord/embeds.py:docstring of discord.Embed:54 +msgid "The colour code of the embed. Aliased to ``color`` as well." +msgstr "" -#: discord.Embed:48 of -msgid "" -"A special sentinel value used by ``EmbedProxy`` and this class to denote " -"that the value or attribute is empty." +#: ../../../discord/embeds.py:docstring of discord.Embed:56 +msgid ":class:`Colour` or :class:`int`" msgstr "" -#: discord.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/embeds.py:docstring of discord.Embed:60 +msgid "A special sentinel value used by ``EmbedProxy`` and this class to denote that the value or attribute is empty." msgstr "" -#: discord.Embed.from_dict:4 of -msgid "" -"You can find out about this format in the `official Discord " -"documentation`__." +#: ../../../discord/embeds.py:docstring of discord.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.Embed.from_dict:10 of +#: ../../../discord/embeds.py:docstring of discord.Embed.from_dict:4 +msgid "You can find out about this format in the `official Discord documentation`__." +msgstr "" + +#: ../../../discord/embeds.py:docstring of discord.Embed.from_dict:10 msgid "The dictionary to convert into an embed." msgstr "" -#: discord.Embed.copy:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.copy:1 msgid "Returns a shallow copy of the embed." msgstr "" -#: discord.Embed.footer:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:1 msgid "Returns an ``EmbedProxy`` denoting the footer contents." msgstr "" -#: discord.Embed.footer:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:3 msgid "See :meth:`set_footer` for possible values you can access." 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 +#: ../../../discord/embeds.py:docstring of discord.Embed.footer:5 +#: discord.Embed.image:10 discord.Embed.thumbnail:10 discord.Embed.video:9 +#: discord.Embed.provider:5 discord.Embed.author:5 discord.Embed.fields:5 msgid "If the attribute has no value then :attr:`Empty` is returned." msgstr "" -#: discord.Embed.set_footer:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_footer:1 msgid "Sets the footer for the embed content." msgstr "" -#: discord.Embed.add_field:3 discord.Embed.set_author:3 -#: discord.Embed.set_field_at:5 discord.Embed.set_footer:3 -#: discord.Embed.set_image:3 discord.Embed.set_thumbnail:3 of -msgid "" -"This function returns the class instance to allow for fluent-style " -"chaining." +#: ../../../discord/embeds.py:docstring of discord.Embed.set_footer:3 +#: discord.Embed.set_image:3 discord.Embed.set_thumbnail:3 +#: discord.Embed.set_author:3 discord.Embed.add_field:3 +#: discord.Embed.set_field_at:5 +msgid "This function returns the class instance to allow for fluent-style chaining." msgstr "" -#: discord.Embed.set_footer:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_footer:6 msgid "The footer text." msgstr "フッターテキスト。" -#: discord.Embed.set_footer:8 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_footer:8 msgid "The URL of the footer icon. Only HTTP(S) is supported." msgstr "" -#: discord.Embed.image:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:1 msgid "Returns an ``EmbedProxy`` denoting the image contents." msgstr "" -#: discord.Embed.image:3 discord.Embed.thumbnail:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:3 +#: discord.Embed.thumbnail:3 msgid "Possible attributes you can access are:" msgstr "" -#: discord.Embed.image:5 discord.Embed.thumbnail:5 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:5 +#: discord.Embed.thumbnail:5 msgid "``url``" msgstr "" -#: discord.Embed.image:6 discord.Embed.thumbnail:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:6 +#: discord.Embed.thumbnail:6 msgid "``proxy_url``" msgstr "" -#: discord.Embed.image:7 discord.Embed.thumbnail:7 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:7 +#: discord.Embed.thumbnail:7 msgid "``width``" msgstr "" -#: discord.Embed.image:8 discord.Embed.thumbnail:8 of +#: ../../../discord/embeds.py:docstring of discord.Embed.image:8 +#: discord.Embed.thumbnail:8 msgid "``height``" msgstr "" -#: discord.Embed.set_image:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_image:1 msgid "Sets the image for the embed content." msgstr "" -#: discord.Embed.set_image:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_image:6 msgid "The source URL for the image. Only HTTP(S) is supported." msgstr "" -#: discord.Embed.thumbnail:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.thumbnail:1 msgid "Returns an ``EmbedProxy`` denoting the thumbnail contents." msgstr "" -#: discord.Embed.set_thumbnail:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_thumbnail:1 msgid "Sets the thumbnail for the embed content." msgstr "" -#: discord.Embed.set_thumbnail:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_thumbnail:6 msgid "The source URL for the thumbnail. Only HTTP(S) is supported." msgstr "" -#: discord.Embed.video:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.video:1 msgid "Returns an ``EmbedProxy`` denoting the video contents." msgstr "" -#: discord.Embed.video:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.video:3 msgid "Possible attributes include:" msgstr "" -#: discord.Embed.video:5 of +#: ../../../discord/embeds.py:docstring of discord.Embed.video:5 msgid "``url`` for the video URL." msgstr "" -#: discord.Embed.video:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.video:6 msgid "``height`` for the video height." msgstr "" -#: discord.Embed.video:7 of +#: ../../../discord/embeds.py:docstring of discord.Embed.video:7 msgid "``width`` for the video width." msgstr "" -#: discord.Embed.provider:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.provider:1 msgid "Returns an ``EmbedProxy`` denoting the provider contents." msgstr "" -#: discord.Embed.provider:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.provider:3 msgid "The only attributes that might be accessed are ``name`` and ``url``." msgstr "" -#: discord.Embed.author:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.author:1 msgid "Returns an ``EmbedProxy`` denoting the author contents." msgstr "" -#: discord.Embed.author:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.author:3 msgid "See :meth:`set_author` for possible values you can access." msgstr "" -#: discord.Embed.set_author:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_author:1 msgid "Sets the author for the embed content." msgstr "" -#: discord.Embed.set_author:6 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_author:6 msgid "The name of the author." msgstr "" -#: discord.Embed.set_author:8 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_author:8 msgid "The URL for the author." msgstr "" -#: discord.Embed.set_author:10 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_author:10 msgid "The URL of the author icon. Only HTTP(S) is supported." msgstr "" -#: discord.Embed.fields:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:1 msgid "Returns a :class:`list` of ``EmbedProxy`` denoting the field contents." msgstr "" -#: discord.Embed.fields:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.fields:3 msgid "See :meth:`add_field` for possible values you can access." msgstr "" -#: discord.Embed.add_field:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.add_field:1 msgid "Adds a field to the embed object." msgstr "" -#: discord.Embed.add_field:6 discord.Embed.set_field_at:10 of +#: ../../../discord/embeds.py:docstring of discord.Embed.add_field:6 +#: discord.Embed.set_field_at:10 msgid "The name of the field." msgstr "フィールドの名前。" -#: discord.Embed.add_field:8 discord.Embed.set_field_at:12 of +#: ../../../discord/embeds.py:docstring of discord.Embed.add_field:8 +#: discord.Embed.set_field_at:12 msgid "The value of the field." msgstr "フィールドの値。" -#: discord.Embed.add_field:10 discord.Embed.set_field_at:14 of +#: ../../../discord/embeds.py:docstring of discord.Embed.add_field:10 +#: discord.Embed.set_field_at:14 msgid "Whether the field should be displayed inline." msgstr "フィールドをインライン表示するかどうか。" -#: discord.Embed.clear_fields:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.clear_fields:1 msgid "Removes all fields from this embed." msgstr "埋め込みからすべてのフィールドを削除します。" -#: discord.Embed.remove_field:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.remove_field:1 msgid "Removes a field at a specified index." msgstr "特定のインデックスのフィールドを削除します。" -#: discord.Embed.remove_field:3 of -msgid "" -"If the index is invalid or out of bounds then the error is silently " -"swallowed." +#: ../../../discord/embeds.py:docstring of discord.Embed.remove_field:3 +msgid "If the index is invalid or out of bounds then the error is silently swallowed." msgstr "" -#: discord.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/embeds.py:docstring of discord.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 "" -#: discord.Embed.remove_field:11 of +#: ../../../discord/embeds.py:docstring of discord.Embed.remove_field:11 msgid "The index of the field to remove." msgstr "" -#: discord.Embed.set_field_at:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_field_at:1 msgid "Modifies a field to the embed object." msgstr "" -#: discord.Embed.set_field_at:3 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_field_at:3 msgid "The index must point to a valid pre-existing field." msgstr "" -#: discord.Embed.set_field_at:8 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_field_at:8 msgid "The index of the field to modify." msgstr "" -#: discord.Embed.set_field_at:17 of +#: ../../../discord/embeds.py:docstring of discord.Embed.set_field_at:17 msgid ":exc:`IndexError` -- An invalid index was provided." msgstr ":exc:`IndexError` -- 無効なindexが渡された。" -#: discord.Embed.to_dict:1 of +#: ../../../discord/embeds.py:docstring of discord.Embed.to_dict:1 msgid "Converts this embed object into a dict." msgstr "" -#: ../../api.rst:2160 +#: ../../api.rst:2159 msgid "File" msgstr "" -#: discord.File:1 of -msgid "" -"A parameter object used for :meth:`abc.Messageable.send` for sending file" -" objects." +#: ../../../discord/file.py:docstring of discord.File:1 +msgid "A parameter object used for :meth:`abc.Messageable.send` for sending file objects." msgstr "" -#: discord.File:6 of -msgid "" -"Union[:class:`str`, BinaryIO] -- A file-like object opened in binary mode" -" and read mode or a filename representing a file in the hard drive to " -"open." +#: ../../../discord/file.py:docstring of discord.File:6 +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.File:12 of -msgid "" -"If the file-like object passed is opened via ``open`` then the modes 'rb'" -" should be used." +#: ../../../discord/file.py:docstring of discord.File:12 +msgid "If the file-like object passed is opened via ``open`` then the modes 'rb' should be used." msgstr "" -#: discord.File:15 of +#: ../../../discord/file.py:docstring of discord.File:15 msgid "To pass binary data, consider usage of ``io.BytesIO``." msgstr "" -#: discord.File:19 of -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." +#: ../../../discord/file.py:docstring of discord.File:17 +msgid "Union[:class:`str`, BinaryIO]" +msgstr "" + +#: ../../../discord/file.py:docstring of discord.File:21 +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 "" -#: discord.File:25 of -msgid ":class:`bool` -- Whether the attachment is a spoiler." +#: ../../../discord/file.py:docstring of discord.File:29 +msgid "Whether the attachment is a spoiler." msgstr "" -#: ../../api.rst:2166 +#: ../../api.rst:2165 msgid "Colour" msgstr "" -#: discord.Colour:1 of -msgid "" -"Represents a Discord role colour. This class is similar to an (red, " -"green, blue) :class:`tuple`." +#: ../../../discord/colour.py:docstring of discord.Colour:1 +msgid "Represents a Discord role colour. This class is similar to an (red, green, blue) :class:`tuple`." msgstr "" -#: discord.Colour:4 of +#: ../../../discord/colour.py:docstring of discord.Colour:4 msgid "There is an alias for this called Color." msgstr "" -#: discord.Colour:10 of +#: ../../../discord/colour.py:docstring of discord.Colour:10 msgid "Checks if two colours are equal." msgstr "" -#: discord.Colour:14 of +#: ../../../discord/colour.py:docstring of discord.Colour:14 msgid "Checks if two colours are not equal." msgstr "" -#: discord.Colour:18 of +#: ../../../discord/colour.py:docstring of discord.Colour:18 msgid "Return the colour's hash." msgstr "" -#: discord.Colour:22 of +#: ../../../discord/colour.py:docstring of discord.Colour:22 msgid "Returns the hex format for the colour." msgstr "" -#: discord.Colour:26 of -msgid ":class:`int` -- The raw integer colour value." +#: ../../../discord/colour.py:docstring of discord.Colour:26 +msgid "The raw integer colour value." msgstr "" -#: discord.Colour.r:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.r:1 msgid "Returns the red component of the colour." msgstr "" -#: discord.Colour.g:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.g:1 msgid "Returns the green component of the colour." msgstr "" -#: discord.Colour.b:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.b:1 msgid "Returns the blue component of the colour." msgstr "" -#: discord.Colour.to_rgb:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.to_rgb:1 msgid "Returns an (r, g, b) tuple representing the colour." msgstr "" -#: discord.Colour.from_rgb:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.from_rgb:1 msgid "Constructs a :class:`Colour` from an RGB tuple." msgstr "" -#: discord.Colour.from_hsv:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.from_hsv:1 msgid "Constructs a :class:`Colour` from an HSV tuple." msgstr "" -#: discord.Colour.default:1 of +#: ../../../discord/colour.py:docstring of discord.Colour.default:1 msgid "A factory method that returns a :class:`Colour` with a value of 0." msgstr "" -#: discord.Colour.teal:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x1abc9c``." +#: ../../../discord/colour.py:docstring of discord.Colour.teal:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x1abc9c``." msgstr "" -#: discord.Colour.dark_teal:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x11806a``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_teal:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x11806a``." msgstr "" -#: discord.Colour.green:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x2ecc71``." +#: ../../../discord/colour.py:docstring of discord.Colour.green:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x2ecc71``." msgstr "" -#: discord.Colour.dark_green:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x1f8b4c``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_green:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x1f8b4c``." msgstr "" -#: discord.Colour.blue:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x3498db``." +#: ../../../discord/colour.py:docstring of discord.Colour.blue:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x3498db``." msgstr "" -#: discord.Colour.dark_blue:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x206694``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_blue:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x206694``." msgstr "" -#: discord.Colour.purple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x9b59b6``." +#: ../../../discord/colour.py:docstring of discord.Colour.purple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x9b59b6``." msgstr "" -#: discord.Colour.dark_purple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x71368a``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_purple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x71368a``." msgstr "" -#: discord.Colour.magenta:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe91e63``." +#: ../../../discord/colour.py:docstring of discord.Colour.magenta:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe91e63``." msgstr "" -#: discord.Colour.dark_magenta:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xad1457``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_magenta:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xad1457``." msgstr "" -#: discord.Colour.gold:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xf1c40f``." +#: ../../../discord/colour.py:docstring of discord.Colour.gold:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xf1c40f``." msgstr "" -#: discord.Colour.dark_gold:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xc27c0e``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_gold:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xc27c0e``." msgstr "" -#: discord.Colour.orange:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe67e22``." +#: ../../../discord/colour.py:docstring of discord.Colour.orange:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe67e22``." msgstr "" -#: discord.Colour.dark_orange:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xa84300``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_orange:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xa84300``." msgstr "" -#: discord.Colour.red:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0xe74c3c``." +#: ../../../discord/colour.py:docstring of discord.Colour.red:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0xe74c3c``." msgstr "" -#: discord.Colour.dark_red:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x992d22``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_red:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x992d22``." msgstr "" -#: discord.Colour.lighter_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x95a5a6``." +#: ../../../discord/colour.py:docstring of discord.Colour.lighter_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x95a5a6``." msgstr "" -#: discord.Colour.dark_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x607d8b``." +#: ../../../discord/colour.py:docstring of discord.Colour.dark_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x607d8b``." msgstr "" -#: discord.Colour.light_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x979c9f``." +#: ../../../discord/colour.py:docstring of discord.Colour.light_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x979c9f``." msgstr "" -#: discord.Colour.darker_grey:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x546e7a``." +#: ../../../discord/colour.py:docstring of discord.Colour.darker_grey:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x546e7a``." msgstr "" -#: discord.Colour.blurple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x7289da``." +#: ../../../discord/colour.py:docstring of discord.Colour.blurple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x7289da``." msgstr "" -#: discord.Colour.greyple:1 of -msgid "" -"A factory method that returns a :class:`Colour` with a value of " -"``0x99aab5``." +#: ../../../discord/colour.py:docstring of discord.Colour.greyple:1 +msgid "A factory method that returns a :class:`Colour` with a value of ``0x99aab5``." msgstr "" -#: ../../api.rst:2172 +#: ../../api.rst:2171 msgid "Activity" msgstr "" -#: discord.Activity:1 of +#: ../../../discord/activity.py:docstring of discord.Activity:1 msgid "Represents an activity in Discord." msgstr "" -#: discord.Activity:3 of -msgid "" -"This could be an activity such as streaming, playing, listening or " -"watching." +#: ../../../discord/activity.py:docstring of discord.Activity:3 +msgid "This could be an activity such as streaming, playing, listening or watching." msgstr "" -#: discord.Activity:6 of -msgid "" -"For memory optimisation purposes, some activities are offered in slimmed " -"down versions:" +#: ../../../discord/activity.py:docstring of discord.Activity:6 +msgid "For memory optimisation purposes, some activities are offered in slimmed down versions:" msgstr "" -#: discord.Activity:9 of +#: ../../../discord/activity.py:docstring of discord.Activity:9 msgid ":class:`Game`" msgstr "" -#: discord.Activity:10 of +#: ../../../discord/activity.py:docstring of discord.Activity:10 msgid ":class:`Streaming`" msgstr "" -#: discord.Activity:14 of -msgid ":class:`int` -- The application ID of the game." +#: ../../../discord/activity.py:docstring of discord.Activity:14 +msgid "The application ID of the game." msgstr "" -#: discord.Activity:18 of -msgid ":class:`str` -- The name of the activity." -msgstr ":class:`str` -- アクティビティの名前。" +#: ../../../discord/activity.py:docstring of discord.Activity:20 +msgid "The name of the activity." +msgstr "" -#: discord.Activity:22 of -msgid ":class:`str` -- A stream URL that the activity could be doing." +#: ../../../discord/activity.py:docstring of discord.Activity:26 +msgid "A stream URL that the activity could be doing." msgstr "" -#: discord.Activity:26 of -msgid ":class:`ActivityType` -- The type of activity currently being done." +#: ../../../discord/activity.py:docstring of discord.Activity:32 +msgid "The type of activity currently being done." msgstr "" -#: discord.Activity:30 of -msgid ":class:`str` -- The user's current state. For example, \"In Game\"." +#: ../../../discord/activity.py:docstring of discord.Activity:34 +msgid ":class:`ActivityType`" msgstr "" -#: discord.Activity:34 of -msgid ":class:`str` -- The detail of the user's current activity." +#: ../../../discord/activity.py:docstring of discord.Activity:38 +msgid "The user's current state. For example, \"In Game\"." msgstr "" -#: discord.Activity:38 of -msgid "" -":class:`dict` -- A dictionary of timestamps. It contains the following " -"optional keys:" +#: ../../../discord/activity.py:docstring of discord.Activity:44 +msgid "The detail of the user's current activity." msgstr "" -#: discord.Activity:40 of -msgid "" -"``start``: Corresponds to when the user started doing the activity in " -"milliseconds since Unix epoch." +#: ../../../discord/activity.py:docstring of discord.Activity:50 +msgid "A dictionary of timestamps. It contains the following optional keys:" msgstr "" -#: discord.Activity:42 of -msgid "" -"``end``: Corresponds to when the user will finish doing the activity in " -"milliseconds since Unix epoch." +#: ../../../discord/activity.py:docstring of discord.Activity:52 +msgid "``start``: Corresponds to when the user started doing the activity in milliseconds since Unix epoch." msgstr "" -#: discord.Activity:47 of -msgid "" -":class:`dict` -- A dictionary representing the images and their hover " -"text of an activity. It contains the following optional keys:" +#: ../../../discord/activity.py:docstring of discord.Activity:54 +msgid "``end``: Corresponds to when the user will finish doing the activity in milliseconds since Unix epoch." +msgstr "" + +#: ../../../discord/activity.py:docstring of discord.Activity:61 +msgid "A dictionary representing the images and their hover text of an activity. It contains the following optional keys:" msgstr "" -#: discord.Activity:50 of +#: ../../../discord/activity.py:docstring of discord.Activity:64 msgid "``large_image``: A string representing the ID for the large image asset." msgstr "" -#: discord.Activity:51 of -msgid "" -"``large_text``: A string representing the text when hovering over the " -"large image asset." +#: ../../../discord/activity.py:docstring of discord.Activity:65 +msgid "``large_text``: A string representing the text when hovering over the large image asset." msgstr "" -#: discord.Activity:52 of +#: ../../../discord/activity.py:docstring of discord.Activity:66 msgid "``small_image``: A string representing the ID for the small image asset." msgstr "" -#: discord.Activity:53 of -msgid "" -"``small_text``: A string representing the text when hovering over the " -"small image asset." +#: ../../../discord/activity.py:docstring of discord.Activity:67 +msgid "``small_text``: A string representing the text when hovering over the small image asset." msgstr "" -#: discord.Activity:57 of -msgid "" -":class:`dict` -- A dictionary representing the activity party. It " -"contains the following optional keys:" +#: ../../../discord/activity.py:docstring of discord.Activity:73 +msgid "A dictionary representing the activity party. It contains the following optional keys:" msgstr "" -#: discord.Activity:59 of +#: ../../../discord/activity.py:docstring of discord.Activity:75 msgid "``id``: A string representing the party ID." msgstr "" -#: discord.Activity:60 of -msgid "" -"``size``: A list of up to two integer elements denoting (current_size, " -"maximum_size)." +#: ../../../discord/activity.py:docstring of discord.Activity:76 +msgid "``size``: A list of up to two integer elements denoting (current_size, maximum_size)." msgstr "" -#: discord.Activity.start:1 of -msgid "" -"Optional[:class:`datetime.datetime`] -- When the user started doing this " -"activity in UTC, if applicable." +#: ../../../discord/activity.py:docstring of discord.Activity.start:1 +msgid "When the user started doing this activity in UTC, if applicable." msgstr "" -#: discord.Activity.end:1 of -msgid "" -"Optional[:class:`datetime.datetime`] -- When the user will stop doing " -"this activity in UTC, if applicable." +#: ../../../discord/activity.py:docstring of discord.Activity.end:1 +msgid "When the user will stop doing this activity in UTC, if applicable." msgstr "" -#: discord.Activity.large_image_url:1 of -msgid "" -"Optional[:class:`str`] -- Returns a URL pointing to the large image asset" -" of this activity if applicable." +#: ../../../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 "" -#: discord.Activity.small_image_url:1 of -msgid "" -"Optional[:class:`str`] -- Returns a URL pointing to the small image asset" -" of this activity if applicable." +#: ../../../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 "" -#: discord.Activity.large_image_text:1 of -msgid "" -"Optional[:class:`str`] -- Returns the large image asset hover text of " -"this activity if applicable." +#: ../../../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 "" -#: discord.Activity.small_image_text:1 of -msgid "" -"Optional[:class:`str`] -- Returns the small image asset hover text of " -"this activity if applicable." +#: ../../../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 "" -#: ../../api.rst:2178 +#: ../../api.rst:2177 msgid "Game" msgstr "" -#: discord.Game:1 of -msgid "" -"A slimmed down version of :class:`Activity` that represents a Discord " -"game." +#: ../../../discord/activity.py:docstring of discord.Game:1 +msgid "A slimmed down version of :class:`Activity` that represents a Discord game." msgstr "" -#: discord.Game:3 of -msgid "" -"This is typically displayed via **Playing** on the official Discord " -"client." +#: ../../../discord/activity.py:docstring of discord.Game:3 +msgid "This is typically displayed via **Playing** on the official Discord client." msgstr "" -#: discord.Game:9 of +#: ../../../discord/activity.py:docstring of discord.Game:9 msgid "Checks if two games are equal." msgstr "" -#: discord.Game:13 of +#: ../../../discord/activity.py:docstring of discord.Game:13 msgid "Checks if two games are not equal." msgstr "" -#: discord.Game:17 of +#: ../../../discord/activity.py:docstring of discord.Game:17 msgid "Returns the game's hash." msgstr "" -#: discord.Game:21 of +#: ../../../discord/activity.py:docstring of discord.Game:21 msgid "Returns the game's name." msgstr "" -#: discord.Game:23 of +#: ../../../discord/activity.py:docstring of discord.Game:23 discord.Game:32 msgid "The game's name." msgstr "" -#: discord.Game:25 of -msgid "" -"A naive UTC timestamp representing when the game started. Keyword-only " -"parameter. Ignored for bots." +#: ../../../discord/activity.py:docstring of discord.Game:25 +msgid "A naive UTC timestamp representing when the game started. Keyword-only parameter. Ignored for bots." msgstr "" -#: discord.Game:27 of -msgid "" -"A naive UTC timestamp representing when the game ends. Keyword-only " -"parameter. Ignored for bots." +#: ../../../discord/activity.py:docstring of discord.Game:27 +msgid "A naive UTC timestamp representing when the game ends. Keyword-only parameter. Ignored for bots." msgstr "" -#: discord.Game:32 of -msgid ":class:`str` -- The game's name." -msgstr ":class:`str` -- ゲームの名前。" - -#: discord.Game.type:1 discord.Streaming.type:1 of +#: ../../../discord/activity.py:docstring of discord.Game.type:1 +#: discord.Streaming.type:1 msgid "Returns the game's type. This is for compatibility with :class:`Activity`." msgstr "" -#: discord.Game.type:3 of +#: ../../../discord/activity.py:docstring of discord.Game.type:3 msgid "It always returns :attr:`ActivityType.playing`." msgstr "" -#: discord.Game.start:1 of -msgid "" -"Optional[:class:`datetime.datetime`] -- When the user started playing " -"this game in UTC, if applicable." +#: ../../../discord/activity.py:docstring of discord.Game.start:1 +msgid "When the user started playing this game in UTC, if applicable." msgstr "" -#: discord.Game.end:1 of -msgid "" -"Optional[:class:`datetime.datetime`] -- When the user will stop playing " -"this game in UTC, if applicable." +#: ../../../discord/activity.py:docstring of discord.Game.end:1 +msgid "When the user will stop playing this game in UTC, if applicable." msgstr "" -#: ../../api.rst:2184 +#: ../../api.rst:2183 msgid "Streaming" msgstr "" -#: discord.Streaming:1 of -msgid "" -"A slimmed down version of :class:`Activity` that represents a Discord " -"streaming status." +#: ../../../discord/activity.py:docstring of discord.Streaming:1 +msgid "A slimmed down version of :class:`Activity` that represents a Discord streaming status." msgstr "" -#: discord.Streaming:3 of -msgid "" -"This is typically displayed via **Streaming** on the official Discord " -"client." +#: ../../../discord/activity.py:docstring of discord.Streaming:3 +msgid "This is typically displayed via **Streaming** on the official Discord client." msgstr "" -#: discord.Streaming:9 of +#: ../../../discord/activity.py:docstring of discord.Streaming:9 msgid "Checks if two streams are equal." msgstr "" -#: discord.Streaming:13 of +#: ../../../discord/activity.py:docstring of discord.Streaming:13 msgid "Checks if two streams are not equal." msgstr "" -#: discord.Streaming:17 of +#: ../../../discord/activity.py:docstring of discord.Streaming:17 msgid "Returns the stream's hash." msgstr "" -#: discord.Streaming:21 of +#: ../../../discord/activity.py:docstring of discord.Streaming:21 msgid "Returns the stream's name." msgstr "" -#: discord.Streaming:25 of -msgid ":class:`str` -- The stream's name." -msgstr ":class:`str` -- ストリームの名前。" +#: ../../../discord/activity.py:docstring of discord.Streaming:25 +msgid "The stream's name." +msgstr "" -#: discord.Streaming:29 of -msgid "" -":class:`str` -- The stream's URL. Currently only twitch.tv URLs are " -"supported. Anything else is silently discarded." +#: ../../../discord/activity.py:docstring of discord.Streaming:31 +msgid "The stream's URL. Currently only twitch.tv URLs are supported. Anything else is silently discarded." msgstr "" -#: discord.Streaming:34 of -msgid "" -"Optional[:class:`str`] -- If provided, typically the game the streamer is" -" playing." +#: ../../../discord/activity.py:docstring of discord.Streaming:38 +msgid "If provided, typically the game the streamer is playing." msgstr "" -#: discord.Streaming:38 of -msgid "" -":class:`dict` -- A dictionary comprising of similar keys than those in " -":attr:`Activity.assets`." +#: ../../../discord/activity.py:docstring of discord.Streaming:44 +msgid "A dictionary comprising of similar keys than those in :attr:`Activity.assets`." msgstr "" -#: discord.Streaming.type:3 of +#: ../../../discord/activity.py:docstring of discord.Streaming.type:3 msgid "It always returns :attr:`ActivityType.streaming`." msgstr "" -#: discord.Streaming.twitch_name:1 of -msgid "" -"Optional[:class:`str`] -- If provided, the twitch name of the user " -"streaming." +#: ../../../discord/activity.py:docstring of discord.Streaming.twitch_name:1 +msgid "If provided, the twitch name of the user streaming." msgstr "" -#: 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/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 "" -#: ../../api.rst:2190 +#: ../../api.rst:2189 msgid "Permissions" msgstr "" -#: discord.Permissions:1 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:1 msgid "Wraps up the Discord permission value." msgstr "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.Permissions:11 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:11 msgid "Checks if two permissions are equal." msgstr "" -#: discord.Permissions:14 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:14 msgid "Checks if two permissions are not equal." msgstr "" -#: discord.Permissions:17 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:17 msgid "Checks if a permission is a subset of another permission." msgstr "" -#: discord.Permissions:20 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:20 msgid "Checks if a permission is a superset of another permission." msgstr "" -#: discord.Permissions:23 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:23 msgid "Checks if a permission is a strict subset of another permission." msgstr "" -#: discord.Permissions:26 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:26 msgid "Checks if a permission is a strict superset of another permission." msgstr "" -#: discord.Permissions:29 of +#: ../../../discord/permissions.py:docstring of discord.Permissions:29 msgid "Return the permission's hash." msgstr "" -#: discord.Permissions:32 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." +#: ../../../discord/permissions.py:docstring of discord.Permissions:32 +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 "" -#: discord.Permissions:37 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/permissions.py:docstring of discord.Permissions:37 +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 "" -#: discord.Permissions.is_subset:1 of +#: ../../../discord/permissions.py:docstring of discord.Permissions.is_subset:1 msgid "Returns True if self has the same or fewer permissions as other." msgstr "" -#: discord.Permissions.is_superset:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.is_superset:1 msgid "Returns True if self has the same or more permissions as other." msgstr "" -#: discord.Permissions.is_strict_subset:1 of -msgid "" -"Returns True if the permissions on other are a strict subset of those on " -"self." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.is_strict_subset:1 +msgid "Returns True if the permissions on other are a strict subset of those on self." msgstr "" -#: discord.Permissions.is_strict_superset:1 of -msgid "" -"Returns True if the permissions on other are a strict superset of those " -"on self." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.is_strict_superset:1 +msgid "Returns True if the permissions on other are a strict superset of those on self." msgstr "" -#: discord.Permissions.none:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all permissions" -" set to False." +#: ../../../discord/permissions.py:docstring of discord.Permissions.none:1 +msgid "A factory method that creates a :class:`Permissions` with all permissions set to False." msgstr "" -#: discord.Permissions.all:1 of -msgid "" -"A factory method that creates a :class:`Permissions` with all permissions" -" set to True." +#: ../../../discord/permissions.py:docstring of discord.Permissions.all:1 +msgid "A factory method that creates a :class:`Permissions` with all permissions set to True." msgstr "" -#: discord.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/permissions.py:docstring of +#: discord.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 "" -#: discord.Permissions.all_channel:5 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:5 msgid "manage_guild" msgstr "" -#: discord.Permissions.all_channel:6 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:6 msgid "kick_members" msgstr "" -#: discord.Permissions.all_channel:7 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:7 msgid "ban_members" msgstr "" -#: discord.Permissions.all_channel:8 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:8 msgid "administrator" msgstr "" -#: discord.Permissions.all_channel:9 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:9 msgid "change_nickname" msgstr "" -#: discord.Permissions.all_channel:10 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.all_channel:10 msgid "manage_nicknames" msgstr "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.Permissions.update:1 of +#: ../../../discord/permissions.py:docstring of discord.Permissions.update:1 msgid "Bulk updates this permission object." msgstr "" -#: discord.PermissionOverwrite.update:3 discord.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/permissions.py:docstring of discord.Permissions.update:3 +#: discord.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 "" -#: discord.Permissions.update:7 of +#: ../../../discord/permissions.py:docstring of discord.Permissions.update:7 msgid "A list of key/value pairs to bulk update permissions with." msgstr "" -#: discord.Permissions.create_instant_invite:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.create_instant_invite:1 msgid "Returns True if the user can create instant invites." msgstr "" -#: discord.Permissions.kick_members:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.kick_members:1 msgid "Returns True if the user can kick users from the guild." msgstr "" -#: discord.Permissions.ban_members:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.ban_members:1 msgid "Returns True if a user can ban users from the guild." msgstr "" -#: discord.Permissions.administrator:1 of -msgid "" -"Returns True if a user is an administrator. This role overrides all other" -" permissions." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.administrator:1 +msgid "Returns True if a user is an administrator. This role overrides all other permissions." msgstr "" -#: discord.Permissions.administrator:3 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.administrator:3 msgid "This also bypasses all channel-specific overrides." msgstr "" -#: discord.Permissions.manage_channels:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_channels:1 msgid "Returns True if a user can edit, delete, or create channels in the guild." msgstr "" -#: discord.Permissions.manage_channels:3 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_channels:3 msgid "This also corresponds to the \"Manage Channel\" channel-specific override." msgstr "" -#: discord.Permissions.manage_guild:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_guild:1 msgid "Returns True if a user can edit guild properties." msgstr "" -#: discord.Permissions.add_reactions:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.add_reactions:1 msgid "Returns True if a user can add reactions to messages." msgstr "" -#: discord.Permissions.view_audit_log:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.view_audit_log:1 msgid "Returns True if a user can view the guild's audit log." msgstr "" -#: discord.Permissions.priority_speaker:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.priority_speaker:1 msgid "Returns True if a user can be more easily heard while talking." msgstr "" -#: discord.Permissions.read_messages:1 of -msgid "" -"Returns True if a user can read messages from all or specific text " -"channels." +#: ../../../discord/permissions.py:docstring of discord.Permissions.stream:1 +msgid "Returns ``True`` if a user can stream in a voice channel." msgstr "" -#: discord.Permissions.send_messages:1 of -msgid "" -"Returns True if a user can send messages from all or specific text " -"channels." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.read_messages:1 +msgid "Returns True if a user can read messages from all or specific text channels." msgstr "" -#: discord.Permissions.send_tts_messages:1 of -msgid "" -"Returns True if a user can send TTS messages from all or specific text " -"channels." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.send_messages:1 +msgid "Returns True if a user can send messages from all or specific text channels." msgstr "" -#: discord.Permissions.manage_messages:1 of -msgid "" -"Returns True if a user can delete or pin messages in a text channel. Note" -" that there are currently no ways to edit other people's messages." +#: ../../../discord/permissions.py: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 "" -#: discord.Permissions.embed_links:1 of -msgid "" -"Returns True if a user's messages will automatically be embedded by " -"Discord." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_messages:1 +msgid "Returns True if a user can delete or pin messages in a text channel. Note that there are currently no ways to edit other people's messages." +msgstr "" + +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.embed_links:1 +msgid "Returns True if a user's messages will automatically be embedded by Discord." msgstr "" -#: discord.Permissions.attach_files:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.attach_files:1 msgid "Returns True if a user can send files in their messages." msgstr "" -#: discord.Permissions.read_message_history:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.read_message_history:1 msgid "Returns True if a user can read a text channel's previous messages." msgstr "" -#: discord.Permissions.mention_everyone:1 of -msgid "" -"Returns True if a user's @everyone or @here will mention everyone in the " -"text channel." +#: ../../../discord/permissions.py: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 "" -#: discord.Permissions.external_emojis:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.external_emojis:1 msgid "Returns True if a user can use emojis from other guilds." msgstr "" -#: discord.Permissions.connect:1 of +#: ../../../discord/permissions.py:docstring of discord.Permissions.connect:1 msgid "Returns True if a user can connect to a voice channel." msgstr "" -#: discord.Permissions.speak:1 of +#: ../../../discord/permissions.py:docstring of discord.Permissions.speak:1 msgid "Returns True if a user can speak in a voice channel." msgstr "" -#: discord.Permissions.mute_members:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.mute_members:1 msgid "Returns True if a user can mute other users." msgstr "" -#: discord.Permissions.deafen_members:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.deafen_members:1 msgid "Returns True if a user can deafen other users." msgstr "" -#: discord.Permissions.move_members:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.move_members:1 msgid "Returns True if a user can move users between other voice channels." msgstr "" -#: discord.Permissions.use_voice_activation:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.use_voice_activation:1 msgid "Returns True if a user can use voice activation in voice channels." msgstr "" -#: discord.Permissions.change_nickname:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.change_nickname:1 msgid "Returns True if a user can change their nickname in the guild." msgstr "" -#: discord.Permissions.manage_nicknames:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_nicknames:1 msgid "Returns True if a user can change other user's nickname in the guild." msgstr "" -#: discord.Permissions.manage_roles:1 of -msgid "" -"Returns True if a user can create or edit roles less than their role's " -"position." +#: ../../../discord/permissions.py: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 "" -#: discord.Permissions.manage_roles:3 of -msgid "" -"This also corresponds to the \"Manage Permissions\" channel-specific " -"override." +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_roles:3 +msgid "This also corresponds to the \"Manage Permissions\" channel-specific override." msgstr "" -#: discord.Permissions.manage_webhooks:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_webhooks:1 msgid "Returns True if a user can create, edit, or delete webhooks." msgstr "" -#: discord.Permissions.manage_emojis:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.Permissions.manage_emojis:1 msgid "Returns True if a user can create, edit, or delete emojis." msgstr "" -#: ../../api.rst:2196 +#: ../../api.rst:2195 msgid "PermissionOverwrite" msgstr "" -#: discord.PermissionOverwrite:1 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:1 msgid "A type that is used to represent a channel specific permission." msgstr "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.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/permissions.py:docstring of discord.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 "" -#: discord.PermissionOverwrite:12 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:12 msgid "Supported operations:" msgstr "サポートされている操作:" -#: discord.PermissionOverwrite:15 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:15 msgid "Operation" msgstr "" -#: discord.PermissionOverwrite:17 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:17 msgid "x == y" msgstr "" -#: discord.PermissionOverwrite:17 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:17 msgid "Checks if two overwrites are equal." msgstr "" -#: discord.PermissionOverwrite:19 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:19 msgid "x != y" msgstr "" -#: discord.PermissionOverwrite:19 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:19 msgid "Checks if two overwrites are not equal." msgstr "" -#: discord.PermissionOverwrite:21 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:21 msgid "iter(x)" msgstr "" -#: discord.PermissionOverwrite:21 of -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." +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:21 +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 "" -#: discord.PermissionOverwrite:27 of +#: ../../../discord/permissions.py:docstring of discord.PermissionOverwrite:27 msgid "Set the value of permissions by their name." msgstr "" -#: discord.PermissionOverwrite.pair:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.pair:1 msgid "Returns the (allow, deny) pair from this overwrite." msgstr "" -#: discord.PermissionOverwrite.pair:3 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.pair:3 msgid "The value of these pairs is :class:`Permissions`." msgstr "" -#: discord.PermissionOverwrite.from_pair:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.from_pair:1 msgid "Creates an overwrite from an allow/deny pair of :class:`Permissions`." msgstr "" -#: discord.PermissionOverwrite.is_empty:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.is_empty:1 msgid "Checks if the permission overwrite is currently empty." msgstr "" -#: discord.PermissionOverwrite.is_empty:3 of -msgid "" -"An empty permission overwrite is one that has no overwrites set to True " -"or False." +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.is_empty:3 +msgid "An empty permission overwrite is one that has no overwrites set to True or False." msgstr "" -#: discord.PermissionOverwrite.update:1 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.update:1 msgid "Bulk updates this permission overwrite object." msgstr "" -#: discord.PermissionOverwrite.update:7 of +#: ../../../discord/permissions.py:docstring of +#: discord.PermissionOverwrite.update:7 msgid "A list of key/value pairs to bulk update with." msgstr "" -#: ../../api.rst:2202 +#: ../../api.rst:2201 msgid "Exceptions" msgstr "例外" -#: ../../api.rst:2204 +#: ../../api.rst:2203 msgid "The following exceptions are thrown by the library." msgstr "" -#: discord.DiscordException:1 of +#: ../../../discord/errors.py:docstring of discord.DiscordException:1 msgid "Base exception class for discord.py" msgstr "" -#: discord.DiscordException:3 of -msgid "" -"Ideally speaking, this could be caught to handle any exceptions thrown " -"from this library." +#: ../../../discord/errors.py:docstring of discord.DiscordException:3 +msgid "Ideally speaking, this could be caught to handle any exceptions thrown from this library." msgstr "" -#: discord.ClientException:1 of +#: ../../../discord/errors.py:docstring of discord.ClientException:1 msgid "Exception that's thrown when an operation in the :class:`Client` fails." msgstr "" -#: discord.ClientException:3 of +#: ../../../discord/errors.py:docstring of discord.ClientException:3 msgid "These are usually for exceptions that happened due to user input." msgstr "" -#: discord.LoginFailure:1 of -msgid "" -"Exception that's thrown when the :meth:`Client.login` function fails to " -"log you in from improper credentials or some other misc. failure." +#: ../../../discord/errors.py:docstring of discord.LoginFailure:1 +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 "" -#: discord.NoMoreItems:1 of -msgid "" -"Exception that is thrown when an async iteration operation has no more " -"items." +#: ../../../discord/errors.py:docstring of discord.NoMoreItems:1 +msgid "Exception that is thrown when an async iteration operation has no more items." msgstr "" -#: discord.HTTPException:1 of +#: ../../../discord/errors.py:docstring of discord.HTTPException:1 msgid "Exception that's thrown when an HTTP request operation fails." msgstr "" -#: discord.HTTPException:5 of -msgid "" -"*aiohttp.ClientResponse* -- The response of the failed HTTP request. This" -" is an instance of `aiohttp.ClientResponse`__. In some cases this could " -"also be a ``requests.Response``." +#: ../../../discord/errors.py:docstring of discord.HTTPException:5 +msgid "The response of the failed HTTP request. This is an instance of `aiohttp.ClientResponse`__. In some cases this could also be a ``requests.Response``." +msgstr "" + +#: ../../../discord/errors.py:docstring of discord.HTTPException:11 +msgid "aiohttp.ClientResponse" msgstr "" -#: discord.HTTPException:13 of -msgid ":class:`str` -- The text of the error. Could be an empty string." +#: ../../../discord/errors.py:docstring of discord.HTTPException:15 +msgid "The text of the error. Could be an empty string." msgstr "" -#: discord.HTTPException:17 of -msgid ":class:`int` -- The status code of the HTTP request." -msgstr ":class:`int` -- HTTPリクエストのステータスコード。" +#: ../../../discord/errors.py:docstring of discord.HTTPException:21 +msgid "The status code of the HTTP request." +msgstr "" -#: discord.HTTPException:21 of -msgid ":class:`int` -- The Discord specific error code for the failure." +#: ../../../discord/errors.py:docstring of discord.HTTPException:27 +msgid "The Discord specific error code for the failure." msgstr "" -#: discord.Forbidden:1 of +#: ../../../discord/errors.py:docstring of discord.Forbidden:1 msgid "Exception that's thrown for when status code 403 occurs." msgstr "" -#: discord.Forbidden:3 discord.NotFound:3 of +#: ../../../discord/errors.py:docstring of discord.Forbidden:3 +#: discord.NotFound:3 msgid "Subclass of :exc:`HTTPException`" msgstr ":exc:`HTTPException` のサブクラス" -#: discord.NotFound:1 of +#: ../../../discord/errors.py:docstring of discord.NotFound:1 msgid "Exception that's thrown for when status code 404 occurs." msgstr "" -#: discord.InvalidArgument:1 of -msgid "" -"Exception that's thrown when an argument to a function is invalid some " -"way (e.g. wrong value or wrong type)." +#: ../../../discord/errors.py:docstring of discord.InvalidArgument:1 +msgid "Exception that's thrown when an argument to a function is invalid some way (e.g. wrong value or wrong type)." msgstr "" -#: discord.InvalidArgument:4 of -msgid "" -"This could be considered the analogous of ``ValueError`` and " -"``TypeError`` except inherited from :exc:`ClientException` and thus " -":exc:`DiscordException`." +#: ../../../discord/errors.py:docstring of discord.InvalidArgument:4 +msgid "This could be considered the analogous of ``ValueError`` and ``TypeError`` except inherited from :exc:`ClientException` and thus :exc:`DiscordException`." msgstr "" -#: discord.GatewayNotFound:1 of -msgid "" -"An exception that is usually thrown when the gateway hub for the " -":class:`Client` websocket is not found." +#: ../../../discord/errors.py:docstring of discord.GatewayNotFound:1 +msgid "An exception that is usually thrown when the gateway hub for the :class:`Client` websocket is not found." msgstr "" -#: discord.ConnectionClosed:1 of -msgid "" -"Exception that's thrown when the gateway connection is closed for reasons" -" that could not be handled internally." +#: ../../../discord/errors.py:docstring of discord.ConnectionClosed:1 +msgid "Exception that's thrown when the gateway connection is closed for reasons that could not be handled internally." msgstr "" -#: discord.ConnectionClosed:6 of -msgid ":class:`int` -- The close code of the websocket." +#: ../../../discord/errors.py:docstring of discord.ConnectionClosed:6 +msgid "The close code of the websocket." msgstr "" -#: discord.ConnectionClosed:10 of -msgid ":class:`str` -- The reason provided for the closure." +#: ../../../discord/errors.py:docstring of discord.ConnectionClosed:12 +msgid "The reason provided for the closure." msgstr "" -#: discord.ConnectionClosed:14 of -msgid "Optional[:class:`int`] -- The shard ID that got closed if applicable." +#: ../../../discord/errors.py:docstring of discord.ConnectionClosed:18 +msgid "The shard ID that got closed if applicable." msgstr "" -#: discord.opus.OpusError:1 of +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:1 msgid "An exception that is thrown for libopus related errors." msgstr "" -#: discord.opus.OpusError:5 of -msgid ":class:`int` -- The error code returned." +#: ../../../discord/opus.py:docstring of discord.opus.OpusError:5 +msgid "The error code returned." msgstr "" -#: discord.opus.OpusNotLoaded:1 of +#: ../../../discord/opus.py:docstring of discord.opus.OpusNotLoaded:1 msgid "An exception that is thrown for when libopus is not loaded." msgstr "" -#: ../../api.rst:2232 +#: ../../api.rst:2231 msgid "Exception Hierarchy" msgstr "" -#: ../../api.rst:2245 +#: ../../api.rst:2244 msgid ":exc:`Exception`" msgstr "" -#: ../../api.rst:2245 +#: ../../api.rst:2244 msgid ":exc:`DiscordException`" msgstr "" -#: ../../api.rst:2238 +#: ../../api.rst:2237 msgid ":exc:`ClientException`" msgstr "" -#: ../../api.rst:2239 +#: ../../api.rst:2238 msgid ":exc:`NoMoreItems`" msgstr "" -#: ../../api.rst:2240 +#: ../../api.rst:2239 msgid ":exc:`GatewayNotFound`" msgstr "" -#: ../../api.rst:2242 +#: ../../api.rst:2241 msgid ":exc:`HTTPException`" msgstr "" -#: ../../api.rst:2242 +#: ../../api.rst:2241 msgid ":exc:`Forbidden`" msgstr "" -#: ../../api.rst:2243 +#: ../../api.rst:2242 msgid ":exc:`NotFound`" msgstr "" -#: ../../api.rst:2244 +#: ../../api.rst:2243 msgid ":exc:`InvalidArgument`" msgstr "" -#: ../../api.rst:2245 +#: ../../api.rst:2244 msgid ":exc:`LoginFailure`" msgstr "" -#: ../../api.rst:2246 +#: ../../api.rst:2245 msgid ":exc:`ConnectionClosed`" msgstr "" -#~ msgid "" -#~ "The *bytes-like* object representing the" -#~ " icon. See :meth:`~ClientUser.edit` for " -#~ "more details on what is expected." -#~ msgstr "" -#~ "アイコンを表す *バイトライク* なオブジェクト。何ができるかの詳細については " -#~ ":meth:`~ClientUser.edit` を参照してください。" - -#~ msgid "The *bytes-like object* denoting PCM or Opus voice data." -#~ msgstr "" - -#~ msgid "" -#~ "If the audio is complete, then " -#~ "returning an empty *bytes-like* object" -#~ " to signal this is the way to" -#~ " do so." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a reaction has a " -#~ "reaction added. Unlike :func:`on_reaction_add`, " -#~ "this is called regardless of the " -#~ "state of the internal message cache." -#~ msgstr "" - -#~ msgid "A *bytes-like* object representing the webhook's new default avatar." -#~ msgstr "" - -#~ msgid "" -#~ "To upload an avatar, a *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 " -#~ "*bytes-like object* is given through " -#~ "the use of ``fp.read()``." -#~ msgstr "" - -#~ msgid "" -#~ "A *bytes-like object* representing the" -#~ " image to upload. Could be ``None``" -#~ " to denote no avatar." -#~ msgstr "" - -#~ msgid ":exc:`ClientException` -- Password is required for non-bot accounts." -#~ msgstr ":exc:`ClientException` -- パスワードはBot以外のアカウントに必要です。" - -#~ msgid "" -#~ "A :class:`Member` that sent the message." -#~ " If :attr:`channel` is a private " -#~ "channel, then it is a :class:`User` " -#~ "instead." -#~ msgstr "" - -#~ msgid "Python 3.4 Usage ::" -#~ msgstr "" - -#~ msgid "" -#~ "The *bytes-like* object representing the" -#~ " image data to use. Only JPG " -#~ "and PNG images are supported." -#~ msgstr "" - -#~ msgid "" -#~ "A *bytes-like* object representing the" -#~ " icon. Only PNG/JPEG supported. Could " -#~ "be ``None`` to denote removal of " -#~ "the icon." -#~ msgstr "" - -#~ msgid "" -#~ "A *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 "" - -#~ msgid "Note that bot accounts can only edit custom emojis they own." -#~ msgstr "" - -#~ msgid "" -#~ "A *bytes-like* object representing the" -#~ " webhook's default avatar. This operates" -#~ " similarly to :meth:`~ClientUser.edit`." -#~ msgstr "" - -#~ msgid "" -#~ "A bytes-like object representing the " -#~ "new icon. Could be ``None`` to " -#~ "remove the icon." -#~ msgstr "" - -#~ msgid "A :class:`list` of :class:`Role` that the guild has available." -#~ msgstr "" - -#~ msgid "Returns the guild's roles in the order of the hierarchy." -#~ msgstr "" - -#~ msgid "" -#~ "The first element of this list " -#~ "will be the highest role in the" -#~ " hierarchy." -#~ msgstr "" - -#~ msgid "" -#~ "Note that bot accounts can only " -#~ "edit and delete emojis they have " -#~ "created." -#~ 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. These roles are sorted" -#~ " by their position in the role " -#~ "hierarchy." -#~ msgstr "" - -#~ msgid "" -#~ "List[:class:`Role`] -- A list of roles" -#~ " that is allowed to use this " -#~ "emoji." -#~ msgstr "" - -#~ msgid "" -#~ "If the invite is for a guild " -#~ "you have not joined, the guild and" -#~ " channel attributes of the returned " -#~ "invite will be :class:`Object` with the" -#~ " names patched in." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a message is deleted. " -#~ "If the message is not found in " -#~ "the :attr:`Client.messages` cache, then these" -#~ " events will not be called. This " -#~ "happens if the message is too old" -#~ " or the client is participating in" -#~ " high traffic guilds. To fix this," -#~ " increase the ``max_messages`` option of" -#~ " :class:`Client`." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a :class:`Message` receives " -#~ "an update event. If the message is" -#~ " not found in the :attr:`Client.messages`" -#~ " cache, then these events will not" -#~ " be called. This happens if the " -#~ "message is too old or the client" -#~ " is participating in high traffic " -#~ "guilds. To fix this, increase the " -#~ "``max_messages`` option of :class:`Client`." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a message has a " -#~ "reaction added to it. Similar to " -#~ "on_message_edit, if the message is not" -#~ " found in the :attr:`Client.messages` " -#~ "cache, then this event will not be" -#~ " called." -#~ msgstr "" - -#~ msgid "" -#~ "Called when a message has a " -#~ "reaction removed from it. Similar to " -#~ "on_message_edit, if the message is not" -#~ " found in the :attr:`Client.messages` " -#~ "cache, then this event will not be" -#~ " called." -#~ msgstr "" - -#~ msgid "" -#~ "A :class:`User` or :class:`Member` of " -#~ "the user who removed the reaction." -#~ msgstr "" - -#~ 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 " -#~ ":attr:`Client.messages` cache, then this event" -#~ " will not be called." -#~ msgstr "" - -#~ msgid "" -#~ "This does not check if the " -#~ "``@everyone`` text is in the message " -#~ "itself. Rather this boolean indicates if" -#~ " the ``@everyone`` text is in the " -#~ "message **and** it did end up " -#~ "mentioning everyone." -#~ msgstr "" - -#~ msgid ":class:`str` -- The guild's invite splash." -#~ msgstr "" - -#~ msgid "" -#~ "Returns a friendly URL version of " -#~ "the guild's icon. Returns and empty " -#~ "string if it has no icon." -#~ msgstr "" - -#~ msgid "" -#~ "The format must be one of 'webp'," -#~ " 'jpeg', 'jpg', or 'png'. The size" -#~ " must be a power of 2 between" -#~ " 16 and 1024." -#~ msgstr "" - -#~ msgid "There is currently a limit of 50 local emotes per guild." -#~ msgstr "" - -#~ msgid "" -#~ "The :term:`py:bytes-like object` representing" -#~ " the image data to use. Only " -#~ "JPG and PNG images are supported." -#~ msgstr "" - -#~ msgid "" -#~ "Same as :meth:`create_text_channel` except " -#~ "makes a :class:`VoiceChannel` instead." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`Status` -- The member's status. " -#~ "There is a chance that the status" -#~ " will be a :class:`str` if it " -#~ "is a value that is not recognised" -#~ " by the enumerator." -#~ msgstr "" - -#~ msgid "" -#~ "Union[:class:`Game`, :class:`Streaming`, " -#~ ":class:`Activity`] -- The activity that " -#~ "the user is currently doing. Could " -#~ "be None if no activity is being" -#~ " done." -#~ msgstr "" - -#~ msgid "Note that bot accounts can only delete custom emojis they own." -#~ msgstr "" - -#~ msgid ":class:`Guild` -- The guild the invite is for." -#~ msgstr "" - -#~ msgid ":class:`abc.GuildChannel` -- The channel the invite is for." -#~ msgstr "" - -#~ msgid ":class:`int` -- The user ID who added or removed the reaction." -#~ msgstr "" - -#~ msgid "change_nicknames" -#~ msgstr "" - -#~ msgid "" -#~ "Returns True if a user's @everyone " -#~ "will mention everyone in the text " -#~ "channel." -#~ msgstr "" - -#~ msgid "" -#~ "`datetime.datetime` -- A datetime object " -#~ "that specifies the date and time " -#~ "in UTC that the member joined the" -#~ " guild for the first time." -#~ msgstr "" - -#~ msgid "A string representation of the version. e.g. ``'0.10.0-alpha0'``." -#~ msgstr "``'0.10.0-alpha0'`` のようなバージョンの文字列表現。" - -#~ msgid "" -#~ ":obj:`float` -- Measures latency between " -#~ "a HEARTBEAT and a HEARTBEAT_ACK in " -#~ "seconds." -#~ msgstr ":obj:`float` -- HEARTBEATとHEARTBEAT_ACKの待ち時間を秒単位で測定した結果を返します。" - -#~ msgid "" -#~ "Called when a message is deleted. " -#~ "If the message is not found in " -#~ "the internal message cache, then these" -#~ " events will not be called. This " -#~ "happens if the message is too old" -#~ " or the client is participating in" -#~ " high traffic guilds. To fix this," -#~ " increase the ``max_messages`` option of" -#~ " :class:`Client`." -#~ msgstr "" -#~ "メッセージが削除された際に呼び出されます。メッセージが内部のメッセージキャッシュに見つからない場合、このイベントは呼び出されません。これはメッセージが古すぎるか、クライアントが通信の多いギルドに参加している場合に発生します。" -#~ " :class:`Client` の ``max_messages`` " -#~ "オプションを増加させることで修正できます。" - -#~ msgid "" -#~ "Called when a bulk delete is " -#~ "triggered. This event is called " -#~ "regardless of the message IDs being " -#~ "in the internal message cache or " -#~ "not." -#~ msgstr "一括削除が行われた際に呼び出されます。このイベントは、削除されたメッセージが内部キャッシュに存在するか否かにかかわらず呼び出されます。" - -#~ msgid "" -#~ "Called when a message has a " -#~ "reaction added to 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 "" - -#~ msgid "Application Info" -#~ msgstr "アプリケーション情報" - -#~ msgid "A namedtuple representing the bot's application info." -#~ msgstr "Botのアプリケーション情報を表す名前付きタプル。" - -#~ msgid "The application's ``client_id``." -#~ msgstr "アプリケーションの ``client_id`` 。" - -#~ msgid "The application's name." -#~ msgstr "アプリケーションの名前。" - -#~ msgid "The application's description" -#~ msgstr "アプリケーションの説明" - -#~ msgid "The application's icon hash if it exists, ``None`` otherwise." -#~ msgstr "存在する場合はアプリケーションのアイコンのハッシュを、それ以外の場合は ``None`` を返します。" - -#~ msgid "A property that retrieves the application's icon URL if it exists." -#~ msgstr "存在する場合に、アプリケーションのアイコンのURLを返すプロパティ。" - -#~ msgid "If it doesn't exist an empty string is returned." -#~ msgstr "存在しない場合は、空の文字列を返します。" - -#~ msgid "" -#~ "The owner of the application. This " -#~ "is a :class:`User` instance with the " -#~ "owner's information at the time of " -#~ "the call." -#~ msgstr "アプリケーションの所有者。これはアプリケーションの所有者の情報を持った :class:`User` インスタンスが返されます。" - -#~ msgid "" -#~ "``True`` if the bot is considered " -#~ "as public, else ``False``. Determines if" -#~ " the bot can be invited by " -#~ "anyone or if it is locked to " -#~ "the token owner. Correspond to the " -#~ "\"Public bot\" box in the token " -#~ "settings." -#~ msgstr "" -#~ "Botが公開されている場合は ``True`` を、そうでない場合は ``False`` " -#~ "を返します。Botを誰でも招待できるか、または所有者によってロックされているかを表します。これはトークンの設定画面にある " -#~ "\"Public bot\" と対応しています。" - -#~ msgid "" -#~ "``True`` if the bot requires code " -#~ "grant, else ``False``. Correspond to the" -#~ " \"Bot requires code grant\" box in" -#~ " the token settings." -#~ msgstr "" - -#~ msgid "" -#~ "Returns an array of RPC origin URL" -#~ " strings, if RPC is enabled. If " -#~ "RPC isn't enabled, returns ``None``." -#~ msgstr "" - -#~ msgid "The resulting CDN URL." -#~ msgstr "" - -#~ msgid "" -#~ "This is returned as a list of " -#~ "two-element tuples containing the " -#~ "target, which can be either a " -#~ ":class:`Role` or a :class:`Member` and " -#~ "the overwrite as the second element " -#~ "as a :class:`PermissionOverwrite`." -#~ msgstr "" - -#~ msgid "" -#~ "List[Tuple[Union[:class:`Role`, :class:`Member`], " -#~ ":class:`PermissionOverwrite`]]" -#~ msgstr "" - -#~ msgid "" -#~ "If set to true, return messages in" -#~ " oldest->newest order. If unspecified, this" -#~ " defaults to ``False`` for most " -#~ "cases. However if passing in a " -#~ "``after`` parameter then this is set " -#~ "to ``True``. This avoids getting " -#~ "messages out of order in the " -#~ "``after`` case." -#~ msgstr "" - -#~ msgid ":class:`Message` -- The message with the message data parsed." -#~ msgstr "" - -#~ msgid "Retrieves a single :class:`Message` from the destination." -#~ msgstr "" - -#~ msgid ":class:`Message`" -#~ msgstr "" - -#~ msgid "Returns a :class:`list` of :class:`Message` that are currently pinned." -#~ msgstr "" - -#~ msgid "" -#~ "To upload a single file, the " -#~ "``file`` parameter should be used with" -#~ " a single :class:`File` object. To " -#~ "upload multiple files, the ``files`` " -#~ "parameter should be used with a " -#~ ":class:`list` of :class:`File` objects. " -#~ "**Specifying both parameters will lead " -#~ "to an exception**." -#~ msgstr "" - -#~ msgid "" -#~ "If the ``embed`` parameter is provided," -#~ " it must be of type :class:`Embed`" -#~ " and it must be a rich embed" -#~ " type." -#~ msgstr "" - -#~ 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, 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." -#~ msgstr "" - -#~ msgid ":obj:`bool` -- Indicates if the call has ended." -#~ msgstr "" - -#~ msgid ":obj:`bool` -- Denotes if this group call is unavailable." -#~ msgstr "" - -#~ msgid "" -#~ "A property that returns the :obj:`list`" -#~ " of :class:`User` that are currently " -#~ "in this call." -#~ msgstr "" - -#~ msgid "" -#~ "If set to true, return entries in" -#~ " oldest->newest order. If unspecified, this" -#~ " defaults to ``False`` for most " -#~ "cases. However if passing in a " -#~ "``after`` parameter then this is set " -#~ "to ``True``. This avoids getting entries" -#~ " out of order in the ``after`` " -#~ "case." -#~ msgstr "" - -#~ msgid "Returns a URL version of the emoji, if it is custom." -#~ msgstr "" - -#~ msgid "" -#~ "Returns the channel's icon URL if " -#~ "available or an empty string otherwise." -#~ msgstr "" - -#~ msgid ":class:`str`: The same operation as :meth:`Guild.icon_url_as`." -#~ msgstr "" - -#~ msgid ":class:`str`: The same operation as :meth:`Guild.banner_url_as`." -#~ msgstr "" - -#~ msgid ":class:`str`: The same operation as :meth:`Guild.splash_url_as`." -#~ msgstr "" - -#~ msgid "" -#~ "This could be considered the analogous" -#~ " of ``ValueError`` and ``TypeError`` except" -#~ " derived from :exc:`ClientException` and " -#~ "thus :exc:`DiscordException`." -#~ msgstr "" - diff --git a/docs/locale/ja/LC_MESSAGES/discord.po b/docs/locale/ja/LC_MESSAGES/discord.po index 503c54c82e19..9622bc0313ca 100644 --- a/docs/locale/ja/LC_MESSAGES/discord.po +++ b/docs/locale/ja/LC_MESSAGES/discord.po @@ -1,31 +1,27 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: discord.po\n" #: ../../discord.rst:4 msgid "Creating a Bot Account" msgstr "Botアカウント作成" #: ../../discord.rst:6 -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:8 @@ -33,88 +29,59 @@ msgid "Creating a Bot account is a pretty straightforward process." msgstr "Botのアカウント作成はとても簡単です。" #: ../../discord.rst:10 ../../discord.rst:64 -msgid "" -"Make sure you're logged on to the `Discord website " -"`_." +msgid "Make sure you're logged on to the `Discord website `_." msgstr "まずは `Discordのウェブサイト `_ にログインしてください。" #: ../../discord.rst:11 ../../discord.rst:65 -#, fuzzy -msgid "" -"Navigate to the `application page " -"`_" -msgstr "" -"次に `アプリケーションページ `_ " -"に移動します。" +msgid "Navigate to the `application page `_" +msgstr "`アプリケーションページ `_ に移動します。" #: ../../discord.rst:12 -#, fuzzy msgid "Click on the \"New Application\" button." -msgstr "\"New App\" ボタンをクリックしましょう。" +msgstr "「New Application」ボタンをクリックします。" #: ../../discord.rst:17 -#, fuzzy msgid "Give the application a name and click \"Create\"." -msgstr "アプリケーションの名前と必要であれば説明を入力し、 \"Create App\" をクリックしてください。" +msgstr "アプリケーションの名前を決めて、「Create」をクリックします。" #: ../../discord.rst:22 -msgid "" -"Create a Bot User by navigating to the \"Bot\" tab and clicking \"Add " -"Bot\"." -msgstr "" +msgid "Create a Bot User by navigating to the \"Bot\" tab and clicking \"Add Bot\"." +msgstr "「Bot」タブへ移動し、「Add Bot」をクリックしてBotユーザーを作成します。" #: ../../discord.rst:24 msgid "Click \"Yes, do it!\" to continue." -msgstr "" +msgstr "「Yes, do it!」をクリックして続行します。" #: ../../discord.rst:28 -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:30 -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:36 msgid "Copy the token using the \"Copy\" button." -msgstr "" +msgstr "「Copy」ボタンを使ってトークンをコピーします。" #: ../../discord.rst:38 -#, fuzzy msgid "**This is not the Client Secret at the General Information page**" -msgstr "**これはClient Secretではありません。**" +msgstr "**General InformationページのClient Secretではないので注意してください**" #: ../../discord.rst:42 -msgid "" -"It should be worth noting that this token is essentially your bot's " -"password. You should **never** share this to 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 to 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:47 msgid "The possibilities are endless, so **do not share this token.**" -msgstr "可能性は無限なので、絶対に **トークンを共有しないでください** 。" +msgstr "可能性は無限にあるので、絶対に **トークンを共有しないでください** 。" #: ../../discord.rst:49 -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 "" +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:53 -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:58 @@ -126,150 +93,42 @@ msgid "So you've made a Bot User but it's not actually in any server." msgstr "Botのユーザーを作成しましたが、現時点ではどのサーバーにも参加していない状態です。" #: ../../discord.rst:62 -#, fuzzy msgid "If you want to invite your bot you must create an invite URL for it." -msgstr "Botをサーバーに招待する場合、Bot用の招待URLを作成する必要があります。" +msgstr "Botを招待したい場合は、そのための招待URLを作成する必要があります。" #: ../../discord.rst:66 msgid "Click on your bot's page." -msgstr "" +msgstr "Botのページを開きます。" #: ../../discord.rst:67 msgid "Go to the \"OAuth2\" tab." -msgstr "" +msgstr "「OAuth2」タブへ移動します。" #: ../../discord.rst:72 msgid "Tick the \"bot\" checkbox under \"scopes\"." -msgstr "" +msgstr "「scopes」下にある「bot」チェックボックスを選択してください。" #: ../../discord.rst:77 -msgid "" -"Tick the permissions required for your bot to function under \"Bot " -"Permissions\"." -msgstr "" +msgid "Tick the permissions required for your bot to function under \"Bot Permissions\"." +msgstr "「Bot Permissions」からBotの機能に必要な権限を選択してください。" #: ../../discord.rst:79 -msgid "" -"Please be aware of the consequences of requiring your bot to have the " -"\"Administrator\" permission." -msgstr "" +msgid "Please be aware of the consequences of requiring your bot to have the \"Administrator\" permission." +msgstr "Botに「管理者」権限を要求させることによる影響は認識しておきましょう。" #: ../../discord.rst:81 -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 "" +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の所有者は特定の動作と権限のために二段階認証を有効化させなければいけません。詳細は `二段階認証のサポートページ `_ を参照してください。" #: ../../discord.rst:86 -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 "" +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:91 msgid "The person adding the bot needs \"Manage Server\" permissions to do so." -msgstr "" +msgstr "Botを追加する人には「サーバー管理」権限が必要です。" #: ../../discord.rst:93 -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 "" -#~ "You can also put an avatar you " -#~ "want your bot to use, don't worry" -#~ " you can change this later." -#~ msgstr "Botのプロフィール画像も設定できます。これは後で変更が可能です" - -#~ msgid "**Leave the Redirect URI(s) blank** unless are creating a service." -#~ msgstr "サービスを作成していない場合は、 **Leave the Redirect URI(s) は空白にしておきましょう**。" - -#~ msgid "" -#~ "Create a Bot User by clicking on" -#~ " the accompanying button and confirming " -#~ "it." -#~ msgstr "Botユーザーを作成するために、そばにあるボタンをクリックします。" - -#~ msgid "Click to reveal the token." -#~ msgstr "クリックするとトークンが表示されます。" - -#~ msgid "Look at the image above to see where the **Token** is." -#~ msgstr "上記画像を参照し、 **Token** の位置を確認してください。" - -#~ msgid "" -#~ "First, you must fetch the Client " -#~ "ID of the Bot. You can find " -#~ "this in the Bot's application page." -#~ msgstr "まず、BotのClient IDを取得する必要があります。 これはBotのアプリケーションページで見つけることができます。" - -#~ msgid "Copy paste that into the pre-formatted URL:" -#~ msgstr "コピーしたものを予めフォーマットされたURLにコピーします。" - -#~ msgid "" -#~ "Replace ``YOUR_CLIENT_ID`` with the Client " -#~ "ID we got in the previous step." -#~ " For example, in the image above " -#~ "our client ID is 312777964700041216 so" -#~ " the resulting URL would be " -#~ "https://discordapp.com/oauth2/authorize?client_id=312777964700041216&scope=bot&permissions=0" -#~ " (note that this bot has been " -#~ "deleted)." -#~ msgstr "" -#~ "前のステップでコピーしたClient IDで ``YOUR_CLIENT_ID`` " -#~ "を置き換えます。上記の画像では、Client IDは312777964700041216なので、URLは " -#~ "https://discordapp.com/oauth2/authorize?client_id=312777964700041216&scope=bot&permissions=0" -#~ " になります。(このBotは削除されています)" - -#~ msgid "" -#~ "Now you can click the link and " -#~ "invite your bot to any server you" -#~ " have \"Manage Server\" permissions on." -#~ msgstr "これで、リンクから「サーバー管理」の権限を持っているサーバーにBotを招待できます。" - -#~ msgid "Adding Permissions" -#~ msgstr "権限の付与" - -#~ msgid "" -#~ "In the above URL, you might have" -#~ " noticed an interesting bit, the " -#~ "``permissions=0`` fragment." -#~ msgstr "上記のURLで、あなたは興味深い一文 ``permissions=0`` という部分に気づいたでしょう。" - -#~ msgid "" -#~ "Bot accounts can request specific " -#~ "permissions to be granted upon joining." -#~ " When the bot joins the guild, " -#~ "they will be granted a managed " -#~ "role that contains the permissions you" -#~ " requested. If the permissions is 0," -#~ " then no special role is created." -#~ msgstr "" -#~ "Botアカウントは、参加時に付与される特定の権限を要求できます。 " -#~ "ボットがサーバーに参加すると、要求された権限を含む役割が与えられます。permissionsが0の場合は特別な役割は付与されません。" - -#~ msgid "" -#~ "This ``permissions`` value is calculated " -#~ "based on bit-wise arithmetic. " -#~ "Thankfully, people have created a " -#~ "calculator that makes it easy to " -#~ "calculate the permissions necessary visually." -#~ msgstr "" -#~ "この ``permissions`` " -#~ "の値はビット単位の計算に基づいて算出されますが、ありがたいことに視覚的に必要なpermissions値を計算できる計算機が作成されています。" - -#~ msgid "https://discordapi.com/permissions.html" -#~ msgstr "https://discordapi.com/permissions.html" - -#~ msgid "https://finitereality.github.io/permissions/" -#~ msgstr "https://finitereality.github.io/permissions/" - -#~ msgid "Feel free to use whichever is easier for you to grasp." -#~ msgstr "使いやすい方を選んでください。" +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 2697a3a29775..adb6484ea7e0 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/api.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/api.po @@ -1,396 +1,507 @@ -# Translators: -# Episword , 2018 -# cod , 2019 msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/commands/api.po\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 "Bot" msgstr "Bot" -#: discord.ext.commands.Bot:1 of +#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot:1 msgid "Represents a discord bot." msgstr "Discord Botを表します。" -#: discord.ext.commands.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: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:10 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:7 +msgid "This class also subclasses :class:`.GroupMixin` to provide the functionality to manage commands." msgstr "また、 :class:`.GroupMixin` も継承しており、コマンド管理の機能も使用可能です。" -#: discord.ext.commands.Bot:15 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:23 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:28 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:36 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:46 of -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`` " -"です。グループコマンドでも大文字と小文字の区別が必要な場合、すべてのグループで設定が必要になります。" - -#: discord.ext.commands.Bot:52 of -msgid ":class:`str` -- The content prefixed into the default help message." -msgstr ":class:`str` -- この内容が、デフォルトのヘルプメッセージの先頭に表示されます。" - -#: discord.ext.commands.Bot:56 of -msgid "" -":class:`bool` -- 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`` (デフォルト)なら自分自身を無視します。初期化後には変更できません。" - -#: discord.ext.commands.Bot:62 of -msgid "" -"Optional[:class:`.HelpCommand`] -- 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 "" - -#: discord.ext.commands.Bot:68 of -msgid "" -"Optional[:class:`int`] -- The 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 "" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.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.activity:1 of -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`]] -- " -"ログイン時のアクティビティ。" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.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.add_check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.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: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: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:0 +#: discord.ext.commands.Bot.activity:0 +#: discord.ext.commands.Bot.cached_messages:0 discord.ext.commands.Bot.cogs:0 +#: discord.ext.commands.Bot.commands:0 discord.ext.commands.Bot.emojis:0 +#: discord.ext.commands.Bot.extensions:0 discord.ext.commands.Bot.guilds:0 +#: discord.ext.commands.Bot.latency:0 +#: discord.ext.commands.Bot.private_channels:0 discord.ext.commands.Bot.user:0 +#: discord.ext.commands.Bot.voice_clients:0 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command:0 discord.ext.commands.Group:0 +#: discord.ext.commands.Group.commands:0 discord.ext.commands.GroupMixin:0 +#: discord.ext.commands.GroupMixin.commands:0 +#: ../../../discord/ext/commands/cog.py:docstring +#: discord.ext.commands.Cog.qualified_name:0 +#: discord.ext.commands.Cog.description:0 discord.ext.commands.CogMeta:0 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand:0 discord.ext.commands.DefaultHelpCommand:0 +#: discord.ext.commands.MinimalHelpCommand:0 discord.ext.commands.Paginator:0 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:0 discord.ext.commands.Context.voice_client:0 +#: ../../../discord/ext/commands/converter.py:docstring +#: discord.ext.commands.clean_content:0 +#: ../../../discord/ext/commands/errors.py:docstring +#: discord.ext.commands.ConversionError:0 +#: discord.ext.commands.MissingRequiredArgument:0 +#: discord.ext.commands.UnexpectedQuoteError:0 +#: discord.ext.commands.InvalidEndOfQuotedStringError:0 +#: discord.ext.commands.ExpectedClosingQuoteError:0 +#: discord.ext.commands.BadUnionArgument:0 +#: discord.ext.commands.CommandOnCooldown:0 +#: discord.ext.commands.MissingPermissions:0 +#: discord.ext.commands.BotMissingPermissions:0 +#: discord.ext.commands.MissingRole:0 discord.ext.commands.BotMissingRole:0 +#: discord.ext.commands.MissingAnyRole:0 +#: discord.ext.commands.BotMissingAnyRole:0 +#: discord.ext.commands.ExtensionError:0 discord.ext.commands.ExtensionFailed:0 +#: discord.ext.commands.ExtensionNotFound:0 +msgid "type" +msgstr "type" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:47 discord.ext.commands.Bot:61 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command:50 discord.ext.commands.Command:79 +#: discord.ext.commands.Command:90 discord.ext.commands.Command:99 +#: discord.ext.commands.Command:107 +#: discord.ext.commands.Command.is_on_cooldown:7 +#: discord.ext.commands.Command.can_run:13 discord.ext.commands.Group:18 +#: discord.ext.commands.Group:25 discord.ext.commands.Group.can_run:13 +#: discord.ext.commands.Group.is_on_cooldown:7 +#: discord.ext.commands.GroupMixin:15 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand:15 discord.ext.commands.HelpCommand:22 +#: discord.ext.commands.DefaultHelpCommand:18 +#: discord.ext.commands.MinimalHelpCommand:9 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:75 +#: ../../../discord/ext/commands/converter.py:docstring +#: discord.ext.commands.clean_content:10 discord.ext.commands.clean_content:16 +#: discord.ext.commands.clean_content:22 +msgid ":class:`bool`" +msgstr ":class:`bool`" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:51 +msgid "The content prefixed into the default help message." +msgstr "この内容が、デフォルトのヘルプメッセージの先頭に表示されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:53 ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command:10 discord.ext.commands.Command:22 +#: discord.ext.commands.Command:29 discord.ext.commands.Command:35 +#: discord.ext.commands.Command:72 +#: ../../../discord/ext/commands/cog.py:docstring +#: discord.ext.commands.Cog.qualified_name:3 +#: discord.ext.commands.Cog.description:3 discord.ext.commands.CogMeta:37 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand.invoked_with:10 +#: discord.ext.commands.HelpCommand.get_command_signature:7 +#: discord.ext.commands.HelpCommand.command_not_found:13 +#: discord.ext.commands.HelpCommand.subcommand_not_found:20 +#: discord.ext.commands.DefaultHelpCommand:49 +#: discord.ext.commands.DefaultHelpCommand:56 +#: discord.ext.commands.MinimalHelpCommand:16 +#: discord.ext.commands.MinimalHelpCommand:23 +#: discord.ext.commands.MinimalHelpCommand:48 +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:7 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:41 discord.ext.commands.Context:53 +#: ../../../discord/ext/commands/errors.py:docstring +#: discord.ext.commands.UnexpectedQuoteError:9 +#: discord.ext.commands.InvalidEndOfQuotedStringError:10 +#: discord.ext.commands.ExpectedClosingQuoteError:9 +#: discord.ext.commands.ExtensionError:9 discord.ext.commands.ExtensionFailed:9 +#: discord.ext.commands.ExtensionNotFound:9 +msgid ":class:`str`" +msgstr ":class:`str`" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:57 +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 "``True`` の場合、Botは自分自身を無視するのではなく、自分自身が呼び出したコマンドのみ応答します。 ``False`` (デフォルト) なら自分自身を無視します。初期化後には変更できません。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:65 +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.py:docstring of +#: discord.ext.commands.Bot:69 +msgid "Optional[:class:`.HelpCommand`]" +msgstr "Optional[:class:`.HelpCommand`]" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:73 +msgid "The 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 "ボットを所有するユーザーのID。 もし設定されていない場合、:meth:`.is_owner`から照合されたとき、:meth:`~.Bot.application_info`を用いて自動的に取得されます。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot:77 ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.DefaultHelpCommand:36 +#: discord.ext.commands.MinimalHelpCommand:41 +msgid "Optional[:class:`int`]" +msgstr "Optional[:class:`int`]" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.activity:1 +msgid "The activity being used upon logging in." +msgstr "ログイン時に使用されるアクティビティ。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.activity:3 +msgid "Optional[Union[:class:`.Activity`, :class:`.Game`, :class:`.Streaming`]]" +msgstr "Optional[Union[:class:`.Activity`, :class:`.Game`, :class:`.Streaming`]]" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_check:1 msgid "Adds a global check to the bot." -msgstr "" - -#: discord.ext.commands.Bot.add_check:3 of -msgid "" -"This is the non-decorator interface to :meth:`.check` and " -":meth:`.check_once`." -msgstr "" - -#: ../../ext/commands/api.rst discord.ext.commands.Bot.add_check -#: discord.ext.commands.Bot.add_cog discord.ext.commands.Bot.add_command -#: discord.ext.commands.Bot.add_listener discord.ext.commands.Bot.after_invoke -#: discord.ext.commands.Bot.before_invoke -#: discord.ext.commands.Bot.change_presence discord.ext.commands.Bot.connect -#: discord.ext.commands.Bot.create_guild discord.ext.commands.Bot.delete_invite -#: discord.ext.commands.Bot.fetch_guild discord.ext.commands.Bot.fetch_guilds -#: discord.ext.commands.Bot.fetch_invite discord.ext.commands.Bot.fetch_user -#: discord.ext.commands.Bot.fetch_user_profile -#: discord.ext.commands.Bot.fetch_widget discord.ext.commands.Bot.get_cog -#: discord.ext.commands.Bot.get_command discord.ext.commands.Bot.get_context -#: discord.ext.commands.Bot.get_prefix discord.ext.commands.Bot.invoke -#: discord.ext.commands.Bot.is_owner discord.ext.commands.Bot.load_extension -#: discord.ext.commands.Bot.login discord.ext.commands.Bot.process_commands -#: discord.ext.commands.Bot.reload_extension -#: discord.ext.commands.Bot.remove_check discord.ext.commands.Bot.remove_cog -#: discord.ext.commands.Bot.remove_command -#: discord.ext.commands.Bot.remove_listener -#: discord.ext.commands.Bot.request_offline_members -#: discord.ext.commands.Bot.unload_extension discord.ext.commands.Bot.wait_for -#: discord.ext.commands.CategoryChannelConverter.convert -#: discord.ext.commands.Cog.cog_after_invoke -#: discord.ext.commands.Cog.cog_before_invoke -#: discord.ext.commands.Cog.cog_command_error discord.ext.commands.Cog.listener -#: discord.ext.commands.ColourConverter.convert -#: discord.ext.commands.Command.after_invoke -#: discord.ext.commands.Command.before_invoke -#: discord.ext.commands.Command.can_run discord.ext.commands.Command.error -#: discord.ext.commands.Command.is_on_cooldown -#: discord.ext.commands.Command.reset_cooldown -#: discord.ext.commands.Context.fetch_message -#: discord.ext.commands.Context.history discord.ext.commands.Context.invoke -#: discord.ext.commands.Context.reinvoke discord.ext.commands.Context.send -#: discord.ext.commands.Context.send_help -#: discord.ext.commands.Converter.convert -#: discord.ext.commands.DefaultHelpCommand.add_command_formatting -#: discord.ext.commands.DefaultHelpCommand.add_indented_commands -#: discord.ext.commands.EmojiConverter.convert -#: discord.ext.commands.GameConverter.convert -#: discord.ext.commands.Group.add_command -#: discord.ext.commands.Group.after_invoke -#: discord.ext.commands.Group.before_invoke discord.ext.commands.Group.can_run -#: discord.ext.commands.Group.error discord.ext.commands.Group.get_command -#: discord.ext.commands.Group.is_on_cooldown -#: discord.ext.commands.Group.remove_command -#: discord.ext.commands.Group.reset_cooldown -#: discord.ext.commands.GroupMixin.add_command -#: discord.ext.commands.GroupMixin.get_command -#: discord.ext.commands.GroupMixin.remove_command -#: discord.ext.commands.HelpCommand.command_not_found -#: discord.ext.commands.HelpCommand.filter_commands -#: discord.ext.commands.HelpCommand.get_command_signature -#: discord.ext.commands.HelpCommand.get_max_size -#: discord.ext.commands.HelpCommand.on_help_command_error -#: discord.ext.commands.HelpCommand.prepare_help_command -#: discord.ext.commands.HelpCommand.send_bot_help -#: discord.ext.commands.HelpCommand.send_cog_help -#: discord.ext.commands.HelpCommand.send_command_help -#: discord.ext.commands.HelpCommand.send_error_message -#: discord.ext.commands.HelpCommand.send_group_help -#: discord.ext.commands.HelpCommand.subcommand_not_found -#: discord.ext.commands.InviteConverter.convert -#: discord.ext.commands.MemberConverter.convert -#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting -#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting -#: discord.ext.commands.MinimalHelpCommand.add_command_formatting -#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting -#: discord.ext.commands.MinimalHelpCommand.get_command_signature -#: discord.ext.commands.Paginator.add_line -#: discord.ext.commands.PartialEmojiConverter.convert -#: discord.ext.commands.RoleConverter.convert -#: discord.ext.commands.TextChannelConverter.convert -#: discord.ext.commands.UserConverter.convert -#: discord.ext.commands.VoiceChannelConverter.convert -#: discord.ext.commands.check discord.ext.commands.clean_content.convert -#: discord.ext.commands.command discord.ext.commands.cooldown -#: discord.ext.commands.has_any_role discord.ext.commands.has_permissions -#: discord.ext.commands.has_role of +msgstr "ボットにグローバルチェックを追加します。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.py:docstring of +#: discord.ext.commands.Bot.add_check:0 discord.ext.commands.Bot.add_cog:0 +#: discord.ext.commands.Bot.add_command:0 +#: discord.ext.commands.Bot.add_listener:0 +#: discord.ext.commands.Bot.after_invoke:0 +#: discord.ext.commands.Bot.before_invoke:0 +#: discord.ext.commands.Bot.change_presence:0 +#: discord.ext.commands.Bot.connect:0 discord.ext.commands.Bot.create_guild:0 +#: discord.ext.commands.Bot.delete_invite:0 +#: discord.ext.commands.Bot.fetch_guild:0 +#: discord.ext.commands.Bot.fetch_guilds:0 +#: discord.ext.commands.Bot.fetch_invite:0 +#: discord.ext.commands.Bot.fetch_user:0 +#: discord.ext.commands.Bot.fetch_user_profile:0 +#: discord.ext.commands.Bot.fetch_widget:0 discord.ext.commands.Bot.get_cog:0 +#: discord.ext.commands.Bot.get_command:0 +#: discord.ext.commands.Bot.get_context:0 discord.ext.commands.Bot.get_prefix:0 +#: discord.ext.commands.Bot.invoke:0 discord.ext.commands.Bot.is_owner:0 +#: discord.ext.commands.Bot.load_extension:0 discord.ext.commands.Bot.login:0 +#: discord.ext.commands.Bot.process_commands:0 +#: discord.ext.commands.Bot.reload_extension:0 +#: discord.ext.commands.Bot.remove_check:0 +#: discord.ext.commands.Bot.remove_cog:0 +#: discord.ext.commands.Bot.remove_command:0 +#: discord.ext.commands.Bot.remove_listener:0 +#: discord.ext.commands.Bot.request_offline_members:0 +#: discord.ext.commands.Bot.unload_extension:0 +#: discord.ext.commands.Bot.wait_for:0 ../../ext/commands/api.rst:0 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.command:0 discord.ext.commands.Command.is_on_cooldown:0 +#: discord.ext.commands.Command.reset_cooldown:0 +#: discord.ext.commands.Command.error:0 +#: discord.ext.commands.Command.before_invoke:0 +#: discord.ext.commands.Command.after_invoke:0 +#: discord.ext.commands.Command.can_run:0 +#: discord.ext.commands.Group.add_command:0 +#: discord.ext.commands.Group.after_invoke:0 +#: discord.ext.commands.Group.before_invoke:0 +#: discord.ext.commands.Group.can_run:0 discord.ext.commands.Group.error:0 +#: discord.ext.commands.Group.get_command:0 +#: discord.ext.commands.Group.is_on_cooldown:0 +#: discord.ext.commands.Group.remove_command:0 +#: discord.ext.commands.Group.reset_cooldown:0 +#: discord.ext.commands.GroupMixin.add_command:0 +#: discord.ext.commands.GroupMixin.remove_command:0 +#: discord.ext.commands.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/cog.py:docstring +#: discord.ext.commands.Cog.listener:0 +#: discord.ext.commands.Cog.cog_command_error:0 +#: discord.ext.commands.Cog.cog_after_invoke:0 +#: discord.ext.commands.Cog.cog_before_invoke:0 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand.get_command_signature:0 +#: discord.ext.commands.HelpCommand.command_not_found:0 +#: discord.ext.commands.HelpCommand.subcommand_not_found:0 +#: discord.ext.commands.HelpCommand.get_max_size:0 +#: discord.ext.commands.HelpCommand.filter_commands:0 +#: discord.ext.commands.HelpCommand.on_help_command_error:0 +#: discord.ext.commands.HelpCommand.prepare_help_command:0 +#: discord.ext.commands.HelpCommand.send_bot_help:0 +#: discord.ext.commands.HelpCommand.send_cog_help:0 +#: discord.ext.commands.HelpCommand.send_command_help:0 +#: discord.ext.commands.HelpCommand.send_error_message:0 +#: discord.ext.commands.HelpCommand.send_group_help:0 +#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:0 +#: discord.ext.commands.DefaultHelpCommand.add_command_formatting:0 +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:0 +#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:0 +#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:0 +#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:0 +#: discord.ext.commands.MinimalHelpCommand.add_command_formatting:0 +#: discord.ext.commands.Paginator.add_line:0 discord.ext.commands.check:0 +#: discord.ext.commands.has_role:0 discord.ext.commands.has_permissions:0 +#: discord.ext.commands.has_any_role:0 discord.ext.commands.cooldown:0 +#: ../../../discord/abc.py:docstring discord.ext.commands.Context.history:0 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context.fetch_message:0 +#: discord.ext.commands.Context.invoke:0 +#: discord.ext.commands.Context.reinvoke:0 discord.ext.commands.Context.send:0 +#: discord.ext.commands.Context.send_help:0 +#: ../../../discord/ext/commands/converter.py:docstring +#: discord.ext.commands.Converter.convert:0 +#: discord.ext.commands.MemberConverter.convert:0 +#: discord.ext.commands.UserConverter.convert:0 +#: discord.ext.commands.TextChannelConverter.convert:0 +#: discord.ext.commands.VoiceChannelConverter.convert:0 +#: discord.ext.commands.CategoryChannelConverter.convert:0 +#: discord.ext.commands.InviteConverter.convert:0 +#: discord.ext.commands.RoleConverter.convert:0 +#: discord.ext.commands.GameConverter.convert:0 +#: discord.ext.commands.ColourConverter.convert:0 +#: discord.ext.commands.EmojiConverter.convert:0 +#: discord.ext.commands.PartialEmojiConverter.convert:0 +#: discord.ext.commands.clean_content.convert:0 +#: ../../../discord/ext/commands/errors.py:docstring +#: discord.ext.commands.NSFWChannelRequired:0 msgid "Parameters" msgstr "パラメータ" -#: discord.ext.commands.Bot.add_check:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_check:6 msgid "The function that was used as a global check." -msgstr "" +msgstr "グローバルチェックとして使用される関数。" -#: discord.ext.commands.Bot.add_check:7 of -msgid "" -"If the function should only be called once per :meth:`.Command.invoke` " -"call." -msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_check:7 +msgid "If the function should only be called once per :meth:`.Command.invoke` call." +msgstr "その関数が:meth:`.Command.invoke`の呼び出し時に一度だけ呼び出されたほうがいいか。" -#: discord.ext.commands.Bot.add_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:1 msgid "Adds a \"cog\" to the bot." msgstr "botに「コグ」を追加します。" -#: discord.ext.commands.Bot.add_cog:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:3 msgid "A cog is a class that has its own event listeners and commands." -msgstr "" +msgstr "コグは、イベントリスナーとコマンドを持つクラスです。" -#: discord.ext.commands.Bot.add_cog:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:5 msgid "The cog to register to the bot." -msgstr "" - -#: discord.ext.commands.Bot.add_cog discord.ext.commands.Bot.add_command -#: discord.ext.commands.Bot.after_invoke -#: discord.ext.commands.Bot.application_info -#: discord.ext.commands.Bot.before_invoke -#: discord.ext.commands.Bot.change_presence discord.ext.commands.Bot.connect -#: discord.ext.commands.Bot.create_guild discord.ext.commands.Bot.delete_invite -#: discord.ext.commands.Bot.event discord.ext.commands.Bot.fetch_guild -#: discord.ext.commands.Bot.fetch_guilds discord.ext.commands.Bot.fetch_invite -#: discord.ext.commands.Bot.fetch_user -#: discord.ext.commands.Bot.fetch_user_profile -#: discord.ext.commands.Bot.fetch_webhook discord.ext.commands.Bot.fetch_widget -#: discord.ext.commands.Bot.listen discord.ext.commands.Bot.load_extension -#: discord.ext.commands.Bot.login discord.ext.commands.Bot.reload_extension -#: discord.ext.commands.Bot.request_offline_members -#: discord.ext.commands.Bot.unload_extension discord.ext.commands.Bot.wait_for -#: discord.ext.commands.Cog.listener discord.ext.commands.Command.after_invoke -#: discord.ext.commands.Command.before_invoke -#: discord.ext.commands.Command.can_run discord.ext.commands.Command.error -#: discord.ext.commands.Context.fetch_message -#: discord.ext.commands.Context.history discord.ext.commands.Context.pins -#: discord.ext.commands.Context.send discord.ext.commands.Group.add_command -#: discord.ext.commands.Group.after_invoke -#: discord.ext.commands.Group.before_invoke discord.ext.commands.Group.can_run -#: discord.ext.commands.Group.error discord.ext.commands.GroupMixin.add_command -#: discord.ext.commands.Paginator.add_line discord.ext.commands.command of +msgstr "ボットに登録するコグ。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:0 discord.ext.commands.Bot.add_command:0 +#: discord.ext.commands.Bot.after_invoke:0 +#: discord.ext.commands.Bot.application_info:0 +#: discord.ext.commands.Bot.before_invoke:0 +#: discord.ext.commands.Bot.change_presence:0 +#: discord.ext.commands.Bot.connect:0 discord.ext.commands.Bot.create_guild:0 +#: discord.ext.commands.Bot.delete_invite:0 discord.ext.commands.Bot.event:0 +#: discord.ext.commands.Bot.fetch_guild:0 +#: discord.ext.commands.Bot.fetch_guilds:0 +#: discord.ext.commands.Bot.fetch_invite:0 +#: discord.ext.commands.Bot.fetch_user:0 +#: discord.ext.commands.Bot.fetch_user_profile:0 +#: discord.ext.commands.Bot.fetch_webhook:0 +#: discord.ext.commands.Bot.fetch_widget:0 discord.ext.commands.Bot.listen:0 +#: discord.ext.commands.Bot.load_extension:0 discord.ext.commands.Bot.login:0 +#: discord.ext.commands.Bot.reload_extension:0 +#: discord.ext.commands.Bot.request_offline_members:0 +#: discord.ext.commands.Bot.unload_extension:0 +#: discord.ext.commands.Bot.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.command:0 discord.ext.commands.Command.error:0 +#: discord.ext.commands.Command.before_invoke:0 +#: discord.ext.commands.Command.after_invoke:0 +#: discord.ext.commands.Command.can_run:0 +#: discord.ext.commands.Group.add_command:0 +#: discord.ext.commands.Group.after_invoke:0 +#: discord.ext.commands.Group.before_invoke:0 +#: discord.ext.commands.Group.can_run:0 discord.ext.commands.Group.error:0 +#: discord.ext.commands.GroupMixin.add_command:0 +#: ../../../discord/ext/commands/cog.py:docstring +#: discord.ext.commands.Cog.listener:0 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.Paginator.add_line:0 ../../../discord/abc.py:docstring +#: discord.ext.commands.Context.history:0 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context.fetch_message:0 +#: discord.ext.commands.Context.pins:0 discord.ext.commands.Context.send:0 msgid "raises" msgstr "例外" -#: discord.ext.commands.Bot.add_cog:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:8 msgid ":exc:`TypeError` -- The cog does not inherit from :class:`.Cog`." -msgstr "" +msgstr ":exc:`TypeError -- コグが:class:`.Cog`から継承していない。" -#: discord.ext.commands.Bot.add_cog:9 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_cog:9 msgid ":exc:`CommandError` -- An error happened during loading." -msgstr "" +msgstr ":exc:`CommandError` -- 読み込み中にエラーが発生した。" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_command:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.add_command:1 -#: discord.ext.commands.GroupMixin.add_command:1 of -msgid "" -"Adds a :class:`.Command` or its subclasses into the internal list of " -"commands." -msgstr "" +#: discord.ext.commands.GroupMixin.add_command:1 +msgid "Adds a :class:`.Command` or its subclasses into the internal list of commands." +msgstr ":class:`.Command`やそのサブクラスを内部のコマンドリストに追加します。" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_command:4 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.add_command:4 -#: discord.ext.commands.GroupMixin.add_command:4 of -msgid "" -"This is usually not called, instead the :meth:`~.GroupMixin.command` or " -":meth:`~.GroupMixin.group` shortcut decorators are used instead." +#: discord.ext.commands.GroupMixin.add_command:4 +msgid "This is usually not called, instead the :meth:`~.GroupMixin.command` or :meth:`~.GroupMixin.group` shortcut decorators are used instead." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_command:7 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.add_command:7 -#: discord.ext.commands.GroupMixin.add_command:7 of +#: discord.ext.commands.GroupMixin.add_command:7 msgid "The command to add." msgstr "追加するコマンド。" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_command:9 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.add_command:9 -#: discord.ext.commands.GroupMixin.add_command:9 of +#: discord.ext.commands.GroupMixin.add_command:9 msgid ":exc:`.ClientException` -- If the command is already registered." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_command:10 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.add_command:10 -#: discord.ext.commands.GroupMixin.add_command:10 of -msgid "" -":exc:`TypeError` -- If the command passed is not a subclass of " -":class:`.Command`." +#: discord.ext.commands.GroupMixin.add_command:10 +msgid ":exc:`TypeError` -- If the command passed is not a subclass of :class:`.Command`." msgstr "" -#: discord.ext.commands.Bot.add_listener:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_listener:1 msgid "The non decorator alternative to :meth:`.listen`." msgstr "" -#: discord.ext.commands.Bot.add_listener:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_listener:3 msgid "The function to call." msgstr "" -#: discord.ext.commands.Bot.add_listener:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.add_listener:5 msgid "The name of the event to listen for. Defaults to ``func.__name__``." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.add_listener:9 #: discord.ext.commands.Bot.change_presence:10 #: discord.ext.commands.Bot.check:16 discord.ext.commands.Bot.check_once:20 #: discord.ext.commands.Bot.event:8 discord.ext.commands.Bot.listen:8 -#: discord.ext.commands.has_any_role:11 discord.ext.commands.has_permissions:13 -#: discord.ext.commands.when_mentioned_or:6 of +#: discord.ext.commands.when_mentioned_or:6 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.has_permissions:13 discord.ext.commands.has_any_role:20 msgid "Example" msgstr "例" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.after_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.after_invoke:1 -#: discord.ext.commands.Group.after_invoke:1 of +#: discord.ext.commands.Group.after_invoke:1 msgid "A decorator that registers a coroutine as a post-invoke hook." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.after_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.after_invoke:3 -#: discord.ext.commands.Group.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." +#: discord.ext.commands.Group.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.py:docstring of #: discord.ext.commands.Bot.after_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.after_invoke:7 -#: discord.ext.commands.Group.after_invoke:7 of +#: discord.ext.commands.Group.after_invoke:7 msgid "This post-invoke hook takes a sole parameter, a :class:`.Context`." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.after_invoke:17 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.after_invoke:11 -#: discord.ext.commands.Group.after_invoke:11 of +#: discord.ext.commands.Group.after_invoke:11 msgid "The coroutine to register as the post-invoke hook." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.after_invoke:19 #: discord.ext.commands.Bot.before_invoke:18 discord.ext.commands.Bot.event:15 -#: discord.ext.commands.Command.after_invoke:14 -#: discord.ext.commands.Command.before_invoke:14 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.error:10 +#: discord.ext.commands.Command.before_invoke:14 +#: discord.ext.commands.Command.after_invoke:14 #: discord.ext.commands.Group.after_invoke:14 #: discord.ext.commands.Group.before_invoke:14 -#: discord.ext.commands.Group.error:10 of +#: discord.ext.commands.Group.error:10 msgid ":exc:`TypeError` -- The coroutine passed is not actually a coroutine." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.application_info:1 #: discord.ext.commands.Bot.change_presence:1 #: discord.ext.commands.Bot.connect:1 discord.ext.commands.Bot.create_guild:1 @@ -411,18 +522,9 @@ msgstr "" #: discord.ext.commands.Bot.request_offline_members:1 #: discord.ext.commands.Bot.start:1 discord.ext.commands.Bot.wait_for:1 #: discord.ext.commands.Bot.wait_until_ready:1 -#: discord.ext.commands.CategoryChannelConverter.convert:1 -#: discord.ext.commands.ColourConverter.convert:1 -#: discord.ext.commands.Command.can_run:1 -#: discord.ext.commands.Context.fetch_message:1 -#: discord.ext.commands.Context.invoke:1 discord.ext.commands.Context.pins:1 -#: discord.ext.commands.Context.reinvoke:1 discord.ext.commands.Context.send:1 -#: discord.ext.commands.Context.send_help:1 -#: discord.ext.commands.Context.trigger_typing:1 -#: discord.ext.commands.Converter.convert:1 -#: discord.ext.commands.EmojiConverter.convert:1 -#: discord.ext.commands.GameConverter.convert:1 -#: discord.ext.commands.Group.can_run:1 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command.can_run:1 discord.ext.commands.Group.can_run:1 +#: ../../../discord/ext/commands/help.py:docstring #: discord.ext.commands.HelpCommand.command_callback:1 #: discord.ext.commands.HelpCommand.filter_commands:1 #: discord.ext.commands.HelpCommand.on_help_command_error:1 @@ -432,1260 +534,1398 @@ msgstr "" #: discord.ext.commands.HelpCommand.send_command_help:1 #: discord.ext.commands.HelpCommand.send_error_message:1 #: discord.ext.commands.HelpCommand.send_group_help:1 -#: discord.ext.commands.InviteConverter.convert:1 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context.fetch_message:1 +#: discord.ext.commands.Context.invoke:1 discord.ext.commands.Context.pins:1 +#: discord.ext.commands.Context.reinvoke:1 discord.ext.commands.Context.send:1 +#: discord.ext.commands.Context.send_help:1 +#: discord.ext.commands.Context.trigger_typing:1 +#: ../../../discord/ext/commands/converter.py:docstring +#: discord.ext.commands.Converter.convert:1 #: discord.ext.commands.MemberConverter.convert:1 -#: discord.ext.commands.PartialEmojiConverter.convert:1 -#: discord.ext.commands.RoleConverter.convert:1 -#: discord.ext.commands.TextChannelConverter.convert:1 #: discord.ext.commands.UserConverter.convert:1 +#: discord.ext.commands.TextChannelConverter.convert:1 #: discord.ext.commands.VoiceChannelConverter.convert:1 -#: discord.ext.commands.clean_content.convert:1 of +#: discord.ext.commands.CategoryChannelConverter.convert:1 +#: discord.ext.commands.InviteConverter.convert:1 +#: discord.ext.commands.RoleConverter.convert:1 +#: discord.ext.commands.GameConverter.convert:1 +#: discord.ext.commands.ColourConverter.convert:1 +#: discord.ext.commands.EmojiConverter.convert:1 +#: discord.ext.commands.PartialEmojiConverter.convert:1 +#: discord.ext.commands.clean_content.convert:1 msgid "|coro|" msgstr "|coro|" -#: discord.ext.commands.Bot.application_info:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:3 msgid "Retrieve's the bot's application information." msgstr "Botのアプリケーション情報を取得します。" -#: discord.ext.commands.Bot.application_info:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:5 msgid ":exc:`HTTPException` -- Retrieving the information failed somehow." msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" -#: discord.ext.commands.Bot.application_info -#: discord.ext.commands.Bot.create_guild discord.ext.commands.Bot.fetch_guild -#: discord.ext.commands.Bot.fetch_invite discord.ext.commands.Bot.fetch_user -#: discord.ext.commands.Bot.fetch_user_profile -#: discord.ext.commands.Bot.fetch_webhook discord.ext.commands.Bot.fetch_widget -#: discord.ext.commands.Bot.get_command discord.ext.commands.Bot.get_context -#: discord.ext.commands.Bot.get_prefix discord.ext.commands.Bot.remove_command -#: discord.ext.commands.Bot.wait_for discord.ext.commands.Command.can_run -#: discord.ext.commands.Command.is_on_cooldown -#: discord.ext.commands.Context.fetch_message discord.ext.commands.Context.send -#: discord.ext.commands.Context.send_help discord.ext.commands.Group.can_run -#: discord.ext.commands.Group.get_command -#: discord.ext.commands.Group.is_on_cooldown -#: discord.ext.commands.Group.remove_command -#: discord.ext.commands.GroupMixin.get_command -#: discord.ext.commands.GroupMixin.remove_command -#: discord.ext.commands.HelpCommand.cog -#: discord.ext.commands.HelpCommand.command_not_found -#: discord.ext.commands.HelpCommand.filter_commands -#: discord.ext.commands.HelpCommand.get_command_signature -#: discord.ext.commands.HelpCommand.get_max_size -#: discord.ext.commands.HelpCommand.invoked_with -#: discord.ext.commands.HelpCommand.subcommand_not_found -#: discord.ext.commands.MinimalHelpCommand.get_command_signature of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:0 +#: discord.ext.commands.Bot.create_guild:0 +#: discord.ext.commands.Bot.fetch_guild:0 +#: discord.ext.commands.Bot.fetch_invite:0 +#: discord.ext.commands.Bot.fetch_user:0 +#: discord.ext.commands.Bot.fetch_user_profile:0 +#: discord.ext.commands.Bot.fetch_webhook:0 +#: discord.ext.commands.Bot.fetch_widget:0 +#: discord.ext.commands.Bot.get_command:0 +#: discord.ext.commands.Bot.get_context:0 discord.ext.commands.Bot.get_prefix:0 +#: discord.ext.commands.Bot.remove_command:0 +#: discord.ext.commands.Bot.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command.is_on_cooldown:0 +#: discord.ext.commands.Command.can_run:0 discord.ext.commands.Group.can_run:0 +#: discord.ext.commands.Group.get_command:0 +#: discord.ext.commands.Group.is_on_cooldown:0 +#: discord.ext.commands.Group.remove_command:0 +#: discord.ext.commands.GroupMixin.remove_command:0 +#: discord.ext.commands.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand.invoked_with:0 +#: discord.ext.commands.HelpCommand.get_command_signature:0 +#: discord.ext.commands.HelpCommand.command_not_found:0 +#: discord.ext.commands.HelpCommand.subcommand_not_found:0 +#: discord.ext.commands.HelpCommand.get_max_size:0 +#: discord.ext.commands.HelpCommand.cog:0 +#: discord.ext.commands.HelpCommand.filter_commands:0 +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context.fetch_message:0 +#: discord.ext.commands.Context.send:0 discord.ext.commands.Context.send_help:0 msgid "Returns" msgstr "戻り値" -#: discord.ext.commands.Bot.application_info:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:7 msgid "A namedtuple representing the application info." msgstr "アプリケーション情報を表す名前付きタプル。" -#: discord.ext.commands.Bot.application_info -#: discord.ext.commands.Bot.create_guild discord.ext.commands.Bot.fetch_guild -#: discord.ext.commands.Bot.fetch_invite discord.ext.commands.Bot.fetch_user -#: discord.ext.commands.Bot.fetch_user_profile -#: discord.ext.commands.Bot.fetch_webhook discord.ext.commands.Bot.fetch_widget -#: discord.ext.commands.Bot.get_command discord.ext.commands.Bot.get_context -#: discord.ext.commands.Bot.get_prefix discord.ext.commands.Bot.remove_command -#: discord.ext.commands.Bot.wait_for discord.ext.commands.Command.can_run -#: discord.ext.commands.Command.is_on_cooldown -#: discord.ext.commands.Context.fetch_message discord.ext.commands.Context.send -#: discord.ext.commands.Context.send_help discord.ext.commands.Group.can_run -#: discord.ext.commands.Group.get_command -#: discord.ext.commands.Group.is_on_cooldown -#: discord.ext.commands.Group.remove_command -#: discord.ext.commands.GroupMixin.get_command -#: discord.ext.commands.GroupMixin.remove_command -#: discord.ext.commands.HelpCommand.cog -#: discord.ext.commands.HelpCommand.command_not_found -#: discord.ext.commands.HelpCommand.filter_commands -#: discord.ext.commands.HelpCommand.get_command_signature -#: discord.ext.commands.HelpCommand.get_max_size -#: discord.ext.commands.HelpCommand.invoked_with -#: discord.ext.commands.HelpCommand.subcommand_not_found -#: discord.ext.commands.MinimalHelpCommand.get_command_signature of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:0 +#: discord.ext.commands.Bot.create_guild:0 +#: discord.ext.commands.Bot.fetch_guild:0 +#: discord.ext.commands.Bot.fetch_invite:0 +#: discord.ext.commands.Bot.fetch_user:0 +#: discord.ext.commands.Bot.fetch_user_profile:0 +#: discord.ext.commands.Bot.fetch_webhook:0 +#: discord.ext.commands.Bot.fetch_widget:0 +#: discord.ext.commands.Bot.get_command:0 +#: discord.ext.commands.Bot.get_context:0 discord.ext.commands.Bot.get_prefix:0 +#: discord.ext.commands.Bot.remove_command:0 +#: discord.ext.commands.Bot.wait_for:0 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Command.is_on_cooldown:0 +#: discord.ext.commands.Command.can_run:0 discord.ext.commands.Group.can_run:0 +#: discord.ext.commands.Group.get_command:0 +#: discord.ext.commands.Group.is_on_cooldown:0 +#: discord.ext.commands.Group.remove_command:0 +#: discord.ext.commands.GroupMixin.remove_command:0 +#: discord.ext.commands.GroupMixin.get_command:0 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand.invoked_with:0 +#: discord.ext.commands.HelpCommand.get_command_signature:0 +#: discord.ext.commands.HelpCommand.command_not_found:0 +#: discord.ext.commands.HelpCommand.subcommand_not_found:0 +#: discord.ext.commands.HelpCommand.get_max_size:0 +#: discord.ext.commands.HelpCommand.cog:0 +#: discord.ext.commands.HelpCommand.filter_commands:0 +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:0 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context.fetch_message:0 +#: discord.ext.commands.Context.send:0 discord.ext.commands.Context.send_help:0 msgid "Return type" msgstr "戻り値の型" -#: discord.ext.commands.Bot.application_info:8 of -msgid ":class:`AppInfo`" -msgstr ":class:`AppInfo`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.application_info:8 +msgid ":class:`.AppInfo`" +msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.before_invoke:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.before_invoke:1 -#: discord.ext.commands.Group.before_invoke:1 of +#: discord.ext.commands.Group.before_invoke:1 msgid "A decorator that registers a coroutine as a pre-invoke hook." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.before_invoke:3 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.before_invoke:3 -#: discord.ext.commands.Group.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." +#: discord.ext.commands.Group.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.py:docstring of #: discord.ext.commands.Bot.before_invoke:7 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.before_invoke:7 -#: discord.ext.commands.Group.before_invoke:7 of +#: discord.ext.commands.Group.before_invoke:7 msgid "This pre-invoke hook takes a sole parameter, a :class:`.Context`." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.before_invoke:16 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Command.before_invoke:11 -#: discord.ext.commands.Group.before_invoke:11 of +#: discord.ext.commands.Group.before_invoke:11 msgid "The coroutine to register as the pre-invoke hook." msgstr "" -#: discord.ext.commands.Bot.change_presence:3 of +#: ../../../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 "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.cached_messages:5 +msgid "Sequence[:class:`~discord.Message`]" +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:3 msgid "Changes the client's presence." msgstr "クライアントのプレゼンスを変更します。" -#: discord.ext.commands.Bot.change_presence:5 of -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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:5 +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 "" -#: discord.ext.commands.Bot.change_presence:16 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:16 msgid "The activity being done. ``None`` if no currently active activity is done." msgstr "実行中のアクティビティ。何も実行していない場合は ``None`` です。" -#: discord.ext.commands.Bot.change_presence:18 of -msgid "" -"Indicates what status to change to. If None, then :attr:`Status.online` " -"is used." -msgstr "変更したいステータスを表します。Noneの場合は :attr:`Status.online` が使用されます。" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:18 +msgid "Indicates what status to change to. If None, then :attr:`.Status.online` is used." +msgstr "" -#: discord.ext.commands.Bot.change_presence:21 of -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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:21 +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.ext.commands.Bot.change_presence:26 of -msgid "" -":exc:`InvalidArgument` -- If the ``activity`` parameter is not the proper" -" type." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.change_presence:26 +msgid ":exc:`InvalidArgument` -- If the ``activity`` parameter is not the proper type." msgstr ":exc:`InvalidArgument` -- ``activity`` に渡された値が適切な型でない。" -#: discord.ext.commands.Bot.check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.check:1 msgid "A decorator that adds a global check to the bot." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.check:9 discord.ext.commands.Bot.check_once:13 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.check:9 discord.ext.commands.Bot.check_once:13 msgid "This function can either be a regular function or a coroutine." msgstr "" -#: discord.ext.commands.Bot.check:11 discord.ext.commands.Bot.check_once:15 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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.check:11 discord.ext.commands.Bot.check_once:15 +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 "" -#: discord.ext.commands.Bot.check_once:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.check_once:1 msgid "A decorator that adds a \"call once\" global check to the bot." msgstr "" -#: discord.ext.commands.Bot.check_once:3 of -msgid "" -"Unlike regular global checks, this one is called only once per " -":meth:`.Command.invoke` call." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.check_once:3 +msgid "Unlike regular global checks, this one is called only once per :meth:`.Command.invoke` call." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.clear:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.clear:1 msgid "Clears the internal state of the bot." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.cogs:1 of -msgid "" -"Mapping[:class:`str`, :class:`Cog`] -- A read-only mapping of cog name to" -" cog." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.cogs:1 +msgid "A read-only mapping of cog name to cog." msgstr "" -#: discord.ext.commands.Bot.command:1 discord.ext.commands.Group.command:1 -#: discord.ext.commands.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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.cogs:3 +msgid "Mapping[:class:`str`, :class:`Cog`]" msgstr "" -#: discord.ext.commands.Bot.commands:1 discord.ext.commands.Group.commands:1 -#: discord.ext.commands.GroupMixin.commands:1 of -msgid "" -"Set[:class:`.Command`] -- A unique set of commands without aliases that " -"are registered." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.command:1 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Group.command:1 +#: discord.ext.commands.GroupMixin.command:1 +msgid "A shortcut decorator that invokes :func:`.command` and adds it to the internal command list via :meth:`~.GroupMixin.add_command`." msgstr "" -#: discord.ext.commands.Bot.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.ext.commands.Bot.commands:1 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Group.commands:1 +#: discord.ext.commands.GroupMixin.commands:1 +msgid "A unique set of commands without aliases that are registered." msgstr "" -#: discord.ext.commands.Bot.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)." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.commands:3 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Group.commands:3 +#: discord.ext.commands.GroupMixin.commands:3 +msgid "Set[:class:`.Command`]" msgstr "" -#: discord.ext.commands.Bot.connect:14 of -msgid "" -":exc:`GatewayNotFound` -- If the gateway to connect to discord is not " -"found. Usually if this is thrown then there is a discord API outage." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.connect:14 +msgid ":exc:`GatewayNotFound` -- If the gateway to connect to discord is not found. Usually if this is thrown then there is a discord API outage." msgstr "" -#: discord.ext.commands.Bot.connect:16 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.connect:16 msgid ":exc:`ConnectionClosed` -- The websocket connection has been terminated." msgstr "" -#: discord.ext.commands.Bot.create_guild:3 of -msgid "Creates a :class:`Guild`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:3 +msgid "Creates a :class:`.Guild`." msgstr "" -#: discord.ext.commands.Bot.create_guild:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:5 msgid "Bot accounts in more than 10 guilds are not allowed to create guilds." msgstr "" -#: discord.ext.commands.Bot.create_guild:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:7 msgid "The name of the guild." -msgstr "" +msgstr "ギルドの名前。" -#: discord.ext.commands.Bot.create_guild:9 of -msgid "" -"The region for the voice communication server. Defaults to " -":attr:`VoiceRegion.us_west`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:9 +msgid "The region for the voice communication server. Defaults to :attr:`.VoiceRegion.us_west`." msgstr "" -#: discord.ext.commands.Bot.create_guild:12 of -msgid "" -"The :term:`py:bytes-like object` representing the icon. See " -":meth:`~ClientUser.edit` for more details on what is expected." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:12 +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.create_guild:16 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:16 msgid ":exc:`HTTPException` -- Guild creation failed." msgstr "" -#: discord.ext.commands.Bot.create_guild:17 of -msgid "" -":exc:`InvalidArgument` -- Invalid icon image format given. Must be PNG or" -" JPG." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:17 +msgid ":exc:`InvalidArgument` -- Invalid icon image format given. Must be PNG or JPG." msgstr "" -#: discord.ext.commands.Bot.create_guild:19 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.create_guild:19 msgid "The guild created. This is not the same guild that is added to cache." -msgstr "" +msgstr "作成されたギルド。キャッシュに追加されるギルドとは別物です。" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.create_guild:21 -#: discord.ext.commands.Bot.fetch_guild:12 of -msgid ":class:`Guild`" +#: discord.ext.commands.Bot.fetch_guild:21 +msgid ":class:`.Guild`" msgstr "" -#: discord.ext.commands.Bot.delete_invite:3 of -msgid "Revokes an :class:`Invite`, URL, or ID to an invite." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.delete_invite:3 +msgid "Revokes an :class:`.Invite`, URL, or ID to an invite." msgstr "" -#: discord.ext.commands.Bot.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.ext.commands.Bot.delete_invite:5 +msgid "You must have the :attr:`~.Permissions.manage_channels` permission in the associated guild to do this." msgstr "" -#: discord.ext.commands.Bot.delete_invite:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.delete_invite:8 msgid "The invite to revoke." -msgstr "" +msgstr "招待を取り消す。" -#: discord.ext.commands.Bot.delete_invite:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.delete_invite:11 msgid ":exc:`Forbidden` -- You do not have permissions to revoke invites." -msgstr "" +msgstr ":exc:`Forbidden` -- 招待を取り消す権限が無い。" -#: discord.ext.commands.Bot.delete_invite:12 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.delete_invite:12 msgid ":exc:`NotFound` -- The invite is invalid or expired." -msgstr "" +msgstr ":exc:`NotFound` -- 招待が無効、あるいは期限切れになっている。" -#: discord.ext.commands.Bot.delete_invite:13 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.delete_invite:13 msgid ":exc:`HTTPException` -- Revoking the invite failed." +msgstr ":exc:`HTTPException` -- 招待の取り消しに失敗した。" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.emojis:1 +msgid "The emojis that the connected client has." msgstr "" -#: discord.ext.commands.Bot.emojis:1 of -msgid "List[:class:`Emoji`] -- The emojis that the connected client has." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.emojis:3 +msgid "List[:class:`.Emoji`]" msgstr "" -#: discord.ext.commands.Bot.event:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.event:1 msgid "A decorator that registers an event to listen to." msgstr "" -#: discord.ext.commands.Bot.event:3 of -msgid "" -"You can find more info about the events on the :ref:`documentation below " -"`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.event:3 +msgid "You can find more info about the events on the :ref:`documentation below `." msgstr "" -#: discord.ext.commands.Bot.event:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.event:5 msgid "The events must be a |corourl|_, if not, :exc:`TypeError` is raised." msgstr "" -#: discord.ext.commands.Bot.extensions:1 of -msgid "" -"Mapping[:class:`str`, :class:`py:types.ModuleType`] -- A read-only " -"mapping of extension name to extension." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.extensions:1 +msgid "A read-only mapping of extension name to extension." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.extensions:3 +msgid "Mapping[:class:`str`, :class:`py:types.ModuleType`]" +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:3 +msgid "Retrieves a :class:`.Guild` from an ID." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:7 +msgid "Using this, you will not receive :attr:`.Guild.channels`, :class:`.Guild.members`, :attr:`.Member.activity` and :attr:`.Member.voice` per :class:`.Member`." msgstr "" -#: discord.ext.commands.Bot.fetch_guild:3 of -msgid "Retreives a :class:`Guild` from an ID." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:12 +msgid "This method is an API call. For general usage, consider :meth:`get_guild` instead." msgstr "" -#: discord.ext.commands.Bot.fetch_guild:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:14 msgid "The guild's ID to fetch from." msgstr "" -#: discord.ext.commands.Bot.fetch_guild:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:17 msgid ":exc:`Forbidden` -- You do not have access to the guild." msgstr "" -#: discord.ext.commands.Bot.fetch_guild:9 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:18 msgid ":exc:`HTTPException` -- Getting the guild failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "" -#: discord.ext.commands.Bot.fetch_guild:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guild:20 msgid "The guild from the ID." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:3 of -msgid "Retreives an :class:`AsyncIterator` that enables receiving your guilds." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:3 +msgid "Retrieves an :class:`.AsyncIterator` that enables receiving your guilds." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:7 +msgid "Using this, you will only receive :attr:`.Guild.owner`, :attr:`.Guild.icon`, :attr:`.Guild.id`, and :attr:`.Guild.name` per :class:`.Guild`." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:12 +msgid "This method is an API call. For general usage, consider :attr:`guilds` instead." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:5 -#: discord.ext.commands.Context.history:19 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:14 ../../../discord/abc.py:docstring +#: discord.ext.commands.Context.history:19 msgid "All parameters are optional." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:7 of -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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:16 +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 "" -#: discord.ext.commands.Bot.fetch_guilds:12 of -msgid "" -"Retrieves guilds before this date or object. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:21 +msgid "Retrieves guilds before this date or object. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:15 of -msgid "" -"Retrieve guilds after this date or object. If a date is provided it must " -"be a timezone-naive datetime representing UTC time." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:24 +msgid "Retrieve guilds after this date or object. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:19 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:28 msgid ":exc:`HTTPException` -- Getting the guilds failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "" -#: discord.ext.commands.Bot.fetch_guilds discord.ext.commands.Context.history -#: of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:0 ../../../discord/abc.py:docstring +#: discord.ext.commands.Context.history:0 msgid "Yields" msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:21 of -msgid ":class:`Guild` -- The guild with the guild data parsed." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:30 +msgid ":class:`.Guild` -- The guild with the guild data parsed." msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:24 -#: discord.ext.commands.Bot.wait_for:22 discord.ext.commands.Context.history:6 -#: discord.ext.commands.check:19 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:33 +#: discord.ext.commands.Bot.wait_for:22 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.check:19 ../../../discord/abc.py:docstring +#: discord.ext.commands.Context.history:6 msgid "Examples" msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:25 -#: discord.ext.commands.Context.history:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:34 ../../../discord/abc.py:docstring +#: discord.ext.commands.Context.history:7 msgid "Usage ::" msgstr "" -#: discord.ext.commands.Bot.fetch_guilds:30 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_guilds:39 msgid "Flattening into a list ::" msgstr "" -#: discord.ext.commands.Bot.fetch_invite:3 of -msgid "Gets an :class:`Invite` from a discord.gg URL or ID." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:3 +msgid "Gets an :class:`.Invite` from a discord.gg URL or ID." msgstr "" -#: discord.ext.commands.Bot.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.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.fetch_invite:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:11 msgid "The discord invite ID or URL (must be a discord.gg URL)." msgstr "" -#: discord.ext.commands.Bot.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.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.fetch_invite:18 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:18 msgid ":exc:`NotFound` -- The invite has expired or is invalid." msgstr "" -#: discord.ext.commands.Bot.fetch_invite:19 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:19 msgid ":exc:`HTTPException` -- Getting the invite failed." msgstr "" -#: discord.ext.commands.Bot.fetch_invite:21 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:21 msgid "The invite from the URL/ID." msgstr "" -#: discord.ext.commands.Bot.fetch_invite:22 of -msgid ":class:`Invite`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_invite:22 +msgid ":class:`.Invite`" msgstr "" -#: discord.ext.commands.Bot.fetch_user:3 of -msgid "" -"Retrieves a :class:`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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:3 +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 "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:10 +msgid "This method is an API call. For general usage, consider :meth:`get_user` instead." msgstr "" -#: discord.ext.commands.Bot.fetch_user:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:12 msgid "The user's ID to fetch from." msgstr "" -#: discord.ext.commands.Bot.fetch_user:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:15 msgid ":exc:`NotFound` -- A user with this ID does not exist." msgstr "" -#: discord.ext.commands.Bot.fetch_user:12 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:16 msgid ":exc:`HTTPException` -- Fetching the user failed." msgstr "" -#: discord.ext.commands.Bot.fetch_user:14 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:18 msgid "The user you requested." msgstr "" -#: discord.ext.commands.Bot.fetch_user:15 of -msgid ":class:`User`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user:19 +msgid ":class:`~discord.User`" msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:3 of -msgid "" -"Gets an arbitrary user's profile. This can only be used by non-bot " -"accounts." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:3 +msgid "Gets an arbitrary user's profile. This can only be used by non-bot accounts." msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:5 msgid "The ID of the user to fetch their profile for." msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:8 msgid ":exc:`Forbidden` -- Not allowed to fetch profiles." msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:9 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:9 msgid ":exc:`HTTPException` -- Fetching the profile failed." msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:11 msgid "The profile of the user." msgstr "" -#: discord.ext.commands.Bot.fetch_user_profile:12 of -msgid ":class:`Profile`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_user_profile:12 +msgid ":class:`.Profile`" msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:3 of -msgid "Retrieves a :class:`Webhook` with the specified ID." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:3 +msgid "Retrieves a :class:`.Webhook` with the specified ID." msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:5 msgid ":exc:`HTTPException` -- Retrieving the webhook failed." msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:6 msgid ":exc:`NotFound` -- Invalid webhook ID." msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:7 msgid ":exc:`Forbidden` -- You do not have permission to fetch this webhook." msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:9 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:9 msgid "The webhook you requested." msgstr "" -#: discord.ext.commands.Bot.fetch_webhook:10 of -msgid ":class:`Webhook`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_webhook:10 +msgid ":class:`.Webhook`" msgstr "" -#: discord.ext.commands.Bot.fetch_widget:3 of -msgid "Gets a :class:`Widget` from a guild ID." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:3 +msgid "Gets a :class:`.Widget` from a guild ID." msgstr "" -#: discord.ext.commands.Bot.fetch_widget:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:7 msgid "The guild must have the widget enabled to get this information." msgstr "" -#: discord.ext.commands.Bot.fetch_widget:9 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:9 msgid "The ID of the guild." msgstr "" -#: discord.ext.commands.Bot.fetch_widget:12 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:12 msgid ":exc:`Forbidden` -- The widget for this guild is disabled." msgstr "" -#: discord.ext.commands.Bot.fetch_widget:13 of -#, fuzzy +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:13 msgid ":exc:`HTTPException` -- Retrieving the widget failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "" -#: discord.ext.commands.Bot.fetch_widget:15 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:15 msgid "The guild's widget." msgstr "" -#: discord.ext.commands.Bot.fetch_widget:16 of -msgid ":class:`Widget`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.fetch_widget:16 +msgid ":class:`.Widget`" msgstr "" -#: discord.ext.commands.Bot.get_all_channels:1 of -msgid "" -"A generator that retrieves every :class:`abc.GuildChannel` the client can" -" 'access'." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_all_channels:1 +msgid "A generator that retrieves every :class:`.abc.GuildChannel` the client can 'access'." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_all_channels:3 -#: discord.ext.commands.Bot.get_all_members:3 of +#: discord.ext.commands.Bot.get_all_members:3 msgid "This is equivalent to: ::" msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.get_all_members:1 of -msgid "Returns a generator with every :class:`Member` the client can see." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_all_members:1 +msgid "Returns a generator with every :class:`.Member` the client can see." msgstr "" -#: discord.ext.commands.Bot.get_channel:1 of -msgid "" -"Returns a :class:`abc.GuildChannel` or :class:`abc.PrivateChannel` with " -"the following ID." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_channel:1 +msgid "Returns a :class:`.abc.GuildChannel` or :class:`.abc.PrivateChannel` with the following ID." msgstr "" -#: discord.ext.commands.Bot.get_channel:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_channel:3 msgid "If not found, returns None." msgstr "" -#: discord.ext.commands.Bot.get_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_cog:1 msgid "Gets the cog instance requested." msgstr "" -#: discord.ext.commands.Bot.get_cog:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_cog:3 msgid "If the cog is not found, ``None`` is returned instead." msgstr "" -#: discord.ext.commands.Bot.get_cog:5 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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_cog:5 +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.get_command:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:1 -#: discord.ext.commands.GroupMixin.get_command:1 of +#: discord.ext.commands.GroupMixin.get_command:1 msgid "Get a :class:`.Command` or subclasses from the internal list of commands." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_command:4 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:4 -#: discord.ext.commands.GroupMixin.get_command:4 of +#: discord.ext.commands.GroupMixin.get_command:4 msgid "This could also be used as a way to get aliases." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_command:6 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:6 -#: discord.ext.commands.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." +#: discord.ext.commands.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 "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_command:10 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:10 -#: discord.ext.commands.GroupMixin.get_command:10 of +#: discord.ext.commands.GroupMixin.get_command:10 msgid "The name of the command to get." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_command:13 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:13 -#: discord.ext.commands.GroupMixin.get_command:13 of +#: discord.ext.commands.GroupMixin.get_command:13 msgid "The command that was requested. If not found, returns ``None``." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.get_command:14 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.get_command:14 -#: discord.ext.commands.GroupMixin.get_command:14 of +#: discord.ext.commands.GroupMixin.get_command:14 msgid ":class:`Command` or subclass" msgstr "" -#: discord.ext.commands.Bot.get_context:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_context:3 msgid "Returns the invocation context from the message." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.get_context:13 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_context:13 msgid "The message to get the invocation context from." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.get_context:20 of -msgid "" -"The invocation context. The type of this can change via the ``cls`` " -"parameter." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_context:20 +msgid "The invocation context. The type of this can change via the ``cls`` parameter." msgstr "" -#: discord.ext.commands.Bot.get_context:22 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_context:22 msgid ":class:`.Context`" msgstr "" -#: discord.ext.commands.Bot.get_emoji:1 of -msgid "Returns a :class:`Emoji` with the given ID. If not found, returns None." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_emoji:1 +msgid "Returns a :class:`.Emoji` with the given ID. If not found, returns None." msgstr "" -#: discord.ext.commands.Bot.get_guild:1 of -msgid "Returns a :class:`Guild` with the given ID. If not found, returns None." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_guild:1 +msgid "Returns a :class:`.Guild` with the given ID. If not found, returns None." msgstr "" -#: discord.ext.commands.Bot.get_prefix:3 of -msgid "" -"Retrieves the prefix the bot is listening to with the message as a " -"context." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_prefix:3 +msgid "Retrieves the prefix the bot is listening to with the message as a context." msgstr "" -#: discord.ext.commands.Bot.get_prefix:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_prefix:6 msgid "The message context to get the prefix of." msgstr "" -#: discord.ext.commands.Bot.get_prefix:9 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_prefix:9 msgid "A list of prefixes or a single prefix that the bot is listening for." msgstr "" -#: discord.ext.commands.Bot.get_prefix:11 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_prefix:11 msgid "Union[List[:class:`str`], :class:`str`]" msgstr "" -#: discord.ext.commands.Bot.get_user:1 of -msgid "Returns a :class:`User` with the given ID. If not found, returns None." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.get_user:1 +msgid "Returns a :class:`~discord.User` with the given ID. If not found, returns None." msgstr "" -#: discord.ext.commands.Bot.group:1 discord.ext.commands.Group.group:1 -#: discord.ext.commands.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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.group:1 +#: ../../../discord/ext/commands/core.py:docstring +#: discord.ext.commands.Group.group:1 discord.ext.commands.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 "" -#: discord.ext.commands.Bot.guilds:1 of -msgid "" -"List[:class:`Guild`] -- The guilds that the connected client is a member " -"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 "" -#: discord.ext.commands.Bot.invoke:3 of -msgid "" -"Invokes the command given under the invocation context and handles all " -"the internal event dispatch mechanisms." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.guilds:3 +msgid "List[:class:`.Guild`]" +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.invoke:3 +msgid "Invokes the command given under the invocation context and handles all the internal event dispatch mechanisms." msgstr "" -#: discord.ext.commands.Bot.invoke:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.invoke:6 msgid "The invocation context to invoke." msgstr "" -#: discord.ext.commands.Bot.is_closed:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.is_closed:1 msgid ":class:`bool`: Indicates if the websocket connection is closed." msgstr "" -#: discord.ext.commands.Bot.is_owner:1 of -msgid "Checks if a :class:`.User` or :class:`.Member` is the owner of this bot." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.is_owner:1 +msgid "Checks if a :class:`~discord.User` or :class:`~discord.Member` is the owner of this bot." msgstr "" -#: discord.ext.commands.Bot.is_owner:4 of -msgid "" -"If an :attr:`owner_id` is not set, it is fetched automatically through " -"the use of :meth:`~.Bot.application_info`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.is_owner:4 +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.is_owner:7 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.is_owner:7 msgid "The user to check for." msgstr "" -#: discord.ext.commands.Bot.is_ready:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.is_ready:1 msgid ":class:`bool`: Specifies if the client's internal cache is ready for use." msgstr "" -#: discord.ext.commands.Bot.latency:1 of -msgid "" -":class:`float` -- Measures latency between a HEARTBEAT and a " -"HEARTBEAT_ACK in seconds." +#: ../../../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 "" -#: 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.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`" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.latency:5 +#: ../../../discord/ext/commands/errors.py:docstring +#: discord.ext.commands.CommandOnCooldown:16 +msgid ":class:`float`" +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.listen:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.listen:5 msgid "The functions being listened to must be a coroutine." msgstr "" -#: discord.ext.commands.Bot.listen:21 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.listen:21 msgid "Would print one and two in an unspecified order." msgstr "" -#: discord.ext.commands.Bot.listen:23 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.listen:23 msgid ":exc:`TypeError` -- The function being listened to is not a coroutine." msgstr "" -#: discord.ext.commands.Bot.load_extension:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.load_extension:1 msgid "Loads an extension." msgstr "" -#: discord.ext.commands.Bot.load_extension:3 of -msgid "" -"An extension is a python module that contains commands, cogs, or " -"listeners." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.load_extension:3 +msgid "An extension is a python module that contains commands, cogs, or listeners." msgstr "" -#: discord.ext.commands.Bot.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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.load_extension:15 -#: discord.ext.commands.Bot.reload_extension:14 of +#: discord.ext.commands.Bot.reload_extension:14 msgid ":exc:`ExtensionNotFound` -- The extension could not be imported." msgstr "" -#: discord.ext.commands.Bot.load_extension:16 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.load_extension:16 msgid ":exc:`ExtensionAlreadyLoaded` -- The extension is already loaded." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.load_extension:17 -#: discord.ext.commands.Bot.reload_extension:15 of +#: discord.ext.commands.Bot.reload_extension:15 msgid ":exc:`NoEntryPointError` -- The extension does not have a setup function." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.load_extension:18 -#: discord.ext.commands.Bot.reload_extension:16 of -msgid "" -":exc:`ExtensionFailed` -- The extension setup function had an execution " -"error." +#: discord.ext.commands.Bot.reload_extension:16 +msgid ":exc:`ExtensionFailed` -- The extension setup function had an execution error." msgstr "" -#: discord.ext.commands.Bot.login:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:3 msgid "Logs in the client with the specified credentials." msgstr "" -#: discord.ext.commands.Bot.login:5 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:5 msgid "This function can be used in two different ways." msgstr "" -#: discord.ext.commands.Bot.login:9 of -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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:9 +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.ext.commands.Bot.login:14 of -msgid "" -"The authentication token. Do not prefix this token with anything as the " -"library will do it for you." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:14 +msgid "The authentication token. Do not prefix this token with anything as the library will do it for you." msgstr "" -#: discord.ext.commands.Bot.login:17 of -msgid "" -"Keyword argument that specifies if the account logging on is a bot token " -"or not." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:17 +msgid "Keyword argument that specifies if the account logging on is a bot token or not." msgstr "" -#: discord.ext.commands.Bot.login:21 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:21 msgid ":exc:`LoginFailure` -- The wrong credentials are passed." msgstr "" -#: discord.ext.commands.Bot.login:22 of -msgid "" -":exc:`HTTPException` -- An unknown HTTP related error occurred, usually " -"when it isn't 200 or the known incorrect credentials passing status code." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.login:22 +msgid ":exc:`HTTPException` -- 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.logout:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.logout:3 msgid "Logs out of Discord and closes all connections." msgstr "" -#: discord.ext.commands.Bot.on_command_error:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.logout:7 +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 "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.on_command_error:3 msgid "The default command error handler provided by the bot." msgstr "" -#: discord.ext.commands.Bot.on_command_error:5 of -msgid "" -"By default this prints to ``sys.stderr`` however it could be overridden " -"to have a different implementation." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.on_command_error:5 +msgid "By default this prints to ``sys.stderr`` however it could be overridden to have a different implementation." msgstr "" -#: discord.ext.commands.Bot.on_command_error:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.on_command_error:8 msgid "This only fires if you do not specify any listeners for command error." msgstr "" -#: discord.ext.commands.Bot.on_error:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.on_error:3 msgid "The default error handler provided by the client." msgstr "" -#: discord.ext.commands.Bot.on_error:5 of -msgid "" -"By default this prints to ``sys.stderr`` however it could be overridden " -"to have a different implementation. Check :func:`discord.on_error` for " -"more details." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.private_channels:1 of -msgid "" -"List[:class:`abc.PrivateChannel`] -- The private channels that the " -"connected client is participating on." +#: ../../../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 "" -#: 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." +#: ../../../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.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.private_channels:8 +msgid "List[:class:`abc.PrivateChannel`]" msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.process_commands:17 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.process_commands:17 msgid "The message to process commands for." msgstr "" -#: discord.ext.commands.Bot.reload_extension:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.reload_extension:1 msgid "Atomically reloads an extension." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.reload_extension:13 -#: discord.ext.commands.Bot.unload_extension:16 of +#: discord.ext.commands.Bot.unload_extension:16 msgid ":exc:`ExtensionNotLoaded` -- The extension was not loaded." msgstr "" -#: discord.ext.commands.Bot.remove_check:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_check:1 msgid "Removes a global check from the bot." msgstr "" -#: discord.ext.commands.Bot.remove_check:3 of -msgid "" -"This function is idempotent and will not raise an exception if the " -"function is not in the global checks." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.remove_check:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_check:6 msgid "The function to remove from the global checks." msgstr "" -#: discord.ext.commands.Bot.remove_check:7 of -msgid "" -"If the function was added with ``call_once=True`` in the " -":meth:`.Bot.add_check` call or using :meth:`.check_once`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_check:7 +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.remove_cog:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_cog:1 msgid "Removes a cog from the bot." msgstr "" -#: discord.ext.commands.Bot.remove_cog:3 of -msgid "" -"All registered commands and event listeners that the cog has registered " -"will be removed as well." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.remove_cog:6 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_cog:6 msgid "If no cog is found then this method has no effect." msgstr "" -#: discord.ext.commands.Bot.remove_cog:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_cog:8 msgid "The name of the cog to remove." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.remove_command:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.remove_command:1 -#: discord.ext.commands.GroupMixin.remove_command:1 of -msgid "" -"Remove a :class:`.Command` or subclasses from the internal list of " -"commands." +#: discord.ext.commands.GroupMixin.remove_command:1 +msgid "Remove a :class:`.Command` or subclasses from the internal list of commands." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.remove_command:4 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.remove_command:4 -#: discord.ext.commands.GroupMixin.remove_command:4 of +#: discord.ext.commands.GroupMixin.remove_command:4 msgid "This could also be used as a way to remove aliases." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.remove_command:6 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.remove_command:6 -#: discord.ext.commands.GroupMixin.remove_command:6 of +#: discord.ext.commands.GroupMixin.remove_command:6 msgid "The name of the command to remove." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.remove_command:9 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.remove_command:9 -#: discord.ext.commands.GroupMixin.remove_command:9 of -msgid "" -"The command that was removed. If the name is not valid then `None` is " -"returned instead." +#: discord.ext.commands.GroupMixin.remove_command:9 +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.Bot.remove_command:11 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.remove_command:11 -#: discord.ext.commands.GroupMixin.remove_command:11 of +#: discord.ext.commands.GroupMixin.remove_command:11 msgid ":class:`.Command` or subclass" msgstr "" -#: discord.ext.commands.Bot.remove_listener:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_listener:1 msgid "Removes a listener from the pool of listeners." msgstr "" -#: discord.ext.commands.Bot.remove_listener:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_listener:3 msgid "The function that was used as a listener to remove." msgstr "" -#: discord.ext.commands.Bot.remove_listener:4 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.remove_listener:4 msgid "The name of the event we want to remove. Defaults to ``func.__name__``." msgstr "" -#: discord.ext.commands.Bot.request_offline_members:3 of -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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.request_offline_members:3 +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 "" -#: discord.ext.commands.Bot.request_offline_members:8 of -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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.request_offline_members:8 +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 "" -#: discord.ext.commands.Bot.request_offline_members:13 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.request_offline_members:13 msgid "An argument list of guilds to request offline members for." msgstr "" -#: discord.ext.commands.Bot.request_offline_members:16 of -msgid "" -":exc:`InvalidArgument` -- If any guild is unavailable or not large in the" -" collection." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.request_offline_members:16 +msgid ":exc:`InvalidArgument` -- If any guild is unavailable or not large in the collection." msgstr "" -#: discord.ext.commands.Bot.run:1 of -msgid "" -"A blocking call that abstracts away the `event loop`_ initialisation from" -" you." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.run:1 +msgid "A blocking call that abstracts away the event loop initialisation from you." msgstr "" -#: discord.ext.commands.Bot.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`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.run:8 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.run:8 msgid "Roughly Equivalent to: ::" msgstr "" -#: discord.ext.commands.Bot.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/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.start:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.start:3 msgid "A shorthand coroutine for :meth:`login` + :meth:`connect`." msgstr "" -#: discord.ext.commands.Bot.unload_extension:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.unload_extension:1 msgid "Unloads an extension." msgstr "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.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 " -":func:`~.Bot.load_extension`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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``." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.user:1 of -msgid "" -"Optional[:class:`ClientUser`] -- Represents the connected client. None if" -" not logged in." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.user:1 +msgid "Represents the connected client. None if not logged in." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.user:3 +msgid "Optional[:class:`.ClientUser`]" msgstr "" -#: discord.ext.commands.Bot.users:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.users:1 msgid "Returns a :class:`list` of all the :class:`User` the bot can see." msgstr "" -#: discord.ext.commands.Bot.voice_clients:1 of -msgid "List[:class:`VoiceClient`] -- Represents a list of voice connections." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.voice_clients:1 +msgid "Represents a list of voice connections." +msgstr "" + +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.voice_clients:3 +msgid "List[:class:`.VoiceClient`]" msgstr "" -#: discord.ext.commands.Bot.wait_for:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:3 msgid "Waits for a WebSocket event to be dispatched." msgstr "" -#: discord.ext.commands.Bot.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/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.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." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.wait_for:19 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:19 msgid "This function returns the **first event that meets the requirements**." msgstr "" -#: discord.ext.commands.Bot.wait_for:23 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:23 msgid "Waiting for a user reply: ::" msgstr "" -#: discord.ext.commands.Bot.wait_for:37 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:37 msgid "Waiting for a thumbs up reaction from the message author: ::" msgstr "" -#: discord.ext.commands.Bot.wait_for:55 of -msgid "" -"The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:55 +msgid "The event name, similar to the :ref:`event reference `, but without the ``on_`` prefix, to wait for." msgstr "" -#: discord.ext.commands.Bot.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/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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.ext.commands.Bot.wait_for:61 of -msgid "" -"The number of seconds to wait before timing out and raising " -":exc:`asyncio.TimeoutError`." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:61 +msgid "The number of seconds to wait before timing out and raising :exc:`asyncio.TimeoutError`." msgstr "" -#: discord.ext.commands.Bot.wait_for:65 of -msgid "" -":exc:`asyncio.TimeoutError` -- If a timeout is provided and it was " -"reached." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_for:65 +msgid ":exc:`asyncio.TimeoutError` -- If a timeout is provided and it was reached." msgstr "" -#: discord.ext.commands.Bot.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" -" `." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.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 "" -#: discord.ext.commands.Bot.wait_until_ready:3 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.Bot.wait_until_ready:3 msgid "Waits until the client's internal cache is all ready." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.Bot.walk_commands:1 +#: ../../../discord/ext/commands/core.py:docstring #: discord.ext.commands.Group.walk_commands:1 -#: discord.ext.commands.GroupMixin.walk_commands:1 of +#: discord.ext.commands.GroupMixin.walk_commands:1 msgid "An iterator that recursively walks through all commands and subcommands." msgstr "" -#: discord.ext.commands.AutoShardedBot:1 of -msgid "" -"This is similar to :class:`.Bot` except that it is inherited from " -":class:`discord.AutoShardedClient` instead." +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.AutoShardedBot:1 +msgid "This is similar to :class:`.Bot` except that it is inherited from :class:`discord.AutoShardedClient` instead." msgstr "" -#: discord.ext.commands.when_mentioned:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.when_mentioned:1 msgid "A callable that implements a command prefix equivalent to being mentioned." msgstr "" +#: ../../../discord/ext/commands/bot.py:docstring of #: discord.ext.commands.when_mentioned:3 -#: discord.ext.commands.when_mentioned_or:3 of -msgid "" -"These are meant to be passed into the :attr:`.Bot.command_prefix` " -"attribute." +#: discord.ext.commands.when_mentioned_or:3 +msgid "These are meant to be passed into the :attr:`.Bot.command_prefix` attribute." msgstr "" -#: discord.ext.commands.when_mentioned_or:1 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.when_mentioned_or:1 msgid "A callable that implements when mentioned or other prefixes provided." msgstr "" -#: discord.ext.commands.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:" +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.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 "" -#: discord.ext.commands.when_mentioned_or:23 of +#: ../../../discord/ext/commands/bot.py:docstring of +#: discord.ext.commands.when_mentioned_or:23 msgid ":func:`.when_mentioned`" msgstr "" @@ -1694,16 +1934,11 @@ msgid "Event Reference" msgstr "" #: ../../ext/commands/api.rst:29 -msgid "" -"These events function similar to :ref:`the regular events `, except they are custom to the command extension module." +msgid "These events function similar to :ref:`the regular events `, except they are custom to the command extension module." msgstr "" #: ../../ext/commands/api.rst:34 -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." +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:38 @@ -1711,28 +1946,27 @@ msgid "A default one is provided (:meth:`.Bot.on_command_error`)." msgstr "" #: ../../ext/commands/api.rst:40 ../../ext/commands/api.rst:52 -#: ../../ext/commands/api.rst:62 discord.ext.commands.Cog.cog_after_invoke:7 +#: ../../ext/commands/api.rst:62 ../../../discord/ext/commands/cog.py:docstring +#: of discord.ext.commands.Cog.cog_after_invoke:7 #: discord.ext.commands.Cog.cog_before_invoke:7 +#: ../../../discord/ext/commands/help.py:docstring #: discord.ext.commands.HelpCommand.on_help_command_error:11 -#: discord.ext.commands.HelpCommand.prepare_help_command:20 of +#: discord.ext.commands.HelpCommand.prepare_help_command:20 msgid "The invocation context." msgstr "" #: ../../ext/commands/api.rst:42 -#: discord.ext.commands.HelpCommand.on_help_command_error:13 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.on_help_command_error:13 msgid "The error that was raised." msgstr "" #: ../../ext/commands/api.rst:47 -msgid "" -"An event that is called when a command is found and is about to be " -"invoked." +msgid "An event that is called when a command is found and is about to be invoked." msgstr "" #: ../../ext/commands/api.rst:49 -msgid "" -"This event is called regardless of whether the command itself succeeds " -"via error or completes." +msgid "This event is called regardless of whether the command itself succeeds via error or completes." msgstr "" #: ../../ext/commands/api.rst:57 @@ -1740,1369 +1974,1377 @@ msgid "An event that is called when a command has completed its invocation." msgstr "" #: ../../ext/commands/api.rst:59 -msgid "" -"This event is called only if the command succeeded, i.e. all checks have " -"passed and the user input it correctly." +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:68 msgid "Command" msgstr "" -#: discord.ext.commands.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.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.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." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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 "" -#: discord.ext.commands.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." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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 "" -#: discord.ext.commands.command:13 of -msgid "" -"The name to create the command with. By default this uses the function " -"name unchanged." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.command:13 +msgid "The name to create the command with. By default this uses the function name unchanged." msgstr "" -#: discord.ext.commands.command:16 of -msgid "" -"The class to construct with. By default this is :class:`.Command`. You " -"usually do not change this." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.command:16 +msgid "The class to construct with. By default this is :class:`.Command`. You usually do not change this." msgstr "" -#: discord.ext.commands.command:18 of -msgid "" -"Keyword arguments to pass into the construction of the class denoted by " -"``cls``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.command:18 +msgid "Keyword arguments to pass into the construction of the class denoted by ``cls``." msgstr "" -#: discord.ext.commands.command:21 of -msgid "" -":exc:`TypeError` -- If the function is not a coroutine or is already a " -"command." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.command:21 +msgid ":exc:`TypeError` -- If the function is not a coroutine or is already a command." msgstr "" -#: discord.ext.commands.group:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.group:1 msgid "A decorator that transforms a function into a :class:`.Group`." msgstr "" -#: discord.ext.commands.group:3 of -msgid "" -"This is similar to the :func:`.command` decorator but creates a " -":class:`.Group` instead of a :class:`.Command`." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.group:3 +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.group:6 +msgid "The ``cls`` parameter can now be passed." msgstr "" -#: discord.ext.commands.Command:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:1 msgid "A class that implements the protocol for a bot text command." msgstr "" -#: discord.ext.commands.Command:3 of -msgid "" -"These are not created manually, instead they are created via the " -"decorator or functional interface." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:3 +msgid "These are not created manually, instead they are created via the decorator or functional interface." msgstr "" -#: discord.ext.commands.Command:8 of -msgid ":class:`str` -- The name of the command." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:8 +msgid "The name of the command." msgstr "" -#: discord.ext.commands.Command:12 of -msgid "" -":ref:`coroutine ` -- The coroutine that is executed when the " -"command is called." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:14 +msgid "The coroutine that is executed when the command is called." msgstr "" -#: discord.ext.commands.Command:16 of -msgid ":class:`str` -- The long help text for the command." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:16 +msgid ":ref:`coroutine `" msgstr "" -#: discord.ext.commands.Command:20 of -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." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:20 +msgid "The long help text for the command." msgstr "" -#: discord.ext.commands.Command:25 of -msgid ":class:`str` -- A replacement for arguments in the default help text." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:26 +msgid "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 "" -#: discord.ext.commands.Command:29 of -msgid ":class:`list` -- The list of aliases the command can be invoked under." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:33 +msgid "A replacement for arguments in the default help text." msgstr "" -#: discord.ext.commands.Command:33 of -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``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:39 +msgid "The list of aliases the command can be invoked under." msgstr "" -#: discord.ext.commands.Command:40 of -msgid "" -"*Optional[command]* -- The parent command that this command belongs to. " -"``None`` if there isn't one." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:41 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:27 +#: ../../../discord/ext/commands/errors.py:docstring +#: discord.ext.commands.MissingPermissions:10 +#: discord.ext.commands.BotMissingPermissions:10 +msgid ":class:`list`" msgstr "" -#: discord.ext.commands.Command:45 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.Command:45 +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.Command:54 of -msgid ":class:`str` -- The message prefixed into the default help command." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:54 +msgid "The parent command that this command belongs to. ``None`` if there isn't one." msgstr "" -#: discord.ext.commands.Command:58 of -msgid "" -":class:`bool` -- If ``True``\\, the default help command does not show " -"this in the help output." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:57 +msgid "Optional[command]" msgstr "" -#: discord.ext.commands.Command:63 of -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``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:61 +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.Command:72 of -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``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:70 +msgid "The message prefixed into the default help command." msgstr "" -#: discord.ext.commands.Command:79 of -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``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:76 +msgid "If ``True``\\, the default help command does not show this in the help output." +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command:83 +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.py:docstring of +#: discord.ext.commands.Command:94 +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.py:docstring of +#: discord.ext.commands.Command:103 +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.Command.update:1 discord.ext.commands.Group.update:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.update:1 discord.ext.commands.Group.update:1 msgid "Updates :class:`Command` instance with updated attribute." msgstr "" -#: discord.ext.commands.Command.update:3 discord.ext.commands.Group.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.Command.update:3 discord.ext.commands.Group.update:3 +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." msgstr "" -#: discord.ext.commands.Command.copy:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.copy:1 msgid "Creates a copy of this :class:`Command`." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.clean_params:1 -#: discord.ext.commands.Group.clean_params:1 of -msgid "" -"Retrieves the parameter OrderedDict without the context or self " -"parameters." +#: discord.ext.commands.Group.clean_params:1 +msgid "Retrieves the parameter OrderedDict without the context or self parameters." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.clean_params:3 -#: discord.ext.commands.Group.clean_params:3 of +#: discord.ext.commands.Group.clean_params:3 msgid "Useful for inspecting signature." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.full_parent_name:1 -#: discord.ext.commands.Group.full_parent_name:1 of +#: discord.ext.commands.Group.full_parent_name:1 msgid "Retrieves the fully qualified parent command name." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: 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.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/core.py:docstring of +#: discord.ext.commands.Command.parents:1 discord.ext.commands.Group.parents:1 +msgid "Retrieves the parents of this command." +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.parents:3 discord.ext.commands.Group.parents:3 +msgid "If the command has no parents then it returns an empty :class:`list`." +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.parents:5 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/core.py:docstring of #: discord.ext.commands.Command.root_parent:1 -#: discord.ext.commands.Group.root_parent:1 of +#: discord.ext.commands.Group.root_parent:1 msgid "Retrieves the root parent of this command." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.root_parent:3 -#: discord.ext.commands.Group.root_parent:3 of +#: discord.ext.commands.Group.root_parent:3 msgid "If the command has no parents then it returns ``None``." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.root_parent:5 -#: discord.ext.commands.Group.root_parent:5 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/core.py:docstring of #: discord.ext.commands.Command.qualified_name:1 -#: discord.ext.commands.Group.qualified_name:1 of +#: discord.ext.commands.Group.qualified_name:1 msgid "Retrieves the fully qualified command name." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: 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.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.py:docstring of #: discord.ext.commands.Command.is_on_cooldown:1 -#: discord.ext.commands.Group.is_on_cooldown:1 of +#: discord.ext.commands.Group.is_on_cooldown:1 msgid "Checks whether the command is currently on cooldown." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.is_on_cooldown:3 -#: discord.ext.commands.Group.is_on_cooldown:3 of +#: discord.ext.commands.Group.is_on_cooldown:3 msgid "The invocation context to use when checking the commands cooldown status." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.is_on_cooldown:6 -#: discord.ext.commands.Group.is_on_cooldown:6 of +#: discord.ext.commands.Group.is_on_cooldown:6 msgid "A boolean indicating if the command is on cooldown." msgstr "" -#: discord.ext.commands.Command.can_run:13 -#: discord.ext.commands.Command.is_on_cooldown:7 -#: discord.ext.commands.Group.can_run:13 -#: discord.ext.commands.Group.is_on_cooldown:7 of -#, fuzzy -msgid ":class:`bool`" -msgstr ":class:`AppInfo`" - +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.reset_cooldown:1 -#: discord.ext.commands.Group.reset_cooldown:1 of +#: discord.ext.commands.Group.reset_cooldown:1 msgid "Resets the cooldown on this command." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.reset_cooldown:3 -#: discord.ext.commands.Group.reset_cooldown:3 of +#: discord.ext.commands.Group.reset_cooldown:3 msgid "The invocation context to reset the cooldown under." msgstr "" -#: discord.ext.commands.Command.error:1 discord.ext.commands.Group.error:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.error:1 discord.ext.commands.Group.error:1 msgid "A decorator that registers a coroutine as a local error handler." msgstr "" -#: discord.ext.commands.Command.error:3 discord.ext.commands.Group.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.Command.error:3 discord.ext.commands.Group.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.Command.error:7 discord.ext.commands.Group.error:7 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Command.error:7 discord.ext.commands.Group.error:7 msgid "The coroutine to register as the local error handler." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.before_invoke:9 -#: discord.ext.commands.Group.before_invoke:9 of +#: discord.ext.commands.Group.before_invoke:9 msgid "See :meth:`.Bot.before_invoke` for more info." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.after_invoke:9 -#: discord.ext.commands.Group.after_invoke:9 of +#: discord.ext.commands.Group.after_invoke:9 msgid "See :meth:`.Bot.after_invoke` for more info." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.cog_name:1 -#: discord.ext.commands.Group.cog_name:1 of +#: discord.ext.commands.Group.cog_name:1 msgid "The name of the cog this command belongs to. None otherwise." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.short_doc:1 -#: discord.ext.commands.Group.short_doc:1 of +#: discord.ext.commands.Group.short_doc:1 msgid "Gets the \"short\" documentation of a command." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: 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.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/core.py:docstring of #: discord.ext.commands.Command.signature:1 -#: discord.ext.commands.Group.signature:1 of +#: discord.ext.commands.Group.signature:1 msgid "Returns a POSIX-like signature useful for help command output." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.can_run:3 discord.ext.commands.Group.can_run:3 -#: of -msgid "" -"Checks if the command can be executed by checking all the predicates " -"inside the :attr:`.checks` attribute." +msgid "Checks if the command can be executed by checking all the predicates inside the :attr:`.checks` attribute." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.can_run:6 discord.ext.commands.Group.can_run:6 -#: of msgid "The ctx of the command currently being invoked." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of #: discord.ext.commands.Command.can_run:9 discord.ext.commands.Group.can_run:9 -#: of -msgid "" -":class:`CommandError` -- Any command error that was raised during a check" -" call will be propagated by this function." +msgid ":class:`CommandError` -- 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.Command.can_run:12 -#: discord.ext.commands.Group.can_run:12 of +#: discord.ext.commands.Group.can_run:12 msgid "A boolean indicating if the command can be invoked." msgstr "" -#: discord.ext.commands.Group:1 of -msgid "" -"A class that implements a grouping protocol for commands to be executed " -"as subcommands." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Group:1 +msgid "A class that implements a grouping protocol for commands to be executed as subcommands." msgstr "" -#: discord.ext.commands.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." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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 "" -#: discord.ext.commands.Group:9 of -msgid "" -":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``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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.Group:20 of -msgid "" -":class:`bool` -- Indicates if the group's commands should be case " -"insensitive. Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Group:22 +msgid "Indicates if the group's commands should be case insensitive. Defaults to ``False``." msgstr "" -#: discord.ext.commands.Group.copy:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.Group.copy:1 msgid "Creates a copy of this :class:`Group`." msgstr "" -#: discord.ext.commands.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.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.GroupMixin:6 of -msgid "" -":class:`dict` -- A mapping of command name to :class:`.Command` or " -"subclass objects." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.GroupMixin:6 +msgid "A mapping of command name to :class:`.Command` or subclass objects." msgstr "" -#: discord.ext.commands.GroupMixin:11 of -msgid "" -":class:`bool` -- Whether the commands should be case insensitive. " -"Defaults to ``False``." +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.GroupMixin:9 +#: ../../../discord/ext/commands/cog.py:docstring +#: discord.ext.commands.CogMeta:57 +#: ../../../discord/ext/commands/help.py:docstring +#: discord.ext.commands.HelpCommand:31 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:35 +msgid ":class:`dict`" +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.GroupMixin:13 +msgid "Whether the commands should be case insensitive. Defaults to ``False``." msgstr "" #: ../../ext/commands/api.rst:87 msgid "Cogs" msgstr "" -#: discord.ext.commands.Cog:1 of +#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.Cog:1 msgid "The base class that all cogs must inherit from." msgstr "" -#: discord.ext.commands.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: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: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:7 +msgid "When inheriting from this class, the options shown in :class:`CogMeta` are equally valid here." msgstr "" -#: discord.ext.commands.Cog.get_commands:1 of -msgid "" -"Returns a :class:`list` of :class:`.Command`\\s that are defined inside " -"this cog." +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.get_commands:1 +msgid "Returns a :class:`list` of :class:`.Command`\\s that are defined inside this cog." msgstr "" -#: discord.ext.commands.Cog.get_commands:6 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.get_commands:6 msgid "This does not include subcommands." msgstr "" -#: discord.ext.commands.Cog.qualified_name:1 of -msgid ":class:`str` -- Returns the cog's specified name, not the class name." +#: ../../../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 -msgid "" -":class:`str` -- Returns the cog's description, typically the cleaned " -"docstring." +#: ../../../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.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.walk_commands:1 +msgid "An iterator that recursively walks through this cog's commands and subcommands." msgstr "" -#: discord.ext.commands.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.get_listeners:1 +msgid "Returns a :class:`list` of (name, function) listener pairs that are defined in this cog." msgstr "" -#: discord.ext.commands.Cog.listener:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.listener:1 msgid "A decorator that marks a function as a listener." msgstr "" -#: discord.ext.commands.Cog.listener:3 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.listener:3 msgid "This is the cog equivalent of :meth:`.Bot.listen`." msgstr "" -#: discord.ext.commands.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.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.listener:9 of -msgid "" -":exc:`TypeError` -- 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.listener:9 +msgid ":exc:`TypeError` -- The function is not a coroutine function or a string was not passed as the name." msgstr "" -#: discord.ext.commands.Cog.cog_unload:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_unload:1 msgid "A special method that is called when the cog gets removed." msgstr "" -#: discord.ext.commands.Cog.cog_unload:3 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_unload:3 msgid "This function **cannot** be a coroutine. It must be a regular function." msgstr "" -#: discord.ext.commands.Cog.cog_unload:6 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_unload:6 msgid "Subclasses must replace this if they want special unloading behaviour." msgstr "" -#: discord.ext.commands.Cog.bot_check_once:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.bot_check_once:1 msgid "A special method that registers as a :meth:`.Bot.check_once` check." msgstr "" -#: discord.ext.commands.Cog.bot_check:4 +#: ../../../discord/ext/commands/cog.py:docstring of #: discord.ext.commands.Cog.bot_check_once:4 -#: discord.ext.commands.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.bot_check:4 discord.ext.commands.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.bot_check:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.bot_check:1 msgid "A special method that registers as a :meth:`.Bot.check` check." msgstr "" -#: discord.ext.commands.Cog.cog_check:1 of -msgid "" -"A special method that registers as a :func:`commands.check` for every " -"command and subcommand in this cog." +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_check:1 +msgid "A special method that registers as a :func:`commands.check` for every command and subcommand in this cog." msgstr "" -#: discord.ext.commands.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_command_error:1 +msgid "A special method that is called whenever an error is dispatched inside this cog." msgstr "" -#: discord.ext.commands.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_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_command_error:7 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_command_error:7 msgid "This function **can** be a coroutine." msgstr "" -#: discord.ext.commands.Cog.cog_command_error:9 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_command_error:9 msgid "The invocation context where the error happened." msgstr "" -#: discord.ext.commands.Cog.cog_command_error:11 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_command_error:11 msgid "The error that happened." msgstr "" -#: discord.ext.commands.Cog.cog_after_invoke:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_after_invoke:1 msgid "A special method that acts as a cog local post-invoke hook." msgstr "" -#: discord.ext.commands.Cog.cog_after_invoke:3 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_after_invoke:3 msgid "This is similar to :meth:`.Command.after_invoke`." msgstr "" +#: ../../../discord/ext/commands/cog.py:docstring of #: discord.ext.commands.Cog.cog_after_invoke:5 -#: discord.ext.commands.Cog.cog_before_invoke:5 of +#: discord.ext.commands.Cog.cog_before_invoke:5 msgid "This **must** be a coroutine." msgstr "" -#: discord.ext.commands.Cog.cog_before_invoke:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_before_invoke:1 msgid "A special method that acts as a cog local pre-invoke hook." msgstr "" -#: discord.ext.commands.Cog.cog_before_invoke:3 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.Cog.cog_before_invoke:3 msgid "This is similar to :meth:`.Command.before_invoke`." msgstr "" -#: discord.ext.commands.CogMeta:1 of +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.CogMeta:1 msgid "A metaclass for defining a cog." msgstr "" -#: discord.ext.commands.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.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.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.CogMeta:7 +msgid "For example, to create an abstract cog mixin class, the following would be done." msgstr "" -#: discord.ext.commands.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.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.CogMeta:35 of -msgid "" -":class:`str` -- 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.CogMeta:35 +msgid "The cog name. By default, it is the name of the class with no modification." msgstr "" -#: discord.ext.commands.CogMeta:39 of -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:" +#: ../../../discord/ext/commands/cog.py:docstring of +#: discord.ext.commands.CogMeta:41 +msgid "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 "" #: ../../ext/commands/api.rst:98 msgid "Help Commands" msgstr "" -#: discord.ext.commands.HelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:1 msgid "The base implementation for help command formatting." msgstr "" -#: discord.ext.commands.HelpCommand:5 of -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." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:5 +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.HelpCommand:10 of -msgid "" -":class:`bool` -- Specifies if hidden commands should be shown in the " -"output. Defaults to ``False``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:8 +msgid "Optional[:class:`Context`]" msgstr "" -#: discord.ext.commands.HelpCommand:15 of -msgid "" -":class:`bool` -- Specifies if commands should have their " -":attr:`.Command.checks` called and verified. Defaults to ``True``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:12 +msgid "Specifies if hidden commands should be shown in the output. Defaults to ``False``." msgstr "" -#: discord.ext.commands.HelpCommand:20 of -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." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:19 +msgid "Specifies if commands should have their :attr:`.Command.checks` called and verified. Defaults to ``True``." msgstr "" -#: discord.ext.commands.HelpCommand.get_bot_mapping:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand:26 +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.py:docstring of +#: discord.ext.commands.HelpCommand.get_bot_mapping:1 msgid "Retrieves the bot mapping passed to :meth:`send_bot_help`." msgstr "" -#: discord.ext.commands.HelpCommand.clean_prefix:1 of -msgid "" -"The cleaned up invoke prefix. i.e. mentions are ``@name`` instead of " -"``<@id>``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.clean_prefix:1 +msgid "The cleaned up invoke prefix. i.e. mentions are ``@name`` instead of ``<@id>``." msgstr "「クリーンアップ」されたプレフィックスを返します。たとえば、メンションは ``<@id>`` のかわりに ``@name`` となります。" -#: 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.HelpCommand.command_not_found:13 -#: discord.ext.commands.HelpCommand.get_command_signature:7 -#: discord.ext.commands.HelpCommand.invoked_with:10 -#: discord.ext.commands.HelpCommand.subcommand_not_found:20 -#: discord.ext.commands.MinimalHelpCommand.get_command_signature:7 of -msgid ":class:`str`" -msgstr "" - +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_command_signature:1 -#: discord.ext.commands.MinimalHelpCommand.get_command_signature:1 of +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:1 msgid "Retrieves the signature portion of the help page." msgstr "ヘルプページに表示される、コマンドの使用方法を示す文字列を返します。" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_command_signature:3 -#: discord.ext.commands.MinimalHelpCommand.get_command_signature:3 of +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:3 msgid "The command to get the signature of." msgstr "" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_command_signature:6 -#: discord.ext.commands.MinimalHelpCommand.get_command_signature:6 of +#: discord.ext.commands.MinimalHelpCommand.get_command_signature:6 msgid "The signature for the command." msgstr "" -#: discord.ext.commands.HelpCommand.remove_mentions:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.remove_mentions:1 msgid "Removes mentions from the string to prevent abuse." msgstr "" -#: discord.ext.commands.HelpCommand.remove_mentions:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.remove_mentions:3 msgid "This includes ``@everyone``, ``@here``, member mentions and role mentions." msgstr "" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.command_not_found:1 -#: discord.ext.commands.HelpCommand.subcommand_not_found:1 of +#: discord.ext.commands.HelpCommand.subcommand_not_found:1 msgid "|maybecoro|" msgstr "" -#: discord.ext.commands.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.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.HelpCommand.command_not_found:6 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_not_found:6 msgid "Defaults to ``No command called {0} found.``" msgstr "" -#: discord.ext.commands.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.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.HelpCommand.command_not_found:12 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_not_found:12 msgid "The string to use when a command has not been found." msgstr "" -#: discord.ext.commands.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.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.HelpCommand.subcommand_not_found:6 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:6 msgid "Defaults to either:" msgstr "" -#: discord.ext.commands.HelpCommand.subcommand_not_found:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:8 msgid "``'Command \"{command.qualified_name}\" has no subcommands.'``" msgstr "" -#: discord.ext.commands.HelpCommand.subcommand_not_found:9 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:9 msgid "If there is no subcommand in the ``command`` parameter." msgstr "" -#: discord.ext.commands.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.HelpCommand.subcommand_not_found:11 +msgid "``'Command \"{command.qualified_name}\" has no subcommand named {string}'``" msgstr "" -#: discord.ext.commands.HelpCommand.subcommand_not_found:11 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:11 msgid "If the ``command`` parameter has subcommands but not one named ``string``." msgstr "" -#: discord.ext.commands.HelpCommand.subcommand_not_found:13 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:13 msgid "The command that did not have the subcommand requested." msgstr "" -#: discord.ext.commands.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.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.HelpCommand.subcommand_not_found:19 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.subcommand_not_found:19 msgid "The string to use when the command did not have the subcommand requested." msgstr "" -#: discord.ext.commands.HelpCommand.get_max_size:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.get_max_size:1 msgid "Returns the largest name length of the specified command list." msgstr "" -#: discord.ext.commands.HelpCommand.get_max_size:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.get_max_size:3 msgid "A sequence of commands to check for the largest size." msgstr "" -#: discord.ext.commands.HelpCommand.get_max_size:6 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.get_max_size:6 msgid "The maximum width of the commands." msgstr "" -#: discord.ext.commands.HelpCommand.get_max_size:7 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.get_max_size:7 +#: discord.ext.commands.DefaultHelpCommand:12 +#: discord.ext.commands.DefaultHelpCommand:42 discord.ext.commands.Paginator:25 msgid ":class:`int`" msgstr "" -#: discord.ext.commands.DefaultHelpCommand.get_destination:1 +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_destination:1 -#: discord.ext.commands.MinimalHelpCommand.get_destination:1 of -msgid "" -"Returns the :class:`abc.Messageable` where the help command will be " -"output." +#: discord.ext.commands.DefaultHelpCommand.get_destination:1 +#: discord.ext.commands.MinimalHelpCommand.get_destination:1 +msgid "Returns the :class:`abc.Messageable` where the help command will be output." msgstr "" -#: discord.ext.commands.DefaultHelpCommand.get_destination:3 +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_destination:3 #: discord.ext.commands.HelpCommand.send_bot_help:11 #: discord.ext.commands.HelpCommand.send_cog_help:11 #: discord.ext.commands.HelpCommand.send_command_help:10 #: discord.ext.commands.HelpCommand.send_error_message:7 #: discord.ext.commands.HelpCommand.send_group_help:11 -#: discord.ext.commands.MinimalHelpCommand.get_destination:3 of +#: discord.ext.commands.DefaultHelpCommand.get_destination:3 +#: discord.ext.commands.MinimalHelpCommand.get_destination:3 msgid "You can override this method to customise the behaviour." msgstr "" -#: discord.ext.commands.DefaultHelpCommand.get_destination:5 +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.HelpCommand.get_destination:5 -#: discord.ext.commands.MinimalHelpCommand.get_destination:5 of +#: discord.ext.commands.DefaultHelpCommand.get_destination:5 +#: discord.ext.commands.MinimalHelpCommand.get_destination:5 msgid "By default this returns the context's channel." 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.HelpCommand.cog:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.cog:10 msgid "Optional[:class:`Cog`]" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:3 msgid "The actual implementation of the help command." msgstr "" -#: discord.ext.commands.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.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.HelpCommand.command_callback:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:8 msgid ":meth:`send_bot_help`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:9 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:9 msgid ":meth:`send_cog_help`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:10 msgid ":meth:`send_group_help`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:11 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:11 msgid ":meth:`send_command_help`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:12 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:12 msgid ":meth:`get_destination`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:13 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:13 msgid ":meth:`command_not_found`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:14 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:14 msgid ":meth:`subcommand_not_found`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:15 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:15 msgid ":meth:`send_error_message`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:16 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:16 msgid ":meth:`on_help_command_error`" msgstr "" -#: discord.ext.commands.HelpCommand.command_callback:17 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.command_callback:17 msgid ":meth:`prepare_help_command`" msgstr "" -#: discord.ext.commands.HelpCommand.filter_commands:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.filter_commands:3 msgid "Returns a filtered list of commands and optionally sorts them." msgstr "" -#: discord.ext.commands.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.HelpCommand.filter_commands:5 +msgid "This takes into account the :attr:`verify_checks` and :attr:`show_hidden` attributes." msgstr "" -#: discord.ext.commands.HelpCommand.filter_commands:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.filter_commands:8 msgid "An iterable of commands that are getting filtered." msgstr "" -#: discord.ext.commands.HelpCommand.filter_commands:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.filter_commands:10 msgid "Whether to sort the result." msgstr "" -#: discord.ext.commands.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.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.HelpCommand.filter_commands:17 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.filter_commands:17 msgid "A list of commands that passed the filter." msgstr "" -#: discord.ext.commands.HelpCommand.filter_commands:18 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.filter_commands:18 msgid "List[:class:`Command`]" msgstr "" -#: discord.ext.commands.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.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.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.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.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.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.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.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.HelpCommand.prepare_help_command:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.prepare_help_command:8 msgid "The default implementation sets :attr:`context`." msgstr "" -#: discord.ext.commands.HelpCommand.prepare_help_command:12 of -msgid "" -"If you override this method, be sure to call ``super()`` so the help " -"command can be set up." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.prepare_help_command:12 +msgid "If you override this method, be sure to call ``super()`` so the help command can be set up." msgstr "" -#: discord.ext.commands.HelpCommand.prepare_help_command:17 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.HelpCommand.prepare_help_command:17 +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.HelpCommand.prepare_help_command:22 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.prepare_help_command:22 msgid "The argument passed to the help command." msgstr "" -#: discord.ext.commands.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.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.py:docstring of #: discord.ext.commands.HelpCommand.send_bot_help:6 #: discord.ext.commands.HelpCommand.send_cog_help:6 #: discord.ext.commands.HelpCommand.send_command_help:5 -#: discord.ext.commands.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.HelpCommand.send_group_help:6 +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.py:docstring of #: discord.ext.commands.HelpCommand.send_bot_help:15 #: discord.ext.commands.HelpCommand.send_cog_help:15 #: discord.ext.commands.HelpCommand.send_command_help:14 #: discord.ext.commands.HelpCommand.send_error_message:14 -#: discord.ext.commands.HelpCommand.send_group_help:15 of +#: discord.ext.commands.HelpCommand.send_group_help:15 msgid "You can access the invocation context with :attr:`HelpCommand.context`." msgstr "" -#: discord.ext.commands.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.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.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.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.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.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.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.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.HelpCommand.send_cog_help:21 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_cog_help:21 msgid "The cog that was requested for help." msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:3 msgid "Handles the implementation of the single command page in the help command." msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:16 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:16 msgid "Showing Help" msgstr "" -#: discord.ext.commands.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.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.HelpCommand.send_command_help:22 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:22 msgid ":attr:`Command.help`" msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:23 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:23 msgid ":attr:`Command.brief`" msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:24 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:24 msgid ":attr:`Command.short_doc`" msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:25 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:25 msgid ":attr:`Command.description`" msgstr "" -#: discord.ext.commands.HelpCommand.send_command_help:26 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:26 msgid ":meth:`get_command_signature`" msgstr "" -#: discord.ext.commands.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.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.HelpCommand.send_command_help:31 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_command_help:31 msgid "The command that was requested for help." msgstr "" -#: discord.ext.commands.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` or " -":meth:`command_has_no_subcommand_found` will be passed here." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.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` or :meth:`command_has_no_subcommand_found` will be passed here." msgstr "" -#: discord.ext.commands.HelpCommand.send_error_message:9 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.HelpCommand.send_error_message:9 +msgid "By default, this sends the error message to the destination specified by :meth:`get_destination`." msgstr "" -#: discord.ext.commands.HelpCommand.send_error_message:16 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.HelpCommand.send_error_message:16 +msgid "The error message to display to the user. Note that this has had mentions removed to prevent abuse." msgstr "" -#: discord.ext.commands.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.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.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.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.HelpCommand.send_group_help:21 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.HelpCommand.send_group_help:21 msgid "The group that was requested for help." msgstr "" -#: discord.ext.commands.DefaultHelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:1 msgid "The implementation of the default help command." msgstr "" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.DefaultHelpCommand:3 -#: discord.ext.commands.MinimalHelpCommand:3 of +#: discord.ext.commands.MinimalHelpCommand:3 msgid "This inherits from :class:`HelpCommand`." msgstr "" -#: discord.ext.commands.DefaultHelpCommand:5 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:5 msgid "It extends it with the following attributes." msgstr "" -#: discord.ext.commands.DefaultHelpCommand:9 of -msgid "" -":class:`int` -- The maximum number of characters that fit in a line. " -"Defaults to 80." -msgstr ":class:`int` -- 1行に収める最大の文字数を指定します。デフォルトでは80です。" - -#: discord.ext.commands.DefaultHelpCommand:14 -#: discord.ext.commands.MinimalHelpCommand:7 of -msgid "" -":class:`bool` -- Whether to sort the commands in the output " -"alphabetically. Defaults to ``True``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:9 +msgid "The maximum number of characters that fit in a line. Defaults to 80." msgstr "" -#: discord.ext.commands.DefaultHelpCommand:18 -#: discord.ext.commands.MinimalHelpCommand:21 of -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``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:16 +#: discord.ext.commands.MinimalHelpCommand:7 +msgid "Whether to sort the commands in the output alphabetically. Defaults to ``True``." msgstr "" -#: discord.ext.commands.DefaultHelpCommand:27 -#: discord.ext.commands.MinimalHelpCommand:30 of -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." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:22 +#: discord.ext.commands.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.DefaultHelpCommand:32 of -msgid "" -":class:`int` -- How much to intend the commands from a heading. Defaults " -"to ``2``." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:29 +#: discord.ext.commands.MinimalHelpCommand:34 +msgid "Optional[:class:`bool`]" msgstr "" -#: discord.ext.commands.DefaultHelpCommand:36 of -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:\"``" +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:33 +#: discord.ext.commands.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 "" -":class:`str` -- help " -"コマンドがカテゴリ名を伴って起動された際に、コマンドの表題として表示される文字列を示します。Botを翻訳する際に使うことができます。デフォルトでは" -" ``\"Commands:\"`` です。" -#: discord.ext.commands.DefaultHelpCommand:41 -#: discord.ext.commands.MinimalHelpCommand:35 of -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\"``" +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:40 +msgid "How much to intend the commands from a heading. Defaults to ``2``." msgstr "" -":class:`str` -- help " -"コマンドが起動された際に、いずれのカテゴリ(cog)にも属さないコマンドの表題として表示される文字列を示します。Botを翻訳する際に使うことができます。デフォルトでは" -" ``\"No Category\"`` です。" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.DefaultHelpCommand:46 -#: discord.ext.commands.MinimalHelpCommand:40 of -msgid "" -":class:`Paginator` -- The paginator used to paginate the help command " -"output." +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.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:53 +#: discord.ext.commands.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.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:60 +#: discord.ext.commands.MinimalHelpCommand:52 +msgid "The paginator used to paginate the help command output." +msgstr "" + +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand:62 +#: discord.ext.commands.MinimalHelpCommand:54 +msgid ":class:`Paginator`" msgstr "" -#: discord.ext.commands.DefaultHelpCommand.shorten_text:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.shorten_text:1 msgid "Shortens text to fit into the :attr:`width`." msgstr "渡された文字列を、 :attr:`width` に収まるよう省略します。" -#: discord.ext.commands.DefaultHelpCommand.get_ending_note:1 of -msgid "" -"Returns help command's ending note. This is mainly useful to override for" -" i18n purposes." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.get_ending_note:1 +msgid "Returns help command's ending note. This is mainly useful to override for i18n purposes." msgstr "Helpコマンドの末尾の文字列を返します。主に翻訳する際にオーバーライドしてください。" -#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:1 msgid "Indents a list of commands after the specified heading." msgstr "" -#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:3 msgid "The formatting is added to the :attr:`paginator`." msgstr "" -#: discord.ext.commands.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.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.DefaultHelpCommand.add_indented_commands:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:10 msgid "A list of commands to indent for output." msgstr "" -#: discord.ext.commands.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.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.DefaultHelpCommand.add_indented_commands:15 of -msgid "" -"The max size to use for the gap between indents. If unspecified, calls " -":meth:`get_max_size` on the commands parameter." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.DefaultHelpCommand.add_indented_commands:15 +msgid "The max size to use for the gap between indents. If unspecified, calls :meth:`get_max_size` on the commands parameter." msgstr "" -#: discord.ext.commands.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.DefaultHelpCommand.add_command_formatting:1 +msgid "A utility function to format the non-indented block of commands and groups." msgstr "" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.DefaultHelpCommand.add_command_formatting:3 -#: discord.ext.commands.MinimalHelpCommand.add_command_formatting:3 of +#: discord.ext.commands.MinimalHelpCommand.add_command_formatting:3 msgid "The command to format." msgstr "" +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.DefaultHelpCommand.send_pages:1 -#: discord.ext.commands.MinimalHelpCommand.send_pages:1 of -msgid "" -"A helper utility to send the page output from :attr:`paginator` to the " -"destination." +#: discord.ext.commands.MinimalHelpCommand.send_pages:1 +msgid "A helper utility to send the page output from :attr:`paginator` to the destination." msgstr "" -#: discord.ext.commands.MinimalHelpCommand:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand:1 msgid "An implementation of a help command with minimal output." msgstr "" -#: discord.ext.commands.MinimalHelpCommand:11 of -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\"``" +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.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.MinimalHelpCommand:16 of -msgid "" -":class:`str` -- 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.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.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.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.MinimalHelpCommand.get_opening_note:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.get_opening_note:3 msgid "The default implementation returns ::" msgstr "" -#: discord.ext.commands.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.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.MinimalHelpCommand.get_ending_note:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.get_ending_note:3 msgid "The default implementation does nothing." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:1 msgid "Adds the minified bot heading with commands to the output." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:3 +#: ../../../discord/ext/commands/help.py:docstring of #: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:3 -#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:3 of +#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:3 +#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:3 msgid "The formatting should be added to the :attr:`paginator`." msgstr "" -#: discord.ext.commands.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.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.MinimalHelpCommand.add_bot_commands_formatting:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:8 msgid "A list of commands that belong to the heading." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_bot_commands_formatting:10 msgid "The heading to add to the line." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:1 msgid "Adds formatting information on a subcommand." msgstr "" -#: discord.ext.commands.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.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.MinimalHelpCommand.add_subcommand_formatting:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_subcommand_formatting:8 msgid "The command to show information of." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:1 msgid "Adds the formatting information on a command's aliases." msgstr "" -#: discord.ext.commands.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.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.MinimalHelpCommand.add_aliases_formatting:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:8 msgid "This is not called if there are no aliases to format." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:10 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_aliases_formatting:10 msgid "A list of aliases to format." msgstr "" -#: discord.ext.commands.MinimalHelpCommand.add_command_formatting:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.MinimalHelpCommand.add_command_formatting:1 msgid "A utility function to format commands and groups." msgstr "" -#: discord.ext.commands.Paginator:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:1 msgid "A class that aids in paginating code blocks for Discord messages." msgstr "" -#: discord.ext.commands.Paginator:7 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:7 msgid "Returns the total number of characters in the paginator." msgstr "" -#: discord.ext.commands.Paginator:11 of -msgid "" -"Optional[:class:`str`] -- The prefix inserted to every page. e.g. three " -"backticks." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:11 +msgid "The prefix inserted to every page. e.g. three backticks." msgstr "" -#: discord.ext.commands.Paginator:15 of -msgid "" -"Optional[:class:`str`] -- The suffix appended at the end of every page. " -"e.g. three backticks." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:13 discord.ext.commands.Paginator:19 +#: ../../../discord/ext/commands/context.py:docstring +#: discord.ext.commands.Context:68 +msgid "Optional[:class:`str`]" msgstr "" -#: discord.ext.commands.Paginator:19 of -msgid ":class:`int` -- The maximum amount of codepoints allowed in a page." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:17 +msgid "The suffix appended at the end of every page. e.g. three backticks." msgstr "" -#: discord.ext.commands.Paginator.clear:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator:23 +msgid "The maximum amount of codepoints allowed in a page." +msgstr "" + +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.clear:1 msgid "Clears the paginator to have no pages." msgstr "" -#: discord.ext.commands.Paginator.add_line:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.add_line:1 msgid "Adds a line to the current page." msgstr "" -#: discord.ext.commands.Paginator.add_line:3 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.add_line:3 msgid "If the line exceeds the :attr:`max_size` then an exception is raised." msgstr "" -#: discord.ext.commands.Paginator.add_line:6 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.add_line:6 msgid "The line to add." msgstr "" -#: discord.ext.commands.Paginator.add_line:8 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.add_line:8 msgid "Indicates if another empty line should be added." msgstr "" -#: discord.ext.commands.Paginator.add_line:11 of -msgid "" -":exc:`RuntimeError` -- The line was too big for the current " -":attr:`max_size`." +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.Paginator.add_line:11 +msgid ":exc:`RuntimeError` -- The line was too big for the current :attr:`max_size`." msgstr "" -#: discord.ext.commands.Paginator.close_page:1 of +#: ../../../discord/ext/commands/help.py:docstring of +#: discord.ext.commands.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 "" @@ -3110,1833 +3352,1507 @@ msgstr "" msgid "Checks" msgstr "" -#: discord.ext.commands.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.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.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.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.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.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.check:16 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.check:16 msgid "These functions can either be regular functions or coroutines." msgstr "" -#: discord.ext.commands.check:20 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.check:20 msgid "Creating a basic check to see if the command invoker is you." msgstr "" -#: discord.ext.commands.check:32 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.check:32 msgid "Transforming common checks into its own decorator:" msgstr "" -#: discord.ext.commands.check:46 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.check:46 msgid "The predicate to check if the command should be invoked." msgstr "" -#: discord.ext.commands.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.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.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.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.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.has_role:7 +msgid "If an integer is specified, you must give the exact snowflake ID of the role." msgstr "" -#: discord.ext.commands.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.has_role:9 +msgid "If the message is invoked in a private message context then the check will return ``False``." msgstr "" -#: discord.ext.commands.has_role:12 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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.py:docstring of +#: discord.ext.commands.has_role:18 +msgid "Raise :exc:`.MissingRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.has_role:21 msgid "The name or ID of the role to check." msgstr "" -#: discord.ext.commands.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.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.has_permissions:4 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.has_permissions:4 +msgid "The permissions passed in must be exactly like the properties shown under :class:`.discord.Permissions`." msgstr "" -#: discord.ext.commands.has_permissions:7 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.has_permissions:7 +msgid "This check raises a special exception, :exc:`.MissingPermissions` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.has_permissions:10 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.has_permissions:10 msgid "An argument list of permissions to check for." msgstr "" -#: discord.ext.commands.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.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.has_any_role:5 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.has_any_role:5 msgid "Similar to :func:`.has_role`\\, the names or IDs passed in must be exact." msgstr "" -#: discord.ext.commands.has_any_role:7 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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.py:docstring of +#: discord.ext.commands.has_any_role:13 +msgid "Raise :exc:`.MissingAnyRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.has_any_role:16 msgid "An argument list of names or IDs to check that the member has roles wise." msgstr "" -#: discord.ext.commands.bot_has_role:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.bot_has_role:1 msgid "Similar to :func:`.has_role` except checks if the bot itself has the role." msgstr "" -#: discord.ext.commands.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.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.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.bot_has_role:10 +msgid "Raise :exc:`.BotMissingRole` or :exc:`.NoPrivateMessage` instead of generic :exc:`.CheckFailure`" msgstr "" -#: discord.ext.commands.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.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.py:docstring of +#: discord.ext.commands.bot_has_permissions:4 +msgid "This check raises a special exception, :exc:`.BotMissingPermissions` that is inherited from :exc:`.CheckFailure`." +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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.py:docstring of +#: discord.ext.commands.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.cooldown:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.bot_has_any_role:10 +msgid "Raise :exc:`.BotMissingAnyRole` or :exc:`.NoPrivateMessage` instead of generic checkfailure" +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:1 msgid "A decorator that adds a cooldown to a :class:`.Command` or its subclasses." msgstr "" -#: discord.ext.commands.cooldown:4 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, or global basis. Denoted by the third " -"argument of ``type`` which must be of enum type ``BucketType`` which " -"could be either:" +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:4 +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 "" -#: discord.ext.commands.cooldown:10 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:10 msgid "``BucketType.default`` for a global basis." msgstr "" -#: discord.ext.commands.cooldown:11 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:11 msgid "``BucketType.user`` for a per-user basis." msgstr "" -#: discord.ext.commands.cooldown:12 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:12 msgid "``BucketType.guild`` for a per-guild basis." msgstr "" -#: discord.ext.commands.cooldown:13 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:13 msgid "``BucketType.channel`` for a per-channel basis." msgstr "" -#: discord.ext.commands.cooldown:14 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:14 msgid "``BucketType.member`` for a per-member basis." msgstr "" -#: discord.ext.commands.cooldown:15 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:15 msgid "``BucketType.category`` for a per-category basis." msgstr "" -#: discord.ext.commands.cooldown:17 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.cooldown:17 +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.cooldown:20 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:20 msgid "A command can only have a single cooldown." msgstr "" -#: discord.ext.commands.cooldown:22 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:22 msgid "The number of times a command can be used before triggering a cooldown." msgstr "" -#: discord.ext.commands.cooldown:24 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:24 msgid "The amount of seconds to wait for a cooldown when it's been triggered." msgstr "" -#: discord.ext.commands.cooldown:26 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.cooldown:26 msgid "The type of cooldown to have." msgstr "" -#: discord.ext.commands.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.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.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.guild_only:5 +msgid "This check raises a special exception, :exc:`.NoPrivateMessage` that is inherited from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.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.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.is_owner:4 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.is_owner:4 msgid "This is powered by :meth:`.Bot.is_owner`." msgstr "" -#: discord.ext.commands.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.is_owner:6 +msgid "This check raises a special exception, :exc:`.NotOwner` that is derived from :exc:`.CheckFailure`." msgstr "" -#: discord.ext.commands.is_nsfw:1 of +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.is_nsfw:1 msgid "A :func:`.check` that checks if the channel is a NSFW channel." msgstr "" +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.is_nsfw:3 +msgid "This check raises a special exception, :exc:`.NSFWChannelRequired` that is derived from :exc:`.CheckFailure`." +msgstr "" + +#: ../../../discord/ext/commands/core.py:docstring of +#: discord.ext.commands.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:144 msgid "Context" msgstr "" -#: discord.ext.commands.Context:1 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:1 msgid "Represents the context in which a command is being invoked under." msgstr "" -#: discord.ext.commands.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: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:7 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:7 msgid "This class implements the :class:`abc.Messageable` ABC." msgstr "" -#: discord.ext.commands.Context:11 of -msgid "" -":class:`.Message` -- The message that triggered the command being " -"executed." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:11 +msgid "The message that triggered the command being executed." msgstr "" -#: discord.ext.commands.Context:15 of -msgid ":class:`.Bot` -- The bot that contains the command being executed." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:13 +#: discord.ext.commands.Context.fetch_message:15 +#: discord.ext.commands.Context.send:40 +msgid ":class:`.Message`" msgstr "" -#: discord.ext.commands.Context:19 of -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." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:17 +msgid "The bot that contains the command being executed." msgstr "" -#: discord.ext.commands.Context:25 of -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." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:19 +msgid ":class:`.Bot`" msgstr "" -#: discord.ext.commands.Context:31 of -msgid ":class:`str` -- The prefix that was used to invoke the command." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.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:35 of -msgid "" -"The command (i.e. :class:`.Command` or its subclasses) that is being " -"invoked currently." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.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:40 of -msgid "" -":class:`str` -- 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:39 +msgid "The prefix that was used to invoke the command." msgstr "" -#: discord.ext.commands.Context:45 of -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`." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:45 +msgid "The command (i.e. :class:`.Command` or its subclasses) that is being invoked currently." msgstr "" -#: discord.ext.commands.Context:51 of -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`." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:50 +msgid "The command name that triggered this invocation. Useful for finding out which alias called the command." msgstr "" -#: discord.ext.commands.Context:58 of -msgid "" -":class:`bool` -- 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:57 +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 "" -#: discord.ext.commands.Context.history:1 of -msgid "" -"Return an :class:`.AsyncIterator` that enables receiving the " -"destination's message history." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:63 +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.history:3 of -msgid "" -"You must have :attr:`~.Permissions.read_message_history` permissions to " -"use this." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context:72 +msgid "A boolean that indicates if the command failed to be parsed, checked, or invoked." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:1 +msgid "Return an :class:`.AsyncIterator` that enables receiving the destination's message history." msgstr "" -#: discord.ext.commands.Context.history:14 of +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:3 +msgid "You must have :attr:`~.Permissions.read_message_history` permissions to use this." +msgstr "" + +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:14 msgid "Flattening into a list: ::" msgstr "" -#: discord.ext.commands.Context.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/abc.py:docstring of discord.ext.commands.Context.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.ext.commands.Context.history:25 of -msgid "" -"Retrieve messages before this date or message. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:25 +msgid "Retrieve messages before this date or message. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.ext.commands.Context.history:28 of -msgid "" -"Retrieve messages after this date or message. If a date is provided it " -"must be a timezone-naive datetime representing UTC time." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:28 +msgid "Retrieve messages after this date or message. If a date is provided it must be a timezone-naive datetime representing UTC time." msgstr "" -#: discord.ext.commands.Context.history:31 of -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." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:31 +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 "" -#: discord.ext.commands.Context.history:36 of -msgid "" -"If set to true, return messages in oldest->newest order. Defaults to True" -" if ``after`` is specified, otherwise False." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:36 +msgid "If set to true, return messages in oldest->newest order. Defaults to True if ``after`` is specified, otherwise False." msgstr "" -#: discord.ext.commands.Context.history:40 of -msgid "" -":exc:`.Forbidden` -- You do not have permissions to get channel message " -"history." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:40 +msgid ":exc:`.Forbidden` -- You do not have permissions to get channel message history." msgstr "" -#: discord.ext.commands.Context.history:41 of +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:41 msgid ":exc:`.HTTPException` -- The request to get message history failed." msgstr "" -#: discord.ext.commands.Context.history:43 of +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.history:43 msgid ":class:`.Message` -- The message with the message data parsed." msgstr "" -#: discord.ext.commands.Context.typing:1 of -msgid "" -"Returns a context manager that allows you to type for an indefinite " -"period of time." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.typing:1 +msgid "Returns a context manager that allows you to type for an indefinite period of time." msgstr "" -#: discord.ext.commands.Context.typing:3 of +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.typing:3 msgid "This is useful for denoting long computations in your bot." msgstr "" -#: discord.ext.commands.Context.typing:7 of -msgid "" -"This is both a regular context manager and an async context manager. This" -" means that both ``with`` and ``async with`` work with this." +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.typing:7 +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 "" -#: discord.ext.commands.Context.typing:10 of +#: ../../../discord/abc.py:docstring of discord.ext.commands.Context.typing:10 msgid "Example Usage: ::" 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.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 "" -#: discord.ext.commands.Context.guild:1 of -msgid "" -"Returns the guild associated with this context's command. None if not " -"available." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.guild:1 +msgid "Returns the guild associated with this context's command. None if not available." msgstr "" -#: discord.ext.commands.Context.channel:1 of -msgid "" -"Returns the channel associated with this context's command. Shorthand for" -" :attr:`.Message.channel`." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.channel:1 +msgid "Returns the channel associated with this context's command. Shorthand for :attr:`.Message.channel`." msgstr "" -#: discord.ext.commands.Context.author:1 of -msgid "" -"Returns the author associated with this context's command. Shorthand for " -":attr:`.Message.author`" +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.author:1 +msgid "Returns the author associated with this context's command. Shorthand for :attr:`.Message.author`" msgstr "" -#: discord.ext.commands.Context.fetch_message:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:3 msgid "Retrieves a single :class:`.Message` from the destination." msgstr "" -#: discord.ext.commands.Context.fetch_message:5 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:5 msgid "This can only be used by bot accounts." msgstr "" -#: discord.ext.commands.Context.fetch_message:7 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:7 msgid "The message ID to look for." msgstr "" -#: discord.ext.commands.Context.fetch_message:10 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:10 msgid ":exc:`.NotFound` -- The specified message was not found." msgstr "" -#: discord.ext.commands.Context.fetch_message:11 of -msgid "" -":exc:`.Forbidden` -- You do not have the permissions required to get a " -"message." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:11 +msgid ":exc:`.Forbidden` -- You do not have the permissions required to get a message." msgstr "" -#: discord.ext.commands.Context.fetch_message:12 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:12 msgid ":exc:`.HTTPException` -- Retrieving the message failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" - -#: discord.ext.commands.Context.fetch_message:14 of -msgid "The message asked for." msgstr "" -#: discord.ext.commands.Context.fetch_message:15 -#: discord.ext.commands.Context.send:40 of -msgid ":class:`.Message`" +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.fetch_message:14 +msgid "The message asked for." msgstr "" -#: discord.ext.commands.Context.invoke:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:3 msgid "Calls a command with the arguments given." msgstr "" -#: discord.ext.commands.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.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.invoke:8 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:8 msgid "You do not pass in the context as it is done for you." msgstr "" -#: discord.ext.commands.Context.invoke:10 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:10 msgid "The first parameter passed **must** be the command being invoked." msgstr "" -#: discord.ext.commands.Context.invoke:12 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:12 msgid "A command or subclass of a command that is going to be called." msgstr "" -#: discord.ext.commands.Context.invoke:14 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:14 msgid "The arguments to to use." msgstr "" -#: discord.ext.commands.Context.invoke:15 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.invoke:15 msgid "The keyword arguments to use." msgstr "" -#: discord.ext.commands.Context.pins:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.pins:3 msgid "Returns a :class:`list` of :class:`.Message` that are currently pinned." msgstr "" -#: discord.ext.commands.Context.pins:5 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.pins:5 msgid ":exc:`.HTTPException` -- Retrieving the pinned messages failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "" -#: discord.ext.commands.Context.reinvoke:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.reinvoke:3 msgid "Calls the command again." msgstr "" -#: discord.ext.commands.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.reinvoke:5 +msgid "This is similar to :meth:`~.Context.invoke` except that it bypasses checks, cooldowns, and error handlers." msgstr "" -#: discord.ext.commands.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.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.reinvoke:16 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.reinvoke:16 msgid "Whether to call the before and after invoke hooks." msgstr "" -#: discord.ext.commands.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.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.send:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:3 msgid "Sends a message to the destination with the content given." msgstr "" -#: discord.ext.commands.Context.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.ext.commands.Context.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.ext.commands.Context.send:9 of -msgid "" -"To upload a single file, the ``file`` parameter should be used with a " -"single :class:`.File` object. To upload multiple files, the ``files`` " -"parameter should be used with a :class:`list` of :class:`.File` objects. " -"**Specifying both parameters will lead to an exception**." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:9 +msgid "To upload a single file, the ``file`` parameter should be used with a single :class:`.File` object. To upload multiple files, the ``files`` parameter should be used with a :class:`list` of :class:`.File` objects. **Specifying both parameters will lead to an exception**." msgstr "" -#: discord.ext.commands.Context.send:14 of -msgid "" -"If the ``embed`` parameter is provided, it must be of type " -":class:`.Embed` and it must be a rich embed type." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:14 +msgid "If the ``embed`` parameter is provided, it must be of type :class:`.Embed` and it must be a rich embed type." msgstr "" -#: discord.ext.commands.Context.send:17 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:17 msgid "The content of the message to send." msgstr "" -#: discord.ext.commands.Context.send:18 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:18 msgid "Indicates if the message should be sent using text-to-speech." msgstr "" -#: discord.ext.commands.Context.send:20 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:20 msgid "The rich embed for the content." msgstr "" -#: discord.ext.commands.Context.send:22 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:22 msgid "The file to upload." msgstr "" -#: discord.ext.commands.Context.send:24 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:24 msgid "A list of files to upload. Must be a maximum of 10." msgstr "" -#: discord.ext.commands.Context.send:26 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.ext.commands.Context.send:26 +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.ext.commands.Context.send:29 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.ext.commands.Context.send:29 +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.ext.commands.Context.send:34 of -#, fuzzy +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:34 msgid ":exc:`.HTTPException` -- Sending the message failed." -msgstr ":exc:`HTTPException` -- 何らかの要因で情報の取得に失敗した。" +msgstr "" -#: discord.ext.commands.Context.send:35 of -msgid "" -":exc:`.Forbidden` -- You do not have the proper permissions to send the " -"message." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:35 +msgid ":exc:`.Forbidden` -- You do not have the proper permissions to send the message." msgstr "" -#: discord.ext.commands.Context.send:36 of -msgid "" -":exc:`.InvalidArgument` -- The ``files`` list is not of the appropriate " -"size or you specified both ``file`` and ``files``." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:36 +msgid ":exc:`.InvalidArgument` -- The ``files`` list is not of the appropriate size or you specified both ``file`` and ``files``." msgstr "" -#: discord.ext.commands.Context.send:39 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send:39 msgid "The message that was sent." msgstr "" -#: discord.ext.commands.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.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.send_help:6 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send_help:6 msgid "If no entity is given, then it'll show help for the entire bot." msgstr "" -#: discord.ext.commands.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.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.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.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.send_help:18 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send_help:18 msgid "The entity to show help for." msgstr "" -#: discord.ext.commands.Context.send_help:21 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.send_help:21 msgid "The result of the help command, if any." msgstr "" -#: discord.ext.commands.Context.trigger_typing:3 of +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.trigger_typing:3 msgid "Triggers a *typing* indicator to the destination." msgstr "" -#: discord.ext.commands.Context.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.ext.commands.Context.trigger_typing:5 +msgid "*Typing* indicator will go away after 10 seconds, or after a message is sent." msgstr "" -#: discord.ext.commands.Context.me:1 of -msgid "" -"Similar to :attr:`.Guild.me` except it may return the " -":class:`.ClientUser` in private message contexts." +#: ../../../discord/ext/commands/context.py:docstring of +#: discord.ext.commands.Context.me:1 +msgid "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 -msgid "" -"Optional[:class:`.VoiceClient`] -- A shortcut to " -":attr:`.Guild.voice_client`\\, if applicable." +#: ../../../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.py:docstring of +#: discord.ext.commands.Context.voice_client:3 +msgid "Optional[:class:`.VoiceClient`]" msgstr "" #: ../../ext/commands/api.rst:160 msgid "Converters" msgstr "" -#: discord.ext.commands.Converter:1 of -msgid "" -"The base class of custom converters that require the :class:`.Context` to" -" be passed to be useful." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.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:4 of -msgid "" -"This allows you to implement converters that function similar to the " -"special cased ``discord`` classes." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.Converter:4 +msgid "This allows you to implement converters that function similar to the special cased ``discord`` classes." msgstr "" -#: discord.ext.commands.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 coroutine." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.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 coroutine." msgstr "" -#: discord.ext.commands.CategoryChannelConverter.convert:3 -#: discord.ext.commands.ColourConverter.convert:3 +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.Converter.convert:3 -#: discord.ext.commands.EmojiConverter.convert:3 -#: discord.ext.commands.GameConverter.convert:3 -#: discord.ext.commands.InviteConverter.convert:3 #: discord.ext.commands.MemberConverter.convert:3 -#: discord.ext.commands.PartialEmojiConverter.convert:3 -#: discord.ext.commands.RoleConverter.convert:3 -#: discord.ext.commands.TextChannelConverter.convert:3 #: discord.ext.commands.UserConverter.convert:3 +#: discord.ext.commands.TextChannelConverter.convert:3 #: discord.ext.commands.VoiceChannelConverter.convert:3 -#: discord.ext.commands.clean_content.convert:3 of +#: discord.ext.commands.CategoryChannelConverter.convert:3 +#: discord.ext.commands.InviteConverter.convert:3 +#: discord.ext.commands.RoleConverter.convert:3 +#: discord.ext.commands.GameConverter.convert:3 +#: discord.ext.commands.ColourConverter.convert:3 +#: discord.ext.commands.EmojiConverter.convert:3 +#: discord.ext.commands.PartialEmojiConverter.convert:3 +#: discord.ext.commands.clean_content.convert:3 msgid "The method to override to do conversion logic." msgstr "" -#: discord.ext.commands.CategoryChannelConverter.convert:5 -#: discord.ext.commands.ColourConverter.convert:5 +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.Converter.convert:5 -#: discord.ext.commands.EmojiConverter.convert:5 -#: discord.ext.commands.GameConverter.convert:5 -#: discord.ext.commands.InviteConverter.convert:5 #: discord.ext.commands.MemberConverter.convert:5 -#: discord.ext.commands.PartialEmojiConverter.convert:5 -#: discord.ext.commands.RoleConverter.convert:5 -#: discord.ext.commands.TextChannelConverter.convert:5 #: discord.ext.commands.UserConverter.convert:5 +#: discord.ext.commands.TextChannelConverter.convert:5 #: discord.ext.commands.VoiceChannelConverter.convert:5 -#: discord.ext.commands.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." +#: discord.ext.commands.CategoryChannelConverter.convert:5 +#: discord.ext.commands.InviteConverter.convert:5 +#: discord.ext.commands.RoleConverter.convert:5 +#: discord.ext.commands.GameConverter.convert:5 +#: discord.ext.commands.ColourConverter.convert:5 +#: discord.ext.commands.EmojiConverter.convert:5 +#: discord.ext.commands.PartialEmojiConverter.convert:5 +#: discord.ext.commands.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.CategoryChannelConverter.convert:9 -#: discord.ext.commands.ColourConverter.convert:9 +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.Converter.convert:9 -#: discord.ext.commands.EmojiConverter.convert:9 -#: discord.ext.commands.GameConverter.convert:9 -#: discord.ext.commands.InviteConverter.convert:9 #: discord.ext.commands.MemberConverter.convert:9 -#: discord.ext.commands.PartialEmojiConverter.convert:9 -#: discord.ext.commands.RoleConverter.convert:9 -#: discord.ext.commands.TextChannelConverter.convert:9 #: discord.ext.commands.UserConverter.convert:9 +#: discord.ext.commands.TextChannelConverter.convert:9 #: discord.ext.commands.VoiceChannelConverter.convert:9 -#: discord.ext.commands.clean_content.convert:9 of +#: discord.ext.commands.CategoryChannelConverter.convert:9 +#: discord.ext.commands.InviteConverter.convert:9 +#: discord.ext.commands.RoleConverter.convert:9 +#: discord.ext.commands.GameConverter.convert:9 +#: discord.ext.commands.ColourConverter.convert:9 +#: discord.ext.commands.EmojiConverter.convert:9 +#: discord.ext.commands.PartialEmojiConverter.convert:9 +#: discord.ext.commands.clean_content.convert:9 msgid "The invocation context that the argument is being used in." msgstr "" -#: discord.ext.commands.CategoryChannelConverter.convert:11 -#: discord.ext.commands.ColourConverter.convert:11 +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.Converter.convert:11 -#: discord.ext.commands.EmojiConverter.convert:11 -#: discord.ext.commands.GameConverter.convert:11 -#: discord.ext.commands.InviteConverter.convert:11 #: discord.ext.commands.MemberConverter.convert:11 -#: discord.ext.commands.PartialEmojiConverter.convert:11 -#: discord.ext.commands.RoleConverter.convert:11 -#: discord.ext.commands.TextChannelConverter.convert:11 #: discord.ext.commands.UserConverter.convert:11 +#: discord.ext.commands.TextChannelConverter.convert:11 #: discord.ext.commands.VoiceChannelConverter.convert:11 -#: discord.ext.commands.clean_content.convert:11 of +#: discord.ext.commands.CategoryChannelConverter.convert:11 +#: discord.ext.commands.InviteConverter.convert:11 +#: discord.ext.commands.RoleConverter.convert:11 +#: discord.ext.commands.GameConverter.convert:11 +#: discord.ext.commands.ColourConverter.convert:11 +#: discord.ext.commands.EmojiConverter.convert:11 +#: discord.ext.commands.PartialEmojiConverter.convert:11 +#: discord.ext.commands.clean_content.convert:11 msgid "The argument that is being converted." msgstr "" -#: discord.ext.commands.MemberConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:1 msgid "Converts to a :class:`Member`." msgstr "" -#: discord.ext.commands.CategoryChannelConverter:3 -#: discord.ext.commands.MemberConverter:3 discord.ext.commands.RoleConverter:3 +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:3 #: discord.ext.commands.TextChannelConverter:3 -#: discord.ext.commands.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." +#: discord.ext.commands.VoiceChannelConverter:3 +#: discord.ext.commands.CategoryChannelConverter:3 +#: discord.ext.commands.RoleConverter: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.CategoryChannelConverter:6 -#: discord.ext.commands.EmojiConverter:6 discord.ext.commands.MemberConverter:6 -#: discord.ext.commands.RoleConverter:6 +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:6 discord.ext.commands.UserConverter:5 +#: discord.ext.commands.MessageConverter:5 #: discord.ext.commands.TextChannelConverter:6 -#: discord.ext.commands.UserConverter:5 -#: discord.ext.commands.VoiceChannelConverter:6 of +#: discord.ext.commands.VoiceChannelConverter:6 +#: discord.ext.commands.CategoryChannelConverter:6 +#: discord.ext.commands.RoleConverter:6 discord.ext.commands.EmojiConverter:6 msgid "The lookup strategy is as follows (in order):" msgstr "" -#: discord.ext.commands.CategoryChannelConverter:8 -#: discord.ext.commands.EmojiConverter:8 discord.ext.commands.MemberConverter:8 -#: discord.ext.commands.RoleConverter:8 +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:8 discord.ext.commands.UserConverter:7 #: discord.ext.commands.TextChannelConverter:8 -#: discord.ext.commands.UserConverter:7 -#: discord.ext.commands.VoiceChannelConverter:8 of +#: discord.ext.commands.VoiceChannelConverter:8 +#: discord.ext.commands.CategoryChannelConverter:8 +#: discord.ext.commands.RoleConverter:8 discord.ext.commands.EmojiConverter:8 msgid "Lookup by ID." msgstr "" -#: discord.ext.commands.CategoryChannelConverter:9 -#: discord.ext.commands.MemberConverter:9 discord.ext.commands.RoleConverter:9 +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:9 discord.ext.commands.UserConverter:8 #: discord.ext.commands.TextChannelConverter:9 -#: discord.ext.commands.UserConverter:8 -#: discord.ext.commands.VoiceChannelConverter:9 of +#: discord.ext.commands.VoiceChannelConverter:9 +#: discord.ext.commands.CategoryChannelConverter:9 +#: discord.ext.commands.RoleConverter:9 msgid "Lookup by mention." msgstr "" +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.MemberConverter:10 discord.ext.commands.UserConverter:9 -#: of msgid "Lookup by name#discrim" msgstr "" -#: discord.ext.commands.CategoryChannelConverter:10 -#: discord.ext.commands.EmojiConverter:10 +#: ../../../discord/ext/commands/converter.py:docstring of #: discord.ext.commands.MemberConverter:11 -#: discord.ext.commands.RoleConverter:10 -#: discord.ext.commands.TextChannelConverter:10 #: discord.ext.commands.UserConverter:10 -#: discord.ext.commands.VoiceChannelConverter:10 of +#: discord.ext.commands.TextChannelConverter:10 +#: discord.ext.commands.VoiceChannelConverter:10 +#: discord.ext.commands.CategoryChannelConverter:10 +#: discord.ext.commands.RoleConverter:10 discord.ext.commands.EmojiConverter:10 msgid "Lookup by name" msgstr "" -#: discord.ext.commands.MemberConverter:12 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MemberConverter:12 msgid "Lookup by nickname" msgstr "" -#: discord.ext.commands.UserConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.UserConverter:1 msgid "Converts to a :class:`User`." msgstr "" -#: discord.ext.commands.UserConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.UserConverter:3 msgid "All lookups are via the global user cache." msgstr "" -#: discord.ext.commands.TextChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MessageConverter:1 +msgid "Converts to a :class:`discord.Message`." +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MessageConverter:7 +msgid "Lookup by \"{channel ID}-{message ID}\" (retrieved by shift-clicking on \"Copy ID\")" +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MessageConverter:8 +msgid "Lookup by message ID (the message **must** be in the context channel)" +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.MessageConverter:9 +msgid "Lookup by message URL" +msgstr "" + +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.TextChannelConverter:1 msgid "Converts to a :class:`TextChannel`." msgstr "" -#: discord.ext.commands.VoiceChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.VoiceChannelConverter:1 msgid "Converts to a :class:`VoiceChannel`." msgstr "" -#: discord.ext.commands.CategoryChannelConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.CategoryChannelConverter:1 msgid "Converts to a :class:`CategoryChannel`." msgstr "" -#: discord.ext.commands.InviteConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.InviteConverter:1 msgid "Converts to a :class:`Invite`." msgstr "" -#: discord.ext.commands.InviteConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.InviteConverter:3 msgid "This is done via an HTTP request using :meth:`.Bot.fetch_invite`." msgstr "" -#: discord.ext.commands.RoleConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.RoleConverter:1 msgid "Converts to a :class:`Role`." msgstr "" -#: discord.ext.commands.GameConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.GameConverter:1 msgid "Converts to :class:`Game`." msgstr "" -#: discord.ext.commands.ColourConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:1 msgid "Converts to a :class:`Colour`." msgstr "" -#: discord.ext.commands.ColourConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:3 msgid "The following formats are accepted:" msgstr "" -#: discord.ext.commands.ColourConverter:5 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:5 msgid "``0x``" msgstr "" -#: discord.ext.commands.ColourConverter:6 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:6 msgid "``#``" msgstr "" -#: discord.ext.commands.ColourConverter:7 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:7 msgid "``0x#``" msgstr "" -#: discord.ext.commands.ColourConverter:8 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:8 msgid "Any of the ``classmethod`` in :class:`Colour`" msgstr "" -#: discord.ext.commands.ColourConverter:10 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.ColourConverter:10 msgid "The ``_`` in the name can be optionally replaced with spaces." msgstr "" -#: discord.ext.commands.EmojiConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.EmojiConverter:1 msgid "Converts to a :class:`Emoji`." msgstr "" -#: discord.ext.commands.EmojiConverter: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.EmojiConverter: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.EmojiConverter:9 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.EmojiConverter:9 msgid "Lookup by extracting ID from the emoji." msgstr "" -#: discord.ext.commands.PartialEmojiConverter:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.PartialEmojiConverter:1 msgid "Converts to a :class:`PartialEmoji`." msgstr "" -#: discord.ext.commands.PartialEmojiConverter:3 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.PartialEmojiConverter:3 msgid "This is done by extracting the animated flag, name and ID from the emoji." msgstr "" -#: discord.ext.commands.clean_content:1 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.clean_content:1 msgid "Converts the argument to mention scrubbed version of said content." msgstr "" -#: discord.ext.commands.clean_content:4 of +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.clean_content:4 msgid "This behaves similarly to :attr:`.Message.clean_content`." msgstr "" -#: discord.ext.commands.clean_content:8 of -msgid ":class:`bool` -- Whether to clean channel mentions." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.clean_content:8 +msgid "Whether to clean channel mentions." msgstr "" -#: discord.ext.commands.clean_content:12 of -msgid ":class:`bool` -- Whether to use nicknames when transforming mentions." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.clean_content:14 +msgid "Whether to use nicknames when transforming mentions." msgstr "" -#: discord.ext.commands.clean_content:16 of -msgid ":class:`bool` -- Whether to also escape special markdown characters." +#: ../../../discord/ext/commands/converter.py:docstring of +#: discord.ext.commands.clean_content:20 +msgid "Whether to also escape special markdown characters." msgstr "" -#: ../../ext/commands/api.rst:203 -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." +#: ../../ext/commands/api.rst:206 +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 "" -#: ../../ext/commands/api.rst:207 -msgid "" -"When a parser error is met the greedy converter stops converting, undoes " -"the internal string parsing routine, and continues parsing regularly." +#: ../../ext/commands/api.rst:210 +msgid "When a parser error is met the greedy converter stops converting, undoes the internal string parsing routine, and continues parsing regularly." msgstr "" -#: ../../ext/commands/api.rst:210 +#: ../../ext/commands/api.rst:213 msgid "For example, in the following code:" msgstr "" -#: ../../ext/commands/api.rst:218 -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``\\." +#: ../../ext/commands/api.rst:221 +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 "" -#: ../../ext/commands/api.rst:221 +#: ../../ext/commands/api.rst:224 msgid "For more information, check :ref:`ext_commands_special_converters`." msgstr "" -#: ../../ext/commands/api.rst:226 +#: ../../ext/commands/api.rst:229 msgid "Exceptions" msgstr "" -#: discord.ext.commands.CommandError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandError:1 msgid "The base exception type for all command related errors." msgstr "コマンドに関連するエラーすべての基礎となる例外。" -#: discord.ext.commands.CommandError:3 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandError:3 msgid "This inherits from :exc:`discord.DiscordException`." msgstr "これは :exc:`discord.DiscordException` を継承しています。" -#: discord.ext.commands.CommandError:5 of -#, fuzzy -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.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 "" -"この例外及び、ここから派生した例外は、キャッチされると :class:`.Bot` の :func:`on_command_error` " -"に渡され、特別な方法で処理されます。" -#: discord.ext.commands.ConversionError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ConversionError:1 msgid "Exception raised when a Converter class raises non-CommandError." msgstr "Converter クラスで、CommandErrorではない例外が発生した際に、発生する例外。" -#: discord.ext.commands.ConversionError:3 discord.ext.commands.UserInputError:4 -#: of -msgid "This inherits from :exc:`.CommandError`." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ConversionError:3 +#: discord.ext.commands.CommandNotFound:7 discord.ext.commands.UserInputError:4 +msgid "This inherits from :exc:`CommandError`." msgstr "" -#: discord.ext.commands.ConversionError:7 of -msgid ":class:`discord.ext.commands.Converter` -- The converter that failed." -msgstr ":class:`discord.ext.commands.Converter` -- 例外が発生したConverter." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ConversionError:7 +msgid "The converter that failed." +msgstr "" -#: discord.ext.commands.CommandInvokeError:5 -#: discord.ext.commands.ConversionError:11 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.ConversionError:9 +msgid ":class:`discord.ext.commands.Converter`" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ConversionError:13 +#: discord.ext.commands.CommandInvokeError:7 +#: discord.ext.commands.ExtensionFailed:13 +#: discord.ext.commands.ExtensionNotFound:13 +msgid "The original exception that was raised. You can also get this via the ``__cause__`` attribute." msgstr "Converter内で発生した元の例外。 ``__cause__`` からも取得できます。" -#: discord.ext.commands.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.MissingRequiredArgument:1 +msgid "Exception raised when parsing a command and a parameter that is required is not encountered." msgstr "コマンドのパラメータ解析の際、要求されたパラメータに値が渡されていない場合に発生します。" -#: discord.ext.commands.MissingRequiredArgument:6 of -msgid ":class:`inspect.Parameter` -- The argument that is missing." -msgstr ":class:`inspect.Parameter` -- 値が渡されなかった引数。" +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRequiredArgument:4 +#: discord.ext.commands.BadArgument:4 discord.ext.commands.BadUnionArgument:4 +#: discord.ext.commands.TooManyArguments:4 +msgid "This inherits from :exc:`UserInputError`" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRequiredArgument:8 +msgid "The argument that is missing." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRequiredArgument:10 +#: discord.ext.commands.BadUnionArgument:10 +msgid ":class:`inspect.Parameter`" +msgstr "" -#: discord.ext.commands.ArgumentParsingError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ArgumentParsingError:1 msgid "An exception raised when the parser fails to parse a user's input." msgstr "" -#: discord.ext.commands.ArgumentParsingError:3 of -msgid "" -"This inherits from :exc:`UserInputError`. There are child classes that " -"implement more granular parsing errors for i18n purposes." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ArgumentParsingError:3 +msgid "This inherits from :exc:`UserInputError`." msgstr "" -#: discord.ext.commands.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.ArgumentParsingError:5 +msgid "There are child classes that implement more granular parsing errors for i18n purposes." msgstr "" -#: discord.ext.commands.ExpectedClosingQuoteError:3 +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.UnexpectedQuoteError:1 +msgid "An exception raised when the parser encounters a quote mark inside a non-quoted string." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.UnexpectedQuoteError:3 #: discord.ext.commands.InvalidEndOfQuotedStringError:4 -#: discord.ext.commands.UnexpectedQuoteError:3 of +#: discord.ext.commands.ExpectedClosingQuoteError:3 msgid "This inherits from :exc:`ArgumentParsingError`." msgstr "" -#: discord.ext.commands.UnexpectedQuoteError:7 of -msgid "" -":class:`str` -- The quote mark that was found inside the non-quoted " -"string." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.UnexpectedQuoteError:7 +msgid "The quote mark that was found inside the non-quoted string." msgstr "" -#: discord.ext.commands.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.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.InvalidEndOfQuotedStringError:8 of -msgid ":class:`str` -- The character found instead of the expected string." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.InvalidEndOfQuotedStringError:8 +msgid "The character found instead of the expected string." msgstr "" -#: discord.ext.commands.ExpectedClosingQuoteError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExpectedClosingQuoteError:1 msgid "An exception raised when a quote character is expected but not found." msgstr "" -#: discord.ext.commands.ExpectedClosingQuoteError:7 of -msgid ":class:`str` -- The quote character expected." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExpectedClosingQuoteError:7 +msgid "The quote character expected." msgstr "" -#: discord.ext.commands.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.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.BadUnionArgument:1 of -msgid "" -"Exception raised when a :class:`typing.Union` converter fails for all its" -" associated types." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BadUnionArgument:1 +msgid "Exception raised when a :class:`typing.Union` converter fails for all its associated types." msgstr "" -#: discord.ext.commands.BadUnionArgument:6 of -msgid ":class:`inspect.Parameter` -- The parameter that failed being converted." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BadUnionArgument:8 +msgid "The parameter that failed being converted." msgstr "" -#: discord.ext.commands.BadUnionArgument:10 of -msgid "" -"*Tuple[Type, ...]* -- A tuple of converters attempted in conversion, in " -"order of failure." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BadUnionArgument:14 +msgid "A tuple of converters attempted in conversion, in order of failure." msgstr "" -#: discord.ext.commands.BadUnionArgument:14 of -msgid "" -"List[:class:`CommandError`] -- A list of errors that were caught from " -"failing the conversion." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BadUnionArgument:16 +msgid "Tuple[Type, ...]" msgstr "" -#: discord.ext.commands.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.BadUnionArgument:20 +msgid "A list of errors that were caught from failing the conversion." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BadUnionArgument:22 +msgid "List[:class:`CommandError`]" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.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.PrivateMessageOnly:4 +#: discord.ext.commands.NoPrivateMessage:4 discord.ext.commands.NotOwner:3 +#: discord.ext.commands.MissingPermissions:4 +#: discord.ext.commands.BotMissingPermissions:4 +#: discord.ext.commands.MissingRole:3 discord.ext.commands.BotMissingRole:3 +#: discord.ext.commands.MissingAnyRole:4 +#: discord.ext.commands.BotMissingAnyRole:4 +msgid "This inherits from :exc:`CheckFailure`" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.NoPrivateMessage:1 +msgid "Exception raised when an operation does not work in private message contexts." msgstr "プライベートメッセージコンテキストで、要求された処理が実行できない場合に発生する例外。" -#: discord.ext.commands.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.CheckFailure:1 +msgid "Exception raised when the predicates in :attr:`.Command.checks` have failed." msgstr "" -#: discord.ext.commands.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.CheckFailure:3 discord.ext.commands.DisabledCommand:3 +#: discord.ext.commands.CommandInvokeError:3 +#: discord.ext.commands.CommandOnCooldown:3 +msgid "This inherits from :exc:`CommandError`" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.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.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.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.DisabledCommand:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.DisabledCommand:1 msgid "Exception raised when the command being invoked is disabled." msgstr "呼び出そうとしたコマンドが無効化されていた際に発生する例外。" -#: discord.ext.commands.CommandInvokeError:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandInvokeError:1 msgid "Exception raised when the command being invoked raised an exception." msgstr "" -#: discord.ext.commands.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.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.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.UserInputError:1 +msgid "The base exception type for errors that involve errors regarding user input." msgstr "" -#: discord.ext.commands.CommandOnCooldown:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandOnCooldown:1 msgid "Exception raised when the command being invoked is on cooldown." msgstr "" -#: discord.ext.commands.CommandOnCooldown:5 of -msgid "" -"*Cooldown* -- A class with attributes ``rate``, ``per``, and ``type`` " -"similar to the :func:`.cooldown` decorator." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandOnCooldown:7 +msgid "A class with attributes ``rate``, ``per``, and ``type`` similar to the :func:`.cooldown` decorator." msgstr "" -#: discord.ext.commands.CommandOnCooldown:10 of -msgid "" -":class:`float` -- The amount of seconds to wait before you can retry " -"again." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandOnCooldown:10 +msgid "Cooldown" msgstr "" -#: discord.ext.commands.NotOwner:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.CommandOnCooldown:14 +msgid "The amount of seconds to wait before you can retry again." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.NotOwner:1 msgid "Exception raised when the message author is not the owner of the bot." msgstr "" -#: discord.ext.commands.MissingPermissions:1 of -msgid "" -"Exception raised when the command invoker lacks permissions to run " -"command." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingPermissions:1 +msgid "Exception raised when the command invoker lacks permissions to run a command." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingPermissions:8 +#: discord.ext.commands.BotMissingPermissions:8 +msgid "The required permissions that are missing." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BotMissingPermissions:1 +msgid "Exception raised when the bot's member lacks permissions to run a command." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRole:1 +msgid "Exception raised when the command invoker lacks a role to run a command." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRole:9 discord.ext.commands.BotMissingRole:9 +msgid "The required role that is missing. This is the parameter passed to :func:`~.commands.has_role`." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingRole:12 discord.ext.commands.BotMissingRole:12 +msgid "Union[:class:`str`, :class:`int`]" +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BotMissingRole:1 +msgid "Exception raised when the bot's member lacks a role to run a command." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.MissingAnyRole:1 +msgid "Exception raised when the command invoker lacks any of the roles specified to run a command." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.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.py:docstring of +#: discord.ext.commands.MissingAnyRole:13 +#: discord.ext.commands.BotMissingAnyRole:13 +msgid "List[Union[:class:`str`, :class:`int`]]" msgstr "" -#: discord.ext.commands.BotMissingPermissions:5 -#: discord.ext.commands.MissingPermissions:6 of -msgid ":class:`list` -- The required permissions that are missing." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.BotMissingAnyRole:1 +msgid "Exception raised when the bot's member lacks any of the roles specified to run a command." msgstr "" -#: discord.ext.commands.BotMissingPermissions:1 of -msgid "Exception raised when the bot lacks permissions to run command." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.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.ExtensionError:1 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.NSFWChannelRequired:1 +msgid "Exception raised when a channel does not have the required NSFW setting." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.NSFWChannelRequired:3 +msgid "This inherits from :exc:`CheckFailure`." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.NSFWChannelRequired:7 +msgid "The channel that does not have NSFW enabled." +msgstr "" + +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionError:1 msgid "Base exception for extension related errors." -msgstr "コマンドに関連するエラーすべての基礎となる例外。" +msgstr "" -#: discord.ext.commands.ExtensionError:3 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionError:3 msgid "This inherits from :exc:`~discord.DiscordException`." -msgstr "これは :exc:`discord.DiscordException` を継承しています。" - -#: discord.ext.commands.ExtensionError:7 of -msgid "name: :class:`str`" msgstr "" -#: discord.ext.commands.ExtensionError:8 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionError:7 msgid "The extension that had an error." msgstr "" -#: discord.ext.commands.ExtensionAlreadyLoaded:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionAlreadyLoaded:1 msgid "An exception raised when an extension has already been loaded." msgstr "" +#: ../../../discord/ext/commands/errors.py:docstring of #: discord.ext.commands.ExtensionAlreadyLoaded:3 +#: discord.ext.commands.ExtensionNotLoaded:3 +#: discord.ext.commands.NoEntryPointError:3 #: discord.ext.commands.ExtensionFailed:3 #: discord.ext.commands.ExtensionNotFound:3 -#: discord.ext.commands.ExtensionNotLoaded:3 -#: discord.ext.commands.NoEntryPointError:3 of -#, fuzzy msgid "This inherits from :exc:`ExtensionError`" -msgstr "これは :exc:`discord.DiscordException` を継承しています。" +msgstr "" -#: discord.ext.commands.ExtensionNotLoaded:1 of -#, fuzzy +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionNotLoaded:1 msgid "An exception raised when an extension was not loaded." -msgstr "プライベートメッセージコンテキストで、要求された処理が実行できない場合に発生する例外。" +msgstr "" -#: discord.ext.commands.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.NoEntryPointError:1 +msgid "An exception raised when an extension does not have a ``setup`` entry point function." msgstr "" -#: discord.ext.commands.ExtensionFailed:1 of -msgid "" -"An exception raised when an extension failed to load during execution of " -"the ``setup`` entry point." +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionFailed:1 +msgid "An exception raised when an extension failed to load during execution of the ``setup`` entry point." msgstr "" +#: ../../../discord/ext/commands/errors.py:docstring of #: discord.ext.commands.ExtensionFailed:7 -#: discord.ext.commands.ExtensionNotFound:7 of -msgid ":class:`str` -- The extension that had the error." +#: discord.ext.commands.ExtensionNotFound:7 +msgid "The extension that had the error." msgstr "" -#: discord.ext.commands.ExtensionFailed:11 of -#, fuzzy -msgid "" -":exc:`Exception` -- The original exception that was raised. You can also " -"get this via the ``__cause__`` attribute." -msgstr "Converter内で発生した元の例外。 ``__cause__`` からも取得できます。" +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionFailed:16 +msgid ":exc:`Exception`" +msgstr "" -#: discord.ext.commands.ExtensionNotFound:1 of +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionNotFound:1 msgid "An exception raised when an extension failed to be imported." msgstr "" -#: discord.ext.commands.ExtensionNotFound:11 of -#, fuzzy -msgid "" -":exc:`ImportError` -- The original exception that was raised. You can " -"also get this via the ``__cause__`` attribute." -msgstr "Converter内で発生した元の例外。 ``__cause__`` からも取得できます。" +#: ../../../discord/ext/commands/errors.py:docstring of +#: discord.ext.commands.ExtensionNotFound:16 +msgid ":exc:`ImportError`" +msgstr "" -#: ../../ext/commands/api.rst:308 +#: ../../ext/commands/api.rst:329 msgid "Exception Hierarchy" msgstr "" -#: ../../ext/commands/api.rst:337 +#: ../../ext/commands/api.rst:364 msgid ":exc:`~.DiscordException`" msgstr "" -#: ../../ext/commands/api.rst:331 +#: ../../ext/commands/api.rst:358 msgid ":exc:`~.commands.CommandError`" msgstr "" -#: ../../ext/commands/api.rst:314 +#: ../../ext/commands/api.rst:335 msgid ":exc:`~.commands.ConversionError`" msgstr "" -#: ../../ext/commands/api.rst:322 +#: ../../ext/commands/api.rst:343 msgid ":exc:`~.commands.UserInputError`" msgstr "" -#: ../../ext/commands/api.rst:316 +#: ../../ext/commands/api.rst:337 msgid ":exc:`~.commands.MissingRequiredArgument`" msgstr "" -#: ../../ext/commands/api.rst:317 +#: ../../ext/commands/api.rst:338 msgid ":exc:`~.commands.TooManyArguments`" msgstr "" -#: ../../ext/commands/api.rst:318 +#: ../../ext/commands/api.rst:339 msgid ":exc:`~.commands.BadArgument`" msgstr "" -#: ../../ext/commands/api.rst:319 +#: ../../ext/commands/api.rst:340 msgid ":exc:`~.commands.BadUnionArgument`" msgstr "" -#: ../../ext/commands/api.rst:322 +#: ../../ext/commands/api.rst:343 msgid ":exc:`~.commands.ArgumentParsingError`" msgstr "" -#: ../../ext/commands/api.rst:321 +#: ../../ext/commands/api.rst:342 msgid ":exc:`~.commands.UnexpectedQuoteError`" msgstr "" -#: ../../ext/commands/api.rst:322 +#: ../../ext/commands/api.rst:343 msgid ":exc:`~.commands.InvalidEndOfQuotedStringError`" msgstr "" -#: ../../ext/commands/api.rst:323 +#: ../../ext/commands/api.rst:344 msgid ":exc:`~.commands.ExpectedClosingQuoteError`" msgstr "" -#: ../../ext/commands/api.rst:324 +#: ../../ext/commands/api.rst:345 msgid ":exc:`~.commands.CommandNotFound`" msgstr "" -#: ../../ext/commands/api.rst:328 +#: ../../ext/commands/api.rst:355 msgid ":exc:`~.commands.CheckFailure`" msgstr "" -#: ../../ext/commands/api.rst:326 +#: ../../ext/commands/api.rst:347 +msgid ":exc:`~.commands.PrivateMessageOnly`" +msgstr "" + +#: ../../ext/commands/api.rst:348 msgid ":exc:`~.commands.NoPrivateMessage`" msgstr "" -#: ../../ext/commands/api.rst:327 +#: ../../ext/commands/api.rst:349 msgid ":exc:`~.commands.NotOwner`" msgstr "" -#: ../../ext/commands/api.rst:328 +#: ../../ext/commands/api.rst:350 msgid ":exc:`~.commands.MissingPermissions`" msgstr "" -#: ../../ext/commands/api.rst:329 +#: ../../ext/commands/api.rst:351 msgid ":exc:`~.commands.BotMissingPermissions`" msgstr "" -#: ../../ext/commands/api.rst:330 +#: ../../ext/commands/api.rst:352 +msgid ":exc:`~.commands.MissingRole`" +msgstr "" + +#: ../../ext/commands/api.rst:353 +msgid ":exc:`~.commands.BotMissingRole`" +msgstr "" + +#: ../../ext/commands/api.rst:354 +msgid ":exc:`~.commands.MissingAnyRole`" +msgstr "" + +#: ../../ext/commands/api.rst:355 +msgid ":exc:`~.commands.BotMissingAnyRole`" +msgstr "" + +#: ../../ext/commands/api.rst:356 +msgid ":exc:`~.commands.NSFWChannelRequired`" +msgstr "" + +#: ../../ext/commands/api.rst:357 msgid ":exc:`~.commands.DisabledCommand`" msgstr "" -#: ../../ext/commands/api.rst:331 +#: ../../ext/commands/api.rst:358 msgid ":exc:`~.commands.CommandInvokeError`" msgstr "" -#: ../../ext/commands/api.rst:332 +#: ../../ext/commands/api.rst:359 msgid ":exc:`~.commands.CommandOnCooldown`" msgstr "" -#: ../../ext/commands/api.rst:337 +#: ../../ext/commands/api.rst:364 msgid ":exc:`~.commands.ExtensionError`" msgstr "" -#: ../../ext/commands/api.rst:334 +#: ../../ext/commands/api.rst:361 msgid ":exc:`~.commands.ExtensionAlreadyLoaded`" msgstr "" -#: ../../ext/commands/api.rst:335 +#: ../../ext/commands/api.rst:362 msgid ":exc:`~.commands.ExtensionNotLoaded`" msgstr "" -#: ../../ext/commands/api.rst:336 +#: ../../ext/commands/api.rst:363 msgid ":exc:`~.commands.NoEntryPointError`" msgstr "" -#: ../../ext/commands/api.rst:337 +#: ../../ext/commands/api.rst:364 msgid ":exc:`~.commands.ExtensionFailed`" msgstr "" -#: ../../ext/commands/api.rst:338 +#: ../../ext/commands/api.rst:365 msgid ":exc:`~.commands.ExtensionNotFound`" msgstr "" -#~ msgid "" -#~ "The *bytes-like* object representing the" -#~ " icon. See :meth:`~ClientUser.edit` for " -#~ "more details on what is expected." -#~ msgstr "" - -#~ 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 "" - -#~ msgid "" -#~ "*Optional[command]* -- The parent command " -#~ "that this command belongs to. ``None``" -#~ " is there isn't one." -#~ msgstr "" - -#~ msgid "The extra event to listen to." -#~ msgstr "" - -#~ msgid "" -#~ "If the invite is for a guild " -#~ "you have not joined, the guild and" -#~ " channel attributes of the returned " -#~ "invite will be :class:`Object` with the" -#~ " names patched in." -#~ msgstr "" - -#~ msgid "" -#~ "A :func:`.check` that is added that " -#~ "checks if the member invoking the " -#~ "command has the role specified via " -#~ "the name specified." -#~ msgstr "" - -#~ msgid "" -#~ "The name is case sensitive and " -#~ "must be exact. No normalisation is " -#~ "done in the input." -#~ msgstr "" - -#~ msgid "The name of the role to check." -#~ msgstr "" - -#~ msgid "Similar to :func:`.has_role`\\, the names passed in must be exact." -#~ msgstr "" - -#~ msgid "An argument list of names to check that the member has roles wise." -#~ msgstr "" - -#~ msgid "" -#~ "They are meant as a way to " -#~ "organize multiple relevant commands into " -#~ "a singular class that shares some " -#~ "state or no state at all." -#~ msgstr "" - -#~ msgid "" -#~ "The cog can also have a " -#~ "``__global_check`` member function that allows" -#~ " you to define a global check. " -#~ "See :meth:`.check` for more info. If " -#~ "the name is ``__global_check_once`` then " -#~ "it's equivalent to the :meth:`.check_once` " -#~ "decorator." -#~ msgstr "" - -#~ msgid "More information will be documented soon." -#~ msgstr "" - -#~ msgid "The name of the cog you are requesting." -#~ msgstr "" - -#~ msgid "Gets a unique set of the cog's registered commands without aliases." -#~ msgstr "" - -#~ msgid "If the cog is not found, an empty set is returned." -#~ msgstr "" - -#~ msgid "The name of the cog whose commands you are requesting." -#~ msgstr "" - -#~ msgid "A unique set of commands without aliases that belong to the cog." -#~ msgstr "" - -#~ msgid "Set[:class:`.Command`]" -#~ msgstr "" - -#~ msgid "" -#~ "If the cog defines a special " -#~ "member function named ``__unload`` then " -#~ "it is called when removal has " -#~ "completed. This function **cannot** be a" -#~ " coroutine. It must be a regular " -#~ "function." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`.HelpFormatter` -- The formatter used" -#~ " to format the help message. By " -#~ "default, it uses the :class:`.HelpFormatter`." -#~ " Check it for more info on how" -#~ " to override it. If you want to" -#~ " change the help command completely " -#~ "(add aliases, etc) then a call to" -#~ " :meth:`~.Bot.remove_command` with 'help' as " -#~ "the argument would do the trick." -#~ msgstr "" - -#~ msgid "" -#~ "Optional[:class:`bool`] -- A tribool that " -#~ "indicates if the help command should " -#~ "PM 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 " -#~ "PM'd. If ``False``, none of the " -#~ "help output is PM'd. If ``None``, " -#~ "then the bot will only PM when " -#~ "the help message becomes too long " -#~ "(dictated by more than 1000 characters)." -#~ " Defaults to ``False``." -#~ 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. Note" -#~ " that ``pass_context`` will always be " -#~ "set to ``True`` regardless of what " -#~ "you pass in." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The format string used" -#~ " when the help command is invoked " -#~ "with a command that is not found." -#~ " Useful for i18n. Defaults to ``\"No" -#~ " command called {} found.\"``. The " -#~ "only format argument is the name " -#~ "of the command passed." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The format string used" -#~ " when the help command is invoked " -#~ "with requests for a subcommand but " -#~ "the command does not have any " -#~ "subcommands. Defaults to ``\"Command {0.name}" -#~ " has no subcommands.\"``. The first " -#~ "format argument is the :class:`.Command` " -#~ "attempted to get a subcommand and " -#~ "the second is the name." -#~ msgstr "" - -#~ msgid ":exc:`TypeError` -- The function is not a coroutine function." -#~ msgstr "" - -#~ msgid "Formatters" -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The prefix inserted to" -#~ " every page. e.g. three backticks." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`str` -- The suffix appended at" -#~ " the end of every page. e.g. " -#~ "three backticks." -#~ msgstr "" - -#~ msgid "" -#~ "To override the behaviour of the " -#~ "formatter, :meth:`~.HelpFormatter.format` should be" -#~ " overridden. A number of utility " -#~ "functions are provided for use inside" -#~ " that method." -#~ msgstr "" -#~ "このクラスのフォーマット動作を上書きするには、:meth:`~.HelpFormatter.format` " -#~ "関数をオーバーライドする必要があります。本クラスでは、この関数内で使うことが出来るユーティリティ関数が数多く提供されています。" - -#~ msgid ":class:`bool`: Specifies if the command has subcommands." -#~ msgstr ":class:`bool`: コマンドがサブコマンドを持つかを表します。" - -#~ msgid "" -#~ ":class:`bool`: Specifies if the command " -#~ "being formatted is the bot itself." -#~ msgstr ":class:`bool`: フォーマット対象のコマンドが、bot自体であるかを表します。" - -#~ msgid "" -#~ ":class:`bool`: Specifies if the command " -#~ "being formatted is actually a cog." -#~ msgstr ":class:`bool`: フォーマット対象のコマンドが、cogであるかを表します。" - -#~ msgid "" -#~ ":class:`int` -- Returns the largest name" -#~ " length of a command or if it" -#~ " has subcommands the largest subcommand " -#~ "name." -#~ msgstr "コマンドまたはサブコマンドのうち、最も長い名前の文字数を返します。" - -#~ msgid "" -#~ "Returns a filtered list of commands " -#~ "based on the two attributes provided," -#~ " :attr:`show_check_failure` and :attr:`show_hidden`." -#~ " Also filters based on if " -#~ ":meth:`~.HelpFormatter.is_cog` is valid." -#~ msgstr "" -#~ ":attr:`show_check_failure` と :attr:`show_hidden` " -#~ "に基づき、フィルタリングされたコマンドのリストを返します。また、 :meth:`~.HelpFormatter.is_cog`" -#~ " が有効かどうかにも基づいてフィルタリングします。" - -#~ msgid "" -#~ "An iterable with the filter being " -#~ "applied. The resulting value is a " -#~ "(key, value) :class:`tuple` of the " -#~ "command name and the command itself." -#~ msgstr "" -#~ "フィルタリングされたイテラブル。結果は、コマンド名とコマンド自身の、 (key, value) " -#~ ":class:`tuple` 形式で返されます。。" - -#~ msgid "Handles the actual behaviour involved with formatting." -#~ msgstr "フォーマットに関わる実際の挙動を扱う関数です。" - -#~ msgid "To change the behaviour, this method should be overridden." -#~ msgstr "フォーマットに関する挙動を変更したい場合、このメソッドをオーバーライドする必要があります。" - -#~ msgid "" -#~ "Formats the help page and handles " -#~ "the actual heavy lifting of how " -#~ "the help command looks like. To " -#~ "change the behaviour, override the " -#~ ":meth:`~.HelpFormatter.format` method." -#~ msgstr "" -#~ "helpページをフォーマットし、helpコマンドがどう見えるかのもっとも重要な処理を行います。この挙動を変更したい場合、:meth:`~.HelpFormatter.format`" -#~ " をオーバーライドして下さい。" - -#~ msgid "" -#~ "A :func:`.check` that is added that " -#~ "checks if the member has any of" -#~ " the permissions necessary." -#~ msgstr "" - -#~ msgid "Errors" -#~ msgstr "エラー" - -#~ msgid "" -#~ "When passing multiple prefixes be " -#~ "careful to not pass a prefix that" -#~ " matches a longer prefix occuring " -#~ "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 "" - -#~ msgid ":exc:`.ClientException` -- The coroutine is not actually a coroutine." -#~ msgstr "" - -#~ msgid "Example: ::" -#~ msgstr "例: ::" - -#~ msgid "" -#~ "Similar to a command :func:`.check`\\, " -#~ "this takes a single parameter of " -#~ "type :class:`.Context` and can only " -#~ "raise exceptions derived from " -#~ ":exc:`.CommandError`." -#~ msgstr "" - -#~ msgid "" -#~ "The events must be a |corourl|_, " -#~ "if not, :exc:`ClientException` is raised." -#~ msgstr "" - -#~ msgid ":obj:`bool`: Indicates if the websocket connection is closed." -#~ msgstr "" - -#~ msgid ":obj:`bool`: Specifies if the client's internal cache is ready for use." -#~ msgstr "" - -#~ msgid "" -#~ ":obj:`float` -- Measures latency between " -#~ "a HEARTBEAT and a HEARTBEAT_ACK in " -#~ "seconds." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`.ClientException` -- The function being" -#~ " listened to is not a coroutine." -#~ msgstr "" - -#~ msgid ":exc:`ClientException` -- The extension does not have a setup function." -#~ msgstr "" - -#~ msgid ":exc:`ImportError` -- The extension could not be imported." -#~ msgstr "" - -#~ msgid "Returns a :obj:`list` of all the :class:`User` the bot can see." -#~ msgstr "" - -#~ msgid "" -#~ "In case the event returns multiple " -#~ "arguments, a :obj:`tuple` containing those " -#~ "arguments is returned instead. Please " -#~ "check the :ref:`documentation ` for a list of events and" -#~ " their parameters." -#~ msgstr "" - -#~ msgid "" -#~ "Returns no arguments, a single argument," -#~ " or a :obj:`tuple` of multiple " -#~ "arguments that mirrors the parameters " -#~ "passed in the :ref:`event reference " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "This is similar to :class:`.Bot` except" -#~ " that it is derived from " -#~ ":class:`discord.AutoShardedClient` instead." -#~ msgstr "" - -#~ 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 derived 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 "" -#~ ":exc:`discord.ClientException` -- The coroutine " -#~ "is not actually a coroutine." -#~ msgstr "" - -#~ msgid "The default implementation is empty." -#~ msgstr "" - -#~ msgid "This derives from :class:`HelpCommand`." -#~ msgstr "" - -#~ msgid "" -#~ "This check raises a special exception," -#~ " :exc:`.MissingPermissions` that is derived " -#~ "from :exc:`.CheckFailure`." -#~ msgstr "" - -#~ msgid "" -#~ "This check raises a special exception," -#~ " :exc:`.BotMissingPermissions` that is derived" -#~ " from :exc:`.CheckFailure`." -#~ msgstr "" - -#~ msgid "" -#~ "This check raises a special exception," -#~ " :exc:`.NoPrivateMessage` that is derived " -#~ "from :exc:`.CheckFailure`." -#~ msgstr "" - -#~ msgid "" -#~ ":class:`discord.Message` -- The message that" -#~ " triggered the command being executed." -#~ msgstr "" - -#~ msgid "" -#~ "Return an :class:`AsyncIterator` that enables" -#~ " receiving the destination's message " -#~ "history." -#~ msgstr "" - -#~ msgid "" -#~ "If set to true, return messages in" -#~ " oldest->newest order. If unspecified, this" -#~ " defaults to ``False`` for most " -#~ "cases. However if passing in a " -#~ "``after`` parameter then this is set " -#~ "to ``True``. This avoids getting " -#~ "messages out of order in the " -#~ "``after`` case." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "permissions to get channel message " -#~ "history." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- The request to get message history failed." -#~ msgstr "" - -#~ msgid ":class:`Message` -- The message with the message data parsed." -#~ msgstr "" - -#~ msgid "Retrieves a single :class:`Message` from the destination." -#~ msgstr "" - -#~ msgid ":class:`Message`" -#~ msgstr "" - -#~ msgid ":exc:`NotFound` -- The specified message was not found." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the permissions required to get a " -#~ "message." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Retrieving the message failed." -#~ msgstr "" - -#~ msgid "Returns a :class:`list` of :class:`Message` that are currently pinned." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Retrieving the pinned messages failed." -#~ msgstr "" - -#~ msgid "" -#~ "To upload a single file, the " -#~ "``file`` parameter should be used with" -#~ " a single :class:`File` object. To " -#~ "upload multiple files, the ``files`` " -#~ "parameter should be used with a " -#~ ":class:`list` of :class:`File` objects. " -#~ "**Specifying both parameters will lead " -#~ "to an exception**." -#~ msgstr "" - -#~ msgid "" -#~ "If the ``embed`` parameter is provided," -#~ " it must be of type :class:`Embed`" -#~ " and it must be a rich embed" -#~ " type." -#~ msgstr "" - -#~ msgid ":exc:`HTTPException` -- Sending the message failed." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`Forbidden` -- You do not have " -#~ "the proper permissions to send the " -#~ "message." -#~ msgstr "" - -#~ msgid "" -#~ ":exc:`InvalidArgument` -- The ``files`` list" -#~ " is not of the appropriate size " -#~ "or you specified both ``file`` and " -#~ "``files``." -#~ 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 "" -#~ "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 "This is done via an HTTP request using :meth:`.Bot.get_invite`." -#~ msgstr "" - -#~ msgid ":obj:`bool` -- Whether to clean channel mentions." -#~ msgstr "" - -#~ msgid ":obj:`bool` -- Whether to use nicknames when transforming mentions." -#~ msgstr "" - -#~ msgid ":obj:`bool` -- Whether to also escape special markdown characters." -#~ msgstr "" - -#~ msgid "" -#~ "This derives from :exc:`UserInputError`. There" -#~ " are child classes that implement " -#~ "more granular parsing errors for i18n" -#~ " purposes." -#~ msgstr "" - -#~ msgid "This derives from :exc:`ArgumentParsingError`." -#~ msgstr "" - diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po b/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po index a72b42c7ebd0..69853e129371 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po @@ -2,20 +2,19 @@ msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-24 04:09-0500\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" "X-Crowdin-Language: ja\n" "X-Crowdin-File: /ext/commands/cogs.po\n" -"Language: ja_JP\n" #: ../../ext/commands/cogs.rst:6 msgid "Cogs" diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po b/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po index b787b5dd99d8..c658a8a7b2f2 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/commands.po @@ -1,20 +1,16 @@ -# Translators: -# 竹内 歩夢 , 2018 -# Episword , 2018 msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-18 03:50-0500\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" "X-Crowdin-Language: ja\n" @@ -98,7 +94,7 @@ msgstr "位置引数は、Pythonの引数と同じものなので、好きなだ #: ../../ext/commands/commands.rst:105 msgid "Variable" -msgstr "変数" +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:" @@ -182,7 +178,7 @@ msgstr "コンテクストは :class:`abc.Messageable` インタフェースを #: ../../ext/commands/commands.rst:182 msgid "Converters" -msgstr "コンバーター" +msgstr "コンバータ" #: ../../ext/commands/commands.rst:184 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`." @@ -190,7 +186,7 @@ msgstr "Botの引数を関数のパラメータとして設定するのは、Bot #: ../../ext/commands/commands.rst:188 msgid "Converters come in a few flavours:" -msgstr "コンバーターにはいくつかの種類があります:" +msgstr "コンバータにはいくつかの種類があります:" #: ../../ext/commands/commands.rst:190 msgid "A regular callable object that takes an argument as a sole parameter and returns a different type." @@ -234,11 +230,11 @@ msgstr "他の基本的なコンバーターとは異なり、 :class:`bool` の #: ../../ext/commands/commands.rst:239 msgid "Advanced Converters" -msgstr "応用的なコンバーター" +msgstr "応用的なコンバータ" #: ../../ext/commands/commands.rst:241 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` から情報を取得したい場合や、非同期処理を行いたい場合です。" +msgstr "場合によっては、基本的なコンバータを動かすのに必要な情報が不足していることがあります。例えば、実行されたコマンドの :class:`Message` から情報を取得したい場合や、非同期処理を行いたい場合です。" #: ../../ext/commands/commands.rst:244 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`." @@ -262,7 +258,7 @@ msgstr "コンバーターが渡された引数を指定の型に変換できな #: ../../ext/commands/commands.rst:297 msgid "Inline Advanced Converters" -msgstr "" +msgstr "埋込み型の応用的なコンバーター" #: ../../ext/commands/commands.rst:299 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." @@ -270,11 +266,11 @@ msgstr "" #: ../../ext/commands/commands.rst:302 msgid "For example, a common idiom would be to have a class and a converter for that class:" -msgstr "" +msgstr "例えば、一般的な書き方だと、クラスとそのクラスへのコンバーターを定義します:" #: ../../ext/commands/commands.rst:328 msgid "This can get tedious, so an inline advanced converter is possible through a ``classmethod`` inside the type:" -msgstr "" +msgstr "これでは面倒に感じてしまうこともあるでしょう。しかし、埋込み型の応用的なコンバーターは ``classmethod`` としてクラスへ埋め込むことが可能です:" #: ../../ext/commands/commands.rst:355 msgid "Discord Converters" @@ -300,16 +296,16 @@ msgstr "Discordモデルの多くがコンバーターとして動作します msgid ":class:`Member`" msgstr ":class:`Member`" -#: ../../ext/commands/commands.rst:375 ../../ext/commands/commands.rst:397 +#: ../../ext/commands/commands.rst:375 ../../ext/commands/commands.rst:399 msgid ":class:`User`" msgstr ":class:`User`" -#: ../../ext/commands/commands.rst:376 ../../ext/commands/commands.rst:399 +#: ../../ext/commands/commands.rst:376 ../../ext/commands/commands.rst:401 msgid ":class:`TextChannel`" msgstr ":class:`TextChannel`" -#: ../../ext/commands/commands.rst:377 ../../ext/commands/commands.rst:401 -#: ../../ext/commands/commands.rst:403 +#: ../../ext/commands/commands.rst:377 ../../ext/commands/commands.rst:403 +#: ../../ext/commands/commands.rst:405 msgid ":class:`VoiceChannel`" msgstr ":class:`VoiceChannel`" @@ -317,27 +313,27 @@ msgstr ":class:`VoiceChannel`" msgid ":class:`CategoryChannel`" msgstr ":class:`CategoryChannel`" -#: ../../ext/commands/commands.rst:379 ../../ext/commands/commands.rst:405 +#: ../../ext/commands/commands.rst:379 ../../ext/commands/commands.rst:407 msgid ":class:`Role`" msgstr ":class:`Role`" -#: ../../ext/commands/commands.rst:380 ../../ext/commands/commands.rst:407 +#: ../../ext/commands/commands.rst:380 ../../ext/commands/commands.rst:409 msgid ":class:`Invite`" msgstr ":class:`Invite`" -#: ../../ext/commands/commands.rst:381 ../../ext/commands/commands.rst:409 +#: ../../ext/commands/commands.rst:381 ../../ext/commands/commands.rst:411 msgid ":class:`Game`" msgstr ":class:`Game`" -#: ../../ext/commands/commands.rst:382 ../../ext/commands/commands.rst:411 +#: ../../ext/commands/commands.rst:382 ../../ext/commands/commands.rst:413 msgid ":class:`Emoji`" msgstr ":class:`Emoji`" -#: ../../ext/commands/commands.rst:383 ../../ext/commands/commands.rst:413 +#: ../../ext/commands/commands.rst:383 ../../ext/commands/commands.rst:415 msgid ":class:`PartialEmoji`" msgstr ":class:`PartialEmoji`" -#: ../../ext/commands/commands.rst:384 ../../ext/commands/commands.rst:415 +#: ../../ext/commands/commands.rst:384 ../../ext/commands/commands.rst:417 msgid ":class:`Colour`" msgstr ":class:`Colour`" @@ -362,242 +358,250 @@ msgid ":class:`~ext.commands.MemberConverter`" msgstr ":class:`~ext.commands.MemberConverter`" #: ../../ext/commands/commands.rst:397 +msgid ":class:`Message`" +msgstr "" + +#: ../../ext/commands/commands.rst:397 +msgid ":class:`~ext.commands.MessageConverter`" +msgstr "" + +#: ../../ext/commands/commands.rst:399 msgid ":class:`~ext.commands.UserConverter`" msgstr ":class:`~ext.commands.UserConverter`" -#: ../../ext/commands/commands.rst:399 +#: ../../ext/commands/commands.rst:401 msgid ":class:`~ext.commands.TextChannelConverter`" msgstr ":class:`~ext.commands.TextChannelConverter`" -#: ../../ext/commands/commands.rst:401 +#: ../../ext/commands/commands.rst:403 msgid ":class:`~ext.commands.VoiceChannelConverter`" msgstr ":class:`~ext.commands.VoiceChannelConverter`" -#: ../../ext/commands/commands.rst:403 +#: ../../ext/commands/commands.rst:405 msgid ":class:`~ext.commands.CategoryChannelConverter`" msgstr ":class:`~ext.commands.CategoryChannelConverter`" -#: ../../ext/commands/commands.rst:405 +#: ../../ext/commands/commands.rst:407 msgid ":class:`~ext.commands.RoleConverter`" msgstr ":class:`~ext.commands.RoleConverter`" -#: ../../ext/commands/commands.rst:407 +#: ../../ext/commands/commands.rst:409 msgid ":class:`~ext.commands.InviteConverter`" msgstr ":class:`~ext.commands.InviteConverter`" -#: ../../ext/commands/commands.rst:409 +#: ../../ext/commands/commands.rst:411 msgid ":class:`~ext.commands.GameConverter`" msgstr ":class:`~ext.commands.GameConverter`" -#: ../../ext/commands/commands.rst:411 +#: ../../ext/commands/commands.rst:413 msgid ":class:`~ext.commands.EmojiConverter`" msgstr ":class:`~ext.commands.EmojiConverter`" -#: ../../ext/commands/commands.rst:413 +#: ../../ext/commands/commands.rst:415 msgid ":class:`~ext.commands.PartialEmojiConverter`" msgstr ":class:`~ext.commands.PartialEmojiConverter`" -#: ../../ext/commands/commands.rst:415 +#: ../../ext/commands/commands.rst:417 msgid ":class:`~ext.commands.ColourConverter`" msgstr ":class:`~ext.commands.ColourConverter`" -#: ../../ext/commands/commands.rst:418 +#: ../../ext/commands/commands.rst:420 msgid "By providing the converter it allows us to use them as building blocks for another converter:" -msgstr "" +msgstr "コンバーターを継承することで、他のコンバーターの一部として使うことができます:" -#: ../../ext/commands/commands.rst:435 +#: ../../ext/commands/commands.rst:437 msgid "Special Converters" msgstr "特殊なコンバーター" -#: ../../ext/commands/commands.rst:437 +#: ../../ext/commands/commands.rst:439 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:442 +#: ../../ext/commands/commands.rst:444 msgid "typing.Union" msgstr "typing.Union" -#: ../../ext/commands/commands.rst:444 +#: ../../ext/commands/commands.rst:446 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:456 +#: ../../ext/commands/commands.rst:458 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:461 +#: ../../ext/commands/commands.rst:463 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:464 +#: ../../ext/commands/commands.rst:466 msgid "typing.Optional" msgstr "typing.Optional" -#: ../../ext/commands/commands.rst:466 +#: ../../ext/commands/commands.rst:468 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 "" +msgstr ":data:`typing.Optional` は「後方参照」のような動作をする特殊な型ヒントです。コンバーターが指定された型へのパースに失敗した場合、パーサーは代わりに ``None`` または指定されたデフォルト値をパラメータに渡したあと、そのパラメータをスキップします。次のパラメータまたはコンバータがあれば、そちらに進みます。" -#: ../../ext/commands/commands.rst:470 ../../ext/commands/commands.rst:497 +#: ../../ext/commands/commands.rst:472 ../../ext/commands/commands.rst:499 msgid "Consider the following example:" -msgstr "" +msgstr "次の例をみてください:" -#: ../../ext/commands/commands.rst:483 +#: ../../ext/commands/commands.rst:485 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 "" +msgstr "この例では引数を ``int`` に変換することができなかったので、デフォルト値である ``99`` を代入し、パーサーは処理を続行しています。この場合、先程の変換に失敗した引数は ``liquid`` パラメータに渡されます。" -#: ../../ext/commands/commands.rst:488 +#: ../../ext/commands/commands.rst:490 msgid "This converter only works in regular positional parameters, not variable parameters or keyword-only parameters." -msgstr "" +msgstr "このコンバーターは位置パラメータでのみ動作し、可変長パラメータやキーワードパラメータでは機能しません。" -#: ../../ext/commands/commands.rst:491 +#: ../../ext/commands/commands.rst:493 msgid "Greedy" msgstr "Greedy" -#: ../../ext/commands/commands.rst:493 +#: ../../ext/commands/commands.rst:495 msgid "The :data:`~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 "" -#: ../../ext/commands/commands.rst:506 +#: ../../ext/commands/commands.rst:508 msgid "When invoked, it allows for any number of members to be passed in:" -msgstr "" +msgstr "これが呼び出されると、任意の数のメンバーを渡すことができます:" -#: ../../ext/commands/commands.rst:510 +#: ../../ext/commands/commands.rst:512 msgid "The type passed when using this converter depends on the parameter type that it is being attached to:" msgstr "" -#: ../../ext/commands/commands.rst:512 +#: ../../ext/commands/commands.rst:514 msgid "Positional parameter types will receive either the default parameter or a :class:`list` of the converted values." msgstr "" -#: ../../ext/commands/commands.rst:513 +#: ../../ext/commands/commands.rst:515 msgid "Variable parameter types will be a :class:`tuple` as usual." msgstr "" -#: ../../ext/commands/commands.rst:514 +#: ../../ext/commands/commands.rst:516 msgid "Keyword-only parameter types will be the same as if :data:`~ext.commands.Greedy` was not passed at all." msgstr "" -#: ../../ext/commands/commands.rst:516 +#: ../../ext/commands/commands.rst:518 msgid ":data:`~ext.commands.Greedy` parameters can also be made optional by specifying an optional value." msgstr "" -#: ../../ext/commands/commands.rst:518 +#: ../../ext/commands/commands.rst:520 msgid "When mixed with the :data:`typing.Optional` converter you can provide simple and expressive command invocation syntaxes:" msgstr "" -#: ../../ext/commands/commands.rst:533 +#: ../../ext/commands/commands.rst:535 msgid "This command can be invoked any of the following ways:" msgstr "" -#: ../../ext/commands/commands.rst:543 +#: ../../ext/commands/commands.rst:545 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 "" -#: ../../ext/commands/commands.rst:546 +#: ../../ext/commands/commands.rst:548 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 "" -#: ../../ext/commands/commands.rst:552 +#: ../../ext/commands/commands.rst:554 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 "" -#: ../../ext/commands/commands.rst:558 +#: ../../ext/commands/commands.rst:560 msgid "Error Handling" msgstr "エラーハンドリング" -#: ../../ext/commands/commands.rst:560 +#: ../../ext/commands/commands.rst:562 msgid "When our commands fail to either 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 "" -#: ../../ext/commands/commands.rst:563 +#: ../../ext/commands/commands.rst:565 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:567 +#: ../../ext/commands/commands.rst:569 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`:" msgstr "" -#: ../../ext/commands/commands.rst:583 +#: ../../ext/commands/commands.rst:585 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 "" -#: ../../ext/commands/commands.rst:587 +#: ../../ext/commands/commands.rst:589 msgid "Checks" msgstr "チェック" -#: ../../ext/commands/commands.rst:589 +#: ../../ext/commands/commands.rst:591 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:593 +#: ../../ext/commands/commands.rst:595 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 "" -#: ../../ext/commands/commands.rst:596 +#: ../../ext/commands/commands.rst:598 msgid "Return ``True`` to signal that the person can run the command." msgstr "" -#: ../../ext/commands/commands.rst:597 +#: ../../ext/commands/commands.rst:599 msgid "Return ``False`` to signal that the person cannot run the command." msgstr "" -#: ../../ext/commands/commands.rst:598 +#: ../../ext/commands/commands.rst:600 msgid "Raise a :exc:`~ext.commands.CommandError` derived exception to signal the person cannot run the command." msgstr "" -#: ../../ext/commands/commands.rst:600 +#: ../../ext/commands/commands.rst:602 msgid "This allows you to have custom error messages for you to handle in the :ref:`error handlers `." msgstr "" -#: ../../ext/commands/commands.rst:603 +#: ../../ext/commands/commands.rst:605 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 "" -#: ../../ext/commands/commands.rst:617 +#: ../../ext/commands/commands.rst:619 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 "" -#: ../../ext/commands/commands.rst:634 +#: ../../ext/commands/commands.rst:636 msgid "Since an owner check is so common, the library provides it for you (:func:`~ext.commands.is_owner`):" msgstr "" -#: ../../ext/commands/commands.rst:644 +#: ../../ext/commands/commands.rst:646 msgid "When multiple checks are specified, **all** of them must be ``True``:" msgstr "" -#: ../../ext/commands/commands.rst:659 +#: ../../ext/commands/commands.rst:661 msgid "If any of those checks fail in the example above, then the command will not be run." msgstr "" -#: ../../ext/commands/commands.rst:661 +#: ../../ext/commands/commands.rst:663 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 "" -#: ../../ext/commands/commands.rst:678 +#: ../../ext/commands/commands.rst:680 msgid "If you want a more robust error system, you can derive from the exception and raise it instead of returning ``False``:" msgstr "" -#: ../../ext/commands/commands.rst:703 +#: ../../ext/commands/commands.rst:705 msgid "Since having a ``guild_only`` decorator is pretty common, it comes built-in via :func:`~ext.commands.guild_only`." msgstr "" -#: ../../ext/commands/commands.rst:706 +#: ../../ext/commands/commands.rst:708 msgid "Global Checks" msgstr "グローバルチェック" -#: ../../ext/commands/commands.rst:708 +#: ../../ext/commands/commands.rst:710 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:711 +#: ../../ext/commands/commands.rst:713 msgid "Global checks work similarly to regular checks except they are registered with the :func:`.Bot.check` decorator." msgstr "" -#: ../../ext/commands/commands.rst:713 +#: ../../ext/commands/commands.rst:715 msgid "For example, to block all DMs we could do the following:" msgstr "" -#: ../../ext/commands/commands.rst:723 +#: ../../ext/commands/commands.rst:725 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 dcf8dd8b89df..c65a12c520cf 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po @@ -1,48 +1,36 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/commands/extensions.po\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,57 +41,31 @@ msgid "hello.py" msgstr "hello.py" #: ../../ext/commands/extensions.rst:30 -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:`.commands.Bot.load_extension`. To load this extension we call " -"``bot.load_extension('hello')``." -msgstr "" -"この例では単純なコマンドを実装しており、エクステンションがロードされることでこのコマンドがBotに追加されます。最後にこのエクステンションをロードする必要があります。ロードには" -" :meth:`.commands.Bot.load_extension` を実行します。このエクステンションを読み込むために " -"``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:`.commands.Bot.load_extension`. To load this extension we call ``bot.load_extension('hello')``." +msgstr "この例では単純なコマンドを実装しており、エクステンションがロードされることでこのコマンドがBotに追加されます。最後にこのエクステンションをロードする必要があります。ロードには :meth:`.commands.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 "" #: ../../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 "" #: ../../ext/commands/extensions.rst:53 @@ -111,32 +73,10 @@ 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" msgstr "basic_ext.py" -#~ msgid "" -#~ "The act of reloading an extension " -#~ "is actually quite simple -- it is" -#~ " as simple as unloading it and " -#~ "then reloading it." -#~ msgstr "エクステンションをリロードするというのは、実のところアンロードしてから、リロードするのと同じくらい簡単です。" - -#~ msgid "" -#~ "Once we remove and load the " -#~ "extension, any changes that we did " -#~ "will be applied upon load. This is" -#~ " useful if we want to add or" -#~ " remove functionality without restarting " -#~ "our bot." -#~ msgstr "エクステンションを削除してロードすると、あらゆる変更がロード時に適用されます。これはBotを再起動させずに機能を追加、あるいは削除したい場合に便利です。" - diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/index.po b/docs/locale/ja/LC_MESSAGES/ext/commands/index.po index 338e50cccc09..9fc84027d8fe 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/index.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/index.po @@ -2,26 +2,25 @@ msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" "X-Crowdin-Language: ja\n" "X-Crowdin-File: /ext/commands/index.po\n" -"Language: ja_JP\n" #: ../../ext/commands/index.rst:2 msgid "``discord.ext.commands`` -- Bot commands framework" -msgstr "``discord.ext.commands`` -- Bot commands framework" +msgstr "``discord.ext.commands`` -- ボットコマンドのフレームワーク" #: ../../ext/commands/index.rst:4 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 "" +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 new file mode 100644 index 000000000000..b13d1f756fd8 --- /dev/null +++ b/docs/locale/ja/LC_MESSAGES/ext/tasks/index.po @@ -0,0 +1,283 @@ +msgid "" +msgstr "" +"Project-Id-Version: discordpy-japanese\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" +"Language-Team: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: /ext/tasks/index.po\n" + +#: ../../ext/tasks/index.rst:2 +msgid "``discord.ext.tasks`` -- asyncio.Task helpers" +msgstr "" + +#: ../../ext/tasks/index.rst:6 +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 "" + +#: ../../ext/tasks/index.rst:8 +msgid "How do I handle :exc:`asyncio.CancelledError`?" +msgstr "" + +#: ../../ext/tasks/index.rst:9 +msgid "What do I do if the internet goes out?" +msgstr "" + +#: ../../ext/tasks/index.rst:10 +msgid "What is the maximum number of seconds I can sleep anyway?" +msgstr "" + +#: ../../ext/tasks/index.rst:12 +msgid "The goal of this discord.py extension is to abstract all these worries away from you." +msgstr "" + +#: ../../ext/tasks/index.rst:15 +msgid "Recipes" +msgstr "" + +#: ../../ext/tasks/index.rst:17 +msgid "A simple background task in a :class:`~discord.ext.commands.Cog`:" +msgstr "" + +#: ../../ext/tasks/index.rst:36 +msgid "Adding an exception to handle during reconnect:" +msgstr "" + +#: ../../ext/tasks/index.rst:59 +msgid "Looping a certain amount of times before exiting:" +msgstr "" + +#: ../../ext/tasks/index.rst:75 +msgid "Waiting until the bot is ready before the loop starts:" +msgstr "" + +#: ../../ext/tasks/index.rst:95 +msgid ":meth:`~.tasks.Loop.before_loop` can be used as a decorator as well:" +msgstr "" + +#: ../../ext/tasks/index.rst:121 +msgid "API Reference" +msgstr "" + +#: ../../../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/__init__.py:docstring of discord.ext.tasks.Loop:3 +msgid "The main interface to create this is through :func:`loop`." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.current_loop:1 +msgid "The current iteration of the loop." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.current_loop:0 +msgid "type" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.current_loop:3 +msgid ":class:`int`" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:1 +msgid "Starts the internal task in the event loop." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:0 discord.ext.tasks.Loop.add_exception_type:0 +#: discord.ext.tasks.Loop.remove_exception_type:0 +#: discord.ext.tasks.Loop.before_loop:0 discord.ext.tasks.Loop.after_loop:0 +#: discord.ext.tasks.loop:0 +msgid "Parameters" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:3 +msgid "The arguments to to use." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:4 +msgid "The keyword arguments to use." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:0 discord.ext.tasks.Loop.add_exception_type:0 +#: discord.ext.tasks.Loop.before_loop:0 discord.ext.tasks.Loop.after_loop:0 +#: discord.ext.tasks.loop:0 +msgid "raises" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:6 +msgid ":exc:`RuntimeError` -- A task has already been launched." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:0 +#: discord.ext.tasks.Loop.remove_exception_type:0 discord.ext.tasks.loop:0 +msgid "Returns" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:8 +msgid "The task that has been created." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:0 +#: discord.ext.tasks.Loop.remove_exception_type:0 discord.ext.tasks.loop:0 +msgid "Return type" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.start:9 +msgid ":class:`asyncio.Task`" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.cancel:1 +msgid "Cancels the internal task, if any are running." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.add_exception_type:1 +msgid "Adds an exception type to be handled during the reconnect logic." +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 "" + +#: ../../../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/__init__.py:docstring of +#: discord.ext.tasks.Loop.add_exception_type:10 +#: discord.ext.tasks.Loop.remove_exception_type:3 +msgid "The exception class to handle." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.add_exception_type:13 +msgid ":exc:`TypeError` -- The exception passed is either not a class or not inherited from :class:`BaseException`." +msgstr "" + +#: ../../../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/__init__.py:docstring of +#: discord.ext.tasks.Loop.clear_exception_types:5 +msgid "This operation obviously cannot be undone!" +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.remove_exception_type:1 +msgid "Removes an exception type from being handled during the reconnect logic." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.remove_exception_type:6 +msgid "Whether it was successfully removed." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.remove_exception_type:7 +msgid ":class:`bool`" +msgstr "" + +#: ../../../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/__init__.py:docstring of +#: discord.ext.tasks.Loop.before_loop:1 +msgid "A function that also acts as a decorator to register a coroutine to be called before the loop starts running. 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/__init__.py:docstring of +#: discord.ext.tasks.Loop.before_loop:6 +msgid "The coroutine to register before the loop runs." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.before_loop:9 discord.ext.tasks.Loop.after_loop:7 +#: discord.ext.tasks.loop:22 +msgid ":exc:`TypeError` -- The function was not a coroutine." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.after_loop:1 +msgid "A function that also acts as a decorator to register a coroutine to be called after the loop finished running." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.Loop.after_loop:4 +msgid "The coroutine to register after the loop finishes." +msgstr "" + +#: ../../../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." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:4 +msgid "The number of seconds between every iteration." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:6 +msgid "The number of minutes between every iteration." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of discord.ext.tasks.loop:8 +msgid "The number of hours between every iteration." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.loop:10 +msgid "The number of loops to do, ``None`` if it should be an infinite loop." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.loop:13 +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/__init__.py:docstring of +#: discord.ext.tasks.loop:17 +msgid "The loop to use to register the task, if not given defaults to :func:`asyncio.get_event_loop`." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.loop:21 +msgid ":exc:`ValueError` -- An invalid value was given." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.loop:24 +msgid "The loop helper that handles the background task." +msgstr "" + +#: ../../../discord/ext/tasks/__init__.py:docstring of +#: discord.ext.tasks.loop:25 +msgid ":class:`Loop`" +msgstr "" + diff --git a/docs/locale/ja/LC_MESSAGES/faq.po b/docs/locale/ja/LC_MESSAGES/faq.po index 3c4090188aa0..6acdd621a421 100644 --- a/docs/locale/ja/LC_MESSAGES/faq.po +++ b/docs/locale/ja/LC_MESSAGES/faq.po @@ -1,28 +1,27 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: faq.po\n" #: ../../faq.rst:5 msgid "Frequently Asked Questions" msgstr "よくある質問" #: ../../faq.rst:7 -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." +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:11 @@ -42,22 +41,11 @@ msgid "What is a coroutine?" msgstr "コルーチンとはなんですか。" #: ../../faq.rst:21 -msgid "" -"A coroutine 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 "" -"コルーチンとは ``await`` または ``yield from`` から呼び出さなければならない関数です。 ``await`` " -"にエンカウントした場合、そのポイントで関数の実行を停止し、他の作業を実行します。 これは作業が終了し、このポイントに戻ってくるまで続きます。 " -"これにより、スレッドや複雑なマルチプロセッシングを用いずに複数の処理を並列実行することができます。" +msgid "A coroutine 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 "コルーチンとは ``await`` または ``yield from`` から呼び出さなければならない関数です。 ``await`` にエンカウントした場合、そのポイントで関数の実行を停止し、他の作業を実行します。 これは作業が終了し、このポイントに戻ってくるまで続きます。 これにより、スレッドや複雑なマルチプロセッシングを用いずに複数の処理を並列実行することができます。" #: ../../faq.rst:26 -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:29 @@ -65,9 +53,7 @@ msgid "Where can I use ``await``\\?" msgstr "``await`` はどこで使用することができますか。" #: ../../faq.rst:31 -msgid "" -"You can only use ``await`` inside ``async def`` functions and nowhere " -"else." +msgid "You can only use ``await`` inside ``async def`` functions and nowhere else." msgstr "``await`` は ``async def`` 関数の中でのみ使用できます。" #: ../../faq.rst:34 @@ -75,400 +61,315 @@ msgid "What does \"blocking\" mean?" msgstr "「ブロッキング」とはなんですか。" #: ../../faq.rst:36 -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:41 -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: ::" +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 "" -"長時間ブロックの原因として一般的なのは :func:`time.sleep` などです。 これは使用せず、下記の例のように " -":func:`asyncio.sleep` を使用してください。" -#: ../../faq.rst:50 -msgid "" -"Another common source of blocking for too long is using HTTP requests " -"with the famous module ``requests``. While ``requests`` 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 ``aiohttp`` library which is installed on the side" -" with this library." -msgstr "" -"また、これだけでなく、有名なモジュール ``requests`` のHTTPリクエストも長時間ブロックの原因になります。 ``requests``" -" " -"モジュールは非非同期プログラミングでは素晴らしいモジュールですが、特定のリクエストがイベントループを長時間ブロックする可能性があるため、``asyncio``" -" には適していません。 代わりにこのライブラリと一緒にインストールされた :mod:`aiohttp` を使用してください。" +#: ../../faq.rst:45 +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:54 +msgid "Another common source of blocking for too long is using HTTP requests with the famous module ``requests``. While ``requests`` 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 ``aiohttp`` library which is installed on the side with this library." +msgstr "また、これだけでなく、有名なモジュール ``requests`` のHTTPリクエストも長時間ブロックの原因になります。 ``requests`` モジュールは非非同期プログラミングでは素晴らしいモジュールですが、特定のリクエストがイベントループを長時間ブロックする可能性があるため、``asyncio`` には適していません。 代わりにこのライブラリと一緒にインストールされた :mod:`aiohttp` を使用してください。" + +#: ../../faq.rst:58 msgid "Consider the following example: ::" msgstr "次の例を見てみましょう。" -#: ../../faq.rst:70 +#: ../../faq.rst:74 msgid "General" msgstr "一般" -#: ../../faq.rst:72 +#: ../../faq.rst:76 msgid "General questions regarding library usage belong here." msgstr "ライブラリの使用に関する一般的な質問。" -#: ../../faq.rst:75 +#: ../../faq.rst:79 msgid "How do I set the \"Playing\" status?" msgstr "「プレイ中」状態の設定をするにはどうすればいいですか。" -#: ../../faq.rst:77 -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` を渡します。" +#: ../../faq.rst:81 +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` を渡します。" -#: ../../faq.rst:80 -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:84 +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:83 +#: ../../faq.rst:87 msgid ":class:`Game`" msgstr ":class:`Game`" -#: ../../faq.rst:84 +#: ../../faq.rst:88 msgid ":class:`Streaming`" msgstr ":class:`Streaming`" -#: ../../faq.rst:86 +#: ../../faq.rst:90 msgid "Putting both of these pieces of info together, you get the following: ::" msgstr "これらの情報をまとめると以下のようになります: ::" -#: ../../faq.rst:91 +#: ../../faq.rst:99 msgid "How do I send a message to a specific channel?" msgstr "特定のチャンネルにメッセージを送るにはどうすればいいですか。" -#: ../../faq.rst:93 -msgid "" -"You must fetch the channel directly and then call the appropriate method." -" Example: ::" +#: ../../faq.rst:101 +msgid "You must fetch the channel directly and then call the appropriate method. Example: ::" msgstr "チャンネルを直接取得してから、適切なメソッドの呼び出しを行う必要があります。以下がその例です。" -#: ../../faq.rst:99 +#: ../../faq.rst:107 msgid "How do I upload an image?" msgstr "画像をアップロードするにはどうすればいいですか。" -#: ../../faq.rst:101 +#: ../../faq.rst:109 msgid "To upload something to Discord you have to use the :class:`File` object." msgstr "Discordに何かをアップロードする際には :class:`File` オブジェクトを使用する必要があります。" -#: ../../faq.rst:103 -msgid "" -"A :class:`File` accepts two parameters, the file-like object (or file " -"path) and the filename to pass to Discord when uploading." +#: ../../faq.rst:111 +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:106 +#: ../../faq.rst:114 msgid "If you want to upload an image it's as simple as: ::" msgstr "画像をアップロードするだけなら、以下のように簡単に行なえます。" -#: ../../faq.rst:110 +#: ../../faq.rst:118 msgid "If you have a file-like object you can do as follows: ::" msgstr "もし、ファイルライクなオブジェクトがあるなら、以下のような実装が可能です。" -#: ../../faq.rst:115 -msgid "" -"To upload multiple files, you can use the ``files`` keyword argument " -"instead of ``file``\\: ::" +#: ../../faq.rst:123 +msgid "To upload multiple files, you can use the ``files`` keyword argument instead of ``file``\\: ::" msgstr "複数のファイルをアップロードするには、 ``file`` の代わりに ``files`` を使用しましょう。" -#: ../../faq.rst:123 -msgid "" -"If you want to upload something from a URL, you will have to use an HTTP " -"request using ``aiohttp`` and then pass an :class:`io.BytesIO` instance " -"to :class:`File` like so:" -msgstr "" -"URLから何かをアップロードする場合は、 ``aiohttp`` のHTTPリクエストを使用し、 :class:`io.BytesIO` " -"インスタンスを :class:`File` にわたす必要があります。" +#: ../../faq.rst:131 +msgid "If you want to upload something from a URL, you will have to use an HTTP request using ``aiohttp`` and then pass an :class:`io.BytesIO` instance to :class:`File` like so:" +msgstr "URLから何かをアップロードする場合は、 ``aiohttp`` のHTTPリクエストを使用し、 :class:`io.BytesIO` インスタンスを :class:`File` にわたす必要があります。" -#: ../../faq.rst:140 +#: ../../faq.rst:148 msgid "How can I add a reaction to a message?" msgstr "メッセージにリアクションをつけるにはどうすればいいですか。" -#: ../../faq.rst:142 +#: ../../faq.rst:150 msgid "You use the :meth:`Message.add_reaction` method." msgstr ":meth:`Client.add_reaction` を使用してください。" -#: ../../faq.rst:144 -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:" +#: ../../faq.rst:152 +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:146 +#: ../../faq.rst:154 msgid "``'👍'``" msgstr "``'👍'``" -#: ../../faq.rst:147 +#: ../../faq.rst:155 msgid "``'\\U0001F44D'``" msgstr "``'\\U0001F44D'``" -#: ../../faq.rst:148 +#: ../../faq.rst:156 msgid "``'\\N{THUMBS UP SIGN}'``" msgstr "``'\\N{THUMBS UP SIGN}'``" -#: ../../faq.rst:150 ../../faq.rst:161 ../../faq.rst:225 +#: ../../faq.rst:158 ../../faq.rst:174 ../../faq.rst:248 ../../faq.rst:264 +#: ../../faq.rst:284 msgid "Quick example: ::" msgstr "簡単な例。" -#: ../../faq.rst:154 -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." +#: ../../faq.rst:164 +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:167 +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 "" -"メッセージから来た絵文字を使用したい場合は、特になにをするでもなく、コンテンツのコードポイントをあなたは取得しています。また、 " -"``':thumbsup:'`` のような簡略化したものを送信することは **できません** 。" -#: ../../faq.rst:157 -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." +#: ../../faq.rst:171 +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 "" -"カスタム絵文字の場合、 :class:`discord.Emoji` のインスタンスを渡す必要があります。``'name:id'`` " -"の文字列を渡すこともできます。その場合はあなたが絵文字を使用可能であれば、 :meth:`Client.get_all_emojis` " -"を使用してID経由で取得するか、あるいは :attr:`Client.emojis` か :attr:`Guild.emojis` " -"コレクションから :func:`utils.find`/ :func:`utils.get` を使用して取得が可能です。" -#: ../../faq.rst:173 +#: ../../faq.rst:191 msgid "How do I pass a coroutine to the player's \"after\" function?" msgstr "どうやってコルーチンをプレイヤーの後処理に渡すのですか。" -#: ../../faq.rst:175 -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:193 +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:179 -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:197 +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:184 -msgid "" -"However, this function returns a :class:`concurrent.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.Future` " -"を返すので、実際にはそこから結果を読み出す必要があります。これをすべてまとめると、次のことができます。" +#: ../../faq.rst:202 +msgid "However, this function returns a :class:`concurrent.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.Future` を返すので、実際にはそこから結果を読み出す必要があります。これをすべてまとめると、次のことができます。" -#: ../../faq.rst:199 +#: ../../faq.rst:217 msgid "How do I run something in the background?" msgstr "バックグラウンドで何かを動かすにはどうすればいいですか。" -#: ../../faq.rst:201 -msgid "" -"`Check the background_task.py example. " -"`_" +#: ../../faq.rst:219 +msgid "`Check the background_task.py example. `_" msgstr "" -"`background_task.pyの例を参照してください。 " -"`_" -#: ../../faq.rst:204 +#: ../../faq.rst:222 msgid "How do I get a specific model?" msgstr "特定のユーザー、役割、チャンネル、サーバを取得するにはどうすればいいですか。" -#: ../../faq.rst:206 -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:" +#: ../../faq.rst:224 +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:209 +#: ../../faq.rst:227 msgid ":meth:`Client.get_channel`" msgstr ":meth:`Client.get_channel`" -#: ../../faq.rst:210 +#: ../../faq.rst:228 msgid ":meth:`Client.get_guild`" msgstr ":meth:`Client.get_guild`" -#: ../../faq.rst:211 +#: ../../faq.rst:229 msgid ":meth:`Client.get_user`" msgstr ":meth:`Client.get_user`" -#: ../../faq.rst:212 +#: ../../faq.rst:230 msgid ":meth:`Client.get_emoji`" msgstr ":meth:`Client.get_emoji`" -#: ../../faq.rst:213 +#: ../../faq.rst:231 msgid ":meth:`Guild.get_member`" msgstr ":meth:`Guild.get_member`" -#: ../../faq.rst:214 +#: ../../faq.rst:232 msgid ":meth:`Guild.get_channel`" msgstr ":meth:`Guild.get_channel`" -#: ../../faq.rst:216 +#: ../../faq.rst:234 msgid "The following use an HTTP request:" msgstr "以下の例ではHTTPリクエストを使用します。" -#: ../../faq.rst:218 -#, fuzzy +#: ../../faq.rst:236 msgid ":meth:`abc.Messageable.fetch_message`" -msgstr ":meth:`abc.Messageable.get_message`" +msgstr ":meth:`abc.Messageable.fetch_message`" -#: ../../faq.rst:219 -#, fuzzy +#: ../../faq.rst:237 msgid ":meth:`Client.fetch_user`" -msgstr ":meth:`Client.get_user`" +msgstr ":meth:`Client.fetch_user`" -#: ../../faq.rst:222 -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." +#: ../../faq.rst:238 +msgid ":meth:`Client.fetch_guilds`" +msgstr "" + +#: ../../faq.rst:239 +msgid ":meth:`Client.fetch_guild`" +msgstr "" + +#: ../../faq.rst:240 +msgid ":meth:`Guild.fetch_emoji`" +msgstr "" + +#: ../../faq.rst:241 +msgid ":meth:`Guild.fetch_emojis`" +msgstr "" + +#: ../../faq.rst:242 +msgid ":meth:`Guild.fetch_member`" +msgstr "" + +#: ../../faq.rst:245 +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:236 +#: ../../faq.rst:259 +msgid "How do I make a web request?" +msgstr "" + +#: ../../faq.rst:261 +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, ``aiohttp``." +msgstr "" + +#: ../../faq.rst:271 +msgid "See `aiohttp's full documentation `_ for more information." +msgstr "" + +#: ../../faq.rst:274 +msgid "How do I use a local image file for an embed image?" +msgstr "" + +#: ../../faq.rst:276 +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 "" + +#: ../../faq.rst:279 +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 "" + +#: ../../faq.rst:293 +msgid "Due to a Discord limitation, filenames may not include underscores." +msgstr "" + +#: ../../faq.rst:296 +msgid "Is there an event for invites or audit log entries being created?" +msgstr "" + +#: ../../faq.rst:298 +msgid "Since Discord does not dispatch this information in the gateway, the library cannot provide this information. This is currently a Discord limitation." +msgstr "" + +#: ../../faq.rst:302 msgid "Commands Extension" msgstr "コマンド拡張" -#: ../../faq.rst:238 +#: ../../faq.rst:304 msgid "Questions regarding ``discord.ext.commands`` belong here." msgstr "``discord.ext.commands`` に関する質問。" -#: ../../faq.rst:241 +#: ../../faq.rst:307 msgid "Why does ``on_message`` make my commands stop working?" msgstr "``on_message`` を使うとコマンドが動作しなくなります。どうしてですか。" -#: ../../faq.rst:243 -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:309 +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:253 +#: ../../faq.rst:319 msgid "Why do my arguments require quotes?" msgstr "コマンドの引数にクォーテーションが必要なのはなぜですか。" -#: ../../faq.rst:255 +#: ../../faq.rst:321 msgid "In a simple command defined as: ::" msgstr "次の簡単なコマンドを見てみましょう。" -#: ../../faq.rst:261 -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:327 +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:268 +#: ../../faq.rst:334 msgid "This will allow you to use ``?echo a b c`` without needing the quotes." msgstr "これにより、クォーテーションなしで ``?echo a b c`` を使用することができます。" -#: ../../faq.rst:271 +#: ../../faq.rst:337 msgid "How do I get the original ``message``\\?" msgstr "元の ``message`` を取得するにはどうすればよいですか。" -#: ../../faq.rst:273 -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:339 +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:276 ../../faq.rst:288 +#: ../../faq.rst:342 ../../faq.rst:354 msgid "Example: ::" msgstr "例:" -#: ../../faq.rst:283 +#: ../../faq.rst:349 msgid "How do I make a subcommand?" msgstr "サブコマンドを作るにはどうすればいいですか。" -#: ../../faq.rst:285 -msgid "" -"Use the ``group`` decorator. This will transform the callback into a " -"``Group`` which will allow you to add commands into the group operating " -"as \"subcommands\". These groups can be arbitrarily nested as well." -msgstr "" -"``group`` デコレータを使います。これにより、コールバックが ``Group`` " -"に変換され、groupに「サブコマンド」として動作するコマンドを追加できます。これらのグループは、ネストすることもできます。" +#: ../../faq.rst:351 +msgid "Use the ``group`` decorator. This will transform the callback into a ``Group`` which will allow you to add commands into the group operating as \"subcommands\". These groups can be arbitrarily nested as well." +msgstr "``group`` デコレータを使います。これにより、コールバックが ``Group`` に変換され、groupに「サブコマンド」として動作するコマンドを追加できます。これらのグループは、ネストすることもできます。" -#: ../../faq.rst:299 +#: ../../faq.rst:365 msgid "This could then be used as ``?git push origin master``." msgstr "これは ``?git push origin master`` のように使うことができます。" -#~ msgid "Is there any documentation for this?" -#~ msgstr "コマンド拡張についてのドキュメントはありますか。" - -#~ msgid "" -#~ "Not at the moment. Writing documentation" -#~ " for stuff takes time. A lot of" -#~ " people get by reading the docstrings" -#~ " in the source code. Others get " -#~ "by via asking questions in the " -#~ "`Discord server `_." -#~ " Others look at the source code " -#~ "of `other existing bots " -#~ "`_." -#~ msgstr "" -#~ "いいえ、まだありません。ドキュメントを書くには多くの時間が必要になります。大抵の場合はソースコードのdocstringを読むことになります。" -#~ " または 'Discordサーバー `_ で質問したり、'既存のBot " -#~ "`_ のソースコードを見るといいでしょう。" - -#~ msgid "" -#~ "There is a `basic example " -#~ "`_" -#~ " showcasing some functionality." -#~ msgstr "" -#~ "いくつかの機能を紹介するための `具体例 " -#~ "`_" -#~ " もあります。" - -#~ msgid "" -#~ "**Documentation is being worked on, it" -#~ " will just take some time to " -#~ "polish it**." -#~ msgstr "**ドキュメントは現在制作中です。きちんとしたものに仕上げるにはまだ時間がかかります。**" - -#~ msgid ":meth:`Client.get_user_info`" -#~ msgstr ":meth:`Client.get_user_info`" - diff --git a/docs/locale/ja/LC_MESSAGES/index.po b/docs/locale/ja/LC_MESSAGES/index.po index c740ec412ad3..5fdea4442747 100644 --- a/docs/locale/ja/LC_MESSAGES/index.po +++ b/docs/locale/ja/LC_MESSAGES/index.po @@ -1,21 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -"Language: ja_JP\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" @@ -66,23 +60,23 @@ msgstr "ドキュメントの目次" msgid "Extensions" msgstr "拡張機能" -#: ../../index.rst:45 +#: ../../index.rst:46 msgid "Additional Information" msgstr "追加情報" -#: ../../index.rst:54 +#: ../../index.rst:56 msgid "If you still can't find what you're looking for, try in one of the following pages:" msgstr "探しているものが見つからない場合は、以下のページを試してください。" -#: ../../index.rst:56 +#: ../../index.rst:58 msgid ":ref:`genindex`" msgstr ":ref:`genindex`" -#: ../../index.rst:57 +#: ../../index.rst:59 msgid ":ref:`modindex`" msgstr ":ref:`modindex`" -#: ../../index.rst:58 +#: ../../index.rst:60 msgid ":ref:`search`" msgstr ":ref:`search`" diff --git a/docs/locale/ja/LC_MESSAGES/intro.po b/docs/locale/ja/LC_MESSAGES/intro.po index 16de935d8e3e..28ac881f2d89 100644 --- a/docs/locale/ja/LC_MESSAGES/intro.po +++ b/docs/locale/ja/LC_MESSAGES/intro.po @@ -1,21 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -"Language: ja_JP\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" @@ -71,8 +65,8 @@ msgid "python3-dev" msgstr "python3-dev" #: ../../intro.rst:43 -msgid "For a debian-based system, the following command will help get those dependencies:" -msgstr "Debianベースのシステムのでは、依存関係ライブラリの取得に、以下のコマンドが便利です。" +msgid "For a Debian-based system, the following command will get these dependencies:" +msgstr "" #: ../../intro.rst:49 msgid "Remember to check your permissions!" @@ -83,8 +77,8 @@ msgid "Virtual Environments" msgstr "仮想環境" #: ../../intro.rst:54 -msgid "Sometimes we don't want to pollute our system installs with a library or we want to maintain different versions of a library than the currently system installed one. Or we don't have permissions to install a library along side with the system installed ones. For this purpose, the standard library as of 3.3 comes with a concept called \"Virtual Environment\" to help maintain these separate versions." -msgstr "システムへのインストールをライブラリで汚したくない場合や、現在インストールされているシステムとは異なるバージョンのライブラリを維持したい場合があります。または、システムへのライブラリインストールの権限がない場合もあります。こういった状況時のために、3.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 libaries 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 "" #: ../../intro.rst:59 msgid "A more in-depth tutorial is found on `the official documentation. `_" @@ -111,16 +105,16 @@ msgid "Use pip like usual:" msgstr "いつものようにpipインストールを実行します。" #: ../../intro.rst:88 -msgid "Congratulations. You now have a virtual environment all set up without messing with your system installation." -msgstr "おめでとうございます。これで、仮想環境の設定は終わりです。あなたのシステムインストールに影響なく実行が可能になりました。" +msgid "Congratulations. You now have a virtual environment all set up." +msgstr "" #: ../../intro.rst:91 msgid "Basic Concepts" msgstr "基本概念" #: ../../intro.rst:93 -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 and you can then respond to it." -msgstr "discord.pyは :ref:`events ` の概念を中心としています。イベントは何かを受け取り、それに対する応答を行います。例えば、メッセージが発生すると、メッセージの発生に関連するイベントを受け取り、そのイベントに対して応答を返すことができます。" +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 "" #: ../../intro.rst:97 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 836da44984e3..a51f69fdd9a0 100644 --- a/docs/locale/ja/LC_MESSAGES/logging.po +++ b/docs/locale/ja/LC_MESSAGES/logging.po @@ -1,21 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:09\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -"Language: ja_JP\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" diff --git a/docs/locale/ja/LC_MESSAGES/migrating.po b/docs/locale/ja/LC_MESSAGES/migrating.po index 90385245b8a1..30da14cf9c98 100644 --- a/docs/locale/ja/LC_MESSAGES/migrating.po +++ b/docs/locale/ja/LC_MESSAGES/migrating.po @@ -1,63 +1,44 @@ -# Translators: -# Ogura Azuki , 2018 -# 和泉田 済人 , 2018 -# Episword , 2018 msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"Project-Id-Version: discordpy-japanese\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:09\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: migrating.po\n" #: ../../migrating.rst:6 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." +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." +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 ` " -"を用いることができるようになりました。" +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: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 に対するサポートは打ち切られた** " -"ということです。" +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 msgid "Major Model Changes" @@ -72,50 +53,34 @@ 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` " -"型に変更されました。" +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:256 +#: ../../migrating.rst:34 ../../migrating.rst:254 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 を用いることで最適化の機会を得ることにもなります。" +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 msgid "Server is now Guild" -msgstr "Server は 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` へ変更されました。同時にこのモデルを参照するすべてのインスタンスも変更されています。" +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 msgid "A list of changes is as follows:" msgstr "変更点の一覧" -#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:863 +#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:869 msgid "Before" msgstr "変更前" -#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:863 +#: ../../migrating.rst:59 ../../migrating.rst:95 ../../migrating.rst:869 msgid "After" msgstr "変更後" @@ -139,7 +104,7 @@ msgstr ":attr:`.GuildChannel.guild`" msgid "``Client.servers``" msgstr "``Client.servers``" -#: ../../migrating.rst:65 ../../migrating.rst:235 +#: ../../migrating.rst:65 ../../migrating.rst:233 msgid ":attr:`Client.guilds`" msgstr ":attr:`Client.guilds`" @@ -212,13 +177,8 @@ 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 ` " -"へと移されました。" +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 msgid "A list of these changes is enumerated below." @@ -310,12 +270,8 @@ 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`` " -"に設定しました" +msgid ":meth:`abc.GuildChannel.set_permissions` with ``overwrite`` set to ``None``" +msgstr ":meth:`abc.GuildChannel.set_permissions` の ``overwrite`` を ``None`` に設定しました" #: ../../migrating.rst:119 msgid "``Client.delete_custom_emoji``" @@ -429,7 +385,7 @@ msgstr "``Client.estimate_pruned_members``" msgid ":meth:`Guild.estimate_pruned_members`" msgstr ":meth:`Guild.estimate_pruned_members`" -#: ../../migrating.rst:147 ../../migrating.rst:329 +#: ../../migrating.rst:147 ../../migrating.rst:327 msgid "``Client.get_all_emojis``" msgstr "``Client.get_all_emojis``" @@ -446,41 +402,36 @@ msgid ":meth:`Guild.bans`" msgstr ":meth:`Guild.bans`" #: ../../migrating.rst:151 -#, fuzzy msgid "``Client.get_invite``" -msgstr "``Client.delete_invite``" +msgstr "``Client.get_invite``" #: ../../migrating.rst:151 -#, fuzzy msgid ":meth:`Client.fetch_invite`" -msgstr ":meth:`Client.get_guild`" +msgstr ":meth:`Client.fetch_invite`" #: ../../migrating.rst:153 msgid "``Client.get_message``" msgstr "``Client.get_message``" #: ../../migrating.rst:153 -#, fuzzy msgid ":meth:`abc.Messageable.fetch_message`" -msgstr ":meth:`abc.Messageable.get_message`" +msgstr ":meth:`abc.Messageable.fetch_message`" #: ../../migrating.rst:155 msgid "``Client.get_reaction_users``" msgstr "``Client.get_reaction_users``" -#: ../../migrating.rst:155 ../../migrating.rst:491 +#: ../../migrating.rst:155 ../../migrating.rst:493 msgid ":meth:`Reaction.users`" msgstr ":meth:`Reaction.users`" #: ../../migrating.rst:157 -#, fuzzy msgid "``Client.get_user_info``" -msgstr "``Client.get_server``" +msgstr "``Client.get_user_info``" #: ../../migrating.rst:157 -#, fuzzy msgid ":meth:`Client.fetch_user`" -msgstr ":meth:`Client.get_guild`" +msgstr ":meth:`Client.fetch_user`" #: ../../migrating.rst:159 msgid "``Client.invites_from``" @@ -603,12 +554,8 @@ 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` " -"を使用してください)" +msgid ":meth:`abc.Messageable.trigger_typing` (use :meth:`abc.Messageable.typing`)" +msgstr ":meth:`abc.Messageable.trigger_typing` (:meth:`abc.Messageable.typing` を使用してください)" #: ../../migrating.rst:195 msgid "``Client.server_voice_state``" @@ -654,1892 +601,1413 @@ msgstr "``Client.wait_for_reaction``" msgid "``Client.wait_until_login``" msgstr "``Client.wait_until_login``" -#: ../../migrating.rst:207 ../../migrating.rst:209 +#: ../../migrating.rst:207 msgid "Removed" msgstr "削除されました" #: ../../migrating.rst:209 -msgid "``Client.messages``" -msgstr "``Client.messages``" - -#: ../../migrating.rst:211 msgid "``Client.wait_until_ready``" msgstr "``Client.wait_until_ready``" -#: ../../migrating.rst:211 +#: ../../migrating.rst:209 msgid "No change" msgstr "変更なし" -#: ../../migrating.rst:215 +#: ../../migrating.rst:213 msgid "Property Changes" msgstr "プロパティの変更" -#: ../../migrating.rst:217 -msgid "" -"In order to be a bit more consistent, certain things that were properties" -" were changed to methods instead." +#: ../../migrating.rst:215 +msgid "In order to be a bit more consistent, certain things that were properties were changed to methods instead." msgstr "一貫性を持たせるために、いくつかのプロパティがメソッドに変更されました。" -#: ../../migrating.rst:219 -msgid "" -"The following are now methods instead of properties (requires " -"parentheses):" +#: ../../migrating.rst:217 +msgid "The following are now methods instead of properties (requires parentheses):" msgstr "プロパティの代わりに追加されたメソッドは以下のとおりです。(使用の際にはカッコが必要です)" -#: ../../migrating.rst:221 +#: ../../migrating.rst:219 msgid ":meth:`Role.is_default`" msgstr ":meth:`Role.is_default`" -#: ../../migrating.rst:222 +#: ../../migrating.rst:220 msgid ":meth:`Client.is_ready`" msgstr ":meth:`Client.is_ready`" -#: ../../migrating.rst:223 +#: ../../migrating.rst:221 msgid ":meth:`Client.is_closed`" msgstr ":meth:`Client.is_closed`" -#: ../../migrating.rst:226 +#: ../../migrating.rst:224 msgid "Dict Value Change" msgstr "辞書の値の変更" -#: ../../migrating.rst:228 -msgid "" -"Prior to v1.0 some aggregating properties that retrieved models would " -"return \"dict view\" objects." +#: ../../migrating.rst:226 +msgid "Prior to v1.0 some aggregating properties that retrieved models would return \"dict view\" objects." msgstr "v1.0以前では、複数のモデルを集約して取得するプロパティは「辞書ビュー」オブジェクトで結果を返していました。" -#: ../../migrating.rst:230 -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: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." msgstr "これは、オブジェクトを用いて繰り返し処理を行っている間に、辞書サイズが変更されたとき、RuntimeErrorを発生させてタスクをクラッシュさせていました。これを軽減させるため「辞書ビュー」オブジェクトはリストに変更されました。" -#: ../../migrating.rst:233 +#: ../../migrating.rst:231 msgid "The following views were changed to a list:" msgstr "以下のビューがリストへ変更されています。" -#: ../../migrating.rst:236 +#: ../../migrating.rst:234 msgid ":attr:`Client.users` (new in v1.0)" msgstr ":attr:`Client.users` (v1.0にて追加)" -#: ../../migrating.rst:237 +#: ../../migrating.rst:235 msgid ":attr:`Client.emojis` (new in v1.0)" msgstr ":attr:`Client.emojis` (v1.0にて追加)" -#: ../../migrating.rst:238 +#: ../../migrating.rst:236 msgid ":attr:`Guild.channels`" msgstr ":attr:`Guild.channels`" -#: ../../migrating.rst:239 +#: ../../migrating.rst:237 msgid ":attr:`Guild.text_channels` (new in v1.0)" msgstr ":attr:`Guild.text_channels` (v1.0にて追加)" -#: ../../migrating.rst:240 +#: ../../migrating.rst:238 msgid ":attr:`Guild.voice_channels` (new in v1.0)" msgstr ":attr:`Guild.voice_channels` (v1.0にて追加)" -#: ../../migrating.rst:241 +#: ../../migrating.rst:239 msgid ":attr:`Guild.emojis`" msgstr ":attr:`Guild.emojis`" -#: ../../migrating.rst:242 +#: ../../migrating.rst:240 msgid ":attr:`Guild.members`" msgstr ":attr:`Guild.members`" -#: ../../migrating.rst:245 +#: ../../migrating.rst:243 msgid "Voice State Changes" msgstr "ボイスステートの変更" -#: ../../migrating.rst:247 -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: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:250 -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: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." msgstr "これはユーザーにとって透過的なものでしたが、ライブラリがメモリを節約できるようボイスステートの変化が可視的になりました。" -#: ../../migrating.rst:253 -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: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:269 +#: ../../migrating.rst:267 msgid "User and Member Type Split" msgstr "ユーザーとメンバーの分離" -#: ../../migrating.rst:271 -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 " -"``isinstance`` checks and thus is something to keep in mind." -msgstr "" -"v1.0では、メモリの節約のため、 :class:`Member` は :class:`User` のサブクラスではなくなりました。代わりに、 " -":class:`User` " -"に記述されたものと同等のプロパティを実装することで、この二つのクラスは平坦化されています。そのため、使用方法に機能的変更はありません。ただし、 " -"``isinstance`` が使えなくなってしまったことは留意しておくべきです。" +#: ../../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 ``isinstance`` checks and thus is something to keep in mind." +msgstr "v1.0では、メモリの節約のため、 :class:`Member` は :class:`User` のサブクラスではなくなりました。代わりに、 :class:`User` に記述されたものと同等のプロパティを実装することで、この二つのクラスはフラット化されています。そのため、使用方法に機能的変更はありません。ただし、 ``isinstance`` が使えなくなってしまったことは留意しておくべきです。" -#: ../../migrating.rst:275 -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: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:282 +#: ../../migrating.rst:280 msgid "Channel Type Split" msgstr "チャンネルタイプの分割" -#: ../../migrating.rst:284 -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: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:287 -msgid "" -"In order to save memory the channels have been split into 4 different " -"types:" +#: ../../migrating.rst:285 +msgid "In order to save memory the channels have been split into 4 different types:" msgstr "メモリ使用量を削減するため、チャンネルを4つのタイプへ分割しました。" -#: ../../migrating.rst:289 +#: ../../migrating.rst:287 msgid ":class:`TextChannel` for guild text channels." msgstr "ギルドのテキストチャンネル用である :class:`TextChannel` 。" -#: ../../migrating.rst:290 +#: ../../migrating.rst:288 msgid ":class:`VoiceChannel` for guild voice channels." msgstr "ギルドのボイスチャンネル用である :class:`VoiceChannel` 。" -#: ../../migrating.rst:291 +#: ../../migrating.rst:289 msgid ":class:`DMChannel` for DM channels with members." msgstr "メンバーのDMチャンネル用である :class:`DMChannel` 。" -#: ../../migrating.rst:292 +#: ../../migrating.rst:290 msgid ":class:`GroupChannel` for Group DM channels with members." msgstr "メンバーが参加するグループDMチャンネル用である :class:`GroupChannel` 。" -#: ../../migrating.rst:294 -msgid "" -"With this split came the removal of the ``is_private`` attribute. You " -"should now use ``isinstance``." +#: ../../migrating.rst:292 +msgid "With this split came the removal of the ``is_private`` attribute. You should now use ``isinstance``." msgstr "これらに分割されたことにより、 ``is_private`` は削除されました。v1.0では ``isinstance`` を使うべきでしょう。" -#: ../../migrating.rst:296 +#: ../../migrating.rst:294 msgid "The types are split into two different :ref:`discord_api_abcs`:" msgstr "型は二通りの :ref:`discord_api_abcs` に分けられます。" -#: ../../migrating.rst:298 +#: ../../migrating.rst:296 msgid ":class:`abc.GuildChannel` for guild channels." msgstr "ギルドのチャンネルを表す :class:`abc.GuildChannel` 。" -#: ../../migrating.rst:299 +#: ../../migrating.rst:297 msgid ":class:`abc.PrivateChannel` for private channels (DMs and group DMs)." msgstr "プライベートチャンネル(DMやグループDM)を表す :class:`abc.PrivateChannel` 。" -#: ../../migrating.rst:301 +#: ../../migrating.rst:299 msgid "So to check if something is a guild channel you would do: ::" msgstr "チャンネルがギルドチャンネルであるかをチェックしたい場合:" -#: ../../migrating.rst:305 +#: ../../migrating.rst:303 msgid "And to check if it's a private channel you would do: ::" msgstr "チャンネルがプライベートチャンネルであるかをチェックしたい場合:" -#: ../../migrating.rst:309 -msgid "" -"Of course, if you're looking for only a specific type you can pass that " -"too, e.g. ::" +#: ../../migrating.rst:307 +msgid "Of course, if you're looking for only a specific type you can pass that too, e.g. ::" msgstr "もちろん、特定のチャンネルタイプを探したい場合、そのチャンネルタイプを渡すことも可能です。" -#: ../../migrating.rst:313 -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: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:317 +#: ../../migrating.rst:315 msgid "Miscellaneous Model Changes" msgstr "その他のモデルの変更" -#: ../../migrating.rst:319 +#: ../../migrating.rst:317 msgid "There were lots of other things added or removed in the models in general." msgstr "一般的なモデルには追加、あるいは削除されたものが多くあります。" -#: ../../migrating.rst:321 +#: ../../migrating.rst:319 msgid "They will be enumerated here." msgstr "以下がその一覧です。" -#: ../../migrating.rst:323 +#: ../../migrating.rst:321 msgid "**Removed**" msgstr "**削除**" -#: ../../migrating.rst:325 +#: ../../migrating.rst:323 msgid ":meth:`Client.login` no longer accepts email and password logins." msgstr ":meth:`Client.login` はEメールとパスワードによるログインを受け付けなくなりました。" -#: ../../migrating.rst:327 +#: ../../migrating.rst:325 msgid "Use a token and ``bot=False``." msgstr "トークンと ``bot=False`` を使用してください。" -#: ../../migrating.rst:331 +#: ../../migrating.rst:329 msgid "Use :attr:`Client.emojis` instead." msgstr "代わりに :attr:`Client.emojis` を使用してください。" +#: ../../migrating.rst:331 +msgid "` ``Client.messages``" +msgstr "" + #: ../../migrating.rst:333 +msgid "Use read-only :attr:`Client.cached_messages` instead." +msgstr "" + +#: ../../migrating.rst:335 msgid "``Client.wait_for_message`` and ``Client.wait_for_reaction`` are gone." msgstr "``Client.wait_for_message`` および ``Client.wait_for_reaction`` は削除されました。" -#: ../../migrating.rst:335 +#: ../../migrating.rst:337 msgid "Use :meth:`Client.wait_for` instead." msgstr "代わりに :meth:`Client.wait_for` を使用してください。" -#: ../../migrating.rst:337 +#: ../../migrating.rst:339 msgid "``Channel.voice_members``" msgstr "``Channel.voice_members``" -#: ../../migrating.rst:339 +#: ../../migrating.rst:341 msgid "Use :attr:`VoiceChannel.members` instead." msgstr "代わりに :attr:`VoiceChannel.members` を使用してください。" -#: ../../migrating.rst:341 +#: ../../migrating.rst:343 msgid "``Channel.is_private``" msgstr "``Channel.is_private``" -#: ../../migrating.rst:343 -msgid "" -"Use ``isinstance`` instead with one of the :ref:`discord_api_abcs` " -"instead." +#: ../../migrating.rst:345 +msgid "Use ``isinstance`` instead with one of the :ref:`discord_api_abcs` instead." msgstr "代わりに ``isinstance`` と :ref:`discord_api_abcs` を使用してください。" -#: ../../migrating.rst:344 -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:346 -msgid "``Client.accept_invite``" -msgstr "``Client.accept_invite``" +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 -msgid "" -"There is no replacement for this one. This functionality is deprecated " -"API wise." -msgstr "これに代わるものはありません。これは非推奨のAPIです。" +msgid "``Client.accept_invite``" +msgstr "``Client.accept_invite``" #: ../../migrating.rst:350 -msgid "" -"``Guild.default_channel`` / ``Server.default_channel`` and " -"``Channel.is_default``" -msgstr "" -"``Guild.default_channel`` / ``Server.default_channel`` および " -"``Channel.is_default``" +msgid "There is no replacement for this one. This functionality is deprecated API wise." +msgstr "これに代わるものはありません。これは非推奨のAPIです。" #: ../../migrating.rst:352 -msgid "" -"The concept of a default channel was removed from Discord. See `#329 " -"`_." -msgstr "" -"デフォルトチャンネルの概念は、Discordから削除されました。 `#329 " -"`_ " -"を参照してください。" +msgid "``Guild.default_channel`` / ``Server.default_channel`` and ``Channel.is_default``" +msgstr "``Guild.default_channel`` / ``Server.default_channel`` および ``Channel.is_default``" -#: ../../migrating.rst:355 +#: ../../migrating.rst:354 +msgid "The concept of a default channel was removed from Discord. See `#329 `_." +msgstr "デフォルトチャンネルの概念は、Discordから削除されました。 `#329 `_ を参照してください。" + +#: ../../migrating.rst:357 msgid "``Message.edited_timestamp``" msgstr "``Message.edited_timestamp``" -#: ../../migrating.rst:357 +#: ../../migrating.rst:359 msgid "Use :attr:`Message.edited_at` instead." msgstr "代わりに :attr:`Message.edited_at` を使用してください。" -#: ../../migrating.rst:359 +#: ../../migrating.rst:361 msgid "``Message.timestamp``" msgstr "``Message.timestamp``" -#: ../../migrating.rst:361 +#: ../../migrating.rst:363 msgid "Use :attr:`Message.created_at` instead." msgstr "代わりに :attr:`Message.created_at` を使用してください。" -#: ../../migrating.rst:363 +#: ../../migrating.rst:365 msgid "``Colour.to_tuple()``" msgstr "``Colour.to_tuple()``" -#: ../../migrating.rst:365 +#: ../../migrating.rst:367 msgid "Use :meth:`Colour.to_rgb` instead." msgstr "代わりに :meth:`Colour.to_rgb` を使用してください。" -#: ../../migrating.rst:367 +#: ../../migrating.rst:369 msgid "``Permissions.view_audit_logs``" msgstr "``Permissions.view_audit_logs``" -#: ../../migrating.rst:369 +#: ../../migrating.rst:371 msgid "Use :attr:`Permissions.view_audit_log` instead." msgstr "代わりに :attr:`Permissions.view_audit_log` を使用してください。" -#: ../../migrating.rst:371 +#: ../../migrating.rst:373 msgid "``Member.game``" msgstr "``Member.game``" -#: ../../migrating.rst:373 +#: ../../migrating.rst:375 msgid "Use :attr:`Member.activities` instead." msgstr "代わりに :attr:`Member.activities` 使用してください。" -#: ../../migrating.rst:375 +#: ../../migrating.rst:377 msgid "``Guild.role_hierarchy`` / ``Server.role_hierarchy``" msgstr "``Guild.role_hierarchy`` / ``Server.role_hierarchy``" -#: ../../migrating.rst:377 -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: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:380 +#: ../../migrating.rst:382 msgid "**Changed**" msgstr "**変更**" -#: ../../migrating.rst:382 -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: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:383 -msgid "" -":attr:`Message.embeds` is now a list of :class:`Embed` instead of " -"``dict`` objects." +#: ../../migrating.rst:385 +msgid ":attr:`Message.embeds` is now a list of :class:`Embed` instead of ``dict`` objects." msgstr ":attr:`Message.embeds` は ``dict`` オブジェクトから :class:`Embed` のリストに変更されました。" -#: ../../migrating.rst:384 -msgid "" -":attr:`Message.attachments` is now a list of :class:`Attachment` instead " -"of ``dict`` object." -msgstr "" -":attr:`Message.attachments` は ``dict`` オブジェクトから :class:`Attachment` " -"のリストに変更されました。" +#: ../../migrating.rst:386 +msgid ":attr:`Message.attachments` is now a list of :class:`Attachment` instead of ``dict`` object." +msgstr ":attr:`Message.attachments` は ``dict`` オブジェクトから :class:`Attachment` のリストに変更されました。" -#: ../../migrating.rst:385 -msgid "" -":attr:`Guild.roles` is now sorted through hierarchy. The first element is" -" always the ``@everyone`` role." +#: ../../migrating.rst:387 +msgid ":attr:`Guild.roles` is now sorted through hierarchy. The first element is always the ``@everyone`` role." msgstr ":attr:`Guild.roles` はヒエラルキー順にソートされるようになりました。先頭には必ず ``@everyone`` が格納されます。" -#: ../../migrating.rst:387 +#: ../../migrating.rst:389 msgid "**Added**" msgstr "**追加**" -#: ../../migrating.rst:389 +#: ../../migrating.rst:391 msgid ":class:`Attachment` to represent a discord attachment." msgstr "Discordのアタッチメントを表す :class:`Attachment` 。" -#: ../../migrating.rst:390 +#: ../../migrating.rst:392 msgid ":class:`CategoryChannel` to represent a channel category." msgstr "チャンネルのカテゴリを表す :class:`CategoryChannel` 。" -#: ../../migrating.rst:391 -msgid "" -":attr:`VoiceChannel.members` for fetching members connected to a voice " -"channel." +#: ../../migrating.rst:393 +msgid ":attr:`VoiceChannel.members` for fetching members connected to a voice channel." msgstr "ボイスチャンネルに接続しているメンバーを取得する :attr:`VoiceChannel.members` 。" -#: ../../migrating.rst:392 +#: ../../migrating.rst:394 msgid ":attr:`TextChannel.members` for fetching members that can see the channel." msgstr "テキストチャンネルを閲覧可能なメンバーを取得する :attr:`TextChannel.members` 。" -#: ../../migrating.rst:393 +#: ../../migrating.rst:395 msgid ":attr:`Role.members` for fetching members that have the role." msgstr "役割を持っているメンバーを取得する :attr:`Role.members` 。" -#: ../../migrating.rst:394 +#: ../../migrating.rst:396 msgid ":attr:`Guild.text_channels` for fetching text channels only." msgstr "テキストチャンネルのみを取得する :attr:`Guild.text_channels` 。" -#: ../../migrating.rst:395 +#: ../../migrating.rst:397 msgid ":attr:`Guild.voice_channels` for fetching voice channels only." msgstr "ボイスチャンネルのみを取得する :attr:`Guild.voice_channels` 。" -#: ../../migrating.rst:396 +#: ../../migrating.rst:398 msgid ":attr:`Guild.categories` for fetching channel categories only." msgstr "チャンネルのカテゴリのみを取得する :attr:`Guild.categories` 。" -#: ../../migrating.rst:397 -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: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:398 +#: ../../migrating.rst:400 msgid ":meth:`Guild.by_category` to get channels grouped by their category." msgstr "カテゴリによってグループ化されたチャンネルを取得する :meth:`Guild.by_category` 。" -#: ../../migrating.rst:399 +#: ../../migrating.rst:401 msgid ":attr:`Guild.chunked` to check member chunking status." msgstr "メンバーのチャンク状態を確認する :attr:`Guild.chunked` 。" -#: ../../migrating.rst:400 +#: ../../migrating.rst:402 msgid ":attr:`Guild.explicit_content_filter` to fetch the content filter." msgstr "不適切な表現のフィルターを取得する :attr:`Guild.explicit_content_filter` 。" -#: ../../migrating.rst:401 +#: ../../migrating.rst:403 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:402 +#: ../../migrating.rst:404 msgid ":attr:`Client.users` to get all visible :class:`User` instances." msgstr "Botによってみることができる :class:`User` インスタンスをすべて返す :attr:`Client.users` 。" -#: ../../migrating.rst:403 +#: ../../migrating.rst:405 msgid ":meth:`Client.get_user` to get a :class:`User` by ID." msgstr "IDから :class:`User` を取得する :meth:`Client.get_user` 。" -#: ../../migrating.rst:404 +#: ../../migrating.rst:406 msgid ":meth:`User.avatar_url_as` to get an avatar in a specific size or format." msgstr "特定のサイズ、あるいはフォーマットのアバターを取得する :meth:`User.avatar_url_as` 。" -#: ../../migrating.rst:405 +#: ../../migrating.rst:407 msgid ":meth:`Guild.vanity_invite` to fetch the guild's vanity invite." msgstr "ギルドのカスタム招待URLを取得する :meth:`Guild.vanity_invite` 。" -#: ../../migrating.rst:406 +#: ../../migrating.rst:408 msgid ":meth:`Guild.audit_logs` to fetch the guild's audit logs." msgstr "ギルドのサーバーログを取得する :meth:`Guild.audit_logs` 。" -#: ../../migrating.rst:407 +#: ../../migrating.rst:409 msgid ":attr:`Message.webhook_id` to fetch the message's webhook ID." msgstr "メッセージのWebhook IDを取得する :attr:`Message.webhook_id` 。" -#: ../../migrating.rst:408 -msgid "" -":attr:`Message.activity` and :attr:`Message.application` for Rich " -"Presence related information." -msgstr "" -"リッチプレゼンスに関する情報を取得する :attr:`Message.activity` および " -":attr:`Message.application` 。" +#: ../../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:409 +#: ../../migrating.rst:411 msgid ":meth:`TextChannel.is_nsfw` to check if a text channel is NSFW." msgstr "テキストチャンネルがNSFWであるかを確認する :meth:`TextChannel.is_nsfw` 。" -#: ../../migrating.rst:410 +#: ../../migrating.rst:412 msgid ":meth:`Colour.from_rgb` to construct a :class:`Colour` from RGB tuple." msgstr "RGBのタプルから :class:`Colour` を作成する :meth:`Colour.from_rgb` 。" -#: ../../migrating.rst:411 +#: ../../migrating.rst:413 msgid ":meth:`Guild.get_role` to get a role by its ID." msgstr "IDから役職を取得する :meth:`Guild.get_role` 。" -#: ../../migrating.rst:416 +#: ../../migrating.rst:418 msgid "Sending Messages" msgstr "メッセージの送信" -#: ../../migrating.rst:418 -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: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:421 ../../migrating.rst:1071 +#: ../../migrating.rst:423 ../../migrating.rst:1077 msgid "Basically: ::" msgstr "基本形" -#: ../../migrating.rst:429 -msgid "" -"This supports everything that the old ``send_message`` supported such as " -"embeds: ::" +#: ../../migrating.rst:431 +msgid "This supports everything that the old ``send_message`` supported such as embeds: ::" msgstr "これは埋め込みメッセージなどといった、従来の ``send_message`` が持っていた機能を全てサポートしています。" -#: ../../migrating.rst:434 -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: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:443 +#: ../../migrating.rst:445 msgid "This change was to facilitate multiple file uploads: ::" msgstr "この変更は、複数の添付ファイルの送信を容易にするために行われました。" -#: ../../migrating.rst:455 +#: ../../migrating.rst:457 msgid "Asynchronous Iterators" msgstr "非同期のイテレータ" -#: ../../migrating.rst:457 -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:459 -msgid "" -"In v1.0, this change has been reverted and will now return a singular " -"type meeting an abstract concept called :class:`AsyncIterator`." +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`." msgstr "これはv1.0で元に戻り、 :class:`AsyncIterator` という抽象概念を満たす特異な型を返します。" -#: ../../migrating.rst:462 +#: ../../migrating.rst:464 msgid "This allows you to iterate over it like normal: ::" msgstr "これは通常のイテレータと同様の処理が行なえます。" -#: ../../migrating.rst:467 +#: ../../migrating.rst:469 msgid "Or turn it into a list: ::" msgstr "またはリストにできます。" -#: ../../migrating.rst:473 -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: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:479 -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: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:482 -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 "" +#: ../../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:487 +#: ../../migrating.rst:489 msgid "The following return :class:`AsyncIterator`:" msgstr ":class:`AsyncIterator` を返すのは以下のとおりです:" -#: ../../migrating.rst:489 +#: ../../migrating.rst:491 msgid ":meth:`abc.Messageable.history`" msgstr ":meth:`abc.Messageable.history`" -#: ../../migrating.rst:490 +#: ../../migrating.rst:492 msgid ":meth:`Guild.audit_logs`" msgstr ":meth:`Guild.audit_logs`" -#: ../../migrating.rst:496 ../../migrating.rst:918 +#: ../../migrating.rst:498 ../../migrating.rst:924 msgid "Event Changes" msgstr "イベントの変更" -#: ../../migrating.rst:498 +#: ../../migrating.rst:500 msgid "A lot of events have gone through some changes." msgstr "多くのイベントに変更がありました。" -#: ../../migrating.rst:500 -msgid "" -"Many events with ``server`` in the name were changed to use ``guild`` " -"instead." +#: ../../migrating.rst:502 +msgid "Many events with ``server`` in the name were changed to use ``guild`` instead." msgstr "名前に ``server`` が含まれていたイベントのほとんどが、 ``guild`` を使った名前に変更されました。" -#: ../../migrating.rst:502 ../../migrating.rst:566 +#: ../../migrating.rst:504 ../../migrating.rst:568 msgid "Before:" msgstr "変更前" -#: ../../migrating.rst:504 +#: ../../migrating.rst:506 msgid "``on_server_join``" msgstr "``on_server_join``" -#: ../../migrating.rst:505 +#: ../../migrating.rst:507 msgid "``on_server_remove``" msgstr "``on_server_remove``" -#: ../../migrating.rst:506 +#: ../../migrating.rst:508 msgid "``on_server_update``" msgstr "``on_server_update``" -#: ../../migrating.rst:507 +#: ../../migrating.rst:509 msgid "``on_server_role_create``" msgstr "``on_server_role_create``" -#: ../../migrating.rst:508 +#: ../../migrating.rst:510 msgid "``on_server_role_delete``" msgstr "``on_server_role_delete``" -#: ../../migrating.rst:509 +#: ../../migrating.rst:511 msgid "``on_server_role_update``" msgstr "``on_server_role_update``" -#: ../../migrating.rst:510 +#: ../../migrating.rst:512 msgid "``on_server_emojis_update``" msgstr "``on_server_emojis_update``" -#: ../../migrating.rst:511 +#: ../../migrating.rst:513 msgid "``on_server_available``" msgstr "``on_server_available``" -#: ../../migrating.rst:512 +#: ../../migrating.rst:514 msgid "``on_server_unavailable``" msgstr "``on_server_unavailable``" -#: ../../migrating.rst:514 ../../migrating.rst:572 +#: ../../migrating.rst:516 ../../migrating.rst:574 msgid "After:" msgstr "変更後" -#: ../../migrating.rst:516 +#: ../../migrating.rst:518 msgid ":func:`on_guild_join`" msgstr ":func:`on_guild_join`" -#: ../../migrating.rst:517 +#: ../../migrating.rst:519 msgid ":func:`on_guild_remove`" msgstr ":func:`on_guild_remove`" -#: ../../migrating.rst:518 +#: ../../migrating.rst:520 msgid ":func:`on_guild_update`" msgstr ":func:`on_guild_update`" -#: ../../migrating.rst:519 +#: ../../migrating.rst:521 msgid ":func:`on_guild_role_create`" msgstr ":func:`on_guild_role_create`" -#: ../../migrating.rst:520 +#: ../../migrating.rst:522 msgid ":func:`on_guild_role_delete`" msgstr ":func:`on_guild_role_delete`" -#: ../../migrating.rst:521 +#: ../../migrating.rst:523 msgid ":func:`on_guild_role_update`" msgstr ":func:`on_guild_role_update`" -#: ../../migrating.rst:522 +#: ../../migrating.rst:524 msgid ":func:`on_guild_emojis_update`" msgstr ":func:`on_guild_emojis_update`" -#: ../../migrating.rst:523 +#: ../../migrating.rst:525 msgid ":func:`on_guild_available`" msgstr ":func:`on_guild_available`" -#: ../../migrating.rst:524 +#: ../../migrating.rst:526 msgid ":func:`on_guild_unavailable`" msgstr ":func:`on_guild_unavailable`" -#: ../../migrating.rst:527 +#: ../../migrating.rst:529 msgid "The :func:`on_voice_state_update` event has received an argument change." msgstr ":func:`on_voice_state_update` イベントの引数が変更されました。" -#: ../../migrating.rst:529 ../../migrating.rst:541 ../../migrating.rst:553 -#: ../../migrating.rst:613 ../../migrating.rst:922 +#: ../../migrating.rst:531 ../../migrating.rst:543 ../../migrating.rst:555 +#: ../../migrating.rst:615 ../../migrating.rst:928 msgid "Before: ::" msgstr "更新前" -#: ../../migrating.rst:533 ../../migrating.rst:545 ../../migrating.rst:557 -#: ../../migrating.rst:625 ../../migrating.rst:928 ../../migrating.rst:1153 +#: ../../migrating.rst:535 ../../migrating.rst:547 ../../migrating.rst:559 +#: ../../migrating.rst:627 ../../migrating.rst:934 ../../migrating.rst:1159 msgid "After: ::" msgstr "更新後" -#: ../../migrating.rst:537 -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: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:541 msgid "The :func:`on_guild_emojis_update` event has received an argument change." msgstr ":func:`on_guild_emojis_update` イベントの引数が変更されました。" -#: ../../migrating.rst:549 -msgid "" -"The first argument is now the :class:`Guild` that the emojis were updated" -" from." +#: ../../migrating.rst:551 +msgid "The first argument is now the :class:`Guild` that the emojis were updated from." msgstr "最初の引数は絵文字の更新が行われた :class:`Guild` です。" -#: ../../migrating.rst:551 +#: ../../migrating.rst:553 msgid "The :func:`on_member_ban` event has received an argument change as well:" msgstr ":func:`on_member_ban` も引数が変更されました。" -#: ../../migrating.rst:561 -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: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:564 -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: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:568 +#: ../../migrating.rst:570 msgid "``on_channel_delete``" msgstr "``on_channel_delete``" -#: ../../migrating.rst:569 +#: ../../migrating.rst:571 msgid "``on_channel_create``" msgstr "``on_channel_create``" -#: ../../migrating.rst:570 +#: ../../migrating.rst:572 msgid "``on_channel_update``" msgstr "``on_channel_update``" -#: ../../migrating.rst:574 +#: ../../migrating.rst:576 msgid ":func:`on_guild_channel_delete`" msgstr ":func:`on_guild_channel_delete`" -#: ../../migrating.rst:575 +#: ../../migrating.rst:577 msgid ":func:`on_guild_channel_create`" msgstr ":func:`on_guild_channel_create`" -#: ../../migrating.rst:576 +#: ../../migrating.rst:578 msgid ":func:`on_guild_channel_update`" msgstr ":func:`on_guild_channel_update`" -#: ../../migrating.rst:577 +#: ../../migrating.rst:579 msgid ":func:`on_private_channel_delete`" msgstr ":func:`on_private_channel_delete`" -#: ../../migrating.rst:578 +#: ../../migrating.rst:580 msgid ":func:`on_private_channel_create`" msgstr ":func:`on_private_channel_create`" -#: ../../migrating.rst:579 +#: ../../migrating.rst:581 msgid ":func:`on_private_channel_update`" msgstr ":func:`on_private_channel_update`" -#: ../../migrating.rst:581 -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: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:588 +#: ../../migrating.rst:590 msgid "Voice Changes" msgstr "ボイスの変更" -#: ../../migrating.rst:590 +#: ../../migrating.rst:592 msgid "Voice sending has gone through a complete redesign." msgstr "ボイスの送信が完全に再構成されました。" -#: ../../migrating.rst:592 +#: ../../migrating.rst:594 msgid "In particular:" msgstr "主な変更点は以下のとおりです。" -#: ../../migrating.rst:594 -msgid "" -"Connection is done through :meth:`VoiceChannel.connect` instead of " -"``Client.join_voice_channel``." -msgstr "" -"ボイスチャンネルへの接続は ``Client.join_voice_channel`` に代わって " -":meth:`VoiceChannel.connect` になりました。" - -#: ../../migrating.rst:595 -msgid "" -"You no longer create players and operate on them (you no longer store " -"them)." -msgstr "プレイヤーを作成せずに操作が可能になりました。(プレイヤーの保存の必要もありません)" - #: ../../migrating.rst:596 -msgid "" -"You instead request :class:`VoiceClient` to play an :class:`AudioSource` " -"via :meth:`VoiceClient.play`." -msgstr "" -"代わりに :class:`VoiceClient` の :meth:`VoiceClient.play` を介して " -":class:`AudioSource` の再生を要求します。" +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 "There are different built-in :class:`AudioSource`\\s." -msgstr "" +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:599 -msgid ":class:`FFmpegPCMAudio` is the equivalent of ``create_ffmpeg_player``" -msgstr "" +msgid "There are different built-in :class:`AudioSource`\\s." +msgstr "様々な組み込み :class:`AudioSource` があります。" #: ../../migrating.rst:601 -msgid "" -"create_ffmpeg_player/create_stream_player/create_ytdl_player have all " -"been removed." -msgstr "" +msgid ":class:`FFmpegPCMAudio` is the equivalent of ``create_ffmpeg_player``" +msgstr ":class:`FFmpegPCMAudio` は ``create_ffmpeg_player`` と同等です。" #: ../../migrating.rst:603 -msgid "The goal is to create :class:`AudioSource` instead." -msgstr "" +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 -msgid "Using :meth:`VoiceClient.play` will not return an ``AudioPlayer``." -msgstr "" +msgid "The goal is to create :class:`AudioSource` instead." +msgstr "代わりに:class:`AudioSource`を作成してください。" #: ../../migrating.rst:607 -msgid "Instead, it's \"flattened\" like :class:`User` -> :class:`Member` is." -msgstr "" +msgid "Using :meth:`VoiceClient.play` will not return an ``AudioPlayer``." +msgstr ":meth:`VoiceClient.play` を呼び出しても ``AudioPlayer`` は返ってきません。" #: ../../migrating.rst:609 -msgid "The ``after`` parameter now takes a single parameter (the error)." -msgstr "" +msgid "Instead, it's \"flattened\" like :class:`User` -> :class:`Member` is." +msgstr "代わりに、:class:`User`と:class:`Member`のように、「フラット化」されています。" #: ../../migrating.rst:611 +msgid "The ``after`` parameter now takes a single parameter (the error)." +msgstr "``after``パラメータの関数は、ひとつ引数 (エラー) を取ります。" + +#: ../../migrating.rst:613 msgid "Basically:" msgstr "基本的には以下のとおりです:" -#: ../../migrating.rst:635 -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: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:638 -msgid "" -"For example, you can add a :class:`PCMVolumeTransformer` to allow " -"changing the volume: ::" +#: ../../migrating.rst:640 +msgid "For example, you can add a :class:`PCMVolumeTransformer` to allow changing the volume: ::" msgstr "例えば、 :class:`PCMVolumeTransformer` を追加すると、ボリュームの変更ができるようになります。" -#: ../../migrating.rst:643 -msgid "" -"An added benefit of the redesign is that it will be much more resilient " -"towards reconnections:" +#: ../../migrating.rst:645 +msgid "An added benefit of the redesign is that it will be much more resilient towards reconnections:" msgstr "再設計によるさらなる利点は、再接続において遥かに柔軟性を持ったことです。" -#: ../../migrating.rst:645 -msgid "" -"The voice websocket will now automatically re-connect and re-do the " -"handshake when disconnected." +#: ../../migrating.rst:647 +msgid "The voice websocket will now automatically re-connect and re-do the handshake when disconnected." msgstr "音声ウェブソケットは、切断された際に自動的に再接続し、ハンドシェイクを再実行します。" -#: ../../migrating.rst:646 -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: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:647 +#: ../../migrating.rst:649 msgid "Audio will now stop and resume when a disconnect is found." msgstr "VCの切断を検知すると、オーディオは停止し、再開しようとします。" -#: ../../migrating.rst:649 +#: ../../migrating.rst:651 msgid "This includes changing voice regions etc." msgstr "これはサーバーリージョンの変更も含まれます。" -#: ../../migrating.rst:655 +#: ../../migrating.rst:657 msgid "Waiting For Events" msgstr "イベントの待機" -#: ../../migrating.rst:657 -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: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:661 -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: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`." msgstr "v1.0では別のイベント待機の概念が :meth:`Client.wait_for` イベントのように一般化されました。" -#: ../../migrating.rst:663 +#: ../../migrating.rst:665 msgid "For example, to wait for a message: ::" msgstr "例えば、メッセージを待つ処理は以下のようになります。" -#: ../../migrating.rst:674 -msgid "" -"To facilitate multiple returns, :meth:`Client.wait_for` returns either a " -"single argument, no arguments, or a tuple of arguments." +#: ../../migrating.rst:676 +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:677 +#: ../../migrating.rst:679 msgid "For example, to wait for a reaction: ::" msgstr "例えば、リアクションを待つ処理は以下のようになります。" -#: ../../migrating.rst:683 -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: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:700 +#: ../../migrating.rst:702 msgid "Upgraded Dependencies" msgstr "依存関係のアップグレード" -#: ../../migrating.rst:702 -msgid "" -"Following v1.0 of the library, we've updated our requirements to " -"``aiohttp`` v2.0 or higher." +#: ../../migrating.rst:704 +msgid "Following v1.0 of the library, we've updated our requirements to ``aiohttp`` v2.0 or higher." msgstr "ライブラリのv1.0への更新に伴い、要件が ``aiohttp`` v2.0以上へと変更されました。" -#: ../../migrating.rst:704 -msgid "" -"Since this is a backwards incompatible change, it is recommended that you" -" see the `changes " -"`_ " -"and the `migrating " -"`_ pages for " -"details on the breaking changes in ``aiohttp``." -msgstr "" -"これは後方互換性のない変更となるため、 ``aiohttp`` の変更点の詳細については `changes " -"`_ と" -" `migrating `_ " -"ページを参照してください。" +#: ../../migrating.rst:706 +msgid "Since this is a backwards incompatible change, it is recommended that you see the `changes `_ and the `migrating `_ pages for details on the breaking changes in ``aiohttp``." +msgstr "これは後方互換性のない変更となるため、 ``aiohttp`` の変更点の詳細については `changes `_ と `migrating `_ ページを参照してください。" -#: ../../migrating.rst:709 -msgid "" -"Of the most significant for common users is the removal of helper " -"functions such as:" +#: ../../migrating.rst:711 +msgid "Of the most significant for common users is the removal of helper functions such as:" msgstr "ユーザーにとって最も重要な変更点は、以下のヘルパー関数の削除です。" -#: ../../migrating.rst:711 +#: ../../migrating.rst:713 msgid "``aiohttp.get``" msgstr "``aiohttp.get``" -#: ../../migrating.rst:712 +#: ../../migrating.rst:714 msgid "``aiohttp.post``" msgstr "``aiohttp.post``" -#: ../../migrating.rst:713 +#: ../../migrating.rst:715 msgid "``aiohttp.delete``" msgstr "``aiohttp.delete``" -#: ../../migrating.rst:714 +#: ../../migrating.rst:716 msgid "``aiohttp.patch``" msgstr "``aiohttp.patch``" -#: ../../migrating.rst:715 +#: ../../migrating.rst:717 msgid "``aiohttp.head``" msgstr "``aiohttp.head``" -#: ../../migrating.rst:716 +#: ../../migrating.rst:718 msgid "``aiohttp.put``" msgstr "``aiohttp.put``" -#: ../../migrating.rst:717 +#: ../../migrating.rst:719 msgid "``aiohttp.request``" msgstr "``aiohttp.request``" -#: ../../migrating.rst:719 +#: ../../migrating.rst:721 msgid "It is recommended that you create a session instead: ::" msgstr "代わりにセッションを作成することをお勧めします。" -#: ../../migrating.rst:725 -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: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:729 +#: ../../migrating.rst:731 msgid "Sharding" msgstr "シャーディング" -#: ../../migrating.rst:731 -msgid "" -"The library has received significant changes on how it handles sharding " -"and now has sharding as a first-class citizen." -msgstr "シャーディングの扱いに対して大きな変更があり、現在、シャーディングは第一級オブジェクトとして扱われています。" - #: ../../migrating.rst:733 -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` " -"を使用してください。" +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 "" -"This class allows you to use sharding without having to launch multiple " -"processes or deal with complicated IPC." -msgstr "このクラスは複数のプロセスを起動したり、IPCを処理することなくシャーディングが行えます。" +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 "" -"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." +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." msgstr "シャーディングしたクライアントはユーザーアカウントをサポートしないことを覚えておきましょう。これは、接続の形態と状態処理の変更によるものです。" -#: ../../migrating.rst:740 +#: ../../migrating.rst:742 msgid "Usage is as simple as doing: ::" msgstr "使い方は簡単です。" -#: ../../migrating.rst:744 +#: ../../migrating.rst:746 msgid "instead of using :class:`Client`." msgstr ":class:`Client` の代わりに上記のようにしてください。" -#: ../../migrating.rst:746 -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: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:749 -msgid "" -"If you want more control over the sharding you can specify " -"``shard_count`` and ``shard_ids``. ::" +#: ../../migrating.rst:751 +msgid "If you want more control over the sharding you can specify ``shard_count`` and ``shard_ids``. ::" msgstr "シャードをより詳細に制御したい場合は、 ``shard_count`` と ``shard_ids`` を利用してください。" -#: ../../migrating.rst:757 -msgid "" -"For users of the command extension, there is also " -":class:`~ext.commands.AutoShardedBot` which behaves similarly." -msgstr "" -"コマンド拡張を利用しているユーザーのために、同様に動作する :class:`~ext.commands.AutoShardedBot` " -"が用意されています。" +#: ../../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:760 +#: ../../migrating.rst:762 msgid "Connection Improvements" msgstr "接続の改善" -#: ../../migrating.rst:762 +#: ../../migrating.rst:764 msgid "In v1.0, the auto reconnection logic has been powered up significantly." msgstr "v1.0では、自動再接続機能が大幅に強化されました。" -#: ../../migrating.rst:764 -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: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:768 -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: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:774 +#: ../../migrating.rst:776 msgid "Command Extension Changes" msgstr "コマンド拡張の変更" -#: ../../migrating.rst:776 -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: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." msgstr ":ref:`migrating_1_0_model_state` により、拡張モジュールの設計にもいくつかの変更があります。" -#: ../../migrating.rst:780 +#: ../../migrating.rst:782 msgid "Context Changes" msgstr "コンテキストの変更" -#: ../../migrating.rst:782 -msgid "" -"In v1.0, the :class:`.Context` has received a lot of changes with how " -"it's retrieved and used." +#: ../../migrating.rst:784 +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:784 -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: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:798 -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:804 -msgid "" -"Since the :class:`~ext.commands.Context` is now by default passed, " -"several shortcuts have been added:" -msgstr ":class:`~ext.commands.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:806 -msgid "**New Shortcuts**" -msgstr "**新しいショートカット**" +msgid "Since the :class:`~ext.commands.Context` is now passed by default, several shortcuts have been added:" +msgstr "" #: ../../migrating.rst:808 -msgid "" -":attr:`~ext.commands.Context.author` is a shortcut for " -"``ctx.message.author``." -msgstr ":attr:`~ext.commands.Context.author` は ``ctx.message.author`` のショートカットです。" - -#: ../../migrating.rst:809 -msgid "" -":attr:`~ext.commands.Context.guild` is a shortcut for " -"``ctx.message.guild``." -msgstr ":attr:`~ext.commands.Context.guild` は ``ctx.message.guild`` のショートカットです。" +msgid "**New Shortcuts**" +msgstr "**新しいショートカット**" #: ../../migrating.rst:810 -msgid "" -":attr:`~ext.commands.Context.channel` is a shortcut for " -"``ctx.message.channel``." +msgid ":attr:`ctx.author ` is a shortcut for ``ctx.message.author``." msgstr "" -":attr:`~ext.commands.Context.channel` は ``ctx.message.channel`` " -"のショートカットです。" #: ../../migrating.rst:811 -msgid "" -":attr:`~ext.commands.Context.me` is a shortcut for " -"``ctx.message.guild.me`` or ``ctx.bot.user``." +msgid ":attr:`ctx.guild ` is a shortcut for ``ctx.message.guild``." msgstr "" -":attr:`~ext.commands.Context.me` は ``ctx.message.guild.me`` あるいは " -"``ctx.bot.user`` のショートカットです。" #: ../../migrating.rst:812 -msgid "" -":attr:`~ext.commands.Context.voice_client` is a shortcut for " -"``ctx.message.guild.voice_client``." +msgid ":attr:`ctx.channel ` is a shortcut for ``ctx.message.channel``." +msgstr "" + +#: ../../migrating.rst:813 +msgid ":attr:`ctx.me ` is a shortcut for ``ctx.message.guild.me`` or ``ctx.bot.user``." msgstr "" -":attr:`~ext.commands.Context.voice_client` は " -"``ctx.message.guild.voice_client`` のショートカットです。" #: ../../migrating.rst:814 -msgid "**New Functionality**" -msgstr "**新しい機能**" +msgid ":attr:`ctx.voice_client ` is a shortcut for ``ctx.message.guild.voice_client``." +msgstr "" #: ../../migrating.rst:816 -msgid ":meth:`~.Context.reinvoke` to invoke a command again." -msgstr ":meth:`~.Context.reinvoke` はコマンドを再度呼び出します。" +msgid "**New Functionality**" +msgstr "**新しい機能**" #: ../../migrating.rst:818 +msgid ":meth:`.Context.reinvoke` to invoke a command again." +msgstr "" + +#: ../../migrating.rst:820 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 "" + +#: ../../migrating.rst:822 +msgid ":meth:`.Context.send_help` to show the help command for an entity using the new :class:`~.ext.commands.HelpCommand` system." +msgstr "" + +#: ../../migrating.rst:824 +msgid "This is useful if you want to show the user help if they misused a command." +msgstr "" + +#: ../../migrating.rst:827 msgid "Subclassing Context" msgstr "コンテキストのサブクラス" -#: ../../migrating.rst:823 -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: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:826 +#: ../../migrating.rst:832 msgid "For example, if you want to add some functionality to the context:" msgstr "例えば、コンテキストに機能の追加を行いたい場合は以下のように実装が出来ます。" -#: ../../migrating.rst:835 -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: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:845 +#: ../../migrating.rst:851 msgid "Now inside your commands you will have access to your custom context:" msgstr "これにより、コマンドからあなたのカスタムコンテキストにアクセスすることが可能です。" -#: ../../migrating.rst:856 +#: ../../migrating.rst:862 msgid "Removed Helpers" msgstr "ヘルパー関数の削除" -#: ../../migrating.rst:858 -msgid "" -"With the new :class:`.Context` changes, a lot of message sending helpers " -"have been removed." +#: ../../migrating.rst:864 +msgid "With the new :class:`.Context` changes, a lot of message sending helpers have been removed." msgstr "新しい :class:`.Context` の変更によって、たくさんのメッセージ送信用のヘルパー関数が削除されました。" -#: ../../migrating.rst:860 +#: ../../migrating.rst:866 msgid "For a full list of changes, see below:" msgstr "以下が削除された関数のリストです。" -#: ../../migrating.rst:865 +#: ../../migrating.rst:871 msgid "``Bot.say``" msgstr "``Bot.say``" -#: ../../migrating.rst:865 ../../migrating.rst:867 +#: ../../migrating.rst:871 ../../migrating.rst:873 msgid ":meth:`.Context.send`" msgstr ":meth:`.Context.send`" -#: ../../migrating.rst:867 +#: ../../migrating.rst:873 msgid "``Bot.upload``" msgstr "``Bot.upload``" -#: ../../migrating.rst:869 +#: ../../migrating.rst:875 msgid "``Bot.whisper``" msgstr "``Bot.whisper``" -#: ../../migrating.rst:869 +#: ../../migrating.rst:875 msgid "``ctx.author.send``" msgstr "``ctx.author.send``" -#: ../../migrating.rst:871 +#: ../../migrating.rst:877 msgid "``Bot.type``" msgstr "``Bot.type``" -#: ../../migrating.rst:871 +#: ../../migrating.rst:877 msgid ":meth:`.Context.typing` or :meth:`.Context.trigger_typing`" msgstr ":meth:`.Context.typing` または :meth:`.Context.trigger_typing`" -#: ../../migrating.rst:873 +#: ../../migrating.rst:879 msgid "``Bot.reply``" msgstr "``Bot.reply``" -#: ../../migrating.rst:873 +#: ../../migrating.rst:879 msgid "No replacement." msgstr "代替となるものはありません。" -#: ../../migrating.rst:877 +#: ../../migrating.rst:883 msgid "Command Changes" msgstr "コマンドの変更" -#: ../../migrating.rst:879 -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: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." msgstr "前述の通り、 ``pass_context=True`` は削除されたため、これをパラメータとして渡す必要はありません。" -#: ../../migrating.rst:882 -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: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:885 -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: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:888 +#: ../../migrating.rst:894 msgid "Command instances have gained new attributes and properties:" msgstr "コマンドインスタンスには新たな属性とプロパティが追加されました。" -#: ../../migrating.rst:890 -msgid "" -":attr:`~ext.commands.Command.signature` to get the signature of the " -"command." +#: ../../migrating.rst:896 +msgid ":attr:`~ext.commands.Command.signature` to get the signature of the command." msgstr "コマンドのシグネチャを取得する :attr:`~ext.commands.Command.signature` 。" -#: ../../migrating.rst:891 +#: ../../migrating.rst:897 msgid ":attr:`~.Command.usage`, an attribute to override the default signature." msgstr "デフォルトのシグネチャをオーバーライドする属性 :attr:`~.Command.usage` 。" -#: ../../migrating.rst:892 -msgid "" -":attr:`~.Command.root_parent` to get the root parent group of a " -"subcommand." +#: ../../migrating.rst:898 +msgid ":attr:`~.Command.root_parent` to get the root parent group of a subcommand." msgstr "サブコマンドのルートである親グループを取得する :attr:`~.Command.root_parent` 。" -#: ../../migrating.rst:894 -msgid "" -"For :class:`~ext.commands.Group` and :class:`~ext.commands.Bot` the " -"following changed:" +#: ../../migrating.rst:900 +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:896 +#: ../../migrating.rst:902 msgid "Changed :attr:`~.GroupMixin.commands` to be a ``set`` without aliases." msgstr ":attr:`~.GroupMixin.commands` は エイリアスなしの ``set`` に変更されました。" -#: ../../migrating.rst:898 -msgid "" -"Use :attr:`~.GroupMixin.all_commands` to get the old ``dict`` with all " -"commands." +#: ../../migrating.rst:904 +msgid "Use :attr:`~.GroupMixin.all_commands` to get the old ``dict`` with all commands." msgstr "すべてのコマンドを従来の ``dict`` で取得するには :attr:`~.GroupMixin.all_commands` を使用してください。" -#: ../../migrating.rst:901 +#: ../../migrating.rst:907 msgid "Check Changes" msgstr "チェックの変更" -#: ../../migrating.rst:903 -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: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:905 +#: ../../migrating.rst:911 msgid "Along with this change, a couple new checks were added." msgstr "この変更に加え、新たなチェックが二つ追加されました。" -#: ../../migrating.rst:907 -msgid "" -":func:`~ext.commands.guild_only` replaces the old ``no_pm=True`` " -"functionality." +#: ../../migrating.rst:913 +msgid ":func:`~ext.commands.guild_only` replaces the old ``no_pm=True`` functionality." msgstr "``no_pm=True`` の代わりとなる :func:`~ext.commands.guild_only` 。" -#: ../../migrating.rst:908 -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: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:910 -msgid "" -"This is actually powered by a different function, " -":meth:`~ext.commands.Bot.is_owner`." +#: ../../migrating.rst:916 +msgid "This is actually powered by a different function, :meth:`~ext.commands.Bot.is_owner`." msgstr "実際には :meth:`~ext.commands.Bot.is_owner` という別の関数を使用して実行されます。" -#: ../../migrating.rst:911 +#: ../../migrating.rst:917 msgid "You can set the owner ID yourself by setting :attr:`.Bot.owner_id`." msgstr ":attr:`.Bot.owner_id` に値を指定することで自分でオーナーIDの設定ができます。" -#: ../../migrating.rst:913 -msgid "" -":func:`~ext.commands.is_nsfw` checks if the channel the command is in is " -"a NSFW channel." +#: ../../migrating.rst:919 +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:915 +#: ../../migrating.rst:921 msgid "This is powered by the new :meth:`TextChannel.is_nsfw` method." msgstr "これは新しく追加された :meth:`TextChannel.is_nsfw` メソッドにより実行されています。" -#: ../../migrating.rst:920 +#: ../../migrating.rst:926 msgid "All command extension events have changed." msgstr "すべてのコマンド拡張のイベントが変更されました。" -#: ../../migrating.rst:934 -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: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:939 -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." -msgstr "" -":meth:`.Command.error` や :func:`.on_command_error` " -"のようなエラーハンドラは他のイベント及びコマンドとの一貫性を保つため、最初のパラメータとして " -":class:`~ext.commands.Context` を使用するよう変更されました。" +#: ../../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." +msgstr ":meth:`.Command.error` や :func:`.on_command_error` のようなエラーハンドラは他のイベント及びコマンドとの一貫性を保つため、最初のパラメータとして :class:`~ext.commands.Context` を使用するよう変更されました。" -#: ../../migrating.rst:944 +#: ../../migrating.rst:950 msgid "HelpFormatter and Help Command Changes" -msgstr "" +msgstr "HelpFormatter および Help Command の変更" -#: ../../migrating.rst:946 -msgid "" -"The :class:`~.commands.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 "" +#: ../../migrating.rst:952 +msgid "The :class:`~.commands.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 ":class:`~.commands.HelpFormatter` クラスは削除され、 :class:`~.commands.HelpCommand` に置き換えられました。このクラスはヘルプコマンドのコマンドハンドリングや処理などといったすべてが格納されています。" -#: ../../migrating.rst:948 -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 "" +#: ../../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:950 -msgid "" -"The new interface allows the help command to be customised through " -"special methods that can be overridden." -msgstr "" +#: ../../migrating.rst:956 +msgid "The new interface allows the help command to be customised through special methods that can be overridden." +msgstr "新しいインタフェースでは特殊なメソッドをオーバーライドすることでヘルプコマンドをカスタマイズすることができます。" -#: ../../migrating.rst:952 +#: ../../migrating.rst:958 msgid ":meth:`.HelpCommand.send_bot_help`" -msgstr "" +msgstr ":meth:`.HelpCommand.send_bot_help`" -#: ../../migrating.rst:953 +#: ../../migrating.rst:959 msgid "Called when the user requested for help with the entire bot." -msgstr "" +msgstr "ユーザーがBot全体のヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:954 +#: ../../migrating.rst:960 msgid ":meth:`.HelpCommand.send_cog_help`" -msgstr "" +msgstr ":meth:`.HelpCommand.send_cog_help`" -#: ../../migrating.rst:955 +#: ../../migrating.rst:961 msgid "Called when the user requested for help with a specific cog." -msgstr "" +msgstr "ユーザーが特定のコグについてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:956 +#: ../../migrating.rst:962 msgid ":meth:`.HelpCommand.send_group_help`" -msgstr "" +msgstr ":meth:`.HelpCommand.send_group_help`" -#: ../../migrating.rst:957 +#: ../../migrating.rst:963 msgid "Called when the user requested for help with a :class:`~.commands.Group`" -msgstr "" +msgstr "ユーザーが :class:`~.commands.Group` についてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:958 +#: ../../migrating.rst:964 msgid ":meth:`.HelpCommand.send_command_help`" -msgstr "" +msgstr ":meth:`.HelpCommand.send_command_help`" -#: ../../migrating.rst:959 +#: ../../migrating.rst:965 msgid "Called when the user requested for help with a :class:`~.commands.Command`" -msgstr "" +msgstr "ユーザーが :class:`~.commands.Command` についてのヘルプを要求した際に呼び出されます。" -#: ../../migrating.rst:960 +#: ../../migrating.rst:966 msgid ":meth:`.HelpCommand.get_destination`" -msgstr "" +msgstr ":meth:`.HelpCommand.get_destination`" -#: ../../migrating.rst:961 -msgid "" -"Called to know where to send the help messages. Useful for deciding " -"whether to DM or not." -msgstr "" +#: ../../migrating.rst:967 +msgid "Called to know where to send the help messages. Useful for deciding whether to DM or not." +msgstr "ヘルプメッセージの送信先を知るために呼び出されます。DMとして送るかどうかを決める際に役立ちます。" -#: ../../migrating.rst:962 +#: ../../migrating.rst:968 msgid ":meth:`.HelpCommand.command_not_found`" -msgstr "" +msgstr ":meth:`.HelpCommand.command_not_found`" -#: ../../migrating.rst:963 -msgid "" -"A function (or coroutine) that returns a presentable no command found " -"string." -msgstr "" +#: ../../migrating.rst:969 +msgid "A function (or coroutine) that returns a presentable no command found string." +msgstr "表示可能なコマンドが見つからなかった旨の文字列を返す関数(またはコルーチン)。" -#: ../../migrating.rst:964 +#: ../../migrating.rst:970 msgid ":meth:`.HelpCommand.subcommand_not_found`" -msgstr "" +msgstr ":meth:`.HelpCommand.subcommand_not_found`" -#: ../../migrating.rst:965 -msgid "" -"A function (or coroutine) that returns a string when a subcommand is not " -"found." -msgstr "" +#: ../../migrating.rst:971 +msgid "A function (or coroutine) that returns a string when a subcommand is not found." +msgstr "表示可能なサブコマンドが見つからなかった旨の文字列を返す関数(またはコルーチン)。" -#: ../../migrating.rst:967 +#: ../../migrating.rst:973 msgid ":meth:`.HelpCommand.send_error_message`" -msgstr "" +msgstr ":meth:`.HelpCommand.send_error_message`" -#: ../../migrating.rst:967 -msgid "" -"A coroutine that gets passed the result of " -":meth:`.HelpCommand.command_not_found` and " -":meth:`.HelpCommand.subcommand_not_found`." -msgstr "" +#: ../../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:968 -msgid "" -"By default it just sends the message. But you can, for example, override " -"it to put it in an embed." -msgstr "" +#: ../../migrating.rst:974 +msgid "By default it just sends the message. But you can, for example, override it to put it in an embed." +msgstr "デフォルトではメッセージの送信のみを行いますが、たとえば、そのメッセージを埋め込み化したい場合などにオーバーライドして使うことができます。" -#: ../../migrating.rst:969 +#: ../../migrating.rst:975 msgid ":meth:`.HelpCommand.on_help_command_error`" -msgstr "" +msgstr ":meth:`.HelpCommand.on_help_command_error`" -#: ../../migrating.rst:970 -msgid "" -"The :ref:`error handler ` for the help " -"command if you want to add one." -msgstr "" +#: ../../migrating.rst:976 +msgid "The :ref:`error handler ` for the help command if you want to add one." +msgstr "ヘルプコマンドの :ref:`エラーハンドラ ` 。追加したい場合のみ使用してください。" -#: ../../migrating.rst:972 +#: ../../migrating.rst:978 msgid ":meth:`.HelpCommand.prepare_help_command`" -msgstr "" +msgstr ":meth:`.HelpCommand.prepare_help_command`" -#: ../../migrating.rst:972 -msgid "" -"A coroutine that is called right before the help command processing is " -"done." -msgstr "" +#: ../../migrating.rst:978 +msgid "A coroutine that is called right before the help command processing is done." +msgstr "ヘルプコマンドの処理が行われる前に呼び出されるコルーチン。" -#: ../../migrating.rst:974 +#: ../../migrating.rst:980 msgid "Certain subclasses can implement more customisable methods." -msgstr "" +msgstr "特定のサブクラスはさらにカスタマイズ可能なメソッドを実装できます。" -#: ../../migrating.rst:976 -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 "" +#: ../../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:978 -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 "" +#: ../../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:980 -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 "" +#: ../../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:982 -msgid "" -"For example, to implement a :class:`~.commands.HelpCommand` in a cog, the" -" following snippet can be used." -msgstr "" +#: ../../migrating.rst:988 +msgid "For example, to implement a :class:`~.commands.HelpCommand` in a cog, the following snippet can be used." +msgstr "例えば、 :class:`~.commands.HelpCommand` をコグに実装するには、次のコードが役立つでしょう。" -#: ../../migrating.rst:999 -msgid "" -"For more information, check out the relevant :ref:`documentation " -"`." +#: ../../migrating.rst:1005 +msgid "For more information, check out the relevant :ref:`documentation `." msgstr "" -#: ../../migrating.rst:1002 +#: ../../migrating.rst:1008 msgid "Cog Changes" msgstr "コグの変更" -#: ../../migrating.rst:1004 -msgid "" -"Cogs have completely been revamped. They are documented in " -":ref:`ext_commands_cogs` as well." +#: ../../migrating.rst:1010 +msgid "Cogs have completely been revamped. They are documented in :ref:`ext_commands_cogs` as well." msgstr "コグは完全に刷新されました。これは :ref:`ext_commands_cogs` としてドキュメント化されています。" -#: ../../migrating.rst:1006 -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: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:1008 +#: ../../migrating.rst:1014 msgid ":meth:`.Cog.cog_unload`" msgstr ":meth:`.Cog.cog_unload`" -#: ../../migrating.rst:1009 -msgid "" -"This is called when a cog needs to do some cleanup, such as cancelling a " -"task." +#: ../../migrating.rst:1015 +msgid "This is called when a cog needs to do some cleanup, such as cancelling a task." msgstr "これはタスクのキャンセルのような、コグに何らかのクリーンアップが必要なときに呼び出されます。" -#: ../../migrating.rst:1010 +#: ../../migrating.rst:1016 msgid ":meth:`.Cog.bot_check_once`" msgstr ":meth:`.Cog.bot_check_once`" -#: ../../migrating.rst:1011 +#: ../../migrating.rst:1017 msgid "This registers a :meth:`.Bot.check_once` check." msgstr "これは :meth:`.Bot.check_once` チェックを登録します。" -#: ../../migrating.rst:1012 +#: ../../migrating.rst:1018 msgid ":meth:`.Cog.bot_check`" msgstr ":meth:`.Cog.bot_check`" -#: ../../migrating.rst:1013 +#: ../../migrating.rst:1019 msgid "This registers a regular :meth:`.Bot.check` check." msgstr "これは普通の :meth:`.Bot.check` チェックを登録します。" -#: ../../migrating.rst:1014 +#: ../../migrating.rst:1020 msgid ":meth:`.Cog.cog_check`" msgstr ":meth:`.Cog.cog_check`" -#: ../../migrating.rst:1015 +#: ../../migrating.rst:1021 msgid "This registers a check that applies to every command in the cog." msgstr "これはコグのすべてのコマンドに適用されるチェックを登録します。" -#: ../../migrating.rst:1016 +#: ../../migrating.rst:1022 msgid ":meth:`.Cog.cog_command_error`" msgstr ":meth:`.Cog.cog_command_error`" -#: ../../migrating.rst:1017 -msgid "" -"This is a special error handler that is called whenever an error happens " -"inside the cog." +#: ../../migrating.rst:1023 +msgid "This is a special error handler that is called whenever an error happens inside the cog." msgstr "これは特別なエラーハンドラで、コグ内でエラーが発生するたびに呼び出されます。" -#: ../../migrating.rst:1019 +#: ../../migrating.rst:1025 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:1019 -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: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:1021 -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: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:1023 -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`." +#: ../../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 "" -#: ../../migrating.rst:1025 -msgid "" -"An example cog with every special method registered and a custom name is " -"as follows:" +#: ../../migrating.rst:1031 +msgid "An example cog with every special method registered and a custom name is as follows:" msgstr "すべての特別なメソッドを使用し、そして名前を指定したコグの例が以下のようになります:" -#: ../../migrating.rst:1062 +#: ../../migrating.rst:1068 msgid "Before and After Invocation Hooks" msgstr "前後処理のフック" -#: ../../migrating.rst:1064 -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: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." msgstr "コマンドに、コマンドの実行前および実行後に処理が行えるようにするフックが新たに追加されました。" -#: ../../migrating.rst:1067 -msgid "" -"They take a single parameter, :class:`~ext.commands.Context` and they " -"must be a coroutine." +#: ../../migrating.rst:1073 +msgid "They take a single parameter, :class:`~ext.commands.Context` and they must be a coroutine." msgstr "これは単一のパラメータとして :class:`~ext.commands.Context` を受け取り、かつコルーチンである必要があります。" -#: ../../migrating.rst:1069 +#: ../../migrating.rst:1075 msgid "They are on a global, per-cog, or per-command basis." msgstr "また、このフックは全体、コグごと、あるいはコマンドごとに設定することが可能です。" -#: ../../migrating.rst:1086 -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: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:1089 +#: ../../migrating.rst:1095 msgid "The per-command registration is as follows: ::" msgstr "コマンドごとに設定する方法は以下のとおりです。" -#: ../../migrating.rst:1105 -msgid "" -"The special cog method for these is :meth:`.Cog.cog_before_invoke` and " -":meth:`.Cog.cog_after_invoke`, e.g.:" +#: ../../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 "" -#: ../../migrating.rst:1120 -msgid "" -"To check if a command failed in the after invocation hook, you can use " -":attr:`.Context.command_failed`." +#: ../../migrating.rst:1126 +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:1123 +#: ../../migrating.rst:1129 msgid "The invocation order is as follows:" msgstr "呼び出される順序は以下のとおりです。" -#: ../../migrating.rst:1125 +#: ../../migrating.rst:1131 msgid "Command local before invocation hook" msgstr "コマンドごとの前処理。" -#: ../../migrating.rst:1126 +#: ../../migrating.rst:1132 msgid "Cog local before invocation hook" msgstr "コグごとの前処理。" -#: ../../migrating.rst:1127 +#: ../../migrating.rst:1133 msgid "Global before invocation hook" msgstr "全体での前処理。" -#: ../../migrating.rst:1128 +#: ../../migrating.rst:1134 msgid "The actual command" msgstr "実行されたコマンド。" -#: ../../migrating.rst:1129 +#: ../../migrating.rst:1135 msgid "Command local after invocation hook" msgstr "コマンドごとの後処理。" -#: ../../migrating.rst:1130 +#: ../../migrating.rst:1136 msgid "Cog local after invocation hook" msgstr "コグごとの後処理。" -#: ../../migrating.rst:1131 +#: ../../migrating.rst:1137 msgid "Global after invocation hook" msgstr "全体での後処理。" -#: ../../migrating.rst:1134 +#: ../../migrating.rst:1140 msgid "Converter Changes" msgstr "コンバーターの変更" -#: ../../migrating.rst:1136 -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: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." msgstr "" -#: ../../migrating.rst:1139 -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." +#: ../../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:1143 -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." +#: ../../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 "" -#: ../../migrating.rst:1147 +#: ../../migrating.rst:1153 msgid "Essentially, before: ::" msgstr "" -#: ../../migrating.rst:1159 +#: ../../migrating.rst:1165 msgid "The command framework also got a couple new converters:" msgstr "コマンドフレームワークにも二つのコンバーターが追加されました。" -#: ../../migrating.rst:1161 -msgid "" -":class:`~ext.commands.clean_content` this is akin to " -":attr:`Message.clean_content` which scrubs mentions." +#: ../../migrating.rst:1167 +msgid ":class:`~ext.commands.clean_content` this is akin to :attr:`Message.clean_content` which scrubs mentions." msgstr "" -#: ../../migrating.rst:1162 -msgid "" -":class:`~ext.commands.UserConverter` will now appropriately convert " -":class:`User` only." +#: ../../migrating.rst:1168 +msgid ":class:`~ext.commands.UserConverter` will now appropriately convert :class:`User` only." msgstr "" -#: ../../migrating.rst:1163 +#: ../../migrating.rst:1169 msgid "``ChannelConverter`` is now split into two different converters." msgstr "``ChannelConverter`` は二つのコンバーターに分離されました。" -#: ../../migrating.rst:1165 +#: ../../migrating.rst:1171 msgid ":class:`~ext.commands.TextChannelConverter` for :class:`TextChannel`." msgstr ":class:`TextChannel` 用の :class:`~ext.commands.TextChannelConverter` 。" -#: ../../migrating.rst:1166 +#: ../../migrating.rst:1172 msgid ":class:`~ext.commands.VoiceChannelConverter` for :class:`VoiceChannel`." msgstr ":class:`VoiceChannel` 用の :class:`~ext.commands.VoiceChannelConverter` 。" -#~ msgid "Cog special methods have changed slightly." -#~ msgstr "コグの特殊なメソッドに少し変更がありました。" - -#~ msgid "" -#~ "The previous ``__check`` special method " -#~ "has been renamed to ``__global_check`` " -#~ "to make it more clear that it's" -#~ " a global check." -#~ msgstr "" -#~ "以前 ``__check`` として使用されていたメソッドはグローバルチェックであることをより明確にするため、名前が" -#~ " ``__global_check`` に変更されました。" - -#~ msgid "" -#~ "To complement the new ``__global_check`` " -#~ "there is now a new ``__local_check`` " -#~ "to facilitate a check that will " -#~ "run on every command in the cog." -#~ " There is also a ``__global_check_once``," -#~ " which is similar to a global " -#~ "check instead it is only called " -#~ "once per :meth:`.Bot.invoke` call rather " -#~ "than every :meth:`.Command.invoke` call. " -#~ "Practically, the difference is only for" -#~ " black-listing users or channels " -#~ "without constantly opening a database " -#~ "connection." -#~ msgstr "" - -#~ msgid "" -#~ "Cogs have also gained a " -#~ "``__before_invoke`` and ``__after_invoke`` cog " -#~ "local before and after invocation hook," -#~ " which can be seen in " -#~ ":ref:`migrating_1_0_before_after_hook`." -#~ msgstr "" - -#~ msgid "" -#~ "The final addition is cog-local " -#~ "error handler, ``__error``, that is run" -#~ " on every command in the cog." -#~ msgstr "" - -#~ msgid "An example cog with every special method registered is as follows: ::" -#~ msgstr "" - diff --git a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po index 12f4d26087ed..cf42fb8a2450 100644 --- a/docs/locale/ja/LC_MESSAGES/migrating_to_async.po +++ b/docs/locale/ja/LC_MESSAGES/migrating_to_async.po @@ -1,21 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -"Language: ja_JP\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" diff --git a/docs/locale/ja/LC_MESSAGES/quickstart.po b/docs/locale/ja/LC_MESSAGES/quickstart.po index 5ca913939fa0..1f892f2566e9 100644 --- a/docs/locale/ja/LC_MESSAGES/quickstart.po +++ b/docs/locale/ja/LC_MESSAGES/quickstart.po @@ -1,21 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2018. -# msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" -"Language: ja_JP\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" diff --git a/docs/locale/ja/LC_MESSAGES/sphinx.po b/docs/locale/ja/LC_MESSAGES/sphinx.po index 3f7f7d8d9b92..7a93e0f5d951 100644 --- a/docs/locale/ja/LC_MESSAGES/sphinx.po +++ b/docs/locale/ja/LC_MESSAGES/sphinx.po @@ -2,23 +2,21 @@ msgid "" msgstr "" "Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-31 14:21-0400\n" -"PO-Revision-Date: 2019-03-16 10:14\n" -"Last-Translator: mistio100 \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.5.3\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: discordpy-japanese\n" "X-Crowdin-Language: ja\n" "X-Crowdin-File: sphinx.po\n" -"Language: ja_JP\n" #: ../../_templates/layout.html:24 -#, python-format msgid "Created using Sphinx %(sphinx_version)s." msgstr "Sphinx %(sphinx_version)s で作成されました。" diff --git a/docs/locale/ja/LC_MESSAGES/version_guarantees.po b/docs/locale/ja/LC_MESSAGES/version_guarantees.po index 256f3cd1eb00..9c8917173c77 100644 --- a/docs/locale/ja/LC_MESSAGES/version_guarantees.po +++ b/docs/locale/ja/LC_MESSAGES/version_guarantees.po @@ -1,90 +1,78 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2015-2019, Rapptz -# This file is distributed under the same license as the discord.py package. -# FIRST AUTHOR , 2019. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: discord.py 1.0.0a\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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.5.3\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: version_guarantees.po\n" #: ../../version_guarantees.rst:4 msgid "Version Guarantees" -msgstr "" +msgstr "バージョン保証" #: ../../version_guarantees.rst:6 -msgid "" -"The library follows a `semantic versioning principle " -"`_ which means that the major version is updated " -"every time there is an incompatible API change. However due to the lack " -"of guarantees on the Discord side when it comes to breaking changes along" -" with the fairly dynamic nature of Python it can be hard to discern what " -"can be considered a breaking change and what isn't." -msgstr "" +msgid "The library follows a `semantic versioning principle `_ which means that the major version is updated every time there is an incompatible API change. However due to the lack of guarantees on the Discord side when it comes to breaking changes along with the fairly dynamic nature of Python it can be hard to discern what can be considered a breaking change and what isn't." +msgstr "このライブラリは `セマンティック バージョニングの原則 `_ に従います。それが意味するのは、互換性のないAPIの変更が行われるたびにメジャーバージョンが更新されるということです。しかしながら、Discord側にはPythonの非常に動的な性質とともに破壊的変更を行う際の保証がないため、破壊的変更とみなされるもの、そうでないものを区別するのは困難です。" #: ../../version_guarantees.rst:8 -msgid "" -"The first thing to keep in mind is that breaking changes only apply to " -"**publicly documented functions and classes**. If it's not listed in the " -"documentation here then it is not part of the public API and is thus " -"bound to change. This includes attributes that start with an underscore " -"or functions without an underscore that are not documented." -msgstr "" +msgid "The first thing to keep in mind is that breaking changes only apply to **publicly documented functions and classes**. If it's not listed in the documentation here then it is not part of the public API and is thus bound to change. This includes attributes that start with an underscore or functions without an underscore that are not documented." +msgstr "最初に覚えておくべきことは、破壊的変更は **公開ドキュメント化してある関数とクラス** のみに適用されるということです。ドキュメントにないものはパブリックAPIの一部ではないため、変更される可能性があります。これにはドキュメントに載っていないアンダースコアから始まる関数や、通常の関数が含まれます。" #: ../../version_guarantees.rst:12 msgid "The examples below are non-exhaustive." -msgstr "" +msgstr "以下の例は網羅的なものではありません。" #: ../../version_guarantees.rst:15 msgid "Examples of Breaking Changes" -msgstr "" +msgstr "破壊的変更の例" #: ../../version_guarantees.rst:17 msgid "Changing the default parameter value to something else." -msgstr "" +msgstr "デフォルトのパラメータ値を別のものに変更。" #: ../../version_guarantees.rst:18 msgid "Renaming a function without an alias to an old function." -msgstr "" +msgstr "古い関数へのエイリアスのない関数の名称を変更。" #: ../../version_guarantees.rst:19 msgid "Adding or removing parameters to an event." -msgstr "" +msgstr "イベントへのパラメータの追加、あるいは削除。" #: ../../version_guarantees.rst:22 msgid "Examples of Non-Breaking Changes" -msgstr "" +msgstr "破壊的変更ではないものの例" #: ../../version_guarantees.rst:24 msgid "Adding or removing private underscored attributes." -msgstr "" +msgstr "アンダースコア付きのプライベート関数の追加、あるいは削除。" #: ../../version_guarantees.rst:25 msgid "Adding an element into the ``__slots__`` of a data class." -msgstr "" +msgstr "データクラスの ``__slots__`` への要素の追加。" #: ../../version_guarantees.rst:26 msgid "Changing the behaviour of a function to fix a bug." -msgstr "" +msgstr "バグ修正のための関数の動作の変更。" #: ../../version_guarantees.rst:27 msgid "Changes in the documentation." -msgstr "" +msgstr "ドキュメントの変更。" #: ../../version_guarantees.rst:28 msgid "Modifying the internal HTTP handling." -msgstr "" +msgstr "内部HTTP処理の変更。" #: ../../version_guarantees.rst:29 msgid "Upgrading the dependencies to a new version, major or otherwise." -msgstr "" +msgstr "依存関係をメジャー、またはそれ以外の新しいバージョンへアップグレード。" diff --git a/docs/locale/ja/LC_MESSAGES/whats_new.po b/docs/locale/ja/LC_MESSAGES/whats_new.po index 8a83fd5ec60f..e36027c857fa 100644 --- a/docs/locale/ja/LC_MESSAGES/whats_new.po +++ b/docs/locale/ja/LC_MESSAGES/whats_new.po @@ -1,947 +1,791 @@ - msgid "" msgstr "" -"Project-Id-Version: discordpy-japanese\n" +"Project-Id-Version: discordpy-japanese\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-04-08 17:55-0400\n" -"PO-Revision-Date: 2019-03-16 10:14+0000\n" -"Last-Translator: mistio100 \n" -"Language: ja_JP\n" +"POT-Creation-Date: 2019-04-23 10:19+0900\n" +"PO-Revision-Date: 2019-05-04 06:10\n" +"Last-Translator: Episword (mistio100)\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" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: discordpy-japanese\n" +"X-Crowdin-Language: ja\n" +"X-Crowdin-File: whats_new.po\n" #: ../../whats_new.rst:6 msgid "Changelog" msgstr "変更履歴" #: ../../whats_new.rst:8 -msgid "" -"This page keeps a detailed human friendly rendering of what's new and " -"changed in specific versions." -msgstr "このページでは、特定のバージョンの新機能や変更された機能を人にやさしい形でレンダリングしています。" +msgid "This page keeps a detailed human friendly rendering of what's new and changed in specific versions." +msgstr "このページでは、特定のバージョンの新機能や変更された機能を人にやさしい形で詳細に記載しています。" #: ../../whats_new.rst:14 -#, fuzzy -msgid "v1.0.0" -msgstr "v0.10.0" - -#: ../../whats_new.rst:16 -msgid "" -"The changeset for this version are too big to be listed here, for more " -"information please see :ref:`the migrating page `." +msgid "v1.0.1" msgstr "" -#: ../../whats_new.rst:23 -msgid "v0.16.6" -msgstr "v0.16.6" - -#: ../../whats_new.rst:26 ../../whats_new.rst:42 ../../whats_new.rst:62 -#: ../../whats_new.rst:110 ../../whats_new.rst:127 ../../whats_new.rst:164 -#: ../../whats_new.rst:200 ../../whats_new.rst:252 ../../whats_new.rst:296 -#: ../../whats_new.rst:362 +#: ../../whats_new.rst:17 ../../whats_new.rst:38 ../../whats_new.rst:54 +#: ../../whats_new.rst:74 ../../whats_new.rst:122 ../../whats_new.rst:139 +#: ../../whats_new.rst:176 ../../whats_new.rst:212 ../../whats_new.rst:264 +#: ../../whats_new.rst:308 ../../whats_new.rst:374 msgid "Bug Fixes" msgstr "バグ修正" +#: ../../whats_new.rst:19 +msgid "Fix issue with speaking state being cast to ``int`` when it was invalid." +msgstr "" + +#: ../../whats_new.rst:20 +msgid "Fix some issues with loop cleanup that some users experienced on Linux machines." +msgstr "" + +#: ../../whats_new.rst:21 +msgid "Fix voice handshake race condition (:issue:`2056`, :issue:`2063`)" +msgstr "" + +#: ../../whats_new.rst:26 +msgid "v1.0.0" +msgstr "v1.0.0" + #: ../../whats_new.rst:28 +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:35 +msgid "v0.16.6" +msgstr "v0.16.6" + +#: ../../whats_new.rst:40 msgid "Fix issue with :meth:`Client.create_server` that made it stop working." msgstr ":meth:`Client.create_server` によって動作が停止する問題を修正しました。" -#: ../../whats_new.rst:29 +#: ../../whats_new.rst:41 msgid "Fix main thread being blocked upon calling ``StreamPlayer.stop``." msgstr "``StreamPlayer.stop``の呼び出し時にメインスレッドがブロックされるのを修正しました。" -#: ../../whats_new.rst:30 +#: ../../whats_new.rst:42 msgid "Handle HEARTBEAT_ACK and resume gracefully when it occurs." msgstr "HEARTBEAT_ACKを処理し、正常に再開します。" -#: ../../whats_new.rst:31 -msgid "" -"Fix race condition when pre-emptively rate limiting that caused releasing" -" an already released lock." -msgstr "" +#: ../../whats_new.rst:43 +msgid "Fix race condition when pre-emptively rate limiting that caused releasing an already released lock." +msgstr "既に開放されているロックを解放しようとする原因になっていた先制的なレート制限を行っている時の競合状態を修正しました。" -#: ../../whats_new.rst:32 +#: ../../whats_new.rst:44 msgid "Fix invalid state errors when immediately cancelling a coroutine." msgstr "コルーチンを直ちにキャンセルするときに無効な状態になるエラーを修正しました。" -#: ../../whats_new.rst:37 +#: ../../whats_new.rst:49 msgid "v0.16.1" msgstr "v0.16.1" -#: ../../whats_new.rst:39 -msgid "" -"This release is just a bug fix release with some better rate limit " -"implementation." +#: ../../whats_new.rst:51 +msgid "This release is just a bug fix release with some better rate limit implementation." msgstr "このリリースはバグ修正であり、いくつかのレート制限の実装が改善されています。" -#: ../../whats_new.rst:44 +#: ../../whats_new.rst:56 msgid "Servers are now properly chunked for user bots." msgstr "" -#: ../../whats_new.rst:45 +#: ../../whats_new.rst:57 msgid "The CDN URL is now used instead of the API URL for assets." msgstr "アセットのAPI URLの代わりにCDN URLが使用されるようになりました。" -#: ../../whats_new.rst:46 +#: ../../whats_new.rst:58 msgid "Rate limit implementation now tries to use header information if possible." msgstr "" -#: ../../whats_new.rst:47 +#: ../../whats_new.rst:59 msgid "Event loop is now properly propagated (:issue:`420`)" msgstr "" -#: ../../whats_new.rst:48 -msgid "" -"Allow falsey values in :meth:`Client.send_message` and " -":meth:`Client.send_file`." +#: ../../whats_new.rst:60 +msgid "Allow falsey values in :meth:`Client.send_message` and :meth:`Client.send_file`." msgstr "" -#: ../../whats_new.rst:53 +#: ../../whats_new.rst:65 msgid "v0.16.0" msgstr "v0.16.0" -#: ../../whats_new.rst:56 ../../whats_new.rst:88 ../../whats_new.rst:121 -#: ../../whats_new.rst:150 ../../whats_new.rst:177 ../../whats_new.rst:213 -#: ../../whats_new.rst:273 ../../whats_new.rst:319 +#: ../../whats_new.rst:68 ../../whats_new.rst:100 ../../whats_new.rst:133 +#: ../../whats_new.rst:162 ../../whats_new.rst:189 ../../whats_new.rst:225 +#: ../../whats_new.rst:285 ../../whats_new.rst:331 msgid "New Features" msgstr "新機能" -#: ../../whats_new.rst:58 -msgid "" -"Add :attr:`Channel.overwrites` to get all the permission overwrites of a " -"channel." +#: ../../whats_new.rst:70 +msgid "Add :attr:`Channel.overwrites` to get all the permission overwrites of a channel." msgstr "" -#: ../../whats_new.rst:59 +#: ../../whats_new.rst:71 msgid "Add :attr:`Server.features` to get information about partnered servers." msgstr "" -#: ../../whats_new.rst:64 -msgid "" -"Timeout when waiting for offline members while triggering " -":func:`on_ready`." +#: ../../whats_new.rst:76 +msgid "Timeout when waiting for offline members while triggering :func:`on_ready`." msgstr "" -#: ../../whats_new.rst:66 -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." +#: ../../whats_new.rst:78 +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:69 +#: ../../whats_new.rst:81 msgid "Discard null sequences in the gateway." msgstr "" -#: ../../whats_new.rst:71 -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." +#: ../../whats_new.rst:83 +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:78 +#: ../../whats_new.rst:90 msgid "v0.15.1" msgstr "v0.15.1" -#: ../../whats_new.rst:80 +#: ../../whats_new.rst:92 msgid "Fix crash on duplicate or out of order reactions." msgstr "" -#: ../../whats_new.rst:85 +#: ../../whats_new.rst:97 msgid "v0.15.0" msgstr "v0.15.0" -#: ../../whats_new.rst:90 +#: ../../whats_new.rst:102 msgid "Rich Embeds for messages are now supported." msgstr "" -#: ../../whats_new.rst:92 -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`." +#: ../../whats_new.rst:104 +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:93 +#: ../../whats_new.rst:105 msgid "Add :meth:`Client.clear_reactions` to remove all reactions from a message." msgstr "" -#: ../../whats_new.rst:94 -msgid "" -"Add support for MESSAGE_REACTION_REMOVE_ALL event, under " -":func:`on_reaction_clear`." +#: ../../whats_new.rst:106 +msgid "Add support for MESSAGE_REACTION_REMOVE_ALL event, under :func:`on_reaction_clear`." msgstr "" -#: ../../whats_new.rst:95 -msgid "" -"Add :meth:`Permissions.update` and :meth:`PermissionOverwrite.update` for" -" bulk permission updates." +#: ../../whats_new.rst:107 +msgid "Add :meth:`Permissions.update` and :meth:`PermissionOverwrite.update` for bulk permission updates." msgstr "" -#: ../../whats_new.rst:97 -msgid "" -"This allows you to use e.g. ``p.update(read_messages=True, " -"send_messages=False)`` in a single line." +#: ../../whats_new.rst:109 +msgid "This allows you to use e.g. ``p.update(read_messages=True, send_messages=False)`` in a single line." msgstr "" -#: ../../whats_new.rst:98 -msgid "" -"Add :meth:`PermissionOverwrite.is_empty` to check if the overwrite is " -"empty (i.e. has no overwrites set explicitly as true or false)." +#: ../../whats_new.rst:110 +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:100 +#: ../../whats_new.rst:112 msgid "For the command extension, the following changed:" msgstr "コマンド拡張の場合、以下のことが変更されます。" -#: ../../whats_new.rst:102 +#: ../../whats_new.rst:114 msgid "``Context`` is no longer slotted to facilitate setting dynamic attributes." msgstr "" -#: ../../whats_new.rst:107 +#: ../../whats_new.rst:119 msgid "v0.14.3" msgstr "v0.14.3" -#: ../../whats_new.rst:112 +#: ../../whats_new.rst:124 msgid "Fix crash when dealing with MESSAGE_REACTION_REMOVE" msgstr "MESSAGE_REACTION_REMOVEを扱う際のクラッシュを修正しました" -#: ../../whats_new.rst:113 +#: ../../whats_new.rst:125 msgid "Fix incorrect buckets for reactions." msgstr "" -#: ../../whats_new.rst:118 +#: ../../whats_new.rst:130 msgid "v0.14.2" msgstr "v0.14.2" -#: ../../whats_new.rst:124 -msgid "" -":meth:`Client.wait_for_reaction` now returns a namedtuple with " -"``reaction`` and ``user`` attributes." +#: ../../whats_new.rst:136 +msgid ":meth:`Client.wait_for_reaction` now returns a namedtuple with ``reaction`` and ``user`` attributes." msgstr "" -#: ../../whats_new.rst:124 -msgid "" -"This is for better support in the case that ``None`` is returned since " -"tuple unpacking can lead to issues." +#: ../../whats_new.rst:136 +msgid "This is for better support in the case that ``None`` is returned since tuple unpacking can lead to issues." msgstr "" -#: ../../whats_new.rst:129 -msgid "" -"Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in " -":meth:`Client.wait_for_reaction`." +#: ../../whats_new.rst:141 +msgid "Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in :meth:`Client.wait_for_reaction`." msgstr "" -#: ../../whats_new.rst:134 +#: ../../whats_new.rst:146 msgid "v0.14.1" msgstr "v0.14.1" -#: ../../whats_new.rst:137 +#: ../../whats_new.rst:149 msgid "Bug fixes" msgstr "バグ修正" -#: ../../whats_new.rst:140 +#: ../../whats_new.rst:152 msgid "Fix bug with `Reaction` not being visible at import." msgstr "" -#: ../../whats_new.rst:140 +#: ../../whats_new.rst:152 msgid "This was also breaking the documentation." msgstr "" -#: ../../whats_new.rst:145 +#: ../../whats_new.rst:157 msgid "v0.14.0" msgstr "v0.14.0" -#: ../../whats_new.rst:147 +#: ../../whats_new.rst:159 msgid "This update adds new API features and a couple of bug fixes." msgstr "このアップデートには、新しいAPI機能といくつかのバグ修正が含まれています。" -#: ../../whats_new.rst:152 -msgid "" -"Add support for Manage Webhooks permission under " -":attr:`Permissions.manage_webhooks`" +#: ../../whats_new.rst:164 +msgid "Add support for Manage Webhooks permission under :attr:`Permissions.manage_webhooks`" msgstr "" -#: ../../whats_new.rst:153 +#: ../../whats_new.rst:165 msgid "Add support for ``around`` argument in 3.5+ :meth:`Client.logs_from`." msgstr "" -#: ../../whats_new.rst:161 +#: ../../whats_new.rst:173 msgid "Add support for reactions." msgstr "リアクションのサポートを追加します。" -#: ../../whats_new.rst:155 +#: ../../whats_new.rst:167 msgid ":meth:`Client.add_reaction` to add a reactions" msgstr "" -#: ../../whats_new.rst:156 +#: ../../whats_new.rst:168 msgid ":meth:`Client.remove_reaction` to remove a reaction." msgstr "" -#: ../../whats_new.rst:157 -msgid "" -":meth:`Client.get_reaction_users` to get the users that reacted to a " -"message." +#: ../../whats_new.rst:169 +msgid ":meth:`Client.get_reaction_users` to get the users that reacted to a message." msgstr "" -#: ../../whats_new.rst:158 +#: ../../whats_new.rst:170 msgid ":attr:`Permissions.add_reactions` permission bit support." msgstr "" -#: ../../whats_new.rst:159 +#: ../../whats_new.rst:171 msgid "Two new events, :func:`on_reaction_add` and :func:`on_reaction_remove`." msgstr "" -#: ../../whats_new.rst:160 +#: ../../whats_new.rst:172 msgid ":attr:`Message.reactions` to get reactions from a message." msgstr "" -#: ../../whats_new.rst:161 +#: ../../whats_new.rst:173 msgid ":meth:`Client.wait_for_reaction` to wait for a reaction from a user." msgstr "" -#: ../../whats_new.rst:166 +#: ../../whats_new.rst:178 msgid "Fix bug with Paginator still allowing lines that are too long." msgstr "" -#: ../../whats_new.rst:167 +#: ../../whats_new.rst:179 msgid "Fix the :attr:`Permissions.manage_emojis` bit being incorrect." msgstr "" -#: ../../whats_new.rst:172 +#: ../../whats_new.rst:184 msgid "v0.13.0" msgstr "v0.13.0" -#: ../../whats_new.rst:174 +#: ../../whats_new.rst:186 msgid "This is a backwards compatible update with new features." msgstr "" -#: ../../whats_new.rst:179 +#: ../../whats_new.rst:191 msgid "Add the ability to manage emojis." msgstr "" -#: ../../whats_new.rst:181 +#: ../../whats_new.rst:193 msgid ":meth:`Client.create_custom_emoji` to create new emoji." msgstr "新しい絵文字を作成する :meth:`Client.create_custom_emoji` 。" -#: ../../whats_new.rst:182 +#: ../../whats_new.rst:194 msgid ":meth:`Client.edit_custom_emoji` to edit an old emoji." msgstr "" -#: ../../whats_new.rst:183 +#: ../../whats_new.rst:195 msgid ":meth:`Client.delete_custom_emoji` to delete a custom emoji." msgstr "" -#: ../../whats_new.rst:184 +#: ../../whats_new.rst:196 msgid "Add new :attr:`Permissions.manage_emojis` toggle." msgstr "" -#: ../../whats_new.rst:186 +#: ../../whats_new.rst:198 msgid "This applies for :class:`PermissionOverwrite` as well." msgstr "" -#: ../../whats_new.rst:187 +#: ../../whats_new.rst:199 msgid "Add new statuses for :class:`Status`." msgstr "" -#: ../../whats_new.rst:189 -msgid "" -":attr:`Status.dnd` (aliased with :attr:`Status.do_not_disturb`\\) for Do " -"Not Disturb." +#: ../../whats_new.rst:201 +msgid ":attr:`Status.dnd` (aliased with :attr:`Status.do_not_disturb`\\) for Do Not Disturb." msgstr "" -#: ../../whats_new.rst:190 -msgid "" -":attr:`Status.invisible` for setting your status to invisible (please see" -" the docs for a caveat)." +#: ../../whats_new.rst:202 +msgid ":attr:`Status.invisible` for setting your status to invisible (please see the docs for a caveat)." msgstr "" -#: ../../whats_new.rst:191 +#: ../../whats_new.rst:203 msgid "Deprecate :meth:`Client.change_status`" msgstr "" -#: ../../whats_new.rst:193 -msgid "" -"Use :meth:`Client.change_presence` instead for better more up to date " -"functionality." +#: ../../whats_new.rst:205 +msgid "Use :meth:`Client.change_presence` instead for better more up to date functionality." msgstr "" -#: ../../whats_new.rst:194 +#: ../../whats_new.rst:206 msgid "This method is subject for removal in a future API version." msgstr "" -#: ../../whats_new.rst:195 -msgid "" -"Add :meth:`Client.change_presence` for changing your status with the new " -"Discord API change." +#: ../../whats_new.rst:207 +msgid "Add :meth:`Client.change_presence` for changing your status with the new Discord API change." msgstr "" -#: ../../whats_new.rst:197 -msgid "" -"This is the only method that allows changing your status to invisible or " -"do not disturb." +#: ../../whats_new.rst:209 +msgid "This is the only method that allows changing your status to invisible or do not disturb." msgstr "" -#: ../../whats_new.rst:202 +#: ../../whats_new.rst:214 msgid "Paginator pages do not exceed their max_size anymore (:issue:`340`)" msgstr "" -#: ../../whats_new.rst:203 -msgid "" -"Do Not Disturb users no longer show up offline due to the new " -":class:`Status` changes." +#: ../../whats_new.rst:215 +msgid "Do Not Disturb users no longer show up offline due to the new :class:`Status` changes." msgstr "" -#: ../../whats_new.rst:208 +#: ../../whats_new.rst:220 msgid "v0.12.0" msgstr "v0.12.0" -#: ../../whats_new.rst:210 +#: ../../whats_new.rst:222 msgid "This is a bug fix update that also comes with new features." msgstr "" -#: ../../whats_new.rst:215 +#: ../../whats_new.rst:227 msgid "Add custom emoji support." msgstr "" -#: ../../whats_new.rst:217 +#: ../../whats_new.rst:229 msgid "Adds a new class to represent a custom Emoji named :class:`Emoji`" msgstr "" -#: ../../whats_new.rst:218 +#: ../../whats_new.rst:230 msgid "Adds a utility generator function, :meth:`Client.get_all_emojis`." msgstr "" -#: ../../whats_new.rst:219 +#: ../../whats_new.rst:231 msgid "Adds a list of emojis on a server, :attr:`Server.emojis`." msgstr "" -#: ../../whats_new.rst:220 +#: ../../whats_new.rst:232 msgid "Adds a new event, :func:`on_server_emojis_update`." msgstr "" -#: ../../whats_new.rst:221 +#: ../../whats_new.rst:233 msgid "Add new server regions to :class:`ServerRegion`" msgstr "" -#: ../../whats_new.rst:223 +#: ../../whats_new.rst:235 msgid ":attr:`ServerRegion.eu_central` and :attr:`ServerRegion.eu_west`." msgstr "" -#: ../../whats_new.rst:224 -msgid "" -"Add support for new pinned system message under " -":attr:`MessageType.pins_add`." +#: ../../whats_new.rst:236 +msgid "Add support for new pinned system message under :attr:`MessageType.pins_add`." msgstr "" -#: ../../whats_new.rst:225 -msgid "" -"Add order comparisons for :class:`Role` to allow it to be compared with " -"regards to hierarchy." +#: ../../whats_new.rst:237 +msgid "Add order comparisons for :class:`Role` to allow it to be compared with regards to hierarchy." msgstr "" -#: ../../whats_new.rst:227 -msgid "" -"This means that you can now do ``role_a > role_b`` etc to check if " -"``role_b`` is lower in the hierarchy." +#: ../../whats_new.rst:239 +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:229 +#: ../../whats_new.rst:241 msgid "Add :attr:`Server.role_hierarchy` to get the server's role hierarchy." msgstr "" -#: ../../whats_new.rst:230 -msgid "" -"Add :attr:`Member.server_permissions` to get a member's server " -"permissions without their channel specific overwrites." +#: ../../whats_new.rst:242 +msgid "Add :attr:`Member.server_permissions` to get a member's server permissions without their channel specific overwrites." msgstr "" -#: ../../whats_new.rst:231 +#: ../../whats_new.rst:243 msgid "Add :meth:`Client.get_user_info` to retrieve a user's info from their ID." msgstr "" -#: ../../whats_new.rst:232 -msgid "" -"Add a new ``Player`` property, ``Player.error`` to fetch the error that " -"stopped the player." +#: ../../whats_new.rst:244 +msgid "Add a new ``Player`` property, ``Player.error`` to fetch the error that stopped the player." msgstr "" -#: ../../whats_new.rst:234 -msgid "" -"To help with this change, a player's ``after`` function can now take a " -"single parameter denoting the current player." +#: ../../whats_new.rst:246 +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:235 +#: ../../whats_new.rst:247 msgid "Add support for server verification levels." msgstr "" -#: ../../whats_new.rst:237 +#: ../../whats_new.rst:249 msgid "Adds a new enum called :class:`VerificationLevel`." msgstr "" -#: ../../whats_new.rst:238 -msgid "" -"This enum can be used in :meth:`Client.edit_server` under the " -"``verification_level`` keyword argument." +#: ../../whats_new.rst:250 +msgid "This enum can be used in :meth:`Client.edit_server` under the ``verification_level`` keyword argument." msgstr "" -#: ../../whats_new.rst:239 +#: ../../whats_new.rst:251 msgid "Adds a new attribute in the server, :attr:`Server.verification_level`." msgstr "" -#: ../../whats_new.rst:240 -msgid "" -"Add :attr:`Server.voice_client` shortcut property for " -":meth:`Client.voice_client_in`." +#: ../../whats_new.rst:252 +msgid "Add :attr:`Server.voice_client` shortcut property for :meth:`Client.voice_client_in`." msgstr "" -#: ../../whats_new.rst:242 -msgid "" -"This is technically old (was added in v0.10.0) but was undocumented until" -" v0.12.0." +#: ../../whats_new.rst:254 +msgid "This is technically old (was added in v0.10.0) but was undocumented until v0.12.0." msgstr "" -#: ../../whats_new.rst:244 ../../whats_new.rst:290 +#: ../../whats_new.rst:256 ../../whats_new.rst:302 msgid "For the command extension, the following are new:" msgstr "" -#: ../../whats_new.rst:246 +#: ../../whats_new.rst:258 msgid "Add custom emoji converter." msgstr "" -#: ../../whats_new.rst:247 +#: ../../whats_new.rst:259 msgid "All default converters that can take IDs can now convert via ID." msgstr "" -#: ../../whats_new.rst:248 +#: ../../whats_new.rst:260 msgid "Add coroutine support for ``Bot.command_prefix``." msgstr "" -#: ../../whats_new.rst:249 +#: ../../whats_new.rst:261 msgid "Add a method to reset command cooldown." msgstr "" -#: ../../whats_new.rst:254 -msgid "" -"Fix bug that caused the library to not work with the latest " -"``websockets`` library." +#: ../../whats_new.rst:266 +msgid "Fix bug that caused the library to not work with the latest ``websockets`` library." msgstr "" -#: ../../whats_new.rst:255 +#: ../../whats_new.rst:267 msgid "Fix bug that leaked keep alive threads (:issue:`309`)" msgstr "" -#: ../../whats_new.rst:256 -msgid "" -"Fix bug that disallowed :class:`ServerRegion` from being used in " -":meth:`Client.edit_server`." +#: ../../whats_new.rst:268 +msgid "Fix bug that disallowed :class:`ServerRegion` from being used in :meth:`Client.edit_server`." msgstr "" -#: ../../whats_new.rst:257 -msgid "" -"Fix bug in :meth:`Channel.permissions_for` that caused permission " -"resolution to happen out of order." +#: ../../whats_new.rst:269 +msgid "Fix bug in :meth:`Channel.permissions_for` that caused permission resolution to happen out of order." msgstr "" -#: ../../whats_new.rst:258 -msgid "" -"Fix bug in :attr:`Member.top_role` that did not account for same-position" -" roles." +#: ../../whats_new.rst:270 +msgid "Fix bug in :attr:`Member.top_role` that did not account for same-position roles." msgstr "" -#: ../../whats_new.rst:263 +#: ../../whats_new.rst:275 msgid "v0.11.0" msgstr "v0.11.0" -#: ../../whats_new.rst:265 -msgid "" -"This is a minor bug fix update that comes with a gateway update (v5 -> " -"v6)." +#: ../../whats_new.rst:277 +msgid "This is a minor bug fix update that comes with a gateway update (v5 -> v6)." msgstr "" -#: ../../whats_new.rst:268 +#: ../../whats_new.rst:280 msgid "Breaking Changes" msgstr "破壊的変更" -#: ../../whats_new.rst:270 -msgid "" -"``Permissions.change_nicknames`` has been renamed to " -":attr:`Permissions.change_nickname` to match the UI." +#: ../../whats_new.rst:282 +msgid "``Permissions.change_nicknames`` has been renamed to :attr:`Permissions.change_nickname` to match the UI." msgstr "" -#: ../../whats_new.rst:275 +#: ../../whats_new.rst:287 msgid "Add the ability to prune members via :meth:`Client.prune_members`." msgstr "" -#: ../../whats_new.rst:276 -msgid "" -"Switch the websocket gateway version to v6 from v5. This allows the " -"library to work with group DMs and 1-on-1 calls." +#: ../../whats_new.rst:288 +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:277 +#: ../../whats_new.rst:289 msgid "Add :attr:`AppInfo.owner` attribute." msgstr "" -#: ../../whats_new.rst:278 +#: ../../whats_new.rst:290 msgid "Add :class:`CallMessage` for group voice call messages." msgstr "" -#: ../../whats_new.rst:279 +#: ../../whats_new.rst:291 msgid "Add :class:`GroupCall` for group voice call information." msgstr "" -#: ../../whats_new.rst:280 +#: ../../whats_new.rst:292 msgid "Add :attr:`Message.system_content` to get the system message." msgstr "" -#: ../../whats_new.rst:281 -msgid "" -"Add the remaining VIP servers and the Brazil servers into " -":class:`ServerRegion` enum." +#: ../../whats_new.rst:293 +msgid "Add the remaining VIP servers and the Brazil servers into :class:`ServerRegion` enum." msgstr "" -#: ../../whats_new.rst:282 -msgid "" -"Add ``stderr`` argument to :meth:`VoiceClient.create_ffmpeg_player` to " -"redirect stderr." +#: ../../whats_new.rst:294 +msgid "Add ``stderr`` argument to :meth:`VoiceClient.create_ffmpeg_player` to redirect stderr." msgstr "" -#: ../../whats_new.rst:283 -msgid "" -"The library now handles implicit permission resolution in " -":meth:`Channel.permissions_for`." +#: ../../whats_new.rst:295 +msgid "The library now handles implicit permission resolution in :meth:`Channel.permissions_for`." msgstr "" -#: ../../whats_new.rst:284 +#: ../../whats_new.rst:296 msgid "Add :attr:`Server.mfa_level` to query a server's 2FA requirement." msgstr "" -#: ../../whats_new.rst:285 +#: ../../whats_new.rst:297 msgid "Add :attr:`Permissions.external_emojis` permission." msgstr "" -#: ../../whats_new.rst:286 +#: ../../whats_new.rst:298 msgid "Add :attr:`Member.voice` attribute that refers to a :class:`VoiceState`." msgstr "" -#: ../../whats_new.rst:288 -msgid "" -"For backwards compatibility, the member object will have properties " -"mirroring the old behaviour." +#: ../../whats_new.rst:300 +msgid "For backwards compatibility, the member object will have properties mirroring the old behaviour." msgstr "" -#: ../../whats_new.rst:292 +#: ../../whats_new.rst:304 msgid "Command cooldown system with the ``cooldown`` decorator." msgstr "" -#: ../../whats_new.rst:293 -msgid "" -"``UserInputError`` exception for the hierarchy for user input related " -"errors." +#: ../../whats_new.rst:305 +msgid "``UserInputError`` exception for the hierarchy for user input related errors." msgstr "" -#: ../../whats_new.rst:298 +#: ../../whats_new.rst:310 msgid ":attr:`Client.email` is now saved when using a token for user accounts." msgstr "" -#: ../../whats_new.rst:299 +#: ../../whats_new.rst:311 msgid "Fix issue when removing roles out of order." msgstr "" -#: ../../whats_new.rst:300 +#: ../../whats_new.rst:312 msgid "Fix bug where discriminators would not update." msgstr "" -#: ../../whats_new.rst:301 -msgid "" -"Handle cases where ``HEARTBEAT`` opcode is received. This caused bots to " -"disconnect seemingly randomly." +#: ../../whats_new.rst:313 +msgid "Handle cases where ``HEARTBEAT`` opcode is received. This caused bots to disconnect seemingly randomly." msgstr "" -#: ../../whats_new.rst:303 +#: ../../whats_new.rst:315 msgid "For the command extension, the following bug fixes apply:" msgstr "" -#: ../../whats_new.rst:305 +#: ../../whats_new.rst:317 msgid "``Bot.check`` decorator is actually a decorator not requiring parentheses." msgstr "" -#: ../../whats_new.rst:306 -msgid "" -"``Bot.remove_command`` and ``Group.remove_command`` no longer throw if " -"the command doesn't exist." +#: ../../whats_new.rst:318 +msgid "``Bot.remove_command`` and ``Group.remove_command`` no longer throw if the command doesn't exist." msgstr "" -#: ../../whats_new.rst:307 +#: ../../whats_new.rst:319 msgid "Command names are no longer forced to be ``lower()``." msgstr "" -#: ../../whats_new.rst:308 -msgid "" -"Fix a bug where Member and User converters failed to work in private " -"message contexts." +#: ../../whats_new.rst:320 +msgid "Fix a bug where Member and User converters failed to work in private message contexts." msgstr "" -#: ../../whats_new.rst:309 -msgid "" -"``HelpFormatter`` now ignores hidden commands when deciding the maximum " -"width." +#: ../../whats_new.rst:321 +msgid "``HelpFormatter`` now ignores hidden commands when deciding the maximum width." msgstr "" -#: ../../whats_new.rst:314 +#: ../../whats_new.rst:326 msgid "v0.10.0" msgstr "v0.10.0" -#: ../../whats_new.rst:316 -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." +#: ../../whats_new.rst:328 +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:321 -msgid "" -"The library is now fully ``asyncio`` compatible, allowing you to write " -"non-blocking code a lot more easily." +#: ../../whats_new.rst:333 +msgid "The library is now fully ``asyncio`` compatible, allowing you to write non-blocking code a lot more easily." msgstr "" -#: ../../whats_new.rst:322 +#: ../../whats_new.rst:334 msgid "The library now fully handles 429s and unconditionally retries on 502s." msgstr "" -#: ../../whats_new.rst:323 -msgid "" -"A new command extension module was added but is currently undocumented. " -"Figuring it out is left as an exercise to the reader." +#: ../../whats_new.rst:335 +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:324 -msgid "" -"Two new exception types, :exc:`Forbidden` and :exc:`NotFound` to denote " -"permission errors or 404 errors." +#: ../../whats_new.rst:336 +msgid "Two new exception types, :exc:`Forbidden` and :exc:`NotFound` to denote permission errors or 404 errors." msgstr "" -#: ../../whats_new.rst:325 +#: ../../whats_new.rst:337 msgid "Added :meth:`Client.delete_invite` to revoke invites." msgstr "" -#: ../../whats_new.rst:326 -msgid "" -"Added support for sending voice. Check :class:`VoiceClient` for more " -"details." +#: ../../whats_new.rst:338 +msgid "Added support for sending voice. Check :class:`VoiceClient` for more details." msgstr "" -#: ../../whats_new.rst:327 -msgid "" -"Added :meth:`Client.wait_for_message` coroutine to aid with follow up " -"commands." +#: ../../whats_new.rst:339 +msgid "Added :meth:`Client.wait_for_message` coroutine to aid with follow up commands." msgstr "" -#: ../../whats_new.rst:328 -msgid "" -"Added :data:`version_info` named tuple to check version info of the " -"library." +#: ../../whats_new.rst:340 +msgid "Added :data:`version_info` named tuple to check version info of the library." msgstr "" -#: ../../whats_new.rst:329 -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`." +#: ../../whats_new.rst:341 +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:331 -msgid "" -"New utility function, :func:`discord.utils.get` to simplify retrieval of " -"items based on attributes." +#: ../../whats_new.rst:343 +msgid "New utility function, :func:`discord.utils.get` to simplify retrieval of items based on attributes." msgstr "" -#: ../../whats_new.rst:332 -msgid "" -"All data classes now support ``!=``, ``==``, ``hash(obj)`` and " -"``str(obj)``." +#: ../../whats_new.rst:344 +msgid "All data classes now support ``!=``, ``==``, ``hash(obj)`` and ``str(obj)``." msgstr "" -#: ../../whats_new.rst:333 +#: ../../whats_new.rst:345 msgid "Added :meth:`Client.get_bans` to get banned members from a server." msgstr "" -#: ../../whats_new.rst:334 -msgid "" -"Added :meth:`Client.invites_from` to get currently active invites in a " -"server." +#: ../../whats_new.rst:346 +msgid "Added :meth:`Client.invites_from` to get currently active invites in a server." msgstr "" -#: ../../whats_new.rst:335 -msgid "" -"Added :attr:`Server.me` attribute to get the :class:`Member` version of " -":attr:`Client.user`." +#: ../../whats_new.rst:347 +msgid "Added :attr:`Server.me` attribute to get the :class:`Member` version of :attr:`Client.user`." msgstr "" -#: ../../whats_new.rst:336 -msgid "" -"Most data classes now support a ``hash(obj)`` function to allow you to " -"use them in ``set`` or ``dict`` classes or subclasses." +#: ../../whats_new.rst:348 +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:337 -msgid "" -"Add :meth:`Message.clean_content` to get a text version of the content " -"with the user and channel mentioned changed into their names." +#: ../../whats_new.rst:349 +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:338 -msgid "" -"Added a way to remove the messages of the user that just got banned in " -":meth:`Client.ban`." +#: ../../whats_new.rst:350 +msgid "Added a way to remove the messages of the user that just got banned in :meth:`Client.ban`." msgstr "" -#: ../../whats_new.rst:339 -msgid "" -"Added :meth:`Client.wait_until_ready` to facilitate easy creation of " -"tasks that require the client cache to be ready." +#: ../../whats_new.rst:351 +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:340 -msgid "" -"Added :meth:`Client.wait_until_login` to facilitate easy creation of " -"tasks that require the client to be logged in." +#: ../../whats_new.rst:352 +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:341 -msgid "" -"Add :class:`discord.Game` to represent any game with custom text to send " -"to :meth:`Client.change_status`." +#: ../../whats_new.rst:353 +msgid "Add :class:`discord.Game` to represent any game with custom text to send to :meth:`Client.change_status`." msgstr "" -#: ../../whats_new.rst:342 +#: ../../whats_new.rst:354 msgid "Add :attr:`Message.nonce` attribute." msgstr "" -#: ../../whats_new.rst:343 -msgid "" -"Add :meth:`Member.permissions_in` as another way of doing " -":meth:`Channel.permissions_for`." +#: ../../whats_new.rst:355 +msgid "Add :meth:`Member.permissions_in` as another way of doing :meth:`Channel.permissions_for`." msgstr "" -#: ../../whats_new.rst:344 +#: ../../whats_new.rst:356 msgid "Add :meth:`Client.move_member` to move a member to another voice channel." msgstr "" -#: ../../whats_new.rst:345 +#: ../../whats_new.rst:357 msgid "You can now create a server via :meth:`Client.create_server`." msgstr "" -#: ../../whats_new.rst:346 +#: ../../whats_new.rst:358 msgid "Added :meth:`Client.edit_server` to edit existing servers." msgstr "" -#: ../../whats_new.rst:347 -msgid "" -"Added :meth:`Client.server_voice_state` to server mute or server deafen a" -" member." +#: ../../whats_new.rst:359 +msgid "Added :meth:`Client.server_voice_state` to server mute or server deafen a member." msgstr "" -#: ../../whats_new.rst:348 +#: ../../whats_new.rst:360 msgid "If you are being rate limited, the library will now handle it for you." msgstr "" -#: ../../whats_new.rst:349 -msgid "" -"Add :func:`on_member_ban` and :func:`on_member_unban` events that trigger" -" when a member is banned/unbanned." +#: ../../whats_new.rst:361 +msgid "Add :func:`on_member_ban` and :func:`on_member_unban` events that trigger when a member is banned/unbanned." msgstr "" -#: ../../whats_new.rst:352 +#: ../../whats_new.rst:364 msgid "Performance Improvements" msgstr "" -#: ../../whats_new.rst:354 -msgid "" -"All data classes now use ``__slots__`` which greatly reduce the memory " -"usage of things kept in cache." +#: ../../whats_new.rst:366 +msgid "All data classes now use ``__slots__`` which greatly reduce the memory usage of things kept in cache." msgstr "" -#: ../../whats_new.rst:355 -msgid "" -"Due to the usage of ``asyncio``, the CPU usage of the library has gone " -"down significantly." +#: ../../whats_new.rst:367 +msgid "Due to the usage of ``asyncio``, the CPU usage of the library has gone down significantly." msgstr "" -#: ../../whats_new.rst:356 -msgid "" -"A lot of the internal cache lists were changed into dictionaries to " -"change the ``O(n)`` lookup into ``O(1)``." +#: ../../whats_new.rst:368 +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:357 -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." +#: ../../whats_new.rst:369 +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:359 -msgid "" -"While minor, change regex from ``\\d+`` to ``[0-9]+`` to avoid " -"unnecessary unicode character lookups." +#: ../../whats_new.rst:371 +msgid "While minor, change regex from ``\\d+`` to ``[0-9]+`` to avoid unnecessary unicode character lookups." msgstr "" -#: ../../whats_new.rst:364 +#: ../../whats_new.rst:376 msgid "Fix bug where guilds being updated did not edit the items in cache." msgstr "" -#: ../../whats_new.rst:365 -msgid "" -"Fix bug where ``member.roles`` were empty upon joining instead of having " -"the ``@everyone`` role." +#: ../../whats_new.rst:377 +msgid "Fix bug where ``member.roles`` were empty upon joining instead of having the ``@everyone`` role." msgstr "" -#: ../../whats_new.rst:366 -msgid "" -"Fix bug where :meth:`Role.is_everyone` was not being set properly when " -"the role was being edited." +#: ../../whats_new.rst:378 +msgid "Fix bug where :meth:`Role.is_everyone` was not being set properly when the role was being edited." msgstr "" -#: ../../whats_new.rst:367 -msgid "" -":meth:`Client.logs_from` now handles cases where limit > 100 to sidestep " -"the discord API limitation." +#: ../../whats_new.rst:379 +msgid ":meth:`Client.logs_from` now handles cases where limit > 100 to sidestep the discord API limitation." msgstr "" -#: ../../whats_new.rst:368 +#: ../../whats_new.rst:380 msgid "Fix bug where a role being deleted would trigger a ``ValueError``." msgstr "" -#: ../../whats_new.rst:369 -msgid "" -"Fix bug where :meth:`Permissions.kick_members` and " -":meth:`Permissions.ban_members` were flipped." +#: ../../whats_new.rst:381 +msgid "Fix bug where :meth:`Permissions.kick_members` and :meth:`Permissions.ban_members` were flipped." msgstr "" -#: ../../whats_new.rst:370 -msgid "" -"Mentions are now triggered normally. This was changed due to the way " -"discord handles it internally." +#: ../../whats_new.rst:382 +msgid "Mentions are now triggered normally. This was changed due to the way discord handles it internally." msgstr "" -#: ../../whats_new.rst:371 -msgid "" -"Fix issue when a :class:`Message` would attempt to upgrade a " -":attr:`Message.server` when the channel is a :class:`Object`." +#: ../../whats_new.rst:383 +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:373 -msgid "" -"Unavailable servers were not being added into cache, this has been " -"corrected." +#: ../../whats_new.rst:385 +msgid "Unavailable servers were not being added into cache, this has been corrected." msgstr ""