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

Skip to content

Commit 8b8bab3

Browse files
committed
[po] auto sync bot
1 parent bc25f84 commit 8b8bab3

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

library/turtle.po

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,43 +1942,44 @@ msgstr "当海龟转向时图像形状 *不会* 转动,因此无法显示海
19421942
msgid ""
19431943
"*name* is an arbitrary string and *shape* is a tuple of pairs of "
19441944
"coordinates: Install the corresponding polygon shape."
1945-
msgstr ""
1945+
msgstr "*name* 为指定的字符串,*shape* 为由坐标值对构成的元组: 安装相应的多边形形状。"
19461946

19471947
#: ../../library/turtle.rst:1920
19481948
msgid ""
19491949
"*name* is an arbitrary string and shape is a (compound) :class:`Shape` "
19501950
"object: Install the corresponding compound shape."
1951-
msgstr ""
1951+
msgstr "*name* 为指定的字符串, 为一个 (复合) :class:`Shape` 类对象: 安装相应的复合形状。"
19521952

19531953
#: ../../library/turtle.rst:1923
19541954
msgid ""
19551955
"Add a turtle shape to TurtleScreen's shapelist. Only thusly registered "
19561956
"shapes can be used by issuing the command ``shape(shapename)``."
19571957
msgstr ""
1958+
"将一个海龟形状加入 TurtleScreen 的形状列表。只有这样注册过的形状才能通过执行 ``shape(shapename)`` 命令来使用。"
19581959

19591960
#: ../../library/turtle.rst:1929
19601961
msgid "Return the list of turtles on the screen."
1961-
msgstr ""
1962+
msgstr "返回屏幕上的海龟列表。"
19621963

19631964
#: ../../library/turtle.rst:1939
19641965
msgid "Return the height of the turtle window. ::"
1965-
msgstr ""
1966+
msgstr "返回海龟窗口的高度。::"
19661967

19671968
#: ../../library/turtle.rst:1947
19681969
msgid "Return the width of the turtle window. ::"
1969-
msgstr ""
1970+
msgstr "返回海龟窗口的宽度。::"
19701971

19711972
#: ../../library/turtle.rst:1956
19721973
msgid "Methods specific to Screen, not inherited from TurtleScreen"
1973-
msgstr ""
1974+
msgstr "Screen 专有方法, 而非继承自 TurtleScreen"
19741975

19751976
#: ../../library/turtle.rst:1960
19761977
msgid "Shut the turtlegraphics window."
1977-
msgstr ""
1978+
msgstr "关闭海龟绘图窗口。"
19781979

19791980
#: ../../library/turtle.rst:1965
19801981
msgid "Bind bye() method to mouse clicks on the Screen."
1981-
msgstr ""
1982+
msgstr "将 bye() 方法绑定到 Screen 上的鼠标点击事件。"
19821983

19831984
#: ../../library/turtle.rst:1968
19841985
msgid ""
@@ -1988,6 +1989,9 @@ msgid ""
19881989
":file:`turtle.cfg`. In this case IDLE's own mainloop is active also for the"
19891990
" client script."
19901991
msgstr ""
1992+
"如果配置字典中 \"using_IDLE\" 的值为 ``False`` (默认值) 则同时进入主事件循环。注: 如果启动 IDLE 时使用了 "
1993+
"``-n`` 开关 (无子进程),:file:`turtle.cfg` 中此数值应设为 ``True``。在此情况下 IDLE "
1994+
"本身的主事件循环同样会作用于客户脚本。"
19911995

19921996
#: ../../library/turtle.rst:1977
19931997
msgid ""

0 commit comments

Comments
 (0)