File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,19 +145,19 @@ msgstr ""
145145
146146#: ../../library/pyexpat.rst:115
147147msgid "`The Expat XML Parser <http://www.libexpat.org/>`_"
148- msgstr ""
148+ msgstr "`The Expat XML Parser <http://www.libexpat.org/>`_ "
149149
150150#: ../../library/pyexpat.rst:116
151151msgid "Home page of the Expat project."
152- msgstr ""
152+ msgstr "Expat 项目的主页。 "
153153
154154#: ../../library/pyexpat.rst:122
155155msgid "XMLParser Objects"
156156msgstr "XMLParser对象"
157157
158158#: ../../library/pyexpat.rst:124
159159msgid ":class:`xmlparser` objects have the following methods:"
160- msgstr ""
160+ msgstr ":class:`xmlparser` 对象具有以下方法: "
161161
162162#: ../../library/pyexpat.rst:129
163163msgid ""
@@ -167,13 +167,16 @@ msgid ""
167167"not the submission of multiple files. *data* can be the empty string at any "
168168"time."
169169msgstr ""
170+ "解析字符串 *data* 的内容,调用适当的处理函数来处理解析后的数据。 在对此方法的最后一次调用时 *isfinal* "
171+ "必须为真值;它允许以片段形式解析单个文件,而不是提交多个文件。 *data* 在任何时候都可以为空字符串。"
170172
171173#: ../../library/pyexpat.rst:138
172174msgid ""
173175"Parse XML data reading from the object *file*. *file* only needs to provide"
174176" the ``read(nbytes)`` method, returning the empty string when there's no "
175177"more data."
176178msgstr ""
179+ "解析从对象 *file* 读取的 XML 数据。 *file* 仅需提供 ``read(nbytes)`` 方法,当没有更多数据可读时将返回空字符串。"
177180
178181#: ../../library/pyexpat.rst:145
179182msgid ""
You can’t perform that action at this time.
0 commit comments