Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/zh_CN.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r--po/zh_CN.po5071
1 files changed, 3032 insertions, 2039 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 735b3ce..15bbbc9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,13 +1,54 @@
+# #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+# #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#\n"
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-15 00:34-0500\n"
+"PO-Revision-Date: 2013-02-22 05:06+0200\n"
+"Last-Translator: Chris <cjl@laptop.org>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.5\n"
+"#-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#\n"
+"#-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#\n"
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-15 00:34-0500\n"
+"PO-Revision-Date: 2013-02-22 05:06+0200\n"
+"Last-Translator: Chris <cjl@laptop.org>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.5\n"
+"#-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-24 00:31-0500\n"
@@ -22,1111 +63,2201 @@ msgstr ""
"X-Generator: Pootle 2.0.5\n"
#. TRANS: "name" option from activity.info file
-msgid "TurtleBlocks"
-msgstr "海龟积木"
-
#. TRANS: "summary" option from activity.info file
#. TRANS: "description" option from activity.info file
-msgid ""
-"A Logo-inspired turtle that draws colorful pictures with snap-together "
-"visual programming blocks"
-msgstr "一个受Logo启发连接可视化编程块并画有彩色图片的海龟"
+msgid "turtleart-extras (master)"
+msgstr "海龟绘图附加组件(主)"
-#: TurtleArt/tabasics.py:123
-msgid "Palette of turtle commands"
-msgstr "海龟指令模板"
+#: taextras.py:37
+msgid "Turtle Blocks"
+msgstr "海龟方块"
-#: TurtleArt/tabasics.py:128
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734
-msgid "forward"
-msgstr "前进"
+#: taextras.py:38 TurtleArt/tawindow.py:3868 pysamples/grecord.py:205
+msgid "Turtle Art"
+msgstr "海龟绘画"
-#: TurtleArt/tabasics.py:132
-msgid "moves turtle forward"
-msgstr "向前移动海龟"
+#: taextras.py:42
+msgid "Turtle Art Mini"
+msgstr "迷你海龟绘图"
-#: TurtleArt/tabasics.py:139
-msgid "back"
-msgstr "后退"
+#: taextras.py:46
+msgid "Turtle Confusion"
+msgstr "海龟谜题"
-#: TurtleArt/tabasics.py:143
-msgid "moves turtle backward"
-msgstr "向后移动海龟"
+#: taextras.py:47 taextras.py:52
+msgid "Select a challenge"
+msgstr "选择一个挑战"
-#: TurtleArt/tabasics.py:151
-msgid "clean"
-msgstr "清屏"
+#: taextras.py:51
+msgid "Amazonas Tortuga"
+msgstr "亚马逊托尔图加"
-#: TurtleArt/tabasics.py:154
-msgid "clears the screen and reset the turtle"
-msgstr "清空屏幕并重置海龟"
+#: taextras.py:58
+msgid "Palette of Mexican pesos"
+msgstr "墨西哥比索模板"
-#: TurtleArt/tabasics.py:162
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854
-msgid "left"
-msgstr "左边"
+#: taextras.py:59
+msgid "Palette of Colombian pesos"
+msgstr "哥伦比亚比索模板"
-#: TurtleArt/tabasics.py:166
-msgid "turns turtle counterclockwise (angle in degrees)"
-msgstr "逆时针转动海龟(角度)"
+#: taextras.py:60
+msgid "Palette of Rwandan francs"
+msgstr "卢旺达法郎模板"
-#: TurtleArt/tabasics.py:174
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878
-msgid "right"
-msgstr "右边"
+#: taextras.py:61
+msgid "Palette of US dollars"
+msgstr "美元模板"
-#: TurtleArt/tabasics.py:178
-msgid "turns turtle clockwise (angle in degrees)"
-msgstr "顺时针转动海龟(角度)"
+#: taextras.py:62
+msgid "Palette of Australian dollars"
+msgstr "澳元模板"
-#: TurtleArt/tabasics.py:186
-msgid "arc"
-msgstr "走弧形"
+#: taextras.py:63
+msgid "Palette of Paraguayan Guaranies"
+msgstr "巴拉圭瓜拉尼模板"
-#: TurtleArt/tabasics.py:186
-msgid "angle"
-msgstr "角度"
+#: taextras.py:64
+msgid "Palette of Peruvian Nuevo Soles"
+msgstr "秘鲁新索尔的模板"
-#: TurtleArt/tabasics.py:186
-msgid "radius"
-msgstr "半径"
+#: taextras.py:65
+msgid "Palette of Uruguayan Pesos"
+msgstr "乌拉圭比索模板"
-#: TurtleArt/tabasics.py:190
-msgid "moves turtle along an arc"
-msgstr "延弧形移动海龟"
+#. TRANS: Butia is a Robot Project from Uruguay
+#. (http://www.fing.edu.uy/inco/proyectos/butia/)
+#: taextras.py:71
+msgid "TurtleBots"
+msgstr "海龟机器人"
-#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
-msgid "set xy"
-msgstr "设置 坐标"
+#. TRANS: summary of TurtleBots activity
+#: taextras.py:73
+msgid "TurtleBlocks with Butia, Lego NxT, WeDo, Arduino, FollowMe plugins"
+msgstr "海龟方块含有Butia, Lego NxT, WeDo, Arduino, FollowMe插件"
-#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
-msgid "x"
-msgstr "横"
+#: taextras.py:74
+msgid "ERROR: The speed must be a value between 0 and 1023"
+msgstr "错误:速度必须是0到1023之间的值"
-#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
-msgid "y"
-msgstr "纵"
+#: taextras.py:75
+msgid "ERROR: The pin must be between 1 and 8"
+msgstr "错误:该引脚必须在1和8之间"
-#: TurtleArt/tabasics.py:203 TurtleArt/tabasics.py:269
-msgid ""
-"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
-msgstr "移动海龟到座标(x,y);(0,0)是屏幕中心。"
+#: taextras.py:76
+msgid "ERROR: The value must be 0 or 1, LOW or HIGH"
+msgstr "错误:该值必须为0或1,“低”或“高"
-#: TurtleArt/tabasics.py:213
-msgid "set heading"
-msgstr "设置朝向"
+#: taextras.py:77
+msgid "ERROR: The mode must be INPUT or OUTPUT."
+msgstr "错误:该模式必须是输入或输出。"
-#: TurtleArt/tabasics.py:217
-msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
-msgstr "设置海龟朝向(0表示朝向屏幕上方)"
+#: taextras.py:78
+msgid "Turn LED on and off: 0 is off; 1 is on"
+msgstr "开关LED:0为关;1为开"
-#: TurtleArt/tabasics.py:225 TurtleArt/tawindow.py:3862
-#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:604
-msgid "xcor"
-msgstr "横坐标"
+#: taextras.py:79
+msgid "returns the gray level"
+msgstr "返回灰度等级"
-#: TurtleArt/tabasics.py:226
-msgid ""
-"holds current x-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr "包含海龟当前位置的X座标值(可以用来替换数字块)"
+#: taextras.py:80
+msgid "returns 1 when the button is press and 0 otherwise"
+msgstr "当按钮按下返回1,否则为0"
-#: TurtleArt/tabasics.py:236 TurtleArt/tawindow.py:3862
-#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:605
-msgid "ycor"
-msgstr "纵坐标"
+#: taextras.py:81
+msgid "returns the light level"
+msgstr "返回灯光等级"
-#: TurtleArt/tabasics.py:237
-msgid ""
-"holds current y-coordinate value of the turtle (can be used in place of a "
-"number block)"
-msgstr "包含海龟当前位置的Y座标值(可以用来替换数字块)"
+#: taextras.py:82
+msgid "returns the temperature"
+msgstr "返回温度"
-#: TurtleArt/tabasics.py:247 TurtleArt/tawindow.py:3863
-#: TurtleArt/tawindow.py:3869 TurtleArtActivity.py:605
-msgid "heading"
-msgstr "朝向"
+#: taextras.py:83
+msgid "returns the distance from the object in front of the sensor"
+msgstr "返回物体和传感器的距离"
-#: TurtleArt/tabasics.py:248
-msgid ""
-"holds current heading value of the turtle (can be used in place of a number "
-"block)"
-msgstr "包含海龟当前的朝向的角度值(可以用来替换数字块)"
+#: taextras.py:84
+msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise"
+msgstr "当传感器检测到磁场返回1,否则为0"
-#: TurtleArt/tabasics.py:282
-msgid "Palette of pen commands"
-msgstr "画笔指令模板"
+#: taextras.py:85
+msgid "returns the value of the resistance"
+msgstr "返回电阻值"
-#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298
-msgid "fill screen"
-msgstr "涂满全屏"
+#: taextras.py:86
+msgid "returns the value of the voltage"
+msgstr "返回电压值"
-#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298
-#: TurtleArt/tabasics.py:348
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1158
-msgid "color"
-msgstr "颜色"
+#: taextras.py:87
+msgid "gpio"
+msgstr "gpio"
-#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299
-#: TurtleArt/tabasics.py:358
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1154
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1159
-msgid "shade"
-msgstr "深度"
+#: taextras.py:88
+msgid "LED"
+msgstr "指示灯"
-#: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:303
-msgid "fills the background with (color, shade)"
-msgstr "以(颜色,阴影)填充背景"
+#: taextras.py:89
+msgid "button"
+msgstr "按钮"
-#: TurtleArt/tabasics.py:299 TurtleArt/tabasics.py:367
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1155
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1160
+#: taextras.py:90 taextras.py:358
msgid "gray"
-msgstr "灰度"
-
-#: TurtleArt/tabasics.py:313
-msgid "set color"
-msgstr "设置颜色"
-
-#: TurtleArt/tabasics.py:317
-msgid "sets color of the line drawn by the turtle"
-msgstr "设置海龟绘制的线条的颜色"
-
-#: TurtleArt/tabasics.py:325
-msgid "set shade"
-msgstr "设置深度"
+msgstr "灰色"
-#: TurtleArt/tabasics.py:329
-msgid "sets shade of the line drawn by the turtle"
-msgstr "设置海龟绘制的线条的深度"
+#: taextras.py:91 taextras.py:356
+msgid "light"
+msgstr "灯光"
-#: TurtleArt/tabasics.py:337
-msgid "set gray"
-msgstr "设置灰度"
-
-#: TurtleArt/tabasics.py:340
-msgid "sets gray level of the line drawn by the turtle"
-msgstr "设置海龟绘制的线条的灰度"
-
-#: TurtleArt/tabasics.py:349
-msgid "holds current pen color (can be used in place of a number block)"
-msgstr "包含当前画笔的颜色(可以用来替换数字块)"
-
-#: TurtleArt/tabasics.py:359
-msgid "holds current pen shade"
-msgstr "设置当前画笔的深度"
-
-#: TurtleArt/tabasics.py:368
-msgid "holds current gray level (can be used in place of a number block)"
-msgstr "包含当前的灰度值(可以用来替换数字块)"
-
-#: TurtleArt/tabasics.py:376
-msgid "pen up"
-msgstr "抬笔"
-
-#: TurtleArt/tabasics.py:379
-msgid "Turtle will not draw when moved."
-msgstr "海龟将不会在移动时绘图。"
+#: taextras.py:92
+msgid "temperature"
+msgstr "温度"
-#: TurtleArt/tabasics.py:385
-msgid "pen down"
-msgstr "落笔"
+#: taextras.py:93 taextras.py:330
+msgid "distance"
+msgstr "距离"
-#: TurtleArt/tabasics.py:388
-msgid "Turtle will draw when moved."
-msgstr "海龟将在移动时绘图。"
+#: taextras.py:94 plugins/audio_sensors/audio_sensors.py:151
+#: plugins/audio_sensors/audio_sensors.py:165
+#: plugins/audio_sensors/audio_sensors.py:179
+#: plugins/audio_sensors/audio_sensors.py:193
+msgid "resistance"
+msgstr "电阻"
-#: TurtleArt/tabasics.py:394
-msgid "set pen size"
-msgstr "设置笔的粗细"
+#: taextras.py:95 plugins/audio_sensors/audio_sensors.py:157
+#: plugins/audio_sensors/audio_sensors.py:171
+#: plugins/audio_sensors/audio_sensors.py:185
+#: plugins/audio_sensors/audio_sensors.py:199
+msgid "voltage"
+msgstr "电压"
-#: TurtleArt/tabasics.py:398
-msgid "sets size of the line drawn by the turtle"
-msgstr "设置海龟绘制的线条的宽度"
+#: taextras.py:96
+msgid "Butia Robot"
+msgstr "布迪机器人"
+
+#: taextras.py:97
+msgid "refresh Butia"
+msgstr "刷新布迪"
+
+#: taextras.py:98
+msgid "refresh the state of the Butia palette and blocks"
+msgstr "刷新布迪模板和拼块的状态"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "battery charge of Butia"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "battery charge of Butia"
+#: taextras.py:100
+msgid "battery charge Butia"
+msgstr "布迪充电"
+
+#: taextras.py:101
+msgid "returns the battery charge as a number between 0 and 255"
+msgstr "返回电池充电度(0到255之间)"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "speed of Butia"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "speed of Butia"
+#: taextras.py:103
+msgid "speed Butia"
+msgstr "布迪加速"
+
+#: taextras.py:104
+msgid "set the speed of the Butia motors"
+msgstr "设置布迪的马达速度"
+
+#: taextras.py:105
+msgid "move Butia"
+msgstr "移动布迪"
+
+#: taextras.py:106 TurtleArt/tabasics.py:162
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854
+msgid "left"
+msgstr "左边"
-#: TurtleArt/tabasics.py:408
-msgid "start fill"
-msgstr "开始填充"
+#: taextras.py:107 TurtleArt/tabasics.py:174
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878
+msgid "right"
+msgstr "右边"
-#: TurtleArt/tabasics.py:410
-msgid "starts filled polygon (used with end fill block)"
-msgstr "开始填充多边形的绘制(和完成填充一起使用)"
+#: taextras.py:108
+msgid "moves the Butia motors at the specified speed"
+msgstr "以指定速度移动布迪电机"
+
+#: taextras.py:109
+msgid "stop Butia"
+msgstr "停止布迪"
+
+#: taextras.py:110
+msgid "stop the Butia robot"
+msgstr "停止布迪机器人"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move Butia forward"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move Butia forward"
+#: taextras.py:112
+msgid "forward Butia"
+msgstr "布迪前进"
+
+#: taextras.py:113
+msgid "move the Butia robot forward"
+msgstr "向前移动布迪机器人"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn Butia left"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn Butia left"
+#: taextras.py:115
+msgid "left Butia"
+msgstr "布迪左转"
+
+#: taextras.py:116
+msgid "turn the Butia robot at left"
+msgstr "向左转动布迪机器人"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn Butia right"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn Butia right"
+#: taextras.py:118
+msgid "right Butia"
+msgstr "布迪右转"
+
+#: taextras.py:119
+msgid "turn the Butia robot at right"
+msgstr "向右转动布迪机器人"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move Butia backward"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move Butia backward"
+#: taextras.py:121
+msgid "backward Butia"
+msgstr "布迪后退"
+
+#: taextras.py:122
+msgid "move the Butia robot backward"
+msgstr "先后移动布迪机器人"
+
+#: taextras.py:123
+msgid "Butia Robot extra blocks"
+msgstr "布迪机器人额外模块"
+
+#: taextras.py:124
+msgid "hack pin mode"
+msgstr "破解引脚模式"
+
+#: taextras.py:125 taextras.py:293 taextras.py:455
+msgid "pin"
+msgstr "引脚"
+
+#: taextras.py:126 taextras.py:456
+msgid "mode"
+msgstr "模式"
+
+#: taextras.py:127
+msgid "Select the pin function (INPUT, OUTPUT)."
+msgstr "选择引脚功能(输入,输出)。"
+
+#: taextras.py:128
+msgid "write hack pin Butia"
+msgstr "写入破解引脚布迪"
+
+#: taextras.py:129 taextras.py:459 TurtleArt/tabasics.py:928
+#: TurtleArt/tawindow.py:4189
+msgid "value"
+msgstr "值"
-#: TurtleArt/tabasics.py:417
-msgid "end fill"
-msgstr "完成填充"
+#: taextras.py:130
+msgid "set a hack pin to 0 or 1"
+msgstr "设置破解引脚到0或1"
-#: TurtleArt/tabasics.py:419
-msgid "completes filled polygon (used with start fill block)"
-msgstr "完成填充多边形的绘制(和开始填充一起使用)"
+#: taextras.py:131
+msgid "read hack pin Butia"
+msgstr "读取破解引脚布迪"
-#: TurtleArt/tabasics.py:426
-msgid "pen size"
-msgstr "笔的粗细"
+#: taextras.py:132
+msgid "read the value of a hack pin"
+msgstr "读取一个破解引脚的值"
-#: TurtleArt/tabasics.py:427
-msgid "holds current pen size (can be used in place of a number block)"
-msgstr "包含当前画笔的大小(可以用来替换数字块)"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Arduino plugin to control an Arduino board
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Arduino plugin to control an Arduino board
+#: taextras.py:133 taextras.py:433
+msgid "HIGH"
+msgstr "高"
-#: TurtleArt/tabasics.py:441
-msgid "Palette of pen colors"
-msgstr "画笔颜色模板"
+#: taextras.py:134 taextras.py:468
+msgid "Set HIGH value for digital port."
+msgstr "设置数字端口为高值。"
-#: TurtleArt/tabasics.py:443
-msgid "red"
-msgstr "红色"
+#: taextras.py:135 taextras.py:435
+msgid "INPUT"
+msgstr "输入"
-#: TurtleArt/tabasics.py:444
-msgid "orange"
-msgstr "橙黄色"
+#: taextras.py:136
+msgid "Configure hack port for digital input."
+msgstr "为数字输入配置破解端口。"
-#: TurtleArt/tabasics.py:446
-msgid "yellow"
-msgstr "黄色"
+#: taextras.py:137 taextras.py:434
+msgid "LOW"
+msgstr "低"
-#: TurtleArt/tabasics.py:448
-msgid "green"
-msgstr "绿色"
+#: taextras.py:138 taextras.py:471
+msgid "Set LOW value for digital port."
+msgstr "设置数字端口为低值。"
-#: TurtleArt/tabasics.py:449
-msgid "cyan"
-msgstr "青色"
+#: taextras.py:139 taextras.py:436
+msgid "OUTPUT"
+msgstr "输出"
-#: TurtleArt/tabasics.py:450
-msgid "blue"
-msgstr "蓝色"
+#: taextras.py:140
+msgid "Configure hack port for digital output."
+msgstr "为数字输出配置破解端口。"
-#: TurtleArt/tabasics.py:451
-msgid "purple"
-msgstr "紫色"
+#: taextras.py:141
+msgid "Butia"
+msgstr "布迪"
-#: TurtleArt/tabasics.py:453
-msgid "white"
-msgstr "白色"
+#: taextras.py:142
+#, python-format
+msgid "ERROR: The pin %s must be in OUTPUT mode."
+msgstr "错误:引脚 %s 必须在输出模式。"
-#: TurtleArt/tabasics.py:454
-msgid "black"
-msgstr "黑色"
+#: taextras.py:143
+#, python-format
+msgid "ERROR: The pin %s must be in INPUT mode."
+msgstr "错误:引脚 %s 必须在输入模式。"
+
+#: taextras.py:147
+msgid "Error importing Pygame. This plugin require Pygame 1.9"
+msgstr "导入Pygame出错。该插件需要Pygame 1.9"
+
+#: taextras.py:148
+msgid "Error on initialization of the camera"
+msgstr "摄像头初始化出错"
+
+#: taextras.py:149
+msgid "No camera was found"
+msgstr "没有找到摄像头"
+
+#: taextras.py:150
+msgid "Error stopping camera"
+msgstr "停止摄像头出错"
+
+#: taextras.py:151
+msgid "Error starting camera"
+msgstr "启动摄像头出错"
+
+#. TRANS: The "mask" is used to restrict processing to a region in the image
+#: taextras.py:153
+msgid "Error in get mask"
+msgstr "获取面罩出错"
+
+#: taextras.py:154
+msgid "FollowMe"
+msgstr "跟我来"
+
+#: taextras.py:155
+msgid "refresh FollowMe"
+msgstr "刷新 FollowMe"
+
+#: taextras.py:156
+msgid "Search for a connected camera."
+msgstr "搜寻一个已连接的相机。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: the calibration is used to match an RGB color to a target
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: the calibration is used to match an RGB color to a target
+#: taextras.py:158
+msgid "calibration"
+msgstr "校准"
+
+#: taextras.py:159
+msgid "store a personalized calibration"
+msgstr "存储个性化的校准"
+
+#: taextras.py:160
+msgid "return a personalized calibration"
+msgstr "返回个性化校准"
+
+#: taextras.py:161
+msgid "follow"
+msgstr "跟随"
+
+#: taextras.py:162
+msgid "follow a color or calibration"
+msgstr "跟随颜色或校准"
+
+#: taextras.py:163 plugins/camera_sensor/camera_sensor.py:80
+#: plugins/camera_sensor/camera_sensor.py:93
+#: plugins/camera_sensor/camera_sensor.py:128
+#: plugins/camera_sensor/camera_sensor.py:141
+#: plugins/light_sensor/light_sensor.py:56
+#: plugins/light_sensor/light_sensor.py:63
+msgid "brightness"
+msgstr "亮度"
-#: TurtleArt/tabasics.py:460
-msgid "set text color"
-msgstr "设置文字颜色"
+#: taextras.py:164
+msgid "set the camera brightness as a value between 0 to 255."
+msgstr "设置摄像头亮度为0到255之间的值。"
+
+#: taextras.py:165
+msgid "minimum pixels"
+msgstr "最小值像素"
+
+#: taextras.py:166
+msgid "set the minimal number of pixels to follow"
+msgstr "设置要跟随的最小像素数目"
+
+#: taextras.py:167
+msgid "threshold"
+msgstr "阀门"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: RGB color space (red, green, blue)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: RGB color space (red, green, blue)
+#: taextras.py:169
+msgid "set a threshold for a RGB color"
+msgstr "为RGB颜色设置一个阀门"
+
+#: taextras.py:170
+msgid "camera mode"
+msgstr "摄像头模式"
+
+#. TRANS: RGB, YUV, and HSV are color spaces
+#: taextras.py:172
+msgid "set the color mode of the camera: RGB; YUV or HSV"
+msgstr "设置摄像头的颜色模式:RGB,YUV或HSV"
+
+#: taextras.py:173
+msgid "get brightness"
+msgstr "获得亮度"
+
+#: taextras.py:174
+msgid "get the brightness of the ambient light"
+msgstr "获得环境光的亮度"
+
+#: taextras.py:175
+msgid "average color"
+msgstr "平均颜色"
+
+#: taextras.py:176
+msgid ""
+"if set to 0 then color averaging is off during calibration; for other values "
+"it is on"
+msgstr "如果设置为0,在校准过程中颜色平均为关,其他值则为开"
+
+#: taextras.py:178
+msgid "x position"
+msgstr "x 位置"
+
+#: taextras.py:179
+msgid "return x position"
+msgstr "返回 x 位置"
+
+#: taextras.py:180
+msgid "y position"
+msgstr "y 位置"
+
+#: taextras.py:181
+msgid "return y position"
+msgstr "返回 y 位置"
+
+#: taextras.py:182
+msgid "pixels"
+msgstr "像素"
+
+#: taextras.py:183
+msgid "return the number of pixels of the biggest blob"
+msgstr "返回最大块的像素数目"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: RGB color space (red, green, blue)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: RGB color space (red, green, blue)
+#: taextras.py:185
+msgid "set the color mode of the camera to RGB"
+msgstr "设置摄像头的颜色模式为RGB"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: YUV color space (luminance, chrominance)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: YUV color space (luminance, chrominance)
+#: taextras.py:187
+msgid "set the color mode of the camera to YUV"
+msgstr "设置摄像头的颜色模式为YUV"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: HSV color space (hue, saturation, value)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: HSV color space (hue, saturation, value)
+#: taextras.py:189
+msgid "set the color mode of the camera to HSV"
+msgstr "设置摄像头的颜色模式为HSV"
+
+#: taextras.py:190
+msgid "empty calibration"
+msgstr "空校准"
+
+#: taextras.py:191
+msgid "error in string conversion"
+msgstr "字符串转换错误"
+
+#. TRANS: Pattern detection is a plugin that allow detect signals
+#. with the camera
+#: taextras.py:197
+msgid "Pattern detection"
+msgstr "模式检测"
+
+#: taextras.py:198
+msgid "Seeing signal"
+msgstr "发现信号"
+
+#: taextras.py:199
+msgid "Returns True if the signal is in front of the camera"
+msgstr "如果信号在摄像头前面返回True"
+
+#: taextras.py:200
+msgid "Distance to signal"
+msgstr "信号的距离"
+
+#: taextras.py:201
+msgid "Returns the distance of the signal to the camera in millimeters"
+msgstr "返回距摄像头的毫米单位的信号距离"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: SumBot is a robot programmed for "Sumo wrestling"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: SumBot is a robot programmed for "Sumo wrestling"
+#: taextras.py:206
+msgid "SumBot"
+msgstr "桑博"
+
+#: taextras.py:207
+msgid "speed SumBot"
+msgstr "加速桑博"
+
+#: taextras.py:208
+msgid "submit the speed to the SumBot"
+msgstr "提交桑博的速度"
+
+#: taextras.py:209
+msgid "set the default speed for the movement commands"
+msgstr "设置移动命令的默认速度"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot forward"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot forward"
+#: taextras.py:211
+msgid "forward SumBot"
+msgstr "向前桑博"
+
+#: taextras.py:212
+msgid "move SumBot forward"
+msgstr "移动桑博向前"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot backward"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot backward"
+#: taextras.py:214
+msgid "backward SumBot"
+msgstr "向后桑博"
+
+#: taextras.py:215
+msgid "move SumBot backward"
+msgstr "移动桑博向后"
+
+#: taextras.py:216
+msgid "stop SumBot"
+msgstr "停止桑博"
+
+#: taextras.py:217
+msgid "stop the SumBot"
+msgstr "让桑博停下来"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn SumBot left"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "turn SumBot left"
+#: taextras.py:219
+msgid "left SumBot"
+msgstr "左转桑博"
+
+#: taextras.py:220
+msgid "turn left the SumBot"
+msgstr "让桑博向左转"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot right"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "move SumBot right"
+#: taextras.py:222
+msgid "right SumBot"
+msgstr "右转桑博"
+
+#: taextras.py:223
+msgid "turn right the SumBot"
+msgstr "让桑博向右转"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: The angle to the center is the angle SumBot must turn to
+#. face the center of the playing field
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: The angle to the center is the angle SumBot must turn to
+#. face the center of the playing field
+#: taextras.py:226
+msgid "angle to center"
+msgstr "与中心的角度"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dohyo is the playing field
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dohyo is the playing field
+#: taextras.py:228
+msgid "get the angle to the center of the dohyo"
+msgstr "得到相对圆环中心的角度"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: The angle to the center is the angle SumBot must turn to
+#. face the Enemy (opponent)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: The angle to the center is the angle SumBot must turn to
+#. face the Enemy (opponent)
+#: taextras.py:231
+msgid "angle to Enemy"
+msgstr "与敌人的角度"
+
+#: taextras.py:232
+msgid "get the angle to the Enemy"
+msgstr "得到相对敌人的角度"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "x coordinate of SumBot"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "x coordinate of SumBot"
+#: taextras.py:234
+msgid "x coor. SumBot"
+msgstr "桑博x坐标"
+
+#: taextras.py:235
+msgid "get the x coordinate of the SumBot"
+msgstr "得到桑博的x坐标"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "y coordinate of SumBot"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "y coordinate of SumBot"
+#: taextras.py:237
+msgid "y coor. SumBot"
+msgstr "桑博y坐标"
+
+#: taextras.py:238
+msgid "get the y coordinate of the SumBot"
+msgstr "得到桑博的y坐标"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy"
+#: taextras.py:240
+msgid "x coor. Enemy"
+msgstr "敌人x坐标"
+
+#: taextras.py:241
+msgid "get the x coordinate of the Enemy"
+msgstr "得到敌人的x坐标"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy"
+#: taextras.py:243
+msgid "y coor. Enemy"
+msgstr "敌人y坐标"
+
+#: taextras.py:244
+msgid "get the y coordinate of the Enemy"
+msgstr "得到敌人的y坐标"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "rotation of SumBot"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "rotation of SumBot"
+#: taextras.py:246
+msgid "rotation SumBot"
+msgstr "转动桑博"
+
+#: taextras.py:247
+msgid "get the rotation of the Sumbot"
+msgstr "得到桑博的转动"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "rotation of SumBot's enemy"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "rotation of SumBot's enemy"
+#: taextras.py:249
+msgid "rotation Enemy"
+msgstr "转动敌人"
+
+#: taextras.py:250
+msgid "get the rotation of the Enemy"
+msgstr "得到敌人的转动"
+
+#: taextras.py:251
+msgid "distance to center"
+msgstr "与中心的距离"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dohyo is the playing field
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dohyo is the playing field
+#: taextras.py:253
+msgid "get the distance to the center of the dohyo"
+msgstr "得到与圆环中心的距离"
+
+#: taextras.py:254
+msgid "distance to Enemy"
+msgstr "与敌人的距离"
+
+#: taextras.py:255
+msgid "get the distance to the Enemy"
+msgstr "得到与敌人的距离"
+
+#: taextras.py:256
+msgid "update information"
+msgstr "更新信息"
+
+#: taextras.py:257
+msgid "update information from the server"
+msgstr "从服务器更新信息"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Please use similar terms to those used in the Physics Activity
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Please use similar terms to those used in the Physics Activity
+#: taextras.py:262
+msgid "Palette of physics blocks"
+msgstr "物理块模板"
+
+#: taextras.py:263
+msgid "start polygon"
+msgstr "定义多边形"
+
+#: taextras.py:264
+msgid "Begin defining a new polygon based on the current Turtle xy position."
+msgstr "根据当前海龟xy方向的位置开始定义新的多边形。"
+
+#: taextras.py:266
+msgid "add point"
+msgstr "添加点"
+
+#: taextras.py:267
+msgid ""
+"Add a new point to the current polygon based on the current Turtle xy "
+"position."
+msgstr "根据当前海龟xy方向的位置添加新的点到当前的多边形。"
+
+#: taextras.py:269
+msgid "end polygon"
+msgstr "完成多边形"
+
+#: taextras.py:270
+msgid "Define a new polygon."
+msgstr "定义一个新的多边形。"
+
+#: taextras.py:271
+msgid "end filled polygon"
+msgstr "结束填充多边形的绘制"
+
+#: taextras.py:272
+msgid "Not a simple polygon"
+msgstr "不是一个简单多边形"
+
+#: taextras.py:273
+msgid "Define a new filled polygon."
+msgstr "定义一个新的填充多边形。"
+
+#: taextras.py:274
+msgid "triangle"
+msgstr "三角形"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: base of a triangle
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: base of a triangle
+#: taextras.py:276
+msgid "base"
+msgstr "基地"
+
+#: taextras.py:277 taextras.py:283
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894
+msgid "height"
+msgstr "高度"
-#: TurtleArt/tabasics.py:463
-msgid "sets color of text drawn by the turtle"
-msgstr "设置海龟绘制文字的颜色"
+#: taextras.py:278
+msgid "Add a triangle object to the project."
+msgstr "添加一个三角形对象到项目。"
-#: TurtleArt/tabasics.py:471
-msgid "set text size"
-msgstr "设置文字大小"
+#: taextras.py:279
+msgid "circle"
+msgstr "圆形"
-#: TurtleArt/tabasics.py:474
-msgid "sets size of text drawn by the turtle"
-msgstr "设置海龟绘制的文字的大小"
+#: taextras.py:280
+msgid "Add a circle object to the project."
+msgstr "添加一个圆形对象到项目。"
-#: TurtleArt/tabasics.py:557
-msgid "Palette of numeric operators"
-msgstr "数值运算模板"
+#: taextras.py:281
+msgid "rectangle"
+msgstr "长方形"
-#: TurtleArt/tabasics.py:563
-msgid "plus"
-msgstr "加"
+#: taextras.py:282 plugins/turtle_blocks_extras/turtle_blocks_extras.py:870
+msgid "width"
+msgstr "宽度"
-#: TurtleArt/tabasics.py:567
-msgid "adds two alphanumeric inputs"
-msgstr "将两个字符数值型输入相加"
+#: taextras.py:284
+msgid "Add a rectangle object to the project."
+msgstr "添加一个长方形对象到项目。"
-#: TurtleArt/tabasics.py:575
-msgid "minus"
-msgstr "减"
+#: taextras.py:285
+msgid "reset"
+msgstr "重置"
-#: TurtleArt/tabasics.py:578
-msgid "subtracts bottom numeric input from top numeric input"
-msgstr "将顶部输入减去底部输入"
+#: taextras.py:286
+msgid "Reset the project; clear the object list."
+msgstr "重置项目;清除对象列表。"
-#: TurtleArt/tabasics.py:589
-msgid "multiply"
-msgstr "乘"
+#: taextras.py:287
+msgid "motor"
+msgstr "电机"
-#: TurtleArt/tabasics.py:592
-msgid "multiplies two numeric inputs"
-msgstr "将两个数值型输入相乘"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: torque as in engine torque
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: torque as in engine torque
+#: taextras.py:289
+msgid "torque"
+msgstr "转矩"
-#: TurtleArt/tabasics.py:601
-msgid "divide"
-msgstr "除"
+#: taextras.py:290
+msgid "speed"
+msgstr "速度"
-#: TurtleArt/tabasics.py:604
+#: taextras.py:291
msgid ""
-"divides top numeric input (numerator) by bottom numeric input (denominator)"
-msgstr "将顶部输入(分子)除以底部输入(分母)"
-
-#: TurtleArt/tabasics.py:614
-msgid "identity"
-msgstr "自身"
-
-#: TurtleArt/tabasics.py:616
-msgid "identity operator used for extending blocks"
-msgstr "用来拉长积木块的“自身”操作符"
-
-#: TurtleArt/tabasics.py:624 TurtleArt/tabasics.py:625
-msgid "mod"
-msgstr "同余"
-
-#: TurtleArt/tabasics.py:628
-msgid "modular (remainder) operator"
-msgstr "取模(余数)操作符"
+"Motor torque and speed range from 0 (off) to positive numbers; motor is "
+"placed on the most recent object created."
+msgstr "电机转矩和速度范围是从0(关)到正数,电机放置在最近被创建的对象上。"
-#: TurtleArt/tabasics.py:635
-msgid "√"
-msgstr "√"
+#: taextras.py:294
+msgid "Pin an object down so that it cannot fall."
+msgstr "用图钉固定一个对象,防止掉落。"
-#: TurtleArt/tabasics.py:636
-msgid "square root"
-msgstr "平方根"
+#: taextras.py:295
+msgid "joint"
+msgstr "联合"
-#: TurtleArt/tabasics.py:639
-msgid "calculates square root"
-msgstr "计算平方根"
+#: taextras.py:296 TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
+msgid "x"
+msgstr "横"
-#: TurtleArt/tabasics.py:646
-msgid "random"
-msgstr "随机值"
+#: taextras.py:297 TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
+msgid "y"
+msgstr "纵"
-#: TurtleArt/tabasics.py:646
-msgid "min"
-msgstr "最小值"
+#: taextras.py:298
+msgid ""
+"Join two objects together (the most recent object created and the object at "
+"point x, y)."
+msgstr "把两个对象连接到一起(在点x,y处最近创建的对象)。"
+
+#: taextras.py:300
+msgid "save as Physics activity"
+msgstr "保存为“物理”活动"
+
+#: taextras.py:301
+msgid "Save the project to the Journal as a Physics activity."
+msgstr "当作一个物理活动保存该项目到日志。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Here, gear means a toothed wheel, as in a clock-works
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Here, gear means a toothed wheel, as in a clock-works
+#: taextras.py:303
+msgid "gear"
+msgstr "齿轮"
+
+#: taextras.py:304
+msgid "Add a gear object to the project."
+msgstr "添加一个齿轮对象到项目。"
+
+#: taextras.py:305
+msgid "density"
+msgstr "密度"
+
+#: taextras.py:306
+msgid ""
+"Set the density property for objects (density can be any positive number)."
+msgstr "设置对象的密度属性(密度可以是任何正数)。"
-#: TurtleArt/tabasics.py:646
-msgid "max"
-msgstr "最大值"
+#: taextras.py:308
+msgid "friction"
+msgstr "摩擦"
-#: TurtleArt/tabasics.py:650
-msgid "returns random number between minimum (top) and maximum (bottom) values"
-msgstr "返回最小值(顶部)和最大值(底部)之间的随机数"
+#: taextras.py:309
+msgid ""
+"Set the friction property for objects (value from 0 to 1, where 0 turns "
+"friction off and 1 is strong friction)."
+msgstr "设置对象的摩擦系数(值从0到1,0无摩擦,1强摩擦)。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: bounciness is coefficient of restitution
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: bounciness is coefficient of restitution
+#: taextras.py:312
+msgid "bounciness"
+msgstr "弹力"
+
+#: taextras.py:313
+msgid ""
+"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
+"no bounce and 1 is very bouncy)."
+msgstr "设置对象的弹性系数(值从0到1,0无弹性,1强弹性)。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dynamic here means moving vs in a fixed position
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: dynamic here means moving vs in a fixed position
+#: taextras.py:316
+msgid "dynamic"
+msgstr "动态"
+
+#: taextras.py:317
+msgid ""
+"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
+msgstr "动态值为1时对象可以移动;为0时位置是固定的。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: WeDo is a robotics product of the LEGO company
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: WeDo is a robotics product of the LEGO company
+#: taextras.py:323
+msgid "Palette of WeDo blocks"
+msgstr "乐高WeDo模板"
+
+#: taextras.py:324
+msgid "WeDo"
+msgstr "乐高WeDo"
+
+#: taextras.py:325
+msgid "set current WeDo device"
+msgstr "设置当前的乐高WeDo设备"
+
+#: taextras.py:326
+msgid "number of WeDo devices"
+msgstr "乐高WeDo设备的数量"
+
+#: taextras.py:327
+msgid "tilt"
+msgstr "斜度"
+
+#: taextras.py:328
+msgid ""
+"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == "
+"tilt left, 2 == tilt right)"
+msgstr ""
+"倾斜传感器输出:(-1 ==没有倾斜,0 ==向前倾斜,3 ==向后倾斜,1 ==向左倾斜,2 "
+"==向左倾斜)"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "output of the distance sensor"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: This string is shorthand for "output of the distance sensor"
+#: taextras.py:332
+msgid "distance sensor output"
+msgstr "距离传感器输出"
+
+#: taextras.py:333
+msgid "Motor A"
+msgstr "电机 A"
+
+#: taextras.py:334
+msgid "returns the current value of Motor A"
+msgstr "返回电机A的当前值"
+
+#: taextras.py:335
+msgid "Motor B"
+msgstr "电机B"
+
+#: taextras.py:336
+msgid "returns the current value of Motor B"
+msgstr "返回电机B的当前值"
+
+#: taextras.py:337
+msgid "set the value for Motor A"
+msgstr "设置电机A的值"
+
+#: taextras.py:338
+msgid "set the value for Motor B"
+msgstr "设置电机B的值"
+
+#: taextras.py:339
+msgid "WeDo is unavailable"
+msgstr "乐高WeDo不可用"
+
+#. TRANS: e.g., Wedo 2 is unavailable, defaulting to 1
+#: taextras.py:341
+#, python-format
+msgid "WeDo %d is unavailable; defaulting to 1"
+msgstr "乐高WeDo %d 不可用; 缺省为1"
-#: TurtleArt/tabasics.py:662
-msgid "number"
-msgstr "数字"
+#. TRANS: %(device)s and %(wedo_number)d are substitution strings;
+#. please leave untranslated
+#: taextras.py:344
+#, python-format
+msgid "%(device)s is unavailable on WeDo %(wedo_number)d"
+msgstr "%(device)s 不可用于乐高 WeDo %(wedo_number)d"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Lego NXT is a robotics product of the LEGO company
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: Lego NXT is a robotics product of the LEGO company
+#: taextras.py:349
+msgid "Palette of LEGO NXT blocks of motors"
+msgstr "乐高NXT马达部件模板"
+
+#: taextras.py:350
+msgid "Palette of LEGO NXT blocks of sensors"
+msgstr "乐高NXT传感器部件模板"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: touch sensor (implemented as a button)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: touch sensor (implemented as a button)
+#: taextras.py:352
+msgid "touch"
+msgstr "触摸"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: distance sensor (implemented using ultrasonics)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: distance sensor (implemented using ultrasonics)
+#: taextras.py:354
+msgid "ultrasonic"
+msgstr "超声波"
+
+#: taextras.py:355 TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298
+#: TurtleArt/tabasics.py:348
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1158
+msgid "color"
+msgstr "颜色"
-#: TurtleArt/tabasics.py:663
-msgid "used as numeric input in mathematic operators"
-msgstr "在数学运算符中作为数值型输入"
+#: taextras.py:357 plugins/audio_sensors/audio_sensors.py:83
+#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205
+msgid "sound"
+msgstr "声音"
-#: TurtleArt/tabasics.py:671
-msgid "greater than"
-msgstr "大于"
+#. TRANS: The brick is the NXT controller
+#: taextras.py:360
+msgid "Please check the connection with the brick"
+msgstr "请检查该块的连接"
-#: TurtleArt/tabasics.py:674
-msgid "logical greater-than operator"
-msgstr "逻辑“大于”运算符"
+#: taextras.py:361
+#, python-format
+msgid "Invalid port '%s'. Port must be: PORT A, B or C"
+msgstr "无效的端口'%s'。端口必须是:A,B或C"
-#: TurtleArt/tabasics.py:683
-msgid "less than"
-msgstr "小于"
+#: taextras.py:362
+#, python-format
+msgid "Invalid port '%s'. Port must be: PORT 1, 2, 3 or 4"
+msgstr "无效的端口'%s'。端口必须是:1,2,3或4"
-#: TurtleArt/tabasics.py:687
-msgid "logical less-than operator"
-msgstr "逻辑“小于”运算符"
+#: taextras.py:363
+msgid "The value of power must be between -127 to 127"
+msgstr "功率值必须位于-127到127之间"
-#: TurtleArt/tabasics.py:695
-msgid "equal"
-msgstr "等于"
+#: taextras.py:364
+#, python-format
+msgid "The parameter must be a integer, not '%s'"
+msgstr "该参数必须是一个整数,而不是 '%s'"
-#: TurtleArt/tabasics.py:699
-msgid "logical equal-to operator"
-msgstr "逻辑“等于”运算符"
+#: taextras.py:365
+msgid "An error has occurred: check all connections and try to reconnect"
+msgstr "发生了一个错误:检查所有连接​​,并尝试重新连接"
-#: TurtleArt/tabasics.py:705
-msgid "not"
-msgstr "非"
+#: taextras.py:366
+#, python-format
+msgid "NXT found %s bricks"
+msgstr "NXT找到 %s 块"
-#: TurtleArt/tabasics.py:708
-msgid "logical NOT operator"
-msgstr "逻辑“非”运算符"
+#: taextras.py:367
+msgid "NXT not found"
+msgstr "没找到 NXT"
-#: TurtleArt/tabasics.py:714 TurtleArt/tabasics.py:717
-msgid "and"
-msgstr "与"
+#: taextras.py:368
+#, python-format
+msgid "Brick number %s was not found"
+msgstr "没有找到块 %s"
-#: TurtleArt/tabasics.py:718
-msgid "logical AND operator"
-msgstr "逻辑“与”运算符"
+#: taextras.py:369
+msgid "refresh NXT"
+msgstr "刷新 NXT"
-#: TurtleArt/tabasics.py:725 TurtleArt/tabasics.py:728
-msgid "or"
-msgstr "或"
+#: taextras.py:370
+msgid "Search for a connected NXT brick."
+msgstr "搜索已连接的NXT积木。"
-#: TurtleArt/tabasics.py:729
-msgid "logical OR operator"
-msgstr "逻辑“或”运算符"
+#: taextras.py:371
+msgid "NXT"
+msgstr "NXT"
-#: TurtleArt/tabasics.py:738
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
-msgid "Palette of flow operators"
-msgstr "流程控制模板"
+#: taextras.py:372
+msgid "set current NXT device"
+msgstr "设置当前的NXT设备"
-#: TurtleArt/tabasics.py:743
-msgid "wait"
-msgstr "等待"
+#: taextras.py:373
+msgid "number of NXT devices"
+msgstr "NXT设备的数量"
-#: TurtleArt/tabasics.py:747
-msgid "pauses program execution a specified number of seconds"
-msgstr "暂停程序执行指定秒数"
+#: taextras.py:374
+msgid "brick name"
+msgstr "块名称"
-# Here, 'forever' means 'forever repeat'.
-#: TurtleArt/tabasics.py:754
-msgid "forever"
-msgstr "永远执行"
+#: taextras.py:375
+msgid "Get the name of a brick."
+msgstr "得到块的名称"
-#: TurtleArt/tabasics.py:758
-msgid "loops forever"
-msgstr "永远执行的循环"
+#: taextras.py:376
+msgid "play tone"
+msgstr "播放音调"
-#: TurtleArt/tabasics.py:765 TurtleArt/tabasics.py:769
-msgid "repeat"
-msgstr "重复"
+#: taextras.py:377
+msgid "frequency"
+msgstr "频率"
-#: TurtleArt/tabasics.py:770
-msgid "loops specified number of times"
-msgstr "循环指定次数"
+#: taextras.py:378 plugins/turtle_blocks_extras/turtle_blocks_extras.py:445
+msgid "time"
+msgstr "时间"
-#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789
-msgid "if"
-msgstr "如果"
+#: taextras.py:379
+msgid "Play a tone at frequency for time."
+msgstr "以时间频率播放音调。"
-#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789
-msgid "then"
-msgstr "那么"
+#. TRANS: turn is the action
+#: taextras.py:381
+msgid ""
+"turn motor\n"
+"\n"
+msgstr ""
+"转动电机\n"
+"\n"
-#: TurtleArt/tabasics.py:779
-msgid "if then"
-msgstr "如果 那么"
+#: taextras.py:382
+msgid "port"
+msgstr "端口"
-#: TurtleArt/tabasics.py:781
-msgid "if-then operator that uses boolean operators from Numbers palette"
-msgstr "“如果-那么”运算符,会用到数值模板中的布尔运算符"
+#: taextras.py:383
+msgid "power"
+msgstr "电源"
-#: TurtleArt/tabasics.py:789
-msgid "else"
-msgstr "否则"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: rotations is quantity of turns
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: rotations is quantity of turns
+#: taextras.py:385
+msgid "rotations"
+msgstr "旋转"
-#: TurtleArt/tabasics.py:793 TurtleArt/tabasics.py:801
-msgid "if then else"
-msgstr "如果 那么 或者"
+#: taextras.py:386
+msgid "turn a motor"
+msgstr "转动电机"
-#: TurtleArt/tabasics.py:794 TurtleArt/tabasics.py:802
-msgid "if-then-else operator that uses boolean operators from Numbers palette"
-msgstr "“如果-那么-或者”运算符,会用到数值模板中的布尔运算符"
+#: taextras.py:387
+msgid ""
+"synchronize\n"
+"\n"
+"motors"
+msgstr ""
+"同步\n"
+"\n"
+"电机"
+
+#: taextras.py:388
+msgid "steering"
+msgstr "转向"
+
+#: taextras.py:389
+msgid "synchronize two motors connected in PORT B and PORT C"
+msgstr "同步连接在端口B和端口C的两个电机"
+
+#: taextras.py:390
+msgid "PORT A"
+msgstr "端口 A"
+
+#: taextras.py:391
+msgid "PORT A of the brick"
+msgstr "积木的端口 A"
+
+#: taextras.py:392
+msgid "PORT B"
+msgstr "端口 B"
+
+#: taextras.py:393
+msgid "PORT B of the brick"
+msgstr "积木的端口 B"
+
+#: taextras.py:394
+msgid "PORT C"
+msgstr "端口 C"
+
+#: taextras.py:395
+msgid "PORT C of the brick"
+msgstr "积木的端口 C"
+
+#: taextras.py:396
+msgid "start motor"
+msgstr "启动电机"
+
+#: taextras.py:397
+msgid "Run a motor forever."
+msgstr "持续运行电机。"
+
+#: taextras.py:398
+msgid "brake motor"
+msgstr "制动电机"
+
+#: taextras.py:399
+msgid "Stop a specified motor."
+msgstr "停止指定的电机。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: reset is used to reset the counter associated with the motor
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: reset is used to reset the counter associated with the motor
+#: taextras.py:401
+msgid "reset motor"
+msgstr "复位电机"
+
+#: taextras.py:402
+msgid "Reset the motor counter."
+msgstr "复位电机计数器。"
+
+#: taextras.py:403
+msgid "motor position"
+msgstr "电机位置"
+
+#: taextras.py:404
+msgid "Get the motor position."
+msgstr "得到电机位置。"
+
+#: taextras.py:405
+msgid "PORT 1"
+msgstr "端口 1"
+
+#: taextras.py:406
+msgid "PORT 1 of the brick"
+msgstr "积木的端口 1"
+
+#: taextras.py:407
+msgid "read"
+msgstr "读取"
+
+#: taextras.py:408
+msgid "sensor"
+msgstr "传感器"
+
+#: taextras.py:409
+msgid "Read sensor output."
+msgstr "读取传感器输出。"
+
+#: taextras.py:410
+msgid "PORT 2"
+msgstr "端口 2"
+
+#: taextras.py:411
+msgid "PORT 2 of the brick"
+msgstr "积木的端口 2"
+
+#: taextras.py:412
+msgid "light sensor"
+msgstr "灯光传感器"
+
+#: taextras.py:413
+msgid "gray sensor"
+msgstr "灰色传感器"
+
+#: taextras.py:414
+msgid "PORT 3"
+msgstr "端口 3"
+
+#: taextras.py:415
+msgid "PORT 3 of the brick"
+msgstr "积木的端口 3"
+
+#: taextras.py:416
+msgid "touch sensor"
+msgstr "触控传感器"
+
+#: taextras.py:417
+msgid "distance sensor"
+msgstr "距离传感器"
+
+#: taextras.py:418
+msgid "PORT 4"
+msgstr "端口 4"
+
+#: taextras.py:419
+msgid "PORT 4 of the brick"
+msgstr "积木的端口 4"
+
+#: taextras.py:420
+msgid "sound sensor"
+msgstr "声音传感器"
+
+#: taextras.py:421
+msgid "color sensor"
+msgstr "颜色传感器"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: set light is used to set the light level associated with
+#. the color sensor (which can emit light as well as sense it)
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: set light is used to set the light level associated with
+#. the color sensor (which can emit light as well as sense it)
+#: taextras.py:424
+msgid "set light"
+msgstr "设置灯"
+
+#: taextras.py:425
+msgid "Set color sensor light."
+msgstr "设置颜色感应灯。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: the battery level is the charge level of the brick
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: the battery level is the charge level of the brick
+#: taextras.py:427
+msgid "battery level"
+msgstr "电池电量"
+
+#: taextras.py:428
+msgid "Get battery level of the brick"
+msgstr "得到块的电池电量"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: PWM is pulse-width modulation
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: PWM is pulse-width modulation
+#: taextras.py:438
+msgid "PWM"
+msgstr "调速"
+
+#: taextras.py:439
+msgid "SERVO"
+msgstr "伺服"
+
+#: taextras.py:440
+msgid "ERROR: Check the Arduino and the number of port."
+msgstr "错误:请检查的Arduino和端口号。"
+
+#: taextras.py:441
+msgid "ERROR: Value must be a number from 0 to 255."
+msgstr "错误:数值必须从0到255。"
+
+#: taextras.py:442
+msgid "ERROR: Value must be either HIGH or LOW."
+msgstr "错误:值必须是高或低。"
+
+#: taextras.py:443
+msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO."
+msgstr "错误:模式必须是输入,输出,调速或伺服。"
+
+#: taextras.py:444
+msgid "refresh Arduino"
+msgstr "刷新Arduino"
+
+#: taextras.py:445
+msgid "Search for connected Arduinos."
+msgstr "搜索已连接的Arduino。"
+
+#: taextras.py:446
+msgid "Arduino"
+msgstr "Arduino"
+
+#: taextras.py:447
+msgid "set current Arduino board"
+msgstr "设置当前的Arduino板"
+
+#: taextras.py:448
+msgid "number of Arduinos"
+msgstr "Arduino 的数量"
+
+#: taextras.py:449
+msgid "number of Arduino boards"
+msgstr "Arduino 板的数量"
+
+#: taextras.py:450
+msgid "Arduino name"
+msgstr "Arduino 名称"
+
+#: taextras.py:451
+msgid "Get the name of an Arduino."
+msgstr "得到一个 Arduino 的名称。"
+
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc)
+#. in which an I/O pin is being used.
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc)
+#. in which an I/O pin is being used.
+#: taextras.py:454
+msgid "pin mode"
+msgstr "引脚模式"
+
+#: taextras.py:457
+msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)."
+msgstr "选择引脚功能(输入,输出,调速,伺服)。"
+
+#: taextras.py:458
+msgid "analog write"
+msgstr "模拟写"
+
+#: taextras.py:460
+msgid "Write analog value in specified port."
+msgstr "写模拟值到指定的端口。"
+
+#: taextras.py:461
+msgid "analog read"
+msgstr "模拟读"
+
+#: taextras.py:462
+msgid ""
+"Read value from analog port. Value may be between 0 and 1023. Use Vref to "
+"determine voltage. For USB, volt=((read)*5)/1024) approximately."
+msgstr ""
+"从模拟端口读值。值可能是0到1023之间。使用Vref来确定电压。对于USB,电压大约等"
+"于 ((read)*5)/1024。"
+
+#: taextras.py:464
+msgid "digital write"
+msgstr "数字写"
+
+#: taextras.py:465
+msgid "Write digital value to specified port."
+msgstr "写数字值到指定的端口。"
+
+#: taextras.py:466
+msgid "digital read"
+msgstr "数字读"
+
+#: taextras.py:467
+msgid "Read value from digital port."
+msgstr "从数字端口读取值。"
+
+#: taextras.py:469
+msgid "Configure Arduino port for digital input."
+msgstr "配置用于数字输入的Arduino端口。"
+
+#: taextras.py:470
+msgid "Configure Arduino port to drive a servo."
+msgstr "配置用于驱动伺服电机的Arduino端口。"
+
+#: taextras.py:472
+msgid "Configure Arduino port for digital output."
+msgstr "配置用于数字输出的Arduino端口。"
+
+#: taextras.py:473
+msgid "Configure Arduino port for PWM (pulse-width modulation)."
+msgstr "配置用于调速(脉宽调制)的Arduino端口"
+
+#. TRANS: plugin to control an ExpEyes device
+#: taextras.py:478
+msgid "Palette of Expeyes blocks"
+msgstr "Expeyes 块模板"
+
+#. TRANS: Programmable voltage output
+#: taextras.py:480
+msgid "set PVS"
+msgstr "设置 PVS"
+
+#: taextras.py:481
+msgid "set programmable voltage output"
+msgstr "设置可编程电压输出"
+
+#. TRANS: Square wave 1 voltage output
+#: taextras.py:483
+msgid "set SQR1 voltage"
+msgstr "设置 SQR1 电压"
+
+#: taextras.py:484
+msgid "set square wave 1 voltage output"
+msgstr "设置方波1电压输出"
+
+#. TRANS: Square wave 2 voltage output
+#: taextras.py:486
+msgid "set SQR2 voltage"
+msgstr "设置 SQR2 电压"
+
+#: taextras.py:487
+msgid "set square wave 2 voltage output"
+msgstr "设置方波2电压输出"
+
+#. TRANS: Digital output level
+#: taextras.py:489
+msgid "set OD1"
+msgstr "设置 OD1"
+
+#: taextras.py:490
+msgid "set digital output level (OD1) low (0) or high (1)"
+msgstr "设置数字输出电平 (OD1) 高 (0) 或低 (1)"
+
+#. TRANS: Input 1 voltage level
+#: taextras.py:492
+msgid "IN1 level"
+msgstr "IN1 电平"
+
+#: taextras.py:493
+msgid ""
+"returns 1 if IN1 voltage level >2.5 volts, 0 if IN1 voltage level <= 2.5 "
+"volts"
+msgstr "如果 IN1 电平>2.5伏返回1,如果<=2.5伏返回0"
-#: TurtleArt/tabasics.py:811
-msgid "horizontal space"
-msgstr "水平空白"
+#. TRANS: Input 2 voltage level
+#: taextras.py:496
+msgid "IN2 level"
+msgstr "IN2 电平"
-#: TurtleArt/tabasics.py:812
-msgid "jogs stack right"
-msgstr "将块堆向右推"
+#: taextras.py:497
+msgid ""
+"returns 1 if IN2 voltage level >2.5 volts, 0 if IN2 voltage level <= 2.5 "
+"volts"
+msgstr "如果 IN2 电平>2.5伏返回1,如果 <=2.5伏返回0"
-#: TurtleArt/tabasics.py:819
-msgid "vertical space"
-msgstr "竖直空白"
+#. TRANS: Resistive sensor voltage level
+#: taextras.py:500
+msgid "SEN level"
+msgstr "SEN 电平"
-#: TurtleArt/tabasics.py:820
-msgid "jogs stack down"
-msgstr "将积木堆向下推"
+#: taextras.py:501
+msgid ""
+"returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, 0 if SEN "
+"voltage level <= 2.5 volts"
+msgstr "如果电阻式传感器(SEN)电压电平>2.5伏返回1,如果<=2.5伏返回0"
-#: TurtleArt/tabasics.py:826
-msgid "stop action"
-msgstr "停止动作"
+#: taextras.py:503
+msgid "capture"
+msgstr "捕获"
-#: TurtleArt/tabasics.py:829
-msgid "stops current action"
-msgstr "停止当前动作"
+#: taextras.py:504
+msgid "input"
+msgstr "输入"
-#: TurtleArt/tabasics.py:838
-msgid "Palette of variable blocks"
-msgstr "可变块模板"
+#: taextras.py:505
+msgid "samples"
+msgstr "采样"
-#: TurtleArt/tabasics.py:843 pysamples/grecord.py:213
-msgid "start"
-msgstr "开始"
+#: taextras.py:506
+msgid "interval"
+msgstr "间隔"
-#: TurtleArt/tabasics.py:846
-msgid "connects action to toolbar run buttons"
-msgstr "关联动作到工具栏中的运行按钮"
+#. TRANS: MS is microseconds
+#: taextras.py:508
+msgid ""
+"capture multiple samples from input at interval (MS); results pushed to FIFO"
+msgstr "从输入捕获时间间隔(MS)的多个样本,结果放入 FIFO"
+
+#. TRANS: Analog input 1 voltage level
+#: taextras.py:511
+msgid "A1"
+msgstr "A1"
+
+#: taextras.py:512
+msgid "read analog input 1 voltage"
+msgstr "读取模拟输入1的电压"
+
+#. TRANS: Analog input 2 voltage level
+#: taextras.py:514
+msgid "A2"
+msgstr "A2"
+
+#: taextras.py:515
+msgid "read analog input 2 voltage"
+msgstr "读取模拟输入2的电压"
+
+#. TRANS: Read input 1 voltage
+#: taextras.py:517
+msgid "IN1"
+msgstr "IN1"
+
+#: taextras.py:518
+msgid "read input 1 voltage"
+msgstr "读取输入1的电压"
+
+#. TRANS: Read input 2 voltage
+#: taextras.py:520
+msgid "IN2"
+msgstr "IN2"
+
+#: taextras.py:521
+msgid "read input 2 voltage"
+msgstr "读取输入2的电压"
+
+#. TRANS: Read analog sensor input voltage
+#: taextras.py:523
+msgid "SEN"
+msgstr "SEN"
+
+#: taextras.py:524
+msgid "read analog sensor input voltage"
+msgstr "读取模拟传感器输入电压"
+
+#. TRANS: Read square wave 1 input voltage
+#: taextras.py:526
+msgid "SQR1"
+msgstr "SQR1"
+
+#: taextras.py:527
+msgid "read square wave 1 voltage"
+msgstr "读取方波1电压"
+
+#. TRANS: Read square wave 2 input voltage
+#: taextras.py:529
+msgid "SQR2"
+msgstr "SQR2"
+
+#: taextras.py:530
+msgid "read square wave 2 voltage"
+msgstr "读取方波2电压"
+
+#. TRANS: Read programmable voltage
+#: taextras.py:532
+msgid "PVS"
+msgstr "PVS"
+
+#: taextras.py:533
+msgid "read programmable voltage"
+msgstr "读取可编程电压"
+
+#: taextras.py:534
+msgid "Expeyes device not found"
+msgstr "未找到Expeyes设备"
-#: TurtleArt/tabasics.py:853 TurtleArt/tabasics.py:854
-#: TurtleArt/tabasics.py:855
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:188
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:223
-msgid "text"
-msgstr "文本"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299
+msgid "resume playing video or audio"
+msgstr "恢复播放视频或音频"
-#: TurtleArt/tabasics.py:856
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189
-msgid "string value"
-msgstr "字符串值"
+#: TurtleArt/taconstants.py:209 TurtleArt/taconstants.py:231
+#: TurtleArt/taconstants.py:252 TurtleArt/taconstants.py:294
+#: TurtleArt/taconstants.py:336 TurtleArt/taconstants.py:378
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:963
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:978
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:993
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1008
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1023
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1038
+msgid "Title"
+msgstr "标题"
-#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:863
-#: TurtleArt/tabasics.py:871 TurtleArt/tabasics.py:875
-#: TurtleArt/tawindow.py:1292 TurtleArt/tawindow.py:1371
-#: TurtleArt/tawindow.py:1384 TurtleArt/tawindow.py:1854
-#: TurtleArt/tawindow.py:4125
-msgid "action"
-msgstr "动作"
+#: plugins/camera_sensor/camera_sensor.py:95
+#: plugins/camera_sensor/camera_sensor.py:143
+msgid "Average RGB color from camera is pushed to the stack"
+msgstr "相机的平均色彩RGB值已压入堆栈"
-#: TurtleArt/tabasics.py:865
-msgid "top of nameable action stack"
-msgstr "可命名动作堆的顶部"
+#: TurtleArt/tabasics.py:446
+msgid "yellow"
+msgstr "黄色"
-#: TurtleArt/tabasics.py:876 TurtleArt/tawindow.py:4139
-msgid "invokes named action stack"
-msgstr "执行可命名动作堆"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679
+msgid "displays polar coordinates"
+msgstr "显示极坐标"
-#: TurtleArt/tabasics.py:883
-msgid "store in box 1"
-msgstr "保存到盒子1"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493
+msgid "emptys FILO (first-in-last-out heap)"
+msgstr "清空FILO(先进后出堆)"
-#: TurtleArt/tabasics.py:888
-msgid "stores numeric value in Variable 1"
-msgstr "保存数值到变量1"
+#: plugins/camera_sensor/camera_sensor.py:106
+#: plugins/camera_sensor/camera_sensor.py:113
+#: plugins/camera_sensor/camera_sensor.py:121
+#: plugins/camera_sensor/camera_sensor.py:155
+#: plugins/camera_sensor/camera_sensor.py:163
+msgid "camera output"
+msgstr "相机输出"
-#: TurtleArt/tabasics.py:896
-msgid "store in box 2"
-msgstr "保存到盒子2"
+#: plugins/accelerometer/accelerometer.py:58
+#: plugins/accelerometer/accelerometer.py:65
+msgid "push acceleration in x, y, z to heap"
+msgstr "把沿x,y,z方向加速度放入堆中"
-#: TurtleArt/tabasics.py:901
-msgid "stores numeric value in Variable 2"
-msgstr "保存数值到变量2"
+#: TurtleArt/tabasics.py:781
+msgid "if-then operator that uses boolean operators from Numbers palette"
+msgstr "“如果-那么”运算符,会用到数值模板中的布尔运算符"
-#: TurtleArt/tabasics.py:909
-msgid "box 1"
-msgstr "盒子1"
+#: TurtleArt/tabasics.py:812
+msgid "jogs stack right"
+msgstr "将块堆向右推"
-#: TurtleArt/tabasics.py:912
-msgid "Variable 1 (numeric value)"
-msgstr "变量1(数值)"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141
+msgid "Sugar Journal media object"
+msgstr "Sugar日志中的多媒体文件"
#: TurtleArt/tabasics.py:919
msgid "box 2"
msgstr "盒子2"
-#: TurtleArt/tabasics.py:922
-msgid "Variable 2 (numeric value)"
-msgstr "变量2(数值)"
-
-#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189
-msgid "store in"
-msgstr "放入"
+#: TurtleArt/tabasics.py:909
+msgid "box 1"
+msgstr "盒子1"
-#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942
-msgid "box"
-msgstr "盒子"
+#: TurtleArtActivity.py:682 TurtleArtActivity.py:892 turtleblocks.py:401
+msgid "Step"
+msgstr "单步"
-#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189
-msgid "value"
-msgstr "值"
+#: TurtleArt/tabasics.py:592
+msgid "multiplies two numeric inputs"
+msgstr "将两个数值型输入相乘"
-#: TurtleArt/tabasics.py:932 TurtleArt/tabasics.py:945
-#: TurtleArt/tawindow.py:1296 TurtleArt/tawindow.py:1409
-#: TurtleArt/tawindow.py:1858 TurtleArt/tawindow.py:4152
-#: TurtleArt/tawindow.py:4180
-msgid "my box"
-msgstr "我的盒子"
+#: turtleblocks.py:394
+msgid "Show/hide blocks"
+msgstr "显示/隐藏块"
-#: TurtleArt/tabasics.py:933 TurtleArt/tawindow.py:4194
-msgid "stores numeric value in named variable"
-msgstr "保存数值到命名的变量"
+#: TurtleArtActivity.py:280 TurtleArtActivity.py:882 turtleblocks.py:392
+msgid "Hide palette"
+msgstr "隐藏模板"
-#: TurtleArt/tabasics.py:948 TurtleArt/tawindow.py:4166
-msgid "named variable (numeric value)"
-msgstr "命名的变量(数值)"
+#: gnome_plugins/collaboration_plugin.py:125
+msgid "Buddies"
+msgstr "伙伴"
-#: TurtleArt/tabasics.py:955 TurtleArt/tabasics.py:974
-msgid "action 1"
-msgstr "动作1"
+#: gnome_plugins/collaboration_plugin.py:67
+msgid "My Turtle Art session"
+msgstr "我的海龟绘图会话"
-#: TurtleArt/tabasics.py:958
-msgid "top of Action 1 stack"
-msgstr "动作堆1的顶部"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165
+msgid "Sugar Journal video object"
+msgstr "Sugar日志中的视频文件"
-#: TurtleArt/tabasics.py:964 TurtleArt/tabasics.py:984
-msgid "action 2"
-msgstr "动作2"
+#: TurtleArt/tabasics.py:449
+msgid "cyan"
+msgstr "青色"
-#: TurtleArt/tabasics.py:967
-msgid "top of Action 2 stack"
-msgstr "动作堆2的顶部"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: "summary" option from activity.info file
+#. TRANS: "description" option from activity.info file
+msgid ""
+"A Logo-inspired turtle that draws colorful pictures with snap-together "
+"visual programming blocks"
+msgstr "一个受Logo启发连接可视化编程块并画有彩色图片的海龟"
-#: TurtleArt/tabasics.py:977
-msgid "invokes Action 1 stack"
-msgstr "执行动作堆1"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881
+msgid "xcor of right of screen"
+msgstr "屏幕右方的X座标"
-#: TurtleArt/tabasics.py:987
-msgid "invokes Action 2 stack"
-msgstr "执行动作堆2"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457
+msgid "Palette of extra options"
+msgstr "额外选项模板"
-#: TurtleArt/tabasics.py:995
-msgid "trash"
-msgstr "回收站"
+#: TurtleArtActivity.py:630 TurtleArtActivity.py:647 TurtleArtActivity.py:686
+#: TurtleArtActivity.py:832
+msgid "Load example"
+msgstr "载入示例"
-#: TurtleArt/tabasics.py:999
-msgid "empty trash"
-msgstr "清空回收站"
+#: TurtleArt/tabasics.py:1010
+msgid "move all blocks to trash"
+msgstr "将所有积木块移入回收站"
-#: TurtleArt/tabasics.py:1000
-msgid "permanently deletes items in trash"
-msgstr "永久性地删除回收站中的项"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800
+msgid "list"
+msgstr "列表"
-#: TurtleArt/tabasics.py:1004
-msgid "restore all"
-msgstr "全部还原"
+#: turtleblocks.py:279
+#, python-format
+msgid "Configuration directory not writable: %s"
+msgstr "配置不可写的目录:%s"
-#: TurtleArt/tabasics.py:1005
-msgid "restore all blocks from trash"
-msgstr "还原回收站中的所有积木块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
+msgid "media resume"
+msgstr "恢复媒体"
-#: TurtleArt/tabasics.py:1009
-msgid "clear all"
-msgstr "全部清除"
+#: TurtleArt/tabasics.py:247 TurtleArt/tawindow.py:3863
+#: TurtleArt/tawindow.py:3869 TurtleArtActivity.py:605
+msgid "heading"
+msgstr "朝向"
-#: TurtleArt/tabasics.py:1010
-msgid "move all blocks to trash"
-msgstr "将所有积木块移入回收站"
+#: TurtleArtActivity.py:810
+msgid "Sharing blocks disabled"
+msgstr "分享积木块被禁用"
-#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:1833
-#: TurtleArtActivity.py:703
-msgid "Share selected blocks"
-msgstr "分享选中积木块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
+msgid "saves turtle graphics as an SVG file in the Sugar Journal"
+msgstr "以SVG格式保存海龟图形到Sugar日志中"
-#: TurtleArt/taconstants.py:209 TurtleArt/taconstants.py:231
-#: TurtleArt/taconstants.py:252 TurtleArt/taconstants.py:294
-#: TurtleArt/taconstants.py:336 TurtleArt/taconstants.py:378
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:963
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:978
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:993
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1008
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1023
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1038
-msgid "Title"
-msgstr "标题"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:198
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:211
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226
+msgid "draws text or show media from the Journal"
+msgstr "绘制日志中的文本或多媒体"
-#: TurtleArt/talogo.py:374 TurtleArtActivity.py:683
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1492
-msgid "Stop turtle"
-msgstr "停止"
+#: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100
+msgid "RFID"
+msgstr "RFID"
-#: TurtleArt/talogo.py:384 TurtleArtActivity.py:322 TurtleArtActivity.py:684
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1485
-msgid "Show blocks"
-msgstr "显示积木块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163
+msgid "video"
+msgstr "视频"
-#: TurtleArt/talogo.py:388 TurtleArtActivity.py:326 TurtleArtActivity.py:894
-msgid "Hide blocks"
-msgstr "隐藏积木块"
+#: TurtleArt/tabasics.py:450
+msgid "blue"
+msgstr "蓝色"
-#: TurtleArt/talogo.py:511
-msgid "did not output to"
-msgstr "没有输出到"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671
+msgid "displays Cartesian coordinates"
+msgstr "显示直角坐标"
-#: TurtleArt/talogo.py:570
-msgid "I don't know how to"
-msgstr "我不知道怎样"
+#: turtleblocks.py:240
+msgid "No option action:"
+msgstr "无选项的动作:"
-#: TurtleArt/talogo.py:624
-msgid "doesn't like"
-msgstr "不喜欢"
+#: TurtleArt/tabasics.py:820
+msgid "jogs stack down"
+msgstr "将积木堆向下推"
-#: TurtleArt/talogo.py:624
-msgid "as input"
-msgstr "作为输入"
+#: TurtleArt/tabasics.py:628
+msgid "modular (remainder) operator"
+msgstr "取模(余数)操作符"
-#: TurtleArt/tapalette.py:97
-msgid "displays next palette"
-msgstr "显示下一个模板"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949
+msgid "bottom y"
+msgstr "底部Y坐标"
-#: TurtleArt/tapalette.py:98
-msgid "changes the orientation of the palette of blocks"
-msgstr "改变积木块模板的方向"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256
+msgid "save SVG"
+msgstr "保存SVG"
-#: TurtleArt/tautils.py:196
-msgid "Load..."
-msgstr "载入..."
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:640
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:656
+msgid "runs code found in the tamyblock.py module found in the Journal"
+msgstr "执行日志中tamyblock.py模块中的代码"
-#: TurtleArt/tautils.py:206
-msgid "Save..."
-msgstr "保存..."
+#: TurtleArt/tabasics.py:385
+msgid "pen down"
+msgstr "落笔"
-#: TurtleArt/tautils.py:483
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713
-msgid "click to open"
-msgstr "点击打开"
+#: TurtleArt/tabasics.py:743
+msgid "wait"
+msgstr "等待"
-#: TurtleArt/tawindow.py:989 TurtleArt/tawindow.py:990
-msgid "orientation"
-msgstr "方向"
+#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942
+msgid "box"
+msgstr "盒子"
-#: TurtleArt/tawindow.py:1000 TurtleArt/tawindow.py:1470
-msgid "next"
-msgstr "下一个"
+#: gnome_plugins/uploader_plugin.py:203
+msgid "Failed to upload!"
+msgstr "上传失败!"
#: TurtleArt/tawindow.py:1012 TurtleArt/tawindow.py:1013
#: TurtleArt/tawindow.py:1490
msgid "shift"
msgstr "移动"
-#: TurtleArt/tawindow.py:1256
-msgid ""
-"Please hit the Stop Button before making changes to your Turtle Blocks "
-"program"
-msgstr "在海龟方块中要让修改立即生效,请按“停止”按钮"
-
-#: TurtleArt/tawindow.py:1310
-msgid "Select blocks to share"
-msgstr "选择要分享的积木块"
-
-#: TurtleArt/tawindow.py:3868 pysamples/grecord.py:205
-msgid "Turtle Art"
-msgstr "海龟绘画"
-
-#: TurtleArt/tawindow.py:3977
-msgid "image"
-msgstr "图片"
-
-#: TurtleArtActivity.py:166 TurtleArtActivity.py:709 TurtleArtActivity.py:823
-#: TurtleArtActivity.py:853 turtleblocks.py:360
-msgid "Save as Logo"
-msgstr "另存为Logo"
-
-#: TurtleArtActivity.py:203 TurtleArtActivity.py:708 TurtleArtActivity.py:820
-#: TurtleArtActivity.py:850 turtleblocks.py:358
-msgid "Save as image"
-msgstr "另存为图片"
-
-#: TurtleArtActivity.py:211
-msgid "snapshot"
-msgstr "屏幕截图"
+#: TurtleArt/tabasics.py:876 TurtleArt/tawindow.py:4139
+msgid "invokes named action stack"
+msgstr "执行可命名动作堆"
-#: TurtleArtActivity.py:219 TurtleArtActivity.py:643 TurtleArtActivity.py:685
-#: TurtleArtActivity.py:829 TurtleArtActivity.py:856
-msgid "Save snapshot"
-msgstr "保存屏幕截图"
+#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:863
+#: TurtleArt/tabasics.py:871 TurtleArt/tabasics.py:875
+#: TurtleArt/tawindow.py:1292 TurtleArt/tawindow.py:1371
+#: TurtleArt/tawindow.py:1384 TurtleArt/tawindow.py:1854
+#: TurtleArt/tawindow.py:4125
+msgid "action"
+msgstr "动作"
-#: TurtleArtActivity.py:260 TurtleArtActivity.py:616 TurtleArtActivity.py:759
-#: turtleblocks.py:378
-msgid "Turn off hover help"
-msgstr "关闭悬停帮助"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117
+msgid "do-until-True operator that uses boolean operators from Numbers palette"
+msgstr "“执行-直到-真”操作符,会用到数值模板中的布尔运算符"
-#: TurtleArtActivity.py:266 turtleblocks.py:380
-msgid "Turn on hover help"
-msgstr "开启悬停帮助"
+#: turtleblocks.py:86
+msgid "usage is"
+msgstr "用法是"
-#: TurtleArtActivity.py:274 turtleblocks.py:390
-msgid "Show palette"
-msgstr "显示模板"
+#: TurtleArt/tabasics.py:922
+msgid "Variable 2 (numeric value)"
+msgstr "变量2(数值)"
-#: TurtleArtActivity.py:280 TurtleArtActivity.py:882 turtleblocks.py:392
-msgid "Hide palette"
-msgstr "隐藏模板"
+#: TurtleArt/tabasics.py:601
+msgid "divide"
+msgstr "除"
-#: TurtleArtActivity.py:447
-msgid "Rescale coordinates down"
-msgstr "缩小坐标轴比例"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258
+msgid "picture name"
+msgstr "图片名称"
-#: TurtleArtActivity.py:451 TurtleArtActivity.py:608 TurtleArtActivity.py:755
-msgid "Rescale coordinates up"
-msgstr "增大坐标轴比例"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106
+msgid "while"
+msgstr "当"
-#: TurtleArtActivity.py:541 TurtleArtActivity.py:577 TurtleArtActivity.py:677
-#: TurtleArtActivity.py:730 turtleblocks.py:387
-msgid "Edit"
-msgstr "编辑"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873
+msgid "the canvas width"
+msgstr "画布宽度"
-#: TurtleArtActivity.py:546 TurtleArtActivity.py:575 TurtleArtActivity.py:678
-#: TurtleArtActivity.py:747 turtleblocks.py:382
-msgid "View"
-msgstr "视图"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529
+msgid "empty heap?"
+msgstr "堆空的吗?"
-#: TurtleArtActivity.py:573 TurtleArtActivity.py:679
-msgid "Project"
-msgstr "项目"
+#: TurtleArt/tabasics.py:948 TurtleArt/tawindow.py:4166
+msgid "named variable (numeric value)"
+msgstr "命名的变量(数值)"
-#: TurtleArtActivity.py:579 TurtleArtActivity.py:676 TurtleArtActivity.py:705
-#: TurtleArtActivity.py:707 TurtleArtActivity.py:815
-msgid "Save/Load"
-msgstr "保存/读取"
+#: TurtleArt/tawindow.py:1000 TurtleArt/tawindow.py:1470
+msgid "next"
+msgstr "下一个"
-#: TurtleArtActivity.py:587 TurtleArtActivity.py:731 turtleblocks.py:385
-msgid "Copy"
-msgstr "复制"
+#: TurtleArt/tabasics.py:779
+msgid "if then"
+msgstr "如果 那么"
-#: TurtleArtActivity.py:589 TurtleArtActivity.py:732 turtleblocks.py:386
-msgid "Paste"
-msgstr "粘贴"
+#: TurtleArt/tabasics.py:394
+msgid "set pen size"
+msgstr "设置笔的粗细"
-#: TurtleArtActivity.py:591
-msgid "Restore blocks from trash"
-msgstr "还原回收站中的所有拼块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:819
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981
+msgid "presentation template: select Journal object (no description)"
+msgstr "演示模板:选择日志中的物品(无描述)"
-#: TurtleArtActivity.py:594 TurtleArtActivity.py:748
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
-msgid "Fullscreen"
-msgstr "全屏"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116
+msgid "until"
+msgstr "直到"
-#: TurtleArtActivity.py:596 TurtleArtActivity.py:749 turtleblocks.py:366
-msgid "Cartesian coordinates"
-msgstr "直角坐标"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283
+msgid "media stop"
+msgstr "停止媒体"
-#: TurtleArtActivity.py:598 TurtleArtActivity.py:751 turtleblocks.py:368
-msgid "Polar coordinates"
-msgstr "极坐标"
+#: TurtleArtActivity.py:266 turtleblocks.py:380
+msgid "Turn on hover help"
+msgstr "开启悬停帮助"
-#: TurtleArtActivity.py:601 TurtleArtActivity.py:753
-msgid "Metric coordinates"
-msgstr "公制坐标"
+#: TurtleArt/tabasics.py:1000
+msgid "permanently deletes items in trash"
+msgstr "永久性地删除回收站中的项"
-#: TurtleArtActivity.py:611 TurtleArtActivity.py:757 turtleblocks.py:372
-msgid "Grow blocks"
-msgstr "增大积木块"
+#: pysamples/uturn.py:24
+msgid "uturn"
+msgstr "翻转"
-#: TurtleArtActivity.py:613 TurtleArtActivity.py:758 turtleblocks.py:374
-msgid "Shrink blocks"
-msgstr "缩小积木块"
+#: TurtleArt/tabasics.py:958
+msgid "top of Action 1 stack"
+msgstr "动作堆1的顶部"
-#: TurtleArtActivity.py:630 TurtleArtActivity.py:647 TurtleArtActivity.py:686
-#: TurtleArtActivity.py:832
-msgid "Load example"
-msgstr "载入示例"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
+msgid ""
+"a programmable block: used to add advanced single-variable math equations, e."
+"g., sin(x)"
+msgstr "一个可编程积木块:用于加入单变量的高级数学等式,例如sin(x)"
-#: TurtleArtActivity.py:680 TurtleArtActivity.py:888 turtleblocks.py:399
-msgid "Clean"
-msgstr "清屏"
+#: TurtleArt/tabasics.py:738
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98
+msgid "Palette of flow operators"
+msgstr "流程控制模板"
-#: TurtleArtActivity.py:681 TurtleArtActivity.py:890 turtleblocks.py:400
-msgid "Run"
-msgstr "运行"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716
+msgid "top of a collapsed stack"
+msgstr "折叠积木堆的顶部"
-#: TurtleArtActivity.py:682 TurtleArtActivity.py:892 turtleblocks.py:401
-msgid "Step"
-msgstr "单步"
+#: TurtleArt/tabasics.py:794 TurtleArt/tabasics.py:802
+msgid "if-then-else operator that uses boolean operators from Numbers palette"
+msgstr "“如果-那么-或者”运算符,会用到数值模板中的布尔运算符"
-#: TurtleArtActivity.py:687 turtleblocks.py:408 util/helpbutton.py:45
-msgid "Help"
-msgstr "帮助"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
+msgid "returns mouse y coordinate"
+msgstr "返回鼠标位置的Y坐标"
-#: TurtleArtActivity.py:688 turtleblocks.py:403
-msgid "Stop"
-msgstr "停止"
+#: TurtleArt/tabasics.py:359
+msgid "holds current pen shade"
+msgstr "设置当前画笔的深度"
-#: TurtleArtActivity.py:710 TurtleArtActivity.py:836 TurtleArtActivity.py:858
-msgid "Load project"
-msgstr "加载作品"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: pitch, duration, amplitude
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316
+msgid "sinewave"
+msgstr "正弦波"
-#: TurtleArtActivity.py:713 TurtleArtActivity.py:841 TurtleArtActivity.py:863
-msgid "Load plugin"
-msgstr "加载插件"
+#: gnome_plugins/uploader_plugin.py:166
+msgid "Login failed"
+msgstr "登录失败"
-#: TurtleArtActivity.py:714 TurtleArtActivity.py:844 TurtleArtActivity.py:866
-msgid "Load Python block"
-msgstr "载入Python积木块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922
+msgid "left x"
+msgstr "左侧X坐标"
-#: TurtleArtActivity.py:766
-msgid "Palettes"
-msgstr "调色板"
+#: TurtleArt/tabasics.py:213
+msgid "set heading"
+msgstr "设置朝向"
-#: TurtleArtActivity.py:810
-msgid "Sharing blocks disabled"
-msgstr "分享积木块被禁用"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427
+msgid "RGB color under the turtle is pushed to the stack"
+msgstr "海龟所在位置的颜色RGB值将被压入堆栈"
-#: TurtleArtActivity.py:883
-msgid "<Ctrl>p"
-msgstr "<Ctrl>p"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
+msgid "declutters canvas by hiding blocks"
+msgstr "隐藏积木块使画布整洁一些"
-#: TurtleArtActivity.py:888
-msgid "<Ctrl>e"
-msgstr "<Ctrl>e"
+#: TurtleArtActivity.py:892
+msgid "<Ctrl>w"
+msgstr "<Ctrl>w"
#: TurtleArtActivity.py:890
msgid "<Ctrl>r"
msgstr "<Ctrl>r"
-#: TurtleArtActivity.py:892
-msgid "<Ctrl>w"
-msgstr "<Ctrl>w"
-
#: TurtleArtActivity.py:895
msgid "<Ctrl>s"
msgstr "<Ctrl>s"
-#: TurtleArtActivity.py:1049 TurtleArtActivity.py:1054
-#: TurtleArtActivity.py:1121
-msgid "Plugin could not be installed."
-msgstr "插件不能安装。"
-
-#: TurtleArtActivity.py:1117
-msgid "Please restart Turtle Art in order to use the plugin."
-msgstr "使用该插件,请重新启动龟背艺术。"
-
-#: TurtleArtActivity.py:1135
-#, python-format
-msgid "Plugin %s already installed."
-msgstr "插件 %s 已经被安装。"
-
-#: TurtleArtActivity.py:1136
-#, python-format
-msgid "Do you want to reinstall %s?"
-msgstr "想重新 %s 吗?"
-
-#: gnome_plugins/collaboration_plugin.py:67
-msgid "My Turtle Art session"
-msgstr "我的海龟绘图会话"
-
-#: gnome_plugins/collaboration_plugin.py:115
-msgid "Enable collaboration"
-msgstr "启用协作"
-
-#: gnome_plugins/collaboration_plugin.py:120
-msgid "Activities"
-msgstr "活动"
-
-#: gnome_plugins/collaboration_plugin.py:125
-msgid "Buddies"
-msgstr "伙伴"
-
-#: gnome_plugins/collaboration_plugin.py:128
-msgid "Share"
-msgstr "分享"
-
-#: gnome_plugins/collaboration_plugin.py:129
-msgid "Configuration"
-msgstr "设置"
-
-#: gnome_plugins/collaboration_plugin.py:132
-msgid "Neighborhood"
-msgstr "邻居"
-
-#: gnome_plugins/collaboration_plugin.py:292
-msgid "Nickname"
-msgstr "昵称"
-
-#: gnome_plugins/collaboration_plugin.py:294
-msgid "Account ID"
-msgstr "帐号ID"
-
-#: gnome_plugins/collaboration_plugin.py:296
-msgid "Server"
-msgstr "服务器"
+#: TurtleArtActivity.py:883
+msgid "<Ctrl>p"
+msgstr "<Ctrl>p"
-#: gnome_plugins/collaboration_plugin.py:298
-msgid "Port"
-msgstr "端口"
+#: TurtleArtActivity.py:888
+msgid "<Ctrl>e"
+msgstr "<Ctrl>e"
-#: gnome_plugins/collaboration_plugin.py:300
-msgid "Password"
-msgstr "密码"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563
+msgid "Python chr operator"
+msgstr "Python chr 操作符"
-#: gnome_plugins/collaboration_plugin.py:302
-msgid "Register"
-msgstr "注册"
+#: TurtleArt/tabasics.py:811
+msgid "horizontal space"
+msgstr "水平空白"
-#: gnome_plugins/collaboration_plugin.py:304
-msgid "Colors"
-msgstr "颜色"
+#: TurtleArtActivity.py:601 TurtleArtActivity.py:753
+msgid "Metric coordinates"
+msgstr "公制坐标"
-#: gnome_plugins/fb_plugin.py:82 gnome_plugins/fb_plugin.py:83
-#: gnome_plugins/fb_plugin.py:92 gnome_plugins/uploader_plugin.py:63
-#: gnome_plugins/uploader_plugin.py:64 gnome_plugins/uploader_plugin.py:73
-msgid "Upload"
-msgstr "上传"
+#: TurtleArt/tabasics.py:856
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189
+msgid "string value"
+msgstr "字符串值"
-#: gnome_plugins/fb_plugin.py:87
-msgid "Facebook wall post"
-msgstr "发布到 Facebook 墙"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175
+msgid "description"
+msgstr "描述"
-#: gnome_plugins/uploader_plugin.py:68
-msgid "Upload to Web"
-msgstr "上传到网站"
+#: TurtleArt/talogo.py:570
+msgid "I don't know how to"
+msgstr "我不知道怎样"
-#: gnome_plugins/uploader_plugin.py:90
-msgid ""
-"You must have an account at http://turtleartsite.sugarlabs.org to upload "
-"your project."
-msgstr "你必须在 http://turtleartsite.sugarlabs.org 中注册一个帐号才能上传你的作品。"
+#: TurtleArt/tabasics.py:471
+msgid "set text size"
+msgstr "设置文字大小"
#: gnome_plugins/uploader_plugin.py:99
msgid "Username:"
msgstr "用户名:"
-#: gnome_plugins/uploader_plugin.py:109
-msgid "Password:"
-msgstr "密码:"
-
-#: gnome_plugins/uploader_plugin.py:120
-msgid "Title:"
-msgstr "标题:"
-
-#: gnome_plugins/uploader_plugin.py:130
-msgid "Description:"
-msgstr "描述:"
-
-#: gnome_plugins/uploader_plugin.py:140
-msgid "Submit to Web"
-msgstr "提交到网站"
+#: TurtleArt/tabasics.py:410
+msgid "starts filled polygon (used with end fill block)"
+msgstr "开始填充多边形的绘制(和完成填充一起使用)"
-#: gnome_plugins/uploader_plugin.py:144
-msgid "Cancel"
-msgstr "取消"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:833
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026
+msgid "presentation template: select four Journal objects"
+msgstr "演示模板:选择四件日志中的物品"
-#: gnome_plugins/uploader_plugin.py:166
-msgid "Login failed"
-msgstr "登录失败"
+#: TurtleArtActivity.py:546 TurtleArtActivity.py:575 TurtleArtActivity.py:678
+#: TurtleArtActivity.py:747 turtleblocks.py:382
+msgid "View"
+msgstr "视图"
-#: gnome_plugins/uploader_plugin.py:203
-msgid "Failed to upload!"
-msgstr "上传失败!"
+#: TurtleArt/tabasics.py:340
+msgid "sets gray level of the line drawn by the turtle"
+msgstr "设置海龟绘制的线条的灰度"
-#: plugins/accelerometer/accelerometer.py:49
-#: plugins/audio_sensors/audio_sensors.py:75
-#: plugins/camera_sensor/camera_sensor.py:63
-#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330
-msgid "Palette of sensor blocks"
-msgstr "传感器模板"
+#: gnome_plugins/uploader_plugin.py:109
+msgid "Password:"
+msgstr "密码:"
-#: plugins/accelerometer/accelerometer.py:56
-#: plugins/accelerometer/accelerometer.py:63
-msgid "acceleration"
-msgstr "加速度"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435
+msgid "turtle sees"
+msgstr "海龟看到"
-#: plugins/accelerometer/accelerometer.py:58
-#: plugins/accelerometer/accelerometer.py:65
-msgid "push acceleration in x, y, z to heap"
-msgstr "把沿x,y,z方向加速度放入堆中"
+#: TurtleArt/tabasics.py:826
+msgid "stop action"
+msgstr "停止动作"
-#: plugins/audio_sensors/audio_sensors.py:83
-#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205
-msgid "sound"
-msgstr "声音"
+#: TurtleArt/tabasics.py:448
+msgid "green"
+msgstr "绿色"
-#: plugins/audio_sensors/audio_sensors.py:84
-#: plugins/audio_sensors/audio_sensors.py:99
-msgid "raw microphone input signal"
-msgstr "麦克风原始输入信号"
+#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299
+#: TurtleArt/tabasics.py:358
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1154
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1159
+msgid "shade"
+msgstr "深度"
-#: plugins/audio_sensors/audio_sensors.py:90
-#: plugins/audio_sensors/audio_sensors.py:105
-msgid "loudness"
-msgstr "音量"
+#: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:303
+msgid "fills the background with (color, shade)"
+msgstr "以(颜色,阴影)填充背景"
-#: plugins/audio_sensors/audio_sensors.py:91
-#: plugins/audio_sensors/audio_sensors.py:106
-msgid "microphone input volume"
-msgstr "麦克风输入音量"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245
+msgid "save picture"
+msgstr "保存图片"
#: plugins/audio_sensors/audio_sensors.py:119
#: plugins/audio_sensors/audio_sensors.py:127
@@ -1134,422 +2265,250 @@ msgstr "麦克风输入音量"
msgid "pitch"
msgstr "强度"
-#: plugins/audio_sensors/audio_sensors.py:120
-#: plugins/audio_sensors/audio_sensors.py:128
-msgid "microphone input pitch"
-msgstr "麦克风输入音高"
-
-#: plugins/audio_sensors/audio_sensors.py:151
-#: plugins/audio_sensors/audio_sensors.py:165
-#: plugins/audio_sensors/audio_sensors.py:179
-#: plugins/audio_sensors/audio_sensors.py:193
-msgid "resistance"
-msgstr "电阻"
-
-#: plugins/audio_sensors/audio_sensors.py:152
-#: plugins/audio_sensors/audio_sensors.py:166
-#: plugins/audio_sensors/audio_sensors.py:180
-#: plugins/audio_sensors/audio_sensors.py:194
-msgid "microphone input resistance"
-msgstr "麦克风输入电阻"
-
-#: plugins/audio_sensors/audio_sensors.py:157
-#: plugins/audio_sensors/audio_sensors.py:171
-#: plugins/audio_sensors/audio_sensors.py:185
-#: plugins/audio_sensors/audio_sensors.py:199
-msgid "voltage"
-msgstr "电压"
-
-#: plugins/audio_sensors/audio_sensors.py:158
-#: plugins/audio_sensors/audio_sensors.py:172
-#: plugins/audio_sensors/audio_sensors.py:186
-#: plugins/audio_sensors/audio_sensors.py:200
-msgid "microphone input voltage"
-msgstr "麦克风输入电压"
-
-#: plugins/camera_sensor/camera_sensor.py:67
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133
-msgid "Palette of media objects"
-msgstr "多媒体模板"
-
-#: plugins/camera_sensor/camera_sensor.py:80
-#: plugins/camera_sensor/camera_sensor.py:93
-#: plugins/camera_sensor/camera_sensor.py:128
-#: plugins/camera_sensor/camera_sensor.py:141
-#: plugins/light_sensor/light_sensor.py:56
-#: plugins/light_sensor/light_sensor.py:63
-msgid "brightness"
-msgstr "亮度"
-
-#: plugins/camera_sensor/camera_sensor.py:82
-#: plugins/camera_sensor/camera_sensor.py:130
-msgid "light level detected by camera"
-msgstr "相机侦测到的光照水平"
-
-#: plugins/camera_sensor/camera_sensor.py:95
-#: plugins/camera_sensor/camera_sensor.py:143
-msgid "Average RGB color from camera is pushed to the stack"
-msgstr "相机的平均色彩RGB值已压入堆栈"
-
-#: plugins/camera_sensor/camera_sensor.py:106
-#: plugins/camera_sensor/camera_sensor.py:113
-#: plugins/camera_sensor/camera_sensor.py:121
-#: plugins/camera_sensor/camera_sensor.py:155
-#: plugins/camera_sensor/camera_sensor.py:163
-msgid "camera output"
-msgstr "相机输出"
-
-#: plugins/light_sensor/light_sensor.py:58
-#: plugins/light_sensor/light_sensor.py:65
-msgid "light level detected by light sensor"
-msgstr "光线感应器侦测到的光照水平"
-
-#: plugins/rfid/rfid.py:92 plugins/rfid/rfid.py:100
-msgid "RFID"
-msgstr "RFID"
-
-#: plugins/rfid/rfid.py:93 plugins/rfid/rfid.py:101
-msgid "read value from RFID device"
-msgstr "从RFID设备中读取值"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106
-msgid "while"
-msgstr "当"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107
-msgid "do-while-True operator that uses boolean operators from Numbers palette"
-msgstr "“当-为真时-执行”操作符,会用到数值模板中的布尔运算符"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:116
-msgid "until"
-msgstr "直到"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:117
-msgid "do-until-True operator that uses boolean operators from Numbers palette"
-msgstr "“执行-直到-真”操作符,会用到数值模板中的布尔运算符"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886
-msgid "top"
-msgstr "顶部"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126
-msgid "top of a collapsible stack"
-msgstr "折叠积木堆的顶部"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:340
+msgid "returns 1 if mouse button is pressed"
+msgstr "返回1如果鼠标被按下"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140
-msgid "journal"
-msgstr "日志"
+#: TurtleArtActivity.py:451 TurtleArtActivity.py:608 TurtleArtActivity.py:755
+msgid "Rescale coordinates up"
+msgstr "增大坐标轴比例"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141
-msgid "Sugar Journal media object"
-msgstr "Sugar日志中的多媒体文件"
+#: TurtleArt/tabasics.py:376
+msgid "pen up"
+msgstr "抬笔"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151
-msgid "audio"
-msgstr "音频"
+#: TurtleArt/tabasics.py:444
+msgid "orange"
+msgstr "橙黄色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153
-msgid "Sugar Journal audio object"
-msgstr "Sugar日志中的音频文件"
+#: TurtleArt/tabasics.py:747
+msgid "pauses program execution a specified number of seconds"
+msgstr "暂停程序执行指定秒数"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163
-msgid "video"
-msgstr "视频"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467
+msgid "pushes value onto FILO (first-in last-out heap)"
+msgstr "将值压入FILO(先进后出堆)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165
-msgid "Sugar Journal video object"
-msgstr "Sugar日志中的视频文件"
+#: TurtleArt/tabasics.py:1009
+msgid "clear all"
+msgstr "全部清除"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175
-msgid "description"
-msgstr "描述"
+#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789
+msgid "then"
+msgstr "那么"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177
-msgid "Sugar Journal description field"
-msgstr "Sugar日志描述字段"
+#: gnome_plugins/collaboration_plugin.py:302
+msgid "Register"
+msgstr "注册"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
-msgid "show"
-msgstr "显示"
+#: TurtleArt/tabasics.py:705
+msgid "not"
+msgstr "非"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:198
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:211
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:226
-msgid "draws text or show media from the Journal"
-msgstr "绘制日志中的文本或多媒体"
+#: TurtleArt/tabasics.py:793 TurtleArt/tabasics.py:801
+msgid "if then else"
+msgstr "如果 那么 或者"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207
-msgid "show aligned"
-msgstr "对齐显示"
+#: TurtleArt/tabasics.py:829
+msgid "stops current action"
+msgstr "停止当前动作"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234
-msgid "set scale"
-msgstr "设置比例"
+#: TurtleArt/tabasics.py:178
+msgid "turns turtle clockwise (angle in degrees)"
+msgstr "顺时针转动海龟(角度)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238
-msgid "sets the scale of media"
-msgstr "设置多媒体的显示比例"
+#: TurtleArt/tabasics.py:368
+msgid "holds current gray level (can be used in place of a number block)"
+msgstr "包含当前的灰度值(可以用来替换数字块)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245
-msgid "save picture"
-msgstr "保存图片"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857
+msgid "xcor of left of screen"
+msgstr "屏幕左方的X座标"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258
-msgid "picture name"
-msgstr "图片名称"
+#: turtleblocks.py:376
+msgid "Reset block size"
+msgstr "复位块大小"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248
-msgid "saves a picture to the Sugar Journal"
-msgstr "保存图片到Sugar日志中"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756
+msgid "turtle"
+msgstr "海龟"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256
-msgid "save SVG"
-msgstr "保存SVG"
+#: TurtleArt/tapalette.py:97
+msgid "displays next palette"
+msgstr "显示下一个模板"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259
-msgid "saves turtle graphics as an SVG file in the Sugar Journal"
-msgstr "以SVG格式保存海龟图形到Sugar日志中"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772
+msgid "hide blocks"
+msgstr "隐藏积木块"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266
-msgid "scale"
-msgstr "比例"
+#: plugins/camera_sensor/camera_sensor.py:82
+#: plugins/camera_sensor/camera_sensor.py:130
+msgid "light level detected by camera"
+msgstr "相机侦测到的光照水平"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270
-msgid "holds current scale value"
-msgstr "包含当前的比例"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572
+msgid "Python int operator"
+msgstr "Python int 操作符"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275
-msgid "media wait"
-msgstr "等待多媒体"
+#: TurtleArt/tabasics.py:687
+msgid "logical less-than operator"
+msgstr "逻辑“小于”运算符"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:277
-msgid "wait for current video or audio to complete"
-msgstr "等待当前的视频或音频结束"
+#: TurtleArt/tabasics.py:1005
+msgid "restore all blocks from trash"
+msgstr "还原回收站中的所有积木块"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283
-msgid "media stop"
-msgstr "停止媒体"
+#: turtleblocks.py:356
+msgid "Save"
+msgstr "保存"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:285
-msgid "stop video or audio"
-msgstr "停止视频或音频"
+#: TurtleArt/tabasics.py:883
+msgid "store in box 1"
+msgstr "保存到盒子1"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:290
-msgid "media pause"
-msgstr "暂停媒体"
+#: TurtleArt/tabasics.py:896
+msgid "store in box 2"
+msgstr "保存到盒子2"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292
-msgid "pause video or audio"
-msgstr "暂停视频或音频"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791
+msgid "hides the Sugar toolbars"
+msgstr "隐藏Sugar工具栏"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297
-msgid "media resume"
-msgstr "恢复媒体"
+#: TurtleArt/tabasics.py:226
+msgid ""
+"holds current x-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr "包含海龟当前位置的X座标值(可以用来替换数字块)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299
-msgid "resume playing video or audio"
-msgstr "恢复播放视频或音频"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
+msgid "print"
+msgstr "打印"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305
-msgid "speak"
-msgstr "朗读"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
+msgid "returns mouse x coordinate"
+msgstr "返回鼠标位置的X坐标"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
-msgid "hello"
-msgstr "你好"
+#: TurtleArt/tabasics.py:443
+msgid "red"
+msgstr "红色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:308
-msgid "speaks text"
-msgstr "朗读文本"
+#: TurtleArtActivity.py:166 TurtleArtActivity.py:709 TurtleArtActivity.py:823
+#: TurtleArtActivity.py:853 turtleblocks.py:360
+msgid "Save as Logo"
+msgstr "另存为Logo"
-#. TRANS: pitch, duration, amplitude
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316
-msgid "sinewave"
-msgstr "正弦波"
+#: TurtleArt/tabasics.py:317
+msgid "sets color of the line drawn by the turtle"
+msgstr "设置海龟绘制的线条的颜色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317
-msgid "amplitude"
-msgstr "波幅"
+#: TurtleArt/tabasics.py:460
+msgid "set text color"
+msgstr "设置文字颜色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317
-msgid "duration"
-msgstr "持续时间"
+#: plugins/audio_sensors/audio_sensors.py:90
+#: plugins/audio_sensors/audio_sensors.py:105
+msgid "loudness"
+msgstr "音量"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:320
-msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)"
-msgstr "播放一个指定频率、波幅和持续时间(秒)的正弦波"
+#: gnome_plugins/collaboration_plugin.py:115
+msgid "Enable collaboration"
+msgstr "启用协作"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
-msgid "button down"
-msgstr "鼠标按下"
+#: plugins/accelerometer/accelerometer.py:49
+#: plugins/audio_sensors/audio_sensors.py:75
+#: plugins/camera_sensor/camera_sensor.py:63
+#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330
+msgid "Palette of sensor blocks"
+msgstr "传感器模板"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:340
-msgid "returns 1 if mouse button is pressed"
-msgstr "返回1如果鼠标被按下"
+#: TurtleArtActivity.py:713 TurtleArtActivity.py:841 TurtleArtActivity.py:863
+msgid "Load plugin"
+msgstr "加载插件"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:351
msgid "returns True if mouse button is pressed"
msgstr "返回True如果鼠标被按下"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358
-msgid "mouse x"
-msgstr "鼠标X坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361
-msgid "returns mouse x coordinate"
-msgstr "返回鼠标位置的X坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368
-msgid "mouse y"
-msgstr "鼠标Y坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371
-msgid "returns mouse y coordinate"
-msgstr "返回鼠标位置的Y坐标"
+#: TurtleArt/tabasics.py:662
+msgid "number"
+msgstr "数字"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379
msgid "query keyboard"
msgstr "查询键盘"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381
-msgid "query for keyboard input (results stored in keyboard block)"
-msgstr "查询键盘输入(结果保存在“键盘”积木块中)"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:886
+msgid "top"
+msgstr "顶部"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
-msgid "keyboard"
-msgstr "键盘"
+#: gnome_plugins/uploader_plugin.py:140
+msgid "Submit to Web"
+msgstr "提交到网站"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392
-msgid "holds results of query-keyboard block as ASCII"
-msgstr "QWERTY-键盘积木块的结果保持为ASCII"
+#: TurtleArtActivity.py:596 TurtleArtActivity.py:749 turtleblocks.py:366
+msgid "Cartesian coordinates"
+msgstr "直角坐标"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424
-msgid "read pixel"
-msgstr "读取像素"
+#: gnome_plugins/collaboration_plugin.py:292
+msgid "Nickname"
+msgstr "昵称"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427
-msgid "RGB color under the turtle is pushed to the stack"
-msgstr "海龟所在位置的颜色RGB值将被压入堆栈"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234
+msgid "set scale"
+msgstr "设置比例"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435
-msgid "turtle sees"
-msgstr "海龟看到"
+#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:1833
+#: TurtleArtActivity.py:703
+msgid "Share selected blocks"
+msgstr "分享选中积木块"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437
-msgid "returns the color that the turtle \"sees\""
-msgstr "返回海龟“看到”的颜色"
+#: TurtleArt/tabasics.py:453
+msgid "white"
+msgstr "白色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:445
-msgid "time"
-msgstr "时间"
+#: TurtleArt/tabasics.py:846
+msgid "connects action to toolbar run buttons"
+msgstr "关联动作到工具栏中的运行按钮"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:448
msgid "elapsed time (in seconds) since program started"
msgstr "程序启动后已经过的时间(秒)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457
-msgid "Palette of extra options"
-msgstr "额外选项模板"
-
-#. TRANS: push adds a new item to the program stack
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464
-msgid "push"
-msgstr "压入"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467
-msgid "pushes value onto FILO (first-in last-out heap)"
-msgstr "将值压入FILO(先进后出堆)"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477
-msgid "show heap"
-msgstr "显示堆"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480
-msgid "shows values in FILO (first-in last-out heap)"
-msgstr "显示FILO(先进后出堆)中的值"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490
-msgid "empty heap"
-msgstr "清空堆"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493
-msgid "emptys FILO (first-in-last-out heap)"
-msgstr "清空FILO(先进后出堆)"
-
-#. TRANS: pop removes a new item from the program stack
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504
-msgid "pop"
-msgstr "弹出"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
-msgid "pops value off FILO (first-in last-out heap)"
-msgstr "从FILO(先进后出堆)中弹出值"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:529
-msgid "empty heap?"
-msgstr "堆空的吗?"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532
-msgid "returns True if heap is empty"
-msgstr "在堆为空时返回“真”"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
-msgid "comment"
-msgstr "注释"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543
-msgid "places a comment in your code"
-msgstr "在你的代码中加入注释"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549
-msgid "print"
-msgstr "打印"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317
+msgid "amplitude"
+msgstr "波幅"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553
-msgid "prints value in status block at bottom of the screen"
-msgstr "在位于屏幕底部的状态积木块中打印值"
+#: gnome_plugins/uploader_plugin.py:144
+msgid "Cancel"
+msgstr "取消"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563
-msgid "Python chr operator"
-msgstr "Python chr 操作符"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897
+msgid "the canvas height"
+msgstr "画布高度"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572
-msgid "Python int operator"
-msgstr "Python int 操作符"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994
+msgid "presentation 2x1"
+msgstr "以 2x1 方式演示"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:579
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606
-msgid "Python"
-msgstr "Python"
+#: TurtleArt/tabasics.py:575
+msgid "minus"
+msgstr "减"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583
-msgid ""
-"a programmable block: used to add advanced single-variable math equations, e."
-"g., sin(x)"
-msgstr "一个可编程积木块:用于加入单变量的高级数学等式,例如sin(x)"
+#: TurtleArt/tabasics.py:714 TurtleArt/tabasics.py:717
+msgid "and"
+msgstr "与"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
-msgid ""
-"a programmable block: used to add advanced multi-variable math equations, e."
-"g., sqrt(x*x+y*y)"
-msgstr "一个可编程积木块:用于加入多变量的高级数学等式,例如sqrt(x*x+y*y)"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126
+msgid "top of a collapsible stack"
+msgstr "折叠积木堆的顶部"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610
-msgid ""
-"a programmable block: used to add advanced multi-variable math equations, e."
-"g., sin(x+y+z)"
-msgstr "一个可编程积木块:用于加入多变量的高级数学等式,例如sin(x+y+z)"
+#: TurtleArt/talogo.py:624
+msgid "as input"
+msgstr "作为输入"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:622
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:638
@@ -1557,56 +2516,26 @@ msgstr "一个可编程积木块:用于加入多变量的高级数学等式,
msgid "Python block"
msgstr "Python积木块"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:640
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:656
-msgid "runs code found in the tamyblock.py module found in the Journal"
-msgstr "执行日志中tamyblock.py模块中的代码"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669
-msgid "Cartesian"
-msgstr "直角坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671
-msgid "displays Cartesian coordinates"
-msgstr "显示直角坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677
-msgid "polar"
-msgstr "极坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679
-msgid "displays polar coordinates"
-msgstr "显示极坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756
-msgid "turtle"
-msgstr "海龟"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
-msgid "chooses which turtle to command"
-msgstr "选择由哪个海龟执行命令"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275
+msgid "media wait"
+msgstr "等待多媒体"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707
-msgid "turtle shell"
-msgstr "海龟外壳"
+#: plugins/accelerometer/accelerometer.py:56
+#: plugins/accelerometer/accelerometer.py:63
+msgid "acceleration"
+msgstr "加速度"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
-msgid "put a custom 'shell' on the turtle"
-msgstr "替海龟穿上一个自定义的“外壳”"
+#: TurtleArt/tabasics.py:427
+msgid "holds current pen size (can be used in place of a number block)"
+msgstr "包含当前画笔的大小(可以用来替换数字块)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716
-msgid "top of a collapsed stack"
-msgstr "折叠积木堆的顶部"
+#: TurtleArt/tabasics.py:313
+msgid "set color"
+msgstr "设置颜色"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:721
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
-msgid "load"
-msgstr "载入"
+#: TurtleArt/tabasics.py:646
+msgid "min"
+msgstr "最小值"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:735
@@ -1614,70 +2543,68 @@ msgstr "载入"
msgid "loads a block"
msgstr "载入一个积木块"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745
-msgid "setxy"
-msgstr "设置坐标xy"
+#: TurtleArt/tabasics.py:282
+msgid "Palette of pen commands"
+msgstr "画笔指令模板"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754
-msgid "palette"
-msgstr "模块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480
+msgid "shows values in FILO (first-in last-out heap)"
+msgstr "显示FILO(先进后出堆)中的值"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:757
-msgid "selects a palette"
-msgstr "选择一个模块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:107
+msgid "do-while-True operator that uses boolean operators from Numbers palette"
+msgstr "“当-为真时-执行”操作符,会用到数值模板中的布尔运算符"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765
-msgid "Palette of presentation templates"
-msgstr "演示模板"
+#: turtleblocks.py:363
+msgid "File"
+msgstr "文件"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772
-msgid "hide blocks"
-msgstr "隐藏积木块"
+#: TurtleArt/tabasics.py:708
+msgid "logical NOT operator"
+msgstr "逻辑“非”运算符"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774
-msgid "declutters canvas by hiding blocks"
-msgstr "隐藏积木块使画布整洁一些"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865
+msgid "ycor of bottom of screen"
+msgstr "屏幕下方的Y座标"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781
-msgid "show blocks"
-msgstr "显示积木块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966
+msgid "presentation template: select Journal object (with description)"
+msgstr "演示模板:选择日志中的物品(有描述)"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783
-msgid "restores hidden blocks"
-msgstr "恢复隐藏的积木块"
+#: TurtleArt/tabasics.py:557
+msgid "Palette of numeric operators"
+msgstr "数值运算模板"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791
-msgid "hides the Sugar toolbars"
-msgstr "隐藏Sugar工具栏"
+#: TurtleArt/tabasics.py:589
+msgid "multiply"
+msgstr "乘"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800
-msgid "list"
-msgstr "列表"
+# Here, 'forever' means 'forever repeat'.
+#: TurtleArt/tabasics.py:754
+msgid "forever"
+msgstr "永远执行"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039
-msgid "presentation bulleted list"
-msgstr "演示项目列表"
+#: TurtleArtActivity.py:1135
+#, python-format
+msgid "Plugin %s already installed."
+msgstr "插件 %s 已经被安装。"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041
-msgid "presentation template: list of bullets"
-msgstr "演示模板:项目列表"
+#: TurtleArt/tabasics.py:329
+msgid "sets shade of the line drawn by the turtle"
+msgstr "设置海龟绘制的线条的深度"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:819
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981
-msgid "presentation template: select Journal object (no description)"
-msgstr "演示模板:选择日志中的物品(无描述)"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:308
+msgid "speaks text"
+msgstr "朗读文本"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966
-msgid "presentation template: select Journal object (with description)"
-msgstr "演示模板:选择日志中的物品(有描述)"
+#: TurtleArtActivity.py:211
+msgid "snapshot"
+msgstr "屏幕截图"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:833
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026
-msgid "presentation template: select four Journal objects"
-msgstr "演示模板:选择四件日志中的物品"
+#: TurtleArt/tabasics.py:151
+msgid "clean"
+msgstr "清屏"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:847
@@ -1686,987 +2613,1053 @@ msgstr "演示模板:选择四件日志中的物品"
msgid "presentation template: select two Journal objects"
msgstr "演示模板:选择两件日志中的物品"
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857
-msgid "xcor of left of screen"
-msgstr "屏幕左方的X座标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862
-msgid "bottom"
-msgstr "底部"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:865
-msgid "ycor of bottom of screen"
-msgstr "屏幕下方的Y座标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870
-msgid "width"
-msgstr "宽度"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:873
-msgid "the canvas width"
-msgstr "画布宽度"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:881
-msgid "xcor of right of screen"
-msgstr "屏幕右方的X座标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889
-msgid "ycor of top of screen"
-msgstr "屏幕上方的Y座标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:894
-msgid "height"
-msgstr "高度"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897
-msgid "the canvas height"
-msgstr "画布高度"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904
-msgid "title x"
-msgstr "标题X坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913
-msgid "title y"
-msgstr "标题Y坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922
-msgid "left x"
-msgstr "左侧X坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:931
-msgid "top y"
-msgstr "顶部Y坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:940
-msgid "right x"
-msgstr "右侧X坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949
-msgid "bottom y"
-msgstr "底部Y坐标"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979
-msgid "presentation 1x1"
-msgstr "以 1x1 方式演示"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994
-msgid "presentation 2x1"
-msgstr "以 2x1 方式演示"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009
-msgid "presentation 1x2"
-msgstr "以 1x2 方式演示"
-
-#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024
-msgid "presentation 2x2"
-msgstr "以 2x2 方式演示"
-
-#: pysamples/brain.py:43
-msgid "Please install the Speak Activity and try again."
-msgstr "请安装的说话活动,然后再试一次。"
-
-#: pysamples/brain.py:54
-msgid "Spanish"
-msgstr "西班牙语"
-
-#: pysamples/brain.py:58 pysamples/brain.py:72 pysamples/brain.py:74
-#: pysamples/brain.py:80
-msgid "English"
-msgstr "英语"
-
-#: pysamples/brain.py:91
-msgid "Sorry, I can't understand what you are asking about."
-msgstr "很抱歉,我不明白你问的是什么。"
-
-#: pysamples/brain.py:100
-msgid ""
-"Sorry, there is no free memory to load my brain. Close other activities and "
-"try once more."
-msgstr "很抱歉,没有空余内存来加载我的大脑。请关闭其他活动,并再试一次。"
-
-#: pysamples/forward_push.py:45
-msgid "push destination rgb value to heap"
-msgstr "把目标RGB值放入堆中"
-
-#: pysamples/grecord.py:215
-msgid "stop"
-msgstr "停止"
-
-#: pysamples/grecord.py:217
-msgid "play"
-msgstr "播放"
-
-#: pysamples/grecord.py:219
-msgid "save"
-msgstr "保存"
-
-#: pysamples/journal-stats.py:78
-msgid "other"
-msgstr "其他"
-
-#: pysamples/uturn.py:24
-msgid "uturn"
-msgstr "翻转"
-
-#: pysamples/uturn.py:26
-msgid "make a uturn"
-msgstr "做一个翻转"
-
-#: turtleblocks.py:86
-msgid "usage is"
-msgstr "用法是"
+#: TurtleArtActivity.py:611 TurtleArtActivity.py:757 turtleblocks.py:372
+msgid "Grow blocks"
+msgstr "增大积木块"
-#: turtleblocks.py:240
-msgid "No option action:"
-msgstr "无选项的动作:"
+#: TurtleArtActivity.py:594 TurtleArtActivity.py:748
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789
+msgid "Fullscreen"
+msgstr "全屏"
#: turtleblocks.py:255
msgid "File not found"
msgstr "文件未找到"
-#: turtleblocks.py:279
-#, python-format
-msgid "Configuration directory not writable: %s"
-msgstr "配置不可写的目录:%s"
-
-#: turtleblocks.py:354
-msgid "New"
-msgstr "新建"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222
+msgid "show"
+msgstr "显示"
-#: turtleblocks.py:355
-msgid "Open"
-msgstr "打开"
+#: TurtleArt/tabasics.py:853 TurtleArt/tabasics.py:854
+#: TurtleArt/tabasics.py:855
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:186
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:187
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:188
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:223
+msgid "text"
+msgstr "文本"
-#: turtleblocks.py:356
-msgid "Save"
-msgstr "保存"
+#: TurtleArt/tabasics.py:646
+msgid "random"
+msgstr "随机值"
-#: turtleblocks.py:357
-msgid "Save as"
-msgstr "另存为"
+#: TurtleArt/tabasics.py:674
+msgid "logical greater-than operator"
+msgstr "逻辑“大于”运算符"
-#: turtleblocks.py:362
-msgid "Quit"
-msgstr "退出"
+#: TurtleArt/tabasics.py:166
+msgid "turns turtle counterclockwise (angle in degrees)"
+msgstr "逆时针转动海龟(角度)"
-#: turtleblocks.py:363
-msgid "File"
-msgstr "文件"
+#: TurtleArt/tabasics.py:454
+msgid "black"
+msgstr "黑色"
-#: turtleblocks.py:370
-msgid "Rescale coordinates"
-msgstr "重新调整坐标"
+#: TurtleArt/tabasics.py:639
+msgid "calculates square root"
+msgstr "计算平方根"
-#: turtleblocks.py:376
-msgid "Reset block size"
-msgstr "复位块大小"
+#: TurtleArt/tabasics.py:237
+msgid ""
+"holds current y-coordinate value of the turtle (can be used in place of a "
+"number block)"
+msgstr "包含海龟当前位置的Y座标值(可以用来替换数字块)"
-#: turtleblocks.py:394
-msgid "Show/hide blocks"
-msgstr "显示/隐藏块"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358
+msgid "mouse x"
+msgstr "鼠标X坐标"
-#: turtleblocks.py:396
-msgid "Tools"
-msgstr "工具"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368
+msgid "mouse y"
+msgstr "鼠标Y坐标"
-#: turtleblocks.py:402
-msgid "Debug"
-msgstr "调试"
+#: pysamples/grecord.py:215
+msgid "stop"
+msgstr "停止"
-#: turtleblocks.py:404
-msgid "Turtle"
-msgstr "海龟"
+#: TurtleArt/tabasics.py:671
+msgid "greater than"
+msgstr "大于"
-#: turtleblocks.py:407
-msgid "About..."
-msgstr "关于..."
+#: TurtleArt/tabasics.py:225 TurtleArt/tawindow.py:3862
+#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:604
+msgid "xcor"
+msgstr "横坐标"
-#: turtleblocks.py:447
-msgid "You have unsaved work. Would you like to save before quitting?"
-msgstr "你有尚未保存的工作。想退出前保存吗?"
+#: TurtleArtActivity.py:687 turtleblocks.py:408 util/helpbutton.py:45
+msgid "Help"
+msgstr "帮助"
#: turtleblocks.py:448
msgid "Save project?"
msgstr "保存项目?"
-#~ msgid "Turtle Art Mini"
-#~ msgstr "迷你海龟绘图"
-
-#~ msgid "Turtle Confusion"
-#~ msgstr "海龟谜题"
-
-#~ msgid "Select a challenge"
-#~ msgstr "选择一个挑战"
-
-#~ msgid "Palette of Mexican pesos"
-#~ msgstr "墨西哥比索模板"
-
-#~ msgid "Palette of Colombian pesos"
-#~ msgstr "哥伦比亚比索模板"
-
-#~ msgid "Palette of Rwandan francs"
-#~ msgstr "卢旺达法郎模板"
-
-#~ msgid "Palette of US dollars"
-#~ msgstr "美元模板"
-
-#~ msgid "Palette of Australian dollars"
-#~ msgstr "澳元模板"
-
-#~ msgid "Palette of Paraguayan Guaranies"
-#~ msgstr "巴拉圭瓜拉尼模板"
-
-#~ msgid "Palette of Peruvian Nuevo Soles"
-#~ msgstr "秘鲁新索尔的模板"
-
-#~ msgid "Palette of Uruguayan Pesos"
-#~ msgstr "乌拉圭比索模板"
-
-#~ msgid "adjust LED intensity between 0 and 255"
-#~ msgstr "调整指示灯的光强度(0到255之间)"
-
-#~ msgid "returns the object gray level as a number between 0 and 1023"
-#~ msgstr "返回对象灰度(0到1023之间)"
-
-#~ msgid "returns 1 when the button is press and 0 otherwise"
-#~ msgstr "当按钮按下返回1,否则为0"
-
-#~ msgid "returns the ambient light level as a number between 0 and 1023"
-#~ msgstr "返回环境光亮度(0到1023之间)"
-
-#~ msgid "returns the ambient temperature as a number between 0 and 255"
-#~ msgstr "返回环境温度(0到255之间)"
-
-#~ msgid ""
-#~ "returns the distance from the object in front of the sensor as a number "
-#~ "between 0 and 255"
-#~ msgstr "返回传感器前物体的距离(0到255之间)"
-
-#~ msgid "returns 0 or 1 depending on the sensor inclination"
-#~ msgstr "返回传感器方位角(0或者1)"
-
-#~ msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise"
-#~ msgstr "当传感器检测到磁场返回1,否则为0"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689
+msgid "chooses which turtle to command"
+msgstr "选择由哪个海龟执行命令"
-#~ msgid "switches from 0 to 1, the frequency depends on the vibration"
-#~ msgstr "从0切换到1,频率取决于振动"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:940
+msgid "right x"
+msgstr "右侧X坐标"
-#~ msgid "LED"
-#~ msgstr "指示灯"
+#: TurtleArt/tabasics.py:463
+msgid "sets color of text drawn by the turtle"
+msgstr "设置海龟绘制文字的颜色"
-#~ msgid "button"
-#~ msgstr "按钮"
+#: plugins/light_sensor/light_sensor.py:58
+#: plugins/light_sensor/light_sensor.py:65
+msgid "light level detected by light sensor"
+msgstr "光线感应器侦测到的光照水平"
-#~ msgid "grayscale"
-#~ msgstr "灰度"
+#: TurtleArtActivity.py:1049 TurtleArtActivity.py:1054
+#: TurtleArtActivity.py:1121
+msgid "Plugin could not be installed."
+msgstr "插件不能安装。"
-#~ msgid "ambient light"
-#~ msgstr "环境光"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388
+msgid "keyboard"
+msgstr "键盘"
-#~ msgid "temperature"
-#~ msgstr "温度"
+#: TurtleArt/tabasics.py:186
+msgid "arc"
+msgstr "走弧形"
-#~ msgid "distance"
-#~ msgstr "距离"
+#: TurtleArt/tabasics.py:186
+msgid "radius"
+msgstr "半径"
-#~ msgid "tilt"
-#~ msgstr "斜度"
+#: TurtleArtActivity.py:598 TurtleArtActivity.py:751 turtleblocks.py:368
+msgid "Polar coordinates"
+msgstr "极坐标"
-#~ msgid "magnetic induction"
-#~ msgstr "磁场感应"
+#: TurtleArt/tabasics.py:325
+msgid "set shade"
+msgstr "设置深度"
-#~ msgid "vibration"
-#~ msgstr "振动"
+#: TurtleArt/tabasics.py:718
+msgid "logical AND operator"
+msgstr "逻辑“与”运算符"
-#~ msgid "Butia Robot"
-#~ msgstr "布迪机器人"
+#: gnome_plugins/uploader_plugin.py:90
+msgid ""
+"You must have an account at http://turtleartsite.sugarlabs.org to upload "
+"your project."
+msgstr ""
+"你必须在 http://turtleartsite.sugarlabs.org 中注册一个帐号才能上传你的作品。"
-#~ msgid "refresh Butia"
-#~ msgstr "刷新布迪"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754
+msgid "palette"
+msgstr "模块"
-#~ msgid "refresh the state of the Butia palette and blocks"
-#~ msgstr "刷新布迪模板和拼块的状态"
+#: TurtleArtActivity.py:681 TurtleArtActivity.py:890 turtleblocks.py:400
+msgid "Run"
+msgstr "运行"
-#~ msgid "battery charge Butia"
-#~ msgstr "布迪充电"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477
+msgid "show heap"
+msgstr "显示堆"
-#~ msgid "returns the battery charge as a number between 0 and 255"
-#~ msgstr "返回电池充电度(0到255之间)"
+#: TurtleArt/tabasics.py:217
+msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
+msgstr "设置海龟朝向(0表示朝向屏幕上方)"
-#~ msgid "speed Butia"
-#~ msgstr "布迪加速"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:757
+msgid "selects a palette"
+msgstr "选择一个模块"
-#~ msgid "forward Butia"
-#~ msgstr "布迪前进"
+#: plugins/audio_sensors/audio_sensors.py:91
+#: plugins/audio_sensors/audio_sensors.py:106
+msgid "microphone input volume"
+msgstr "麦克风输入音量"
-#~ msgid "move the Butia robot forward"
-#~ msgstr "向前移动布迪机器人"
+#: gnome_plugins/uploader_plugin.py:120
+msgid "Title:"
+msgstr "标题:"
-#~ msgid "move the Butia robot forward a predefined distance"
-#~ msgstr "布迪机器人向前移动一个预先设定的距离"
+#: plugins/camera_sensor/camera_sensor.py:67
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133
+msgid "Palette of media objects"
+msgstr "多媒体模板"
-#~ msgid "left Butia"
-#~ msgstr "布迪左转"
+#: TurtleArtActivity.py:591
+msgid "Restore blocks from trash"
+msgstr "还原回收站中的所有拼块"
-#, fuzzy
-#~ msgid "turn the Butia robot at left"
-#~ msgstr "向右转动布迪机器人"
+#: TurtleArt/tabasics.py:838
+msgid "Palette of variable blocks"
+msgstr "可变块模板"
-#~ msgid "backward Butia"
-#~ msgstr "布迪后退"
+#: TurtleArt/tabasics.py:663
+msgid "used as numeric input in mathematic operators"
+msgstr "在数学运算符中作为数值型输入"
-#~ msgid "move the Butia robot backward"
-#~ msgstr "先后移动布迪机器人"
+#: gnome_plugins/fb_plugin.py:82 gnome_plugins/fb_plugin.py:83
+#: gnome_plugins/fb_plugin.py:92 gnome_plugins/uploader_plugin.py:63
+#: gnome_plugins/uploader_plugin.py:64 gnome_plugins/uploader_plugin.py:73
+msgid "Upload"
+msgstr "上传"
-#~ msgid "move the Butia robot backward a predefined distance"
-#~ msgstr "布迪机器人向后移动一个预先设定的距离"
+#: gnome_plugins/collaboration_plugin.py:296
+msgid "Server"
+msgstr "服务器"
-#~ msgid "right Butia"
-#~ msgstr "布迪右转"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024
+msgid "presentation 2x2"
+msgstr "以 2x2 方式演示"
-#~ msgid "turn the Butia robot at right"
-#~ msgstr "向右转动布迪机器人"
+#: TurtleArt/tabasics.py:912
+msgid "Variable 1 (numeric value)"
+msgstr "变量1(数值)"
-#~ msgid "turn Butia"
-#~ msgstr "转动布迪"
+#: gnome_plugins/collaboration_plugin.py:132
+msgid "Neighborhood"
+msgstr "邻居"
-#~ msgid "turn the Butia robot x degrees"
-#~ msgstr "将布迪机器人转动X角度"
+#: TurtleArt/tabasics.py:567
+msgid "adds two alphanumeric inputs"
+msgstr "将两个字符数值型输入相加"
-#~ msgid "stop Butia"
-#~ msgstr "停止布迪"
+#: TurtleArt/tabasics.py:695
+msgid "equal"
+msgstr "等于"
-#~ msgid "stop the Butia robot"
-#~ msgstr "停止布迪机器人"
+#: TurtleArt/tabasics.py:789
+msgid "else"
+msgstr "否则"
-#~ msgid "Butia"
-#~ msgstr "布迪"
+#: TurtleArt/talogo.py:624
+msgid "doesn't like"
+msgstr "不喜欢"
-#~ msgid "Error on initialization of the camera"
-#~ msgstr "摄像头初始化出错"
+#: turtleblocks.py:447
+msgid "You have unsaved work. Would you like to save before quitting?"
+msgstr "你有尚未保存的工作。想退出前保存吗?"
-#, fuzzy
-#~ msgid "No camera was found"
-#~ msgstr "没有找到摄像头"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783
+msgid "restores hidden blocks"
+msgstr "恢复隐藏的积木块"
-#~ msgid "Error stopping camera"
-#~ msgstr "停止摄像头出错"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:721
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742
+msgid "load"
+msgstr "载入"
-#~ msgid "Error starting camera"
-#~ msgstr "启动摄像头出错"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:285
+msgid "stop video or audio"
+msgstr "停止视频或音频"
-#~ msgid "FollowMe"
-#~ msgstr "跟我来"
+#: TurtleArt/tabasics.py:379
+msgid "Turtle will not draw when moved."
+msgstr "海龟将不会在移动时绘图。"
-#, fuzzy
-#~ msgid "Search for a connected camera."
-#~ msgstr "搜索已连接的NXT积木。"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: pop removes a new item from the program stack
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504
+msgid "pop"
+msgstr "弹出"
-#~ msgid "calibration"
-#~ msgstr "校准"
+#: TurtleArt/tabasics.py:426
+msgid "pen size"
+msgstr "笔的粗细"
-#, fuzzy
-#~ msgid "store a personalized calibration"
-#~ msgstr "存储个性化校准"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707
+msgid "turtle shell"
+msgstr "海龟外壳"
-#~ msgid "return a personalized calibration"
-#~ msgstr "返回个性化校准"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:320
+msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)"
+msgstr "播放一个指定频率、波幅和持续时间(秒)的正弦波"
-#~ msgid "follow"
-#~ msgstr "跟随"
+#: TurtleArt/tabasics.py:635
+msgid "√"
+msgstr "√"
-#~ msgid "follow a color or calibration"
-#~ msgstr "跟随颜色或校准"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305
+msgid "speak"
+msgstr "朗读"
-#~ msgid "minimum pixels"
-#~ msgstr "最小值像素"
+#: plugins/rfid/rfid.py:93 plugins/rfid/rfid.py:101
+msgid "read value from RFID device"
+msgstr "从RFID设备中读取值"
-#~ msgid "set the minimal number of pixels to follow"
-#~ msgstr "设置要跟随的最小像素数目"
+#: TurtleArt/tabasics.py:190
+msgid "moves turtle along an arc"
+msgstr "延弧形移动海龟"
-#~ msgid "threshold"
-#~ msgstr "阀门"
+#: pysamples/uturn.py:26
+msgid "make a uturn"
+msgstr "做一个翻转"
-#~ msgid "set a threshold for a RGB color"
-#~ msgstr "为RGB颜色设置一个阀门"
+#: TurtleArt/tabasics.py:699
+msgid "logical equal-to operator"
+msgstr "逻辑“等于”运算符"
-#~ msgid "camera mode"
-#~ msgstr "摄像头模式"
+#: TurtleArt/tabasics.py:441
+msgid "Palette of pen colors"
+msgstr "画笔颜色模板"
-#, fuzzy
-#~ msgid "set the color mode of the camera: RGB; YUV or HSV"
-#~ msgstr "设置摄像头的颜色模式:RGB,YUV或HSV"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292
+msgid "pause video or audio"
+msgstr "暂停视频或音频"
-#~ msgid "x position"
-#~ msgstr "x 位置"
+#: TurtleArt/tabasics.py:888
+msgid "stores numeric value in Variable 1"
+msgstr "保存数值到变量1"
-#~ msgid "return x position"
-#~ msgstr "返回 x 位置"
+#: TurtleArt/tabasics.py:901
+msgid "stores numeric value in Variable 2"
+msgstr "保存数值到变量2"
-#~ msgid "y position"
-#~ msgstr "y 位置"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708
+msgid "put a custom 'shell' on the turtle"
+msgstr "替海龟穿上一个自定义的“外壳”"
-#~ msgid "return y position"
-#~ msgstr "返回 y 位置"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348
+msgid "button down"
+msgstr "鼠标按下"
-#~ msgid "pixels"
-#~ msgstr "像素"
+#: TurtleArt/tabasics.py:143
+msgid "moves turtle backward"
+msgstr "向后移动海龟"
-#~ msgid "return the number of pixels of the biggest blob"
-#~ msgstr "返回最大块的像素数目"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:889
+msgid "ycor of top of screen"
+msgstr "屏幕上方的Y座标"
-#~ msgid "set the color mode of the camera to RGB"
-#~ msgstr "设置摄像头的颜色模式为RGB"
+#: TurtleArt/talogo.py:384 TurtleArtActivity.py:322 TurtleArtActivity.py:684
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1485
+msgid "Show blocks"
+msgstr "显示积木块"
-#~ msgid "set the color mode of the camera to YUV"
-#~ msgstr "设置摄像头的颜色模式为YUV"
+#: pysamples/grecord.py:217
+msgid "play"
+msgstr "播放"
-#~ msgid "set the color mode of the camera to HSV"
-#~ msgstr "设置摄像头的颜色模式为HSV"
+#: pysamples/grecord.py:219
+msgid "save"
+msgstr "保存"
-#~ msgid "empty calibration"
-#~ msgstr "空校准"
+#: gnome_plugins/collaboration_plugin.py:304
+msgid "Colors"
+msgstr "颜色"
-#~ msgid "error in string conversion"
-#~ msgstr "字符串转换错误"
+#: TurtleArt/tabasics.py:398
+msgid "sets size of the line drawn by the turtle"
+msgstr "设置海龟绘制的线条的宽度"
-#~ msgid "SumBot"
-#~ msgstr "桑博"
+#: turtleblocks.py:355
+msgid "Open"
+msgstr "打开"
-#~ msgid "speed SumBot"
-#~ msgstr "加速桑博"
+#: TurtleArt/tawindow.py:989 TurtleArt/tawindow.py:990
+msgid "orientation"
+msgstr "方向"
-#~ msgid "submit the speed to the SumBot"
-#~ msgstr "提交桑博的速度"
+#: TurtleArt/tabasics.py:236 TurtleArt/tawindow.py:3862
+#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:605
+msgid "ycor"
+msgstr "纵坐标"
-#~ msgid "set the default speed for the movement commands"
-#~ msgstr "设置移动命令的默认速度"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596
+msgid ""
+"a programmable block: used to add advanced multi-variable math equations, e."
+"g., sqrt(x*x+y*y)"
+msgstr "一个可编程积木块:用于加入多变量的高级数学等式,例如sqrt(x*x+y*y)"
-#~ msgid "forward SumBot"
-#~ msgstr "向前桑博"
+#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789
+msgid "if"
+msgstr "如果"
-#~ msgid "move SumBot forward"
-#~ msgstr "移动桑博向前"
+#: TurtleArt/tabasics.py:203 TurtleArt/tabasics.py:269
+msgid ""
+"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
+msgstr "移动海龟到座标(x,y);(0,0)是屏幕中心。"
-#~ msgid "backward SumBot"
-#~ msgstr "向后桑博"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:579
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606
+msgid "Python"
+msgstr "Python"
-#~ msgid "move SumBot backward"
-#~ msgstr "移动桑博向后"
+#: TurtleArtActivity.py:688 turtleblocks.py:403
+msgid "Stop"
+msgstr "停止"
-#~ msgid "stop SumBot"
-#~ msgstr "停止桑博"
+#: TurtleArt/tabasics.py:964 TurtleArt/tabasics.py:984
+msgid "action 2"
+msgstr "动作2"
-#~ msgid "stop the SumBot"
-#~ msgstr "让桑博停下来"
+#: TurtleArt/tabasics.py:955 TurtleArt/tabasics.py:974
+msgid "action 1"
+msgstr "动作1"
-#~ msgid "left SumBot"
-#~ msgstr "左转桑博"
+#: TurtleArt/tabasics.py:417
+msgid "end fill"
+msgstr "完成填充"
-#~ msgid "turn left the SumBot"
-#~ msgstr "让桑博向左转"
+#: TurtleArtActivity.py:587 TurtleArtActivity.py:731 turtleblocks.py:385
+msgid "Copy"
+msgstr "复制"
-#~ msgid "right SumBot"
-#~ msgstr "右转桑博"
+#: TurtleArtActivity.py:589 TurtleArtActivity.py:732 turtleblocks.py:386
+msgid "Paste"
+msgstr "粘贴"
-#~ msgid "turn right the SumBot"
-#~ msgstr "让桑博向右转"
+#: TurtleArt/talogo.py:511
+msgid "did not output to"
+msgstr "没有输出到"
-#~ msgid "angle to center"
-#~ msgstr "与中心的角度"
+#: gnome_plugins/collaboration_plugin.py:120
+msgid "Activities"
+msgstr "活动"
-#~ msgid "get the angle to the center of the dohyo"
-#~ msgstr "得到相对圆环中心的角度"
+#: gnome_plugins/uploader_plugin.py:68
+msgid "Upload to Web"
+msgstr "上传到网站"
-#~ msgid "angle to Enemy"
-#~ msgstr "与敌人的角度"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490
+msgid "empty heap"
+msgstr "清空堆"
-#~ msgid "get the angle to the Enemy"
-#~ msgstr "得到相对敌人的角度"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508
+msgid "pops value off FILO (first-in last-out heap)"
+msgstr "从FILO(先进后出堆)中弹出值"
-#~ msgid "x coor. SumBot"
-#~ msgstr "桑博x坐标"
+#: TurtleArtActivity.py:680 TurtleArtActivity.py:888 turtleblocks.py:399
+msgid "Clean"
+msgstr "清屏"
-#~ msgid "get the x coordinate of the SumBot"
-#~ msgstr "得到桑博的x坐标"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765
+msgid "Palette of presentation templates"
+msgstr "演示模板"
-#~ msgid "y coor. SumBot"
-#~ msgstr "桑博y坐标"
+#: TurtleArt/tabasics.py:186
+msgid "angle"
+msgstr "角度"
-#~ msgid "get the y coordinate of the SumBot"
-#~ msgstr "得到桑博的y坐标"
+#: TurtleArt/tabasics.py:614
+msgid "identity"
+msgstr "自身"
-#~ msgid "x coor. Enemy"
-#~ msgstr "敌人x坐标"
+#: TurtleArtActivity.py:579 TurtleArtActivity.py:676 TurtleArtActivity.py:705
+#: TurtleArtActivity.py:707 TurtleArtActivity.py:815
+msgid "Save/Load"
+msgstr "保存/读取"
-#~ msgid "get the x coordinate of the Enemy"
-#~ msgstr "得到敌人的x坐标"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:931
+msgid "top y"
+msgstr "顶部Y坐标"
-#~ msgid "y coor. Enemy"
-#~ msgstr "敌人y坐标"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151
+msgid "audio"
+msgstr "音频"
-#~ msgid "get the y coordinate of the Enemy"
-#~ msgstr "得到敌人的y坐标"
+#: turtleblocks.py:396
+msgid "Tools"
+msgstr "工具"
-#~ msgid "rotation SumBot"
-#~ msgstr "转动桑博"
+#: gnome_plugins/collaboration_plugin.py:298
+msgid "Port"
+msgstr "端口"
-#~ msgid "get the rotation of the Sumbot"
-#~ msgstr "得到桑博的转动"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:539
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541
+msgid "comment"
+msgstr "注释"
-#~ msgid "rotation Enemy"
-#~ msgstr "转动敌人"
+#: TurtleArt/tabasics.py:578
+msgid "subtracts bottom numeric input from top numeric input"
+msgstr "将顶部输入减去底部输入"
-#~ msgid "get the rotation of the Enemy"
-#~ msgstr "得到敌人的转动"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:290
+msgid "media pause"
+msgstr "暂停媒体"
-#~ msgid "distance to center"
-#~ msgstr "与中心的距离"
+#: pysamples/forward_push.py:45
+msgid "push destination rgb value to heap"
+msgstr "把目标RGB值放入堆中"
-#~ msgid "get the distance to the center of the dohyo"
-#~ msgstr "得到与圆环中心的距离"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:381
+msgid "query for keyboard input (results stored in keyboard block)"
+msgstr "查询键盘输入(结果保存在“键盘”积木块中)"
-#~ msgid "distance to Enemy"
-#~ msgstr "与敌人的距离"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669
+msgid "Cartesian"
+msgstr "直角坐标"
-#~ msgid "get the distance to the Enemy"
-#~ msgstr "得到与敌人的距离"
+#: TurtleArt/tabasics.py:154
+msgid "clears the screen and reset the turtle"
+msgstr "清空屏幕并重置海龟"
-#~ msgid "update information"
-#~ msgstr "更新信息"
+#: plugins/audio_sensors/audio_sensors.py:84
+#: plugins/audio_sensors/audio_sensors.py:99
+msgid "raw microphone input signal"
+msgstr "麦克风原始输入信号"
-#~ msgid "update information from the server"
-#~ msgstr "从服务器更新信息"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437
+msgid "returns the color that the turtle \"sees\""
+msgstr "返回海龟“看到”的颜色"
-#~ msgid "Palette of physics blocks"
-#~ msgstr "物理块模板"
+#: TurtleArt/tabasics.py:977
+msgid "invokes Action 1 stack"
+msgstr "执行动作堆1"
-#~ msgid "start polygon"
-#~ msgstr "定义多边形"
+#: TurtleArt/tabasics.py:123
+msgid "Palette of turtle commands"
+msgstr "海龟指令模板"
-#~ msgid "Begin defining a new polygon based on the current Turtle xy position."
-#~ msgstr "根据当前海龟xy方向的位置开始定义新的多边形。"
+#: TurtleArt/tabasics.py:758
+msgid "loops forever"
+msgstr "永远执行的循环"
-#~ msgid "add point"
-#~ msgstr "添加点"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207
+msgid "show aligned"
+msgstr "对齐显示"
-#~ msgid ""
-#~ "Add a new point to the current polygon based on the current Turtle xy "
-#~ "position."
-#~ msgstr "根据当前海龟xy方向的位置添加新的点到当前的多边形。"
+#: TurtleArtActivity.py:1136
+#, python-format
+msgid "Do you want to reinstall %s?"
+msgstr "想重新 %s 吗?"
-#~ msgid "end polygon"
-#~ msgstr "完成多边形"
+#: TurtleArtActivity.py:710 TurtleArtActivity.py:836 TurtleArtActivity.py:858
+msgid "Load project"
+msgstr "加载作品"
-#~ msgid "Define a new polygon."
-#~ msgstr "定义一个新的多边形。"
+#: TurtleArtActivity.py:573 TurtleArtActivity.py:679
+msgid "Project"
+msgstr "项目"
-#~ msgid "end filled polygon"
-#~ msgstr "结束填充多边形的绘制"
+#: turtleblocks.py:402
+msgid "Debug"
+msgstr "调试"
-#~ msgid "Not a simple polygon"
-#~ msgstr "不是一个简单多边形"
+#: TurtleArtActivity.py:260 TurtleArtActivity.py:616 TurtleArtActivity.py:759
+#: turtleblocks.py:378
+msgid "Turn off hover help"
+msgstr "关闭悬停帮助"
-#~ msgid "Define a new filled polygon."
-#~ msgstr "定义一个新的填充多边形。"
+#: TurtleArt/tabasics.py:624 TurtleArt/tabasics.py:625
+msgid "mod"
+msgstr "同余"
-#~ msgid "triangle"
-#~ msgstr "三角形"
+#: gnome_plugins/collaboration_plugin.py:300
+msgid "Password"
+msgstr "密码"
-#~ msgid "base"
-#~ msgstr "基地"
+#: TurtleArt/tabasics.py:819
+msgid "vertical space"
+msgstr "竖直空白"
-#~ msgid "Add a triangle object to the project."
-#~ msgstr "添加一个三角形对象到项目。"
+#: TurtleArtActivity.py:1117
+msgid "Please restart Turtle Art in order to use the plugin."
+msgstr "使用该插件,请重新启动龟背艺术。"
-#~ msgid "circle"
-#~ msgstr "圆形"
+#: TurtleArt/tabasics.py:419
+msgid "completes filled polygon (used with start fill block)"
+msgstr "完成填充多边形的绘制(和开始填充一起使用)"
-#~ msgid "Add a circle object to the project."
-#~ msgstr "添加一个圆形对象到项目。"
+#: gnome_plugins/collaboration_plugin.py:128
+msgid "Share"
+msgstr "分享"
-#~ msgid "rectangle"
-#~ msgstr "长方形"
+#: TurtleArt/tabasics.py:683
+msgid "less than"
+msgstr "小于"
-#~ msgid "Add a rectangle object to the project."
-#~ msgstr "添加一个长方形对象到项目。"
+#: TurtleArt/tabasics.py:636
+msgid "square root"
+msgstr "平方根"
-#~ msgid "reset"
-#~ msgstr "重置"
+#: turtleblocks.py:370
+msgid "Rescale coordinates"
+msgstr "重新调整坐标"
-#~ msgid "Reset the project; clear the object list."
-#~ msgstr "重置项目;清除对象列表。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781
+msgid "show blocks"
+msgstr "显示积木块"
-#~ msgid "motor"
-#~ msgstr "电机"
+#: turtleblocks.py:362
+msgid "Quit"
+msgstr "退出"
-#~ msgid "torque"
-#~ msgstr "转矩"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177
+msgid "Sugar Journal description field"
+msgstr "Sugar日志描述字段"
-#~ msgid "speed"
-#~ msgstr "速度"
+#: TurtleArt/tabasics.py:337
+msgid "set gray"
+msgstr "设置灰度"
-#~ msgid ""
-#~ "Motor torque and speed range from 0 (off) to positive numbers; motor is "
-#~ "placed on the most recent object created."
-#~ msgstr "电机转矩和速度范围是从0(关)到正数,电机放置在最近被创建的对象上。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039
+msgid "presentation bulleted list"
+msgstr "演示项目列表"
-#~ msgid "pin"
-#~ msgstr "图钉"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317
+msgid "duration"
+msgstr "持续时间"
-#~ msgid "Pin an object down so that it cannot fall."
-#~ msgstr "用图钉固定一个对象,防止掉落。"
+#: turtleblocks.py:354
+msgid "New"
+msgstr "新建"
-#~ msgid "joint"
-#~ msgstr "联合"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543
+msgid "places a comment in your code"
+msgstr "在你的代码中加入注释"
-#~ msgid ""
-#~ "Join two objects together (the most recent object created and the object at "
-#~ "point x, y)."
-#~ msgstr "把两个对象连接到一起(在点x,y处最近创建的对象)。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424
+msgid "read pixel"
+msgstr "读取像素"
-#~ msgid "save as Physics activity"
-#~ msgstr "保存为“物理”活动"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266
+msgid "scale"
+msgstr "比例"
-#~ msgid "Save the project to the Journal as a Physics activity."
-#~ msgstr "当作一个物理活动保存该项目到日志。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:862
+msgid "bottom"
+msgstr "底部"
-#~ msgid "gear"
-#~ msgstr "齿轮"
+#: TurtleArt/tabasics.py:451
+msgid "purple"
+msgstr "紫色"
-#~ msgid "Add a gear object to the project."
-#~ msgstr "添加一个齿轮对象到项目。"
+#: TurtleArtActivity.py:447
+msgid "Rescale coordinates down"
+msgstr "缩小坐标轴比例"
-#~ msgid "density"
-#~ msgstr "密度"
+#: TurtleArt/tautils.py:483
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713
+msgid "click to open"
+msgstr "点击打开"
-#~ msgid ""
-#~ "Set the density property for objects (density can be any positive number)."
-#~ msgstr "设置对象的密度属性(密度可以是任何正数)。"
+#: plugins/audio_sensors/audio_sensors.py:120
+#: plugins/audio_sensors/audio_sensors.py:128
+msgid "microphone input pitch"
+msgstr "麦克风输入音高"
-#~ msgid "friction"
-#~ msgstr "摩擦"
+#: gnome_plugins/collaboration_plugin.py:129
+msgid "Configuration"
+msgstr "设置"
-#~ msgid ""
-#~ "Set the friction property for objects (value from 0 to 1, where 0 turns "
-#~ "friction off and 1 is strong friction)."
-#~ msgstr "设置对象的摩擦系数(值从0到1,0无摩擦,1强摩擦)。"
+#: gnome_plugins/uploader_plugin.py:130
+msgid "Description:"
+msgstr "描述:"
-#~ msgid "bounciness"
-#~ msgstr "弹力"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140
+msgid "journal"
+msgstr "日志"
-#~ msgid ""
-#~ "Set the bounciness property for objects (a value from 0 to 1, where 0 means "
-#~ "no bounce and 1 is very bouncy)."
-#~ msgstr "设置对象的弹性系数(值从0到1,0无弹性,1强弹性)。"
+#: TurtleArt/tabasics.py:999
+msgid "empty trash"
+msgstr "清空回收站"
-#~ msgid "dynamic"
-#~ msgstr "动态"
+#: TurtleArt/tabasics.py:388
+msgid "Turtle will draw when moved."
+msgstr "海龟将在移动时绘图。"
-#~ msgid ""
-#~ "If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
-#~ msgstr "动态值为1时对象可以移动;为0时位置是固定的。"
+#: TurtleArt/tautils.py:196
+msgid "Load..."
+msgstr "载入..."
-#~ msgid "Palette of WeDo blocks"
-#~ msgstr "乐高WeDo模板"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153
+msgid "Sugar Journal audio object"
+msgstr "Sugar日志中的音频文件"
-#~ msgid ""
-#~ "tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == "
-#~ "tilt left, 2 == tilt right)"
-#~ msgstr "倾斜传感器输出:(-1 ==没有倾斜,0 ==向前倾斜,3 ==向后倾斜,1 ==向左倾斜,2 ==向左倾斜)"
+#: TurtleArt/talogo.py:374 TurtleArtActivity.py:683
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1492
+msgid "Stop turtle"
+msgstr "停止"
-#~ msgid "distance sensor output"
-#~ msgstr "距离传感器输出"
+#: turtleblocks.py:404
+msgid "Turtle"
+msgstr "海龟"
-#~ msgid "Motor A"
-#~ msgstr "电机 A"
+#: TurtleArt/tapalette.py:98
+msgid "changes the orientation of the palette of blocks"
+msgstr "改变积木块模板的方向"
-#~ msgid "returns the current value of Motor A"
-#~ msgstr "返回电机A的当前值"
+#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189
+msgid "store in"
+msgstr "放入"
-#~ msgid "Motor B"
-#~ msgstr "电机B"
+#: TurtleArt/talogo.py:388 TurtleArtActivity.py:326 TurtleArtActivity.py:894
+msgid "Hide blocks"
+msgstr "隐藏积木块"
-#~ msgid "returns the current value of Motor B"
-#~ msgstr "返回电机B的当前值"
+#: TurtleArtActivity.py:714 TurtleArtActivity.py:844 TurtleArtActivity.py:866
+msgid "Load Python block"
+msgstr "载入Python积木块"
-#~ msgid "set the value for Motor A"
-#~ msgstr "设置电机A的值"
+#: TurtleArt/tabasics.py:563
+msgid "plus"
+msgstr "加"
-#~ msgid "set the value for Motor B"
-#~ msgstr "设置电机B的值"
+#: TurtleArt/tabasics.py:725 TurtleArt/tabasics.py:728
+msgid "or"
+msgstr "或"
-#~ msgid "Palette of LEGO NXT blocks of motors"
-#~ msgstr "乐高NXT马达部件模板"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041
+msgid "presentation template: list of bullets"
+msgstr "演示模板:项目列表"
-#~ msgid "Palette of LEGO NXT blocks of sensors"
-#~ msgstr "乐高NXT传感器部件模板"
+#: TurtleArt/tabasics.py:616
+msgid "identity operator used for extending blocks"
+msgstr "用来拉长积木块的“自身”操作符"
-#~ msgid "touch"
-#~ msgstr "触摸"
+#: TurtleArtActivity.py:613 TurtleArtActivity.py:758 turtleblocks.py:374
+msgid "Shrink blocks"
+msgstr "缩小积木块"
-#~ msgid "ultrasonic"
-#~ msgstr "超声波"
+#: TurtleArt/tabasics.py:474
+msgid "sets size of text drawn by the turtle"
+msgstr "设置海龟绘制的文字的大小"
-#~ msgid "light"
-#~ msgstr "灯光"
+#: TurtleArt/tabasics.py:248
+msgid ""
+"holds current heading value of the turtle (can be used in place of a number "
+"block)"
+msgstr "包含海龟当前的朝向的角度值(可以用来替换数字块)"
-#, fuzzy
-#~ msgid "grey"
-#~ msgstr "灰度"
+#: TurtleArt/tawindow.py:3977
+msgid "image"
+msgstr "图片"
-#, fuzzy
-#~ msgid "Please check the connection with the brick"
-#~ msgstr "请检查与积木的连接。"
+#: TurtleArt/tabasics.py:650
+msgid "returns random number between minimum (top) and maximum (bottom) values"
+msgstr "返回最小值(顶部)和最大值(底部)之间的随机数"
-#, fuzzy
-#~ msgid "The value of power must be between -127 to 127"
-#~ msgstr "功率值必须在-127到127之间。"
+#: TurtleArt/tabasics.py:349
+msgid "holds current pen color (can be used in place of a number block)"
+msgstr "包含当前画笔的颜色(可以用来替换数字块)"
-#, fuzzy
-#~ msgid "An error has occurred: check all connections and try to reconnect"
-#~ msgstr "发生了一个错误:请检查所有连接并试图重新连接。"
+#: TurtleArtActivity.py:274 turtleblocks.py:390
+msgid "Show palette"
+msgstr "显示模板"
-#~ msgid "NXT not found"
-#~ msgstr "没找到 NXT"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248
+msgid "saves a picture to the Sugar Journal"
+msgstr "保存图片到Sugar日志中"
-#~ msgid "refresh NXT"
-#~ msgstr "刷新 NXT"
+#: TurtleArtActivity.py:219 TurtleArtActivity.py:643 TurtleArtActivity.py:685
+#: TurtleArtActivity.py:829 TurtleArtActivity.py:856
+msgid "Save snapshot"
+msgstr "保存屏幕截图"
-#~ msgid "Search for a connected NXT brick."
-#~ msgstr "搜索已连接的NXT积木。"
+#: TurtleArt/tabasics.py:843 pysamples/grecord.py:213
+msgid "start"
+msgstr "开始"
-#~ msgid "play tone"
-#~ msgstr "播放音调"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532
+msgid "returns True if heap is empty"
+msgstr "在堆为空时返回“真”"
-#~ msgid "frequency"
-#~ msgstr "频率"
+#: TurtleArt/tabasics.py:132
+msgid "moves turtle forward"
+msgstr "向前移动海龟"
-#~ msgid "Play a tone at frequency for time."
-#~ msgstr "以时间频率播放音调。"
+#: TurtleArt/tabasics.py:128
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:723
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734
+msgid "forward"
+msgstr "前进"
-#~ msgid "port"
-#~ msgstr "端口"
+#: TurtleArt/tabasics.py:932 TurtleArt/tabasics.py:945
+#: TurtleArt/tawindow.py:1296 TurtleArt/tawindow.py:1409
+#: TurtleArt/tawindow.py:1858 TurtleArt/tawindow.py:4152
+#: TurtleArt/tawindow.py:4180
+msgid "my box"
+msgstr "我的盒子"
-#~ msgid "power"
-#~ msgstr "电源"
+#: gnome_plugins/collaboration_plugin.py:294
+msgid "Account ID"
+msgstr "帐号ID"
-#~ msgid "rotations"
-#~ msgstr "旋转"
+#: TurtleArt/tawindow.py:1310
+msgid "Select blocks to share"
+msgstr "选择要分享的积木块"
-#~ msgid "turn a motor"
-#~ msgstr "转动电机"
+#: TurtleArt/tabasics.py:139
+msgid "back"
+msgstr "后退"
-#, fuzzy
-#~ msgid ""
-#~ "synchronize\n"
-#~ "\n"
-#~ "motors"
-#~ msgstr "同步两个电机"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238
+msgid "sets the scale of media"
+msgstr "设置多媒体的显示比例"
-#~ msgid "synchronize two motors connected in PORT B and PORT C"
-#~ msgstr "同步连接在端口B和端口C的两个电机"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270
+msgid "holds current scale value"
+msgstr "包含当前的比例"
-#~ msgid "PORT A"
-#~ msgstr "端口 A"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979
+msgid "presentation 1x1"
+msgstr "以 1x1 方式演示"
-#~ msgid "PORT A of the brick"
-#~ msgstr "积木的端口 A"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009
+msgid "presentation 1x2"
+msgstr "以 1x2 方式演示"
-#~ msgid "PORT B"
-#~ msgstr "端口 B"
+#: TurtleArt/tabasics.py:865
+msgid "top of nameable action stack"
+msgstr "可命名动作堆的顶部"
-#~ msgid "PORT B of the brick"
-#~ msgstr "积木的端口 B"
+#: TurtleArt/tabasics.py:933 TurtleArt/tawindow.py:4194
+msgid "stores numeric value in named variable"
+msgstr "保存数值到命名的变量"
-#~ msgid "PORT C"
-#~ msgstr "端口 C"
+#: TurtleArt/tabasics.py:729
+msgid "logical OR operator"
+msgstr "逻辑“或”运算符"
-#~ msgid "PORT C of the brick"
-#~ msgstr "积木的端口 C"
+#: plugins/audio_sensors/audio_sensors.py:158
+#: plugins/audio_sensors/audio_sensors.py:172
+#: plugins/audio_sensors/audio_sensors.py:186
+#: plugins/audio_sensors/audio_sensors.py:200
+msgid "microphone input voltage"
+msgstr "麦克风输入电压"
-#~ msgid "start motor"
-#~ msgstr "启动电机"
+#: TurtleArt/tabasics.py:770
+msgid "loops specified number of times"
+msgstr "循环指定次数"
-#~ msgid "Run a motor forever."
-#~ msgstr "持续运行电机。"
+#: TurtleArt/tautils.py:206
+msgid "Save..."
+msgstr "保存..."
-#~ msgid "brake motor"
-#~ msgstr "制动电机"
+#: TurtleArt/tabasics.py:987
+msgid "invokes Action 2 stack"
+msgstr "执行动作堆2"
-#~ msgid "Stop a specified motor."
-#~ msgstr "停止指定的电机。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745
+msgid "setxy"
+msgstr "设置坐标xy"
-#~ msgid "reset motor"
-#~ msgstr "复位电机"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913
+msgid "title y"
+msgstr "标题Y坐标"
-#~ msgid "Reset the motor counter."
-#~ msgstr "复位电机计数器。"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:904
+msgid "title x"
+msgstr "标题X坐标"
-#~ msgid "motor position"
-#~ msgstr "电机位置"
+#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298
+msgid "fill screen"
+msgstr "涂满全屏"
-#~ msgid "Get the motor position."
-#~ msgstr "得到电机位置。"
+#: pysamples/journal-stats.py:78
+msgid "other"
+msgstr "其他"
-#~ msgid "PORT 1"
-#~ msgstr "端口 1"
+#: turtleblocks.py:357
+msgid "Save as"
+msgstr "另存为"
-#~ msgid "PORT 1 of the brick"
-#~ msgstr "积木的端口 1"
+#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265
+msgid "set xy"
+msgstr "设置 坐标"
-#~ msgid "read"
-#~ msgstr "读取"
+#: TurtleArt/tabasics.py:995
+msgid "trash"
+msgstr "回收站"
-#~ msgid "sensor"
-#~ msgstr "传感器"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677
+msgid "polar"
+msgstr "极坐标"
-#~ msgid "Read sensor output."
-#~ msgstr "读取传感器输出。"
+#: TurtleArt/tabasics.py:765 TurtleArt/tabasics.py:769
+msgid "repeat"
+msgstr "重复"
-#~ msgid "PORT 2"
-#~ msgstr "端口 2"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:277
+msgid "wait for current video or audio to complete"
+msgstr "等待当前的视频或音频结束"
-#~ msgid "PORT 2 of the brick"
-#~ msgstr "积木的端口 2"
+#: TurtleArtActivity.py:203 TurtleArtActivity.py:708 TurtleArtActivity.py:820
+#: TurtleArtActivity.py:850 turtleblocks.py:358
+msgid "Save as image"
+msgstr "另存为图片"
-#~ msgid "light sensor"
-#~ msgstr "灯光传感器"
+#: TurtleArtActivity.py:541 TurtleArtActivity.py:577 TurtleArtActivity.py:677
+#: TurtleArtActivity.py:730 turtleblocks.py:387
+msgid "Edit"
+msgstr "编辑"
-#~ msgid "PORT 3"
-#~ msgstr "端口 3"
+#: plugins/audio_sensors/audio_sensors.py:152
+#: plugins/audio_sensors/audio_sensors.py:166
+#: plugins/audio_sensors/audio_sensors.py:180
+#: plugins/audio_sensors/audio_sensors.py:194
+msgid "microphone input resistance"
+msgstr "麦克风输入电阻"
-#~ msgid "PORT 3 of the brick"
-#~ msgstr "积木的端口 3"
+#: TurtleArt/tabasics.py:967
+msgid "top of Action 2 stack"
+msgstr "动作堆2的顶部"
-#~ msgid "touch sensor"
-#~ msgstr "触控传感器"
+#: TurtleArt/tabasics.py:604
+msgid ""
+"divides top numeric input (numerator) by bottom numeric input (denominator)"
+msgstr "将顶部输入(分子)除以底部输入(分母)"
-#~ msgid "distance sensor"
-#~ msgstr "距离传感器"
+#: TurtleArt/tabasics.py:646
+msgid "max"
+msgstr "最大值"
-#~ msgid "PORT 4"
-#~ msgstr "端口 4"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553
+msgid "prints value in status block at bottom of the screen"
+msgstr "在位于屏幕底部的状态积木块中打印值"
-#~ msgid "PORT 4 of the brick"
-#~ msgstr "积木的端口 4"
+#: TurtleArt/tabasics.py:408
+msgid "start fill"
+msgstr "开始填充"
-#~ msgid "sound sensor"
-#~ msgstr "声音传感器"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392
+msgid "holds results of query-keyboard block as ASCII"
+msgstr "QWERTY-键盘积木块的结果保持为ASCII"
-#~ msgid "color sensor"
-#~ msgstr "颜色传感器"
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. #-#-#-#-# zh_CN.po (PACKAGE VERSION) #-#-#-#-#
+#. TRANS: push adds a new item to the program stack
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:464
+msgid "push"
+msgstr "压入"
-#~ msgid "set light"
-#~ msgstr "设置灯"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610
+msgid ""
+"a programmable block: used to add advanced multi-variable math equations, e."
+"g., sin(x+y+z)"
+msgstr "一个可编程积木块:用于加入多变量的高级数学等式,例如sin(x+y+z)"
-#~ msgid "Set color sensor light."
-#~ msgstr "设置颜色感应灯。"
+#: TurtleArt/tabasics.py:1004
+msgid "restore all"
+msgstr "全部还原"
-#~ msgid "battery level"
-#~ msgstr "电池电量"
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307
+msgid "hello"
+msgstr "你好"
-#, fuzzy
-#~ msgid "Get battery level of the brick"
-#~ msgstr "获取板子的电池电量。"
+#. TRANS: "name" option from activity.info file
+msgid "TurtleBlocks"
+msgstr "海龟积木"
-#~ msgid "HIGH"
-#~ msgstr "高"
+#: TurtleArt/tawindow.py:1256
+msgid ""
+"Please hit the Stop Button before making changes to your Turtle Blocks "
+"program"
+msgstr "在海龟方块中要让修改立即生效,请按“停止”按钮"
-#~ msgid "LOW"
-#~ msgstr "低"
+#: TurtleArtActivity.py:766
+msgid "Palettes"
+msgstr "调色板"
-#~ msgid "INPUT"
-#~ msgstr "输入"
+#: gnome_plugins/fb_plugin.py:87
+msgid "Facebook wall post"
+msgstr "发布到 Facebook 墙"
-#~ msgid "OUTPUT"
-#~ msgstr "输出"
+#: pysamples/brain.py:43
+msgid "Please install the Speak Activity and try again."
+msgstr "请安装的说话活动,然后再试一次。"
-#~ msgid "PWM"
-#~ msgstr "调速"
+#: pysamples/brain.py:54
+msgid "Spanish"
+msgstr "西班牙语"
-#~ msgid "SERVO"
-#~ msgstr "伺服"
+#: pysamples/brain.py:58 pysamples/brain.py:72 pysamples/brain.py:74
+#: pysamples/brain.py:80
+msgid "English"
+msgstr "英语"
-#~ msgid "ERROR: Check the Arduino and the number of port."
-#~ msgstr "错误:请检查的Arduino和端口号。"
+#: pysamples/brain.py:91
+msgid "Sorry, I can't understand what you are asking about."
+msgstr "很抱歉,我不明白你问的是什么。"
-#~ msgid "ERROR: Value must be a number from 0 to 255."
-#~ msgstr "错误:数值必须从0到255。"
+#: pysamples/brain.py:100
+msgid ""
+"Sorry, there is no free memory to load my brain. Close other activities and "
+"try once more."
+msgstr "很抱歉,没有空余内存来加载我的大脑。请关闭其他活动,并再试一次。"
-#~ msgid "ERROR: Value must be either HIGH or LOW."
-#~ msgstr "错误:值必须是高或低。"
+#: turtleblocks.py:407
+msgid "About..."
+msgstr "关于..."
-#~ msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO."
-#~ msgstr "错误:模式必须是输入,输出,调速或伺服。"
+#~ msgid "adjust LED intensity between 0 and 255"
+#~ msgstr "调整指示灯的光强度(0到255之间)"
-#~ msgid "pin mode"
-#~ msgstr "引脚模式"
+#~ msgid "returns the ambient light level"
+#~ msgstr "返回环境光等级"
-#~ msgid "mode"
-#~ msgstr "模式"
+#~ msgid "returns the ambient temperature"
+#~ msgstr "返回环境温度"
-#~ msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)."
-#~ msgstr "选择引脚功能(输入,输出,调速,伺服)。"
+#~ msgid "returns 0 or 1 depending on the sensor inclination"
+#~ msgstr "返回传感器方位角(0或者1)"
-#~ msgid "analog write"
-#~ msgstr "模拟写"
+#~ msgid "switches from 0 to 1, the frequency depends on the vibration"
+#~ msgstr "从0切换到1,频率取决于振动"
-#~ msgid "Write analog value in specified port."
-#~ msgstr "写模拟值到指定的端口。"
+#~ msgid "grayscale"
+#~ msgstr "灰度"
-#~ msgid "analog read"
-#~ msgstr "模拟读"
+#~ msgid "ambient light"
+#~ msgstr "环境光"
#~ msgid ""
-#~ "Read value from analog port. Value may be between 0 and 1023. Use Vref to "
-#~ "determine voltage. For USB, volt=((read)*5)/1024) approximately."
-#~ msgstr "从模拟端口读值。值可能是0到1023之间。使用Vref来确定电压。对于USB,电压大约等于 ((read)*5)/1024。"
+#~ "TurtleBlocks with some robot plugins: Butia, Lego NxT, WeDo, FollowMe"
+#~ msgstr "海龟积木支持一些机器人插件:Butia, Lego NxT, WeDo, FollowMe"
-#~ msgid "digital write"
-#~ msgstr "数字写"
+#~ msgid "magnetic induction"
+#~ msgstr "磁场感应"
-#~ msgid "Write digital value to specified port."
-#~ msgstr "写数字值到指定的端口。"
+#~ msgid "vibration"
+#~ msgstr "振动"
-#~ msgid "digital read"
-#~ msgstr "数字读"
+#~ msgid "move the Butia robot forward a predefined distance"
+#~ msgstr "布迪机器人向前移动一个预先设定的距离"
-#~ msgid "Read value from digital port."
-#~ msgstr "从数字端口读取值。"
+#~ msgid "move the Butia robot backward a predefined distance"
+#~ msgstr "布迪机器人向后移动一个预先设定的距离"
-#~ msgid "Set HIGH value for digital port."
-#~ msgstr "设置数字端口为高值。"
+#~ msgid "turn Butia"
+#~ msgstr "转动布迪"
-#~ msgid "Configure Arduino port for digital input."
-#~ msgstr "配置用于数字输入的Arduino端口。"
+#~ msgid "turn the Butia robot x degrees"
+#~ msgstr "将布迪机器人转动X角度"
-#~ msgid "Configure Arduino port to drive a servo."
-#~ msgstr "配置用于驱动伺服电机的Arduino端口。"
+#~ msgid "moves the Butia at specify speed motors"
+#~ msgstr "电机用指定速度移动布迪"
-#~ msgid "Set LOW value for digital port."
-#~ msgstr "设置数字端口为低值。"
+#~ msgid "returns the object gray level as a number between 0 and 1023"
+#~ msgstr "返回对象灰度(0到1023之间)"
-#~ msgid "Configure Arduino port for digital output."
-#~ msgstr "配置用于数字输出的Arduino端口。"
+#~ msgid "returns the ambient light level as a number between 0 and 1023"
+#~ msgstr "返回环境光亮度(0到1023之间)"
-#~ msgid "Configure Arduino port for PWM (pulse-width modulation)."
-#~ msgstr "配置用于调速(脉宽调制)的Arduino端口"
+#~ msgid "returns the ambient temperature as a number between 0 and 255"
+#~ msgstr "返回环境温度(0到255之间)"
-#, fuzzy
-#~ msgid "Palette of Expeyes blocks"
-#~ msgstr "乐高WeDo模板"
+#~ msgid ""
+#~ "returns the distance from the object in front of the sensor as a number "
+#~ "between 0 and 255"
+#~ msgstr "返回传感器前物体的距离(0到255之间)"
#, fuzzy
-#~ msgid "samples"
-#~ msgstr "例子"
+#~ msgid "grey"
+#~ msgstr "灰度"
#, fuzzy
#~ msgid ""
-#~ "set the speed of the Butia motors as a value between 0 and 1023, passed by "
-#~ "an argument"
+#~ "set the speed of the Butia motors as a value between 0 and 1023, passed "
+#~ "by an argument"
#~ msgstr "通过传递参数设置布迪的电机速度(0到1023之间)"
#~ msgid "turn the Butia robot to the left"