66# Translators:
77# 操旭 <caoxu3000@126.com>, 2017
88# Danny Vi <dannyvis@icloud.com>, 2018
9- # Freesand Leo <yuqinju@163.com>, 2019
109# Meng Du <alphanow@gmail.com>, 2019
1110# Kade For, 2019
11+ # Freesand Leo <yuqinju@163.com>, 2019
1212#
1313#, fuzzy
1414msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2019-02-26 10:44+0900\n "
1919"PO-Revision-Date : 2017-02-16 23:24+0000\n "
20- "Last-Translator : Kade For , 2019\n "
20+ "Last-Translator : Freesand Leo <yuqinju@163.com> , 2019\n "
2121"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -515,10 +515,7 @@ msgid ""
515515"expression is inside the parentheses, but the substring matched by the group"
516516" *cannot* be retrieved after performing a match or referenced later in the "
517517"pattern."
518- msgstr ""
519- "正则括号的非捕获版本。只识别,不取值。匹配在括号内的任何正则式,但匹配完成后,这个子串不做为结果被获取。比如 ``(?:a)bc`` 指定了匹配样式 "
520- "``bc``,但这个样式前面必须是字符 ``a``,它可以匹配 ``'abc'``,但不能匹配 ``'bbc'``,匹配完成后只返回 ``'bc'`` "
521- "作为匹配内容。"
518+ msgstr "正则括号的非捕获版本。 匹配在括号内的任何正则表达式,但该分组所匹配的子字符串 *不能* 在执行匹配后被获取或是之后在模式中被引用。"
522519
523520#: ../../library/re.rst:331
524521msgid "``(?aiLmsux-imsx:...)``"
0 commit comments