Files
Archive/v2raya/gui/src/locales/en.js
2025-02-25 19:35:13 +01:00

349 lines
15 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
common: {
outboundSetting: "Outbound Setting",
setting: "Setting",
about: "About",
loggedAs: "Logged as <b>{username}</b>",
v2rayCoreStatus: "Status of v2ray-core",
checkRunning: "Checking",
isRunning: "Running",
notRunning: "Ready",
notLogin: "Login please",
latest: "Latest",
local: "Local",
success: "SUCCESS",
fail: "FAIL",
message: "Message",
none: "none",
optional: "optional",
loadBalance: "Load Balance",
log: "Logs",
},
welcome: {
title: "Welcome",
docker: "v2rayA service is running in Docker. Version: {version}",
default: "v2rayA service is running. Version: {version}",
newVersion: "Detected new version: {version}",
messages: [
"There is no server.",
"You can create/import a server or import a subscription.",
],
},
v2ray: {
start: "Start",
stop: "Stop",
},
server: {
name: "Server Name",
address: "Server Address",
protocol: "Protocol",
latency: "Latency",
lastSeenTime: "Last seen time",
lastTryTime: "Last try time",
messages: {
notAllowInsecure:
"According to the docs of {name}, if you use {name}, AllowInsecure will be forbidden.",
notRecommend:
"According to the docs of {name}, if you use {name}, AllowInsecure is not recommend.",
},
},
InSecureConfirm: {
title: "Dangerous configuration detected",
message:
"The configuration has set the <b>AllowInsecure</b> to true. This may cause security risks. Are you sure to continue?",
confirm: "I know what I'm doing",
cancel: "cancel",
},
subscription: {
host: "Host",
remarks: "Remarks",
timeLastUpdate: "Datetime of Last Update",
numberServers: "Number of Servers",
subscription: "Subscription",
},
operations: {
name: "Operations",
update: "Update",
autoUpdate: "Auto Update",
manualUpdate: "Manual Update",
modify: "Modify",
share: "Share",
view: "View",
delete: "Delete",
create: "Create",
import: "Import",
inBatch: "In batch",
connect: "Connect",
disconnect: "Disconnect",
select: "Select",
login: "Login",
logout: "Logout",
configure: "Configure",
cancel: "Cancel",
saveApply: "Save and Apply",
confirm: "Confirm",
confirm2: "Carefully confirmed",
save: "Save",
copyLink: "COPY LINK",
helpManual: "Help & Manual",
yes: "Yes",
no: "No",
switchSite: "Switch to alternate site",
addOutbound: "Add an outbound",
domainsExcluded:"Domains Excluded"
},
register: {
title: "Create an admin account first",
messages: [
"Remember your admin account which is importantly used to login.",
"Account information is stored in local. We never send information to any server.",
"Once password was forgot, you could use v2raya --reset-password to reset.",
],
},
login: {
title: "Login",
username: "Username",
password: "Password",
},
setting: {
transparentProxy: "Transparent Proxy/System Proxy",
transparentType: "Transparent Proxy/System Proxy Implementation",
pacMode: "Traffic Splitting Mode of Rule Port",
preventDnsSpoofing: "Prevent DNS Spoofing",
specialMode: "Special Mode",
mux: "Multiplex",
autoUpdateSub: "Automatically Update Subscriptions",
autoUpdateGfwlist: "Automatically Update GFWList",
preferModeWhenUpdate: "Mode when Update Subscriptions and GFWList",
ipForwardOn: "IP Forward",
portSharingOn: "Port Sharing",
concurrency: "Concurrency",
inboundSniffing: "Sniffing",
options: {
global: "Do not Split Traffic",
direct: "Direct",
pac: "Depend on Rule Port",
whitelistCn: "Proxy except CN Sites",
gfwlist: "Proxy only GFWList",
sameAsPacMode: "Traffic Splitting Mode is the Same as the Rule Port",
customRouting: "Customized Routing",
antiDnsHijack: "Prevent DNS Hijack Only (fast)",
forwardDnsRequest: "Forward DNS Request",
doh: "DoH(dns-over-https)",
default: "Keep Default",
on: "On",
off: "Off",
updateSubWhenStart: "Update Subscriptions When Service Starts",
updateSubAtIntervals: "Update Subscriptions Regularly (Unit: hour)",
updateGfwlistWhenStart: "Update GFWList When Service Starts",
updateGfwlistAtIntervals: "Update GFWList Regularly (Unit: hour)",
dependTransparentMode: "Follows Transparent Proxy/System Proxy",
closed: "Off",
advanced: "Advanced Setting",
leastPing: "Least Latency First",
},
messages: {
inboundSniffing: "Sniff inbound traffic. If it is not turned on, some traffic may not be diverted correctly.",
gfwlist:
"Based on modified time of file which sometimes is after latest version online.",
transparentProxy:
"If transparent proxy on, no extra configure needed and all TCP traffic will pass through the v2rayA. Providing proxy service to other computers and docker as the gateway should make option 'Share in LAN' on.",
transparentType:
"★tproxy: support UDP, but not support docker. ★redirect: friendly for docker, but does not support UDP and need to occupy local port 53 for dns anti-pollution.",
pacMode: `Here you can set the splitting traffic rule of the rule port. By default, "Rule of Splitting Traffic" port is 20172 and HTTP protocol.`,
preventDnsSpoofing:
"★Forward DNS Request: DNS requests will be forwarded by proxy server." +
"★DoH(dns-over-https, v2ray-core: 4.22.0+): DNS over HTTPS.",
specialMode:
"★supervisorMonitor dns pollution, intercept in advance, use the sniffing mechanism of v2ray-core to prevent pollution. ★fakednsUse the fakens strategy to speed up the resolving.",
tcpFastOpen:
"Simplify TCP handshake process to speed up connection establishment. Risk of emphasizing characteristics of packets exists. It may cause failed to connect if your system does not support it.",
mux:
"Multiplexing TCP connections to reduce the number of handshake, but it will affect the use cases with high throughput, such as watching videos, downloading, and test speed. " +
"Risk of emphasizing characteristics of packets exists. Support vmess only now.",
confirmEgressPorts: `<p>You are setting up transparent proxy across LANs, confirm egress port whitelist.</p>
<p>Whitelist:</p>
<p>TCP: {tcpPorts}</p>
<p>UDP: {udpPorts}</p>`,
grpcShouldWithTls: `gRPC must be with TLS`,
ssPluginImpl:
"★default: 'transport' for simple-obfs, 'chained' for v2ray-plugin." +
"★chained: shadowsocks traffic will be redirect to standalone plugin." +
"★transport: processed by the transport layer of v2ray/xray core directly.",
},
},
customAddressPort: {
title: "Address and Ports",
serviceAddress: "Address of Service",
portSocks5: "Port of SOCKS5",
portHttp: "Port of HTTP",
portSocks5WithPac: "Port of SOCKS5(with Rule)",
portHttpWithPac: "Port of HTTP(with Rule)",
portVmess: "Port of VMess(with Rule)",
portVmessLink: "Link of VMess port",
portApi: "Port of api (0 for random)",
apiServices: "Enabled api service",
messages: [
"Service address default as 0.0.0.0:2017 can be changed by setting environment variable <code>V2RAYA_ADDRESS</code> and command argument<code>--address</code>.",
"If you start v2raya docker container with port mapping instead of <code>--network host</code>, you can remapping ports in this way.",
"We cannot judge port occupations in docker mode. Confirm it by yourself.",
"Zero means to close this port.",
],
},
customRouting: {
title: "Customize Routing Rule",
defaultRoutingRule: "Default Routing Rule",
sameAsDefaultRule: "the same as default rule",
appendRule: "Append Rule",
direct: "Direct",
proxy: "Proxy",
block: "Block",
rule: "Rule",
domainFile: "Domain File",
typeRule: "Type of Rule",
messages: {
0: "v2rayA will recognize all SiteDat file in <b>{V2RayLocationAsset}</b>",
1: 'To make a SiteDat file by yourself: <a href="https://github.com/ToutyRater/V2Ray-SiteDAT">ToutyRater/V2Ray-SiteDAT</a>',
2: "Multi-select is supported.",
noSiteDatFileFound: "No siteDat file found in {V2RayLocationAsset}",
emptyRuleNotPermitted: "Empty rule is not permitted",
},
},
doh: {
title: "Configure DoH Server",
dohPriorityList: "Priority list of DoH Servers",
messages: [
"DoH (DNS over HTTPS) can effectively avoid DNS pollution. But some native DoH providers may themselves be contaminated sometimes. In addition, some DoH services may be blocked by local network providers. Please choose the fastest and stablest DoH server.",
"Awesome public DoH servers in Mainland China include alidns, geekdns, rubyfish, etc",
"In taiwan area include quad101, etc",
"USA: cloudflare, dns.google, etc",
'Checklist<a href="https://dnscrypt.info/public-servers" target="_blank">public-servers</a>',
'Besides, setting up DoH service at your own native server is suggested and well-behaved in most cases <a href="https://github.com/facebookexperimental/doh-proxy" target="_blank">doh-proxy</a>. In this case, it is recommended to run the server(doh-proxy/doh-httpproxy) providing service and client(doh-stub) connecting to doh.opendns.com at the same time and connect them in series, because you can hardly find a server that is not polluted in a generally contaminated region.',
"Optimally, place one or two lines above. The list will restore to default after saving with empty content.",
],
},
dns: {
title: "Configure DNS Server",
internalQueryServers: "Domain Query Servers",
externalQueryServers: "External Domain Query Servers",
messages: [
'"@:(dns.internalQueryServers)" are designed to be used to look up domain names in China, while "@:(dns.externalQueryServers)" be used to look up others.',
'"@:(dns.internalQueryServers)" will be used to look up all domain names if "@:(dns.externalQueryServers)" is empty.',
],
},
egressPortWhitelist: {
title: "Egress Port Whitelist",
tcpPortWhitelist: "TCP Port Whitelist",
udpPortWhitelist: "UDP Port Whitelist",
messages: [
"If v2rayA is setup on a server A which connected with a proxy server B, pay attention:",
"Transparent proxy will force all TCP and UDP traffic to pass through proxy server B, where source IP address will be replaced with proxy B's. Moreover, if some clients send requests to server A that provides service, they will received responses from your proxy B's IP address weirdly, which is illegal.",
"To resolve it, we need to add those service ports to whitelist so that not pass through proxy.For examples, ssh(22)、v2raya({v2rayaPort}).",
"Obviously, if the server does not provide any service, you can skip configuring.",
"Formatting22 means port 2220170:20172 means three ports 20170 to 20172.",
],
},
configureServer: {
title: "Configure Server | Server",
servername: "Servername",
port: "Port",
forceTLS: "forcibly TLS on",
noObfuscation: "No obfuscation",
httpObfuscation: "Obfuscated as HTTP",
srtpObfuscation: "Obfuscated as Video Calls (SRTP)",
utpObfuscation: "Obfuscated as Bittorrent (uTP)",
wechatVideoObfuscation: "Obfuscated as Wechat Video Calls",
dtlsObfuscation: "Obfuscated as DTLS1.2 Packets",
wireguardObfuscation: "Obfuscated as WireGuard Packets",
hostObfuscation: "Host",
pathObfuscation: "Path",
seedObfuscation: "Seed",
username: "Username",
password: "Password",
origin: "origin",
pinnedCertchainSha256: "pinned certificate chain sha256",
},
configureSubscription: {
title: "Configure Subscription",
},
import: {
message: "Input a server link or subscription address:",
batchMessage: "One server link per line:",
qrcodeError: "Failed to find a valid QRCode, please try again",
},
delete: {
title: "Confirm to DELETE",
message:
"Be sure to <b>DELETE</b> those servers/subscriptions? It is not reversible.",
},
latency: {
message:
"Latency tests can take several minutes. Wait patiently please.",
},
version: {
higherVersionNeeded:
"This operation need higher version of v2rayA than {version}",
v2rayInvalid:
"geosite.dat, geoip.dat or v2ray-core may not be installed correctly",
v2rayNotV5:
"The version of v2ray-core is not v5. Use v5 or downgrade v2rayA to v1.5",
},
about: `<p>v2rayA is a web GUI client of V2Ray.</p>
<p class="about-small">Default ports:</p>
<p class="about-small">2017: v2rayA service port</p>
<p class="about-small">20170: SOCKS protocol</p>
<p class="about-small">20171: HTTP protocol</p>
<p class="about-small">20172: HTTP protocol with "Rule of Splitting Traffic"</p>
<p class="about-small">Other ports</p>
<p class="about-small">32345: tproxy, needed by transparent proxy </p>
<p>All data is stored in local instead of in the cloud. </p>
<p>Problems found during use can be reported at <a href="https://github.com/v2rayA/v2rayA/issues">issues</a>.</p>
<p>Documentation: <a href="https://v2raya.org">https://v2raya.org</a></p>`,
axios: {
messages: {
optimizeBackend: "Adjust v2rayA service address",
noBackendFound:
"Cannot find v2rayA at {url}. Make sure v2rayA is running at this address.",
cannotCommunicate: [
"Cannot communicate. If your service is running and ports open correctly, the reason may be that current browser does not allow https sites to access http resources, you can try using Chrome or switching to alternate http site.",
"Cannot communicate. Firefox does not allow https sites to access http resources, you can try switching to alternate http sites.",
],
},
urls: {
usage: "https://github.com/v2rayA/v2rayA/wiki/Usage",
},
},
routingA: {
messages: ["click the button 'Help&Manual' for help"],
},
outbound: {
addMessage: "Please input the outbound name you want to add:",
deleteMessage:
'Be sure to <b>DELETE</b> the outbound "{outboundName}"? It is not reversible.',
},
log: {
logModalTitle: "View logs",
refreshInterval: "Refresh Interval",
seconds: "seconds",
autoScoll: "Auto Scroll",
},
domainsExcluded: {
title: "Domains Excluded",
messages: [
"A list of domain names. If the traffic sniffing result matches a domain name in this list, the target address will not be reset."
],
formName: "Domains Excluded List",
formPlaceholder: "courier.push.apple.com\nMijia Cloud\ndlg.io.mi.com"
},
gfwList: {
title: "Update GFWList",
messages: [
"If accessing GitHub is difficult in your current environment, you can download the latest GFWListgeosite.datfrom GitHubhttps://github.com/v2rayA/dist-v2ray-rules-dat, upload it to your server, and then enter your server address here to download it.",
"If the input form is empty it will automatically download from Github, otherwise it will download using the custom link",
"Please note: Wrong file may cause service startup failure. If the service cannot be started after downloading, you can click the Delete GFWList button"
],
formName: "Custom Download Link",
wrongCustomLink: "wrong custom download link"
}
};