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

Skip to content

Commit 2b8ef18

Browse files
committed
[po] auto sync bot
1 parent 7e9967c commit 2b8ef18

7 files changed

Lines changed: 21 additions & 18 deletions

File tree

library/configparser.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: ww song <sww4718168@gmail.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -188,7 +188,7 @@ msgstr ""
188188

189189
#: ../../library/configparser.rst:244 ../../library/configparser.rst:305
190190
msgid "For example:"
191-
msgstr ""
191+
msgstr "例如:"
192192

193193
#: ../../library/configparser.rst:292
194194
msgid "Interpolation of values"

library/inspect.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-15 09:11+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: Freesand Leo <yuqinju@163.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"
@@ -1257,7 +1257,7 @@ msgstr ""
12571257

12581258
#: ../../library/inspect.rst:960
12591259
msgid "For example:"
1260-
msgstr ""
1260+
msgstr "例如:"
12611261

12621262
#: ../../library/inspect.rst:969
12631263
msgid ""

library/multiprocessing.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: Fei Yin <icebirds@163.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -1229,7 +1229,7 @@ msgstr ""
12291229

12301230
#: ../../library/multiprocessing.rst:1123
12311231
msgid "For example:"
1232-
msgstr ""
1232+
msgstr "例如:"
12331233

12341234
#: ../../library/multiprocessing.rst:1147
12351235
msgid ""

library/time.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: ailin zhang <zhangailin@gmail.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -748,7 +748,7 @@ msgstr ""
748748

749749
#: ../../library/time.rst:517
750750
msgid "For example:"
751-
msgstr ""
751+
msgstr "例如:"
752752

753753
#: ../../library/time.rst:524
754754
msgid ""

library/turtle.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,42 +1550,44 @@ msgid ""
15501550
"To use compound turtle shapes, which consist of several polygons of "
15511551
"different color, you must use the helper class :class:`Shape` explicitly as "
15521552
"described below:"
1553-
msgstr ""
1553+
msgstr "要使用由多个不同颜色多边形构成的复合海龟形状,你必须明确地使用辅助类 :class:`Shape`,具体步骤如下:"
15541554

15551555
#: ../../library/turtle.rst:1480
15561556
msgid "Create an empty Shape object of type \"compound\"."
1557-
msgstr ""
1557+
msgstr "创建一个空 Shape 对象,类型为 \"compound\""
15581558

15591559
#: ../../library/turtle.rst:1481
15601560
msgid ""
15611561
"Add as many components to this object as desired, using the "
15621562
":meth:`addcomponent` method."
1563-
msgstr ""
1563+
msgstr "按照需要使用 :meth:`addcomponent` 方法向此对象添加多个部件。"
15641564

15651565
#: ../../library/turtle.rst:1484
15661566
msgid "For example:"
1567-
msgstr ""
1567+
msgstr "例如:"
15681568

15691569
#: ../../library/turtle.rst:1494
15701570
msgid "Now add the Shape to the Screen's shapelist and use it:"
1571-
msgstr ""
1571+
msgstr "接下来将 Shape 对象添加到 Screen 对象的形状列表并使用它:"
15721572

15731573
#: ../../library/turtle.rst:1504
15741574
msgid ""
15751575
"The :class:`Shape` class is used internally by the :func:`register_shape` "
15761576
"method in different ways. The application programmer has to deal with the "
15771577
"Shape class *only* when using compound shapes like shown above!"
15781578
msgstr ""
1579+
":class:`Shape` 类在 :func:`register_shape` 方法的内部以多种方式使用。应用程序编写者 *只有* "
1580+
"在使用上述的复合形状时才需要处理 Shape 类。"
15791581

15801582
#: ../../library/turtle.rst:1510
15811583
msgid "Methods of TurtleScreen/Screen and corresponding functions"
1582-
msgstr ""
1584+
msgstr "TurtleScreen/Screen 方法及对应函数"
15831585

15841586
#: ../../library/turtle.rst:1512
15851587
msgid ""
15861588
"Most of the examples in this section refer to a TurtleScreen instance called"
15871589
" ``screen``."
1588-
msgstr ""
1590+
msgstr "本节中的大部分示例都使用 TurtleScreen 类的一个实例,命名为 ``screen``。"
15891591

15901592
#: ../../library/turtle.rst:1525
15911593
msgid ""

library/unittest.mock.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-09-15 09:11+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Freesand Leo <[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"
@@ -1581,7 +1582,7 @@ msgstr ""
15811582

15821583
#: ../../library/unittest.mock.rst:1751
15831584
msgid "For example:"
1584-
msgstr ""
1585+
msgstr "例如:"
15851586

15861587
#: ../../library/unittest.mock.rst:1763
15871588
msgid ""

using/windows.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-04 08:47+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: hanfeng <appweb.cn@gmail.com>, 2018\n"
13+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -1164,7 +1164,7 @@ msgstr ""
11641164

11651165
#: ../../using/windows.rst:686
11661166
msgid "For example:"
1167-
msgstr ""
1167+
msgstr "例如:"
11681168

11691169
#: ../../using/windows.rst:688
11701170
msgid "Setting ``PY_PYTHON=3.1`` is equivalent to the INI file containing:"

0 commit comments

Comments
 (0)