diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-01 16:49:01 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-01 16:49:01 +0300 |
| commit | 87acb81496fd2aacb282460e95da05a89dc9a0e1 (patch) | |
| tree | 17fc489b82d8e3af8f9030532139920450b8e53f /web/translation/translate.en_US.toml | |
| parent | 16be454f6d3066acb3ede30270de56f63de1b973 (diff) | |
translate improve
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index c40c5da1..e2975975 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -138,6 +138,13 @@ "resetAllTrafficContent" = "Are you sure to reset all inbounds traffic ?" "resetAllTrafficOkText" = "Confirm" "resetAllTrafficCancelText" = "Cancel" +"IPLimit" = "IP Limit" +"IPLimitDesc" = "disable inbound if more than entered count (0 for disable limit ip)" +"Email" = "Email" +"EmailDesc" = "The Email Must Be Completely Unique" +"IPLimitlog" = "IP Log" +"IPLimitlogDesc" = "IPs history Log (before enabling inbound after it has been disabled by IP limit, you should clear the log)" +"IPLimitlogclear" = "Clear The Log" [pages.client] "add" = "Add client" @@ -188,7 +195,7 @@ "panelPortDesc" = "Restart the panel to take effect" "publicKeyPath" = "Panel certificate public key file path" "publicKeyPathDesc" = "Fill in an absolute path starting with '/', restart the panel to take effect" -"privateKeyPath" = "Panel certificate key file path" +"privateKeyPath" = "Panel certificate private key file path" "privateKeyPathDesc" = "Fill in an absolute path starting with '/', restart the panel to take effect" "panelUrlPath" = "panel url root path" "panelUrlPathDesc" = "Must start with '/' and end with '/', restart the panel to take effect" |
