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