diff options
| author | nistootsin <104831639+nistootsin@users.noreply.github.com> | 2025-05-06 19:27:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 19:27:17 +0300 |
| commit | d39ccf4b8f77f99d4468580085e9d89e8b5f0b1c (patch) | |
| tree | 90ca065b6aed3171771f9c87ab3b6371eb91f1ea /web/translation/translate.zh_CN.toml | |
| parent | 1aed2d8cdcd7b971d3bc055d428a7958a71c9226 (diff) | |
Added 3 new buttons to telegram bot (#2965)
* Add a new button to but : Reset All Clients
* handel translation for `Reset All Clients` button
* refactoring
* add a new button to telegram bot >> `Sorted Traffic Usage Report`
* - refactoring
* add ip limit conifg on new client adding time
Diffstat (limited to 'web/translation/translate.zh_CN.toml')
| -rw-r--r-- | web/translation/translate.zh_CN.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml index b666aa1f..587b0fe7 100644 --- a/web/translation/translate.zh_CN.toml +++ b/web/translation/translate.zh_CN.toml @@ -607,12 +607,16 @@ "pass_prompt" = "🔑 默认密码: {{ .ClientPassword }}\n\n请输入您的密码。" "email_prompt" = "📧 默认邮箱: {{ .ClientEmail }}\n\n请输入您的邮箱。" "comment_prompt" = "💬 默认评论: {{ .ClientComment }}\n\n请输入您的评论。" -"inbound_client_data_id" = "🔄 入站: {{ .InboundRemark }}\n\n🔑 ID: {{ .ClientId }}\n📧 邮箱: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 过期日期: {{ .ClientExp }}\n💬 评论: {{ .ClientComment }}\n\n您现在可以将客户添加到入站!" -"inbound_client_data_pass" = "🔄 入站: {{ .InboundRemark }}\n\n🔑 密码: {{ .ClientPass }}\n📧 邮箱: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 过期日期: {{ .ClientExp }}\n💬 评论: {{ .ClientComment }}\n\n您现在可以将客户添加到入站!" +"inbound_client_data_id" = "🔄 入站: {{ .InboundRemark }}\n\n🔑 ID: {{ .ClientId }}\n📧 邮箱: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 到期日期: {{ .ClientExp }}\n🌐 IP 限制: {{ .IpLimit }}\n💬 备注: {{ .ClientComment }}\n\n你现在可以将客户添加到入站了!" +"inbound_client_data_pass" = "🔄 入站: {{ .InboundRemark }}\n\n🔑 密码: {{ .ClientPass }}\n📧 邮箱: {{ .ClientEmail }}\n📊 流量: {{ .ClientTraffic }}\n📅 到期日期: {{ .ClientExp }}\n🌐 IP 限制: {{ .IpLimit }}\n💬 备注: {{ .ClientComment }}\n\n你现在可以将客户添加到入站了!" "cancel" = "❌ 进程已取消!\n\n您可以随时使用 /start 重新开始。 🔄" "error_add_client" = "⚠️ 错误:\n\n {{ .error }}" "using_default_value" = "好的,我会使用默认值。 😊" "incorrect_input" ="您的输入无效。\n短语应连续输入,不能有空格。\n正确示例: aaaaaa\n错误示例: aaa aaa 🚫" +"AreYouSure" = "你确定吗?🤔" +"SuccessResetTraffic" = "📧 邮箱: {{ .ClientEmail }}\n🏁 结果: ✅ 成功" +"FailedResetTraffic" = "📧 邮箱: {{ .ClientEmail }}\n🏁 结果: ❌ 失败 \n\n🛠️ 错误: [ {{ .ErrorMessage }} ]" +"FinishProcess" = "🔚 所有客户的流量重置已完成。" [tgbot.buttons] @@ -657,6 +661,8 @@ "change_password" = "⚙️🔑 密码" "change_email" = "⚙️📧 邮箱" "change_comment" = "⚙️💬 评论" +"ResetAllTraffics" = "重置所有流量" +"SortedTrafficUsageReport" = "排序的流量使用报告" [tgbot.answers] |
