From 2f8b58905f40eb23f56369aa6111eafd2d15a413 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 24 Dec 2025 14:29:48 +0800 Subject: [PATCH] refactor: code merge --- frontend/src/i18n/en.json | 2 +- frontend/src/i18n/ko-KR.json | 4 ++-- frontend/src/i18n/zh-CN.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 74267635..62058a30 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -855,7 +855,7 @@ "setting_update_rule": "Configure Rules", "setting_update_rule_user": "Configure Users", "setting_create_terminology": "Create Terminology" - } + }, "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", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 3805f8bf..f5d978fb 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -855,11 +855,11 @@ "setting_update_rule": "규칙 설정", "setting_update_rule_user": "사용자 설정", "setting_create_terminology": "용어 생성" - } + }, "api_key": { "info_tips": "API 키는 SQLBot API에 액세스하는 비밀키로 계정의 모든 권한을 갖고 있습니다. 꼭 안전하게 보관하세요! 외부 채널에 어떠한 방식으로도 API 키를 공개하지 마시고, 타인이 악용하여 보안 위협이 발생하는 것을 방지하세요.", "create": "생성", "to_doc": "API 보기", "trigger_limit": "최대 {0}개의 API 키 생성 지원" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index fdb0b01a..a0f36808 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -856,11 +856,11 @@ "setting_update_rule": "设置规则", "setting_update_rule_user": "设置用户", "setting_create_terminology": "新建术语" - } + }, "api_key": { "info_tips": "API Key 是您访问 SQLBot API 的密钥,具有账户的完全权限,请您务必妥善保管!不要以任何方式公开 API Key 到外部渠道,避免被他人利用造成安全威胁。", "create": "创建", "to_doc": "查看 API", "trigger_limit": "最多支持创建 {0} 个 API Key" } -} \ No newline at end of file +}