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

Skip to content

Commit c1f1a0d

Browse files
committed
[po] auto sync bot
1 parent 595ce74 commit c1f1a0d

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

library/turtle.po

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,63 +1469,63 @@ msgstr ""
14691469
msgid ""
14701470
"Bind *fun* to mouse-button-release events on this turtle. If *fun* is "
14711471
"``None``, existing bindings are removed."
1472-
msgstr ""
1472+
msgstr "将 *fun* 指定的函数绑定到在此海龟上释放鼠标按键事件。如果 *fun* 值为 ``None``,则移除现有的绑定。"
14731473

14741474
#: ../../library/turtle.rst:1361
14751475
msgid ""
14761476
"Bind *fun* to mouse-move events on this turtle. If *fun* is ``None``, "
14771477
"existing bindings are removed."
1478-
msgstr ""
1478+
msgstr "将 *fun* 指定的函数绑定到在此海龟上移动鼠标事件。如果 *fun* 值为 ``None``,则移除现有的绑定。"
14791479

14801480
#: ../../library/turtle.rst:1364
14811481
msgid ""
14821482
"Remark: Every sequence of mouse-move-events on a turtle is preceded by a "
14831483
"mouse-click event on that turtle."
1484-
msgstr ""
1484+
msgstr "注: 在海龟上移动鼠标事件之前应先发生在此海龟上点击鼠标事件。"
14851485

14861486
#: ../../library/turtle.rst:1371
14871487
msgid ""
14881488
"Subsequently, clicking and dragging the Turtle will move it across the "
14891489
"screen thereby producing handdrawings (if pen is down)."
1490-
msgstr ""
1490+
msgstr "在此之后点击并拖动海龟可在屏幕上手绘线条 (如果画笔为落下)。"
14911491

14921492
#: ../../library/turtle.rst:1380
14931493
msgid ""
14941494
"Start recording the vertices of a polygon. Current turtle position is first"
14951495
" vertex of polygon."
1496-
msgstr ""
1496+
msgstr "开始记录多边形的顶点。当前海龟位置为多边形的第一个顶点。"
14971497

14981498
#: ../../library/turtle.rst:1386
14991499
msgid ""
15001500
"Stop recording the vertices of a polygon. Current turtle position is last "
15011501
"vertex of polygon. This will be connected with the first vertex."
1502-
msgstr ""
1502+
msgstr "停止记录多边形的顶点。当前海龟位置为多边形的最后一个顶点。它将连线到第一个顶点。"
15031503

15041504
#: ../../library/turtle.rst:1392
15051505
msgid "Return the last recorded polygon."
1506-
msgstr ""
1506+
msgstr "返回最新记录的多边形。"
15071507

15081508
#: ../../library/turtle.rst:1410
15091509
msgid ""
15101510
"Create and return a clone of the turtle with same position, heading and "
15111511
"turtle properties."
1512-
msgstr ""
1512+
msgstr "创建并返回海龟的克隆体,具有相同的位置、朝向和海龟属性。"
15131513

15141514
#: ../../library/turtle.rst:1422
15151515
msgid ""
15161516
"Return the Turtle object itself. Only reasonable use: as a function to "
15171517
"return the \"anonymous turtle\":"
1518-
msgstr ""
1518+
msgstr "返回海龟对象自身。唯一合理的用法: 作为一个函数来返回 \"匿名海龟\":"
15191519

15201520
#: ../../library/turtle.rst:1435
15211521
msgid ""
15221522
"Return the :class:`TurtleScreen` object the turtle is drawing on. "
15231523
"TurtleScreen methods can then be called for that object."
1524-
msgstr ""
1524+
msgstr "返回作为海龟绘图场所的 :class:`TurtleScreen` 类对象。该对象将可调用 TurtleScreen 方法。"
15251525

15261526
#: ../../library/turtle.rst:1448
15271527
msgid "an integer or ``None``"
1528-
msgstr ""
1528+
msgstr "一个整型数值或 ``None``"
15291529

15301530
#: ../../library/turtle.rst:1450
15311531
msgid ""
@@ -1534,14 +1534,16 @@ msgid ""
15341534
"that can be undone by the :func:`undo` method/function. If *size* is "
15351535
"``None``, the undobuffer is disabled."
15361536
msgstr ""
1537+
"设置或禁用撤消缓冲区。如果 *size* 为一个整型数则将开辟一个指定大小的空缓冲区。*size* 表示可使用 :func:`undo` "
1538+
"方法/函数撤消的海龟命令的次数上限。如果 *size* 为 ``None`` 则禁用撤消缓冲区。"
15371539

15381540
#: ../../library/turtle.rst:1462
15391541
msgid "Return number of entries in the undobuffer."
1540-
msgstr ""
1542+
msgstr "返回撤销缓冲区里的条目数。"
15411543

15421544
#: ../../library/turtle.rst:1474
15431545
msgid "Compound shapes"
1544-
msgstr ""
1546+
msgstr "复合形状"
15451547

15461548
#: ../../library/turtle.rst:1476
15471549
msgid ""

0 commit comments

Comments
 (0)