8
8
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
9
9
# Arihiro TAKASE, 2017
10
10
# 秘湯 <xwhhsprings@gmail.com>, 2017
11
- # tomo,2019
11
+ # tomo,2020
12
12
#
13
13
#, fuzzy
14
14
msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version :Python 3.8\n "
17
17
"Report-Msgid-Bugs-To :\n "
18
- "POT-Creation-Date :2020-01-01 12:19 +0000\n "
18
+ "POT-Creation-Date :2020-01-07 12:22 +0000\n "
19
19
"PO-Revision-Date :2017-02-16 23:26+0000\n "
20
- "Last-Translator :tomo,2019 \n "
20
+ "Last-Translator :tomo,2020 \n "
21
21
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
22
"MIME-Version :1.0\n "
23
23
"Content-Type :text/plain; charset=UTF-8\n "
@@ -329,13 +329,17 @@ msgstr ""
329
329
"ユーザのベースディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は "
330
330
":envvar:`PYTHONNOUSERSITE` と :data:`USER_BASE` を参考にして、設定もします。"
331
331
332
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:239
332
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:242
333
+ msgid "Command Line Interface"
334
+ msgstr "コマンドラインインターフェイス"
335
+
336
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:246
333
337
msgid ""
334
338
"The :mod:`site` module also provides a way to get the user directories from "
335
339
"the command line:"
336
340
msgstr ":mod:`site` モジュールはユーザディレクトリをコマンドラインから得る手段も提供しています:"
337
341
338
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:249
342
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:254
339
343
msgid ""
340
344
"If it is called without arguments, it will print the contents of "
341
345
":data:`sys.path` on the standard output, followed by the value of "
@@ -346,22 +350,22 @@ msgstr ""
346
350
"とそのディレクトリが存在するかどうか、 :data:`USER_SITE` とそのディレクトリが存在するかどうか、最後に "
347
351
":data:`ENABLE_USER_SITE` の値を、標準出力に出力します。"
348
352
349
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:256
353
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:261
350
354
msgid "Print the path to the user base directory."
351
355
msgstr "ユーザのベースディレクトリを表示します。"
352
356
353
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:260
357
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:265
354
358
msgid "Print the path to the user site-packages directory."
355
359
msgstr "ユーザの site-packages ディレクトリを表示します。"
356
360
357
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:262
361
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:267
358
362
msgid ""
359
363
"If both options are given, user base and user site will be printed (always "
360
364
"in this order), separated by :data:`os.pathsep`."
361
365
msgstr ""
362
366
"両方のオプションが指定された場合、ユーザのベースとユーザの site が(常にこの順序で) :data:`os.pathsep` 区切りで表示されます。"
363
367
364
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:265
368
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:270
365
369
msgid ""
366
370
"If any option is given, the script will exit with one of these values: ``0``"
367
371
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
@@ -372,6 +376,6 @@ msgstr ""
372
376
"``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` "
373
377
"、そして何かエラーがあった場合は 2 より大きな値。"
374
378
375
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:272
379
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:277
376
380
msgid ":pep:`370` -- Per user site-packages directory"
377
381
msgstr ":pep:`370` -- ユーザごとの ``site-packages`` ディレクトリ"