excalidraw/public/locales/en/translation.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"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",
"fontSize": "Font Size",
"fontFamily": "Font Family",
"onlySelected": "Only selected",
"withBackground": "With Background",
"handDrawn": "Hand-Drawn",
"normal": "Normal",
"code": "Code"
},
"buttons": {
"clearReset": "Clear the canvas & reset background color",
"export": "Export",
"exportToPng": "Export to PNG",
"copyToClipboard": "Copy to clipboard",
"save": "Save",
"load": "Load"
},
"alerts": {
"clearReset": "This will clear the whole canvas. Are you sure?"
},
"toolBar": {
"selection": "Selection",
"rectangle": "Rectangle",
"diamond": "Diamond",
"ellipse": "Ellipse",
"arrow": "Arrow",
"line": "Line",
"text": "Text"
}
}