@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 elUi: {
|
|
|
846
846
|
readonly neutral: "Συμβάν";
|
|
847
847
|
};
|
|
848
848
|
};
|
|
849
|
+
readonly dataTableTabs: {
|
|
850
|
+
readonly tablistLabel: "Αποθηκευμένες προβολές";
|
|
851
|
+
readonly addTab: "Προσθήκη προβολής";
|
|
852
|
+
readonly newTabName: "Προβολή {{number}}";
|
|
853
|
+
readonly maxTabsReached: "Συμπληρώθηκε το όριο προβολών";
|
|
854
|
+
readonly removeTab: "Αφαίρεση {{name}}";
|
|
855
|
+
readonly hint: "Κάντε διπλό κλικ ή πατήστε F2 για να μετονομάσετε μια προβολή. Πατήστε Delete για να την αφαιρέσετε.";
|
|
856
|
+
readonly rename: {
|
|
857
|
+
readonly title: "Μετονομασία προβολής";
|
|
858
|
+
readonly inputLabel: "Όνομα προβολής";
|
|
859
|
+
readonly save: "Αποθήκευση ονόματος";
|
|
860
|
+
readonly cancel: "Άκυρο";
|
|
861
|
+
};
|
|
862
|
+
readonly announce: {
|
|
863
|
+
readonly added: "Η προβολή {{name}} προστέθηκε";
|
|
864
|
+
readonly removed: "Η προβολή {{name}} αφαιρέθηκε";
|
|
865
|
+
readonly renamed: "Η προβολή μετονομάστηκε σε {{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 elUi: {
|
|
|
960
979
|
};
|
|
961
980
|
};
|
|
962
981
|
};
|
|
982
|
+
readonly documentPreview: {
|
|
983
|
+
readonly regionLabel: "Προεπισκόπηση εγγράφου";
|
|
984
|
+
readonly emptyTitle: "Δεν έχει επιλεγεί έγγραφο";
|
|
985
|
+
readonly emptyDescription: "Επιλέξτε ένα έγγραφο για προεπισκόπηση εδώ.";
|
|
986
|
+
readonly pdfLabel: "Προεπισκόπηση εγγράφου";
|
|
987
|
+
readonly imageAlt: "Προεπισκόπηση του {{name}}";
|
|
988
|
+
readonly noPreview: "Δεν υπάρχει διαθέσιμη προεπισκόπηση.";
|
|
989
|
+
readonly clinical: "Κλινικό";
|
|
990
|
+
readonly fields: {
|
|
991
|
+
readonly size: "Μέγεθος";
|
|
992
|
+
readonly modified: "Τροποποιήθηκε";
|
|
993
|
+
readonly expires: "Λήγει";
|
|
994
|
+
};
|
|
995
|
+
readonly signature: {
|
|
996
|
+
readonly pending: "Σε αναμονή υπογραφής";
|
|
997
|
+
readonly 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: "Διαχείριση αρχείων";
|
|
1008
|
+
readonly treeLabel: "Φάκελοι";
|
|
1009
|
+
readonly breadcrumbLabel: "Διαδρομή φακέλου";
|
|
1010
|
+
readonly toolbarLabel: "Ενέργειες αρχείων";
|
|
1011
|
+
readonly rootLabel: "Όλα τα αρχεία";
|
|
1012
|
+
readonly emptyCell: "—";
|
|
1013
|
+
readonly toolbar: {
|
|
1014
|
+
readonly newFolder: "Νέος φάκελος";
|
|
1015
|
+
readonly upload: "Μεταφόρτωση αρχείων";
|
|
1016
|
+
readonly download: "Λήψη";
|
|
1017
|
+
readonly rename: "Μετονομασία";
|
|
1018
|
+
readonly move: "Μετακίνηση";
|
|
1019
|
+
readonly delete: "Διαγραφή";
|
|
1020
|
+
readonly share: "Κοινή χρήση";
|
|
1021
|
+
readonly requestSignature: "Αίτημα υπογραφής";
|
|
1022
|
+
};
|
|
1023
|
+
readonly columns: {
|
|
1024
|
+
readonly name: "Όνομα";
|
|
1025
|
+
readonly type: "Τύπος";
|
|
1026
|
+
readonly signature: "Υπογραφή";
|
|
1027
|
+
readonly size: "Μέγεθος";
|
|
1028
|
+
readonly modified: "Τροποποιήθηκε";
|
|
1029
|
+
};
|
|
1030
|
+
readonly signature: {
|
|
1031
|
+
readonly pending: "Σε αναμονή υπογραφής";
|
|
1032
|
+
readonly signed: "Υπογεγραμμένο";
|
|
1033
|
+
};
|
|
1034
|
+
readonly dropOverlay: "Αποθέστε αρχεία για μεταφόρτωση στον φάκελο {{folder}}";
|
|
1035
|
+
readonly rowActions: "Ενέργειες στοιχείου";
|
|
1036
|
+
readonly selected_one: "{{count}} στοιχείο επιλεγμένο";
|
|
1037
|
+
readonly selected_zero: "{{count}} στοιχεία επιλεγμένα";
|
|
1038
|
+
readonly selected_two: "{{count}} στοιχεία επιλεγμένα";
|
|
1039
|
+
readonly selected_few: "{{count}} στοιχεία επιλεγμένα";
|
|
1040
|
+
readonly selected_many: "{{count}} στοιχεία επιλεγμένα";
|
|
1041
|
+
readonly selected_other: "{{count}} στοιχεία επιλεγμένα";
|
|
1042
|
+
readonly empty: {
|
|
1043
|
+
readonly folderTitle: "Αυτός ο φάκελος είναι κενός";
|
|
1044
|
+
readonly folderDescription: "Μεταφορτώστε αρχεία ή δημιουργήστε έναν φάκελο για να ξεκινήσετε.";
|
|
1045
|
+
};
|
|
1046
|
+
readonly announce: {
|
|
1047
|
+
readonly navigated: "Άνοιξε το {{name}}";
|
|
1048
|
+
};
|
|
1049
|
+
readonly dialogs: {
|
|
1050
|
+
readonly createFolder: {
|
|
1051
|
+
readonly title: "Νέος φάκελος";
|
|
1052
|
+
readonly nameLabel: "Όνομα φακέλου";
|
|
1053
|
+
readonly confirm: "Δημιουργία φακέλου";
|
|
1054
|
+
readonly cancel: "Άκυρο";
|
|
1055
|
+
};
|
|
1056
|
+
readonly upload: {
|
|
1057
|
+
readonly title: "Μεταφόρτωση στον φάκελο {{folder}}";
|
|
1058
|
+
readonly close: "Τέλος";
|
|
1059
|
+
};
|
|
1060
|
+
readonly rename: {
|
|
1061
|
+
readonly title: "Μετονομασία";
|
|
1062
|
+
readonly nameLabel: "Νέο όνομα";
|
|
1063
|
+
readonly confirm: "Μετονομασία";
|
|
1064
|
+
readonly cancel: "Άκυρο";
|
|
1065
|
+
};
|
|
1066
|
+
readonly delete: {
|
|
1067
|
+
readonly title_one: "Να διαγραφεί {{count}} στοιχείο;";
|
|
1068
|
+
readonly title_zero: "Να διαγραφούν {{count}} στοιχεία;";
|
|
1069
|
+
readonly title_two: "Να διαγραφούν {{count}} στοιχεία;";
|
|
1070
|
+
readonly title_few: "Να διαγραφούν {{count}} στοιχεία;";
|
|
1071
|
+
readonly title_many: "Να διαγραφούν {{count}} στοιχεία;";
|
|
1072
|
+
readonly title_other: "Να διαγραφούν {{count}} στοιχεία;";
|
|
1073
|
+
readonly description: "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.";
|
|
1074
|
+
readonly confirm: "Διαγραφή";
|
|
1075
|
+
readonly cancel: "Άκυρο";
|
|
1076
|
+
};
|
|
1077
|
+
readonly move: {
|
|
1078
|
+
readonly title_one: "Μετακίνηση {{count}} στοιχείου";
|
|
1079
|
+
readonly title_zero: "Μετακίνηση {{count}} στοιχείων";
|
|
1080
|
+
readonly title_two: "Μετακίνηση {{count}} στοιχείων";
|
|
1081
|
+
readonly title_few: "Μετακίνηση {{count}} στοιχείων";
|
|
1082
|
+
readonly title_many: "Μετακίνηση {{count}} στοιχείων";
|
|
1083
|
+
readonly title_other: "Μετακίνηση {{count}} στοιχείων";
|
|
1084
|
+
readonly treeLabel: "Φάκελος προορισμού";
|
|
1085
|
+
readonly confirm: "Μετακίνηση εδώ";
|
|
1086
|
+
readonly 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: "Προσαρμογή πεδίων";
|
|
965
1098
|
readonly title: "Προσαρμογή πεδίων";
|
|
@@ -2184,6 +2317,171 @@ export declare const elUi: {
|
|
|
2184
2317
|
};
|
|
2185
2318
|
readonly pay: "Pay now";
|
|
2186
2319
|
};
|
|
2320
|
+
readonly periodontalChart: {
|
|
2321
|
+
readonly ariaLabel: "Periodontal chart";
|
|
2322
|
+
readonly column: {
|
|
2323
|
+
readonly measure: "Measurement";
|
|
2324
|
+
};
|
|
2325
|
+
readonly toothHeader: "Tooth {{tooth}}";
|
|
2326
|
+
readonly cell: {
|
|
2327
|
+
readonly empty: "–";
|
|
2328
|
+
};
|
|
2329
|
+
readonly arch: {
|
|
2330
|
+
readonly upper: "Upper arch";
|
|
2331
|
+
readonly lower: "Lower arch";
|
|
2332
|
+
};
|
|
2333
|
+
readonly side: {
|
|
2334
|
+
readonly buccal: "buccal";
|
|
2335
|
+
readonly lingual: "lingual";
|
|
2336
|
+
};
|
|
2337
|
+
readonly site: {
|
|
2338
|
+
readonly db: "disto-buccal";
|
|
2339
|
+
readonly b: "buccal";
|
|
2340
|
+
readonly mb: "mesio-buccal";
|
|
2341
|
+
readonly dl: "disto-lingual";
|
|
2342
|
+
readonly l: "lingual";
|
|
2343
|
+
readonly ml: "mesio-lingual";
|
|
2344
|
+
};
|
|
2345
|
+
readonly row: {
|
|
2346
|
+
readonly missing: "Missing";
|
|
2347
|
+
readonly implant: "Implant";
|
|
2348
|
+
readonly mobility: "Mobility";
|
|
2349
|
+
readonly furcation: "Furcation";
|
|
2350
|
+
readonly tooth: "Tooth";
|
|
2351
|
+
readonly note: "Note";
|
|
2352
|
+
readonly pocketDepthBuccal: "Pocket depth — buccal";
|
|
2353
|
+
readonly recessionBuccal: "Recession — buccal";
|
|
2354
|
+
readonly bleedingBuccal: "Bleeding — buccal";
|
|
2355
|
+
readonly plaqueBuccal: "Plaque — buccal";
|
|
2356
|
+
readonly pocketDepthLingual: "Pocket depth — lingual";
|
|
2357
|
+
readonly recessionLingual: "Recession — lingual";
|
|
2358
|
+
readonly bleedingLingual: "Bleeding — lingual";
|
|
2359
|
+
readonly plaqueLingual: "Plaque — lingual";
|
|
2360
|
+
};
|
|
2361
|
+
readonly input: {
|
|
2362
|
+
readonly pocketDepthMm: "Tooth {{tooth}} {{site}} pocket depth, millimetres";
|
|
2363
|
+
readonly recessionMm: "Tooth {{tooth}} {{site}} recession, millimetres";
|
|
2364
|
+
};
|
|
2365
|
+
readonly toggle: {
|
|
2366
|
+
readonly bleeding: "Tooth {{tooth}} {{site}} bleeding on probing";
|
|
2367
|
+
readonly plaque: "Tooth {{tooth}} {{site}} plaque";
|
|
2368
|
+
readonly furcation: "Tooth {{tooth}} {{side}} furcation {{n}}";
|
|
2369
|
+
};
|
|
2370
|
+
readonly flag: {
|
|
2371
|
+
readonly moderate: "moderate pocket";
|
|
2372
|
+
readonly severe: "severe pocket";
|
|
2373
|
+
readonly missingLabel: "Tooth {{tooth}} missing";
|
|
2374
|
+
readonly implantLabel: "Tooth {{tooth}} implant";
|
|
2375
|
+
readonly missingShort: "×";
|
|
2376
|
+
readonly implantShort: "I";
|
|
2377
|
+
};
|
|
2378
|
+
readonly mobility: {
|
|
2379
|
+
readonly label: "Tooth {{tooth}} mobility grade";
|
|
2380
|
+
readonly none: "–";
|
|
2381
|
+
};
|
|
2382
|
+
readonly note: {
|
|
2383
|
+
readonly label: "Tooth {{tooth}} note";
|
|
2384
|
+
};
|
|
2385
|
+
readonly curve: {
|
|
2386
|
+
readonly label: "{{arch}} probing depth and recession profile";
|
|
2387
|
+
};
|
|
2388
|
+
readonly index: {
|
|
2389
|
+
readonly label: "Summary indices";
|
|
2390
|
+
readonly elevated: "elevated";
|
|
2391
|
+
readonly meanPocketDepth: "Mean PD";
|
|
2392
|
+
readonly meanAttachment: "Mean CAL";
|
|
2393
|
+
readonly plaque: "Plaque";
|
|
2394
|
+
readonly bleeding: "BoP";
|
|
2395
|
+
};
|
|
2396
|
+
readonly unit: {
|
|
2397
|
+
readonly mm: "{{value}} mm";
|
|
2398
|
+
readonly percent: "{{value}}%";
|
|
2399
|
+
};
|
|
2400
|
+
readonly legend: {
|
|
2401
|
+
readonly label: "Chart legend";
|
|
2402
|
+
readonly depth: "Pocket depth";
|
|
2403
|
+
readonly recession: "Recession";
|
|
2404
|
+
readonly bleeding: "Bleeding on probing";
|
|
2405
|
+
readonly plaque: "Plaque";
|
|
2406
|
+
};
|
|
2407
|
+
};
|
|
2408
|
+
readonly periodontalRiskChart: {
|
|
2409
|
+
readonly heading: "Periodontal risk";
|
|
2410
|
+
readonly overall: {
|
|
2411
|
+
readonly label: "Overall";
|
|
2412
|
+
};
|
|
2413
|
+
readonly level: {
|
|
2414
|
+
readonly low: "Low";
|
|
2415
|
+
readonly moderate: "Moderate";
|
|
2416
|
+
readonly high: "High";
|
|
2417
|
+
};
|
|
2418
|
+
readonly factor: {
|
|
2419
|
+
readonly bleeding: "Bleeding on probing";
|
|
2420
|
+
readonly pockets: "Residual pockets ≥5 mm";
|
|
2421
|
+
readonly toothLoss: "Tooth loss";
|
|
2422
|
+
readonly boneLossAge: "Bone loss / age";
|
|
2423
|
+
readonly smoking: "Smoking";
|
|
2424
|
+
readonly systemic: "Systemic / genetic";
|
|
2425
|
+
};
|
|
2426
|
+
readonly factors: {
|
|
2427
|
+
readonly label: "Risk factors";
|
|
2428
|
+
};
|
|
2429
|
+
readonly valueUnset: "not recorded";
|
|
2430
|
+
readonly percent: "{{value}}%";
|
|
2431
|
+
readonly smoking: {
|
|
2432
|
+
readonly none: "Non-smoker";
|
|
2433
|
+
readonly former: "Former smoker";
|
|
2434
|
+
readonly light: "Light (<10/day)";
|
|
2435
|
+
readonly moderate: "Moderate (10–19/day)";
|
|
2436
|
+
readonly heavy: "Heavy (≥20/day)";
|
|
2437
|
+
};
|
|
2438
|
+
readonly systemic: {
|
|
2439
|
+
readonly yes: "Present";
|
|
2440
|
+
readonly no: "Absent";
|
|
2441
|
+
};
|
|
2442
|
+
};
|
|
2443
|
+
readonly periodontalDiagnosis: {
|
|
2444
|
+
readonly heading: "Periodontal diagnosis";
|
|
2445
|
+
readonly term: "Periodontitis";
|
|
2446
|
+
readonly unset: "—";
|
|
2447
|
+
readonly status: {
|
|
2448
|
+
readonly complete: "Complete";
|
|
2449
|
+
readonly incomplete: "Incomplete";
|
|
2450
|
+
};
|
|
2451
|
+
readonly summary: {
|
|
2452
|
+
readonly none: "No diagnosis recorded yet";
|
|
2453
|
+
readonly stage: "Stage {{roman}}";
|
|
2454
|
+
readonly grade: "Grade {{grade}}";
|
|
2455
|
+
};
|
|
2456
|
+
readonly stage: {
|
|
2457
|
+
readonly label: "Staging";
|
|
2458
|
+
readonly description: "Severity and complexity of management.";
|
|
2459
|
+
readonly option: "Stage {{roman}}";
|
|
2460
|
+
};
|
|
2461
|
+
readonly grade: {
|
|
2462
|
+
readonly label: "Grading";
|
|
2463
|
+
readonly description: "Rate of progression.";
|
|
2464
|
+
readonly option: "Grade {{grade}}";
|
|
2465
|
+
};
|
|
2466
|
+
readonly extent: {
|
|
2467
|
+
readonly label: "Extent";
|
|
2468
|
+
readonly localised: "Localised";
|
|
2469
|
+
readonly generalised: "Generalised";
|
|
2470
|
+
readonly molarIncisor: "Molar-incisor";
|
|
2471
|
+
};
|
|
2472
|
+
readonly factors: {
|
|
2473
|
+
readonly label: "Contributing factors";
|
|
2474
|
+
};
|
|
2475
|
+
readonly factor: {
|
|
2476
|
+
readonly interdentalCal: "Interdental CAL at the worst site";
|
|
2477
|
+
readonly radiographicBoneLoss: "Radiographic bone loss";
|
|
2478
|
+
readonly toothLossPerio: "Tooth loss from periodontitis";
|
|
2479
|
+
readonly probingDepth6: "Probing depth ≥6 mm";
|
|
2480
|
+
readonly boneLossAgeOver1: "Bone loss / age > 1.0";
|
|
2481
|
+
readonly smoker: "Smoker";
|
|
2482
|
+
readonly diabetes: "Diabetes (HbA1c ≥7%)";
|
|
2483
|
+
};
|
|
2484
|
+
};
|
|
2187
2485
|
readonly periodontalChartCard: {
|
|
2188
2486
|
readonly heading: "Periodontal chart";
|
|
2189
2487
|
readonly empty: "No periodontal readings recorded.";
|
|
@@ -2659,6 +2957,28 @@ export declare const elUi: {
|
|
|
2659
2957
|
readonly fullscreen: "Εναλλαγή πλήρους οθόνης";
|
|
2660
2958
|
};
|
|
2661
2959
|
};
|
|
2960
|
+
readonly signatureRequest: {
|
|
2961
|
+
readonly title: "Υπογεγραμμένα έγγραφα";
|
|
2962
|
+
readonly noSignedVersions: "Δεν υπάρχουν υπογεγραμμένες εκδόσεις αυτού του εγγράφου";
|
|
2963
|
+
readonly operatorSection: "Χειριστής (απαιτούμενος υπογράφων)";
|
|
2964
|
+
readonly assignToMe: "Ανάθεση σε εμένα";
|
|
2965
|
+
readonly operatorPlaceholder: "Επιλέξτε χειριστή";
|
|
2966
|
+
readonly assignLater: "Ανάθεση αργότερα";
|
|
2967
|
+
readonly operatorHint: "Το αίτημα υπογραφής θα σταλεί στον χειριστή μέσω e-mail ή SMS, ανάλογα με τις ρυθμίσεις του.";
|
|
2968
|
+
readonly signersSection: "Υπογράφοντες ασθενούς";
|
|
2969
|
+
readonly signerPlaceholder: "Επιλέξτε υπογράφοντα";
|
|
2970
|
+
readonly channelLabel: "Κανάλι υπογραφής";
|
|
2971
|
+
readonly viaSms: "Μέσω SMS";
|
|
2972
|
+
readonly viaEmail: "Μέσω e-mail";
|
|
2973
|
+
readonly viaWhatsapp: "Μέσω WhatsApp";
|
|
2974
|
+
readonly onThisDevice: "Σε αυτήν τη συσκευή";
|
|
2975
|
+
readonly noOtp: "Χωρίς απαίτηση OTP από τον ασθενή";
|
|
2976
|
+
readonly noOtpWarning: "Η υπογραφή χωρίς OTP έχει χαμηλή αποδεικτική αξία.";
|
|
2977
|
+
readonly addSigner: "Προσθήκη υπογράφοντος";
|
|
2978
|
+
readonly removeSigner: "Αφαίρεση υπογράφοντος";
|
|
2979
|
+
readonly requestSignature: "Αίτημα υπογραφής";
|
|
2980
|
+
readonly close: "Κλείσιμο";
|
|
2981
|
+
};
|
|
2662
2982
|
readonly toothScheme: {
|
|
2663
2983
|
readonly ariaLabel: "Οδοντόγραμμα";
|
|
2664
2984
|
readonly legendLabel: "Υπόμνημα καταστάσεων";
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -838,6 +838,25 @@ const e = {
|
|
|
838
838
|
neutral: "Συμβάν"
|
|
839
839
|
}
|
|
840
840
|
},
|
|
841
|
+
dataTableTabs: {
|
|
842
|
+
tablistLabel: "Αποθηκευμένες προβολές",
|
|
843
|
+
addTab: "Προσθήκη προβολής",
|
|
844
|
+
newTabName: "Προβολή {{number}}",
|
|
845
|
+
maxTabsReached: "Συμπληρώθηκε το όριο προβολών",
|
|
846
|
+
removeTab: "Αφαίρεση {{name}}",
|
|
847
|
+
hint: "Κάντε διπλό κλικ ή πατήστε F2 για να μετονομάσετε μια προβολή. Πατήστε Delete για να την αφαιρέσετε.",
|
|
848
|
+
rename: {
|
|
849
|
+
title: "Μετονομασία προβολής",
|
|
850
|
+
inputLabel: "Όνομα προβολής",
|
|
851
|
+
save: "Αποθήκευση ονόματος",
|
|
852
|
+
cancel: "Άκυρο"
|
|
853
|
+
},
|
|
854
|
+
announce: {
|
|
855
|
+
added: "Η προβολή {{name}} προστέθηκε",
|
|
856
|
+
removed: "Η προβολή {{name}} αφαιρέθηκε",
|
|
857
|
+
renamed: "Η προβολή μετονομάστηκε σε {{name}}"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
841
860
|
dataTable: {
|
|
842
861
|
moveUp: "Move up",
|
|
843
862
|
moveDown: "Move down",
|
|
@@ -952,6 +971,120 @@ const e = {
|
|
|
952
971
|
}
|
|
953
972
|
}
|
|
954
973
|
},
|
|
974
|
+
documentPreview: {
|
|
975
|
+
regionLabel: "Προεπισκόπηση εγγράφου",
|
|
976
|
+
emptyTitle: "Δεν έχει επιλεγεί έγγραφο",
|
|
977
|
+
emptyDescription: "Επιλέξτε ένα έγγραφο για προεπισκόπηση εδώ.",
|
|
978
|
+
pdfLabel: "Προεπισκόπηση εγγράφου",
|
|
979
|
+
imageAlt: "Προεπισκόπηση του {{name}}",
|
|
980
|
+
noPreview: "Δεν υπάρχει διαθέσιμη προεπισκόπηση.",
|
|
981
|
+
clinical: "Κλινικό",
|
|
982
|
+
fields: {
|
|
983
|
+
size: "Μέγεθος",
|
|
984
|
+
modified: "Τροποποιήθηκε",
|
|
985
|
+
expires: "Λήγει"
|
|
986
|
+
},
|
|
987
|
+
signature: {
|
|
988
|
+
pending: "Σε αναμονή υπογραφής",
|
|
989
|
+
signed: "Υπογεγραμμένο"
|
|
990
|
+
},
|
|
991
|
+
units: {
|
|
992
|
+
bytes: "B",
|
|
993
|
+
kilobytes: "KB",
|
|
994
|
+
megabytes: "MB",
|
|
995
|
+
gigabytes: "GB"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
fileManager: {
|
|
999
|
+
regionLabel: "Διαχείριση αρχείων",
|
|
1000
|
+
treeLabel: "Φάκελοι",
|
|
1001
|
+
breadcrumbLabel: "Διαδρομή φακέλου",
|
|
1002
|
+
toolbarLabel: "Ενέργειες αρχείων",
|
|
1003
|
+
rootLabel: "Όλα τα αρχεία",
|
|
1004
|
+
emptyCell: "—",
|
|
1005
|
+
toolbar: {
|
|
1006
|
+
newFolder: "Νέος φάκελος",
|
|
1007
|
+
upload: "Μεταφόρτωση αρχείων",
|
|
1008
|
+
download: "Λήψη",
|
|
1009
|
+
rename: "Μετονομασία",
|
|
1010
|
+
move: "Μετακίνηση",
|
|
1011
|
+
delete: "Διαγραφή",
|
|
1012
|
+
share: "Κοινή χρήση",
|
|
1013
|
+
requestSignature: "Αίτημα υπογραφής"
|
|
1014
|
+
},
|
|
1015
|
+
columns: {
|
|
1016
|
+
name: "Όνομα",
|
|
1017
|
+
type: "Τύπος",
|
|
1018
|
+
signature: "Υπογραφή",
|
|
1019
|
+
size: "Μέγεθος",
|
|
1020
|
+
modified: "Τροποποιήθηκε"
|
|
1021
|
+
},
|
|
1022
|
+
signature: {
|
|
1023
|
+
pending: "Σε αναμονή υπογραφής",
|
|
1024
|
+
signed: "Υπογεγραμμένο"
|
|
1025
|
+
},
|
|
1026
|
+
dropOverlay: "Αποθέστε αρχεία για μεταφόρτωση στον φάκελο {{folder}}",
|
|
1027
|
+
rowActions: "Ενέργειες στοιχείου",
|
|
1028
|
+
selected_one: "{{count}} στοιχείο επιλεγμένο",
|
|
1029
|
+
selected_zero: "{{count}} στοιχεία επιλεγμένα",
|
|
1030
|
+
selected_two: "{{count}} στοιχεία επιλεγμένα",
|
|
1031
|
+
selected_few: "{{count}} στοιχεία επιλεγμένα",
|
|
1032
|
+
selected_many: "{{count}} στοιχεία επιλεγμένα",
|
|
1033
|
+
selected_other: "{{count}} στοιχεία επιλεγμένα",
|
|
1034
|
+
empty: {
|
|
1035
|
+
folderTitle: "Αυτός ο φάκελος είναι κενός",
|
|
1036
|
+
folderDescription: "Μεταφορτώστε αρχεία ή δημιουργήστε έναν φάκελο για να ξεκινήσετε."
|
|
1037
|
+
},
|
|
1038
|
+
announce: {
|
|
1039
|
+
navigated: "Άνοιξε το {{name}}"
|
|
1040
|
+
},
|
|
1041
|
+
dialogs: {
|
|
1042
|
+
createFolder: {
|
|
1043
|
+
title: "Νέος φάκελος",
|
|
1044
|
+
nameLabel: "Όνομα φακέλου",
|
|
1045
|
+
confirm: "Δημιουργία φακέλου",
|
|
1046
|
+
cancel: "Άκυρο"
|
|
1047
|
+
},
|
|
1048
|
+
upload: {
|
|
1049
|
+
title: "Μεταφόρτωση στον φάκελο {{folder}}",
|
|
1050
|
+
close: "Τέλος"
|
|
1051
|
+
},
|
|
1052
|
+
rename: {
|
|
1053
|
+
title: "Μετονομασία",
|
|
1054
|
+
nameLabel: "Νέο όνομα",
|
|
1055
|
+
confirm: "Μετονομασία",
|
|
1056
|
+
cancel: "Άκυρο"
|
|
1057
|
+
},
|
|
1058
|
+
delete: {
|
|
1059
|
+
title_one: "Να διαγραφεί {{count}} στοιχείο;",
|
|
1060
|
+
title_zero: "Να διαγραφούν {{count}} στοιχεία;",
|
|
1061
|
+
title_two: "Να διαγραφούν {{count}} στοιχεία;",
|
|
1062
|
+
title_few: "Να διαγραφούν {{count}} στοιχεία;",
|
|
1063
|
+
title_many: "Να διαγραφούν {{count}} στοιχεία;",
|
|
1064
|
+
title_other: "Να διαγραφούν {{count}} στοιχεία;",
|
|
1065
|
+
description: "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
|
1066
|
+
confirm: "Διαγραφή",
|
|
1067
|
+
cancel: "Άκυρο"
|
|
1068
|
+
},
|
|
1069
|
+
move: {
|
|
1070
|
+
title_one: "Μετακίνηση {{count}} στοιχείου",
|
|
1071
|
+
title_zero: "Μετακίνηση {{count}} στοιχείων",
|
|
1072
|
+
title_two: "Μετακίνηση {{count}} στοιχείων",
|
|
1073
|
+
title_few: "Μετακίνηση {{count}} στοιχείων",
|
|
1074
|
+
title_many: "Μετακίνηση {{count}} στοιχείων",
|
|
1075
|
+
title_other: "Μετακίνηση {{count}} στοιχείων",
|
|
1076
|
+
treeLabel: "Φάκελος προορισμού",
|
|
1077
|
+
confirm: "Μετακίνηση εδώ",
|
|
1078
|
+
cancel: "Άκυρο"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
units: {
|
|
1082
|
+
bytes: "B",
|
|
1083
|
+
kilobytes: "KB",
|
|
1084
|
+
megabytes: "MB",
|
|
1085
|
+
gigabytes: "GB"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
955
1088
|
fieldPicker: {
|
|
956
1089
|
trigger: "Προσαρμογή πεδίων",
|
|
957
1090
|
title: "Προσαρμογή πεδίων",
|
|
@@ -2168,6 +2301,171 @@ const e = {
|
|
|
2168
2301
|
},
|
|
2169
2302
|
pay: "Pay now"
|
|
2170
2303
|
},
|
|
2304
|
+
periodontalChart: {
|
|
2305
|
+
ariaLabel: "Periodontal chart",
|
|
2306
|
+
column: {
|
|
2307
|
+
measure: "Measurement"
|
|
2308
|
+
},
|
|
2309
|
+
toothHeader: "Tooth {{tooth}}",
|
|
2310
|
+
cell: {
|
|
2311
|
+
empty: "–"
|
|
2312
|
+
},
|
|
2313
|
+
arch: {
|
|
2314
|
+
upper: "Upper arch",
|
|
2315
|
+
lower: "Lower arch"
|
|
2316
|
+
},
|
|
2317
|
+
side: {
|
|
2318
|
+
buccal: "buccal",
|
|
2319
|
+
lingual: "lingual"
|
|
2320
|
+
},
|
|
2321
|
+
site: {
|
|
2322
|
+
db: "disto-buccal",
|
|
2323
|
+
b: "buccal",
|
|
2324
|
+
mb: "mesio-buccal",
|
|
2325
|
+
dl: "disto-lingual",
|
|
2326
|
+
l: "lingual",
|
|
2327
|
+
ml: "mesio-lingual"
|
|
2328
|
+
},
|
|
2329
|
+
row: {
|
|
2330
|
+
missing: "Missing",
|
|
2331
|
+
implant: "Implant",
|
|
2332
|
+
mobility: "Mobility",
|
|
2333
|
+
furcation: "Furcation",
|
|
2334
|
+
tooth: "Tooth",
|
|
2335
|
+
note: "Note",
|
|
2336
|
+
pocketDepthBuccal: "Pocket depth — buccal",
|
|
2337
|
+
recessionBuccal: "Recession — buccal",
|
|
2338
|
+
bleedingBuccal: "Bleeding — buccal",
|
|
2339
|
+
plaqueBuccal: "Plaque — buccal",
|
|
2340
|
+
pocketDepthLingual: "Pocket depth — lingual",
|
|
2341
|
+
recessionLingual: "Recession — lingual",
|
|
2342
|
+
bleedingLingual: "Bleeding — lingual",
|
|
2343
|
+
plaqueLingual: "Plaque — lingual"
|
|
2344
|
+
},
|
|
2345
|
+
input: {
|
|
2346
|
+
pocketDepthMm: "Tooth {{tooth}} {{site}} pocket depth, millimetres",
|
|
2347
|
+
recessionMm: "Tooth {{tooth}} {{site}} recession, millimetres"
|
|
2348
|
+
},
|
|
2349
|
+
toggle: {
|
|
2350
|
+
bleeding: "Tooth {{tooth}} {{site}} bleeding on probing",
|
|
2351
|
+
plaque: "Tooth {{tooth}} {{site}} plaque",
|
|
2352
|
+
furcation: "Tooth {{tooth}} {{side}} furcation {{n}}"
|
|
2353
|
+
},
|
|
2354
|
+
flag: {
|
|
2355
|
+
moderate: "moderate pocket",
|
|
2356
|
+
severe: "severe pocket",
|
|
2357
|
+
missingLabel: "Tooth {{tooth}} missing",
|
|
2358
|
+
implantLabel: "Tooth {{tooth}} implant",
|
|
2359
|
+
missingShort: "×",
|
|
2360
|
+
implantShort: "I"
|
|
2361
|
+
},
|
|
2362
|
+
mobility: {
|
|
2363
|
+
label: "Tooth {{tooth}} mobility grade",
|
|
2364
|
+
none: "–"
|
|
2365
|
+
},
|
|
2366
|
+
note: {
|
|
2367
|
+
label: "Tooth {{tooth}} note"
|
|
2368
|
+
},
|
|
2369
|
+
curve: {
|
|
2370
|
+
label: "{{arch}} probing depth and recession profile"
|
|
2371
|
+
},
|
|
2372
|
+
index: {
|
|
2373
|
+
label: "Summary indices",
|
|
2374
|
+
elevated: "elevated",
|
|
2375
|
+
meanPocketDepth: "Mean PD",
|
|
2376
|
+
meanAttachment: "Mean CAL",
|
|
2377
|
+
plaque: "Plaque",
|
|
2378
|
+
bleeding: "BoP"
|
|
2379
|
+
},
|
|
2380
|
+
unit: {
|
|
2381
|
+
mm: "{{value}} mm",
|
|
2382
|
+
percent: "{{value}}%"
|
|
2383
|
+
},
|
|
2384
|
+
legend: {
|
|
2385
|
+
label: "Chart legend",
|
|
2386
|
+
depth: "Pocket depth",
|
|
2387
|
+
recession: "Recession",
|
|
2388
|
+
bleeding: "Bleeding on probing",
|
|
2389
|
+
plaque: "Plaque"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
periodontalRiskChart: {
|
|
2393
|
+
heading: "Periodontal risk",
|
|
2394
|
+
overall: {
|
|
2395
|
+
label: "Overall"
|
|
2396
|
+
},
|
|
2397
|
+
level: {
|
|
2398
|
+
low: "Low",
|
|
2399
|
+
moderate: "Moderate",
|
|
2400
|
+
high: "High"
|
|
2401
|
+
},
|
|
2402
|
+
factor: {
|
|
2403
|
+
bleeding: "Bleeding on probing",
|
|
2404
|
+
pockets: "Residual pockets ≥5 mm",
|
|
2405
|
+
toothLoss: "Tooth loss",
|
|
2406
|
+
boneLossAge: "Bone loss / age",
|
|
2407
|
+
smoking: "Smoking",
|
|
2408
|
+
systemic: "Systemic / genetic"
|
|
2409
|
+
},
|
|
2410
|
+
factors: {
|
|
2411
|
+
label: "Risk factors"
|
|
2412
|
+
},
|
|
2413
|
+
valueUnset: "not recorded",
|
|
2414
|
+
percent: "{{value}}%",
|
|
2415
|
+
smoking: {
|
|
2416
|
+
none: "Non-smoker",
|
|
2417
|
+
former: "Former smoker",
|
|
2418
|
+
light: "Light (<10/day)",
|
|
2419
|
+
moderate: "Moderate (10–19/day)",
|
|
2420
|
+
heavy: "Heavy (≥20/day)"
|
|
2421
|
+
},
|
|
2422
|
+
systemic: {
|
|
2423
|
+
yes: "Present",
|
|
2424
|
+
no: "Absent"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
periodontalDiagnosis: {
|
|
2428
|
+
heading: "Periodontal diagnosis",
|
|
2429
|
+
term: "Periodontitis",
|
|
2430
|
+
unset: "—",
|
|
2431
|
+
status: {
|
|
2432
|
+
complete: "Complete",
|
|
2433
|
+
incomplete: "Incomplete"
|
|
2434
|
+
},
|
|
2435
|
+
summary: {
|
|
2436
|
+
none: "No diagnosis recorded yet",
|
|
2437
|
+
stage: "Stage {{roman}}",
|
|
2438
|
+
grade: "Grade {{grade}}"
|
|
2439
|
+
},
|
|
2440
|
+
stage: {
|
|
2441
|
+
label: "Staging",
|
|
2442
|
+
description: "Severity and complexity of management.",
|
|
2443
|
+
option: "Stage {{roman}}"
|
|
2444
|
+
},
|
|
2445
|
+
grade: {
|
|
2446
|
+
label: "Grading",
|
|
2447
|
+
description: "Rate of progression.",
|
|
2448
|
+
option: "Grade {{grade}}"
|
|
2449
|
+
},
|
|
2450
|
+
extent: {
|
|
2451
|
+
label: "Extent",
|
|
2452
|
+
localised: "Localised",
|
|
2453
|
+
generalised: "Generalised",
|
|
2454
|
+
molarIncisor: "Molar-incisor"
|
|
2455
|
+
},
|
|
2456
|
+
factors: {
|
|
2457
|
+
label: "Contributing factors"
|
|
2458
|
+
},
|
|
2459
|
+
factor: {
|
|
2460
|
+
interdentalCal: "Interdental CAL at the worst site",
|
|
2461
|
+
radiographicBoneLoss: "Radiographic bone loss",
|
|
2462
|
+
toothLossPerio: "Tooth loss from periodontitis",
|
|
2463
|
+
probingDepth6: "Probing depth ≥6 mm",
|
|
2464
|
+
boneLossAgeOver1: "Bone loss / age > 1.0",
|
|
2465
|
+
smoker: "Smoker",
|
|
2466
|
+
diabetes: "Diabetes (HbA1c ≥7%)"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2171
2469
|
periodontalChartCard: {
|
|
2172
2470
|
heading: "Periodontal chart",
|
|
2173
2471
|
empty: "No periodontal readings recorded.",
|
|
@@ -2643,6 +2941,28 @@ const e = {
|
|
|
2643
2941
|
fullscreen: "Εναλλαγή πλήρους οθόνης"
|
|
2644
2942
|
}
|
|
2645
2943
|
},
|
|
2944
|
+
signatureRequest: {
|
|
2945
|
+
title: "Υπογεγραμμένα έγγραφα",
|
|
2946
|
+
noSignedVersions: "Δεν υπάρχουν υπογεγραμμένες εκδόσεις αυτού του εγγράφου",
|
|
2947
|
+
operatorSection: "Χειριστής (απαιτούμενος υπογράφων)",
|
|
2948
|
+
assignToMe: "Ανάθεση σε εμένα",
|
|
2949
|
+
operatorPlaceholder: "Επιλέξτε χειριστή",
|
|
2950
|
+
assignLater: "Ανάθεση αργότερα",
|
|
2951
|
+
operatorHint: "Το αίτημα υπογραφής θα σταλεί στον χειριστή μέσω e-mail ή SMS, ανάλογα με τις ρυθμίσεις του.",
|
|
2952
|
+
signersSection: "Υπογράφοντες ασθενούς",
|
|
2953
|
+
signerPlaceholder: "Επιλέξτε υπογράφοντα",
|
|
2954
|
+
channelLabel: "Κανάλι υπογραφής",
|
|
2955
|
+
viaSms: "Μέσω SMS",
|
|
2956
|
+
viaEmail: "Μέσω e-mail",
|
|
2957
|
+
viaWhatsapp: "Μέσω WhatsApp",
|
|
2958
|
+
onThisDevice: "Σε αυτήν τη συσκευή",
|
|
2959
|
+
noOtp: "Χωρίς απαίτηση OTP από τον ασθενή",
|
|
2960
|
+
noOtpWarning: "Η υπογραφή χωρίς OTP έχει χαμηλή αποδεικτική αξία.",
|
|
2961
|
+
addSigner: "Προσθήκη υπογράφοντος",
|
|
2962
|
+
removeSigner: "Αφαίρεση υπογράφοντος",
|
|
2963
|
+
requestSignature: "Αίτημα υπογραφής",
|
|
2964
|
+
close: "Κλείσιμο"
|
|
2965
|
+
},
|
|
2646
2966
|
toothScheme: {
|
|
2647
2967
|
ariaLabel: "Οδοντόγραμμα",
|
|
2648
2968
|
legendLabel: "Υπόμνημα καταστάσεων",
|