Merge branch 'main' into MED-57

This commit is contained in:
Danel Kungla
2025-08-26 11:30:34 +03:00
22 changed files with 507 additions and 225 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,17 @@
"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"
}
"updateFeedbackSuccess": "Summary updated",
"updateFeedbackLoading": "Updating summary...",
"updateFeedbackError": "Failed to update summary",
"feedbackLengthError": "Summary must be at least 10 characters"
}

View File

@@ -134,5 +134,6 @@
"saveAsDraft": "Salvesta mustandina",
"confirm": "Kinnita",
"previous": "Eelmine",
"next": "Järgmine"
"next": "Järgmine",
"invalidDataError": "Vigased andmed"
}

View File

@@ -30,14 +30,17 @@
"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"
"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

@@ -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,17 @@
"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"
"updateFeedbackSuccess": "Summary updated",
"updateFeedbackLoading": "Updating summary...",
"updateFeedbackError": "Failed to update summary",
"feedbackLengthError": "Summary must be at least 10 characters"
}