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

Skip to content

Commit 07a1d50

Browse files
[po] auto sync
1 parent 06b9a28 commit 07a1d50

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

library/xml.sax.handler.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,23 +493,25 @@ msgid ""
493493
"single event must come from the same external entity, so that the Locator "
494494
"provides useful information."
495495
msgstr ""
496+
"SAX "
497+
"解析器可以将所有连续字符数据返回为一个单独分块,或者将其拆成几个分块;但是,在任意单个事件中的所有字符都必须来自同一个外部实体以便定位器提供有用的信息。"
496498

497499
#: ../../library/xml.sax.handler.rst:327
498500
msgid "Receive notification of a processing instruction."
499-
msgstr ""
501+
msgstr "接受一条处理指令的通知。"
500502

501503
#: ../../library/xml.sax.handler.rst:329
502504
msgid ""
503505
"The Parser will invoke this method once for each processing instruction "
504506
"found: note that processing instructions may occur before or after the main "
505507
"document element."
506-
msgstr ""
508+
msgstr "解析器将为已找到的每条处理指令发起调用该方法一次:请注意处理指令可能出现在主文档元素之前或之后。"
507509

508510
#: ../../library/xml.sax.handler.rst:333
509511
msgid ""
510512
"A SAX parser should never report an XML declaration (XML 1.0, section 2.8) "
511513
"or a text declaration (XML 1.0, section 4.3.1) using this method."
512-
msgstr ""
514+
msgstr "SAX 解析器绝不应当使用此方法来报告 XML 声明(XML 1.0 第 2.8 节)或文本声明(XML 1.0 第 4.3.1 节)。"
513515

514516
#: ../../library/xml.sax.handler.rst:339
515517
msgid "Receive notification of a skipped entity."

0 commit comments

Comments
 (0)