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

Skip to content

Commit cb97485

Browse files
[po] auto sync
1 parent b094b98 commit cb97485

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

library/pyexpat.po

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -665,77 +665,78 @@ msgstr "以下程序定义了三个处理句柄,会简单地打印出它们的
665665

666666
#: ../../library/pyexpat.rst:554
667667
msgid "The output from this program is::"
668-
msgstr ""
668+
msgstr "来自这个程序的输出是::"
669669

670670
#: ../../library/pyexpat.rst:571
671671
msgid "Content Model Descriptions"
672-
msgstr ""
672+
msgstr "内容模型描述"
673673

674674
#: ../../library/pyexpat.rst:577
675675
msgid ""
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
682682
msgid ""
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."
686686
msgstr ""
687+
"前两个字段的值是在 :mod:`xml.parsers.expat.model` 模块中定义的常量。 这些常量可分为两组:模型类型组和限定符组。"
687688

688689
#: ../../library/pyexpat.rst:585
689690
msgid "The constants in the model type group are:"
690-
msgstr ""
691+
msgstr "模型类型组中的常量有:"
691692

692693
#: ../../library/pyexpat.rst:591
693694
msgid ""
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
699700
msgid ""
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
705706
msgid "Elements which are declared to be ``EMPTY`` have this model type."
706-
msgstr ""
707+
msgstr "被声明为 ``EMPTY`` 的元素具有此模型类型。"
707708

708709
#: ../../library/pyexpat.rst:619
709710
msgid ""
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
716717
msgid "The constants in the quantifier group are:"
717-
msgstr ""
718+
msgstr "限定符组中的常量有:"
718719

719720
#: ../../library/pyexpat.rst:628
720721
msgid "No modifier is given, so it can appear exactly once, as for ``A``."
721-
msgstr ""
722+
msgstr "未给出限定符,这样它可以只出现一次,例如 ``A``。"
722723

723724
#: ../../library/pyexpat.rst:634
724725
msgid ""
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
729730
msgid "The model must occur one or more times (like ``A+``)."
730-
msgstr ""
731+
msgstr "模型必须出现一次或多次 (例如 ``A+``)。"
731732

732733
#: ../../library/pyexpat.rst:646
733734
msgid "The model must occur zero or more times, as for ``A*``."
734-
msgstr ""
735+
msgstr "模型必须出现零次或多次,例如 ``A*``。"
735736

736737
#: ../../library/pyexpat.rst:652
737738
msgid "Expat error constants"
738-
msgstr ""
739+
msgstr "Expat 错误常量"
739740

740741
#: ../../library/pyexpat.rst:656
741742
msgid ""

0 commit comments

Comments
 (0)