mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
9dbb8acd4b
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
26 lines
1.0 KiB
TypeScript
26 lines
1.0 KiB
TypeScript
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',
|
|
unavailable: 'Unavailable',
|
|
unavailableTip: 'Embedding model is not available, the default embedding model needs to be configured',
|
|
datasets: 'DATASETS',
|
|
datasetsApi: 'API',
|
|
}
|
|
|
|
export default translation
|