mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-23 22:20:23 +09:00
完善bedrock中文翻译
This commit is contained in:
parent
5bd7e28f82
commit
0abfd279e4
@ -344,20 +344,20 @@ const cn = {
|
|||||||
},
|
},
|
||||||
Bedrock: {
|
Bedrock: {
|
||||||
Region: {
|
Region: {
|
||||||
Title: "AWS Region",
|
Title: "AWS 区域",
|
||||||
SubTitle: "The AWS region where Bedrock service is located",
|
SubTitle: "Bedrock 服务所在的 AWS 区域",
|
||||||
Placeholder: "us-west-2",
|
Placeholder: "us-west-2",
|
||||||
Invalid: "无效的 AWS 区域格式。示例:us-west-2",
|
Invalid: "无效的 AWS 区域格式。示例:us-west-2",
|
||||||
},
|
},
|
||||||
AccessKey: {
|
AccessKey: {
|
||||||
Title: "AWS Access Key ID",
|
Title: "AWS 访问密钥 ID",
|
||||||
SubTitle: "Your AWS access key ID for Bedrock service",
|
SubTitle: "用于 Bedrock 服务的 AWS 访问密钥 ID",
|
||||||
Placeholder: "AKIA...",
|
Placeholder: "AKIA...",
|
||||||
Invalid: "无效的 AWS Access Key 格式。必须为20个字符。",
|
Invalid: "无效的 AWS Access Key 格式。必须为20个字符。",
|
||||||
},
|
},
|
||||||
SecretKey: {
|
SecretKey: {
|
||||||
Title: "AWS Secret Access Key",
|
Title: "AWS 私有访问密钥",
|
||||||
SubTitle: "Your AWS secret access key for Bedrock service",
|
SubTitle: "用于 Bedrock 服务的 AWS 私有访问密钥",
|
||||||
Placeholder: "****",
|
Placeholder: "****",
|
||||||
Invalid: "无效的 AWS Secret Key 格式。必须为40个字符。",
|
Invalid: "无效的 AWS Secret Key 格式。必须为40个字符。",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user