@@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../library/html.rst:2
22
22
msgid ":mod:`html` --- HyperText Markup Language support"
23
- msgstr ":mod:`html` --- HTML 支援"
23
+ msgstr ":mod:`html` --- 超連結標記語言 ( HTML) 支援"
24
24
25
25
#: ../../library/html.rst:7
26
26
msgid "**Source code:** :source:`Lib/html/__init__.py`"
@@ -38,9 +38,9 @@ msgid ""
38
38
"\" ``) and (``'``) are also translated; this helps for inclusion in an HTML "
39
39
"attribute value delimited by quotes, as in ``<a href=\" ...\" >``."
40
40
msgstr ""
41
- "將字串 s 中的 ``&``, ``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列(sequence)"
42
- "。如果你需要在HTML中顯示可能包含這些字元的文字,使用這個函式 。如果選擇性的旗標 "
43
- "*quote* 為 true,則 ( ``\" ``) 與( ``'``) 字元也會被轉換;這讓函式能包含在 HTML "
41
+ "將字串 *s* 中的 ``&``、 ``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列 (sequence)"
42
+ "。如果你需要在 HTML 中顯示可能包含這些字元的文字,可以使用這個函式 。如果選擇性的旗標 "
43
+ "*quote* 為 true,則 ( ``\" ``) 與 ( ``'``) 字元也會被轉換;這樣能包含在 HTML "
44
44
"中,被引號分隔的屬性值,如 ``<a href=\" ...\" >`` 。"
45
45
46
46
#: ../../library/html.rst:26
@@ -51,14 +51,14 @@ msgid ""
51
51
"and invalid character references, and the :data:`list of HTML 5 named "
52
52
"character references <html.entities.html5>`."
53
53
msgstr ""
54
- "將字串 *s* 中所有附名 (named) 且為數值的 (numeric) 字元參照(如: ``>``, "
55
- " ``>``, ``>`` )轉換為對應的 Unicode 字元。此函式針對有效及無效的字元參"
54
+ "將字串 *s* 中所有附名 (named) 且為數值的 (numeric) 字元參照(如: ``>``、 "
55
+ " ``>``、 ``>`` )轉換為對應的 Unicode 字元。此函式針對有效及無效的字元參"
56
56
"照,皆使用 HTML 5 標準所定義的規則,以及 :data:`HTML 5 附名字元參照清單"
57
57
" <html.entities.html5>` 。"
58
58
59
59
#: ../../library/html.rst:36
60
60
msgid "Submodules in the ``html`` package are:"
61
- msgstr "``html`` 中的子套件為 :"
61
+ msgstr "``html`` 套件中的子模組為 :"
62
62
63
63
#: ../../library/html.rst:38
64
64
msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
0 commit comments