Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornistootsin <104831639+nistootsin@users.noreply.github.com>2025-05-06 19:27:17 +0300
committerGitHub <noreply@github.com>2025-05-06 19:27:17 +0300
commitd39ccf4b8f77f99d4468580085e9d89e8b5f0b1c (patch)
tree90ca065b6aed3171771f9c87ab3b6371eb91f1ea /web/translation/translate.en_US.toml
parent1aed2d8cdcd7b971d3bc055d428a7958a71c9226 (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.toml11
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!"