mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
92 lines
2.7 KiB
TypeScript
92 lines
2.7 KiB
TypeScript
export default {
|
||
SideBar: {
|
||
Proxies: 'Proxies',
|
||
Overview: 'Overview',
|
||
Logs: 'Logs',
|
||
Rules: 'Rules',
|
||
Settings: 'Setting',
|
||
Connections: 'Connections'
|
||
},
|
||
Settings: {
|
||
title: 'Settings',
|
||
labels: {
|
||
startAtLogin: 'Start at login',
|
||
language: 'language',
|
||
setAsSystemProxy: 'Set as system proxy',
|
||
allowConnectFromLan: 'Allow connect from Lan',
|
||
proxyMode: 'Mode',
|
||
socks5ProxyPort: 'Socks5 proxy port',
|
||
httpProxyPort: 'HTTP proxy port',
|
||
externalController: 'External controller'
|
||
},
|
||
values: {
|
||
cn: '中文',
|
||
en: 'English',
|
||
global: 'Global',
|
||
rules: 'Rules',
|
||
direct: 'Direct'
|
||
},
|
||
versionString: 'Current ClashX is the latest version:{{version}}',
|
||
checkUpdate: 'Check Update',
|
||
externalControllerSetting: {
|
||
title: 'External Controller',
|
||
note: 'Please note that modifying this configuration will only configure Dashboard. Will not modify your Clash configuration file. Please make sure that the external controller address matches the address in the Clash configuration file, otherwise, Dashboard will not be able to connect to Clash.',
|
||
host: 'Host',
|
||
port: 'Port',
|
||
secret: 'Secret'
|
||
}
|
||
},
|
||
Logs: {
|
||
title: 'Logs'
|
||
},
|
||
Rules: {
|
||
title: 'Rules'
|
||
},
|
||
Connections: {
|
||
title: 'Connections',
|
||
keepClosed: 'Keep closed connections',
|
||
total: {
|
||
text: 'total',
|
||
upload: 'upload',
|
||
download: 'download'
|
||
},
|
||
closeAll: {
|
||
title: 'Warning',
|
||
content: 'This would close all connections'
|
||
},
|
||
columns: {
|
||
host: 'Host',
|
||
network: 'Network',
|
||
type: 'Type',
|
||
chains: 'Chains',
|
||
rule: 'Rule',
|
||
time: 'Time',
|
||
speed: 'Speed',
|
||
upload: 'Upload',
|
||
download: 'Download'
|
||
}
|
||
},
|
||
Proxies: {
|
||
title: 'Proxies',
|
||
editDialog: {
|
||
title: 'Edit Proxy',
|
||
color: 'Color',
|
||
name: 'Name',
|
||
type: 'Type',
|
||
server: 'Server',
|
||
port: 'Port',
|
||
password: 'Password',
|
||
cipher: 'Cipher',
|
||
obfs: 'Obfs',
|
||
'obfs-host': 'Obfs-host',
|
||
uuid: 'UUID',
|
||
alterId: 'AlterId',
|
||
tls: 'TLS'
|
||
},
|
||
groupTitle: 'Policy Group',
|
||
expandText: 'Expand',
|
||
collapseText: 'Collapse',
|
||
speedTestText: 'Speed Test'
|
||
}
|
||
}
|