diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index fd942312..b6fce188 100644
--- a/web/html/xui/common_sider.html
+++ b/web/html/xui/common_sider.html
@@ -1,15 +1,15 @@
{{define "menuItems"}}
- 系统状态
+ {{ i18n "menu.dashboard"}}
- 入站列表
+ {{ i18n "menu.inbounds"}}
- 面板设置
+ {{ i18n "menu.setting"}}
@@ -18,7 +18,7 @@
- 其他
+ {{ i18n "menu.link"}}
@@ -27,7 +27,7 @@
- 退出登录
+ {{ i18n "menu.logout"}}
{{end}}
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index ab941631..54537219 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -11,6 +11,13 @@
"enable" = "enable"
"protocol" = "protocol"
+[menu]
+"dashboard" = "System Status"
+"inbounds" = "Inbounds"
+"setting" = "Panel Setting"
+"logout" = "LogOut"
+"link" = "Other"
+
[pages.login]
"title" = "Login"
@@ -19,8 +26,6 @@
[pages.inbounds]
"title" = "Inbounds"
-"titleCh" = "入站列表"
[pages.setting]
-"title" = "Setting"
-"titleCh" = "设置"
\ No newline at end of file
+"title" = "Setting"
\ No newline at end of file
diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml
index 3937d1d9..e693676b 100644
--- a/web/translation/translate.zh_Hans.toml
+++ b/web/translation/translate.zh_Hans.toml
@@ -11,6 +11,13 @@
"enable" = "启用"
"protocol" = "协议"
+[menu]
+"dashboard" = "系统状态"
+"inbounds" = "入站列表"
+"setting" = "面板设置"
+"logout" = "退出登录"
+"link" = "其他"
+
[pages.login]
"title" = "登录"
diff --git a/web/translation/translate.zh_Hant.toml b/web/translation/translate.zh_Hant.toml
index 4f00f385..df432c42 100644
--- a/web/translation/translate.zh_Hant.toml
+++ b/web/translation/translate.zh_Hant.toml
@@ -11,6 +11,13 @@
"enable" = "啟用"
"protocol" = "協議"
+[menu]
+"dashboard" = "系统状态"
+"inbounds" = "入站列表"
+"setting" = "面板设置"
+"logout" = "退出登录"
+"link" = "其他"
+
[pages.login]
"title" = "登錄"