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