99msgstr ""
1010"Project-Id-Version : Python 3.14\n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2025-11-19 00:14 +0000\n "
12+ "POT-Creation-Date : 2026-02-18 00:20 +0000\n "
1313"PO-Revision-Date : 2025-11-07 05:06+0000\n "
1414"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -113,8 +113,9 @@ msgid ""
113113msgstr "將最小的正規化浮點數 *DBL_MIN* 作為 C :c:expr:`double` 回傳。"
114114
115115#: ../../c-api/float.rst:83
116+ #, fuzzy
116117msgid ""
117- "This macro expands a to constant expression of type :c:expr:`double`, that "
118+ "This macro expands to a constant expression of type :c:expr:`double`, that "
118119"represents the positive infinity."
119120msgstr "這個巨集會展開為一型別為 :c:expr:`double` 的常數運算式,表示正無窮大。"
120121
@@ -127,8 +128,9 @@ msgstr ""
127128"INFINITY` 巨集。"
128129
129130#: ../../c-api/float.rst:92
131+ #, fuzzy
130132msgid ""
131- "This macro expands a to constant expression of type :c:expr:`double`, that "
133+ "This macro expands to a constant expression of type :c:expr:`double`, that "
132134"represents a quiet not-a-number (qNaN) value."
133135msgstr ""
134136"這個巨集會展開為一型別為 :c:expr:`double` 的常數運算式,表示安靜型 NaN "
@@ -207,13 +209,15 @@ msgid ""
207209"is normal, subnormal or zero, but not infinite or NaN. Return ``0`` "
208210"otherwise."
209211msgstr ""
210- "如果給定的浮點數 *X* 是有限的(即為正規數 (normal)、次正規數 (subnormal) 或零,但不是無窮大或 NaN), "
211- "則回傳 ``1``。否則回傳 ``0``。"
212+ "如果給定的浮點數 *X* 是有限的(即為正規數 (normal)、次正規數 (subnormal) 或 "
213+ "零,但不是無窮大或 NaN), 則回傳 ``1``。否則回傳 ``0``。"
212214
213215#: ../../c-api/float.rst:157
214216msgid ""
215217"The macro is :term:`soft deprecated`. Use :c:macro:`!isfinite` instead."
216- msgstr "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!isfinite`。"
218+ msgstr ""
219+ "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!"
220+ "isfinite`。"
217221
218222#: ../../c-api/float.rst:163
219223msgid ""
@@ -224,18 +228,19 @@ msgstr ""
224228
225229#: ../../c-api/float.rst:166
226230msgid "The macro is :term:`soft deprecated`. Use :c:macro:`!isinf` instead."
227- msgstr "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!isinf`。"
231+ msgstr ""
232+ "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!isinf`。"
228233
229234#: ../../c-api/float.rst:172
230235msgid ""
231236"Return ``1`` if the given floating-point number *X* is a not-a-number (NaN) "
232237"value. Return ``0`` otherwise."
233- msgstr ""
234- "如果給定的浮點數 *X* 是非數值 (NaN),則回傳 ``1``。否則回傳 ``0``。"
238+ msgstr "如果給定的浮點數 *X* 是非數值 (NaN),則回傳 ``1``。否則回傳 ``0``。"
235239
236240#: ../../c-api/float.rst:175
237241msgid "The macro is :term:`soft deprecated`. Use :c:macro:`!isnan` instead."
238- msgstr "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!isnan`。"
242+ msgstr ""
243+ "此巨集已被\\ :term:`軟性棄用 <soft deprecated>`。請改用 :c:macro:`!isnan`。"
239244
240245#: ../../c-api/float.rst:180
241246msgid "Pack and Unpack functions"
0 commit comments