mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update translate.en_US.toml
This commit is contained in:
parent
29711a83ab
commit
a1297a9d60
1 changed files with 7 additions and 7 deletions
|
@ -41,7 +41,7 @@
|
|||
"offline" = "Offline"
|
||||
"online" = "Online"
|
||||
"domainName" = "Domain Name"
|
||||
"monitor" = "Listening IP"
|
||||
"monitor" = "Listen IP"
|
||||
"certificate" = "Certificate"
|
||||
"fail" = "Fail"
|
||||
"success" = "Successful"
|
||||
|
@ -231,11 +231,11 @@
|
|||
"panelSettings" = "Configuration"
|
||||
"securitySettings" = "Authentication"
|
||||
"TGBotSettings" = "Telegram Bot"
|
||||
"panelListeningIP" = "Panel Listening IP"
|
||||
"panelListeningIP" = "Panel Listen IP"
|
||||
"panelListeningIPDesc" = "Leave blank to listen om all IPs."
|
||||
"panelListeningDomain" = "Panel Listening Domain"
|
||||
"panelListeningDomain" = "Panel Listen Domain"
|
||||
"panelListeningDomainDesc" = "Leave blank to listen on all domains and IPs."
|
||||
"panelPort" = "Panel Port"
|
||||
"panelPort" = "Panel Listen Port"
|
||||
"panelPortDesc" = "Must be an unused port"
|
||||
"publicKeyPath" = "Panel Public Key Path"
|
||||
"publicKeyPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
|
@ -280,9 +280,9 @@
|
|||
"subSettings" = "Subscription"
|
||||
"subEnable" = "Enable Subscription Service"
|
||||
"subEnableDesc" = "Subscription feature with separate configuration."
|
||||
"subListen" = "Subscription Listening IP"
|
||||
"subListen" = "Subscription Listen IP"
|
||||
"subListenDesc" = "Leave blank to listen on all IPs."
|
||||
"subPort" = "Subscription Port"
|
||||
"subPort" = "Subscription Listen Port"
|
||||
"subPortDesc" = "Must be an unused port."
|
||||
"subCertPath" = "Subscription Public Key Path"
|
||||
"subCertPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
|
@ -290,7 +290,7 @@
|
|||
"subKeyPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
"subPath" = "Subscription URI Path"
|
||||
"subPathDesc" = "Fill in an absolute path begins with ‘/‘ and concludes with ‘/‘"
|
||||
"subDomain" = "Subscription Listening Domain"
|
||||
"subDomain" = "Subscription Listen Domain"
|
||||
"subDomainDesc" = "Leave blank to listen on all domains and IPs."
|
||||
"subUpdates" = "Subscription Update Intervals"
|
||||
"subUpdatesDesc" = "Interval hours between updates in client application."
|
||||
|
|
Loading…
Reference in a new issue