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

Translatelibrary/html.po#623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 2 commits intopython:3.12fromascodeasice:html
Aug 29, 2023
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletionslibrary/html.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,15 +20,15 @@ msgstr ""

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

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

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

#: ../../library/html.rst:15
msgid ""
Expand All@@ -38,6 +38,10 @@ msgid ""
"\"``) and (``'``) are also translated; this helps for inclusion in an HTML "
"attribute value delimited by quotes, as in ``<a href=\"...\">``."
msgstr ""
"將字串 *s* 中的 ``&``、``<`` 和 ``>`` 字元轉換為在 HTML 中安全的序列 (sequence)"
"。如果你需要在 HTML 中顯示可能包含這些字元的文字,可以使用這個函式。如果選擇性的旗標 "
"*quote* 為 true,則 (``\"``) 與 (``'``) 字元也會被轉換;這樣能包含在 HTML "
"中,被引號分隔的屬性值,如 ``<a href=\"...\">`` 。"

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

#: ../../library/html.rst:36
msgid "Submodules in the ``html`` package are:"
msgstr ""
msgstr "``html`` 套件中的子模組為:"

#: ../../library/html.rst:38
msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode"
msgstr ""
msgstr ":mod:`html.parser` -- 帶有寬鬆剖析模式的 HTML/XHTML 剖析器"

#: ../../library/html.rst:39
msgid ":mod:`html.entities` -- HTML entity definitions"
msgstr ""
msgstr ":mod:`html.entities` -- HTML 實體的定義"

[8]ページ先頭

©2009-2025 Movatter.jp