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

Skip to content

Commit 8cc2717

Browse files
[po] auto sync
1 parent 6713e0c commit 8cc2717

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.14%", "updated_at": "2024-11-30T04:48:05Z"}
1+
{"translation": "94.14%", "updated_at": "2024-12-01T15:46:20Z"}

library/email.generator.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"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"
1516
"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"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,7 +24,7 @@ msgstr ""
2324

2425
#: ../../library/email.generator.rst:2
2526
msgid ":mod:`!email.generator`: Generating MIME documents"
26-
msgstr ""
27+
msgstr ":mod:`!email.generator`: 生成 MIME 文档"
2728

2829
#: ../../library/email.generator.rst:7
2930
msgid "**Source code:** :source:`Lib/email/generator.py`"
@@ -38,6 +39,8 @@ msgid ""
3839
"message on the console. Taking a message object structure and producing a "
3940
"serialized representation is the job of the generator classes."
4041
msgstr ""
42+
"最常见的任务之一是生成由消息对象结构表示的电子邮件消息的扁平(序列化)版本。 如果您想通过 :meth:`smtplib.SMTP.sendmail` "
43+
"或 :mod:`nntplib` 模块发送消息,或在控制台上打印消息, 则需要执行此操作。 将消息对象结构转换为序列化表示的工作由生成器类完成。"
4144

4245
#: ../../library/email.generator.rst:18
4346
msgid ""

0 commit comments

Comments
 (0)