dify/web/i18n/en-US/app-api.json
YungLe 3cd1fc098c
feat: allow knowledge base API keys to be scoped to a single dataset (#37569)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-09-02 10:30:42 +00:00

39 lines
1.7 KiB
JSON

{
"actionMsg.deleteConfirmTips": "This action cannot be undone.",
"actionMsg.deleteConfirmTitle": "Delete this secret key?",
"actionMsg.ok": "OK",
"apiKey": "API Key",
"apiKeyModal.addKnowledgeBase": "Add",
"apiKeyModal.addSubtitle": "Create a new API key for your workspace.",
"apiKeyModal.addTitle": "Add API Key",
"apiKeyModal.apiSecretKey": "API Key",
"apiKeyModal.apiSecretKeyTips": "To prevent API abuse, protect your API Key. Avoid using it as plain text in front-end code. :)",
"apiKeyModal.createNewSecretKey": "Create new Secret key",
"apiKeyModal.created": "CREATED",
"apiKeyModal.generateTips": "Keep this key in a secure and accessible place.",
"apiKeyModal.knowledgeBaseAccess": "Knowledge Base Access",
"apiKeyModal.lastUsed": "LAST USED",
"apiKeyModal.noKnowledgeBasesSelected": "No knowledge bases selected",
"apiKeyModal.scope": "SCOPE",
"apiKeyModal.scopeAllDatasets": "All Knowledge Bases",
"apiKeyModal.scopeAllDatasetsTip": "Search and retrieve from all available knowledge bases.",
"apiKeyModal.scopeCount": "{{count}} knowledge bases",
"apiKeyModal.scopeSpecificDatasets": "Specific Knowledge Bases",
"apiKeyModal.scopeSpecificDatasetsTip": "Select which knowledge bases to include in search.",
"apiKeyModal.searchKnowledgeBases": "Search Knowledge Bases",
"apiKeyModal.secretKey": "Secret Key",
"apiKeyModal.selectedKnowledgeBases": "Selected Knowledge Bases",
"apiKeyModal.selectedKnowledgeBasesCount": "{{count}} Knowledge Bases",
"apiServer": "API Server",
"copied": "Copied",
"copy": "Copy",
"develop.noContent": "No content",
"develop.toc": "Contents",
"loading": "Loading",
"never": "Never",
"ok": "In Service",
"pause": "Pause",
"play": "Play",
"playing": "Playing"
}