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
This commit is contained in:
@@ -115,5 +115,6 @@
|
||||
"saveAsDraft": "Save as draft",
|
||||
"confirm": "Confirm",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
"next": "Next",
|
||||
"invalidDataError": "Invalid data submitted"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -133,5 +133,6 @@
|
||||
"saveAsDraft": "Salvesta mustandina",
|
||||
"confirm": "Kinnita",
|
||||
"previous": "Eelmine",
|
||||
"next": "Järgmine"
|
||||
"next": "Järgmine",
|
||||
"invalidDataError": "Vigased andmed"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -113,5 +113,6 @@
|
||||
"saveAsDraft": "Save as draft",
|
||||
"confirm": "Confirm",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
"next": "Next",
|
||||
"invalidDataError": "Invalid data submitted"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user