All checks were successful
Build Docker Image / build (push) Successful in 3m36s
- Remove map search input (was wrong implementation) - Add checkbox "In map area" to filter list by visible map bounds - Filter products/hubs/suppliers when checkbox is enabled - Disable "load more" when filtering by bounds (client-side only)
64 lines
1.7 KiB
JSON
64 lines
1.7 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...",
|
|
"filterByMap": "In map area"
|
|
},
|
|
"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"
|
|
},
|
|
"views": {
|
|
"hubs": "Hubs",
|
|
"products": "Products",
|
|
"suppliers": "Suppliers",
|
|
"offers": "Offers",
|
|
"map": "Map"
|
|
},
|
|
"modes": {
|
|
"explore": "Explore",
|
|
"quote": "Get Quote"
|
|
},
|
|
"quote": {
|
|
"title": "Get Quote",
|
|
"selectProduct": "Select product",
|
|
"selectHub": "Select hub",
|
|
"selectSupplier": "Select supplier",
|
|
"enterQty": "Quantity (t)",
|
|
"search": "Search",
|
|
"clear": "Clear"
|
|
},
|
|
"explore": {
|
|
"title": "Explore the market",
|
|
"subtitle": "Switch between offers, hubs, and suppliers"
|
|
},
|
|
"offers": "offer | offers"
|
|
}
|
|
}
|