Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Clash Verge
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Clash Verge
Commits
9987dc1e
There was an error fetching the commit references. Please try again later.
Unverified
Commit
9987dc1e
authored
1 year ago
by
GyDi
Browse files
Options
Downloads
Patches
Plain Diff
fix: i18n
parent
3efd575d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/setting/mods/misc-viewer.tsx
+6
-6
6 additions, 6 deletions
src/components/setting/mods/misc-viewer.tsx
src/locales/en.json
+8
-1
8 additions, 1 deletion
src/locales/en.json
src/locales/zh.json
+8
-1
8 additions, 1 deletion
src/locales/zh.json
with
22 additions
and
8 deletions
src/components/setting/mods/misc-viewer.tsx
+
6
−
6
View file @
9987dc1e
...
@@ -71,7 +71,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -71,7 +71,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
>
>
<
List
>
<
List
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"App Log Level"
/>
<
ListItemText
primary
=
{
t
(
"
App Log Level
"
)
}
/>
<
Select
<
Select
size
=
"small"
size
=
"small"
sx
=
{
{
width
:
100
,
"
> div
"
:
{
py
:
"
7.5px
"
}
}
}
sx
=
{
{
width
:
100
,
"
> div
"
:
{
py
:
"
7.5px
"
}
}
}
...
@@ -92,7 +92,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -92,7 +92,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
</
ListItem
>
</
ListItem
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"Auto Close Connections"
/>
<
ListItemText
primary
=
{
t
(
"
Auto Close Connections
"
)
}
/>
<
Switch
<
Switch
edge
=
"end"
edge
=
"end"
checked
=
{
values
.
autoCloseConnection
}
checked
=
{
values
.
autoCloseConnection
}
...
@@ -103,7 +103,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -103,7 +103,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
</
ListItem
>
</
ListItem
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"
Clash Fields Filter"
/>
<
ListItemText
primary
=
{
t
(
"
Enable
Clash Fields Filter
"
)
}
/>
<
Switch
<
Switch
edge
=
"end"
edge
=
"end"
checked
=
{
values
.
enableClashFields
}
checked
=
{
values
.
enableClashFields
}
...
@@ -114,7 +114,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -114,7 +114,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
</
ListItem
>
</
ListItem
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"Enable Builtin Enhanced"
/>
<
ListItemText
primary
=
{
t
(
"
Enable Builtin Enhanced
"
)
}
/>
<
Switch
<
Switch
edge
=
"end"
edge
=
"end"
checked
=
{
values
.
enableBuiltinEnhanced
}
checked
=
{
values
.
enableBuiltinEnhanced
}
...
@@ -125,7 +125,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -125,7 +125,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
</
ListItem
>
</
ListItem
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"Proxy Layout Column"
/>
<
ListItemText
primary
=
{
t
(
"
Proxy Layout Column
"
)
}
/>
<
Select
<
Select
size
=
"small"
size
=
"small"
sx
=
{
{
width
:
100
,
"
> div
"
:
{
py
:
"
7.5px
"
}
}
}
sx
=
{
{
width
:
100
,
"
> div
"
:
{
py
:
"
7.5px
"
}
}
}
...
@@ -149,7 +149,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
...
@@ -149,7 +149,7 @@ export const MiscViewer = forwardRef<DialogRef>((props, ref) => {
</
ListItem
>
</
ListItem
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItem
sx
=
{
{
padding
:
"
5px 2px
"
}
}
>
<
ListItemText
primary
=
"Default Latency Test"
/>
<
ListItemText
primary
=
{
t
(
"
Default Latency Test
"
)
}
/>
<
TextField
<
TextField
size
=
"small"
size
=
"small"
autoComplete
=
"off"
autoComplete
=
"off"
...
...
This diff is collapsed.
Click to expand it.
src/locales/en.json
+
8
−
1
View file @
9987dc1e
...
@@ -118,5 +118,12 @@
...
@@ -118,5 +118,12 @@
"disable_system_proxy"
:
"Disable System Proxy"
,
"disable_system_proxy"
:
"Disable System Proxy"
,
"toggle_tun_mode"
:
"Toggle Tun Mode"
,
"toggle_tun_mode"
:
"Toggle Tun Mode"
,
"enable_tun_mode"
:
"Enable Tun Mode"
,
"enable_tun_mode"
:
"Enable Tun Mode"
,
"disable_tun_mode"
:
"Disable Tun Mode"
"disable_tun_mode"
:
"Disable Tun Mode"
,
"App Log Level"
:
"App Log Level"
,
"Auto Close Connections"
:
"Auto Close Connections"
,
"Enable Clash Fields Filter"
:
"Enable Clash Fields Filter"
,
"Enable Builtin Enhanced"
:
"Enable Builtin Enhanced"
,
"Proxy Layout Column"
:
"Proxy Layout Column"
,
"Default Latency Test"
:
"Default Latency Test"
}
}
This diff is collapsed.
Click to expand it.
src/locales/zh.json
+
8
−
1
View file @
9987dc1e
...
@@ -118,5 +118,12 @@
...
@@ -118,5 +118,12 @@
"disable_system_proxy"
:
"关闭系统代理"
,
"disable_system_proxy"
:
"关闭系统代理"
,
"toggle_tun_mode"
:
"切换Tun模式"
,
"toggle_tun_mode"
:
"切换Tun模式"
,
"enable_tun_mode"
:
"开启Tun模式"
,
"enable_tun_mode"
:
"开启Tun模式"
,
"disable_tun_mode"
:
"关闭Tun模式"
"disable_tun_mode"
:
"关闭Tun模式"
,
"App Log Level"
:
"App日志等级"
,
"Auto Close Connections"
:
"自动关闭连接"
,
"Enable Clash Fields Filter"
:
"开启Clash字段过滤"
,
"Enable Builtin Enhanced"
:
"开启内建增强功能"
,
"Proxy Layout Column"
:
"代理页布局列数"
,
"Default Latency Test"
:
"默认测试链接"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment