mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
Small adjustment (#840)
* Update translate.en_US.toml * Update outbound.html
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user