@@ -498,11 +498,14 @@ msgid ""
498498"``bytes | bytearray``, or :class:`collections.abc.Buffer`. (Contributed by "
499499"Shantanu Jain in :gh:`91896`.)"
500500msgstr ""
501+ "自 Python 3.9 起已被棄用的 :class:`typing.ByteString`,計劃在 Python "
502+ "3.17 中移除。建議改用 :class:`~collections.abc.Sequence` 或 :class:`~"
503+ "collections.abc.Buffer`。在型別註釋中建議改用聯集,例如 ``bytes | "
504+ "bytearray`` 或 :class:`collections.abc.Buffer`。(Shantanu Jain 於 :gh:`91896` 貢獻。)"
501505
502506#: ../../deprecations/pending-removal-in-3.17.rst:17
503- #, fuzzy
504507msgid ":mod:`collections.abc`:"
505- msgstr ":mod:`builtins `:"
508+ msgstr ":mod:`collections.abc `:"
506509
507510#: ../../deprecations/pending-removal-in-3.17.rst:19
508511msgid ""
@@ -512,6 +515,10 @@ msgid ""
512515"bytearray``, or :class:`collections.abc.Buffer`. (Contributed by Shantanu "
513516"Jain in :gh:`91896`.)"
514517msgstr ""
518+ ":class:`collections.abc.ByteString` 計劃在 Python 3.17 中移除。建議改用 "
519+ ":class:`~collections.abc.Sequence` 或 :class:`~collections.abc.Buffer`。在"
520+ "型別註釋中建議改用聯集,例如 ``bytes | bytearray`` 或 :class:`collections.abc."
521+ "Buffer`。(Shantanu Jain 於 :gh:`91896` 貢獻。)"
515522
516523#: ../../deprecations/pending-removal-in-3.19.rst:2
517524msgid "Pending removal in Python 3.19"
@@ -1318,7 +1325,7 @@ msgstr "Python 3.18 中待移除的項目"
13181325msgid ""
13191326"The following private functions are deprecated and planned for removal in "
13201327"Python 3.18:"
1321- msgstr ""
1328+ msgstr "以下私有函式已被棄用,並計劃在 Python 3.18 中移除: "
13221329
13231330#: ../../deprecations/c-api-pending-removal-in-3.18.rst:7
13241331msgid ":c:func:`!_PyBytes_Join`: use :c:func:`PyBytes_Join`."
@@ -1333,7 +1340,6 @@ msgstr ""
13331340"`PyDict_GetItemStringRef`。"
13341341
13351342#: ../../deprecations/c-api-pending-removal-in-3.18.rst:9
1336- #, fuzzy
13371343msgid ":c:func:`!_PyDict_Pop()`: use :c:func:`PyDict_Pop`."
13381344msgstr ":c:func:`!_PyDict_Pop()`:請改用 :c:func:`PyDict_Pop`。"
13391345
@@ -1421,15 +1427,14 @@ msgstr ""
14211427"<PyUnicodeWriter_WriteSubstring>`。"
14221428
14231429#: ../../deprecations/c-api-pending-removal-in-3.18.rst:33
1424- #, fuzzy
14251430msgid ""
14261431":c:func:`!_PyUnicodeWriter_WriteASCIIString`: replace "
14271432"``_PyUnicodeWriter_WriteASCIIString(&writer, str)`` with :c:func:"
14281433"`PyUnicodeWriter_WriteASCII(writer, str) <PyUnicodeWriter_WriteASCII>`."
14291434msgstr ""
14301435":c:func:`!_PyUnicodeWriter_WriteASCIIString`:將 "
14311436"``_PyUnicodeWriter_WriteASCIIString(&writer, str)`` 替換為 :c:func:"
1432- "`PyUnicodeWriter_WriteUTF8 (writer, str) <PyUnicodeWriter_WriteUTF8 >`。"
1437+ "`PyUnicodeWriter_WriteASCII (writer, str) <PyUnicodeWriter_WriteASCII >`。"
14331438
14341439#: ../../deprecations/c-api-pending-removal-in-3.18.rst:36
14351440msgid ""
@@ -1458,14 +1463,14 @@ msgid ":c:func:`!_Py_fopen_obj`: use :c:func:`Py_fopen`."
14581463msgstr ":c:func:`!_Py_fopen_obj`:請改用 :c:func:`Py_fopen`。"
14591464
14601465#: ../../deprecations/c-api-pending-removal-in-3.18.rst:44
1461- #, fuzzy
14621466msgid ""
14631467"The `pythoncapi-compat project <https://github.com/python/pythoncapi-compat/"
14641468">`__ can be used to get these new public functions on Python 3.13 and older. "
14651469"(Contributed by Victor Stinner in :gh:`128863`.)"
14661470msgstr ""
14671471"可以使用 `pythoncapi-compat project <https://github.com/python/pythoncapi-"
1468- "compat/>`__ 來取得這些於 Python 3.13 及更早版本的新公開函式。"
1472+ "compat/>`__ 來取得這些於 Python 3.13 及更早版本的新公開函式。(由 "
1473+ "Victor Stinner 在 :gh:`128863` 貢獻)"
14691474
14701475#: ../../deprecations/c-api-pending-removal-in-future.rst:4
14711476msgid ""
@@ -1569,6 +1574,3 @@ msgstr ""
15691574#: ../../deprecations/c-api-pending-removal-in-future.rst:41
15701575msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
15711576msgstr ":c:func:`PyThread_ReInitTLS`:自 Python 3.7 起不再需要。"
1572-
1573- #~ msgid "Deprecated private functions (:gh:`128863`):"
1574- #~ msgstr "被棄用的私有函式 (:gh:`128863`):"