images-viewer-vue3
Version:
A lightweight image viewer for Vue3
31 lines (30 loc) • 736 B
JavaScript
const e = {
common: {
more: "查看更多",
loadErrorText: "加载图片失败,请仔细检测图片访问路径!",
renderRatio: "渲染大小",
naturalRatio: "固定尺寸",
fixedAspectRatio: "固定宽高比",
fileZise: "文件大小",
origin: "来源",
imageType: "图片类型"
},
action: {
previous: "上一张",
next: "下一张",
enlarge: "放大",
shrink: "缩小",
rotateCounterclockwise: "逆时针旋转",
clockwiseRotation: "顺时针旋转",
flipHorizontal: "水平翻转",
flipVertical: "垂直翻转",
reset: "重置",
fullScreen: "全屏查看",
download: "下载",
play: "播放",
pause: "暂停"
}
};
export {
e as z
};