feat(MED-161): update analysis results view
This commit is contained in:
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "No analysis orders found",
|
||||
"noAnalysisOrders": "No analysis orders found",
|
||||
"analysisDate": "Analysis result date",
|
||||
"cancelled": "Cancelled",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Normal range"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Negative",
|
||||
"positive": "Positive",
|
||||
"isWithinNorm": "Within norm",
|
||||
"isNotWithinNorm": "Not within norm"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Order number {{orderNumber}}",
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "Veel ei ole tellitud analüüse",
|
||||
"noAnalysisOrders": "Veel ei ole analüüside tellimusi",
|
||||
"analysisDate": "Analüüsi vastuse kuupäev",
|
||||
"cancelled": "Tühistatud",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Normaalne vahemik"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Negatiivne",
|
||||
"positive": "Positiivne",
|
||||
"isWithinNorm": "Normi piires",
|
||||
"isNotWithinNorm": "Normi piirest väljas"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Tellimus {{orderNumber}}",
|
||||
|
||||
@@ -7,9 +7,16 @@
|
||||
"noAnalysisElements": "Анализы еще не заказаны",
|
||||
"noAnalysisOrders": "Пока нет заказов на анализы",
|
||||
"analysisDate": "Дата результата анализа",
|
||||
"cancelled": "Отменен",
|
||||
"results": {
|
||||
"range": {
|
||||
"normal": "Нормальный диапазон"
|
||||
},
|
||||
"value": {
|
||||
"negative": "Отрицательный",
|
||||
"positive": "Положительный",
|
||||
"isWithinNorm": "В норме",
|
||||
"isNotWithinNorm": "Не в норме"
|
||||
}
|
||||
},
|
||||
"orderTitle": "Заказ {{orderNumber}}"
|
||||
|
||||
Reference in New Issue
Block a user