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

Skip to content

Commit ef47d6c

Browse files
[po] auto sync
1 parent 8728d06 commit ef47d6c

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

library/email.headerregistry.po

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -374,19 +374,22 @@ msgid ""
374374
" per :rfc:`2045`, then the header object will have non-``None`` values for "
375375
"the following attributes:"
376376
msgstr ""
377+
"实际上 :mailheader:`MIME-Version` 标头只有一个有效的值,即 ``1.0``。 "
378+
"为了将来的扩展,这个标头类还支持其他的有效版本号。 如果一个版本号是 :rfc:`2045` 的有效值,则标头对象的以下属性将具有不为 ``None``"
379+
" 的值:"
377380

378381
#: ../../library/email.headerregistry.rst:249
379382
msgid ""
380383
"The version number as a string, with any whitespace and/or comments removed."
381-
msgstr ""
384+
msgstr "字符串形式的版本号。 任何空格和/或注释都会被移除。"
382385

383386
#: ../../library/email.headerregistry.rst:254
384387
msgid "The major version number as an integer"
385-
msgstr ""
388+
msgstr "整数形式的主版本号"
386389

387390
#: ../../library/email.headerregistry.rst:258
388391
msgid "The minor version number as an integer"
389-
msgstr ""
392+
msgstr "整数形式的次版本号"
390393

391394
#: ../../library/email.headerregistry.rst:263
392395
msgid ""
@@ -395,40 +398,46 @@ msgid ""
395398
"take a list of supplemental parameters, which have a common format. This "
396399
"class serves as a base for all the MIME headers that take parameters."
397400
msgstr ""
401+
"MIME 标头都以前缀 'Content-' 打头。 每个特定标头都具有特定的值,其描述在该标头的类之中。 "
402+
"有些也可以接受一个具有通用格式的补充形参形表。 这个类被用作所有接受形参的 MIME 标头的基类。"
398403

399404
#: ../../library/email.headerregistry.rst:270
400405
msgid "A dictionary mapping parameter names to parameter values."
401-
msgstr ""
406+
msgstr "一个将形参名映射到形参值的字典。"
402407

403408
#: ../../library/email.headerregistry.rst:275
404409
msgid ""
405410
"A :class:`ParameterizedMIMEHeader` class that handles the :mailheader"
406411
":`Content-Type` header."
407412
msgstr ""
413+
"处理 :mailheader:`Content-Type` 标头的 :class:`ParameterizedMIMEHeader` 类。"
408414

409415
#: ../../library/email.headerregistry.rst:280
410416
msgid "The content type string, in the form ``maintype/subtype``."
411-
msgstr ""
417+
msgstr "``maintype/subtype`` 形式的内容类型字符串。"
412418

413419
#: ../../library/email.headerregistry.rst:289
414420
msgid ""
415421
"A :class:`ParameterizedMIMEHeader` class that handles the :mailheader"
416422
":`Content-Disposition` header."
417423
msgstr ""
424+
"处理 :mailheader:`Content-Disposition` 标头的 :class:`ParameterizedMIMEHeader` 类。"
418425

419426
#: ../../library/email.headerregistry.rst:294
420427
msgid "``inline`` and ``attachment`` are the only valid values in common use."
421-
msgstr ""
428+
msgstr "``inline`` 和 ``attachment`` 是仅有的常用有效值。"
422429

423430
#: ../../library/email.headerregistry.rst:299
424431
msgid "Handles the :mailheader:`Content-Transfer-Encoding` header."
425-
msgstr ""
432+
msgstr "处理 :mailheader:`Content-Transfer-Encoding` 标头。"
426433

427434
#: ../../library/email.headerregistry.rst:303
428435
msgid ""
429436
"Valid values are ``7bit``, ``8bit``, ``base64``, and ``quoted-printable``. "
430437
"See :rfc:`2045` for more information."
431438
msgstr ""
439+
"可用的有效值为 ``7bit``, ``8bit``, ``base64`` 和 ``quoted-printable``。 更多信息请参阅 "
440+
":rfc:`2045`。"
432441

433442
#: ../../library/email.headerregistry.rst:312
434443
msgid ""

0 commit comments

Comments
 (0)