Initial commit from monorepo
This commit is contained in:
59
i18n/locales/en/catalogProduct.json
Normal file
59
i18n/locales/en/catalogProduct.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user