From f6341b7f2b5b9da361256ef6714a1bbb582ffae5 Mon Sep 17 00:00:00 2001 From: shaw Date: Tue, 23 Dec 2025 15:46:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86"=E4=BB=A3=E7=90=86=E7=AE=A1?= =?UTF-8?q?=E7=90=86"=E8=8F=9C=E5=8D=95=E6=9B=B4=E5=90=8D=E4=B8=BA"IP?= =?UTF-8?q?=E7=AE=A1=E7=90=86"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/locales/zh.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index ed3b0b0c..4b0b0ac7 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -93,7 +93,7 @@ export default { groups: '分组管理', subscriptions: '订阅管理', accounts: '账号管理', - proxies: '代理管理', + proxies: 'IP管理', redeemCodes: '兑换码', settings: '系统设置', myAccount: '我的账户', @@ -1015,7 +1015,7 @@ export default { // Proxies Management proxies: { - title: '代理管理', + title: 'IP管理', description: '管理代理服务器配置', createProxy: '添加代理', editProxy: '编辑代理',