123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- {
- "@metadata": {
- "author": "Jennie Yoder <jennie@einsteinsworkshop.com>",
- "lastupdated": "2016-08-10 11:02:15.985000",
- "locale": "en",
- "messagedocumentation" : "qqq"
- },
- "PROJECT_MENU": "Project",
- "MY_PROJECTS": "My projects",
- "NEW": "New",
- "SAVE_BLOCKS_LOCAL": "Save Blocks to your Computer",
- "SAVE_BLOCKS_AS_COPY": "Save as a Copy",
- "LOAD_BLOCKS_LOCAL": "Load Blocks from your Computer",
- "IMPORT_BLOCKS_LOCAL": "Import Blocks into Current Project",
- "IMPORT_STL_MENU": "Import STL file into Current Project",
- "SAVE_SCAD_LOCAL": "Save OpenSCAD code to your Computer",
- "OPTIONS_MENU": "Options",
- "SIMPLE_TOOLBOX": "Simple Toolbox",
- "ADVANCED_TOOLBOX": "Advanced Toolbox",
- "BLOCK_COLORS": "Block Color Scheme",
- "CLASSIC_COLORS": "Classic",
- "PALE_COLORS": "Pale",
- "HELP_MENU": "Help",
- "DOCUMENTATION_LINK": "Documentation",
- "ABOUT_LINK": "About",
- "EXAMPLES_MENU": "Examples",
- "PROJECT_NAME": "Project Name",
- "PROJECT_NAME_DEFAULT": "Untitled",
- "BLOCKS_TAB": "Blocks",
- "CODE_TAB": "Code",
- "SAVE_BUTTON": "Save",
- "SAVE_IN_PROGRESS": "Saving...",
- "SAVE_COMPLETE": "Saved!",
- "SAVE_FAILED": "Save Failed.",
- "SAVE_FAILED_PROJECT_NAME": "Please give your project a name, then try again.",
- "REGISTER_BUTTON": "Register",
- "REGISTER_IN_PROGRESS": "Registering...",
- "REGISTER_NEW_USER": "Register New User",
- "USERNAME_FIELD": "Username",
- "PASSWORD_FIELD": "Password",
- "PASSWORD_RETYPE_FIELD": "Retype Password",
- "EMAIL_FIELD": "Email",
- "PASSWORD_FORGOT_FIELD": "Forgot Password?",
- "PASSWORD_RESET_EMAIL_SENT": "Password Reset Email has been Sent",
- "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",
- "LOGIN_BUTTON": "Sign in",
- "LOGIN_IN_PROGRESS": "Signing in...",
- "LOGOUT_BUTTON": "Logout",
- "CHANGE_PASSWORD": "Change Password",
- "CHANGE_PASSWORD_INSTRUCTIONS": "After changing your password, BlocksCAD will prompt you to login again.",
- "OLD_PASSWORD": "Old Password",
- "NEW_PASSWORD": "New Password",
- "CONFIRM_NEW_PASSWORD": "Confirm New Password",
- "CHANGE_EMAIL": "Change Email",
- "CHANGE_EMAIL_CURRENT": "Current Email",
- "CHANGE_EMAIL_NEW": "New Email",
- "DELETE_ACCOUNT": "Delete My Account",
- "DELETE_ACCOUNT_CONFIRM": "Are you sure you want to delete your BlocksCAD account?",
- "DELETE_ACCOUNT_INSTRUCTIONS_ONE": "In about 48 hours your account will be permanently deleted.",
- "DELETE_ACCOUNT_INSTRUCTIONS_TWO": "If you change your mind, just sign in to your account within the next 48 hours.",
- "DELETE_ACCOUNT_CONFIRM_PASSWORD": "Enter password to confirm",
- "DELETE_ACCOUNT_BUTTON": "Delete Account and Sign Out",
- "REACTIVATE_ACCOUNT_TITLE": "Your account will not be deleted",
- "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.",
- "REACTIVATE_BUTTON": "Okay",
- "DELETE_PROJECT_CONFIRM": "Are you sure you want to delete *Project_name*?",
- "CONFIRM_DIALOG_YES": "Sure",
- "CONFIRM_DIALOG_NO": "Cancel",
- "SAVE_PROMPT": "Do you want to save your project?",
- "SAVE_PROMPT_YES": "Save",
- "SAVE_PROMPT_NO": "Don't Save",
- "RESET_PASSWORD": "Reset Password",
- "DIALOG_OR": "or",
- "RESET_PASSWORD_INSTRUCTIONS": "Enter your username or your email and we will send you an email with instructions to reset your password.",
- "RESET_PASSWORD_LINK_BUTTON": "Send me a link to reset my password!",
- "RENDER_BUTTON": "Render",
- "ABORT_BUTTON": "Abort!",
- "GENERATE_STL": "Generate",
- "RENDER_IN_PROGRESS": "Rendering...",
- "PARSE_IN_PROGRESS": "Parsing...",
- "SPHERE": "sphere",
- "RADIUS": "radius",
- "CENTERED": "centered",
- "NOT_CENTERED": "not centered",
- "CUBE": "cube",
- "CYLINDER": "cylinder",
- "TORUS": "torus",
- "CIRCLE": "circle",
- "SQUARE": "square",
- "TRANSLATE": "translate",
- "ROTATE": "rotate",
- "MIRROR": "mirror",
- "SCALE": "scale",
- "COLOR": "color",
- "SIDES": "sides",
- "TAPER": "taper",
- "LINEAR_EXTRUDE": "linear extrude",
- "ROTATE_EXTRUDE": "rotate extrude",
- "HEIGHT": "height",
- "FACES": "faces",
- "ACROSS": "across",
- "ALONG": "along",
- "AXIS": "axis",
- "ROTATE_ADVANCED": "fancy rotate",
- "MIRROR_ADVANCED": "fancy mirror",
- "AROUND": "around",
- "RGB_COLOR_MODEL": "RGB",
- "HSV_COLOR_MODEL": "HSV",
- "COLOR_HUE": "hue",
- "COLOR_SATURATION": "saturation",
- "COLOR_VALUE": "value",
- "TWIST": "twist",
- "IMPORT_STL": "STL import",
- "BROWSE": "browse",
- "CENTER": "center",
- "BLOCK_TEXT_2D": "2D text",
- "BLOCK_TEXT_3D": "3D text",
- "FONT_SIZE": "size",
- "FONT_NAME": "font",
- "TEXT_THICKNESS": "thickness",
- "TEXT_DEFAULT_VALUE": "abc",
- "CONVEX_HULL": "hull",
- "DIFFERENCE": "difference",
- "UNION": "union",
- "INTERSECTION": "intersection",
- "PLUS": "plus",
- "MINUS": "minus",
- "WITH": "with",
- "CATEGORY_3D_SHAPES": "3D Shapes",
- "CATEGORY_2D_SHAPES": "2D Shapes",
- "CATEGORY_TRANSFORMATIONS": "Transforms",
- "CATEGORY_SET_OPERATIONS": "Set Ops",
- "CATEGORY_MATH": "Math",
- "CATEGORY_LOGIC": "Logic",
- "CATEGORY_LOOPS": "Loops",
- "CATEGORY_TEXT": "Text",
- "CATEGORY_VARIBLES": "Variables",
- "CATEGORY_PROCEDURES": "Modules",
- "RESET_VIEW_BUTTON": "Reset View",
- "DIRECTION_DIAGONAL": "diagonal",
- "DIRECTION_FRONT": "front",
- "DIRECTION_TOP": "top",
- "DIRECTION_RIGHT": "right",
- "DIRECTION_LEFT": "left",
- "DIRECTION_BACK": "back",
- "DIRECTION_BOTTOM": "bottom",
- "ERROR_PASSWORD_IS_USERNAME": "Your password cannot match your username!",
- "ERROR_PASSWORD_LENGTH": "Your password must be at least 6 characters long.",
- "ERROR_PASSWORD_IS_PASSWORD": "Your password cannot be the word 'password'.",
- "ERROR_PASSWORD_IS_EMPTY": "Please choose a password at least 6 characters long.",
- "ERROR_PASSWORD_CONFIRM": "Your second password must match the first password.",
- "ERROR_EMAIL_IS_INVALID": "You must provide a valid email address.",
- "ERROR_EMAIL_IS_EMPTY": "Please enter an email address.",
- "ERROR_USERNAME_IS_EMPTY": "Please choose a username.",
- "ERROR_USERNAME_LENGTH": "Username must be between 3 and 30 characters.",
- "ERROR_USERNAME_CHARACTERS": "Your username may only contain letters, numbers, -, and _",
- "ERROR_USERNAME_EXISTS": "Sorry, that username already exists.",
- "ERROR_LOGIN_FAILED": "Incorrect username or password.",
- "ERROR_BAD_PASSWORD": "Incorrect password - please retype your original password.",
- "ERROR_MISSING_USERNAME": "We can't find this username.",
- "ERROR_MISSING_EMAIL": "We can't find this email address.",
- "NEW_PROJECT_BUTTON": "New Project",
- "PROJECT_LIST_EXIT": "Exit List",
- "PROJECT_LIST_FILTER": "Filter",
- "PROJECT_LIST_LAST_MODIFIED": "Last Modified",
- "PROJECT_LIST_DELETE_BUTTON": "Delete",
- "PROJECT_LIST_MORE_BUTTON": "More",
- "MOUSEOVER_UNDO": "Undo",
- "MOUSEOVER_REDO": "Redo",
- "MOUSEOVER_TRASHCAN": "Delete all blocks",
- "DISCARD_ALL": "Delete all %1 blocks?",
- "AXES_BUTTON": "Toggle axes display",
- "DEFAULT_COLOR_BUTTON": "Set default render color",
- "ZOOM_IN_BUTTON": "Zoom in",
- "ZOOM_OUT_BUTTON": "Zoom out",
- "ZOOM_RESET_BUTTON": "Reset view",
- "WARNING_RELOAD_STL": "Warning: re-load your STL file block",
- "ERROR_MESSAGE": "Error",
- "RENDER_ERROR_EMPTY": "Nothing to Render",
- "RENDER_ERROR_MIXED": "Both 2D and 3D objects are present. There can be only one.",
- "PARSING_ERROR_MISSING_FIELDS": "%1 blocks are missing fields.",
- "PARSING_ERROR_ILLEGAL_VALUE": "%1 blocks have an illegal value (negative or zero)",
- "SPHERE_TOOLTIP": "<img src='imgs/en/sphere.svg' width='65'>",
- "CUBE_TOOLTIP": "<img src='imgs/en/cube.svg' width='100px'>",
- "CYLINDER_TOOLTIP": "<img src='imgs/en/cylinder.svg' width='90px'>",
- "TORUS_TOOLTIP": "<img src='imgs/en/torus.svg' width='250px'>",
- "CIRCLE_TOOLTIP": "<img src='imgs/en/circle.svg' width='65'>",
- "SQUARE_TOOLTIP": "<img src='imgs/en/square.svg' width='65'>",
- "TRANSLATE_TOOLTIP": "Translates (moves) one or more objects in specified dimensions x, y, and z.",
- "SIMPLEROTATE_TOOLTIP": "Rotates one or more objects around specified axes x, y, and z.",
- "SIMPLEMIRROR_TOOLTIP": "Mirrors one or more objects across a specified plane.",
- "SCALE_TOOLTIP": "Scales one or more objects by a specified amount in dimensions x, y, and z.",
- "COLOR_TOOLTIP": "Applies the color to the child object, which must be 3D.",
- "COLOR_RGB_TOOLTIP": "Apply a color by specifying the red, blue, and green components. Each value should be between 0 and 100.",
- "COLOR_HSV_TOOLTIP": "Apply a color by specifying the hue, saturation, and value components. Each value should be between 0 and 100.",
- "FN_TOOLTIP": "Sets the number of sides used for approximating arcs (in the sphere, cylinder, circle, and torus).",
- "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.",
- "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.",
- "ROTATEEXTRUDE_TOOLTIP": "Rotate extrudes one or more 2-dimensional objects around the Z axis with a specified number of sides.",
- "FANCYROTATE_TOOLTIP": "Rotates one or more objects around a vector from the origin (0,0,0) to the point (x,y,z)",
- "FANCYMIRROR_TOOLTIP": "Mirrors one or more objects across specified plane whose normal vector is from (0,0,0) to the point (x,y,z).",
- "UNION_TOOLTIP": "Combines two or more objects into one.",
- "DIFFERENCE_TOOLTIP": "Subtracts one or more objects from the first object in the list.",
- "INTERSECTION_TOOLTIP": "Returns the intersection (area that overlaps) of two or more objects.",
- "HULL_TOOLTIP": "Combines one or more objects by 'wrapping' them together in a hull.",
- "BS_TEXT_TOOLTIP": "A 2D rendering of text with a given size and font",
- "BS_3DTEXT_TOOLTIP": "A 3D rendering of text with a given size and font, and thickness",
- "CONTROLS_FOR_TOOLTIP_CHAINHULL": "Return the convex hull of each shape in the loop with the next shape",
- "NOT_COMPATIBLE_WITH_OPENSCAD": "Not compatible with OpenSCAD",
- "STL_IMPORT_WARNING": "STL files are not saved with your blocks.",
- "DISABLE_ALL": "Disable All Blocks",
- "ENABLE_ALL": "Enable All Blocks",
- "HIGHLIGHT_INSTANCES": "Highlight '%1' Instances",
- "REMOVE_HIGHLIGHTING_INSTANCES": "Remove highlighting",
- "REMOVE_BLOCK_HIGHLIGHTING": "Remove block highlighting",
- "BLOCKS_BUMPED_OUT_DIMENSIONS": "%1 calling blocks were displaced: 2D and 3D shapes cannot be together",
- "BLOCKS_BUMPED_OUT_TYPES": "%1 calling blocks were displaced: type mismatch between %2 and %3",
- "VARIABLES_BUMPED_ONE": "%1 variable blocks were displaced due to type mismatches",
- "VARIABLES_BUMPED_TWO": "variable '%1': type changed from %2 to %3",
- "EXAMPLE_CUBE_WITH_CUTOUTS": "cube with cutouts",
- "EXAMPLE_ANTHIAS_FISH": "anthias fish",
- "EXAMPLE_PARAMETRIC_BOX": "any size box",
- "EXAMPLE_LOOP_SUN": "sun made with loop",
- "EXAMPLE_LOOP_SINE": "sine function with loop",
- "EXAMPLE_PARAMETRIC_EQ_KNOT": "knot from parametric equations",
- "GET_STARTED_VIDEO": "Get Started!"
- }
|