1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
7
# Alpha Du <alphanow@gmail.com>, 2024
8
- # Freesand Leo <yuqinju@163.com>, 2024
8
+ # Freesand Leo <yuqinju@163.com>, 2025
9
9
#
10
10
#, fuzzy
11
11
msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-11-08 14:16 +0000\n "
15
+ "POT-Creation-Date : 2025-02-14 14:17 +0000\n "
16
16
"PO-Revision-Date : 2024-07-20 00:54+0000\n "
17
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
17
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2025 \n "
18
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -85,10 +85,18 @@ msgstr ""
85
85
"起已被弃用。"
86
86
87
87
#: ../../deprecations/pending-removal-in-3.15.rst:32
88
+ msgid ":mod:`importlib`:"
89
+ msgstr ":mod:`importlib`:"
90
+
91
+ #: ../../deprecations/pending-removal-in-3.15.rst:34
92
+ msgid "``load_module()`` method: use ``exec_module()`` instead."
93
+ msgstr "``load_module()`` 方法:改用 ``exec_module()``。"
94
+
95
+ #: ../../deprecations/pending-removal-in-3.15.rst:36
88
96
msgid ":class:`locale`:"
89
97
msgstr ":class:`locale`:"
90
98
91
- #: ../../deprecations/pending-removal-in-3.15.rst:34
99
+ #: ../../deprecations/pending-removal-in-3.15.rst:38
92
100
msgid ""
93
101
"The :func:`~locale.getdefaultlocale` function has been deprecated since "
94
102
"Python 3.11. Its removal was originally planned for Python 3.13 "
@@ -102,23 +110,23 @@ msgstr ""
102
110
":func:`~locale.setlocale` 和 :func:`~locale.getencoding`。 (由 Hugo van "
103
111
"Kemenade 在 :gh:`111187` 中贡献。)"
104
112
105
- #: ../../deprecations/pending-removal-in-3.15.rst:42
113
+ #: ../../deprecations/pending-removal-in-3.15.rst:46
106
114
msgid ":mod:`pathlib`:"
107
115
msgstr ":mod:`pathlib`:"
108
116
109
- #: ../../deprecations/pending-removal-in-3.15.rst:44
117
+ #: ../../deprecations/pending-removal-in-3.15.rst:48
110
118
msgid ""
111
119
":meth:`.PurePath.is_reserved` has been deprecated since Python 3.13. Use "
112
120
":func:`os.path.isreserved` to detect reserved paths on Windows."
113
121
msgstr ""
114
122
":meth:`.PurePath.is_reserved` 自 Python 3.13 起已被弃用。 请使用 "
115
123
":func:`os.path.isreserved` 来检测 Windows 上的保留路径。"
116
124
117
- #: ../../deprecations/pending-removal-in-3.15.rst:48
125
+ #: ../../deprecations/pending-removal-in-3.15.rst:52
118
126
msgid ":mod:`platform`:"
119
127
msgstr ":mod:`platform`:"
120
128
121
- #: ../../deprecations/pending-removal-in-3.15.rst:50
129
+ #: ../../deprecations/pending-removal-in-3.15.rst:54
122
130
msgid ""
123
131
":func:`~platform.java_ver` has been deprecated since Python 3.13. This "
124
132
"function is only useful for Jython support, has a confusing API, and is "
@@ -127,11 +135,11 @@ msgstr ""
127
135
":func:`~platform.java_ver` 自 Python 3.13 起已被弃用。 此函数仅对 Jython 支持有用,具有令人困惑的 "
128
136
"API,并且大部分未经测试。"
129
137
130
- #: ../../deprecations/pending-removal-in-3.15.rst:54
138
+ #: ../../deprecations/pending-removal-in-3.15.rst:58
131
139
msgid ":mod:`threading`:"
132
140
msgstr ":mod:`threading`:"
133
141
134
- #: ../../deprecations/pending-removal-in-3.15.rst:56
142
+ #: ../../deprecations/pending-removal-in-3.15.rst:60
135
143
msgid ""
136
144
":func:`~threading.RLock` will take no arguments in Python 3.15. Passing any "
137
145
"arguments has been deprecated since Python 3.14, as the Python version does"
@@ -141,11 +149,11 @@ msgstr ""
141
149
"在 Python 3.15 中 :func:`~threading.RLock` 将不再接受参数。 传入参数的做法自 Python 3.14 "
142
150
"起已被弃用,因为 Python 版本不接受任何参数,而 C 版本允许任意数量的位置或关键字参数,但会忽略所有参数。"
143
151
144
- #: ../../deprecations/pending-removal-in-3.15.rst:62
152
+ #: ../../deprecations/pending-removal-in-3.15.rst:66
145
153
msgid ":mod:`types`:"
146
154
msgstr ":mod:`types`:"
147
155
148
- #: ../../deprecations/pending-removal-in-3.15.rst:64
156
+ #: ../../deprecations/pending-removal-in-3.15.rst:68
149
157
msgid ""
150
158
":class:`types.CodeType`: Accessing :attr:`~codeobject.co_lnotab` was "
151
159
"deprecated in :pep:`626` since 3.10 and was planned to be removed in 3.12, "
@@ -156,11 +164,11 @@ msgstr ""
156
164
":pep:`626` 被弃用并曾计划在 3.12 中移除,但在 3.12 中实际仅设置了 :exc:`DeprecationWarning`。 可能会在"
157
165
" 3.15 中移除。 (由 Nikita Sobolev 在 :gh:`101866` 中贡献。)"
158
166
159
- #: ../../deprecations/pending-removal-in-3.15.rst:71
167
+ #: ../../deprecations/pending-removal-in-3.15.rst:75
160
168
msgid ":mod:`typing`:"
161
169
msgstr ":mod:`typing`:"
162
170
163
- #: ../../deprecations/pending-removal-in-3.15.rst:73
171
+ #: ../../deprecations/pending-removal-in-3.15.rst:77
164
172
msgid ""
165
173
"The undocumented keyword argument syntax for creating "
166
174
":class:`~typing.NamedTuple` classes (e.g. ``Point = NamedTuple(\" Point\" , "
@@ -170,7 +178,7 @@ msgstr ""
170
178
"未写入文档的用于创建 :class:`~typing.NamedTuple` 类的关键字参数语法 (例如 ``Point = "
171
179
"NamedTuple(\" Point\" , x=int, y=int)``) 自 Python 3.13 起已被弃用。 请改用基于类的语法或函数语法。"
172
180
173
- #: ../../deprecations/pending-removal-in-3.15.rst:79
181
+ #: ../../deprecations/pending-removal-in-3.15.rst:83
174
182
msgid ""
175
183
"The :func:`typing.no_type_check_decorator` decorator function has been "
176
184
"deprecated since Python 3.13. After eight years in the :mod:`typing` module,"
@@ -179,11 +187,11 @@ msgstr ""
179
187
":func:`typing.no_type_check_decorator` 装饰器自 Python 3.13 起已被弃用。 存在于 "
180
188
":mod:`typing` 模块八年之后,它仍未被任何主要类型检查器所支持。"
181
189
182
- #: ../../deprecations/pending-removal-in-3.15.rst:84
190
+ #: ../../deprecations/pending-removal-in-3.15.rst:88
183
191
msgid ":mod:`wave`:"
184
192
msgstr ":mod:`wave`:"
185
193
186
- #: ../../deprecations/pending-removal-in-3.15.rst:86
194
+ #: ../../deprecations/pending-removal-in-3.15.rst:90
187
195
msgid ""
188
196
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and "
189
197
":meth:`~wave.Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` "
0 commit comments