svgedit
Version:
Powerful SVG-Editor for your browser
25 lines (24 loc) • 594 B
JavaScript
//#region src/editor/extensions/ext-shapes/locale/en.js
var en_default = {
loading: "Loading...",
categories: {
basic: "Basic",
object: "Objects",
symbol: "Symbols",
arrow: "Arrows",
flowchart: "Flowchart",
animal: "Animals",
game: "Cards & Chess",
dialog_balloon: "Dialog balloons",
electronics: "Electronics",
math: "Mathematical",
music: "Music",
misc: "Miscellaneous",
raphael_1: "raphaeljs.com set 1",
raphael_2: "raphaeljs.com set 2"
},
buttons: [{ title: "Shape library" }]
};
//#endregion
export { en_default as default };
//# sourceMappingURL=en.js.map