@alfadocs/ui-kit 0.73.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/actions-cell-renderer-DLrcSTK_.js +1546 -0
- package/dist/_chunks/{ai-prompt-input-DFm58UjY.js → ai-prompt-input-DziJCGLe.js} +2 -2
- package/dist/_chunks/{audio-recorder-CjAY0GAc.js → audio-recorder-Cc3KuL9y.js} +2 -2
- package/dist/_chunks/{bishop-score-Bs6t6Zv1.js → bishop-score-DDW5-gb9.js} +2 -2
- package/dist/_chunks/{booking-CWnZhZ5g.js → booking-B1Qkcl3c.js} +2 -2
- package/dist/_chunks/{care-plan-card-CfIP3Vc1.js → care-plan-card-BrwhyIJI.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-CRbS-G00.js → care-plan-entry-card-DWEdCQM3.js} +2 -2
- package/dist/_chunks/data-table-tabs-BEUXiRlu.js +710 -0
- package/dist/_chunks/document-preview-CGSM_au9.js +181 -0
- package/dist/_chunks/{document-scanner-BE6Jz4Ob.js → document-scanner-B6h1Ir56.js} +2 -2
- package/dist/_chunks/{field-value-DCXJXKab.js → field-value-DHG6gEKS.js} +2 -2
- package/dist/_chunks/file-Cwe9VC1A.js +40 -0
- package/dist/_chunks/file-manager-UF8dkQF1.js +1776 -0
- package/dist/_chunks/{file-upload-B2SXhRiN.js → file-upload-DENvuhfs.js} +98 -129
- package/dist/_chunks/{gestational-age-calculator-C9Dfis4I.js → gestational-age-calculator-BpYw-WF-.js} +2 -2
- package/dist/_chunks/{header-settings-CRQDCYgr.js → header-settings-4cwQzeFc.js} +2 -2
- package/dist/_chunks/{icon-picker-BePK27S-.js → icon-picker-CM9ubkew.js} +2 -2
- package/dist/_chunks/link-cell-renderer-BQGUs45d.js +711 -0
- package/dist/_chunks/{locale-picker-Cbfqc0_N.js → locale-picker-GNF3lo8K.js} +2 -2
- package/dist/_chunks/{marketplace-app-shell-Dm6S-hun.js → marketplace-app-shell-D_1tF4La.js} +3 -3
- package/dist/_chunks/{muscle-scheme-B9MIkuj0.js → muscle-scheme-CFBE2dme.js} +6 -14
- package/dist/_chunks/{notes-panel-B_8-Mebz.js → notes-panel-Cvdp818a.js} +2 -2
- package/dist/_chunks/{optical-prescription-BQ75_kf6.js → optical-prescription-BEjYQjiO.js} +2 -2
- package/dist/_chunks/{patient-details-JkOI3Ijd.js → patient-details-DP4wKyq4.js} +3 -3
- package/dist/_chunks/{patient-summary-card-CQOLMH3E.js → patient-summary-card-D6kgdTNn.js} +2 -2
- package/dist/_chunks/{patient-table-B_mOe-ZT.js → patient-table-DweKjiXg.js} +122 -118
- package/dist/_chunks/periodontal-chart-D8hOFmde.js +1173 -0
- package/dist/_chunks/periodontal-diagnosis-cco40xTa.js +345 -0
- package/dist/_chunks/periodontal-risk-chart-bUGkMwDg.js +334 -0
- package/dist/_chunks/{popover-DGTKfLWh.js → popover-Cc0a69sw.js} +31 -28
- package/dist/_chunks/{pregnancy-dating-IsDVfqJX.js → pregnancy-dating-msMl_6wz.js} +2 -2
- package/dist/_chunks/{radiograph-panel.agent-e488ooH8.js → radiograph-panel.agent-CxF9pVxd.js} +2 -2
- package/dist/_chunks/{rich-text-editor-CgA2bYwi.js → rich-text-editor-CCWjNkbx.js} +186 -177
- package/dist/_chunks/{select-BmCbJMJS.js → select-BW5ecXlX.js} +13 -13
- package/dist/_chunks/{sidebar-CtU35PIX.js → sidebar-C0PbwJBc.js} +357 -320
- package/dist/_chunks/signature-request-C-mskXwi.js +318 -0
- package/dist/_chunks/{tabs-DVQ941Sj.js → tabs-CVTukWRD.js} +2 -2
- package/dist/_chunks/{tasks-panel-LCK5ZXvU.js → tasks-panel-CjGAhIN8.js} +2 -2
- package/dist/_chunks/tooth-data-BwuoKFf4.js +660 -0
- package/dist/_chunks/tooth-scheme-BzJ6rcte.js +1483 -0
- package/dist/_chunks/{unit-converter-3uL_tMCm.js → unit-converter-CSLWFDQh.js} +2 -2
- package/dist/agent-catalog.json +1282 -213
- package/dist/agent-i18n/en.json +84 -5
- package/dist/components/_shared/entity-card/entity-card.d.ts +1 -1
- package/dist/components/ai-prompt-input/index.js +1 -1
- package/dist/components/anamnesis-card/anamnesis-card.d.ts +1 -1
- package/dist/components/appointment-card/appointment-card.d.ts +1 -1
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/bishop-score/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/care-plan-card/index.js +1 -1
- package/dist/components/care-plan-entry-card/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +1 -1
- package/dist/components/contact-profile-card/contact-profile-card.d.ts +1 -1
- package/dist/components/data-table/index.js +35 -34
- package/dist/components/data-table/toolbar.d.ts +1 -1
- package/dist/components/data-table-tabs/data-table-tabs.agent.d.ts +4 -0
- package/dist/components/data-table-tabs/data-table-tabs.d.ts +93 -0
- package/dist/components/data-table-tabs/index.d.ts +5 -0
- package/dist/components/data-table-tabs/index.js +8 -0
- package/dist/components/data-table-tabs/use-data-table-filter-tabs.d.ts +63 -0
- package/dist/components/document-preview/document-preview.agent.d.ts +4 -0
- package/dist/components/document-preview/document-preview.d.ts +41 -0
- package/dist/components/document-preview/index.d.ts +4 -0
- package/dist/components/document-preview/index.js +6 -0
- package/dist/components/document-scanner/index.js +1 -1
- package/dist/components/file-manager/dialogs.d.ts +48 -0
- package/dist/components/file-manager/file-manager.agent.d.ts +4 -0
- package/dist/components/file-manager/file-manager.d.ts +82 -0
- package/dist/components/file-manager/folder-tree.d.ts +12 -0
- package/dist/components/file-manager/index.d.ts +5 -0
- package/dist/components/file-manager/index.js +6 -0
- package/dist/components/file-manager/list-view.d.ts +49 -0
- package/dist/components/file-manager/toolbar.d.ts +15 -0
- package/dist/components/file-manager/types.d.ts +167 -0
- package/dist/components/file-manager/utils.d.ts +34 -0
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/icon-picker/index.js +1 -1
- package/dist/components/index.d.ts +7 -0
- package/dist/components/locale-picker/index.js +1 -1
- package/dist/components/message-card/message-card.d.ts +1 -1
- package/dist/components/muscle-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notification-card/notification-card.d.ts +1 -1
- package/dist/components/operator-hero/operator-hero.d.ts +1 -1
- package/dist/components/optical-prescription/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/patient-summary-card/patient-summary-card.d.ts +1 -1
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/payment-card/payment-card.d.ts +1 -1
- package/dist/components/payment-card/payment-request-card.d.ts +1 -1
- package/dist/components/periodontal-chart/index.d.ts +6 -0
- package/dist/components/periodontal-chart/index.js +22 -0
- package/dist/components/periodontal-chart/periodontal-chart-data.d.ts +119 -0
- package/dist/components/periodontal-chart/periodontal-chart.agent.d.ts +4 -0
- package/dist/components/periodontal-chart/periodontal-chart.d.ts +69 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.d.ts +1 -1
- package/dist/components/periodontal-diagnosis/index.d.ts +6 -0
- package/dist/components/periodontal-diagnosis/index.js +13 -0
- package/dist/components/periodontal-diagnosis/periodontal-diagnosis-data.d.ts +30 -0
- package/dist/components/periodontal-diagnosis/periodontal-diagnosis.agent.d.ts +4 -0
- package/dist/components/periodontal-diagnosis/periodontal-diagnosis.d.ts +44 -0
- package/dist/components/periodontal-risk-chart/index.d.ts +6 -0
- package/dist/components/periodontal-risk-chart/index.js +9 -0
- package/dist/components/periodontal-risk-chart/periodontal-risk-chart.agent.d.ts +4 -0
- package/dist/components/periodontal-risk-chart/periodontal-risk-chart.d.ts +28 -0
- package/dist/components/periodontal-risk-chart/periodontal-risk-data.d.ts +47 -0
- package/dist/components/popover/index.js +1 -1
- package/dist/components/popover/popover.d.ts +1 -0
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/product-hub-tray/product-hub-panel.d.ts +1 -1
- package/dist/components/radiograph-panel/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/select/index.js +1 -1
- package/dist/components/sidebar/index.js +1 -1
- package/dist/components/sidebar/sidebar.d.ts +9 -0
- package/dist/components/skeleton-scheme/index.js +5 -13
- package/dist/components/stat/stat.d.ts +1 -1
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tasks-panel/index.js +1 -1
- package/dist/components/tooth-scheme/index.js +29 -28
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +320 -0
- package/dist/i18n/locales/ar.js +320 -0
- package/dist/i18n/locales/de.d.ts +320 -0
- package/dist/i18n/locales/de.js +320 -0
- package/dist/i18n/locales/el.d.ts +320 -0
- package/dist/i18n/locales/el.js +320 -0
- package/dist/i18n/locales/en.d.ts +320 -0
- package/dist/i18n/locales/en.js +320 -0
- package/dist/i18n/locales/es.d.ts +320 -0
- package/dist/i18n/locales/es.js +320 -0
- package/dist/i18n/locales/fr.d.ts +320 -0
- package/dist/i18n/locales/fr.js +320 -0
- package/dist/i18n/locales/hi.d.ts +320 -0
- package/dist/i18n/locales/hi.js +320 -0
- package/dist/i18n/locales/it.d.ts +320 -0
- package/dist/i18n/locales/it.js +320 -0
- package/dist/i18n/locales/ja.d.ts +320 -0
- package/dist/i18n/locales/ja.js +320 -0
- package/dist/i18n/locales/nl.d.ts +320 -0
- package/dist/i18n/locales/nl.js +320 -0
- package/dist/i18n/locales/pl.d.ts +320 -0
- package/dist/i18n/locales/pl.js +320 -0
- package/dist/i18n/locales/pt.d.ts +320 -0
- package/dist/i18n/locales/pt.js +320 -0
- package/dist/i18n/locales/ro.d.ts +320 -0
- package/dist/i18n/locales/ro.js +320 -0
- package/dist/i18n/locales/ru.d.ts +320 -0
- package/dist/i18n/locales/ru.js +320 -0
- package/dist/i18n/locales/sq.d.ts +320 -0
- package/dist/i18n/locales/sq.js +320 -0
- package/dist/i18n/locales/sv.d.ts +320 -0
- package/dist/i18n/locales/sv.js +320 -0
- package/dist/i18n/locales/tr.d.ts +320 -0
- package/dist/i18n/locales/tr.js +320 -0
- package/dist/i18n/locales/zh.d.ts +320 -0
- package/dist/i18n/locales/zh.js +320 -0
- package/dist/index.js +832 -782
- package/dist/locales/ar.json +320 -0
- package/dist/locales/de.json +320 -0
- package/dist/locales/el.json +320 -0
- package/dist/locales/en.json +320 -0
- package/dist/locales/es.json +320 -0
- package/dist/locales/fr.json +320 -0
- package/dist/locales/hi.json +320 -0
- package/dist/locales/it.json +320 -0
- package/dist/locales/ja.json +320 -0
- package/dist/locales/nl.json +320 -0
- package/dist/locales/pl.json +320 -0
- package/dist/locales/pt.json +320 -0
- package/dist/locales/ro.json +320 -0
- package/dist/locales/ru.json +320 -0
- package/dist/locales/sq.json +320 -0
- package/dist/locales/sv.json +320 -0
- package/dist/locales/tr.json +320 -0
- package/dist/locales/zh.json +320 -0
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/patterns/signature-request/index.d.ts +3 -0
- package/dist/patterns/signature-request/index.js +5 -0
- package/dist/patterns/signature-request/signature-request.d.ts +81 -0
- package/dist/tokens.css +1 -1
- package/package.json +29 -1
- package/dist/_chunks/columns-2-8lq4-b8e.js +0 -15
- package/dist/_chunks/link-cell-renderer-CLI7sBkX.js +0 -2210
- package/dist/_chunks/tooth-scheme-CX49GycY.js +0 -2133
|
@@ -846,6 +846,25 @@ export declare const enUi: {
|
|
|
846
846
|
readonly neutral: "Event";
|
|
847
847
|
};
|
|
848
848
|
};
|
|
849
|
+
readonly dataTableTabs: {
|
|
850
|
+
readonly tablistLabel: "Saved views";
|
|
851
|
+
readonly addTab: "Add view";
|
|
852
|
+
readonly newTabName: "View {{number}}";
|
|
853
|
+
readonly maxTabsReached: "View limit reached";
|
|
854
|
+
readonly removeTab: "Remove {{name}}";
|
|
855
|
+
readonly hint: "Double-click or press F2 to rename a view. Press Delete to remove it.";
|
|
856
|
+
readonly rename: {
|
|
857
|
+
readonly title: "Rename view";
|
|
858
|
+
readonly inputLabel: "View name";
|
|
859
|
+
readonly save: "Save name";
|
|
860
|
+
readonly cancel: "Cancel";
|
|
861
|
+
};
|
|
862
|
+
readonly announce: {
|
|
863
|
+
readonly added: "View {{name}} added";
|
|
864
|
+
readonly removed: "View {{name}} removed";
|
|
865
|
+
readonly renamed: "View renamed to {{name}}";
|
|
866
|
+
};
|
|
867
|
+
};
|
|
849
868
|
readonly dataTable: {
|
|
850
869
|
readonly moveUp: "Move up";
|
|
851
870
|
readonly moveDown: "Move down";
|
|
@@ -960,6 +979,120 @@ export declare const enUi: {
|
|
|
960
979
|
};
|
|
961
980
|
};
|
|
962
981
|
};
|
|
982
|
+
readonly documentPreview: {
|
|
983
|
+
readonly regionLabel: "Document preview";
|
|
984
|
+
readonly emptyTitle: "No document selected";
|
|
985
|
+
readonly emptyDescription: "Select a document to preview it here.";
|
|
986
|
+
readonly pdfLabel: "Document preview";
|
|
987
|
+
readonly imageAlt: "Preview of {{name}}";
|
|
988
|
+
readonly noPreview: "No preview available.";
|
|
989
|
+
readonly clinical: "Clinical";
|
|
990
|
+
readonly fields: {
|
|
991
|
+
readonly size: "Size";
|
|
992
|
+
readonly modified: "Modified";
|
|
993
|
+
readonly expires: "Expires";
|
|
994
|
+
};
|
|
995
|
+
readonly signature: {
|
|
996
|
+
readonly pending: "Awaiting signature";
|
|
997
|
+
readonly signed: "Signed";
|
|
998
|
+
};
|
|
999
|
+
readonly units: {
|
|
1000
|
+
readonly bytes: "B";
|
|
1001
|
+
readonly kilobytes: "KB";
|
|
1002
|
+
readonly megabytes: "MB";
|
|
1003
|
+
readonly gigabytes: "GB";
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
readonly fileManager: {
|
|
1007
|
+
readonly regionLabel: "File manager";
|
|
1008
|
+
readonly treeLabel: "Folders";
|
|
1009
|
+
readonly breadcrumbLabel: "Folder path";
|
|
1010
|
+
readonly toolbarLabel: "File actions";
|
|
1011
|
+
readonly rootLabel: "All files";
|
|
1012
|
+
readonly emptyCell: "—";
|
|
1013
|
+
readonly toolbar: {
|
|
1014
|
+
readonly newFolder: "New folder";
|
|
1015
|
+
readonly upload: "Upload files";
|
|
1016
|
+
readonly download: "Download";
|
|
1017
|
+
readonly rename: "Rename";
|
|
1018
|
+
readonly move: "Move";
|
|
1019
|
+
readonly delete: "Delete";
|
|
1020
|
+
readonly share: "Share";
|
|
1021
|
+
readonly requestSignature: "Request signature";
|
|
1022
|
+
};
|
|
1023
|
+
readonly columns: {
|
|
1024
|
+
readonly name: "Name";
|
|
1025
|
+
readonly type: "Type";
|
|
1026
|
+
readonly signature: "Signature";
|
|
1027
|
+
readonly size: "Size";
|
|
1028
|
+
readonly modified: "Modified";
|
|
1029
|
+
};
|
|
1030
|
+
readonly signature: {
|
|
1031
|
+
readonly pending: "Awaiting signature";
|
|
1032
|
+
readonly signed: "Signed";
|
|
1033
|
+
};
|
|
1034
|
+
readonly dropOverlay: "Drop files to upload to {{folder}}";
|
|
1035
|
+
readonly rowActions: "Item actions";
|
|
1036
|
+
readonly selected_one: "{{count}} item selected";
|
|
1037
|
+
readonly selected_zero: "{{count}} items selected";
|
|
1038
|
+
readonly selected_two: "{{count}} items selected";
|
|
1039
|
+
readonly selected_few: "{{count}} items selected";
|
|
1040
|
+
readonly selected_many: "{{count}} items selected";
|
|
1041
|
+
readonly selected_other: "{{count}} items selected";
|
|
1042
|
+
readonly empty: {
|
|
1043
|
+
readonly folderTitle: "This folder is empty";
|
|
1044
|
+
readonly folderDescription: "Upload files or create a folder to get started.";
|
|
1045
|
+
};
|
|
1046
|
+
readonly announce: {
|
|
1047
|
+
readonly navigated: "Opened {{name}}";
|
|
1048
|
+
};
|
|
1049
|
+
readonly dialogs: {
|
|
1050
|
+
readonly createFolder: {
|
|
1051
|
+
readonly title: "New folder";
|
|
1052
|
+
readonly nameLabel: "Folder name";
|
|
1053
|
+
readonly confirm: "Create folder";
|
|
1054
|
+
readonly cancel: "Cancel";
|
|
1055
|
+
};
|
|
1056
|
+
readonly upload: {
|
|
1057
|
+
readonly title: "Upload to {{folder}}";
|
|
1058
|
+
readonly close: "Done";
|
|
1059
|
+
};
|
|
1060
|
+
readonly rename: {
|
|
1061
|
+
readonly title: "Rename";
|
|
1062
|
+
readonly nameLabel: "New name";
|
|
1063
|
+
readonly confirm: "Rename";
|
|
1064
|
+
readonly cancel: "Cancel";
|
|
1065
|
+
};
|
|
1066
|
+
readonly delete: {
|
|
1067
|
+
readonly title_one: "Delete {{count}} item?";
|
|
1068
|
+
readonly title_zero: "Delete {{count}} items?";
|
|
1069
|
+
readonly title_two: "Delete {{count}} items?";
|
|
1070
|
+
readonly title_few: "Delete {{count}} items?";
|
|
1071
|
+
readonly title_many: "Delete {{count}} items?";
|
|
1072
|
+
readonly title_other: "Delete {{count}} items?";
|
|
1073
|
+
readonly description: "This action cannot be undone.";
|
|
1074
|
+
readonly confirm: "Delete";
|
|
1075
|
+
readonly cancel: "Cancel";
|
|
1076
|
+
};
|
|
1077
|
+
readonly move: {
|
|
1078
|
+
readonly title_one: "Move {{count}} item";
|
|
1079
|
+
readonly title_zero: "Move {{count}} items";
|
|
1080
|
+
readonly title_two: "Move {{count}} items";
|
|
1081
|
+
readonly title_few: "Move {{count}} items";
|
|
1082
|
+
readonly title_many: "Move {{count}} items";
|
|
1083
|
+
readonly title_other: "Move {{count}} items";
|
|
1084
|
+
readonly treeLabel: "Destination folder";
|
|
1085
|
+
readonly confirm: "Move here";
|
|
1086
|
+
readonly cancel: "Cancel";
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
readonly units: {
|
|
1090
|
+
readonly bytes: "B";
|
|
1091
|
+
readonly kilobytes: "KB";
|
|
1092
|
+
readonly megabytes: "MB";
|
|
1093
|
+
readonly gigabytes: "GB";
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
963
1096
|
readonly fieldPicker: {
|
|
964
1097
|
readonly trigger: "Customize fields";
|
|
965
1098
|
readonly title: "Customize fields";
|
|
@@ -2195,6 +2328,171 @@ export declare const enUi: {
|
|
|
2195
2328
|
};
|
|
2196
2329
|
readonly pay: "Pay now";
|
|
2197
2330
|
};
|
|
2331
|
+
readonly periodontalChart: {
|
|
2332
|
+
readonly ariaLabel: "Periodontal chart";
|
|
2333
|
+
readonly column: {
|
|
2334
|
+
readonly measure: "Measurement";
|
|
2335
|
+
};
|
|
2336
|
+
readonly toothHeader: "Tooth {{tooth}}";
|
|
2337
|
+
readonly cell: {
|
|
2338
|
+
readonly empty: "–";
|
|
2339
|
+
};
|
|
2340
|
+
readonly arch: {
|
|
2341
|
+
readonly upper: "Upper arch";
|
|
2342
|
+
readonly lower: "Lower arch";
|
|
2343
|
+
};
|
|
2344
|
+
readonly side: {
|
|
2345
|
+
readonly buccal: "buccal";
|
|
2346
|
+
readonly lingual: "lingual";
|
|
2347
|
+
};
|
|
2348
|
+
readonly site: {
|
|
2349
|
+
readonly db: "disto-buccal";
|
|
2350
|
+
readonly b: "buccal";
|
|
2351
|
+
readonly mb: "mesio-buccal";
|
|
2352
|
+
readonly dl: "disto-lingual";
|
|
2353
|
+
readonly l: "lingual";
|
|
2354
|
+
readonly ml: "mesio-lingual";
|
|
2355
|
+
};
|
|
2356
|
+
readonly row: {
|
|
2357
|
+
readonly missing: "Missing";
|
|
2358
|
+
readonly implant: "Implant";
|
|
2359
|
+
readonly mobility: "Mobility";
|
|
2360
|
+
readonly furcation: "Furcation";
|
|
2361
|
+
readonly tooth: "Tooth";
|
|
2362
|
+
readonly note: "Note";
|
|
2363
|
+
readonly pocketDepthBuccal: "Pocket depth — buccal";
|
|
2364
|
+
readonly recessionBuccal: "Recession — buccal";
|
|
2365
|
+
readonly bleedingBuccal: "Bleeding — buccal";
|
|
2366
|
+
readonly plaqueBuccal: "Plaque — buccal";
|
|
2367
|
+
readonly pocketDepthLingual: "Pocket depth — lingual";
|
|
2368
|
+
readonly recessionLingual: "Recession — lingual";
|
|
2369
|
+
readonly bleedingLingual: "Bleeding — lingual";
|
|
2370
|
+
readonly plaqueLingual: "Plaque — lingual";
|
|
2371
|
+
};
|
|
2372
|
+
readonly input: {
|
|
2373
|
+
readonly pocketDepthMm: "Tooth {{tooth}} {{site}} pocket depth, millimetres";
|
|
2374
|
+
readonly recessionMm: "Tooth {{tooth}} {{site}} recession, millimetres";
|
|
2375
|
+
};
|
|
2376
|
+
readonly toggle: {
|
|
2377
|
+
readonly bleeding: "Tooth {{tooth}} {{site}} bleeding on probing";
|
|
2378
|
+
readonly plaque: "Tooth {{tooth}} {{site}} plaque";
|
|
2379
|
+
readonly furcation: "Tooth {{tooth}} {{side}} furcation {{n}}";
|
|
2380
|
+
};
|
|
2381
|
+
readonly flag: {
|
|
2382
|
+
readonly moderate: "moderate pocket";
|
|
2383
|
+
readonly severe: "severe pocket";
|
|
2384
|
+
readonly missingLabel: "Tooth {{tooth}} missing";
|
|
2385
|
+
readonly implantLabel: "Tooth {{tooth}} implant";
|
|
2386
|
+
readonly missingShort: "×";
|
|
2387
|
+
readonly implantShort: "I";
|
|
2388
|
+
};
|
|
2389
|
+
readonly mobility: {
|
|
2390
|
+
readonly label: "Tooth {{tooth}} mobility grade";
|
|
2391
|
+
readonly none: "–";
|
|
2392
|
+
};
|
|
2393
|
+
readonly note: {
|
|
2394
|
+
readonly label: "Tooth {{tooth}} note";
|
|
2395
|
+
};
|
|
2396
|
+
readonly curve: {
|
|
2397
|
+
readonly label: "{{arch}} probing depth and recession profile";
|
|
2398
|
+
};
|
|
2399
|
+
readonly index: {
|
|
2400
|
+
readonly label: "Summary indices";
|
|
2401
|
+
readonly elevated: "elevated";
|
|
2402
|
+
readonly meanPocketDepth: "Mean PD";
|
|
2403
|
+
readonly meanAttachment: "Mean CAL";
|
|
2404
|
+
readonly plaque: "Plaque";
|
|
2405
|
+
readonly bleeding: "BoP";
|
|
2406
|
+
};
|
|
2407
|
+
readonly unit: {
|
|
2408
|
+
readonly mm: "{{value}} mm";
|
|
2409
|
+
readonly percent: "{{value}}%";
|
|
2410
|
+
};
|
|
2411
|
+
readonly legend: {
|
|
2412
|
+
readonly label: "Chart legend";
|
|
2413
|
+
readonly depth: "Pocket depth";
|
|
2414
|
+
readonly recession: "Recession";
|
|
2415
|
+
readonly bleeding: "Bleeding on probing";
|
|
2416
|
+
readonly plaque: "Plaque";
|
|
2417
|
+
};
|
|
2418
|
+
};
|
|
2419
|
+
readonly periodontalRiskChart: {
|
|
2420
|
+
readonly heading: "Periodontal risk";
|
|
2421
|
+
readonly overall: {
|
|
2422
|
+
readonly label: "Overall";
|
|
2423
|
+
};
|
|
2424
|
+
readonly level: {
|
|
2425
|
+
readonly low: "Low";
|
|
2426
|
+
readonly moderate: "Moderate";
|
|
2427
|
+
readonly high: "High";
|
|
2428
|
+
};
|
|
2429
|
+
readonly factor: {
|
|
2430
|
+
readonly bleeding: "Bleeding on probing";
|
|
2431
|
+
readonly pockets: "Residual pockets ≥5 mm";
|
|
2432
|
+
readonly toothLoss: "Tooth loss";
|
|
2433
|
+
readonly boneLossAge: "Bone loss / age";
|
|
2434
|
+
readonly smoking: "Smoking";
|
|
2435
|
+
readonly systemic: "Systemic / genetic";
|
|
2436
|
+
};
|
|
2437
|
+
readonly factors: {
|
|
2438
|
+
readonly label: "Risk factors";
|
|
2439
|
+
};
|
|
2440
|
+
readonly valueUnset: "not recorded";
|
|
2441
|
+
readonly percent: "{{value}}%";
|
|
2442
|
+
readonly smoking: {
|
|
2443
|
+
readonly none: "Non-smoker";
|
|
2444
|
+
readonly former: "Former smoker";
|
|
2445
|
+
readonly light: "Light (<10/day)";
|
|
2446
|
+
readonly moderate: "Moderate (10–19/day)";
|
|
2447
|
+
readonly heavy: "Heavy (≥20/day)";
|
|
2448
|
+
};
|
|
2449
|
+
readonly systemic: {
|
|
2450
|
+
readonly yes: "Present";
|
|
2451
|
+
readonly no: "Absent";
|
|
2452
|
+
};
|
|
2453
|
+
};
|
|
2454
|
+
readonly periodontalDiagnosis: {
|
|
2455
|
+
readonly heading: "Periodontal diagnosis";
|
|
2456
|
+
readonly term: "Periodontitis";
|
|
2457
|
+
readonly unset: "—";
|
|
2458
|
+
readonly status: {
|
|
2459
|
+
readonly complete: "Complete";
|
|
2460
|
+
readonly incomplete: "Incomplete";
|
|
2461
|
+
};
|
|
2462
|
+
readonly summary: {
|
|
2463
|
+
readonly none: "No diagnosis recorded yet";
|
|
2464
|
+
readonly stage: "Stage {{roman}}";
|
|
2465
|
+
readonly grade: "Grade {{grade}}";
|
|
2466
|
+
};
|
|
2467
|
+
readonly stage: {
|
|
2468
|
+
readonly label: "Staging";
|
|
2469
|
+
readonly description: "Severity and complexity of management.";
|
|
2470
|
+
readonly option: "Stage {{roman}}";
|
|
2471
|
+
};
|
|
2472
|
+
readonly grade: {
|
|
2473
|
+
readonly label: "Grading";
|
|
2474
|
+
readonly description: "Rate of progression.";
|
|
2475
|
+
readonly option: "Grade {{grade}}";
|
|
2476
|
+
};
|
|
2477
|
+
readonly extent: {
|
|
2478
|
+
readonly label: "Extent";
|
|
2479
|
+
readonly localised: "Localised";
|
|
2480
|
+
readonly generalised: "Generalised";
|
|
2481
|
+
readonly molarIncisor: "Molar-incisor";
|
|
2482
|
+
};
|
|
2483
|
+
readonly factors: {
|
|
2484
|
+
readonly label: "Contributing factors";
|
|
2485
|
+
};
|
|
2486
|
+
readonly factor: {
|
|
2487
|
+
readonly interdentalCal: "Interdental CAL at the worst site";
|
|
2488
|
+
readonly radiographicBoneLoss: "Radiographic bone loss";
|
|
2489
|
+
readonly toothLossPerio: "Tooth loss from periodontitis";
|
|
2490
|
+
readonly probingDepth6: "Probing depth ≥6 mm";
|
|
2491
|
+
readonly boneLossAgeOver1: "Bone loss / age > 1.0";
|
|
2492
|
+
readonly smoker: "Smoker";
|
|
2493
|
+
readonly diabetes: "Diabetes (HbA1c ≥7%)";
|
|
2494
|
+
};
|
|
2495
|
+
};
|
|
2198
2496
|
readonly periodontalChartCard: {
|
|
2199
2497
|
readonly heading: "Periodontal chart";
|
|
2200
2498
|
readonly empty: "No periodontal readings recorded.";
|
|
@@ -2670,6 +2968,28 @@ export declare const enUi: {
|
|
|
2670
2968
|
readonly fullscreen: "Toggle fullscreen";
|
|
2671
2969
|
};
|
|
2672
2970
|
};
|
|
2971
|
+
readonly signatureRequest: {
|
|
2972
|
+
readonly title: "Signed documents";
|
|
2973
|
+
readonly noSignedVersions: "There are no signed versions of this document";
|
|
2974
|
+
readonly operatorSection: "Operator (requested signer)";
|
|
2975
|
+
readonly assignToMe: "Assign to me";
|
|
2976
|
+
readonly operatorPlaceholder: "Select an operator";
|
|
2977
|
+
readonly assignLater: "Assign later";
|
|
2978
|
+
readonly operatorHint: "The signature request will be sent to the Operator via e-mail or SMS, based on their settings.";
|
|
2979
|
+
readonly signersSection: "Patient signers";
|
|
2980
|
+
readonly signerPlaceholder: "Select a signer";
|
|
2981
|
+
readonly channelLabel: "Signature channel";
|
|
2982
|
+
readonly viaSms: "Via SMS";
|
|
2983
|
+
readonly viaEmail: "Via Email";
|
|
2984
|
+
readonly viaWhatsapp: "Via WhatsApp";
|
|
2985
|
+
readonly onThisDevice: "On this device";
|
|
2986
|
+
readonly noOtp: "Do not require OTP from the patient";
|
|
2987
|
+
readonly noOtpWarning: "Signing without OTP has low evidentiary value.";
|
|
2988
|
+
readonly addSigner: "Add signer";
|
|
2989
|
+
readonly removeSigner: "Remove signer";
|
|
2990
|
+
readonly requestSignature: "Request signature";
|
|
2991
|
+
readonly close: "Close";
|
|
2992
|
+
};
|
|
2673
2993
|
readonly toothScheme: {
|
|
2674
2994
|
readonly ariaLabel: "Dental chart";
|
|
2675
2995
|
readonly legendLabel: "Condition legend";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -818,6 +818,25 @@ const e = {
|
|
|
818
818
|
neutral: "Event"
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
|
+
dataTableTabs: {
|
|
822
|
+
tablistLabel: "Saved views",
|
|
823
|
+
addTab: "Add view",
|
|
824
|
+
newTabName: "View {{number}}",
|
|
825
|
+
maxTabsReached: "View limit reached",
|
|
826
|
+
removeTab: "Remove {{name}}",
|
|
827
|
+
hint: "Double-click or press F2 to rename a view. Press Delete to remove it.",
|
|
828
|
+
rename: {
|
|
829
|
+
title: "Rename view",
|
|
830
|
+
inputLabel: "View name",
|
|
831
|
+
save: "Save name",
|
|
832
|
+
cancel: "Cancel"
|
|
833
|
+
},
|
|
834
|
+
announce: {
|
|
835
|
+
added: "View {{name}} added",
|
|
836
|
+
removed: "View {{name}} removed",
|
|
837
|
+
renamed: "View renamed to {{name}}"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
821
840
|
dataTable: {
|
|
822
841
|
moveUp: "Move up",
|
|
823
842
|
moveDown: "Move down",
|
|
@@ -932,6 +951,120 @@ const e = {
|
|
|
932
951
|
}
|
|
933
952
|
}
|
|
934
953
|
},
|
|
954
|
+
documentPreview: {
|
|
955
|
+
regionLabel: "Document preview",
|
|
956
|
+
emptyTitle: "No document selected",
|
|
957
|
+
emptyDescription: "Select a document to preview it here.",
|
|
958
|
+
pdfLabel: "Document preview",
|
|
959
|
+
imageAlt: "Preview of {{name}}",
|
|
960
|
+
noPreview: "No preview available.",
|
|
961
|
+
clinical: "Clinical",
|
|
962
|
+
fields: {
|
|
963
|
+
size: "Size",
|
|
964
|
+
modified: "Modified",
|
|
965
|
+
expires: "Expires"
|
|
966
|
+
},
|
|
967
|
+
signature: {
|
|
968
|
+
pending: "Awaiting signature",
|
|
969
|
+
signed: "Signed"
|
|
970
|
+
},
|
|
971
|
+
units: {
|
|
972
|
+
bytes: "B",
|
|
973
|
+
kilobytes: "KB",
|
|
974
|
+
megabytes: "MB",
|
|
975
|
+
gigabytes: "GB"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
fileManager: {
|
|
979
|
+
regionLabel: "File manager",
|
|
980
|
+
treeLabel: "Folders",
|
|
981
|
+
breadcrumbLabel: "Folder path",
|
|
982
|
+
toolbarLabel: "File actions",
|
|
983
|
+
rootLabel: "All files",
|
|
984
|
+
emptyCell: "—",
|
|
985
|
+
toolbar: {
|
|
986
|
+
newFolder: "New folder",
|
|
987
|
+
upload: "Upload files",
|
|
988
|
+
download: "Download",
|
|
989
|
+
rename: "Rename",
|
|
990
|
+
move: "Move",
|
|
991
|
+
delete: "Delete",
|
|
992
|
+
share: "Share",
|
|
993
|
+
requestSignature: "Request signature"
|
|
994
|
+
},
|
|
995
|
+
columns: {
|
|
996
|
+
name: "Name",
|
|
997
|
+
type: "Type",
|
|
998
|
+
signature: "Signature",
|
|
999
|
+
size: "Size",
|
|
1000
|
+
modified: "Modified"
|
|
1001
|
+
},
|
|
1002
|
+
signature: {
|
|
1003
|
+
pending: "Awaiting signature",
|
|
1004
|
+
signed: "Signed"
|
|
1005
|
+
},
|
|
1006
|
+
dropOverlay: "Drop files to upload to {{folder}}",
|
|
1007
|
+
rowActions: "Item actions",
|
|
1008
|
+
selected_one: "{{count}} item selected",
|
|
1009
|
+
selected_zero: "{{count}} items selected",
|
|
1010
|
+
selected_two: "{{count}} items selected",
|
|
1011
|
+
selected_few: "{{count}} items selected",
|
|
1012
|
+
selected_many: "{{count}} items selected",
|
|
1013
|
+
selected_other: "{{count}} items selected",
|
|
1014
|
+
empty: {
|
|
1015
|
+
folderTitle: "This folder is empty",
|
|
1016
|
+
folderDescription: "Upload files or create a folder to get started."
|
|
1017
|
+
},
|
|
1018
|
+
announce: {
|
|
1019
|
+
navigated: "Opened {{name}}"
|
|
1020
|
+
},
|
|
1021
|
+
dialogs: {
|
|
1022
|
+
createFolder: {
|
|
1023
|
+
title: "New folder",
|
|
1024
|
+
nameLabel: "Folder name",
|
|
1025
|
+
confirm: "Create folder",
|
|
1026
|
+
cancel: "Cancel"
|
|
1027
|
+
},
|
|
1028
|
+
upload: {
|
|
1029
|
+
title: "Upload to {{folder}}",
|
|
1030
|
+
close: "Done"
|
|
1031
|
+
},
|
|
1032
|
+
rename: {
|
|
1033
|
+
title: "Rename",
|
|
1034
|
+
nameLabel: "New name",
|
|
1035
|
+
confirm: "Rename",
|
|
1036
|
+
cancel: "Cancel"
|
|
1037
|
+
},
|
|
1038
|
+
delete: {
|
|
1039
|
+
title_one: "Delete {{count}} item?",
|
|
1040
|
+
title_zero: "Delete {{count}} items?",
|
|
1041
|
+
title_two: "Delete {{count}} items?",
|
|
1042
|
+
title_few: "Delete {{count}} items?",
|
|
1043
|
+
title_many: "Delete {{count}} items?",
|
|
1044
|
+
title_other: "Delete {{count}} items?",
|
|
1045
|
+
description: "This action cannot be undone.",
|
|
1046
|
+
confirm: "Delete",
|
|
1047
|
+
cancel: "Cancel"
|
|
1048
|
+
},
|
|
1049
|
+
move: {
|
|
1050
|
+
title_one: "Move {{count}} item",
|
|
1051
|
+
title_zero: "Move {{count}} items",
|
|
1052
|
+
title_two: "Move {{count}} items",
|
|
1053
|
+
title_few: "Move {{count}} items",
|
|
1054
|
+
title_many: "Move {{count}} items",
|
|
1055
|
+
title_other: "Move {{count}} items",
|
|
1056
|
+
treeLabel: "Destination folder",
|
|
1057
|
+
confirm: "Move here",
|
|
1058
|
+
cancel: "Cancel"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
units: {
|
|
1062
|
+
bytes: "B",
|
|
1063
|
+
kilobytes: "KB",
|
|
1064
|
+
megabytes: "MB",
|
|
1065
|
+
gigabytes: "GB"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
935
1068
|
fieldPicker: {
|
|
936
1069
|
trigger: "Customize fields",
|
|
937
1070
|
title: "Customize fields",
|
|
@@ -2178,6 +2311,171 @@ const e = {
|
|
|
2178
2311
|
},
|
|
2179
2312
|
pay: "Pay now"
|
|
2180
2313
|
},
|
|
2314
|
+
periodontalChart: {
|
|
2315
|
+
ariaLabel: "Periodontal chart",
|
|
2316
|
+
column: {
|
|
2317
|
+
measure: "Measurement"
|
|
2318
|
+
},
|
|
2319
|
+
toothHeader: "Tooth {{tooth}}",
|
|
2320
|
+
cell: {
|
|
2321
|
+
empty: "–"
|
|
2322
|
+
},
|
|
2323
|
+
arch: {
|
|
2324
|
+
upper: "Upper arch",
|
|
2325
|
+
lower: "Lower arch"
|
|
2326
|
+
},
|
|
2327
|
+
side: {
|
|
2328
|
+
buccal: "buccal",
|
|
2329
|
+
lingual: "lingual"
|
|
2330
|
+
},
|
|
2331
|
+
site: {
|
|
2332
|
+
db: "disto-buccal",
|
|
2333
|
+
b: "buccal",
|
|
2334
|
+
mb: "mesio-buccal",
|
|
2335
|
+
dl: "disto-lingual",
|
|
2336
|
+
l: "lingual",
|
|
2337
|
+
ml: "mesio-lingual"
|
|
2338
|
+
},
|
|
2339
|
+
row: {
|
|
2340
|
+
missing: "Missing",
|
|
2341
|
+
implant: "Implant",
|
|
2342
|
+
mobility: "Mobility",
|
|
2343
|
+
furcation: "Furcation",
|
|
2344
|
+
tooth: "Tooth",
|
|
2345
|
+
note: "Note",
|
|
2346
|
+
pocketDepthBuccal: "Pocket depth — buccal",
|
|
2347
|
+
recessionBuccal: "Recession — buccal",
|
|
2348
|
+
bleedingBuccal: "Bleeding — buccal",
|
|
2349
|
+
plaqueBuccal: "Plaque — buccal",
|
|
2350
|
+
pocketDepthLingual: "Pocket depth — lingual",
|
|
2351
|
+
recessionLingual: "Recession — lingual",
|
|
2352
|
+
bleedingLingual: "Bleeding — lingual",
|
|
2353
|
+
plaqueLingual: "Plaque — lingual"
|
|
2354
|
+
},
|
|
2355
|
+
input: {
|
|
2356
|
+
pocketDepthMm: "Tooth {{tooth}} {{site}} pocket depth, millimetres",
|
|
2357
|
+
recessionMm: "Tooth {{tooth}} {{site}} recession, millimetres"
|
|
2358
|
+
},
|
|
2359
|
+
toggle: {
|
|
2360
|
+
bleeding: "Tooth {{tooth}} {{site}} bleeding on probing",
|
|
2361
|
+
plaque: "Tooth {{tooth}} {{site}} plaque",
|
|
2362
|
+
furcation: "Tooth {{tooth}} {{side}} furcation {{n}}"
|
|
2363
|
+
},
|
|
2364
|
+
flag: {
|
|
2365
|
+
moderate: "moderate pocket",
|
|
2366
|
+
severe: "severe pocket",
|
|
2367
|
+
missingLabel: "Tooth {{tooth}} missing",
|
|
2368
|
+
implantLabel: "Tooth {{tooth}} implant",
|
|
2369
|
+
missingShort: "×",
|
|
2370
|
+
implantShort: "I"
|
|
2371
|
+
},
|
|
2372
|
+
mobility: {
|
|
2373
|
+
label: "Tooth {{tooth}} mobility grade",
|
|
2374
|
+
none: "–"
|
|
2375
|
+
},
|
|
2376
|
+
note: {
|
|
2377
|
+
label: "Tooth {{tooth}} note"
|
|
2378
|
+
},
|
|
2379
|
+
curve: {
|
|
2380
|
+
label: "{{arch}} probing depth and recession profile"
|
|
2381
|
+
},
|
|
2382
|
+
index: {
|
|
2383
|
+
label: "Summary indices",
|
|
2384
|
+
elevated: "elevated",
|
|
2385
|
+
meanPocketDepth: "Mean PD",
|
|
2386
|
+
meanAttachment: "Mean CAL",
|
|
2387
|
+
plaque: "Plaque",
|
|
2388
|
+
bleeding: "BoP"
|
|
2389
|
+
},
|
|
2390
|
+
unit: {
|
|
2391
|
+
mm: "{{value}} mm",
|
|
2392
|
+
percent: "{{value}}%"
|
|
2393
|
+
},
|
|
2394
|
+
legend: {
|
|
2395
|
+
label: "Chart legend",
|
|
2396
|
+
depth: "Pocket depth",
|
|
2397
|
+
recession: "Recession",
|
|
2398
|
+
bleeding: "Bleeding on probing",
|
|
2399
|
+
plaque: "Plaque"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
periodontalRiskChart: {
|
|
2403
|
+
heading: "Periodontal risk",
|
|
2404
|
+
overall: {
|
|
2405
|
+
label: "Overall"
|
|
2406
|
+
},
|
|
2407
|
+
level: {
|
|
2408
|
+
low: "Low",
|
|
2409
|
+
moderate: "Moderate",
|
|
2410
|
+
high: "High"
|
|
2411
|
+
},
|
|
2412
|
+
factor: {
|
|
2413
|
+
bleeding: "Bleeding on probing",
|
|
2414
|
+
pockets: "Residual pockets ≥5 mm",
|
|
2415
|
+
toothLoss: "Tooth loss",
|
|
2416
|
+
boneLossAge: "Bone loss / age",
|
|
2417
|
+
smoking: "Smoking",
|
|
2418
|
+
systemic: "Systemic / genetic"
|
|
2419
|
+
},
|
|
2420
|
+
factors: {
|
|
2421
|
+
label: "Risk factors"
|
|
2422
|
+
},
|
|
2423
|
+
valueUnset: "not recorded",
|
|
2424
|
+
percent: "{{value}}%",
|
|
2425
|
+
smoking: {
|
|
2426
|
+
none: "Non-smoker",
|
|
2427
|
+
former: "Former smoker",
|
|
2428
|
+
light: "Light (<10/day)",
|
|
2429
|
+
moderate: "Moderate (10–19/day)",
|
|
2430
|
+
heavy: "Heavy (≥20/day)"
|
|
2431
|
+
},
|
|
2432
|
+
systemic: {
|
|
2433
|
+
yes: "Present",
|
|
2434
|
+
no: "Absent"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
periodontalDiagnosis: {
|
|
2438
|
+
heading: "Periodontal diagnosis",
|
|
2439
|
+
term: "Periodontitis",
|
|
2440
|
+
unset: "—",
|
|
2441
|
+
status: {
|
|
2442
|
+
complete: "Complete",
|
|
2443
|
+
incomplete: "Incomplete"
|
|
2444
|
+
},
|
|
2445
|
+
summary: {
|
|
2446
|
+
none: "No diagnosis recorded yet",
|
|
2447
|
+
stage: "Stage {{roman}}",
|
|
2448
|
+
grade: "Grade {{grade}}"
|
|
2449
|
+
},
|
|
2450
|
+
stage: {
|
|
2451
|
+
label: "Staging",
|
|
2452
|
+
description: "Severity and complexity of management.",
|
|
2453
|
+
option: "Stage {{roman}}"
|
|
2454
|
+
},
|
|
2455
|
+
grade: {
|
|
2456
|
+
label: "Grading",
|
|
2457
|
+
description: "Rate of progression.",
|
|
2458
|
+
option: "Grade {{grade}}"
|
|
2459
|
+
},
|
|
2460
|
+
extent: {
|
|
2461
|
+
label: "Extent",
|
|
2462
|
+
localised: "Localised",
|
|
2463
|
+
generalised: "Generalised",
|
|
2464
|
+
molarIncisor: "Molar-incisor"
|
|
2465
|
+
},
|
|
2466
|
+
factors: {
|
|
2467
|
+
label: "Contributing factors"
|
|
2468
|
+
},
|
|
2469
|
+
factor: {
|
|
2470
|
+
interdentalCal: "Interdental CAL at the worst site",
|
|
2471
|
+
radiographicBoneLoss: "Radiographic bone loss",
|
|
2472
|
+
toothLossPerio: "Tooth loss from periodontitis",
|
|
2473
|
+
probingDepth6: "Probing depth ≥6 mm",
|
|
2474
|
+
boneLossAgeOver1: "Bone loss / age > 1.0",
|
|
2475
|
+
smoker: "Smoker",
|
|
2476
|
+
diabetes: "Diabetes (HbA1c ≥7%)"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2181
2479
|
periodontalChartCard: {
|
|
2182
2480
|
heading: "Periodontal chart",
|
|
2183
2481
|
empty: "No periodontal readings recorded.",
|
|
@@ -2656,6 +2954,28 @@ const e = {
|
|
|
2656
2954
|
fullscreen: "Toggle fullscreen"
|
|
2657
2955
|
}
|
|
2658
2956
|
},
|
|
2957
|
+
signatureRequest: {
|
|
2958
|
+
title: "Signed documents",
|
|
2959
|
+
noSignedVersions: "There are no signed versions of this document",
|
|
2960
|
+
operatorSection: "Operator (requested signer)",
|
|
2961
|
+
assignToMe: "Assign to me",
|
|
2962
|
+
operatorPlaceholder: "Select an operator",
|
|
2963
|
+
assignLater: "Assign later",
|
|
2964
|
+
operatorHint: "The signature request will be sent to the Operator via e-mail or SMS, based on their settings.",
|
|
2965
|
+
signersSection: "Patient signers",
|
|
2966
|
+
signerPlaceholder: "Select a signer",
|
|
2967
|
+
channelLabel: "Signature channel",
|
|
2968
|
+
viaSms: "Via SMS",
|
|
2969
|
+
viaEmail: "Via Email",
|
|
2970
|
+
viaWhatsapp: "Via WhatsApp",
|
|
2971
|
+
onThisDevice: "On this device",
|
|
2972
|
+
noOtp: "Do not require OTP from the patient",
|
|
2973
|
+
noOtpWarning: "Signing without OTP has low evidentiary value.",
|
|
2974
|
+
addSigner: "Add signer",
|
|
2975
|
+
removeSigner: "Remove signer",
|
|
2976
|
+
requestSignature: "Request signature",
|
|
2977
|
+
close: "Close"
|
|
2978
|
+
},
|
|
2659
2979
|
toothScheme: {
|
|
2660
2980
|
ariaLabel: "Dental chart",
|
|
2661
2981
|
legendLabel: "Condition legend",
|