images-viewer-vue3
Version:
A lightweight image viewer for Vue3
31 lines (30 loc) • 748 B
JavaScript
const e = {
common: {
more: "Look More",
loadErrorText: "Failed to load the image, please check the image access path carefully!",
renderRatio: "render Ratio",
naturalRatio: "natural Ratio",
fixedAspectRatio: "fixed Aspect Ratio",
fileZise: "file Zise",
origin: "origin",
imageType: "image Type"
},
action: {
previous: "previous",
next: "next",
enlarge: "enlarge",
shrink: "shrink",
rotateCounterclockwise: "rotate Counterclockwise",
clockwiseRotation: "clockwise Rotation",
flipHorizontal: "flip Horizontal",
flipVertical: "flip Vertical",
reset: "reset",
fullScreen: "full Screen",
download: "download",
play: "play",
pause: "pause"
}
};
export {
e
};