images-viewer-vue3
Version:
A lightweight image viewer for Vue3
25 lines (24 loc) • 542 B
JavaScript
const e = {
image: {
total: "共",
pictures: "图片",
leaf: "张",
page: "页",
current: "当前页",
loadErrorText: "加载图片失败,请仔细检测图片访问路径!",
ruleText: "图片尺寸",
px: "像素",
the: "第",
img: "张图片",
previousText: "上一张",
nextText: "下一张",
renderRatio: "渲染大小",
naturalRatio: "固定尺寸",
fixedAspectRatio: "固定宽高比",
fileZise: "文件大小",
origin: "来源"
}
};
export {
e as default
};