File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 2.7\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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 "
12
12
"Last-Translator : tomo\n "
13
13
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
14
14
"MIME-Version : 1.0\n "
@@ -56,7 +56,7 @@ msgid ""
56
56
"inside that heap. The allocation of heap space for Python objects and other"
57
57
" internal buffers is performed on demand by the Python memory manager "
58
58
"through the Python/C API functions listed in this document."
59
- msgstr ""
59
+ msgstr "重要なのは、たとえユーザがいつもヒープ内のメモリブロックを指すようなオブジェクトポインタを操作しているとしても、Python 用ヒープの管理はインタプリタ自体が行うもので、ユーザがそれを制御する余地はないと理解することです。Python オブジェクトや内部使用されるバッファを入れるためのヒープ空間のメモリ確保は、必要に応じて、Python メモリマネージャがこのドキュメント内で列挙しているPython/C API 関数群を介して行います。 "
60
60
61
61
#: ../../c-api/memory.rst:49
62
62
msgid ""
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Last-Translator : tomo\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
@@ -224,7 +224,7 @@ msgid ""
224
224
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
225
225
" the user, ``2`` if it is disabled for security reasons or by an "
226
226
"administrator, and a value greater than 2 if there is an error."
227
- msgstr ""
227
+ msgstr "いずれかのオプションが与えられた場合に、このスクリプトは次のいずれかの終了コードで終了します: ユーザの site-packages が有効ならば ``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` 、そして何かエラーがあった場合は 2 より大きな値。 "
228
228
229
229
#: ../../library/site.rst:216
230
230
msgid ":pep:`370` -- Per user site-packages directory"
You can’t perform that action at this time.
0 commit comments