Skip to content

Commit abc9a3c

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent b70fd3e commit abc9a3c

File tree

5 files changed

+29
-2
lines changed

5 files changed

+29
-2
lines changed

c-api/coro.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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``."
4646
msgstr ""
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
4951
msgid ""
@@ -52,3 +54,5 @@ msgid ""
5254
"to *frame* is stolen by this function. The *frame* argument must not be "
5355
"``NULL``."
5456
msgstr ""
57+
"*frame* オブジェクトから新しいコルーチンオブジェクトを生成して、 ``__name__`` と ``__qualname__`` を *name* と *qualname* に設定して返します。\n"
58+
"この関数は *frame* への参照を奪います。 *frame* 引数は ``NULL`` であってはなりません。"

c-api/marshal.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)."
4949
msgstr ""
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
5255
msgid ""
@@ -112,6 +115,8 @@ msgid ""
112115
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
113116
" or :exc:`TypeError`) and returns ``NULL``."
114117
msgstr ""
118+
"エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:`TypeError`) を設定し "
119+
"``NULL`` を返します。"
115120

116121
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/marshal.rst:75
117122
msgid ""

c-api/weakref.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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`."
6060
msgstr ""
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
6369
msgid ""
@@ -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`."
7278
msgstr ""
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
7585
msgid ""

distributing/index.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ msgid ""
9595
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
9696
"<https://bitbucket.org/pypa/>`__."
9797
msgstr ""
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
100104
msgid ""
@@ -267,7 +271,7 @@ msgstr "Python Packaging Index にその名前が既に使われていないか
267271
msgid ""
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
273277
msgid "check what comes up in a web search for the name you're considering"

library/email.iterators.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,15 @@ msgstr "以下の関数は役に立つデバッグ用ツールとして追加さ
9797
msgid ""
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
103103
msgid ""
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."
107107
msgstr ""
108+
"オプション引数 *fp* は出力を渡すための file-like オブジェクトです。\n"
109+
"これは Python の :func:`print` 関数が対応できるようになっている必要があります。\n"
110+
"*level* は内部的に使用されます。\n"
111+
"*include_default* が真の場合、デフォルトの型も出力します。"

0 commit comments

Comments
 (0)