Skip to content

Commit 49973ce

Browse files
authored
refactor: code merge (#670)
1 parent 9d21214 commit 49973ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
"setting_update_rule": "Configure Rules",
856856
"setting_update_rule_user": "Configure Users",
857857
"setting_create_terminology": "Create Terminology"
858-
}
858+
},
859859
"api_key": {
860860
"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.",
861861
"create": "Create",

frontend/src/i18n/ko-KR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,11 +855,11 @@
855855
"setting_update_rule": "규칙 설정",
856856
"setting_update_rule_user": "사용자 설정",
857857
"setting_create_terminology": "용어 생성"
858-
}
858+
},
859859
"api_key": {
860860
"info_tips": "API 키는 SQLBot API에 액세스하는 비밀키로 계정의 모든 권한을 갖고 있습니다. 꼭 안전하게 보관하세요! 외부 채널에 어떠한 방식으로도 API 키를 공개하지 마시고, 타인이 악용하여 보안 위협이 발생하는 것을 방지하세요.",
861861
"create": "생성",
862862
"to_doc": "API 보기",
863863
"trigger_limit": "최대 {0}개의 API 키 생성 지원"
864864
}
865-
}
865+
}

frontend/src/i18n/zh-CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,11 +856,11 @@
856856
"setting_update_rule": "设置规则",
857857
"setting_update_rule_user": "设置用户",
858858
"setting_create_terminology": "新建术语"
859-
}
859+
},
860860
"api_key": {
861861
"info_tips": "API Key 是您访问 SQLBot API 的密钥,具有账户的完全权限,请您务必妥善保管!不要以任何方式公开 API Key 到外部渠道,避免被他人利用造成安全威胁。",
862862
"create": "创建",
863863
"to_doc": "查看 API",
864864
"trigger_limit": "最多支持创建 {0} 个 API Key"
865865
}
866-
}
866+
}

0 commit comments

Comments
 (0)