File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:"
376376msgstr ""
377+ "实际上 :mailheader:`MIME-Version` 标头只有一个有效的值,即 ``1.0``。 "
378+ "为了将来的扩展,这个标头类还支持其他的有效版本号。 如果一个版本号是 :rfc:`2045` 的有效值,则标头对象的以下属性将具有不为 ``None``"
379+ " 的值:"
377380
378381#: ../../library/email.headerregistry.rst:249
379382msgid ""
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
384387msgid "The major version number as an integer"
385- msgstr ""
388+ msgstr "整数形式的主版本号 "
386389
387390#: ../../library/email.headerregistry.rst:258
388391msgid "The minor version number as an integer"
389- msgstr ""
392+ msgstr "整数形式的次版本号 "
390393
391394#: ../../library/email.headerregistry.rst:263
392395msgid ""
@@ -395,6 +398,8 @@ 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."
397400msgstr ""
401+ "MIME 标头都以前缀 'Content-' 打头。 每个特定标头都具有特定的值,其描述在该标头的类之中。 "
402+ "有些也可以接受一个具有通用格式的补充形参形表。 这个类被用作所有接受形参的 MIME 标头的基类。"
398403
399404#: ../../library/email.headerregistry.rst:270
400405msgid "A dictionary mapping parameter names to parameter values."
You can’t perform that action at this time.
0 commit comments