// columns title 、information、status、actions、

export default {
  'table.header': 'Query List',
  'columns.title.index': 'Order',
  'columns.title.option': 'Operation',
  'columns.title.updateTime': 'Update Time',
  'columns.handel.selected': 'Selected',
  'columns.handel.unit': 'Items',
  'columns.handel.search': 'Search',
  'columns.handel.reset': 'Reset',
  'columns.handel.add': 'Add',
  'columns.handel.cancel.selected': 'Selected',
  'columns.handel.mass.delete': 'Mass Delete',
  'columns.handel.view': 'View',
  'columns.handel.add.children': 'Add Children',
  'columns.handel.more': 'More',
};
