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

Skip to content

Commit 507db61

Browse files
[po] auto sync
1 parent fe5a75d commit 507db61

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

c-api/exceptions.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ msgid ""
768768
"*object*, *length*, *start*, *end* and *reason*. *encoding* and *reason* are"
769769
" UTF-8 encoded strings."
770770
msgstr ""
771+
"创建一个 :class:`UnicodeDecodeError` 对象并附带 *encoding*, *object*, *length*, "
772+
"*start*, *end* 和 *reason* 等属性。 *encoding* 和 *reason* 为 UTF-8 编码的字符串。"
771773

772774
#: ../../c-api/exceptions.rst:636
773775
msgid ""
@@ -820,12 +822,14 @@ msgid ""
820822
"*\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
821823
"on failure."
822824
msgstr ""
825+
"获取给定异常对象的 *start* 属性并将其放入 *\\*start*。 *start* 必须不为 ``NULL``。 成功时返回 "
826+
"``0``,失败时返回 ``-1``。"
823827

824828
#: ../../c-api/exceptions.rst:678
825829
msgid ""
826830
"Set the *start* attribute of the given exception object to *start*. Return "
827831
"``0`` on success, ``-1`` on failure."
828-
msgstr ""
832+
msgstr "将给定异常对象的 *start* 属性设为 *start*。 成功时返回 ``0``,失败时返回 ``-1``。"
829833

830834
#: ../../c-api/exceptions.rst:685
831835
msgid ""

library/imp.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ msgstr ""
201201

202202
#: ../../library/imp.rst:141
203203
msgid "When ``reload(module)`` is executed:"
204-
msgstr ""
204+
msgstr "当 ``reload(module)`` 被执行时:"
205205

206206
#: ../../library/imp.rst:143
207207
msgid ""

0 commit comments

Comments
 (0)