@alfadocs/ui-kit 1.4.16 → 1.5.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/{anamnesis-summary-rows-CVzxC2X3.js → anamnesis-summary-rows-BpYztFUv.js} +20 -4
- package/dist/_chunks/{care-plan-card-C83Hb9EE.js → care-plan-card-CehAU7F_.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-CHMPSTCz.js → care-plan-entry-card-ChWRMfMw.js} +2 -2
- package/dist/_chunks/{periodontal-chart-brakjj0s.js → periodontal-chart-C0nNQKKK.js} +121 -121
- package/dist/_chunks/tooth-data-DR8Kdnup.js +903 -0
- package/dist/_chunks/tooth-finding-palette-vqC-D2Ye.js +708 -0
- package/dist/_chunks/tooth-scheme-BPXE1_3N.js +2051 -0
- package/dist/agent-catalog.json +465 -21
- package/dist/agent-i18n/en.json +23 -6
- package/dist/components/care-plan-card/index.js +1 -1
- package/dist/components/care-plan-entry-card/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/periodontal-chart/index.js +1 -1
- package/dist/components/tooth-finding-palette/index.d.ts +4 -0
- package/dist/components/tooth-finding-palette/index.js +9 -0
- package/dist/components/tooth-finding-palette/tooth-finding-palette.agent.d.ts +4 -0
- package/dist/components/tooth-finding-palette/tooth-finding-palette.d.ts +89 -0
- package/dist/components/tooth-scheme/index.d.ts +2 -2
- package/dist/components/tooth-scheme/index.js +57 -30
- package/dist/components/tooth-scheme/tooth-data.d.ts +279 -10
- package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts +2 -2
- package/dist/components/tooth-scheme/tooth-scheme.d.ts +30 -3
- package/dist/i18n/locales/ar.d.ts +40 -1
- package/dist/i18n/locales/ar.js +41 -2
- package/dist/i18n/locales/de.d.ts +40 -1
- package/dist/i18n/locales/de.js +41 -2
- package/dist/i18n/locales/el.d.ts +40 -1
- package/dist/i18n/locales/el.js +41 -2
- package/dist/i18n/locales/en.d.ts +40 -1
- package/dist/i18n/locales/en.js +41 -2
- package/dist/i18n/locales/es.d.ts +40 -1
- package/dist/i18n/locales/es.js +41 -2
- package/dist/i18n/locales/fr.d.ts +40 -1
- package/dist/i18n/locales/fr.js +41 -2
- package/dist/i18n/locales/hi.d.ts +40 -1
- package/dist/i18n/locales/hi.js +41 -2
- package/dist/i18n/locales/it.d.ts +40 -1
- package/dist/i18n/locales/it.js +41 -2
- package/dist/i18n/locales/ja.d.ts +40 -1
- package/dist/i18n/locales/ja.js +41 -2
- package/dist/i18n/locales/nl.d.ts +40 -1
- package/dist/i18n/locales/nl.js +41 -2
- package/dist/i18n/locales/pl.d.ts +40 -1
- package/dist/i18n/locales/pl.js +41 -2
- package/dist/i18n/locales/pt.d.ts +40 -1
- package/dist/i18n/locales/pt.js +41 -2
- package/dist/i18n/locales/ro.d.ts +40 -1
- package/dist/i18n/locales/ro.js +41 -2
- package/dist/i18n/locales/ru.d.ts +40 -1
- package/dist/i18n/locales/ru.js +41 -2
- package/dist/i18n/locales/sq.d.ts +40 -1
- package/dist/i18n/locales/sq.js +41 -2
- package/dist/i18n/locales/sv.d.ts +40 -1
- package/dist/i18n/locales/sv.js +41 -2
- package/dist/i18n/locales/tr.d.ts +40 -1
- package/dist/i18n/locales/tr.js +41 -2
- package/dist/i18n/locales/zh.d.ts +40 -1
- package/dist/i18n/locales/zh.js +41 -2
- package/dist/index.js +448 -415
- package/dist/locales/ar.json +41 -2
- package/dist/locales/de.json +41 -2
- package/dist/locales/el.json +41 -2
- package/dist/locales/en.json +41 -2
- package/dist/locales/es.json +41 -2
- package/dist/locales/fr.json +41 -2
- package/dist/locales/hi.json +41 -2
- package/dist/locales/it.json +41 -2
- package/dist/locales/ja.json +41 -2
- package/dist/locales/nl.json +41 -2
- package/dist/locales/pl.json +41 -2
- package/dist/locales/pt.json +41 -2
- package/dist/locales/ro.json +41 -2
- package/dist/locales/ru.json +41 -2
- package/dist/locales/sq.json +41 -2
- package/dist/locales/sv.json +41 -2
- package/dist/locales/tr.json +41 -2
- package/dist/locales/zh.json +41 -2
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/tooth-data-BwuoKFf4.js +0 -660
- package/dist/_chunks/tooth-scheme-s0ipC0-Z.js +0 -1483
|
@@ -3090,6 +3090,7 @@ export declare const arUi: {
|
|
|
3090
3090
|
readonly toothScheme: {
|
|
3091
3091
|
readonly ariaLabel: "مخطط الأسنان";
|
|
3092
3092
|
readonly legendLabel: "دليل الحالات";
|
|
3093
|
+
readonly legendStatusLabel: "الحالة";
|
|
3093
3094
|
readonly view: {
|
|
3094
3095
|
readonly side: "عرض جانبي";
|
|
3095
3096
|
readonly occlusal: "عرض إطباقي";
|
|
@@ -3134,9 +3135,23 @@ export declare const arUi: {
|
|
|
3134
3135
|
readonly rootCanal: "علاج جذر";
|
|
3135
3136
|
readonly temporaryCrown: "تاج مؤقت";
|
|
3136
3137
|
readonly bridge: "جسر";
|
|
3137
|
-
readonly destroyed: "
|
|
3138
|
+
readonly destroyed: "جذر مستبقى";
|
|
3138
3139
|
readonly implantExtraction: "إزالة زرعة";
|
|
3139
3140
|
readonly stub: "جذر متبقٍ";
|
|
3141
|
+
readonly pin: "وتد جذري";
|
|
3142
|
+
readonly rootAmputation: "قطع ذروة الجذر";
|
|
3143
|
+
readonly anchorage: "مثبت الطقم الجزئي";
|
|
3144
|
+
readonly hook: "مشبك";
|
|
3145
|
+
readonly attachment: "ملحق تقويمي";
|
|
3146
|
+
readonly mucogingivalSurgery: "جراحة مخاطية لثوية";
|
|
3147
|
+
readonly periodontalSurgery: "جراحة دواعم السن";
|
|
3148
|
+
readonly curettage: "تجريف";
|
|
3149
|
+
readonly medication: "ضماد دوائي";
|
|
3150
|
+
readonly xray: "صورة شعاعية";
|
|
3151
|
+
};
|
|
3152
|
+
readonly status: {
|
|
3153
|
+
readonly planned: "مخطط";
|
|
3154
|
+
readonly executed: "منفَّذ";
|
|
3140
3155
|
};
|
|
3141
3156
|
readonly surface: {
|
|
3142
3157
|
readonly mesial: "وسطاني";
|
|
@@ -3145,6 +3160,13 @@ export declare const arUi: {
|
|
|
3145
3160
|
readonly buccal: "دهليزي";
|
|
3146
3161
|
readonly lingual: "لساني";
|
|
3147
3162
|
};
|
|
3163
|
+
readonly root: {
|
|
3164
|
+
readonly mesial: "الجذر الوسطاني";
|
|
3165
|
+
readonly distal: "الجذر الوحشي";
|
|
3166
|
+
readonly palatal: "الجذر الحنكي";
|
|
3167
|
+
readonly buccal: "الجذر الدهليزي";
|
|
3168
|
+
readonly single: "جذر مفرد";
|
|
3169
|
+
};
|
|
3148
3170
|
readonly numbering: {
|
|
3149
3171
|
readonly fdi: "FDI (ISO 3950)";
|
|
3150
3172
|
readonly universal: "عالمي (ADA)";
|
|
@@ -3152,6 +3174,9 @@ export declare const arUi: {
|
|
|
3152
3174
|
};
|
|
3153
3175
|
readonly toothLabel: "السن {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3154
3176
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3177
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3178
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3179
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3155
3180
|
readonly selected: "تم تحديد السن {{id}}, {{conditions}}";
|
|
3156
3181
|
readonly deselected: "تم إلغاء تحديد السن {{id}}";
|
|
3157
3182
|
readonly elementSelected: "تم تحديد {{name}}, {{conditions}}";
|
|
@@ -3163,6 +3188,20 @@ export declare const arUi: {
|
|
|
3163
3188
|
readonly radiographBadge_many: "{{count}} صورة شعاعية";
|
|
3164
3189
|
readonly radiographBadge_other: "{{count}} صورة شعاعية";
|
|
3165
3190
|
};
|
|
3191
|
+
readonly toothFindingPalette: {
|
|
3192
|
+
readonly ariaLabel: "الموجودات السنية";
|
|
3193
|
+
readonly statusLabel: "الحالة";
|
|
3194
|
+
readonly empty: "لا توجد موجودات متاحة";
|
|
3195
|
+
readonly group: {
|
|
3196
|
+
readonly decay: "التسوس والترميم";
|
|
3197
|
+
readonly prosthetics: "التعويضات السنية";
|
|
3198
|
+
readonly endodontics: "علاج الجذور";
|
|
3199
|
+
readonly periodontics: "دواعم السن";
|
|
3200
|
+
readonly orthodontics: "التقويم والأجهزة";
|
|
3201
|
+
readonly diagnosis: "حالة السن والتصوير";
|
|
3202
|
+
readonly custom: "موجودات العيادة";
|
|
3203
|
+
};
|
|
3204
|
+
};
|
|
3166
3205
|
readonly privacyLock: {
|
|
3167
3206
|
readonly triggerAriaLabel: "قفل الشاشة للخصوصية";
|
|
3168
3207
|
readonly triggerTooltip: "قفل الشاشة";
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -3058,6 +3058,7 @@ const e = {
|
|
|
3058
3058
|
toothScheme: {
|
|
3059
3059
|
ariaLabel: "مخطط الأسنان",
|
|
3060
3060
|
legendLabel: "دليل الحالات",
|
|
3061
|
+
legendStatusLabel: "الحالة",
|
|
3061
3062
|
view: {
|
|
3062
3063
|
side: "عرض جانبي",
|
|
3063
3064
|
occlusal: "عرض إطباقي",
|
|
@@ -3102,9 +3103,23 @@ const e = {
|
|
|
3102
3103
|
rootCanal: "علاج جذر",
|
|
3103
3104
|
temporaryCrown: "تاج مؤقت",
|
|
3104
3105
|
bridge: "جسر",
|
|
3105
|
-
destroyed: "
|
|
3106
|
+
destroyed: "جذر مستبقى",
|
|
3106
3107
|
implantExtraction: "إزالة زرعة",
|
|
3107
|
-
stub: "جذر متبقٍ"
|
|
3108
|
+
stub: "جذر متبقٍ",
|
|
3109
|
+
pin: "وتد جذري",
|
|
3110
|
+
rootAmputation: "قطع ذروة الجذر",
|
|
3111
|
+
anchorage: "مثبت الطقم الجزئي",
|
|
3112
|
+
hook: "مشبك",
|
|
3113
|
+
attachment: "ملحق تقويمي",
|
|
3114
|
+
mucogingivalSurgery: "جراحة مخاطية لثوية",
|
|
3115
|
+
periodontalSurgery: "جراحة دواعم السن",
|
|
3116
|
+
curettage: "تجريف",
|
|
3117
|
+
medication: "ضماد دوائي",
|
|
3118
|
+
xray: "صورة شعاعية"
|
|
3119
|
+
},
|
|
3120
|
+
status: {
|
|
3121
|
+
planned: "مخطط",
|
|
3122
|
+
executed: "منفَّذ"
|
|
3108
3123
|
},
|
|
3109
3124
|
surface: {
|
|
3110
3125
|
mesial: "وسطاني",
|
|
@@ -3113,6 +3128,13 @@ const e = {
|
|
|
3113
3128
|
buccal: "دهليزي",
|
|
3114
3129
|
lingual: "لساني"
|
|
3115
3130
|
},
|
|
3131
|
+
root: {
|
|
3132
|
+
mesial: "الجذر الوسطاني",
|
|
3133
|
+
distal: "الجذر الوحشي",
|
|
3134
|
+
palatal: "الجذر الحنكي",
|
|
3135
|
+
buccal: "الجذر الدهليزي",
|
|
3136
|
+
single: "جذر مفرد"
|
|
3137
|
+
},
|
|
3116
3138
|
numbering: {
|
|
3117
3139
|
fdi: "FDI (ISO 3950)",
|
|
3118
3140
|
universal: "عالمي (ADA)",
|
|
@@ -3120,6 +3142,9 @@ const e = {
|
|
|
3120
3142
|
},
|
|
3121
3143
|
toothLabel: "السن {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3144
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3145
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3146
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3147
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3148
|
selected: "تم تحديد السن {{id}}, {{conditions}}",
|
|
3124
3149
|
deselected: "تم إلغاء تحديد السن {{id}}",
|
|
3125
3150
|
elementSelected: "تم تحديد {{name}}, {{conditions}}",
|
|
@@ -3131,6 +3156,20 @@ const e = {
|
|
|
3131
3156
|
radiographBadge_many: "{{count}} صورة شعاعية",
|
|
3132
3157
|
radiographBadge_other: "{{count}} صورة شعاعية"
|
|
3133
3158
|
},
|
|
3159
|
+
toothFindingPalette: {
|
|
3160
|
+
ariaLabel: "الموجودات السنية",
|
|
3161
|
+
statusLabel: "الحالة",
|
|
3162
|
+
empty: "لا توجد موجودات متاحة",
|
|
3163
|
+
group: {
|
|
3164
|
+
decay: "التسوس والترميم",
|
|
3165
|
+
prosthetics: "التعويضات السنية",
|
|
3166
|
+
endodontics: "علاج الجذور",
|
|
3167
|
+
periodontics: "دواعم السن",
|
|
3168
|
+
orthodontics: "التقويم والأجهزة",
|
|
3169
|
+
diagnosis: "حالة السن والتصوير",
|
|
3170
|
+
custom: "موجودات العيادة"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3134
3173
|
privacyLock: {
|
|
3135
3174
|
triggerAriaLabel: "قفل الشاشة للخصوصية",
|
|
3136
3175
|
triggerTooltip: "قفل الشاشة",
|
|
@@ -3090,6 +3090,7 @@ export declare const deUi: {
|
|
|
3090
3090
|
readonly toothScheme: {
|
|
3091
3091
|
readonly ariaLabel: "Zahnschema";
|
|
3092
3092
|
readonly legendLabel: "Legende der Zustände";
|
|
3093
|
+
readonly legendStatusLabel: "Status";
|
|
3093
3094
|
readonly view: {
|
|
3094
3095
|
readonly side: "Seitenansicht";
|
|
3095
3096
|
readonly occlusal: "Okklusalansicht";
|
|
@@ -3134,9 +3135,23 @@ export declare const deUi: {
|
|
|
3134
3135
|
readonly rootCanal: "Wurzelkanalbehandlung";
|
|
3135
3136
|
readonly temporaryCrown: "Provisorische Krone";
|
|
3136
3137
|
readonly bridge: "Brücke";
|
|
3137
|
-
readonly destroyed: "
|
|
3138
|
+
readonly destroyed: "Persistierende Wurzel";
|
|
3138
3139
|
readonly implantExtraction: "Explantation";
|
|
3139
3140
|
readonly stub: "Wurzelrest";
|
|
3141
|
+
readonly pin: "Wurzelstift";
|
|
3142
|
+
readonly rootAmputation: "Wurzelspitzenresektion";
|
|
3143
|
+
readonly anchorage: "Geschiebe";
|
|
3144
|
+
readonly hook: "Klammer";
|
|
3145
|
+
readonly attachment: "Kieferorthopädisches Attachment";
|
|
3146
|
+
readonly mucogingivalSurgery: "Mukogingivalchirurgie";
|
|
3147
|
+
readonly periodontalSurgery: "Parodontalchirurgie";
|
|
3148
|
+
readonly curettage: "Kürettage";
|
|
3149
|
+
readonly medication: "Medikamentöse Einlage";
|
|
3150
|
+
readonly xray: "Röntgenaufnahme";
|
|
3151
|
+
};
|
|
3152
|
+
readonly status: {
|
|
3153
|
+
readonly planned: "Geplant";
|
|
3154
|
+
readonly executed: "Durchgeführt";
|
|
3140
3155
|
};
|
|
3141
3156
|
readonly surface: {
|
|
3142
3157
|
readonly mesial: "Mesial";
|
|
@@ -3145,6 +3160,13 @@ export declare const deUi: {
|
|
|
3145
3160
|
readonly buccal: "Bukkal";
|
|
3146
3161
|
readonly lingual: "Lingual";
|
|
3147
3162
|
};
|
|
3163
|
+
readonly root: {
|
|
3164
|
+
readonly mesial: "Mesiale Wurzel";
|
|
3165
|
+
readonly distal: "Distale Wurzel";
|
|
3166
|
+
readonly palatal: "Palatinale Wurzel";
|
|
3167
|
+
readonly buccal: "Bukkale Wurzel";
|
|
3168
|
+
readonly single: "Einzelwurzel";
|
|
3169
|
+
};
|
|
3148
3170
|
readonly numbering: {
|
|
3149
3171
|
readonly fdi: "FDI (ISO 3950)";
|
|
3150
3172
|
readonly universal: "Universal (ADA)";
|
|
@@ -3152,6 +3174,9 @@ export declare const deUi: {
|
|
|
3152
3174
|
};
|
|
3153
3175
|
readonly toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3154
3176
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3177
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3178
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3179
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3155
3180
|
readonly selected: "Zahn {{id}} ausgewählt, {{conditions}}";
|
|
3156
3181
|
readonly deselected: "Zahn {{id}} abgewählt";
|
|
3157
3182
|
readonly elementSelected: "{{name}} ausgewählt, {{conditions}}";
|
|
@@ -3163,6 +3188,20 @@ export declare const deUi: {
|
|
|
3163
3188
|
readonly radiographBadge_many: "{{count}} Röntgenbilder";
|
|
3164
3189
|
readonly radiographBadge_other: "{{count}} Röntgenbilder";
|
|
3165
3190
|
};
|
|
3191
|
+
readonly toothFindingPalette: {
|
|
3192
|
+
readonly ariaLabel: "Zahnbefunde";
|
|
3193
|
+
readonly statusLabel: "Status";
|
|
3194
|
+
readonly empty: "Keine Befunde verfügbar";
|
|
3195
|
+
readonly group: {
|
|
3196
|
+
readonly decay: "Karies & Füllungstherapie";
|
|
3197
|
+
readonly prosthetics: "Prothetik";
|
|
3198
|
+
readonly endodontics: "Endodontie";
|
|
3199
|
+
readonly periodontics: "Parodontologie";
|
|
3200
|
+
readonly orthodontics: "Kieferorthopädie & Apparaturen";
|
|
3201
|
+
readonly diagnosis: "Zahnstatus & Bildgebung";
|
|
3202
|
+
readonly custom: "Praxisbefunde";
|
|
3203
|
+
};
|
|
3204
|
+
};
|
|
3166
3205
|
readonly privacyLock: {
|
|
3167
3206
|
readonly triggerAriaLabel: "Bildschirm zum Datenschutz sperren";
|
|
3168
3207
|
readonly triggerTooltip: "Bildschirm sperren";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -3059,6 +3059,7 @@ const e = {
|
|
|
3059
3059
|
toothScheme: {
|
|
3060
3060
|
ariaLabel: "Zahnschema",
|
|
3061
3061
|
legendLabel: "Legende der Zustände",
|
|
3062
|
+
legendStatusLabel: "Status",
|
|
3062
3063
|
view: {
|
|
3063
3064
|
side: "Seitenansicht",
|
|
3064
3065
|
occlusal: "Okklusalansicht",
|
|
@@ -3103,9 +3104,23 @@ const e = {
|
|
|
3103
3104
|
rootCanal: "Wurzelkanalbehandlung",
|
|
3104
3105
|
temporaryCrown: "Provisorische Krone",
|
|
3105
3106
|
bridge: "Brücke",
|
|
3106
|
-
destroyed: "
|
|
3107
|
+
destroyed: "Persistierende Wurzel",
|
|
3107
3108
|
implantExtraction: "Explantation",
|
|
3108
|
-
stub: "Wurzelrest"
|
|
3109
|
+
stub: "Wurzelrest",
|
|
3110
|
+
pin: "Wurzelstift",
|
|
3111
|
+
rootAmputation: "Wurzelspitzenresektion",
|
|
3112
|
+
anchorage: "Geschiebe",
|
|
3113
|
+
hook: "Klammer",
|
|
3114
|
+
attachment: "Kieferorthopädisches Attachment",
|
|
3115
|
+
mucogingivalSurgery: "Mukogingivalchirurgie",
|
|
3116
|
+
periodontalSurgery: "Parodontalchirurgie",
|
|
3117
|
+
curettage: "Kürettage",
|
|
3118
|
+
medication: "Medikamentöse Einlage",
|
|
3119
|
+
xray: "Röntgenaufnahme"
|
|
3120
|
+
},
|
|
3121
|
+
status: {
|
|
3122
|
+
planned: "Geplant",
|
|
3123
|
+
executed: "Durchgeführt"
|
|
3109
3124
|
},
|
|
3110
3125
|
surface: {
|
|
3111
3126
|
mesial: "Mesial",
|
|
@@ -3114,6 +3129,13 @@ const e = {
|
|
|
3114
3129
|
buccal: "Bukkal",
|
|
3115
3130
|
lingual: "Lingual"
|
|
3116
3131
|
},
|
|
3132
|
+
root: {
|
|
3133
|
+
mesial: "Mesiale Wurzel",
|
|
3134
|
+
distal: "Distale Wurzel",
|
|
3135
|
+
palatal: "Palatinale Wurzel",
|
|
3136
|
+
buccal: "Bukkale Wurzel",
|
|
3137
|
+
single: "Einzelwurzel"
|
|
3138
|
+
},
|
|
3117
3139
|
numbering: {
|
|
3118
3140
|
fdi: "FDI (ISO 3950)",
|
|
3119
3141
|
universal: "Universal (ADA)",
|
|
@@ -3121,6 +3143,9 @@ const e = {
|
|
|
3121
3143
|
},
|
|
3122
3144
|
toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3123
3145
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3146
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3147
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3148
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3124
3149
|
selected: "Zahn {{id}} ausgewählt, {{conditions}}",
|
|
3125
3150
|
deselected: "Zahn {{id}} abgewählt",
|
|
3126
3151
|
elementSelected: "{{name}} ausgewählt, {{conditions}}",
|
|
@@ -3132,6 +3157,20 @@ const e = {
|
|
|
3132
3157
|
radiographBadge_many: "{{count}} Röntgenbilder",
|
|
3133
3158
|
radiographBadge_other: "{{count}} Röntgenbilder"
|
|
3134
3159
|
},
|
|
3160
|
+
toothFindingPalette: {
|
|
3161
|
+
ariaLabel: "Zahnbefunde",
|
|
3162
|
+
statusLabel: "Status",
|
|
3163
|
+
empty: "Keine Befunde verfügbar",
|
|
3164
|
+
group: {
|
|
3165
|
+
decay: "Karies & Füllungstherapie",
|
|
3166
|
+
prosthetics: "Prothetik",
|
|
3167
|
+
endodontics: "Endodontie",
|
|
3168
|
+
periodontics: "Parodontologie",
|
|
3169
|
+
orthodontics: "Kieferorthopädie & Apparaturen",
|
|
3170
|
+
diagnosis: "Zahnstatus & Bildgebung",
|
|
3171
|
+
custom: "Praxisbefunde"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3135
3174
|
privacyLock: {
|
|
3136
3175
|
triggerAriaLabel: "Bildschirm zum Datenschutz sperren",
|
|
3137
3176
|
triggerTooltip: "Bildschirm sperren",
|
|
@@ -3087,6 +3087,7 @@ export declare const elUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Οδοντόγραμμα";
|
|
3089
3089
|
readonly legendLabel: "Υπόμνημα καταστάσεων";
|
|
3090
|
+
readonly legendStatusLabel: "Κατάσταση";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Πλάγια όψη";
|
|
3092
3093
|
readonly occlusal: "Ωκλουσιακή όψη";
|
|
@@ -3131,9 +3132,23 @@ export declare const elUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Ενδοδοντική θεραπεία";
|
|
3132
3133
|
readonly temporaryCrown: "Προσωρινή στεφάνη";
|
|
3133
3134
|
readonly bridge: "Γέφυρα";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Υπολειπόμενη ρίζα";
|
|
3135
3136
|
readonly implantExtraction: "Αφαίρεση εμφυτεύματος";
|
|
3136
3137
|
readonly stub: "Κολόβωμα";
|
|
3138
|
+
readonly pin: "Ενδορριζικός άξονας";
|
|
3139
|
+
readonly rootAmputation: "Ακρορριζεκτομή";
|
|
3140
|
+
readonly anchorage: "Σύνδεσμος ακριβείας";
|
|
3141
|
+
readonly hook: "Άγκιστρο";
|
|
3142
|
+
readonly attachment: "Ορθοδοντικό εξάρτημα";
|
|
3143
|
+
readonly mucogingivalSurgery: "Βλεννογονοουλική χειρουργική";
|
|
3144
|
+
readonly periodontalSurgery: "Περιοδοντική χειρουργική";
|
|
3145
|
+
readonly curettage: "Απόξεση";
|
|
3146
|
+
readonly medication: "Φαρμακευτικό επίθεμα";
|
|
3147
|
+
readonly xray: "Ακτινογραφία";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Προγραμματισμένο";
|
|
3151
|
+
readonly executed: "Ολοκληρωμένο";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Μεσιαία";
|
|
@@ -3142,6 +3157,13 @@ export declare const elUi: {
|
|
|
3142
3157
|
readonly buccal: "Παρειακή";
|
|
3143
3158
|
readonly lingual: "Γλωσσική";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Μεσιαία ρίζα";
|
|
3162
|
+
readonly distal: "Απωτέρα ρίζα";
|
|
3163
|
+
readonly palatal: "Υπερώια ρίζα";
|
|
3164
|
+
readonly buccal: "Παρειακή ρίζα";
|
|
3165
|
+
readonly single: "Μονήρης ρίζα";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Παγκόσμιο (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const elUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Δόντι {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3173
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3174
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3175
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3176
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3177
|
readonly selected: "Δόντι {{id}} επιλεγμένο, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Δόντι {{id}} αποεπιλεγμένο";
|
|
3154
3179
|
readonly elementSelected: "{{name}} επιλεγμένο, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const elUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} ακτινογραφίες";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} ακτινογραφίες";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Οδοντιατρικά ευρήματα";
|
|
3190
|
+
readonly statusLabel: "Κατάσταση";
|
|
3191
|
+
readonly empty: "Δεν υπάρχουν διαθέσιμα ευρήματα";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Τερηδόνα και αποκατάσταση";
|
|
3194
|
+
readonly prosthetics: "Προσθετική";
|
|
3195
|
+
readonly endodontics: "Ενδοδοντία";
|
|
3196
|
+
readonly periodontics: "Περιοδοντολογία";
|
|
3197
|
+
readonly orthodontics: "Ορθοδοντική και μηχανισμοί";
|
|
3198
|
+
readonly diagnosis: "Κατάσταση δοντιού και απεικόνιση";
|
|
3199
|
+
readonly custom: "Ευρήματα ιατρείου";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Κλείδωμα οθόνης για απόρρητο";
|
|
3165
3204
|
readonly triggerTooltip: "Κλείδωμα οθόνης";
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -3065,6 +3065,7 @@ const e = {
|
|
|
3065
3065
|
toothScheme: {
|
|
3066
3066
|
ariaLabel: "Οδοντόγραμμα",
|
|
3067
3067
|
legendLabel: "Υπόμνημα καταστάσεων",
|
|
3068
|
+
legendStatusLabel: "Κατάσταση",
|
|
3068
3069
|
view: {
|
|
3069
3070
|
side: "Πλάγια όψη",
|
|
3070
3071
|
occlusal: "Ωκλουσιακή όψη",
|
|
@@ -3109,9 +3110,23 @@ const e = {
|
|
|
3109
3110
|
rootCanal: "Ενδοδοντική θεραπεία",
|
|
3110
3111
|
temporaryCrown: "Προσωρινή στεφάνη",
|
|
3111
3112
|
bridge: "Γέφυρα",
|
|
3112
|
-
destroyed: "
|
|
3113
|
+
destroyed: "Υπολειπόμενη ρίζα",
|
|
3113
3114
|
implantExtraction: "Αφαίρεση εμφυτεύματος",
|
|
3114
|
-
stub: "Κολόβωμα"
|
|
3115
|
+
stub: "Κολόβωμα",
|
|
3116
|
+
pin: "Ενδορριζικός άξονας",
|
|
3117
|
+
rootAmputation: "Ακρορριζεκτομή",
|
|
3118
|
+
anchorage: "Σύνδεσμος ακριβείας",
|
|
3119
|
+
hook: "Άγκιστρο",
|
|
3120
|
+
attachment: "Ορθοδοντικό εξάρτημα",
|
|
3121
|
+
mucogingivalSurgery: "Βλεννογονοουλική χειρουργική",
|
|
3122
|
+
periodontalSurgery: "Περιοδοντική χειρουργική",
|
|
3123
|
+
curettage: "Απόξεση",
|
|
3124
|
+
medication: "Φαρμακευτικό επίθεμα",
|
|
3125
|
+
xray: "Ακτινογραφία"
|
|
3126
|
+
},
|
|
3127
|
+
status: {
|
|
3128
|
+
planned: "Προγραμματισμένο",
|
|
3129
|
+
executed: "Ολοκληρωμένο"
|
|
3115
3130
|
},
|
|
3116
3131
|
surface: {
|
|
3117
3132
|
mesial: "Μεσιαία",
|
|
@@ -3120,6 +3135,13 @@ const e = {
|
|
|
3120
3135
|
buccal: "Παρειακή",
|
|
3121
3136
|
lingual: "Γλωσσική"
|
|
3122
3137
|
},
|
|
3138
|
+
root: {
|
|
3139
|
+
mesial: "Μεσιαία ρίζα",
|
|
3140
|
+
distal: "Απωτέρα ρίζα",
|
|
3141
|
+
palatal: "Υπερώια ρίζα",
|
|
3142
|
+
buccal: "Παρειακή ρίζα",
|
|
3143
|
+
single: "Μονήρης ρίζα"
|
|
3144
|
+
},
|
|
3123
3145
|
numbering: {
|
|
3124
3146
|
fdi: "FDI (ISO 3950)",
|
|
3125
3147
|
universal: "Παγκόσμιο (ADA)",
|
|
@@ -3127,6 +3149,9 @@ const e = {
|
|
|
3127
3149
|
},
|
|
3128
3150
|
toothLabel: "Δόντι {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3129
3151
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3152
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3153
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3154
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3130
3155
|
selected: "Δόντι {{id}} επιλεγμένο, {{conditions}}",
|
|
3131
3156
|
deselected: "Δόντι {{id}} αποεπιλεγμένο",
|
|
3132
3157
|
elementSelected: "{{name}} επιλεγμένο, {{conditions}}",
|
|
@@ -3138,6 +3163,20 @@ const e = {
|
|
|
3138
3163
|
radiographBadge_many: "{{count}} ακτινογραφίες",
|
|
3139
3164
|
radiographBadge_other: "{{count}} ακτινογραφίες"
|
|
3140
3165
|
},
|
|
3166
|
+
toothFindingPalette: {
|
|
3167
|
+
ariaLabel: "Οδοντιατρικά ευρήματα",
|
|
3168
|
+
statusLabel: "Κατάσταση",
|
|
3169
|
+
empty: "Δεν υπάρχουν διαθέσιμα ευρήματα",
|
|
3170
|
+
group: {
|
|
3171
|
+
decay: "Τερηδόνα και αποκατάσταση",
|
|
3172
|
+
prosthetics: "Προσθετική",
|
|
3173
|
+
endodontics: "Ενδοδοντία",
|
|
3174
|
+
periodontics: "Περιοδοντολογία",
|
|
3175
|
+
orthodontics: "Ορθοδοντική και μηχανισμοί",
|
|
3176
|
+
diagnosis: "Κατάσταση δοντιού και απεικόνιση",
|
|
3177
|
+
custom: "Ευρήματα ιατρείου"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3141
3180
|
privacyLock: {
|
|
3142
3181
|
triggerAriaLabel: "Κλείδωμα οθόνης για απόρρητο",
|
|
3143
3182
|
triggerTooltip: "Κλείδωμα οθόνης",
|
|
@@ -3098,6 +3098,7 @@ export declare const enUi: {
|
|
|
3098
3098
|
readonly toothScheme: {
|
|
3099
3099
|
readonly ariaLabel: "Dental chart";
|
|
3100
3100
|
readonly legendLabel: "Condition legend";
|
|
3101
|
+
readonly legendStatusLabel: "Status";
|
|
3101
3102
|
readonly view: {
|
|
3102
3103
|
readonly side: "Side view";
|
|
3103
3104
|
readonly occlusal: "Occlusal view";
|
|
@@ -3142,9 +3143,23 @@ export declare const enUi: {
|
|
|
3142
3143
|
readonly rootCanal: "Root canal";
|
|
3143
3144
|
readonly temporaryCrown: "Temporary crown";
|
|
3144
3145
|
readonly bridge: "Bridge";
|
|
3145
|
-
readonly destroyed: "
|
|
3146
|
+
readonly destroyed: "Retained root";
|
|
3146
3147
|
readonly implantExtraction: "Implant extraction";
|
|
3147
3148
|
readonly stub: "Stub";
|
|
3149
|
+
readonly pin: "Post";
|
|
3150
|
+
readonly rootAmputation: "Apicoectomy";
|
|
3151
|
+
readonly anchorage: "Denture attachment";
|
|
3152
|
+
readonly hook: "Clasp";
|
|
3153
|
+
readonly attachment: "Orthodontic attachment";
|
|
3154
|
+
readonly mucogingivalSurgery: "Mucogingival surgery";
|
|
3155
|
+
readonly periodontalSurgery: "Periodontal surgery";
|
|
3156
|
+
readonly curettage: "Curettage";
|
|
3157
|
+
readonly medication: "Dressing";
|
|
3158
|
+
readonly xray: "Radiograph";
|
|
3159
|
+
};
|
|
3160
|
+
readonly status: {
|
|
3161
|
+
readonly planned: "Planned";
|
|
3162
|
+
readonly executed: "Executed";
|
|
3148
3163
|
};
|
|
3149
3164
|
readonly surface: {
|
|
3150
3165
|
readonly mesial: "Mesial";
|
|
@@ -3153,6 +3168,13 @@ export declare const enUi: {
|
|
|
3153
3168
|
readonly buccal: "Buccal";
|
|
3154
3169
|
readonly lingual: "Lingual";
|
|
3155
3170
|
};
|
|
3171
|
+
readonly root: {
|
|
3172
|
+
readonly mesial: "Mesial root";
|
|
3173
|
+
readonly distal: "Distal root";
|
|
3174
|
+
readonly palatal: "Palatal root";
|
|
3175
|
+
readonly buccal: "Buccal root";
|
|
3176
|
+
readonly single: "Single root";
|
|
3177
|
+
};
|
|
3156
3178
|
readonly numbering: {
|
|
3157
3179
|
readonly fdi: "FDI (ISO 3950)";
|
|
3158
3180
|
readonly universal: "Universal (ADA)";
|
|
@@ -3160,6 +3182,9 @@ export declare const enUi: {
|
|
|
3160
3182
|
};
|
|
3161
3183
|
readonly toothLabel: "Tooth {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3162
3184
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3185
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3186
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3187
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3163
3188
|
readonly selected: "Tooth {{id}} selected, {{conditions}}";
|
|
3164
3189
|
readonly deselected: "Tooth {{id}} deselected";
|
|
3165
3190
|
readonly elementSelected: "{{name}} selected, {{conditions}}";
|
|
@@ -3171,6 +3196,20 @@ export declare const enUi: {
|
|
|
3171
3196
|
readonly radiographBadge_many: "{{count}} radiographs";
|
|
3172
3197
|
readonly radiographBadge_other: "{{count}} radiographs";
|
|
3173
3198
|
};
|
|
3199
|
+
readonly toothFindingPalette: {
|
|
3200
|
+
readonly ariaLabel: "Dental findings";
|
|
3201
|
+
readonly statusLabel: "Status";
|
|
3202
|
+
readonly empty: "No findings available";
|
|
3203
|
+
readonly group: {
|
|
3204
|
+
readonly decay: "Decay & restoration";
|
|
3205
|
+
readonly prosthetics: "Prosthetics";
|
|
3206
|
+
readonly endodontics: "Endodontics";
|
|
3207
|
+
readonly periodontics: "Periodontics";
|
|
3208
|
+
readonly orthodontics: "Orthodontics & appliances";
|
|
3209
|
+
readonly diagnosis: "Tooth status & imaging";
|
|
3210
|
+
readonly custom: "Practice findings";
|
|
3211
|
+
};
|
|
3212
|
+
};
|
|
3174
3213
|
readonly privacyLock: {
|
|
3175
3214
|
readonly triggerAriaLabel: "Lock screen for privacy";
|
|
3176
3215
|
readonly triggerTooltip: "Lock screen";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -3078,6 +3078,7 @@ const e = {
|
|
|
3078
3078
|
toothScheme: {
|
|
3079
3079
|
ariaLabel: "Dental chart",
|
|
3080
3080
|
legendLabel: "Condition legend",
|
|
3081
|
+
legendStatusLabel: "Status",
|
|
3081
3082
|
view: {
|
|
3082
3083
|
side: "Side view",
|
|
3083
3084
|
occlusal: "Occlusal view",
|
|
@@ -3122,9 +3123,23 @@ const e = {
|
|
|
3122
3123
|
rootCanal: "Root canal",
|
|
3123
3124
|
temporaryCrown: "Temporary crown",
|
|
3124
3125
|
bridge: "Bridge",
|
|
3125
|
-
destroyed: "
|
|
3126
|
+
destroyed: "Retained root",
|
|
3126
3127
|
implantExtraction: "Implant extraction",
|
|
3127
|
-
stub: "Stub"
|
|
3128
|
+
stub: "Stub",
|
|
3129
|
+
pin: "Post",
|
|
3130
|
+
rootAmputation: "Apicoectomy",
|
|
3131
|
+
anchorage: "Denture attachment",
|
|
3132
|
+
hook: "Clasp",
|
|
3133
|
+
attachment: "Orthodontic attachment",
|
|
3134
|
+
mucogingivalSurgery: "Mucogingival surgery",
|
|
3135
|
+
periodontalSurgery: "Periodontal surgery",
|
|
3136
|
+
curettage: "Curettage",
|
|
3137
|
+
medication: "Dressing",
|
|
3138
|
+
xray: "Radiograph"
|
|
3139
|
+
},
|
|
3140
|
+
status: {
|
|
3141
|
+
planned: "Planned",
|
|
3142
|
+
executed: "Executed"
|
|
3128
3143
|
},
|
|
3129
3144
|
surface: {
|
|
3130
3145
|
mesial: "Mesial",
|
|
@@ -3133,6 +3148,13 @@ const e = {
|
|
|
3133
3148
|
buccal: "Buccal",
|
|
3134
3149
|
lingual: "Lingual"
|
|
3135
3150
|
},
|
|
3151
|
+
root: {
|
|
3152
|
+
mesial: "Mesial root",
|
|
3153
|
+
distal: "Distal root",
|
|
3154
|
+
palatal: "Palatal root",
|
|
3155
|
+
buccal: "Buccal root",
|
|
3156
|
+
single: "Single root"
|
|
3157
|
+
},
|
|
3136
3158
|
numbering: {
|
|
3137
3159
|
fdi: "FDI (ISO 3950)",
|
|
3138
3160
|
universal: "Universal (ADA)",
|
|
@@ -3140,6 +3162,9 @@ const e = {
|
|
|
3140
3162
|
},
|
|
3141
3163
|
toothLabel: "Tooth {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3142
3164
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3165
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3166
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3167
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3143
3168
|
selected: "Tooth {{id}} selected, {{conditions}}",
|
|
3144
3169
|
deselected: "Tooth {{id}} deselected",
|
|
3145
3170
|
elementSelected: "{{name}} selected, {{conditions}}",
|
|
@@ -3151,6 +3176,20 @@ const e = {
|
|
|
3151
3176
|
radiographBadge_many: "{{count}} radiographs",
|
|
3152
3177
|
radiographBadge_other: "{{count}} radiographs"
|
|
3153
3178
|
},
|
|
3179
|
+
toothFindingPalette: {
|
|
3180
|
+
ariaLabel: "Dental findings",
|
|
3181
|
+
statusLabel: "Status",
|
|
3182
|
+
empty: "No findings available",
|
|
3183
|
+
group: {
|
|
3184
|
+
decay: "Decay & restoration",
|
|
3185
|
+
prosthetics: "Prosthetics",
|
|
3186
|
+
endodontics: "Endodontics",
|
|
3187
|
+
periodontics: "Periodontics",
|
|
3188
|
+
orthodontics: "Orthodontics & appliances",
|
|
3189
|
+
diagnosis: "Tooth status & imaging",
|
|
3190
|
+
custom: "Practice findings"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3154
3193
|
privacyLock: {
|
|
3155
3194
|
triggerAriaLabel: "Lock screen for privacy",
|
|
3156
3195
|
triggerTooltip: "Lock screen",
|