99msgstr ""
1010"Project-Id-Version : Python 3.14\n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2026-02-18 00:20+0000\n "
12+ "POT-Creation-Date : 2026-03-17 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- "
@@ -274,9 +274,10 @@ msgstr ""
274274"理,並且嘗試解包包含 IEEE INF 或 NaN 的位元組字串將引發例外。"
275275
276276#: ../../c-api/float.rst:197
277+ #, fuzzy
277278msgid ""
278- "Note that NaNs type may not be preserved on IEEE platforms (signaling NaN "
279- "become quiet NaN ), for example on x86 systems in 32-bit mode."
279+ "Note that NaN type may not be preserved on IEEE platforms (signaling NaNs "
280+ "become quiet NaNs ), for example on x86 systems in 32-bit mode."
280281msgstr ""
281282"請注意,在 IEEE 平台上可能無法保留 NaN 型別(「訊號型 NaN (signaling NaN)」會"
282283"變成「安靜型 NaN (quiet NaN)」),例如在 32 位元模式的 x86 系統上。"
@@ -297,11 +298,12 @@ msgid "Pack functions"
297298msgstr "打包函式"
298299
299300#: ../../c-api/float.rst:210
301+ #, fuzzy
300302msgid ""
301303"The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an :c:expr:"
302304"`int` argument, non-zero if you want the bytes string in little-endian "
303- "format (exponent last, at ``p+1``, ``p+3``, or ``p+6`` ``p+7``), zero if you "
304- "want big-endian format (exponent first, at *p*). The :c:macro:"
305+ "format (exponent last, at ``p+1``, ``p+3``, or ``p+6`` and ``p+7``), zero if "
306+ "you want big-endian format (exponent first, at *p*). The :c:macro:"
305307"`PY_BIG_ENDIAN` constant can be used to use the native endian: it is equal "
306308"to ``1`` on big endian processor, or ``0`` on little endian processor."
307309msgstr ""
0 commit comments