From 47792cdbd37e901aed7b8b1191518a0ed2c48510 Mon Sep 17 00:00:00 2001 From: shahin-io <115543613+shahin-io@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:32:10 +0000 Subject: [PATCH] Small adjustment (#840) * Update translate.en_US.toml * Update outbound.html --- web/html/xui/form/outbound.html | 2 +- web/translation/translate.en_US.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index edc00cc5..5a6c9b04 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -137,7 +137,7 @@ - + diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 01ca6218..a0763df8 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -55,11 +55,11 @@ "security" = "Security" [menu] -"dashboard" = "System Status" +"dashboard" = "Status Overview" "inbounds" = "Inbounds" "settings" = "Panel Settings" "xray" = "Xray Config" -"logout" = "Logout" +"logout" = "Log Out" "link" = "Management" [pages.login] @@ -74,7 +74,7 @@ "successLogin" = "Login" [pages.index] -"title" = "Overview" +"title" = "Status Overview" "memory" = "RAM" "hard" = "Disk" "xrayStatus" = "Xray Status" @@ -107,7 +107,7 @@ "title" = "Inbounds" "totalDownUp" = "Total Sent/Received" "totalUsage" = "Total Usage" -"inboundCount" = "Number of Inbounds" +"inboundCount" = "Total Inbounds" "operate" = "Menu" "enable" = "Enable" "remark" = "Remark" @@ -297,7 +297,7 @@ "userPassMustBeNotEmpty" = "The new username or password is required" [pages.xray] -"title" = "Xray Configurations" +"title" = "Xray Config" "save" = "Save" "restart" = "Restart Xray" "basicTemplate" = "Basic" @@ -391,7 +391,7 @@ "secretKey" = "Secret Key" "publicKey" = "Public Key" "allowedIPs" = "Allowed IPs" -"endpoint" = "End Point" +"endpoint" = "Endpoint" "psk" = "PreShared Key" "domainStrategy" = "Domain Strategy"