diff options
| author | Shahin <115543613+shahin-io@users.noreply.github.com> | 2024-02-27 15:47:22 +0300 |
|---|---|---|
| committer | Shahin <115543613+shahin-io@users.noreply.github.com> | 2024-02-27 15:47:22 +0300 |
| commit | 3e8863f6ce52d628d18397a72cbc4d145fd97ede (patch) | |
| tree | 8a61fe5fd26af76516dffbbe8fd6f25725e8f5dc /web/translation/translate.en_US.toml | |
| parent | 9b026572cf8af4ecd6afaf59660f3fe1897a93c1 (diff) | |
[i18n] add security alert translations
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 8b6e75d8..535bb801 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -54,7 +54,12 @@ "security" = "Security" "secAlertTitle" = "Security Alert" "secAlertSsl" = "This connection is not secure. Please avoid entering sensitive information until TLS is activated for data protection." -"secAlertConf" = "Certain configurations have been identified as susceptible to attacks, prompting immediate action to reinforce security protocols and safeguard against potential security breaches." +"secAlertConf" = "Certain settings are vulnerable to attacks. It is recommended to reinforce security protocols to prevent potential breaches." +"secAlertSSL" = "Panel lacks secure connection. Please install TLS certificate for data protection." +"secAlertPanelPort" = "Panel default port is vulnerable. Please configure a random or specific port." +"secAlertPanelURI" = "Panel default URI path is insecure. Please configure a complex URI path." +"secAlertSubURI" = "Subscription default URI path is insecure. Please configure a complex URI path." +"secAlertSubJsonURI" = "Subscription JSON default URI path is insecure. Please configure a complex URI path." [menu] "dashboard" = "Overview" |
