2020-01-21 01:14:10 +02:00
|
|
|
{
|
|
|
|
"labels": {
|
|
|
|
"paste": "Paste",
|
|
|
|
"selectAll": "Select All",
|
|
|
|
"copy": "Copy",
|
|
|
|
"bringForward": "Bring Forward",
|
|
|
|
"sendToBack": "Send To Back",
|
|
|
|
"bringToFront": "Bring To Front",
|
|
|
|
"sendBackward": "Send Backward",
|
|
|
|
"delete": "Delete",
|
|
|
|
"copyStyles": "Copy Styles",
|
|
|
|
"pasteStyles": "Paste Styles",
|
|
|
|
"stroke": "Stroke",
|
|
|
|
"background": "Background",
|
|
|
|
"fill": "Fill",
|
|
|
|
"strokeWidth": "Stroke Width",
|
|
|
|
"sloppiness": "Sloppiness",
|
2020-01-21 17:39:39 +01:00
|
|
|
"opacity": "Opacity",
|
2020-01-21 01:14:10 +02:00
|
|
|
"fontSize": "Font Size",
|
|
|
|
"fontFamily": "Font Family",
|
|
|
|
"onlySelected": "Only selected",
|
|
|
|
"withBackground": "With Background",
|
|
|
|
"handDrawn": "Hand-Drawn",
|
|
|
|
"normal": "Normal",
|
2020-01-22 16:25:04 +02:00
|
|
|
"code": "Code",
|
|
|
|
"small": "Small",
|
|
|
|
"medium": "Medium",
|
|
|
|
"large": "Large",
|
|
|
|
"veryLarge": "Very Large",
|
|
|
|
"solid": "Solid",
|
|
|
|
"hachure": "Hachure",
|
|
|
|
"crossHatch": "Cross-Hatch",
|
|
|
|
"thin": "Thin",
|
|
|
|
"bold": "Bold",
|
|
|
|
"extraBold": "Extra Bold",
|
|
|
|
"architect": "Architect",
|
|
|
|
"artist": "Artist",
|
2020-01-25 19:37:58 -03:00
|
|
|
"cartoonist": "Cartoonist",
|
|
|
|
"fileTitle": "File title",
|
|
|
|
"colorPicker": "Color picker",
|
2020-01-26 17:14:31 -03:00
|
|
|
"canvasBackground": "Canvas background",
|
|
|
|
"drawingCanvas": "Drawing Canvas"
|
2020-01-21 01:14:10 +02:00
|
|
|
},
|
|
|
|
"buttons": {
|
|
|
|
"clearReset": "Clear the canvas & reset background color",
|
|
|
|
"export": "Export",
|
|
|
|
"exportToPng": "Export to PNG",
|
2020-01-28 12:25:13 -08:00
|
|
|
"exportToSvg": "Export to SVG",
|
2020-01-21 01:14:10 +02:00
|
|
|
"copyToClipboard": "Copy to clipboard",
|
|
|
|
"save": "Save",
|
2020-01-22 16:25:04 +02:00
|
|
|
"load": "Load",
|
2020-01-25 19:37:58 -03:00
|
|
|
"getShareableLink": "Get shareable link",
|
2020-01-26 17:14:31 -03:00
|
|
|
"close": "Close",
|
2020-01-30 16:39:37 -03:00
|
|
|
"selectLanguage": "Select Language",
|
2020-02-01 16:52:10 +00:00
|
|
|
"previouslyLoadedScenes": "Previously loaded scenes",
|
|
|
|
"scrollBackToContent": "Scroll back to content"
|
2020-01-21 01:14:10 +02:00
|
|
|
},
|
|
|
|
"alerts": {
|
2020-01-22 16:25:04 +02:00
|
|
|
"clearReset": "This will clear the whole canvas. Are you sure?",
|
|
|
|
"couldNotCreateShareableLink": "Couldn't create shareable link.",
|
|
|
|
"importBackendFailed": "Importing from backend failed.",
|
|
|
|
"cannotExportEmptyCanvas": "Cannot export empty canvas.",
|
|
|
|
"couldNotCopyToClipboard": "Couldn't copy to clipboard. Try using Chrome browser.",
|
|
|
|
"copiedToClipboard": "Copied to clipboard: {{url}}"
|
2020-01-21 01:14:10 +02:00
|
|
|
},
|
|
|
|
"toolBar": {
|
|
|
|
"selection": "Selection",
|
|
|
|
"rectangle": "Rectangle",
|
|
|
|
"diamond": "Diamond",
|
|
|
|
"ellipse": "Ellipse",
|
|
|
|
"arrow": "Arrow",
|
|
|
|
"line": "Line",
|
2020-01-26 22:00:00 +02:00
|
|
|
"text": "Text",
|
|
|
|
"lock": "Keep selected tool active after drawing"
|
2020-01-26 17:14:31 -03:00
|
|
|
},
|
|
|
|
"headings": {
|
|
|
|
"canvasActions": "Canvas actions",
|
|
|
|
"selectedShapeActions": "Selected shape actions",
|
|
|
|
"shapes": "Shapes"
|
2020-02-03 21:52:21 +04:00
|
|
|
},
|
|
|
|
"hints": {
|
|
|
|
"linearElement": "Click to start multiple points, drag for single line",
|
|
|
|
"linearElementMulti": "Press Escape or Enter to finish",
|
|
|
|
"resize": "You can constraint proportions by holding SHIFT while resizing"
|
2020-01-21 01:14:10 +02:00
|
|
|
}
|
|
|
|
}
|