mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 08:48:10 +08:00
34 lines
1.6 KiB
JSON
34 lines
1.6 KiB
JSON
{
|
|
"actionMsg.deleteConfirmTips": "This action cannot be undone.",
|
|
"actionMsg.deleteConfirmTitle": "Delete this secret key?",
|
|
"actionMsg.ok": "OK",
|
|
"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",
|
|
"copied": "Copied",
|
|
"copy": "Copy",
|
|
"loading": "Loading",
|
|
"never": "Never",
|
|
"pause": "Pause",
|
|
"play": "Play",
|
|
"playing": "Playing"
|
|
}
|