Browse Source

[Crowdin] Updated translation files

pull/8294/head
github-actions[bot] 3 years ago
committed by GitHub
parent
commit
d4cc8d3006
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2560
      docs/locale/ja/LC_MESSAGES/api.po
  2. 2
      docs/locale/ja/LC_MESSAGES/discord.po
  3. 49
      docs/locale/ja/LC_MESSAGES/ext/commands/api.po
  4. 78
      docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po
  5. 80
      docs/locale/ja/LC_MESSAGES/ext/commands/commands.po
  6. 2
      docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po
  7. 2
      docs/locale/ja/LC_MESSAGES/ext/commands/index.po
  8. 2
      docs/locale/ja/LC_MESSAGES/ext/tasks/index.po
  9. 2
      docs/locale/ja/LC_MESSAGES/faq.po
  10. 2
      docs/locale/ja/LC_MESSAGES/index.po
  11. 2
      docs/locale/ja/LC_MESSAGES/intents.po
  12. 82
      docs/locale/ja/LC_MESSAGES/interactions/api.po
  13. 2
      docs/locale/ja/LC_MESSAGES/intro.po
  14. 2
      docs/locale/ja/LC_MESSAGES/logging.po
  15. 736
      docs/locale/ja/LC_MESSAGES/migrating.po
  16. 2
      docs/locale/ja/LC_MESSAGES/migrating_to_async.po
  17. 2
      docs/locale/ja/LC_MESSAGES/migrating_to_v1.po
  18. 2
      docs/locale/ja/LC_MESSAGES/quickstart.po
  19. 2
      docs/locale/ja/LC_MESSAGES/sphinx.po
  20. 2
      docs/locale/ja/LC_MESSAGES/version_guarantees.po
  21. 2
      docs/locale/ja/LC_MESSAGES/whats_new.po

2560
docs/locale/ja/LC_MESSAGES/api.po

File diff suppressed because it is too large

2
docs/locale/ja/LC_MESSAGES/discord.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 23:46+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

49
docs/locale/ja/LC_MESSAGES/ext/commands/api.po

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-11 11:50+0000\n"
"PO-Revision-Date: 2022-07-11 15:03\n"
"POT-Creation-Date: 2022-08-01 08:28+0000\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@ -824,8 +824,8 @@ msgid "The emojis that the connected client has."
msgstr "接続したクライアントが利用できる絵文字。"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.emojis:3
msgid "List[:class:`.Emoji`]"
msgstr "List[:class:`.Emoji`]"
msgid "Sequence[:class:`.Emoji`]"
msgstr "Sequence[:class:`.Emoji`]"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.extensions:1
msgid "A read-only mapping of extension name to extension."
@ -1482,8 +1482,8 @@ msgid "The guilds that the connected client is a member of."
msgstr "接続したクライアントがメンバーとして参加しているギルド。"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.guilds:3
msgid "List[:class:`.Guild`]"
msgstr "List[:class:`.Guild`]"
msgid "Sequence[:class:`.Guild`]"
msgstr "Sequence[:class:`.Guild`]"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.hybrid_command:1
#: ../../../discord/ext/commands/hybrid.py:docstring of discord.ext.commands.hybrid.HybridGroup.command:1
@ -1685,8 +1685,8 @@ msgid "This returns only up to 128 most recent private channels due to an intern
msgstr "Discordでのプライベートチャンネルの取扱いは内部的に処理されているため、これは最新のプライベートチャンネルから最大128個までしか取得できません。"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.private_channels:8
msgid "List[:class:`.abc.PrivateChannel`]"
msgstr "List[:class:`.abc.PrivateChannel`]"
msgid "Sequence[:class:`.abc.PrivateChannel`]"
msgstr "Sequence[:class:`.abc.PrivateChannel`]"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.bot.BotBase.process_commands:3
msgid "This function processes the commands that have been registered to the bot and other groups. Without this coroutine, none of the commands will be triggered."
@ -1901,8 +1901,8 @@ msgid "The stickers that the connected client has."
msgstr "接続したクライアントが持つスタンプ。"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.stickers:5
msgid "List[:class:`.GuildSticker`]"
msgstr "List[:class:`.GuildSticker`]"
msgid "Sequence[:class:`.GuildSticker`]"
msgstr "Sequence[:class:`.GuildSticker`]"
#: ../../../discord/ext/commands/bot.py:docstring of discord.ext.commands.Bot.tree:1
msgid "The command tree responsible for handling the application commands in this bot."
@ -2928,6 +2928,7 @@ msgid "This is similar to :func:`.on_command_error` except only applying to the
msgstr "これは :func:`.on_command_error` に似ていますが、コグ内のコマンドにのみ適用されます。"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_command_error:7
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_app_command_error:7
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:5
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_after_invoke:5
msgid "This **must** be a coroutine."
@ -2941,6 +2942,22 @@ msgstr "エラーが発生した呼び出しコンテキスト。"
msgid "The error that happened."
msgstr "発生したエラー"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_app_command_error:1
msgid "A special method that is called whenever an error within an application command is dispatched inside this cog."
msgstr "このコグ内でアプリケーションコマンドのエラーが発生するたびに呼び出される特別なメソッド。"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_app_command_error:4
msgid "This is similar to :func:`discord.app_commands.CommandTree.on_error` except only applying to the application commands inside this cog."
msgstr "これは :func:`discord.app_commands.CommandTree.on_error` に似ていますが、コグ内のアプリケーションコマンドにのみ適用されます。"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_app_command_error:9
msgid "The interaction that is being handled."
msgstr "処理中のインタラクション。"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_app_command_error:11
msgid "The exception that was raised."
msgstr "発生した例外。"
#: ../../../discord/ext/commands/cog.py:docstring of discord.ext.commands.cog.Cog.cog_before_invoke:1
msgid "A special method that acts as a cog local pre-invoke hook."
msgstr "コグのローカル事前呼び出しフックとして機能する特別なメソッド。"
@ -4538,14 +4555,18 @@ msgid "Due to a limitation with the Discord API, the :class:`.Message` objects r
msgstr "Discord APIの制限により、このメソッドの返した :class:`.Message` オブジェクトには、完全な :attr:`Message.reactions` のデータが含まれていません。"
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:11
msgid "You do not have the permission to retrieve pinned messages."
msgstr "ピン留めされたメッセージの取得に必要な権限がない場合。"
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:12
msgid "Retrieving the pinned messages failed."
msgstr "ピン留めされたメッセージの取得に失敗しました。"
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:13
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:14
msgid "The messages that are currently pinned."
msgstr "現時点でピン留めされているメッセージ。"
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:14
#: ../../../discord/ext/commands/context.py:docstring of discord.abc.Messageable.pins:15
msgid "List[:class:`~discord.Message`]"
msgstr "List[:class:`~discord.Message`]"
@ -5089,8 +5110,8 @@ msgid "Inside a :class:`HybridCommand` this functions equivalently to :class:`di
msgstr ":class:`HybridCommand` 内では、この関数は :class:`discord.app_commands.Range` と同様に動作します。"
#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.Range:15
msgid "If the converter fails then :class:`~.ext.commands.RangeError` is raised to the appropriate error handlers."
msgstr "コンバーターが失敗した場合、 :class:`~.ext.commands.RangeError` が適切なエラーハンドラに送出されます。"
msgid "If the value cannot be converted to the provided type or is outside the given range, :class:`~.ext.commands.BadArgument` or :class:`~.ext.commands.RangeError` is raised to the appropriate error handlers respectively."
msgstr "もし値が渡された型に変換できず、または指定された範囲外である場合、:class:`~.ext.commands.BadArgument` や :class:`~.ext.commands.RangeError` が適切なエラーハンドラに送出されます。"
#: ../../../discord/ext/commands/converter.py:docstring of discord.ext.commands.converter.run_converters:3
msgid "Runs converters for a given converter, argument, and parameter."

78
docs/locale/ja/LC_MESSAGES/ext/commands/cogs.po

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-14 21:01+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"POT-Creation-Date: 2022-08-01 08:28+0000\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@ -38,146 +38,150 @@ msgid "Every command is marked with the :func:`.commands.command` decorator."
msgstr "すべてのコマンドは :func:`.commands.command` デコレータで装飾されます。"
#: ../../ext/commands/cogs.rst:14
msgid "Every hybrid command is marked with the :func:`.commands.hybrid_command` decorator."
msgstr "すべてのハイブリッドコマンドは :func:`.commands.hybrid_command` デコレータで装飾されます。"
#: ../../ext/commands/cogs.rst:15
msgid "Every listener is marked with the :meth:`.commands.Cog.listener` decorator."
msgstr "すべてのリスナーは :meth:`.commands.Cog.listener` デコレータで装飾されます。"
#: ../../ext/commands/cogs.rst:15
#: ../../ext/commands/cogs.rst:16
msgid "Cogs are then registered with the :meth:`.Bot.add_cog` call."
msgstr "コグは :meth:`.Bot.add_cog` を呼び出して登録します。"
#: ../../ext/commands/cogs.rst:16
#: ../../ext/commands/cogs.rst:17
msgid "Cogs are subsequently removed with the :meth:`.Bot.remove_cog` call."
msgstr "コグは :meth:`.Bot.remove_cog` を呼び出すことで除去されます。"
#: ../../ext/commands/cogs.rst:18
#: ../../ext/commands/cogs.rst:19
msgid "It should be noted that cogs are typically used alongside with :ref:`ext_commands_extensions`."
msgstr "コグは :ref:`ext_commands_extensions` とともに使用されるのが一般的であることを覚えておきましょう。"
#: ../../ext/commands/cogs.rst:21
#: ../../ext/commands/cogs.rst:22
msgid "Quick Example"
msgstr "簡単な例"
#: ../../ext/commands/cogs.rst:23
#: ../../ext/commands/cogs.rst:24
msgid "This example cog defines a ``Greetings`` category for your commands, with a single :ref:`command <ext_commands_commands>` named ``hello`` as well as a listener to listen to an :ref:`Event <discord-api-events>`."
msgstr "この例で紹介するコグは ``hello`` という名前の :ref:`command <ext_commands_commands>` と、 :ref:`Event <discord-api-events>` を受信するリスナーを実装した ``Greetings`` という名前のコマンドカテゴリを定義しています。"
#: ../../ext/commands/cogs.rst:48
#: ../../ext/commands/cogs.rst:49
msgid "A couple of technical notes to take into consideration:"
msgstr "考慮すべき二つのテクニカルノート:"
#: ../../ext/commands/cogs.rst:50
#: ../../ext/commands/cogs.rst:51
msgid "All listeners must be explicitly marked via decorator, :meth:`~.commands.Cog.listener`."
msgstr "すべてのリスナーは :meth:`~.commands.Cog.listener` で明示的に装飾する必要があります。"
#: ../../ext/commands/cogs.rst:51
#: ../../ext/commands/cogs.rst:52
msgid "The name of the cog is automatically derived from the class name but can be overridden. See :ref:`ext_commands_cogs_meta_options`."
msgstr "コグの名前は、自動的にクラスの名前が引用されますが、上書きも可能です。 :ref:`ext_commands_cogs_meta_options` を参照してください。"
#: ../../ext/commands/cogs.rst:52
#: ../../ext/commands/cogs.rst:53
msgid "All commands must now take a ``self`` parameter to allow usage of instance attributes that can be used to maintain state."
msgstr "すべてのコマンドは状態を保持するインスタンスの属性を使用するために ``self`` パラメータを持つ必要があります。"
#: ../../ext/commands/cogs.rst:55
#: ../../ext/commands/cogs.rst:56
msgid "Cog Registration"
msgstr "コグの登録"
#: ../../ext/commands/cogs.rst:57
#: ../../ext/commands/cogs.rst:58
msgid "Once you have defined your cogs, you need to tell the bot to register the cogs to be used. We do this via the :meth:`~.commands.Bot.add_cog` method."
msgstr "コグを定義したら、Botにコグを登録する処理が必要になります。 :meth:`~.commands.Bot.add_cog` メソッドを用いて登録ができます。"
#: ../../ext/commands/cogs.rst:63
#: ../../ext/commands/cogs.rst:64
msgid "This binds the cog to the bot, adding all commands and listeners to the bot automatically."
msgstr "これはコグとボットを紐づけ、すべてのコマンドとリスナーを自動的にボットに追加します。"
#: ../../ext/commands/cogs.rst:65
#: ../../ext/commands/cogs.rst:66
msgid "Note that we reference the cog by name, which we can override through :ref:`ext_commands_cogs_meta_options`. So if we ever want to remove the cog eventually, we would have to do the following."
msgstr "コグを名前で参照している点に注意してください。これは :ref:`ext_commands_cogs_meta_options` で上書きが可能です。そのため、後でコグを除去したい場合は、次の処理を行う必要があります。"
#: ../../ext/commands/cogs.rst:72
#: ../../ext/commands/cogs.rst:73
msgid "Using Cogs"
msgstr "コグの使用"
#: ../../ext/commands/cogs.rst:74
#: ../../ext/commands/cogs.rst:75
msgid "Just as we remove a cog by its name, we can also retrieve it by its name as well. This allows us to use a cog as an inter-command communication protocol to share data. For example:"
msgstr "コグを名前で除去するのと同様に、名前でコグを検索することもできます。これによってコグをデータ共有のためのコマンド間通信プロトコルとして使うことができます。例えば:"
#: ../../ext/commands/cogs.rst:109
#: ../../ext/commands/cogs.rst:110
msgid "Special Methods"
msgstr "特殊なメソッド"
#: ../../ext/commands/cogs.rst:111
#: ../../ext/commands/cogs.rst:112
msgid "As cogs get more complicated and have more commands, there comes a point where we want to customise the behaviour of the entire cog or bot."
msgstr "コグが複雑化し、多くのコマンドを持つようになるにつれ、コグあるいはBot全体の挙動をカスタマイズしたくなることがあります。"
#: ../../ext/commands/cogs.rst:113
#: ../../ext/commands/cogs.rst:114
msgid "They are as follows:"
msgstr "そのための特殊なメソッドは以下のとおりです:"
#: ../../ext/commands/cogs.rst:115
#: ../../ext/commands/cogs.rst:116
msgid ":meth:`.Cog.cog_load`"
msgstr ":meth:`.Cog.cog_load`"
#: ../../ext/commands/cogs.rst:116
#: ../../ext/commands/cogs.rst:117
msgid ":meth:`.Cog.cog_unload`"
msgstr ":meth:`.Cog.cog_unload`"
#: ../../ext/commands/cogs.rst:117
#: ../../ext/commands/cogs.rst:118
msgid ":meth:`.Cog.cog_check`"
msgstr ":meth:`.Cog.cog_check`"
#: ../../ext/commands/cogs.rst:118
#: ../../ext/commands/cogs.rst:119
msgid ":meth:`.Cog.cog_command_error`"
msgstr ":meth:`.Cog.cog_command_error`"
#: ../../ext/commands/cogs.rst:119
#: ../../ext/commands/cogs.rst:120
msgid ":meth:`.Cog.cog_before_invoke`"
msgstr ":meth:`.Cog.cog_before_invoke`"
#: ../../ext/commands/cogs.rst:120
#: ../../ext/commands/cogs.rst:121
msgid ":meth:`.Cog.cog_after_invoke`"
msgstr ":meth:`.Cog.cog_after_invoke`"
#: ../../ext/commands/cogs.rst:121
#: ../../ext/commands/cogs.rst:122
msgid ":meth:`.Cog.bot_check`"
msgstr ":meth:`.Cog.bot_check`"
#: ../../ext/commands/cogs.rst:122
#: ../../ext/commands/cogs.rst:123
msgid ":meth:`.Cog.bot_check_once`"
msgstr ":meth:`.Cog.bot_check_once`"
#: ../../ext/commands/cogs.rst:124
#: ../../ext/commands/cogs.rst:125
msgid "You can visit the reference to get more detail."
msgstr "詳細はリファレンスを参照してください。"
#: ../../ext/commands/cogs.rst:129
#: ../../ext/commands/cogs.rst:130
msgid "Meta Options"
msgstr "メタオプション"
#: ../../ext/commands/cogs.rst:131
#: ../../ext/commands/cogs.rst:132
msgid "At the heart of a cog resides a metaclass, :class:`.commands.CogMeta`, which can take various options to customise some of the behaviour. To do this, we pass keyword arguments to the class definition line. For example, to change the cog name we can pass the ``name`` keyword argument as follows:"
msgstr "コグの中核にはメタクラスである :class:`.commands.CogMeta` が存在します。これにはいくつかの挙動を変更ができる様々なオプションが用意されています。オプションを使用する際はキーワード引数をクラス定義の行で渡します。例えば、コグの名前を変更する場合はキーワード引数 ``name`` を次のように渡します。"
#: ../../ext/commands/cogs.rst:138
#: ../../ext/commands/cogs.rst:139
msgid "To see more options that you can set, see the documentation of :class:`.commands.CogMeta`."
msgstr "設定可能な他のオプションについては :class:`.commands.CogMeta` のドキュメントを参照してください。"
#: ../../ext/commands/cogs.rst:141
#: ../../ext/commands/cogs.rst:142
msgid "Inspection"
msgstr "インスペクション"
#: ../../ext/commands/cogs.rst:143
#: ../../ext/commands/cogs.rst:144
msgid "Since cogs ultimately are classes, we have some tools to help us inspect certain properties of the cog."
msgstr "コグは究極的にはクラスのため、コグの特定のプロパティを調べるのに役立つツールがいくつか用意されています。"
#: ../../ext/commands/cogs.rst:146
#: ../../ext/commands/cogs.rst:147
msgid "To get a :class:`list` of commands, we can use :meth:`.Cog.get_commands`. ::"
msgstr ":meth:`.Cog.get_commands` を使うことで、コマンドの :class:`list` を取得できます。"
#: ../../ext/commands/cogs.rst:152
#: ../../ext/commands/cogs.rst:153
msgid "If we want to get the subcommands as well, we can use the :meth:`.Cog.walk_commands` generator. ::"
msgstr "サブコマンドを取得したい場合は :meth:`.Cog.walk_commands` ジェネレータを使うことができます。"
#: ../../ext/commands/cogs.rst:156
#: ../../ext/commands/cogs.rst:157
msgid "To do the same with listeners, we can query them with :meth:`.Cog.get_listeners`. This returns a list of tuples -- the first element being the listener name and the second one being the actual function itself. ::"
msgstr "これと同様の処理をリスナーで行う場合は、 :meth:`.Cog.get_listeners` が使用できます。これはタプルのリストを返します -- 最初の要素がリスナーの名前で、二つ目の要素が関数そのものです。"

80
docs/locale/ja/LC_MESSAGES/ext/commands/commands.po

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 08:53+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"POT-Creation-Date: 2022-08-01 08:28+0000\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@ -977,3 +977,79 @@ msgstr "例えば、全DMをブロックするには、次の操作を行いま
msgid "Be careful on how you write your global checks, as it could also lock you out of your own bot."
msgstr "グローバルチェックを追加するときには注意して下さい。ボットを操作できなくなる可能性があります。"
#: ../../ext/commands/commands.rst:1182
msgid "Hybrid Commands"
msgstr "ハイブリッドコマンド"
#: ../../ext/commands/commands.rst:1186
msgid ":class:`.commands.HybridCommand` is a command that can be invoked as both a text and a slash command. This allows you to define a command as both slash and text command without writing separate code for both counterparts."
msgstr ":class:`.commands.HybridCommand` は、テキストコマンドとしても、スラッシュコマンドとしても呼び出せるコマンドです。これを使用すれば、別々のコードを書かずにコマンドをスラッシュコマンドとテキストコマンドの両方として定義できます。"
#: ../../ext/commands/commands.rst:1191
msgid "In order to define a hybrid command, The command callback should be decorated with :meth:`.Bot.hybrid_command` decorator."
msgstr "ハイブリッドコマンドを定義するには、コマンドコールバックを :meth:`.Bot.hybrid_command` デコレータで装飾しないといけません。"
#: ../../ext/commands/commands.rst:1200
msgid "The above command can be invoked as both text and slash command. Note that you have to manually sync your :class:`~app_commands.CommandTree` by calling :class:`~app_commands.CommandTree.sync` in order for slash commands to appear."
msgstr "上のコマンドはテキストコマンドとスラッシュコマンドの両方として実行できます。なお、スラッシュコマンドを表示するには、 :class:`~app_commands.CommandTree.sync` を呼び出して :class:`~app_commands.CommandTree` を手動で同期しないといけません。"
#: ../../ext/commands/commands.rst:1207
msgid "You can create hybrid command groups and sub-commands using the :meth:`.Bot.hybrid_group` decorator."
msgstr ":meth:`.Bot.hybrid_group` デコレータを使用して、ハイブリッドコマンドグループとサブコマンドを作成できます。"
#: ../../ext/commands/commands.rst:1220
msgid "Due to a Discord limitation, slash command groups cannot be invoked directly so the ``fallback`` parameter allows you to create a sub-command that will be bound to callback of parent group."
msgstr "Discordの制限により、 スラッシュコマンドグループは直接呼び出すことができないため、 ``fallback`` パラメータを使用して、親グループのコールバックを呼び出すサブコマンドを作成できます。"
#: ../../ext/commands/commands.rst:1226
msgid "Due to certain limitations on slash commands, some features of text commands are not supported on hybrid commands. You can define a hybrid command as long as it meets the same subset that is supported for slash commands."
msgstr "スラッシュコマンドには制限があるため、ハイブリッドコマンドではテキストコマンドの一部の機能がサポートされていません。スラッシュコマンドでサポートされている機能のみ使用している場合にハイブリッドコマンドを定義できます。"
#: ../../ext/commands/commands.rst:1230
msgid "Following are currently **not supported** by hybrid commands:"
msgstr "以下は現時点でハイブリッドコマンドではサポート **されていません**:"
#: ../../ext/commands/commands.rst:1232
msgid "Variable number of arguments. e.g. ``*arg: int``"
msgstr "可変長引数。例: ``*arg: int``"
#: ../../ext/commands/commands.rst:1233
msgid "Group commands with a depth greater than 1."
msgstr "深さが1より大きいグループコマンド。"
#: ../../ext/commands/commands.rst:1237
msgid "Most :class:`typing.Union` types."
msgstr "ほとんどの :class:`typing.Union` 型。"
#: ../../ext/commands/commands.rst:1235
msgid "Unions of channel types are allowed"
msgstr "チャンネルの型のユニオン型は使用できます"
#: ../../ext/commands/commands.rst:1236
msgid "Unions of user types are allowed"
msgstr "ユーザーの型のユニオン型は使用できます"
#: ../../ext/commands/commands.rst:1237
msgid "Unions of user types with roles are allowed"
msgstr "チャンネルの型とロールの型のユニオン型は使用できます"
#: ../../ext/commands/commands.rst:1239
msgid "Apart from that, all other features such as converters, checks, autocomplete, flags etc. are supported on hybrid commands. Note that due to a design constraint, decorators related to application commands such as :func:`discord.app_commands.autocomplete` should be placed below the :func:`~ext.commands.hybrid_command` decorator. decorator."
msgstr "それ以外の、コンバーター、チェック、オートコンプリート、フラグ、その他はすべてハイブリッドコマンドで利用できます。なお、設計上の制限により、 :func:`discord.app_commands.autocomplete` といったアプリケーションコマンド関連のデコレータは :func:`~ext.commands.hybrid_command` デコレータの下に配置しないといけません。"
#: ../../ext/commands/commands.rst:1244
msgid "For convenience and ease in writing code, The :class:`~ext.commands.Context` class implements some behavioural changes for various methods and attributes:"
msgstr "コードを簡単に書くために、 :class:`~ext.commands.Context` クラスのメソッドや属性の動作が変化します:"
#: ../../ext/commands/commands.rst:1247
msgid ":attr:`.Context.interaction` can be used to retrieve the slash command interaction."
msgstr ":attr:`.Context.interaction` を用いてスラッシュコマンドのインタラクションを取得できます。"
#: ../../ext/commands/commands.rst:1248
msgid "Since interaction can only be responded to once, The :meth:`.Context.send` automatically determines whether to send an interaction response or a followup response."
msgstr "インタラクションは一度しか応答できないため、 :meth:`.Context.send` は、インタラクション応答とフォローアップ応答のどちらを送信するかを自動的に決定します。"
#: ../../ext/commands/commands.rst:1250
msgid ":meth:`.Context.defer` defers the interaction response for slash commands but shows typing indicator for text commands."
msgstr ":meth:`.Context.defer` はスラッシュコマンドではインタラクション応答を遅らせ、テキストコマンドでは入力インジケーターを表示します。"

2
docs/locale/ja/LC_MESSAGES/ext/commands/extensions.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-19 05:44+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/ext/commands/index.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 03:48+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/ext/tasks/index.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-23 08:08+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/faq.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 08:53+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/index.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 03:48+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/intents.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-03 00:09+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

82
docs/locale/ja/LC_MESSAGES/interactions/api.po

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-11 11:50+0000\n"
"PO-Revision-Date: 2022-07-11 14:52\n"
"POT-Creation-Date: 2022-08-01 08:28+0000\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@ -1404,8 +1404,8 @@ msgstr "オプションのリスト。"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:60
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:27
msgid "List[Union[:class:`AppCommand`, :class:`AppCommandGroup`]]"
msgstr "List[Union[:class:`AppCommand`, :class:`AppCommandGroup`]]"
msgid "List[Union[:class:`Argument`, :class:`AppCommandGroup`]]"
msgstr "List[Union[:class:`Argument`, :class:`AppCommandGroup`]]"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommand:64
msgid "The default member permissions that can run this command."
@ -1550,6 +1550,7 @@ msgstr "サブコマンドのタイプ。"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.AppCommandGroup:9
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:9
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.type:7
#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:24
msgid ":class:`~discord.AppCommandOptionType`"
msgstr ":class:`~discord.AppCommandOptionType`"
@ -1928,10 +1929,12 @@ msgid "The channel types that are allowed for this parameter."
msgstr "このパラメータにて利用できるチャンネルの種類。"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:45
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.channel_types:9
msgid "List[:class:`~discord.ChannelType`]"
msgstr "List[:class:`~discord.ChannelType`]"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:49
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.min_value:1
msgid "The minimum supported value for this parameter."
msgstr "このパラメータがサポートする最小の値。"
@ -1941,6 +1944,7 @@ msgid "Optional[Union[:class:`int`, :class:`float`]]"
msgstr "Optional[Union[:class:`int`, :class:`float`]]"
#: ../../../discord/app_commands/models.py:docstring of discord.app_commands.models.Argument:55
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.max_value:1
msgid "The maximum supported value for this parameter."
msgstr "このパラメータがサポートする最大の値。"
@ -4055,50 +4059,60 @@ msgid "The base class that allows a type annotation in an application command pa
msgstr "アプリケーションコマンドのパラメータの型アノテーションを :class:`~discord.AppCommandOptionType` に対応させ、生の値をその型の値に変換する基底クラス。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer:5
msgid "This class is customisable through the overriding of :func:`classmethod` in the class and by using it as the second type parameter of the :class:`~discord.app_commands.Transform` class. For example, to convert a string into a custom pair type:"
msgstr "このクラスは、クラス内の :func:`classmethod` を上書きして :class:`~discord.app_commands.Transform` クラスの第二型パラメータとして渡すことによってカスタマイズできます。たとえば、文字列をカスタムのペア型に変換するには:"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:1
msgid ":class:`~discord.AppCommandOptionType`: The option type associated with this transformer."
msgstr ":class:`~discord.AppCommandOptionType`: トランスフォーマーに関連付けられたオプションの種類。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:3
msgid "This must be a :obj:`classmethod`."
msgstr "これは :obj:`classmethod` でなければなりません。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.type:5
msgid "This class is customisable through the overriding of methods and properties in the class and by using it as the second type parameter of the :class:`~discord.app_commands.Transform` class. For example, to convert a string into a custom pair type:"
msgstr "このクラスは、クラス内のメソッドとプロパティを上書きして :class:`~discord.app_commands.Transform` クラスの第二型パラメータとして渡すことによってカスタマイズできます。たとえば、文字列をカスタムのペア型に変換するには:"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer:27
msgid "If a class is passed instead of an instance to the second type parameter, then it is constructed with no arguments passed to the ``__init__`` method."
msgstr "二番目の型パラメータにインスタンスの代わりにクラスが渡された場合、それが ``__init__`` メソッドに何も渡さずに構築されます。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.type:1
msgid "The option type associated with this transformer."
msgstr "このトランスフォーマーに関連付けられたオプションタイプ。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.type:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.channel_types:5
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.min_value:6
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.max_value:6
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.choices:6
msgid "This must be a :obj:`property`."
msgstr "これは :obj:`property` でなければなりません。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.type:5
msgid "Defaults to :attr:`~discord.AppCommandOptionType.string`."
msgstr "デフォルトは :attr:`~discord.AppCommandOptionType.string` です。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:1
msgid "List[:class:`~discord.ChannelType`]: A list of channel types that are allowed to this parameter."
msgstr "List[:class:`~discord.ChannelType`]: このパラメータで許可されているチャンネルタイプのリスト。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.channel_types:1
msgid "A list of channel types that are allowed to this parameter."
msgstr "このパラメータにて利用できるチャンネルの種類のリスト。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.channel_types:3
msgid "Only valid if the :meth:`type` returns :attr:`~discord.AppCommandOptionType.channel`."
msgstr ":meth:`type` が :attr:`~discord.AppCommandOptionType.channel` を返す場合にのみ有効です。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.channel_types:5
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.channel_types:7
msgid "Defaults to an empty list."
msgstr "既定値は空のリストです。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:1
msgid "Optional[:class:`int`]: The minimum supported value for this parameter."
msgstr "Optional[:class:`int`]: このパラメータがサポートする最小の値。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.min_value:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.max_value:3
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.choices:3
msgid "Only valid if the :meth:`type` returns :attr:`~discord.AppCommandOptionType.number` :attr:`~discord.AppCommandOptionType.integer`, or :attr:`~discord.AppCommandOptionType.string`."
msgstr ":meth:`type` が :attr:`~discord.AppCommandOptionType.number` 、 :attr:`~discord.AppCommandOptionType.integer` または :attr:`~discord.AppCommandOptionType.string` を返す場合にのみ有効です。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.min_value:6
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:6
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.min_value:8
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.max_value:8
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.choices:8
msgid "Defaults to ``None``."
msgstr "既定値は ``None`` です。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.max_value:1
msgid "Optional[:class:`int`]: The maximum supported value for this parameter."
msgstr "Optional[:class:`int`]: このパラメータがサポートする最大の値。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.choices:1
msgid "A list of choices that are allowed to this parameter."
msgstr "このパラメータにて利用できる選択肢のリスト。"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.Transformer.choices:10
msgid "Optional[List[:class:`~discord.app_commands.Choice`]]"
msgstr "Optional[List[:class:`~discord.app_commands.Choice`]]"
#: ../../../discord/app_commands/transformers.py:docstring of discord.app_commands.transformers.Transformer.transform:1
msgid "|maybecoro|"
@ -4262,8 +4276,8 @@ msgid "The transformer that failed the conversion."
msgstr "変換に失敗したトランスフォーマー。"
#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.TransformerError:30
msgid "Type[:class:`Transformer`]"
msgstr "Type[:class:`Transformer`]"
msgid ":class:`Transformer`"
msgstr ":class:`Transformer`"
#: ../../../discord/app_commands/errors.py:docstring of discord.app_commands.errors.CheckFailure:1
msgid "An exception raised when check predicates in a command have failed."

2
docs/locale/ja/LC_MESSAGES/intro.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 03:48+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/logging.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-23 08:08+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

736
docs/locale/ja/LC_MESSAGES/migrating.po

File diff suppressed because it is too large

2
docs/locale/ja/LC_MESSAGES/migrating_to_async.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 03:48+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/migrating_to_v1.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 14:51+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/quickstart.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 05:16+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/sphinx.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-06-06 16:28+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/version_guarantees.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-09 03:48+0900\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

2
docs/locale/ja/LC_MESSAGES/whats_new.po

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: discordpy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 14:51+0000\n"
"PO-Revision-Date: 2022-07-11 14:46\n"
"PO-Revision-Date: 2022-08-01 09:38\n"
"Last-Translator: \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"

Loading…
Cancel
Save