From c80ccaf443dc6f1ea9dd59f45e60e8d7fa525fa1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 Oct 2013 20:44:17 +0000 Subject: resync with 191 changes --- (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index 9346b69..d0d83b7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -2,11 +2,24 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. +#, fuzzy msgid "" msgstr "" +"#-#-#-#-# ja.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" +"POT-Creation-Date: 2013-06-19 00:33-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.7.0\n" +"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-17 00:31-0400\n" "PO-Revision-Date: 2011-08-26 07:25+0200\n" "Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" @@ -18,760 +31,2528 @@ msgstr "" "X-Generator: Pootle 2.0.1\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" +msgid "turtleart-extras (master)" msgstr "" -#: TurtleArt/tabasics.py:123 -#, fuzzy -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" +#: taextras.py:38 +msgid "Turtle Art" +msgstr "タートルアート" + +#: taextras.py:42 +msgid "Turtle Art Mini" msgstr "" -#: TurtleArt/tabasics.py:132 -#, fuzzy -msgid "moves turtle forward" -msgstr "タートルを前に進める" +#: taextras.py:46 +msgid "Turtle Confusion" +msgstr "" -#: TurtleArt/tabasics.py:139 -msgid "back" +#: taextras.py:47 taextras.py:52 +msgid "Select a challenge" msgstr "" -#: TurtleArt/tabasics.py:143 -#, fuzzy -msgid "moves turtle backward" -msgstr "タートルを後ろに進める" +#: taextras.py:51 +msgid "Amazonas Tortuga" +msgstr "" -#: TurtleArt/tabasics.py:151 -msgid "clean" -msgstr "消去" +#: taextras.py:58 +msgid "Palette of Mexican pesos" +msgstr "" -#: TurtleArt/tabasics.py:154 -#, fuzzy -msgid "clears the screen and reset the turtle" -msgstr "画面を消去してタートルをリセットする" +#: taextras.py:59 +msgid "Palette of Colombian pesos" +msgstr "" -#: TurtleArt/tabasics.py:162 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 -msgid "left" +#: taextras.py:60 +msgid "Palette of Rwandan francs" msgstr "" -#: TurtleArt/tabasics.py:166 -#, fuzzy -msgid "turns turtle counterclockwise (angle in degrees)" -msgstr "タートルを反時計周りに回す(度単位)" +#: taextras.py:61 +msgid "Palette of US dollars" +msgstr "" -#: TurtleArt/tabasics.py:174 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:878 +#: taextras.py:62 +msgid "Palette of Australian dollars" +msgstr "" + +#: taextras.py:63 +msgid "Palette of Paraguayan Guaranies" +msgstr "" + +#: taextras.py:64 +msgid "Palette of Peruvian Nuevo Soles" +msgstr "" + +#: taextras.py:65 +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 +msgid "TurtleBots" +msgstr "" + +#. TRANS: summary of TurtleBots activity +#: taextras.py:73 +msgid "TurtleBlocks with Butia, Lego NxT, WeDo, Arduino, FollowMe plugins" +msgstr "" + +#: taextras.py:74 +msgid "ERROR: The speed must be a value between 0 and 1023" +msgstr "" + +#: taextras.py:75 +msgid "ERROR: The pin must be between 1 and 8" +msgstr "" + +#: taextras.py:76 +msgid "ERROR: The value must be 0 or 1, LOW or HIGH" +msgstr "" + +#: taextras.py:77 +msgid "ERROR: The mode must be INPUT or OUTPUT." +msgstr "" + +#: taextras.py:78 taextras.py:79 +msgid "turns LED on and off: 1 means on, 0 means off" +msgstr "" + +#: taextras.py:80 +msgid "returns the gray level as a value between 0 and 65535" +msgstr "" + +#: taextras.py:81 +msgid "returns 1 when the button is pressed and 0 otherwise" +msgstr "" + +#: taextras.py:82 +msgid "returns the light level as a value between 0 and 65535" +msgstr "" + +#: taextras.py:83 +msgid "returns the distance as a value between 0 and 65535" +msgstr "" + +#: taextras.py:84 +msgid "returns the resistance value (ohms)" +msgstr "" + +#: taextras.py:85 +msgid "returns the voltage value (volts)" +msgstr "" + +#: taextras.py:86 +msgid "returns the temperature" +msgstr "" + +#: taextras.py:87 +msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" +msgstr "" + +#: taextras.py:88 +msgid "LED" +msgstr "" + +#: taextras.py:89 +msgid "button" +msgstr "" + +#: 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 "灰色" + +#: taextras.py:91 taextras.py:356 +msgid "light" +msgstr "" + +#: taextras.py:92 +msgid "temperature" +msgstr "" + +#: taextras.py:93 taextras.py:330 +msgid "distance" +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 "" + +#: 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 "" + +#: 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 "" + +#. 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 in volts. If no motors present, it returns 255" +msgstr "" + +#. 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 "" + +#: TurtleArt/tabasics.py:158 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:871 +msgid "left" +msgstr "左" + +#: TurtleArt/tabasics.py:170 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:895 msgid "right" +msgstr "右" + +#: taextras.py:108 +msgid "moves the Butia motors at the specified speed" msgstr "" -#: TurtleArt/tabasics.py:178 -#, fuzzy -msgid "turns turtle clockwise (angle in degrees)" -msgstr "タートルを時計周りに回す(度単位)" +#: taextras.py:109 +msgid "stop Butia" +msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "arc" +#: taextras.py:110 +msgid "stop the Butia robot" msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "angle" +#. TRANS: This string is shorthand for "move Butia forward" +#: taextras.py:112 +msgid "forward Butia" msgstr "" -#: TurtleArt/tabasics.py:186 -msgid "radius" +#: taextras.py:113 +msgid "move the Butia robot forward" msgstr "" -#: TurtleArt/tabasics.py:190 -#, fuzzy -msgid "moves turtle along an arc" -msgstr "円弧に沿ってタートルを動かす" +#. TRANS: This string is shorthand for "turn Butia left" +#: taextras.py:115 +msgid "left Butia" +msgstr "" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 -msgid "set xy" +#: taextras.py:116 +msgid "turn the Butia robot at left" msgstr "" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 -msgid "x" +#. TRANS: This string is shorthand for "turn Butia right" +#: taextras.py:118 +msgid "right Butia" msgstr "" -#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 +#: taextras.py:119 +msgid "turn the Butia robot at right" +msgstr "" + +#. 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:459 +msgid "pin" +msgstr "" + +#: taextras.py:126 taextras.py:460 +msgid "mode" +msgstr "" + +#: taextras.py:127 +msgid "Select the pin function (INPUT, OUTPUT)." +msgstr "" + +#: taextras.py:128 +msgid "write hack pin Butia" +msgstr "" + +#: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427 +msgid "value" +msgstr "値" + +#: taextras.py:130 +msgid "set a hack pin to 0 or 1" +msgstr "" + +#: taextras.py:131 +msgid "read hack pin Butia" +msgstr "" + +#: taextras.py:132 +msgid "read the value of a hack pin" +msgstr "" + +#: taextras.py:133 taextras.py:435 +msgid "HIGH" +msgstr "" + +#: taextras.py:134 taextras.py:472 +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 +msgid "LOW" +msgstr "" + +#: taextras.py:138 taextras.py:475 +msgid "Set LOW value for digital port." +msgstr "" + +#: taextras.py:139 taextras.py:438 +msgid "OUTPUT" +msgstr "" + +#: taextras.py:140 +msgid "Configure hack port for digital output." +msgstr "" + +#: taextras.py:141 +msgid "Butia" +msgstr "" + +#: taextras.py:142 +#, python-format +msgid "ERROR: The pin %s must be in OUTPUT mode." +msgstr "" + +#: taextras.py:143 +#, python-format +msgid "ERROR: The pin %s must be in INPUT mode." +msgstr "" + +#: taextras.py:147 +msgid "Error importing Pygame. This plugin require Pygame 1.9" +msgstr "" + +#: 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 "" + +#: taextras.py:156 +msgid "Search for a connected camera." +msgstr "" + +#. 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 "" + +#: 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 "明るさ" + +#: taextras.py:164 +msgid "set the camera brightness as a value between 0 to 255." +msgstr "" + +#: 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 "" + +#. TRANS: RGB color space (red, green, blue) +#: taextras.py:169 +msgid "set a threshold for a RGB color" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: taextras.py:178 +msgid "x position" +msgstr "" + +#: taextras.py:179 +msgid "return x position" +msgstr "" + +#: taextras.py:180 +msgid "y position" +msgstr "" + +#: taextras.py:181 +msgid "return y position" +msgstr "" + +#: taextras.py:182 +msgid "pixels" +msgstr "" + +#: taextras.py:183 +msgid "return the number of pixels of the biggest blob" +msgstr "" + +#. TRANS: RGB color space (red, green, blue) +#: taextras.py:185 +msgid "set the color mode of the camera to RGB" +msgstr "" + +#. TRANS: YUV color space (luminance, chrominance) +#: taextras.py:187 +msgid "set the color mode of the camera to YUV" +msgstr "" + +#. TRANS: HSV color space (hue, saturation, value) +#: taextras.py:189 +msgid "set the color mode of the camera to HSV" +msgstr "" + +#: 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 "" + +#: taextras.py:200 +msgid "Distance to signal" +msgstr "" + +#: taextras.py:201 +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 +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 "" + +#. TRANS: This string is shorthand for "move SumBot forward" +#: taextras.py:211 +msgid "forward SumBot" +msgstr "" + +#: taextras.py:212 +msgid "move SumBot forward" +msgstr "" + +#. 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 "" + +#. 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 "" + +#. 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 "" + +#. 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 "" + +#. TRANS: dohyo is the playing field +#: taextras.py:228 +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 +msgid "angle to Enemy" +msgstr "" + +#: taextras.py:232 +msgid "get the angle to the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "x coordinate of SumBot" +#: taextras.py:234 +msgid "x coor. SumBot" +msgstr "" + +#: taextras.py:235 +msgid "get the x coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot" +#: taextras.py:237 +msgid "y coor. SumBot" +msgstr "" + +#: taextras.py:238 +msgid "get the y coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" +#: taextras.py:240 +msgid "x coor. Enemy" +msgstr "" + +#: taextras.py:241 +msgid "get the x coordinate of the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" +#: taextras.py:243 +msgid "y coor. Enemy" +msgstr "" + +#: taextras.py:244 +msgid "get the y coordinate of the Enemy" +msgstr "" + +#. 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 "" + +#. 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 "" + +#. 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 "" + +#. 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 "" + +#: 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 "" + +#: 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 "" + +#. 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:911 +msgid "height" +msgstr "" + +#: taextras.py:278 +msgid "Add a triangle object to the project." +msgstr "" + +#: taextras.py:279 +msgid "circle" +msgstr "" + +#: taextras.py:280 +msgid "Add a circle object to the project." +msgstr "" + +#: taextras.py:281 +msgid "rectangle" +msgstr "" + +#: taextras.py:282 plugins/turtle_blocks_extras/turtle_blocks_extras.py:887 +msgid "width" +msgstr "" + +#: taextras.py:284 +msgid "Add a rectangle object to the project." +msgstr "" + +#: taextras.py:285 +msgid "reset" +msgstr "" + +#: taextras.py:286 +msgid "Reset the project; clear the object list." +msgstr "" + +#: taextras.py:287 +msgid "motor" +msgstr "" + +#. TRANS: torque as in engine torque +#: taextras.py:289 +msgid "torque" +msgstr "" + +#: taextras.py:290 +msgid "speed" +msgstr "" + +#: taextras.py:291 +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 +msgid "Pin an object down so that it cannot fall." +msgstr "" + +#: taextras.py:295 +msgid "joint" +msgstr "" + +#: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 +msgid "x" +msgstr "x" + +#: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 msgid "y" +msgstr "y" + +#: taextras.py:298 +msgid "" +"Join two objects together (the most recent object created and the object at " +"point x, y)." msgstr "" -#: TurtleArt/tabasics.py:203 TurtleArt/tabasics.py:269 -#, fuzzy +#: taextras.py:300 +msgid "save as Physics activity" +msgstr "" + +#: taextras.py:301 +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 +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 "" -"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." -msgstr "タートルをx,y座標の場所に移動する; (0, 0)が画面の中心です" +"Set the density property for objects (density can be any positive number)." +msgstr "" -#: TurtleArt/tabasics.py:213 -msgid "set heading" +#: taextras.py:308 +msgid "friction" msgstr "" -#: TurtleArt/tabasics.py:217 -#, fuzzy -msgid "sets the heading of the turtle (0 is towards the top of the screen.)" -msgstr "タートルの頭の向きを設定する(0は画面の上方向)" +#: 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 "" -#: TurtleArt/tabasics.py:225 TurtleArt/tawindow.py:3862 -#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:604 -msgid "xcor" +#. TRANS: bounciness is coefficient of restitution +#: taextras.py:312 +msgid "bounciness" msgstr "" -#: TurtleArt/tabasics.py:226 +#: taextras.py:313 msgid "" -"holds current x-coordinate value of the turtle (can be used in place of a " -"number block)" -msgstr "現在のタートルのx座標の値を保持します (数値ブロックの代わりに使えます)" +"Set the bounciness property for objects (a value from 0 to 1, where 0 means " +"no bounce and 1 is very bouncy)." +msgstr "" -#: TurtleArt/tabasics.py:236 TurtleArt/tawindow.py:3862 -#: TurtleArt/tawindow.py:3868 TurtleArtActivity.py:605 -msgid "ycor" +#. TRANS: dynamic here means moving vs in a fixed position +#: taextras.py:316 +msgid "dynamic" msgstr "" -#: TurtleArt/tabasics.py:237 +#: taextras.py:317 msgid "" -"holds current y-coordinate value of the turtle (can be used in place of a " -"number block)" -msgstr "現在のタートルのy座標の値を保持します(数値ブロックの代わりに使えます)" +"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." +msgstr "" -#: TurtleArt/tabasics.py:247 TurtleArt/tawindow.py:3863 -#: TurtleArt/tawindow.py:3869 TurtleArtActivity.py:605 -msgid "heading" +#. TRANS: WeDo is a robotics product of the LEGO company +#: taextras.py:323 +msgid "Palette of WeDo blocks" +msgstr "" + +#: taextras.py:324 +msgid "WeDo" msgstr "" -#: TurtleArt/tabasics.py:248 +#: taextras.py:325 +msgid "set current WeDo device" +msgstr "" + +#: taextras.py:326 +msgid "number of WeDo devices" +msgstr "" + +#: taextras.py:327 +msgid "tilt" +msgstr "" + +#: taextras.py:328 msgid "" -"holds current heading value of the turtle (can be used in place of a number " -"block)" -msgstr "現在のタートルの向きを保持します(数値ブロックの代わりに使えます)" +"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " +"tilt left, 2 == tilt right)" +msgstr "" -#: TurtleArt/tabasics.py:282 -#, fuzzy -msgid "Palette of pen commands" -msgstr "ペンについての命令のパレット" +#. TRANS: This string is shorthand for "output of the distance sensor" +#: taextras.py:332 +msgid "distance sensor output" +msgstr "" -#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 -#, fuzzy -msgid "fill screen" -msgstr "全画面" +#: taextras.py:333 +msgid "Motor A" +msgstr "" + +#: taextras.py:334 +msgid "returns the current value of Motor A" +msgstr "" + +#: taextras.py:335 +msgid "Motor B" +msgstr "" + +#: taextras.py:336 +msgid "returns the current value of Motor B" +msgstr "" + +#: taextras.py:337 +msgid "set the value for Motor A" +msgstr "" + +#: taextras.py:338 +msgid "set the value for Motor B" +msgstr "" + +#: taextras.py:339 +msgid "WeDo is unavailable" +msgstr "" + +#. TRANS: e.g., Wedo 2 is unavailable, defaulting to 1 +#: taextras.py:341 +#, 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 +#, 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 +msgid "Palette of LEGO NXT blocks of motors" +msgstr "" + +#: taextras.py:350 +msgid "Palette of LEGO NXT blocks of sensors" +msgstr "" + +#. TRANS: touch sensor (implemented as a button) +#: taextras.py:352 +msgid "touch" +msgstr "" -#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:298 -#: TurtleArt/tabasics.py:348 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1158 +#. TRANS: distance sensor (implemented using ultrasonics) +#: taextras.py:354 +msgid "ultrasonic" +msgstr "" + +#: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294 +#: TurtleArt/tabasics.py:344 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1197 msgid "color" +msgstr "色" + +#: 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 +msgid "Please check the connection with the brick" 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" +#: taextras.py:361 +#, python-format +msgid "Invalid port '%s'. Port must be: PORT A, B or C" msgstr "" -#: TurtleArt/tabasics.py:291 TurtleArt/tabasics.py:303 -msgid "fills the background with (color, shade)" -msgstr "背景を(色、影)で塗りつぶします" +#: taextras.py:362 +#, python-format +msgid "Invalid port '%s'. Port must be: PORT 1, 2, 3 or 4" +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 -msgid "gray" +#: taextras.py:363 +msgid "The value of power must be between -127 to 127" msgstr "" -#: TurtleArt/tabasics.py:313 -msgid "set color" +#: taextras.py:364 +#, python-format +msgid "The parameter must be a integer, not '%s'" msgstr "" -#: TurtleArt/tabasics.py:317 -#, fuzzy -msgid "sets color of the line drawn by the turtle" -msgstr "タートルが描画する線の色を設定します" +#: taextras.py:365 +msgid "An error has occurred: check all connections and try to reconnect" +msgstr "" -#: TurtleArt/tabasics.py:325 -msgid "set shade" +#: taextras.py:366 +#, python-format +msgid "NXT found %s bricks" msgstr "" -#: TurtleArt/tabasics.py:329 -#, fuzzy -msgid "sets shade of the line drawn by the turtle" -msgstr "タートルが描画する線の影を設定します" +#: taextras.py:367 +msgid "NXT not found" +msgstr "" -#: TurtleArt/tabasics.py:337 -msgid "set gray" +#: taextras.py:368 +#, python-format +msgid "Brick number %s was not found" msgstr "" -#: TurtleArt/tabasics.py:340 -#, fuzzy -msgid "sets gray level of the line drawn by the turtle" -msgstr "タートルが描画する線の影を設定します" +#: taextras.py:369 +msgid "refresh NXT" +msgstr "" -#: TurtleArt/tabasics.py:349 -msgid "holds current pen color (can be used in place of a number block)" -msgstr "現在のペンの色を保持します(数値ブロックの代わりに使えます)" +#: taextras.py:370 +msgid "Search for a connected NXT brick." +msgstr "" -#: TurtleArt/tabasics.py:359 -msgid "holds current pen shade" +#: taextras.py:371 +msgid "NXT" msgstr "" -#: TurtleArt/tabasics.py:368 -#, fuzzy -msgid "holds current gray level (can be used in place of a number block)" -msgstr "現在の表示倍率の値を保持します(数値ブロックの代わりに使えます)" +#: taextras.py:372 +msgid "set current NXT device" +msgstr "" -#: TurtleArt/tabasics.py:376 -msgid "pen up" +#: taextras.py:373 +msgid "number of NXT devices" msgstr "" -#: TurtleArt/tabasics.py:379 -#, fuzzy -msgid "Turtle will not draw when moved." -msgstr "タートルが動いても描画されません" +#: taextras.py:374 +msgid "brick name" +msgstr "" -#: TurtleArt/tabasics.py:385 -msgid "pen down" +#: taextras.py:375 +msgid "Get the name of a brick." msgstr "" -#: TurtleArt/tabasics.py:388 -#, fuzzy -msgid "Turtle will draw when moved." -msgstr "タートルが動くと描画されます" +#: taextras.py:376 +msgid "play tone" +msgstr "" -#: TurtleArt/tabasics.py:394 -msgid "set pen size" +#: taextras.py:377 +msgid "frequency" msgstr "" -#: TurtleArt/tabasics.py:398 -#, fuzzy -msgid "sets size of the line drawn by the turtle" -msgstr "タートルによって描かれる線のサイズを設定します" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 +msgid "time" +msgstr "時間" -#: TurtleArt/tabasics.py:408 -msgid "start fill" +#: taextras.py:379 +msgid "Play a tone at frequency for time." msgstr "" -#: TurtleArt/tabasics.py:410 -msgid "starts filled polygon (used with end fill block)" +#. TRANS: turn is the action +#: taextras.py:381 +msgid "" +"turn motor\n" +"\n" msgstr "" -#: TurtleArt/tabasics.py:417 -msgid "end fill" +#: taextras.py:382 +msgid "port" msgstr "" -#: TurtleArt/tabasics.py:419 -msgid "completes filled polygon (used with start fill block)" +#: taextras.py:383 +msgid "power" msgstr "" -#: TurtleArt/tabasics.py:426 -msgid "pen size" +#. TRANS: rotations is quantity of turns +#: taextras.py:385 +msgid "rotations" msgstr "" -#: TurtleArt/tabasics.py:427 -msgid "holds current pen size (can be used in place of a number block)" -msgstr "現在のペンの大きさを保持します(数値ブロックの代わりに使えます)" +#: taextras.py:386 +msgid "turn a motor" +msgstr "" -#: TurtleArt/tabasics.py:441 -#, fuzzy -msgid "Palette of pen colors" -msgstr "ペンについての命令のパレット" +#: taextras.py:387 +msgid "" +"synchronize\n" +"\n" +"motors" +msgstr "" -#: TurtleArt/tabasics.py:443 -msgid "red" +#: taextras.py:388 +msgid "steering" msgstr "" -#: TurtleArt/tabasics.py:444 -msgid "orange" +#: taextras.py:389 +msgid "synchronize two motors connected in PORT B and PORT C" msgstr "" -#: TurtleArt/tabasics.py:446 -msgid "yellow" +#: taextras.py:390 +msgid "PORT A" msgstr "" -#: TurtleArt/tabasics.py:448 -msgid "green" +#: taextras.py:391 +msgid "PORT A of the brick" msgstr "" -#: TurtleArt/tabasics.py:449 -msgid "cyan" +#: taextras.py:392 +msgid "PORT B" msgstr "" -#: TurtleArt/tabasics.py:450 -msgid "blue" +#: taextras.py:393 +msgid "PORT B of the brick" msgstr "" -#: TurtleArt/tabasics.py:451 -msgid "purple" +#: taextras.py:394 +msgid "PORT C" msgstr "" -#: TurtleArt/tabasics.py:453 -msgid "white" +#: taextras.py:395 +msgid "PORT C of the brick" msgstr "" -#: TurtleArt/tabasics.py:454 -msgid "black" +#: taextras.py:396 +msgid "" +"synchronize\n" +"motors" msgstr "" -#: TurtleArt/tabasics.py:460 -msgid "set text color" +#: taextras.py:397 +msgid "start motor" msgstr "" -#: TurtleArt/tabasics.py:463 -#, fuzzy -msgid "sets color of text drawn by the turtle" -msgstr "タートルが描画する文字の色を設定します" +#: taextras.py:398 +msgid "Run a motor forever." +msgstr "" -#: TurtleArt/tabasics.py:471 -msgid "set text size" +#: taextras.py:399 +msgid "brake motor" msgstr "" -#: TurtleArt/tabasics.py:474 -#, fuzzy -msgid "sets size of text drawn by the turtle" -msgstr "タートルが描画する文字のサイズを設定します" +#: taextras.py:400 +msgid "Stop a specified motor." +msgstr "" -#: TurtleArt/tabasics.py:557 -#, fuzzy -msgid "Palette of numeric operators" -msgstr "数値演算子のパレット" +#. TRANS: reset is used to reset the counter associated with the motor +#: taextras.py:402 +msgid "reset motor" +msgstr "" -#: TurtleArt/tabasics.py:563 -msgid "plus" +#: taextras.py:403 +msgid "Reset the motor counter." msgstr "" -#: TurtleArt/tabasics.py:567 -#, fuzzy -msgid "adds two alphanumeric inputs" -msgstr "2つの入力数値を足し算します" +#: taextras.py:404 +msgid "motor position" +msgstr "" -#: TurtleArt/tabasics.py:575 -msgid "minus" +#: taextras.py:405 +msgid "Get the motor position." msgstr "" -#: TurtleArt/tabasics.py:578 -msgid "subtracts bottom numeric input from top numeric input" -msgstr "上側の入力数値から下側の入力数値を引き算します" +#: taextras.py:406 +msgid "PORT 1" +msgstr "" -#: TurtleArt/tabasics.py:589 -msgid "multiply" +#: taextras.py:407 +msgid "PORT 1 of the brick" msgstr "" -#: TurtleArt/tabasics.py:592 -msgid "multiplies two numeric inputs" -msgstr "2つの入力数値を掛け算します" +#: taextras.py:408 +msgid "read" +msgstr "" -#: TurtleArt/tabasics.py:601 -msgid "divide" +#: taextras.py:409 +msgid "sensor" +msgstr "" + +#: taextras.py:410 +msgid "Read sensor output." +msgstr "" + +#: taextras.py:411 +msgid "PORT 2" +msgstr "" + +#: taextras.py:412 +msgid "PORT 2 of the brick" +msgstr "" + +#: taextras.py:413 +msgid "light sensor" +msgstr "" + +#: taextras.py:414 +msgid "gray sensor" msgstr "" -#: TurtleArt/tabasics.py:604 +#: taextras.py:415 +msgid "PORT 3" +msgstr "" + +#: taextras.py:416 +msgid "PORT 3 of the brick" +msgstr "" + +#: taextras.py:417 +msgid "touch sensor" +msgstr "" + +#: taextras.py:418 +msgid "distance sensor" +msgstr "" + +#: taextras.py:419 +msgid "PORT 4" +msgstr "" + +#: taextras.py:420 +msgid "PORT 4 of the brick" +msgstr "" + +#: taextras.py:421 +msgid "sound sensor" +msgstr "" + +#: taextras.py:422 +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 +msgid "set light" +msgstr "" + +#: taextras.py:426 +msgid "Set color sensor light." +msgstr "" + +#. TRANS: the battery level is the charge level of the brick +#: taextras.py:428 +msgid "battery level" +msgstr "" + +#: taextras.py:429 +msgid "Get the battery level of the brick in millivolts" +msgstr "" + +#. TRANS: Arduino plugin to control an Arduino board +#: taextras.py:434 +msgid "Palette of Arduino blocks" +msgstr "" + +#. TRANS: PWM is pulse-width modulation +#: taextras.py:440 +msgid "PWM" +msgstr "" + +#: taextras.py:441 +msgid "SERVO" +msgstr "" + +#: taextras.py:442 +msgid "ERROR: Check the Arduino and the number of port." +msgstr "" + +#: taextras.py:443 +msgid "ERROR: Value must be a number from 0 to 255." +msgstr "" + +#: taextras.py:444 +msgid "ERROR: Value must be either HIGH or LOW, 0 or 1" +msgstr "" + +#: taextras.py:445 +msgid "ERROR: The mode must be either INPUT, OUTPUT, PWM or SERVO." +msgstr "" + +#: taextras.py:446 +msgid "ERROR: The value must be an integer." +msgstr "" + +#: taextras.py:447 +msgid "ERROR: The pin must be an integer." +msgstr "" + +#: taextras.py:448 +msgid "refresh Arduino" +msgstr "" + +#: taextras.py:449 +msgid "Search for connected Arduinos." +msgstr "" + +#: taextras.py:450 +msgid "Arduino" +msgstr "" + +#: taextras.py:451 +msgid "set current Arduino board" +msgstr "" + +#: taextras.py:452 +msgid "number of Arduinos" +msgstr "" + +#: taextras.py:453 +msgid "number of Arduino boards" +msgstr "" + +#: taextras.py:454 +msgid "Arduino name" +msgstr "" + +#: taextras.py:455 +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 +msgid "pin mode" +msgstr "" + +#: taextras.py:461 +msgid "Select the pin function (INPUT, OUTPUT, PWM, SERVO)." +msgstr "" + +#: taextras.py:462 +msgid "analog write" +msgstr "" + +#: taextras.py:464 +msgid "Write analog value in specified port." +msgstr "" + +#: taextras.py:465 +msgid "analog read" +msgstr "" + +#: taextras.py:466 msgid "" -"divides top numeric input (numerator) by bottom numeric input (denominator)" -msgstr "上側の入力数値を下側の入力数値で割ります" +"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 "" -#: TurtleArt/tabasics.py:614 -msgid "identity" +#: taextras.py:468 +msgid "digital write" msgstr "" -#: TurtleArt/tabasics.py:616 -msgid "identity operator used for extending blocks" +#: taextras.py:469 +msgid "Write digital value to specified port." msgstr "" -#: TurtleArt/tabasics.py:624 TurtleArt/tabasics.py:625 -msgid "mod" +#: taextras.py:470 +msgid "digital read" msgstr "" -#: TurtleArt/tabasics.py:628 -msgid "modular (remainder) operator" -msgstr "剰余演算子" +#: taextras.py:471 +msgid "Read value from digital port." +msgstr "" -#: TurtleArt/tabasics.py:635 -msgid "√" +#: taextras.py:473 +msgid "Configure Arduino port for digital input." msgstr "" -#: TurtleArt/tabasics.py:636 -msgid "square root" +#: taextras.py:474 +msgid "Configure Arduino port to drive a servo." msgstr "" -#: TurtleArt/tabasics.py:639 -#, fuzzy -msgid "calculates square root" -msgstr "平方根を計算します" +#: taextras.py:476 +msgid "Configure Arduino port for digital output." +msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "random" +#: taextras.py:477 +msgid "Configure Arduino port for PWM (pulse-width modulation)." msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "min" +#: taextras.py:478 +#, python-format +msgid "Not found Arduino %s" msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "max" +#: taextras.py:479 +msgid "The pin must be an integer" +msgstr "" + +#: taextras.py:480 +msgid "The device must be an integer" +msgstr "" + +#. TRANS: plugin to control an ExpEyes device +#: taextras.py:485 +msgid "Palette of Expeyes blocks" +msgstr "" + +#. TRANS: Programmable voltage output +#: taextras.py:487 +msgid "set PVS" +msgstr "" + +#: taextras.py:488 +msgid "set programmable voltage output" +msgstr "" + +#. TRANS: Square wave 1 voltage output +#: taextras.py:490 +msgid "set SQR1 voltage" +msgstr "" + +#: taextras.py:491 +msgid "set square wave 1 voltage output" msgstr "" -#: TurtleArt/tabasics.py:650 +#. TRANS: Square wave 2 voltage output +#: taextras.py:493 +msgid "set SQR2 voltage" +msgstr "" + +#: taextras.py:494 +msgid "set square wave 2 voltage output" +msgstr "" + +#. TRANS: Digital output level +#: taextras.py:496 +msgid "set OD1" +msgstr "" + +#: taextras.py:497 +msgid "set digital output level (OD1) low (0) or high (1)" +msgstr "" + +#. TRANS: Input 1 voltage level +#: taextras.py:499 +msgid "IN1 level" +msgstr "" + +#: taextras.py:500 +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 +msgid "IN2 level" +msgstr "" + +#: taextras.py:504 +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 +msgid "SEN level" +msgstr "" + +#: taextras.py:508 +msgid "" +"returns 1 if resistive sensor (SEN) voltage level > 2.5 volts, 0 if SEN " +"voltage level <= 2.5 volts" +msgstr "" + +#: taextras.py:510 +msgid "capture" +msgstr "" + +#: taextras.py:511 +msgid "input" +msgstr "" + +#: taextras.py:512 #, fuzzy -msgid "returns random number between minimum (top) and maximum (bottom) values" -msgstr "最小値(左)と最大値(右)の間の乱数を返します" +msgid "samples" +msgstr "" +"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +"#-#-#-#-# ja.po (PACKAGE VERSION) #-#-#-#-#\n" +"サンプル" -#: TurtleArt/tabasics.py:662 -msgid "number" +#: taextras.py:513 +msgid "interval" msgstr "" -#: TurtleArt/tabasics.py:663 -msgid "used as numeric input in mathematic operators" -msgstr "数値の入力に使います" +#. TRANS: MS is microseconds +#: taextras.py:515 +msgid "" +"capture multiple samples from input at interval (MS); results pushed to FIFO" +msgstr "" -#: TurtleArt/tabasics.py:671 -msgid "greater than" +#. TRANS: Analog input 1 voltage level +#: taextras.py:518 +msgid "A1" msgstr "" -#: TurtleArt/tabasics.py:674 -msgid "logical greater-than operator" -msgstr "「大なり」の比較演算子" +#: taextras.py:519 +msgid "read analog input 1 voltage" +msgstr "" -#: TurtleArt/tabasics.py:683 -msgid "less than" +#. TRANS: Analog input 2 voltage level +#: taextras.py:521 +msgid "A2" msgstr "" -#: TurtleArt/tabasics.py:687 -msgid "logical less-than operator" -msgstr "「小なり」の比較演算子" +#: taextras.py:522 +msgid "read analog input 2 voltage" +msgstr "" -#: TurtleArt/tabasics.py:695 -msgid "equal" +#. TRANS: Read input 1 voltage +#: taextras.py:524 +msgid "IN1" msgstr "" -#: TurtleArt/tabasics.py:699 -msgid "logical equal-to operator" -msgstr "「等しい」の比較演算子" +#: taextras.py:525 +msgid "read input 1 voltage" +msgstr "" -#: TurtleArt/tabasics.py:705 -msgid "not" +#. TRANS: Read input 2 voltage +#: taextras.py:527 +msgid "IN2" msgstr "" -#: TurtleArt/tabasics.py:708 -msgid "logical NOT operator" -msgstr "論理否定演算子" +#: taextras.py:528 +msgid "read input 2 voltage" +msgstr "" -#: TurtleArt/tabasics.py:714 TurtleArt/tabasics.py:717 -msgid "and" +#. TRANS: Read analog sensor input voltage +#: taextras.py:530 +msgid "SEN" msgstr "" -#: TurtleArt/tabasics.py:718 -msgid "logical AND operator" -msgstr "論理積演算子" +#: taextras.py:531 +msgid "read analog sensor input voltage" +msgstr "" -#: TurtleArt/tabasics.py:725 TurtleArt/tabasics.py:728 -msgid "or" +#. TRANS: Read square wave 1 input voltage +#: taextras.py:533 +msgid "SQR1" msgstr "" -#: TurtleArt/tabasics.py:729 -msgid "logical OR operator" -msgstr "論理和演算子" +#: taextras.py:534 +msgid "read square wave 1 voltage" +msgstr "" + +#. TRANS: Read square wave 2 input voltage +#: taextras.py:536 +msgid "SQR2" +msgstr "" + +#: taextras.py:537 +msgid "read square wave 2 voltage" +msgstr "" + +#. TRANS: Read programmable voltage +#: taextras.py:539 +msgid "PVS" +msgstr "" + +#: taextras.py:540 +msgid "read programmable voltage" +msgstr "" + +#: taextras.py:541 +msgid "Expeyes device not found" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147 +msgid "Sugar Journal media object" +msgstr "Sugarのジャーナル中のメディアオブジェクト" + +#: TurtleArtActivity.py:730 TurtleArtActivity.py:994 turtleblocks.py:415 +msgid "Step" +msgstr "ステップ実行" + +#: TurtleArt/tabasics.py:588 +msgid "multiplies two numeric inputs" +msgstr "2つの入力数値を掛け算します" + +#: TurtleArtActivity.py:318 TurtleArtActivity.py:984 turtleblocks.py:406 +msgid "Hide palette" +msgstr "パレットを非表示にする" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:171 +#, fuzzy +msgid "Sugar Journal video object" +msgstr "Sugarのジャーナル中の音声" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898 +msgid "xcor of right of screen" +msgstr "画面右端のx座標値" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 +#, fuzzy +msgid "Palette of extra options" +msgstr "追加オプションのパレット" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:204 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:217 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232 +#, fuzzy +msgid "draws text or show media from the Journal" +msgstr "テキストを描画するか、ジャーナルからメディアオブジェクトを表示する" + +#: TurtleArt/tabasics.py:624 +msgid "modular (remainder) operator" +msgstr "剰余演算子" + +#: TurtleArt/tabasics.py:918 +#, fuzzy +msgid "Variable 2 (numeric value)" +msgstr "変数2 (数値)" -#: TurtleArt/tabasics.py:738 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:890 +msgid "the canvas width" +msgstr "キャンバスの幅" + +#: TurtleArt/tabasics.py:945 TurtleArt/tawindow.py:4404 +msgid "named variable (numeric value)" +msgstr "名前つき変数(数値)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:836 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:998 +msgid "presentation template: select Journal object (no description)" +msgstr "" +"プレゼンテーションテンプレート: ジャーナルのオブジェクトを選ぶ(説明なし)" + +#: TurtleArt/tabasics.py:734 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104 #, fuzzy msgid "Palette of flow operators" msgstr "処理の流れを制御するブロックのパレット" -#: TurtleArt/tabasics.py:743 -msgid "wait" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 +#, fuzzy +msgid "declutters canvas by hiding blocks" +msgstr "ブロックを隠してキャンバスをすっきりさせます" + +#: TurtleArt/tabasics.py:852 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195 +msgid "string value" +msgstr "文字列値" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:850 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1043 +msgid "presentation template: select four Journal objects" +msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを4つ選ぶ" + +#: TurtleArt/tabasics.py:336 +#, fuzzy +msgid "sets gray level of the line drawn by the turtle" +msgstr "タートルが描画する線の影を設定します" + +#: TurtleArt/tabasics.py:287 TurtleArt/tabasics.py:299 +msgid "fills the background with (color, shade)" +msgstr "背景を(色、影)で塗りつぶします" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:473 +#, fuzzy +msgid "pushes value onto FILO (first-in last-out heap)" +msgstr "FILO(先入れ後だし)のヒープに値を入れる" + +#: TurtleArt/tabasics.py:174 +#, fuzzy +msgid "turns turtle clockwise (angle in degrees)" +msgstr "タートルを時計周りに回す(度単位)" + +#: TurtleArt/tabasics.py:364 +#, fuzzy +msgid "holds current gray level (can be used in place of a number block)" +msgstr "現在の表示倍率の値を保持します(数値ブロックの代わりに使えます)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:874 +msgid "xcor of left of screen" +msgstr "画面左端のx座標値" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 +#, fuzzy +msgid "hide blocks" +msgstr "ブロックを非表示にする" + +#: TurtleArt/tabasics.py:683 +msgid "logical less-than operator" +msgstr "「小なり」の比較演算子" + +#: TurtleArt/tabasics.py:222 +msgid "" +"holds current x-coordinate value of the turtle (can be used in place of a " +"number block)" msgstr "" +"現在のタートルのx座標の値を保持します (数値ブロックの代わりに使えます)" -#: TurtleArt/tabasics.py:747 -msgid "pauses program execution a specified number of seconds" +#: TurtleArtActivity.py:188 TurtleArtActivity.py:757 TurtleArtActivity.py:925 +#: TurtleArtActivity.py:955 turtleblocks.py:371 +msgid "Save as Logo" +msgstr "LOGOプログラムとして保存" + +#: TurtleArt/tabasics.py:313 +#, fuzzy +msgid "sets color of the line drawn by the turtle" +msgstr "タートルが描画する線の色を設定します" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:130 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:732 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:903 +#, fuzzy +msgid "top" +msgstr "ステップ実行" + +#: TurtleArt/tabasics.py:842 +msgid "connects action to toolbar run buttons" +msgstr "アクションをツールバーの実行ボタンに結びつける" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:914 +msgid "the canvas height" +msgstr "キャンバスの高さ" + +#: TurtleArt/tabasics.py:423 +msgid "holds current pen size (can be used in place of a number block)" +msgstr "現在のペンの大きさを保持します(数値ブロックの代わりに使えます)" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:741 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:752 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 +#, fuzzy +msgid "loads a block" +msgstr "私のブロックを読み込む" + +#: TurtleArt/tabasics.py:278 +#, fuzzy +msgid "Palette of pen commands" +msgstr "ペンについての命令のパレット" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 +#, fuzzy +msgid "shows values in FILO (first-in last-out heap)" +msgstr "FILO(先入れ後だし)のヒープに値を入れる" + +#: TurtleArt/tabasics.py:704 +msgid "logical NOT operator" +msgstr "論理否定演算子" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882 +msgid "ycor of bottom of screen" +msgstr "画面下端のy座標値" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:843 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:983 +msgid "presentation template: select Journal object (with description)" msgstr "" +"プレゼンテーションテンプレート: ジャーナルオブジェクトを選ぶ(説明つき)" -#: TurtleArt/tabasics.py:754 -msgid "forever" +#: TurtleArt/tabasics.py:553 +#, fuzzy +msgid "Palette of numeric operators" +msgstr "数値演算子のパレット" + +#: TurtleArt/tabasics.py:325 +#, fuzzy +msgid "sets shade of the line drawn by the turtle" +msgstr "タートルが描画する線の影を設定します" + +#: TurtleArt/tabasics.py:147 +msgid "clean" +msgstr "消去" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:857 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:864 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1013 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1028 +msgid "presentation template: select two Journal objects" +msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを2つ選ぶ" + +#: TurtleArtActivity.py:651 TurtleArtActivity.py:806 turtleblocks.py:383 +#, fuzzy +msgid "Grow blocks" +msgstr "ブロックを表示" + +#: TurtleArtActivity.py:637 TurtleArtActivity.py:797 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:806 +msgid "Fullscreen" +msgstr "全画面" + +#: TurtleArt/tabasics.py:670 +msgid "logical greater-than operator" +msgstr "「大なり」の比較演算子" + +#: TurtleArt/tabasics.py:162 +#, fuzzy +msgid "turns turtle counterclockwise (angle in degrees)" +msgstr "タートルを反時計周りに回す(度単位)" + +#: TurtleArt/tabasics.py:635 +#, fuzzy +msgid "calculates square root" +msgstr "平方根を計算します" + +#: TurtleArt/tabasics.py:233 +msgid "" +"holds current y-coordinate value of the turtle (can be used in place of a " +"number block)" msgstr "" +"現在のタートルのy座標の値を保持します(数値ブロックの代わりに使えます)" + +#: pysamples/grecord.py:215 +#, fuzzy +msgid "stop" +msgstr "ステップ実行" + +#: TurtleArtActivity.py:735 turtleblocks.py:422 util/helpbutton.py:45 +msgid "Help" +msgstr "ヘルプ" + +#: TurtleArt/tabasics.py:459 +#, fuzzy +msgid "sets color of text drawn by the turtle" +msgstr "タートルが描画する文字の色を設定します" + +#: TurtleArt/tabasics.py:714 +msgid "logical AND operator" +msgstr "論理積演算子" + +#: TurtleArtActivity.py:729 TurtleArtActivity.py:992 turtleblocks.py:414 +msgid "Run" +msgstr "実行" + +#: TurtleArt/tabasics.py:213 +#, fuzzy +msgid "sets the heading of the turtle (0 is towards the top of the screen.)" +msgstr "タートルの頭の向きを設定する(0は画面の上方向)" + +#: TurtleArt/tabasics.py:834 +#, fuzzy +msgid "Palette of variable blocks" +msgstr "変数ブロックのパレット" + +#: TurtleArt/tabasics.py:659 +msgid "used as numeric input in mathematic operators" +msgstr "数値の入力に使います" + +#: TurtleArt/tabasics.py:908 +#, fuzzy +msgid "Variable 1 (numeric value)" +msgstr "変数1 (数値)" + +#: TurtleArt/tabasics.py:563 +#, fuzzy +msgid "adds two alphanumeric inputs" +msgstr "2つの入力数値を足し算します" + +#: TurtleArt/tabasics.py:375 +#, fuzzy +msgid "Turtle will not draw when moved." +msgstr "タートルが動いても描画されません" + +#: TurtleArt/tabasics.py:186 +#, fuzzy +msgid "moves turtle along an arc" +msgstr "円弧に沿ってタートルを動かす" + +#: TurtleArt/tabasics.py:695 +msgid "logical equal-to operator" +msgstr "「等しい」の比較演算子" + +#: TurtleArt/tabasics.py:437 +#, fuzzy +msgid "Palette of pen colors" +msgstr "ペンについての命令のパレット" + +#: TurtleArt/tabasics.py:884 +#, fuzzy +msgid "stores numeric value in Variable 1" +msgstr "変数1に数値を格納する" + +#: TurtleArt/tabasics.py:897 +#, fuzzy +msgid "stores numeric value in Variable 2" +msgstr "変数2に数値を格納する" -#: TurtleArt/tabasics.py:758 +#: TurtleArt/tabasics.py:139 +#, fuzzy +msgid "moves turtle backward" +msgstr "タートルを後ろに進める" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:906 +msgid "ycor of top of screen" +msgstr "画面上端のy座標値" + +#: TurtleArt/talogo.py:380 TurtleArtActivity.py:360 TurtleArtActivity.py:732 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1529 +msgid "Show blocks" +msgstr "ブロックを表示" + +#: TurtleArt/tabasics.py:394 +#, fuzzy +msgid "sets size of the line drawn by the turtle" +msgstr "タートルによって描かれる線のサイズを設定します" + +#: TurtleArt/tabasics.py:199 TurtleArt/tabasics.py:265 +#, fuzzy +msgid "" +"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." +msgstr "タートルをx,y座標の場所に移動する; (0, 0)が画面の中心です" + +#: TurtleArtActivity.py:736 turtleblocks.py:417 +#, fuzzy +msgid "Stop" +msgstr "ステップ実行" + +#: TurtleArtActivity.py:625 TurtleArtActivity.py:779 turtleblocks.py:395 +msgid "Copy" +msgstr "コピー" + +#: TurtleArtActivity.py:627 TurtleArtActivity.py:780 turtleblocks.py:396 +msgid "Paste" +msgstr "貼り付け" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:514 +#, fuzzy +msgid "pops value off FILO (first-in last-out heap)" +msgstr "FILO(先入れ後だし)のヒープに値を入れる" + +#: TurtleArtActivity.py:728 TurtleArtActivity.py:990 turtleblocks.py:413 +msgid "Clean" +msgstr "消去" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:782 +#, fuzzy +msgid "Palette of presentation templates" +msgstr "プレゼンテーションテンプレートのパレット" + +#: TurtleArt/tabasics.py:574 +msgid "subtracts bottom numeric input from top numeric input" +msgstr "上側の入力数値から下側の入力数値を引き算します" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:387 +msgid "query for keyboard input (results stored in keyboard block)" +msgstr "キー入力を問い合わせます(結果はキーボードブロックに格納されます)" + +#: TurtleArt/tabasics.py:150 +#, fuzzy +msgid "clears the screen and reset the turtle" +msgstr "画面を消去してタートルをリセットする" + +#: TurtleArt/tabasics.py:119 +#, fuzzy +msgid "Palette of turtle commands" +msgstr "タートルについての命令のパレット" + +#: TurtleArt/tabasics.py:754 #, fuzzy msgid "loops forever" msgstr "無限ループ" -#: TurtleArt/tabasics.py:765 TurtleArt/tabasics.py:769 -msgid "repeat" -msgstr "" +#: TurtleArtActivity.py:611 TurtleArtActivity.py:727 +msgid "Project" +msgstr "プロジェクト" + +#: turtleblocks.py:416 +msgid "Debug" +msgstr "デバッグ" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:798 +#, fuzzy +msgid "show blocks" +msgstr "ブロックを表示" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:183 +msgid "Sugar Journal description field" +msgstr "Sugarのジャーナルの説明フィールド" + +#: TurtleArt/tabasics.py:384 +#, fuzzy +msgid "Turtle will draw when moved." +msgstr "タートルが動くと描画されます" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159 +msgid "Sugar Journal audio object" +msgstr "Sugarのジャーナル中の音声" + +#: TurtleArt/talogo.py:370 TurtleArtActivity.py:731 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1538 +msgid "Stop turtle" +msgstr "タートルを停止" + +#: TurtleArt/talogo.py:384 TurtleArtActivity.py:364 TurtleArtActivity.py:996 +msgid "Hide blocks" +msgstr "ブロックを非表示にする" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:829 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1058 +#, fuzzy +msgid "presentation template: list of bullets" +msgstr "プレゼンテーションテンプレート: 7個の箇条書き" + +#: TurtleArt/tabasics.py:470 +#, fuzzy +msgid "sets size of text drawn by the turtle" +msgstr "タートルが描画する文字のサイズを設定します" + +#: TurtleArt/tabasics.py:244 +msgid "" +"holds current heading value of the turtle (can be used in place of a number " +"block)" +msgstr "現在のタートルの向きを保持します(数値ブロックの代わりに使えます)" -#: TurtleArt/tabasics.py:770 +#: TurtleArt/tabasics.py:646 +#, fuzzy +msgid "returns random number between minimum (top) and maximum (bottom) values" +msgstr "最小値(左)と最大値(右)の間の乱数を返します" + +#: TurtleArt/tabasics.py:345 +msgid "holds current pen color (can be used in place of a number block)" +msgstr "現在のペンの色を保持します(数値ブロックの代わりに使えます)" + +#: TurtleArtActivity.py:312 turtleblocks.py:404 +msgid "Show palette" +msgstr "パレットを表示" + +#: TurtleArtActivity.py:251 TurtleArtActivity.py:691 TurtleArtActivity.py:733 +#: TurtleArtActivity.py:931 TurtleArtActivity.py:958 +msgid "Save snapshot" +msgstr "スナップショットを保存" + +#: TurtleArt/tabasics.py:128 +#, fuzzy +msgid "moves turtle forward" +msgstr "タートルを前に進める" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244 +#, fuzzy +msgid "sets the scale of media" +msgstr "メディアの表示倍率を指定する" + +#: TurtleArt/tabasics.py:929 TurtleArt/tawindow.py:4432 +#, fuzzy +msgid "stores numeric value in named variable" +msgstr "名前つき変数に数値を格納する" + +#: TurtleArt/tabasics.py:725 +msgid "logical OR operator" +msgstr "論理和演算子" + +#: TurtleArt/tabasics.py:766 #, fuzzy msgid "loops specified number of times" msgstr "指定回数のループ" -#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 -msgid "if" +#: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:294 +#, fuzzy +msgid "fill screen" +msgstr "全画面" + +#: TurtleArtActivity.py:235 TurtleArtActivity.py:756 TurtleArtActivity.py:922 +#: TurtleArtActivity.py:952 turtleblocks.py:369 +msgid "Save as image" +msgstr "画像として保存" + +#: TurtleArtActivity.py:579 TurtleArtActivity.py:615 TurtleArtActivity.py:725 +#: TurtleArtActivity.py:778 turtleblocks.py:401 +msgid "Edit" +msgstr "編集" + +#: TurtleArt/tabasics.py:600 +msgid "" +"divides top numeric input (numerator) by bottom numeric input (denominator)" +msgstr "上側の入力数値を下側の入力数値で割ります" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:559 +msgid "prints value in status block at bottom of the screen" +msgstr "画面下部の状態ブロックに値を表示します" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:398 +#, fuzzy +msgid "holds results of query-keyboard block as ASCII" +msgstr "query-kb(キー入力問い合わせ)ブロックの結果を保持します" + +#. 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 "" -#: TurtleArt/tabasics.py:776 TurtleArt/tabasics.py:789 -msgid "then" +#: TurtleArt/tabasics.py:124 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:740 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751 +msgid "forward" +msgstr "進む" + +#: TurtleArt/tabasics.py:135 +msgid "back" +msgstr "戻る" + +#: TurtleArt/tabasics.py:182 +msgid "arc" +msgstr "弧をえがく" + +#: TurtleArt/tabasics.py:182 +msgid "angle" +msgstr "角度" + +#: TurtleArt/tabasics.py:182 +msgid "radius" +msgstr "半径" + +#: TurtleArt/tabasics.py:195 TurtleArt/tabasics.py:261 +msgid "set xy" +msgstr "x,yをセットする" + +#: TurtleArt/tabasics.py:209 +msgid "set heading" +msgstr "方向を設定する" + +#: TurtleArt/tabasics.py:221 TurtleArt/tawindow.py:4105 +msgid "xcor" +msgstr "x" + +#: TurtleArt/tabasics.py:232 TurtleArt/tawindow.py:4106 +msgid "ycor" +msgstr "y" + +#: TurtleArt/tabasics.py:243 TurtleArt/tawindow.py:4106 +msgid "heading" +msgstr "角度" + +#: TurtleArt/tabasics.py:283 TurtleArt/tabasics.py:295 +#: TurtleArt/tabasics.py:354 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1193 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1198 +msgid "shade" +msgstr "シェード" + +#: TurtleArt/tabasics.py:309 +msgid "set color" +msgstr "色を設定" + +#: TurtleArt/tabasics.py:321 +msgid "set shade" +msgstr "シェードを設定" + +#: TurtleArt/tabasics.py:333 +msgid "set gray" +msgstr "灰色に設定" + +#: TurtleArt/tabasics.py:355 +msgid "holds current pen shade" msgstr "" -#: TurtleArt/tabasics.py:779 -msgid "if then" +#: TurtleArt/tabasics.py:372 +msgid "pen up" +msgstr "ペンを上げる" + +#: TurtleArt/tabasics.py:381 +msgid "pen down" +msgstr "ペンを置く" + +#: TurtleArt/tabasics.py:390 +msgid "set pen size" +msgstr "ペンの太さを設定する" + +#: TurtleArt/tabasics.py:404 +msgid "start fill" +msgstr "塗りつぶし開始" + +#: TurtleArt/tabasics.py:406 +msgid "starts filled polygon (used with end fill block)" +msgstr "" + +#: TurtleArt/tabasics.py:413 +msgid "end fill" +msgstr "塗りつぶし終了" + +#: TurtleArt/tabasics.py:415 +msgid "completes filled polygon (used with start fill block)" msgstr "" -#: TurtleArt/tabasics.py:781 +#: TurtleArt/tabasics.py:422 +msgid "pen size" +msgstr "ペンのサイズ" + +#: TurtleArt/tabasics.py:439 +msgid "red" +msgstr "赤" + +#: TurtleArt/tabasics.py:440 +msgid "orange" +msgstr "オレンジ色" + +#: TurtleArt/tabasics.py:442 +msgid "yellow" +msgstr "黄色" + +#: TurtleArt/tabasics.py:444 +msgid "green" +msgstr "緑色" + +#: TurtleArt/tabasics.py:445 +msgid "cyan" +msgstr "シアン" + +#: TurtleArt/tabasics.py:446 +msgid "blue" +msgstr "青色" + +#: TurtleArt/tabasics.py:447 +msgid "purple" +msgstr "紫色" + +#: TurtleArt/tabasics.py:449 +msgid "white" +msgstr "白色" + +#: TurtleArt/tabasics.py:450 +msgid "black" +msgstr "黒色" + +#: TurtleArt/tabasics.py:456 +msgid "set text color" +msgstr "テキストの色を設定" + +#: TurtleArt/tabasics.py:467 +msgid "set text size" +msgstr "テキストのサイズを設定" + +#: TurtleArt/tabasics.py:559 +msgid "plus" +msgstr "足す" + +#: TurtleArt/tabasics.py:571 +msgid "minus" +msgstr "引く" + +#: TurtleArt/tabasics.py:585 +msgid "multiply" +msgstr "かける" + +#: TurtleArt/tabasics.py:597 +msgid "divide" +msgstr "割る" + +#: TurtleArt/tabasics.py:610 +msgid "identity" +msgstr "" + +#: TurtleArt/tabasics.py:612 +msgid "identity operator used for extending blocks" +msgstr "" + +#: TurtleArt/tabasics.py:620 TurtleArt/tabasics.py:621 +msgid "mod" +msgstr "" + +#: TurtleArt/tabasics.py:631 +msgid "√" +msgstr "" + +#: TurtleArt/tabasics.py:632 +msgid "square root" +msgstr "平方根" + +#: TurtleArt/tabasics.py:642 +msgid "random" +msgstr "ランダム" + +#: TurtleArt/tabasics.py:642 +msgid "min" +msgstr "最小" + +#: TurtleArt/tabasics.py:642 +msgid "max" +msgstr "最大" + +#: TurtleArt/tabasics.py:658 +msgid "number" +msgstr "数" + +#: TurtleArt/tabasics.py:667 +msgid "greater than" +msgstr "大なり" + +#: TurtleArt/tabasics.py:679 +msgid "less than" +msgstr "小なり" + +#: TurtleArt/tabasics.py:691 +msgid "equal" +msgstr "等しい" + +#: TurtleArt/tabasics.py:701 +msgid "not" +msgstr "" + +#: TurtleArt/tabasics.py:710 TurtleArt/tabasics.py:713 +msgid "and" +msgstr "" + +#: TurtleArt/tabasics.py:721 TurtleArt/tabasics.py:724 +msgid "or" +msgstr "" + +#: TurtleArt/tabasics.py:739 +msgid "wait" +msgstr "待つ" + +#: TurtleArt/tabasics.py:743 +msgid "pauses program execution a specified number of seconds" +msgstr "" + +#: TurtleArt/tabasics.py:750 +msgid "forever" +msgstr "ループ" + +#: TurtleArt/tabasics.py:761 TurtleArt/tabasics.py:765 +msgid "repeat" +msgstr "繰り返し" + +#: TurtleArt/tabasics.py:772 TurtleArt/tabasics.py:785 +msgid "if" +msgstr "もし" + +#: TurtleArt/tabasics.py:772 TurtleArt/tabasics.py:785 +msgid "then" +msgstr "ならば" + +#: TurtleArt/tabasics.py:775 +msgid "if then" +msgstr "もし ならば" + +#: TurtleArt/tabasics.py:777 msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" -#: TurtleArt/tabasics.py:789 +#: TurtleArt/tabasics.py:785 msgid "else" -msgstr "" +msgstr "もしくは" -#: TurtleArt/tabasics.py:793 TurtleArt/tabasics.py:801 +#: TurtleArt/tabasics.py:789 TurtleArt/tabasics.py:797 msgid "if then else" -msgstr "" +msgstr "もし ならば もしくは" -#: TurtleArt/tabasics.py:794 TurtleArt/tabasics.py:802 +#: TurtleArt/tabasics.py:790 TurtleArt/tabasics.py:798 msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" -#: TurtleArt/tabasics.py:811 +#: TurtleArt/tabasics.py:807 msgid "horizontal space" msgstr "" -#: TurtleArt/tabasics.py:812 +#: TurtleArt/tabasics.py:808 msgid "jogs stack right" msgstr "" -#: TurtleArt/tabasics.py:819 +#: TurtleArt/tabasics.py:815 msgid "vertical space" msgstr "" -#: TurtleArt/tabasics.py:820 +#: TurtleArt/tabasics.py:816 msgid "jogs stack down" msgstr "" -#: TurtleArt/tabasics.py:826 +#: TurtleArt/tabasics.py:822 msgid "stop action" -msgstr "" +msgstr "アクションを止める" -#: TurtleArt/tabasics.py:829 +#: TurtleArt/tabasics.py:825 msgid "stops current action" msgstr "" -#: TurtleArt/tabasics.py:838 -#, fuzzy -msgid "Palette of variable blocks" -msgstr "変数ブロックのパレット" - -#: TurtleArt/tabasics.py:843 pysamples/grecord.py:213 +#: TurtleArt/tabasics.py:839 pysamples/grecord.py:213 msgid "start" -msgstr "" +msgstr "スタート" -#: TurtleArt/tabasics.py:846 -msgid "connects action to toolbar run buttons" -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 +#: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850 +#: TurtleArt/tabasics.py:851 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:192 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:201 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:214 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229 msgid "text" msgstr "" -#: TurtleArt/tabasics.py:856 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:189 -msgid "string value" -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 +#: TurtleArt/tabasics.py:856 TurtleArt/tabasics.py:859 +#: TurtleArt/tabasics.py:867 TurtleArt/tabasics.py:871 +#: TurtleArt/tawindow.py:1351 TurtleArt/tawindow.py:1448 +#: TurtleArt/tawindow.py:1461 TurtleArt/tawindow.py:2077 +#: TurtleArt/tawindow.py:4363 msgid "action" -msgstr "" +msgstr "アクション" -#: TurtleArt/tabasics.py:865 +#: TurtleArt/tabasics.py:861 msgid "top of nameable action stack" msgstr "" -#: TurtleArt/tabasics.py:876 TurtleArt/tawindow.py:4139 +#: TurtleArt/tabasics.py:872 TurtleArt/tawindow.py:4377 msgid "invokes named action stack" msgstr "" -#: TurtleArt/tabasics.py:883 +#: TurtleArt/tabasics.py:879 msgid "store in box 1" msgstr "" -#: TurtleArt/tabasics.py:888 -#, fuzzy -msgid "stores numeric value in Variable 1" -msgstr "変数1に数値を格納する" - -#: TurtleArt/tabasics.py:896 +#: TurtleArt/tabasics.py:892 msgid "store in box 2" msgstr "" -#: TurtleArt/tabasics.py:901 -#, fuzzy -msgid "stores numeric value in Variable 2" -msgstr "変数2に数値を格納する" - -#: TurtleArt/tabasics.py:909 +#: TurtleArt/tabasics.py:905 msgid "box 1" msgstr "" -#: TurtleArt/tabasics.py:912 -#, fuzzy -msgid "Variable 1 (numeric value)" -msgstr "変数1 (数値)" - -#: TurtleArt/tabasics.py:919 +#: TurtleArt/tabasics.py:915 msgid "box 2" msgstr "" -#: TurtleArt/tabasics.py:922 -#, fuzzy -msgid "Variable 2 (numeric value)" -msgstr "変数2 (数値)" - -#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189 +#: TurtleArt/tabasics.py:924 TurtleArt/tawindow.py:4427 msgid "store in" -msgstr "" +msgstr "入れる" -#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942 +#: TurtleArt/tabasics.py:924 TurtleArt/tabasics.py:939 msgid "box" -msgstr "" - -#: TurtleArt/tabasics.py:928 TurtleArt/tawindow.py:4189 -msgid "value" -msgstr "" +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 +#: TurtleArt/tabasics.py:928 TurtleArt/tabasics.py:942 +#: TurtleArt/tawindow.py:1355 TurtleArt/tawindow.py:1486 +#: TurtleArt/tawindow.py:2081 TurtleArt/tawindow.py:4390 +#: TurtleArt/tawindow.py:4418 msgid "my box" -msgstr "" - -#: TurtleArt/tabasics.py:933 TurtleArt/tawindow.py:4194 -#, fuzzy -msgid "stores numeric value in named variable" -msgstr "名前つき変数に数値を格納する" +msgstr "マイボックス" -#: TurtleArt/tabasics.py:948 TurtleArt/tawindow.py:4166 -msgid "named variable (numeric value)" -msgstr "名前つき変数(数値)" - -#: TurtleArt/tabasics.py:955 TurtleArt/tabasics.py:974 +#: TurtleArt/tabasics.py:952 TurtleArt/tabasics.py:971 msgid "action 1" msgstr "" -#: TurtleArt/tabasics.py:958 +#: TurtleArt/tabasics.py:955 msgid "top of Action 1 stack" msgstr "" -#: TurtleArt/tabasics.py:964 TurtleArt/tabasics.py:984 +#: TurtleArt/tabasics.py:961 TurtleArt/tabasics.py:981 msgid "action 2" msgstr "" -#: TurtleArt/tabasics.py:967 +#: TurtleArt/tabasics.py:964 msgid "top of Action 2 stack" msgstr "" -#: TurtleArt/tabasics.py:977 +#: TurtleArt/tabasics.py:974 msgid "invokes Action 1 stack" msgstr "" -#: TurtleArt/tabasics.py:987 +#: TurtleArt/tabasics.py:984 msgid "invokes Action 2 stack" msgstr "" -#: TurtleArt/tabasics.py:995 +#: TurtleArt/tabasics.py:992 msgid "trash" msgstr "" -#: TurtleArt/tabasics.py:999 +#: TurtleArt/tabasics.py:996 msgid "empty trash" msgstr "" -#: TurtleArt/tabasics.py:1000 +#: TurtleArt/tabasics.py:997 msgid "permanently deletes items in trash" msgstr "" -#: TurtleArt/tabasics.py:1004 +#: TurtleArt/tabasics.py:1001 msgid "restore all" msgstr "" -#: TurtleArt/tabasics.py:1005 +#: TurtleArt/tabasics.py:1002 msgid "restore all blocks from trash" msgstr "" -#: TurtleArt/tabasics.py:1009 +#: TurtleArt/tabasics.py:1006 msgid "clear all" msgstr "" -#: TurtleArt/tabasics.py:1010 +#: TurtleArt/tabasics.py:1007 msgid "move all blocks to trash" msgstr "" -#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:1833 -#: TurtleArtActivity.py:703 +#: TurtleArt/tacollaboration.py:152 TurtleArt/tawindow.py:2055 +#: TurtleArtActivity.py:751 msgid "Share selected blocks" 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:980 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:995 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1010 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1025 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1040 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1055 msgid "Title" msgstr "" -#: TurtleArt/talogo.py:374 TurtleArtActivity.py:683 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1492 -msgid "Stop turtle" -msgstr "タートルを停止" - -#: TurtleArt/talogo.py:384 TurtleArtActivity.py:322 TurtleArtActivity.py:684 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1485 -msgid "Show blocks" -msgstr "ブロックを表示" - -#: TurtleArt/talogo.py:388 TurtleArtActivity.py:326 TurtleArtActivity.py:894 -msgid "Hide blocks" -msgstr "ブロックを非表示にする" - -#: TurtleArt/talogo.py:511 +#: TurtleArt/talogo.py:508 msgid "did not output to" msgstr "" -#: TurtleArt/talogo.py:570 +#: TurtleArt/talogo.py:567 msgid "I don't know how to" msgstr "" -#: TurtleArt/talogo.py:624 +#: TurtleArt/talogo.py:623 msgid "doesn't like" msgstr "" -#: TurtleArt/talogo.py:624 +#: TurtleArt/talogo.py:623 msgid "as input" msgstr "" @@ -783,232 +2564,182 @@ msgstr "" msgid "changes the orientation of the palette of blocks" msgstr "" -#: TurtleArt/tautils.py:196 +#: TurtleArt/tautils.py:295 msgid "Load..." msgstr "" -#: TurtleArt/tautils.py:206 +#: TurtleArt/tautils.py:305 msgid "Save..." msgstr "" -#: TurtleArt/tautils.py:483 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:713 +#: TurtleArt/tautils.py:586 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:730 msgid "click to open" msgstr "" -#: TurtleArt/tawindow.py:989 TurtleArt/tawindow.py:990 +#: TurtleArt/tawindow.py:1033 TurtleArt/tawindow.py:1034 msgid "orientation" msgstr "" -#: TurtleArt/tawindow.py:1000 TurtleArt/tawindow.py:1470 +#: TurtleArt/tawindow.py:1044 TurtleArt/tawindow.py:1644 msgid "next" msgstr "" -#: TurtleArt/tawindow.py:1012 TurtleArt/tawindow.py:1013 -#: TurtleArt/tawindow.py:1490 +#: TurtleArt/tawindow.py:1063 TurtleArt/tawindow.py:1664 msgid "shift" msgstr "" -#: TurtleArt/tawindow.py:1256 +#: TurtleArt/tawindow.py:1316 msgid "" "Please hit the Stop Button before making changes to your Turtle Blocks " "program" msgstr "" -#: TurtleArt/tawindow.py:1310 +#: TurtleArt/tawindow.py:1369 msgid "Select blocks to share" msgstr "" -#: TurtleArt/tawindow.py:3868 pysamples/grecord.py:205 -msgid "Turtle Art" -msgstr "タートルアート" +#: TurtleArt/tawindow.py:1530 TurtleArtActivity.py:632 +#: TurtleArtActivity.py:781 turtleblocks.py:397 +msgid "Save stack" +msgstr "" -#: TurtleArt/tawindow.py:3977 -msgid "image" +#: TurtleArt/tawindow.py:1531 TurtleArt/tawindow.py:1546 +msgid "Really overwrite stack?" msgstr "" -#: TurtleArtActivity.py:166 TurtleArtActivity.py:709 TurtleArtActivity.py:823 -#: TurtleArtActivity.py:853 turtleblocks.py:360 -msgid "Save as Logo" -msgstr "LOGOプログラムとして保存" +#: TurtleArt/tawindow.py:1534 TurtleArt/tawindow.py:1574 +#: gnome_plugins/uploader_plugin.py:144 +msgid "Cancel" +msgstr "" -#: TurtleArtActivity.py:203 TurtleArtActivity.py:708 TurtleArtActivity.py:820 -#: TurtleArtActivity.py:850 turtleblocks.py:358 -msgid "Save as image" -msgstr "画像として保存" +#: TurtleArt/tawindow.py:1538 TurtleArt/tawindow.py:1549 +msgid "Overwrite stack" +msgstr "" -#: TurtleArtActivity.py:211 -msgid "snapshot" +#: TurtleArt/tawindow.py:1570 TurtleArt/tawindow.py:1578 +#: TurtleArt/tawindow.py:1588 TurtleArtActivity.py:634 turtleblocks.py:399 +msgid "Delete stack" msgstr "" -#: TurtleArtActivity.py:219 TurtleArtActivity.py:643 TurtleArtActivity.py:685 -#: TurtleArtActivity.py:829 TurtleArtActivity.py:856 -msgid "Save snapshot" -msgstr "スナップショットを保存" +#: TurtleArt/tawindow.py:1571 TurtleArt/tawindow.py:1585 +msgid "Really delete stack?" +msgstr "" -#: TurtleArtActivity.py:260 TurtleArtActivity.py:616 TurtleArtActivity.py:759 -#: turtleblocks.py:378 -msgid "Turn off hover help" +#: TurtleArt/tawindow.py:4215 +msgid "image" msgstr "" -#: TurtleArtActivity.py:266 turtleblocks.py:380 -msgid "Turn on hover help" +#: TurtleArtActivity.py:243 +msgid "snapshot" msgstr "" -#: TurtleArtActivity.py:274 turtleblocks.py:390 -msgid "Show palette" -msgstr "パレットを表示" +#: TurtleArtActivity.py:296 TurtleArtActivity.py:657 TurtleArtActivity.py:808 +msgid "Turn off hover help" +msgstr "" -#: TurtleArtActivity.py:280 TurtleArtActivity.py:882 turtleblocks.py:392 -msgid "Hide palette" -msgstr "パレットを非表示にする" +#: TurtleArtActivity.py:303 turtleblocks.py:390 +msgid "Turn on hover help" +msgstr "" -#: TurtleArtActivity.py:447 +#: TurtleArtActivity.py:485 msgid "Rescale coordinates down" msgstr "" -#: TurtleArtActivity.py:451 TurtleArtActivity.py:608 TurtleArtActivity.py:755 +#: TurtleArtActivity.py:489 TurtleArtActivity.py:648 TurtleArtActivity.py:804 msgid "Rescale coordinates up" msgstr "" -#: TurtleArtActivity.py:541 TurtleArtActivity.py:577 TurtleArtActivity.py:677 -#: TurtleArtActivity.py:730 turtleblocks.py:387 -msgid "Edit" -msgstr "編集" - -#: TurtleArtActivity.py:546 TurtleArtActivity.py:575 TurtleArtActivity.py:678 -#: TurtleArtActivity.py:747 turtleblocks.py:382 +#: TurtleArtActivity.py:584 TurtleArtActivity.py:613 TurtleArtActivity.py:726 +#: TurtleArtActivity.py:796 turtleblocks.py:392 msgid "View" msgstr "" -#: TurtleArtActivity.py:573 TurtleArtActivity.py:679 -msgid "Project" -msgstr "プロジェクト" - -#: TurtleArtActivity.py:579 TurtleArtActivity.py:676 TurtleArtActivity.py:705 -#: TurtleArtActivity.py:707 TurtleArtActivity.py:815 +#: TurtleArtActivity.py:617 TurtleArtActivity.py:724 TurtleArtActivity.py:753 +#: TurtleArtActivity.py:755 TurtleArtActivity.py:917 msgid "Save/Load" msgstr "" -#: TurtleArtActivity.py:587 TurtleArtActivity.py:731 turtleblocks.py:385 -msgid "Copy" -msgstr "コピー" - -#: TurtleArtActivity.py:589 TurtleArtActivity.py:732 turtleblocks.py:386 -msgid "Paste" -msgstr "貼り付け" - -#: TurtleArtActivity.py:591 +#: TurtleArtActivity.py:629 msgid "Restore blocks from trash" msgstr "" -#: TurtleArtActivity.py:594 TurtleArtActivity.py:748 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 -msgid "Fullscreen" -msgstr "全画面" - -#: TurtleArtActivity.py:596 TurtleArtActivity.py:749 turtleblocks.py:366 +#: TurtleArtActivity.py:640 TurtleArtActivity.py:798 turtleblocks.py:377 msgid "Cartesian coordinates" msgstr "" -#: TurtleArtActivity.py:598 TurtleArtActivity.py:751 turtleblocks.py:368 +#: TurtleArtActivity.py:642 TurtleArtActivity.py:800 turtleblocks.py:379 msgid "Polar coordinates" msgstr "" -#: TurtleArtActivity.py:601 TurtleArtActivity.py:753 +#: TurtleArtActivity.py:645 TurtleArtActivity.py:802 msgid "Metric coordinates" msgstr "" -#: TurtleArtActivity.py:611 TurtleArtActivity.py:757 turtleblocks.py:372 -#, fuzzy -msgid "Grow blocks" -msgstr "ブロックを表示" - -#: TurtleArtActivity.py:613 TurtleArtActivity.py:758 turtleblocks.py:374 +#: TurtleArtActivity.py:654 TurtleArtActivity.py:807 turtleblocks.py:385 msgid "Shrink blocks" msgstr "" -#: TurtleArtActivity.py:630 TurtleArtActivity.py:647 TurtleArtActivity.py:686 -#: TurtleArtActivity.py:832 +#: TurtleArtActivity.py:678 TurtleArtActivity.py:695 TurtleArtActivity.py:734 +#: TurtleArtActivity.py:934 msgid "Load example" msgstr "" -#: TurtleArtActivity.py:680 TurtleArtActivity.py:888 turtleblocks.py:399 -msgid "Clean" -msgstr "消去" - -#: TurtleArtActivity.py:681 TurtleArtActivity.py:890 turtleblocks.py:400 -msgid "Run" -msgstr "実行" - -#: TurtleArtActivity.py:682 TurtleArtActivity.py:892 turtleblocks.py:401 -msgid "Step" -msgstr "ステップ実行" - -#: TurtleArtActivity.py:687 turtleblocks.py:408 util/helpbutton.py:45 -msgid "Help" -msgstr "ヘルプ" - -#: TurtleArtActivity.py:688 turtleblocks.py:403 -#, fuzzy -msgid "Stop" -msgstr "ステップ実行" - -#: TurtleArtActivity.py:710 TurtleArtActivity.py:836 TurtleArtActivity.py:858 +#: TurtleArtActivity.py:758 TurtleArtActivity.py:938 TurtleArtActivity.py:960 msgid "Load project" msgstr "" -#: TurtleArtActivity.py:713 TurtleArtActivity.py:841 TurtleArtActivity.py:863 +#: TurtleArtActivity.py:761 TurtleArtActivity.py:943 TurtleArtActivity.py:965 msgid "Load plugin" msgstr "" -#: TurtleArtActivity.py:714 TurtleArtActivity.py:844 TurtleArtActivity.py:866 +#: TurtleArtActivity.py:762 TurtleArtActivity.py:946 TurtleArtActivity.py:968 msgid "Load Python block" msgstr "" -#: TurtleArtActivity.py:766 +#: TurtleArtActivity.py:895 msgid "Palettes" msgstr "" -#: TurtleArtActivity.py:810 +#: TurtleArtActivity.py:912 msgid "Sharing blocks disabled" msgstr "" -#: TurtleArtActivity.py:883 +#: TurtleArtActivity.py:985 msgid "p" msgstr "" -#: TurtleArtActivity.py:888 +#: TurtleArtActivity.py:990 msgid "e" msgstr "" -#: TurtleArtActivity.py:890 +#: TurtleArtActivity.py:992 msgid "r" msgstr "" -#: TurtleArtActivity.py:892 +#: TurtleArtActivity.py:994 msgid "w" msgstr "" -#: TurtleArtActivity.py:895 +#: TurtleArtActivity.py:997 msgid "s" msgstr "" -#: TurtleArtActivity.py:1049 TurtleArtActivity.py:1054 -#: TurtleArtActivity.py:1121 +#: TurtleArtActivity.py:1152 TurtleArtActivity.py:1157 +#: TurtleArtActivity.py:1238 msgid "Plugin could not be installed." msgstr "" -#: TurtleArtActivity.py:1117 +#: TurtleArtActivity.py:1234 msgid "Please restart Turtle Art in order to use the plugin." msgstr "" -#: TurtleArtActivity.py:1135 +#: TurtleArtActivity.py:1252 #, python-format msgid "Plugin %s already installed." msgstr "" -#: TurtleArtActivity.py:1136 +#: TurtleArtActivity.py:1253 #, python-format msgid "Do you want to reinstall %s?" msgstr "" @@ -1109,10 +2840,6 @@ msgstr "" msgid "Submit to Web" msgstr "" -#: gnome_plugins/uploader_plugin.py:144 -msgid "Cancel" -msgstr "" - #: gnome_plugins/uploader_plugin.py:166 msgid "Login failed" msgstr "" @@ -1125,7 +2852,7 @@ msgstr "" #: 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:336 msgid "Palette of sensor blocks" msgstr "" @@ -1139,11 +2866,6 @@ msgstr "" msgid "push acceleration in x, y, z to heap" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:83 -#: plugins/audio_sensors/audio_sensors.py:98 pysamples/grecord.py:205 -msgid "sound" -msgstr "" - #: plugins/audio_sensors/audio_sensors.py:84 #: plugins/audio_sensors/audio_sensors.py:99 msgid "raw microphone input signal" @@ -1152,7 +2874,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 @@ -1161,22 +2883,15 @@ msgstr "" #: plugins/audio_sensors/audio_sensors.py:119 #: plugins/audio_sensors/audio_sensors.py:127 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "pitch" -msgstr "" +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 @@ -1184,13 +2899,6 @@ msgstr "" 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 @@ -1199,19 +2907,10 @@ msgid "microphone input voltage" msgstr "" #: plugins/camera_sensor/camera_sensor.py:67 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:133 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139 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" @@ -1243,572 +2942,425 @@ msgstr "" msgid "read value from RFID device" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:106 +#: 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:107 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 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 +#: 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:117 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:123 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 -#, fuzzy -msgid "top" -msgstr "ステップ実行" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:132 msgid "top of a collapsible stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:140 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:146 msgid "journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:141 -msgid "Sugar Journal media object" -msgstr "Sugarのジャーナル中のメディアオブジェクト" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:157 msgid "audio" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:153 -msgid "Sugar Journal audio object" -msgstr "Sugarのジャーナル中の音声" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:169 msgid "video" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:165 -#, fuzzy -msgid "Sugar Journal video object" -msgstr "Sugarのジャーナル中の音声" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181 msgid "description" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:177 -msgid "Sugar Journal description field" -msgstr "Sugarのジャーナルの説明フィールド" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:200 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:228 msgid "show" 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 -#, fuzzy -msgid "draws text or show media from the Journal" -msgstr "テキストを描画するか、ジャーナルからメディアオブジェクトを表示する" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:213 msgid "show aligned" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240 msgid "set scale" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:238 -#, fuzzy -msgid "sets the scale of media" -msgstr "メディアの表示倍率を指定する" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:251 msgid "save picture" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:247 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:258 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:253 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:264 msgid "picture name" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:248 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254 msgid "saves a picture to the Sugar Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:262 msgid "save SVG" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:265 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:266 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272 msgid "scale" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276 msgid "holds current scale value" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:275 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 msgid "media wait" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:277 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 msgid "wait for current video or audio to complete" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:289 msgid "media stop" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:285 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:291 msgid "stop video or audio" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:290 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:296 msgid "media pause" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:292 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:298 msgid "pause video or audio" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:303 msgid "media resume" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 msgid "resume playing video or audio" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:311 msgid "speak" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:313 msgid "hello" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:308 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:314 msgid "speaks text" msgstr "" #. TRANS: pitch, duration, amplitude -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:316 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 msgid "sinewave" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:323 msgid "amplitude" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:317 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:323 msgid "duration" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:320 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:326 msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:337 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348 +#: 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:340 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:346 msgid "returns 1 if mouse button is pressed" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:351 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:357 msgid "returns True if mouse button is pressed" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:364 msgid "mouse x" -msgstr "" +msgstr "マウスx" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:367 msgid "returns mouse x coordinate" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:368 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374 msgid "mouse y" -msgstr "" +msgstr "マウスy" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:377 msgid "returns mouse y coordinate" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:379 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385 msgid "query keyboard" -msgstr "" +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:388 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394 msgid "keyboard" -msgstr "" +msgstr "キーボード" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:392 -#, fuzzy -msgid "holds results of query-keyboard block as ASCII" -msgstr "query-kb(キー入力問い合わせ)ブロックの結果を保持します" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:424 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430 msgid "read pixel" -msgstr "" +msgstr "ピクセルを読む" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:433 msgid "RGB color under the turtle is pushed to the stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:435 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 msgid "turtle sees" -msgstr "" +msgstr "タートルが見ているもの" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:437 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:443 msgid "returns the color that the turtle \"sees\"" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:445 -msgid "time" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:448 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "elapsed time (in seconds) since program started" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:457 -#, fuzzy -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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:470 msgid "push" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:467 -#, fuzzy -msgid "pushes value onto FILO (first-in last-out heap)" -msgstr "FILO(先入れ後だし)のヒープに値を入れる" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:477 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483 msgid "show heap" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:480 -#, fuzzy -msgid "shows values in FILO (first-in last-out heap)" -msgstr "FILO(先入れ後だし)のヒープに値を入れる" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:490 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496 msgid "empty heap" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:493 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 msgid "emptys FILO (first-in-last-out heap)" msgstr "" #. TRANS: pop removes a new item from the program stack -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:504 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510 msgid "pop" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508 -#, fuzzy -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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:535 msgid "empty heap?" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:522 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:528 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:538 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:545 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:547 msgid "comment" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:543 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 msgid "places a comment in your code" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "print" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:553 -msgid "prints value in status block at bottom of the screen" -msgstr "画面下部の状態ブロックに値を表示します" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569 msgid "Python chr operator" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:572 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:578 msgid "Python int operator" 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612 msgid "Python" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589 msgid "" "a programmable block: used to add advanced single-variable math equations, e." "g., sin(x)" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:602 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sqrt(x*x+y*y)" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:610 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:616 msgid "" "a programmable block: used to add advanced multi-variable math equations, e." "g., sin(x+y+z)" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:622 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:638 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:628 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:659 msgid "Python block" 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:630 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:646 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:675 msgid "Cartesian" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:671 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 msgid "displays Cartesian coordinates" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:677 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:683 msgid "polar" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:679 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 msgid "displays polar coordinates" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:685 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:756 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:691 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:773 msgid "turtle" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:695 msgid "chooses which turtle to command" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:698 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:707 +#. TRANS: pop removes a new item from the program stack +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 +msgid "active turtle" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:706 +msgid "the name of the active turtle" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 msgid "turtle shell" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:725 msgid "put a custom 'shell' on the turtle" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:716 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733 msgid "top of a collapsed stack" 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:738 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:748 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:759 msgid "load" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:735 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:746 -#, fuzzy -msgid "loads a block" -msgstr "私のブロックを読み込む" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:745 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:762 msgid "setxy" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:754 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 msgid "palette" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:757 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "selects a palette" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:765 -#, fuzzy -msgid "Palette of presentation templates" -msgstr "プレゼンテーションテンプレートのパレット" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:772 -#, fuzzy -msgid "hide blocks" -msgstr "ブロックを非表示にする" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 -#, fuzzy -msgid "declutters canvas by hiding blocks" -msgstr "ブロックを隠してキャンバスをすっきりさせます" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 -#, fuzzy -msgid "show blocks" -msgstr "ブロックを表示" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:783 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 msgid "restores hidden blocks" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:791 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "hides the Sugar toolbars" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:800 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "list" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1039 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:821 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1056 msgid "presentation bulleted list" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:812 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 -#, fuzzy -msgid "presentation template: list of bullets" -msgstr "プレゼンテーションテンプレート: 7個の箇条書き" - -#: 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: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:833 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 -msgid "presentation template: select four Journal objects" -msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを4つ選ぶ" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:847 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 -msgid "presentation template: select two Journal objects" -msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを2つ選ぶ" - -#: 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:879 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 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:921 msgid "title x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:913 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:930 msgid "title y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:922 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:939 msgid "left x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:931 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:948 msgid "top y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:940 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:957 msgid "right x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:949 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:966 msgid "bottom y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:964 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:979 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:981 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:996 msgid "presentation 1x1" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:994 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1011 msgid "presentation 2x1" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1009 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1026 msgid "presentation 1x2" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1024 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1041 msgid "presentation 2x2" msgstr "" +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:1073 +msgid "Palette of user-defined operators" +msgstr "" + #: pysamples/brain.py:43 msgid "Please install the Speak Activity and try again." msgstr "" @@ -1836,11 +3388,6 @@ msgstr "" msgid "push destination rgb value to heap" msgstr "" -#: pysamples/grecord.py:215 -#, fuzzy -msgid "stop" -msgstr "ステップ実行" - #: pysamples/grecord.py:217 msgid "play" msgstr "" @@ -1861,92 +3408,85 @@ msgstr "" msgid "make a uturn" msgstr "" -#: turtleblocks.py:86 +#: turtleblocks.py:89 msgid "usage is" msgstr "" -#: turtleblocks.py:240 +#: turtleblocks.py:250 msgid "No option action:" msgstr "" -#: turtleblocks.py:255 +#: turtleblocks.py:265 msgid "File not found" msgstr "" -#: turtleblocks.py:279 +#: turtleblocks.py:289 #, python-format msgid "Configuration directory not writable: %s" msgstr "" -#: turtleblocks.py:354 +#: turtleblocks.py:365 msgid "New" msgstr "" -#: turtleblocks.py:355 +#: turtleblocks.py:366 msgid "Open" msgstr "" -#: turtleblocks.py:356 +#: turtleblocks.py:367 msgid "Save" msgstr "" -#: turtleblocks.py:357 +#: turtleblocks.py:368 msgid "Save as" msgstr "" -#: turtleblocks.py:362 +#: turtleblocks.py:373 msgid "Quit" msgstr "" -#: turtleblocks.py:363 +#: turtleblocks.py:374 msgid "File" msgstr "" -#: turtleblocks.py:370 +#: turtleblocks.py:381 msgid "Rescale coordinates" msgstr "" -#: turtleblocks.py:376 +#: turtleblocks.py:387 msgid "Reset block size" msgstr "" -#: turtleblocks.py:394 +#: turtleblocks.py:408 msgid "Show/hide blocks" msgstr "" -#: turtleblocks.py:396 +#: turtleblocks.py:410 msgid "Tools" msgstr "" -#: turtleblocks.py:402 -msgid "Debug" -msgstr "デバッグ" - -#: turtleblocks.py:404 +#: turtleblocks.py:418 msgid "Turtle" msgstr "" -#: turtleblocks.py:407 +#: turtleblocks.py:421 msgid "About..." msgstr "" -#: turtleblocks.py:447 +#: turtleblocks.py:461 msgid "You have unsaved work. Would you like to save before quitting?" msgstr "" -#: turtleblocks.py:448 +#: turtleblocks.py:462 msgid "Save project?" msgstr "" -#, fuzzy -#~ msgid "samples" -#~ msgstr "サンプル" - #~ msgid "Save as HTML" #~ msgstr "HTMLとして保存" #~ msgid "Move the cursor over the orange palette for help." -#~ msgstr "ヘルプを表示するには、オレンジ色のパレットの上でカーソルを動かしてください" +#~ msgstr "" +#~ "ヘルプを表示するには、オレンジ色のパレットの上でカーソルを動かしてください" #, fuzzy #~ msgid "full screen" @@ -1972,8 +3512,11 @@ msgstr "" #~ msgstr "現在のペンの影の値を保持します(数値ブロックの代わりに使えます)" #~ msgid "" -#~ "a programmable block: add your own math equation in the block, e.g., sin(x)" -#~ msgstr "プログラム可能なブロック: ブロックの中にあなたの独自の数値計算を追加してください" +#~ "a programmable block: add your own math equation in the block, e.g., " +#~ "sin(x)" +#~ msgstr "" +#~ "プログラム可能なブロック: ブロックの中にあなたの独自の数値計算を追加してく" +#~ "ださい" #~ msgid "pop value off FILO" #~ msgstr "FILO(先入れ後だし)のヒープから値を取り出す" -- cgit v0.9.1