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

Skip to content

Commit d30eccf

Browse files
[po] auto sync
1 parent 43a3a93 commit d30eccf

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

library/email.headerregistry.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,12 @@ msgid ""
608608
"along with *base_class*, to create the class used to instantiate headers "
609609
"that match *name*."
610610
msgstr ""
611+
"*name* 是要映射的标头名称。 它将在注册表中被转换为小写形式。 *cls* 是要与 *base_class* 一起被用来创建用于实例化与 "
612+
"*name* 相匹配的标头的类的专用类。"
611613

612614
#: ../../library/email.headerregistry.rst:358
613615
msgid "Construct and return a class to handle creating a *name* header."
614-
msgstr ""
616+
msgstr "构造并返回一个类来处理 *name* 标头的创建。"
615617

616618
#: ../../library/email.headerregistry.rst:363
617619
msgid ""
@@ -621,19 +623,21 @@ msgid ""
621623
"class's constructor, passing it the same argument list, and finally returns "
622624
"the class instance created thereby."
623625
msgstr ""
626+
"从注册表获得与 *name* 相关联的专用标头 (如果 *name* 未在注册表中出现则使用 *default_class*) 并将其与 "
627+
"*base_class* 相组合以产生类,调用被构造类的构造器,传入相同的参数列表,并最终返回由此创建的类实例。"
624628

625629
#: ../../library/email.headerregistry.rst:370
626630
msgid ""
627631
"The following classes are the classes used to represent data parsed from "
628632
"structured headers and can, in general, be used by an application program to"
629633
" construct structured values to assign to specific headers."
630-
msgstr ""
634+
msgstr "以下的类是用于表示从结构化标头解析的数据的类,并且通常会由应用程序使用以构造结构化的值并赋给特定的标头。"
631635

632636
#: ../../library/email.headerregistry.rst:377
633637
msgid ""
634638
"The class used to represent an email address. The general form of an "
635639
"address is::"
636-
msgstr ""
640+
msgstr "用于表示电子邮件地址的类。 地址的一般形式为::"
637641

638642
#: ../../library/email.headerregistry.rst:382
639643
msgid "or::"

0 commit comments

Comments
 (0)