index.ts 357 B

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