File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ msgstr ""
39
39
40
40
#: ../../library/xml.sax.utils.rst:21
41
41
msgid "Escape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
42
- msgstr "在資料字串中轉義 ``'&'``、``'<'`` 及 ``'>'``。"
42
+ msgstr "在資料字串中跳脫 ``'&'``、``'<'`` 及 ``'>'``。"
43
43
44
44
#: ../../library/xml.sax.utils.rst:23
45
45
msgid ""
@@ -50,7 +50,7 @@ msgid ""
50
50
msgstr ""
51
51
"你可以透過傳入字典作為可選的 *entities* 參數,來轉換其他資料字串。鍵和值都必"
52
52
"須是字串;每個鍵都會被對應的值取代。即使提供 *entities*,``'&'``、``'<'`` "
53
- "和 ``'>'`` 字元始終會被轉義 。"
53
+ "和 ``'>'`` 字元始終會被跳脫 。"
54
54
55
55
#: ../../library/xml.sax.utils.rst:30
56
56
msgid ""
@@ -63,7 +63,7 @@ msgstr ""
63
63
64
64
#: ../../library/xml.sax.utils.rst:36
65
65
msgid "Unescape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
66
- msgstr "取消轉義資料字串中的 ``'&'``、``'<'`` 和 ``'>'``。"
66
+ msgstr "取消跳脫資料字串中的 ``'&'``、``'<'`` 和 ``'>'``。"
67
67
68
68
#: ../../library/xml.sax.utils.rst:38
69
69
msgid ""
You can’t perform that action at this time.
0 commit comments