index.ts 426 B

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