feat(MED-97): display accounts count, usage total
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"budget": {
|
||||
"title": "Company Health Account Balance",
|
||||
"balance": "Budget Balance {{balance}}",
|
||||
"volume": "Budget Volume"
|
||||
"volume": "Budget Volume",
|
||||
"membersCount": "Members Count"
|
||||
},
|
||||
"data": {
|
||||
"reservations": "{{value}} services",
|
||||
@@ -38,7 +39,8 @@
|
||||
"analysisPackages": "Health Analysis Packages",
|
||||
"analysisPackagesCount": "{{value}} service usage",
|
||||
"totalSum": "Total Sum",
|
||||
"eclinic": "E-Clinic"
|
||||
"eclinic": "E-Clinic",
|
||||
"currentMonthUsageTotal": "Current Month Usage"
|
||||
}
|
||||
},
|
||||
"healthDetails": {
|
||||
|
||||
@@ -28,17 +28,19 @@
|
||||
"budget": {
|
||||
"title": "Ettevõtte Tervisekassa seis",
|
||||
"balance": "Eelarve jääk {{balance}}",
|
||||
"volume": "Eelarve maht"
|
||||
"volume": "Eelarve maht",
|
||||
"membersCount": "Töötajate arv"
|
||||
},
|
||||
"data": {
|
||||
"reservations": "{{value}} teenust",
|
||||
"reservations": "{{value}} tellimus(t)",
|
||||
"analysis": "Analüüsid",
|
||||
"doctorsAndSpecialists": "Eriarstid ja spetsialistid",
|
||||
"researches": "Uuringud",
|
||||
"analysisPackages": "Terviseuuringute paketid",
|
||||
"analysisPackagesCount": "{{value}} teenuse kasutust",
|
||||
"analysisPackagesCount": "{{value}} tellimus(t)",
|
||||
"totalSum": "Tellitud teenuste summa",
|
||||
"eclinic": "Digikliinik"
|
||||
"eclinic": "Digikliinik",
|
||||
"currentMonthUsageTotal": "Kasutatud eelarve"
|
||||
}
|
||||
},
|
||||
"healthDetails": {
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
"budget": {
|
||||
"title": "Баланс Tervisekassa компании",
|
||||
"balance": "Остаток бюджета {{balance}}",
|
||||
"volume": "Объем бюджета"
|
||||
"volume": "Объем бюджета",
|
||||
"membersCount": "Количество сотрудников"
|
||||
},
|
||||
"data": {
|
||||
"reservations": "{{value}} услуги",
|
||||
@@ -38,7 +39,8 @@
|
||||
"analysisPackages": "Пакеты медицинских исследований",
|
||||
"analysisPackagesCount": "{{value}} использование услуг",
|
||||
"totalSum": "Сумма услуг",
|
||||
"eclinic": "Дигиклиника"
|
||||
"eclinic": "Дигиклиника",
|
||||
"currentMonthUsageTotal": "Текущее использование бюджета"
|
||||
}
|
||||
},
|
||||
"healthDetails": {
|
||||
|
||||
Reference in New Issue
Block a user