en.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "labels": {
  3. "paste": "Paste",
  4. "selectAll": "Select All",
  5. "copy": "Copy",
  6. "bringForward": "Bring Forward",
  7. "sendToBack": "Send To Back",
  8. "bringToFront": "Bring To Front",
  9. "sendBackward": "Send Backward",
  10. "delete": "Delete",
  11. "copyStyles": "Copy Styles",
  12. "pasteStyles": "Paste Styles",
  13. "stroke": "Stroke",
  14. "background": "Background",
  15. "fill": "Fill",
  16. "strokeWidth": "Stroke Width",
  17. "sloppiness": "Sloppiness",
  18. "opacity": "Opacity",
  19. "fontSize": "Font Size",
  20. "fontFamily": "Font Family",
  21. "onlySelected": "Only selected",
  22. "withBackground": "With Background",
  23. "handDrawn": "Hand-Drawn",
  24. "normal": "Normal",
  25. "code": "Code",
  26. "small": "Small",
  27. "medium": "Medium",
  28. "large": "Large",
  29. "veryLarge": "Very Large",
  30. "solid": "Solid",
  31. "hachure": "Hachure",
  32. "crossHatch": "Cross-Hatch",
  33. "thin": "Thin",
  34. "bold": "Bold",
  35. "extraBold": "Extra Bold",
  36. "architect": "Architect",
  37. "artist": "Artist",
  38. "cartoonist": "Cartoonist",
  39. "fileTitle": "File title",
  40. "colorPicker": "Color picker",
  41. "canvasBackground": "Canvas background",
  42. "drawingCanvas": "Drawing Canvas",
  43. "layers": "Layers",
  44. "language": "Language"
  45. },
  46. "buttons": {
  47. "clearReset": "Reset the canvas",
  48. "export": "Export",
  49. "exportToPng": "Export to PNG",
  50. "exportToSvg": "Export to SVG",
  51. "copyToClipboard": "Copy to clipboard",
  52. "save": "Save",
  53. "load": "Load",
  54. "getShareableLink": "Get shareable link",
  55. "close": "Close",
  56. "selectLanguage": "Select Language",
  57. "scrollBackToContent": "Scroll back to content",
  58. "zoomIn": "Zoom in",
  59. "zoomOut": "Zoom out",
  60. "resetZoom": "Reset zoom",
  61. "menu": "Menu",
  62. "done": "Done",
  63. "edit": "Edit"
  64. },
  65. "alerts": {
  66. "clearReset": "This will clear the whole canvas. Are you sure?",
  67. "couldNotCreateShareableLink": "Couldn't create shareable link.",
  68. "importBackendFailed": "Importing from backend failed.",
  69. "cannotExportEmptyCanvas": "Cannot export empty canvas.",
  70. "couldNotCopyToClipboard": "Couldn't copy to clipboard. Try using Chrome browser.",
  71. "uploadedSecurly": "The upload has been secured with end-to-end encryption, which means that Excalidraw server and third parties can't read the content."
  72. },
  73. "toolBar": {
  74. "selection": "Selection",
  75. "rectangle": "Rectangle",
  76. "diamond": "Diamond",
  77. "ellipse": "Ellipse",
  78. "arrow": "Arrow",
  79. "line": "Line",
  80. "text": "Text",
  81. "lock": "Keep selected tool active after drawing"
  82. },
  83. "headings": {
  84. "canvasActions": "Canvas actions",
  85. "selectedShapeActions": "Selected shape actions",
  86. "shapes": "Shapes"
  87. },
  88. "hints": {
  89. "linearElement": "Click to start multiple points, drag for single line",
  90. "linearElementMulti": "Press Escape or Enter to finish",
  91. "resize": "You can constraint proportions by holding SHIFT while resizing"
  92. }
  93. }