Skip to content

Commit 8504ebc

Browse files
[po] auto sync
1 parent 4fbe7b1 commit 8504ebc

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.08%", "updated_at": "2024-03-14T08:24:27Z"}
1+
{"translation": "92.11%", "updated_at": "2024-03-15T02:25:01Z"}

whatsnew/2.7.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Shengjing Zhu <zsj950618@gmail.com>, 2020
1010
# zeroswan <zeroswan@outlook.com>, 2020
1111
# Alpha Du <alphanow@gmail.com>, 2024
12-
# Freesand Leo <yuqinju@163.com>, 2024
1312
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
13+
# Freesand Leo <yuqinju@163.com>, 2024
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2024-03-08 18:35+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:43+0000\n"
22-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3227,7 +3227,7 @@ msgstr ""
32273227

32283228
#: ../../whatsnew/2.7.rst:2654
32293229
msgid "Bootstrapping pip By Default"
3230-
msgstr ""
3230+
msgstr "默认对 pip 进行初始配置"
32313231

32323232
#: ../../whatsnew/2.7.rst:2656
32333233
msgid ""

whatsnew/3.4.po

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
2222
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -235,41 +235,48 @@ msgid ""
235235
"Unix <whatsnew-multiprocessing-no-fork>`. *spawn* and *forkserver* are more"
236236
" secure because they avoid sharing data with child processes."
237237
msgstr ""
238+
"现在 :mod:`multiprocessing` 具有 :ref:`一个在 Unix 上避免使用 os.fork 的选项 <whatsnew-"
239+
"multiprocessing-no-fork>`。 *spawn* 和 *forkserver* 更为安全因为它们会避免与子进程共享数据。"
238240

239241
#: ../../whatsnew/3.4.rst:143
240242
msgid ""
241243
":mod:`multiprocessing` child processes on Windows no longer inherit all of "
242244
"the parent's inheritable handles, only the necessary ones."
243-
msgstr ""
245+
msgstr "在 Windows 上 :mod:`multiprocessing` 子进程将不再继承父进程的所有可继承句柄,而仅继承必需的几个。"
244246

245247
#: ../../whatsnew/3.4.rst:145
246248
msgid ""
247249
"A new :func:`hashlib.pbkdf2_hmac` function provides the `PKCS#5 password-"
248250
"based key derivation function 2 <https://en.wikipedia.org/wiki/PBKDF2>`_."
249251
msgstr ""
252+
"新增的 :func:`hashlib.pbkdf2_hmac` 函数可提供 `PKCS#5 基于口令的密钥派生函数 2 "
253+
"<https://en.wikipedia.org/wiki/PBKDF2>`_。"
250254

251255
#: ../../whatsnew/3.4.rst:148
252256
msgid ""
253257
":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>`。"
255259

256260
#: ../../whatsnew/3.4.rst:149
257261
msgid ""
258262
":ref:`Retrieving certificates from the Windows system cert store support "
259263
"<whatsnew34-win-cert-store>` for :mod:`ssl`."
260264
msgstr ""
265+
"在 :mod:`ssl` 中对于 :ref:`从 Windows 系统证书库获取证书的支持 <whatsnew34-win-cert-store>`。"
261266

262267
#: ../../whatsnew/3.4.rst:151
263268
msgid ""
264269
":ref:`Server-side SNI (Server Name Indication) support <whatsnew34-sni>` for"
265270
" :mod:`ssl`."
266271
msgstr ""
272+
"在 :mod:`ssl` 中对于 :ref:`服务端 SNI (Server Name Indication) 的支持 "
273+
"<whatsnew34-sni>`。"
267274

268275
#: ../../whatsnew/3.4.rst:153
269276
msgid ""
270277
"The :class:`ssl.SSLContext` class has a :ref:`lot of improvements "
271278
"<whatsnew34-sslcontext>`."
272-
msgstr ""
279+
msgstr ":class:`ssl.SSLContext` 类具有 :ref:`大量改进 <whatsnew34-sslcontext>`。"
273280

274281
#: ../../whatsnew/3.4.rst:155
275282
msgid ""
@@ -278,28 +285,33 @@ msgid ""
278285
"(:func:`ssl.match_hostname`) and CRLs (Certificate Revocation lists, see "
279286
":func:`ssl.SSLContext.load_verify_locations`)."
280287
msgstr ""
288+
"标准库中所有支持 SSL 的模块现在都支持服务器证书验证,包括主机名匹配 (:func:`ssl.match_hostname`) 和 CRL "
289+
"(Certificate Revocation Lists,参见 "
290+
":func:`ssl.SSLContext.load_verify_locations`)。"
281291

282292
#: ../../whatsnew/3.4.rst:160
283293
msgid "CPython implementation improvements:"
284294
msgstr "CPython 实现的改进:"
285295

286296
#: ../../whatsnew/3.4.rst:162
287297
msgid ":ref:`Safe object finalization <whatsnew-pep-442>` (:pep:`442`)."
288-
msgstr ""
298+
msgstr ":ref:`安全的对象最终化 <whatsnew-pep-442>` (:pep:`442`)。"
289299

290300
#: ../../whatsnew/3.4.rst:163
291301
msgid ""
292302
"Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set "
293303
"to None during finalization <whatsnew-pep-442>` (:issue:`18214`)."
294304
msgstr ""
305+
"通过应用 :pep:`442`,在大多数情况下 :ref:`模块的 globals 在最终化期间将不再被设为 None <whatsnew-"
306+
"pep-442>` (:issue:`18214`)。"
295307

296308
#: ../../whatsnew/3.4.rst:165
297309
msgid ":ref:`Configurable memory allocators <whatsnew-pep-445>` (:pep:`445`)."
298-
msgstr ""
310+
msgstr ":ref:`可配置的内存分配器 <whatsnew-pep-445>` (:pep:`445`)。"
299311

300312
#: ../../whatsnew/3.4.rst:166
301313
msgid ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)."
302-
msgstr ""
314+
msgstr ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)。"
303315

304316
#: ../../whatsnew/3.4.rst:168
305317
msgid ""
@@ -314,11 +326,11 @@ msgstr "新的特性"
314326

315327
#: ../../whatsnew/3.4.rst:180
316328
msgid "PEP 453: Explicit Bootstrapping of PIP in Python Installations"
317-
msgstr ""
329+
msgstr "PEP 453: 在 Python 安装版中对 PIP 的显式初始配置"
318330

319331
#: ../../whatsnew/3.4.rst:183
320332
msgid "Bootstrapping pip By Default"
321-
msgstr ""
333+
msgstr "默认对 pip 进行初始配置"
322334

323335
#: ../../whatsnew/3.4.rst:185
324336
msgid ""
@@ -456,7 +468,7 @@ msgstr ""
456468

457469
#: ../../whatsnew/3.4.rst:279
458470
msgid ":pep:`446` -- Make newly created file descriptors non-inheritable"
459-
msgstr ""
471+
msgstr ":pep:`446` -- 将新创建的文件描述符设为不可继承"
460472

461473
#: ../../whatsnew/3.4.rst:280 ../../whatsnew/3.4.rst:1812
462474
msgid "PEP written and implemented by Victor Stinner."

0 commit comments

Comments
 (0)