55#
66# Translators:
77# tomo, 2020
8+ # Takanori Suzuki <takanori@takanory.net>, 2021
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2021-01-01 16:02+0000\n "
1516"PO-Revision-Date : 2019-09-01 03:32+0000\n "
16- "Last-Translator : tomo, 2020 \n "
17+ "Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021 \n "
1718"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -705,7 +706,7 @@ msgstr "DBL_MAX_EXP"
705706msgid ""
706707"maximum integer *e* such that ``radix**(e-1)`` is a representable finite "
707708"float"
708- msgstr ""
709+ msgstr "floatが ``radix**(e-1)`` で表現可能な、最大の整数 *e* "
709710
710711#: ../../library/sys.rst:395
711712msgid ":const:`max_10_exp`"
@@ -719,7 +720,7 @@ msgstr "DBL_MAX_10_EXP"
719720msgid ""
720721"maximum integer *e* such that ``10**e`` is in the range of representable "
721722"finite floats"
722- msgstr ""
723+ msgstr "float が ``10**e`` で表現可能な、最大の整数 *e* "
723724
724725#: ../../library/sys.rst:398
725726msgid ":const:`min`"
@@ -743,7 +744,7 @@ msgstr "DBL_MIN_EXP"
743744
744745#: ../../library/sys.rst:400
745746msgid "minimum integer *e* such that ``radix**(e-1)`` is a normalized float"
746- msgstr ""
747+ msgstr "``radix**(e-1)`` が正規化floatであるような最小の整数 *e* "
747748
748749#: ../../library/sys.rst:403
749750msgid ":const:`min_10_exp`"
@@ -755,7 +756,7 @@ msgstr "DBL_MIN_10_EXP"
755756
756757#: ../../library/sys.rst:403
757758msgid "minimum integer *e* such that ``10**e`` is a normalized float"
758- msgstr ""
759+ msgstr "``10**e`` が正規化floatであるような最小の整数 *e* "
759760
760761#: ../../library/sys.rst:406
761762msgid ":const:`radix`"
@@ -1193,6 +1194,8 @@ msgid ""
11931194"A :term:`named tuple` giving parameters of the numeric hash implementation."
11941195" For more details about hashing of numeric types, see :ref:`numeric-hash`."
11951196msgstr ""
1197+ "数値のハッシュ実装のパラメータを与える :term:`named tuple` です。数値型のハッシュ化についての詳細は :ref:`numeric-"
1198+ "hash` を参照してください。"
11961199
11971200#: ../../library/sys.rst:726
11981201msgid ":const:`width`"
@@ -1279,10 +1282,13 @@ msgid ""
12791282"The :term:`named tuple` :data:`sys.version_info` may be used for a more "
12801283"human-friendly encoding of the same information."
12811284msgstr ""
1285+ "``hexversion`` は :func:`hex` 関数を使って 16 "
1286+ "進数に変換しなければ値の意味を持ちません。より読みやすいバージョン番号が必要な場合には :term:`named tuple` "
1287+ ":data:`sys.version_info` を使用してください。"
12821288
12831289#: ../../library/sys.rst:770
12841290msgid "More details of ``hexversion`` can be found at :ref:`apiabiversion`."
1285- msgstr ""
1291+ msgstr "``hexversion`` のより詳しい情報については :ref:`apiabiversion` を参照してください。 "
12861292
12871293#: ../../library/sys.rst:775
12881294msgid ""
@@ -1348,6 +1354,10 @@ msgid ""
13481354"nor between implementation versions. (It may change between Python language"
13491355" versions, however.) See :pep:`421` for more information."
13501356msgstr ""
1357+ ":data:`sys.implementation` には Python "
1358+ "実装固有の属性を追加することができます。それら非標準属性の名前はアンダースコアから始めなくてはならず、そしてここでは説明されません。その内容に関係なく、:data:`sys.implementation`"
1359+ " はインタプリタ起動中や実装のバージョン間で変更することはありません (ただし Python "
1360+ "言語のバージョン間についてはその限りではありません)。詳細は :pep:`421` を参照してください。"
13511361
13521362#: ../../library/sys.rst:814
13531363msgid ""
@@ -1359,7 +1369,7 @@ msgstr ""
13591369msgid ""
13601370"A :term:`named tuple` that holds information about Python's internal "
13611371"representation of integers. The attributes are read only."
1362- msgstr ""
1372+ msgstr "Python における整数の内部表現に関する情報を保持する、:term:`named tuple` です。この属性は読み出し専用です。 "
13631373
13641374#: ../../library/sys.rst:825 ../../library/sys.rst:1443
13651375msgid "Attribute"
@@ -1785,6 +1795,9 @@ msgid ""
17851795"``'return'``, ``'c_call'``, ``'c_return'``, or ``'c_exception'``. *arg* "
17861796"depends on the event type."
17871797msgstr ""
1798+ "Profile関数は 3 個の引数、*frame*、*event*、および *arg* を受け取る必要があります。*frame* "
1799+ "は現在のスタックフレームです。*event* は文字列で、``'call'``, ``'return'``, ``'c_call'``, "
1800+ "``'c_return'``, ``'c_exception'`` のどれかが渡されます。*arg* はイベントの種類によって異なります。"
17881801
17891802#: ../../library/sys.rst:1117 ../../library/sys.rst:1198
17901803msgid "The events have the following meaning:"
@@ -1896,6 +1909,9 @@ msgid ""
18961909"``'line'``, ``'return'``, ``'exception'`` or ``'opcode'``. *arg* depends on"
18971910" the event type."
18981911msgstr ""
1912+ "Trace関数は 3 個の引数、*frame*、*event*、および *arg* を受け取る必要があります。*frame* "
1913+ "は現在のスタックフレームです。*event* は文字列で、``'call'``, ``'line'``, ``'return'``, "
1914+ "``'exception'``, ``'opcode'`` のどれかが渡されます。*arg* はイベントの種類によって異なります。"
18991915
19001916#: ../../library/sys.rst:1186
19011917msgid ""
@@ -2227,11 +2243,15 @@ msgid ""
22272243"``None``. It is usually the case for Windows GUI apps that aren't connected "
22282244"to a console and Python apps started with :program:`pythonw`."
22292245msgstr ""
2246+ "一部の条件下では、``stdin``、``stdout``、および ``stderr`` もオリジナルの "
2247+ "``__stdin__``、``__stdout__``、および ``__stderr__`` も ``None`` "
2248+ "になることがあります。これはコンソールに接続しない Windows GUI アプリケーションであり、かつ :program:`pythonw` "
2249+ "で起動された Python アプリケーションが該当します。"
22302250
22312251#: ../../library/sys.rst:1437
22322252msgid ""
22332253"A :term:`named tuple` holding information about the thread implementation."
2234- msgstr ""
2254+ msgstr "スレッドの実装に関する情報が格納された :term:`named tuple` です。 "
22352255
22362256#: ../../library/sys.rst:1445
22372257msgid ":const:`name`"
@@ -2348,13 +2368,19 @@ msgid ""
23482368":mod:`sys` module for informational purposes; modifying this value has no "
23492369"effect on the registry keys used by Python."
23502370msgstr ""
2371+ "Windows プラットフォームで、レジストリのキーとなるバージョン番号。 Python DLL の文字列リソース 1000 "
2372+ "に設定されています。通常、この値は :const:`version` の先頭三文字となります。この値は参照専用で、別の値を設定しても Python "
2373+ "が使用するレジストリキーを変更することはできません。"
23512374
23522375#: ../../library/sys.rst:1521
23532376msgid ""
23542377"A dictionary of the various implementation-specific flags passed through the"
23552378" :option:`-X` command-line option. Option names are either mapped to their "
23562379"values, if given explicitly, or to :const:`True`. Example:"
23572380msgstr ""
2381+ "コマンドラインオプション :option:`-X` "
2382+ "で渡された様々な実装固有のフラグの辞書です。オプション名にはその値が明示されていればそれが、それ以外の場合は :const:`True` "
2383+ "がマップされます。例えば:"
23582384
23592385#: ../../library/sys.rst:1537
23602386msgid ""
0 commit comments