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

@@ -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"
}
}