@@ -665,77 +665,78 @@ msgstr "以下程序定义了三个处理句柄,会简单地打印出它们的
665665
666666#: ../../library/pyexpat.rst:554
667667msgid "The output from this program is::"
668- msgstr ""
668+ msgstr "来自这个程序的输出是:: "
669669
670670#: ../../library/pyexpat.rst:571
671671msgid "Content Model Descriptions"
672- msgstr ""
672+ msgstr "内容模型描述 "
673673
674674#: ../../library/pyexpat.rst:577
675675msgid ""
676676"Content models are described using nested tuples. Each tuple contains four "
677677"values: the type, the quantifier, the name, and a tuple of children. "
678678"Children are simply additional content model descriptions."
679- msgstr ""
679+ msgstr "内容模型是使用嵌套的元组来描述的。 每个元素包含四个值:类型、限定符、名称和一个子元组。 子元组就是附加的内容模型描述。 "
680680
681681#: ../../library/pyexpat.rst:581
682682msgid ""
683683"The values of the first two fields are constants defined in the "
684684":mod:`xml.parsers.expat.model` module. These constants can be collected in "
685685"two groups: the model type group and the quantifier group."
686686msgstr ""
687+ "前两个字段的值是在 :mod:`xml.parsers.expat.model` 模块中定义的常量。 这些常量可分为两组:模型类型组和限定符组。"
687688
688689#: ../../library/pyexpat.rst:585
689690msgid "The constants in the model type group are:"
690- msgstr ""
691+ msgstr "模型类型组中的常量有: "
691692
692693#: ../../library/pyexpat.rst:591
693694msgid ""
694695"The element named by the model name was declared to have a content model of "
695696"``ANY``."
696- msgstr ""
697+ msgstr "模型名称所指定的元素被声明为具有 ``ANY`` 内容模型。 "
697698
698699#: ../../library/pyexpat.rst:598
699700msgid ""
700701"The named element allows a choice from a number of options; this is used for"
701702" content models such as ``(A | B | C)``."
702- msgstr ""
703+ msgstr "命名元素允许从几个选项中选择;这被用于内容模型例如 ``(A | B | C)``。 "
703704
704705#: ../../library/pyexpat.rst:605
705706msgid "Elements which are declared to be ``EMPTY`` have this model type."
706- msgstr ""
707+ msgstr "被声明为 ``EMPTY`` 的元素具有此模型类型。 "
707708
708709#: ../../library/pyexpat.rst:619
709710msgid ""
710711"Models which represent a series of models which follow one after the other "
711712"are indicated with this model type. This is used for models such as ``(A, "
712713"B, C)``."
713- msgstr ""
714+ msgstr "代表彼此相连的一系列模型的模型用此模型类型来指明。 这被用于 ``(A, B, C)`` 这样的模型。 "
714715
715716#: ../../library/pyexpat.rst:622
716717msgid "The constants in the quantifier group are:"
717- msgstr ""
718+ msgstr "限定符组中的常量有: "
718719
719720#: ../../library/pyexpat.rst:628
720721msgid "No modifier is given, so it can appear exactly once, as for ``A``."
721- msgstr ""
722+ msgstr "未给出限定符,这样它可以只出现一次,例如 ``A``。 "
722723
723724#: ../../library/pyexpat.rst:634
724725msgid ""
725726"The model is optional: it can appear once or not at all, as for ``A?``."
726- msgstr ""
727+ msgstr "可选的模型:它可以出现一次或完全不出现,例如 ``A?``。 "
727728
728729#: ../../library/pyexpat.rst:640
729730msgid "The model must occur one or more times (like ``A+``)."
730- msgstr ""
731+ msgstr "模型必须出现一次或多次 (例如 ``A+``)。 "
731732
732733#: ../../library/pyexpat.rst:646
733734msgid "The model must occur zero or more times, as for ``A*``."
734- msgstr ""
735+ msgstr "模型必须出现零次或多次,例如 ``A*``。 "
735736
736737#: ../../library/pyexpat.rst:652
737738msgid "Expat error constants"
738- msgstr ""
739+ msgstr "Expat 错误常量 "
739740
740741#: ../../library/pyexpat.rst:656
741742msgid ""
0 commit comments