Skip to content

Commit 0caec7f

Browse files
sync with cpython e050831b
1 parent 3045c8c commit 0caec7f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

c-api/float.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
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
277278
msgid ""
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."
280281
msgstr ""
281282
"請注意,在 IEEE 平台上可能無法保留 NaN 型別(「訊號型 NaN (signaling NaN)」會"
282283
"變成「安靜型 NaN (quiet NaN)」),例如在 32 位元模式的 x86 系統上。"
@@ -297,11 +298,12 @@ msgid "Pack functions"
297298
msgstr "打包函式"
298299

299300
#: ../../c-api/float.rst:210
301+
#, fuzzy
300302
msgid ""
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."
307309
msgstr ""

library/asyncio-task.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-02-08 00:24+0000\n"
9+
"POT-Creation-Date: 2026-03-17 00:20+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -809,7 +809,7 @@ msgid ""
809809
"safety guarantees than *gather* for scheduling a nesting of subtasks: if a "
810810
"task (or a subtask, a task scheduled by a task) raises an exception, "
811811
"*TaskGroup* will, while *gather* will not, cancel the remaining scheduled "
812-
"tasks)."
812+
"tasks."
813813
msgstr ""
814814

815815
#: ../../library/asyncio-task.rst:566

0 commit comments

Comments
 (0)