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,51 @@
{
"ordersDetail": {
"header": {
"title": "Order #{id}"
},
"errors": {
"title": "Error",
"retry": "Try again",
"load_failed": "Failed to load order"
},
"states": {
"loading": "Loading order details..."
},
"labels": {
"unit_tons": "tons",
"product_unknown": "Product",
"delivery_days": "delivery days",
"weight_unit": "t",
"trips": "trips",
"company_unknown": "Company not specified",
"price_zero": "0 ₽",
"dates_undefined": "Dates not set"
},
"sections": {
"stages": {
"title": "Route stages",
"companies": {
"title": "Companies",
"empty": "No companies assigned"
},
"route_title": "Stage route",
"empty": "Route stages are not defined"
},
"map": {
"title": "Overall route map"
},
"timeline": {
"title": "Delivery timeline",
"empty": "No data for timeline"
}
},
"status": {
"pending": "Pending",
"processing": "Processing",
"in_transit": "In transit",
"delivered": "Delivered",
"cancelled": "Cancelled",
"unknown": "Unknown"
}
}
}