Some checks failed
Build Docker Image / build (push) Has been cancelled
- Main page (/) now redirects to /catalog - Catalog page uses CatalogPage component with map on the right - Search bar tokens are now inside the input field (like Gmail) - Removed separate grid components, using cards directly - Added missing translations (refine, noResults)
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"catalog": {
|
|
"filters": {
|
|
"product": "Product",
|
|
"supplier": "Supplier",
|
|
"hub": "Hub",
|
|
"location": "Location",
|
|
"quantity": "Quantity"
|
|
},
|
|
"search": {
|
|
"placeholder": "Find an offer...",
|
|
"refine": "Refine...",
|
|
"searchProducts": "Search products...",
|
|
"searchSuppliers": "Search suppliers...",
|
|
"searchHubs": "Search hubs..."
|
|
},
|
|
"hero": {
|
|
"title": "Find the best offer",
|
|
"subtitle": "Select a product, supplier, or hub to start searching"
|
|
},
|
|
"headers": {
|
|
"selectProduct": "Select a product",
|
|
"selectSupplier": "Select a supplier",
|
|
"selectHub": "Select a hub",
|
|
"hubsForProduct": "Hubs with product",
|
|
"productsFromSupplier": "Supplier products",
|
|
"productsInHub": "Products in hub",
|
|
"offers": "Offers"
|
|
},
|
|
"empty": {
|
|
"noProducts": "No products found",
|
|
"noSuppliers": "No suppliers found",
|
|
"noHubs": "No hubs found",
|
|
"noOffers": "No offers found",
|
|
"noResults": "No results found"
|
|
}
|
|
}
|
|
}
|