@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
25 lines (24 loc) • 756 B
JavaScript
//#region src/i18n/resources/zhCn/image.ts
var image_default = {
"image.actualSize": "实际尺寸",
"image.close": "关闭",
"image.copy": "复制",
"image.copyFailed": "复制失败",
"image.copySuccess": "复制成功",
"image.download": "下载",
"image.downloadFailed": "下载失败",
"image.downloadSuccess": "下载成功",
"image.fitToScreen": "适应屏幕",
"image.flipHorizontal": "水平翻转",
"image.flipVertical": "垂直翻转",
"image.more": "更多",
"image.next": "下一张",
"image.prev": "上一张",
"image.rotateLeft": "向左旋转",
"image.rotateRight": "向右旋转",
"image.zoomIn": "放大",
"image.zoomOut": "缩小"
};
//#endregion
export { image_default as default };
//# sourceMappingURL=image.mjs.map