Skip to content

Commit 51c83fc

Browse files
[po] auto sync
1 parent bf4a467 commit 51c83fc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library/pyexpat.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,19 @@ msgstr ""
145145

146146
#: ../../library/pyexpat.rst:115
147147
msgid "`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
151151
msgid "Home page of the Expat project."
152-
msgstr ""
152+
msgstr "Expat 项目的主页。"
153153

154154
#: ../../library/pyexpat.rst:122
155155
msgid "XMLParser Objects"
156156
msgstr "XMLParser对象"
157157

158158
#: ../../library/pyexpat.rst:124
159159
msgid ":class:`xmlparser` objects have the following methods:"
160-
msgstr ""
160+
msgstr ":class:`xmlparser` 对象具有以下方法:"
161161

162162
#: ../../library/pyexpat.rst:129
163163
msgid ""
@@ -167,13 +167,16 @@ msgid ""
167167
"not the submission of multiple files. *data* can be the empty string at any "
168168
"time."
169169
msgstr ""
170+
"解析字符串 *data* 的内容,调用适当的处理函数来处理解析后的数据。 在对此方法的最后一次调用时 *isfinal* "
171+
"必须为真值;它允许以片段形式解析单个文件,而不是提交多个文件。 *data* 在任何时候都可以为空字符串。"
170172

171173
#: ../../library/pyexpat.rst:138
172174
msgid ""
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."
176178
msgstr ""
179+
"解析从对象 *file* 读取的 XML 数据。 *file* 仅需提供 ``read(nbytes)`` 方法,当没有更多数据可读时将返回空字符串。"
177180

178181
#: ../../library/pyexpat.rst:145
179182
msgid ""

0 commit comments

Comments
 (0)