8
8
# Fei Yin <icebirds@163.com>, 2018
9
9
# Naisen Xu <723648649@qq.com>, 2019
10
10
# ppcfish <ppcfish@gmail.com>, 2019
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-04-15 06:01+0000\n "
20
20
"PO-Revision-Date : 2017-02-16 23:42+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 "
@@ -265,24 +265,26 @@ msgid ""
265
265
"Combining 8-bit and Unicode strings always coerces to Unicode, using the "
266
266
"default ASCII encoding; the result of ``'a' + u'bc'`` is ``u'abc'``."
267
267
msgstr ""
268
+ "将 8 比特位和 Unicode 的字符串结合使用时将总是会使用默认 ASCII 编码格式强制转换到 Unicode;``'a' + u'bc'`` "
269
+ "的结果将为 ``u'abc'``。"
268
270
269
271
#: ../../whatsnew/2.0.rst:175
270
272
msgid ""
271
273
"New built-in functions have been added, and existing built-ins modified to "
272
274
"support Unicode:"
273
- msgstr ""
275
+ msgstr "新增了一批内置函数,现有的内置函数也被修改为支持 Unicode: "
274
276
275
277
#: ../../whatsnew/2.0.rst:178
276
278
msgid ""
277
279
"``unichr(ch)`` returns a Unicode string 1 character long, containing the "
278
280
"character *ch*."
279
- msgstr ""
281
+ msgstr "``unichr(ch)`` 将返回长度为 1 个字符的 Unicode 字符串,其中包含字符 *ch*。 "
280
282
281
283
#: ../../whatsnew/2.0.rst:181
282
284
msgid ""
283
285
"``ord(u)``, where *u* is a 1-character regular or Unicode string, returns "
284
286
"the number of the character as an integer."
285
- msgstr ""
287
+ msgstr "``ord(u)``,其中 *u* 是长度为 1 个字符的常规或 Unicode 字符串,将以整数形式返回该字符的码位值。 "
286
288
287
289
#: ../../whatsnew/2.0.rst:184
288
290
msgid ""
0 commit comments