improvement: new prosthesis type data structure implemented and finally working!
This commit is contained in:
@@ -725,6 +725,8 @@
|
||||
"addDetail": "Add detail",
|
||||
"confirmRemoveDetail": "Remove this treatment detail?",
|
||||
"confirmRemoveLastDetail": "This is the last detail. Removing it leaves the plan empty until you add another. Continue?",
|
||||
"confirmLeaveProsthesis": "Leaving prosthesis removes the tooth chart and assigned lab types on this detail. To keep that work and add another type in the same plan, use Add detail first, then change type on the new line. Continue?",
|
||||
"confirmResetChart": "Clear all selected teeth and assigned types on this chart?",
|
||||
"removeDetailAria": "Remove detail {n}",
|
||||
"detailLabel": "Detail {n}",
|
||||
"detailSentBadge": "sent",
|
||||
@@ -755,7 +757,7 @@
|
||||
"noOrgInvitePermission": "You do not have permission to invite labs. Contact your organization owner.",
|
||||
"sendThisCase": "Send this case",
|
||||
"labDispatchTitle": "Lab dispatch",
|
||||
"labDispatchSubtitle": "Choose a lab, set prosthesis types, and send.",
|
||||
"labDispatchSubtitle": "Choose a lab and send.",
|
||||
"labDispatchSendHint": "Shipment grouping is saved when you send to the lab.",
|
||||
"addLabShipment": "Add lab shipment",
|
||||
"labShipmentLabel": "Shipment {n}",
|
||||
@@ -767,12 +769,12 @@
|
||||
"noLabDetails": "No prosthesis treatment details yet. Add prosthesis in treatment details above.",
|
||||
"labDispatchEmpty": "Add a lab shipment to group details and send them to a lab.",
|
||||
"prosthesisTypesTitle": "Prosthesis types",
|
||||
"prosthesisApplyAll": "Apply to all teeth",
|
||||
"prosthesisSelectPlaceholder": "Select prosthesis type…",
|
||||
"prosthesisColTooth": "Tooth",
|
||||
"prosthesisColDetail": "Detail",
|
||||
"prosthesisColType": "Prosthesis type",
|
||||
"prosthesisUnassigned": "Unassigned",
|
||||
"prosthesisEditOnChart": "Choose types on the chart — click a tooth or an arch label to add or change work.",
|
||||
"prosthesisMissingOnChart": "Click each tooth on the chart to assign a type before sending.",
|
||||
"selectLab": "Destination lab",
|
||||
"selectLabPlaceholder": "Choose a linked lab…",
|
||||
"sendToLab": "Send to lab",
|
||||
@@ -799,7 +801,7 @@
|
||||
"historyClearFilters": "Remove filters",
|
||||
"historyFilterEmpty": "No treatments match these filters.",
|
||||
"labShipmentBlockedTitle": "Lab shipment not available yet",
|
||||
"labShipmentBlockedBody": "Select at least one tooth on this prosthesis detail before you can create a lab shipment.",
|
||||
"labShipmentBlockedBody": "Assign at least one tooth or an arch product on this prosthesis detail before you can send it to the lab.",
|
||||
"labCaseCommentsTitle": "Lab case comments",
|
||||
"labCaseCommentsHint": "Message the lab while this case is still in progress. Comments close when all lab tasks are completed.",
|
||||
"labShipmentsTitle": "Lab shipments",
|
||||
@@ -867,22 +869,15 @@
|
||||
"noActiveOrgs": "No active linked organizations.",
|
||||
"confirmSend": "Confirm send",
|
||||
"toothChartTitle": "FDI tooth chart",
|
||||
"entryWizardLabel": "Treatment entry steps",
|
||||
"entryStepTeeth": "Teeth",
|
||||
"entryStepContent": "Content",
|
||||
"entryStepLab": "Lab",
|
||||
"entryStepTreatment": "Treatment",
|
||||
"entryStepBack": "Back",
|
||||
"entryStepNext": "Next",
|
||||
"continueToLab": "Continue to lab",
|
||||
"backToTreatment": "Back to treatment",
|
||||
"selectTypeBeforeTeeth": "Choose a treatment type before selecting teeth.",
|
||||
"labDispatchNotSent": "Not sent",
|
||||
"labDispatchLastLab": "Last lab: {name}",
|
||||
"labCommentsMovedHint": "Progress and comments are in Lab shipments.",
|
||||
"entryStepLabUnavailable": "Lab dispatch is available after you save a lab-dependent detail with teeth selected.",
|
||||
"toothChartTitleCompact": "Tooth chart",
|
||||
"toothChartHint": "Tap teeth to select or deselect. When two neighbors are selected, an empty circle appears between them — tap it to connect (or tap a filled circle to disconnect). Shift-click a range to select all in between (not connected until you fill the circles).",
|
||||
"toothChartHint": "Click a tooth to select or deselect it. Hold Shift and click another tooth to select a range. Click the circle between neighbors to connect or disconnect a bridge.",
|
||||
"toothChartHintAssign": "Click a tooth to assign work. Shift-click a second tooth to select a range, then click any tooth in that range to assign to all of them. Hold Ctrl or drag to copy the last type set. Click Upper arch or Lower arch to assign a jaw-level product. Click the circle between neighbors to connect or disconnect a bridge.",
|
||||
"toothChartHelpAria": "How to select teeth",
|
||||
"toothConnectedHint": "Connected selection",
|
||||
"toothLinkHint": "Connect these teeth",
|
||||
@@ -893,10 +888,14 @@
|
||||
"connectedBadge": "Connected",
|
||||
"prosthesisConnectedLabel": "Connected teeth prosthesis type",
|
||||
"toothChartWholePlan": "Full View",
|
||||
"resetChart": "Reset",
|
||||
"resetChartAria": "Clear all teeth on this chart",
|
||||
"labShipmentAttachments": "Files for the lab",
|
||||
"labShipmentAttachmentsHint": "All files are included. Uncheck any you do not want to send.",
|
||||
"selectedLabel": "Selected:",
|
||||
"selectedEmpty": "—",
|
||||
"selectedArchUpper": "Upper arch",
|
||||
"selectedArchLower": "Lower arch",
|
||||
"upperArch": "Upper arch",
|
||||
"lowerArch": "Lower arch",
|
||||
"toothAria": "FDI tooth {fdi}",
|
||||
@@ -1099,6 +1098,44 @@
|
||||
"destStaff": "Open Staff",
|
||||
"destOpen": "Open"
|
||||
},
|
||||
"prosthesis": {
|
||||
"pickerTitle": "Assign work",
|
||||
"arch_upper": "Upper",
|
||||
"arch_lower": "Lower",
|
||||
"arch_both": "Both",
|
||||
"category_crown": "Crowns",
|
||||
"category_indirect": "Indirect restorations",
|
||||
"category_implant": "Implants",
|
||||
"category_post_core": "Post & core",
|
||||
"category_removable": "Removable",
|
||||
"category_appliance": "Appliances",
|
||||
"category_digital": "Digital",
|
||||
"sub_full_contour": "Full contour",
|
||||
"sub_layered": "Layered",
|
||||
"sub_veneer": "Veneer",
|
||||
"sub_inlay": "Inlay",
|
||||
"sub_onlay": "Onlay",
|
||||
"sub_overlay": "Overlay",
|
||||
"sub_complete_denture": "Complete denture",
|
||||
"sub_partial_denture": "Partial denture",
|
||||
"sub_night_guard": "Night guard",
|
||||
"addonNone": "None",
|
||||
"clear": "Clear this tooth",
|
||||
"done": "Done",
|
||||
"pickerTeeth": "Teeth {teeth}",
|
||||
"pickerArchUpper": "Upper arch",
|
||||
"pickerArchLower": "Lower arch",
|
||||
"pickerArchBoth": "Both arches",
|
||||
"clearArch": "Clear this arch",
|
||||
"clearHintArch": "Clear removes the jaw-level product. Teeth on this detail stay as they are.",
|
||||
"noneYet": "None yet",
|
||||
"clearHint": "Clear this tooth removes it from the case. Use × on a chip to drop one type.",
|
||||
"removeJob": "Remove this type",
|
||||
"regionCrown": "Crown",
|
||||
"pickerTooth": "Tooth {tooth}",
|
||||
"slotImplant": "Implant add-on",
|
||||
"slotPostCore": "Post & core"
|
||||
},
|
||||
"errors": {
|
||||
"GENERIC": "Something went wrong. Please try again.",
|
||||
"NETWORK_ERROR": "Could not reach the server. Check your connection and try again.",
|
||||
|
||||
Reference in New Issue
Block a user