8000 [po] auto sync · python/python-docs-zh-cn@01f0505 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01f0505

Browse files
[po] auto sync
1 parent 9f7af7e commit 01f0505

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.95%", "updated_at": "2024-02-25T01:31:32Z"}
1+
{"translation": "90.96%", "updated_at": "2024-02-25T07:09:02Z"}

whatsnew/3.5.po

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.8\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-02-23 23:39+0000\n"
22+
"POT-Creation-Date: 2024-02-25 05:11+0000\n"
2323
"PO-Revision-Date: 2020-05-30 12:18+0000\n"
2424
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2525
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1593,6 +1593,10 @@ msgid ""
15931593
"and ``False`` for all other policies. (Contributed by Milan Oberkirch in "
15941594
":issue:`20098`.)"
15951595
msgstr ""
1596+
"新增的策略选项 :attr:`Policy.mangle_from_ <email.policy.Policy.mangle_from_>` "
1597+
"可控制生成器是否要为电子邮件消息体中以controls whether or not lines that start with ``\"From "
1598+
"\"`` 打头的行添加 ``\">\"`` 字符前缀。 默认 :attr:`~email.policy.compat32` 为 ``True`` "
1599+
"而所有其他策略均为 ``False``。 (由 Milan Oberkirch 在 :issue:`20098` 中贡献。)"
15961600

15971601
#: ../../whatsnew/3.5.rst:1104
15981602
msgid ""
@@ -1601,6 +1605,10 @@ msgid ""
16011605
" to a canonical value for the :mailheader:`Content-Disposition` header. "
16021606
"(Contributed by Abhilash Raj in :issue:`21083`.)"
16031607
msgstr ""
1608+
"新增的 :meth:`Message.get_content_disposition() "
1609+
"<email.message.Message.get_content_disposition>` 方法可提供对 "
1610+
":mailheader:`Content-Disposition` 标头规范值的便捷访问。 (由 Abhilash Raj 在 "
1611+
":issue:`21083` 中贡献。)"
16041612

16051613
#: ../../whatsnew/3.5.rst:1110
16061614
msgid ""
@@ -1611,13 +1619,20 @@ msgid ""
16111619
":rfc:`6531` ``SMTPUTF8`` extension. (Contributed by R. David Murray in "
16121620
":issue:`24211`.)"
16131621
msgstr ""
1622+
"新增的策略选项 :attr:`EmailPolicy.utf8 <email.policy.EmailPolicy.utf8>` 可被设为 "
1623+
"``True`` 以使用 UTF-8 字符集而不是使用已编码的字来编码电子邮件标头。 这将允许根据 :rfc:`6532` 来格式化 "
1624+
"``Messages`` 并配合支持 :rfc:`6531` ``SMTPUTF8`` 扩展的 SMTP 服务器使用。 (由 R. David "
1625+
"Murray 在 :issue:`24211` 中贡献。)"
16141626

16151627
#: ../../whatsnew/3.5.rst:1117
16161628
msgid ""
16171629
"The :class:`mime.text.MIMEText <email.mime.text.MIMEText>` constructor now "
16181630
"accepts a :class:`charset.Charset <email.charset.Charset>` instance. "
16191631
"(Contributed by Claude Paroz and Berker Peksag in :issue:`16324`.)"
16201632
msgstr ""
1633+
"现在 :class:`mime.text.MIMEText <email.mime.text.MIMEText>` 构造器可接受一个 "
1634+
":class:`charset.Charset <email.charset.Charset>` 实例。 (由 Claude Paroz 和 "
1635+
"Berker Peksag 在 :issue:`16324` 中贡献。)"
16211636

16221637
#: ../../whatsnew/3.5.rst:1123
16231638
msgid "enum"
@@ -1628,6 +1643,7 @@ msgid ""
16281643
"The :class:`~enum.Enum` callable has a new parameter *start* to specify the "
16291644
"initial number of enum values if only *names* are provided::"
16301645
msgstr ""
1646+
":class:`~enum.Enum` 可调用对象新增了一个形参 *start* 用于在只提供了 *names* 的情况下指定枚举值的初始数量::"
16311647

16321648
#: ../../whatsnew/3.5.rst:1134
16331649
msgid "(Contributed by Ethan Furman in :issue:`21706`.)"

0 commit comments

Comments
 (0)
0