@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-12-13 16:04 +0000\n "
14
+ "POT-Creation-Date : 2024-12-20 16:02 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -358,6 +358,8 @@ msgid ""
358
358
" be automatically imported if a ZIP archive's filename is added to "
359
359
"``sys.path``. For example:"
360
360
msgstr ""
361
+ "通过新的 :mod:`zipimport` 模块增加了从 ZIP 格式归档文件导入模块的支持。 你不需要显式地导入模块;它将在 ZIP "
362
+ "归档文件名被添加到 ``sys.path`` 的情况下自动导入。 例如:"
361
363
362
364
#: ../../whatsnew/2.3.rst:314
363
365
msgid ""
@@ -1513,7 +1515,7 @@ msgstr ""
1513
1515
msgid ""
1514
1516
"Modifying :file:`sample.h` would then cause the module to be recompiled. "
1515
1517
"(Contributed by Jeremy Hylton.)"
1516
- msgstr ""
1518
+ msgstr "修改 :file:`sample.h` 将导致模块被重新编译。 (由 Jeremy Hylton 贡献。) "
1517
1519
1518
1520
#: ../../whatsnew/2.3.rst:1270
1519
1521
msgid ""
@@ -1710,7 +1712,7 @@ msgid ""
1710
1712
"The :mod:`random` module now uses a new algorithm, the Mersenne Twister, "
1711
1713
"implemented in C. It's faster and more extensively studied than the "
1712
1714
"previous algorithm."
1713
- msgstr ""
1715
+ msgstr "现在 :mod:`random` 模块使用新的“梅森旋转”算法,并以 C 实现。 它的速度更快并且与之前的算法相比研究更充分。 "
1714
1716
1715
1717
#: ../../whatsnew/2.3.rst:1436
1716
1718
msgid "(All changes contributed by Raymond Hettinger.)"
@@ -1976,6 +1978,7 @@ msgid ""
1976
1978
"To implement this change, the :mod:`stringprep` module, the "
1977
1979
"``mkstringprep`` tool and the ``punycode`` encoding have been added."
1978
1980
msgstr ""
1981
+ "为实现此项更改,增加了 :mod:`stringprep` 模块,``mkstringprep`` 工具以及 ``punycode`` 编码格式。"
1979
1982
1980
1983
#: ../../whatsnew/2.3.rst:1679
1981
1984
msgid "Date/Time Type"
0 commit comments