123456789101112131415 |
- const indexTrans = {
- type: 'Index Type',
- param: 'Index Parameters',
- create: 'Create Index',
- index: 'Index',
- desc: 'Description',
- metric: 'Metric Type',
- createSuccess: 'Creating index successfully',
- deleteWarning:
- 'You are trying to delete an index. This action cannot be undone.',
- };
- export default indexTrans;
|