diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 267103cb..0a3d26b2 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -452,6 +452,41 @@
+
+ {{ i18n "pages.xray.balancer.addBalancer"}}
+
+
+ [[ index+1 ]]
+
+ e.preventDefault()" type="more" style="font-size: 16px; text-decoration: bold;">
+
+
+
+ {{ i18n "edit" }}
+
+
+
+ {{ i18n "delete"}}
+
+
+
+
+
+
+ Random
+ Round Robin
+
+
+ [[ sel ]]
+
+
+
@@ -474,6 +509,7 @@
{{template "ruleModal"}}
{{template "outModal"}}
{{template "reverseModal"}}
+{{template "balancerModal"}}
{{template "warpModal"}}
+{{end}}
\ No newline at end of file
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index 78c545f6..0edf1c3d 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -388,6 +388,7 @@
"Inbounds" = "Inbounds"
"InboundsDesc" = "Accepting the specific clients."
"Outbounds" = "Outbounds"
+"Balancers" = "Balancers"
"OutboundsDesc" = "Set the outgoing traffic pathway."
"Routings" = "Routing Rules"
"RoutingsDesc" = "The priority of each rule is important!"
@@ -426,6 +427,13 @@
"portal" = "Portal"
"intercon" = "Interconnection"
+[pages.xray.balancer]
+"addBalancer" = "Add Balancer"
+"editBalancer" = "Edit Balancer"
+"balancerStrategy" = "Strategy"
+"balancerSelectors" = "Selectors"
+"tag" = "Tag"
+
[pages.xray.wireguard]
"secretKey" = "Secret Key"
"publicKey" = "Public Key"