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:
authorAnton Petrov <63284142+Psychosoc1al@users.noreply.github.com>2025-12-03 16:43:37 +0300
committerGitHub <noreply@github.com>2025-12-03 16:43:37 +0300
commit7ccc0877a152c35ef6933e3e3e998d91a212ad26 (patch)
treec00cce044f0f9be1df341b9795e045e8eeb2ba07 /web/translation/translate.en_US.toml
parentad659e48cf78f6bbd60192c463ef19fb62dec4f8 (diff)
Add "Last Online" printing for Telegram bot (#3593)
Diffstat (limited to 'web/translation/translate.en_US.toml')
-rw-r--r--web/translation/translate.en_US.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index e56f5f89..92203a85 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -663,6 +663,7 @@
"active" = "šŸ’” Active: {{ .Enable }}\r\n"
"enabled" = "🚨 Enabled: {{ .Enable }}\r\n"
"online" = "🌐 Connection status: {{ .Status }}\r\n"
+"lastOnline" = "šŸ”™ Last online: {{ .Time }}\r\n"
"email" = "šŸ“§ Email: {{ .Email }}\r\n"
"upload" = "šŸ”¼ Upload: ↑{{ .Upload }}\r\n"
"download" = "šŸ”½ Download: ↓{{ .Download }}\r\n"
@@ -688,9 +689,9 @@
"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 🚫"
+"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 }} ]"