{ "@metadata": { "author": "Ellen Spertus ", "lastupdated": "2014-10-15 15:47:52.573409", "locale": "en", "messagedocumentation" : "qqq" }, "Apps.subtitle": "a visual programming environment", "Apps.blocklyMessage": "Blockly", "Apps.codeTooltip": "See generated JavaScript code.", "Apps.linkTooltip": "Save and link to blocks.", "Apps.runTooltip": "Run the program defined by the blocks in the workspace.", "Apps.runProgram": "Run Program", "Apps.resetProgram": "Reset", "Apps.dialogOk": "OK", "Apps.dialogCancel": "Cancel", "Apps.catLogic": "Logic", "Apps.catLoops": "Loops", "Apps.catMath": "Math", "Apps.catText": "Text", "Apps.catLists": "Lists", "Apps.catColour": "Colour", "Apps.catVariables": "Variables", "Apps.catProcedures": "Functions", "Apps.httpRequestError": "There was a problem with the request.", "Apps.linkAlert": "Share your blocks with this link:\n\n%1", "Apps.hashError": "Sorry, '%1' doesn't correspond with any saved program.", "Apps.xmlError": "Could not load your saved file. Perhaps it was created with a different version of Blockly?", "Apps.listVariable": "list", "Apps.textVariable": "text", "Code.badXml": "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML.", "Code.badCode": "Program error:\n%1", "Code.timeout": "Maximum execution iterations exceeded.", "Code.discard": "Delete all %1 blocks?", "Code.title": "Code", "Code.blocks": "Blocks", "Code.trashTooltip": "Discard all blocks.", "Graph.title": "Graphing Calculator", "Apps.indexTitle": "Blockly Apps", "Apps.indexFooter": "Blockly is free and open source. To contribute code or translations to Blockly, or to use Blockly in your own app, visit %1.", "Apps.choiceIntro": "Blockly is a graphical programming environment. Below are some sample applications that use Blockly.", "Maze.maze": "Maze", "Apps.mazeSubtitle": "Use Blockly to solve a maze.", "Turtle.title": "Turtle Graphics", "Apps.turtleSubtitle": "Use Blockly to draw.", "Apps.graphSubtitle": "Plot functions with Blockly.", "Apps.codeSubtitle": "Export a Blockly program into JavaScript, Python, Dart or XML.", "Plane.plane": "Plane Seat Calculator", "Apps.planeSubtitle": "Solve a math problem with one or two variables.", "Apps.blockFactory": "Block Factory", "Apps.blockfactorySubtitle": "Build custom blocks using Blockly.", "Maze.moveForward": "move forward", "Maze.turnLeft": "turn left", "Maze.turnRight": "turn right", "Maze.doCode": "do", "Maze.elseCode": "else", "Maze.helpIfElse": "If-else blocks will do one thing or the other.", "Maze.pathAhead": "if path ahead", "Maze.pathLeft": "if path to the left", "Maze.pathRight": "if path to the right", "Maze.repeatUntil": "repeat until", "Maze.moveForwardTooltip": "Moves the player forward one space.", "Maze.turnTooltip": "Turns the player left or right by 90 degrees.", "Maze.ifTooltip": "If there is a path in the specified direction, then do some actions.", "Maze.ifelseTooltip": "If there is a path in the specified direction, then do the first block of actions. Otherwise, do the second block of actions.", "Maze.whileTooltip": "Repeat the enclosed actions until finish point is reached.", "Maze.capacity0": "You have %0 blocks left.", "Maze.capacity1": "You have %1 block left.", "Maze.capacity2": "You have %2 blocks left.", "Maze.nextLevel": "Congratulations! Are you ready to proceed to level %1?", "Maze.finalLevel": "Congratulations! You have solved the final level.", "Maze.runTooltip": "Makes the player do what the blocks say.", "Maze.resetTooltip": "Put the player back at the start of the maze.", "Maze.helpStack": "Stack a couple of 'move forward' blocks together to help me reach the goal.", "Maze.helpOneTopBlock": "On this level, you need to stack together all of the blocks in the white workspace.", "Maze.helpRun": "Run your program to see what happens.", "Maze.helpReset": "Your program didn't solve the maze. Press 'Reset' and try again.", "Maze.helpRepeat": "Reach the end of this path using only two blocks. Use 'repeat' to run a block more than once.", "Maze.helpCapacity": "You have used up all the blocks for this level. To create a new block, you first need to delete an existing block.", "Maze.helpRepeatMany": "You can fit more than one block inside a 'repeat' block.", "Maze.helpSkins": "Choose your favourite player from this menu.", "Maze.helpIf": "An 'if' block will do something only if the condition is true. Try turning left if there is a path to the left.", "Maze.helpMenu": "Click on %1 in the 'if' block to change its condition.", "Maze.helpWallFollow": "Can you solve this complicated maze? Try following the left-hand wall. Advanced programmers only!", "Plane.rows": "Rows: %1", "Plane.getRows": "rows (%1)", "Plane.rows1": "1st class rows: %1", "Plane.getRows1": "1st class rows (%1)", "Plane.rows2": "2nd class rows: %1", "Plane.getRows2": "2nd class rows (%1)", "Plane.seats": "Seats: %1", "Plane.placeholder": "?", "Plane.setSeats": "seats =", "Plane.description1": "An airplane has a number of rows of passenger seats. Each row contains four seats.", "Plane.description2": "An airplane has two seats in the flight deck (for the pilot and co-pilot), and a number of rows of passenger seats. Each row contains four seats.", "Plane.description3": "An airplane has two seats in the flight deck (for the pilot and co-pilot), and a number of rows of 1st class and 2nd class passenger seats. Each 1st class row contains four seats. Each 2nd class row contains five seats.", "Plane.instructions": "Build a formula (below) that calculates the total number of seats on the airplane as the rows are changed (above).", "Turtle.moveTooltip": "Moves the turtle forward or backward by the specified amount.", "Turtle.moveForward": "move forward by", "Turtle.moveBackward": "move backward by", "Turtle.turnTooltip": "Turns the turtle left or right by the specified number of degrees.", "Turtle.turnRight": "turn right by", "Turtle.turnLeft": "turn left by", "Turtle.widthTooltip": "Changes the width of the pen.", "Turtle.setWidth": "set width to", "Turtle.colourTooltip": "Changes the colour of the pen.", "Turtle.setColour": "set colour to", "Turtle.penTooltip": "Lifts or lowers the pen, to stop or start drawing.", "Turtle.penUp": "pen up", "Turtle.penDown": "pen down", "Turtle.turtleVisibilityTooltip": "Makes the turtle (circle and arrow) visible or invisible.", "Turtle.hideTurtle": "hide turtle", "Turtle.showTurtle": "show turtle", "Turtle.printHelpUrl": "https://en.wikipedia.org/wiki/Printing", "Turtle.printTooltip": "Draws text in the turtle's direction at its location.", "Turtle.print": "print", "Turtle.fontHelpUrl": "https://en.wikipedia.org/wiki/Font", "Turtle.fontTooltip": "Sets the font used by the print block.", "Turtle.font": "font", "Turtle.fontSize": "font size", "Turtle.fontNormal": "normal", "Turtle.fontBold": "bold", "Turtle.fontItalic": "italic", "Turtle.unloadWarning": "Leaving this page will result in the loss of your work.", "Turtle.runTooltip": "Makes the turtle do what the blocks say.", "Turtle.captureTooltip": "Save the drawing.", "Turtle.imgFilename": "drawing.png", "Turtle.catTurtle": "Turtle" }