Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/ko.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko.po')
-rw-r--r--po/ko.po912
1 files changed, 510 insertions, 402 deletions
diff --git a/po/ko.po b/po/ko.po
index 66208d9..f12a998 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgstr ""
"#-#-#-#-# ko.po (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-06-19 00:33-0400\n"
+"POT-Creation-Date: 2013-08-08 00:34-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,15 +20,14 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-17 00:31-0400\n"
-"PO-Revision-Date: 2009-05-10 23:43-0400\n"
+"PO-Revision-Date: 2013-08-06 11:21+0900\n"
"Last-Translator: Donghee Park <i4u_4ever@yahoo.com>\n"
"Language-Team: LANGUAGE <walter@sugarlabs.org>\n"
-"Language: \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 1.2.1\n"
+"X-Generator: Poedit 1.5.7\n"
#. TRANS: "name" option from activity.info file
#. TRANS: "summary" option from activity.info file
@@ -60,179 +59,210 @@ msgstr ""
msgid "Amazonas Tortuga"
msgstr ""
-#: taextras.py:58
+#: taextras.py:56
+msgid "Turtle Flags"
+msgstr ""
+
+#: taextras.py:57
+msgid "Use the turtle to draw country flags"
+msgstr ""
+
+#: taextras.py:63
msgid "Palette of Mexican pesos"
msgstr ""
-#: taextras.py:59
+#: taextras.py:64
msgid "Palette of Colombian pesos"
msgstr ""
-#: taextras.py:60
+#: taextras.py:65
msgid "Palette of Rwandan francs"
msgstr ""
-#: taextras.py:61
+#: taextras.py:66
msgid "Palette of US dollars"
msgstr ""
-#: taextras.py:62
+#: taextras.py:67
msgid "Palette of Australian dollars"
msgstr ""
-#: taextras.py:63
+#: taextras.py:68
msgid "Palette of Paraguayan Guaranies"
msgstr ""
-#: taextras.py:64
+#: taextras.py:69
msgid "Palette of Peruvian Nuevo Soles"
msgstr ""
-#: taextras.py:65
+#: taextras.py:70
msgid "Palette of Uruguayan Pesos"
msgstr ""
#. TRANS: Butia is a Robot Project from Uruguay
#. (http://www.fing.edu.uy/inco/proyectos/butia/)
-#: taextras.py:71
+#: taextras.py:76
msgid "TurtleBots"
msgstr ""
#. TRANS: summary of TurtleBots activity
-#: taextras.py:73
+#: taextras.py:78
msgid "TurtleBlocks with Butia, Lego NxT, WeDo, Arduino, FollowMe plugins"
msgstr ""
-#: taextras.py:74
+#: taextras.py:79
msgid "ERROR: The speed must be a value between 0 and 1023"
msgstr ""
-#: taextras.py:75
+#: taextras.py:80
+msgid "ERROR: The speed must be a value between -1023 and 1023"
+msgstr ""
+
+#: taextras.py:81
msgid "ERROR: The pin must be between 1 and 8"
msgstr ""
-#: taextras.py:76
+#: taextras.py:82
msgid "ERROR: The value must be 0 or 1, LOW or HIGH"
msgstr ""
-#: taextras.py:77
+#: taextras.py:83
msgid "ERROR: The mode must be INPUT or OUTPUT."
msgstr ""
-#: taextras.py:78 taextras.py:79
+#: taextras.py:84
msgid "turns LED on and off: 1 means on, 0 means off"
msgstr ""
-#: taextras.py:80
+#: taextras.py:85
msgid "returns the gray level as a value between 0 and 65535"
msgstr ""
-#: taextras.py:81
+#: taextras.py:86
msgid "returns 1 when the button is pressed and 0 otherwise"
msgstr ""
-#: taextras.py:82
+#: taextras.py:87
msgid "returns the light level as a value between 0 and 65535"
msgstr ""
-#: taextras.py:83
+#: taextras.py:88
msgid "returns the distance as a value between 0 and 65535"
msgstr ""
-#: taextras.py:84
+#: taextras.py:89
msgid "returns the resistance value (ohms)"
msgstr ""
-#: taextras.py:85
+#: taextras.py:90
msgid "returns the voltage value (volts)"
msgstr ""
-#: taextras.py:86
-msgid "returns the temperature"
+#: taextras.py:91
+msgid "returns the temperature value (celsius degree)"
msgstr ""
-#: taextras.py:87
-msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise"
+#: taextras.py:92
+msgid "custom module sensor A"
msgstr ""
-#: taextras.py:88
+#: taextras.py:93
+msgid "custom module sensor B"
+msgstr ""
+
+#: taextras.py:94
+msgid "custom module sensor C"
+msgstr ""
+
+#: taextras.py:95
msgid "LED"
msgstr ""
-#: taextras.py:89
+#: taextras.py:96
msgid "button"
msgstr ""
-#: taextras.py:90 taextras.py:358 TurtleArt/tabasics.py:295
-#: TurtleArt/tabasics.py:363
+#: TurtleArt/tabasics.py:295 TurtleArt/tabasics.py:363
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1194
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1199
msgid "gray"
-msgstr ""
+msgstr "회색"
-#: taextras.py:91 taextras.py:356
+#: taextras.py:98 taextras.py:385
#, fuzzy
msgid "light"
msgstr "오른쪽"
-#: taextras.py:92
-msgid "temperature"
-msgstr ""
-
-#: taextras.py:93 taextras.py:330
+#: taextras.py:99 taextras.py:359
msgid "distance"
msgstr ""
-#: taextras.py:94 plugins/audio_sensors/audio_sensors.py:151
+#: taextras.py:100 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 "저항"
-#: taextras.py:95 plugins/audio_sensors/audio_sensors.py:157
+#: taextras.py:101 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 "전압"
-#: taextras.py:96
+#: taextras.py:102
+msgid "temperature"
+msgstr ""
+
+#: taextras.py:103
+msgid "module a"
+msgstr ""
+
+#: taextras.py:104
+msgid "module b"
+msgstr ""
+
+#: taextras.py:105
+msgid "module c"
+msgstr ""
+
+#: taextras.py:106
msgid "Butia Robot"
msgstr ""
-#: taextras.py:97
+#: taextras.py:107
msgid "refresh Butia"
msgstr ""
-#: taextras.py:98
+#: taextras.py:108
msgid "refresh the state of the Butia palette and blocks"
msgstr ""
#. TRANS: This string is shorthand for "battery charge of Butia"
-#: taextras.py:100
+#: taextras.py:110
msgid "battery charge Butia"
msgstr ""
-#: taextras.py:101
+#: taextras.py:111
msgid ""
"returns the battery charge in volts. If no motors present, it returns 255"
msgstr ""
#. TRANS: This string is shorthand for "speed of Butia"
-#: taextras.py:103
+#: taextras.py:113
msgid "speed Butia"
msgstr ""
-#: taextras.py:104
+#: taextras.py:114
msgid "set the speed of the Butia motors"
msgstr ""
-#: taextras.py:105
+#: taextras.py:115
msgid "move Butia"
msgstr ""
-#: taextras.py:106 TurtleArt/tabasics.py:158
+#: taextras.py:116 TurtleArt/tabasics.py:158
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:871
msgid "left"
msgstr "왼쪽"
@@ -242,978 +272,1051 @@ msgstr "왼쪽"
msgid "right"
msgstr "오른쪽"
-#: taextras.py:108
+#: taextras.py:118
msgid "moves the Butia motors at the specified speed"
msgstr ""
-#: taextras.py:109
+#: taextras.py:119
msgid "stop Butia"
msgstr ""
-#: taextras.py:110
+#: taextras.py:120
msgid "stop the Butia robot"
msgstr ""
#. TRANS: This string is shorthand for "move Butia forward"
-#: taextras.py:112
+#: taextras.py:122
msgid "forward Butia"
msgstr ""
-#: taextras.py:113
+#: taextras.py:123
msgid "move the Butia robot forward"
msgstr ""
#. TRANS: This string is shorthand for "turn Butia left"
-#: taextras.py:115
+#: taextras.py:125
msgid "left Butia"
msgstr ""
-#: taextras.py:116
+#: taextras.py:126
msgid "turn the Butia robot at left"
msgstr ""
#. TRANS: This string is shorthand for "turn Butia right"
-#: taextras.py:118
+#: taextras.py:128
msgid "right Butia"
msgstr ""
-#: taextras.py:119
+#: taextras.py:129
msgid "turn the Butia robot at right"
msgstr ""
#. TRANS: This string is shorthand for "move Butia backward"
-#: taextras.py:121
+#: taextras.py:131
msgid "backward Butia"
msgstr ""
-#: taextras.py:122
+#: taextras.py:132
msgid "move the Butia robot backward"
msgstr ""
-#: taextras.py:123
+#: taextras.py:133
msgid "Butia Robot extra blocks"
msgstr ""
-#: taextras.py:124
+#: taextras.py:134
msgid "hack pin mode"
msgstr ""
-#: taextras.py:125 taextras.py:293 taextras.py:459
+#: taextras.py:135 taextras.py:322 taextras.py:488
msgid "pin"
msgstr ""
-#: taextras.py:126 taextras.py:460
+#: taextras.py:136 taextras.py:489
#, fuzzy
msgid "mode"
msgstr "나누기"
-#: taextras.py:127
+#: taextras.py:137
msgid "Select the pin function (INPUT, OUTPUT)."
msgstr ""
-#: taextras.py:128
+#: taextras.py:138
+msgid "read hack pin Butia"
+msgstr ""
+
+#: taextras.py:139
+msgid "read the value of a hack pin"
+msgstr ""
+
+#: taextras.py:140
msgid "write hack pin Butia"
msgstr ""
-#: taextras.py:129 taextras.py:463 TurtleArt/tabasics.py:924
-#: TurtleArt/tawindow.py:4427
+#: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427
msgid "value"
-msgstr ""
+msgstr "물체"
-#: taextras.py:130
+#: taextras.py:142
msgid "set a hack pin to 0 or 1"
msgstr ""
-#: taextras.py:131
-msgid "read hack pin Butia"
+#: taextras.py:143 taextras.py:466
+msgid "INPUT"
msgstr ""
-#: taextras.py:132
-msgid "read the value of a hack pin"
+#: taextras.py:144
+msgid "Configure hack port for digital input."
msgstr ""
-#: taextras.py:133 taextras.py:435
+#: taextras.py:145 taextras.py:464
msgid "HIGH"
msgstr ""
-#: taextras.py:134 taextras.py:472
+#: taextras.py:146 taextras.py:501
msgid "Set HIGH value for digital port."
msgstr ""
-#: taextras.py:135 taextras.py:437
-msgid "INPUT"
-msgstr ""
-
-#: taextras.py:136
-msgid "Configure hack port for digital input."
-msgstr ""
-
-#: taextras.py:137 taextras.py:436
+#: taextras.py:147 taextras.py:465
msgid "LOW"
msgstr ""
-#: taextras.py:138 taextras.py:475
+#: taextras.py:148 taextras.py:504
msgid "Set LOW value for digital port."
msgstr ""
-#: taextras.py:139 taextras.py:438
+#: taextras.py:149 taextras.py:467
msgid "OUTPUT"
msgstr ""
-#: taextras.py:140
+#: taextras.py:150
msgid "Configure hack port for digital output."
msgstr ""
-#: taextras.py:141
+#: taextras.py:151
msgid "Butia"
msgstr ""
-#: taextras.py:142
+#: taextras.py:152
+msgid "CAST\n"
+msgstr ""
+
+#: taextras.py:153
+msgid "new name"
+msgstr ""
+
+#: taextras.py:154
+msgid "original"
+msgstr ""
+
+#: taextras.py:155
+msgid "f(x)="
+msgstr ""
+
+#: taextras.py:157
+msgid "Cast a new block"
+msgstr ""
+
+#: taextras.py:158
+msgid "Module A"
+msgstr ""
+
+#: taextras.py:159
+msgid "generic Module A"
+msgstr ""
+
+#: taextras.py:160
+msgid "Module B"
+msgstr ""
+
+#: taextras.py:161
+msgid "generic Module B"
+msgstr ""
+
+#: taextras.py:162
+msgid "Module C"
+msgstr ""
+
+#: taextras.py:163
+msgid "generic Module C"
+msgstr ""
+
+#: taextras.py:164
#, python-format
msgid "ERROR: The pin %s must be in OUTPUT mode."
msgstr ""
-#: taextras.py:143
+#: taextras.py:165
#, python-format
msgid "ERROR: The pin %s must be in INPUT mode."
msgstr ""
-#: taextras.py:147
+#: taextras.py:166
+#, python-format
+msgid "ERROR: Something wrong with function '%s'"
+msgstr ""
+
+#: taextras.py:167
+#, python-format
+msgid "ERROR: cannot init GCONF client: %s"
+msgstr ""
+
+#: taextras.py:168
+msgid "ERROR: You must cast Module A, B or C"
+msgstr ""
+
+#: taextras.py:169
+msgid "Creating PyBot server"
+msgstr ""
+
+#: taextras.py:170
+msgid "ERROR creating PyBot server"
+msgstr ""
+
+#: taextras.py:171
+msgid "PyBot is alive!"
+msgstr ""
+
+#: taextras.py:172
+msgid "Ending butia polling"
+msgstr ""
+
+#: taextras.py:176
msgid "Error importing Pygame. This plugin require Pygame 1.9"
msgstr ""
-#: taextras.py:148
+#: taextras.py:177
msgid "Error on initialization of the camera"
msgstr ""
-#: taextras.py:149
+#: taextras.py:178
msgid "No camera was found"
msgstr ""
-#: taextras.py:150
+#: taextras.py:179
msgid "Error stopping camera"
msgstr ""
-#: taextras.py:151
+#: taextras.py:180
msgid "Error starting camera"
msgstr ""
#. TRANS: The "mask" is used to restrict processing to a region in the image
-#: taextras.py:153
+#: taextras.py:182
msgid "Error in get mask"
msgstr ""
-#: taextras.py:154
+#: taextras.py:183
msgid "FollowMe"
msgstr ""
-#: taextras.py:155
+#: taextras.py:184
msgid "refresh FollowMe"
msgstr ""
-#: taextras.py:156
+#: taextras.py:185
msgid "Search for a connected camera."
msgstr ""
#. TRANS: the calibration is used to match an RGB color to a target
-#: taextras.py:158
+#: taextras.py:187
msgid "calibration"
msgstr ""
-#: taextras.py:159
+#: taextras.py:188
msgid "store a personalized calibration"
msgstr ""
-#: taextras.py:160
+#: taextras.py:189
msgid "return a personalized calibration"
msgstr ""
-#: taextras.py:161
+#: taextras.py:190
msgid "follow"
msgstr ""
-#: taextras.py:162
+#: taextras.py:191
msgid "follow a color or calibration"
msgstr ""
-#: taextras.py:163 plugins/camera_sensor/camera_sensor.py:80
+#: 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 ""
+msgstr "밝기"
-#: taextras.py:164
+#: taextras.py:193
msgid "set the camera brightness as a value between 0 to 255."
msgstr ""
-#: taextras.py:165
+#: taextras.py:194
msgid "minimum pixels"
msgstr ""
-#: taextras.py:166
+#: taextras.py:195
msgid "set the minimal number of pixels to follow"
msgstr ""
-#: taextras.py:167
+#: taextras.py:196
msgid "threshold"
msgstr ""
#. TRANS: RGB color space (red, green, blue)
-#: taextras.py:169
+#: taextras.py:198
msgid "set a threshold for a RGB color"
msgstr ""
-#: taextras.py:170
+#: taextras.py:199
msgid "camera mode"
msgstr ""
#. TRANS: RGB, YUV, and HSV are color spaces
-#: taextras.py:172
+#: taextras.py:201
msgid "set the color mode of the camera: RGB; YUV or HSV"
msgstr ""
-#: taextras.py:173
+#: taextras.py:202
msgid "get brightness"
msgstr ""
-#: taextras.py:174
+#: taextras.py:203
msgid "get the brightness of the ambient light"
msgstr ""
-#: taextras.py:175
+#: taextras.py:204
msgid "average color"
msgstr ""
-#: taextras.py:176
+#: taextras.py:205
msgid ""
"if set to 0 then color averaging is off during calibration; for other values "
"it is on"
msgstr ""
-#: taextras.py:178
+#: taextras.py:207
msgid "x position"
msgstr ""
-#: taextras.py:179
+#: taextras.py:208
msgid "return x position"
msgstr ""
-#: taextras.py:180
+#: taextras.py:209
msgid "y position"
msgstr ""
-#: taextras.py:181
+#: taextras.py:210
msgid "return y position"
msgstr ""
-#: taextras.py:182
+#: taextras.py:211
msgid "pixels"
msgstr ""
-#: taextras.py:183
+#: taextras.py:212
msgid "return the number of pixels of the biggest blob"
msgstr ""
#. TRANS: RGB color space (red, green, blue)
-#: taextras.py:185
+#: taextras.py:214
msgid "set the color mode of the camera to RGB"
msgstr ""
#. TRANS: YUV color space (luminance, chrominance)
-#: taextras.py:187
+#: taextras.py:216
msgid "set the color mode of the camera to YUV"
msgstr ""
#. TRANS: HSV color space (hue, saturation, value)
-#: taextras.py:189
+#: taextras.py:218
msgid "set the color mode of the camera to HSV"
msgstr ""
-#: taextras.py:190
+#: taextras.py:219
msgid "empty calibration"
msgstr ""
-#: taextras.py:191
+#: taextras.py:220
msgid "error in string conversion"
msgstr ""
#. TRANS: Pattern detection is a plugin that allow detect signals
#. with the camera
-#: taextras.py:197
+#: taextras.py:226
msgid "Pattern detection"
msgstr ""
-#: taextras.py:198
+#: taextras.py:227
msgid "Seeing signal"
msgstr ""
-#: taextras.py:199
+#: taextras.py:228
msgid "Returns True if the signal is in front of the camera"
msgstr ""
-#: taextras.py:200
+#: taextras.py:229
msgid "Distance to signal"
msgstr ""
-#: taextras.py:201
+#: taextras.py:230
msgid "Returns the distance of the signal to the camera in millimeters"
msgstr ""
#. TRANS: SumBot is a robot programmed for "Sumo wrestling"
-#: taextras.py:206
+#: taextras.py:235
msgid "SumBot"
msgstr ""
-#: taextras.py:207
+#: taextras.py:236
msgid "speed SumBot"
msgstr ""
-#: taextras.py:208
+#: taextras.py:237
msgid "submit the speed to the SumBot"
msgstr ""
-#: taextras.py:209
+#: taextras.py:238
msgid "set the default speed for the movement commands"
msgstr ""
#. TRANS: This string is shorthand for "move SumBot forward"
-#: taextras.py:211
+#: taextras.py:240
msgid "forward SumBot"
msgstr ""
-#: taextras.py:212
+#: taextras.py:241
msgid "move SumBot forward"
msgstr ""
#. TRANS: This string is shorthand for "move SumBot backward"
-#: taextras.py:214
+#: taextras.py:243
msgid "backward SumBot"
msgstr ""
-#: taextras.py:215
+#: taextras.py:244
msgid "move SumBot backward"
msgstr ""
-#: taextras.py:216
+#: taextras.py:245
msgid "stop SumBot"
msgstr ""
-#: taextras.py:217
+#: taextras.py:246
msgid "stop the SumBot"
msgstr ""
#. TRANS: This string is shorthand for "turn SumBot left"
-#: taextras.py:219
+#: taextras.py:248
msgid "left SumBot"
msgstr ""
-#: taextras.py:220
+#: taextras.py:249
msgid "turn left the SumBot"
msgstr ""
#. TRANS: This string is shorthand for "move SumBot right"
-#: taextras.py:222
+#: taextras.py:251
msgid "right SumBot"
msgstr ""
-#: taextras.py:223
+#: taextras.py:252
msgid "turn right the SumBot"
msgstr ""
#. TRANS: The angle to the center is the angle SumBot must turn to
#. face the center of the playing field
-#: taextras.py:226
+#: taextras.py:255
msgid "angle to center"
msgstr ""
#. TRANS: dohyo is the playing field
-#: taextras.py:228
+#: taextras.py:257
msgid "get the angle to the center of the dohyo"
msgstr ""
#. TRANS: The angle to the center is the angle SumBot must turn to
#. face the Enemy (opponent)
-#: taextras.py:231
+#: taextras.py:260
msgid "angle to Enemy"
msgstr ""
-#: taextras.py:232
+#: taextras.py:261
msgid "get the angle to the Enemy"
msgstr ""
#. TRANS: This string is shorthand for "x coordinate of SumBot"
-#: taextras.py:234
+#: taextras.py:263
msgid "x coor. SumBot"
msgstr ""
-#: taextras.py:235
+#: taextras.py:264
msgid "get the x coordinate of the SumBot"
msgstr ""
#. TRANS: This string is shorthand for "y coordinate of SumBot"
-#: taextras.py:237
+#: taextras.py:266
msgid "y coor. SumBot"
msgstr ""
-#: taextras.py:238
+#: taextras.py:267
msgid "get the y coordinate of the SumBot"
msgstr ""
#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy"
-#: taextras.py:240
+#: taextras.py:269
msgid "x coor. Enemy"
msgstr ""
-#: taextras.py:241
+#: taextras.py:270
msgid "get the x coordinate of the Enemy"
msgstr ""
#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy"
-#: taextras.py:243
+#: taextras.py:272
msgid "y coor. Enemy"
msgstr ""
-#: taextras.py:244
+#: taextras.py:273
msgid "get the y coordinate of the Enemy"
msgstr ""
#. TRANS: This string is shorthand for "rotation of SumBot"
-#: taextras.py:246
+#: taextras.py:275
msgid "rotation SumBot"
msgstr ""
-#: taextras.py:247
+#: taextras.py:276
msgid "get the rotation of the Sumbot"
msgstr ""
#. TRANS: This string is shorthand for "rotation of SumBot's enemy"
-#: taextras.py:249
+#: taextras.py:278
msgid "rotation Enemy"
msgstr ""
-#: taextras.py:250
+#: taextras.py:279
msgid "get the rotation of the Enemy"
msgstr ""
-#: taextras.py:251
+#: taextras.py:280
msgid "distance to center"
msgstr ""
#. TRANS: dohyo is the playing field
-#: taextras.py:253
+#: taextras.py:282
msgid "get the distance to the center of the dohyo"
msgstr ""
-#: taextras.py:254
+#: taextras.py:283
msgid "distance to Enemy"
msgstr ""
-#: taextras.py:255
+#: taextras.py:284
msgid "get the distance to the Enemy"
msgstr ""
-#: taextras.py:256
+#: taextras.py:285
msgid "update information"
msgstr ""
-#: taextras.py:257
+#: taextras.py:286
msgid "update information from the server"
msgstr ""
#. TRANS: Please use similar terms to those used in the Physics Activity
-#: taextras.py:262
+#: taextras.py:291
msgid "Palette of physics blocks"
msgstr ""
-#: taextras.py:263
+#: taextras.py:292
msgid "start polygon"
msgstr ""
-#: taextras.py:264
+#: taextras.py:293
msgid "Begin defining a new polygon based on the current Turtle xy position."
msgstr ""
-#: taextras.py:266
+#: taextras.py:295
msgid "add point"
msgstr ""
-#: taextras.py:267
+#: taextras.py:296
msgid ""
"Add a new point to the current polygon based on the current Turtle xy "
"position."
msgstr ""
-#: taextras.py:269
+#: taextras.py:298
msgid "end polygon"
msgstr ""
-#: taextras.py:270
+#: taextras.py:299
msgid "Define a new polygon."
msgstr ""
-#: taextras.py:271
+#: taextras.py:300
msgid "end filled polygon"
msgstr ""
-#: taextras.py:272
+#: taextras.py:301
msgid "Not a simple polygon"
msgstr ""
-#: taextras.py:273
+#: taextras.py:302
msgid "Define a new filled polygon."
msgstr ""
-#: taextras.py:274
+#: taextras.py:303
msgid "triangle"
msgstr ""
#. TRANS: base of a triangle
-#: taextras.py:276
+#: taextras.py:305
msgid "base"
msgstr ""
-#: taextras.py:277 taextras.py:283
+#: taextras.py:306 taextras.py:312
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911
msgid "height"
msgstr ""
-#: taextras.py:278
+#: taextras.py:307
msgid "Add a triangle object to the project."
msgstr ""
-#: taextras.py:279
+#: taextras.py:308
msgid "circle"
msgstr ""
-#: taextras.py:280
+#: taextras.py:309
msgid "Add a circle object to the project."
msgstr ""
-#: taextras.py:281
+#: taextras.py:310
msgid "rectangle"
msgstr ""
-#: taextras.py:282 plugins/turtle_blocks_extras/turtle_blocks_extras.py:887
+#: taextras.py:311 plugins/turtle_blocks_extras/turtle_blocks_extras.py:887
msgid "width"
msgstr ""
-#: taextras.py:284
+#: taextras.py:313
msgid "Add a rectangle object to the project."
msgstr ""
-#: taextras.py:285
+#: taextras.py:314
msgid "reset"
msgstr ""
-#: taextras.py:286
+#: taextras.py:315
msgid "Reset the project; clear the object list."
msgstr ""
-#: taextras.py:287
+#: taextras.py:316
msgid "motor"
msgstr ""
#. TRANS: torque as in engine torque
-#: taextras.py:289
+#: taextras.py:318
msgid "torque"
msgstr ""
-#: taextras.py:290
+#: taextras.py:319
msgid "speed"
msgstr ""
-#: taextras.py:291
+#: taextras.py:320
msgid ""
"Motor torque and speed range from 0 (off) to positive numbers; motor is "
"placed on the most recent object created."
msgstr ""
-#: taextras.py:294
+#: taextras.py:323
msgid "Pin an object down so that it cannot fall."
msgstr ""
-#: taextras.py:295
+#: taextras.py:324
msgid "joint"
msgstr ""
-#: taextras.py:296 TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261
+#: taextras.py:325 TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261
msgid "x"
msgstr "x"
-#: taextras.py:297 TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261
+#: taextras.py:326 TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261
msgid "y"
msgstr "y"
-#: taextras.py:298
+#: taextras.py:327
msgid ""
"Join two objects together (the most recent object created and the object at "
"point x, y)."
msgstr ""
-#: taextras.py:300
+#: taextras.py:329
msgid "save as Physics activity"
msgstr ""
-#: taextras.py:301
+#: taextras.py:330
msgid "Save the project to the Journal as a Physics activity."
msgstr ""
#. TRANS: Here, gear means a toothed wheel, as in a clock-works
-#: taextras.py:303
+#: taextras.py:332
msgid "gear"
msgstr ""
-#: taextras.py:304
+#: taextras.py:333
msgid "Add a gear object to the project."
msgstr ""
-#: taextras.py:305
+#: taextras.py:334
msgid "density"
msgstr ""
-#: taextras.py:306
+#: taextras.py:335
msgid ""
"Set the density property for objects (density can be any positive number)."
msgstr ""
-#: taextras.py:308
+#: taextras.py:337
msgid "friction"
msgstr ""
-#: taextras.py:309
+#: taextras.py:338
msgid ""
"Set the friction property for objects (value from 0 to 1, where 0 turns "
"friction off and 1 is strong friction)."
msgstr ""
#. TRANS: bounciness is coefficient of restitution
-#: taextras.py:312
+#: taextras.py:341
msgid "bounciness"
msgstr ""
-#: taextras.py:313
+#: taextras.py:342
msgid ""
"Set the bounciness property for objects (a value from 0 to 1, where 0 means "
"no bounce and 1 is very bouncy)."
msgstr ""
#. TRANS: dynamic here means moving vs in a fixed position
-#: taextras.py:316
+#: taextras.py:345
msgid "dynamic"
msgstr ""
-#: taextras.py:317
+#: taextras.py:346
msgid ""
"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position."
msgstr ""
#. TRANS: WeDo is a robotics product of the LEGO company
-#: taextras.py:323
+#: taextras.py:352
msgid "Palette of WeDo blocks"
msgstr ""
-#: taextras.py:324
+#: taextras.py:353
msgid "WeDo"
msgstr ""
-#: taextras.py:325
+#: taextras.py:354
msgid "set current WeDo device"
msgstr ""
-#: taextras.py:326
+#: taextras.py:355
msgid "number of WeDo devices"
msgstr ""
-#: taextras.py:327
+#: taextras.py:356
msgid "tilt"
msgstr ""
-#: taextras.py:328
+#: taextras.py:357
msgid ""
"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == "
"tilt left, 2 == tilt right)"
msgstr ""
#. TRANS: This string is shorthand for "output of the distance sensor"
-#: taextras.py:332
+#: taextras.py:361
msgid "distance sensor output"
msgstr ""
-#: taextras.py:333
+#: taextras.py:362
msgid "Motor A"
msgstr ""
-#: taextras.py:334
+#: taextras.py:363
msgid "returns the current value of Motor A"
msgstr ""
-#: taextras.py:335
+#: taextras.py:364
msgid "Motor B"
msgstr ""
-#: taextras.py:336
+#: taextras.py:365
msgid "returns the current value of Motor B"
msgstr ""
-#: taextras.py:337
+#: taextras.py:366
msgid "set the value for Motor A"
msgstr ""
-#: taextras.py:338
+#: taextras.py:367
msgid "set the value for Motor B"
msgstr ""
-#: taextras.py:339
+#: taextras.py:368
msgid "WeDo is unavailable"
msgstr ""
#. TRANS: e.g., Wedo 2 is unavailable, defaulting to 1
-#: taextras.py:341
+#: taextras.py:370
#, python-format
msgid "WeDo %d is unavailable; defaulting to 1"
msgstr ""
#. TRANS: %(device)s and %(wedo_number)d are substitution strings;
#. please leave untranslated
-#: taextras.py:344
+#: taextras.py:373
#, python-format
msgid "%(device)s is unavailable on WeDo %(wedo_number)d"
msgstr ""
#. TRANS: Lego NXT is a robotics product of the LEGO company
-#: taextras.py:349
+#: taextras.py:378
msgid "Palette of LEGO NXT blocks of motors"
msgstr ""
-#: taextras.py:350
+#: taextras.py:379
msgid "Palette of LEGO NXT blocks of sensors"
msgstr ""
#. TRANS: touch sensor (implemented as a button)
-#: taextras.py:352
+#: taextras.py:381
msgid "touch"
msgstr ""
#. TRANS: distance sensor (implemented using ultrasonics)
-#: taextras.py:354
+#: taextras.py:383
msgid "ultrasonic"
msgstr ""
-#: taextras.py:355 TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294
+#: taextras.py:384 TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294
#: TurtleArt/tabasics.py:344
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1197
msgid "color"
msgstr "색"
-#: taextras.py:357 plugins/audio_sensors/audio_sensors.py:83
+#: taextras.py:386 plugins/audio_sensors/audio_sensors.py:83
#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205
msgid "sound"
msgstr "소리"
#. TRANS: The brick is the NXT controller
-#: taextras.py:360
+#: taextras.py:389
msgid "Please check the connection with the brick"
msgstr ""
-#: taextras.py:361
+#: taextras.py:390
#, python-format
msgid "Invalid port '%s'. Port must be: PORT A, B or C"
msgstr ""
-#: taextras.py:362
+#: taextras.py:391
#, python-format
msgid "Invalid port '%s'. Port must be: PORT 1, 2, 3 or 4"
msgstr ""
-#: taextras.py:363
+#: taextras.py:392
msgid "The value of power must be between -127 to 127"
msgstr ""
-#: taextras.py:364
+#: taextras.py:393
#, python-format
msgid "The parameter must be a integer, not '%s'"
msgstr ""
-#: taextras.py:365
+#: taextras.py:394
msgid "An error has occurred: check all connections and try to reconnect"
msgstr ""
-#: taextras.py:366
+#: taextras.py:395
#, python-format
msgid "NXT found %s bricks"
msgstr ""
-#: taextras.py:367
+#: taextras.py:396
msgid "NXT not found"
msgstr ""
-#: taextras.py:368
+#: taextras.py:397
#, python-format
msgid "Brick number %s was not found"
msgstr ""
-#: taextras.py:369
+#: taextras.py:398
msgid "refresh NXT"
msgstr ""
-#: taextras.py:370
+#: taextras.py:399
msgid "Search for a connected NXT brick."
msgstr ""
-#: taextras.py:371
+#: taextras.py:400
msgid "NXT"
msgstr ""
-#: taextras.py:372
+#: taextras.py:401
msgid "set current NXT device"
msgstr ""
-#: taextras.py:373
+#: taextras.py:402
msgid "number of NXT devices"
msgstr ""
-#: taextras.py:374
+#: taextras.py:403
msgid "brick name"
msgstr ""
-#: taextras.py:375
+#: taextras.py:404
msgid "Get the name of a brick."
msgstr ""
-#: taextras.py:376
+#: taextras.py:405
msgid "play tone"
msgstr ""
-#: taextras.py:377
+#: taextras.py:406
msgid "frequency"
msgstr ""
-#: taextras.py:378 plugins/turtle_blocks_extras/turtle_blocks_extras.py:451
+#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451
msgid "time"
-msgstr ""
+msgstr "시간"
-#: taextras.py:379
+#: taextras.py:408
msgid "Play a tone at frequency for time."
msgstr ""
#. TRANS: turn is the action
-#: taextras.py:381
+#: taextras.py:410
msgid ""
"turn motor\n"
"\n"
msgstr ""
-#: taextras.py:382
+#: taextras.py:411
msgid "port"
msgstr ""
-#: taextras.py:383
+#: taextras.py:412
msgid "power"
msgstr ""
#. TRANS: rotations is quantity of turns
-#: taextras.py:385
+#: taextras.py:414
msgid "rotations"
msgstr ""
-#: taextras.py:386
+#: taextras.py:415
msgid "turn a motor"
msgstr ""
-#: taextras.py:387
+#: taextras.py:416
msgid ""
"synchronize\n"
"\n"
"motors"
msgstr ""
-#: taextras.py:388
+#: taextras.py:417
msgid "steering"
msgstr ""
-#: taextras.py:389
+#: taextras.py:418
msgid "synchronize two motors connected in PORT B and PORT C"
msgstr ""
-#: taextras.py:390
+#: taextras.py:419
msgid "PORT A"
msgstr ""
-#: taextras.py:391
+#: taextras.py:420
msgid "PORT A of the brick"
msgstr ""
-#: taextras.py:392
+#: taextras.py:421
msgid "PORT B"
msgstr ""
-#: taextras.py:393
+#: taextras.py:422
msgid "PORT B of the brick"
msgstr ""
-#: taextras.py:394
+#: taextras.py:423
msgid "PORT C"
msgstr ""
-#: taextras.py:395
+#: taextras.py:424
msgid "PORT C of the brick"
msgstr ""
-#: taextras.py:396
+#: taextras.py:425
msgid ""
"synchronize\n"
"motors"
msgstr ""
-#: taextras.py:397
+#: taextras.py:426
msgid "start motor"
msgstr ""
-#: taextras.py:398
+#: taextras.py:427
msgid "Run a motor forever."
msgstr ""
-#: taextras.py:399
+#: taextras.py:428
msgid "brake motor"
msgstr ""
-#: taextras.py:400
+#: taextras.py:429
msgid "Stop a specified motor."
msgstr ""
#. TRANS: reset is used to reset the counter associated with the motor
-#: taextras.py:402
+#: taextras.py:431
msgid "reset motor"
msgstr ""
-#: taextras.py:403
+#: taextras.py:432
msgid "Reset the motor counter."
msgstr ""
-#: taextras.py:404
+#: taextras.py:433
msgid "motor position"
msgstr ""
-#: taextras.py:405
+#: taextras.py:434
msgid "Get the motor position."
msgstr ""
-#: taextras.py:406
+#: taextras.py:435
msgid "PORT 1"
msgstr ""
-#: taextras.py:407
+#: taextras.py:436
msgid "PORT 1 of the brick"
msgstr ""
-#: taextras.py:408
+#: taextras.py:437
msgid "read"
msgstr ""
-#: taextras.py:409
+#: taextras.py:438
#, fuzzy
msgid "sensor"
msgstr ""
@@ -1221,303 +1324,303 @@ msgstr ""
"#-#-#-#-# ko.po (PACKAGE VERSION) #-#-#-#-#\n"
"센서"
-#: taextras.py:410
+#: taextras.py:439
msgid "Read sensor output."
msgstr ""
-#: taextras.py:411
+#: taextras.py:440
msgid "PORT 2"
msgstr ""
-#: taextras.py:412
+#: taextras.py:441
msgid "PORT 2 of the brick"
msgstr ""
-#: taextras.py:413
+#: taextras.py:442
msgid "light sensor"
msgstr ""
-#: taextras.py:414
+#: taextras.py:443
msgid "gray sensor"
msgstr ""
-#: taextras.py:415
+#: taextras.py:444
msgid "PORT 3"
msgstr ""
-#: taextras.py:416
+#: taextras.py:445
msgid "PORT 3 of the brick"
msgstr ""
-#: taextras.py:417
+#: taextras.py:446
msgid "touch sensor"
msgstr ""
-#: taextras.py:418
+#: taextras.py:447
msgid "distance sensor"
msgstr ""
-#: taextras.py:419
+#: taextras.py:448
msgid "PORT 4"
msgstr ""
-#: taextras.py:420
+#: taextras.py:449
msgid "PORT 4 of the brick"
msgstr ""
-#: taextras.py:421
+#: taextras.py:450
msgid "sound sensor"
msgstr ""
-#: taextras.py:422
+#: taextras.py:451
msgid "color sensor"
msgstr ""
#. 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:425
+#: taextras.py:454
msgid "set light"
msgstr ""
-#: taextras.py:426
+#: taextras.py:455
msgid "Set color sensor light."
msgstr ""
#. TRANS: the battery level is the charge level of the brick
-#: taextras.py:428
+#: taextras.py:457
msgid "battery level"
msgstr ""
-#: taextras.py:429
+#: taextras.py:458
msgid "Get the battery level of the brick in millivolts"
msgstr ""
#. TRANS: Arduino plugin to control an Arduino board
-#: taextras.py:434
+#: taextras.py:463
msgid "Palette of Arduino blocks"
msgstr ""
#. TRANS: PWM is pulse-width modulation
-#: taextras.py:440
+#: taextras.py:469
msgid "PWM"
msgstr ""
-#: taextras.py:441
+#: taextras.py:470
msgid "SERVO"
msgstr ""
-#: taextras.py:442
+#: taextras.py:471
msgid "ERROR: Check the Arduino and the number of port."
msgstr ""
-#: taextras.py:443
+#: taextras.py:472
msgid "ERROR: Value must be a number from 0 to 255."
msgstr ""
-#: taextras.py:444
+#: taextras.py:473
msgid "ERROR: Value must be either HIGH or LOW, 0 or 1"
msgstr ""
-#: taextras.py:445
+#: taextras.py:474
msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO."
msgstr ""
-#: taextras.py:446
+#: taextras.py:475
msgid "ERROR: The value must be an integer."
msgstr ""
-#: taextras.py:447
+#: taextras.py:476
msgid "ERROR: The pin must be an integer."
msgstr ""
-#: taextras.py:448
+#: taextras.py:477
msgid "refresh Arduino"
msgstr ""
-#: taextras.py:449
+#: taextras.py:478
msgid "Search for connected Arduinos."
msgstr ""
-#: taextras.py:450
+#: taextras.py:479
msgid "Arduino"
msgstr ""
-#: taextras.py:451
+#: taextras.py:480
msgid "set current Arduino board"
msgstr ""
-#: taextras.py:452
+#: taextras.py:481
msgid "number of Arduinos"
msgstr ""
-#: taextras.py:453
+#: taextras.py:482
msgid "number of Arduino boards"
msgstr ""
-#: taextras.py:454
+#: taextras.py:483
msgid "Arduino name"
msgstr ""
-#: taextras.py:455
+#: taextras.py:484
msgid "Get the name of an Arduino."
msgstr ""
#. TRANS: pin mode is used to specify the mode (INPUT, OUTPUT, etc)
#. in which an I/O pin is being used.
-#: taextras.py:458
+#: taextras.py:487
msgid "pin mode"
msgstr ""
-#: taextras.py:461
+#: taextras.py:490
msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)."
msgstr ""
-#: taextras.py:462
+#: taextras.py:491
msgid "analog write"
msgstr ""
-#: taextras.py:464
+#: taextras.py:493
msgid "Write analog value in specified port."
msgstr ""
-#: taextras.py:465
+#: taextras.py:494
msgid "analog read"
msgstr ""
-#: taextras.py:466
+#: taextras.py:495
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 ""
-#: taextras.py:468
+#: taextras.py:497
msgid "digital write"
msgstr ""
-#: taextras.py:469
+#: taextras.py:498
msgid "Write digital value to specified port."
msgstr ""
-#: taextras.py:470
+#: taextras.py:499
msgid "digital read"
msgstr ""
-#: taextras.py:471
+#: taextras.py:500
msgid "Read value from digital port."
msgstr ""
-#: taextras.py:473
+#: taextras.py:502
msgid "Configure Arduino port for digital input."
msgstr ""
-#: taextras.py:474
+#: taextras.py:503
msgid "Configure Arduino port to drive a servo."
msgstr ""
-#: taextras.py:476
+#: taextras.py:505
msgid "Configure Arduino port for digital output."
msgstr ""
-#: taextras.py:477
+#: taextras.py:506
msgid "Configure Arduino port for PWM (pulse-width modulation)."
msgstr ""
-#: taextras.py:478
+#: taextras.py:507
#, python-format
msgid "Not found Arduino %s"
msgstr ""
-#: taextras.py:479
+#: taextras.py:508
msgid "The pin must be an integer"
msgstr ""
-#: taextras.py:480
+#: taextras.py:509
msgid "The device must be an integer"
msgstr ""
#. TRANS: plugin to control an ExpEyes device
-#: taextras.py:485
+#: taextras.py:514
msgid "Palette of Expeyes blocks"
msgstr ""
#. TRANS: Programmable voltage output
-#: taextras.py:487
+#: taextras.py:516
msgid "set PVS"
msgstr ""
-#: taextras.py:488
+#: taextras.py:517
msgid "set programmable voltage output"
msgstr ""
#. TRANS: Square wave 1 voltage output
-#: taextras.py:490
+#: taextras.py:519
msgid "set SQR1 voltage"
msgstr ""
-#: taextras.py:491
+#: taextras.py:520
msgid "set square wave 1 voltage output"
msgstr ""
#. TRANS: Square wave 2 voltage output
-#: taextras.py:493
+#: taextras.py:522
msgid "set SQR2 voltage"
msgstr ""
-#: taextras.py:494
+#: taextras.py:523
msgid "set square wave 2 voltage output"
msgstr ""
#. TRANS: Digital output level
-#: taextras.py:496
+#: taextras.py:525
msgid "set OD1"
msgstr ""
-#: taextras.py:497
+#: taextras.py:526
msgid "set digital output level (OD1) low (0) or high (1)"
msgstr ""
#. TRANS: Input 1 voltage level
-#: taextras.py:499
+#: taextras.py:528
msgid "IN1 level"
msgstr ""
-#: taextras.py:500
+#: taextras.py:529
msgid ""
"returns 1 if IN1 voltage level >2.5 volts, 0 if IN1 voltage level <= 2.5 "
"volts"
msgstr ""
#. TRANS: Input 2 voltage level
-#: taextras.py:503
+#: taextras.py:532
msgid "IN2 level"
msgstr ""
-#: taextras.py:504
+#: taextras.py:533
msgid ""
"returns 1 if IN2 voltage level >2.5 volts, 0 if IN2 voltage level <= 2.5 "
"volts"
msgstr ""
#. TRANS: Resistive sensor voltage level
-#: taextras.py:507
+#: taextras.py:536
msgid "SEN level"
msgstr ""
-#: taextras.py:508
+#: taextras.py:537
msgid ""
"returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, 0 if SEN "
"voltage level <= 2.5 volts"
msgstr ""
-#: taextras.py:510
+#: taextras.py:539
msgid "capture"
msgstr ""
-#: taextras.py:511
+#: taextras.py:540
msgid "input"
msgstr ""
-#: taextras.py:512
+#: taextras.py:541
#, fuzzy
msgid "samples"
msgstr ""
@@ -1525,89 +1628,89 @@ msgstr ""
"#-#-#-#-# ko.po (PACKAGE VERSION) #-#-#-#-#\n"
"예제"
-#: taextras.py:513
+#: taextras.py:542
msgid "interval"
msgstr ""
#. TRANS: MS is microseconds
-#: taextras.py:515
+#: taextras.py:544
msgid ""
"capture multiple samples from input at interval (MS); results pushed to FIFO"
msgstr ""
#. TRANS: Analog input 1 voltage level
-#: taextras.py:518
+#: taextras.py:547
msgid "A1"
msgstr ""
-#: taextras.py:519
+#: taextras.py:548
msgid "read analog input 1 voltage"
msgstr ""
#. TRANS: Analog input 2 voltage level
-#: taextras.py:521
+#: taextras.py:550
msgid "A2"
msgstr ""
-#: taextras.py:522
+#: taextras.py:551
msgid "read analog input 2 voltage"
msgstr ""
#. TRANS: Read input 1 voltage
-#: taextras.py:524
+#: taextras.py:553
msgid "IN1"
msgstr ""
-#: taextras.py:525
+#: taextras.py:554
msgid "read input 1 voltage"
msgstr ""
#. TRANS: Read input 2 voltage
-#: taextras.py:527
+#: taextras.py:556
msgid "IN2"
msgstr ""
-#: taextras.py:528
+#: taextras.py:557
msgid "read input 2 voltage"
msgstr ""
#. TRANS: Read analog sensor input voltage
-#: taextras.py:530
+#: taextras.py:559
msgid "SEN"
msgstr ""
-#: taextras.py:531
+#: taextras.py:560
msgid "read analog sensor input voltage"
msgstr ""
#. TRANS: Read square wave 1 input voltage
-#: taextras.py:533
+#: taextras.py:562
msgid "SQR1"
msgstr ""
-#: taextras.py:534
+#: taextras.py:563
msgid "read square wave 1 voltage"
msgstr ""
#. TRANS: Read square wave 2 input voltage
-#: taextras.py:536
+#: taextras.py:565
msgid "SQR2"
msgstr ""
-#: taextras.py:537
+#: taextras.py:566
msgid "read square wave 2 voltage"
msgstr ""
#. TRANS: Read programmable voltage
-#: taextras.py:539
+#: taextras.py:568
msgid "PVS"
msgstr ""
-#: taextras.py:540
+#: taextras.py:569
msgid "read programmable voltage"
msgstr ""
-#: taextras.py:541
+#: taextras.py:570
msgid "Expeyes device not found"
msgstr ""
@@ -1827,8 +1930,13 @@ msgid "arc"
msgstr "arc"
#: TurtleArt/tabasics.py:182
+#, fuzzy
msgid "radius"
-msgstr "라디우스"
+msgstr ""
+"#-#-#-#-# ko.po (PACKAGE VERSION) #-#-#-#-#\n"
+"라디우스\n"
+"#-#-#-#-# ko.po (PACKAGE VERSION) #-#-#-#-#\n"
+"반지름"
#: TurtleArt/tabasics.py:321
msgid "set shade"
@@ -2049,7 +2157,7 @@ msgstr ""
#: TurtleArt/tabasics.py:333
msgid "set gray"
-msgstr ""
+msgstr "회색으로 설정"
#: TurtleArt/tabasics.py:336
msgid "sets gray level of the line drawn by the turtle"
@@ -2081,7 +2189,7 @@ msgstr ""
#: TurtleArt/tabasics.py:404
msgid "start fill"
-msgstr ""
+msgstr "채우기 시작"
#: TurtleArt/tabasics.py:406
msgid "starts filled polygon (used with end fill block)"
@@ -2089,7 +2197,7 @@ msgstr ""
#: TurtleArt/tabasics.py:413
msgid "end fill"
-msgstr ""
+msgstr "채우기 끝"
#: TurtleArt/tabasics.py:415
msgid "completes filled polygon (used with start fill block)"
@@ -2105,35 +2213,35 @@ msgstr ""
#: TurtleArt/tabasics.py:439
msgid "red"
-msgstr ""
+msgstr "빨간색"
#: TurtleArt/tabasics.py:440
msgid "orange"
-msgstr ""
+msgstr "오렌지색"
#: TurtleArt/tabasics.py:442
msgid "yellow"
-msgstr ""
+msgstr "노란색"
#: TurtleArt/tabasics.py:444
msgid "green"
-msgstr ""
+msgstr "초록색"
#: TurtleArt/tabasics.py:445
msgid "cyan"
-msgstr ""
+msgstr "사이안색"
#: TurtleArt/tabasics.py:446
msgid "blue"
-msgstr ""
+msgstr "파란색"
#: TurtleArt/tabasics.py:447
msgid "purple"
-msgstr ""
+msgstr "보라색"
#: TurtleArt/tabasics.py:449
msgid "white"
-msgstr ""
+msgstr "하얀색"
#: TurtleArt/tabasics.py:459
msgid "sets color of text drawn by the turtle"
@@ -2271,7 +2379,7 @@ msgstr ""
#: TurtleArt/tabasics.py:775
msgid "if then"
-msgstr ""
+msgstr "만약"
#: TurtleArt/tabasics.py:777
msgid "if-then operator that uses boolean operators from Numbers palette"
@@ -2279,7 +2387,7 @@ msgstr ""
#: TurtleArt/tabasics.py:789 TurtleArt/tabasics.py:797
msgid "if then else"
-msgstr ""
+msgstr "그 외"
#: TurtleArt/tabasics.py:790 TurtleArt/tabasics.py:798
msgid "if-then-else operator that uses boolean operators from Numbers palette"
@@ -2303,7 +2411,7 @@ msgstr ""
#: TurtleArt/tabasics.py:822
msgid "stop action"
-msgstr ""
+msgstr "멈춤"
#: TurtleArt/tabasics.py:825
msgid "stops current action"
@@ -2328,7 +2436,7 @@ msgstr ""
#: TurtleArt/tawindow.py:1461 TurtleArt/tawindow.py:2077
#: TurtleArt/tawindow.py:4363
msgid "action"
-msgstr ""
+msgstr "행동"
#: TurtleArt/tabasics.py:861
msgid "top of nameable action stack"
@@ -2356,7 +2464,7 @@ msgstr ""
#: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427
msgid "store in"
-msgstr ""
+msgstr "담기"
#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942
#: TurtleArt/tawindow.py:1355 TurtleArt/tawindow.py:1486
@@ -2768,7 +2876,7 @@ msgstr ""
#: plugins/accelerometer/accelerometer.py:56
#: plugins/accelerometer/accelerometer.py:63
msgid "acceleration"
-msgstr ""
+msgstr "가속도"
#: plugins/accelerometer/accelerometer.py:58
#: plugins/accelerometer/accelerometer.py:65
@@ -2783,7 +2891,7 @@ msgstr ""
#: plugins/audio_sensors/audio_sensors.py:90
#: plugins/audio_sensors/audio_sensors.py:105
msgid "loudness"
-msgstr ""
+msgstr "소리크기"
#: plugins/audio_sensors/audio_sensors.py:91
#: plugins/audio_sensors/audio_sensors.py:106
@@ -2848,7 +2956,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112
msgid "while"
-msgstr ""
+msgstr "하는 동안"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113
msgid "do-while-True operator that uses boolean operators from Numbers palette"
@@ -2857,7 +2965,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:119
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:122
msgid "until"
-msgstr ""
+msgstr "할 때 까지"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:123
msgid "do-until-True operator that uses boolean operators from Numbers palette"
@@ -2902,7 +3010,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:200
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:228
msgid "show"
-msgstr ""
+msgstr "보이기"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:204
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:217
@@ -3011,7 +3119,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:354
msgid "button down"
-msgstr ""
+msgstr "마우스 누름"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:346
msgid "returns 1 if mouse button is pressed"
@@ -3023,7 +3131,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:364
msgid "mouse x"
-msgstr ""
+msgstr "마우스 가로 위치"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:367
msgid "returns mouse x coordinate"
@@ -3031,7 +3139,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374
msgid "mouse y"
-msgstr ""
+msgstr "마우스 세로 위치"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:377
msgid "returns mouse y coordinate"
@@ -3051,7 +3159,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430
msgid "read pixel"
-msgstr ""
+msgstr "색 확인"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433
msgid "RGB color under the turtle is pushed to the stack"
@@ -3059,7 +3167,7 @@ msgstr ""
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441
msgid "turtle sees"
-msgstr ""
+msgstr "거북이가 보는 색깔"
#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:443
msgid "returns the color that the turtle \"sees\""
@@ -3462,6 +3570,9 @@ msgstr ""
msgid "Save project?"
msgstr ""
+#~ msgid "name"
+#~ msgstr "이름"
+
#, fuzzy
#~ msgid "Save as HTML"
#~ msgstr "HTML으로 저장"
@@ -3492,9 +3603,6 @@ msgstr ""
#~ msgid "volume"
#~ msgstr "소리 크기"
-#~ msgid "name"
-#~ msgstr "이름"
-
#~ msgid "stack 2"
#~ msgstr "스택 2"