1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
export const data = {
Overview: 'Overview',
Proxies: 'Proxies',
Rules: 'Rules',
Conns: 'Conns',
Config: 'Config',
Logs: 'Logs',
Upload: 'Upload',
Download: 'Download',
'Upload Total': 'Upload Total',
'Download Total': 'Download Total',
'Active Connections': 'Active Connections',
'Pause Refresh': 'Pause Refresh',
'Resume Refresh': 'Resume Refresh',
Up: 'Up',
Down: 'Down',
'Test Latency': 'Test Latency',
settings: 'settings',
sort_in_grp: 'Sorting in group',
hide_unavail_proxies: 'Hide unavailable proxies',
auto_close_conns: 'Automatically close old connections',
order_natural: 'Original order in config file',
order_latency_asc: 'By latency from small to big',
order_latency_desc: 'By latency from big to small',
order_name_asc: 'By name alphabetically (A-Z)',
order_name_desc: 'By name alphabetically (Z-A)',
Connections: 'Connections',
Active: 'Active',
Closed: 'Closed',
switch_theme: 'Switch theme',
theme: 'theme',
about: 'about',
no_logs: 'No logs yet, hang tight...',
chart_style: 'Chart Style',
latency_test_url: 'Latency Test URL',
lang: 'Language',
update_all_rule_provider: 'Update all rule providers',
update_all_proxy_provider: 'Update all proxy providers',
};
|