Files
webapp/i18n/locales/en/catalogHub.json
Ruslan Bakiev cd2c8afff1
All checks were successful
Build Docker Image / build (push) Successful in 4m45s
refactor(hub): replace sections with sources list and map
- Remove Offers, Suppliers, Products, NearbyConnections sections
- Add product filter dropdown
- Show sources list with routes from findProductRoutes API
- Display routes on map using RequestRoutesMap component
- Add i18n keys for sources section (en/ru)
2026-01-09 01:08:56 +07:00

54 lines
1.3 KiB
JSON

{
"catalogHub": {
"states": {
"loading": "Loading hub info..."
},
"not_found": {
"title": "Logistics hub not found",
"subtitle": "The page may have been removed or the address is incorrect"
},
"actions": {
"back_to_catalog": "Back to catalog"
},
"sections": {
"offers": {
"title": "Offers in this hub"
},
"suppliers": {
"title": "Suppliers working through this hub"
},
"products": {
"title": "Available products"
}
},
"empty": {
"offers": {
"title": "No offers yet",
"subtitle": "There are no active offers in this logistics hub yet. You can publish yours!"
}
},
"labels": {
"default_supplier": "Supplier"
},
"badges": {
"offers": "{count} offers"
},
"meta": {
"title": "Logistics hub | Optovia",
"title_with_name": "{name} — Logistics hub | Optovia",
"description": "Logistics hub {name}, {country} — {offers} offers from {suppliers} suppliers"
},
"nearbyHubs": {
"byRoad": "By Road",
"byRail": "By Rail",
"empty": "No connections available"
},
"sources": {
"title": "Available sources",
"selectProduct": "Select a product",
"empty": "No sources for this product",
"loading": "Loading routes..."
}
}
}