1
- # SOME DESCRIPTIVE TITLE.
2
1
# Copyright (C) 2001-2022, Python Software Foundation
3
2
# This file is distributed under the same license as the Python package.
4
3
#
5
4
# Translators:
5
+ # Liang-Bo Wang <[email protected] >, 2017
6
+ # Matt Wang <[email protected] >, 2022
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.11\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2022-06-22 00:18+0000\n "
11
12
"PO-Revision-Date : 2022-06-27 09:38+0800\n "
12
- "
Last-Translator :
Liang-Bo Wang <[email protected] >\n"
13
+ "
Last-Translator :
Matt Wang <[email protected] >\n"
13
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
15
16
"Language : zh_TW\n "
@@ -21,7 +22,7 @@ msgstr ""
21
22
22
23
#: ../../library/html.entities.rst:2
23
24
msgid ":mod:`html.entities` --- Definitions of HTML general entities"
24
- msgstr ""
25
+ msgstr ":mod:`html.entities` --- HTML 一般實體的定義 "
25
26
26
27
#: ../../library/html.entities.rst:9
27
28
msgid "**Source code:** :source:`Lib/html/entities.py`"
@@ -32,6 +33,8 @@ msgid ""
32
33
"This module defines four dictionaries, :data:`html5`, :data:"
33
34
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
34
35
msgstr ""
36
+ "該 module(模組)定義了四個字典::data:`html5`、:data:"
37
+ "`name2codepoint`、:data:`codepoint2name` 以及 :data:`entitydefs`。"
35
38
36
39
#: ../../library/html.entities.rst:19
37
40
msgid ""
@@ -42,20 +45,24 @@ msgid ""
42
45
"case the name is present with and without the ``';'``. See also :func:`html."
43
46
"unescape`."
44
47
msgstr ""
48
+ "將 HTML5 命名字元引用 [#]_ 對映到同等 Unicode 字元的字典,例如 "
49
+ "``html5['gt;'] == '>'``。請注意,後面的的分號包含在名稱中(例如 ``'gt;'``"
50
+ "),但有些名稱即使沒有分號也會被此標準接受:在這種情況下,名稱可帶有或不帶"
51
+ "有 ``';'``。請見 :func:`html.unescape`。"
45
52
46
53
#: ../../library/html.entities.rst:31
47
54
msgid ""
48
55
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
49
56
"in ISO Latin-1."
50
- msgstr ""
57
+ msgstr "將 XHTML 1.0 實體定義對映到 ISO Latin-1 中的替換文字的字典。 "
51
58
52
59
#: ../../library/html.entities.rst:37
53
60
msgid "A dictionary that maps HTML entity names to the Unicode code points."
54
- msgstr ""
61
+ msgstr "將 HTML 實體名稱對映到 Unicode 程式點的字典。 "
55
62
56
63
#: ../../library/html.entities.rst:42
57
64
msgid "A dictionary that maps Unicode code points to HTML entity names."
58
- msgstr ""
65
+ msgstr "將 Unicode 程式點對映到 HTML 實體名稱的字典。 "
59
66
60
67
#: ../../library/html.entities.rst:46
61
68
msgid "Footnotes"
0 commit comments