From 700c92efcbd89a61efb967b391b61cfa1c1dac26 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Apr 2026 13:03:41 -0400 Subject: [PATCH] New translations en-us.json (Chinese Simplified) --- messages/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index f5af25854..be910aee8 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "无身份验证", "httpDestAuthNoneDescription": "在没有授权头的情况下发送请求。", "httpDestAuthBearerTitle": "持有者令牌", - "httpDestAuthBearerDescription": "添加授权:每个请求的标题为 ''。", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "您的 API 密钥或令牌", "httpDestAuthBasicTitle": "基本认证", - "httpDestAuthBasicDescription": "添加授权:基本 '' 头。提供用户名:密码的凭据。", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "用户名:密码", "httpDestAuthCustomTitle": "自定义标题", "httpDestAuthCustomDescription": "指定自定义 HTTP 头名称和身份验证值 (例如,X-API 键)。",