Skip to content

Commit 7c703ed

Browse files
sync with cpython b1accd51
1 parent a3f562c commit 7c703ed

38 files changed

+312
-294
lines changed

bugs.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-20 00:15+0000\n"
15+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1616
"PO-Revision-Date: 2022-08-31 12:34+0800\n"
1717
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1818
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -38,10 +38,11 @@ msgstr ""
3838
"知道任何你在 Python 中發現的缺失。"
3939

4040
#: ../../bugs.rst:11
41+
#, fuzzy
4142
msgid ""
4243
"It can be sometimes faster to fix bugs yourself and contribute patches to "
43-
"Python as it streamlines the process and involves less people. Learn how to :"
44-
"ref:`contribute <contributing-to-python>`."
44+
"Python as it streamlines the process and involves fewer people. Learn how "
45+
"to :ref:`contribute <contributing-to-python>`."
4546
msgstr ""
4647
"有時候自己直接修復錯誤並且送出一個修正給 Python 會比較快,因為這樣會加速流程"
4748
"而且不會困擾到太多人。學習如何\\ :ref:`貢獻給 Python <contributing-to-"
@@ -87,8 +88,8 @@ msgid ""
8788
"tracker <https://github.com/python/python-docs-theme>`_."
8889
msgstr ""
8990
"如果你發現文件主題 (HTML / CSS / JavaScript) 中存在錯誤,請在 `python-doc-"
90-
"theme 問題追蹤系統 <https://github.com/python/python-docs-theme>`_\\ 上提交錯誤報"
91-
"。"
91+
"theme 問題追蹤系統 <https://github.com/python/python-docs-theme>`_\\ 上提交錯"
92+
"誤報告。"
9293

9394
#: ../../bugs.rst:37
9495
msgid "`Documentation bugs`_"

c-api/float.po

Lines changed: 15 additions & 10 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: 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 ""
113113
msgstr "將最小的正規化浮點數 *DBL_MIN* 作為 C :c:expr:`double` 回傳。"
114114

115115
#: ../../c-api/float.rst:83
116+
#, fuzzy
116117
msgid ""
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."
119120
msgstr "這個巨集會展開為一型別為 :c:expr:`double` 的常數運算式,表示正無窮大。"
120121

@@ -127,8 +128,9 @@ msgstr ""
127128
"INFINITY` 巨集。"
128129

129130
#: ../../c-api/float.rst:92
131+
#, fuzzy
130132
msgid ""
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."
133135
msgstr ""
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."
209211
msgstr ""
210-
"如果給定的浮點數 *X* 是有限的(即為正規數 (normal)、次正規數 (subnormal) 或零,但不是無窮大或 NaN),"
211-
"則回傳 ``1``。否則回傳 ``0``。"
212+
"如果給定的浮點數 *X* 是有限的(即為正規數 (normal)、次正規數 (subnormal) "
213+
"零,但不是無窮大或 NaN),則回傳 ``1``。否則回傳 ``0``。"
212214

213215
#: ../../c-api/float.rst:157
214216
msgid ""
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
219223
msgid ""
@@ -224,18 +228,19 @@ msgstr ""
224228

225229
#: ../../c-api/float.rst:166
226230
msgid "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
230235
msgid ""
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
237241
msgid "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
241246
msgid "Pack and Unpack functions"

c-api/init.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-26 00:14+0000\n"
10+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1111
"PO-Revision-Date: 2023-04-24 20:49+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -646,7 +646,7 @@ msgstr ""
646646
msgid ""
647647
"Note that Python will do a best effort at freeing all memory allocated by "
648648
"the Python interpreter. Therefore, any C-Extension should make sure to "
649-
"correctly clean up all of the preveiously allocated PyObjects before using "
649+
"correctly clean up all of the previously allocated PyObjects before using "
650650
"them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could "
651651
"introduce vulnerabilities and incorrect behavior."
652652
msgstr ""
@@ -1987,10 +1987,11 @@ msgid "Get the current interpreter."
19871987
msgstr ""
19881988

19891989
#: ../../c-api/init.rst:1595
1990+
#, fuzzy
19901991
msgid ""
1991-
"Issue a fatal error if there no :term:`attached thread state`. It cannot "
1992+
"Issue a fatal error if there is no :term:`attached thread state`. It cannot "
19921993
"return NULL."
1993-
msgstr ""
1994+
msgstr "呼叫者必須擁有一個 :term:`attached thread state`。"
19941995

19951996
#: ../../c-api/init.rst:1603
19961997
msgid ""
@@ -2690,7 +2691,7 @@ msgid ""
26902691
"exception becomes set within the frame being executed. The effect of this "
26912692
"is that as exception propagation causes the Python stack to unwind, the "
26922693
"callback is called upon return to each frame as the exception propagates. "
2693-
"Only trace functions receives these events; they are not needed by the "
2694+
"Only trace functions receive these events; they are not needed by the "
26942695
"profiler."
26952696
msgstr ""
26962697

@@ -2826,7 +2827,7 @@ msgstr ""
28262827

28272828
#: ../../c-api/init.rst:2294
28282829
msgid ""
2829-
"Not that tracer functions **must not** create Python objects inside or "
2830+
"Note that tracer functions **must not** create Python objects inside or "
28302831
"otherwise the call will be re-entrant. The tracer also **must not** clear "
28312832
"any existing exception or set an exception. A :term:`thread state` will be "
28322833
"active every time the tracer function is called."

c-api/init_config.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-05 00:16+0000\n"
10+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -998,14 +998,14 @@ msgstr ""
998998

999999
#: ../../c-api/init_config.rst:547
10001000
msgid ""
1001-
"Public: Can by get by :c:func:`PyConfig_Get` and set by :c:func:"
1001+
"Public: Can be retrieved by :c:func:`PyConfig_Get` and set by :c:func:"
10021002
"`PyConfig_Set`."
10031003
msgstr ""
10041004

10051005
#: ../../c-api/init_config.rst:549
10061006
msgid ""
1007-
"Read-only: Can by get by :c:func:`PyConfig_Get`, but cannot be set by :c:"
1008-
"func:`PyConfig_Set`."
1007+
"Read-only: Can be retrieved by :c:func:`PyConfig_Get`, but cannot be set by :"
1008+
"c:func:`PyConfig_Set`."
10091009
msgstr ""
10101010

10111011
#: ../../c-api/init_config.rst:554
@@ -1792,7 +1792,7 @@ msgstr ""
17921792
msgid ""
17931793
"Most ``PyConfig`` methods :ref:`preinitialize Python <c-preinit>` if needed. "
17941794
"In that case, the Python preinitialization configuration (:c:type:"
1795-
"`PyPreConfig`) in based on the :c:type:`PyConfig`. If configuration fields "
1795+
"`PyPreConfig`) is based on the :c:type:`PyConfig`. If configuration fields "
17961796
"which are in common with :c:type:`PyPreConfig` are tuned, they must be set "
17971797
"before calling a :c:type:`PyConfig` method:"
17981798
msgstr ""

c-api/intro.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-02-07 00:19+0000\n"
10+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1111
"PO-Revision-Date: 2023-04-25 18:01+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -331,7 +331,7 @@ msgid "General utility macros"
331331
msgstr ""
332332

333333
#: ../../c-api/intro.rst:183
334-
msgid "The following macros common tasks not specific to Python."
334+
msgid "The following macros are for common tasks not specific to Python."
335335
msgstr ""
336336

337337
#: ../../c-api/intro.rst:187
@@ -469,7 +469,7 @@ msgstr ""
469469
#: ../../c-api/intro.rst:280
470470
#, fuzzy
471471
msgid ""
472-
"A use for ``Py_UNREACHABLE()`` is following a call a function that never "
472+
"A use for ``Py_UNREACHABLE()`` is following a call to a function that never "
473473
"returns but that is not declared ``_Noreturn``."
474474
msgstr ""
475475
"``Py_UNREACHABLE()`` 的一個用途是,在對一個永不回傳但並未聲明為 :c:macro:"

c-api/structures.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-11-20 00:14+0000\n"
10+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:07+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -519,7 +519,7 @@ msgstr ""
519519
#: ../../c-api/structures.rst:410
520520
msgid ""
521521
"These two constants are not used to indicate the calling convention but the "
522-
"binding when use with methods of classes. These may not be used for "
522+
"binding when used with methods of classes. These may not be used for "
523523
"functions defined for modules. At most one of these flags may be set for "
524524
"any given method."
525525
msgstr ""

c-api/veryhigh.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: 2025-11-25 00:13+0000\n"
9+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:08+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -224,7 +224,7 @@ msgid ""
224224
"objects *globals* and *locals* with the compiler flags specified by "
225225
"*flags*. *globals* must be a dictionary; *locals* can be any object that "
226226
"implements the mapping protocol. The parameter *start* specifies the start "
227-
"symbol and must one of the :ref:`available start symbols <start-symbols>`."
227+
"symbol and must be one of the :ref:`available start symbols <start-symbols>`."
228228
msgstr ""
229229

230230
#: ../../c-api/veryhigh.rst:196

deprecations/index.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.14\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2026-02-10 00:24+0000\n"
8+
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -154,9 +154,10 @@ msgid ":mod:`threading`:"
154154
msgstr ":mod:`threading`:"
155155

156156
#: ../../deprecations/pending-removal-in-3.15.rst:65
157+
#, fuzzy
157158
msgid ""
158159
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
159-
"arguments has been deprecated since Python 3.14, as the Python version does "
160+
"arguments has been deprecated since Python 3.14, as the Python version does "
160161
"not permit any arguments, but the C version allows any number of positional "
161162
"or keyword arguments, ignoring every argument."
162163
msgstr ""

0 commit comments

Comments
 (0)