diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 8e6a3a743..667a5592d 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1733,7 +1733,7 @@ "MailSend": "Mail send", "LDAPServerInfo": "LDAP Server", "LDAPUser": "LDAP User", - "ChatAI": "ChatAI", + "ChatAI": "Chat ai", "InsecureCommandAlert": "Insecure command alert", "helpText": { "TempPassword": "For a while, there is a period of 300 seconds, failure immediately after use", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index f9bdc38f1..8c7cd0d1c 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -1733,7 +1733,7 @@ "MailSend": "メール送信", "LDAPServerInfo": "LDAPサーバー", "LDAPUser": "LDAPユーザー", - "ChatAI": "ChatAI", + "ChatAI": "チャットAI", "helpText": { "TempPassword": "一時パスワードの有効期間は300秒で、使用後すぐに失効します", "ApiKeyList": "Api keyを使用してリクエストヘッダに署名します。リクエストのヘッダごとに異なります。使用ドキュメントを参照してください", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 325eeff33..5224fd36e 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1728,7 +1728,7 @@ "MailSend": "邮件发送", "LDAPServerInfo": "LDAP 服务器", "LDAPUser": "LDAP 用户", - "ChatAI": "ChatAI", + "ChatAI": "聊天 AI", "helpText": { "TempPassword": "临时密码有效期为 300 秒,使用后立刻失效", "ApiKeyList": "使用 Api key 签名请求头进行认证,每个请求的头部是不一样的, 相对于 Token 方式,更加安全,请查阅文档使用;
为降低泄露风险,Secret 仅在生成时可以查看, 每个用户最多支持创建 10 个",