@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
19 lines (18 loc) • 574 B
JavaScript
//#region src/i18n/resources/zhCn/image.ts
var image_default = {
"image.copy": "复制",
"image.copyFailed": "复制失败",
"image.copySuccess": "复制成功",
"image.download": "下载",
"image.downloadFailed": "下载失败",
"image.downloadSuccess": "下载成功",
"image.flipHorizontal": "水平翻转",
"image.flipVertical": "垂直翻转",
"image.rotateLeft": "向左旋转",
"image.rotateRight": "向右旋转",
"image.zoomIn": "放大",
"image.zoomOut": "缩小"
};
//#endregion
export { image_default as default };
//# sourceMappingURL=image.mjs.map