translations #106
This commit is contained in:
+192
-7
@@ -11,6 +11,7 @@ export default {
|
||||
unlimited: "infinite",
|
||||
remained: "Remained",
|
||||
type: "Type",
|
||||
protocol: "Protocol",
|
||||
submit: "Submit",
|
||||
reset: "Reset",
|
||||
now: "Now",
|
||||
@@ -19,6 +20,8 @@ export default {
|
||||
noData: "No data!",
|
||||
invalidLogin: "Invalid Login!",
|
||||
online: "Online",
|
||||
version: "Version",
|
||||
commaSeparated: "(comma separated)",
|
||||
pages: {
|
||||
login: "Login",
|
||||
home: "Home",
|
||||
@@ -63,6 +66,16 @@ export default {
|
||||
outbound: "Outbound",
|
||||
rule: "Rule",
|
||||
user: "User",
|
||||
tag: "Tag",
|
||||
listen: "Listen",
|
||||
dial: "Dial",
|
||||
tls: "TLS",
|
||||
multiplex: "Multiplex",
|
||||
transport: "Transport",
|
||||
method: "Method",
|
||||
headers: "Headers",
|
||||
key: "Key",
|
||||
value: "Value",
|
||||
},
|
||||
actions: {
|
||||
action: "Action",
|
||||
@@ -90,6 +103,9 @@ export default {
|
||||
oldPass: "Current Password",
|
||||
newUname: "New Username",
|
||||
newPass: "New Password",
|
||||
lastLogin: "Last login",
|
||||
date: "Date",
|
||||
time: "Time",
|
||||
},
|
||||
setting: {
|
||||
interface: "Interface",
|
||||
@@ -120,23 +136,181 @@ export default {
|
||||
external: "External Link",
|
||||
sub: "External Subscription",
|
||||
},
|
||||
types: {
|
||||
un: "Username",
|
||||
pw: "Password",
|
||||
direct: {
|
||||
overrideAddr: "Override Address",
|
||||
overridePort: "Override Port",
|
||||
proxyProtocol: "Proxy Protocol",
|
||||
},
|
||||
hy: {
|
||||
obfs: "Obfuscated Password",
|
||||
auth: "Authentication Password",
|
||||
hyOptions: "Hysteria Options",
|
||||
hy2Options: "Hysteria2 Options",
|
||||
ignoreBw: "Ignore Client Bandwidth",
|
||||
},
|
||||
shdwTls: {
|
||||
hs: "Handshake Server",
|
||||
addHS: "Add Handshake Server",
|
||||
},
|
||||
ssh: {
|
||||
passphrase: "Passphrase",
|
||||
hostKey: "Host Keys",
|
||||
algorithm: "Key Algorithms",
|
||||
clientVer: "Client Version",
|
||||
options: "SSH Options",
|
||||
},
|
||||
tor: {
|
||||
execPath: "Executable File Path",
|
||||
dataDir: "Data Directory",
|
||||
extArgs: "Extra Args",
|
||||
},
|
||||
tuic: {
|
||||
congControl: "Congestion Control",
|
||||
authTimeout: "Authentication Timeout",
|
||||
hb: "Heartbeat",
|
||||
},
|
||||
vless: {
|
||||
flow: "Flow",
|
||||
udpEnc: "UDP Packet Encoding",
|
||||
},
|
||||
vmess: {
|
||||
security: "Security",
|
||||
globalPadding: "Global Padding",
|
||||
authLen: "Encryptrd Length",
|
||||
},
|
||||
wg: {
|
||||
privKey: "Private Key",
|
||||
pubKey: "Peer Public Key",
|
||||
psk: "Pre-Shared Key",
|
||||
localIp: "Local IPs",
|
||||
worker: "Workers",
|
||||
ifName: "Interface Name",
|
||||
sysIf: "System Interface",
|
||||
gso: "Segmentation Offload",
|
||||
options: "Wireguard Options",
|
||||
multiPeer: "Multi Peer",
|
||||
allowedIp: "Allowed IPs",
|
||||
peer: "Peer",
|
||||
peers: "Peers",
|
||||
},
|
||||
lb: {
|
||||
defaultOut: "Default Outbound",
|
||||
interruptConn: "Interrupt exist connections",
|
||||
testUrl: "Test URL",
|
||||
interval: "Interval",
|
||||
tolerance: "Tolerance",
|
||||
urlTestOptions: "URLTest Options"
|
||||
}
|
||||
},
|
||||
in: {
|
||||
tag: "Tag",
|
||||
addr: "Address",
|
||||
port: "Port",
|
||||
sniffing: "Sniffing",
|
||||
tls: "TLS",
|
||||
clients: "Enable Clients",
|
||||
multiplex: "Multiplex",
|
||||
transport: "Transport",
|
||||
ssMethod: "Method",
|
||||
},
|
||||
listen: {
|
||||
sniffing: "Sniffing",
|
||||
sniffingTimeout: "Sniffing Timeout",
|
||||
sniffingOverride: "Override Destation",
|
||||
options: "Listen Options",
|
||||
tcpOptions: "TCP Options",
|
||||
udpOptions: "UDP Options",
|
||||
detour: "Detour",
|
||||
detourText: "Forward to inbound",
|
||||
domainStrategy: "Domain Strategy",
|
||||
},
|
||||
dial: {
|
||||
bindIf: "Bind to Network Interface",
|
||||
bindIp4: "Bind to IPv4",
|
||||
bindIp6: "Bind to IPv6",
|
||||
reuseAddr: "Reuse Listener Address",
|
||||
connTimeout: "Connection Timeout",
|
||||
fbTimeout: "Fallback Timeout",
|
||||
options: "Dial Options",
|
||||
},
|
||||
transport: {
|
||||
enable: "Enable Transport",
|
||||
host: "Host",
|
||||
hosts: "Hosts",
|
||||
path: "Path",
|
||||
httpMethod: "Request Method",
|
||||
idleTimeout: "Idle Timeout",
|
||||
pingTimeout: "Ping Timeout",
|
||||
grpcServiceName: "Service Name",
|
||||
grpcPws: "Permit Without Stream",
|
||||
},
|
||||
tls : {
|
||||
mux: {
|
||||
enable: "Enable Multiplex",
|
||||
maxConn: "Max Connections",
|
||||
minStr: "Min Streams",
|
||||
maxStr: "Max Streams",
|
||||
padding: "Only padding",
|
||||
enableBrutal: "Enable Brutal",
|
||||
},
|
||||
out: {
|
||||
addr: "Server Address",
|
||||
port: "Server Port",
|
||||
},
|
||||
rule: {
|
||||
add: "Add Rule",
|
||||
simple: "Simple",
|
||||
logical: "Logical",
|
||||
mode: "Mode",
|
||||
invert: "Invert",
|
||||
ipVer: "IP Version",
|
||||
domain: "Domains",
|
||||
domainSufix: "Domain Suffixes",
|
||||
domainKw: "Domain Keywords",
|
||||
domainRgx: "Domain Regexes",
|
||||
ip: "IP CIDRs",
|
||||
privateIp: "Invalid IP Ranges",
|
||||
port: "Ports",
|
||||
portRange: "Port Ranges",
|
||||
srcCidr: "Source IP CIDRs",
|
||||
srcPrivateIp: "Invalid Source IPs",
|
||||
srcPort: "Source Ports",
|
||||
srcPortRange: "Source Port Ranges",
|
||||
ruleset: "Rulesets",
|
||||
rulesetMatchSrc: "Ruleset IPcidr Match Source",
|
||||
options: "Rule Options",
|
||||
domainRules: "Domain/IP",
|
||||
srcIpRules: "Source IP",
|
||||
srcPortRules: "Source Port",
|
||||
},
|
||||
ruleset: {
|
||||
add: "Add Ruleset",
|
||||
format: "Data Format",
|
||||
interval: "Update Intervals",
|
||||
remote: "Remote",
|
||||
local: "Local",
|
||||
},
|
||||
basic: {
|
||||
log: {
|
||||
title: "Logs",
|
||||
level: "Level",
|
||||
output: "Output",
|
||||
timestamp: "Enable Timestamp",
|
||||
},
|
||||
dns: {
|
||||
final: "Final",
|
||||
server: "Server",
|
||||
firstServer: "First Server",
|
||||
},
|
||||
routing: {
|
||||
title: "Routing",
|
||||
defaultOut: "Default Outbound",
|
||||
defaultIf: "Default NIC",
|
||||
defaultRm: "Default Routing Mark",
|
||||
autoBind: "Auto Bind NIC",
|
||||
},
|
||||
exp: {
|
||||
storeFakeIp: "Store Fake IP",
|
||||
},
|
||||
},
|
||||
tls: {
|
||||
enable: "Enable TLS",
|
||||
usePath: "Use Path",
|
||||
useText: "Use Text",
|
||||
@@ -144,6 +318,13 @@ export default {
|
||||
keyPath: "Key File Path",
|
||||
cert: "Certificate",
|
||||
key: "Key",
|
||||
options: "TLS Options",
|
||||
minVer: "Minimum Version",
|
||||
maxVer: "Maximum Version",
|
||||
cs: "Cipher suits",
|
||||
pubKey: "Public Key",
|
||||
disableSni: "Disable SNI",
|
||||
insecure: "Allow Insecure",
|
||||
},
|
||||
stats: {
|
||||
upload: "Upload",
|
||||
@@ -162,6 +343,9 @@ export default {
|
||||
Kp: "Kp",
|
||||
Mp: "Mp",
|
||||
Gb: "Gb",
|
||||
bps: "bps",
|
||||
Kbps: "Kbps",
|
||||
Mbps: "Mbps",
|
||||
},
|
||||
date: {
|
||||
expiry: "Expiry",
|
||||
@@ -170,5 +354,6 @@ export default {
|
||||
h: "h",
|
||||
m: "m",
|
||||
s: "s",
|
||||
}
|
||||
ms: "ms",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user