feature: Phase3 - Task templates + generation on send
This commit is contained in:
@@ -317,7 +317,26 @@
|
||||
},
|
||||
"cases": {
|
||||
"title": "Cases",
|
||||
"stubDescription": "Received lab cases from linked clinics will appear here. Full inbox and task workflow coming in a later phase."
|
||||
"subtitle": "Lab cases sent from linked clinics. Assign tasks and track progress by tooth.",
|
||||
"searchPlaceholder": "Search by patient name or mobile…",
|
||||
"emptyList": "No cases received yet.",
|
||||
"selectCaseHint": "Select a case from the list to view tasks.",
|
||||
"fromClinic": "From {name}",
|
||||
"sentAt": "Sent {date}",
|
||||
"taskProgressLabel": "Tasks: {completed} of {total} completed",
|
||||
"taskProgressShort": "{progress} tasks",
|
||||
"treatmentDetails": "Treatment details",
|
||||
"teethLabel": "Teeth",
|
||||
"tasksByTooth": "Tasks by tooth",
|
||||
"toothGroupTitle": "Tooth {tooth} · {type}",
|
||||
"noTasks": "No tasks were generated for this case.",
|
||||
"unassigned": "Unassigned",
|
||||
"statusPending": "Pending",
|
||||
"statusInProgress": "In progress",
|
||||
"statusCompleted": "Completed",
|
||||
"errorLoadList": "Failed to load cases.",
|
||||
"errorLoadDetail": "Failed to load case details.",
|
||||
"errorUpdateTask": "Failed to update task."
|
||||
},
|
||||
"appointments": {
|
||||
"title": "Appointments",
|
||||
|
||||
Reference in New Issue
Block a user