Skip to content

Commit b57b8bd

Browse files
committed
feat: translate library/html.entities.po
1 parent 1cbbaab commit b57b8bd

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

library/html.entities.po

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
# SOME DESCRIPTIVE TITLE.
21
# Copyright (C) 2001-2022, Python Software Foundation
32
# This file is distributed under the same license as the Python package.
43
#
54
# Translators:
5+
# Liang-Bo Wang <me@liang2.tw>, 2017
6+
# Matt Wang <mattwang44@gmail.com>, 2022
67
msgid ""
78
msgstr ""
89
"Project-Id-Version: Python 3.10\n"
910
"Report-Msgid-Bugs-To: \n"
1011
"POT-Creation-Date: 2021-10-12 19:07+0000\n"
11-
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
12-
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
12+
"PO-Revision-Date: 2022-01-18 14:57+0800\n"
13+
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1314
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1415
"tw)\n"
1516
"Language: zh_TW\n"
1617
"MIME-Version: 1.0\n"
1718
"Content-Type: text/plain; charset=UTF-8\n"
1819
"Content-Transfer-Encoding: 8bit\n"
1920
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 3.0.1\n"
2022

2123
#: ../../library/html.entities.rst:2
2224
msgid ":mod:`html.entities` --- Definitions of HTML general entities"
23-
msgstr ""
25+
msgstr ":mod:`html.entities` --- HTML 一般實體的定義"
2426

2527
#: ../../library/html.entities.rst:9
2628
msgid "**Source code:** :source:`Lib/html/entities.py`"
@@ -31,6 +33,8 @@ msgid ""
3133
"This module defines four dictionaries, :data:`html5`, :data:"
3234
"`name2codepoint`, :data:`codepoint2name`, and :data:`entitydefs`."
3335
msgstr ""
36+
"該 module(模組)定義了四個字典:\\ :data:`html5`\\\\ :data:"
37+
"`name2codepoint`\\\\ :data:`codepoint2name` 以及 :data:`entitydefs`\\ 。"
3438

3539
#: ../../library/html.entities.rst:19
3640
msgid ""
@@ -41,20 +45,24 @@ msgid ""
4145
"case the name is present with and without the ``';'``. See also :func:`html."
4246
"unescape`."
4347
msgstr ""
48+
"將 HTML5 命名字元引用 [#]_ 對映到同等 Unicode 字元的字典,例如 "
49+
"``html5['gt;'] == '>'``\\ 。請注意,後面的的分號包含在名稱中(例如 ``'gt;'``"
50+
"\\ ),但有些名稱即使沒有分號也會被此標準接受:在這種情況下,名稱可帶有或不帶"
51+
"有 ``';'``\\ 。請見 :func:`html.unescape`\\ 。"
4452

4553
#: ../../library/html.entities.rst:31
4654
msgid ""
4755
"A dictionary mapping XHTML 1.0 entity definitions to their replacement text "
4856
"in ISO Latin-1."
49-
msgstr ""
57+
msgstr "將 XHTML 1.0 實體定義對映到 ISO Latin-1 中的替換文字的字典。"
5058

5159
#: ../../library/html.entities.rst:37
5260
msgid "A dictionary that maps HTML entity names to the Unicode code points."
53-
msgstr ""
61+
msgstr "將 HTML 實體名稱對映到 Unicode 程式點的字典。"
5462

5563
#: ../../library/html.entities.rst:42
5664
msgid "A dictionary that maps Unicode code points to HTML entity names."
57-
msgstr ""
65+
msgstr "將 Unicode 程式點對映到 HTML 實體名稱的字典。"
5866

5967
#: ../../library/html.entities.rst:46
6068
msgid "Footnotes"
@@ -65,3 +73,4 @@ msgid ""
6573
"See https://html.spec.whatwg.org/multipage/syntax.html#named-character-"
6674
"references"
6775
msgstr ""
76+
"參見 https://www.w3.org/TR/html5/syntax.html#named-character-references"

0 commit comments

Comments
 (0)