en.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "@metadata": {
  3. "author": "Ellen Spertus <ellen.spertus@gmail.com>",
  4. "lastupdated": "2014-04-11 14:58:59.390588",
  5. "locale": "en",
  6. "messagedocumentation" : "qqq"
  7. },
  8. "Apps.subtitle": "a visual programming environment",
  9. "Apps.blocklyMessage": "BlockSCAD",
  10. "Apps.codeTooltip": "See generated JavaScript code.",
  11. "Apps.linkTooltip": "Save and link to blocks.",
  12. "Apps.runTooltip": "Run the program defined by the blocks in the workspace.",
  13. "Apps.runProgram": "Run Program",
  14. "Apps.resetProgram": "Reset",
  15. "Apps.dialogOk": "OK",
  16. "Apps.dialogCancel": "Cancel",
  17. "Apps.catLogic": "Logic",
  18. "Apps.catLoops": "Loops",
  19. "Apps.catMath": "Math",
  20. "Apps.catText": "Text",
  21. "Apps.catLists": "Lists",
  22. "Apps.catColour": "Colour",
  23. "Apps.catVariables": "Variables",
  24. "Apps.catProcedures": "Procedures",
  25. "Apps.httpRequestError": "There was a problem with the request.",
  26. "Apps.linkAlert": "Share your blocks with this link:\n\n%1",
  27. "Apps.hashError": "Sorry, '%1' doesn't correspond with any saved program.",
  28. "Apps.xmlError": "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
  29. "Apps.listVariable": "list",
  30. "Apps.textVariable": "text",
  31. "Code.badCode": "Program error:\n%1",
  32. "Code.timeout": "Maximum execution iterations exceeded.",
  33. "Code.discard": "Delete all %1 blocks?",
  34. "Code.title": "AlphaTest",
  35. "Code.blocks": "Blocks",
  36. "Code.trashTooltip": "Discard all blocks.",
  37. "Code.cat3dPrimitives": "3D Primitives",
  38. "Code.cat2dPrimitives": "2D Primitives",
  39. "Code.catTransformations": "Transformations",
  40. "Code.catGeomBooleans": "Geometric Operations"
  41. }