mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 16:55:14 +08:00
34 lines
1.7 KiB
JSON
34 lines
1.7 KiB
JSON
{
|
||
"actionMsg.deleteConfirmTips": "删除密钥无法撤销,正在使用中的应用会受影响。",
|
||
"actionMsg.deleteConfirmTitle": "删除此密钥?",
|
||
"actionMsg.ok": "好的",
|
||
"apiKeyModal.addKnowledgeBase": "添加知识库",
|
||
"apiKeyModal.addSubtitle": "创建一个新的 API 密钥以访问知识库 API。",
|
||
"apiKeyModal.addTitle": "添加 API 密钥",
|
||
"apiKeyModal.apiSecretKey": "API 密钥",
|
||
"apiKeyModal.apiSecretKeyTips": "如果不想你的 API 被滥用,请保护好你的 API Key :) 最佳实践是避免在前端代码中明文引用。",
|
||
"apiKeyModal.createNewSecretKey": "创建密钥",
|
||
"apiKeyModal.created": "创建时间",
|
||
"apiKeyModal.generateTips": "请将此密钥保存在安全且可访问的地方。",
|
||
"apiKeyModal.knowledgeBaseAccess": "知识库访问权限",
|
||
"apiKeyModal.lastUsed": "最后使用",
|
||
"apiKeyModal.noKnowledgeBasesSelected": "尚未选择任何知识库。",
|
||
"apiKeyModal.scope": "范围",
|
||
"apiKeyModal.scopeAllDatasets": "所有知识库",
|
||
"apiKeyModal.scopeAllDatasetsTip": "此密钥可以访问工作区中的所有知识库。",
|
||
"apiKeyModal.scopeCount": "{{count}} 个知识库",
|
||
"apiKeyModal.scopeSpecificDatasets": "指定知识库",
|
||
"apiKeyModal.scopeSpecificDatasetsTip": "此密钥只能访问您选择的知识库。",
|
||
"apiKeyModal.searchKnowledgeBases": "搜索知识库",
|
||
"apiKeyModal.secretKey": "密钥",
|
||
"apiKeyModal.selectedKnowledgeBases": "已选择的知识库",
|
||
"apiKeyModal.selectedKnowledgeBasesCount": "已选择的知识库({{count}})",
|
||
"copied": "已复制",
|
||
"copy": "复制",
|
||
"loading": "加载中",
|
||
"never": "从未",
|
||
"pause": "暂停",
|
||
"play": "播放",
|
||
"playing": "播放中"
|
||
}
|