11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2022 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Jerry Chen <[email protected] >, 20178- # Kevin Deng <[email protected] >, 202097# Freesand Leo <[email protected] >, 20218+ # Rafael Fontenelle <[email protected] >, 2024109#
1110#, fuzzy
1211msgid ""
1312msgstr ""
1413"Project-Id-Version : Python 3.9\n "
1514"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2022-11-04 14:34 +0000\n "
15+ "POT-Creation-Date : 2024-12-20 16:41 +0000\n "
1716"PO-Revision-Date : 2017-02-16 23:08+0000\n "
18- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021 \n "
19- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
17+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024 \n "
18+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
2019"MIME-Version : 1.0\n "
2120"Content-Type : text/plain; charset=UTF-8\n "
2221"Content-Transfer-Encoding : 8bit\n "
@@ -40,9 +39,8 @@ msgid ""
4039"message on the console. Taking a message object structure and producing a "
4140"serialized representation is the job of the generator classes."
4241msgstr ""
43- "最普通的一种任务是生成由消息对象结构体表示的电子邮件消息的扁平(序列化)版本。 如果你想通过 :meth:`smtplib.SMTP.sendmail`"
44- " 或 :mod:`nntplib` 模块来发送你的消息或是将消息打印到控制台就将需要这样做。 "
45- "接受一个消息对象结构体并生成其序列化表示就是这些生成器类的工作。"
42+ "最常见的任务之一是生成由消息对象结构表示的电子邮件消息的扁平(序列化)版本。 如果您想通过 :meth:`smtplib.SMTP.sendmail` "
43+ "或 :mod:`nntplib` 模块发送消息,或在控制台上打印消息, 则需要执行此操作。 将消息对象结构转换为序列化表示的工作由生成器类完成。"
4644
4745#: ../../library/email.generator.rst:18
4846msgid ""
@@ -147,7 +145,7 @@ msgstr ""
147145
148146#: ../../library/email.generator.rst:75 ../../library/email.generator.rst:174
149147msgid "Added the *policy* keyword."
150- msgstr "添加了*policy*关键字。"
148+ msgstr "添加了 *policy* 关键字。"
151149
152150#: ../../library/email.generator.rst:77 ../../library/email.generator.rst:176
153151msgid ""
@@ -397,7 +395,7 @@ msgstr "可选的 *_mangle_from_* 和 *maxheaderlen* 与 :class:`Generator` 基
397395
398396#: ../../library/email.generator.rst:275
399397msgid "Footnotes"
400- msgstr "脚注 "
398+ msgstr "备注 "
401399
402400#: ../../library/email.generator.rst:276
403401msgid ""
0 commit comments