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

Skip to content

Commit e44eb96

Browse files
committed
[po] auto sync bot
1 parent d9e74b9 commit e44eb96

5 files changed

Lines changed: 18 additions & 17 deletions

File tree

faq/programming.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-05-29 13:26+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Yinuo Huang <[email protected]>, 2018\n"
13+
"Last-Translator: Fred <[email protected]>, 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"
@@ -1466,7 +1466,7 @@ msgstr ""
14661466

14671467
#: ../../faq/programming.rst:1316
14681468
msgid "Dictionaries"
1469-
msgstr ""
1469+
msgstr "字典"
14701470

14711471
#: ../../faq/programming.rst:1319
14721472
msgid ""

reference/datamodel.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-03 13:28+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: F. <[email protected]>, 2018\n"
13+
"Last-Translator: Fred <[email protected]>, 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"
@@ -497,7 +497,7 @@ msgstr ""
497497

498498
#: ../../reference/datamodel.rst:430
499499
msgid "Dictionaries"
500-
msgstr ""
500+
msgstr "字典"
501501

502502
#: ../../reference/datamodel.rst:412
503503
msgid ""

reference/simple_stmts.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-01-05 15:01+0000\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: Fred <fred.wei@foxmail.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"
@@ -428,7 +428,7 @@ msgstr ""
428428

429429
#: ../../reference/simple_stmts.rst:427
430430
msgid "The :keyword:`del` statement"
431-
msgstr ""
431+
msgstr ":keyword:`del` 语句"
432432

433433
#: ../../reference/simple_stmts.rst:437
434434
msgid ""

tutorial/datastructures.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ msgstr ""
129129

130130
#: ../../tutorial/datastructures.rst:132
131131
msgid "Using Lists as Stacks"
132-
msgstr "使用列表作为堆栈"
132+
msgstr "列表作为栈使用"
133133

134134
#: ../../tutorial/datastructures.rst:137
135135
msgid ""
@@ -144,7 +144,7 @@ msgstr ""
144144

145145
#: ../../tutorial/datastructures.rst:162
146146
msgid "Using Lists as Queues"
147-
msgstr "使用列表作为队列"
147+
msgstr "列表作为队列使用"
148148

149149
#: ../../tutorial/datastructures.rst:166
150150
msgid ""
@@ -166,7 +166,7 @@ msgstr "若要实现一个队列, :class:`collections.deque` 被设计用于
166166

167167
#: ../../tutorial/datastructures.rst:190
168168
msgid "List Comprehensions"
169-
msgstr ""
169+
msgstr "列表推导式"
170170

171171
#: ../../tutorial/datastructures.rst:192
172172
msgid ""
@@ -228,7 +228,7 @@ msgstr ""
228228

229229
#: ../../tutorial/datastructures.rst:280
230230
msgid "Nested List Comprehensions"
231-
msgstr ""
231+
msgstr "嵌套的列表推导式"
232232

233233
#: ../../tutorial/datastructures.rst:282
234234
msgid ""
@@ -271,7 +271,7 @@ msgstr ""
271271

272272
#: ../../tutorial/datastructures.rst:334
273273
msgid "The :keyword:`del` statement"
274-
msgstr ""
274+
msgstr ":keyword:`del` 语句"
275275

276276
#: ../../tutorial/datastructures.rst:336
277277
msgid ""
@@ -294,7 +294,7 @@ msgstr ""
294294

295295
#: ../../tutorial/datastructures.rst:364
296296
msgid "Tuples and Sequences"
297-
msgstr ""
297+
msgstr "元组和序列"
298298

299299
#: ../../tutorial/datastructures.rst:366
300300
msgid ""
@@ -389,7 +389,7 @@ msgstr ""
389389

390390
#: ../../tutorial/datastructures.rst:487
391391
msgid "Dictionaries"
392-
msgstr ""
392+
msgstr "字典"
393393

394394
#: ../../tutorial/datastructures.rst:489
395395
msgid ""
@@ -456,7 +456,7 @@ msgstr ""
456456

457457
#: ../../tutorial/datastructures.rst:560
458458
msgid "Looping Techniques"
459-
msgstr ""
459+
msgstr "循环的技巧"
460460

461461
#: ../../tutorial/datastructures.rst:562
462462
msgid ""
@@ -496,7 +496,7 @@ msgstr ""
496496

497497
#: ../../tutorial/datastructures.rst:635
498498
msgid "More on Conditions"
499-
msgstr ""
499+
msgstr "深入条件控制"
500500

501501
#: ../../tutorial/datastructures.rst:637
502502
msgid ""
@@ -555,7 +555,7 @@ msgstr ""
555555

556556
#: ../../tutorial/datastructures.rst:680
557557
msgid "Comparing Sequences and Other Types"
558-
msgstr ""
558+
msgstr "序列和其它类型的比较"
559559

560560
#: ../../tutorial/datastructures.rst:682
561561
msgid ""

whatsnew/2.0.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Fred <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -356,7 +357,7 @@ msgstr ""
356357

357358
#: ../../whatsnew/2.0.rst:262
358359
msgid "List Comprehensions"
359-
msgstr ""
360+
msgstr "列表推导式"
360361

361362
#: ../../whatsnew/2.0.rst:264
362363
msgid ""

0 commit comments

Comments
 (0)