diff options
| author | Anton Petrov <63284142+Psychosoc1al@users.noreply.github.com> | 2025-12-03 16:43:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 16:43:37 +0300 |
| commit | 7ccc0877a152c35ef6933e3e3e998d91a212ad26 (patch) | |
| tree | c00cce044f0f9be1df341b9795e045e8eeb2ba07 /web/translation/translate.en_US.toml | |
| parent | ad659e48cf78f6bbd60192c463ef19fb62dec4f8 (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.toml | 7 |
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 }} ]" |
