translation.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. },
  44. "buttons": {
  45. "clearReset": "Clear the canvas & reset background color",
  46. "export": "Export",
  47. "exportToPng": "Export to PNG",
  48. "exportToSvg": "Export to SVG",
  49. "copyToClipboard": "Copy to clipboard",
  50. "save": "Save",
  51. "load": "Load",
  52. "getShareableLink": "Get shareable link",
  53. "close": "Close",
  54. "selectLanguage": "Select Language",
  55. "previouslyLoadedScenes": "Previously loaded scenes"
  56. },
  57. "alerts": {
  58. "clearReset": "This will clear the whole canvas. Are you sure?",
  59. "couldNotCreateShareableLink": "Couldn't create shareable link.",
  60. "importBackendFailed": "Importing from backend failed.",
  61. "cannotExportEmptyCanvas": "Cannot export empty canvas.",
  62. "couldNotCopyToClipboard": "Couldn't copy to clipboard. Try using Chrome browser.",
  63. "copiedToClipboard": "Copied to clipboard: {{url}}"
  64. },
  65. "toolBar": {
  66. "selection": "Selection",
  67. "rectangle": "Rectangle",
  68. "diamond": "Diamond",
  69. "ellipse": "Ellipse",
  70. "arrow": "Arrow",
  71. "line": "Line",
  72. "text": "Text",
  73. "lock": "Keep selected tool active after drawing"
  74. },
  75. "headings": {
  76. "canvasActions": "Canvas actions",
  77. "selectedShapeActions": "Selected shape actions",
  78. "shapes": "Shapes"
  79. }
  80. }