Small adjustment (#840)

* Update translate.en_US.toml

* Update outbound.html
This commit is contained in:
shahin-io
2024-01-08 20:32:10 +00:00
committed by GitHub
parent 4df056f6a2
commit 47792cdbd3
2 changed files with 7 additions and 7 deletions

View File

@@ -137,7 +137,7 @@
</template>
<a-input v-model.trim="peer.allowedIPs"></a-input>
</a-form-item>
<a-form-item label='keepAlive'>
<a-form-item label='Keep Alive'>
<a-input-number v-model.number="peer.keepAlive" :min="0"></a-input>
</a-form-item>
</a-form>

View File

@@ -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"