Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eee03f

Browse files
[po] auto sync
1 parent b333e6d commit 1eee03f

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.60%", "updated_at": "2023-11-29T01:21:31Z"}
1+
{"translation": "92.61%", "updated_at": "2023-11-29T11:46:13Z"}

c-api/unicode.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,29 +1582,34 @@ msgid ""
15821582
"Create a Unicode object by decoding *size* bytes of the Latin-1 encoded "
15831583
"string *s*. Return ``NULL`` if an exception was raised by the codec."
15841584
msgstr ""
1585+
"通过解码 Latin-1 编码的字节串 *s* 的 *size* 个字节创建一个 Unicode 对象。 如果编解码器引发了异常则返回 "
1586+
"``NULL``。"
15851587

15861588
#: ../../c-api/unicode.rst:1185
15871589
msgid ""
15881590
"Encode a Unicode object using Latin-1 and return the result as Python bytes "
15891591
"object. Error handling is \"strict\". Return ``NULL`` if an exception was "
15901592
"raised by the codec."
15911593
msgstr ""
1594+
"使用 Latin-1 编码 Unicode 对象并将结果作为 Python 字节串对象返回。 错误处理方式为 \"strict\"。 "
1595+
"如果编解码器引发了异常则将返回 ``NULL``。"
15921596

15931597
#: ../../c-api/unicode.rst:1191
15941598
msgid "ASCII Codecs"
1595-
msgstr ""
1599+
msgstr "ASCII 编解码器"
15961600

15971601
#: ../../c-api/unicode.rst:1193
15981602
msgid ""
15991603
"These are the ASCII codec APIs. Only 7-bit ASCII data is accepted. All "
16001604
"other codes generate errors."
1601-
msgstr ""
1605+
msgstr "以下是 ASCII 编解码器的 API。 只接受 7 位 ASCII 数据。 任何其他编码的数据都将导致错误。"
16021606

16031607
#: ../../c-api/unicode.rst:1199
16041608
msgid ""
16051609
"Create a Unicode object by decoding *size* bytes of the ASCII encoded string"
16061610
" *s*. Return ``NULL`` if an exception was raised by the codec."
16071611
msgstr ""
1612+
"通过解码 ASCII 编码的字节串 *s* 的 *size* 个字节创建一个 Unicode 对象。 如果编解码器引发了异常则返回 ``NULL``。"
16081613

16091614
#: ../../c-api/unicode.rst:1205
16101615
msgid ""

library/sys.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
# ppcfish <[email protected]>, 2021
1414
# 1lin24 <[email protected]>, 2021
1515
# Sean Chao <[email protected]>, 2021
16-
# Alpha Du <[email protected]>, 2022
1716
# 高乐喆 <[email protected]>, 2023
1817
# Bryan不可思议, 2023
1918
# sunsol s <[email protected]>, 2023
2019
# Siyuan Xu, 2023
2120
# WH-2099 <[email protected]>, 2023
2221
# Freesand Leo <[email protected]>, 2023
22+
# Alpha Du <[email protected]>, 2023
2323
#
2424
#, fuzzy
2525
msgid ""
2626
msgstr ""
2727
"Project-Id-Version: Python 3.12\n"
2828
"Report-Msgid-Bugs-To: \n"
29-
"POT-Creation-Date: 2023-11-10 14:13+0000\n"
29+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
3030
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
31-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
31+
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2023\n"
3232
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3333
"MIME-Version: 1.0\n"
3434
"Content-Type: text/plain; charset=UTF-8\n"
@@ -99,9 +99,7 @@ msgstr ""
9999
msgid ""
100100
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
101101
"arguments."
102-
msgstr ""
103-
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
104-
"arguments."
102+
msgstr " "
105103

106104
#: ../../library/sys.rst:49
107105
msgid ""

0 commit comments

Comments
 (0)