Files
webapp/i18n/locales/ru/catalogOffersSection.json
Ruslan Bakiev 0c88cf383c
All checks were successful
Build Docker Image / build (push) Successful in 4m21s
Refactor catalog filters: remove badges, use select dropdowns
- Remove filter from suppliers page (not needed)
- Offers: show all active offers directly, add product type filter as select
- Hubs: change filter from pills to select dropdown
- Create CatalogFilterSelect component for dropdown filters
- Update useCatalogOffers to always filter active, use product filter
2026-01-08 10:08:05 +07:00

21 lines
503 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"catalogOffersSection": {
"header": {
"title": "Предложения",
"select_product": "Выберите товар"
},
"actions": {
"view_all": "Смотреть все"
},
"filters": {
"all": "Все",
"active": "Активные",
"all_products": "Все товары"
},
"empty": {
"no_offers": "Нет активных предложений",
"no_products": "Нет доступных товаров"
}
}
}