@@ -7661,6 +7661,11 @@ msgid ""
7661
7661
"value of *-1* indicates that both were unset, thus a value of :data:`sys."
7662
7662
"int_info.default_max_str_digits` was used during initialization."
7663
7663
msgstr ""
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` の値が初期化時に使用されます。"
7664
7669
7665
7670
#: ../../library/stdtypes.rst:5524
7666
7671
msgid ""
@@ -7699,6 +7704,8 @@ msgid ""
7699
7704
":data:`sys.int_info.str_digits_check_threshold <sys.int_info>` is the lowest "
7700
7705
"accepted value for the limit (other than 0 which disables it)."
7701
7706
msgstr ""
7707
+ ":data:`sys.int_info.str_digits_check_threshold <sys.int_info>` は上限値として"
7708
+ "指定できる最低の値です(0の場合は無効になります)。"
7702
7709
7703
7710
#: ../../library/stdtypes.rst:5542
7704
7711
msgid ""
@@ -7722,7 +7729,7 @@ msgstr ""
7722
7729
7723
7730
#: ../../library/stdtypes.rst:5557
7724
7731
msgid "Recommended configuration"
7725
- msgstr ""
7732
+ msgstr "推奨設定 "
7726
7733
7727
7734
#: ../../library/stdtypes.rst:5559
7728
7735
msgid ""
@@ -7738,7 +7745,7 @@ msgstr "以下はプログラム例です::"
7738
7745
7739
7746
#: ../../library/stdtypes.rst:5576
7740
7747
msgid "If you need to disable it entirely, set it to ``0``."
7741
- msgstr ""
7748
+ msgstr "完全に無効にするには、``0``に設定します。 "
7742
7749
7743
7750
#: ../../library/stdtypes.rst:5580
7744
7751
msgid "Footnotes"
0 commit comments