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

Skip to content

Commit 90c3b7f

Browse files
[po] auto sync
1 parent 59e00f3 commit 90c3b7f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

library/xml.etree.elementtree.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ msgid ""
661661
":class:`Element` instance."
662662
msgstr ""
663663
"根据一个字符串常量解析 XML 的节。 与 :func:`XML` 类似。 *text* 是包含 XML 数据的字符串。 *parser* "
664-
"是可选的解析器实例。 如果未给出,则会使用标准 :class:`XMLParser`。 返回一个 :class:`Element` 实例。"
664+
"是可选的解析器实例。 如果未给出,则会使用标准 :class:`XMLParser` 解析器。 返回一个 :class:`Element` 实例。"
665665

666666
#: ../../library/xml.etree.elementtree.rst:575
667667
msgid ""
@@ -670,6 +670,8 @@ msgid ""
670670
"optional parser instance. If not given, the standard :class:`XMLParser` "
671671
"parser is used. Returns an :class:`Element` instance."
672672
msgstr ""
673+
"根据一个字符串片段序列解析 XML 文档。 *sequence* 是包含 XML 数据片段的列表或其他序列对象。 *parser* 是可选的解析器实例。"
674+
" 如果未给出,则会使用标准的 :class:`XMLParser` 解析器。 返回一个 :class:`Element` 实例。"
673675

674676
#: ../../library/xml.etree.elementtree.rst:585
675677
msgid ""
@@ -1534,3 +1536,6 @@ msgid ""
15341536
"https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl and "
15351537
"https://www.iana.org/assignments/character-sets/character-sets.xhtml."
15361538
msgstr ""
1539+
"包括在 XML 输出中的编码格式字符串应当符合适当的标准。 例如 \"UTF-8\" 是有效的,但 \"UTF8\" 是无效的。 请参阅 "
1540+
"https://www.w3.org/TR/2006/REC-xml11-20060816/#NT-EncodingDecl 和 "
1541+
"https://www.iana.org/assignments/character-sets/character-sets.xhtml。"

0 commit comments

Comments
 (0)