dialog.ts 548 B

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