From 061e005ee11cdd519962d0ad2e1a6bfead907b08 Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Mon, 31 Oct 2022 12:33:16 +0330 Subject: [PATCH] update: translate protocol --- web/html/xui/form/protocol/http.html | 4 ++-- web/html/xui/form/protocol/shadowsocks.html | 6 +++--- web/html/xui/form/protocol/socks.html | 9 +++++---- web/html/xui/form/protocol/trojan.html | 4 ++-- web/html/xui/form/protocol/vless.html | 2 +- web/html/xui/form/protocol/vmess.html | 4 ++-- web/translation/translate.en_US.toml | 4 ++++ web/translation/translate.zh_Hans.toml | 2 ++ 8 files changed, 21 insertions(+), 14 deletions(-) diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index d359b5da..b4ba59b7 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -1,9 +1,9 @@ {{define "form/http"}} - + - + diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html index 5895e7f3..18bcf727 100644 --- a/web/html/xui/form/protocol/shadowsocks.html +++ b/web/html/xui/form/protocol/shadowsocks.html @@ -1,14 +1,14 @@ {{define "form/shadowsocks"}} - + [[ method ]] - + - + tcp+udp tcp diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index b0267b3f..35c1c0b5 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -1,18 +1,19 @@ {{define "form/socks"}} - + + - + - + - + [[ key ]] diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 3e5a3a38..bbffa38a 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -5,7 +5,7 @@ - + [[ key ]] diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 280e6a6a..2030efd1 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -3,10 +3,10 @@ - + - + diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 78a92b96..524df2ee 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -34,6 +34,8 @@ "turnOn" = "turn on" "closure" = "closure" "domainName" = "domain name" +"additional" = "additional" + [menu] "dashboard" = "System Status" @@ -102,6 +104,8 @@ "network" = "network" "destinationPort" = "destination port" "targetAddress" = "target address" +"disableInsecureEncryption" = "Disable insecure encryption" + [pages.setting] "title" = "Setting" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index f709b0ac..13faea60 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -34,6 +34,7 @@ "turnOn" = "开启" "closure" = "关闭" "domainName" = "域名" +"additional" = "额外" [menu] "dashboard" = "系统状态" @@ -101,6 +102,7 @@ "network" = "网络" "destinationPort" = "目标端口" "targetAddress" = "目标地址" +"disableInsecureEncryption" = "禁用不安全加密"