diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-18 14:56:04 +0300 |
| commit | 59ea2645db827335a0689d2fb7aeeef4e52af52b (patch) | |
| tree | a52caa80571fef4919c3df59a4bceacd60ba6aa6 /web/translation/translate.en_US.toml | |
| parent | 8c8d280f147ce4e8f604080d1dbf066332e55efc (diff) | |
new: subJsonEnable
after this subEnable by default is true
and subJsonEnable is false
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 5a3735dd..e56f5f89 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -369,8 +369,9 @@ "timeZone" = "Time Zone" "timeZoneDesc" = "Scheduled tasks will run based on this time zone." "subSettings" = "Subscription" -"subEnable" = "Enable Subscription Service" -"subEnableDesc" = "Enables the subscription service." +"subEnable" = "Subscription Service" +"subEnableDesc" = "Enable/Disable the subscription service." +"subJsonEnable" = "Enable/Disable the JSON subscription endpoint independently." "subTitle" = "Subscription Title" "subTitleDesc" = "Title shown in VPN client" "subListen" = "Listen IP" |
