diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index abba66c8..441aec15 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -83,10 +83,10 @@
[[ sizeFormat(dbInbound.total) ]]
[[ sizeFormat(dbInbound.total) ]]
- 无限制
+ {{ i18n "unlimited" }}
- 查看
+ {{ i18n "check" }}
@@ -94,7 +94,7 @@
tls
xtls
- 无
+ {{ i18n "none" }}
@@ -108,7 +108,7 @@
[[ DateUtil.formatMillis(dbInbound.expiryTime) ]]
- 无限期
+ {{ i18n "indefinitely" }}
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index 3bd24d1e..2a5378f9 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -16,6 +16,10 @@
"minute" = "minute"
"hour" = "hour"
"day" = "day"
+"check" = "check"
+"indefinitely" = "indefinitely"
+"unlimited" = "unlimited"
+"none" = "none"
[menu]
"dashboard" = "System Status"
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml
index 4fa24cba..7f381154 100644
--- a/web/translation/translate.zh_Hans.toml
+++ b/web/translation/translate.zh_Hans.toml
@@ -16,6 +16,10 @@
"minute" = "分钟"
"hour" = "小时"
"day" = "天"
+"check" = "查看"
+"indefinitely" = "无限期"
+"unlimited" = "无限制"
+"none" = "无"
[menu]
"dashboard" = "系统状态"