From 12224458e7bc294d7abea6ea4f37f4f8a0f81aca Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Wed, 19 Aug 2026 11:12:36 -0400 Subject: [PATCH] New translations en-us.json (Chinese Simplified) [ci skip] --- messages/zh-CN.json | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index d7db750e2..61b0ace85 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1607,8 +1607,8 @@ "commandPaletteCreateMachineClient": "创建机器客户端", "commandPaletteCreateAlertRule": "创建警报规则", "commandPaletteCreateIdentityProvider": "创建身份提供商", - "commandPaletteCreateAiProvider": "Create AI Provider", - "commandPaletteCreateVirtualApiKey": "Create Virtual API Key", + "commandPaletteCreateAiProvider": "创建 AI 提供商", + "commandPaletteCreateVirtualApiKey": "创建虚拟 API 密钥", "commandPaletteToggleTheme": "切换主题", "commandPaletteChooseOrganization": "选择组织", "commandPaletteShortcutMac": "⌘K", @@ -1698,8 +1698,8 @@ "virtualApiKeysEmailIdentitySelectRoles": "角色", "virtualApiKeysEmailIdentitySubmit": "发送邮件", "virtualApiKeysEmailIdentitySuccess": "身份密钥已发送", - "virtualApiKeysEmailIdentitySuccessDescription": "Sent {sent} emails.", - "virtualApiKeysEmailIdentitySkipped": "{skipped} users were skipped because they do not have an email address.", + "virtualApiKeysEmailIdentitySuccessDescription": "已发送 {sent} 封电子邮件。", + "virtualApiKeysEmailIdentitySkipped": "{skipped} 个用户已被跳过,因为他们没有电子邮件地址。", "virtualApiKeysEmailIdentityRecipientsRequired": "至少选择一个用户或角色,或发送给所有用户。", "virtualApiKeysEmailIdentityError": "发送身份密钥出错", "virtualApiKeysEmailIdentityErrorDescription": "未能发送身份密钥邮件", @@ -1780,6 +1780,22 @@ "myVirtualApiKeysUnnamed": "未命名的密钥", "myVirtualApiKeysRevealSecret": "显示密钥", "myVirtualApiKeysViewSecretDescription": "此密钥认证您访问AI网关资源", + "aiClientConfigTitle": "配置编码代理", + "aiClientConfigDescription": "复制流行编码代理的配置,或让 Pangolin CLI 为您自动设置。", + "aiClientConfigDescriptionClaude": "Anthropic 的终端代理编码工具。", + "aiClientConfigDescriptionCodex": "OpenAI 的终端代理编码工具。", + "aiClientConfigDescriptionOpencode": "开源终端编码代理。", + "aiClientConfigDescriptionCursor": "基于 VS Code 的 AI 代码编辑器。", + "aiClientConfigSetup": "设置", + "aiClientConfigTabCli": "自动 (CLI)", + "aiClientConfigTabManual": "手动配置", + "aiClientConfigPreset": "配置", + "aiClientConfigStep": "步骤 {number}", + "aiClientConfigEndpointPlaceholder": "https://example.resource.url.com", + "aiClientConfigPlaceholderWarning": "此片段包含示例值,如模型名称或资源 URL。在使用前代替它们为您自己的值。", + "aiClientConfigRevealError": "无法加载您的 API 密钥。", + "aiClientConfigRevealRetry": "再试一次", + "resourceGeneralAiClientConfigDescription": "此资源可用于通用客户端,例如 Claude Code 和 OpenCode。了解更多", "aiProvidersTitle": "AI提供者", "aiProvidersDescription": "连接模型提供者用于本组织的AI工作负载", "aiProvidersBannerTitle": "连接模型提供者", @@ -2142,6 +2158,8 @@ "alertingRuleSaved": "告警规则已保存", "alertingRuleSavedCreatedDescription": "您的新告警规则已创建。您可以在此页面继续编辑它。", "alertingRuleSavedUpdatedDescription": "对此告警规则的更改已保存。", + "alertingTestAlertSent": "测试警报已发送", + "alertingTestAlertSentDescription": "已向此规则配置的操作发送了测试警报。", "alertingEditRule": "编辑告警规则", "alertingCreateRule": "创建告警规则", "alertingRuleCredenzaDescription": "选择要监视的内容、何时触发以及如何通知", @@ -2251,6 +2269,12 @@ "alertingRulesBannerDescription": "每条规则都连接要监视的对象(站点、健康检查或资源),触发时间(例如离线或不健康),以及如何通过电子邮件、Webhooks 或集成将通知发送给团队。使用此列表创建、启用和管理这些规则。", "alertingHealthChecksBannerTitle": "资源与健康监控", "alertingHealthChecksBannerDescription": "通过 HTTP 或 TCP 检查目标状态,并在服务异常或恢复时发送通知。资源中配置的健康检查也会显示在这里。", + "alertingTestRule": "测试警报规则", + "alertingAddActionHeading": "添加新操作", + "alertingSelectActionType": "选择一个操作", + "alertingNoActionsTitle": "未配置操作", + "alertingNoActionsSaveDescription": "添加至少一个操作,以便在规则触发时通知某人。", + "alertingNoActionsTestDescription": "在您能测试此规则之前,请至少添加一个操作。", "standaloneHcTableTitle": "健康检查", "standaloneHcSearchPlaceholder": "搜索健康检查…", "standaloneHcAddButton": "创建健康检查",