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
40 lines
804 B
JSON
40 lines
804 B
JSON
{
|
|
"common": {
|
|
"loading": "Loading...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"refresh": "Refresh",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"retry": "Retry",
|
|
"back": "Back",
|
|
"list": "List",
|
|
"map": "Map",
|
|
"language": "Language",
|
|
"theme": "Theme",
|
|
"teams": "Teams",
|
|
"selectTeam": "Select team",
|
|
"actions": {
|
|
"load_more": "Load more"
|
|
},
|
|
"pagination": {
|
|
"showing": "Showing {shown} of {total}"
|
|
},
|
|
"selectLocation": "Select location",
|
|
"theme_dark": "Dark mode",
|
|
"theme_light": "Light mode",
|
|
"values": {
|
|
"not_available": "Not available"
|
|
},
|
|
"searchBar": {
|
|
"placeholder": "Search...",
|
|
"filters": "Filters",
|
|
"sort": "Sort"
|
|
}
|
|
},
|
|
"units": {
|
|
"t": "t",
|
|
"kg": "kg"
|
|
}
|
|
}
|