update locales

This commit is contained in:
lloydzhou 2024-07-09 14:57:19 +08:00
parent fadd7f6eb4
commit b14a0f24ae
2 changed files with 18 additions and 2 deletions

View File

@ -350,12 +350,12 @@ const cn = {
Baidu: { Baidu: {
ApiKey: { ApiKey: {
Title: "接口密钥", Title: "接口密钥",
SubTitle: "使用自定义 Baidu API Key 绕过密码访问限制", SubTitle: "使用自定义 Baidu API Key",
Placeholder: "Baidu API Key", Placeholder: "Baidu API Key",
}, },
SecretKey: { SecretKey: {
Title: "接口密钥", Title: "接口密钥",
SubTitle: "使用自定义 Baidu Secret Key 绕过密码访问限制", SubTitle: "使用自定义 Baidu Secret Key",
Placeholder: "Baidu Secret Key", Placeholder: "Baidu Secret Key",
}, },
Endpoint: { Endpoint: {

View File

@ -334,6 +334,22 @@ const en: LocaleType = {
SubTitle: "Select and input a specific API version", 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: { CustomModel: {
Title: "Custom Models", Title: "Custom Models",
SubTitle: "Custom model options, seperated by comma", SubTitle: "Custom model options, seperated by comma",