1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "@metadata": {
- "author": "Ellen Spertus <ellen.spertus@gmail.com>",
- "lastupdated": "2014-04-11 14:58:59.390588",
- "locale": "en",
- "messagedocumentation" : "qqq"
- },
- "Apps.subtitle": "a visual programming environment",
- "Apps.blocklyMessage": "BlockSCAD",
- "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": "Procedures",
- "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.badCode": "Program error:\n%1",
- "Code.timeout": "Maximum execution iterations exceeded.",
- "Code.discard": "Delete all %1 blocks?",
- "Code.title": "AlphaTest",
- "Code.blocks": "Blocks",
- "Code.trashTooltip": "Discard all blocks.",
- "Code.cat3dPrimitives": "3D Primitives",
- "Code.cat2dPrimitives": "2D Primitives",
- "Code.catTransformations": "Transformations",
- "Code.catGeomBooleans": "Geometric Operations"
- }
|