diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-09 22:43:18 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-09 22:43:18 +0300 |
| commit | e1da43053d23c995bcd6e7267cb20042398cd64f (patch) | |
| tree | 08c4c371ba070ef765ec2be83270ee6032e54774 /web/translation/translate.en_US.toml | |
| parent | 3bb90cbf2463b31c6a921f7cd75cf32edd3a37f0 (diff) | |
alireza update pack
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 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index e2975975..6ef0cc97 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -33,8 +33,11 @@ "host" = "Host" "path" = "Path" "camouflage" = "Camouflage" +"status" = "Status" "enabled" = "Enabled" "disabled" = "Disabled" +"depleted" = "Depleted" +"depletingSoon" = "Depleting soon" "domainName" = "Domain name" "additional" = "Alter" "monitor" = "Listen IP" @@ -140,11 +143,15 @@ "resetAllTrafficCancelText" = "Cancel" "IPLimit" = "IP Limit" "IPLimitDesc" = "disable inbound if more than entered count (0 for disable limit ip)" +"resetAllClientTraffics" = "Reset Clients Traffic" +"resetAllClientTrafficTitle" = "Reset all clients traffic" +"resetAllClientTrafficContent" = "Are you sure to reset all traffics of this inbound's clients ?" "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" +"setDefaultCert" = "Set cert from panel" [pages.client] "add" = "Add client" @@ -158,6 +165,9 @@ "last" = "Last" "prefix" = "Prefix" "postfix" = "postfix" +"delayedStart" = "Start after first use" +"expireDays" = "Expire days" +"days" = "day(s)" [pages.inbounds.toasts] "obtain" = "Obtain" @@ -231,10 +241,10 @@ "telegramNotifyTimeDesc" = "Using Crontab timing format. Restart the panel to take effect" "tgNotifyBackup" = "Database backup" "tgNotifyBackupDesc" = "Sending database backup file with report notification. Restart the panel to take effect" -"tgNotifyExpireTimeDiff" = "Remained time threshold" -"tgNotifyExpireTimeDiffDesc" = "This telegram bot will send you a notification before expiration (unit:day)" -"tgNotifyTrafficDiff" = "Remained traffic threshold" -"tgNotifyTrafficDiffDesc" = "This telegram bot will send you a notification before finishing traffic (unit:GB)" +"expireTimeDiff" = "Exhaustion time threshold" +"expireTimeDiffDesc" = "Detect exhaustion before expiration (unit:day)" +"trafficDiff" = "Exhaustion traffic threshold" +"trafficDiffDesc" = "Detect exhaustion before finishing traffic (unit:GB)" "tgNotifyCpu" = "CPU percentage alert threshold" "tgNotifyCpuDesc" = "This telegram bot will send you a notification if CPU usage is more than this percentage (unit:%)" "timeZonee" = "Time Zone" |
