react-admin-kit
Version:
A react based UI components for admin system
32 lines (31 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var locale = {
// ProTable
tableTitleAfter: '列表',
formTypeNew: '新增',
formTypeEdit: '编辑',
formTypeRead: '查看',
exportFilename: '导出列表',
delBtnText: '删除',
// ProTable 删除功能
delPopconfirmTitle: '确认删除吗?',
delModalConfirmTitle: '操作确认',
delModalConfirmContent: "\u786E\u8BA4\u5220\u9664\u5417\uFF1F",
delSuccessContent: '删除成功',
alertDelBtnText: '批量删除',
alertDelPopconfirmTitle: function alertDelPopconfirmTitle(rowKeys) {
return "\u786E\u8BA4\u5220\u9664".concat(rowKeys.length, "\u6761\u6570\u636E\u5417\uFF1F");
},
alertDelModalConfirmTitle: '操作确认',
alertDelModalConfirmContent: function alertDelModalConfirmContent(rowKeys) {
return "\u786E\u8BA4\u5220\u9664".concat(rowKeys.length, "\u6761\u6570\u636E\u5417\uFF1F");
},
// ModalForm
confirmOnCloseTitle: '确认关闭',
confirmOnCloseContent: '表单项内容未保存, 是否确认关闭?'
};
var _default = exports.default = locale;