feat(MED-161): update analysis results view

This commit is contained in:
2025-09-17 11:17:36 +03:00
parent 2019c2c1fc
commit bfadf56173
21 changed files with 384 additions and 228 deletions

View File

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

View File

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

View File

@@ -7,9 +7,16 @@
"noAnalysisElements": "Анализы еще не заказаны",
"noAnalysisOrders": "Пока нет заказов на анализы",
"analysisDate": "Дата результата анализа",
"cancelled": "Отменен",
"results": {
"range": {
"normal": "Нормальный диапазон"
},
"value": {
"negative": "Отрицательный",
"positive": "Положительный",
"isWithinNorm": "В норме",
"isNotWithinNorm": "Не в норме"
}
},
"orderTitle": "Заказ {{orderNumber}}"