mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
Update translate.en_US.toml
This commit is contained in:
parent
fd2362ec05
commit
0b979b435f
1 changed files with 12 additions and 12 deletions
|
@ -232,17 +232,17 @@
|
|||
"securitySettings" = "Security Settings"
|
||||
"TGBotSettings" = "Telegram Bot Settings"
|
||||
"panelListeningIP" = "Panel Listening IP"
|
||||
"panelListeningIPDesc" = "Leave blank by default to monitor all IPs."
|
||||
"panelListeningIPDesc" = "Leave blank to listen om all IPs."
|
||||
"panelListeningDomain" = "Panel Listening Domain"
|
||||
"panelListeningDomainDesc" = "Leave blank by default to monitor all domains and IPs."
|
||||
"panelListeningDomainDesc" = "Leave blank to listen on all domains and IPs."
|
||||
"panelPort" = "Panel Port"
|
||||
"panelPortDesc" = "Port number for serving the panel."
|
||||
"panelPortDesc" = "Must be an unused port"
|
||||
"publicKeyPath" = "Panel Public Key Path"
|
||||
"publicKeyPathDesc" = "Fill in an absolute path starting with."
|
||||
"publicKeyPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
"privateKeyPath" = "Panel Private Key Path"
|
||||
"privateKeyPathDesc" = "Fill in an absolute path starting with."
|
||||
"privateKeyPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
"panelUrlPath" = "Panel URI Path"
|
||||
"panelUrlPathDesc" = "Must start with '/' and end with."
|
||||
"panelUrlPathDesc" = "Fill in an absolute path begins with ‘/‘ and concludes with ‘/‘"
|
||||
"pageSize" = "Pagination Size"
|
||||
"pageSizeDesc" = "Define page size for inbounds table. (0 = disable)"
|
||||
"remarkModel" = "Remark Model & Separation Character"
|
||||
|
@ -281,17 +281,17 @@
|
|||
"subEnable" = "Enable Service"
|
||||
"subEnableDesc" = "Subscription feature with separate configuration."
|
||||
"subListen" = "Subscription Listening IP"
|
||||
"subListenDesc" = "Leave blank by default to monitor all IPs."
|
||||
"subListenDesc" = "Leave blank to listen on all IPs."
|
||||
"subPort" = "Subscription Port"
|
||||
"subPortDesc" = "Port number for serving the subscription service. Must be unused in server."
|
||||
"subPortDesc" = "Must be an unused port."
|
||||
"subCertPath" = "Subscription Public Key Path"
|
||||
"subCertPathDesc" = "Fill in an absolute path starting with '/'"
|
||||
"subCertPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
"subKeyPath" = "Subscription Private Key Path"
|
||||
"subKeyPathDesc" = "Fill in an absolute path starting with '/'"
|
||||
"subKeyPathDesc" = "Fill in an absolute path begins with ‘/‘"
|
||||
"subPath" = "Subscription URI Path"
|
||||
"subPathDesc" = "Must start with '/' and end with '/'"
|
||||
"subPathDesc" = "Fill in an absolute path begins with ‘/‘ and concludes with ‘/‘"
|
||||
"subDomain" = "Subscription Listening Domain"
|
||||
"subDomainDesc" = "Leave blank by default to monitor all domains and IPs."
|
||||
"subDomainDesc" = "Leave blank to listen on all domains and IPs."
|
||||
"subUpdates" = "Subscription Update Intervals"
|
||||
"subUpdatesDesc" = "Interval hours between updates in client application."
|
||||
"subEncrypt" = "Encode"
|
||||
|
|
Loading…
Reference in a new issue