8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"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 "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : 秘湯 <xwhhsprings@gmail.com>, 2017\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -349,11 +349,17 @@ msgstr "Unix プラットフォーム"
349
349
msgid "This is another name for :func:`linux_distribution`."
350
350
msgstr "これは :func:`linux_distribution` の別名です。"
351
351
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
353
359
msgid "Tries to determine the name of the Linux OS distribution name."
354
360
msgstr "OSディストリビューション名の取得を試みます。"
355
361
356
- #: ../../library/platform.rst:257
362
+ #: ../../library/platform.rst:258
357
363
msgid ""
358
364
"``supported_dists`` may be given to define the set of Linux distributions to"
359
365
" look for. It defaults to a list of currently supported Linux distributions "
@@ -362,7 +368,7 @@ msgstr ""
362
368
"``supported_dists`` "
363
369
"は、検索するLinuxディストリビューションを定義するために利用します。デフォルトでは、リリースファイル名で定義されている、現在サポートされているLinuxディストリビューションのリストです。"
364
370
365
- #: ../../library/platform.rst:261
371
+ #: ../../library/platform.rst:262
366
372
msgid ""
367
373
"If ``full_distribution_name`` is true (default), the full distribution read "
368
374
"from the OS is returned. Otherwise the short name taken from "
@@ -372,7 +378,7 @@ msgstr ""
372
378
"(デフォルト)の場合、OSから読み込まれた完全なディストリビューション名が返されます。それ以外の場合、``supported_dists`` "
373
379
"で利用された短い名前が返されます。"
374
380
375
- #: ../../library/platform.rst:265
381
+ #: ../../library/platform.rst:266
376
382
msgid ""
377
383
"Returns a tuple ``(distname,version,id)`` which defaults to the args given "
378
384
"as parameters. ``id`` is the item in parentheses after the version number."
@@ -381,7 +387,7 @@ msgstr ""
381
387
"戻り値はタプル ``(distname, version, id)`` で、不明な項目は引数で指定した値となります。``id`` "
382
388
"はバージョン番号に続く括弧内の要素です。これは通常バージョンコードネームです。"
383
389
384
- #: ../../library/platform.rst:273
390
+ #: ../../library/platform.rst:275
385
391
msgid ""
386
392
"Tries to determine the libc version against which the file executable "
387
393
"(defaults to the Python interpreter) is linked. Returns a tuple of strings "
@@ -391,7 +397,7 @@ msgstr ""
391
397
"executableで指定したファイル(省略時はPythonインタープリタ)がリンクしているlibcバージョンの取得を試みます。戻り値は文字列のタプル "
392
398
"``(lib, version)`` で、不明な項目は引数で指定した値となります。"
393
399
394
- #: ../../library/platform.rst:277
400
+ #: ../../library/platform.rst:279
395
401
msgid ""
396
402
"Note that this function has intimate knowledge of how different libc "
397
403
"versions add symbols to the executable is probably only usable for "
@@ -400,6 +406,6 @@ msgstr ""
400
406
"この関数は、実行形式に追加されるシンボルの細かな違いによって、libcのバージョンを特定します。この違いは :program:`gcc` "
401
407
"でコンパイルされた実行可能ファイルでのみ有効だと思われます。"
402
408
403
- #: ../../library/platform.rst:281
409
+ #: ../../library/platform.rst:283
404
410
msgid "The file is read and scanned in chunks of *chunksize* bytes."
405
411
msgstr "*chunksize* にはファイルから情報を取得するために読み込むバイト数を指定します。"
0 commit comments