@@ -1101,6 +1101,7 @@ msgid ""
11011101"See also :meth:`complex.from_number` which only accepts a single numeric "
11021102"argument."
11031103msgstr ""
1104+ "数値を一つだけ引数にとる :meth:`complex.from_number` も参照してください。"
11041105
11051106#: ../../library/functions.rst:445
11061107msgid "If all arguments are omitted, returns ``0j``."
@@ -1128,6 +1129,8 @@ msgid ""
11281129"Passing a complex number as the *real* or *imag* argument is now deprecated; "
11291130"it should only be passed as a single positional argument."
11301131msgstr ""
1132+ "複素数を *real* 引数または *imag* 引数として渡せる機能は非推奨となりました。"
1133+ "単一の位置引数として渡してください。"
11311134
11321135#: ../../library/functions.rst:463
11331136msgid ""
@@ -1647,6 +1650,7 @@ msgstr ""
16471650msgid ""
16481651"See also :meth:`float.from_number` which only accepts a numeric argument."
16491652msgstr ""
1653+ "数値型の値のみ引数にとる :meth:`float.from_number` も参照してください。"
16501654
16511655#: ../../library/functions.rst:808
16521656msgid "If no argument is given, ``0.0`` is returned."
@@ -2324,6 +2328,14 @@ msgid ""
23242328"cases where the function inputs are already arranged into argument tuples, "
23252329"see :func:`itertools.starmap`."
23262330msgstr ""
2331+ "*function* を *iterable* の全ての要素に適用した結果を返していくイテレータを返"
2332+ "します。追加で *iterables* 引数が渡された場合、 *function* はその数だけの引数"
2333+ "を取らなければならず、全てのイテラブルから並行して取り出された要素に適用され"
2334+ "ます。複数のイテラブルがあるとき、このイテレータはその中の最短のイテラブルが"
2335+ "尽きた時点で止まります。 *strict* が ``True`` の場合は、ある iterable が他の "
2336+ "iterable より先に尽きると :exc:`ValueError` 例外が発生します。関数の入力がす"
2337+ "でに引数のタプルの形で渡される場合は、 :func:`itertools.starmap` を使用してく"
2338+ "ださい。"
23272339
23282340#: ../../library/functions.rst:1219
23292341msgid "Added the *strict* parameter."
@@ -2436,6 +2448,10 @@ msgid ""
24362448"called, it returns a new featureless object. The constructor does not accept "
24372449"any arguments."
24382450msgstr ""
2451+ "これが、あらゆるクラスに継承される大本のベースクラスです。このクラスが持つメ"
2452+ "ソッドは、どの Python クラスのインスタンスにもあります。コンストラクタを呼び"
2453+ "出すと、まっさらなオブジェクトが返ります。コンストラクタに引数は指定できませ"
2454+ "ん。"
24392455
24402456#: ../../library/functions.rst:1308
24412457msgid ""
@@ -2649,6 +2665,10 @@ msgid ""
26492665"size is available. On most systems, the buffer will typically be 128 "
26502666"kilobytes long."
26512667msgstr ""
2668+ "バイナリモードでは、固定サイズのチャンクバッファが使われます。バッファのサイ"
2669+ "ズは、デバイスのブロックサイズが取得できる場合は ``max(min(blocksize, 8 "
2670+ "MiB), DEFAULT_BUFFER_SIZE)`` です。ほとんどの環境では、このバッファは通常 "
2671+ "128 キロバイトです。"
26522672
26532673#: ../../library/functions.rst:1413
26542674msgid ""
0 commit comments