MED-137: add doctor other jobs view (#55)
* add doctor jobs view * change translation * another translation change * clean up * add analaysis detail view to paths config * translation * merge fix * fix path * move components to shared * refactor * imports * clean up
This commit is contained in:
@@ -108,5 +108,10 @@
|
||||
"reject": "Reject",
|
||||
"accept": "Accept"
|
||||
},
|
||||
"doctor": "Doctor"
|
||||
"doctor": "Doctor",
|
||||
"save": "Save",
|
||||
"saveAsDraft": "Save as draft",
|
||||
"confirm": "Confirm",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
}
|
||||
43
public/locales/ru/doctor.json
Normal file
43
public/locales/ru/doctor.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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": "Feedback",
|
||||
"selectJob": "Select",
|
||||
"unselectJob": "Deselect",
|
||||
"confirmFeedbackModal": {
|
||||
"title": "Confirm publishing feedback",
|
||||
"description": "When confirmed, the feedback will be published to the patient."
|
||||
},
|
||||
"updateFeedbackSuccess": "Feedback updated",
|
||||
"updateFeedbackLoading": "Updating feedback...",
|
||||
"updateFeedbackError": "Failed to update feedback"
|
||||
}
|
||||
Reference in New Issue
Block a user