@seemusic/ui-components
Version:
A Vue 3 UI Library. Uses Composable.
26 lines (25 loc) • 441 B
JavaScript
const zhCN = {
name: "zh-CN",
sop: {
common: {
cancel: "取消",
confirm: "确定",
packUp: "收起",
flareOut: "展开",
back: "返回"
},
basicTable: {
emptyRuleValidatorText: "不允许为空"
},
filterForm: {
selector: "查询或筛选"
},
pagination: {
total: "共 {total} 条"
}
}
};
export {
zhCN as default
};
//# sourceMappingURL=zh-cn.mjs.map