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,28 @@ 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+ msgid ":mod:`decimal`:"
557+ msgstr ":mod:`decimal`:"
558+
559+ #: ../../deprecations/pending-removal-in-3.18.rst:6
560+ msgid ""
561+ "The non-standard and undocumented :class:`~decimal.Decimal` format specifier "
562+ "``'N'``, which is only supported in the :mod:`!decimal` module's C "
563+ "implementation, has been deprecated since Python 3.13. (Contributed by "
564+ "Serhiy Storchaka in :gh:`89902`.)"
565+ msgstr ""
566+ "非標準且無文件記載的 :class:`~decimal.Decimal` 格式說明符號 ``'N'``,僅在 :mod:"
567+ "`!decimal` 模組的 C 實作中被支援,自 Python 3.13 起已被棄用。(由 Serhiy "
568+ "Storchaka 於 :gh:`89902` 中貢獻。)"
546569
547570#: ../../deprecations/pending-removal-in-3.19.rst:2
548571msgid "Pending removal in Python 3.19"
@@ -974,7 +997,7 @@ msgstr ""
974997":func:`sys._clear_type_cache` 已被棄用:請改用 :func:`sys."
975998"_clear_internal_caches`。"
976999
977- #: ../../deprecations/index.rst:15
1000+ #: ../../deprecations/index.rst:17
9781001msgid "C API deprecations"
9791002msgstr "C API 的棄用項目"
9801003
@@ -1337,10 +1360,6 @@ msgstr ""
13371360"應改用帶有 :c:type:`PyConfig` 的 :c:func:`Py_InitializeFromConfig` API 來設定"
13381361"這些選項。或者也可以使用 :c:func:`PyConfig_Get` 在執行時取得這些選項。"
13391362
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-
13441363#: ../../deprecations/c-api-pending-removal-in-3.18.rst:4
13451364msgid ""
13461365"The following private functions are deprecated and planned for removal in "
0 commit comments