UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

46 lines (45 loc) 894 B
const e = { name: "zh-cn", pro: { form: { submit: "提交", reset: "重置", prev: "上一步", next: "下一步", ariaAdd: "增加一行数据", ariaDel: "删除这行数据" }, search: { submit: "搜索", reset: "重置", prev: "上一步", next: "下一步" }, crud: { add: "新增", edit: "编辑", detail: "查看", del: "删除", submit: "提交", reset: "重置", prev: "上一步", next: "下一步", search: "搜索", searchReset: "重置", searchPrev: "上一步", searchNext: "下一步" }, tabs: { refresh: "刷新", left: "关闭左侧", right: "关闭右侧", others: "关闭其他" }, layout: { ariaToggle: "切换侧边栏菜单内容" } } }; export { e as default };