All checks were successful
Build Docker Image / build (push) Successful in 3m52s
- Add CatalogMode type (explore/quote) to useCatalogSearch - Create ExplorePanel component with view toggle (offers/hubs/suppliers) - Create QuoteForm and QuotePanel components for search form - Refactor CatalogPage to fullscreen map with overlay panel - Simplify catalog/index.vue to use new components - Add translations for modes and quote form (ru/en) The catalog now has two modes: - Explore: Browse map with offers/hubs/suppliers toggle - Quote: Search form with product/hub/qty filters to find offers
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"catalogProducts": {
|
|
"header": {
|
|
"title": "Product Catalog",
|
|
"subtitle": "{count} products"
|
|
},
|
|
"empty": {
|
|
"title": "No products found",
|
|
"subtitle": "Try adjusting your search parameters"
|
|
}
|
|
},
|
|
"common": {
|
|
"loading": "Loading...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"refresh": "Refresh",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"retry": "Retry",
|
|
"back": "Back",
|
|
"viewDetails": "View details",
|
|
"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"
|
|
}
|
|
}
|