metacubexd/src/i18n/en.ts

63 lines
1.7 KiB
TypeScript
Raw Normal View History

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',
source: 'Source',
destination: 'Destination',
close: 'Close',
reset: 'Reset',
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-03 05:40:39 +08:00
urlForLatencyTest: 'Url for latency test',
autoCloseConns: 'Automatically close all connections',
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-02 21:00:20 +08:00
renderInTwoColumns: 'Render Proxies in two columns',
updateGEODatabases: 'Update GEO Databases',
restartCore: 'Restart Core',
upgradeCore: 'Upgrade Core',
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)',
ms: 'ms',
updated: 'Updated',
renderProxiesInSamePage: 'Render proxies and proxy provider in same page',
2023-09-02 13:50:24 +08:00
}