mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: locale
This commit is contained in:
parent
f4dfe8eeb4
commit
955182b05b
|
@ -485,8 +485,6 @@ export const ProfileItem = (props: Props) => {
|
||||||
<RulesEditorViewer
|
<RulesEditorViewer
|
||||||
property={option?.rules ?? ""}
|
property={option?.rules ?? ""}
|
||||||
open={rulesOpen}
|
open={rulesOpen}
|
||||||
language="yaml"
|
|
||||||
schema={undefined}
|
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onClose={() => setRulesOpen(false)}
|
onClose={() => setRulesOpen(false)}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -50,11 +50,11 @@
|
||||||
"Expire Time": "到期时间",
|
"Expire Time": "到期时间",
|
||||||
"Create Profile": "新建配置",
|
"Create Profile": "新建配置",
|
||||||
"Edit Profile": "编辑配置",
|
"Edit Profile": "编辑配置",
|
||||||
"Edit Proxies": "编辑代理",
|
"Edit Proxies": "添加/删除 节点",
|
||||||
"Edit Rules": "编辑规则",
|
"Edit Rules": "添加/删除 规则",
|
||||||
"Edit Groups": "编辑代理组",
|
"Edit Groups": "添加/删除 代理组",
|
||||||
"Edit Merge": "编辑 Merge",
|
"Edit Merge": "微调配置 (yaml)",
|
||||||
"Edit Script": "编辑 Script",
|
"Edit Script": "微调配置 (js)",
|
||||||
"Type": "类型",
|
"Type": "类型",
|
||||||
"Name": "名称",
|
"Name": "名称",
|
||||||
"Descriptions": "描述",
|
"Descriptions": "描述",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user