prettier fix
This commit is contained in:
@@ -1,51 +1,51 @@
|
||||
{
|
||||
"sidebar": {
|
||||
"dashboard": "Overview",
|
||||
"openReviews": "Open jobs",
|
||||
"myReviews": "My jobs",
|
||||
"completedReviews": "Completed jobs"
|
||||
},
|
||||
"sidebar": {
|
||||
"dashboard": "Overview",
|
||||
"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}}",
|
||||
"language": "Preferred language",
|
||||
"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."
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"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}}",
|
||||
"language": "Preferred language",
|
||||
"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."
|
||||
},
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user