7
7
# Fei Yin <icebirds@163.com>, 2018
8
8
# ppcfish <ppcfish@gmail.com>, 2019
9
9
# Naisen Xu <723648649@qq.com>, 2020
10
- # Freesand Leo <yuqinju@163.com>, 2024
11
10
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
11
+ # Freesand Leo <yuqinju@163.com>, 2024
12
12
#
13
13
#, fuzzy
14
14
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Report-Msgid-Bugs-To : \n "
18
18
"POT-Creation-Date : 2024-11-29 16:37+0000\n "
19
19
"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 "
21
21
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
22
"MIME-Version : 1.0\n "
23
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -362,6 +362,8 @@ msgid ""
362
362
" be automatically imported if a ZIP archive's filename is added to "
363
363
"``sys.path``. For example:"
364
364
msgstr ""
365
+ "通过新的 :mod:`zipimport` 模块增加了从 ZIP 格式归档文件导入模块的支持。 你不需要显式地导入模块;它将在 ZIP "
366
+ "归档文件名被添加到 ``sys.path`` 的情况下自动导入。 例如:"
365
367
366
368
#: ../../whatsnew/2.3.rst:314
367
369
msgid ""
@@ -1512,7 +1514,7 @@ msgstr ""
1512
1514
msgid ""
1513
1515
"Modifying :file:`sample.h` would then cause the module to be recompiled. "
1514
1516
"(Contributed by Jeremy Hylton.)"
1515
- msgstr ""
1517
+ msgstr "修改 :file:`sample.h` 将导致模块被重新编译。 (由 Jeremy Hylton 贡献。) "
1516
1518
1517
1519
#: ../../whatsnew/2.3.rst:1270
1518
1520
msgid ""
@@ -1709,7 +1711,7 @@ msgid ""
1709
1711
"The :mod:`random` module now uses a new algorithm, the Mersenne Twister, "
1710
1712
"implemented in C. It's faster and more extensively studied than the "
1711
1713
"previous algorithm."
1712
- msgstr ""
1714
+ msgstr "现在 :mod:`random` 模块使用新的“梅森旋转”算法,并以 C 实现。 它的速度更快并且与之前的算法相比研究更充分。 "
1713
1715
1714
1716
#: ../../whatsnew/2.3.rst:1436
1715
1717
msgid "(All changes contributed by Raymond Hettinger.)"
@@ -1975,6 +1977,7 @@ msgid ""
1975
1977
"To implement this change, the :mod:`stringprep` module, the "
1976
1978
"``mkstringprep`` tool and the ``punycode`` encoding have been added."
1977
1979
msgstr ""
1980
+ "为实现此项更改,增加了 :mod:`stringprep` 模块,``mkstringprep`` 工具以及 ``punycode`` 编码格式。"
1978
1981
1979
1982
#: ../../whatsnew/2.3.rst:1679
1980
1983
msgid "Date/Time Type"
0 commit comments