mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-30 17:40:22 +09:00
修改: 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",
|
||||
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)",
|
||||
|
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user