Skip to content

Commit be48283

Browse files
authored
translate library/email.charset.rst:2-22 (#576)
* translate library/email.charset.rst:2-22 * email.charset:fix rst:2-22
1 parent e468d67 commit be48283

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

library/email.charset.po

+8-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../library/email.charset.rst:2
2222
msgid ":mod:`email.charset`: Representing character sets"
23-
msgstr ""
23+
msgstr ":mod:`email.charset`: 表示字元集合"
2424

2525
#: ../../library/email.charset.rst:7
2626
msgid "**Source code:** :source:`Lib/email/charset.py`"
@@ -31,12 +31,15 @@ msgid ""
3131
"This module is part of the legacy (``Compat32``) email API. In the new API "
3232
"only the aliases table is used."
3333
msgstr ""
34+
"此模組是舊版 (``Compat32``) email API的其中一部份,在新版的 API "
35+
"只有使用別名表。"
3436

3537
#: ../../library/email.charset.rst:14
3638
msgid ""
3739
"The remaining text in this section is the original documentation of the "
3840
"module."
3941
msgstr ""
42+
"此章節的其餘文字是原始模組的說明文件"
4043

4144
#: ../../library/email.charset.rst:16
4245
msgid ""
@@ -46,10 +49,13 @@ msgid ""
4649
"Instances of :class:`Charset` are used in several other modules within the :"
4750
"mod:`email` package."
4851
msgstr ""
52+
"此模組提供一個 class(類別) :class:`Charset` 來表示電子郵件中的字元"
53+
"集合和字元集合轉換,以及字元集合登錄檔 (registry) 和其他許多便捷的方法以運用此登錄檔。"
54+
"在 :mod:`email` 套件中有許多其他模組使用 :class:`Charset` 的實例。"
4955

5056
#: ../../library/email.charset.rst:22
5157
msgid "Import this class from the :mod:`email.charset` module."
52-
msgstr ""
58+
msgstr "從 :mod:`email.charset` 模組中 import 此類別"
5359

5460
#: ../../library/email.charset.rst:27
5561
msgid "Map character sets to their email properties."

0 commit comments

Comments
 (0)