msgid "If a guild-specific command is not found when invoked, then try falling back into a global command in the tree. For example, if the tree locally has a ``/ping`` command under the global namespace but the guild has a guild-specific ``/ping``, instead of failing to find the guild-specific ``/ping`` command it will fall back to the global ``/ping`` command. This has the potential to raise more :exc:`~discord.app_commands.CommandSignatureMismatch` errors than usual. Defaults to ``True``."
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_command:11
msgid "Fetching the command failed."
msgstr "コマンドの取得に失敗した場合。"
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_command:12
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:17
msgid "The application ID could not be found."
msgstr "アプリケーションコマンドが見つからなかった場合。"
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_command:13
msgid "The application command was not found. This could also be because the command is a guild command and the guild was not specified and vice versa."
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:17
msgid "The application ID could not be found."
msgstr "アプリケーションコマンドが見つからなかった場合。"
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.fetch_commands:19
msgid "The application's commands."
msgstr "アプリケーションコマンド。"
@ -2692,18 +2721,18 @@ msgid "Copies all global commands to the specified guild."
msgstr "指定したギルドにグローバルコマンドをすべてコピーします。"
#: ../../../discord/app_commands/tree.py:docstring of discord.app_commands.tree.CommandTree.copy_global_to:3
msgid "This method is mainly available for development purposes, as it allows you to copy your global commands over to a testing guild easily and prevent waiting an hour for the propagation."
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.Command.autocomplete:18
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:4
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:4
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:7
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.choices:3
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.autocomplete:12
msgid "Example:"
@ -3380,7 +3405,7 @@ msgid "The description of the parameters."
msgstr "パラメータの説明。"
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.describe:15
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:16
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:19
msgid "The parameter name is not found."
msgstr "パラメータ名が見つからない場合。"
@ -3388,11 +3413,15 @@ msgstr "パラメータ名が見つからない場合。"
msgid "Renames the given parameters by their name using the key of the keyword argument as the name."
msgstr "キーワード引数のキーを名前として使用して与えられたパラメータを改名します。"
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:13
#: ../../../discord/app_commands/commands.py:docstring of discord.app_commands.commands.rename:4
msgid "This renames the parameter within the Discord UI. When referring to the parameter in other decorators, the parameter name used in the function is used instead of the renamed one."