mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
Initial commit
This commit is contained in:
21
web/i18n/lang/dataset.en.ts
Normal file
21
web/i18n/lang/dataset.en.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
const translation = {
|
||||
documentCount: ' docs',
|
||||
wordCount: 'k words',
|
||||
appCount: ' linked apps',
|
||||
createDataset: 'Create Dataset',
|
||||
createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.',
|
||||
deleteDatasetConfirmTitle: 'Delete this app?',
|
||||
deleteDatasetConfirmContent:
|
||||
'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.',
|
||||
datasetDeleted: 'Dataset deleted',
|
||||
datasetDeleteFailed: 'Failed to delete dataset',
|
||||
didYouKnow: 'Did you know?',
|
||||
intro1: 'The dataset can be integrated into the Dify application ',
|
||||
intro2: 'as a context',
|
||||
intro3: ',',
|
||||
intro4: 'or it ',
|
||||
intro5: 'can be created',
|
||||
intro6: ' as a standalone ChatGPT index plug-in to publish',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user