88# Fei Yin <icebirds@163.com>, 2018
99# Naisen Xu <723648649@qq.com>, 2019
1010# ppcfish <ppcfish@gmail.com>, 2019
11- # Freesand Leo <yuqinju@163.com>, 2024
1211# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
12+ # Freesand Leo <yuqinju@163.com>, 2024
1313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2024-04-15 06:01+0000\n "
2020"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 "
2222"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -265,24 +265,26 @@ msgid ""
265265"Combining 8-bit and Unicode strings always coerces to Unicode, using the "
266266"default ASCII encoding; the result of ``'a' + u'bc'`` is ``u'abc'``."
267267msgstr ""
268+ "将 8 比特位和 Unicode 的字符串结合使用时将总是会使用默认 ASCII 编码格式强制转换到 Unicode;``'a' + u'bc'`` "
269+ "的结果将为 ``u'abc'``。"
268270
269271#: ../../whatsnew/2.0.rst:175
270272msgid ""
271273"New built-in functions have been added, and existing built-ins modified to "
272274"support Unicode:"
273- msgstr ""
275+ msgstr "新增了一批内置函数,现有的内置函数也被修改为支持 Unicode: "
274276
275277#: ../../whatsnew/2.0.rst:178
276278msgid ""
277279"``unichr(ch)`` returns a Unicode string 1 character long, containing the "
278280"character *ch*."
279- msgstr ""
281+ msgstr "``unichr(ch)`` 将返回长度为 1 个字符的 Unicode 字符串,其中包含字符 *ch*。 "
280282
281283#: ../../whatsnew/2.0.rst:181
282284msgid ""
283285"``ord(u)``, where *u* is a 1-character regular or Unicode string, returns "
284286"the number of the character as an integer."
285- msgstr ""
287+ msgstr "``ord(u)``,其中 *u* 是长度为 1 个字符的常规或 Unicode 字符串,将以整数形式返回该字符的码位值。 "
286288
287289#: ../../whatsnew/2.0.rst:184
288290msgid ""
0 commit comments