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-08-09 18:56+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 "
@@ -2307,26 +2307,28 @@ msgstr "移植到 Python 2.3"
2307
2307
msgid ""
2308
2308
"This section lists previously described changes that may require changes to "
2309
2309
"your code:"
2310
- msgstr ""
2310
+ msgstr "本节列出了先前描述的可能需要修改你的代码的改变: "
2311
2311
2312
2312
#: ../../whatsnew/2.3.rst:2020
2313
2313
msgid ""
2314
2314
":keyword:`yield` is now always a keyword; if it's used as a variable name in"
2315
2315
" your code, a different name must be chosen."
2316
- msgstr ""
2316
+ msgstr "现在 :keyword:`yield` 始终是一个关键字;如果它在你的代码中被用作变量名,则必须选择不同的名称。 "
2317
2317
2318
2318
#: ../../whatsnew/2.3.rst:2023
2319
2319
msgid ""
2320
2320
"For strings *X* and *Y*, ``X in Y`` now works if *X* is more than one "
2321
2321
"character long."
2322
- msgstr ""
2322
+ msgstr "对于字符串 *X* 和 *Y*,``X in Y`` 现在当 *X* 长度超过一个字符时也是有效的。 "
2323
2323
2324
2324
#: ../../whatsnew/2.3.rst:2026
2325
2325
msgid ""
2326
2326
"The :func:`int` type constructor will now return a long integer instead of "
2327
2327
"raising an :exc:`OverflowError` when a string or floating-point number is "
2328
2328
"too large to fit into an integer."
2329
2329
msgstr ""
2330
+ "现在 :func:`int` 类型构造器在字符串或浮点数因太大而无法以整数类型来容纳时将返回一个长整数而不是引发 "
2331
+ ":exc:`OverflowError`。"
2330
2332
2331
2333
#: ../../whatsnew/2.3.rst:2030
2332
2334
msgid ""
0 commit comments