occ-tinper-bee
Version:
Base tinper-bee 2.0.10-beta.2: React Components living for enterprise-class pc backend application
51 lines (50 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = {
lang: 'zh_CN',
Popconfirm: {
'ok': '确认',
'cancel': '取消'
},
Table: {
'resetSettings': '还原设置',
'include': '包含',
'exclusive': '不包含',
'equal': '等于',
'unequal':'不等于',
'begin':'以开始',
'end':'以结尾',
},
Clipboard: {
'copy': '复制',
'cut': '剪切',
'copyReady': '已复制',
'cutReady': '已剪切',
'copyToClipboard':'复制到剪切板',
'close':'关闭',
},
Pagination:{
'total': '共',
'items': '条',
'show': '显示',
'goto': '跳至',
'page': '页',
'ok': '确认'
},
Grid:{
'fixTitle': '锁定',
'noFixTitle': '解锁',
'hideTitle': '隐藏',
'rowFilter':'行过滤'
},
SearchPanel: {
'title': '默认筛选',
'resetName': '清空',
'searchName': '查询',
'down': '展开',
'up': '收起'
}
};
module.exports = exports['default'];