Files
medreport_mrb2b/public/locales/en/doctor.json
Helena d017834b8c MED-90: improve doctor analysis detail view (#57)
* add doctor jobs view

* change translation

* another translation change

* clean up

* add analaysis detail view to paths config

* translation

* merge fix

* fix path

* MED-90: improve doctor analysis detail view

* add key
2025-08-25 16:49:04 +03:00

46 lines
1.5 KiB
JSON

{
"sidebar": {
"dashboard": "Overview",
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs"
},
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs",
"otherReviews": "Other jobs",
"resultsTable": {
"patientName": "Patient name",
"serviceName": "Service",
"orderNr": "Order number",
"time": "Time",
"assignedTo": "Doctor",
"resultsStatus": "Analysis results",
"waitingForNr": "Waiting for {{nr}}",
"responsesReceived": "Results complete"
},
"otherPatients": "Other patients",
"analyses": "Analyses",
"open": "Open",
"name": "Name",
"personalCode": "Personal code",
"dobAndAge": "Date of birth and age",
"bmi": "Body mass index",
"smoking": "Smoking",
"phone": "Phone",
"email": "Email",
"results": "Analysis results",
"feedback": "Summary",
"selectJob": "Select",
"unselectJob": "Unselect",
"previousResults": "Previous results ({{date}})",
"labComment": "Lab comment",
"confirmFeedbackModal": {
"title": "Confirm publishing summary",
"description": "When confirmed, the summary will be published to the patient."
},
"updateFeedbackSuccess": "Summary updated",
"updateFeedbackLoading": "Updating summary...",
"updateFeedbackError": "Failed to update summary",
"feedbackLengthError": "Summary must be at least 10 characters"
}