feat(MED-50): initial analysis package orders table

This commit is contained in:
2025-07-24 08:06:33 +03:00
parent 57e30911e9
commit 66760adc06
8 changed files with 164 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"title": "Orders",
"description": "View your orders",
"table": {
"analysisPackage": "Analysis package",
"createdAt": "Ordered at"
}
}

View File

@@ -0,0 +1,8 @@
{
"title": "Tellimused",
"description": "Vaata oma tellimusi",
"table": {
"analysisPackage": "Analüüsi pakett",
"createdAt": "Tellitud"
}
}