File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -145,19 +145,19 @@ msgstr ""
145
145
146
146
#: ../../library/pyexpat.rst:115
147
147
msgid "`The Expat XML Parser <http://www.libexpat.org/>`_"
148
- msgstr ""
148
+ msgstr "`The Expat XML Parser <http://www.libexpat.org/>`_ "
149
149
150
150
#: ../../library/pyexpat.rst:116
151
151
msgid "Home page of the Expat project."
152
- msgstr ""
152
+ msgstr "Expat 项目的主页。 "
153
153
154
154
#: ../../library/pyexpat.rst:122
155
155
msgid "XMLParser Objects"
156
156
msgstr "XMLParser对象"
157
157
158
158
#: ../../library/pyexpat.rst:124
159
159
msgid ":class:`xmlparser` objects have the following methods:"
160
- msgstr ""
160
+ msgstr ":class:`xmlparser` 对象具有以下方法: "
161
161
162
162
#: ../../library/pyexpat.rst:129
163
163
msgid ""
@@ -167,13 +167,16 @@ msgid ""
167
167
"not the submission of multiple files. *data* can be the empty string at any "
168
168
"time."
169
169
msgstr ""
170
+ "解析字符串 *data* 的内容,调用适当的处理函数来处理解析后的数据。 在对此方法的最后一次调用时 *isfinal* "
171
+ "必须为真值;它允许以片段形式解析单个文件,而不是提交多个文件。 *data* 在任何时候都可以为空字符串。"
170
172
171
173
#: ../../library/pyexpat.rst:138
172
174
msgid ""
173
175
"Parse XML data reading from the object *file*. *file* only needs to provide"
174
176
" the ``read(nbytes)`` method, returning the empty string when there's no "
175
177
"more data."
176
178
msgstr ""
179
+ "解析从对象 *file* 读取的 XML 数据。 *file* 仅需提供 ``read(nbytes)`` 方法,当没有更多数据可读时将返回空字符串。"
177
180
178
181
#: ../../library/pyexpat.rst:145
179
182
msgid ""
You can’t perform that action at this time.
0 commit comments