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.ja_JP.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.ja_JP.toml')
| -rw-r--r-- | web/translation/translate.ja_JP.toml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/translation/translate.ja_JP.toml b/web/translation/translate.ja_JP.toml index 09cc5161..9369923b 100644 --- a/web/translation/translate.ja_JP.toml +++ b/web/translation/translate.ja_JP.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,9 @@ "change_password" = "⚙️🔑 パスワード" "change_email" = "⚙️📧 メールアドレス" "change_comment" = "⚙️💬 コメント" +"ResetAllTraffics" = "すべてのトラフィックをリセット" +"SortedTrafficUsageReport" = "ソートされたトラフィック使用レポート" + [tgbot.answers] "successfulOperation" = "✅ 成功!" |
