@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.8\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
14
+ "POT-Creation-Date :2020-10-12 15:22 +0000\n "
15
15
"PO-Revision-Date :2020-05-30 12:09+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -338,22 +338,22 @@ msgstr ""
338
338
msgid ""
339
339
"Return the path of the user-specific site-packages directory, "
340
340
":data:`USER_SITE`. If it is not initialized yet, this function will also "
341
- "set it, respecting :envvar:`PYTHONNOUSERSITE` and :data:`USER_BASE`."
341
+ "set it, respecting :data:`USER_BASE`. To determine if the user-specific "
342
+ "site-packages was added to ``sys.path`` :data:`ENABLE_USER_SITE` should be "
343
+ "used."
342
344
msgstr ""
343
- "ユーザのベースディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は "
344
- ":envvar:`PYTHONNOUSERSITE` と :data:`USER_BASE` を参考にして、設定もします。"
345
345
346
- #: ../../library/site.rst:242
346
+ #: ../../library/site.rst:244
347
347
msgid "Command Line Interface"
348
348
msgstr "コマンドラインインターフェイス"
349
349
350
- #: ../../library/site.rst:246
350
+ #: ../../library/site.rst:248
351
351
msgid ""
352
352
"The :mod:`site` module also provides a way to get the user directories from "
353
353
"the command line:"
354
354
msgstr ":mod:`site` モジュールはユーザディレクトリをコマンドラインから得る手段も提供しています:"
355
355
356
- #: ../../library/site.rst:254
356
+ #: ../../library/site.rst:256
357
357
msgid ""
358
358
"If it is called without arguments, it will print the contents of "
359
359
":data:`sys.path` on the standard output, followed by the value of "
@@ -364,22 +364,22 @@ msgstr ""
364
364
"とそのディレクトリが存在するかどうか、 :data:`USER_SITE` とそのディレクトリが存在するかどうか、最後に "
365
365
":data:`ENABLE_USER_SITE` の値を、標準出力に出力します。"
366
366
367
- #: ../../library/site.rst:261
367
+ #: ../../library/site.rst:263
368
368
msgid "Print the path to the user base directory."
369
369
msgstr "ユーザのベースディレクトリを表示します。"
370
370
371
- #: ../../library/site.rst:265
371
+ #: ../../library/site.rst:267
372
372
msgid "Print the path to the user site-packages directory."
373
373
msgstr "ユーザの site-packages ディレクトリを表示します。"
374
374
375
- #: ../../library/site.rst:267
375
+ #: ../../library/site.rst:269
376
376
msgid ""
377
377
"If both options are given, user base and user site will be printed (always "
378
378
"in this order), separated by :data:`os.pathsep`."
379
379
msgstr ""
380
380
"両方のオプションが指定された場合、ユーザのベースとユーザの site が(常にこの順序で) :data:`os.pathsep` 区切りで表示されます。"
381
381
382
- #: ../../library/site.rst:270
382
+ #: ../../library/site.rst:272
383
383
msgid ""
384
384
"If any option is given, the script will exit with one of these values: ``0``"
385
385
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
@@ -390,6 +390,6 @@ msgstr ""
390
390
"``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` "
391
391
"、そして何かエラーがあった場合は 2 より大きな値。"
392
392
393
- #: ../../library/site.rst:277
393
+ #: ../../library/site.rst:279
394
394
msgid ":pep:`370` -- Per user site-packages directory"
395
395
msgstr ":pep:`370` -- ユーザごとの ``site-packages`` ディレクトリ"