Files
webapp/i18n/locales/en/catalog.json
Ruslan Bakiev 3c6ae03c30
All checks were successful
Build Docker Image / build (push) Successful in 3m6s
Add entity color scheme and improve map hover effect
- Add color scheme: product/offer=orange, supplier=blue, hub=green
- Remove 'location' filter (same as hub)
- Quantity filter appears only after product is selected
- Map hover shows 'target' ring effect (outer white ring)
- Tokens in header use entity-specific colors
2026-01-22 11:45:23 +07:00

38 lines
1.0 KiB
JSON

{
"catalog": {
"filters": {
"product": "Product",
"supplier": "Supplier",
"hub": "Hub",
"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"
}
}
}