@@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../library/email.charset.rst:2
22
22
msgid ":mod:`email.charset`: Representing character sets"
23
- msgstr ""
23
+ msgstr ":mod:`email.charset`: 表示字元集合 "
24
24
25
25
#: ../../library/email.charset.rst:7
26
26
msgid "**Source code:** :source:`Lib/email/charset.py`"
@@ -31,12 +31,15 @@ msgid ""
31
31
"This module is part of the legacy (``Compat32``) email API. In the new API "
32
32
"only the aliases table is used."
33
33
msgstr ""
34
+ "此模組是舊版 (``Compat32``) email API的其中一部份,在新版的 API "
35
+ "只有使用別名表。"
34
36
35
37
#: ../../library/email.charset.rst:14
36
38
msgid ""
37
39
"The remaining text in this section is the original documentation of the "
38
40
"module."
39
41
msgstr ""
42
+ "此章節的其餘文字是原始模組的說明文件"
40
43
41
44
#: ../../library/email.charset.rst:16
42
45
msgid ""
@@ -46,10 +49,13 @@ msgid ""
46
49
"Instances of :class:`Charset` are used in several other modules within the :"
47
50
"mod:`email` package."
48
51
msgstr ""
52
+ "此模組提供一個 class(類別) :class:`Charset` 來表示電子郵件中的字元"
53
+ "集合和字元集合轉換,以及字元集合登錄檔 (registry) 和其他許多便捷的方法以運用此登錄檔。"
54
+ "在 :mod:`email` 套件中有許多其他模組使用 :class:`Charset` 的實例。"
49
55
50
56
#: ../../library/email.charset.rst:22
51
57
msgid "Import this class from the :mod:`email.charset` module."
52
- msgstr ""
58
+ msgstr "從 :mod:`email.charset` 模組中 import 此類別 "
53
59
54
60
#: ../../library/email.charset.rst:27
55
61
msgid "Map character sets to their email properties."
0 commit comments