18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"title": "Orders",
|
|
"description": "View your orders",
|
|
"table": {
|
|
"analysisPackage": "Analysis package",
|
|
"otherOrders": "Order",
|
|
"createdAt": "Ordered at",
|
|
"status": "Status"
|
|
},
|
|
"status": {
|
|
"QUEUED": "Waiting to send to lab",
|
|
"ON_HOLD": "Waiting for analysis results",
|
|
"PROCESSING": "In progress",
|
|
"COMPLETED": "Completed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled"
|
|
}
|
|
} |