@@ -683,27 +683,31 @@ msgid ""
683683"The ``username@domain`` portion of the address, correctly quoted for use as "
684684"a bare address (the second form shown above). This attribute is not "
685685"mutable."
686- msgstr ""
686+ msgstr "地址的 ``username@domain`` 部分,经过正确引用处理以作为纯地址使用(上面显示的第二种形式)。 此属性不可变。 "
687687
688688#: ../../library/email.headerregistry.rst:418
689689msgid ""
690690"The ``str`` value of the object is the address quoted according to "
691691":rfc:`5322` rules, but with no Content Transfer Encoding of any non-ASCII "
692692"characters."
693693msgstr ""
694+ "对象的 ``str`` 值是根据 :rfc:`5322` 规则进行引用处理的地址,但不带任何非 ASCII 字符的 Content Transfer "
695+ "Encoding。"
694696
695697#: ../../library/email.headerregistry.rst:422
696698msgid ""
697699"To support SMTP (:rfc:`5321`), ``Address`` handles one special case: if "
698700"``username`` and ``domain`` are both the empty string (or ``None``), then "
699701"the string value of the ``Address`` is ``<>``."
700702msgstr ""
703+ "为了支持 SMTP (:rfc:`5321`),``Address`` 会处理一种特殊情况:如果 ``username`` 和 ``domain`` "
704+ "均为空字符串 (或为 ``None``),则 ``Address`` 的字符串值为 ``<>``。"
701705
702706#: ../../library/email.headerregistry.rst:429
703707msgid ""
704708"The class used to represent an address group. The general form of an "
705709"address group is::"
706- msgstr ""
710+ msgstr "用于表示地址组的类。 地址组的一般形式为:: "
707711
708712#: ../../library/email.headerregistry.rst:434
709713msgid ""
@@ -712,19 +716,23 @@ msgid ""
712716"single addresses that are not part of a group by setting *display_name* to "
713717"``None`` and providing a list of the single address as *addresses*."
714718msgstr ""
719+ "作为处理由组和单个地址混合构成的列表的便捷方式,``Group`` 也可以通过将 *display_name* 设为 ``None`` "
720+ "以用来表示不是某个组的一部分的单个地址并提供单个地址的列表作为 *addresses*。"
715721
716722#: ../../library/email.headerregistry.rst:441
717723msgid ""
718724"The ``display_name`` of the group. If it is ``None`` and there is exactly "
719725"one ``Address`` in ``addresses``, then the ``Group`` represents a single "
720726"address that is not in a group."
721727msgstr ""
728+ "组的 ``display_name``。 如果其为 ``None`` 并且恰好有一个 ``Address`` 在 ``addresses`` 中,则 "
729+ "``Group`` 表示一个不在某个组中的单独地址。"
722730
723731#: ../../library/email.headerregistry.rst:447
724732msgid ""
725733"A possibly empty tuple of :class:`.Address` objects representing the "
726734"addresses in the group."
727- msgstr ""
735+ msgstr "一个可能为空的表示组中地址的包含 :class:`.Address` 对象的元组。 "
728736
729737#: ../../library/email.headerregistry.rst:452
730738msgid ""
@@ -734,6 +742,9 @@ msgid ""
734742"``addresses`` list, the ``str`` value will be the same as the ``str`` of "
735743"that single ``Address``."
736744msgstr ""
745+ "``Group`` 的 ``str`` 值会根据 :rfc:`5322` 进行格式化,但不带任何非 ASCII 字符的 Content Transfer"
746+ " Encoding。 如果 ``display_name`` 为空值且只有一个单独 ``Address`` 在 ``addresses`` 列表中,则 "
747+ "``str`` 值将与该单独 ``Address`` 的 ``str`` 相同。"
737748
738749#: ../../library/email.headerregistry.rst:460
739750msgid "Footnotes"
0 commit comments