feat(MED-123): update dashboard cards for "order analysis"

This commit is contained in:
Karli
2025-08-18 13:58:42 +03:00
parent ec866c7f29
commit 9b50b0f92a
5 changed files with 85 additions and 11 deletions

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

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