5
5
msgstr ""
6
6
"Project-Id-Version : Python 3.13\n "
7
7
"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 "
9
9
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
10
10
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
11
11
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -20,77 +20,76 @@ msgid "Pending Removal in Python 3.15"
20
20
msgstr "Python 3.15 中待移除的項目"
21
21
22
22
#: ../../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
27
23
msgid ""
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."
30
26
msgstr ""
31
- ":c:func:`PyImport_ImportModuleNoBlock`:請改 "
32
- "用 :c:func: `PyImport_ImportModule`。"
27
+ ":c:func:`PyImport_ImportModuleNoBlock`:請改用 :c:func: "
28
+ "`PyImport_ImportModule`。"
33
29
34
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:7
30
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:6
35
31
msgid ""
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."
38
34
msgstr ""
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`。"
41
37
42
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:9
38
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:8
43
39
msgid ""
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."
46
42
msgstr ""
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`。"
49
45
50
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:11
46
+ #: ../../deprecations/c-api-pendi
629A
ng-removal-in-3.15.rst:10
51
47
msgid "Python initialization functions:"
52
48
msgstr "Python 初始化函式:"
53
49
54
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:13
50
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:12
55
51
msgid ""
56
52
":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!"
57
53
"warnings.filters` instead."
58
54
msgstr ""
59
- ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` "
60
- "和 : data:`!warnings.filters`。"
55
+ ":c:func:`PySys_ResetWarnOptions`:請改為清除 :data:`sys.warnoptions` 和 : "
56
+ "data:`!warnings.filters`。"
61
57
62
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:15
58
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:14
63
59
msgid ""
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."
66
62
msgstr ""
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`。"
69
65
70
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:17
66
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:16
71
67
msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead."
72
68
msgstr ":c:func:`Py_GetPath`:請改用 :data:`sys.path`。"
73
69
74
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:19
70
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:18
75
71
msgid ""
76
72
":c:func:`Py_GetPrefix`: Get :data:`sys.base_prefix` and :data:`sys.prefix` "
77
73
"instead."
78
74
msgstr ""
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`。"
81
77
82
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:21
78
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:20
83
79
msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead."
84
80
msgstr ":c:func:`Py_GetProgramFullPath`:請改用 :data:`sys.executable`。"
85
81
86
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:23
82
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:22
87
83
msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead."
88
84
msgstr ":c:func:`Py_GetProgramName`:請改用 :data:`sys.executable`。"
89
85
90
- #: ../../deprecations/c-api-pending-removal-in-3.15.rst:25
86
+ #: ../../deprecations/c-api-pending-removal-in-3.15.rst:24
91
87
msgid ""
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."
94
90
msgstr ""
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