@@ -7661,6 +7661,11 @@ msgid ""
76617661"value of *-1* indicates that both were unset, thus a value of :data:`sys."
76627662"int_info.default_max_str_digits` was used during initialization."
76637663msgstr ""
7664+ ":data:`sys.flags.int_max_str_digits` には :envvar:`PYTHONINTMAXSTRDIGITS` ま"
7665+ "たは :option:`-X int_max_str_digits <-X>` の値が設定されます。環境変数と ``-"
7666+ "X`` オプションの両方が指定された場合は ``-X`` オプションが優先されます。 "
7667+ "*-1* という値はどちらも未設定であることを表し、その場合は :data:`sys."
7668+ "int_info.default_max_str_digits` の値が初期化時に使用されます。"
76647669
76657670#: ../../library/stdtypes.rst:5524
76667671msgid ""
@@ -7699,6 +7704,8 @@ msgid ""
76997704":data:`sys.int_info.str_digits_check_threshold <sys.int_info>` is the lowest "
77007705"accepted value for the limit (other than 0 which disables it)."
77017706msgstr ""
7707+ ":data:`sys.int_info.str_digits_check_threshold <sys.int_info>` は上限値として"
7708+ "指定できる最低の値です(0の場合は無効になります)。"
77027709
77037710#: ../../library/stdtypes.rst:5542
77047711msgid ""
@@ -7722,7 +7729,7 @@ msgstr ""
77227729
77237730#: ../../library/stdtypes.rst:5557
77247731msgid "Recommended configuration"
7725- msgstr ""
7732+ msgstr "推奨設定 "
77267733
77277734#: ../../library/stdtypes.rst:5559
77287735msgid ""
@@ -7738,7 +7745,7 @@ msgstr "以下はプログラム例です::"
77387745
77397746#: ../../library/stdtypes.rst:5576
77407747msgid "If you need to disable it entirely, set it to ``0``."
7741- msgstr ""
7748+ msgstr "完全に無効にするには、``0``に設定します。 "
77427749
77437750#: ../../library/stdtypes.rst:5580
77447751msgid "Footnotes"
0 commit comments