diff options
| author | nistootsin <104831639+nistootsin@users.noreply.github.com> | 2025-05-06 19:27:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 19:27:17 +0300 |
| commit | d39ccf4b8f77f99d4468580085e9d89e8b5f0b1c (patch) | |
| tree | 90ca065b6aed3171771f9c87ab3b6371eb91f1ea /web/translation/translate.en_US.toml | |
| parent | 1aed2d8cdcd7b971d3bc055d428a7958a71c9226 (diff) | |
Added 3 new buttons to telegram bot (#2965)
* Add a new button to but : Reset All Clients
* handel translation for `Reset All Clients` button
* refactoring
* add a new button to telegram bot >> `Sorted Traffic Usage Report`
* - refactoring
* add ip limit conifg on new client adding time
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index f0a54636..ac40d7a2 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -605,12 +605,17 @@ "pass_prompt" = "š Default Password: {{ .ClientPassword }}\n\nEnter your password." "email_prompt" = "š§ Default Email: {{ .ClientEmail }}\n\nEnter your email." "comment_prompt" = "š¬ Default Comment: {{ .ClientComment }}\n\nEnter your Comment." -"inbound_client_data_id" = "š Inbound: {{ .InboundRemark }}\n\nš ID: {{ .ClientId }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" -"inbound_client_data_pass" = "š Inbound: {{ .InboundRemark }}\n\nš Password: {{ .ClientPass }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" +"inbound_client_data_id" = "š Inbound: {{ .InboundRemark }}\n\nš ID: {{ .ClientId }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš IP Limit: {{ .IpLimit }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" +"inbound_client_data_pass" = "š Inbound: {{ .InboundRemark }}\n\nš Password: {{ .ClientPass }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš IP Limit: {{ .IpLimit }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" "cancel" = "ā Process Canceled! \n\nYou can /start again anytime. š" "error_add_client" = "ā ļø Error:\n\n {{ .error }}" "using_default_value" = "Okay, I'll stick with the default value. š" "incorrect_input" ="Your input is not valid.\nThe phrases should be continuous without spaces.\nCorrect example: aaaaaa\nIncorrect example: aaa aaa š«" +"AreYouSure" = "Are you sure? š¤" +"SuccessResetTraffic" = "š§ Email: {{ .ClientEmail }}\nš Result: ā
Success" +"FailedResetTraffic" = "š§ Email: {{ .ClientEmail }}\nš Result: ā Failed \n\nš ļø Error: [ {{ .ErrorMessage }} ]" +"FinishProcess" = "š Traffic reset process finished for all clients." + [tgbot.buttons] "closeKeyboard" = "ā Close Keyboard" @@ -654,6 +659,8 @@ "change_password" = "āļøš Password" "change_email" = "āļøš§ Email" "change_comment" = "āļøš¬ Comment" +"ResetAllTraffics" = "Reset All Traffics" +"SortedTrafficUsageReport" = "Sorted Traffic Usage Report" [tgbot.answers] "successfulOperation" = "ā
Operation successful!" |
