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