mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: color-code referral network nodes by subscription status
Add subscription status colors: green (paid active), blue (trial active), red (paid expired), orange (trial expired). Extract NODE_COLORS constant as single source of truth. Add SubscriptionStatus union type. Show status badge in user detail panel. Add i18n for all 4 locales.
This commit is contained in:
@@ -1091,7 +1091,11 @@
|
||||
"topReferrer": "ارجاعدهنده برتر (+۱۰)",
|
||||
"campaignUser": "از کمپین",
|
||||
"partnerCampaignEdge": "شریک → کمپین",
|
||||
"campaignNode": "کمپین تبلیغاتی"
|
||||
"campaignNode": "کمپین تبلیغاتی",
|
||||
"paidActive": "اشتراک پرداختی",
|
||||
"trialActive": "آزمایشی",
|
||||
"paidExpired": "اشتراک پرداختی منقضی",
|
||||
"trialExpired": "آزمایشی منقضی"
|
||||
},
|
||||
"user": {
|
||||
"tgId": "شناسه TG",
|
||||
@@ -1110,7 +1114,13 @@
|
||||
"source": "منبع",
|
||||
"referredBy": "معرفی شده توسط",
|
||||
"fromCampaign": "کمپین",
|
||||
"organic": "طبیعی"
|
||||
"organic": "طبیعی",
|
||||
"subscriptionStatus": {
|
||||
"trial_active": "آزمایشی",
|
||||
"paid_active": "پرداختی",
|
||||
"trial_expired": "آزمایشی منقضی",
|
||||
"paid_expired": "پرداختی منقضی"
|
||||
}
|
||||
},
|
||||
"campaign": {
|
||||
"startParam": "پارامتر",
|
||||
|
||||
Reference in New Issue
Block a user