77# Fei Yin <[email protected] >, 201888# ppcfish <[email protected] >, 201999# Naisen Xu <[email protected] >, 202010- # Freesand Leo <[email protected] >, 20241110# Rafael Fontenelle <[email protected] >, 202411+ # Freesand Leo <[email protected] >, 20241212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2024-11-29 16:37+0000\n "
1919"PO-Revision-Date : 2017-02-16 23:42+0000\n "
20- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
20+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
2121"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -362,6 +362,8 @@ msgid ""
362362" be automatically imported if a ZIP archive's filename is added to "
363363"``sys.path``. For example:"
364364msgstr ""
365+ "通过新的 :mod:`zipimport` 模块增加了从 ZIP 格式归档文件导入模块的支持。 你不需要显式地导入模块;它将在 ZIP "
366+ "归档文件名被添加到 ``sys.path`` 的情况下自动导入。 例如:"
365367
366368#: ../../whatsnew/2.3.rst:314
367369msgid ""
@@ -1512,7 +1514,7 @@ msgstr ""
15121514msgid ""
15131515"Modifying :file:`sample.h` would then cause the module to be recompiled. "
15141516"(Contributed by Jeremy Hylton.)"
1515- msgstr ""
1517+ msgstr "修改 :file:`sample.h` 将导致模块被重新编译。 (由 Jeremy Hylton 贡献。) "
15161518
15171519#: ../../whatsnew/2.3.rst:1270
15181520msgid ""
@@ -1709,7 +1711,7 @@ msgid ""
17091711"The :mod:`random` module now uses a new algorithm, the Mersenne Twister, "
17101712"implemented in C. It's faster and more extensively studied than the "
17111713"previous algorithm."
1712- msgstr ""
1714+ msgstr "现在 :mod:`random` 模块使用新的“梅森旋转”算法,并以 C 实现。 它的速度更快并且与之前的算法相比研究更充分。 "
17131715
17141716#: ../../whatsnew/2.3.rst:1436
17151717msgid "(All changes contributed by Raymond Hettinger.)"
@@ -1975,6 +1977,7 @@ msgid ""
19751977"To implement this change, the :mod:`stringprep` module, the "
19761978"``mkstringprep`` tool and the ``punycode`` encoding have been added."
19771979msgstr ""
1980+ "为实现此项更改,增加了 :mod:`stringprep` 模块,``mkstringprep`` 工具以及 ``punycode`` 编码格式。"
19781981
19791982#: ../../whatsnew/2.3.rst:1679
19801983msgid "Date/Time Type"
0 commit comments