From 0abfd279e4095038499001c0376c6d03c9cc0797 Mon Sep 17 00:00:00 2001 From: glay Date: Mon, 25 Nov 2024 09:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84bedrock=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locales/cn.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 90970ba5e..b9ed56b9c 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -344,20 +344,20 @@ const cn = { }, Bedrock: { Region: { - Title: "AWS Region", - SubTitle: "The AWS region where Bedrock service is located", + Title: "AWS 区域", + SubTitle: "Bedrock 服务所在的 AWS 区域", Placeholder: "us-west-2", Invalid: "无效的 AWS 区域格式。示例:us-west-2", }, AccessKey: { - Title: "AWS Access Key ID", - SubTitle: "Your AWS access key ID for Bedrock service", + Title: "AWS 访问密钥 ID", + SubTitle: "用于 Bedrock 服务的 AWS 访问密钥 ID", Placeholder: "AKIA...", Invalid: "无效的 AWS Access Key 格式。必须为20个字符。", }, SecretKey: { - Title: "AWS Secret Access Key", - SubTitle: "Your AWS secret access key for Bedrock service", + Title: "AWS 私有访问密钥", + SubTitle: "用于 Bedrock 服务的 AWS 私有访问密钥", Placeholder: "****", Invalid: "无效的 AWS Secret Key 格式。必须为40个字符。", },