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

Skip to content

Commit 872f2c8

Browse files
committed
[po] auto sync bot
1 parent d230e79 commit 872f2c8

4 files changed

Lines changed: 17 additions & 11 deletions

File tree

library/logging.config.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-06-30 05:56+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"
@@ -138,7 +139,7 @@ msgstr ""
138139

139140
#: ../../library/logging.config.rst:0
140141
msgid "Parameters"
141-
msgstr ""
142+
msgstr "参数"
142143

143144
#: ../../library/logging.config.rst:90
144145
msgid ""

library/logging.handlers.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-06-30 05:56+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"
@@ -93,7 +94,7 @@ msgstr ""
9394
#: ../../library/logging.handlers.rst:0 ../../library/logging.handlers.rst:0
9495
#: ../../library/logging.handlers.rst:0
9596
msgid "Parameters"
96-
msgstr ""
97+
msgstr "参数"
9798

9899
#: ../../library/logging.handlers.rst:67
99100
msgid "The stream that the handler should use."

library/logging.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-07-08 08:31+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"
@@ -842,7 +842,7 @@ msgstr ""
842842

843843
#: ../../library/logging.rst:0 ../../library/logging.rst:0
844844
msgid "Parameters"
845-
msgstr ""
845+
msgstr "参数"
846846

847847
#: ../../library/logging.rst:672
848848
msgid ""

library/turtle.po

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -659,53 +659,57 @@ msgstr "本节中的大部分示例都使用 Turtle 类的一个实例,命名
659659
#: ../../library/turtle.rst:0 ../../library/turtle.rst:0
660660
#: ../../library/turtle.rst:0
661661
msgid "Parameters"
662-
msgstr ""
662+
msgstr "形参"
663663

664664
#: ../../library/turtle.rst:247 ../../library/turtle.rst:290
665665
#: ../../library/turtle.rst:313 ../../library/turtle.rst:369
666666
#: ../../library/turtle.rst:390 ../../library/turtle.rst:411
667667
msgid "a number (integer or float)"
668-
msgstr ""
668+
msgstr "一个数值 (整型或浮点型)"
669669

670670
#: ../../library/turtle.rst:249
671671
msgid ""
672672
"Move the turtle forward by the specified *distance*, in the direction the "
673673
"turtle is headed."
674-
msgstr ""
674+
msgstr "海龟前进 *distance* 指定的距离,方向为海龟的朝向。"
675675

676676
#: ../../library/turtle.rst:268 ../../library/turtle.rst:458
677677
#: ../../library/turtle.rst:721 ../../library/turtle.rst:1205
678678
#: ../../library/turtle.rst:1223
679679
msgid "a number"
680-
msgstr ""
680+
msgstr "一个数值"
681681

682682
#: ../../library/turtle.rst:270
683683
msgid ""
684684
"Move the turtle backward by *distance*, opposite to the direction the turtle"
685685
" is headed. Do not change the turtle's heading."
686-
msgstr ""
686+
msgstr "海龟后退 *distance* 指定的距离,方向与海龟的朝向相反。不改变海龟的朝向。"
687687

688688
#: ../../library/turtle.rst:292
689689
msgid ""
690690
"Turn turtle right by *angle* units. (Units are by default degrees, but can "
691691
"be set via the :func:`degrees` and :func:`radians` functions.) Angle "
692692
"orientation depends on the turtle mode, see :func:`mode`."
693693
msgstr ""
694+
"海龟右转 *angle* 个单位。(单位默认为角度,但可通过 :func:`degrees` 和 :func:`radians` 函数改变设置。) "
695+
"角度的正负由海龟模式确定,参见 :func:`mode`。"
694696

695697
#: ../../library/turtle.rst:315
696698
msgid ""
697699
"Turn turtle left by *angle* units. (Units are by default degrees, but can "
698700
"be set via the :func:`degrees` and :func:`radians` functions.) Angle "
699701
"orientation depends on the turtle mode, see :func:`mode`."
700702
msgstr ""
703+
"海龟左转 *angle* 个单位。(单位默认为角度,但可通过 :func:`degrees` 和 :func:`radians` 函数改变设置。) "
704+
"角度的正负由海龟模式确定,参见 :func:`mode`。"
701705

702706
#: ../../library/turtle.rst:337
703707
msgid "a number or a pair/vector of numbers"
704-
msgstr ""
708+
msgstr "一个数值或数值对/向量"
705709

706710
#: ../../library/turtle.rst:338
707711
msgid "a number or ``None``"
708-
msgstr ""
712+
msgstr "一个数值或 ``None``"
709713

710714
#: ../../library/turtle.rst:340
711715
msgid ""

0 commit comments

Comments
 (0)