mirror of
https://github.com/langgenius/dify.git
synced 2026-07-23 20:18:40 +08:00
25 lines
955 B
JSON
25 lines
955 B
JSON
{
|
|
"actionMsg.deleteConfirmTips": "刪除金鑰無法撤銷,正在使用中的應用會受影響。",
|
|
"actionMsg.deleteConfirmTitle": "刪除此金鑰?",
|
|
"actionMsg.ok": "好的",
|
|
"apiKey": "API 金鑰",
|
|
"apiKeyModal.apiSecretKey": "API 金鑰",
|
|
"apiKeyModal.apiSecretKeyTips": "如果不想你的 API 被濫用,請保護好你的 API Key :) 最佳實踐是避免在前端程式碼中明文引用。",
|
|
"apiKeyModal.createNewSecretKey": "建立金鑰",
|
|
"apiKeyModal.created": "建立時間",
|
|
"apiKeyModal.generateTips": "請將此金鑰儲存在安全且可訪問的地方。",
|
|
"apiKeyModal.lastUsed": "最後使用",
|
|
"apiKeyModal.secretKey": "金鑰",
|
|
"apiServer": "API 伺服器",
|
|
"copied": "已複製",
|
|
"copy": "複製",
|
|
"develop.noContent": "無內容",
|
|
"develop.toc": "目录",
|
|
"loading": "載入中",
|
|
"never": "從未",
|
|
"ok": "執行中",
|
|
"pause": "暫停",
|
|
"play": "播放",
|
|
"playing": "播放中"
|
|
}
|