diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:46:24 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 17:46:24 +0300 |
| commit | f6e0e1b3cfc23eaa61373cfebfaf73790c350921 (patch) | |
| tree | 0cd99e5e418b46fda404e7ed573d497fd08eabc0 /web/translation/translate.en_US.toml | |
| parent | 769590d77993d8c26bfb9d056cb94d870cf6c745 (diff) | |
translate update
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index e0159ee8..3b2303ac 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -252,6 +252,23 @@ "tgNotifyCpuDesc" = "Receive notification if CPU usage exceeds this threshold (unit: %)" "timeZone" = "Time zone" "timeZoneDesc" = "Scheduled tasks run according to the time in this time zone." +"subSettings" = "Subscription" +"subEnable" = "Enable service" +"subEnableDesc" = "Subscription feature with separate configuration" +"subListen" = "Listening IP" +"subListenDesc" = "Leave blank by default to monitor all IPs" +"subPort" = "Subscription Port" +"subPortDesc" = "Port number for serving the subscription service must be unused in server" +"subCertPath" = "Subscription Certificate Public Key File Path" +"subCertPathDesc" = "Fill in an absolute path starting with '/'" +"subKeyPath" = "Subscription Certificate Private Key File Path" +"subKeyPathDesc" = "Fill in an absolute path starting with '/'" +"subPath" = "Subscription URL Root Path" +"subPathDesc" = "Must start with '/' and end with '/'" +"subDomain" = "Listening Domain" +"subDomainDesc" = "Leave blank by default to monitor all domains and IPs" +"subUpdates" = "Subscription update intervals" +"subUpdatesDesc" = "Interval hours between updates in client application" [pages.settings.templates] "title" = "Templates" |
