8000 [po] auto sync · python/python-docs-zh-cn@2406aaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 2406aaa

Browse files
[po] auto sync
1 parent 56bb103 commit 2406aaa

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.95%", "updated_at": "2024-04-19T03:09:23Z"}
1+
{"translation": "91.96%", "updated_at": "2024-04-19T16:09:27Z"}

whatsnew/2.0.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Woko <banbooliu@gmail.com>, 2020
99
# ppcfish <ppcfish@gmail.com>, 2020
1010
# Naisen Xu <723648649@qq.com>, 2020
11-
# Freesand Leo <yuqinju@163.com>, 2024
1211
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
12+
# Freesand Leo <yuqinju@163.com>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-04-15 08:14+0000\n"
2020
"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"
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'``."
267267
msgstr ""
268+
"将 8 比特位和 Unicode 的字符串结合使用时将总是会使用默认 ASCII 编码格式强制转换到 Unicode;``'a' + u'bc'`` "
269+
"的结果将为 ``u'abc'``。"
268270

269271
#: ../../whatsnew/2.0.rst:175
270272
msgid ""
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
276278
msgid ""
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
282284
msgid ""
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
288290
msgid ""

whatsnew/2.6.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# ChenYuan <github@qiushi.ac.cn>, 2020
1111
# ppcfish <ppcfish@gmail.com>, 2020
1212
# Alpha Du <alphanow@gmail.com>, 2023
13-
# Freesand Leo <yuqinju@163.com>, 2024
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14+
# Freesand Leo <yuqinju@163.com>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-04-15 08:14+0000\n"
2222
"PO-Revision-Date: 2020-05-30 12:17+0000\n"
23-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3668,7 +3668,7 @@ msgstr "本节列出了先前描述的改变以及可能需要修改你的代码
36683668
msgid ""
36693669
"Classes that aren't supposed to be hashable should set ``__hash__ = None`` "
36703670
"in their definitions to indicate the fact."
3671-
msgstr ""
3671+
msgstr "预期为不可哈希的类应当在其定义中设置 ``__hash__ = None`` 来指明这一点。"
36723672

36733673
#: ../../whatsnew/2.6.rst:3244
36743674
msgid ""

0 commit comments

Comments
 (0)
0