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

Skip to content

Commit 93a6327

Browse files
committed
[po] auto sync bot
1 parent 34ac7cb commit 93a6327

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

library/turtle.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,26 @@ msgid ""
4747
"moves. Give it the command ``turtle.right(25)``, and it rotates in-place 25"
4848
" degrees clockwise."
4949
msgstr ""
50+
"请想象绘图区有一只机器海龟,起始位置在 x-y 平面的 (0, 0) 点。先执行 ``import turtle``,再执行 "
51+
"``turtle.forward(15)``,它将(在屏幕上)朝所面对的 x 轴正方向前进 15 像素,随着它的移动画出一条线段。再执行 "
52+
"``turtle.right(25)``,它将原地右转 25 度。"
5053

5154
#: ../../library/turtle.rst:33
5255
msgid ""
5356
"Turtle can draw intricate shapes using programs that repeat simple moves."
54-
msgstr ""
57+
msgstr "使用海龟绘图可以编写重复执行简单动作的程序画出精细复杂的形状。"
5558

5659
#: ../../library/turtle.rst:41
5760
msgid ""
5861
"By combining together these and similar commands, intricate shapes and "
5962
"pictures can easily be drawn."
60-
msgstr ""
63+
msgstr "通过组合使用此类命令,可以轻松地绘制出精美的形状和图案。"
6164

6265
#: ../../library/turtle.rst:44
6366
msgid ""
6467
"The :mod:`turtle` module is an extended reimplementation of the same-named "
6568
"module from the Python standard distribution up to version Python 2.5."
66-
msgstr ""
69+
msgstr ":mod:`turtle` 模块是基于 Python 标准发行版的同名模块(Python 2.5之前)重新编写并进行了功能扩展。"
6770

6871
#: ../../library/turtle.rst:47
6972
msgid ""

0 commit comments

Comments
 (0)