@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-07-17 17:39+0800\n "
11
- "PO-Revision-Date : 2023-11-25 16:15 +0800\n "
11
+ "PO-Revision-Date : 2023-11-25 16:37 +0800\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -1097,22 +1097,22 @@ msgstr ""
1097
1097
msgid ""
1098
1098
"*escaped* -- This group matches the escape sequence, e.g. ``$$``, in the "
1099
1099
"default pattern."
1100
- msgstr "*escaped* -- 此群組在預設模式下與跳脫序列匹配 ,例如 ``$$``。"
1100
+ msgstr "*escaped* -- 此群組在預設模式下與溢出序列匹配 ,例如 ``$$``。"
1101
1101
1102
1102
#: ../../library/string.rst:892
1103
1103
msgid ""
1104
1104
"*named* -- This group matches the unbraced placeholder name; it should not "
1105
1105
"include the delimiter in capturing group."
1106
1106
msgstr ""
1107
- "*named* -- 此群組與不帶大括號的占位名稱匹配;它不應包含捕獲組中的分隔符號 。"
1107
+ "*named* -- 此群組與不帶大括號的佔位符號匹配;它不應包含擷取群組中的分隔符號 。"
1108
1108
1109
1109
#: ../../library/string.rst:895
1110
1110
msgid ""
1111
1111
"*braced* -- This group matches the brace enclosed placeholder name; it "
1112
1112
"should not include either the delimiter or braces in the capturing group."
1113
1113
msgstr ""
1114
- "*braced* -- 此群組與大括號括起來的占位名稱匹配;它不應在捕獲組中包含分隔符號 "
1115
- "或大括號 。"
1114
+ "*braced* -- 此群組與大括號括起來的佔位符號匹配;它不應在擷取群組中包含分隔符 "
1115
+ "號或大括號 。"
1116
1116
1117
1117
#: ../../library/string.rst:898
1118
1118
msgid ""
0 commit comments