Chore: change dataset's i18n to knowledge (#1629)

This commit is contained in:
Joel
2023-11-27 17:22:16 +08:00
committed by GitHub
parent 80ddb00f10
commit 7bbfac5dba
18 changed files with 256 additions and 256 deletions

View File

@@ -2,15 +2,15 @@ const translation = {
documentCount: ' docs',
wordCount: 'k words',
appCount: ' linked apps',
createDataset: 'Create Dataset',
createDataset: 'Create Knowledge',
createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.',
deleteDatasetConfirmTitle: 'Delete this dataset?',
deleteDatasetConfirmTitle: 'Delete this Knowledge?',
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',
'Deleting the Knowledge is irreversible. Users will no longer be able to access your Knowledge, and all prompt configurations and logs will be permanently deleted.',
datasetDeleted: 'Knowledge deleted',
datasetDeleteFailed: 'Failed to delete Knowledge',
didYouKnow: 'Did you know?',
intro1: 'The dataset can be integrated into the Dify application ',
intro1: 'The Knowledge can be integrated into the Dify application ',
intro2: 'as a context',
intro3: ',',
intro4: 'or it ',
@@ -18,7 +18,7 @@ const translation = {
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',
datasets: 'KNOWLEDGE',
datasetsApi: 'API',
retrieval: {
semantic_search: {