diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 85321ede..abba66c8 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -27,15 +27,15 @@
- 总上传 / 下载:
+ {{ i18n "pages.inbounds.totalDownUp" }}:
[[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]]
- 总用量:
+ {{ i18n "pages.inbounds.totalUsage" }}:
[[ sizeFormat(total.up + total.down) ]]
- 入站数量:
+ {{ i18n "pages.inbounds.inboundCount" }}:
[[ dbInbounds.length ]]
@@ -55,7 +55,7 @@
@change="() => getDBInbounds()">
- e.preventDefault()">操作
+ e.preventDefault()">{{ i18n "pages.inbounds.operate" }}
clickAction(a, dbInbound)">
二维码
@@ -121,52 +121,52 @@