2023-09-02 13:50:24 +08:00
|
|
|
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',
|
2023-09-04 18:48:39 +08:00
|
|
|
connectTime: 'Time',
|
2023-09-02 13:50:24 +08:00
|
|
|
dlSpeed: 'DL Speed',
|
|
|
|
ulSpeed: 'UL Speed',
|
|
|
|
dl: 'DL',
|
|
|
|
ul: 'UL',
|
2023-09-06 11:55:12 +08:00
|
|
|
sourceIP: 'Source IP',
|
|
|
|
sourcePort: 'Source Port',
|
2023-09-02 13:50:24 +08:00
|
|
|
destination: 'Destination',
|
|
|
|
close: 'Close',
|
|
|
|
reset: 'Reset',
|
2023-09-02 13:54:59 +08:00
|
|
|
dnsQuery: 'DNS Query',
|
2023-09-02 14:25:22 +08:00
|
|
|
dots: 'Dots',
|
|
|
|
bar: 'Bar',
|
|
|
|
auto: 'Auto',
|
2023-09-03 02:41:13 +08:00
|
|
|
off: 'Off',
|
2023-09-02 14:25:22 +08:00
|
|
|
proxiesPreviewType: 'Proxies preview type',
|
2023-09-05 22:32:47 +08:00
|
|
|
urlForLatencyTest: 'URL for latency test',
|
2023-09-08 11:22:16 +08:00
|
|
|
autoCloseConns: 'Automatically close connections when proxy is selected',
|
2023-09-05 11:40:00 +08:00
|
|
|
useTwemoji: 'Use Twemoji Mozilla Font',
|
2023-09-02 19:06:02 +08:00
|
|
|
autoSwitchTheme: 'Automatically switch theme',
|
|
|
|
favDayTheme: 'Favorite light theme',
|
|
|
|
favNightTheme: 'Favorite dark theme',
|
2023-09-09 17:16:18 +08:00
|
|
|
renderInTwoColumns: 'Render in two columns',
|
2023-09-03 02:18:05 +08:00
|
|
|
updateGEODatabases: 'Update GEO Databases',
|
|
|
|
restartCore: 'Restart Core',
|
|
|
|
upgradeCore: 'Upgrade Core',
|
2023-09-03 03:26:29 +08:00
|
|
|
proxiesSorting: 'Proxies Sorting',
|
|
|
|
orderNatural: 'Original order in config file',
|
|
|
|
orderLatency_asc: 'By latency from low to high',
|
|
|
|
orderLatency_desc: 'By latency from high to low',
|
|
|
|
orderName_asc: 'By name alphabetically (A-Z)',
|
|
|
|
orderName_desc: 'By name alphabetically (Z-A)',
|
2023-09-03 05:35:08 +08:00
|
|
|
ms: 'ms',
|
2023-09-04 19:12:27 +08:00
|
|
|
updated: 'Updated',
|
|
|
|
renderProxiesInSamePage: 'Render proxies and proxy provider in same page',
|
2023-09-05 20:53:00 +08:00
|
|
|
tableSize: 'Table size',
|
2023-09-14 16:49:39 +08:00
|
|
|
logLevel: 'Log Level',
|
|
|
|
info: 'info',
|
|
|
|
silent: 'silent',
|
|
|
|
debug: 'debug',
|
|
|
|
warning: 'warning',
|
|
|
|
error: 'error',
|
2023-09-14 18:31:52 +08:00
|
|
|
logMaxRows: 'Log Maxinum Reserved Rows',
|
2023-09-05 20:53:00 +08:00
|
|
|
xs: 'Extra small size',
|
|
|
|
sm: 'Small size',
|
|
|
|
md: 'Normal size',
|
|
|
|
lg: 'Large size',
|
|
|
|
switchEndpoint: 'Switch Endpoint',
|
2023-09-05 21:09:35 +08:00
|
|
|
switchLanguage: 'Switch Language',
|
2023-09-06 11:55:12 +08:00
|
|
|
latencyTestTimeoutDuration: 'Latency Test Timeout Duration',
|
2023-09-06 20:06:26 +08:00
|
|
|
all: 'All',
|
2023-09-08 21:22:34 +08:00
|
|
|
sequence: 'Sequence',
|
|
|
|
payload: 'Payload',
|
2023-09-09 03:49:29 +08:00
|
|
|
details: 'Details',
|
2023-09-10 00:58:21 +08:00
|
|
|
endpointURL: 'Endpoint URL',
|
|
|
|
secret: 'Secret',
|
2023-09-12 20:50:52 +08:00
|
|
|
global: 'Global',
|
|
|
|
rule: 'Rule',
|
|
|
|
direct: 'Direct',
|
2023-09-13 23:36:24 +08:00
|
|
|
active: 'Active',
|
|
|
|
closed: 'Closed',
|
2023-09-02 13:50:24 +08:00
|
|
|
}
|