Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite119d02

Browse files
ascodeasiceLeo Wang
and
Leo Wang
authored
Translatelibrary/html.po (#623)
* Translate* Fix translation in library/html.po---------Co-authored-by: Leo Wang <ab0988956087@gamil.com>
1 parent3b90a37 commite119d02

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

‎library/html.po

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ msgstr ""
2020

2121
#:../../library/html.rst:2
2222
msgid":mod:`html` --- HyperText Markup Language support"
23-
msgstr""
23+
msgstr":mod:`html` --- 超連結標記語言 (HTML) 支援"
2424

2525
#:../../library/html.rst:7
2626
msgid"**Source code:** :source:`Lib/html/__init__.py`"
2727
msgstr"**原始碼:**\\ :source:`Lib/html/__init__.py`"
2828

2929
#:../../library/html.rst:11
3030
msgid"This module defines utilities to manipulate HTML."
31-
msgstr""
31+
msgstr"此模組定義了操作 HTML 的工具。"
3232

3333
#:../../library/html.rst:15
3434
msgid""
@@ -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=\"...\">``."
4040
msgstr""
41+
"將字串 *s* 中的 ``&``、``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列 (sequence)"
42+
"。如果你需要在 HTML 中顯示可能包含這些字元的文字,可以使用這個函式。如果選擇性的旗標 "
43+
"*quote* 為 true,則 (``\"``) 與 (``'``) 字元也會被轉換;這樣能包含在 HTML "
44+
"中,被引號分隔的屬性值,如 ``<a href=\"...\">`` 。"
4145

4246
#:../../library/html.rst:26
4347
msgid""
@@ -47,15 +51,19 @@ msgid ""
4751
"and invalid character references, and the :data:`list of HTML 5 named "
4852
"character references <html.entities.html5>`."
4953
msgstr""
54+
"將字串 *s* 中所有附名 (named) 且為數值的 (numeric) 字元參照(如: ``&gt;``、"
55+
" ``&#62;``、``&#x3e;`` )轉換為對應的 Unicode 字元。此函式針對有效及無效的字元參"
56+
"照,皆使用 HTML 5 標準所定義的規則,以及 :data:`HTML 5 附名字元參照清單"
57+
" <html.entities.html5>` 。"
5058

5159
#:../../library/html.rst:36
5260
msgid"Submodules in the ``html`` package are:"
53-
msgstr""
61+
msgstr"``html`` 套件中的子模組為:"
5462

5563
#:../../library/html.rst:38
5664
msgid":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
6068
msgid":mod:`html.entities` -- HTML entity definitions"
61-
msgstr""
69+
msgstr":mod:`html.entities` -- HTML 實體的定義"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp