Update translate.en_US.toml

This commit is contained in:
shahin-io 2024-01-07 06:40:15 +00:00 committed by GitHub
parent fd2362ec05
commit 0b979b435f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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