Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:10:35 +07:00
commit 3db50d9637
371 changed files with 43223 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{
"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"
}
}
}