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.ar_EG.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.ar_EG.toml')
| -rw-r--r-- | web/translation/translate.ar_EG.toml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/web/translation/translate.ar_EG.toml b/web/translation/translate.ar_EG.toml index 30c4a629..30d57552 100644 --- a/web/translation/translate.ar_EG.toml +++ b/web/translation/translate.ar_EG.toml @@ -605,12 +605,17 @@ "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🔑 المعرف: {{ .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] "closeKeyboard" = "❌ اقفل الكيبورد" @@ -654,6 +659,9 @@ "change_password" = "⚙️🔑 كلمة السر" "change_email" = "⚙️📧 البريد الإلكتروني" "change_comment" = "⚙️💬 تعليق" +"ResetAllTraffics" = "إعادة ضبط جميع الترافيك" +"SortedTrafficUsageReport" = "تقرير استخدام الترافيك المرتب" + [tgbot.answers] "successfulOperation" = "✅ العملية نجحت!" |
