dify/web/i18n/en-US/dataset-settings.json
zxhlyh 6fff46bc29
Some checks failed
autofix.ci / autofix (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Main CI Pipeline / Check Changed Files (push) Waiting to run
Main CI Pipeline / API Tests (push) Blocked by required conditions
Main CI Pipeline / Web Tests (push) Blocked by required conditions
Main CI Pipeline / Style Check (push) Waiting to run
Main CI Pipeline / VDB Tests (push) Blocked by required conditions
Main CI Pipeline / DB Migration Test (push) Blocked by required conditions
Trigger i18n Sync on Push / trigger (push) Has been cancelled
feat: summary index (#31523)
2026-01-28 11:09:34 +08:00

51 lines
3.4 KiB
JSON

{
"desc": "Here you can modify the properties and retrieval settings of this Knowledge.",
"form.chunkStructure.description": " about Chunk Structure.",
"form.chunkStructure.learnMore": "Learn more",
"form.chunkStructure.title": "Chunk Structure",
"form.desc": "Description",
"form.descInfo": "Please write a clear textual description to outline the content of the Knowledge. This description will be used as a basis for matching when selecting from multiple Knowledge for inference.",
"form.descPlaceholder": "Describe what is in this data set. A detailed description allows AI to access the content of the data set in a timely manner. If empty, Dify will use the default hit strategy.",
"form.descWrite": "Learn how to write a good Knowledge description.",
"form.embeddingModel": "Embedding Model",
"form.embeddingModelTip": "Change the embedded model, please go to ",
"form.embeddingModelTipLink": "Settings",
"form.externalKnowledgeAPI": "External Knowledge API",
"form.externalKnowledgeID": "External Knowledge ID",
"form.helpText": "Learn how to write a good dataset description.",
"form.indexMethod": "Index Method",
"form.indexMethodChangeToEconomyDisabledTip": "Not available for downgrading from HQ to ECO",
"form.indexMethodEconomy": "Economical",
"form.indexMethodEconomyTip": "Using {{count}} keywords per chunk for retrieval, no tokens are consumed at the expense of reduced retrieval accuracy.",
"form.indexMethodHighQuality": "High Quality",
"form.indexMethodHighQualityTip": "Calling the embedding model to process documents for more precise retrieval helps LLM generate high-quality answers.",
"form.me": "(You)",
"form.name": "Knowledge Name",
"form.nameAndIcon": "Name & Icon",
"form.nameError": "Name cannot be empty",
"form.namePlaceholder": "Please enter the Knowledge name",
"form.numberOfKeywords": "Number of Keywords",
"form.onSearchResults": "No members match your search query.\nTry your search again.",
"form.permissions": "Permissions",
"form.permissionsAllMember": "All team members",
"form.permissionsInvitedMembers": "Partial team members",
"form.permissionsOnlyMe": "Only me",
"form.retrievalSetting.description": " about retrieval method.",
"form.retrievalSetting.learnMore": "Learn more",
"form.retrievalSetting.longDescription": " about retrieval method, you can change this at any time in the Knowledge settings.",
"form.retrievalSetting.method": "Retrieval Method",
"form.retrievalSetting.multiModalTip": "When embedding model supports multi-modal, please select a multi-modal rerank model for better performance.",
"form.retrievalSetting.title": "Retrieval Setting",
"form.retrievalSettings": "Retrieval Settings",
"form.save": "Save",
"form.searchModel": "Search model",
"form.summaryAutoGen": "Summary Auto-Gen",
"form.summaryAutoGenEnableTip": "Once enabled, summaries will be generated automatically for newly added documents. Existing documents can still be summarized manually.",
"form.summaryAutoGenTip": "Summaries are automatically generated for newly added documents. Existing documents can still be summarized manually.",
"form.summaryInstructions": "Instructions",
"form.summaryInstructionsPlaceholder": "Describe the rules or style for auto-generated summaries…",
"form.summaryModel": "Summary Model",
"form.upgradeHighQualityTip": "Once upgrading to High Quality mode, reverting to Economical mode is not available",
"title": "Knowledge settings"
}