Skip to content

Commit eb3d8ff

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 438e6e1 commit eb3d8ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

c-api/memory.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2019-01-01 15:21+0900\n"
11-
"PO-Revision-Date: 2018-06-20 04:47+0000\n"
11+
"PO-Revision-Date: 2019-08-28 23:47+0000\n"
1212
"Last-Translator: tomo\n"
1313
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1414
"MIME-Version: 1.0\n"
@@ -56,7 +56,7 @@ msgid ""
5656
"inside that heap. The allocation of heap space for Python objects and other"
5757
" internal buffers is performed on demand by the Python memory manager "
5858
"through the Python/C API functions listed in this document."
59-
msgstr ""
59+
msgstr "重要なのは、たとえユーザがいつもヒープ内のメモリブロックを指すようなオブジェクトポインタを操作しているとしても、Python 用ヒープの管理はインタプリタ自体が行うもので、ユーザがそれを制御する余地はないと理解することです。Python オブジェクトや内部使用されるバッファを入れるためのヒープ空間のメモリ確保は、必要に応じて、Python メモリマネージャがこのドキュメント内で列挙しているPython/C API 関数群を介して行います。"
6060

6161
#: ../../c-api/memory.rst:49
6262
msgid ""

library/site.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-01-01 15:21+0900\n"
12-
"PO-Revision-Date: 2018-07-25 05:09+0000\n"
12+
"PO-Revision-Date: 2019-08-28 14:27+0000\n"
1313
"Last-Translator: tomo\n"
1414
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version: 1.0\n"
@@ -224,7 +224,7 @@ msgid ""
224224
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
225225
" the user, ``2`` if it is disabled for security reasons or by an "
226226
"administrator, and a value greater than 2 if there is an error."
227-
msgstr ""
227+
msgstr "いずれかのオプションが与えられた場合に、このスクリプトは次のいずれかの終了コードで終了します: ユーザの site-packages が有効ならば ``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` 、そして何かエラーがあった場合は 2 より大きな値。"
228228

229229
#: ../../library/site.rst:216
230230
msgid ":pep:`370` -- Per user site-packages directory"

0 commit comments

Comments
 (0)