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.",
|
||||
|
||||
@@ -726,6 +726,8 @@
|
||||
"addDetail": "افزودن جزئیات",
|
||||
"confirmRemoveDetail": "این جزئیات درمان حذف شود؟",
|
||||
"confirmRemoveLastDetail": "این آخرین جزئیات است. با حذف آن برنامه خالی میماند تا جزئیات جدیدی اضافه کنید. ادامه میدهید؟",
|
||||
"confirmLeaveProsthesis": "خروج از پروتز، انتخاب دندانها و انواع اختصاصدادهشده این جزئیات را پاک میکند. برای نگه داشتن این کار و افزودن نوع دیگر در همین برنامه، ابتدا «افزودن جزئیات» را بزنید و نوع را روی خط جدید عوض کنید. ادامه میدهید؟",
|
||||
"confirmResetChart": "همه دندانهای انتخابشده و انواع اختصاصدادهشده این نمودار پاک شود؟",
|
||||
"removeDetailAria": "حذف جزئیات {n}",
|
||||
"detailLabel": "جزئیات {n}",
|
||||
"detailSentBadge": "ارسالشده",
|
||||
@@ -756,7 +758,7 @@
|
||||
"noOrgInvitePermission": "شما مجوز دعوت از آزمایشگاه را ندارید. با مالک سازمان تماس بگیرید.",
|
||||
"sendThisCase": "ارسال این پرونده",
|
||||
"labDispatchTitle": "ارسال به لابراتوار",
|
||||
"labDispatchSubtitle": "لابراتوار را انتخاب کنید، نوع پروتز را مشخص کنید و ارسال کنید.",
|
||||
"labDispatchSubtitle": "لابراتوار را انتخاب کنید و ارسال کنید.",
|
||||
"labDispatchSendHint": "گروهبندی محموله هنگام ارسال به لاب ذخیره میشود.",
|
||||
"addLabShipment": "افزودن محموله لاب",
|
||||
"labShipmentLabel": "محموله {n}",
|
||||
@@ -768,12 +770,12 @@
|
||||
"noLabDetails": "هنوز جزئیات پروتز وجود ندارد. پروتز را در جزئیات درمان بالا اضافه کنید.",
|
||||
"labDispatchEmpty": "یک محموله لاب اضافه کنید تا جزئیات را گروهبندی و ارسال کنید.",
|
||||
"prosthesisTypesTitle": "انواع پروتز",
|
||||
"prosthesisApplyAll": "اعمال برای همه دندانها",
|
||||
"prosthesisSelectPlaceholder": "نوع پروتز را انتخاب کنید…",
|
||||
"prosthesisColTooth": "دندان",
|
||||
"prosthesisColDetail": "جزئیات",
|
||||
"prosthesisColType": "نوع پروتز",
|
||||
"prosthesisUnassigned": "تخصیصدادهنشده",
|
||||
"prosthesisEditOnChart": "انواع را روی چارت انتخاب کنید — روی دندان یا برچسب قوس کلیک کنید تا کار اضافه یا تغییر شود.",
|
||||
"prosthesisMissingOnChart": "قبل از ارسال، روی هر دندان در چارت کلیک کنید و نوع را اختصاص دهید.",
|
||||
"selectLab": "لابراتوار مقصد",
|
||||
"selectLabPlaceholder": "یک لابراتوار متصل انتخاب کنید…",
|
||||
"sendToLab": "ارسال به لابراتوار",
|
||||
@@ -800,7 +802,7 @@
|
||||
"historyClearFilters": "حذف فیلترها",
|
||||
"historyFilterEmpty": "هیچ درمانی با این فیلترها یافت نشد.",
|
||||
"labShipmentBlockedTitle": "ارسال به لابراتوار هنوز ممکن نیست",
|
||||
"labShipmentBlockedBody": "قبل از ایجاد ارسال لابراتوار، حداقل یک دندان برای این جزئیات پروتز انتخاب کنید.",
|
||||
"labShipmentBlockedBody": "قبل از ارسال به لابراتوار، حداقل یک دندان یا یک محصول فکی برای این جزئیات پروتز اختصاص دهید.",
|
||||
"labCaseCommentsTitle": "نظرات پرونده لابراتوار",
|
||||
"labCaseCommentsHint": "تا زمانی که پرونده در لابراتوار در حال انجام است با لابراتوار پیام بگذارید. پس از تکمیل همه کارها، نظردهی بسته میشود.",
|
||||
"labShipmentsTitle": "ارسالهای لابراتوار",
|
||||
@@ -869,7 +871,8 @@
|
||||
"confirmSend": "تأیید ارسال",
|
||||
"toothChartTitle": "نمودار دندانها FDI",
|
||||
"toothChartTitleCompact": "نمودار دندان",
|
||||
"toothChartHint": "برای انتخاب یا لغو انتخاب روی دندان ضربه بزنید. وقتی دو دندان همسایه انتخاب شوند، دایرهٔ خالی بینشان ظاهر میشود — برای اتصال روی آن بزنید (یا روی دایرهٔ پر برای قطع اتصال). Shift+کلیک روی یک بازه، همه را انتخاب میکند (تا وقتی دایرهها را پر نکنید متصل نیستند).",
|
||||
"toothChartHint": "برای انتخاب یا لغو انتخاب روی دندان کلیک کنید. Shift را نگه دارید و روی دندان دیگر کلیک کنید تا یک بازه انتخاب شود. روی دایره بین همسایهها کلیک کنید تا بریج وصل یا قطع شود.",
|
||||
"toothChartHintAssign": "برای اختصاص کار روی دندان کلیک کنید. Shift را نگه دارید و روی دندان دوم کلیک کنید تا یک بازه انتخاب شود، سپس روی هر دندان آن بازه کلیک کنید تا به همه اختصاص داده شود. Ctrl را نگه دارید یا بکشید تا آخرین مجموعه نوع کپی شود. روی «قوس بالا» یا «قوس پایین» کلیک کنید تا محصول فکی اختصاص داده شود. روی دایره بین همسایهها کلیک کنید تا بریج وصل یا قطع شود.",
|
||||
"toothChartHelpAria": "راهنمای انتخاب دندان",
|
||||
"toothConnectedHint": "انتخاب متصل",
|
||||
"toothLinkHint": "اتصال این دندانها",
|
||||
@@ -879,25 +882,21 @@
|
||||
"toothConnectedSuffix": " (متصل)",
|
||||
"connectedBadge": "متصل",
|
||||
"prosthesisConnectedLabel": "نوع پروتز دندانهای متصل",
|
||||
"entryWizardLabel": "مراحل ثبت درمان",
|
||||
"entryStepTeeth": "دندانها",
|
||||
"entryStepContent": "محتوا",
|
||||
"entryStepLab": "لابراتوار",
|
||||
"entryStepTreatment": "درمان",
|
||||
"entryStepBack": "قبلی",
|
||||
"entryStepNext": "بعدی",
|
||||
"continueToLab": "ادامه به لابراتوار",
|
||||
"backToTreatment": "بازگشت به درمان",
|
||||
"selectTypeBeforeTeeth": "قبل از انتخاب دندان، نوع درمان را انتخاب کنید.",
|
||||
"labDispatchNotSent": "ارسال نشده",
|
||||
"labDispatchLastLab": "آخرین لاب: {name}",
|
||||
"labCommentsMovedHint": "پیشرفت و پیامها در بخش محمولههای لاب هستند.",
|
||||
"entryStepLabUnavailable": "ارسال به لابراتوار پس از ذخیره جزئیات وابسته به لاب با انتخاب دندان در دسترس است.",
|
||||
"toothChartWholePlan": "نمایش کامل",
|
||||
"resetChart": "بازنشانی",
|
||||
"resetChartAria": "پاک کردن همه دندانهای این نمودار",
|
||||
"labShipmentAttachments": "فایلها برای لابراتوار",
|
||||
"labShipmentAttachmentsHint": "همه فایلها پیوست میشوند. برای حذف از ارسال، تیک را بردارید.",
|
||||
"selectedLabel": "انتخاب شده:",
|
||||
"selectedEmpty": "—",
|
||||
"selectedArchUpper": "قوس بالا",
|
||||
"selectedArchLower": "قوس پایین",
|
||||
"upperArch": "قوس بالا",
|
||||
"lowerArch": "قوس پایین",
|
||||
"toothAria": "دندان FDI {fdi}",
|
||||
@@ -1100,6 +1099,44 @@
|
||||
"destStaff": "باز کردن کارکنان",
|
||||
"destOpen": "باز کردن"
|
||||
},
|
||||
"prosthesis": {
|
||||
"pickerTitle": "اختصاص کار",
|
||||
"arch_upper": "فک بالا",
|
||||
"arch_lower": "فک پایین",
|
||||
"arch_both": "هر دو",
|
||||
"category_crown": "روکشها",
|
||||
"category_indirect": "ترمیمهای غیرمستقیم",
|
||||
"category_implant": "ایمپلنت",
|
||||
"category_post_core": "پست و کور",
|
||||
"category_removable": "متحرک",
|
||||
"category_appliance": "اپلاینسها",
|
||||
"category_digital": "دیجیتال",
|
||||
"sub_full_contour": "کانتور کامل",
|
||||
"sub_layered": "لایهای",
|
||||
"sub_veneer": "ونیر",
|
||||
"sub_inlay": "اینلی",
|
||||
"sub_onlay": "آنلی",
|
||||
"sub_overlay": "اورلی",
|
||||
"sub_complete_denture": "دست دندان کامل",
|
||||
"sub_partial_denture": "پارسیل",
|
||||
"sub_night_guard": "نایت گارد",
|
||||
"addonNone": "هیچکدام",
|
||||
"clear": "پاک کردن این دندان",
|
||||
"done": "تمام",
|
||||
"pickerTeeth": "دندانهای {teeth}",
|
||||
"pickerArchUpper": "قوس بالا",
|
||||
"pickerArchLower": "قوس پایین",
|
||||
"pickerArchBoth": "هر دو قوس",
|
||||
"clearArch": "پاک کردن این قوس",
|
||||
"clearHintArch": "پاک کردن، محصول فکی را برمیدارد. دندانهای این جزئیات باقی میمانند.",
|
||||
"noneYet": "هنوز هیچ",
|
||||
"clearHint": "«پاک کردن این دندان» آن را از کیس حذف میکند. با × روی تراشه یک نوع را بردارید.",
|
||||
"removeJob": "حذف این نوع",
|
||||
"regionCrown": "تاج",
|
||||
"pickerTooth": "دندان {tooth}",
|
||||
"slotImplant": "افزونه ایمپلنت",
|
||||
"slotPostCore": "پست و کور"
|
||||
},
|
||||
"errors": {
|
||||
"GENERIC": "مشکلی پیش آمد. لطفاً دوباره تلاش کنید.",
|
||||
"NETWORK_ERROR": "اتصال به سرور برقرار نشد. اتصال اینترنت را بررسی کنید.",
|
||||
|
||||
@@ -725,6 +725,8 @@
|
||||
"addDetail": "Detail toevoegen",
|
||||
"confirmRemoveDetail": "Dit behandelingsdetail verwijderen?",
|
||||
"confirmRemoveLastDetail": "Dit is het laatste detail. Als u het verwijdert, blijft het plan leeg tot u een nieuw detail toevoegt. Doorgaan?",
|
||||
"confirmLeaveProsthesis": "Als u prothese verlaat, worden het tanddiagram en de toegewezen labtypen van dit detail gewist. Om dat werk te behouden en een ander type in hetzelfde plan toe te voegen, gebruikt u eerst Detail toevoegen en wijzigt u het type op de nieuwe regel. Doorgaan?",
|
||||
"confirmResetChart": "Alle geselecteerde tanden en toegewezen typen op dit diagram wissen?",
|
||||
"removeDetailAria": "Detail {n} verwijderen",
|
||||
"detailLabel": "Detail {n}",
|
||||
"detailSentBadge": "verzonden",
|
||||
@@ -755,7 +757,7 @@
|
||||
"noOrgInvitePermission": "U heeft geen toestemming om labs uit te nodigen. Neem contact op met de organisatie-eigenaar.",
|
||||
"sendThisCase": "Verzend deze case",
|
||||
"labDispatchTitle": "Lab-dispatch",
|
||||
"labDispatchSubtitle": "Kies een lab, stel prothesetypes in en verstuur.",
|
||||
"labDispatchSubtitle": "Kies een lab en verstuur.",
|
||||
"labDispatchSendHint": "Groepering wordt opgeslagen wanneer u naar het lab verzendt.",
|
||||
"addLabShipment": "Labzending toevoegen",
|
||||
"labShipmentLabel": "Zending {n}",
|
||||
@@ -767,12 +769,12 @@
|
||||
"noLabDetails": "Nog geen prothese-details. Voeg prothese toe in de behandeldetails hierboven.",
|
||||
"labDispatchEmpty": "Voeg een labzending toe om details te groeperen en naar een lab te sturen.",
|
||||
"prosthesisTypesTitle": "Prothesetypes",
|
||||
"prosthesisApplyAll": "Toepassen op alle tanden",
|
||||
"prosthesisSelectPlaceholder": "Selecteer prothesetype…",
|
||||
"prosthesisColTooth": "Tand",
|
||||
"prosthesisColDetail": "Detail",
|
||||
"prosthesisColType": "Prothesetype",
|
||||
"prosthesisUnassigned": "Niet toegewezen",
|
||||
"prosthesisEditOnChart": "Kies types op het schema — klik op een tand of een booglabel om werk toe te voegen of te wijzigen.",
|
||||
"prosthesisMissingOnChart": "Klik op elke tand op het schema om een type toe te wijzen voordat u verstuurt.",
|
||||
"selectLab": "Bestemmingslab",
|
||||
"selectLabPlaceholder": "Kies een gekoppeld lab…",
|
||||
"sendToLab": "Versturen naar lab",
|
||||
@@ -799,7 +801,7 @@
|
||||
"historyClearFilters": "Filters verwijderen",
|
||||
"historyFilterEmpty": "Geen behandelingen komen overeen met deze filters.",
|
||||
"labShipmentBlockedTitle": "Labverzending nog niet beschikbaar",
|
||||
"labShipmentBlockedBody": "Selecteer minstens één tand voor dit prothesedetail voordat u een labverzending kunt aanmaken.",
|
||||
"labShipmentBlockedBody": "Wijs minstens één tand of een boogproduct toe aan dit prothesedetail voordat u het naar het lab kunt sturen.",
|
||||
"labCaseCommentsTitle": "Opmerkingen labcase",
|
||||
"labCaseCommentsHint": "Stuur berichten naar het lab terwijl deze case nog in behandeling is. Opmerkingen sluiten wanneer alle labtaken zijn afgerond.",
|
||||
"labShipmentsTitle": "Labzendingen",
|
||||
@@ -868,7 +870,8 @@
|
||||
"confirmSend": "Bevestig verzending",
|
||||
"toothChartTitle": "FDI-tanddiagram",
|
||||
"toothChartTitleCompact": "Tanddiagram",
|
||||
"toothChartHint": "Tik op tanden om te selecteren of deselecteren. Bij twee geselecteerde buren verschijnt een lege cirkel ertussen — tik om te verbinden (of tik op een gevulde cirkel om te ontkoppelen). Shift-klik een bereik om alles ertussen te selecteren (nog niet verbonden tot je de cirkels vult).",
|
||||
"toothChartHint": "Klik op een tand om deze te selecteren of te deselecteren. Houd Shift ingedrukt en klik op een andere tand om een bereik te selecteren. Klik op de cirkel tussen buren om een brug te verbinden of te ontkoppelen.",
|
||||
"toothChartHintAssign": "Klik op een tand om werk toe te wijzen. Shift-klik op een tweede tand om een bereik te selecteren; klik daarna op een tand in dat bereik om aan allemaal toe te wijzen. Houd Ctrl ingedrukt of sleep om de laatste typeset te kopiëren. Klik op Bovenboog of Onderboog voor een boogproduct. Klik op de cirkel tussen buren om een brug te verbinden of te ontkoppelen.",
|
||||
"toothChartHelpAria": "Tanden selecteren",
|
||||
"toothConnectedHint": "Verbonden selectie",
|
||||
"toothLinkHint": "Deze tanden verbinden",
|
||||
@@ -878,25 +881,21 @@
|
||||
"toothConnectedSuffix": " (verbonden)",
|
||||
"connectedBadge": "Verbonden",
|
||||
"prosthesisConnectedLabel": "Prothesetype voor verbonden tanden",
|
||||
"entryWizardLabel": "Behandeling invoerstappen",
|
||||
"entryStepTeeth": "Tanden",
|
||||
"entryStepContent": "Inhoud",
|
||||
"entryStepLab": "Lab",
|
||||
"entryStepTreatment": "Behandeling",
|
||||
"entryStepBack": "Terug",
|
||||
"entryStepNext": "Volgende",
|
||||
"continueToLab": "Verder naar lab",
|
||||
"backToTreatment": "Terug naar behandeling",
|
||||
"selectTypeBeforeTeeth": "Kies een behandeltype voordat u tanden selecteert.",
|
||||
"labDispatchNotSent": "Niet verzonden",
|
||||
"labDispatchLastLab": "Laatste lab: {name}",
|
||||
"labCommentsMovedHint": "Voortgang en berichten staan bij Labzendingen.",
|
||||
"entryStepLabUnavailable": "Labverzending is beschikbaar nadat u een lab-afhankelijk detail met geselecteerde tanden hebt opgeslagen.",
|
||||
"toothChartWholePlan": "Volledig overzicht",
|
||||
"resetChart": "Resetten",
|
||||
"resetChartAria": "Alle tanden op dit diagram wissen",
|
||||
"labShipmentAttachments": "Bestanden voor het lab",
|
||||
"labShipmentAttachmentsHint": "Alle bestanden gaan mee. Vink uit wat u niet wilt meesturen.",
|
||||
"selectedLabel": "Geselecteerd:",
|
||||
"selectedEmpty": "—",
|
||||
"selectedArchUpper": "Bovenboog",
|
||||
"selectedArchLower": "Onderboog",
|
||||
"upperArch": "Bovenboog",
|
||||
"lowerArch": "Onderboog",
|
||||
"toothAria": "FDI-tand {fdi}",
|
||||
@@ -1099,6 +1098,44 @@
|
||||
"destStaff": "Personeel openen",
|
||||
"destOpen": "Openen"
|
||||
},
|
||||
"prosthesis": {
|
||||
"pickerTitle": "Werk toewijzen",
|
||||
"arch_upper": "Boven",
|
||||
"arch_lower": "Onder",
|
||||
"arch_both": "Beide",
|
||||
"category_crown": "Kronen",
|
||||
"category_indirect": "Indirecte restauraties",
|
||||
"category_implant": "Implantaten",
|
||||
"category_post_core": "Stiftopbouw",
|
||||
"category_removable": "Uitneembaar",
|
||||
"category_appliance": "Apparatuur",
|
||||
"category_digital": "Digitaal",
|
||||
"sub_full_contour": "Volledige contour",
|
||||
"sub_layered": "Gelaagd",
|
||||
"sub_veneer": "Veneer",
|
||||
"sub_inlay": "Inlay",
|
||||
"sub_onlay": "Onlay",
|
||||
"sub_overlay": "Overlay",
|
||||
"sub_complete_denture": "Volledige prothese",
|
||||
"sub_partial_denture": "Partiële prothese",
|
||||
"sub_night_guard": "Nachtbeugel",
|
||||
"addonNone": "Geen",
|
||||
"clear": "Deze tand wissen",
|
||||
"done": "Klaar",
|
||||
"pickerTeeth": "Tanden {teeth}",
|
||||
"pickerArchUpper": "Bovenboog",
|
||||
"pickerArchLower": "Onderboog",
|
||||
"pickerArchBoth": "Beide bogen",
|
||||
"clearArch": "Deze boog wissen",
|
||||
"clearHintArch": "Wissen verwijdert het boogproduct. Tanden op dit detail blijven staan.",
|
||||
"noneYet": "Nog geen",
|
||||
"clearHint": "Deze tand wissen verwijdert hem uit de case. Gebruik × op een chip om één type te verwijderen.",
|
||||
"removeJob": "Dit type verwijderen",
|
||||
"regionCrown": "Kroon",
|
||||
"pickerTooth": "Tand {tooth}",
|
||||
"slotImplant": "Implantaat-add-on",
|
||||
"slotPostCore": "Stiftopbouw"
|
||||
},
|
||||
"errors": {
|
||||
"GENERIC": "Er is iets misgegaan. Probeer het opnieuw.",
|
||||
"NETWORK_ERROR": "Kan de server niet bereiken. Controleer uw verbinding.",
|
||||
|
||||
Reference in New Issue
Block a user