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-12-20 16:41+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 "
@@ -1402,7 +1402,7 @@ msgstr "性能优化"
1402
1402
msgid ""
1403
1403
"The creation of new-style class instances has been made much faster; they're"
1404
1404
" now faster than classic classes!"
1405
- msgstr ""
1405
+ msgstr "新式类实例的创建速度获得大幅提升;现在已经比经典类更快了! "
1406
1406
1407
1407
#: ../../whatsnew/2.3.rst:1194
1408
1408
msgid ""
@@ -1446,7 +1446,7 @@ msgstr ""
1446
1446
msgid ""
1447
1447
"The net result of the 2.3 optimizations is that Python 2.3 runs the pystone"
1448
1448
" benchmark around 25% faster than Python 2.2."
1449
- msgstr ""
1449
+ msgstr "2.3 优化的总体结果是 Python 2.3 运行 pystone 基准测试的速度比 Python 2.2 加快了大约 25%。 "
1450
1450
1451
1451
#: ../../whatsnew/2.3.rst:1221
1452
1452
msgid "New, Improved, and Deprecated Modules"
@@ -1994,6 +1994,7 @@ msgid ""
1994
1994
":mod:`datetime` module. The types don't support different calendars or many"
1995
1995
" fancy features, and just stick to the basics of representing time."
1996
1996
msgstr ""
1997
+ "通过 :mod:`datetime` 模块增加了适用于表示时间戳的日期和时间类型。 这些类型并不支持其他的历法或很多丰富的特性,只专注于简单地表示时间。"
1997
1998
1998
1999
#: ../../whatsnew/2.3.rst:1685
1999
2000
msgid ""
@@ -2042,7 +2043,7 @@ msgstr ""
2042
2043
msgid ""
2043
2044
"For more information, refer to the module's reference documentation. "
2044
2045
"(Contributed by Tim Peters.)"
2045
- msgstr ""
2046
+ msgstr "更多相关信息,请参阅模块的参考文档。 (由 Tim Peters 贡献。) "
2046
2047
2047
2048
#: ../../whatsnew/2.3.rst:1734
2048
2049
msgid "The optparse Module"