44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2018
7+ # tomo, 2019
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2019-01-01 15:22+0900\n "
1515"PO-Revision-Date : 2018-06-29 17:51+0000\n "
16- "Last-Translator : tomo, 2018 \n "
16+ "Last-Translator : tomo, 2019 \n "
1717"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -88,6 +88,10 @@ msgid ""
8888"Normally the return value is ``0``. If there were errors during "
8989"finalization (flushing buffered data), ``-1`` is returned."
9090msgstr ""
91+ ":c:func:`Py_Initialize` とそれ以後の Python/C API 関数で行った全ての初期化処理を取り消し、最後の :c:func:`Py_Initialize` 呼び出し以後に Python インタプリタが生成した全てのサブインタプリタ (sub-interpreter, 下記の :c:func:`Py_NewInterpreter` を参照) を消去します。\n"
92+ "理想的な状況では、この関数によって Python インタプリタが確保したメモリは全て解放されます。\n"
93+ "この関数を (:c:func:`Py_Initialize` を呼ばずに) 再度呼び出しても何も行いません。\n"
94+ "通常は返り値は ``0`` です。終了処理中 (バッファリングされたデータの書き出し) のエラーがあった場合は ``-1`` が返されます。"
9195
9296#: ../../c-api/init.rst:70
9397msgid ""
@@ -1472,7 +1476,7 @@ msgstr ":const:`PyTrace_CALL`"
14721476
14731477#: ../../c-api/init.rst:1066 ../../c-api/init.rst:1071
14741478msgid "Always :c:data:`Py_None`."
1475- msgstr ""
1479+ msgstr "常に :c:data:`Py_None` 。 "
14761480
14771481#: ../../c-api/init.rst:1068
14781482msgid ":const:`PyTrace_EXCEPTION`"
@@ -1551,7 +1555,7 @@ msgstr "行番号イベントを報告するときに (プロファイル関数
15511555msgid ""
15521556"The value for the *what* parameter to :c:type:`Py_tracefunc` functions when "
15531557"a call is about to return."
1554- msgstr ""
1558+ msgstr "呼び出しが返るときに :c:type:`Py_tracefunc` 関数に *what* パラメタとして渡す値です。 "
15551559
15561560#: ../../c-api/init.rst:1118
15571561msgid ""
0 commit comments