dialog.ts 458 B

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