From 17b9057400d8b106ab1d2c015064446ab449d9d9 Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sun, 30 Oct 2022 22:13:13 +0330 Subject: [PATCH] update: translate dokodemo porotocol --- web/html/xui/form/protocol/dokodemo.html | 6 +++--- web/translation/translate.en_US.toml | 3 +++ web/translation/translate.zh_Hans.toml | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html index e11bded0..7269fc8d 100644 --- a/web/html/xui/form/protocol/dokodemo.html +++ b/web/html/xui/form/protocol/dokodemo.html @@ -1,12 +1,12 @@ {{define "form/dokodemo"}} - + - + - + tcp+udp tcp diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index da8f6803..78a92b96 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -99,6 +99,9 @@ "resetTrafficContent" = "Are you sure you want to reset traffic?" "copyLink" = "Copy Link" "address" = "address" +"network" = "network" +"destinationPort" = "destination port" +"targetAddress" = "target address" [pages.setting] "title" = "Setting" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index bb88e6f9..f709b0ac 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -98,6 +98,9 @@ "resetTrafficContent" = "确定要重置流量吗?" "copyLink" = "复制链接" "address" = "地址" +"network" = "网络" +"destinationPort" = "目标端口" +"targetAddress" = "目标地址"