dataset.en.ts 871 B

123456789101112131415161718192021
  1. const translation = {
  2. documentCount: ' docs',
  3. wordCount: 'k words',
  4. appCount: ' linked apps',
  5. createDataset: 'Create Dataset',
  6. createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.',
  7. deleteDatasetConfirmTitle: 'Delete this app?',
  8. deleteDatasetConfirmContent:
  9. 'Deleting the dataset is irreversible. Users will no longer be able to access your dataset, and all prompt configurations and logs will be permanently deleted.',
  10. datasetDeleted: 'Dataset deleted',
  11. datasetDeleteFailed: 'Failed to delete dataset',
  12. didYouKnow: 'Did you know?',
  13. intro1: 'The dataset can be integrated into the Dify application ',
  14. intro2: 'as a context',
  15. intro3: ',',
  16. intro4: 'or it ',
  17. intro5: 'can be created',
  18. intro6: ' as a standalone ChatGPT index plug-in to publish',
  19. }
  20. export default translation