@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
package/dist/locales/sv.json
CHANGED
|
@@ -842,6 +842,25 @@
|
|
|
842
842
|
"neutral": "Händelse"
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
|
+
"dataTableTabs": {
|
|
846
|
+
"tablistLabel": "Sparade vyer",
|
|
847
|
+
"addTab": "Lägg till vy",
|
|
848
|
+
"newTabName": "Vy {{number}}",
|
|
849
|
+
"maxTabsReached": "Vygränsen har nåtts",
|
|
850
|
+
"removeTab": "Ta bort {{name}}",
|
|
851
|
+
"hint": "Dubbelklicka eller tryck på F2 för att byta namn på en vy. Tryck på Delete för att ta bort den.",
|
|
852
|
+
"rename": {
|
|
853
|
+
"title": "Byt namn på vyn",
|
|
854
|
+
"inputLabel": "Vyns namn",
|
|
855
|
+
"save": "Spara namnet",
|
|
856
|
+
"cancel": "Avbryt"
|
|
857
|
+
},
|
|
858
|
+
"announce": {
|
|
859
|
+
"added": "Vyn {{name}} har lagts till",
|
|
860
|
+
"removed": "Vyn {{name}} har tagits bort",
|
|
861
|
+
"renamed": "Vyn har bytt namn till {{name}}"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
845
864
|
"dataTable": {
|
|
846
865
|
"moveUp": "Move up",
|
|
847
866
|
"moveDown": "Move down",
|
|
@@ -956,6 +975,120 @@
|
|
|
956
975
|
"clear": "Rensa"
|
|
957
976
|
}
|
|
958
977
|
},
|
|
978
|
+
"documentPreview": {
|
|
979
|
+
"regionLabel": "Förhandsgranskning av dokument",
|
|
980
|
+
"emptyTitle": "Inget dokument valt",
|
|
981
|
+
"emptyDescription": "Välj ett dokument för att förhandsgranska det här.",
|
|
982
|
+
"pdfLabel": "Förhandsgranskning av dokument",
|
|
983
|
+
"imageAlt": "Förhandsgranskning av {{name}}",
|
|
984
|
+
"noPreview": "Ingen förhandsgranskning tillgänglig.",
|
|
985
|
+
"clinical": "Klinisk",
|
|
986
|
+
"fields": {
|
|
987
|
+
"size": "Storlek",
|
|
988
|
+
"modified": "Ändrad",
|
|
989
|
+
"expires": "Upphör"
|
|
990
|
+
},
|
|
991
|
+
"signature": {
|
|
992
|
+
"pending": "Väntar på signatur",
|
|
993
|
+
"signed": "Signerad"
|
|
994
|
+
},
|
|
995
|
+
"units": {
|
|
996
|
+
"bytes": "B",
|
|
997
|
+
"kilobytes": "KB",
|
|
998
|
+
"megabytes": "MB",
|
|
999
|
+
"gigabytes": "GB"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"fileManager": {
|
|
1003
|
+
"regionLabel": "Filhanterare",
|
|
1004
|
+
"treeLabel": "Mappar",
|
|
1005
|
+
"breadcrumbLabel": "Mappsökväg",
|
|
1006
|
+
"toolbarLabel": "Filåtgärder",
|
|
1007
|
+
"rootLabel": "Alla filer",
|
|
1008
|
+
"emptyCell": "—",
|
|
1009
|
+
"toolbar": {
|
|
1010
|
+
"newFolder": "Ny mapp",
|
|
1011
|
+
"upload": "Ladda upp filer",
|
|
1012
|
+
"download": "Ladda ner",
|
|
1013
|
+
"rename": "Byt namn",
|
|
1014
|
+
"move": "Flytta",
|
|
1015
|
+
"delete": "Ta bort",
|
|
1016
|
+
"share": "Dela",
|
|
1017
|
+
"requestSignature": "Begär signatur"
|
|
1018
|
+
},
|
|
1019
|
+
"columns": {
|
|
1020
|
+
"name": "Namn",
|
|
1021
|
+
"type": "Typ",
|
|
1022
|
+
"signature": "Signatur",
|
|
1023
|
+
"size": "Storlek",
|
|
1024
|
+
"modified": "Ändrad"
|
|
1025
|
+
},
|
|
1026
|
+
"signature": {
|
|
1027
|
+
"pending": "Väntar på signatur",
|
|
1028
|
+
"signed": "Signerad"
|
|
1029
|
+
},
|
|
1030
|
+
"dropOverlay": "Släpp filer för att ladda upp till {{folder}}",
|
|
1031
|
+
"rowActions": "Objektåtgärder",
|
|
1032
|
+
"selected_one": "{{count}} objekt markerat",
|
|
1033
|
+
"selected_zero": "{{count}} objekt markerade",
|
|
1034
|
+
"selected_two": "{{count}} objekt markerade",
|
|
1035
|
+
"selected_few": "{{count}} objekt markerade",
|
|
1036
|
+
"selected_many": "{{count}} objekt markerade",
|
|
1037
|
+
"selected_other": "{{count}} objekt markerade",
|
|
1038
|
+
"empty": {
|
|
1039
|
+
"folderTitle": "Den här mappen är tom",
|
|
1040
|
+
"folderDescription": "Ladda upp filer eller skapa en mapp för att komma igång."
|
|
1041
|
+
},
|
|
1042
|
+
"announce": {
|
|
1043
|
+
"navigated": "Öppnade {{name}}"
|
|
1044
|
+
},
|
|
1045
|
+
"dialogs": {
|
|
1046
|
+
"createFolder": {
|
|
1047
|
+
"title": "Ny mapp",
|
|
1048
|
+
"nameLabel": "Mappnamn",
|
|
1049
|
+
"confirm": "Skapa mapp",
|
|
1050
|
+
"cancel": "Avbryt"
|
|
1051
|
+
},
|
|
1052
|
+
"upload": {
|
|
1053
|
+
"title": "Ladda upp till {{folder}}",
|
|
1054
|
+
"close": "Klar"
|
|
1055
|
+
},
|
|
1056
|
+
"rename": {
|
|
1057
|
+
"title": "Byt namn",
|
|
1058
|
+
"nameLabel": "Nytt namn",
|
|
1059
|
+
"confirm": "Byt namn",
|
|
1060
|
+
"cancel": "Avbryt"
|
|
1061
|
+
},
|
|
1062
|
+
"delete": {
|
|
1063
|
+
"title_one": "Ta bort {{count}} objekt?",
|
|
1064
|
+
"title_zero": "Ta bort {{count}} objekt?",
|
|
1065
|
+
"title_two": "Ta bort {{count}} objekt?",
|
|
1066
|
+
"title_few": "Ta bort {{count}} objekt?",
|
|
1067
|
+
"title_many": "Ta bort {{count}} objekt?",
|
|
1068
|
+
"title_other": "Ta bort {{count}} objekt?",
|
|
1069
|
+
"description": "Den här åtgärden kan inte ångras.",
|
|
1070
|
+
"confirm": "Ta bort",
|
|
1071
|
+
"cancel": "Avbryt"
|
|
1072
|
+
},
|
|
1073
|
+
"move": {
|
|
1074
|
+
"title_one": "Flytta {{count}} objekt",
|
|
1075
|
+
"title_zero": "Flytta {{count}} objekt",
|
|
1076
|
+
"title_two": "Flytta {{count}} objekt",
|
|
1077
|
+
"title_few": "Flytta {{count}} objekt",
|
|
1078
|
+
"title_many": "Flytta {{count}} objekt",
|
|
1079
|
+
"title_other": "Flytta {{count}} objekt",
|
|
1080
|
+
"treeLabel": "Målmapp",
|
|
1081
|
+
"confirm": "Flytta hit",
|
|
1082
|
+
"cancel": "Avbryt"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"units": {
|
|
1086
|
+
"bytes": "B",
|
|
1087
|
+
"kilobytes": "KB",
|
|
1088
|
+
"megabytes": "MB",
|
|
1089
|
+
"gigabytes": "GB"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
959
1092
|
"fieldPicker": {
|
|
960
1093
|
"trigger": "Anpassa fält",
|
|
961
1094
|
"title": "Anpassa fält",
|
|
@@ -2180,6 +2313,171 @@
|
|
|
2180
2313
|
},
|
|
2181
2314
|
"pay": "Pay now"
|
|
2182
2315
|
},
|
|
2316
|
+
"periodontalChart": {
|
|
2317
|
+
"ariaLabel": "Periodontal chart",
|
|
2318
|
+
"column": {
|
|
2319
|
+
"measure": "Measurement"
|
|
2320
|
+
},
|
|
2321
|
+
"toothHeader": "Tooth {{tooth}}",
|
|
2322
|
+
"cell": {
|
|
2323
|
+
"empty": "–"
|
|
2324
|
+
},
|
|
2325
|
+
"arch": {
|
|
2326
|
+
"upper": "Upper arch",
|
|
2327
|
+
"lower": "Lower arch"
|
|
2328
|
+
},
|
|
2329
|
+
"side": {
|
|
2330
|
+
"buccal": "buccal",
|
|
2331
|
+
"lingual": "lingual"
|
|
2332
|
+
},
|
|
2333
|
+
"site": {
|
|
2334
|
+
"db": "disto-buccal",
|
|
2335
|
+
"b": "buccal",
|
|
2336
|
+
"mb": "mesio-buccal",
|
|
2337
|
+
"dl": "disto-lingual",
|
|
2338
|
+
"l": "lingual",
|
|
2339
|
+
"ml": "mesio-lingual"
|
|
2340
|
+
},
|
|
2341
|
+
"row": {
|
|
2342
|
+
"missing": "Missing",
|
|
2343
|
+
"implant": "Implant",
|
|
2344
|
+
"mobility": "Mobility",
|
|
2345
|
+
"furcation": "Furcation",
|
|
2346
|
+
"tooth": "Tooth",
|
|
2347
|
+
"note": "Note",
|
|
2348
|
+
"pocketDepthBuccal": "Pocket depth — buccal",
|
|
2349
|
+
"recessionBuccal": "Recession — buccal",
|
|
2350
|
+
"bleedingBuccal": "Bleeding — buccal",
|
|
2351
|
+
"plaqueBuccal": "Plaque — buccal",
|
|
2352
|
+
"pocketDepthLingual": "Pocket depth — lingual",
|
|
2353
|
+
"recessionLingual": "Recession — lingual",
|
|
2354
|
+
"bleedingLingual": "Bleeding — lingual",
|
|
2355
|
+
"plaqueLingual": "Plaque — lingual"
|
|
2356
|
+
},
|
|
2357
|
+
"input": {
|
|
2358
|
+
"pocketDepthMm": "Tooth {{tooth}} {{site}} pocket depth, millimetres",
|
|
2359
|
+
"recessionMm": "Tooth {{tooth}} {{site}} recession, millimetres"
|
|
2360
|
+
},
|
|
2361
|
+
"toggle": {
|
|
2362
|
+
"bleeding": "Tooth {{tooth}} {{site}} bleeding on probing",
|
|
2363
|
+
"plaque": "Tooth {{tooth}} {{site}} plaque",
|
|
2364
|
+
"furcation": "Tooth {{tooth}} {{side}} furcation {{n}}"
|
|
2365
|
+
},
|
|
2366
|
+
"flag": {
|
|
2367
|
+
"moderate": "moderate pocket",
|
|
2368
|
+
"severe": "severe pocket",
|
|
2369
|
+
"missingLabel": "Tooth {{tooth}} missing",
|
|
2370
|
+
"implantLabel": "Tooth {{tooth}} implant",
|
|
2371
|
+
"missingShort": "×",
|
|
2372
|
+
"implantShort": "I"
|
|
2373
|
+
},
|
|
2374
|
+
"mobility": {
|
|
2375
|
+
"label": "Tooth {{tooth}} mobility grade",
|
|
2376
|
+
"none": "–"
|
|
2377
|
+
},
|
|
2378
|
+
"note": {
|
|
2379
|
+
"label": "Tooth {{tooth}} note"
|
|
2380
|
+
},
|
|
2381
|
+
"curve": {
|
|
2382
|
+
"label": "{{arch}} probing depth and recession profile"
|
|
2383
|
+
},
|
|
2384
|
+
"index": {
|
|
2385
|
+
"label": "Summary indices",
|
|
2386
|
+
"elevated": "elevated",
|
|
2387
|
+
"meanPocketDepth": "Mean PD",
|
|
2388
|
+
"meanAttachment": "Mean CAL",
|
|
2389
|
+
"plaque": "Plaque",
|
|
2390
|
+
"bleeding": "BoP"
|
|
2391
|
+
},
|
|
2392
|
+
"unit": {
|
|
2393
|
+
"mm": "{{value}} mm",
|
|
2394
|
+
"percent": "{{value}}%"
|
|
2395
|
+
},
|
|
2396
|
+
"legend": {
|
|
2397
|
+
"label": "Chart legend",
|
|
2398
|
+
"depth": "Pocket depth",
|
|
2399
|
+
"recession": "Recession",
|
|
2400
|
+
"bleeding": "Bleeding on probing",
|
|
2401
|
+
"plaque": "Plaque"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"periodontalRiskChart": {
|
|
2405
|
+
"heading": "Periodontal risk",
|
|
2406
|
+
"overall": {
|
|
2407
|
+
"label": "Overall"
|
|
2408
|
+
},
|
|
2409
|
+
"level": {
|
|
2410
|
+
"low": "Low",
|
|
2411
|
+
"moderate": "Moderate",
|
|
2412
|
+
"high": "High"
|
|
2413
|
+
},
|
|
2414
|
+
"factor": {
|
|
2415
|
+
"bleeding": "Bleeding on probing",
|
|
2416
|
+
"pockets": "Residual pockets ≥5 mm",
|
|
2417
|
+
"toothLoss": "Tooth loss",
|
|
2418
|
+
"boneLossAge": "Bone loss / age",
|
|
2419
|
+
"smoking": "Smoking",
|
|
2420
|
+
"systemic": "Systemic / genetic"
|
|
2421
|
+
},
|
|
2422
|
+
"factors": {
|
|
2423
|
+
"label": "Risk factors"
|
|
2424
|
+
},
|
|
2425
|
+
"valueUnset": "not recorded",
|
|
2426
|
+
"percent": "{{value}}%",
|
|
2427
|
+
"smoking": {
|
|
2428
|
+
"none": "Non-smoker",
|
|
2429
|
+
"former": "Former smoker",
|
|
2430
|
+
"light": "Light (<10/day)",
|
|
2431
|
+
"moderate": "Moderate (10–19/day)",
|
|
2432
|
+
"heavy": "Heavy (≥20/day)"
|
|
2433
|
+
},
|
|
2434
|
+
"systemic": {
|
|
2435
|
+
"yes": "Present",
|
|
2436
|
+
"no": "Absent"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"periodontalDiagnosis": {
|
|
2440
|
+
"heading": "Periodontal diagnosis",
|
|
2441
|
+
"term": "Periodontitis",
|
|
2442
|
+
"unset": "—",
|
|
2443
|
+
"status": {
|
|
2444
|
+
"complete": "Complete",
|
|
2445
|
+
"incomplete": "Incomplete"
|
|
2446
|
+
},
|
|
2447
|
+
"summary": {
|
|
2448
|
+
"none": "No diagnosis recorded yet",
|
|
2449
|
+
"stage": "Stage {{roman}}",
|
|
2450
|
+
"grade": "Grade {{grade}}"
|
|
2451
|
+
},
|
|
2452
|
+
"stage": {
|
|
2453
|
+
"label": "Staging",
|
|
2454
|
+
"description": "Severity and complexity of management.",
|
|
2455
|
+
"option": "Stage {{roman}}"
|
|
2456
|
+
},
|
|
2457
|
+
"grade": {
|
|
2458
|
+
"label": "Grading",
|
|
2459
|
+
"description": "Rate of progression.",
|
|
2460
|
+
"option": "Grade {{grade}}"
|
|
2461
|
+
},
|
|
2462
|
+
"extent": {
|
|
2463
|
+
"label": "Extent",
|
|
2464
|
+
"localised": "Localised",
|
|
2465
|
+
"generalised": "Generalised",
|
|
2466
|
+
"molarIncisor": "Molar-incisor"
|
|
2467
|
+
},
|
|
2468
|
+
"factors": {
|
|
2469
|
+
"label": "Contributing factors"
|
|
2470
|
+
},
|
|
2471
|
+
"factor": {
|
|
2472
|
+
"interdentalCal": "Interdental CAL at the worst site",
|
|
2473
|
+
"radiographicBoneLoss": "Radiographic bone loss",
|
|
2474
|
+
"toothLossPerio": "Tooth loss from periodontitis",
|
|
2475
|
+
"probingDepth6": "Probing depth ≥6 mm",
|
|
2476
|
+
"boneLossAgeOver1": "Bone loss / age > 1.0",
|
|
2477
|
+
"smoker": "Smoker",
|
|
2478
|
+
"diabetes": "Diabetes (HbA1c ≥7%)"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2183
2481
|
"periodontalChartCard": {
|
|
2184
2482
|
"heading": "Periodontal chart",
|
|
2185
2483
|
"empty": "No periodontal readings recorded.",
|
|
@@ -2655,6 +2953,28 @@
|
|
|
2655
2953
|
"fullscreen": "Växla helskärm"
|
|
2656
2954
|
}
|
|
2657
2955
|
},
|
|
2956
|
+
"signatureRequest": {
|
|
2957
|
+
"title": "Signerade dokument",
|
|
2958
|
+
"noSignedVersions": "Det finns inga signerade versioner av detta dokument",
|
|
2959
|
+
"operatorSection": "Behandlare (begärd undertecknare)",
|
|
2960
|
+
"assignToMe": "Tilldela mig",
|
|
2961
|
+
"operatorPlaceholder": "Välj en behandlare",
|
|
2962
|
+
"assignLater": "Tilldela senare",
|
|
2963
|
+
"operatorHint": "Signaturförfrågan skickas till behandlaren via e-post eller sms, beroende på dennes inställningar.",
|
|
2964
|
+
"signersSection": "Undertecknare (patientsidan)",
|
|
2965
|
+
"signerPlaceholder": "Välj en undertecknare",
|
|
2966
|
+
"channelLabel": "Signeringskanal",
|
|
2967
|
+
"viaSms": "Via sms",
|
|
2968
|
+
"viaEmail": "Via e-post",
|
|
2969
|
+
"viaWhatsapp": "Via WhatsApp",
|
|
2970
|
+
"onThisDevice": "På den här enheten",
|
|
2971
|
+
"noOtp": "Kräv inte OTP från patienten",
|
|
2972
|
+
"noOtpWarning": "En signatur utan OTP har lågt bevisvärde.",
|
|
2973
|
+
"addSigner": "Lägg till undertecknare",
|
|
2974
|
+
"removeSigner": "Ta bort undertecknare",
|
|
2975
|
+
"requestSignature": "Begär signatur",
|
|
2976
|
+
"close": "Stäng"
|
|
2977
|
+
},
|
|
2658
2978
|
"toothScheme": {
|
|
2659
2979
|
"ariaLabel": "Tandschema",
|
|
2660
2980
|
"legendLabel": "Tillståndslista",
|
package/dist/locales/tr.json
CHANGED
|
@@ -842,6 +842,25 @@
|
|
|
842
842
|
"neutral": "Olay"
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
|
+
"dataTableTabs": {
|
|
846
|
+
"tablistLabel": "Kayıtlı görünümler",
|
|
847
|
+
"addTab": "Görünüm ekle",
|
|
848
|
+
"newTabName": "Görünüm {{number}}",
|
|
849
|
+
"maxTabsReached": "Görünüm sınırına ulaşıldı",
|
|
850
|
+
"removeTab": "{{name}} görünümünü kaldır",
|
|
851
|
+
"hint": "Bir görünümü yeniden adlandırmak için çift tıklayın veya F2 tuşuna basın. Kaldırmak için Delete tuşuna basın.",
|
|
852
|
+
"rename": {
|
|
853
|
+
"title": "Görünümü yeniden adlandır",
|
|
854
|
+
"inputLabel": "Görünüm adı",
|
|
855
|
+
"save": "Adı kaydet",
|
|
856
|
+
"cancel": "İptal"
|
|
857
|
+
},
|
|
858
|
+
"announce": {
|
|
859
|
+
"added": "{{name}} görünümü eklendi",
|
|
860
|
+
"removed": "{{name}} görünümü kaldırıldı",
|
|
861
|
+
"renamed": "Görünümün adı {{name}} olarak değiştirildi"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
845
864
|
"dataTable": {
|
|
846
865
|
"moveUp": "Move up",
|
|
847
866
|
"moveDown": "Move down",
|
|
@@ -956,6 +975,120 @@
|
|
|
956
975
|
"clear": "Kaldır"
|
|
957
976
|
}
|
|
958
977
|
},
|
|
978
|
+
"documentPreview": {
|
|
979
|
+
"regionLabel": "Belge önizlemesi",
|
|
980
|
+
"emptyTitle": "Belge seçilmedi",
|
|
981
|
+
"emptyDescription": "Burada önizlemek için bir belge seçin.",
|
|
982
|
+
"pdfLabel": "Belge önizlemesi",
|
|
983
|
+
"imageAlt": "{{name}} önizlemesi",
|
|
984
|
+
"noPreview": "Önizleme kullanılamıyor.",
|
|
985
|
+
"clinical": "Klinik",
|
|
986
|
+
"fields": {
|
|
987
|
+
"size": "Boyut",
|
|
988
|
+
"modified": "Değiştirilme",
|
|
989
|
+
"expires": "Sona eriyor"
|
|
990
|
+
},
|
|
991
|
+
"signature": {
|
|
992
|
+
"pending": "İmza bekleniyor",
|
|
993
|
+
"signed": "İmzalandı"
|
|
994
|
+
},
|
|
995
|
+
"units": {
|
|
996
|
+
"bytes": "B",
|
|
997
|
+
"kilobytes": "KB",
|
|
998
|
+
"megabytes": "MB",
|
|
999
|
+
"gigabytes": "GB"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"fileManager": {
|
|
1003
|
+
"regionLabel": "Dosya yöneticisi",
|
|
1004
|
+
"treeLabel": "Klasörler",
|
|
1005
|
+
"breadcrumbLabel": "Klasör yolu",
|
|
1006
|
+
"toolbarLabel": "Dosya işlemleri",
|
|
1007
|
+
"rootLabel": "Tüm dosyalar",
|
|
1008
|
+
"emptyCell": "—",
|
|
1009
|
+
"toolbar": {
|
|
1010
|
+
"newFolder": "Yeni klasör",
|
|
1011
|
+
"upload": "Dosya yükle",
|
|
1012
|
+
"download": "İndir",
|
|
1013
|
+
"rename": "Yeniden adlandır",
|
|
1014
|
+
"move": "Taşı",
|
|
1015
|
+
"delete": "Sil",
|
|
1016
|
+
"share": "Paylaş",
|
|
1017
|
+
"requestSignature": "İmza iste"
|
|
1018
|
+
},
|
|
1019
|
+
"columns": {
|
|
1020
|
+
"name": "Ad",
|
|
1021
|
+
"type": "Tür",
|
|
1022
|
+
"signature": "İmza",
|
|
1023
|
+
"size": "Boyut",
|
|
1024
|
+
"modified": "Değiştirilme"
|
|
1025
|
+
},
|
|
1026
|
+
"signature": {
|
|
1027
|
+
"pending": "İmza bekleniyor",
|
|
1028
|
+
"signed": "İmzalandı"
|
|
1029
|
+
},
|
|
1030
|
+
"dropOverlay": "Dosyaları {{folder}} klasörüne yüklemek için bırakın",
|
|
1031
|
+
"rowActions": "Öğe işlemleri",
|
|
1032
|
+
"selected_one": "{{count}} öğe seçildi",
|
|
1033
|
+
"selected_zero": "{{count}} öğe seçildi",
|
|
1034
|
+
"selected_two": "{{count}} öğe seçildi",
|
|
1035
|
+
"selected_few": "{{count}} öğe seçildi",
|
|
1036
|
+
"selected_many": "{{count}} öğe seçildi",
|
|
1037
|
+
"selected_other": "{{count}} öğe seçildi",
|
|
1038
|
+
"empty": {
|
|
1039
|
+
"folderTitle": "Bu klasör boş",
|
|
1040
|
+
"folderDescription": "Başlamak için dosya yükleyin veya bir klasör oluşturun."
|
|
1041
|
+
},
|
|
1042
|
+
"announce": {
|
|
1043
|
+
"navigated": "{{name}} açıldı"
|
|
1044
|
+
},
|
|
1045
|
+
"dialogs": {
|
|
1046
|
+
"createFolder": {
|
|
1047
|
+
"title": "Yeni klasör",
|
|
1048
|
+
"nameLabel": "Klasör adı",
|
|
1049
|
+
"confirm": "Klasör oluştur",
|
|
1050
|
+
"cancel": "İptal"
|
|
1051
|
+
},
|
|
1052
|
+
"upload": {
|
|
1053
|
+
"title": "{{folder}} klasörüne yükle",
|
|
1054
|
+
"close": "Bitti"
|
|
1055
|
+
},
|
|
1056
|
+
"rename": {
|
|
1057
|
+
"title": "Yeniden adlandır",
|
|
1058
|
+
"nameLabel": "Yeni ad",
|
|
1059
|
+
"confirm": "Yeniden adlandır",
|
|
1060
|
+
"cancel": "İptal"
|
|
1061
|
+
},
|
|
1062
|
+
"delete": {
|
|
1063
|
+
"title_one": "{{count}} öğe silinsin mi?",
|
|
1064
|
+
"title_zero": "{{count}} öğe silinsin mi?",
|
|
1065
|
+
"title_two": "{{count}} öğe silinsin mi?",
|
|
1066
|
+
"title_few": "{{count}} öğe silinsin mi?",
|
|
1067
|
+
"title_many": "{{count}} öğe silinsin mi?",
|
|
1068
|
+
"title_other": "{{count}} öğe silinsin mi?",
|
|
1069
|
+
"description": "Bu işlem geri alınamaz.",
|
|
1070
|
+
"confirm": "Sil",
|
|
1071
|
+
"cancel": "İptal"
|
|
1072
|
+
},
|
|
1073
|
+
"move": {
|
|
1074
|
+
"title_one": "{{count}} öğeyi taşı",
|
|
1075
|
+
"title_zero": "{{count}} öğeyi taşı",
|
|
1076
|
+
"title_two": "{{count}} öğeyi taşı",
|
|
1077
|
+
"title_few": "{{count}} öğeyi taşı",
|
|
1078
|
+
"title_many": "{{count}} öğeyi taşı",
|
|
1079
|
+
"title_other": "{{count}} öğeyi taşı",
|
|
1080
|
+
"treeLabel": "Hedef klasör",
|
|
1081
|
+
"confirm": "Buraya taşı",
|
|
1082
|
+
"cancel": "İptal"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"units": {
|
|
1086
|
+
"bytes": "B",
|
|
1087
|
+
"kilobytes": "KB",
|
|
1088
|
+
"megabytes": "MB",
|
|
1089
|
+
"gigabytes": "GB"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
959
1092
|
"fieldPicker": {
|
|
960
1093
|
"trigger": "Alanları özelleştir",
|
|
961
1094
|
"title": "Alanları özelleştir",
|
|
@@ -2180,6 +2313,171 @@
|
|
|
2180
2313
|
},
|
|
2181
2314
|
"pay": "Pay now"
|
|
2182
2315
|
},
|
|
2316
|
+
"periodontalChart": {
|
|
2317
|
+
"ariaLabel": "Periodontal chart",
|
|
2318
|
+
"column": {
|
|
2319
|
+
"measure": "Measurement"
|
|
2320
|
+
},
|
|
2321
|
+
"toothHeader": "Tooth {{tooth}}",
|
|
2322
|
+
"cell": {
|
|
2323
|
+
"empty": "–"
|
|
2324
|
+
},
|
|
2325
|
+
"arch": {
|
|
2326
|
+
"upper": "Upper arch",
|
|
2327
|
+
"lower": "Lower arch"
|
|
2328
|
+
},
|
|
2329
|
+
"side": {
|
|
2330
|
+
"buccal": "buccal",
|
|
2331
|
+
"lingual": "lingual"
|
|
2332
|
+
},
|
|
2333
|
+
"site": {
|
|
2334
|
+
"db": "disto-buccal",
|
|
2335
|
+
"b": "buccal",
|
|
2336
|
+
"mb": "mesio-buccal",
|
|
2337
|
+
"dl": "disto-lingual",
|
|
2338
|
+
"l": "lingual",
|
|
2339
|
+
"ml": "mesio-lingual"
|
|
2340
|
+
},
|
|
2341
|
+
"row": {
|
|
2342
|
+
"missing": "Missing",
|
|
2343
|
+
"implant": "Implant",
|
|
2344
|
+
"mobility": "Mobility",
|
|
2345
|
+
"furcation": "Furcation",
|
|
2346
|
+
"tooth": "Tooth",
|
|
2347
|
+
"note": "Note",
|
|
2348
|
+
"pocketDepthBuccal": "Pocket depth — buccal",
|
|
2349
|
+
"recessionBuccal": "Recession — buccal",
|
|
2350
|
+
"bleedingBuccal": "Bleeding — buccal",
|
|
2351
|
+
"plaqueBuccal": "Plaque — buccal",
|
|
2352
|
+
"pocketDepthLingual": "Pocket depth — lingual",
|
|
2353
|
+
"recessionLingual": "Recession — lingual",
|
|
2354
|
+
"bleedingLingual": "Bleeding — lingual",
|
|
2355
|
+
"plaqueLingual": "Plaque — lingual"
|
|
2356
|
+
},
|
|
2357
|
+
"input": {
|
|
2358
|
+
"pocketDepthMm": "Tooth {{tooth}} {{site}} pocket depth, millimetres",
|
|
2359
|
+
"recessionMm": "Tooth {{tooth}} {{site}} recession, millimetres"
|
|
2360
|
+
},
|
|
2361
|
+
"toggle": {
|
|
2362
|
+
"bleeding": "Tooth {{tooth}} {{site}} bleeding on probing",
|
|
2363
|
+
"plaque": "Tooth {{tooth}} {{site}} plaque",
|
|
2364
|
+
"furcation": "Tooth {{tooth}} {{side}} furcation {{n}}"
|
|
2365
|
+
},
|
|
2366
|
+
"flag": {
|
|
2367
|
+
"moderate": "moderate pocket",
|
|
2368
|
+
"severe": "severe pocket",
|
|
2369
|
+
"missingLabel": "Tooth {{tooth}} missing",
|
|
2370
|
+
"implantLabel": "Tooth {{tooth}} implant",
|
|
2371
|
+
"missingShort": "×",
|
|
2372
|
+
"implantShort": "I"
|
|
2373
|
+
},
|
|
2374
|
+
"mobility": {
|
|
2375
|
+
"label": "Tooth {{tooth}} mobility grade",
|
|
2376
|
+
"none": "–"
|
|
2377
|
+
},
|
|
2378
|
+
"note": {
|
|
2379
|
+
"label": "Tooth {{tooth}} note"
|
|
2380
|
+
},
|
|
2381
|
+
"curve": {
|
|
2382
|
+
"label": "{{arch}} probing depth and recession profile"
|
|
2383
|
+
},
|
|
2384
|
+
"index": {
|
|
2385
|
+
"label": "Summary indices",
|
|
2386
|
+
"elevated": "elevated",
|
|
2387
|
+
"meanPocketDepth": "Mean PD",
|
|
2388
|
+
"meanAttachment": "Mean CAL",
|
|
2389
|
+
"plaque": "Plaque",
|
|
2390
|
+
"bleeding": "BoP"
|
|
2391
|
+
},
|
|
2392
|
+
"unit": {
|
|
2393
|
+
"mm": "{{value}} mm",
|
|
2394
|
+
"percent": "{{value}}%"
|
|
2395
|
+
},
|
|
2396
|
+
"legend": {
|
|
2397
|
+
"label": "Chart legend",
|
|
2398
|
+
"depth": "Pocket depth",
|
|
2399
|
+
"recession": "Recession",
|
|
2400
|
+
"bleeding": "Bleeding on probing",
|
|
2401
|
+
"plaque": "Plaque"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"periodontalRiskChart": {
|
|
2405
|
+
"heading": "Periodontal risk",
|
|
2406
|
+
"overall": {
|
|
2407
|
+
"label": "Overall"
|
|
2408
|
+
},
|
|
2409
|
+
"level": {
|
|
2410
|
+
"low": "Low",
|
|
2411
|
+
"moderate": "Moderate",
|
|
2412
|
+
"high": "High"
|
|
2413
|
+
},
|
|
2414
|
+
"factor": {
|
|
2415
|
+
"bleeding": "Bleeding on probing",
|
|
2416
|
+
"pockets": "Residual pockets ≥5 mm",
|
|
2417
|
+
"toothLoss": "Tooth loss",
|
|
2418
|
+
"boneLossAge": "Bone loss / age",
|
|
2419
|
+
"smoking": "Smoking",
|
|
2420
|
+
"systemic": "Systemic / genetic"
|
|
2421
|
+
},
|
|
2422
|
+
"factors": {
|
|
2423
|
+
"label": "Risk factors"
|
|
2424
|
+
},
|
|
2425
|
+
"valueUnset": "not recorded",
|
|
2426
|
+
"percent": "{{value}}%",
|
|
2427
|
+
"smoking": {
|
|
2428
|
+
"none": "Non-smoker",
|
|
2429
|
+
"former": "Former smoker",
|
|
2430
|
+
"light": "Light (<10/day)",
|
|
2431
|
+
"moderate": "Moderate (10–19/day)",
|
|
2432
|
+
"heavy": "Heavy (≥20/day)"
|
|
2433
|
+
},
|
|
2434
|
+
"systemic": {
|
|
2435
|
+
"yes": "Present",
|
|
2436
|
+
"no": "Absent"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"periodontalDiagnosis": {
|
|
2440
|
+
"heading": "Periodontal diagnosis",
|
|
2441
|
+
"term": "Periodontitis",
|
|
2442
|
+
"unset": "—",
|
|
2443
|
+
"status": {
|
|
2444
|
+
"complete": "Complete",
|
|
2445
|
+
"incomplete": "Incomplete"
|
|
2446
|
+
},
|
|
2447
|
+
"summary": {
|
|
2448
|
+
"none": "No diagnosis recorded yet",
|
|
2449
|
+
"stage": "Stage {{roman}}",
|
|
2450
|
+
"grade": "Grade {{grade}}"
|
|
2451
|
+
},
|
|
2452
|
+
"stage": {
|
|
2453
|
+
"label": "Staging",
|
|
2454
|
+
"description": "Severity and complexity of management.",
|
|
2455
|
+
"option": "Stage {{roman}}"
|
|
2456
|
+
},
|
|
2457
|
+
"grade": {
|
|
2458
|
+
"label": "Grading",
|
|
2459
|
+
"description": "Rate of progression.",
|
|
2460
|
+
"option": "Grade {{grade}}"
|
|
2461
|
+
},
|
|
2462
|
+
"extent": {
|
|
2463
|
+
"label": "Extent",
|
|
2464
|
+
"localised": "Localised",
|
|
2465
|
+
"generalised": "Generalised",
|
|
2466
|
+
"molarIncisor": "Molar-incisor"
|
|
2467
|
+
},
|
|
2468
|
+
"factors": {
|
|
2469
|
+
"label": "Contributing factors"
|
|
2470
|
+
},
|
|
2471
|
+
"factor": {
|
|
2472
|
+
"interdentalCal": "Interdental CAL at the worst site",
|
|
2473
|
+
"radiographicBoneLoss": "Radiographic bone loss",
|
|
2474
|
+
"toothLossPerio": "Tooth loss from periodontitis",
|
|
2475
|
+
"probingDepth6": "Probing depth ≥6 mm",
|
|
2476
|
+
"boneLossAgeOver1": "Bone loss / age > 1.0",
|
|
2477
|
+
"smoker": "Smoker",
|
|
2478
|
+
"diabetes": "Diabetes (HbA1c ≥7%)"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2183
2481
|
"periodontalChartCard": {
|
|
2184
2482
|
"heading": "Periodontal chart",
|
|
2185
2483
|
"empty": "No periodontal readings recorded.",
|
|
@@ -2655,6 +2953,28 @@
|
|
|
2655
2953
|
"fullscreen": "Tam ekran aç/kapat"
|
|
2656
2954
|
}
|
|
2657
2955
|
},
|
|
2956
|
+
"signatureRequest": {
|
|
2957
|
+
"title": "İmzalanmış belgeler",
|
|
2958
|
+
"noSignedVersions": "Bu belgenin imzalanmış sürümü yok",
|
|
2959
|
+
"operatorSection": "Operatör (istenen imzalayan)",
|
|
2960
|
+
"assignToMe": "Bana ata",
|
|
2961
|
+
"operatorPlaceholder": "Bir operatör seçin",
|
|
2962
|
+
"assignLater": "Daha sonra ata",
|
|
2963
|
+
"operatorHint": "İmza isteği, ayarlarına bağlı olarak operatöre e-posta veya SMS ile gönderilecektir.",
|
|
2964
|
+
"signersSection": "Hasta imzalayanları",
|
|
2965
|
+
"signerPlaceholder": "Bir imzalayan seçin",
|
|
2966
|
+
"channelLabel": "İmza kanalı",
|
|
2967
|
+
"viaSms": "SMS ile",
|
|
2968
|
+
"viaEmail": "E-posta ile",
|
|
2969
|
+
"viaWhatsapp": "WhatsApp ile",
|
|
2970
|
+
"onThisDevice": "Bu cihazda",
|
|
2971
|
+
"noOtp": "Hastadan OTP isteme",
|
|
2972
|
+
"noOtpWarning": "OTP olmadan atılan imzanın kanıt değeri düşüktür.",
|
|
2973
|
+
"addSigner": "İmzalayan ekle",
|
|
2974
|
+
"removeSigner": "İmzalayanı kaldır",
|
|
2975
|
+
"requestSignature": "İmza iste",
|
|
2976
|
+
"close": "Kapat"
|
|
2977
|
+
},
|
|
2658
2978
|
"toothScheme": {
|
|
2659
2979
|
"ariaLabel": "Diş şeması",
|
|
2660
2980
|
"legendLabel": "Durum göstergesi",
|