11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Meng Du <[email protected] >, 20198+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-10-03 09:21+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 23:13+0000\n "
16+ "
Last-Translator :
Meng Du <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,15 +23,15 @@ msgstr ""
1923
2024#: ../../library/html.rst:2
2125msgid ":mod:`html` --- HyperText Markup Language support"
22- msgstr ""
26+ msgstr ":mod:`html` —— 超文本标记语言支持 "
2327
2428#: ../../library/html.rst:7
2529msgid "**Source code:** :source:`Lib/html/__init__.py`"
26- msgstr ""
30+ msgstr "**源码:** :source:`Lib/html/__init__.py` "
2731
2832#: ../../library/html.rst:11
2933msgid "This module defines utilities to manipulate HTML."
30- msgstr ""
34+ msgstr "该模块定义了操作HTML的工具。 "
3135
3236#: ../../library/html.rst:15
3337msgid ""
@@ -37,6 +41,9 @@ msgid ""
3741"(``\" ``) and (``'``) are also translated; this helps for inclusion in an "
3842"HTML attribute value delimited by quotes, as in ``<a href=\" ...\" >``."
3943msgstr ""
44+ "将字符串 *s* 中的字符``&`` 、 ``<`` 和 ``>`` 转换为安全的HTML序列。 如果需要在 HTML "
45+ "中显示可能包含此类字符的文本,请使用此选项。 如果可选的标志* quote *为 true,则字符 (``\" ``) 和 (``'``) "
46+ "也被转换;这有助于包含在由引号分隔的 HTML 属性中,如``<a href=\" ...\" >``。"
4047
4148#: ../../library/html.rst:26
4249msgid ""
@@ -46,15 +53,18 @@ msgid ""
4653" both valid and invalid character references, and the :data:`list of HTML 5 "
4754"named character references <html.entities.html5>`."
4855msgstr ""
56+ "将字符串 *s* 中的所有命名和数字字符引用(例如``>``,``>``,``>``)转换为相应的Unicode字符。 "
57+ "此函数使用HTML 5标准为有效和无效字符引用定义的规则,以及 :data:`HTML 5 命名字符引用列表 "
58+ "<html.entities.html5>`。"
4959
5060#: ../../library/html.rst:36
5161msgid "Submodules in the ``html`` package are:"
52- msgstr ""
62+ msgstr "``html``包中的子模块是: "
5363
5464#: ../../library/html.rst:38
5565msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
56- msgstr ""
66+ msgstr ":mod:`html.parser` —— 具有宽松解析模式的HTML / XHTML解析器 "
5767
5868#: ../../library/html.rst:39
5969msgid ":mod:`html.entities` -- HTML entity definitions"
60- msgstr ""
70+ msgstr ":mod:`html.entities` -- HTML 实体定义 "
0 commit comments