Skip to content

Commit 1b33e40

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 140ca89 commit 1b33e40

File tree

2 files changed

+6480
-6458
lines changed

2 files changed

+6480
-6458
lines changed

library/site.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"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"
2020
"PO-Revision-Date: 2017-02-16 23:26+0000\n"
2121
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -343,22 +343,22 @@ msgstr ""
343343
msgid ""
344344
"Return the path of the user-specific site-packages directory, "
345345
":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."
347349
msgstr ""
348-
"ユーザのベースディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は "
349-
":envvar:`PYTHONNOUSERSITE` と :data:`USER_BASE` を参考にして、設定もします。"
350350

351-
#: ../../library/site.rst:242
351+
#: ../../library/site.rst:244
352352
msgid "Command Line Interface"
353353
msgstr "コマンドラインインターフェイス"
354354

355-
#: ../../library/site.rst:246
355+
#: ../../library/site.rst:248
356356
msgid ""
357357
"The :mod:`site` module also provides a way to get the user directories from "
358358
"the command line:"
359359
msgstr ":mod:`site` モジュールはユーザディレクトリをコマンドラインから得る手段も提供しています:"
360360

361-
#: ../../library/site.rst:254
361+
#: ../../library/site.rst:256
362362
msgid ""
363363
"If it is called without arguments, it will print the contents of "
364364
":data:`sys.path` on the standard output, followed by the value of "
@@ -369,22 +369,22 @@ msgstr ""
369369
"とそのディレクトリが存在するかどうか、 :data:`USER_SITE` とそのディレクトリが存在するかどうか、最後に "
370370
":data:`ENABLE_USER_SITE` の値を、標準出力に出力します。"
371371

372-
#: ../../library/site.rst:261
372+
#: ../../library/site.rst:263
373373
msgid "Print the path to the user base directory."
374374
msgstr "ユーザのベースディレクトリを表示します。"
375375

376-
#: ../../library/site.rst:265
376+
#: ../../library/site.rst:267
377377
msgid "Print the path to the user site-packages directory."
378378
msgstr "ユーザの site-packages ディレクトリを表示します。"
379379

380-
#: ../../library/site.rst:267
380+
#: ../../library/site.rst:269
381381
msgid ""
382382
"If both options are given, user base and user site will be printed (always "
383383
"in this order), separated by :data:`os.pathsep`."
384384
msgstr ""
385385
"両方のオプションが指定された場合、ユーザのベースとユーザの site が(常にこの順序で) :data:`os.pathsep` 区切りで表示されます。"
386386

387-
#: ../../library/site.rst:270
387+
#: ../../library/site.rst:272
388388
msgid ""
389389
"If any option is given, the script will exit with one of these values: ``0``"
390390
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
@@ -395,6 +395,6 @@ msgstr ""
395395
"``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` "
396396
"、そして何かエラーがあった場合は 2 より大きな値。"
397397

398-
#: ../../library/site.rst:277
398+
#: ../../library/site.rst:279
399399
msgid ":pep:`370` -- Per user site-packages directory"
400400
msgstr ":pep:`370` -- ユーザごとの ``site-packages`` ディレクトリ"

0 commit comments

Comments
 (0)