Skip to content

Commit 8bc2d71

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent b4d30ca commit 8bc2d71

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎library/stdtypes.po

+9-2
Original file line numberDiff line numberDiff line change
@@ -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."
76637663
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` の値が初期化時に使用されます。"
76647669

76657670
#: ../../library/stdtypes.rst:5524
76667671
msgid ""
@@ -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)."
77017706
msgstr ""
7707+
":data:`sys.int_info.str_digits_check_threshold <sys.int_info>` は上限値として"
7708+
"指定できる最低の値です(0の場合は無効になります)。"
77027709

77037710
#: ../../library/stdtypes.rst:5542
77047711
msgid ""
@@ -7722,7 +7729,7 @@ msgstr ""
77227729

77237730
#: ../../library/stdtypes.rst:5557
77247731
msgid "Recommended configuration"
7725-
msgstr ""
7732+
msgstr "推奨設定"
77267733

77277734
#: ../../library/stdtypes.rst:5559
77287735
msgid ""
@@ -7738,7 +7745,7 @@ msgstr "以下はプログラム例です::"
77387745

77397746
#: ../../library/stdtypes.rst:5576
77407747
msgid "If you need to disable it entirely, set it to ``0``."
7741-
msgstr ""
7748+
msgstr "完全に無効にするには、``0``に設定します。"
77427749

77437750
#: ../../library/stdtypes.rst:5580
77447751
msgid "Footnotes"

0 commit comments

Comments
 (0)