+
+
+
diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json
index edb5551f9..8eaaa9d3e 100644
--- a/frontend/src/i18n/en.json
+++ b/frontend/src/i18n/en.json
@@ -819,5 +819,11 @@
},
"modelType": {
"llm": "Large Language Model"
+ },
+ "api_key": {
+ "info_tips": "The API Key is your credential for accessing the SQLBot API, with full permissions for your account. Please keep it secure! Do not disclose the API Key in any public channels to avoid security risks from unauthorized use.",
+ "create": "Create",
+ "to_doc": "View API",
+ "trigger_limit": "Supports up to {0} API Keys"
}
}
diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json
index 203f2a6c9..14837c614 100644
--- a/frontend/src/i18n/ko-KR.json
+++ b/frontend/src/i18n/ko-KR.json
@@ -819,5 +819,11 @@
},
"modelType": {
"llm": "대형 언어 모델"
+ },
+ "api_key": {
+ "info_tips": "API 키는 SQLBot API에 액세스하는 비밀키로 계정의 모든 권한을 갖고 있습니다. 꼭 안전하게 보관하세요! 외부 채널에 어떠한 방식으로도 API 키를 공개하지 마시고, 타인이 악용하여 보안 위협이 발생하는 것을 방지하세요.",
+ "create": "생성",
+ "to_doc": "API 보기",
+ "trigger_limit": "최대 {0}개의 API 키 생성 지원"
}
}
diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json
index d96421c2b..6c5ecfef9 100644
--- a/frontend/src/i18n/zh-CN.json
+++ b/frontend/src/i18n/zh-CN.json
@@ -820,5 +820,11 @@
},
"modelType": {
"llm": "大语言模型"
+ },
+ "api_key": {
+ "info_tips": "API Key 是您访问 SQLBot API 的密钥,具有账户的完全权限,请您务必妥善保管!不要以任何方式公开 API Key 到外部渠道,避免被他人利用造成安全威胁。",
+ "create": "创建",
+ "to_doc": "查看 API",
+ "trigger_limit": "最多支持创建 {0} 个 API Key"
}
}