mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add purchases list with pagination to landing stats page
Add card-based purchase list below charts with: - Status filter dropdown (all/pending/paid/delivered/etc) - Paginated card list with contact, gift recipient, tariff, price - Status badges, responsive mobile/desktop layout - Translations for ru/en
This commit is contained in:
@@ -3800,6 +3800,31 @@
|
||||
"funnel": "Воронка",
|
||||
"loadError": "Не удалось загрузить статистику",
|
||||
"noPurchases": "Нет покупок"
|
||||
},
|
||||
"purchases": {
|
||||
"title": "Покупки",
|
||||
"contact": "Контакт",
|
||||
"recipient": "Получатель",
|
||||
"tariff": "Тариф",
|
||||
"period": "Период",
|
||||
"days": "дн.",
|
||||
"price": "Цена",
|
||||
"method": "Метод",
|
||||
"date": "Дата",
|
||||
"gift": "Подарок",
|
||||
"forSelf": "Для себя",
|
||||
"allStatuses": "Все статусы",
|
||||
"status_pending": "Ожидание",
|
||||
"status_paid": "Оплачен",
|
||||
"status_delivered": "Доставлен",
|
||||
"status_pending_activation": "Ожидает активации",
|
||||
"status_failed": "Ошибка",
|
||||
"status_expired": "Истёк",
|
||||
"noPurchases": "Нет покупок",
|
||||
"showing": "Показано {{from}}\u2013{{to}} из {{total}}",
|
||||
"page": "Стр. {{current}} из {{total}}",
|
||||
"prev": "Назад",
|
||||
"next": "Далее"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user