Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b70e94

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent277bf76 commit3b70e94

File tree

3 files changed

+5687
-5679
lines changed

3 files changed

+5687
-5679
lines changed

‎library/site.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.8\n"
1313
"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"
1515
"PO-Revision-Date:2020-05-30 12:09+0000\n"
1616
"Last-Translator:tomo, 2020\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -338,22 +338,22 @@ msgstr ""
338338
msgid""
339339
"Return the path of the user-specific site-packages directory, "
340340
":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."
342344
msgstr""
343-
"ユーザのベースディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は "
344-
":envvar:`PYTHONNOUSERSITE` と :data:`USER_BASE` を参考にして、設定もします。"
345345

346-
#:../../library/site.rst:242
346+
#:../../library/site.rst:244
347347
msgid"Command Line Interface"
348348
msgstr"コマンドラインインターフェイス"
349349

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

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

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

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

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

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

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

‎library/typing.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.8\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2020-10-04 15:16+0000\n"
15+
"POT-Creation-Date:2020-10-12 15:22+0000\n"
1616
"PO-Revision-Date:2020-05-30 12:12+0000\n"
1717
"Last-Translator:tomo, 2020\n"
1818
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1146,7 +1146,8 @@ msgid ""
11461146
"Such a protocol can be used with :func:`isinstance` and :func:`issubclass`. "
11471147
"This raises :exc:`TypeError` when applied to a non-protocol class. This "
11481148
"allows a simple-minded structural check, very similar to\"one trick "
1149-
"ponies\" in :mod:`collections.abc` such as :class:`Iterable`. For example::"
1149+
"ponies\" in :mod:`collections.abc` such as "
1150+
":class:`~collections.abc.Iterable`. For example::"
11501151
msgstr""
11511152

11521153
#:../../library/typing.rst:1178

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp