Files
webapp/i18n/locales/ru/catalogHubsSection.json
Ruslan Bakiev 134b8a5eb4
All checks were successful
Build Docker Image / build (push) Successful in 5m8s
Add CatalogSearchBar component with filter badges
- Create CatalogSearchBar.vue with search input, filter badges (× to remove), filter dropdown, counter, sort dropdown
- Integrate searchBar slot into CatalogPage with displayedCount and totalCount
- Update hubs page to use CatalogSearchBar with transport type and country filters
- Add translations for search bar in common.json
- Add transport/country filter labels in catalogHubsSection.json
2026-01-14 12:31:38 +07:00

24 lines
535 B
JSON
Raw 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.

{
"catalogHubsSection": {
"header": {
"title": "Ключевые хабы и страны"
},
"actions": {
"view_all": "Смотреть все"
},
"empty": {
"no_hubs": "Нет доступных хабов"
},
"filters": {
"all": "Все",
"all_countries": "Все страны",
"auto": "Авто",
"rail": "Ж/д",
"sea": "Море",
"air": "Авиа",
"transport": "Тип транспорта",
"country": "Страна"
}
}
}