diff --git a/app/locales/cn.ts b/app/locales/cn.ts index a872ee75a..d7268807c 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -350,12 +350,12 @@ const cn = { Baidu: { ApiKey: { Title: "接口密钥", - SubTitle: "使用自定义 Baidu API Key 绕过密码访问限制", + SubTitle: "使用自定义 Baidu API Key", Placeholder: "Baidu API Key", }, SecretKey: { Title: "接口密钥", - SubTitle: "使用自定义 Baidu Secret Key 绕过密码访问限制", + SubTitle: "使用自定义 Baidu Secret Key", Placeholder: "Baidu Secret Key", }, Endpoint: { diff --git a/app/locales/en.ts b/app/locales/en.ts index aa153f523..3c0d8851f 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -334,6 +334,22 @@ const en: LocaleType = { SubTitle: "Select and input a specific API version", }, }, + Baidu: { + ApiKey: { + Title: "Baidu API Key", + SubTitle: "Use a custom Baidu API Key", + Placeholder: "Baidu API Key", + }, + SecretKey: { + Title: "Baidu Secret Key", + SubTitle: "Use a custom Baidu Secret Key", + Placeholder: "Baidu Secret Key", + }, + Endpoint: { + Title: "Endpoint Address", + SubTitle: "Example:", + }, + }, CustomModel: { Title: "Custom Models", SubTitle: "Custom model options, seperated by comma",