const dialogTrans = { deleteTipAction: 'Type', deleteTipPurpose: 'to confirm.', deleteTitle: `Drop {{type}}`, releaseTitle: `Release {{type}}`, createAlias: `Create alias for {{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.`, createTitle: `Create {{type}} in "{{name}}"`, }; export default dialogTrans;