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,59 @@
{
"catalogProduct": {
"states": {
"loading": "Loading product info..."
},
"not_found": {
"title": "Product not found",
"subtitle": "The page may have been removed or the address is incorrect"
},
"actions": {
"back_to_catalog": "Back to catalog"
},
"labels": {
"category_unknown": "Category not specified",
"offers_count": "{count} offers",
"valid_until": "Valid until {date}",
"default_supplier": "Supplier",
"supplier_offers": "{count} offers",
"in_stock": "In stock",
"per_unit": "per {unit}",
"price_single": "${price}",
"price_range": "${min} - ${max}"
},
"stats": {
"offers": "Active offers",
"suppliers": "Suppliers",
"locations": "Locations",
"price_range": "Price range"
},
"sections": {
"offers": {
"title": "Current offers"
},
"suppliers": {
"title": "Suppliers for this product"
},
"locations": {
"title": "Where this product is available"
}
},
"status": {
"active": "Active",
"draft": "Draft",
"cancelled": "Cancelled",
"closed": "Closed",
"unknown": "Unknown"
},
"cta": {
"title": "Need this product?",
"subtitle": "Create a request and get offers from verified suppliers",
"action": "Create request"
},
"meta": {
"title": "Product | Optovia",
"title_with_name": "{name} | Optovia",
"description": "{name} — {offers} offers from {suppliers} suppliers"
}
}
}