diff options
| author | spatiumstas <79056064+spatiumstas@users.noreply.github.com> | 2025-05-28 11:26:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 11:26:29 +0300 |
| commit | 29f950046acfcb5d9c601aa7f484bb3bde0849dc (patch) | |
| tree | 8491d48e3751692f5f6c0a4e6cf5a87b4b63ae8c /web/translation/translate.en_US.toml | |
| parent | 5dae785786f331b80d35dee12f24677b1e2fb16c (diff) | |
feat: add command list in telegram bot (#3027)
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 ec7507f4..da9bedf1 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -339,7 +339,7 @@ "subEnable" = "Enable Subscription Service" "subEnableDesc" = "Enables the subscription service." "subTitle" = "Subscription Title" - "subTitleDesc" = "Title shown in VPN client" +"subTitleDesc" = "Title shown in VPN client" "subListen" = "Listen IP" "subListenDesc" = "The IP address for the subscription service. (leave blank to listen on all IPs)" "subPort" = "Listen Port" @@ -587,6 +587,10 @@ "restartSuccess" = "✅ Operation successful!" "restartFailed" = "❗ Error in operation.\r\n\r\n<code>Error: {{ .Error }}</code>." "xrayNotRunning" = "❗ Xray Core is not running." +"startDesc" = "Show the main menu" +"helpDesc" = "Bot help" +"statusDesc" = "Check bot status" +"idDesc" = "Show your Telegram ID" [tgbot.messages] "cpuThreshold" = "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%" |
