mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
fix: block wheel spin without active subscription
- Add has_subscription to WheelConfig type - Disable spin button when user has no subscription - Add noSubscription guard in handleUnifiedSpin handler - Show warning banner directing user to activate subscription - Prevent banner stacking (noSubscription takes priority over daily limit) - Add noSubscription i18n keys for ru, en, zh, fa
This commit is contained in:
@@ -694,7 +694,8 @@
|
||||
"cannotSpin": "فعلاً امکان چرخش نیست",
|
||||
"insufficientBalance": "موجودی کافی نیست",
|
||||
"topUpRequired": "برای پرداخت شارژ کنید",
|
||||
"starsNotAvailable": "پرداخت Stars در دسترس نیست. برنامه را از طریق تلگرام باز کنید."
|
||||
"starsNotAvailable": "پرداخت Stars در دسترس نیست. برنامه را از طریق تلگرام باز کنید.",
|
||||
"noSubscription": "برای چرخاندن گردونه نیاز به اشتراک فعال دارید. ابتدا اشتراک خود را فعال کنید."
|
||||
},
|
||||
"payWithStars": "پرداخت {stars} Stars",
|
||||
"processingPayment": "در حال پردازش...",
|
||||
|
||||
Reference in New Issue
Block a user