40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"title": "Orders",
|
|
"description": "View your orders",
|
|
"noOrders": "No orders found",
|
|
"table": {
|
|
"analysisPackage": "Analysis package",
|
|
"otherOrders": "Order",
|
|
"createdAt": "Ordered at",
|
|
"status": "Status"
|
|
},
|
|
"status": {
|
|
"QUEUED": "Queued",
|
|
"PROCESSING": "Processing",
|
|
"PARTIAL_ANALYSIS_RESPONSE": "Partial results",
|
|
"FULL_ANALYSIS_RESPONSE": "All results received",
|
|
"COMPLETED": "Confirmed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled",
|
|
"analysisOrder": {
|
|
"QUEUED": "Queued",
|
|
"PROCESSING": "Sent to Synlab",
|
|
"PARTIAL_ANALYSIS_RESPONSE": "Partial results",
|
|
"FULL_ANALYSIS_RESPONSE": "All results received, awaiting doctor's summary",
|
|
"COMPLETED": "Confirmed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled"
|
|
},
|
|
"ttoService": {
|
|
"PENDING": "Started",
|
|
"CONFIRMED": "Confirmed",
|
|
"REJECTED": "Rejected",
|
|
"CANCELLED": "Cancelled"
|
|
}
|
|
},
|
|
"confirmBookingCancel": {
|
|
"title": "Are you sure?",
|
|
"description": "Are you sure you wish to cancel this booking?"
|
|
}
|
|
}
|