-
-
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 1, 2024
1 parent
a5b1e3c
commit 70611ca
Showing
7 changed files
with
74 additions
and
16 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
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
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 |
---|---|---|
|
@@ -19,15 +19,16 @@ | |
# tomo, 2023 | ||
# Masato HASHIMOTO <[email protected]>, 2023 | ||
# righteous righteous, 2023 | ||
# TENMYO Masakazu, 2024 | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-12-22 14:13+0000\n" | ||
"POT-Creation-Date: 2023-12-29 14:13+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:06+0000\n" | ||
"Last-Translator: righteous righteous, 2023\n" | ||
"Last-Translator: TENMYO Masakazu, 2024\n" | ||
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" | ||
"ja/)\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -418,6 +419,9 @@ msgid "" | |
"floating point number, or an object implementing :meth:`~object.__abs__`. If " | ||
"the argument is a complex number, its magnitude is returned." | ||
msgstr "" | ||
"数の絶対値を返します。引数は整数、浮動小数点数または :meth:`~object.__abs__` " | ||
"が実装されたオブジェクトです。引数が複素数なら、その絶対値 (magnitude) が返さ" | ||
"れます。" | ||
|
||
#: ../../library/functions.rst:67 | ||
msgid "" | ||
|
@@ -682,6 +686,12 @@ msgid "" | |
"that classes are callable (calling a class returns a new instance); " | ||
"instances are callable if their class has a :meth:`~object.__call__` method." | ||
msgstr "" | ||
"*object* 引数が呼び出し可能オブジェクトであれば :const:`True` を、そうでなけ" | ||
"れば :const:`False` を返します。この関数が ``True`` を返しても、呼び出しは失" | ||
"敗する可能性がありますが、``False`` であれば、 *object* の呼び出しは決して成" | ||
"功しません。なお、クラスは呼び出し可能 (クラスを呼び出すと新しいインスタンス" | ||
"を返します) です。また、インスタンスはクラスが :meth:`~object.__call__` メ" | ||
"ソッドを持つなら呼び出し可能です。" | ||
|
||
#: ../../library/functions.rst:241 | ||
msgid "" | ||
|
@@ -1055,6 +1065,11 @@ msgid "" | |
"__getattribute__` function to customize the way :func:`dir` reports their " | ||
"attributes." | ||
msgstr "" | ||
"オブジェクトが :meth:`~object.__dir__` という名のメソッドを持つなら、そのメ" | ||
"ソッドが呼び出され、属性のリストを返さなければなりません。これにより、カスタ" | ||
"ムの :func:`~object.__getattr__` や :func:`~object.__getattribute__` 関数を実" | ||
"装するオブジェクトは、:func:`dir` が属性を報告するやり方をカスタマイズできま" | ||
"す。" | ||
|
||
#: ../../library/functions.rst:443 | ||
msgid "" | ||
|
@@ -1064,6 +1079,10 @@ msgid "" | |
"necessarily complete and may be inaccurate when the object has a custom :" | ||
"func:`~object.__getattr__`." | ||
msgstr "" | ||
"オブジェクトが :meth:`~object.__dir__` を提供しない場合、その型オブジェクト" | ||
"と、定義されていればオブジェクトの :attr:`~object.__dict__` 属性から、できる" | ||
"だけ情報を集めようとします。結果のリストは必ずしも完全ではなく、カスタムの :" | ||
"func:`~object.__getattr__` を持つ場合は不正確かもしれません。" | ||
|
||
#: ../../library/functions.rst:449 | ||
msgid "" | ||
|
@@ -1487,6 +1506,12 @@ msgid "" | |
"and the *format_spec* is non-empty, or if either the *format_spec* or the " | ||
"return value are not strings." | ||
msgstr "" | ||
"``format(value, format_spec)`` の呼び出しは、 ``type(value)." | ||
"__format__(value, format_spec)`` に翻訳され、これは value の :meth:`~object." | ||
"__format__` メソッドの検索をするとき、インスタンス辞書を回避します。このメ" | ||
"ソッドの探索が :mod:`object` に到達しても *format_spec* が空にならなかった" | ||
"り、 *format_spec* や返り値が文字列でなかったりした場合、 :exc:`TypeError` が" | ||
"送出されます。" | ||
|
||
#: ../../library/functions.rst:739 | ||
msgid "" | ||
|
@@ -1583,6 +1608,9 @@ msgid "" | |
"For objects with custom :meth:`~object.__hash__` methods, note that :func:" | ||
"`hash` truncates the return value based on the bit width of the host machine." | ||
msgstr "" | ||
"独自の :meth:``~object.__hash__` メソッドを実装したオブジェクトを使う場合、:" | ||
"func:`hash` が実行するマシンのビット幅に合わせて戻り値を切り捨てることに注意" | ||
"してください。" | ||
|
||
#: ../../library/functions.rst:806 | ||
msgid "" | ||
|
@@ -1898,6 +1926,17 @@ msgid "" | |
"*sentinel*, :exc:`StopIteration` will be raised, otherwise the value will be " | ||
"returned." | ||
msgstr "" | ||
":term:`iterator` オブジェクトを返します。第二引数があるかどうかによって第一引" | ||
"数の解釈は大きく異なります。第二引数がない場合、 *object* は :term:" | ||
"`iterable` プロトコル (:meth:`~object.__iter__` メソッド) をサポートするコレ" | ||
"クションオブジェクトか、またはシーケンスプロトコル (``0`` から始まる整数を引" | ||
"数にとる :meth:`~object.__getitem__` メソッド) をサポートするオブジェクトでな" | ||
"ければなりません。第一引数がどちらのプロトコルもサポートしない場合は :exc:" | ||
"`TypeError` 例外が送出されます。第二引数 *sentinel* が与えられた場合、 " | ||
"*object* は呼び出し可能オブジェクトでなければなりません。この場合に生成される" | ||
"イテレータは :meth:`~iterator.__next__` メソッドを呼び出すごとに引数なしで " | ||
"*object* を呼び出します; 戻り値が *sentinel* と等しければ、 :exc:" | ||
"`StopIteration` が送出されます。それ以外の場合は戻り値がそのまま返されます。" | ||
|
||
#: ../../library/functions.rst:1000 | ||
msgid "See also :ref:`typeiter`." | ||
|
@@ -2278,6 +2317,18 @@ msgid "" | |
"``write_through`` flag for :func:`io.TextIOWrapper.reconfigure`. When no " | ||
"*buffering* argument is given, the default buffering policy works as follows:" | ||
msgstr "" | ||
"*buffering* はオプションの整数で、バッファリングのポリシーを設定するために使" | ||
"われます。 バッファリングを無効化するためには0を渡してください (バイナリモー" | ||
"ドでのみ設定可能です)。また行単位でのバッファリングには1を設定してください " | ||
"(テキストモードでの書き込み時のみ有効です)。固定サイズのチャンクバッファに対" | ||
"するサイズをバイト単位で指定したい場合は、1より大きい整数を渡してください。こ" | ||
"の形式でバッファサイズを指定した場合、バイナリ形式でバッファリングをサポート" | ||
"する I/O (buffered I/O) にはそのまま適用されますが、 ``TextIOWrapper`` (すな" | ||
"わち ``mode='r+'`` のモードでオープンされたファイル) では別のバッファリングを" | ||
"行うかもしれません。 ``TextIOWrapper`` でバッファリングを無効化するには、 :" | ||
"func:`io.TextIOWrapper.reconfigure` で ``write_through`` フラグを使うことを検" | ||
"討してください。 *buffering* 引数が与えられなかった場合、デフォルトのバッファ" | ||
"リングポリシーは以下のように動作します:" | ||
|
||
#: ../../library/functions.rst:1237 | ||
msgid "" | ||
|
@@ -2759,6 +2810,9 @@ msgid "" | |
"\"getter\" for a read-only attribute with the same name, and it sets the " | ||
"docstring for *voltage* to \"Get the current voltage.\"" | ||
msgstr "" | ||
"``@property`` デコレータは :meth:`!voltage` を同じ名前のまま 読み出し専用属性" | ||
"の \"getter\" にし、*voltage* のドキュメント文字列を \"Get the current " | ||
"voltage.\" に設定します。" | ||
|
||
#: ../../library/functions.rst:1516 | ||
msgid "" | ||
|
@@ -2767,6 +2821,10 @@ msgid "" | |
"accessor function set to the decorated function. This is best explained " | ||
"with an example:" | ||
msgstr "" | ||
"property オブジェクトは ``getter``, ``setter``, ``deleter`` メソッドを持って" | ||
"います。これらのメソッドをデコレータとして使うと、対応するアクセサ関数がデコ" | ||
"レートされた関数に設定された、 property のコピーを作成できます。 これを一番" | ||
"分かりやすく説明する例があります:" | ||
|
||
#: ../../library/functions.rst:1540 | ||
msgid "" | ||
|