Update translate.en_US.toml

This commit is contained in:
shahin-io 2024-01-08 12:53:32 +00:00 committed by GitHub
parent a1297a9d60
commit fd547be54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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