File tree Expand file tree Collapse file tree 5 files changed +29
-2
lines changed Expand file tree Collapse file tree 5 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ msgid ""
44
44
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
45
45
"``NULL``."
46
46
msgstr ""
47
+ "*ob* の型が :c:type:`PyCoro_Type` のときに true を返します。\n"
48
+ "*ob* は ``NULL`` であってはいけません。"
47
49
48
50
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/coro.rst:31
49
51
msgid ""
@@ -52,3 +54,5 @@ msgid ""
52
54
"to *frame* is stolen by this function. The *frame* argument must not be "
53
55
"``NULL``."
54
56
msgstr ""
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 ""
47
47
"unmarshalling. Version 2 uses a binary format for floating point numbers. "
48
48
"``Py_MARSHAL_VERSION`` indicates the current file format (currently 2)."
49
49
msgstr ""
50
+ "このモジュールでは、3つのバージョンのデータ形式をサポートしています。バージョン 0 は従来のもので、バージョン 1 は intern "
51
+ "化された文字列をファイル内で共有し、逆マーシャル化の時にも共有されるようにします。バージョン2は、浮動小数点数に対してバイナリフォーマットを利用します。"
52
+ " ``Py_MARSHAL_VERSION`` は現在のバージョン (バージョン 2) を示します。"
50
53
51
54
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:24
52
55
msgid ""
@@ -112,6 +115,8 @@ msgid ""
112
115
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
113
116
" or :exc:`TypeError`) and returns ``NULL``."
114
117
msgstr ""
118
+ "エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
119
+ "``NULL`` を返します。"
115
120
116
121
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:75
117
122
msgid ""
Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ msgid ""
58
58
"a weakly-referencable object, or if *callback* is not callable, ``None``, or"
59
59
" ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
60
60
msgstr ""
61
+ "*ob* に対する弱参照オブジェクトを返します。この関数は常に新たな参照を返しますが、必ずしも新たなオブジェクトを作る保証はありません; "
62
+ "既存の参照オブジェクトが返されることもあります。第二のパラメタ *callback* は呼び出し可能オブジェクトで、 *ob* "
63
+ "がガーベジコレクションされた際に通知を受け取ります; *callback* は弱参照オブジェクト自体を単一のパラメタとして受け取ります。 "
64
+ "*callback* は ``None`` や ``NULL`` にしてもかまいません。 *ob* が弱参照できないオブジェクトの場合や、 "
65
+ "*callback* が呼び出し可能オブジェクト、 ``None`` 、 ``NULL`` のいずれでもない場合は、 ``NULL`` を返して "
66
+ ":exc:`TypeError` を送出します。"
61
67
62
68
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/weakref.rst:43
63
69
msgid ""
@@ -70,6 +76,10 @@ msgid ""
70
76
"*ob* is not a weakly-referencable object, or if *callback* is not callable, "
71
77
"``None``, or ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
72
78
msgstr ""
79
+ "*ob* に対する弱参照プロキシオブジェクトを返します。\n"
80
+ "この関数は常に新たな参照を返しますが、必ずしも新たなオブジェクトを作る保証はありません。既存のプロキシオブジェクトが返されることもあります。第二のパラメタ *callback* は呼び出し可能オブジェクトで、 *ob* がガーベジコレクションされた際に通知を受け取ります。 *callback* は弱参照オブジェクト自体を単一のパラメタとして受け取ります。\n"
81
+ "*callback* は ``None`` や ``NULL`` にしてもかまいません。\n"
82
+ "*ob* が弱参照できないオブジェクトの場合や、 *callback* が呼び出し可能オブジェクト、 ``None`` 、 ``NULL`` のいずれでもない場合は、 ``NULL`` を返して :exc:`TypeError` を送出します。"
73
83
74
84
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/weakref.rst:55
75
85
msgid ""
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ msgid ""
95
95
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
96
96
"<https://bitbucket.org/pypa/>`__."
97
97
msgstr ""
98
+ "`Python Packaging Authority <https://www.pypa.io/>`__ "
99
+ "は、標準のパッケージングツール、関連するメタデータとファイルフォーマット標準の保守と発展を担っている、開発者・ドキュメントの著者のグループです。彼らは様々なツールやドキュメント、issue"
100
+ " tracker を `GitHub <https://github.com/pypa>`__ と `Bitbucket "
101
+ "<https://bitbucket.org/pypa/>`__ の両方で管理しています。"
98
102
99
103
#: /home/travis/build/python/cpython-doc-catalog/Doc/distributing/index.rst:44
100
104
msgid ""
@@ -267,7 +271,7 @@ msgstr "Python Packaging Index にその名前が既に使われていないか
267
271
msgid ""
268
272
"check popular hosting sites like GitHub, Bitbucket, etc to see if there is "
269
273
"already a project with that name"
270
- msgstr ""
274
+ msgstr "GitHub, Bitbucket などのような人気のあるホスティングサイトにその名前が既にいないかチェックする "
271
275
272
276
#: /home/travis/build/python/cpython-doc-catalog/Doc/distributing/index.rst:153
273
277
msgid "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 "以下の関数は役に立つデバッグ用ツールとして追加さ
97
97
msgid ""
98
98
"Prints an indented representation of the content types of the message object"
99
99
" structure. For example:"
100
- msgstr ""
100
+ msgstr "そのメッセージオブジェクト構造の content-type をインデントつきで表示します。例えば: "
101
101
102
102
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.iterators.rst:81
103
103
msgid ""
104
104
"Optional *fp* is a file-like object to print the output to. It must be "
105
105
"suitable for Python's :func:`print` function. *level* is used internally. "
106
106
"*include_default*, if true, prints the default type as well."
107
107
msgstr ""
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