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