@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
19 lines (18 loc) • 584 B
JavaScript
//#region src/i18n/resources/en/image.ts
var image_default = {
"image.copy": "Copy",
"image.copyFailed": "Copy Failed",
"image.copySuccess": "Copy Success",
"image.download": "Download",
"image.downloadFailed": "Download Failed",
"image.downloadSuccess": "Download Success",
"image.flipHorizontal": "Flip Horizontal",
"image.flipVertical": "Flip Vertical",
"image.rotateLeft": "Rotate Left",
"image.rotateRight": "Rotate Right",
"image.zoomIn": "Zoom In",
"image.zoomOut": "Zoom Out"
};
//#endregion
export { image_default as default };
//# sourceMappingURL=image.mjs.map