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": "播放中"
|
||
}
|