From 4dc515ba4d961a15df92d42c34dd47f93b32af0c Mon Sep 17 00:00:00 2001 From: AetherWing Date: Mon, 23 Feb 2026 23:40:14 +0800 Subject: [PATCH] docs: del useless word (#6358) --- src/locales/zh/profiles.json | 2 +- src/locales/zh/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh/profiles.json b/src/locales/zh/profiles.json index 1173c58a2..8fefb3092 100644 --- a/src/locales/zh/profiles.json +++ b/src/locales/zh/profiles.json @@ -32,7 +32,7 @@ }, "notifications": { "importRetry": "订阅导入失败,尝试使用 Clash 代理导入", - "importFail": "使用 Clash 代理导入订阅也失败", + "importFail": "使用 Clash 代理导入订阅失败", "importNeedsRefresh": "订阅已导入,但可能需要手动刷新", "importSuccess": "订阅已成功导入,如未显示请重启应用", "profileSwitched": "订阅已切换", diff --git a/src/locales/zh/settings.json b/src/locales/zh/settings.json index 3c0c5c228..0ae03b6a7 100644 --- a/src/locales/zh/settings.json +++ b/src/locales/zh/settings.json @@ -634,7 +634,7 @@ }, "updater": { "withClashProxySuccess": "使用 Clash 代理更新成功", - "withClashProxyFailed": "使用 Clash 代理更新也失败" + "withClashProxyFailed": "使用 Clash 代理更新失败" } } },