update labels in setting page
This commit is contained in:
parent
46d3e7884b
commit
53c1176cbf
|
@ -1195,8 +1195,7 @@ export function Settings() {
|
||||||
<ListItem
|
<ListItem
|
||||||
title={Locale.Settings.Access.Baidu.Endpoint.Title}
|
title={Locale.Settings.Access.Baidu.Endpoint.Title}
|
||||||
subTitle={
|
subTitle={
|
||||||
Locale.Settings.Access.Anthropic.Endpoint.SubTitle +
|
Locale.Settings.Access.Baidu.Endpoint.SubTitle
|
||||||
Baidu.ExampleEndpoint
|
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
|
|
@ -360,7 +360,7 @@ const cn = {
|
||||||
},
|
},
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "接口地址",
|
Title: "接口地址",
|
||||||
SubTitle: "样例:",
|
SubTitle: "不支持自定义前往.env配置",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ByteDance: {
|
ByteDance: {
|
||||||
|
|
|
@ -326,7 +326,7 @@ const en: LocaleType = {
|
||||||
|
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "Endpoint Address",
|
Title: "Endpoint Address",
|
||||||
SubTitle: "Example:",
|
SubTitle: "Example: ",
|
||||||
},
|
},
|
||||||
|
|
||||||
ApiVerion: {
|
ApiVerion: {
|
||||||
|
@ -347,7 +347,7 @@ const en: LocaleType = {
|
||||||
},
|
},
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "Endpoint Address",
|
Title: "Endpoint Address",
|
||||||
SubTitle: "Example:",
|
SubTitle: "not supported, configure in .env",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ByteDance: {
|
ByteDance: {
|
||||||
|
@ -358,7 +358,7 @@ const en: LocaleType = {
|
||||||
},
|
},
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "Endpoint Address",
|
Title: "Endpoint Address",
|
||||||
SubTitle: "Example:",
|
SubTitle: "Example: ",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Alibaba: {
|
Alibaba: {
|
||||||
|
@ -369,7 +369,7 @@ const en: LocaleType = {
|
||||||
},
|
},
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "Endpoint Address",
|
Title: "Endpoint Address",
|
||||||
SubTitle: "Example:",
|
SubTitle: "Example: ",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
CustomModel: {
|
CustomModel: {
|
||||||
|
@ -385,7 +385,7 @@ const en: LocaleType = {
|
||||||
|
|
||||||
Endpoint: {
|
Endpoint: {
|
||||||
Title: "Endpoint Address",
|
Title: "Endpoint Address",
|
||||||
SubTitle: "Example:",
|
SubTitle: "Example: ",
|
||||||
},
|
},
|
||||||
|
|
||||||
ApiVersion: {
|
ApiVersion: {
|
||||||
|
|
Loading…
Reference in New Issue