@@ -760,7 +760,7 @@ msgstr "Unicode 异常对象"
760760msgid ""
761761"The following functions are used to create and modify Unicode exceptions "
762762"from C."
763- msgstr ""
763+ msgstr "下列函数被用于创建和修改来自 C 的 Unicode 异常。 "
764764
765765#: ../../c-api/exceptions.rst:630
766766msgid ""
@@ -775,6 +775,8 @@ msgid ""
775775"*object*, *length*, *start*, *end* and *reason*. *encoding* and *reason* are"
776776" UTF-8 encoded strings."
777777msgstr ""
778+ "创建一个 :class:`UnicodeEncodeError` 对象并附带 *encoding*, *object*, *length*, "
779+ "*start*, *end* 和 *reason*。 *encoding* 和 *reason* 都是以 UTF-8 编码的字符串。"
778780
779781#: ../../c-api/exceptions.rst:640 ../../c-api/exceptions.rst:650
780782msgid "3.11"
@@ -793,6 +795,8 @@ msgid ""
793795"Create a :class:`UnicodeTranslateError` object with the attributes *object*,"
794796" *length*, *start*, *end* and *reason*. *reason* is a UTF-8 encoded string."
795797msgstr ""
798+ "创建一个 :class:`UnicodeTranslateError` 对象并附带 *object*, *length*, *start*, *end*"
799+ " 和 *reason*。 *reason* 是一个以 UTF-8 编码的字符串。"
796800
797801#: ../../c-api/exceptions.rst:652
798802msgid ""
@@ -893,7 +897,7 @@ msgstr ""
893897
894898#: ../../c-api/exceptions.rst:738 ../../c-api/exceptions.rst:746
895899msgid "This function is now also available in the limited API."
896- msgstr ""
900+ msgstr "此函数现在也在受限 API 中可用。 "
897901
898902#: ../../c-api/exceptions.rst:743
899903msgid ""
0 commit comments