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.', }; export default indexTrans;