Skip to content

Commit 89d482b

Browse files
Crowdin translations download
1 parent 76eb126 commit 89d482b

File tree

14 files changed

+90
-90
lines changed

14 files changed

+90
-90
lines changed

docs/locale/ja/LC_MESSAGES/api.po

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

docs/locale/ja/LC_MESSAGES/discord.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:26\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "discord.ext.tasks API リファレンス"
2727

2828
#: ../../index.rst:7
2929
msgid "Welcome to discord.py"
30-
msgstr "discord.py へようこそ"
30+
msgstr "discord.py へようこそ"
3131

3232
#: ../../index.rst:12
3333
msgid "discord.py is a modern, easy to use, feature-rich, and async ready API wrapper for Discord."

docs/locale/ja/LC_MESSAGES/faq.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/intents.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/intro.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/logging.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2024-03-26 03:41+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"
@@ -47,7 +47,7 @@ msgstr "特に、 ``DEBUG`` といった冗長なイベントレベルを設定
4747

4848
#: ../../logging.rst:46
4949
msgid "If you want the logging configuration the library provides to affect all loggers rather than just the ``discord`` logger, you can pass ``root_logger=True`` inside :meth:`Client.run`:"
50-
msgstr ""
50+
msgstr "ライブラリが提供する logging 構成が、``discord`` ロガーだけでなく、すべてのロガーに影響を与えるようにしたい場合は、:meth:`Client.run` の中に、 ``root_logger=True`` を渡すことができます:"
5151

5252
#: ../../logging.rst:52
5353
msgid "If you want to setup logging using the library provided configuration without using :meth:`Client.run`, you can use :func:`discord.utils.setup_logging`:"

docs/locale/ja/LC_MESSAGES/migrating.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/migrating_to_async.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/migrating_to_v1.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/quickstart.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/version_guarantees.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2023-06-21 01:17+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"

docs/locale/ja/LC_MESSAGES/whats_new.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: discordpy\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2024-03-26 03:41+0000\n"
6-
"PO-Revision-Date: 2024-04-17 02:43\n"
6+
"PO-Revision-Date: 2024-12-10 06:46\n"
77
"Last-Translator: \n"
88
"Language-Team: Japanese\n"
99
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "このページでは、特定のバージョンの新機能や変更さ
2727

2828
#: ../../whats_new.rst:17
2929
msgid "v2.3.2"
30-
msgstr ""
30+
msgstr "v2.3.2"
3131

3232
#: ../../whats_new.rst:20
3333
#: ../../whats_new.rst:37
@@ -39,63 +39,63 @@ msgstr "バグ修正"
3939

4040
#: ../../whats_new.rst:22
4141
msgid "Fix the ``name`` parameter not being respected when sending a :class:`CustomActivity`."
42-
msgstr ""
42+
msgstr ":class:`CustomActivity`クラスを送信したときに、`name`パラメーターが参照されない問題を修正しました。"
4343

4444
#: ../../whats_new.rst:23
4545
msgid "Fix :attr:`Intents.emoji` and :attr:`Intents.emojis_and_stickers` having swapped alias values (:issue:`9471`)."
46-
msgstr ""
46+
msgstr ":attr:`Intents.emoji` と :attr:`Intents.emojis_and_stickers` のエイリアス値が入れ替わっている問題を修正しました。 (:issue:`9471`)"
4747

4848
#: ../../whats_new.rst:24
4949
msgid "Fix ``NameError`` when using :meth:`abc.GuildChannel.create_invite` (:issue:`9505`)."
50-
msgstr ""
50+
msgstr ":meth:`abc.GuildChannel.create_invite` を使用した際に発生する ``NameError`` を修正しました。 (:issue:`9505`)"
5151

5252
#: ../../whats_new.rst:25
5353
msgid "Fix crash when disconnecting during the middle of a ``HELLO`` packet when using :class:`AutoShardedClient`."
54-
msgstr ""
54+
msgstr ":class:`AutoShardedClient` 使用中に ``HELLO`` パケットの途中で切断されたときに発生するクラッシュを修正しました。"
5555

5656
#: ../../whats_new.rst:26
5757
msgid "Fix overly eager escape behaviour for lists and header markdown in :func:`utils.escape_markdown` (:issue:`9516`)."
58-
msgstr ""
58+
msgstr ":func:`utils.escape_markdown` におけるリストおよびヘッダーマークダウンのエスケープ動作が過剰に働く問題を修正しました。 (:issue:`9516`)"
5959

6060
#: ../../whats_new.rst:27
6161
msgid "Fix voice websocket not being closed before being replaced by a new one (:issue:`9518`)."
62-
msgstr ""
62+
msgstr "新しいものに置き換えられる前に音声のウェブソケットが閉じない問題を修正しました。(:issue:`9518`)"
6363

6464
#: ../../whats_new.rst:28
6565
msgid "|commands| Fix the wrong :meth:`~ext.commands.HelpCommand.on_help_command_error` being called when ejected from a cog."
66-
msgstr ""
66+
msgstr "|commands| Cogから:meth:`~ext.commands.HelpCommand.on_help_command_error`を取り出した時に呼び出される問題を修正しました。"
6767

6868
#: ../../whats_new.rst:29
6969
msgid "|commands| Fix ``=None`` being displayed in :attr:`~ext.commands.Command.signature`."
70-
msgstr ""
70+
msgstr "|commands| :attr:`~ext.commands.Command.signature`で``=None``が表示されるように修正しました。"
7171

7272
#: ../../whats_new.rst:34
7373
msgid "v2.3.1"
74-
msgstr ""
74+
msgstr "v2.3.1"
7575

7676
#: ../../whats_new.rst:39
7777
msgid "Fix username lookup in :meth:`Guild.get_member_named` (:issue:`9451`)."
78-
msgstr ""
78+
msgstr ":meth:`Guild.get_member_named` におけるユーザー名検索を修正しました。 (:issue:`9451`)"
7979

8080
#: ../../whats_new.rst:41
8181
msgid "Use cache data first for :attr:`Interaction.channel` instead of API data."
82-
msgstr ""
82+
msgstr "APIのデータの代わりに:attr:`Interaction.channel`のキャッシュのデータをはじめに利用します。"
8383

8484
#: ../../whats_new.rst:41
8585
msgid "This bug usually manifested in incomplete channel objects (e.g. no ``overwrites``) because Discord does not provide this data."
86-
msgstr ""
86+
msgstr "このバグは通常、不完全なチャンネルオブジェクト(例: ``overwrites`` がないなど)として現れていました。これはDiscordがそのデータを提供しないためです。"
8787

8888
#: ../../whats_new.rst:43
8989
msgid "Fix false positives in :meth:`PartialEmoji.from_str` inappropriately setting ``animated`` to ``True`` (:issue:`9456`, :issue:`9457`)."
90-
msgstr ""
90+
msgstr ":meth:`PartialEmoji.from_str` において、``animated`` が不適切に ``True`` に設定されるという誤検知の問題を修正しました (:issue:`9456`, :issue:`9457`)"
9191

9292
#: ../../whats_new.rst:44
9393
msgid "Fix certain select types not appearing in :attr:`Message.components` (:issue:`9462`)."
94-
msgstr ""
94+
msgstr ":attr:`Message.components` に特定のセレクトタイプが表示されない問題を修正しました。 (:issue:`9462`)"
9595

9696
#: ../../whats_new.rst:45
9797
msgid "|commands| Change lookup order for :class:`~ext.commands.MemberConverter` and :class:`~ext.commands.UserConverter` to prioritise usernames instead of nicknames."
98-
msgstr ""
98+
msgstr "|commands| :class:`~ext.commands.MemberConverter` と :class:`~ext.commands.UserConverter` の検索順序を変更し、ニックネームよりもユーザー名を優先するようにしました。"
9999

100100
#: ../../whats_new.rst:50
101101
msgid "v2.3.0"

0 commit comments

Comments
 (0)