diff options
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 20 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 18 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 6 | ||||
| -rw-r--r-- | web/html/xui/form/sniffing.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_grpc.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_http.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_kcp.html | 14 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_tcp.html | 12 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_ws.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 12 |
10 files changed, 45 insertions, 45 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 69c67052..fa5a2032 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -12,7 +12,7 @@ Email <a-tooltip> <template slot="title"> - The email must be completely unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg @@ -23,10 +23,10 @@ <a-input v-model.trim="trojan.email"></a-input> </a-form-item> </a-form> - <a-form-item label="password"> + <a-form-item label="Password"> <a-input v-model.trim="trojan.password"></a-input> </a-form-item> - <a-form-item v-if="inbound.xtls" label="flow"> + <a-form-item v-if="inbound.xtls" label="Flow"> <a-select v-model="inbound.settings.trojans[index].flow" style="width: 150px"> <a-select-option value="" selected>none</a-select-option> <a-select-option v-for="key in XTLS_FLOW_CONTROL" :value="key">[[ key ]]</a-select-option> @@ -60,7 +60,7 @@ <a-form layout="inline"> <a-tooltip v-if="trojan._totalGB > 0"> <template slot="title"> - reset traffic + {{ i18n "pages.inbounds.resetTraffic" }} </template> <span style="color: #FF4D4F"> <a-icon type="delete" @click="resetClientTraffic(trojan,$event)"></a-icon> @@ -104,7 +104,7 @@ </a-form> </a-form> <a-form layout="inline"> - <a-form-item label="fallbacks"> + <a-form-item label="Fallbacks"> <a-row> <a-button type="primary" size="small" @click="inbound.settings.addTrojanFallback()"> @@ -121,19 +121,19 @@ <a-icon type="delete" @click="() => inbound.settings.delTrojanFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;"/> </a-divider> -<a-form-item label="name"> +<a-form-item label="Name"> <a-input v-model="fallback.name"></a-input> </a-form-item> -<a-form-item label="alpn"> +<a-form-item label="Alpn"> <a-input v-model="fallback.alpn"></a-input> </a-form-item> -<a-form-item label="path"> +<a-form-item label="Path"> <a-input v-model="fallback.path"></a-input> </a-form-item> -<a-form-item label="dest"> +<a-form-item label="Dest"> <a-input v-model="fallback.dest"></a-input> </a-form-item> -<a-form-item label="xver"> +<a-form-item label="xVer"> <a-input type="number" v-model.number="fallback.xver"></a-input> </a-form-item> <a-divider v-if="inbound.settings.fallbacks.length - 1 === index"/> diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index e858906e..5d56fdd3 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -12,7 +12,7 @@ Email <a-tooltip> <template slot="title"> - The email must be completely unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg @@ -23,7 +23,7 @@ <a-input v-model.trim="vless.email"></a-input> </a-form-item> </a-form> - <a-form-item label="id"> + <a-form-item label="ID"> <a-input v-model.trim="vless.id"></a-input> </a-form-item> <a-form-item v-if="inbound.xtls" label="flow"> @@ -71,7 +71,7 @@ <a-form layout="inline"> <a-tooltip v-if="vless._totalGB > 0"> <template slot="title"> - reset traffic + {{ i18n "pages.inbounds.resetTraffic" }} </template> <span style="color: #FF4D4F"> <a-icon type="delete" @click="resetClientTraffic(vless,$event)"></a-icon> @@ -118,7 +118,7 @@ </a-form> <a-form layout="inline"> - <a-form-item label="fallbacks"> + <a-form-item label="Fallbacks"> <a-row> <a-button type="primary" size="small" @click="inbound.settings.addFallback()"> @@ -135,19 +135,19 @@ <a-icon type="delete" @click="() => inbound.settings.delFallback(index)" style="color: rgb(255, 77, 79);cursor: pointer;"/> </a-divider> - <a-form-item label="name"> + <a-form-item label="Name"> <a-input v-model="fallback.name"></a-input> </a-form-item> - <a-form-item label="alpn"> + <a-form-item label="Alpn"> <a-input v-model="fallback.alpn"></a-input> </a-form-item> - <a-form-item label="path"> + <a-form-item label="Path"> <a-input v-model="fallback.path"></a-input> </a-form-item> - <a-form-item label="dest"> + <a-form-item label="Dest"> <a-input v-model="fallback.dest"></a-input> </a-form-item> - <a-form-item label="xver"> + <a-form-item label="xVer"> <a-input type="number" v-model.number="fallback.xver"></a-input> </a-form-item> <a-divider v-if="inbound.settings.fallbacks.length - 1 === index"/> diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index df532767..9ed444c6 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -11,7 +11,7 @@ Email <a-tooltip> <template slot="title"> - The email must be completely unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg @@ -22,7 +22,7 @@ <a-input v-model.trim="vmess.email"></a-input> </a-form-item> </a-form> - <a-form-item label="id"> + <a-form-item label="ID"> <a-input v-model.trim="vmess.id"></a-input> </a-form-item> <a-form-item label='{{ i18n "additional" }} ID'> @@ -56,7 +56,7 @@ <a-form layout="inline"> <a-tooltip v-if="vmess._totalGB > 0"> <template slot="title"> - reset traffic + {{ i18n "pages.inbounds.resetTraffic" }} </template> <span style="color: #FF4D4F"> <a-icon type="delete" @click="resetClientTraffic(vmess,$event)"></a-icon> diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 838c92fc..6bfab7c1 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -2,7 +2,7 @@ <a-form layout="inline"> <a-form-item> <span slot="label"> - sniffing + Sniffing <a-tooltip> <template slot="title"> <span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span> diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index 205a4c84..4e57d225 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,6 +1,6 @@ {{define "form/streamGRPC"}} <a-form layout="inline"> - <a-form-item label="serviceName"> + <a-form-item label="ServiceName"> <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> </a-form-item> </a-form> diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html index ad30c45a..57574ce5 100644 --- a/web/html/xui/form/stream/stream_http.html +++ b/web/html/xui/form/stream/stream_http.html @@ -3,7 +3,7 @@ <a-form-item label='{{ i18n "path" }}'> <a-input v-model.trim="inbound.stream.http.path"></a-input> </a-form-item> - <a-form-item label="host"> + <a-form-item label="Host"> <a-row v-for="(host, index) in inbound.stream.http.host"> <a-input v-model.trim="inbound.stream.http.host[index]"></a-input> </a-row> diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index ff14d5b7..f0402909 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -13,25 +13,25 @@ <a-form-item label='{{ i18n "password" }}'> <a-input v-model.number="inbound.stream.kcp.seed"></a-input> </a-form-item> - <a-form-item label="mtu"> + <a-form-item label="MTU"> <a-input type="number" v-model.number="inbound.stream.kcp.mtu"></a-input> </a-form-item> - <a-form-item label="tti (ms)"> + <a-form-item label="TTI (ms)"> <a-input type="number" v-model.number="inbound.stream.kcp.tti"></a-input> </a-form-item> - <a-form-item label="uplink capacity (MB/S)"> + <a-form-item label="Uplink Capacity (MB/S)"> <a-input type="number" v-model.number="inbound.stream.kcp.upCap"></a-input> </a-form-item> - <a-form-item label="downlink capacity (MB/S)"> + <a-form-item label="Downlink Capacity (MB/S)"> <a-input type="number" v-model.number="inbound.stream.kcp.downCap"></a-input> </a-form-item> - <a-form-item label="congestion"> + <a-form-item label="Congestion"> <a-switch v-model="inbound.stream.kcp.congestion"></a-switch> </a-form-item> - <a-form-item label="read buffer size (MB)"> + <a-form-item label="Read Buffer Size (MB)"> <a-input type="number" v-model.number="inbound.stream.kcp.readBuffer"></a-input> </a-form-item> - <a-form-item label="write buffer size (MB)"> + <a-form-item label="Write Buffer Size (MB)"> <a-input type="number" v-model.number="inbound.stream.kcp.writeBuffer"></a-input> </a-form-item> </a-form> diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index fc19506d..b03b3015 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,19 +1,19 @@ {{define "form/streamTCP"}} <!-- tcp type --> <a-form layout="inline"> - <a-form-item label="acceptProxyProtocol"> + <a-form-item label="AcceptProxyProtocol"> <a-switch v-model="inbound.stream.tcp.acceptProxyProtocol"></a-switch> </a-form-item> - <a-form-item label="http camouflage"> + <a-form-item label="HTTP Camouflage"> <a-switch - :checked="inbound.stream.tcp.type === 'http'" - @change="checked => inbound.stream.tcp.type = checked ? 'http' : 'none'"> + :checked="inbound.stream.tcp.type === 'HTTP'" + @change="checked => inbound.stream.tcp.type = checked ? 'HTTP' : 'none'"> </a-switch> </a-form-item> </a-form> <!-- tcp request --> -<a-form v-if="inbound.stream.tcp.type === 'http'" +<a-form v-if="inbound.stream.tcp.type === 'HTTP'" layout="inline"> <a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestVersion" }}'> <a-input v-model.trim="inbound.stream.tcp.request.version"></a-input> @@ -50,7 +50,7 @@ </a-form> <!-- tcp response --> -<a-form v-if="inbound.stream.tcp.type === 'http'" +<a-form v-if="inbound.stream.tcp.type === 'HTTP'" layout="inline"> <a-form-item label='{{ i18n "pages.inbounds.stream.tcp.responseVersion" }}'> <a-input v-model.trim="inbound.stream.tcp.response.version"></a-input> diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 46d6f7a3..5b49ec88 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,6 +1,6 @@ {{define "form/streamWS"}} <a-form layout="inline"> - <a-form-item label="acceptProxyProtocol"> + <a-form-item label="AcceptProxyProtocol"> <a-switch v-model="inbound.stream.ws.acceptProxyProtocol"></a-switch> </a-form-item> </a-form> diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 06dbaa4f..ea3216e7 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -1,28 +1,28 @@ {{define "form/tlsSettings"}} <!-- tls enable --> <a-form layout="inline" v-if="inbound.canSetTls()"> - <a-form-item label="tls"> + <a-form-item label="TLS"> <a-switch v-model="inbound.tls"> </a-switch> </a-form-item> - <a-form-item v-if="inbound.canEnableXTls()" label="xtls"> + <a-form-item v-if="inbound.canEnableXTls()" label="XTLS"> <a-switch v-model="inbound.xtls"></a-switch> </a-form-item> </a-form> <!-- tls settings --> <a-form v-if="inbound.tls || inbound.xtls"layout="inline"> - <a-form-item label="minVersion"> + <a-form-item label="MinVersion"> <a-select v-model="inbound.stream.tls.minVersion" style="width: 60px"> <a-select-option v-for="key in TLS_VERSION_OPTION" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item label="maxVersion"> + <a-form-item label="MaxVersion"> <a-select v-model="inbound.stream.tls.maxVersion" style="width: 60px"> <a-select-option v-for="key in TLS_VERSION_OPTION" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item label="cipherSuites"> + <a-form-item label="CipherSuites"> <a-select v-model="inbound.stream.tls.cipherSuites" style="width: 300px"> <a-select-option value="">auto</a-select-option> <a-select-option v-for="key in TLS_CIPHER_OPTION" :value="key">[[ key ]]</a-select-option> @@ -31,7 +31,7 @@ <a-form-item label='{{ i18n "domainName" }}'> <a-input v-model.trim="inbound.stream.tls.server"></a-input> </a-form-item> - <a-form-item label="alpn"> + <a-form-item label="Alpn"> <a-input v-model.trim="inbound.stream.tls.alpn"></a-input> </a-form-item> <a-form-item label='{{ i18n "certificate" }}'> |
