55msgstr ""
66"Project-Id-Version : Python 3.13\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2024-10-22 00:13 +0000\n "
8+ "POT-Creation-Date : 2025-07-03 00:17 +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- "
@@ -20,77 +20,76 @@ msgid "Pending Removal in Python 3.15"
2020msgstr "Python 3.15 中待移除的項目"
2121
2222#: ../../deprecations/c-api-pending-removal-in-3.15.rst:4
23- msgid "The bundled copy of ``libmpdecimal``."
24- msgstr "``libmpdecimal`` 的打包副本 (bundled copy)。"
25-
26- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:5
2723msgid ""
28- "The :c:func:`PyImport_ImportModuleNoBlock`: "
29- "Use :c:func: `PyImport_ImportModule` instead."
24+ "The :c:func:`PyImport_ImportModuleNoBlock`: Use :c:func: "
25+ "`PyImport_ImportModule` instead."
3026msgstr ""
31- ":c:func:`PyImport_ImportModuleNoBlock`:請改 "
32- "用 :c:func: `PyImport_ImportModule`。"
27+ ":c:func:`PyImport_ImportModuleNoBlock`:請改用 :c:func: "
28+ "`PyImport_ImportModule`。"
3329
34- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:7
30+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:6
3531msgid ""
36- ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: "
37- "Use :c: func:`PyWeakref_GetRef` instead."
32+ ":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use :c: "
33+ "func:`PyWeakref_GetRef` instead."
3834msgstr ""
39- ":c:func:`PyWeakref_GetObject` 和 :c:func:`PyWeakref_GET_OBJECT`:請改 "
40- "用 :c: func:`PyWeakref_GetRef`。"
35+ ":c:func:`PyWeakref_GetObject` 和 :c:func:`PyWeakref_GET_OBJECT`:請改用 :c: "
36+ "func:`PyWeakref_GetRef`。"
4137
42- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:9
38+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:8
4339msgid ""
44- ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: "
45- "Use :c: type:`wchar_t` instead."
40+ ":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use :c: "
41+ "type:`wchar_t` instead."
4642msgstr ""
47- ":c:type:`Py_UNICODE` 型別與 :c:macro:`!Py_UNICODE_WIDE` 巨集:請改 "
48- "用 :c:type: `wchar_t`。"
43+ ":c:type:`Py_UNICODE` 型別與 :c:macro:`!Py_UNICODE_WIDE` 巨集:請改用 :c:type: "
44+ "`wchar_t`。"
4945
50- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:11
46+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:10
5147msgid "Python initialization functions:"
5248msgstr "Python 初始化函式:"
5349
54- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:13
50+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:12
5551msgid ""
5652":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!"
5753"warnings.filters` instead."
5854msgstr ""
59- ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` "
60- "和 : data:`!warnings.filters`。"
55+ ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` 和 : "
56+ "data:`!warnings.filters`。"
6157
62- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:15
58+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:14
6359msgid ""
64- ":c:func:`Py_GetExecPrefix`: Get :data:`sys.base_exec_prefix` "
65- "and :data:`sys. exec_prefix` instead."
60+ ":c:func:`Py_GetExecPrefix`: Get :data:`sys.base_exec_prefix` and :data:`sys. "
61+ "exec_prefix` instead."
6662msgstr ""
67- ":c:func:`Py_GetExecPrefix`:請改用 :data:`sys.base_exec_prefix` "
68- "與 :data: `sys.exec_prefix`。"
63+ ":c:func:`Py_GetExecPrefix`:請改用 :data:`sys.base_exec_prefix` 與 :data: "
64+ "`sys.exec_prefix`。"
6965
70- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:17
66+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:16
7167msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead."
7268msgstr ":c:func:`Py_GetPath`:請改用 :data:`sys.path`。"
7369
74- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:19
70+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:18
7571msgid ""
7672":c:func:`Py_GetPrefix`: Get :data:`sys.base_prefix` and :data:`sys.prefix` "
7773"instead."
7874msgstr ""
79- ":c:func:`Py_GetPrefix`:請改用 :data:`sys.base_prefix` "
80- "與 :data:`sys. prefix`。"
75+ ":c:func:`Py_GetPrefix`:請改用 :data:`sys.base_prefix` 與 :data:`sys. "
76+ "prefix`。"
8177
82- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:21
78+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:20
8379msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead."
8480msgstr ":c:func:`Py_GetProgramFullPath`:請改用 :data:`sys.executable`。"
8581
86- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:23
82+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:22
8783msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead."
8884msgstr ":c:func:`Py_GetProgramName`:請改用 :data:`sys.executable`。"
8985
90- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:25
86+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:24
9187msgid ""
92- ":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or "
93- "the :envvar: `PYTHONHOME` environment variable instead."
88+ ":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or the :envvar: "
89+ "`PYTHONHOME` environment variable instead."
9490msgstr ""
95- ":c:func:`Py_GetPythonHome`:請改用 :c:member:`PyConfig.home` "
96- "或 :envvar:`PYTHONHOME` 環境變數。"
91+ ":c:func:`Py_GetPythonHome`:請改用 :c:member:`PyConfig.home` 或 :envvar:"
92+ "`PYTHONHOME` 環境變數。"
93+
94+ #~ msgid "The bundled copy of ``libmpdecimal``."
95+ #~ msgstr "``libmpdecimal`` 的打包副本 (bundled copy)。"
0 commit comments