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

Skip to content

Commit 76178c4

Browse files
[po] auto sync
1 parent 21eca3d commit 76178c4

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

library/email.header.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ msgstr ""
2424

2525
#: ../../library/email.header.rst:2
2626
msgid ":mod:`email.header`: Internationalized headers"
27-
msgstr ""
27+
msgstr ":mod:`email.header`: 国际化标头"
2828

2929
#: ../../library/email.header.rst:7
3030
msgid "**Source code:** :source:`Lib/email/header.py`"
31-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/email/header.py`"
3232

3333
#: ../../library/email.header.rst:11
3434
msgid ""

library/email.mime.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,12 @@ msgid ""
374374
"encode the new payload (and add a new :mailheader:`Content-Transfer-"
375375
"Encoding` header)."
376376
msgstr ""
377+
"除非 *_charset* 参数被显式地设为 ``None``,否则所创建的 MIMEText 对象将同时具有附带 ``charset`` 形参的 "
378+
":mailheader:`Content-Type` 标头,以及 :mailheader:`Content-Transfer-Encoding` 标头。"
379+
" 这意味着后续的 ``set_payload`` 调用将不再产生已编码的载荷,即使它在 ``set_payload`` 命令中被传入。 你可以通过删除 "
380+
"``Content-Transfer-Encoding`` 标头来“重置”此行为,在此之后的 ``set_payload`` "
381+
"调用将自动编码新的载荷(并添加新的 :mailheader:`Content-Transfer-Encoding` 标头)。"
377382

378383
#: ../../library/email.mime.rst:255
379384
msgid "*_charset* also accepts :class:`~email.charset.Charset` instances."
380-
msgstr ""
385+
msgstr "*_charset* 也可接受 :class:`~email.charset.Charset` 实例。"

library/gc.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Konge <[email protected]>, 2019
88
# Makdon <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-03-11 05:41+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -111,7 +111,7 @@ msgstr "新的 *generation* 形参。"
111111
msgid ""
112112
"Raises an :ref:`auditing event <auditing>` ``gc.get_objects`` with argument "
113113
"``generation``."
114-
msgstr ""
114+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``gc.get_objects``,附带参数 ``generation``。"
115115

116116
#: ../../library/gc.rst:79
117117
msgid ""
@@ -214,7 +214,7 @@ msgstr ""
214214
msgid ""
215215
"Raises an :ref:`auditing event <auditing>` ``gc.get_referrers`` with "
216216
"argument ``objs``."
217-
msgstr ""
217+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``gc.get_referrers``,附带参数 ``objs``。"
218218

219219
#: ../../library/gc.rst:150
220220
msgid ""
@@ -236,7 +236,7 @@ msgstr ""
236236
msgid ""
237237
"Raises an :ref:`auditing event <auditing>` ``gc.get_referents`` with "
238238
"argument ``objs``."
239-
msgstr ""
239+
msgstr "引发一个 :ref:`审计事件 <auditing>` ``gc.get_referents``,附带参数 ``objs``。"
240240

241241
#: ../../library/gc.rst:162
242242
msgid ""

0 commit comments

Comments
 (0)