forked from MetaCubeX/metacubexd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zephyruso
authored and
Zephyruso
committed
Sep 2, 2023
1 parent
9d3706f
commit 33fa191
Showing
11 changed files
with
138 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { LANG } from '~/config/enum' | ||
import en from './en' | ||
import zh from './zh' | ||
|
||
export default { | ||
[LANG.EN]: en, | ||
[LANG.ZH]: zh, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
export default { | ||
add: 'Add', | ||
overview: 'Overview', | ||
proxies: 'Proxies', | ||
rules: 'Rules', | ||
connections: 'Connections', | ||
logs: 'Logs', | ||
config: 'Config', | ||
upload: 'Upload', | ||
download: 'Download', | ||
uploadTotal: 'Upload Total', | ||
downloadTotal: 'Download Total', | ||
activeConnections: 'Active Connections', | ||
memoryUsage: 'Memory Usage', | ||
traffic: 'Traffic', | ||
memory: 'Memory', | ||
down: 'Down', | ||
up: 'Up', | ||
proxyProviders: 'Proxy Providers', | ||
ruleProviders: 'Rule Providers', | ||
search: 'Search', | ||
ID: 'ID', | ||
type: 'Type', | ||
name: 'Name', | ||
process: 'Process', | ||
host: 'Host', | ||
chains: 'Chains', | ||
dlSpeed: 'DL Speed', | ||
ulSpeed: 'UL Speed', | ||
dl: 'DL', | ||
ul: 'UL', | ||
source: 'Source', | ||
destination: 'Destination', | ||
close: 'Close', | ||
reset: 'Reset', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
export default { | ||
add: '添加', | ||
overview: '概览', | ||
proxies: '代理', | ||
rules: '规则', | ||
connections: '连接', | ||
logs: '日志', | ||
config: '配置', | ||
upload: '上传', | ||
download: '下载', | ||
uploadTotal: '上传总量', | ||
downloadTotal: '下载总量', | ||
activeConnections: '活动连接', | ||
memoryUsage: '内存使用情况', | ||
traffic: '流量', | ||
memory: '内存', | ||
down: '下载', | ||
up: '上传', | ||
proxyProviders: '代理提供者', | ||
ruleProviders: '规则提供者', | ||
search: '搜索', | ||
ID: 'ID', | ||
type: '类型', | ||
name: '名字', | ||
process: '进程', | ||
host: '主机', | ||
chains: '链路', | ||
dlSpeed: '下载速度', | ||
ulSpeed: '上传速度', | ||
dl: '下载量', | ||
ul: '上传量', | ||
source: '源地址', | ||
destination: '目标地址', | ||
close: '关闭', | ||
reset: '重置', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters