diff --git a/library/stdtypes.po b/library/stdtypes.po index 4275be44cc..500a93eaab 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攻擊的風險。且這個限制只適用於十進位或非二進制的數值。" +"十六進位,八進位,還有二進位的轉換則沒有長度限制。此限制值可以被設定與調整。" #: ../../library/stdtypes.rst:6339 msgid ""