Skip to content

Commit a70bf42

Browse files
[po] auto sync
1 parent f87b5bf commit a70bf42

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.77%", "updated_at": "2024-11-30T04:19:51Z"}
1+
{"translation": "93.78%", "updated_at": "2024-11-30T05:18:02Z"}

whatsnew/2.3.po

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Fei Yin <icebirds@163.com>, 2018
88
# ppcfish <ppcfish@gmail.com>, 2019
99
# Naisen Xu <723648649@qq.com>, 2020
10-
# Freesand Leo <yuqinju@163.com>, 2024
1110
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
11+
# Freesand Leo <yuqinju@163.com>, 2024
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -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:"
364364
msgstr ""
365+
"通过新的 :mod:`zipimport` 模块增加了从 ZIP 格式归档文件导入模块的支持。 你不需要显式地导入模块;它将在 ZIP "
366+
"归档文件名被添加到 ``sys.path`` 的情况下自动导入。 例如:"
365367

366368
#: ../../whatsnew/2.3.rst:314
367369
msgid ""
@@ -1512,7 +1514,7 @@ msgstr ""
15121514
msgid ""
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
15181520
msgid ""
@@ -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
17151717
msgid "(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."
19771979
msgstr ""
1980+
"为实现此项更改,增加了 :mod:`stringprep` 模块,``mkstringprep`` 工具以及 ``punycode`` 编码格式。"
19781981

19791982
#: ../../whatsnew/2.3.rst:1679
19801983
msgid "Date/Time Type"

0 commit comments

Comments
 (0)