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

Skip to content

Commit d5a383a

Browse files
[po] auto sync
1 parent f4c9f66 commit d5a383a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.11%", "updated_at": "2023-11-29T01:40:44Z"}
1+
{"translation": "90.12%", "updated_at": "2023-11-29T10:24:29Z"}

c-api/unicode.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,13 +1735,17 @@ msgid ""
17351735
"Create a Unicode object by decoding *size* bytes of the Latin-1 encoded "
17361736
"string *s*. Return ``NULL`` if an exception was raised by the codec."
17371737
msgstr ""
1738+
"通过解码 Latin-1 编码的字节串 *s* 的 *size* 个字节创建一个 Unicode 对象。 如果编解码器引发了异常则返回 "
1739+
"``NULL``。"
17381740

17391741
#: ../../c-api/unicode.rst:1407
17401742
msgid ""
17411743
"Encode a Unicode object using Latin-1 and return the result as Python bytes "
17421744
"object. Error handling is \"strict\". Return ``NULL`` if an exception was "
17431745
"raised by the codec."
17441746
msgstr ""
1747+
"使用 Latin-1 编码 Unicode 对象并将结果作为 Python 字节串对象返回。 错误处理方式为 \"strict\"。 "
1748+
"如果编解码器引发了异常则将返回 ``NULL``。"
17451749

17461750
#: ../../c-api/unicode.rst:1414
17471751
msgid ""
@@ -1758,13 +1762,13 @@ msgstr ""
17581762

17591763
#: ../../c-api/unicode.rst:1425
17601764
msgid "ASCII Codecs"
1761-
msgstr ""
1765+
msgstr "ASCII 编解码器"
17621766

17631767
#: ../../c-api/unicode.rst:1427
17641768
msgid ""
17651769
"These are the ASCII codec APIs. Only 7-bit ASCII data is accepted. All "
17661770
"other codes generate errors."
1767-
msgstr ""
1771+
msgstr "以下是 ASCII 编解码器的 API。 只接受 7 位 ASCII 数据。 任何其他编码的数据都将导致错误。"
17681772

17691773
#: ../../c-api/unicode.rst:1433
17701774
msgid ""

0 commit comments

Comments
 (0)