mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: devices in subscription rows, set_devices action, table columns
- Remove "Days" column from main table (each subscription shows own) - Tariff column shows ALL subscription tariffs as comma-separated list - Subscription sub-rows show device count with phone icon - New bulk action "Изменить устройства" (set_devices) with input 1-50 - Update UserListItemSubscription type with device_limit field - i18n: setDevices + deviceLimit keys (ru + en)
This commit is contained in:
@@ -3787,7 +3787,8 @@
|
||||
"addTraffic": "Начислить трафик",
|
||||
"addBalance": "Начислить баланс",
|
||||
"assignPromoGroup": "Назначить промогруппу",
|
||||
"grantSubscription": "Выдать подписку"
|
||||
"grantSubscription": "Выдать подписку",
|
||||
"setDevices": "Изменить устройства"
|
||||
},
|
||||
"params": {
|
||||
"days": "Количество дней",
|
||||
@@ -3795,7 +3796,8 @@
|
||||
"trafficGb": "Объём трафика (ГБ)",
|
||||
"balanceRub": "Сумма (руб.)",
|
||||
"promoGroup": "Промогруппа",
|
||||
"removePromoGroup": "Убрать промогруппу"
|
||||
"removePromoGroup": "Убрать промогруппу",
|
||||
"deviceLimit": "Кол-во устройств"
|
||||
},
|
||||
"grantSubscription": {
|
||||
"warning": "Пользователи, у которых уже есть подписка на выбранный тариф, будут пропущены"
|
||||
|
||||
Reference in New Issue
Block a user