index.ts 334 B

123456789101112131415
  1. const indexTrans = {
  2. type: 'Index Type',
  3. param: 'Index Parameters',
  4. create: 'Create Index',
  5. index: 'Index',
  6. desc: 'Description',
  7. metric: 'Metric Type',
  8. createSuccess: 'Creating index successfully',
  9. deleteWarning:
  10. 'You are trying to delete an index. This action cannot be undone.',
  11. };
  12. export default indexTrans;