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

Skip to content

Commit b0da5f9

Browse files
[po] auto sync
1 parent 58e64f3 commit b0da5f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

c-api/codec.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Zombie110year <[email protected]>, 2019
88
# Jiu Hong Jiang <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
109
# Leo Li <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1818
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
19-
"Last-Translator: Leo Li <foxleoly@hotmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -55,6 +55,8 @@ msgid ""
5555
"may be ``NULL`` to use the default method defined for the codec. Raises a "
5656
":exc:`LookupError` if no encoder can be found."
5757
msgstr ""
58+
"*object* 使用由 *errors* 所定义的错误处理方法传递给定 *encoding* 的编码器函数。 *errors* 可以为 "
59+
"``NULL`` 表示使用为编码器所定义的默认方法。 如果找不到编码器则会引发 :exc:`LookupError`。"
5860

5961
#: ../../c-api/codec.rst:29
6062
msgid "Generic codec based decoding API."
@@ -67,6 +69,8 @@ msgid ""
6769
"may be ``NULL`` to use the default method defined for the codec. Raises a "
6870
":exc:`LookupError` if no encoder can be found."
6971
msgstr ""
72+
"*object* 使用由 *errors* 所定义的错误处理方法传递给定 *encoding* 的解码器函数。 *errors* 可以为 "
73+
"``NULL`` 表示使用为编解码器所定义的默认方法。 如果找不到编解码器则会引发 :exc:`LookupError`。"
7074

7175
#: ../../c-api/codec.rst:38
7276
msgid "Codec lookup API"

0 commit comments

Comments
 (0)