8000 [skip ci] Update .po files · python/python-docs-ja@53b7da6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53b7da6

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 45a8c87 commit 53b7da6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

c-api/init.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2018
7+
# tomo, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -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."
9090
msgstr ""
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
9397
msgid ""
@@ -1472,7 +1476,7 @@ msgstr ":const:`PyTrace_CALL`"
14721476

14731477
#: ../../c-api/init.rst:1066 ../../c-api/init.rst:1071
14741478
msgid "Always :c:data:`Py_None`."
1475-
msgstr ""
1479+
msgstr "常に :c:data:`Py_None` 。"
14761480

14771481
#: ../../c-api/init.rst:1068
14781482
msgid ":const:`PyTrace_EXCEPTION`"
@@ -1551,7 +1555,7 @@ msgstr "行番号イベントを報告するときに (プロファイル関数
15511555
msgid ""
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
15571561
msgid ""

library/email.policy.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77# tomo, 2018
8+
# sanohitomi <sano.hitomi@jp.fujitsu.com>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-01-01 15:22+0900\n"
1516
"PO-Revision-Date: 2018-06-29 17:34+0000\n"
16-
"Last-Translator: tomo, 2018\n"
17+
"Last-Translator: sanohitomi <sano.hitomi@jp.fujitsu.com>, 2019\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -431,6 +432,7 @@ msgid ""
431432
"*value* may contain surrogateescaped binary data. These could be converted "
432433
"back into binary data in the returned bytes object."
433434
msgstr ""
435+
"*value*はサロゲートエスケープされたバイナリデータを持つことがあります。これらは返されたbytesオブジェクト内でバイナリデータに変換されることがあります。"
434436

435437
#: ../../library/email.policy.rst:370
436438
msgid ""

0 commit comments

Comments
 (0)
0