diff options
| author | Ahmad Thoriq Najahi <najahi@zephyrus.id> | 2024-10-16 15:39:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 15:39:25 +0300 |
| commit | 2ef5ccc2fd8bcf8a7056679a22d6097d21d0bad5 (patch) | |
| tree | 99c00a3805e96162c028d140ac31421275e31b51 /web/translation/translate.en_US.toml | |
| parent | 744583b4e7e6458ef6f8b8e6b56a2f9d681598b5 (diff) | |
feat(tgbot): Allow restart core via telegram bot (#2581)
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 7e2e5eef..47c02f89 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -483,8 +483,12 @@ "status" = "✅ Bot is OK!" "usage" = "❗ Please provide a text to search!" "getID" = "🆔 Your ID: <code>{{ .ID }}</code>" -"helpAdminCommands" = "To search for a client email:\r\n<code>/usage [Email]</code>\r\n\r\nTo search for inbounds (with client stats):\r\n<code>/inbound [Remark]</code>\r\n\r\nTelegram Chat ID:\r\n<code>/id</code>" +"helpAdminCommands" = "To restart Xray Core:\r\n<code>/restart force</code>\r\n\r\nTo search for a client email:\r\n<code>/usage [Email]</code>\r\n\r\nTo search for inbounds (with client stats):\r\n<code>/inbound [Remark]</code>\r\n\r\nTelegram Chat ID:\r\n<code>/id</code>" "helpClientCommands" = "To search for statistics, use the following command:\r\n\r\n<code>/usage [Email]</code>\r\n\r\nTelegram Chat ID:\r\n<code>/id</code>" +"restartUsage" = "\r\n\r\n<code>/restart force</code>" +"restartSuccess" = "✅ Operation successful!" +"restartFailed" = "❗ Error in operation.\r\n\r\n<code>Error: {{ .Error }}</code>." +"xrayNotRunning" = "❗ Xray Core is not running." [tgbot.messages] "cpuThreshold" = "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%" |
