All checks were successful
Build Docker Image / build (push) Successful in 5m8s
- 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
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"catalogHubsSection": {
|
|
"header": {
|
|
"title": "Key hubs and countries"
|
|
},
|
|
"actions": {
|
|
"view_all": "View all"
|
|
},
|
|
"empty": {
|
|
"no_hubs": "No hubs available"
|
|
},
|
|
"filters": {
|
|
"all": "All",
|
|
"all_countries": "All countries",
|
|
"auto": "Auto",
|
|
"rail": "Rail",
|
|
"sea": "Sea",
|
|
"air": "Air",
|
|
"transport": "Transport type",
|
|
"country": "Country"
|
|
}
|
|
}
|
|
}
|