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