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

Skip to content

Commit 58117b3

Browse files
[po] auto sync
1 parent a1a464e commit 58117b3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

library/pyexpat.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,18 +638,20 @@ msgid ""
638638
"constants and a dictionary :data:`~xml.parsers.expat.errors.codes` mapping "
639639
"these messages back to the error codes, see below."
640640
msgstr ""
641+
":mod:`~xml.parsers.expat.errors` 模块也提供了一些错误消息常量和一个将这些消息映射回错误码的字典 "
642+
":data:`~xml.parsers.expat.errors.codes`,参见下文。"
641643

642644
#: ../../library/pyexpat.rst:516
643645
msgid ""
644646
"Line number on which the error was detected. The first line is numbered "
645647
"``1``."
646-
msgstr ""
648+
msgstr "检测到错误所在的行号。 首行的行号为 ``1``。"
647649

648650
#: ../../library/pyexpat.rst:521
649651
msgid ""
650652
"Character offset into the line where the error occurred. The first column "
651653
"is numbered ``0``."
652-
msgstr ""
654+
msgstr "错误发生在行中的字符偏移量。 首列的列号为 ``0``。"
653655

654656
#: ../../library/pyexpat.rst:528
655657
msgid "Example"
@@ -659,7 +661,7 @@ msgstr "示例"
659661
msgid ""
660662
"The following program defines three handlers that just print out their "
661663
"arguments. ::"
662-
msgstr ""
664+
msgstr "以下程序定义了三个处理句柄,会简单地打印出它们的参数。::"
663665

664666
#: ../../library/pyexpat.rst:554
665667
msgid "The output from this program is::"

0 commit comments

Comments
 (0)