@@ -20,15 +20,15 @@ msgstr ""
2020
2121#: ../../library/html.rst:2
2222msgid ":mod:`html` --- HyperText Markup Language support"
23- msgstr ""
23+ msgstr ":mod:`html` --- 超連結標記語言 (HTML) 支援 "
2424
2525#: ../../library/html.rst:7
2626msgid "**Source code:** :source:`Lib/html/__init__.py`"
2727msgstr "**原始碼:**\\ :source:`Lib/html/__init__.py`"
2828
2929#: ../../library/html.rst:11
3030msgid "This module defines utilities to manipulate HTML."
31- msgstr ""
31+ msgstr "此模組定義了操作 HTML 的工具。 "
3232
3333#: ../../library/html.rst:15
3434msgid ""
@@ -38,6 +38,10 @@ msgid ""
3838"\" ``) and (``'``) are also translated; this helps for inclusion in an HTML "
3939"attribute value delimited by quotes, as in ``<a href=\" ...\" >``."
4040msgstr ""
41+ "將字串 *s* 中的 ``&``、``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列 (sequence)"
42+ "。如果你需要在 HTML 中顯示可能包含這些字元的文字,可以使用這個函式。如果選擇性的旗標 "
43+ "*quote* 為 true,則 (``\" ``) 與 (``'``) 字元也會被轉換;這樣能包含在 HTML "
44+ "中,被引號分隔的屬性值,如 ``<a href=\" ...\" >`` 。"
4145
4246#: ../../library/html.rst:26
4347msgid ""
@@ -47,15 +51,19 @@ msgid ""
4751"and invalid character references, and the :data:`list of HTML 5 named "
4852"character references <html.entities.html5>`."
4953msgstr ""
54+ "將字串 *s* 中所有附名 (named) 且為數值的 (numeric) 字元參照(如: ``>``、"
55+ " ``>``、``>`` )轉換為對應的 Unicode 字元。此函式針對有效及無效的字元參"
56+ "照,皆使用 HTML 5 標準所定義的規則,以及 :data:`HTML 5 附名字元參照清單"
57+ " <html.entities.html5>` 。"
5058
5159#: ../../library/html.rst:36
5260msgid "Submodules in the ``html`` package are:"
53- msgstr ""
61+ msgstr "``html`` 套件中的子模組為: "
5462
5563#: ../../library/html.rst:38
5664msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
57- msgstr ""
65+ msgstr ":mod:`html.parser` -- 帶有寬鬆剖析模式的 HTML/XHTML 剖析器 "
5866
5967#: ../../library/html.rst:39
6068msgid ":mod:`html.entities` -- HTML entity definitions"
61- msgstr ""
69+ msgstr ":mod:`html.entities` -- HTML 實體的定義 "