diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-19 12:36:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 12:36:36 +0300 |
| commit | 69651ecfb56b2421124e5bc63cb4fc88296c599f (patch) | |
| tree | 15e0dfa673edc515ecc7f25393b04a66f91c5e25 /web/html/xui/form/outbound.html | |
| parent | 78d3680ced9b0f88d8ffe66147ae4166f6186845 (diff) | |
Minor UI fixes (#1405)
* Update translate.en_US.toml
* Update stream_kcp.html
* Update vless.html
* Update shadowsocks.html
* Update external_proxy.html
* Update stream_sockopt.html
* Update sniffing.html
* Update tls_settings.html
* Update dokodemo.html
* Update shadowsocks.html
* Update socks.html
* Update stream_ws.html
* Update tls_settings.html
* Update index.html
* Update translate.en_US.toml
* Update translate.fa_IR.toml
* Update translate.ru_RU.toml
* Update translate.vi_VN.toml
* Update translate.zh_Hans.toml
* Update outbound.html
* Update outbound.html
* Update trojan.html
* Update vless.html
* Update stream_kcp.html
* Update xray.html
* Update stream_grpc.html
* Update custom.css
* Update stream_quic.html
* Update custom.css
* Update custom.css
* Update custom.css
* Update inbounds.html
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 28ef2285..7b1caa91 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -160,25 +160,25 @@ <a-form-item label='{{ i18n "password" }}'> <a-input v-model="outbound.stream.kcp.seed"></a-input> </a-form-item> - <a-form-item label='mtu'> + <a-form-item label='MTU'> <a-input-number v-model.number="outbound.stream.kcp.mtu"></a-input-number> </a-form-item> - <a-form-item label='tti (ms)'> + <a-form-item label='TTI (ms)'> <a-input-number v-model.number="outbound.stream.kcp.tti"></a-input-number> </a-form-item> - <a-form-item label='uplink capacity (MB/S)'> + <a-form-item label='Uplink Capacity (MB/s)'> <a-input-number v-model.number="outbound.stream.kcp.upCap"></a-input-number> </a-form-item> - <a-form-item label='downlink capacity (MB/S)'> + <a-form-item label='Downlink Capacity (MB/s)'> <a-input-number v-model.number="outbound.stream.kcp.downCap"></a-input-number> </a-form-item> - <a-form-item label='congestion'> + <a-form-item label='Congestion'> <a-switch v-model="outbound.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-number v-model.number="outbound.stream.kcp.readBuffer"></a-input-number> </a-form-item> - <a-form-item label='write buffer size (MB)'> + <a-form-item label='Write Buffer Size (MB)'> <a-input-number v-model.number="outbound.stream.kcp.writeBuffer"></a-input-number> </a-form-item> </template> @@ -217,22 +217,22 @@ </a-form-item> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="outbound.stream.quic.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none (not camouflage)</a-select-option> - <a-select-option value="srtp">srtp (video call)</a-select-option> - <a-select-option value="utp">utp (BT download)</a-select-option> - <a-select-option value="wechat-video">wechat-video (WeChat video)</a-select-option> - <a-select-option value="dtls">dtls (DTLS 1.2 packages)</a-select-option> - <a-select-option value="wireguard">wireguard (wireguard packages)</a-select-option> + <a-select-option value="none">none (No Obfuscation)</a-select-option> + <a-select-option value="srtp">SRTP (Video Call)</a-select-option> + <a-select-option value="utp">uTP (Bittorrent)</a-select-option> + <a-select-option value="wechat-video">WeChat Video</a-select-option> + <a-select-option value="dtls">DTLS (DTLS 1.2 packages)</a-select-option> + <a-select-option value="wireguard">WireGuard (WireGuard Packages)</a-select-option> </a-select> </a-form-item> </template> <!-- grpc --> <template v-if="outbound.stream.network === 'grpc'"> - <a-form-item label='serviceName'> + <a-form-item label='Service Name'> <a-input v-model.trim="outbound.stream.grpc.serviceName"></a-input> </a-form-item> - <a-form-item label='MultiMode'> + <a-form-item label='Multi Mode'> <a-switch v-model="outbound.stream.grpc.multiMode"></a-switch> </a-form-item> </template> @@ -267,7 +267,7 @@ <a-select-option v-for="alpn in ALPN_OPTION" :value="alpn">[[ alpn ]]</a-select-option> </a-select> </a-form-item> - <a-form-item label="Allow insecure"> + <a-form-item label="Allow Insecure"> <a-switch v-model="outbound.stream.tls.allowInsecure"></a-switch> </a-form-item> </template> @@ -283,7 +283,7 @@ <a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item label="Short Id"> + <a-form-item label="Short IDs"> <a-input v-model.trim="outbound.stream.reality.shortId" style="width:250px"></a-input> </a-form-item> <a-form-item label="SpiderX"> @@ -304,4 +304,4 @@ <textarea style="position:absolute; left: -800px;" id="outboundJson"></textarea> </a-tab-pane> </a-tabs> -{{end}}
\ No newline at end of file +{{end}} |
