File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ msgid ""
4444"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4545"``NULL``."
4646msgstr ""
47+ "*ob* の型が :c:type:`PyCoro_Type` のときに true を返します。\n"
48+ "*ob* は ``NULL`` であってはいけません。"
4749
4850#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/coro.rst:31
4951msgid ""
@@ -52,3 +54,5 @@ msgid ""
5254"to *frame* is stolen by this function. The *frame* argument must not be "
5355"``NULL``."
5456msgstr ""
57+ "*frame* オブジェクトから新しいコルーチンオブジェクトを生成して、 ``__name__`` と ``__qualname__`` を *name* と *qualname* に設定して返します。\n"
58+ "この関数は *frame* への参照を奪います。 *frame* 引数は ``NULL`` であってはなりません。"
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ msgid ""
4747"unmarshalling. Version 2 uses a binary format for floating point numbers. "
4848"``Py_MARSHAL_VERSION`` indicates the current file format (currently 2)."
4949msgstr ""
50+ "このモジュールでは、3つのバージョンのデータ形式をサポートしています。バージョン 0 は従来のもので、バージョン 1 は intern "
51+ "化された文字列をファイル内で共有し、逆マーシャル化の時にも共有されるようにします。バージョン2は、浮動小数点数に対してバイナリフォーマットを利用します。"
52+ " ``Py_MARSHAL_VERSION`` は現在のバージョン (バージョン 2) を示します。"
5053
5154#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:24
5255msgid ""
@@ -112,6 +115,8 @@ msgid ""
112115"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
113116" or :exc:`TypeError`) and returns ``NULL``."
114117msgstr ""
118+ "エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
119+ "``NULL`` を返します。"
115120
116121#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:75
117122msgid ""
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ msgid ""
5858"a weakly-referencable object, or if *callback* is not callable, ``None``, or"
5959" ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
6060msgstr ""
61+ "*ob* に対する弱参照オブジェクトを返します。この関数は常に新たな参照を返しますが、必ずしも新たなオブジェクトを作る保証はありません; "
62+ "既存の参照オブジェクトが返されることもあります。第二のパラメタ *callback* は呼び出し可能オブジェクトで、 *ob* "
63+ "がガーベジコレクションされた際に通知を受け取ります; *callback* は弱参照オブジェクト自体を単一のパラメタとして受け取ります。 "
64+ "*callback* は ``None`` や ``NULL`` にしてもかまいません。 *ob* が弱参照できないオブジェクトの場合や、 "
65+ "*callback* が呼び出し可能オブジェクト、 ``None`` 、 ``NULL`` のいずれでもない場合は、 ``NULL`` を返して "
66+ ":exc:`TypeError` を送出します。"
6167
6268#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/weakref.rst:43
6369msgid ""
@@ -70,6 +76,10 @@ msgid ""
7076"*ob* is not a weakly-referencable object, or if *callback* is not callable, "
7177"``None``, or ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
7278msgstr ""
79+ "*ob* に対する弱参照プロキシオブジェクトを返します。\n"
80+ "この関数は常に新たな参照を返しますが、必ずしも新たなオブジェクトを作る保証はありません。既存のプロキシオブジェクトが返されることもあります。第二のパラメタ *callback* は呼び出し可能オブジェクトで、 *ob* がガーベジコレクションされた際に通知を受け取ります。 *callback* は弱参照オブジェクト自体を単一のパラメタとして受け取ります。\n"
81+ "*callback* は ``None`` や ``NULL`` にしてもかまいません。\n"
82+ "*ob* が弱参照できないオブジェクトの場合や、 *callback* が呼び出し可能オブジェクト、 ``None`` 、 ``NULL`` のいずれでもない場合は、 ``NULL`` を返して :exc:`TypeError` を送出します。"
7383
7484#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/weakref.rst:55
7585msgid ""
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ msgid ""
9595"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
9696"<https://bitbucket.org/pypa/>`__."
9797msgstr ""
98+ "`Python Packaging Authority <https://www.pypa.io/>`__ "
99+ "は、標準のパッケージングツール、関連するメタデータとファイルフォーマット標準の保守と発展を担っている、開発者・ドキュメントの著者のグループです。彼らは様々なツールやドキュメント、issue"
100+ " tracker を `GitHub <https://github.com/pypa>`__ と `Bitbucket "
101+ "<https://bitbucket.org/pypa/>`__ の両方で管理しています。"
98102
99103#: /home/travis/build/python/cpython-doc-catalog/Doc/distributing/index.rst:44
100104msgid ""
@@ -267,7 +271,7 @@ msgstr "Python Packaging Index にその名前が既に使われていないか
267271msgid ""
268272"check popular hosting sites like GitHub, Bitbucket, etc to see if there is "
269273"already a project with that name"
270- msgstr ""
274+ msgstr "GitHub, Bitbucket などのような人気のあるホスティングサイトにその名前が既にいないかチェックする "
271275
272276#: /home/travis/build/python/cpython-doc-catalog/Doc/distributing/index.rst:153
273277msgid "check what comes up in a web search for the name you're considering"
Original file line number Diff line number Diff line change @@ -97,11 +97,15 @@ msgstr "以下の関数は役に立つデバッグ用ツールとして追加さ
9797msgid ""
9898"Prints an indented representation of the content types of the message object"
9999" structure. For example:"
100- msgstr ""
100+ msgstr "そのメッセージオブジェクト構造の content-type をインデントつきで表示します。例えば: "
101101
102102#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.iterators.rst:81
103103msgid ""
104104"Optional *fp* is a file-like object to print the output to. It must be "
105105"suitable for Python's :func:`print` function. *level* is used internally. "
106106"*include_default*, if true, prints the default type as well."
107107msgstr ""
108+ "オプション引数 *fp* は出力を渡すための file-like オブジェクトです。\n"
109+ "これは Python の :func:`print` 関数が対応できるようになっている必要があります。\n"
110+ "*level* は内部的に使用されます。\n"
111+ "*include_default* が真の場合、デフォルトの型も出力します。"
You can’t perform that action at this time.
0 commit comments