m2-webui
Version:
The package is provided web components and utilities based on vue and element-ui.
76 lines (75 loc) • 1.83 kB
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('m2/locale/zh-CN', ['module', 'exports'], factory);
} else if (typeof exports !== "undefined") {
factory(module, exports);
} else {
var mod = {
exports: {}
};
factory(mod, mod.exports);
global.M2.lang = global.M2.lang || {};
global.M2.lang.zhCN = mod.exports;
}
})(this, function (module, exports) {
'use strict';
exports.__esModule = true;
exports.default = {
m2: {
loading: '正在努力加载中',
toast: '提示消息',
table: {
caption: '列表',
select: '选择',
number: '序号',
action: '操作'
},
modal: {
ok: '确定',
cancel: '取消'
},
alert: {
title: '消息提示',
message: '成功!'
},
confirm: {
title: '删除提示',
message: '此操作将永久删除该数据, 是否继续?'
},
queryPanel: {
query: '查询',
reset: '重置'
},
layout: {
navMenu: '导航',
navbar: {
more: '更多'
},
search: {
placeholder: '找人、搜功能、看指引'
},
links: {
feedback: '意见反馈',
exit: '退出'
},
icons: {
setting: '个人设置',
message: '消息通知'
},
backtop: '返回顶部'
},
exception: {
error: {
401: '你暂时没有访问该页面的权限!',
404: '很抱歉出错了!'
},
back: '返回上一页',
or: '或者',
home: '返回主页',
apply: '申请权限',
contactUs: '联系我们: 8008'
}
}
};
module.exports = exports['default'];
});