diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 30872e48..1a2e7ca1 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -14,25 +14,25 @@
- 监听 IP
+ {{ i18n "monitor" }}
- 默认留空即可
+ {{ i18n "pages.inbounds.monitorDesc" }}
-
+
- 总流量(GB)
+ {{ i18n "pages.inbounds.totalFlow" }}(GB)
- 0 表示不限制
+ 0 {{ i18n "pages.inbounds.meansNoLimit" }}
@@ -41,10 +41,10 @@
- 到期时间
+ {{ i18n "pages.inbounds.expireDate" }}
- 留空则永不到期
+ {{ i18n "pages.inbounds.leaveBlankToNeverExpire" }}
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html
index 1d25cb21..838c92fc 100644
--- a/web/html/xui/form/sniffing.html
+++ b/web/html/xui/form/sniffing.html
@@ -5,7 +5,7 @@
sniffing
- 没有特殊需求保持默认即可
+ {{ i18n "pages.inbounds.noRecommendKeepDefault" }}
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html
index 021c587e..7fc9ad2c 100644
--- a/web/html/xui/form/stream/stream_settings.html
+++ b/web/html/xui/form/stream/stream_settings.html
@@ -1,7 +1,7 @@
{{define "form/streamSettings"}}
-
+
tcp
kcp
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index f6794b69..082a5583 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -13,33 +13,33 @@
-
+
-
+
- certificate file path
- certificate file content
+ {{ i18n "pages.inbounds.certificatePath" }}
+ {{ i18n "pages.inbounds.certificateContent" }}
-
+
-
+
-
+
-
+
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index 524df2ee..997d2db2 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -35,6 +35,9 @@
"closure" = "closure"
"domainName" = "domain name"
"additional" = "additional"
+"monitor" = "monitor"
+"certificate" = "certificat"
+
[menu]
@@ -105,6 +108,17 @@
"destinationPort" = "destination port"
"targetAddress" = "target address"
"disableInsecureEncryption" = "Disable insecure encryption"
+"monitorDesc" = "Leave blank by default"
+"meansNoLimit" = "means no limit"
+"totalFlow" = "total flow"
+"leaveBlankToNeverExpire" = "Leave blank to never expire"
+"noRecommendKeepDefault" = "There are no special requirements to keep the default"
+"certificatePath" = "certificate file path"
+"certificateContent" = "certificate file content"
+"publicKeyPath" = "public key file path"
+"publicKeyContent" = "public key content"
+"keyPath" = "key file path"
+"keyContent" = "key content"
[pages.setting]
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml
index 13faea60..3a5c1059 100644
--- a/web/translation/translate.zh_Hans.toml
+++ b/web/translation/translate.zh_Hans.toml
@@ -35,6 +35,8 @@
"closure" = "关闭"
"domainName" = "域名"
"additional" = "额外"
+"monitor" = "监听"
+"certificate" = "证书"
[menu]
"dashboard" = "系统状态"
@@ -103,6 +105,17 @@
"destinationPort" = "目标端口"
"targetAddress" = "目标地址"
"disableInsecureEncryption" = "禁用不安全加密"
+"monitorDesc" = "默认留空即可"
+"meansNoLimit" = "表示不限制"
+"totalFlow" = "总流量"
+"leaveBlankToNeverExpire" = "留空则永不到期"
+"noRecommendKeepDefault" = "没有特殊需求保持默认即可"
+"certificatePath" = "证书文件路径"
+"certificateContent" = "证书文件内容"
+"publicKeyPath" = "公钥文件路径"
+"publicKeyContent" = "公钥内容"
+"keyPath" = "密钥文件路径"
+"keyContent" = "密钥内容"