5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <[email protected] >, 2024
8
+ # Freesand Leo <[email protected] >, 2024
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.12\n "
13
14
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-05-11 19:07 +0000\n "
15
+ "POT-Creation-Date : 2024-11-29 14:50 +0000\n "
15
16
"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
17
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
17
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,7 +24,7 @@ msgstr ""
23
24
24
25
#: ../../library/email.generator.rst:2
25
26
msgid ":mod:`!email.generator`: Generating MIME documents"
26
- msgstr ""
27
+ msgstr ":mod:`!email.generator`: 生成 MIME 文档 "
27
28
28
29
#: ../../library/email.generator.rst:7
29
30
msgid "**Source code:** :source:`Lib/email/generator.py`"
@@ -38,6 +39,8 @@ msgid ""
38
39
"message on the console. Taking a message object structure and producing a "
39
40
"serialized representation is the job of the generator classes."
40
41
msgstr ""
42
+ "最常见的任务之一是生成由消息对象结构表示的电子邮件消息的扁平(序列化)版本。 如果您想通过 :meth:`smtplib.SMTP.sendmail` "
43
+ "或 :mod:`nntplib` 模块发送消息,或在控制台上打印消息, 则需要执行此操作。 将消息对象结构转换为序列化表示的工作由生成器类完成。"
41
44
42
45
#: ../../library/email.generator.rst:18
43
46
msgid ""
0 commit comments