Merge branch 'main' into MED-85

This commit is contained in:
2025-08-27 08:31:26 +03:00
55 changed files with 1356 additions and 547 deletions

View File

@@ -115,5 +115,6 @@
"saveAsDraft": "Save as draft",
"confirm": "Confirm",
"previous": "Previous",
"next": "Next"
"next": "Next",
"invalidDataError": "Invalid data submitted"
}

View File

@@ -30,14 +30,21 @@
"phone": "Phone",
"email": "Email",
"results": "Analysis results",
"feedback": "Feedback",
"feedback": "Summary",
"selectJob": "Select",
"unselectJob": "Deselect",
"unselectJob": "Unselect",
"previousResults": "Previous results ({{date}})",
"labComment": "Lab comment",
"confirmFeedbackModal": {
"title": "Confirm publishing feedback",
"description": "When confirmed, the feedback will be published to the patient."
"title": "Confirm publishing summary",
"description": "When confirmed, the summary will be published to the patient."
},
"updateFeedbackSuccess": "Feedback updated",
"updateFeedbackLoading": "Updating feedback...",
"updateFeedbackError": "Failed to update feedback"
}
"error": {
"UNKNOWN": "Something went wrong",
"JOB_ASSIGNED": "Job already selected"
},
"updateFeedbackSuccess": "Summary updated",
"updateFeedbackLoading": "Updating summary...",
"updateFeedbackError": "Failed to update summary",
"feedbackLengthError": "Summary must be at least 10 characters"
}

View File

@@ -122,7 +122,8 @@
"weight": "Kaal",
"height": "Pikkus",
"occurance": "Toetuse sagedus",
"amount": "Summa"
"amount": "Summa",
"selectDate": "Vali kuupäev"
},
"wallet": {
"balance": "Sinu MedReporti konto seis",
@@ -133,5 +134,6 @@
"saveAsDraft": "Salvesta mustandina",
"confirm": "Kinnita",
"previous": "Eelmine",
"next": "Järgmine"
}
"next": "Järgmine",
"invalidDataError": "Vigased andmed"
}

View File

@@ -30,14 +30,21 @@
"phone": "Telefon",
"email": "E-mail",
"results": "Analüüside tulemused",
"feedback": "Tagasiside",
"feedback": "Kokkuvõte",
"selectJob": "Vali",
"unselectJob": "Loobu",
"previousResults": "Eelnevad tulemused ({{date}})",
"labComment": "Labori kommentaarid",
"confirmFeedbackModal": {
"title": "Kinnita tagasiside avaldamine",
"description": "Tagasiside kinnitamisel avaldatakse see patsiendile."
"title": "Kinnita kokkuvõtte avaldamine",
"description": "Kinnitamisel avaldatakse kokkuvõte patsiendile."
},
"updateFeedbackSuccess": "Tagasiside uuendatud",
"updateFeedbackLoading": "Tagasiside uuendatakse...",
"updateFeedbackError": "Tagasiside uuendamine ebaõnnestus"
"error": {
"UNKNOWN": "Midagi läks valesti",
"JOB_ASSIGNED": "Töö on juba võetud"
},
"updateFeedbackSuccess": "Kokkuvõte uuendatud",
"updateFeedbackLoading": "Kokkuvõtet uuendatakse...",
"updateFeedbackError": "Kokkuvõtte uuendamine ebaõnnestus",
"feedbackLengthError": "Kokkuvõte peab olema vähemalt 10 tähemärki pikk"
}

View File

@@ -1,7 +1,7 @@
{
"home": {
"pageTitle": "Ülevaade",
"headerTitle": "{{companyName}} tervise ülevaade",
"headerTitle": "{{companyName}} Tervisekassa kokkuvõte",
"healthDetails": "Ettevõtte terviseandmed",
"membersSettingsButtonTitle": "Halda töötajaid",
"membersSettingsButtonDescription": "Lisa, muuda või eemalda töötajaid.",
@@ -31,13 +31,14 @@
"volume": "Eelarve maht {{volume}}"
},
"data": {
"reservations": "{{value}} broneeringut",
"reservations": "{{value}} teenust",
"analysis": "Analüüsid",
"doctorsAndSpecialists": "Eriarstid ja spetsialistid",
"researches": "Uuringud",
"healthResearchPlans": "Terviseuuringute paketid",
"serviceUsage": "{{value}} teenuse kasutust",
"serviceSum": "Teenuste summa"
"serviceSum": "Teenuste summa",
"eclinic": "Digikliinik"
}
},
"healthDetails": {

View File

@@ -113,5 +113,6 @@
"saveAsDraft": "Save as draft",
"confirm": "Confirm",
"previous": "Previous",
"next": "Next"
"next": "Next",
"invalidDataError": "Invalid data submitted"
}

View File

@@ -30,14 +30,21 @@
"phone": "Phone",
"email": "Email",
"results": "Analysis results",
"feedback": "Feedback",
"feedback": "Summary",
"selectJob": "Select",
"unselectJob": "Deselect",
"unselectJob": "Unselect",
"previousResults": "Previous results ({{date}})",
"labComment": "Lab comment",
"confirmFeedbackModal": {
"title": "Confirm publishing feedback",
"description": "When confirmed, the feedback will be published to the patient."
"title": "Confirm publishing summary",
"description": "When confirmed, the summary will be published to the patient."
},
"updateFeedbackSuccess": "Feedback updated",
"updateFeedbackLoading": "Updating feedback...",
"updateFeedbackError": "Failed to update feedback"
"error": {
"UNKNOWN": "Something went wrong",
"JOB_ASSIGNED": "Job already selected"
},
"updateFeedbackSuccess": "Summary updated",
"updateFeedbackLoading": "Updating summary...",
"updateFeedbackError": "Failed to update summary",
"feedbackLengthError": "Summary must be at least 10 characters"
}