mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: add inline referral commission editing in admin user card
Admins can now edit individual referral commission percent directly in the user detail card. Shows "Default" when no custom value is set.
This commit is contained in:
@@ -1913,7 +1913,9 @@
|
||||
"title": "Referral program",
|
||||
"referrals": "Referrals",
|
||||
"earned": "Earned",
|
||||
"commission": "Commission"
|
||||
"commission": "Commission",
|
||||
"default": "Default",
|
||||
"invalidPercent": "Commission must be between 0 and 100"
|
||||
},
|
||||
"restrictions": {
|
||||
"title": "Restrictions",
|
||||
|
||||
@@ -1616,7 +1616,9 @@
|
||||
"title": "برنامه ارجاع",
|
||||
"referrals": "ارجاعات",
|
||||
"earned": "درآمد",
|
||||
"commission": "کمیسیون"
|
||||
"commission": "کمیسیون",
|
||||
"default": "پیشفرض",
|
||||
"invalidPercent": "کمیسیون باید بین ۰ تا ۱۰۰ باشد"
|
||||
},
|
||||
"restrictions": {
|
||||
"title": "محدودیتها",
|
||||
|
||||
@@ -2439,7 +2439,9 @@
|
||||
"title": "Реферальная программа",
|
||||
"referrals": "Рефералов",
|
||||
"earned": "Заработано",
|
||||
"commission": "Комиссия"
|
||||
"commission": "Комиссия",
|
||||
"default": "По умолч.",
|
||||
"invalidPercent": "Процент должен быть от 0 до 100"
|
||||
},
|
||||
"restrictions": {
|
||||
"title": "Ограничения",
|
||||
|
||||
@@ -1615,7 +1615,9 @@
|
||||
"title": "推荐计划",
|
||||
"referrals": "推荐人数",
|
||||
"earned": "已赚取",
|
||||
"commission": "佣金"
|
||||
"commission": "佣金",
|
||||
"default": "默认",
|
||||
"invalidPercent": "佣金必须在0到100之间"
|
||||
},
|
||||
"restrictions": {
|
||||
"title": "限制",
|
||||
|
||||
Reference in New Issue
Block a user