55msgstr ""
66"Project-Id-Version : Python 3.14\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2025-10-06 00:15 +0000\n "
8+ "POT-Creation-Date : 2026-01-07 00:14 +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- "
@@ -494,10 +494,10 @@ msgid ""
494494"that explicitly specifies the types your code supports (e.g., ``bytes | "
495495"bytearray | memoryview``)."
496496msgstr ""
497- "使用 ``isinstance(obj, collections.abc.Buffer)`` 來測試 ``obj`` 是否在 runtime "
498- "實作了\\ :ref:`緩衝區協定 <bufferobjects>`。在型別註解的使用中,請用 :class:`~ "
499- "collections.abc.Buffer` 或明確指定你的程式碼所支援型別的聯集(例如 "
500- "``bytes | bytearray | memoryview``)。"
497+ "使用 ``isinstance(obj, collections.abc.Buffer)`` 來測試 ``obj`` 是否在 "
498+ "runtime 實作了\\ :ref:`緩衝區協定 <bufferobjects>`。在型別註解的使用中,請 "
499+ "用 :class:`~ collections.abc.Buffer` 或明確指定你的程式碼所支援型別的聯集(例 "
500+ "如 ``bytes | bytearray | memoryview``)。"
501501
502502#: ../../deprecations/pending-removal-in-3.17.rst:14
503503#: ../../deprecations/pending-removal-in-3.17.rst:42
@@ -510,18 +510,20 @@ msgid ""
510510"also never understood as subtypes of :class:`!ByteString` (either at runtime "
511511"or by static type checkers)."
512512msgstr ""
513- ":class:`!ByteString` 最初被設計為一個抽象類別,以作為 :class:`bytes` 和 :class:`bytearray` "
514- "的超型別 (supertype)。然而由於 ABC 從未擁有任何方法,知道一個物件是 :class:`!ByteString` 的"
515- "實例從未真正告訴你任何關於該物件的有用資訊。其他常見的緩衝區型別如 :class:`memoryview` "
516- "也從未被理解為 :class:`!ByteString` 的子型別(無論是在 runtime 還是由靜態型別檢查器)。"
513+ ":class:`!ByteString` 最初被設計為一個抽象類別,以作為 :class:`bytes` 和 :"
514+ "class:`bytearray` 的超型別 (supertype)。然而由於 ABC 從未擁有任何方法,知道一"
515+ "個物件是 :class:`!ByteString` 的實例從未真正告訴你任何關於該物件的有用資訊。"
516+ "其他常見的緩衝區型別如 :class:`memoryview` 也從未被理解為 :class:`!"
517+ "ByteString` 的子型別(無論是在 runtime 還是由靜態型別檢查器)。"
517518
518519#: ../../deprecations/pending-removal-in-3.17.rst:22
519520#: ../../deprecations/pending-removal-in-3.17.rst:50
520521msgid ""
521522"See :pep:`PEP 688 <688#current-options>` for more details. (Contributed by "
522523"Shantanu Jain in :gh:`91896`.)"
523524msgstr ""
524- "更多細節請見 :pep:`PEP 688 <688#current-options>`。(由 Shantanu Jain 於 :gh:`91896` 貢獻。)"
525+ "更多細節請見 :pep:`PEP 688 <688#current-options>`。(由 Shantanu Jain 於 :gh:"
526+ "`91896` 貢獻。)"
525527
526528#: ../../deprecations/pending-removal-in-3.17.rst:28
527529msgid ""
@@ -542,7 +544,26 @@ msgid ""
542544":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
543545"removal in Python 3.17."
544546msgstr ""
545- ":class:`typing.ByteString` 自 Python 3.9 起已被棄用,預計在 Python 3.17 中移除。"
547+ ":class:`typing.ByteString` 自 Python 3.9 起已被棄用,預計在 Python 3.17 中移"
548+ "除。"
549+
550+ #: ../../deprecations/c-api-pending-removal-in-3.18.rst:2
551+ #: ../../deprecations/pending-removal-in-3.18.rst:2
552+ msgid "Pending removal in Python 3.18"
553+ msgstr "Python 3.18 中待移除的項目"
554+
555+ #: ../../deprecations/pending-removal-in-3.18.rst:4
556+ #, fuzzy
557+ msgid ":mod:`decimal`:"
558+ msgstr ":mod:`datetime`:"
559+
560+ #: ../../deprecations/pending-removal-in-3.18.rst:6
561+ msgid ""
562+ "The non-standard and undocumented :class:`~decimal.Decimal` format specifier "
563+ "``'N'``, which is only supported in the :mod:`!decimal` module's C "
564+ "implementation, has been deprecated since Python 3.13. (Contributed by "
565+ "Serhiy Storchaka in :gh:`89902`.)"
566+ msgstr ""
546567
547568#: ../../deprecations/pending-removal-in-3.19.rst:2
548569msgid "Pending removal in Python 3.19"
@@ -974,7 +995,7 @@ msgstr ""
974995":func:`sys._clear_type_cache` 已被棄用:請改用 :func:`sys."
975996"_clear_internal_caches`。"
976997
977- #: ../../deprecations/index.rst:15
998+ #: ../../deprecations/index.rst:17
978999msgid "C API deprecations"
9791000msgstr "C API 的棄用項目"
9801001
@@ -1337,10 +1358,6 @@ msgstr ""
13371358"應改用帶有 :c:type:`PyConfig` 的 :c:func:`Py_InitializeFromConfig` API 來設定"
13381359"這些選項。或者也可以使用 :c:func:`PyConfig_Get` 在執行時取得這些選項。"
13391360
1340- #: ../../deprecations/c-api-pending-removal-in-3.18.rst:2
1341- msgid "Pending removal in Python 3.18"
1342- msgstr "Python 3.18 中待移除的項目"
1343-
13441361#: ../../deprecations/c-api-pending-removal-in-3.18.rst:4
13451362msgid ""
13461363"The following private functions are deprecated and planned for removal in "
0 commit comments