File tree Expand file tree Collapse file tree 11 files changed +298
-280
lines changed Expand file tree Collapse file tree 11 files changed +298
-280
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# 秘湯 <xwhhsprings@gmail.com>, 2017
8
- # tomo, 2017
9
8
# Arihiro TAKASE, 2017
9
+ # tomo, 2019
10
10
#
11
11
#, fuzzy
12
12
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
15
15
"Report-Msgid-Bugs-To : \n "
16
16
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
17
17
"PO-Revision-Date : 2017-02-16 17:34+0000\n "
18
- "Last-Translator : Arihiro TAKASE, 2017 \n "
18
+ "Last-Translator : tomo, 2019 \n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -71,7 +71,7 @@ msgstr ""
71
71
msgid ""
72
72
"Similar to :c:func:`PyCode_New`, but with an extra \" posonlyargcount\" for "
73
73
"positonal-only arguments."
74
- msgstr ""
74
+ msgstr ":c:func:`PyCode_New` に似ていますが、位置専用引数のための \" posonlyargcount \" が追加されています。 "
75
75
76
76
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/code.rst:51
77
77
msgid ""
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# E. Kawashima, 2017
8
8
# Arihiro TAKASE, 2017
9
+ # tomo, 2019
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
16
17
"PO-Revision-Date : 2017-02-16 17:34+0000\n "
17
- "Last-Translator : Arihiro TAKASE, 2017 \n "
18
+ "Last-Translator : tomo, 2019 \n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -49,6 +50,9 @@ msgid ""
49
50
"can cause memory access violations and immediate termination of the "
50
51
"interpreter."
51
52
msgstr ""
53
+ "この章で述べている関数は、渡されたオブジェクトの型を注意深くチェックしはするものの、多くの関数は渡されたオブジェクトが有効
8000
``NULL`` "
54
+ "なのか有効なオブジェクトなのかをチェックしません。これらの関数に ``NULL`` "
55
+ "を渡させてしまうと、関数はメモリアクセス違反を起こして、インタプリタを即座に終了させてしまうはずです。"
52
56
53
57
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/concrete.rst:28
54
58
msgid "Fundamental Objects"
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Osamu NAKAMURA, 2017
8
8
# Arihiro TAKASE, 2017
9
+ # tomo, 2019
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
16
17
"PO-Revision-Date : 2017-02-16 17:36+0000\n "
17
- "Last-Translator : Arihiro TAKASE, 2017 \n "
18
+ "Last-Translator : tomo, 2019 \n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -41,6 +42,9 @@ msgid ""
41
42
"values, returns ``NULL`` with no exception set. If an error occurs while "
42
43
"retrieving the item, returns ``NULL`` and passes along the exception."
43
44
msgstr ""
45
+ "反復処理 *o* における次の値を返します。オブジェクトはイテレータでなければなりません "
46
+ "(これをチェックするのは呼び出し側の責任です)。要素が何も残っていない場合は、例外がセットされていない状態で ``NULL`` "
47
+ "を返します。要素を取り出す際にエラーが生じた場合は、 ``NULL`` を返し、発生した例外を送出します。"
44
48
45
49
#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/iter.rst:22
46
50
msgid ""
Original file line number Diff line number Diff line change @@ -102,3 +102,5 @@ msgid "&quo
9E88
t;
102
102
":c:func:`PyMemoryView_FromMemory` or :c:func:`PyMemoryView_FromBuffer`. "
103
103
"*mview* **must** be a memoryview instance."
104
104
msgstr ""
105
+ "memoryview をエクスポートしているオブジェクトへのポインタを返します。\n"
106
+ "memoryview が :c:func:`PyMemoryView_FromMemory` か :c:func:`PyMemoryView_FromBuffer` のどちらかで作成されていた場合、 ``NULL`` を返します。"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ msgstr ""
25
25
26
26
#: /home/travis/build/python/cpython-doc-catalog/Doc/distutils/examples.rst:5
27
27
msgid "Distutils Examples"
28
- msgstr ""
28
+ msgstr "distutils の例 "
29
29
30
30
#: distutils/_setuptools_disclaimer.rst:3
31
31
msgid ""
Original file line number Diff line number Diff line change 9
9
# 秘湯 <xwhhsprings@gmail.com>, 2017
10
10
# Arihiro TAKASE, 2017
11
11
# Inada Naoki <songofacandy@gmail.com>, 2017
12
+ # tomo, 2019
12
13
#
13
14
#, fuzzy
14
15
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
17
18
"Report-Msgid-Bugs-To : \n "
18
19
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
19
20
"PO-Revision-Date : 2017-02-16 17:42+0000\n "
20
- "Last-Translator : Inada Naoki <songofacandy@gmail.com>, 2017 \n "
21
+ "Last-Translator : tomo, 2019 \n "
21
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
23
"MIME-Version : 1.0\n "
23
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -284,6 +285,8 @@ msgid ""
284
285
"reference to the return value of the function. Be sure to release the "
285
286
"reference after examining the value."
286
287
msgstr ""
288
+ "関数が処理を戻す際、 ``pValue`` は ``NULL`` "
289
+ "になるか、関数の戻り値への参照が入っています。値を調べた後には忘れずに参照を解放してください。"
287
290
288
291
#: /home/travis/build/python/cpython-doc-catalog/Doc/extending/embedding.rst:207
289
292
msgid "Extending Embedded Python"
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2017
8
7
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
9
8
# 秘湯 <xwhhsprings@gmail.com>, 2017
10
9
# Osamu NAKAMURA, 2018
11
10
# Arihiro TAKASE, 2018
12
11
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
12
+ # tomo, 2019
13
13
#
14
14
#, fuzzy
15
15
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Report-Msgid-Bugs-To : \n "
19
19
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
20
20
"PO-Revision-Date : 2017-02-16 17:43+0000\n "
21
- "Last-Translator : Hiroyuki Kurosawa <kh99mail@gmail.com> , 2019\n "
21
+ "Last-Translator : tomo , 2019\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -166,6 +166,8 @@ msgid ""
166
166
"use :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, "
167
167
":c:func:`PyList_Check`, etc."
168
168
msgstr ""
169
+ "オブジェクトの型を検査するには、まず最初にそれが ``NULL`` でないことを確かめた上で、 :c:func:`PyBytes_Check` 、 "
170
+ ":c:func:`PyTuple_Check` 、 :c:func:`PyList_Check` などを使います。"
169
171
170
172
#: /home/travis/build/python/cpython-doc-catalog/Doc/faq/extending.rst:95
171
173
msgid ""
Original file line number Diff line number Diff line change 13
13
# Osamu NAKAMURA, 2017
14
14
# Inada Naoki <songofacandy@gmail.com>, 2017
15
15
# yuji takesue <taketakeyyy@gmail.com>, 2018
16
- # tomo, 2018
16
+ # tomo, 2019
17
17
#
18
18
#, fuzzy
19
19
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
22
22
"Report-Msgid-Bugs-To : \n "
23
23
"POT-Creation-Date : 2019-12-16 12:12+0000\n "
24
24
"PO-Revision-Date : 2017-02-16 17:46+0000\n "
25
- "Last-Translator : tomo, 2018 \n "
25
+ "Last-Translator : tomo, 2019 \n "
26
26
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
27
27
"MIME-Version : 1.0\n "
28
28
"Content-Type : text/plain; charset=UTF-8\n "
@@ -141,6 +141,10 @@ msgid ""
141
141
"issue trackers on both `GitHub <https://github.com/pypa>`__ and `Bitbucket "
142
142
"<https://bitbucket.org/pypa/>`__."
143
143
msgstr ""
144
+ "`Python Packaging Authority <https://www.pypa.io/>`__ "
145
+ "は、標準のパッケージングツール、関連するメタデータとファイルフォーマット標準の保守と発展を担っている、開発者・ドキュメントの著者のグループです。彼らは様々なツールやドキュメント、issue"
146
+ " tracker を `GitHub <https://github.com/pypa>`__ と `Bitbucket "
147
+ "<https://bitbucket.org/pypa/>`__ の両方で管理しています。"
144
148
145
149
#: /home/travis/build/python/cpython-doc-catalog/Doc/installing/index.rst:57
146
150
msgid ""
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ msgstr "リファレンス"
127
127
128
128
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/asyncio.rst:96
129
129
msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`."
130
- msgstr ""
130
+ msgstr "asyncio のソースコードは :source:`Lib/asyncio/` にあります。 "
You can’t perform that action at this time.
0 commit comments