overview.ts 161 B

12345678
  1. const overviewTrans = {
  2. load: 'Loaded Collections',
  3. all: 'All Collections',
  4. data: 'Data',
  5. rows: '{{number}} Entities',
  6. };
  7. export default overviewTrans;