mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: show subscription revenue and referral earnings in network stats
Add subscription revenue (total from subscription payments) to the stats panel alongside referral earnings. Layout updated to 2-column grid with subscription revenue highlighted in accent color.
This commit is contained in:
@@ -1247,7 +1247,8 @@
|
||||
"totalUsers": "Users",
|
||||
"totalReferrers": "Referrers",
|
||||
"totalCampaigns": "Campaigns",
|
||||
"totalEarnings": "Total earnings"
|
||||
"subscriptionRevenue": "Subscription revenue",
|
||||
"totalEarnings": "Ref. earnings"
|
||||
},
|
||||
"legend": {
|
||||
"title": "Legend",
|
||||
|
||||
@@ -1081,7 +1081,8 @@
|
||||
"totalUsers": "کاربران",
|
||||
"totalReferrers": "ارجاعدهندگان",
|
||||
"totalCampaigns": "کمپینها",
|
||||
"totalEarnings": "درآمد کل"
|
||||
"subscriptionRevenue": "درآمد اشتراک",
|
||||
"totalEarnings": "درآمد ارجاع"
|
||||
},
|
||||
"legend": {
|
||||
"title": "راهنما",
|
||||
|
||||
@@ -1268,7 +1268,8 @@
|
||||
"totalUsers": "Пользователей",
|
||||
"totalReferrers": "Рефереров",
|
||||
"totalCampaigns": "Кампаний",
|
||||
"totalEarnings": "Общий доход"
|
||||
"subscriptionRevenue": "Доход с подписок",
|
||||
"totalEarnings": "Реф. доход"
|
||||
},
|
||||
"legend": {
|
||||
"title": "Легенда",
|
||||
|
||||
@@ -1081,7 +1081,8 @@
|
||||
"totalUsers": "用户",
|
||||
"totalReferrers": "推荐人",
|
||||
"totalCampaigns": "活动",
|
||||
"totalEarnings": "总收入"
|
||||
"subscriptionRevenue": "订阅收入",
|
||||
"totalEarnings": "推荐收入"
|
||||
},
|
||||
"legend": {
|
||||
"title": "图例",
|
||||
|
||||
Reference in New Issue
Block a user