Skip to content

Commit 9debbfa

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent b851e52 commit 9debbfa

File tree

3 files changed

+4331
-4311
lines changed

3 files changed

+4331
-4311
lines changed

library/site.po

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2019
7+
# tomo, 2020
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
14+
"POT-Creation-Date: 2020-01-08 04:33+0000\n"
1515
"PO-Revision-Date: 2019-09-01 02:45+0000\n"
16-
"Last-Translator: tomo, 2019\n"
16+
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -315,13 +315,17 @@ msgstr ""
315315
"ユーザのベースディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は "
316316
":envvar:`PYTHONNOUSERSITE` と :data:`USER_BASE` を参考にして、設定もします。"
317317

318-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:226
318+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:229
319+
msgid "Command Line Interface"
320+
msgstr "コマンドラインインターフェイス"
321+
322+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:233
319323
msgid ""
320324
"The :mod:`site` module also provides a way to get the user directories from "
321325
"the command line:"
322326
msgstr ":mod:`site` モジュールはユーザディレクトリをコマンドラインから得る手段も提供しています:"
323327

324-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:236
328+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:241
325329
msgid ""
326330
"If it is called without arguments, it will print the contents of "
327331
":data:`sys.path` on the standard output, followed by the value of "
@@ -332,22 +336,22 @@ msgstr ""
332336
"とそのディレクトリが存在するかどうか、 :data:`USER_SITE` とそのディレクトリが存在するかどうか、最後に "
333337
":data:`ENABLE_USER_SITE` の値を、標準出力に出力します。"
334338

335-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:243
339+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:248
336340
msgid "Print the path to the user base directory."
337341
msgstr "ユーザのベースディレクトリを表示します。"
338342

339-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:247
343+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:252
340344
msgid "Print the path to the user site-packages directory."
341345
msgstr "ユーザの site-packages ディレクトリを表示します。"
342346

343-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:249
347+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:254
344348
msgid ""
345349
"If both options are given, user base and user site will be printed (always "
346350
"in this order), separated by :data:`os.pathsep`."
347351
msgstr ""
348352
"両方のオプションが指定された場合、ユーザのベースとユーザの site が(常にこの順序で) :data:`os.pathsep` 区切りで表示されます。"
349353

350-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:252
354+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:257
351355
msgid ""
352356
"If any option is given, the script will exit with one of these values: ``0``"
353357
" if the user site-packages directory is enabled, ``1`` if it was disabled by"
@@ -358,6 +362,6 @@ msgstr ""
358362
"``0`` 、ユーザにより無効にされていれば ``1`` 、セキュリティ的な理由あるいは管理者によって無効にされている場合 ``2`` "
359363
"、そして何かエラーがあった場合は 2 より大きな値。"
360364

361-
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:259
365+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/site.rst:264
362366
msgid ":pep:`370` -- Per user site-packages directory"
363367
msgstr ":pep:`370` -- ユーザごとの ``site-packages`` ディレクトリ"

sphinx.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
15+
"POT-Creation-Date: 2020-01-08 04:33+0000\n"
1616
"PO-Revision-Date: 2019-09-01 02:40+0000\n"
1717
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2019\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -237,8 +237,8 @@ msgid "Python 3.5 (security-fixes)"
237237
msgstr "Python 3.5 (security-fixes)"
238238

239239
#: /home/travis/build/python/cpython-doc-catalog/Doc/tools/templates/indexsidebar.html:10
240-
msgid "Python 2.7 (stable)"
241-
msgstr "Python 2.7 (stable)"
240+
msgid "Python 2.7 (EOL)"
241+
msgstr ""
242242

243243
#: /home/travis/build/python/cpython-doc-catalog/Doc/tools/templates/indexsidebar.html:11
244244
msgid "All versions"

0 commit comments

Comments
 (0)