diff --git a/library/stdtypes.po b/library/stdtypes.po index 4275be44cc..37d95406e4 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -438,7 +438,7 @@ msgstr "" msgid "" "A comparison between numbers of different types behaves as though the exact " "values of those numbers were being compared. [2]_" -msgstr "" +msgstr "不同型別的數值之間進行比較時,其行為就像是在比較這些數值的實際值 [2]_" #: ../../library/stdtypes.rst:280 msgid "" @@ -9318,7 +9318,7 @@ msgstr "" #: ../../library/stdtypes.rst:6332 msgid "Integer string conversion length limitation" -msgstr "" +msgstr "整數字串轉換長度限制" #: ../../library/stdtypes.rst:6334 msgid "" @@ -9327,6 +9327,9 @@ msgid "" "decimal or other non-power-of-two number bases. Hexadecimal, octal, and " "binary conversions are unlimited. The limit can be configured." msgstr "" +"CPython 針對在 :class:`int` 與 :class:`str` 之間轉換時設有一個全域限制," +"用於降低阻斷服務 (DoS) 攻擊的風險。這個限制\\* 只\\* 適用於十進位其他非 2 的冪次進位的數值。" +"十六進位、八進位,還有二進位的轉換則沒有長度限制。此限制值可以被調整。" #: ../../library/stdtypes.rst:6339 msgid ""