m2-ui
Version:
The package is provided web components and utilities based on vue and element-ui.
52 lines (51 loc) • 1.27 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: {
backtop: '返回顶部',
loading: '正在努力加载中',
modal: {
ok: '确定',
cancel: '取消'
},
confirm: {
title: '删除提示',
message: '此操作将永久删除该数据, 是否继续?'
},
toast: '提示消息',
header: {
navigation: '导航',
logoText: 'M2微前端框架',
placeholder: '找人、搜功能、看指引',
feedback: '意见反馈',
exit: '退出'
},
sidebar: {
home: '返回首页'
},
table: {
index: '序号',
menu: '操作'
},
queryPanel: {
query: '查询',
reset: '重置'
}
}
};
module.exports = exports['default'];
});