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 ""
3939
4040#: ../../library/xml.sax.utils.rst:21
4141msgid "Escape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
42- msgstr "在資料字串中轉義 ``'&'``、``'<'`` 及 ``'>'``。"
42+ msgstr "在資料字串中跳脫 ``'&'``、``'<'`` 及 ``'>'``。"
4343
4444#: ../../library/xml.sax.utils.rst:23
4545msgid ""
@@ -50,7 +50,7 @@ msgid ""
5050msgstr ""
5151"你可以透過傳入字典作為可選的 *entities* 參數,來轉換其他資料字串。鍵和值都必"
5252"須是字串;每個鍵都會被對應的值取代。即使提供 *entities*,``'&'``、``'<'`` "
53- "和 ``'>'`` 字元始終會被轉義 。"
53+ "和 ``'>'`` 字元始終會被跳脫 。"
5454
5555#: ../../library/xml.sax.utils.rst:30
5656msgid ""
@@ -63,7 +63,7 @@ msgstr ""
6363
6464#: ../../library/xml.sax.utils.rst:36
6565msgid "Unescape ``'&'``, ``'<'``, and ``'>'`` in a string of data."
66- msgstr "取消轉義資料字串中的 ``'&'``、``'<'`` 和 ``'>'``。"
66+ msgstr "取消跳脫資料字串中的 ``'&'``、``'<'`` 和 ``'>'``。"
6767
6868#: ../../library/xml.sax.utils.rst:38
6969msgid ""
You can’t perform that action at this time.
0 commit comments