generator-hcy-system
Version:
hcy system layout and pages
34 lines (33 loc) • 1.15 kB
text/typescript
export default {
'columns.title.header':'Query List',
'columns.title.index': 'Order',
'columns.title.option': 'Actions',
'columns.title.other': 'other',
'columns.handel.selected': 'Selected',
'columns.handel.unit': 'Items',
'columns.handel.add': 'Add',
'columns.handel.addChild': 'Add Child',
'columns.handel.cancel.selected': 'Selected',
'columns.handel.mass.delete': 'Mass Delete',
'columns.handel.view': 'View',
'columns.handel.more': 'More',
'columns.title.updateTime': 'Update Time',
'columns.handel.edit': 'Edit',
'columns.handel.delete': 'Delete',
'columns.handel.sort': 'Sort',
'columns.handel.disabled': 'Disabled',
'columns.handel.enable': 'Enable',
'columns.handel.import': 'Import',
'columns.handel.export': 'Export',
'columns.handel.upload': 'Upload',
'columns.handel.top': 'Top',
'columns.handel.bottom': 'Bottom',
'columns.handel.pre': 'prev',
'columns.handel.next': 'next',
'columns.handel.cancel': 'Cancel',
'columns.handel.ok': 'Ok',
'columns.handel.yes': 'Yes',
'columns.handel.no': 'No',
'columns.handel.unfold': 'Unfold',
'columns.handel.retract': 'Retract'
};