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.zh_CN.toml | |
| parent | 5dae785786f331b80d35dee12f24677b1e2fb16c (diff) | |
feat: add command list in telegram bot (#3027)
Diffstat (limited to 'web/translation/translate.zh_CN.toml')
| -rw-r--r-- | web/translation/translate.zh_CN.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml index d9f163ee..87181a09 100644 --- a/web/translation/translate.zh_CN.toml +++ b/web/translation/translate.zh_CN.toml @@ -590,6 +590,10 @@ "restartSuccess" = "✅ 操作成功!" "restartFailed" = "❗ 操作错误。\r\n\r\n<code>错误: {{ .Error }}</code>." "xrayNotRunning" = "❗ Xray Core 未运行。" +"startDesc" = "显示主菜单" +"helpDesc" = "机器人帮助" +"statusDesc" = "检查机器人状态" +"idDesc" = "显示您的 Telegram ID" [tgbot.messages] "cpuThreshold" = "🔴 CPU 使用率为 {{ .Percent }}%,超过阈值 {{ .Threshold }}%" |
