mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
chore: locale
This commit is contained in:
parent
f4dfe8eeb4
commit
955182b05b
|
@ -485,8 +485,6 @@ export const ProfileItem = (props: Props) => {
|
|||
<RulesEditorViewer
|
||||
property={option?.rules ?? ""}
|
||||
open={rulesOpen}
|
||||
language="yaml"
|
||||
schema={undefined}
|
||||
onChange={onChange}
|
||||
onClose={() => setRulesOpen(false)}
|
||||
/>
|
||||
|
|
|
@ -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": "描述",
|
||||
|
|
Loading…
Reference in New Issue
Block a user