-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jan 2, 2025
1 parent
93b886a
commit bcd963c
Showing
11 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.13\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-13 14:18+0000\n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 00:49+0000\n" | ||
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# Takeshi Nakazato, 2023 | ||
# Takanori Suzuki <[email protected]>, 2023 | ||
# 石井明久, 2024 | ||
# Takuya Futatsugi, 2024 | ||
# Takuya Futatsugi, 2025 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
|
@@ -20,7 +20,7 @@ msgstr "" | |
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:09+0000\n" | ||
"Last-Translator: Takuya Futatsugi, 2024\n" | ||
"Last-Translator: Takuya Futatsugi, 2025\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
"ja/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -462,7 +462,7 @@ msgid "" | |
msgstr "" | ||
"その他すべてのキーは省略可能ですが、与えられたなら以下に記述するように解釈さ" | ||
"れます。以下のすべての場合において、 '環境設定辞書' と記載されている所では、" | ||
"その辞書に特殊な ``'()'`` キーがあるかを調べることで、カスタムのインスタント" | ||
"その辞書に特殊な ``'()'`` キーがあるかを調べることで、カスタムのインスタンス" | ||
"化が必要であるか判断されます。その場合は、以下の :ref:`logging-config-dict-" | ||
"userdef` で記述されている機構がインスタンス生成に使われます。そうでなければ、" | ||
"インスタンス化するべきものを決定するのにコンテキストが使われます。" | ||
|
@@ -839,7 +839,7 @@ msgid "" | |
"and ``h2``. The formatter for ``h1`` is that described by id ``brief``, and " | ||
"the formatter for ``h2`` is that described by id ``precise``." | ||
msgstr "" | ||
"上記のコード片は、``foo.bar.baz`` というの名ロガーに、ハンドラ id ``h1`` と " | ||
"上記のコード片は、``foo.bar.baz`` という名のロガーに、ハンドラ id ``h1`` と " | ||
"``h2`` で表される 2 つのハンドラを接続することを示します。``h1`` のフォーマッ" | ||
"タは id ``brief`` で記述されるもので、``h2`` のフォーマッタは id ``precise`` " | ||
"で記述されるものです。" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
# Atsuo Ishimoto <[email protected]>, 2022 | ||
# 石井明久, 2024 | ||
# Arihiro TAKASE, 2024 | ||
# Takuya Futatsugi, 2025 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
|
@@ -18,7 +19,7 @@ msgstr "" | |
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-12-27 14:16+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:16+0000\n" | ||
"Last-Translator: Arihiro TAKASE, 2024\n" | ||
"Last-Translator: Takuya Futatsugi, 2025\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
"ja/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -2821,7 +2822,7 @@ msgid "" | |
"with :meth:`~Mock.assert_has_calls`." | ||
msgstr "" | ||
":func:`call` は :attr:`~Mock.call_args`, :attr:`~Mock.call_args_list`, :attr:" | ||
"`~Mock.mock_calls`, :attr:`~Mock.method_calls` と比較してより下端に assert で" | ||
"`~Mock.mock_calls`, :attr:`~Mock.method_calls` と比較してより簡単に assert で" | ||
"きるようにするためのヘルパーオブジェクトです。 :func:`call` は :meth:`~Mock." | ||
"assert_has_calls` と組み合わせて使うこともできます。" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters