66# Translators:
77# Zombie110year <[email protected] >, 201988# Jiu Hong Jiang <[email protected] >, 20199- # Freesand Leo <[email protected] >, 2019109# Leo Li <[email protected] >, 201910+ # Freesand Leo <[email protected] >, 20201111#
1212#, fuzzy
1313msgid ""
@@ -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."
5757msgstr ""
58+ "*object* 使用由 *errors* 所定义的错误处理方法传递给定 *encoding* 的编码器函数。 *errors* 可以为 "
59+ "``NULL`` 表示使用为编码器所定义的默认方法。 如果找不到编码器则会引发 :exc:`LookupError`。"
5860
5961#: ../../c-api/codec.rst:29
6062msgid "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."
6971msgstr ""
72+ "*object* 使用由 *errors* 所定义的错误处理方法传递给定 *encoding* 的解码器函数。 *errors* 可以为 "
73+ "``NULL`` 表示使用为编解码器所定义的默认方法。 如果找不到编解码器则会引发 :exc:`LookupError`。"
7074
7175#: ../../c-api/codec.rst:38
7276msgid "Codec lookup API"
0 commit comments