Files
webapp/i18n/locales/ru/catalogHubsSection.json
Ruslan Bakiev d6865d2129
Some checks failed
Build Docker Image / build (push) Failing after 1m29s
UI improvements: filters, map layout, search bar
- Add hubCountries query and country filter for hubs page
- Add getAvailableProducts query for offers (only products with active offers)
- Add sourceLatitude/sourceLongitude to orders GraphQL
- Fix ListMapLayout with position fixed for proper map height
- GlobalSearchBar: make fields wider, remove unit selector
- Remove status/isVerified filters from suppliers/offers (backend handles this)
2026-01-08 10:42:59 +07:00

22 lines
452 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": "Авиа"
}
}
}