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

Skip to content

Commit 834a19f

Browse files
committed
[po] auto sync bot
1 parent 9ef2c4b commit 834a19f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

library/re.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Danny Vi <[email protected]>, 2018
99
# Freesand Leo <[email protected]>, 2019
1010
# Meng Du <[email protected]>, 2019
11+
# Kade For, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-02-26 10:44+0900\n"
1819
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
19-
"Last-Translator: Meng Du <[email protected]>, 2019\n"
20+
"Last-Translator: Kade For, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,9 +48,9 @@ msgid ""
4748
" a substitution, the replacement string must be of the same type as both the"
4849
" pattern and the search string."
4950
msgstr ""
50-
"要搜索的样式和字符串可以是 Unicode 字符串 (:class:`str`) 以及8位字节串 (:class:`bytes`)。 "
51-
"但是,Unicode 字符串与8位字节串不能混用:也就是说,你不能用一个字节串样式去匹配 Unicode "
52-
"字符串,反之亦然;类似地,当进行替换操作时,替换字符串必须与所用的样式和搜索字符串都为相同类型。"
51+
"模式和被搜索的字符串既可以是 Unicode 字符串 (:class:`str`) ,也可以是8位字节串 (:class:`bytes`)。 "
52+
"但是,Unicode 字符串与8位字节串不能混用:也就是说,你不能用一个字节串模式去匹配 Unicode "
53+
"字符串,反之亦然;类似地,当进行替换操作时,替换字符串的类型也必须与所用的模式和搜索字符串的类型一致。"
5354

5455
#: ../../library/re.rst:24
5556
msgid ""

0 commit comments

Comments
 (0)