@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-03-01 21:26 +0000\n "
20
+ "POT-Creation-Date : 2024-03-08 18:35 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:44+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -235,41 +235,48 @@ msgid ""
235
235
"Unix <whatsnew-multiprocessing-no-fork>`. *spawn* and *forkserver* are more"
236
236
" secure because they avoid sharing data with child processes."
237
237
msgstr ""
238
+ "现在 :mod:`multiprocessing` 具有 :ref:`一个在 Unix 上避免使用 os.fork 的选项 <whatsnew-"
239
+ "multiprocessing-no-fork>`。 *spawn* 和 *forkserver* 更为安全因为它们会避免与子进程共享数据。"
238
240
239
241
#: ../../whatsnew/3.4.rst:143
240
242
msgid ""
241
243
":mod:`multiprocessing` child processes on Windows no longer inherit all of "
242
244
"the parent's inheritable handles, only the necessary ones."
243
- msgstr ""
245
+ msgstr "在 Windows 上 :mod:`multiprocessing` 子进程将不再继承父进程的所有可继承句柄,而仅继承必需的几个。 "
244
246
245
247
#: ../../whatsnew/3.4.rst:145
246
248
msgid ""
247
249
"A new :func:`hashlib.pbkdf2_hmac` function provides the `PKCS#5 password-"
248
250
"based key derivation function 2 <https://en.wikipedia.org/wiki/PBKDF2>`_."
249
251
msgstr ""
252
+ "新增的 :func:`hashlib.pbkdf2_hmac` 函数可提供 `PKCS#5 基于口令的密钥派生函数 2 "
253
+ "<https://en.wikipedia.org/wiki/PBKDF2>`_。"
250
254
251
255
#: ../../whatsnew/3.4.rst:148
252
256
msgid ""
253
257
":ref:`TLSv1.1 and TLSv1.2 support <whatsnew-tls-11-12>` for :mod:`ssl`."
254
- msgstr ""
258
+ msgstr "针对 :mod:`ssl` 的 :ref:`TLSv1.1 和 TLSv1.2 支持 <whatsnew-tls-11-12>`。 "
255
259
256
260
#: ../../whatsnew/3.4.rst:149
257
261
msgid ""
258
262
":ref:`Retrieving certificates from the Windows system cert store support "
259
263
"<whatsnew34-win-cert-store>` for :mod:`ssl`."
260
264
msgstr ""
265
+ "在 :mod:`ssl` 中对于 :ref:`从 Windows 系统证书库获取证书的支持 <whatsnew34-win-cert-store>`。"
261
266
262
267
#: ../../whatsnew/3.4.rst:151
263
268
msgid ""
264
269
":ref:`Server-side SNI (Server Name Indication) support <whatsnew34-sni>` for"
265
270
" :mod:`ssl`."
266
271
msgstr ""
272
+ "在 :mod:`ssl` 中对于 :ref:`服务端 SNI (Server Name Indication) 的支持 "
273
+ "<whatsnew34-sni>`。"
267
274
268
275
#: ../../whatsnew/3.4.rst:153
269
276
msgid ""
270
277
"The :class:`ssl.SSLContext` class has a :ref:`lot of improvements "
271
278
"<whatsnew34-sslcontext>`."
272
- msgstr ""
279
+ msgstr ":class:`ssl.SSLContext` 类具有 :ref:`大量改进 <whatsnew34-sslcontext>`。 "
273
280
274
281
#: ../../whatsnew/3.4.rst:155
275
282
msgid ""
@@ -278,28 +285,33 @@ msgid ""
278
285
"(:func:`ssl.match_hostname`) and CRLs (Certificate Revocation lists, see "
279
286
":func:`ssl.SSLContext.load_verify_locations`)."
280
287
msgstr ""
288
+ "标准库中所有支持 SSL 的模块现在都支持服务器证书验证,包括主机名匹配 (:func:`ssl.match_hostname`) 和 CRL "
289
+ "(Certificate Revocation Lists,参见 "
290
+ ":func:`ssl.SSLContext.load_verify_locations`)。"
281
291
282
292
#: ../../whatsnew/3.4.rst:160
283
293
msgid "CPython implementation improvements:"
284
294
msgstr "CPython 实现的改进:"
285
295
286
296
#: ../../whatsnew/3.4.rst:162
287
297
msgid ":ref:`Safe object finalization <whatsnew-pep-442>` (:pep:`442`)."
288
- msgstr ""
298
+ msgstr ":ref:`安全的对象最终化 <whatsnew-pep-442>` (:pep:`442`)。 "
289
299
290
300
#: ../../whatsnew/3.4.rst:163
291
301
msgid ""
292
302
"Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set "
293
303
"to None during finalization <whatsnew-pep-442>` (:issue:`18214`)."
294
304
msgstr ""
305
+ "通过应用 :pep:`442`,在大多数情况下 :ref:`模块的 globals 在最终化期间将不再被设为 None <whatsnew-"
306
+ "pep-442>` (:issue:`18214`)。"
295
307
296
308
#: ../../whatsnew/3.4.rst:165
297
309
msgid ":ref:`Configurable memory allocators <whatsnew-pep-445>` (:pep:`445`)."
298
- msgstr ""
310
+ msgstr ":ref:`可配置的内存分配器 <whatsnew-pep-445>` (:pep:`445`)。 "
299
311
300
312
#: ../../whatsnew/3.4.rst:166
301
313
msgid ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)."
302
- msgstr ""
314
+ msgstr ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)。 "
303
315
304
316
#: ../../whatsnew/3.4.rst:168
305
317
msgid ""
@@ -314,11 +326,11 @@ msgstr "新的特性"
314
326
315
327
#: ../../whatsnew/3.4.rst:180
316
328
msgid "PEP 453: Explicit Bootstrapping of PIP in Python Installations"
317
- msgstr ""
329
+ msgstr "PEP 453: 在 Python 安装版中对 PIP 的显式初始配置 "
318
330
319
331
#: ../../whatsnew/3.4.rst:183
320
332
msgid "Bootstrapping pip By Default"
321
- msgstr ""
333
+ msgstr "默认对 pip 进行初始配置 "
322
334
323
335
#: ../../whatsnew/3.4.rst:185
324
336
msgid ""
@@ -456,7 +468,7 @@ msgstr ""
456
468
457
469
#: ../../whatsnew/3.4.rst:279
458
470
msgid ":pep:`446` -- Make newly created file descriptors non-inheritable"
459
- msgstr ""
471
+ msgstr ":pep:`446` -- 将新创建的文件描述符设为不可继承 "
460
472
461
473
#: ../../whatsnew/3.4.rst:280 ../../whatsnew/3.4.rst:1812
462
474
msgid "PEP written and implemented by Victor Stinner."
0 commit comments