improvement: v1 standalone treatment/case creation made possible.

This commit is contained in:
2026-08-19 15:05:58 +03:30
parent e5c39c6b7e
commit 8bfa8c88fe
39 changed files with 3296 additions and 387 deletions

View File

@@ -493,7 +493,25 @@
"caseSheetNoComments": "No comments.",
"errorDownloadCaseSheet": "Could not download the case sheet PDF.",
"externalCodePlaceholder": "external code e.g. exocad code",
"errorUpdateExternalCode": "Could not save the external code."
"errorUpdateExternalCode": "Could not save the external code.",
"addCase": "Add case",
"addCaseTitle": "New case",
"addCaseSubtitle": "Enter the referring clinic or patient, then add prosthesis lines. Start when the case is ready.",
"startCase": "Start",
"draftBadge": "Draft",
"referringClinic": "Referring clinic",
"referringDentist": "Dentist",
"patientName": "Patient name",
"partnerClinic": "Linked clinic",
"partnerClinicNone": "None",
"dueDateField": "Due date",
"caseLinesTitle": "Work lines",
"addLine": "Add line",
"lineChip": "Line {n}",
"removeLineAria": "Remove line {n}",
"errorCreateCase": "Could not create the case.",
"errorSaveCase": "Could not save the case.",
"errorStartCase": "Could not start the case."
},
"labCaseAccess": {
"pageTitle": "Case tasks",
@@ -676,7 +694,16 @@
"showAppointments": "Show appointments",
"appointmentsTitle": "My appointments",
"hideAppointments": "Hide appointments",
"emptyDay": "No appointments assigned to you on this day.",
"emptyDay": "No appointments or unscheduled treatments assigned to you on this day.",
"unscheduledHeading": "Without appointment",
"noAppointment": "No appointment",
"walkIn": "Walk-in",
"newTreatment": "New treatment",
"newWalkInTreatment": "Walk-in treatment",
"errorCreateTreatment": "Could not create treatment.",
"deleteEmptyTreatment": "Delete empty treatment",
"confirmDeleteEmptyTreatment": "Delete this treatment? It has no details yet.",
"errorDeleteTreatment": "Could not delete treatment.",
"casesTitle": "Treatment cases",
"casesSubtitle": "Each case has its own teeth, notes, attachments, and destinations for send.",
"detailsTitle": "Treatment details",
@@ -1181,6 +1208,15 @@
"APPOINTMENT_PATIENT_LOCKED": "Cannot change the patient while a treatment is linked to this appointment.",
"APPOINTMENT_HAS_TREATMENT": "This appointment cannot be deleted because a treatment is linked to it.",
"TREATMENT_DETAIL_SENT": "This detail was sent to a lab and can no longer be changed.",
"TREATMENT_NOT_FOUND": "Treatment not found.",
"TREATMENT_PATIENT_OR_WALK_IN": "Choose a patient or create a walk-in treatment.",
"TREATMENT_NOT_STANDALONE": "Only treatments without an appointment can be deleted this way.",
"TREATMENT_HAS_DETAILS": "This treatment has details and cannot be deleted.",
"LAB_CASE_NOT_EDITABLE": "This case can no longer be edited.",
"LAB_CASE_ALREADY_STARTED": "This case has already been started.",
"LAB_CASE_LINES_REQUIRED": "Add at least one work line with teeth and a prosthesis type.",
"LAB_CASE_START_INCOMPLETE": "Complete teeth and prosthesis types before starting this case.",
"LAB_CASE_CLIENT_REQUIRED": "Enter a clinic name or a patient name for this case.",
"BAD_REQUEST": "The request could not be processed.",
"INTERNAL_ERROR": "Something went wrong on our end. Please try again later."
}