From 123740bcafd21e0bb45cf240aa50b6271164d61c Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Fri, 8 Aug 2025 13:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BD=91=E7=AB=99=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en/common.json | 12 ++++++------ src/locales/zh/common.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/locales/en/common.json b/src/locales/en/common.json index 8418b48..f5dbff8 100644 --- a/src/locales/en/common.json +++ b/src/locales/en/common.json @@ -234,7 +234,7 @@ "configurePreferences": "Configure Claude Code preferences", "generalSettings": "General Settings", "permissionsTab": "Permissions", - "environmentTab": "Environment", + "environmentTab": "Environment", "advancedTab": "Advanced", "hooksTab": "Hooks", "commands": "Commands", @@ -716,7 +716,7 @@ "createTitle": "Create Relay Station", "createFirst": "Create First Station", "edit": "Edit Station", - "editTitle": "Edit Relay Station", + "editTitle": "Edit Relay Station", "delete": "Delete Station", "deleteConfirm": "Are you sure you want to delete this relay station?", "confirmDeleteTitle": "Confirm Delete", @@ -745,7 +745,7 @@ "connectionFailed": "Connection test failed", "createSuccess": "Relay station created successfully", "createFailed": "Failed to create relay station", - "updateSuccess": "Relay station updated successfully", + "updateSuccess": "Relay station updated successfully", "updateFailed": "Failed to update relay station", "deleteSuccess": "Relay station deleted successfully", "deleteFailed": "Failed to delete relay station", @@ -762,8 +762,8 @@ "serviceType": "Service Type", "taxiService": "Taxi", "busService": "Bus", - "taxiServiceDesc": "Fast & Stable (share-api.packycode.com)", - "busServiceDesc": "Shared Economy (api.packycode.com)", + "taxiServiceDesc": "Fast & Stable (share.packycode.com)", + "busServiceDesc": "Shared Economy (packycode.com)", "selectService": "Select a service type", "fixedUrl": "Fixed URL", "busServiceNote": "Select a node or use auto-selection for optimal performance", @@ -808,4 +808,4 @@ "warning": { "title": "Warning" } -} \ No newline at end of file +} diff --git a/src/locales/zh/common.json b/src/locales/zh/common.json index 2724352..e3b9913 100644 --- a/src/locales/zh/common.json +++ b/src/locales/zh/common.json @@ -648,7 +648,7 @@ "deleteConfirm": "确定要删除这个中转站吗?", "confirmDeleteTitle": "确认删除", "deleteSuccess": "删除成功", - "createSuccess": "创建成功", + "createSuccess": "创建成功", "updateSuccess": "更新成功", "noStations": "未配置中转站", "noStationsDesc": "添加中转站以通过代理服务访问 Claude API", @@ -689,8 +689,8 @@ "serviceType": "服务类型", "taxiService": "滴滴车", "busService": "公交车", - "taxiServiceDesc": "高速稳定 (share-api.packycode.com)", - "busServiceDesc": "共享经济 (api.packycode.com)", + "taxiServiceDesc": "高速稳定 (share.packycode.com)", + "busServiceDesc": "共享经济 (packycode.com)", "selectService": "选择服务类型", "fixedUrl": "固定地址", "busServiceNote": "选择节点或使用自动选择以获得最佳性能",