From 955182b05b05188117d6f36fae9cad7773cfd965 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Sun, 30 Jun 2024 12:57:35 +0800 Subject: [PATCH] chore: locale --- src/components/profile/profile-item.tsx | 2 -- src/locales/zh.json | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/profile/profile-item.tsx b/src/components/profile/profile-item.tsx index 34f82034..807aed37 100644 --- a/src/components/profile/profile-item.tsx +++ b/src/components/profile/profile-item.tsx @@ -485,8 +485,6 @@ export const ProfileItem = (props: Props) => { setRulesOpen(false)} /> diff --git a/src/locales/zh.json b/src/locales/zh.json index 21936350..f9497564 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -50,11 +50,11 @@ "Expire Time": "到期时间", "Create Profile": "新建配置", "Edit Profile": "编辑配置", - "Edit Proxies": "编辑代理", - "Edit Rules": "编辑规则", - "Edit Groups": "编辑代理组", - "Edit Merge": "编辑 Merge", - "Edit Script": "编辑 Script", + "Edit Proxies": "添加/删除 节点", + "Edit Rules": "添加/删除 规则", + "Edit Groups": "添加/删除 代理组", + "Edit Merge": "微调配置 (yaml)", + "Edit Script": "微调配置 (js)", "Type": "类型", "Name": "名称", "Descriptions": "描述",