修改: app/locales/cn.ts
修改: app/locales/en.ts 修改: yarn.lock
This commit is contained in:
parent
24261d20b3
commit
6bc1612720
|
@ -348,16 +348,19 @@ const cn = {
|
||||||
Title: "AWS Region",
|
Title: "AWS Region",
|
||||||
SubTitle: "The AWS region where Bedrock service is located",
|
SubTitle: "The AWS region where Bedrock service is located",
|
||||||
Placeholder: "us-west-2",
|
Placeholder: "us-west-2",
|
||||||
|
Invalid: "无效的 AWS 区域格式。示例:us-west-2",
|
||||||
},
|
},
|
||||||
AccessKey: {
|
AccessKey: {
|
||||||
Title: "AWS Access Key ID",
|
Title: "AWS Access Key ID",
|
||||||
SubTitle: "Your AWS access key ID for Bedrock service",
|
SubTitle: "Your AWS access key ID for Bedrock service",
|
||||||
Placeholder: "AKIA...",
|
Placeholder: "AKIA...",
|
||||||
|
Invalid: "无效的 AWS Access Key 格式。必须为20个字符。",
|
||||||
},
|
},
|
||||||
SecretKey: {
|
SecretKey: {
|
||||||
Title: "AWS Secret Access Key",
|
Title: "AWS Secret Access Key",
|
||||||
SubTitle: "Your AWS secret access key for Bedrock service",
|
SubTitle: "Your AWS secret access key for Bedrock service",
|
||||||
Placeholder: "****",
|
Placeholder: "****",
|
||||||
|
Invalid: "无效的 AWS Secret Key 格式。必须为40个字符。",
|
||||||
},
|
},
|
||||||
SessionToken: {
|
SessionToken: {
|
||||||
Title: "AWS Session Token (Optional)",
|
Title: "AWS Session Token (Optional)",
|
||||||
|
|
|
@ -352,16 +352,19 @@ const en: LocaleType = {
|
||||||
Title: "AWS Region",
|
Title: "AWS Region",
|
||||||
SubTitle: "The AWS region where Bedrock service is located",
|
SubTitle: "The AWS region where Bedrock service is located",
|
||||||
Placeholder: "us-west-2",
|
Placeholder: "us-west-2",
|
||||||
|
Invalid: "Invalid AWS region format. Example: us-west-2",
|
||||||
},
|
},
|
||||||
AccessKey: {
|
AccessKey: {
|
||||||
Title: "AWS Access Key ID",
|
Title: "AWS Access Key ID",
|
||||||
SubTitle: "Your AWS access key ID for Bedrock service",
|
SubTitle: "Your AWS access key ID for Bedrock service",
|
||||||
Placeholder: "AKIA...",
|
Placeholder: "AKIA...",
|
||||||
|
Invalid: "Invalid AWS access key format. Must be 20 characters long.",
|
||||||
},
|
},
|
||||||
SecretKey: {
|
SecretKey: {
|
||||||
Title: "AWS Secret Access Key",
|
Title: "AWS Secret Access Key",
|
||||||
SubTitle: "Your AWS secret access key for Bedrock service",
|
SubTitle: "Your AWS secret access key for Bedrock service",
|
||||||
Placeholder: "****",
|
Placeholder: "****",
|
||||||
|
Invalid: "Invalid AWS secret key format. Must be 40 characters long.",
|
||||||
},
|
},
|
||||||
SessionToken: {
|
SessionToken: {
|
||||||
Title: "AWS Session Token (Optional)",
|
Title: "AWS Session Token (Optional)",
|
||||||
|
|
Loading…
Reference in New Issue