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

Skip to content

Commit 484e8d3

Browse files
[po] auto sync
1 parent 5868dcc commit 484e8d3

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

library/email.compat32-message.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Kevin Deng <[email protected]>, 2020
8-
# Freesand Leo <[email protected]>, 2020
8+
# Freesand Leo <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1616
"PO-Revision-Date: 2020-05-30 12:00+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,6 +27,8 @@ msgid ""
2727
":mod:`email.message.Message`: Representing an email message using the "
2828
":data:`~email.policy.compat32` API"
2929
msgstr ""
30+
":mod:`email.message.Message`: 使用 :data:`~email.policy.compat32` API "
31+
"来表示电子邮件消息"
3032

3133
#: ../../library/email.compat32-message.rst:12
3234
msgid ""

library/email.contentmanager.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,32 +296,41 @@ msgid ""
296296
" *filename* is also not specified, do not add the header. The only valid "
297297
"values for *disposition* are ``attachment`` and ``inline``."
298298
msgstr ""
299+
"如果设置了 *disposition*,它会被用作 :mailheader:`Content-Disposition` 标头的值。 "
300+
"如果未设置,并且指定了 *filename*,则添加值为 ``attachment`` 的标头。 如果未设置 *disposition* 并且也未指定 "
301+
"*filename*,则不添加标头。 *disposition* 的有效值仅有 ``attachment`` 和 ``inline``。"
299302

300303
#: ../../library/email.contentmanager.rst:179
301304
msgid ""
302305
"If *filename* is specified, use it as the value of the ``filename`` "
303306
"parameter of the :mailheader:`Content-Disposition` header."
304307
msgstr ""
308+
"如果设置了 *filename*,则将其用作 :mailheader:`Content-Disposition` 标头的 ``filename`` "
309+
"参数的值。"
305310

306311
#: ../../library/email.contentmanager.rst:182
307312
msgid ""
308313
"If *cid* is specified, add a :mailheader:`Content-ID` header with *cid* as "
309314
"its value."
310-
msgstr ""
315+
msgstr "如果设置了 *cid*,则添加一个 :mailheader:`Content-ID` 标头并将其值设为 *cid*。"
311316

312317
#: ../../library/email.contentmanager.rst:185
313318
msgid ""
314319
"If *params* is specified, iterate its ``items`` method and use the resulting"
315320
" ``(key, value)`` pairs to set additional parameters on the :mailheader"
316321
":`Content-Type` header."
317322
msgstr ""
323+
"如果设置了 *params*,则迭代其 ``items`` 方法并使用输出的 ``(key, value)`` 结果对在 :mailheader"
324+
":`Content-Type` 标头上设置附加参数。"
318325

319326
#: ../../library/email.contentmanager.rst:189
320327
msgid ""
321328
"If *headers* is specified and is a list of strings of the form ``headername:"
322329
" headervalue`` or a list of ``header`` objects (distinguished from strings "
323330
"by having a ``name`` attribute), add the headers to *msg*."
324331
msgstr ""
332+
"如果设置了 *headers* 并且为 ``headername: headervalue`` 形式的字符串的列表或为 ``header`` "
333+
"对象的列表(通过一个 ``name`` 属性与字符串相区分),则将标头添加到 *msg*。"
325334

326335
#: ../../library/email.contentmanager.rst:196
327336
msgid "Footnotes"

0 commit comments

Comments
 (0)