Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65e6dbf

Browse files
authored
Update xml.sax.utils.po
1 parent 6167b93 commit 65e6dbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/xml.sax.utils.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ msgstr ""
3939

4040
#: ../../library/xml.sax.utils.rst:21
4141
msgid "Escape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
42-
msgstr "在資料字串中轉義 ``'&'``、``'<'`` 及 ``'>'``。"
42+
msgstr "在資料字串中跳脫 ``'&'``、``'<'`` 及 ``'>'``。"
4343

4444
#: ../../library/xml.sax.utils.rst:23
4545
msgid ""
@@ -50,7 +50,7 @@ msgid ""
5050
msgstr ""
5151
"你可以透過傳入字典作為可選的 *entities* 參數,來轉換其他資料字串。鍵和值都必"
5252
"須是字串;每個鍵都會被對應的值取代。即使提供 *entities*,``'&'``、``'<'`` "
53-
"和 ``'>'`` 字元始終會被轉義。"
53+
"和 ``'>'`` 字元始終會被跳脫。"
5454

5555
#: ../../library/xml.sax.utils.rst:30
5656
msgid ""
@@ -63,7 +63,7 @@ msgstr ""
6363

6464
#: ../../library/xml.sax.utils.rst:36
6565
msgid "Unescape ``'&amp;'``, ``'&lt;'``, and ``'&gt;'`` in a string of data."
66-
msgstr "取消轉義資料字串中的 ``'&amp;'``、``'&lt;'`` 和 ``'&gt;'``。"
66+
msgstr "取消跳脫資料字串中的 ``'&amp;'``、``'&lt;'`` 和 ``'&gt;'``。"
6767

6868
#: ../../library/xml.sax.utils.rst:38
6969
msgid ""

0 commit comments

Comments
 (0)