8
8
# Chang Ye <yech1990@gmail.com>, 2020
9
9
# ppcfish <ppcfish@gmail.com>, 2020
10
10
# Naisen Xu <723648649@qq.com>, 2020
11
- # Freesand Leo <yuqinju@163.com>, 2024
12
11
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
12
+ # Freesand Leo <yuqinju@163.com>, 2024
13
13
#
14
14
#, fuzzy
15
15
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Report-Msgid-Bugs-To : \n "
19
19
"POT-Creation-Date : 2024-08-09 19:35+0000\n "
20
20
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
21
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
21
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
22
22
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2308,26 +2308,28 @@ msgstr "移植到 Python 2.3"
2308
2308
msgid ""
2309
2309
"This section lists previously described changes that may require changes to "
2310
2310
"your code:"
2311
- msgstr ""
2311
+ msgstr "本节列出了先前描述的可能需要修改你的代码的改变: "
2312
2312
2313
2313
#: ../../whatsnew/2.3.rst:2020
2314
2314
msgid ""
2315
2315
":keyword:`yield` is now always a keyword; if it's used as a variable name in"
2316
2316
" your code, a different name must be chosen."
2317
- msgstr ""
2317
+ msgstr "现在 :keyword:`yield` 始终是一个关键字;如果它在你的代码中被用作变量名,则必须选择不同的名称。 "
2318
2318
2319
2319
#: ../../whatsnew/2.3.rst:2023
2320
2320
msgid ""
2321
2321
"For strings *X* and *Y*, ``X in Y`` now works if *X* is more than one "
2322
2322
"character long."
2323
- msgstr ""
2323
+ msgstr "对于字符串 *X* 和 *Y*,``X in Y`` 现在当 *X* 长度超过一个字符时也是有效的。 "
2324
2324
2325
2325
#: ../../whatsnew/2.3.rst:2026
2326
2326
msgid ""
2327
2327
"The :func:`int` type constructor will now return a long integer instead of "
2328
2328
"raising an :exc:`OverflowError` when a string or floating-point number is "
2329
2329
"too large to fit into an integer."
2330
2330
msgstr ""
2331
+ "现在 :func:`int` 类型构造器在字符串或浮点数因太大而无法以整数类型来容纳时将返回一个长整数而不是引发 "
2332
+ ":exc:`OverflowError`。"
2331
2333
2332
2334
#: ../../whatsnew/2.3.rst:2030
2333
2335
msgid ""
0 commit comments