Skip to content

Commit 1bf9309

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d2bf659 commit 1bf9309

File tree

2 files changed

+2766
-2748
lines changed

2 files changed

+2766
-2748
lines changed

library/platform.po

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-02-24 12:26+0900\n"
11+
"POT-Creation-Date: 2018-05-16 13:19+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -349,11 +349,17 @@ msgstr "Unix プラットフォーム"
349349
msgid "This is another name for :func:`linux_distribution`."
350350
msgstr "これは :func:`linux_distribution` の別名です。"
351351

352-
#: ../../library/platform.rst:255
352+
#: ../../library/platform.rst:252 ../../library/platform.rst:271
353+
msgid ""
354+
"See alternative like the `distro <https://pypi.org/project/distro>`_ "
355+
"package."
356+
msgstr ""
357+
358+
#: ../../library/platform.rst:256
353359
msgid "Tries to determine the name of the Linux OS distribution name."
354360
msgstr "OSディストリビューション名の取得を試みます。"
355361

356-
#: ../../library/platform.rst:257
362+
#: ../../library/platform.rst:258
357363
msgid ""
358364
"``supported_dists`` may be given to define the set of Linux distributions to"
359365
" look for. It defaults to a list of currently supported Linux distributions "
@@ -362,7 +368,7 @@ msgstr ""
362368
"``supported_dists`` "
363369
"は、検索するLinuxディストリビューションを定義するために利用します。デフォルトでは、リリースファイル名で定義されている、現在サポートされているLinuxディストリビューションのリストです。"
364370

365-
#: ../../library/platform.rst:261
371+
#: ../../library/platform.rst:262
366372
msgid ""
367373
"If ``full_distribution_name`` is true (default), the full distribution read "
368374
"from the OS is returned. Otherwise the short name taken from "
@@ -372,7 +378,7 @@ msgstr ""
372378
"(デフォルト)の場合、OSから読み込まれた完全なディストリビューション名が返されます。それ以外の場合、``supported_dists`` "
373379
"で利用された短い名前が返されます。"
374380

375-
#: ../../library/platform.rst:265
381+
#: ../../library/platform.rst:266
376382
msgid ""
377383
"Returns a tuple ``(distname,version,id)`` which defaults to the args given "
378384
"as parameters. ``id`` is the item in parentheses after the version number."
@@ -381,7 +387,7 @@ msgstr ""
381387
"戻り値はタプル ``(distname, version, id)`` で、不明な項目は引数で指定した値となります。``id`` "
382388
"はバージョン番号に続く括弧内の要素です。これは通常バージョンコードネームです。"
383389

384-
#: ../../library/platform.rst:273
390+
#: ../../library/platform.rst:275
385391
msgid ""
386392
"Tries to determine the libc version against which the file executable "
387393
"(defaults to the Python interpreter) is linked. Returns a tuple of strings "
@@ -391,7 +397,7 @@ msgstr ""
391397
"executableで指定したファイル(省略時はPythonインタープリタ)がリンクしているlibcバージョンの取得を試みます。戻り値は文字列のタプル "
392398
"``(lib, version)`` で、不明な項目は引数で指定した値となります。"
393399

394-
#: ../../library/platform.rst:277
400+
#: ../../library/platform.rst:279
395401
msgid ""
396402
"Note that this function has intimate knowledge of how different libc "
397403
"versions add symbols to the executable is probably only usable for "
@@ -400,6 +406,6 @@ msgstr ""
400406
"この関数は、実行形式に追加されるシンボルの細かな違いによって、libcのバージョンを特定します。この違いは :program:`gcc` "
401407
"でコンパイルされた実行可能ファイルでのみ有効だと思われます。"
402408

403-
#: ../../library/platform.rst:281
409+
#: ../../library/platform.rst:283
404410
msgid "The file is read and scanned in chunks of *chunksize* bytes."
405411
msgstr "*chunksize* にはファイルから情報を取得するために読み込むバイト数を指定します。"

0 commit comments

Comments
 (0)