Merge branch 'main' into MED-57

This commit is contained in:
Danel Kungla
2025-08-18 15:15:27 +03:00
49 changed files with 838 additions and 332 deletions

View File

@@ -5,10 +5,12 @@
"orderNewAnalysis": "Order new analyses",
"waitingForResults": "Waiting for results",
"noAnalysisElements": "No analysis orders found",
"noAnalysisOrders": "No analysis orders found",
"analysisDate": "Analysis result date",
"results": {
"range": {
"normal": "Normal range"
}
}
},
"orderTitle": "Order number {{orderNumber}}"
}

View File

@@ -12,5 +12,11 @@
"cholesterol": "Cholesterol",
"ldlCholesterol": "LDL Cholesterol",
"smoking": "Smoking",
"recommendedForYou": "Recommended for you"
"recommendedForYou": "Recommended for you",
"heroCard": {
"orderAnalysis": {
"title": "Order analysis",
"description": "Select an analysis to get started"
}
}
}

View File

@@ -1,4 +1,5 @@
{
"title": "Select analysis",
"description": "Select the analysis that suits your needs"
"description": "Select the analysis that suits your needs",
"analysisNotAvailable": "Analysis is not available currently"
}

View File

@@ -5,10 +5,12 @@
"orderNewAnalysis": "Telli uued analüüsid",
"waitingForResults": "Tulemuse ootel",
"noAnalysisElements": "Veel ei ole tellitud analüüse",
"noAnalysisOrders": "Veel ei ole analüüside tellimusi",
"analysisDate": "Analüüsi vastuse kuupäev",
"results": {
"range": {
"normal": "Normaalne vahemik"
}
}
},
"orderTitle": "Tellimus {{orderNumber}}"
}

View File

@@ -12,5 +12,11 @@
"cholesterol": "Kolesterool",
"ldlCholesterol": "LDL kolesterool",
"smoking": "Suitsetamine",
"recommendedForYou": "Soovitused sulle"
"recommendedForYou": "Soovitused sulle",
"heroCard": {
"orderAnalysis": {
"title": "Telli analüüs",
"description": "Telli endale sobiv analüüs"
}
}
}

View File

@@ -1,4 +1,5 @@
{
"title": "Vali analüüs",
"description": "Vali enda vajadustele sobiv analüüs"
"description": "Vali enda vajadustele sobiv analüüs",
"analysisNotAvailable": "Analüüsi tellimine ei ole hetkel saadaval"
}