diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-04 20:52:54 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-04 20:52:54 +0300 |
| commit | 481d4beabb2625c51440c734654de24b18d9e1b1 (patch) | |
| tree | 8c1cd095b31723d8a16c78c8e65089f841450c37 /web/html/xui/form/stream | |
| parent | 19c991014e9ede2890492208f2fc81c5a70fb99a (diff) | |
update translation
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_kcp.html | 12 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_quic.html | 12 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_tcp.html | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index 1dc6eb9d..52a930f9 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -2,12 +2,12 @@ <a-form layout="inline"> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.kcp.type" style="width: 280px;"> - <a-select-option value="none">None(Not Camouflage)</a-select-option> - <a-select-option value="srtp">SRTP(Camouflage Video Call)</a-select-option> - <a-select-option value="utp">UTP(Camouflage BT Download)</a-select-option> - <a-select-option value="wechat-video">Wechat-Video(Camouflage WeChat Video)</a-select-option> - <a-select-option value="dtls">DTLS(Camouflage DTLS 1.2 Packages)</a-select-option> - <a-select-option value="wireguard">Wireguard(Camouflage Wireguard Packages)</a-select-option> + <a-select-option value="none">None (Not Camouflage)</a-select-option> + <a-select-option value="srtp">SRTP (Camouflage Video Call)</a-select-option> + <a-select-option value="utp">UTP (Camouflage BT Download)</a-select-option> + <a-select-option value="wechat-video">Wechat-Video (Camouflage WeChat Video)</a-select-option> + <a-select-option value="dtls">DTLS (Camouflage DTLS 1.2 Packages)</a-select-option> + <a-select-option value="wireguard">Wireguard (Camouflage Wireguard Packages)</a-select-option> </a-select> </a-form-item> <a-form-item label='{{ i18n "password" }}'> diff --git a/web/html/xui/form/stream/stream_quic.html b/web/html/xui/form/stream/stream_quic.html index 2a48af84..4d04587a 100644 --- a/web/html/xui/form/stream/stream_quic.html +++ b/web/html/xui/form/stream/stream_quic.html @@ -12,12 +12,12 @@ </a-form-item> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.quic.type" style="width: 280px;" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"> - <a-select-option value="none">none(not camouflage)</a-select-option> - <a-select-option value="srtp">srtp(camouflage video call)</a-select-option> - <a-select-option value="utp">utp(camouflage BT download)</a-select-option> - <a-select-option value="wechat-video">wechat-video(camouflage WeChat video)</a-select-option> - <a-select-option value="dtls">dtls(camouflage DTLS 1.2 packages)</a-select-option> - <a-select-option value="wireguard">wireguard(camouflage wireguard packages)</a-select-option> + <a-select-option value="none">none (not camouflage)</a-select-option> + <a-select-option value="srtp">srtp (camouflage video call)</a-select-option> + <a-select-option value="utp">utp (camouflage BT download)</a-select-option> + <a-select-option value="wechat-video">wechat-video (camouflage WeChat video)</a-select-option> + <a-select-option value="dtls">dtls (camouflage DTLS 1.2 packages)</a-select-option> + <a-select-option value="wireguard">wireguard (camouflage wireguard packages)</a-select-option> </a-select> </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 958f8f25..993fb0d0 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -4,7 +4,7 @@ <a-form-item label="AcceptProxyProtocol"> <a-switch v-model="inbound.stream.tcp.acceptProxyProtocol"></a-switch> </a-form-item> - <a-form-item label="HTTP {{ i18n "camouflage" }}"> + <a-form-item label='HTTP {{ i18n "camouflage" }}'> <a-switch :checked="inbound.stream.tcp.type === 'http'" @change="checked => inbound.stream.tcp.type = checked ? 'http' : 'none'"> |
