const dialogTrans = { deleteTipAction: 'Type', deleteTipPurpose: 'to confirm.', deleteTitle: `Delete {{type}}`, releaseTitle: `Release {{type}}`, loadTitle: `Load {{type}}`, loadContent: `You are trying to load a {{type}} with data. Only loaded {{type}} can be searched.`, releaseContent: `You are trying to release a {{type}} with data. Please be aware that the data will no longer be available for search.`, }; export default dialogTrans;