From 3b1191f901b3c51e566bb273b7373f327a7b3cf6 Mon Sep 17 00:00:00 2001 From: Pootle daemon Date: Sat, 18 Feb 2012 04:50:00 +0000 Subject: Commit from Sugar Labs: Translation System by user cjl.: 597 of 597 messages translated (0 fuzzy). --- (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index bc28fe2..37fdf2c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-29 09:03-0400\n" +"POT-Creation-Date: 2012-02-16 00:31-0500\n" "PO-Revision-Date: 2011-08-26 07:25+0200\n" "Last-Translator: Chris \n" "Language-Team: LANGUAGE \n" @@ -17,671 +17,930 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: activity/activity.info:2 turtleart.py:272 pysamples/grecord.py:205 -#: TurtleArt/tawindow.py:1568 TurtleArt/tawindow.py:2793 -#: TurtleArt/taexporthtml.py:127 TurtleArt/taexporthtml.py:129 +#: activity/activity.info:2 TurtleArt/taexporthtml.py:137 +#: TurtleArt/taexporthtml.py:139 TurtleArt/tawindow.py:1747 +#: TurtleArt/tawindow.py:3055 pysamples/grecord.py:205 turtleart.py:288 msgid "Turtle Art" msgstr "タートルアート" -#: turtleart.py:68 -msgid "usage is" -msgstr "" +#: TurtleArt/tabasics.py:115 +#, fuzzy +msgid "Palette of turtle commands" +msgstr "タートルについての命令のパレット" -#: turtleart.py:212 -msgid "No option action:" +#: TurtleArt/tabasics.py:120 +msgid "forward" msgstr "" -#: turtleart.py:224 -msgid "File not found" -msgstr "" +#: TurtleArt/tabasics.py:124 +#, fuzzy +msgid "moves turtle forward" +msgstr "タートルを前に進める" -#: turtleart.py:248 -#, python-format -msgid "Configuration directory not writable: %s" +#: TurtleArt/tabasics.py:131 +msgid "back" msgstr "" -#: turtleart.py:304 -msgid "New" -msgstr "" +#: TurtleArt/tabasics.py:135 +#, fuzzy +msgid "moves turtle backward" +msgstr "タートルを後ろに進める" -#: turtleart.py:305 -msgid "Open" -msgstr "" +#: TurtleArt/tabasics.py:143 +msgid "clean" +msgstr "消去" -#: turtleart.py:306 -msgid "Save" -msgstr "" +#: TurtleArt/tabasics.py:146 +#, fuzzy +msgid "clears the screen and reset the turtle" +msgstr "画面を消去してタートルをリセットする" -#: turtleart.py:307 -msgid "Save as" +#: TurtleArt/tabasics.py:154 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:731 +msgid "left" msgstr "" -#: turtleart.py:308 TurtleArtActivity.py:604 -msgid "Save as image" -msgstr "画像として保存" - -#: turtleart.py:310 TurtleArtActivity.py:607 -msgid "Save as HTML" -msgstr "HTMLとして保存" - -#: turtleart.py:312 TurtleArtActivity.py:609 -msgid "Save as Logo" -msgstr "LOGOプログラムとして保存" +#: TurtleArt/tabasics.py:158 +#, fuzzy +msgid "turns turtle counterclockwise (angle in degrees)" +msgstr "タートルを反時計周りに回す(度単位)" -#: turtleart.py:314 -msgid "Quit" +#: TurtleArt/tabasics.py:165 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:755 +msgid "right" msgstr "" -#: turtleart.py:315 -msgid "File" -msgstr "" +#: TurtleArt/tabasics.py:169 +#, fuzzy +msgid "turns turtle clockwise (angle in degrees)" +msgstr "タートルを時計周りに回す(度単位)" -#: turtleart.py:318 TurtleArtActivity.py:539 -msgid "Cartesian coordinates" +#: TurtleArt/tabasics.py:177 +msgid "arc" msgstr "" -#: turtleart.py:320 TurtleArtActivity.py:541 -msgid "Polar coordinates" +#: TurtleArt/tabasics.py:177 +msgid "angle" msgstr "" -#: turtleart.py:322 -msgid "Rescale coordinates" +#: TurtleArt/tabasics.py:177 +msgid "radius" msgstr "" -#: turtleart.py:324 TurtleArtActivity.py:554 +#: TurtleArt/tabasics.py:181 #, fuzzy -msgid "Grow blocks" -msgstr "ブロックを表示" +msgid "moves turtle along an arc" +msgstr "円弧に沿ってタートルを動かす" -#: turtleart.py:326 TurtleArtActivity.py:556 -msgid "Shrink blocks" +#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 +msgid "set xy" msgstr "" -#: turtleart.py:328 -msgid "Reset block size" +#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:218 +msgid "x" msgstr "" -#: turtleart.py:330 TurtleArtActivity.py:469 TurtleArtActivity.py:518 -msgid "View" +#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 taextras.py:219 +msgid "y" msgstr "" -#: turtleart.py:333 TurtleArtActivity.py:533 -msgid "Copy" -msgstr "コピー" +#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260 +#, fuzzy +msgid "" +"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." +msgstr "タートルをx,y座標の場所に移動する; (0, 0)が画面の中心です" -#: turtleart.py:334 TurtleArtActivity.py:535 -msgid "Paste" -msgstr "貼り付け" +#: TurtleArt/tabasics.py:204 +msgid "set heading" +msgstr "" -#: turtleart.py:335 TurtleArtActivity.py:465 TurtleArtActivity.py:520 -msgid "Edit" -msgstr "編集" +#: TurtleArt/tabasics.py:208 +#, fuzzy +msgid "sets the heading of the turtle (0 is towards the top of the screen.)" +msgstr "タートルの頭の向きを設定する(0は画面の上方向)" -#: turtleart.py:338 TurtleArtActivity.py:244 -msgid "Show palette" -msgstr "パレットを表示" +#: TurtleArt/tabasics.py:216 TurtleArt/tawindow.py:3051 +#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:542 +msgid "xcor" +msgstr "" -#: turtleart.py:340 TurtleArtActivity.py:250 TurtleArtActivity.py:629 -msgid "Hide palette" -msgstr "パレットを非表示にする" +#: TurtleArt/tabasics.py:217 +msgid "" +"holds current x-coordinate value of the turtle (can be used in place of a " +"number block)" +msgstr "現在のタートルのx座標の値を保持します (数値ブロックの代わりに使えます)" -#: turtleart.py:342 -msgid "Show/hide blocks" +#: TurtleArt/tabasics.py:227 TurtleArt/tawindow.py:3051 +#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 +msgid "ycor" msgstr "" -#: turtleart.py:344 -msgid "Tools" -msgstr "" +#: TurtleArt/tabasics.py:228 +msgid "" +"holds current y-coordinate value of the turtle (can be used in place of a " +"number block)" +msgstr "現在のタートルのy座標の値を保持します(数値ブロックの代わりに使えます)" -#: turtleart.py:347 TurtleArtActivity.py:638 -msgid "Clean" -msgstr "消去" +#: TurtleArt/tabasics.py:238 TurtleArt/tawindow.py:3051 +#: TurtleArt/tawindow.py:3055 TurtleArtActivity.py:543 +msgid "heading" +msgstr "" -#: turtleart.py:348 TurtleArtActivity.py:640 -msgid "Run" -msgstr "実行" +#: TurtleArt/tabasics.py:239 +msgid "" +"holds current heading value of the turtle (can be used in place of a number " +"block)" +msgstr "現在のタートルの向きを保持します(数値ブロックの代わりに使えます)" -#: turtleart.py:349 TurtleArtActivity.py:642 -msgid "Step" -msgstr "ステップ実行" +#: TurtleArt/tabasics.py:273 +#, fuzzy +msgid "Palette of pen commands" +msgstr "ペンについての命令のパレット" -#: turtleart.py:350 TurtleArtActivity.py:644 -msgid "Debug" -msgstr "デバッグ" +#: TurtleArt/tabasics.py:277 +msgid "pen up" +msgstr "" -#: turtleart.py:351 +#: TurtleArt/tabasics.py:280 #, fuzzy -msgid "Stop" -msgstr "ステップ実行" +msgid "Turtle will not draw when moved." +msgstr "タートルが動いても描画されません" -#: turtleart.py:352 -msgid "Turtle" +#: TurtleArt/tabasics.py:286 +msgid "pen down" msgstr "" -#: turtleart.py:382 -msgid "You have unsaved work. Would you like to save before quitting?" -msgstr "" +#: TurtleArt/tabasics.py:289 +#, fuzzy +msgid "Turtle will draw when moved." +msgstr "タートルが動くと描画されます" -#: turtleart.py:383 -msgid "Save project?" +#: TurtleArt/tabasics.py:295 +msgid "set pen size" msgstr "" -#: TurtleArtActivity.py:125 -msgid "presentation" +#: TurtleArt/tabasics.py:299 +#, fuzzy +msgid "sets size of the line drawn by the turtle" +msgstr "タートルによって描かれる線のサイズを設定します" + +#: TurtleArt/tabasics.py:309 +#, fuzzy +msgid "fill screen" +msgstr "全画面" + +#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:399 taextras.py:260 +msgid "color" msgstr "" -#: TurtleArtActivity.py:196 -msgid "snapshot" +#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:409 +msgid "shade" msgstr "" -#: TurtleArtActivity.py:257 TurtleArtActivity.py:270 -msgid "Show blocks" -msgstr "ブロックを表示" +#: TurtleArt/tabasics.py:313 +msgid "fills the background with (color, shade)" +msgstr "背景を(色、影)で塗りつぶします" -#: TurtleArtActivity.py:260 TurtleArtActivity.py:278 TurtleArtActivity.py:632 -msgid "Hide blocks" -msgstr "ブロックを非表示にする" +#: TurtleArt/tabasics.py:322 +msgid "pen size" +msgstr "" -#: TurtleArtActivity.py:398 -msgid "Rescale coordinates down" +#: TurtleArt/tabasics.py:323 +msgid "holds current pen size (can be used in place of a number block)" +msgstr "現在のペンの大きさを保持します(数値ブロックの代わりに使えます)" + +#: TurtleArt/tabasics.py:334 +msgid "start fill" msgstr "" -#: TurtleArtActivity.py:402 TurtleArtActivity.py:551 -msgid "Rescale coordinates up" +#: TurtleArt/tabasics.py:336 +msgid "starts filled polygon (used with end fill block)" msgstr "" -#: TurtleArtActivity.py:476 TurtleArtActivity.py:524 -msgid "Help" -msgstr "ヘルプ" +#: TurtleArt/tabasics.py:343 +msgid "end fill" +msgstr "" -#: TurtleArtActivity.py:497 TurtleArtActivity.py:623 -msgid "Load example" +#: TurtleArt/tabasics.py:345 +msgid "completes filled polygon (used with start fill block)" msgstr "" -#: TurtleArtActivity.py:516 -msgid "Project" -msgstr "プロジェクト" +#: TurtleArt/tabasics.py:356 TurtleArt/tabasics.py:360 +#, fuzzy +msgid "Palette of pen colors" +msgstr "ペンについての命令のパレット" -#: TurtleArtActivity.py:522 -msgid "Import/Export" +#: TurtleArt/tabasics.py:364 +msgid "set color" msgstr "" -#: TurtleArtActivity.py:537 -msgid "Fullscreen" -msgstr "全画面" +#: TurtleArt/tabasics.py:368 +#, fuzzy +msgid "sets color of the line drawn by the turtle" +msgstr "タートルが描画する線の色を設定します" -#: TurtleArtActivity.py:544 -msgid "Metric coordinates" +#: TurtleArt/tabasics.py:376 +msgid "set shade" msgstr "" -#: TurtleArtActivity.py:547 TurtleArt/tawindow.py:2789 -#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:216 -msgid "xcor" -msgstr "" +#: TurtleArt/tabasics.py:380 +#, fuzzy +msgid "sets shade of the line drawn by the turtle" +msgstr "タートルが描画する線の影を設定します" -#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789 -#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:227 -msgid "ycor" +#: TurtleArt/tabasics.py:388 +msgid "set gray" msgstr "" -#: TurtleArtActivity.py:548 TurtleArt/tawindow.py:2789 -#: TurtleArt/tawindow.py:2793 TurtleArt/tabasics.py:238 -msgid "heading" -msgstr "" +#: TurtleArt/tabasics.py:391 +#, fuzzy +msgid "sets gray level of the line drawn by the turtle" +msgstr "タートルが描画する線の影を設定します" -#: TurtleArtActivity.py:574 TurtleArtActivity.py:578 -msgid "Move the cursor over the orange palette for help." -msgstr "ヘルプを表示するには、オレンジ色のパレットの上でカーソルを動かしてください" +#: TurtleArt/tabasics.py:400 +msgid "holds current pen color (can be used in place of a number block)" +msgstr "現在のペンの色を保持します(数値ブロックの代わりに使えます)" -#: TurtleArtActivity.py:612 -msgid "Save snapshot" -msgstr "スナップショットを保存" +#: TurtleArt/tabasics.py:410 +msgid "holds current pen shade" +msgstr "" -#: TurtleArtActivity.py:616 -msgid "Import project from the Journal" +#: TurtleArt/tabasics.py:418 +msgid "gray" msgstr "" -#: TurtleArtActivity.py:619 -msgid "Load Python block" +#: TurtleArt/tabasics.py:419 +#, fuzzy +msgid "holds current gray level (can be used in place of a number block)" +msgstr "現在の表示倍率の値を保持します(数値ブロックの代わりに使えます)" + +#: TurtleArt/tabasics.py:425 +msgid "red" msgstr "" -#: TurtleArtActivity.py:630 -msgid "p" +#: TurtleArt/tabasics.py:426 +msgid "orange" msgstr "" -#: TurtleArtActivity.py:633 -msgid "b" +#: TurtleArt/tabasics.py:428 +msgid "yellow" msgstr "" -#: TurtleArtActivity.py:638 -msgid "e" +#: TurtleArt/tabasics.py:430 +msgid "green" msgstr "" -#: TurtleArtActivity.py:640 -msgid "r" +#: TurtleArt/tabasics.py:431 +msgid "cyan" msgstr "" -#: TurtleArtActivity.py:642 -msgid "w" +#: TurtleArt/tabasics.py:432 +msgid "blue" msgstr "" -#: TurtleArtActivity.py:644 -msgid "d" +#: TurtleArt/tabasics.py:433 +msgid "purple" msgstr "" -#: TurtleArtActivity.py:646 -msgid "Stop turtle" -msgstr "タートルを停止" +#: TurtleArt/tabasics.py:435 +msgid "white" +msgstr "" -#: TurtleArtActivity.py:647 -msgid "s" +#: TurtleArt/tabasics.py:436 +msgid "black" msgstr "" -#: taextras.py:36 -msgid "Turtle Art Mini" +#: TurtleArt/tabasics.py:442 +msgid "set text color" msgstr "" -#: taextras.py:40 -msgid "Turtle Confusion" +#: TurtleArt/tabasics.py:445 +#, fuzzy +msgid "sets color of text drawn by the turtle" +msgstr "タートルが描画する文字の色を設定します" + +#: TurtleArt/tabasics.py:453 +msgid "set text size" msgstr "" -#: taextras.py:41 -msgid "Select a challenge" +#: TurtleArt/tabasics.py:456 +#, fuzzy +msgid "sets size of text drawn by the turtle" +msgstr "タートルが描画する文字のサイズを設定します" + +#: TurtleArt/tabasics.py:539 +#, fuzzy +msgid "Palette of numeric operators" +msgstr "数値演算子のパレット" + +#: TurtleArt/tabasics.py:545 +msgid "plus" msgstr "" -#: taextras.py:47 -msgid "Palette of Mexican pesos" +#: TurtleArt/tabasics.py:548 +#, fuzzy +msgid "adds two alphanumeric inputs" +msgstr "2つの入力数値を足し算します" + +#: TurtleArt/tabasics.py:556 +msgid "minus" msgstr "" -#: taextras.py:48 -msgid "Palette of Colombian pesos" +#: TurtleArt/tabasics.py:559 +msgid "subtracts bottom numeric input from top numeric input" +msgstr "上側の入力数値から下側の入力数値を引き算します" + +#: TurtleArt/tabasics.py:570 +msgid "multiply" msgstr "" -#: taextras.py:49 -msgid "Palette of Rwandan francs" +#: TurtleArt/tabasics.py:573 +msgid "multiplies two numeric inputs" +msgstr "2つの入力数値を掛け算します" + +#: TurtleArt/tabasics.py:582 +msgid "divide" msgstr "" -#: taextras.py:50 -msgid "Palette of US currencies" +#: TurtleArt/tabasics.py:585 +msgid "" +"divides top numeric input (numerator) by bottom numeric input (denominator)" +msgstr "上側の入力数値を下側の入力数値で割ります" + +#: TurtleArt/tabasics.py:595 +msgid "identity" msgstr "" -#: taextras.py:51 -msgid "Palette of Australian currencies" +#: TurtleArt/tabasics.py:597 +msgid "identity operator used for extending blocks" msgstr "" -#: taextras.py:52 -msgid "Palette of Guaranies" +#: TurtleArt/tabasics.py:605 TurtleArt/tabasics.py:606 +msgid "mod" msgstr "" -#. TRANS: Butia is the Arduino Robot Project from Uruguay -#. (http://www.fing.edu.uy/inco/proyectos/butia/) -#: taextras.py:58 -msgid "Turtle Art Butia" +#: TurtleArt/tabasics.py:609 +msgid "modular (remainder) operator" +msgstr "剰余演算子" + +#: TurtleArt/tabasics.py:616 +msgid "√" msgstr "" -#: taextras.py:59 -msgid "Adjust LED intensity between 0 and 255." +#: TurtleArt/tabasics.py:617 +msgid "square root" msgstr "" -#: taextras.py:60 -msgid "" -"Returns the object gray level encountered him as a number between 0 and 1023." +#: TurtleArt/tabasics.py:620 +#, fuzzy +msgid "calculates square root" +msgstr "平方根を計算します" + +#: TurtleArt/tabasics.py:627 +msgid "random" msgstr "" -#: taextras.py:62 -msgid "Returns 1 when the button is press and 0 otherwise." +#: TurtleArt/tabasics.py:627 +msgid "min" msgstr "" -#: taextras.py:63 -msgid "Returns the ambient light level as a number between 0 and 1023." +#: TurtleArt/tabasics.py:627 +msgid "max" msgstr "" -#: taextras.py:64 -msgid "Returns the ambient temperature as a number between 0 and 255." +#: TurtleArt/tabasics.py:631 +#, fuzzy +msgid "returns random number between minimum (top) and maximum (bottom) values" +msgstr "最小値(左)と最大値(右)の間の乱数を返します" + +#: TurtleArt/tabasics.py:643 +msgid "number" msgstr "" -#: taextras.py:65 -msgid "" -"Returns the distance from the object in front of the sensor as a number " -"between 0 and 255." +#: TurtleArt/tabasics.py:644 +msgid "used as numeric input in mathematic operators" +msgstr "数値の入力に使います" + +#: TurtleArt/tabasics.py:651 +msgid "greater than" msgstr "" -#: taextras.py:67 -msgid "Returns 0 or 1 depending on the sensor inclination." +#: TurtleArt/tabasics.py:654 +msgid "logical greater-than operator" +msgstr "「大なり」の比較演算子" + +#: TurtleArt/tabasics.py:660 +msgid "True" msgstr "" -#: taextras.py:68 -msgid "Returns 1 when the sensors detects a magnetic field, 0 otherwise." +#: TurtleArt/tabasics.py:666 +msgid "less than" msgstr "" -#: taextras.py:69 -msgid "Switches from 0 to 1, the frequency depends on the vibration." +#: TurtleArt/tabasics.py:669 +msgid "logical less-than operator" +msgstr "「小なり」の比較演算子" + +#: TurtleArt/tabasics.py:674 +msgid "False" msgstr "" -#: taextras.py:70 -msgid "LED" +#: TurtleArt/tabasics.py:680 +msgid "equal" msgstr "" -#: taextras.py:71 -msgid "pushbutton" +#: TurtleArt/tabasics.py:683 +msgid "logical equal-to operator" +msgstr "「等しい」の比較演算子" + +#: TurtleArt/tabasics.py:689 +msgid "not" msgstr "" -#: taextras.py:72 -msgid "grayscale" +#: TurtleArt/tabasics.py:692 +msgid "logical NOT operator" +msgstr "論理否定演算子" + +#: TurtleArt/tabasics.py:698 TurtleArt/tabasics.py:701 +msgid "and" msgstr "" -#: taextras.py:73 -msgid "ambient light" +#: TurtleArt/tabasics.py:702 +msgid "logical AND operator" +msgstr "論理積演算子" + +#: TurtleArt/tabasics.py:709 TurtleArt/tabasics.py:712 +msgid "or" msgstr "" -#: taextras.py:74 -msgid "temperature" +#: TurtleArt/tabasics.py:713 +msgid "logical OR operator" +msgstr "論理和演算子" + +#: TurtleArt/tabasics.py:722 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:94 +#, fuzzy +msgid "Palette of flow operators" +msgstr "処理の流れを制御するブロックのパレット" + +#: TurtleArt/tabasics.py:727 +msgid "wait" msgstr "" -#: taextras.py:75 -msgid "distance" +#: TurtleArt/tabasics.py:731 +msgid "pauses program execution a specified number of seconds" msgstr "" -#: taextras.py:76 -msgid "tilt" +#: TurtleArt/tabasics.py:738 +msgid "forever" msgstr "" -#: taextras.py:77 -msgid "magnetic induction" +#: TurtleArt/tabasics.py:742 +#, fuzzy +msgid "loops forever" +msgstr "無限ループ" + +#: TurtleArt/tabasics.py:748 TurtleArt/tabasics.py:752 +msgid "repeat" msgstr "" -#: taextras.py:78 -msgid "vibration" +#: TurtleArt/tabasics.py:753 +#, fuzzy +msgid "loops specified number of times" +msgstr "指定回数のループ" + +#: TurtleArt/tabasics.py:759 TurtleArt/tabasics.py:771 +msgid "if" msgstr "" -#: taextras.py:79 -msgid "Butia Robot" +#: TurtleArt/tabasics.py:759 +msgid "then" msgstr "" -#: taextras.py:80 -msgid "delay Butia" +#: TurtleArt/tabasics.py:762 +msgid "if then" msgstr "" -#: taextras.py:81 -msgid "wait for argument seconds" +#: TurtleArt/tabasics.py:764 +msgid "if-then operator that uses boolean operators from Numbers palette" msgstr "" -#: taextras.py:82 -msgid "Butia battery charge" +#: TurtleArt/tabasics.py:771 +msgid "then else" msgstr "" -#: taextras.py:83 -msgid "Returns the battery charge as a number between 0 and 255." +#: TurtleArt/tabasics.py:775 +msgid "if then else" msgstr "" -#: taextras.py:84 -msgid "Butia speed" +#: TurtleArt/tabasics.py:776 +msgid "if-then-else operator that uses boolean operators from Numbers palette" msgstr "" -#: taextras.py:85 -msgid "" -"Set the speed of the Butia motors as a value between 0 and 1023, passed by " -"an argument." +#: TurtleArt/tabasics.py:784 +msgid "horizontal space" msgstr "" -#: taextras.py:87 -msgid "forward Butia" +#: TurtleArt/tabasics.py:785 +msgid "jogs stack right" msgstr "" -#: taextras.py:88 -msgid "Move the Butia robot forward." +#: TurtleArt/tabasics.py:792 +msgid "vertical space" msgstr "" -#: taextras.py:89 -msgid "forward distance" +#: TurtleArt/tabasics.py:793 +msgid "jogs stack down" msgstr "" -#: taextras.py:90 -msgid "Move the Butia robot forward a predefined distance." +#: TurtleArt/tabasics.py:799 +msgid "stop action" msgstr "" -#: taextras.py:91 -msgid "backward Butia" +#: TurtleArt/tabasics.py:802 +msgid "stops current action" msgstr "" -#: taextras.py:92 taextras.py:96 taextras.py:98 taextras.py:102 -msgid "Move the Butia robot backward." +#: TurtleArt/tabasics.py:811 +#, fuzzy +msgid "Palette of variable blocks" +msgstr "変数ブロックのパレット" + +#: TurtleArt/tabasics.py:816 pysamples/grecord.py:213 +msgid "start" msgstr "" -#: taextras.py:93 -msgid "backward distance" +#: TurtleArt/tabasics.py:819 +msgid "connects action to toolbar run buttons" +msgstr "アクションをツールバーの実行ボタンに結びつける" + +#: TurtleArt/tabasics.py:827 +msgid "store in box 1" msgstr "" -#: taextras.py:94 -msgid "Move the Butia robot backward a predefined distance." +#: TurtleArt/tabasics.py:831 +#, fuzzy +msgid "stores numeric value in Variable 1" +msgstr "変数1に数値を格納する" + +#: TurtleArt/tabasics.py:838 +msgid "store in box 2" msgstr "" -#: taextras.py:95 -msgid "left Butia" +#: TurtleArt/tabasics.py:842 +#, fuzzy +msgid "stores numeric value in Variable 2" +msgstr "変数2に数値を格納する" + +#: TurtleArt/tabasics.py:849 TurtleArt/tabasics.py:850 +#: TurtleArt/tabasics.py:851 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:174 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:181 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:194 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:209 +msgid "text" msgstr "" -#: taextras.py:97 -msgid "right Butia" +#: TurtleArt/tabasics.py:852 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:175 +msgid "string value" +msgstr "文字列値" + +#: TurtleArt/tabasics.py:856 +msgid "box 1" msgstr "" -#: taextras.py:99 -msgid "Turn x degrees" +#: TurtleArt/tabasics.py:859 +#, fuzzy +msgid "Variable 1 (numeric value)" +msgstr "変数1 (数値)" + +#: TurtleArt/tabasics.py:865 +msgid "box 2" msgstr "" -#: taextras.py:100 -msgid "Turn the Butia robot x degrees." +#: TurtleArt/tabasics.py:868 +#, fuzzy +msgid "Variable 2 (numeric value)" +msgstr "変数2 (数値)" + +#: TurtleArt/tabasics.py:875 TurtleArt/tabasics.py:885 +msgid "box" msgstr "" -#: taextras.py:101 -msgid "stop Butia" +#: TurtleArt/tabasics.py:877 TurtleArt/tabasics.py:888 +msgid "my box" msgstr "" -#: taextras.py:103 -msgid "print Butia" +#: TurtleArt/tabasics.py:879 +msgid "named variable (numeric value)" +msgstr "名前つき変数(数値)" + +#: TurtleArt/tabasics.py:885 +msgid "store in" msgstr "" -#: taextras.py:104 -msgid "Print text in Butia robot 32-character ASCII display." +#: TurtleArt/tabasics.py:885 +msgid "value" msgstr "" -#: taextras.py:105 -msgid "Butia" +#: TurtleArt/tabasics.py:889 +#, fuzzy +msgid "stores numeric value in named variable" +msgstr "名前つき変数に数値を格納する" + +#: TurtleArt/tabasics.py:897 TurtleArt/tabasics.py:899 +#: TurtleArt/tabasics.py:923 TurtleArt/tabasics.py:926 +msgid "action" msgstr "" -#: taextras.py:109 -msgid "The camera was not found." +#: TurtleArt/tabasics.py:901 +msgid "top of nameable action stack" msgstr "" -#: taextras.py:110 -msgid "Error on the initialization of the camera." +#: TurtleArt/tabasics.py:906 TurtleArt/tabasics.py:933 +msgid "action 1" msgstr "" -#: taextras.py:111 -msgid "FollowMe" +#: TurtleArt/tabasics.py:909 +msgid "top of Action 1 stack" msgstr "" -#: taextras.py:112 -msgid "follow a RGB color" +#: TurtleArt/tabasics.py:914 TurtleArt/tabasics.py:942 +msgid "action 2" msgstr "" -#: taextras.py:113 -msgid "follow a turtle color" +#: TurtleArt/tabasics.py:917 +msgid "top of Action 2 stack" msgstr "" -#: taextras.py:114 -msgid "calibrate a color to follow" +#: TurtleArt/tabasics.py:927 +msgid "invokes named action stack" msgstr "" -#: taextras.py:115 -msgid "x position" +#: TurtleArt/tabasics.py:936 +msgid "invokes Action 1 stack" msgstr "" -#: taextras.py:116 -msgid "return x position" +#: TurtleArt/tabasics.py:945 +msgid "invokes Action 2 stack" msgstr "" -#: taextras.py:117 -msgid "y position" +#: TurtleArt/tabasics.py:953 +msgid "trash" msgstr "" -#: taextras.py:118 -msgid "return y position" +#: TurtleArt/tabasics.py:957 +msgid "empty trash" msgstr "" -#: taextras.py:122 -msgid "Sumo Butia" +#: TurtleArt/tabasics.py:958 +msgid "permanently deletes items in trash" msgstr "" -#: taextras.py:123 -msgid "submit speed​​" +#: TurtleArt/tabasics.py:962 +msgid "restore all" msgstr "" -#: taextras.py:124 -msgid "Send speeds the robot." +#: TurtleArt/tabasics.py:963 +msgid "restore all blocks from trash" msgstr "" -#: taextras.py:125 -msgid "set speed" +#: TurtleArt/tabasics.py:967 +msgid "clear all" msgstr "" -#: taextras.py:126 -msgid "Set the default speed for the movement commands." +#: TurtleArt/tabasics.py:968 +msgid "move all blocks to trash" msgstr "" -#: taextras.py:127 -msgid "move" +#: TurtleArt/taconstants.py:250 TurtleArt/taconstants.py:272 +#: TurtleArt/taconstants.py:293 TurtleArt/taconstants.py:335 +#: TurtleArt/taconstants.py:377 TurtleArt/taconstants.py:419 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:840 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:854 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:868 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:882 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:896 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:910 +msgid "Title" msgstr "" -#: taextras.py:128 TurtleArt/tabasics.py:131 -msgid "back" +#: TurtleArt/talogo.py:465 +msgid "did not output to" msgstr "" -#: taextras.py:129 pysamples/grecord.py:215 -#, fuzzy -msgid "stop" -msgstr "ステップ実行" +#: TurtleArt/talogo.py:519 +msgid "I don't know how to" +msgstr "" -#: taextras.py:130 -msgid "turn left" +#: TurtleArt/talogo.py:566 +msgid "doesn't like" msgstr "" -#: taextras.py:131 -msgid "turn right" +#: TurtleArt/talogo.py:566 +msgid "as input" msgstr "" -#: taextras.py:132 -msgid "angle to center" +#: TurtleArt/tapalette.py:84 +msgid "displays next palette" msgstr "" -#. TRANS: dojo is the playing field -#: taextras.py:134 -msgid "Get the angle to the center of the dojo." +#: TurtleArt/tapalette.py:85 +msgid "changes the orientation of the palette of blocks" msgstr "" -#: taextras.py:135 -msgid "angle to the opponent" +#: TurtleArt/tautils.py:177 +msgid "Load..." msgstr "" -#: taextras.py:136 -msgid "Get the angle to the center of the opponent." +#: TurtleArt/tautils.py:187 +msgid "Save..." msgstr "" -#: taextras.py:137 -msgid "x coor." +#: TurtleArt/tautils.py:596 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:641 +msgid "click to open" msgstr "" -#: taextras.py:138 -msgid "Get the x coordinate of the robot." +#: TurtleArt/tawindow.py:837 TurtleArt/tawindow.py:838 +msgid "orientation" msgstr "" -#: taextras.py:139 -msgid "y coor." +#: TurtleArt/tawindow.py:848 TurtleArt/tawindow.py:1164 +msgid "next" msgstr "" -#: taextras.py:140 -msgid "Get the y coordinate of the robot." +#: TurtleArt/tawindow.py:3146 +msgid "image" msgstr "" -#: taextras.py:141 -msgid "opponent x coor." +#: TurtleArtActivity.py:147 +msgid "presentation" msgstr "" -#: taextras.py:142 -msgid "Get the x coordinate of the opponent." +#: TurtleArtActivity.py:223 +msgid "snapshot" msgstr "" -#: taextras.py:143 -msgid "opponent y coor." +#: TurtleArtActivity.py:271 turtleart.py:354 +msgid "Show palette" +msgstr "パレットを表示" + +#: TurtleArtActivity.py:277 TurtleArtActivity.py:682 turtleart.py:356 +msgid "Hide palette" +msgstr "パレットを非表示にする" + +#: TurtleArtActivity.py:284 TurtleArtActivity.py:297 +msgid "Show blocks" +msgstr "ブロックを表示" + +#: TurtleArtActivity.py:287 TurtleArtActivity.py:305 TurtleArtActivity.py:685 +msgid "Hide blocks" +msgstr "ブロックを非表示にする" + +#: TurtleArtActivity.py:415 +msgid "Rescale coordinates down" msgstr "" -#: taextras.py:144 -msgid "Get the y coordinate of the opponent." +#: TurtleArtActivity.py:419 TurtleArtActivity.py:546 +msgid "Rescale coordinates up" msgstr "" -#: taextras.py:145 -msgid "rotation" +#: TurtleArtActivity.py:478 TurtleArtActivity.py:516 turtleart.py:351 +msgid "Edit" +msgstr "編集" + +#: TurtleArtActivity.py:482 TurtleArtActivity.py:514 turtleart.py:346 +msgid "View" msgstr "" -#: taextras.py:146 -msgid "Get SumBot rotation." +#: TurtleArtActivity.py:489 TurtleArtActivity.py:520 +msgid "Help" +msgstr "ヘルプ" + +#: TurtleArtActivity.py:512 +msgid "Project" +msgstr "プロジェクト" + +#: TurtleArtActivity.py:518 TurtleArtActivity.py:625 +msgid "Save/Load" msgstr "" -#: taextras.py:147 -msgid "opponent rotation" +#: TurtleArtActivity.py:528 turtleart.py:349 +msgid "Copy" +msgstr "コピー" + +#: TurtleArtActivity.py:530 turtleart.py:350 +msgid "Paste" +msgstr "貼り付け" + +#: TurtleArtActivity.py:532 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:667 +msgid "Fullscreen" +msgstr "全画面" + +#: TurtleArtActivity.py:534 turtleart.py:334 +msgid "Cartesian coordinates" msgstr "" -#: taextras.py:148 -msgid "Get the rotation of the opponent." +#: TurtleArtActivity.py:536 turtleart.py:336 +msgid "Polar coordinates" msgstr "" -#: taextras.py:149 -msgid "distance to center" +#: TurtleArtActivity.py:539 +msgid "Metric coordinates" msgstr "" -#. TRANS: dojo is the playing field -#: taextras.py:151 -msgid "Get the distance to the center of the dojo." +#: TurtleArtActivity.py:549 turtleart.py:340 +#, fuzzy +msgid "Grow blocks" +msgstr "ブロックを表示" + +#: TurtleArtActivity.py:551 turtleart.py:342 +msgid "Shrink blocks" msgstr "" -#: taextras.py:152 -msgid "distance to opponent" +#: TurtleArtActivity.py:575 TurtleArtActivity.py:667 +msgid "Load example" msgstr "" -#: taextras.py:153 -msgid "Get the distance to the opponent." +#: TurtleArtActivity.py:593 TurtleArtActivity.py:597 +msgid "Move the cursor over the orange palette for help." +msgstr "ヘルプを表示するには、オレンジ色のパレットの上でカーソルを動かしてください" + +#: TurtleArtActivity.py:630 TurtleArtActivity.py:650 turtleart.py:324 +msgid "Save as image" +msgstr "画像として保存" + +#: TurtleArtActivity.py:633 TurtleArtActivity.py:653 turtleart.py:326 +msgid "Save as HTML" +msgstr "HTMLとして保存" + +#: TurtleArtActivity.py:636 TurtleArtActivity.py:655 turtleart.py:328 +msgid "Save as Logo" +msgstr "LOGOプログラムとして保存" + +#: TurtleArtActivity.py:639 TurtleArtActivity.py:658 +msgid "Save snapshot" +msgstr "スナップショットを保存" + +#: TurtleArtActivity.py:641 TurtleArtActivity.py:661 +msgid "Load project" msgstr "" -#: taextras.py:154 -msgid "update information" +#: TurtleArtActivity.py:644 TurtleArtActivity.py:664 +msgid "Load Python block" msgstr "" -#: taextras.py:155 -msgid "Update information from the server." +#: TurtleArtActivity.py:683 +msgid "p" msgstr "" -#: pysamples/grecord.py:205 plugins/audio_sensors/audio_sensors.py:82 -#: plugins/audio_sensors/audio_sensors.py:97 -msgid "sound" +#: TurtleArtActivity.py:686 +msgid "b" msgstr "" -#: pysamples/grecord.py:213 TurtleArt/tabasics.py:801 -msgid "start" +#: TurtleArtActivity.py:691 turtleart.py:363 +msgid "Clean" +msgstr "消去" + +#: TurtleArtActivity.py:691 +msgid "e" msgstr "" -#: pysamples/grecord.py:217 -msgid "play" +#: TurtleArtActivity.py:693 turtleart.py:364 +msgid "Run" +msgstr "実行" + +#: TurtleArtActivity.py:693 +msgid "r" msgstr "" -#: pysamples/grecord.py:219 -msgid "save" +#: TurtleArtActivity.py:695 turtleart.py:365 +msgid "Step" +msgstr "ステップ実行" + +#: TurtleArtActivity.py:695 +msgid "w" msgstr "" -#: pysamples/uturn.py:24 -msgid "uturn" +#: TurtleArtActivity.py:698 turtleart.py:366 +msgid "Debug" +msgstr "デバッグ" + +#: TurtleArtActivity.py:698 +msgid "d" msgstr "" -#: pysamples/uturn.py:26 -msgid "make a uturn" +#: TurtleArtActivity.py:700 +msgid "Stop turtle" +msgstr "タートルを停止" + +#: TurtleArtActivity.py:701 +msgid "s" msgstr "" #: gnome_plugins/collaboration_plugin.py:67 @@ -712,31 +971,31 @@ msgstr "" msgid "Neighborhood" msgstr "" -#: gnome_plugins/collaboration_plugin.py:288 +#: gnome_plugins/collaboration_plugin.py:292 msgid "Nickname" msgstr "" -#: gnome_plugins/collaboration_plugin.py:290 +#: gnome_plugins/collaboration_plugin.py:294 msgid "Account ID" msgstr "" -#: gnome_plugins/collaboration_plugin.py:292 +#: gnome_plugins/collaboration_plugin.py:296 msgid "Server" msgstr "" -#: gnome_plugins/collaboration_plugin.py:294 +#: gnome_plugins/collaboration_plugin.py:298 msgid "Port" msgstr "" -#: gnome_plugins/collaboration_plugin.py:296 +#: gnome_plugins/collaboration_plugin.py:300 msgid "Password" msgstr "" -#: gnome_plugins/collaboration_plugin.py:298 +#: gnome_plugins/collaboration_plugin.py:302 msgid "Register" msgstr "" -#: gnome_plugins/collaboration_plugin.py:300 +#: gnome_plugins/collaboration_plugin.py:304 msgid "Colors" msgstr "" @@ -786,38 +1045,112 @@ msgstr "" msgid "Failed to upload!" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:58 plugins/rfid/rfid.py:86 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:269 -#: plugins/light_sensor/light_sensor.py:49 -#: plugins/audio_sensors/audio_sensors.py:75 #: plugins/accelerometer/accelerometer.py:49 +#: plugins/audio_sensors/audio_sensors.py:75 +#: plugins/camera_sensor/camera_sensor.py:56 +#: plugins/light_sensor/light_sensor.py:49 plugins/rfid/rfid.py:86 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294 msgid "Palette of sensor blocks" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:69 -#: plugins/camera_sensor/camera_sensor.py:81 -#: plugins/camera_sensor/camera_sensor.py:99 -#: plugins/camera_sensor/camera_sensor.py:112 +#: plugins/accelerometer/accelerometer.py:55 +#: plugins/accelerometer/accelerometer.py:62 +msgid "acceleration" +msgstr "" + +#: plugins/accelerometer/accelerometer.py:57 +#: plugins/accelerometer/accelerometer.py:64 +msgid "push acceleration in x, y, z to heap" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:82 +#: plugins/audio_sensors/audio_sensors.py:97 pysamples/grecord.py:205 +msgid "sound" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:83 +#: plugins/audio_sensors/audio_sensors.py:98 +msgid "raw microphone input signal" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:89 +#: plugins/audio_sensors/audio_sensors.py:104 +msgid "loudness" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:90 +#: plugins/audio_sensors/audio_sensors.py:105 +msgid "microphone input volume" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:118 +#: plugins/audio_sensors/audio_sensors.py:126 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 +msgid "pitch" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:119 +#: plugins/audio_sensors/audio_sensors.py:127 +msgid "microphone input pitch" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:147 +#: plugins/audio_sensors/audio_sensors.py:161 +#: plugins/audio_sensors/audio_sensors.py:174 +#: plugins/audio_sensors/audio_sensors.py:188 +msgid "resistance" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:148 +#: plugins/audio_sensors/audio_sensors.py:162 +#: plugins/audio_sensors/audio_sensors.py:175 +#: plugins/audio_sensors/audio_sensors.py:189 +msgid "microphone input resistance" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:153 +#: plugins/audio_sensors/audio_sensors.py:167 +#: plugins/audio_sensors/audio_sensors.py:180 +#: plugins/audio_sensors/audio_sensors.py:194 +msgid "voltage" +msgstr "" + +#: plugins/audio_sensors/audio_sensors.py:154 +#: plugins/audio_sensors/audio_sensors.py:168 +#: plugins/audio_sensors/audio_sensors.py:181 +#: plugins/audio_sensors/audio_sensors.py:195 +msgid "microphone input voltage" +msgstr "" + +#: plugins/camera_sensor/camera_sensor.py:67 +#: plugins/camera_sensor/camera_sensor.py:79 +#: plugins/camera_sensor/camera_sensor.py:97 +#: plugins/camera_sensor/camera_sensor.py:110 #: plugins/light_sensor/light_sensor.py:55 #: plugins/light_sensor/light_sensor.py:62 msgid "brightness" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:70 -#: plugins/camera_sensor/camera_sensor.py:101 +#: plugins/camera_sensor/camera_sensor.py:68 +#: plugins/camera_sensor/camera_sensor.py:99 msgid "light level detected by camera" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:82 -#: plugins/camera_sensor/camera_sensor.py:113 +#: plugins/camera_sensor/camera_sensor.py:80 +#: plugins/camera_sensor/camera_sensor.py:111 msgid "Average RGB color from camera is pushed to the stack" msgstr "" -#: plugins/camera_sensor/camera_sensor.py:93 -#: plugins/camera_sensor/camera_sensor.py:125 +#: plugins/camera_sensor/camera_sensor.py:91 +#: plugins/camera_sensor/camera_sensor.py:123 msgid "camera output" msgstr "" +#: plugins/light_sensor/light_sensor.py:57 +#: plugins/light_sensor/light_sensor.py:64 +msgid "light level detected by light sensor" +msgstr "" + #: plugins/rfid/rfid.py:91 plugins/rfid/rfid.py:99 msgid "RFID" msgstr "" @@ -826,1217 +1159,1466 @@ msgstr "" msgid "read value from RFID device" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:98 -#: TurtleArt/tabasics.py:707 -#, fuzzy -msgid "Palette of flow operators" -msgstr "処理の流れを制御するブロックのパレット" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:99 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:102 msgid "while" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:104 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:103 msgid "do-while-True operator that uses boolean operators from Numbers palette" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:110 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:109 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:112 msgid "until" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:111 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:113 msgid "do-until-True operator that uses boolean operators from Numbers palette" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:118 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:120 msgid "Palette of media objects" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:124 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:126 msgid "journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:125 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:127 msgid "Sugar Journal media object" msgstr "Sugarのジャーナル中のメディアオブジェクト" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:135 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137 msgid "audio" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:137 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:139 msgid "Sugar Journal audio object" msgstr "Sugarのジャーナル中の音声" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:147 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149 msgid "video" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:149 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:151 #, fuzzy msgid "Sugar Journal video object" msgstr "Sugarのジャーナル中の音声" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:159 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161 msgid "description" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:161 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:163 msgid "Sugar Journal description field" msgstr "Sugarのジャーナルの説明フィールド" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:170 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:171 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:172 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:179 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:192 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:207 -#: TurtleArt/tabasics.py:834 TurtleArt/tabasics.py:835 -#: TurtleArt/tabasics.py:836 -msgid "text" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:173 -#: TurtleArt/tabasics.py:837 -msgid "string value" -msgstr "文字列値" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:178 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:206 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:180 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:208 msgid "show" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:182 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:195 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:210 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:184 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:197 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:212 #, fuzzy msgid "draws text or show media from the Journal" msgstr "テキストを描画するか、ジャーナルからメディアオブジェクトを表示する" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:191 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:193 msgid "show aligned" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:218 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:220 msgid "set scale" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:222 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:224 #, fuzzy msgid "sets the scale of media" msgstr "メディアの表示倍率を指定する" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:229 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231 msgid "save picture" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:231 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:233 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:244 msgid "picture name" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:232 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:234 msgid "saves a picture to the Sugar Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:240 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:242 msgid "save SVG" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:243 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:245 msgid "saves turtle graphics as an SVG file in the Sugar Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:250 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:252 msgid "scale" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:254 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:256 msgid "holds current scale value" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:259 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261 msgid "media wait" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:261 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:263 msgid "wait for current video or audio to complete" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:274 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:270 +msgid "speak" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:272 +msgid "hello" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:273 +msgid "speaks text" +msgstr "" + +#. TRANS: pitch, duration, amplitude +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 +msgid "sinewave" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:281 +msgid "duration" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:284 +msgid "plays a sinewave at frequency, amplitude, and duration (in seconds)" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:299 +msgid "button down" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:302 +msgid "returns 1 if mouse button is pressed" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:309 +msgid "mouse x" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:312 +msgid "returns mouse x coordinate" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:319 +msgid "mouse y" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:322 +msgid "returns mouse y coordinate" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:330 msgid "query keyboard" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:276 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332 msgid "query for keyboard input (results stored in keyboard block)" msgstr "キー入力を問い合わせます(結果はキーボードブロックに格納されます)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:283 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:339 msgid "keyboard" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:287 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:343 msgid "holds results of query-keyboard block" msgstr "query-kb(キー入力問い合わせ)ブロックの結果を保持します" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:294 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:350 msgid "read pixel" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:297 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:353 msgid "RGB color under the turtle is pushed to the stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:305 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 msgid "turtle sees" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:307 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:363 msgid "returns the color that the turtle \"sees\"" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:315 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 taextras.py:279 msgid "time" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:318 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:374 msgid "elapsed time (in seconds) since program started" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:327 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:383 #, fuzzy msgid "Palette of extra options" msgstr "追加オプションのパレット" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:332 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 msgid "push" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:335 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:391 #, fuzzy msgid "pushes value onto FILO (first-in last-out heap)" msgstr "FILO(先入れ後だし)のヒープに値を入れる" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:345 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:401 msgid "show heap" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:348 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:404 #, fuzzy msgid "shows values in FILO (first-in last-out heap)" msgstr "FILO(先入れ後だし)のヒープに値を入れる" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:358 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:414 msgid "empty heap" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:361 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417 msgid "emptys FILO (first-in-last-out heap)" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:371 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:427 msgid "pop" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:375 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:431 #, fuzzy msgid "pops value off FILO (first-in last-out heap)" msgstr "FILO(先入れ後だし)のヒープに値を入れる" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:385 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:387 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:441 +msgid "empty heap?" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:444 +msgid "returns True if heap is empty" +msgstr "" + +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:451 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:453 msgid "comment" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:388 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:454 msgid "places a comment in your code" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:394 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:460 msgid "print" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:397 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:463 msgid "prints value in status block at bottom of the screen" msgstr "画面下部の状態ブロックに値を表示します" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:405 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:417 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:430 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:471 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:483 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:496 msgid "Python" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:408 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474 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:420 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:486 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:433 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 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:444 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:459 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:474 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:510 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:525 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540 msgid "Python block" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:446 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:461 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:476 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:512 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:542 msgid "runs code found in the tamyblock.py module found in the Journal" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:489 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:555 msgid "Cartesian" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:491 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557 msgid "displays Cartesian coordinates" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:497 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:563 msgid "polar" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:499 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:565 msgid "displays polar coordinates" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:505 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:571 msgid "turtle" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:508 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:574 msgid "chooses which turtle to command" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:517 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:526 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:592 msgid "turtle shell" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:519 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:527 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:585 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:593 msgid "put a custom 'shell' on the turtle" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:532 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:697 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:598 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:763 #, fuzzy msgid "top" msgstr "ステップ実行" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:534 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:600 msgid "top of a collapsed stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:540 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:673 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:606 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:739 msgid "bottom" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:541 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:607 msgid "bottom of a collapsible stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:549 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615 msgid "bottom block in a collapsed stack: click to open" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:557 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:560 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:569 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:577 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:626 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:635 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:643 msgid "top of stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:558 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:567 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:624 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:633 msgid "label" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:566 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:632 msgid "top of a collapsible stack" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:575 -#: TurtleArt/tautils.py:590 -msgid "click to open" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:583 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:649 #, fuzzy msgid "Palette of presentation templates" msgstr "プレゼンテーションテンプレートのパレット" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:587 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:653 #, fuzzy msgid "hide blocks" msgstr "ブロックを非表示にする" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:589 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:655 #, fuzzy msgid "declutters canvas by hiding blocks" msgstr "ブロックを隠してキャンバスをすっきりさせます" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:594 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:660 #, fuzzy msgid "show blocks" msgstr "ブロックを表示" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:596 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:662 msgid "restores hidden blocks" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:601 -#, fuzzy -msgid "full screen" -msgstr "全画面" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:603 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:669 msgid "hides the Sugar toolbars" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:612 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:678 msgid "list" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:615 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:845 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:911 msgid "presentation bulleted list" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:623 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:846 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:912 #, fuzzy msgid "presentation template: list of bullets" msgstr "プレゼンテーションテンプレート: 7個の箇条書き" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:630 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:696 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:856 msgid "presentation template: select Journal object (no description)" msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを選ぶ(説明なし)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:637 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:776 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:703 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:842 msgid "presentation template: select Journal object (with description)" msgstr "プレゼンテーションテンプレート: ジャーナルオブジェクトを選ぶ(説明つき)" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:644 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:832 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:710 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:898 msgid "presentation template: select four Journal objects" msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを4つ選ぶ" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:651 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:658 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:804 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:818 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:717 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:870 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:884 msgid "presentation template: select two Journal objects" msgstr "プレゼンテーションテンプレート: ジャーナルのオブジェクトを2つ選ぶ" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:665 -#: TurtleArt/tabasics.py:154 -msgid "left" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:668 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:734 msgid "xcor of left of screen" msgstr "画面左端のx座標値" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:676 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 msgid "ycor of bottom of screen" msgstr "画面下端のy座標値" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:681 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:747 taextras.py:205 msgid "width" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:684 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:750 msgid "the canvas width" msgstr "キャンバスの幅" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:689 -#: TurtleArt/tabasics.py:165 -msgid "right" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:692 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:758 msgid "xcor of right of screen" msgstr "画面右端のx座標値" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:700 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:766 msgid "ycor of top of screen" msgstr "画面上端のy座標値" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:705 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:771 taextras.py:200 +#: taextras.py:206 msgid "height" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:708 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 msgid "the canvas height" msgstr "キャンバスの高さ" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:715 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:781 msgid "title x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:724 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:790 msgid "title y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:733 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:799 msgid "left x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:742 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:808 msgid "top y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:751 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 msgid "right x" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:760 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:826 msgid "bottom y" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:774 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:788 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:802 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:816 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:830 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:844 -#: TurtleArt/taconstants.py:251 TurtleArt/taconstants.py:273 -#: TurtleArt/taconstants.py:294 TurtleArt/taconstants.py:336 -#: TurtleArt/taconstants.py:378 TurtleArt/taconstants.py:420 -msgid "Title" -msgstr "" - -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:775 -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:789 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:841 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:855 msgid "presentation 1x1" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:803 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:869 msgid "presentation 2x1" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:817 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:883 msgid "presentation 1x2" msgstr "" -#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:831 +#: plugins/turtle_blocks_extras/turtle_blocks_extras.py:897 msgid "presentation 2x2" msgstr "" -#: plugins/light_sensor/light_sensor.py:57 -#: plugins/light_sensor/light_sensor.py:64 -msgid "light level detected by light sensor" +#: pysamples/grecord.py:215 +#, fuzzy +msgid "stop" +msgstr "ステップ実行" + +#: pysamples/grecord.py:217 +msgid "play" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:83 -#: plugins/audio_sensors/audio_sensors.py:98 -msgid "raw microphone input signal" +#: pysamples/grecord.py:219 +msgid "save" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:89 -#: plugins/audio_sensors/audio_sensors.py:104 -msgid "loudness" +#: pysamples/uturn.py:24 +msgid "uturn" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:90 -#: plugins/audio_sensors/audio_sensors.py:105 -msgid "microphone input volume" +#: pysamples/uturn.py:26 +msgid "make a uturn" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:118 -#: plugins/audio_sensors/audio_sensors.py:126 -msgid "pitch" +#: taextras.py:36 +msgid "Turtle Art Mini" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:119 -#: plugins/audio_sensors/audio_sensors.py:127 -msgid "microphone input pitch" +#: taextras.py:40 +msgid "Turtle Confusion" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:145 -#: plugins/audio_sensors/audio_sensors.py:159 -msgid "resistance" +#: taextras.py:41 +msgid "Select a challenge" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:146 -#: plugins/audio_sensors/audio_sensors.py:160 -msgid "microphone input resistance" +#: taextras.py:47 +msgid "Palette of Mexican pesos" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:151 -#: plugins/audio_sensors/audio_sensors.py:166 -msgid "voltage" +#: taextras.py:48 +msgid "Palette of Colombian pesos" msgstr "" -#: plugins/audio_sensors/audio_sensors.py:152 -#: plugins/audio_sensors/audio_sensors.py:167 -msgid "microphone input voltage" +#: taextras.py:49 +msgid "Palette of Rwandan francs" msgstr "" -#: plugins/accelerometer/accelerometer.py:55 -#: plugins/accelerometer/accelerometer.py:62 -msgid "acceleration" +#: taextras.py:50 +msgid "Palette of US currencies" msgstr "" -#: plugins/accelerometer/accelerometer.py:57 -#: plugins/accelerometer/accelerometer.py:64 -msgid "push acceleration in x, y, z to heap" +#: taextras.py:51 +msgid "Palette of Australian currencies" msgstr "" -#: TurtleArt/tapalette.py:83 -msgid "displays next palette" +#: taextras.py:52 +msgid "Palette of Guaranies" msgstr "" -#: TurtleArt/tapalette.py:84 -msgid "changes the orientation of the palette of blocks" +#. TRANS: Butia is the Arduino Robot Project from Uruguay +#. (http://www.fing.edu.uy/inco/proyectos/butia/) +#: taextras.py:58 +msgid "Turtle Art Butia" msgstr "" -#: TurtleArt/tawindow.py:748 TurtleArt/tawindow.py:749 -msgid "orientation" +#: taextras.py:59 +msgid "adjust LED intensity between 0 and 255" msgstr "" -#: TurtleArt/tawindow.py:759 TurtleArt/tawindow.py:1022 -msgid "next" +#: taextras.py:60 +msgid "returns the object gray level as a number between 0 and 1023" msgstr "" -#: TurtleArt/tawindow.py:2885 -msgid "image" +#: taextras.py:61 +msgid "returns 1 when the button is press and 0 otherwise" msgstr "" -#: TurtleArt/tautils.py:173 -msgid "Load..." +#: taextras.py:62 +msgid "returns the ambient light level as a number between 0 and 1023" msgstr "" -#: TurtleArt/tautils.py:182 -msgid "Save..." +#: taextras.py:63 +msgid "returns the ambient temperature as a number between 0 and 255" msgstr "" -#: TurtleArt/talogo.py:417 -msgid "did not output to" +#: taextras.py:64 +msgid "" +"returns the distance from the object in front of the sensor as a number " +"between 0 and 255" msgstr "" -#: TurtleArt/talogo.py:466 -msgid "I don't know how to" +#: taextras.py:66 +msgid "returns 0 or 1 depending on the sensor inclination" msgstr "" -#: TurtleArt/talogo.py:512 -msgid "doesn't like" +#: taextras.py:67 +msgid "returns 1 when the sensors detects a magnetic field, 0 otherwise" msgstr "" -#: TurtleArt/talogo.py:512 -msgid "as input" +#: taextras.py:68 +msgid "switches from 0 to 1, the frequency depends on the vibration" msgstr "" -#: TurtleArt/tabasics.py:115 -#, fuzzy -msgid "Palette of turtle commands" -msgstr "タートルについての命令のパレット" +#: taextras.py:69 +msgid "LED" +msgstr "" -#: TurtleArt/tabasics.py:120 -msgid "forward" +#: taextras.py:70 +msgid "pushbutton" msgstr "" -#: TurtleArt/tabasics.py:124 -#, fuzzy -msgid "moves turtle forward" -msgstr "タートルを前に進める" +#: taextras.py:71 +msgid "grayscale" +msgstr "" -#: TurtleArt/tabasics.py:135 -#, fuzzy -msgid "moves turtle backward" -msgstr "タートルを後ろに進める" +#: taextras.py:72 +msgid "ambient light" +msgstr "" -#: TurtleArt/tabasics.py:143 -msgid "clean" -msgstr "消去" +#: taextras.py:73 +msgid "temperature" +msgstr "" -#: TurtleArt/tabasics.py:146 -#, fuzzy -msgid "clears the screen and reset the turtle" -msgstr "画面を消去してタートルをリセットする" +#: taextras.py:74 taextras.py:244 +msgid "distance" +msgstr "" -#: TurtleArt/tabasics.py:158 -#, fuzzy -msgid "turns turtle counterclockwise (angle in degrees)" -msgstr "タートルを反時計周りに回す(度単位)" +#: taextras.py:75 taextras.py:241 +msgid "tilt" +msgstr "" -#: TurtleArt/tabasics.py:169 -#, fuzzy -msgid "turns turtle clockwise (angle in degrees)" -msgstr "タートルを時計周りに回す(度単位)" +#: taextras.py:76 +msgid "magnetic induction" +msgstr "" -#: TurtleArt/tabasics.py:177 -msgid "arc" +#: taextras.py:77 +msgid "vibration" msgstr "" -#: TurtleArt/tabasics.py:177 -msgid "angle" +#: taextras.py:78 +msgid "Butia Robot" msgstr "" -#: TurtleArt/tabasics.py:177 -msgid "radius" +#: taextras.py:79 +msgid "delay Butia" msgstr "" -#: TurtleArt/tabasics.py:181 -#, fuzzy -msgid "moves turtle along an arc" -msgstr "円弧に沿ってタートルを動かす" +#: taextras.py:80 +msgid "wait for argument seconds" +msgstr "" -#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 -msgid "set xy" +#. TRANS: This string is shorthand for "battery charge of Butia" +#: taextras.py:82 +msgid "battery charge Butia" msgstr "" -#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 -msgid "x" +#: taextras.py:83 +msgid "returns the battery charge as a number between 0 and 255" msgstr "" -#: TurtleArt/tabasics.py:190 TurtleArt/tabasics.py:256 -msgid "y" +#. TRANS: This string is shorthand for "speed of Butia" +#: taextras.py:85 +msgid "speed Butia" msgstr "" -#: TurtleArt/tabasics.py:194 TurtleArt/tabasics.py:260 -#, fuzzy +#: taextras.py:86 msgid "" -"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen." -msgstr "タートルをx,y座標の場所に移動する; (0, 0)が画面の中心です" +"set the speed of the Butia motors as a value between 0 and 1023, passed by " +"an argument" +msgstr "" -#: TurtleArt/tabasics.py:204 -msgid "set heading" +#. TRANS: This string is shorthand for "move Butia forward" +#: taextras.py:89 +msgid "forward Butia" msgstr "" -#: TurtleArt/tabasics.py:208 -#, fuzzy -msgid "sets the heading of the turtle (0 is towards the top of the screen.)" -msgstr "タートルの頭の向きを設定する(0は画面の上方向)" +#: taextras.py:90 +msgid "move the Butia robot forward" +msgstr "" -#: TurtleArt/tabasics.py:217 -msgid "" -"holds current x-coordinate value of the turtle (can be used in place of a " -"number block)" -msgstr "現在のタートルのx座標の値を保持します (数値ブロックの代わりに使えます)" +#: taextras.py:91 +msgid "move the Butia robot forward a predefined distance" +msgstr "" -#: TurtleArt/tabasics.py:228 -msgid "" -"holds current y-coordinate value of the turtle (can be used in place of a " -"number block)" -msgstr "現在のタートルのy座標の値を保持します(数値ブロックの代わりに使えます)" +#. TRANS: This string is shorthand for "move Butia backward" +#: taextras.py:93 +msgid "backward Butia" +msgstr "" -#: TurtleArt/tabasics.py:239 -msgid "" -"holds current heading value of the turtle (can be used in place of a number " -"block)" -msgstr "現在のタートルの向きを保持します(数値ブロックの代わりに使えます)" +#: taextras.py:94 +msgid "move the Butia robot backward" +msgstr "" -#: TurtleArt/tabasics.py:273 -#, fuzzy -msgid "Palette of pen commands" -msgstr "ペンについての命令のパレット" +#: taextras.py:95 +msgid "move the Butia robot backward a predefined distance" +msgstr "" -#: TurtleArt/tabasics.py:277 -msgid "pen up" +#. TRANS: This string is shorthand for "turn Butia left" +#: taextras.py:97 +msgid "left Butia" msgstr "" -#: TurtleArt/tabasics.py:280 -#, fuzzy -msgid "Turtle will not draw when moved." -msgstr "タートルが動いても描画されません" +#: taextras.py:98 +msgid "turn the Butia robot at left" +msgstr "" -#: TurtleArt/tabasics.py:286 -msgid "pen down" +#. TRANS: This string is shorthand for "turn Butia right" +#: taextras.py:100 +msgid "right Butia" msgstr "" -#: TurtleArt/tabasics.py:289 -#, fuzzy -msgid "Turtle will draw when moved." -msgstr "タートルが動くと描画されます" +#: taextras.py:101 +msgid "turn the Butia robot at right" +msgstr "" -#: TurtleArt/tabasics.py:295 -msgid "set pen size" +#: taextras.py:102 +msgid "turn Butia" msgstr "" -#: TurtleArt/tabasics.py:299 -#, fuzzy -msgid "sets size of the line drawn by the turtle" -msgstr "タートルによって描かれる線のサイズを設定します" +#: taextras.py:103 +msgid "turn the Butia robot x degrees" +msgstr "" -#: TurtleArt/tabasics.py:309 -#, fuzzy -msgid "fill screen" -msgstr "全画面" +#: taextras.py:104 +msgid "stop Butia" +msgstr "" -#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:394 -msgid "color" +#: taextras.py:105 +msgid "stop the Butia robot" msgstr "" -#: TurtleArt/tabasics.py:309 TurtleArt/tabasics.py:404 -msgid "shade" +#: taextras.py:106 +msgid "display Butia" msgstr "" -#: TurtleArt/tabasics.py:313 -msgid "fills the background with (color, shade)" -msgstr "背景を(色、影)で塗りつぶします" +#. TRANS: this string must contain only ASCII characters. +#. The len must be 32 characters/spaces. +#: taextras.py:109 +msgid "Hello World Butia " +msgstr "" -#: TurtleArt/tabasics.py:322 -msgid "pen size" +#: taextras.py:110 +msgid "print text in Butia robot 32-character ASCII display" msgstr "" -#: TurtleArt/tabasics.py:323 -msgid "holds current pen size (can be used in place of a number block)" -msgstr "現在のペンの大きさを保持します(数値ブロックの代わりに使えます)" +#: taextras.py:111 +msgid "Butia" +msgstr "" -#: TurtleArt/tabasics.py:334 -msgid "start fill" +#: taextras.py:115 +msgid "The camera was not found." msgstr "" -#: TurtleArt/tabasics.py:336 -msgid "starts filled polygon (used with end fill block)" +#: taextras.py:116 +msgid "Error on the initialization of the camera." msgstr "" -#: TurtleArt/tabasics.py:343 -msgid "end fill" +#: taextras.py:117 +msgid "FollowMe" msgstr "" -#: TurtleArt/tabasics.py:345 -msgid "completes filled polygon (used with start fill block)" +#: taextras.py:118 +msgid "follow a RGB color" msgstr "" -#: TurtleArt/tabasics.py:355 -#, fuzzy -msgid "Palette of pen colors" -msgstr "ペンについての命令のパレット" +#: taextras.py:119 +msgid "set a threshold for a RGB color" +msgstr "" -#: TurtleArt/tabasics.py:359 -msgid "set color" +#: taextras.py:120 +msgid "follow a turtle color" msgstr "" -#: TurtleArt/tabasics.py:363 -#, fuzzy -msgid "sets color of the line drawn by the turtle" -msgstr "タートルが描画する線の色を設定します" +#: taextras.py:121 +msgid "set the minimal number of pixels to follow" +msgstr "" -#: TurtleArt/tabasics.py:371 -msgid "set shade" +#: taextras.py:122 +msgid "calibrate" msgstr "" -#: TurtleArt/tabasics.py:375 -#, fuzzy -msgid "sets shade of the line drawn by the turtle" -msgstr "タートルが描画する線の影を設定します" +#: taextras.py:123 +msgid "calibrate a color to follow" +msgstr "" -#: TurtleArt/tabasics.py:383 -msgid "set gray" +#: taextras.py:124 +msgid "x position" msgstr "" -#: TurtleArt/tabasics.py:386 -#, fuzzy -msgid "sets gray level of the line drawn by the turtle" -msgstr "タートルが描画する線の影を設定します" +#: taextras.py:125 +msgid "return x position" +msgstr "" -#: TurtleArt/tabasics.py:395 -msgid "holds current pen color (can be used in place of a number block)" -msgstr "現在のペンの色を保持します(数値ブロックの代わりに使えます)" +#: taextras.py:126 +msgid "y position" +msgstr "" -#: TurtleArt/tabasics.py:405 -msgid "holds current pen shade" +#: taextras.py:127 +msgid "return y position" msgstr "" -#: TurtleArt/tabasics.py:413 -msgid "gray" +#: taextras.py:128 +msgid "pixels" msgstr "" -#: TurtleArt/tabasics.py:414 -#, fuzzy -msgid "holds current gray level (can be used in place of a number block)" -msgstr "現在の表示倍率の値を保持します(数値ブロックの代わりに使えます)" +#: taextras.py:129 +msgid "return the number of pixels of the biggest blob" +msgstr "" -#: TurtleArt/tabasics.py:434 -msgid "set text color" +#: taextras.py:133 +msgid "SumBot" msgstr "" -#: TurtleArt/tabasics.py:437 -#, fuzzy -msgid "sets color of text drawn by the turtle" -msgstr "タートルが描画する文字の色を設定します" +#: taextras.py:134 +msgid "speed SumBot" +msgstr "" -#: TurtleArt/tabasics.py:445 -msgid "set text size" +#: taextras.py:135 +msgid "submit the speed to the SumBot" msgstr "" -#: TurtleArt/tabasics.py:448 -#, fuzzy -msgid "sets size of text drawn by the turtle" -msgstr "タートルが描画する文字のサイズを設定します" +#: taextras.py:136 +msgid "set the default speed for the movement commands" +msgstr "" -#: TurtleArt/tabasics.py:531 -#, fuzzy -msgid "Palette of numeric operators" -msgstr "数値演算子のパレット" +#. TRANS: This string is shorthand for "move SumBot forward" +#: taextras.py:138 +msgid "forward SumBot" +msgstr "" -#: TurtleArt/tabasics.py:537 -msgid "plus" +#: taextras.py:139 +msgid "move SumBot forward" msgstr "" -#: TurtleArt/tabasics.py:540 -#, fuzzy -msgid "adds two alphanumeric inputs" -msgstr "2つの入力数値を足し算します" +#. TRANS: This string is shorthand for "move SumBot backward" +#: taextras.py:141 +msgid "backward SumBot" +msgstr "" -#: TurtleArt/tabasics.py:548 -msgid "minus" +#: taextras.py:142 +msgid "move SumBot backward" msgstr "" -#: TurtleArt/tabasics.py:551 -msgid "subtracts bottom numeric input from top numeric input" -msgstr "上側の入力数値から下側の入力数値を引き算します" +#: taextras.py:143 +msgid "stop SumBot" +msgstr "" -#: TurtleArt/tabasics.py:562 -msgid "multiply" +#: taextras.py:144 +msgid "stop the SumBot" msgstr "" -#: TurtleArt/tabasics.py:565 -msgid "multiplies two numeric inputs" -msgstr "2つの入力数値を掛け算します" +#. TRANS: This string is shorthand for "turn SumBot left" +#: taextras.py:146 +msgid "left SumBot" +msgstr "" -#: TurtleArt/tabasics.py:574 -msgid "divide" +#: taextras.py:147 +msgid "turn left the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "move SumBot right" +#: taextras.py:149 +msgid "right SumBot" +msgstr "" + +#: taextras.py:150 +msgid "turn right the SumBot" +msgstr "" + +#: taextras.py:151 +msgid "angle to center" +msgstr "" + +#. TRANS: dohyo is the playing field +#: taextras.py:153 +msgid "get the angle to the center of the dohyo" +msgstr "" + +#: taextras.py:154 +msgid "angle to Enemy" +msgstr "" + +#: taextras.py:155 +msgid "get the angle to the Enemy" msgstr "" -#: TurtleArt/tabasics.py:577 +#. TRANS: This string is shorthand for "x coordinate of SumBot" +#: taextras.py:157 +msgid "x coor. SumBot" +msgstr "" + +#: taextras.py:158 +msgid "get the x coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot" +#: taextras.py:160 +msgid "y coor. SumBot" +msgstr "" + +#: taextras.py:161 +msgid "get the y coordinate of the SumBot" +msgstr "" + +#. TRANS: This string is shorthand for "x coordinate of SumBot's enemy" +#: taextras.py:163 +msgid "x coor. Enemy" +msgstr "" + +#: taextras.py:164 +msgid "get the x coordinate of the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "y coordinate of SumBot's enemy" +#: taextras.py:166 +msgid "y coor. Enemy" +msgstr "" + +#: taextras.py:167 +msgid "get the y coordinate of the Enemy" +msgstr "" + +#. TRANS: This string is shorthand for "rotation of SumBot" +#: taextras.py:169 +msgid "rotation SumBot" +msgstr "" + +#: taextras.py:170 +msgid "get the rotation of the Sumbot" +msgstr "" + +#. TRANS: This string is shorthand for "rotation of SumBot's enemy" +#: taextras.py:172 +msgid "rotation Enemy" +msgstr "" + +#: taextras.py:173 +msgid "get the rotation of the Enemy" +msgstr "" + +#: taextras.py:174 +msgid "distance to center" +msgstr "" + +#. TRANS: dohyo is the playing field +#: taextras.py:176 +msgid "get the distance to the center of the dohyo" +msgstr "" + +#: taextras.py:177 +msgid "distance to Enemy" +msgstr "" + +#: taextras.py:178 +msgid "get the distance to the Enemy" +msgstr "" + +#: taextras.py:179 +msgid "update information" +msgstr "" + +#: taextras.py:180 +msgid "update information from the server" +msgstr "" + +#. TRANS: Please use similar terms to those used in the Physics Activity +#: taextras.py:185 +msgid "Palette of physics blocks" +msgstr "" + +#: taextras.py:186 +msgid "start polygon" +msgstr "" + +#: taextras.py:187 +msgid "Begin defining a new polygon based on the current Turtle xy position." +msgstr "" + +#: taextras.py:189 +msgid "add point" +msgstr "" + +#: taextras.py:190 msgid "" -"divides top numeric input (numerator) by bottom numeric input (denominator)" -msgstr "上側の入力数値を下側の入力数値で割ります" +"Add a new point to the current polygon based on the current Turtle xy " +"position." +msgstr "" -#: TurtleArt/tabasics.py:587 -msgid "identity" +#: taextras.py:192 +msgid "end polygon" msgstr "" -#: TurtleArt/tabasics.py:589 -msgid "identity operator used for extending blocks" +#: taextras.py:193 +msgid "Define a new polygon." msgstr "" -#: TurtleArt/tabasics.py:597 TurtleArt/tabasics.py:598 -msgid "mod" +#: taextras.py:194 +msgid "end filled polygon" msgstr "" -#: TurtleArt/tabasics.py:601 -msgid "modular (remainder) operator" -msgstr "剰余演算子" +#: taextras.py:195 +msgid "Not a simple polygon" +msgstr "" -#: TurtleArt/tabasics.py:608 -msgid "√" +#: taextras.py:196 +msgid "Define a new filled polygon." msgstr "" -#: TurtleArt/tabasics.py:609 -msgid "square root" +#: taextras.py:197 +msgid "triangle" msgstr "" -#: TurtleArt/tabasics.py:612 -#, fuzzy -msgid "calculates square root" -msgstr "平方根を計算します" +#. TRANS: base of a triangle +#: taextras.py:199 +msgid "base" +msgstr "" -#: TurtleArt/tabasics.py:619 -msgid "random" +#: taextras.py:201 +msgid "Add a triangle object to the project." msgstr "" -#: TurtleArt/tabasics.py:619 -msgid "min" +#: taextras.py:202 +msgid "circle" msgstr "" -#: TurtleArt/tabasics.py:619 -msgid "max" +#: taextras.py:203 +msgid "Add a circle object to the project." msgstr "" -#: TurtleArt/tabasics.py:623 -#, fuzzy -msgid "returns random number between minimum (top) and maximum (bottom) values" -msgstr "最小値(左)と最大値(右)の間の乱数を返します" +#: taextras.py:204 +msgid "rectangle" +msgstr "" -#: TurtleArt/tabasics.py:635 -msgid "number" +#: taextras.py:207 +msgid "Add a rectangle object to the project." msgstr "" -#: TurtleArt/tabasics.py:636 -msgid "used as numeric input in mathematic operators" -msgstr "数値の入力に使います" +#: taextras.py:208 +msgid "reset" +msgstr "" -#: TurtleArt/tabasics.py:643 -msgid "greater than" +#: taextras.py:209 +msgid "Reset the project; clear the object list." msgstr "" -#: TurtleArt/tabasics.py:646 -msgid "logical greater-than operator" -msgstr "「大なり」の比較演算子" +#: taextras.py:210 +msgid "motor" +msgstr "" -#: TurtleArt/tabasics.py:654 -msgid "less than" +#: taextras.py:211 +msgid "torque" msgstr "" -#: TurtleArt/tabasics.py:657 -msgid "logical less-than operator" -msgstr "「小なり」の比較演算子" +#: taextras.py:212 +msgid "speed" +msgstr "" -#: TurtleArt/tabasics.py:665 -msgid "equal" +#: taextras.py:213 +msgid "" +"Motor torque and speed range from 0 (off) to positive numbers; motor is " +"placed on the most recent object created." msgstr "" -#: TurtleArt/tabasics.py:668 -msgid "logical equal-to operator" -msgstr "「等しい」の比較演算子" +#: taextras.py:215 +msgid "pin" +msgstr "" -#: TurtleArt/tabasics.py:674 -msgid "not" +#: taextras.py:216 +msgid "Pin an object down so that it cannot fall." msgstr "" -#: TurtleArt/tabasics.py:677 -msgid "logical NOT operator" -msgstr "論理否定演算子" +#: taextras.py:217 +msgid "joint" +msgstr "" -#: TurtleArt/tabasics.py:683 TurtleArt/tabasics.py:686 -msgid "and" +#: taextras.py:220 +msgid "" +"Join two objects together (the most recent object created and the object at " +"point x, y)." msgstr "" -#: TurtleArt/tabasics.py:687 -msgid "logical AND operator" -msgstr "論理積演算子" +#: taextras.py:222 +msgid "Save the project to the Journal as a Physics activity." +msgstr "" -#: TurtleArt/tabasics.py:694 TurtleArt/tabasics.py:697 -msgid "or" +#: taextras.py:223 +msgid "density" msgstr "" -#: TurtleArt/tabasics.py:698 -msgid "logical OR operator" -msgstr "論理和演算子" +#: taextras.py:224 +msgid "" +"Set the density property for objects (density can be any positive number)." +msgstr "" -#: TurtleArt/tabasics.py:712 -msgid "wait" +#: taextras.py:226 +msgid "friction" msgstr "" -#: TurtleArt/tabasics.py:716 -msgid "pauses program execution a specified number of seconds" +#: taextras.py:227 +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:723 -msgid "forever" +#. TRANS: bounciness is restitution +#: taextras.py:230 +msgid "bounciness" msgstr "" -#: TurtleArt/tabasics.py:727 -#, fuzzy -msgid "loops forever" -msgstr "無限ループ" +#: taextras.py:231 +msgid "" +"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:733 TurtleArt/tabasics.py:737 -msgid "repeat" +#: taextras.py:233 +msgid "dynamic" msgstr "" -#: TurtleArt/tabasics.py:738 -#, fuzzy -msgid "loops specified number of times" -msgstr "指定回数のループ" +#: taextras.py:234 +msgid "" +"If dynamic = 1, the object can move; if dynamic = 0, it is fixed in position." +msgstr "" -#: TurtleArt/tabasics.py:744 TurtleArt/tabasics.py:756 -msgid "if" +#. TRANS: WeDo is a robotics product of the LEGO company +#: taextras.py:240 +msgid "Palette of WeDo blocks" msgstr "" -#: TurtleArt/tabasics.py:744 -msgid "then" +#: taextras.py:242 +msgid "" +"tilt sensor output: (-1 == no tilt, 0 == tilt forward, 3 == tilt back, 1 == " +"tilt left, 2 == tilt right)" msgstr "" -#: TurtleArt/tabasics.py:747 -msgid "if then" +#. TRANS: This string is shorthand for "output of the distance sensor" +#: taextras.py:246 +msgid "distance sensor output" msgstr "" -#: TurtleArt/tabasics.py:749 -msgid "if-then operator that uses boolean operators from Numbers palette" +#: taextras.py:247 +msgid "Motor A" msgstr "" -#: TurtleArt/tabasics.py:756 -msgid "then else" +#: taextras.py:248 +msgid "returns the current value of Motor A" msgstr "" -#: TurtleArt/tabasics.py:760 -msgid "if then else" +#: taextras.py:249 +msgid "Motor B" msgstr "" -#: TurtleArt/tabasics.py:761 -msgid "if-then-else operator that uses boolean operators from Numbers palette" +#: taextras.py:250 +msgid "returns the current value of Motor B" msgstr "" -#: TurtleArt/tabasics.py:769 -msgid "horizontal space" +#: taextras.py:251 +msgid "set the value for Motor A" msgstr "" -#: TurtleArt/tabasics.py:770 -msgid "jogs stack right" +#: taextras.py:252 +msgid "set the value for Motor B" msgstr "" -#: TurtleArt/tabasics.py:777 -msgid "vertical space" +#. TRANS: Lego NXT is a robotics product of the LEGO company +#: taextras.py:257 +msgid "Palette of LEGO NXT blocks" msgstr "" -#: TurtleArt/tabasics.py:778 -msgid "jogs stack down" +#: taextras.py:258 +msgid "touch" msgstr "" -#: TurtleArt/tabasics.py:784 -msgid "stop action" +#: taextras.py:259 +msgid "ultrasonic" msgstr "" -#: TurtleArt/tabasics.py:787 -msgid "stops current action" +#: taextras.py:261 +msgid "light" msgstr "" -#: TurtleArt/tabasics.py:796 -#, fuzzy -msgid "Palette of variable blocks" -msgstr "変数ブロックのパレット" +#: taextras.py:262 +msgid "PORT A" +msgstr "" -#: TurtleArt/tabasics.py:804 -msgid "connects action to toolbar run buttons" -msgstr "アクションをツールバーの実行ボタンに結びつける" +#: taextras.py:263 +msgid "PORT B" +msgstr "" -#: TurtleArt/tabasics.py:812 -msgid "store in box 1" +#: taextras.py:264 +msgid "PORT C" msgstr "" -#: TurtleArt/tabasics.py:816 -#, fuzzy -msgid "stores numeric value in Variable 1" -msgstr "変数1に数値を格納する" +#: taextras.py:265 +msgid "PORT 1" +msgstr "" -#: TurtleArt/tabasics.py:823 -msgid "store in box 2" +#: taextras.py:266 +msgid "PORT 2" msgstr "" -#: TurtleArt/tabasics.py:827 -#, fuzzy -msgid "stores numeric value in Variable 2" -msgstr "変数2に数値を格納する" +#: taextras.py:267 +msgid "PORT 3" +msgstr "" -#: TurtleArt/tabasics.py:841 -msgid "box 1" +#: taextras.py:268 +msgid "PORT 4" msgstr "" -#: TurtleArt/tabasics.py:844 -#, fuzzy -msgid "Variable 1 (numeric value)" -msgstr "変数1 (数値)" +#: taextras.py:269 +msgid "Please check the connection with the brick." +msgstr "" -#: TurtleArt/tabasics.py:850 -msgid "box 2" +#: taextras.py:270 +msgid "Please check the port." msgstr "" -#: TurtleArt/tabasics.py:853 -#, fuzzy -msgid "Variable 2 (numeric value)" -msgstr "変数2 (数値)" +#: taextras.py:271 +msgid "The value of power must be between -127 to 127." +msgstr "" -#: TurtleArt/tabasics.py:860 TurtleArt/tabasics.py:870 -msgid "box" +#: taextras.py:272 +msgid "An error has ocurred: check all and try reconect." msgstr "" -#: TurtleArt/tabasics.py:862 TurtleArt/tabasics.py:873 -msgid "my box" +#: taextras.py:273 +msgid "NXT found" msgstr "" -#: TurtleArt/tabasics.py:864 -msgid "named variable (numeric value)" -msgstr "名前つき変数(数値)" +#: taextras.py:274 +msgid "NXT not found" +msgstr "" -#: TurtleArt/tabasics.py:870 -msgid "store in" +#: taextras.py:275 +msgid "refresh NXT" msgstr "" -#: TurtleArt/tabasics.py:870 -msgid "value" +#: taextras.py:276 +msgid "Search for a connected NXT brick." msgstr "" -#: TurtleArt/tabasics.py:874 -#, fuzzy -msgid "stores numeric value in named variable" -msgstr "名前つき変数に数値を格納する" +#: taextras.py:277 +msgid "play tone" +msgstr "" -#: TurtleArt/tabasics.py:882 TurtleArt/tabasics.py:884 -#: TurtleArt/tabasics.py:908 TurtleArt/tabasics.py:911 -msgid "action" +#: taextras.py:278 +msgid "freq" msgstr "" -#: TurtleArt/tabasics.py:886 -msgid "top of nameable action stack" +#: taextras.py:280 +msgid "Play a tone at freq for time." msgstr "" -#: TurtleArt/tabasics.py:891 TurtleArt/tabasics.py:918 -msgid "action 1" +#: taextras.py:281 +msgid "" +"turn motor\n" +"rotations" msgstr "" -#: TurtleArt/tabasics.py:894 -msgid "top of Action 1 stack" +#: taextras.py:282 +msgid "port" msgstr "" -#: TurtleArt/tabasics.py:899 TurtleArt/tabasics.py:927 -msgid "action 2" +#: taextras.py:283 +msgid "power" msgstr "" -#: TurtleArt/tabasics.py:902 -msgid "top of Action 2 stack" +#: taextras.py:284 +msgid "turn a motor" msgstr "" -#: TurtleArt/tabasics.py:912 -msgid "invokes named action stack" +#: taextras.py:285 +msgid "" +"sync motors\n" +"steering" msgstr "" -#: TurtleArt/tabasics.py:921 -msgid "invokes Action 1 stack" +#: taextras.py:286 +msgid "rotations" msgstr "" -#: TurtleArt/tabasics.py:930 -msgid "invokes Action 2 stack" +#: taextras.py:287 +msgid "synchronize two motors" msgstr "" -#: TurtleArt/tabasics.py:938 -msgid "trash" +#: taextras.py:288 +msgid "PORT A of the brick" msgstr "" -#: TurtleArt/tabasics.py:942 -msgid "empty trash" +#: taextras.py:289 +msgid "PORT B of the brick" msgstr "" -#: TurtleArt/tabasics.py:943 -msgid "permanently deletes items in trash" +#: taextras.py:290 +msgid "PORT C of the brick" msgstr "" -#: TurtleArt/tabasics.py:947 -msgid "restore all" +#: taextras.py:291 +msgid "start motor" msgstr "" -#: TurtleArt/tabasics.py:948 -msgid "restore all blocks from trash" +#: taextras.py:292 +msgid "Run a motor forever." msgstr "" -#: TurtleArt/tabasics.py:952 -msgid "clear all" +#: taextras.py:293 +msgid "brake motor" msgstr "" -#: TurtleArt/tabasics.py:953 -msgid "move all blocks to trash" +#: taextras.py:294 +msgid "Stop a specified motor." +msgstr "" + +#: taextras.py:295 +msgid "PORT 1 of the brick" +msgstr "" + +#: taextras.py:296 +msgid "color sensor" +msgstr "" + +#: taextras.py:297 +msgid "light sensor" +msgstr "" + +#: taextras.py:298 +msgid "PORT 2 of the brick" +msgstr "" + +#: taextras.py:299 +msgid "touch sensor" +msgstr "" + +#: taextras.py:300 +msgid "distance sensor" +msgstr "" + +#: taextras.py:301 +msgid "PORT 3 of the brick" msgstr "" +#: taextras.py:302 +msgid "read" +msgstr "" + +#: taextras.py:303 +msgid "sensor" +msgstr "" + +#: taextras.py:304 +msgid "Read sensor output." +msgstr "" + +#: taextras.py:305 +msgid "PORT 4 of the brick" +msgstr "" + +#: taextras.py:306 +msgid "set light" +msgstr "" + +#: taextras.py:307 +msgid "Set color sensor light." +msgstr "" + +#: turtleart.py:69 +msgid "usage is" +msgstr "" + +#: turtleart.py:228 +msgid "No option action:" +msgstr "" + +#: turtleart.py:240 +msgid "File not found" +msgstr "" + +#: turtleart.py:264 +#, python-format +msgid "Configuration directory not writable: %s" +msgstr "" + +#: turtleart.py:320 +msgid "New" +msgstr "" + +#: turtleart.py:321 +msgid "Open" +msgstr "" + +#: turtleart.py:322 +msgid "Save" +msgstr "" + +#: turtleart.py:323 +msgid "Save as" +msgstr "" + +#: turtleart.py:330 +msgid "Quit" +msgstr "" + +#: turtleart.py:331 +msgid "File" +msgstr "" + +#: turtleart.py:338 +msgid "Rescale coordinates" +msgstr "" + +#: turtleart.py:344 +msgid "Reset block size" +msgstr "" + +#: turtleart.py:358 +msgid "Show/hide blocks" +msgstr "" + +#: turtleart.py:360 +msgid "Tools" +msgstr "" + +#: turtleart.py:367 +#, fuzzy +msgid "Stop" +msgstr "ステップ実行" + +#: turtleart.py:368 +msgid "Turtle" +msgstr "" + +#: turtleart.py:398 +msgid "You have unsaved work. Would you like to save before quitting?" +msgstr "" + +#: turtleart.py:399 +msgid "Save project?" +msgstr "" + +#, fuzzy +#~ msgid "full screen" +#~ msgstr "全画面" + #~ msgid "holds current text color (can be used in place of a number block)" #~ msgstr "現在の文字色を保持します(数値ブロックの代わりに使えます)" -- cgit v0.9.1