feat(MED-105): update order details redirect and shown page

This commit is contained in:
2025-08-11 09:21:40 +03:00
parent 556d7bd321
commit d582e222ce
19 changed files with 185 additions and 105 deletions

View File

@@ -47,6 +47,9 @@
"error": "Failed to update location"
}
},
"order": {
"title": "Order"
},
"orderConfirmed": {
"title": "Order confirmed",
"summary": "Summary",

View File

@@ -4,6 +4,15 @@
"table": {
"analysisPackage": "Analysis package",
"otherOrders": "Order",
"createdAt": "Ordered at"
"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"
}
}

View File

@@ -48,6 +48,9 @@
"error": "Asukoha uuendamine ebaõnnestus"
}
},
"order": {
"title": "Tellimus"
},
"orderConfirmed": {
"title": "Tellimus on edukalt esitatud",
"summary": "Teenused",

View File

@@ -4,6 +4,15 @@
"table": {
"analysisPackage": "Analüüsi pakett",
"otherOrders": "Tellimus",
"createdAt": "Tellitud"
"createdAt": "Tellitud",
"status": "Olek"
},
"status": {
"QUEUED": "Ootab saatekirja saatmist",
"ON_HOLD": "Ootab analüüsi tulemusi",
"PROCESSING": "Töötlemisel",
"COMPLETED": "Valmis",
"REJECTED": "Tühistatud",
"CANCELLED": "Tühistatud"
}
}