bee-complex-grid
Version:
Complex Grid for React, AdvancedDataGrid
27 lines (26 loc) • 724 B
JavaScript
;
module.exports = {
'lang': 'zh-cn',
'fixTitle': '锁定',
'noFixTitle': '解锁',
'hideTitle': '隐藏',
'rowFilter': '行过滤',
'openRowFilter': '打开行过滤',
'closeRowFilter': '关闭行过滤',
'en-us': {
'fixTitle': 'Lock',
'noFixTitle': 'Unlock',
'hideTitle': 'Hide',
'rowFilter': 'Row Filter',
'openRowFilter': 'Enable Row Filter',
'closeRowFilter': 'Disable Row Filter'
},
'zh-tw': {
'fixTitle': '鎖定',
'noFixTitle': '解鎖',
'hideTitle': '隱藏',
'rowFilter': '行過濾',
'openRowFilter': '打開行過濾',
'closeRowFilter': '關閉行過濾'
}
};