en.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "@metadata": {
  3. "author": "Jennie Yoder <jennie@einsteinsworkshop.com>",
  4. "lastupdated": "2016-08-10 11:02:15.985000",
  5. "locale": "en",
  6. "messagedocumentation" : "qqq"
  7. },
  8. "PROJECT_MENU": "Project",
  9. "MY_PROJECTS": "My projects",
  10. "NEW": "New",
  11. "SAVE_BLOCKS_LOCAL": "Save Blocks to your Computer",
  12. "SAVE_BLOCKS_AS_COPY": "Save as a Copy",
  13. "LOAD_BLOCKS_LOCAL": "Load Blocks from your Computer",
  14. "IMPORT_BLOCKS_LOCAL": "Import Blocks into Current Project",
  15. "IMPORT_STL_MENU": "Import STL file into Current Project",
  16. "SAVE_SCAD_LOCAL": "Save OpenSCAD code to your Computer",
  17. "OPTIONS_MENU": "Options",
  18. "SIMPLE_TOOLBOX": "Simple Toolbox",
  19. "ADVANCED_TOOLBOX": "Advanced Toolbox",
  20. "BLOCK_COLORS": "Block Color Scheme",
  21. "CLASSIC_COLORS": "Classic",
  22. "PALE_COLORS": "Pale",
  23. "HELP_MENU": "Help",
  24. "DOCUMENTATION_LINK": "Documentation",
  25. "ABOUT_LINK": "About",
  26. "EXAMPLES_MENU": "Examples",
  27. "PROJECT_NAME": "Project Name",
  28. "PROJECT_NAME_DEFAULT": "Untitled",
  29. "BLOCKS_TAB": "Blocks",
  30. "CODE_TAB": "Code",
  31. "SAVE_BUTTON": "Save",
  32. "SAVE_IN_PROGRESS": "Saving...",
  33. "SAVE_COMPLETE": "Saved!",
  34. "SAVE_FAILED": "Save Failed.",
  35. "SAVE_FAILED_PROJECT_NAME": "Please give your project a name, then try again.",
  36. "REGISTER_BUTTON": "Register",
  37. "REGISTER_IN_PROGRESS": "Registering...",
  38. "REGISTER_NEW_USER": "Register New User",
  39. "USERNAME_FIELD": "Username",
  40. "PASSWORD_FIELD": "Password",
  41. "PASSWORD_RETYPE_FIELD": "Retype Password",
  42. "EMAIL_FIELD": "Email",
  43. "PASSWORD_FORGOT_FIELD": "Forgot Password?",
  44. "PASSWORD_RESET_EMAIL_SENT": "Password Reset Email has been Sent",
  45. "PASSWORD_RESET_EMAIL_INSTRUCTIONS": "We've sent an email to the address associated with your account with a link to reset your password. If you don't see it, check your spam folder",
  46. "LOGIN_BUTTON": "Sign in",
  47. "LOGIN_IN_PROGRESS": "Signing in...",
  48. "LOGOUT_BUTTON": "Logout",
  49. "CHANGE_PASSWORD": "Change Password",
  50. "CHANGE_PASSWORD_INSTRUCTIONS": "After changing your password, BlocksCAD will prompt you to login again.",
  51. "OLD_PASSWORD": "Old Password",
  52. "NEW_PASSWORD": "New Password",
  53. "CONFIRM_NEW_PASSWORD": "Confirm New Password",
  54. "CHANGE_EMAIL": "Change Email",
  55. "CHANGE_EMAIL_CURRENT": "Current Email",
  56. "CHANGE_EMAIL_NEW": "New Email",
  57. "DELETE_ACCOUNT": "Delete My Account",
  58. "DELETE_ACCOUNT_CONFIRM": "Are you sure you want to delete your BlocksCAD account?",
  59. "DELETE_ACCOUNT_INSTRUCTIONS_ONE": "In about 48 hours your account will be permanently deleted.",
  60. "DELETE_ACCOUNT_INSTRUCTIONS_TWO": "If you change your mind, just sign in to your account within the next 48 hours.",
  61. "DELETE_ACCOUNT_CONFIRM_PASSWORD": "Enter password to confirm",
  62. "DELETE_ACCOUNT_BUTTON": "Delete Account and Sign Out",
  63. "REACTIVATE_ACCOUNT_TITLE": "Your account will not be deleted",
  64. "REACTIVATE_ACCOUNT_EXPLAINED": "Your account has been reactivated - it is no longer scheduled to be deleted. If you didn't send a delete account request, you should change your password to make sure your account is secure.",
  65. "REACTIVATE_BUTTON": "Okay",
  66. "DELETE_PROJECT_CONFIRM": "Are you sure you want to delete *Project_name*?",
  67. "CONFIRM_DIALOG_YES": "Sure",
  68. "CONFIRM_DIALOG_NO": "Cancel",
  69. "SAVE_PROMPT": "Do you want to save your project?",
  70. "SAVE_PROMPT_YES": "Save",
  71. "SAVE_PROMPT_NO": "Don't Save",
  72. "RESET_PASSWORD": "Reset Password",
  73. "DIALOG_OR": "or",
  74. "RESET_PASSWORD_INSTRUCTIONS": "Enter your username or your email and we will send you an email with instructions to reset your password.",
  75. "RESET_PASSWORD_LINK_BUTTON": "Send me a link to reset my password!",
  76. "RENDER_BUTTON": "Render",
  77. "ABORT_BUTTON": "Abort!",
  78. "GENERATE_STL": "Generate",
  79. "RENDER_IN_PROGRESS": "Rendering...",
  80. "PARSE_IN_PROGRESS": "Parsing...",
  81. "SPHERE": "sphere",
  82. "RADIUS": "radius",
  83. "CENTERED": "centered",
  84. "NOT_CENTERED": "not centered",
  85. "CUBE": "cube",
  86. "CYLINDER": "cylinder",
  87. "TORUS": "torus",
  88. "CIRCLE": "circle",
  89. "SQUARE": "square",
  90. "TRANSLATE": "translate",
  91. "ROTATE": "rotate",
  92. "MIRROR": "mirror",
  93. "SCALE": "scale",
  94. "COLOR": "color",
  95. "SIDES": "sides",
  96. "TAPER": "taper",
  97. "LINEAR_EXTRUDE": "linear extrude",
  98. "ROTATE_EXTRUDE": "rotate extrude",
  99. "HEIGHT": "height",
  100. "FACES": "faces",
  101. "ACROSS": "across",
  102. "ALONG": "along",
  103. "AXIS": "axis",
  104. "ROTATE_ADVANCED": "fancy rotate",
  105. "MIRROR_ADVANCED": "fancy mirror",
  106. "AROUND": "around",
  107. "RGB_COLOR_MODEL": "RGB",
  108. "HSV_COLOR_MODEL": "HSV",
  109. "COLOR_HUE": "hue",
  110. "COLOR_SATURATION": "saturation",
  111. "COLOR_VALUE": "value",
  112. "TWIST": "twist",
  113. "IMPORT_STL": "STL import",
  114. "BROWSE": "browse",
  115. "CENTER": "center",
  116. "BLOCK_TEXT_2D": "2D text",
  117. "BLOCK_TEXT_3D": "3D text",
  118. "FONT_SIZE": "size",
  119. "FONT_NAME": "font",
  120. "TEXT_THICKNESS": "thickness",
  121. "TEXT_DEFAULT_VALUE": "abc",
  122. "CONVEX_HULL": "hull",
  123. "DIFFERENCE": "difference",
  124. "UNION": "union",
  125. "INTERSECTION": "intersection",
  126. "PLUS": "plus",
  127. "MINUS": "minus",
  128. "WITH": "with",
  129. "CATEGORY_3D_SHAPES": "3D Shapes",
  130. "CATEGORY_2D_SHAPES": "2D Shapes",
  131. "CATEGORY_TRANSFORMATIONS": "Transforms",
  132. "CATEGORY_SET_OPERATIONS": "Set Ops",
  133. "CATEGORY_MATH": "Math",
  134. "CATEGORY_LOGIC": "Logic",
  135. "CATEGORY_LOOPS": "Loops",
  136. "CATEGORY_TEXT": "Text",
  137. "CATEGORY_VARIBLES": "Variables",
  138. "CATEGORY_PROCEDURES": "Modules",
  139. "RESET_VIEW_BUTTON": "Reset View",
  140. "DIRECTION_DIAGONAL": "diagonal",
  141. "DIRECTION_FRONT": "front",
  142. "DIRECTION_TOP": "top",
  143. "DIRECTION_RIGHT": "right",
  144. "DIRECTION_LEFT": "left",
  145. "DIRECTION_BACK": "back",
  146. "DIRECTION_BOTTOM": "bottom",
  147. "ERROR_PASSWORD_IS_USERNAME": "Your password cannot match your username!",
  148. "ERROR_PASSWORD_LENGTH": "Your password must be at least 6 characters long.",
  149. "ERROR_PASSWORD_IS_PASSWORD": "Your password cannot be the word 'password'.",
  150. "ERROR_PASSWORD_IS_EMPTY": "Please choose a password at least 6 characters long.",
  151. "ERROR_PASSWORD_CONFIRM": "Your second password must match the first password.",
  152. "ERROR_EMAIL_IS_INVALID": "You must provide a valid email address.",
  153. "ERROR_EMAIL_IS_EMPTY": "Please enter an email address.",
  154. "ERROR_USERNAME_IS_EMPTY": "Please choose a username.",
  155. "ERROR_USERNAME_LENGTH": "Username must be between 3 and 30 characters.",
  156. "ERROR_USERNAME_CHARACTERS": "Your username may only contain letters, numbers, -, and _",
  157. "ERROR_USERNAME_EXISTS": "Sorry, that username already exists.",
  158. "ERROR_LOGIN_FAILED": "Incorrect username or password.",
  159. "ERROR_BAD_PASSWORD": "Incorrect password - please retype your original password.",
  160. "ERROR_MISSING_USERNAME": "We can't find this username.",
  161. "ERROR_MISSING_EMAIL": "We can't find this email address.",
  162. "NEW_PROJECT_BUTTON": "New Project",
  163. "PROJECT_LIST_EXIT": "Exit List",
  164. "PROJECT_LIST_FILTER": "Filter",
  165. "PROJECT_LIST_LAST_MODIFIED": "Last Modified",
  166. "PROJECT_LIST_DELETE_BUTTON": "Delete",
  167. "PROJECT_LIST_MORE_BUTTON": "More",
  168. "MOUSEOVER_UNDO": "Undo",
  169. "MOUSEOVER_REDO": "Redo",
  170. "MOUSEOVER_TRASHCAN": "Delete all blocks",
  171. "DISCARD_ALL": "Delete all %1 blocks?",
  172. "AXES_BUTTON": "Toggle axes display",
  173. "DEFAULT_COLOR_BUTTON": "Set default render color",
  174. "ZOOM_IN_BUTTON": "Zoom in",
  175. "ZOOM_OUT_BUTTON": "Zoom out",
  176. "ZOOM_RESET_BUTTON": "Reset view",
  177. "WARNING_RELOAD_STL": "Warning: re-load your STL file block",
  178. "ERROR_MESSAGE": "Error",
  179. "RENDER_ERROR_EMPTY": "Nothing to Render",
  180. "RENDER_ERROR_MIXED": "Both 2D and 3D objects are present. There can be only one.",
  181. "PARSING_ERROR_MISSING_FIELDS": "%1 blocks are missing fields.",
  182. "PARSING_ERROR_ILLEGAL_VALUE": "%1 blocks have an illegal value (negative or zero)",
  183. "SPHERE_TOOLTIP": "<img src='imgs/en/sphere.svg' width='65'>",
  184. "CUBE_TOOLTIP": "<img src='imgs/en/cube.svg' width='100px'>",
  185. "CYLINDER_TOOLTIP": "<img src='imgs/en/cylinder.svg' width='90px'>",
  186. "TORUS_TOOLTIP": "<img src='imgs/en/torus.svg' width='250px'>",
  187. "CIRCLE_TOOLTIP": "<img src='imgs/en/circle.svg' width='65'>",
  188. "SQUARE_TOOLTIP": "<img src='imgs/en/square.svg' width='65'>",
  189. "TRANSLATE_TOOLTIP": "Translates (moves) one or more objects in specified dimensions x, y, and z.",
  190. "SIMPLEROTATE_TOOLTIP": "Rotates one or more objects around specified axes x, y, and z.",
  191. "SIMPLEMIRROR_TOOLTIP": "Mirrors one or more objects across a specified plane.",
  192. "SCALE_TOOLTIP": "Scales one or more objects by a specified amount in dimensions x, y, and z.",
  193. "COLOR_TOOLTIP": "Applies the color to the child object, which must be 3D.",
  194. "COLOR_RGB_TOOLTIP": "Apply a color by specifying the red, blue, and green components. Each value should be between 0 and 100.",
  195. "COLOR_HSV_TOOLTIP": "Apply a color by specifying the hue, saturation, and value components. Each value should be between 0 and 100.",
  196. "FN_TOOLTIP": "Sets the number of sides used for approximating arcs (in the sphere, cylinder, circle, and torus).",
  197. "TAPER_TOOLTIP": "Scales shape along an axis. The smallest value along the select axis is scaled at one, and the largest value is scaled at user input scale value.",
  198. "LINEAREXTRUDE_TOOLTIP": "Extrudes one or more 2-dimensional objects by a specified height with a specified twist. Shape can be scaled as it extrudes in both x and y. It may optionally be centered around the origin.",
  199. "ROTATEEXTRUDE_TOOLTIP": "Rotate extrudes one or more 2-dimensional objects around the Z axis with a specified number of sides.",
  200. "FANCYROTATE_TOOLTIP": "Rotates one or more objects around a vector from the origin (0,0,0) to the point (x,y,z)",
  201. "FANCYMIRROR_TOOLTIP": "Mirrors one or more objects across specified plane whose normal vector is from (0,0,0) to the point (x,y,z).",
  202. "UNION_TOOLTIP": "Combines two or more objects into one.",
  203. "DIFFERENCE_TOOLTIP": "Subtracts one or more objects from the first object in the list.",
  204. "INTERSECTION_TOOLTIP": "Returns the intersection (area that overlaps) of two or more objects.",
  205. "HULL_TOOLTIP": "Combines one or more objects by 'wrapping' them together in a hull.",
  206. "BS_TEXT_TOOLTIP": "A 2D rendering of text with a given size and font",
  207. "BS_3DTEXT_TOOLTIP": "A 3D rendering of text with a given size and font, and thickness",
  208. "CONTROLS_FOR_TOOLTIP_CHAINHULL": "Return the convex hull of each shape in the loop with the next shape",
  209. "NOT_COMPATIBLE_WITH_OPENSCAD": "Not compatible with OpenSCAD",
  210. "STL_IMPORT_WARNING": "STL files are not saved with your blocks.",
  211. "DISABLE_ALL": "Disable All Blocks",
  212. "ENABLE_ALL": "Enable All Blocks",
  213. "HIGHLIGHT_INSTANCES": "Highlight '%1' Instances",
  214. "REMOVE_HIGHLIGHTING_INSTANCES": "Remove highlighting",
  215. "REMOVE_BLOCK_HIGHLIGHTING": "Remove block highlighting",
  216. "BLOCKS_BUMPED_OUT_DIMENSIONS": "%1 calling blocks were displaced: 2D and 3D shapes cannot be together",
  217. "BLOCKS_BUMPED_OUT_TYPES": "%1 calling blocks were displaced: type mismatch between %2 and %3",
  218. "VARIABLES_BUMPED_ONE": "%1 variable blocks were displaced due to type mismatches",
  219. "VARIABLES_BUMPED_TWO": "variable '%1': type changed from %2 to %3",
  220. "EXAMPLE_CUBE_WITH_CUTOUTS": "cube with cutouts",
  221. "EXAMPLE_ANTHIAS_FISH": "anthias fish",
  222. "EXAMPLE_PARAMETRIC_BOX": "any size box",
  223. "EXAMPLE_LOOP_SUN": "sun made with loop",
  224. "EXAMPLE_LOOP_SINE": "sine function with loop",
  225. "EXAMPLE_PARAMETRIC_EQ_KNOT": "knot from parametric equations",
  226. "GET_STARTED_VIDEO": "Get Started!"
  227. }