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

Skip to content

Commit fe97b5e

Browse files
committed
[po] auto sync bot
1 parent 268bf76 commit fe97b5e

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

library/re.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Translators:
77
# 操旭 <[email protected]>, 2017
88
# Danny Vi <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2019
109
# Meng Du <[email protected]>, 2019
1110
# Kade For, 2019
11+
# Freesand Leo <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -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 <[email protected]>, 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
524521
msgid "``(?aiLmsux-imsx:...)``"

tutorial/classes.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# Shengjing Zhu <[email protected]>, 2018
9-
# Junkai Shao <[email protected]>, 2018
109
# ww song <[email protected]>, 2018
11-
# zkonge, 2018
10+
# Junkai Shao <[email protected]>, 2018
1211
# Zombie110year <[email protected]>, 2019
12+
# zkonge, 2019
1313
# Freesand Leo <[email protected]>, 2019
1414
#
1515
#, fuzzy
@@ -143,11 +143,11 @@ msgid ""
143143
"may both define a function ``maximize`` without confusion --- users of the "
144144
"modules must prefix it with the module name."
145145
msgstr ""
146-
"*namespace* 是一个从名字到对象的映射。大部分命名空间当前都由 Python "
147-
"字典实现,但一般情况下基本不会去关注它们(除了要面对性能问题时),而且也有可能在将来更改。下面是几个命名空间的例子:存放内置函数的集合(包含 "
148-
":func:`abs` "
149-
"这样的函数,和内建的异常等);模块中的全局名称;函数调用中的本地名称。从某种意义上说,对象的的属性集合也是一种命名空间的形式。关于命名空间的重要一点是,不同命名空间中的名称之间绝对没有关系;例如,两个不同的模块都可以定义函数“最大化”而不会产生混淆"
150-
" - 模块的用户必须在其前面加上模块名称。"
146+
"*namespace* 是一个从名字到对象的映射。 大部分命名空间当前都由 Python "
147+
"字典实现,但一般情况下基本不会去关注它们(除了要面对性能问题时),而且也有可能在将来更改。 下面是几个命名空间的例子:存放内置函数的集合(包含 "
148+
":func:`abs` 这样的函数,和内建的异常等);模块中的全局名称;函数调用中的本地名称。 从某种意义上说,对象的属性集合也是一种命名空间的形式。 "
149+
"关于命名空间的重要一点是,不同命名空间中的名称之间绝对没有关系;例如,两个不同的模块都可以定义一个 ``maximize`` 函数而不会产生混淆 ---"
150+
" 模块的用户必须在其前面加上模块名称。"
151151

152152
#: ../../tutorial/classes.rst:82
153153
msgid ""

0 commit comments

Comments
 (0)