From 0b979b435f8f368c8c5a8fe8037449b784c8c50d Mon Sep 17 00:00:00 2001 From: shahin-io <115543613+shahin-io@users.noreply.github.com> Date: Sun, 7 Jan 2024 06:40:15 +0000 Subject: [PATCH] Update translate.en_US.toml --- web/translation/translate.en_US.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 2cd560b2..7635f8da 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -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"