e4ff408f23
Improve the accessibility of our modals (the color picker and the export dialog) Implement a focus trap so that tapping through the controls inside them don't escape to outer elements, it also allows to close the modals with the "Escape" key.
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"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",
|
|
"opacity": "Opacity",
|
|
"fontSize": "Font Size",
|
|
"fontFamily": "Font Family",
|
|
"onlySelected": "Only selected",
|
|
"withBackground": "With Background",
|
|
"handDrawn": "Hand-Drawn",
|
|
"normal": "Normal",
|
|
"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",
|
|
"cartoonist": "Cartoonist",
|
|
"fileTitle": "File title",
|
|
"colorPicker": "Color picker",
|
|
"canvasBackground": "Canvas background"
|
|
},
|
|
"buttons": {
|
|
"clearReset": "Clear the canvas & reset background color",
|
|
"export": "Export",
|
|
"exportToPng": "Export to PNG",
|
|
"copyToClipboard": "Copy to clipboard",
|
|
"save": "Save",
|
|
"load": "Load",
|
|
"getShareableLink": "Get shareable link",
|
|
"close": "Close"
|
|
},
|
|
"alerts": {
|
|
"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}}"
|
|
},
|
|
"toolBar": {
|
|
"selection": "Selection",
|
|
"rectangle": "Rectangle",
|
|
"diamond": "Diamond",
|
|
"ellipse": "Ellipse",
|
|
"arrow": "Arrow",
|
|
"line": "Line",
|
|
"text": "Text"
|
|
}
|
|
}
|