export default { pagination: { itemsPerPage: 'Items per page', itemsPerPageAll: 'All', noDataText: 'No data available', loadingText: 'Loading items...', pageText: '{0}-{1} of {2}', rowsPerPageText: 'Rows per page:' }, actions: { edit: 'Edit', delete: 'Delete', view: 'View' }, filter: { search: 'Search', clear: 'Clear', apply: 'Apply' } }