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