修改: app/locales/cn.ts

修改:     app/locales/en.ts
	修改:     yarn.lock
This commit is contained in:
glay 2024-11-13 12:33:59 +08:00
parent 24261d20b3
commit 6bc1612720
3 changed files with 807 additions and 586 deletions

View File

@ -348,16 +348,19 @@ const cn = {
Title: "AWS Region",
SubTitle: "The AWS region where Bedrock service is located",
Placeholder: "us-west-2",
Invalid: "无效的 AWS 区域格式。示例us-west-2",
},
AccessKey: {
Title: "AWS Access Key ID",
SubTitle: "Your AWS access key ID for Bedrock service",
Placeholder: "AKIA...",
Invalid: "无效的 AWS Access Key 格式。必须为20个字符。",
},
SecretKey: {
Title: "AWS Secret Access Key",
SubTitle: "Your AWS secret access key for Bedrock service",
Placeholder: "****",
Invalid: "无效的 AWS Secret Key 格式。必须为40个字符。",
},
SessionToken: {
Title: "AWS Session Token (Optional)",

View File

@ -352,16 +352,19 @@ const en: LocaleType = {
Title: "AWS Region",
SubTitle: "The AWS region where Bedrock service is located",
Placeholder: "us-west-2",
Invalid: "Invalid AWS region format. Example: us-west-2",
},
AccessKey: {
Title: "AWS Access Key ID",
SubTitle: "Your AWS access key ID for Bedrock service",
Placeholder: "AKIA...",
Invalid: "Invalid AWS access key format. Must be 20 characters long.",
},
SecretKey: {
Title: "AWS Secret Access Key",
SubTitle: "Your AWS secret access key for Bedrock service",
Placeholder: "****",
Invalid: "Invalid AWS secret key format. Must be 40 characters long.",
},
SessionToken: {
Title: "AWS Session Token (Optional)",

1387
yarn.lock

File diff suppressed because it is too large Load Diff