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

Skip to content

Commit d6f39e1

Browse files
committed
[po] auto sync bot
1 parent 7a17e84 commit d6f39e1

13 files changed

Lines changed: 414 additions & 197 deletions

File tree

howto/regex.po

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Junkai Shao <skaifun.dev@gmail.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -194,15 +194,15 @@ msgstr ""
194194

195195
#: ../../howto/regex.rst:130
196196
msgid "``\\d``"
197-
msgstr ""
197+
msgstr "``\\d``"
198198

199199
#: ../../howto/regex.rst:130
200200
msgid "Matches any decimal digit; this is equivalent to the class ``[0-9]``."
201201
msgstr ""
202202

203203
#: ../../howto/regex.rst:133
204204
msgid "``\\D``"
205-
msgstr ""
205+
msgstr "``\\D``"
206206

207207
#: ../../howto/regex.rst:133
208208
msgid ""
@@ -211,7 +211,7 @@ msgstr ""
211211

212212
#: ../../howto/regex.rst:137
213213
msgid "``\\s``"
214-
msgstr ""
214+
msgstr "``\\s``"
215215

216216
#: ../../howto/regex.rst:136
217217
msgid ""
@@ -221,7 +221,7 @@ msgstr ""
221221

222222
#: ../../howto/regex.rst:141
223223
msgid "``\\S``"
224-
msgstr ""
224+
msgstr "``\\S``"
225225

226226
#: ../../howto/regex.rst:140
227227
msgid ""
@@ -231,7 +231,7 @@ msgstr ""
231231

232232
#: ../../howto/regex.rst:145
233233
msgid "``\\w``"
234-
msgstr ""
234+
msgstr "``\\w``"
235235

236236
#: ../../howto/regex.rst:144
237237
msgid ""
@@ -241,7 +241,7 @@ msgstr ""
241241

242242
#: ../../howto/regex.rst:149
243243
msgid "``\\W``"
244-
msgstr ""
244+
msgstr "``\\W``"
245245

246246
#: ../../howto/regex.rst:148
247247
msgid ""
@@ -1060,7 +1060,7 @@ msgstr ""
10601060

10611061
#: ../../howto/regex.rst:717
10621062
msgid "``^``"
1063-
msgstr ""
1063+
msgstr "``^``"
10641064

10651065
#: ../../howto/regex.rst:705
10661066
msgid ""
@@ -1098,7 +1098,7 @@ msgstr ""
10981098

10991099
#: ../../howto/regex.rst:737
11001100
msgid "``\\A``"
1101-
msgstr ""
1101+
msgstr "``\\A``"
11021102

11031103
#: ../../howto/regex.rst:734
11041104
msgid ""
@@ -1111,11 +1111,11 @@ msgstr ""
11111111

11121112
#: ../../howto/regex.rst:740
11131113
msgid "``\\Z``"
1114-
msgstr ""
1114+
msgstr "``\\Z``"
11151115

11161116
#: ../../howto/regex.rst:740
11171117
msgid "Matches only at the end of the string."
1118-
msgstr ""
1118+
msgstr "只匹配字符串尾。"
11191119

11201120
#: ../../howto/regex.rst:775
11211121
msgid "``\\b``"
@@ -1155,7 +1155,7 @@ msgstr ""
11551155

11561156
#: ../../howto/regex.rst:780
11571157
msgid "``\\B``"
1158-
msgstr ""
1158+
msgstr "``\\B``"
11591159

11601160
#: ../../howto/regex.rst:778
11611161
msgid ""
@@ -1372,7 +1372,7 @@ msgstr ""
13721372

13731373
#: ../../howto/regex.rst:981
13741374
msgid "``(?=...)``"
1375-
msgstr ""
1375+
msgstr "``(?=…)``"
13761376

13771377
#: ../../howto/regex.rst:977
13781378
msgid ""
@@ -1385,7 +1385,7 @@ msgstr ""
13851385

13861386
#: ../../howto/regex.rst:986
13871387
msgid "``(?!...)``"
1388-
msgstr ""
1388+
msgstr "``(?!…)``"
13891389

13901390
#: ../../howto/regex.rst:984
13911391
msgid ""

library/csv.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Fred <fred.wei@foxmail.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -68,7 +68,7 @@ msgstr ""
6868

6969
#: ../../library/csv.rst:48
7070
msgid "Module Contents"
71-
msgstr ""
71+
msgstr "模块内容"
7272

7373
#: ../../library/csv.rst:50
7474
msgid "The :mod:`csv` module defines the following functions:"

library/datetime.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-10-07 09:22+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2228,7 +2228,7 @@ msgstr ""
22282228

22292229
#: ../../library/datetime.rst:2053
22302230
msgid "``%d``"
2231-
msgstr ""
2231+
msgstr "``%d``"
22322232

22332233
#: ../../library/datetime.rst:2053
22342234
msgid "Day of the month as a zero-padded decimal number."
@@ -2460,7 +2460,7 @@ msgstr ""
24602460

24612461
#: ../../library/datetime.rst:2121
24622462
msgid "``%c``"
2463-
msgstr ""
2463+
msgstr "``%c``"
24642464

24652465
#: ../../library/datetime.rst:2121
24662466
msgid "Locale's appropriate date and time representation."
@@ -2549,7 +2549,7 @@ msgstr ""
25492549

25502550
#: ../../library/datetime.rst:2151
25512551
msgid "``%u``"
2552-
msgstr ""
2552+
msgstr "``%u``"
25532553

25542554
#: ../../library/datetime.rst:2151
25552555
msgid "ISO 8601 weekday as a decimal number where 1 is Monday."

library/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-09-23 09:16+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr ""
3535

3636
#: ../../library/enum.rst:24
3737
msgid "Module Contents"
38-
msgstr ""
38+
msgstr "模块内容"
3939

4040
#: ../../library/enum.rst:26
4141
msgid ""

library/fnmatch.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -43,15 +43,15 @@ msgstr "意义"
4343

4444
#: ../../library/fnmatch.rst:22
4545
msgid "``*``"
46-
msgstr ""
46+
msgstr "``*``"
4747

4848
#: ../../library/fnmatch.rst:22
4949
msgid "matches everything"
5050
msgstr ""
5151

5252
#: ../../library/fnmatch.rst:24
5353
msgid "``?``"
54-
msgstr ""
54+
msgstr "``?``"
5555

5656
#: ../../library/fnmatch.rst:24
5757
msgid "matches any single character"

library/json.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-08-12 08:50+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
13+
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -546,7 +546,7 @@ msgstr ""
546546

547547
#: ../../library/json.rst:509
548548
msgid "The unformatted error message."
549-
msgstr ""
549+
msgstr "未格式化的错误消息。"
550550

551551
#: ../../library/json.rst:513
552552
msgid "The JSON document being parsed."

0 commit comments

Comments
 (0)