translations, remove random empty lines, refactor
This commit is contained in:
@@ -9,12 +9,27 @@
|
||||
"status": "Status"
|
||||
},
|
||||
"status": {
|
||||
"QUEUED": "Waiting to send to lab",
|
||||
"PROCESSING": "Waiting for results",
|
||||
"PARTIAL_ANALYSIS_RESPONSE": "Partial analysis response",
|
||||
"FULL_ANALYSIS_RESPONSE": "All analysis responses received, waiting for doctor response",
|
||||
"COMPLETED": "Completed",
|
||||
"QUEUED": "Queued",
|
||||
"PROCESSING": "Processing",
|
||||
"PARTIAL_ANALYSIS_RESPONSE": "Partial results",
|
||||
"FULL_ANALYSIS_RESPONSE": "All results received",
|
||||
"COMPLETED": "Confirmed",
|
||||
"REJECTED": "Rejected",
|
||||
"CANCELLED": "Cancelled"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user