@alfadocs/ui-kit 1.4.17 → 1.6.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/{booking-CGKof8QU.js → booking-D84O6H2X.js} +553 -546
- 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/practice-profile-hero-Bdd0bFqC.js +187 -0
- package/dist/_chunks/{practice-results-DWUZRm2x.js → practice-results-CKoLD_x5.js} +220 -206
- 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 +497 -56
- package/dist/agent-i18n/en.json +29 -11
- package/dist/components/booking/booking-types.d.ts +9 -0
- package/dist/components/booking/index.js +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/index.d.ts +2 -0
- package/dist/components/periodontal-chart/index.js +1 -1
- package/dist/components/practice-profile-hero/index.d.ts +4 -0
- package/dist/components/practice-profile-hero/index.js +6 -0
- package/dist/components/practice-profile-hero/practice-profile-hero.agent.d.ts +4 -0
- package/dist/components/practice-profile-hero/practice-profile-hero.d.ts +60 -0
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/practice-results/practice-results.d.ts +15 -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/host-compat.css +1 -4
- package/dist/i18n/locales/ar.d.ts +41 -1
- package/dist/i18n/locales/ar.js +42 -2
- package/dist/i18n/locales/de.d.ts +41 -1
- package/dist/i18n/locales/de.js +42 -2
- package/dist/i18n/locales/el.d.ts +41 -1
- package/dist/i18n/locales/el.js +42 -2
- package/dist/i18n/locales/en.d.ts +41 -1
- package/dist/i18n/locales/en.js +42 -2
- package/dist/i18n/locales/es.d.ts +41 -1
- package/dist/i18n/locales/es.js +42 -2
- package/dist/i18n/locales/fr.d.ts +41 -1
- package/dist/i18n/locales/fr.js +42 -2
- package/dist/i18n/locales/hi.d.ts +41 -1
- package/dist/i18n/locales/hi.js +42 -2
- package/dist/i18n/locales/it.d.ts +41 -1
- package/dist/i18n/locales/it.js +42 -2
- package/dist/i18n/locales/ja.d.ts +41 -1
- package/dist/i18n/locales/ja.js +42 -2
- package/dist/i18n/locales/nl.d.ts +41 -1
- package/dist/i18n/locales/nl.js +42 -2
- package/dist/i18n/locales/pl.d.ts +41 -1
- package/dist/i18n/locales/pl.js +42 -2
- package/dist/i18n/locales/pt.d.ts +41 -1
- package/dist/i18n/locales/pt.js +42 -2
- package/dist/i18n/locales/ro.d.ts +41 -1
- package/dist/i18n/locales/ro.js +42 -2
- package/dist/i18n/locales/ru.d.ts +41 -1
- package/dist/i18n/locales/ru.js +42 -2
- package/dist/i18n/locales/sq.d.ts +41 -1
- package/dist/i18n/locales/sq.js +42 -2
- package/dist/i18n/locales/sv.d.ts +41 -1
- package/dist/i18n/locales/sv.js +42 -2
- package/dist/i18n/locales/tr.d.ts +41 -1
- package/dist/i18n/locales/tr.js +42 -2
- package/dist/i18n/locales/zh.d.ts +41 -1
- package/dist/i18n/locales/zh.js +42 -2
- package/dist/index.js +561 -525
- package/dist/locales/ar.json +42 -2
- package/dist/locales/de.json +42 -2
- package/dist/locales/el.json +42 -2
- package/dist/locales/en.json +42 -2
- package/dist/locales/es.json +42 -2
- package/dist/locales/fr.json +42 -2
- package/dist/locales/hi.json +42 -2
- package/dist/locales/it.json +42 -2
- package/dist/locales/ja.json +42 -2
- package/dist/locales/nl.json +42 -2
- package/dist/locales/pl.json +42 -2
- package/dist/locales/pt.json +42 -2
- package/dist/locales/ro.json +42 -2
- package/dist/locales/ru.json +42 -2
- package/dist/locales/sq.json +42 -2
- package/dist/locales/sv.json +42 -2
- package/dist/locales/tr.json +42 -2
- package/dist/locales/zh.json +42 -2
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
- package/dist/_chunks/tooth-data-BwuoKFf4.js +0 -660
- package/dist/_chunks/tooth-scheme-s0ipC0-Z.js +0 -1483
|
@@ -1734,6 +1734,7 @@ export declare const deUi: {
|
|
|
1734
1734
|
readonly noAvailability: "Keine Verfügbarkeit — anderen Tag oder Leistung wählen";
|
|
1735
1735
|
readonly serviceListLabel: "Verfügbare Leistungen";
|
|
1736
1736
|
readonly serviceCardLabel: "{{label}}, {{duration}} Minuten";
|
|
1737
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1737
1738
|
readonly actions: {
|
|
1738
1739
|
readonly back: "Zurück";
|
|
1739
1740
|
readonly next: "Weiter";
|
|
@@ -3090,6 +3091,7 @@ export declare const deUi: {
|
|
|
3090
3091
|
readonly toothScheme: {
|
|
3091
3092
|
readonly ariaLabel: "Zahnschema";
|
|
3092
3093
|
readonly legendLabel: "Legende der Zustände";
|
|
3094
|
+
readonly legendStatusLabel: "Status";
|
|
3093
3095
|
readonly view: {
|
|
3094
3096
|
readonly side: "Seitenansicht";
|
|
3095
3097
|
readonly occlusal: "Okklusalansicht";
|
|
@@ -3134,9 +3136,23 @@ export declare const deUi: {
|
|
|
3134
3136
|
readonly rootCanal: "Wurzelkanalbehandlung";
|
|
3135
3137
|
readonly temporaryCrown: "Provisorische Krone";
|
|
3136
3138
|
readonly bridge: "Brücke";
|
|
3137
|
-
readonly destroyed: "
|
|
3139
|
+
readonly destroyed: "Persistierende Wurzel";
|
|
3138
3140
|
readonly implantExtraction: "Explantation";
|
|
3139
3141
|
readonly stub: "Wurzelrest";
|
|
3142
|
+
readonly pin: "Wurzelstift";
|
|
3143
|
+
readonly rootAmputation: "Wurzelspitzenresektion";
|
|
3144
|
+
readonly anchorage: "Geschiebe";
|
|
3145
|
+
readonly hook: "Klammer";
|
|
3146
|
+
readonly attachment: "Kieferorthopädisches Attachment";
|
|
3147
|
+
readonly mucogingivalSurgery: "Mukogingivalchirurgie";
|
|
3148
|
+
readonly periodontalSurgery: "Parodontalchirurgie";
|
|
3149
|
+
readonly curettage: "Kürettage";
|
|
3150
|
+
readonly medication: "Medikamentöse Einlage";
|
|
3151
|
+
readonly xray: "Röntgenaufnahme";
|
|
3152
|
+
};
|
|
3153
|
+
readonly status: {
|
|
3154
|
+
readonly planned: "Geplant";
|
|
3155
|
+
readonly executed: "Durchgeführt";
|
|
3140
3156
|
};
|
|
3141
3157
|
readonly surface: {
|
|
3142
3158
|
readonly mesial: "Mesial";
|
|
@@ -3145,6 +3161,13 @@ export declare const deUi: {
|
|
|
3145
3161
|
readonly buccal: "Bukkal";
|
|
3146
3162
|
readonly lingual: "Lingual";
|
|
3147
3163
|
};
|
|
3164
|
+
readonly root: {
|
|
3165
|
+
readonly mesial: "Mesiale Wurzel";
|
|
3166
|
+
readonly distal: "Distale Wurzel";
|
|
3167
|
+
readonly palatal: "Palatinale Wurzel";
|
|
3168
|
+
readonly buccal: "Bukkale Wurzel";
|
|
3169
|
+
readonly single: "Einzelwurzel";
|
|
3170
|
+
};
|
|
3148
3171
|
readonly numbering: {
|
|
3149
3172
|
readonly fdi: "FDI (ISO 3950)";
|
|
3150
3173
|
readonly universal: "Universal (ADA)";
|
|
@@ -3152,6 +3175,9 @@ export declare const deUi: {
|
|
|
3152
3175
|
};
|
|
3153
3176
|
readonly toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3154
3177
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3178
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3179
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3180
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3155
3181
|
readonly selected: "Zahn {{id}} ausgewählt, {{conditions}}";
|
|
3156
3182
|
readonly deselected: "Zahn {{id}} abgewählt";
|
|
3157
3183
|
readonly elementSelected: "{{name}} ausgewählt, {{conditions}}";
|
|
@@ -3163,6 +3189,20 @@ export declare const deUi: {
|
|
|
3163
3189
|
readonly radiographBadge_many: "{{count}} Röntgenbilder";
|
|
3164
3190
|
readonly radiographBadge_other: "{{count}} Röntgenbilder";
|
|
3165
3191
|
};
|
|
3192
|
+
readonly toothFindingPalette: {
|
|
3193
|
+
readonly ariaLabel: "Zahnbefunde";
|
|
3194
|
+
readonly statusLabel: "Status";
|
|
3195
|
+
readonly empty: "Keine Befunde verfügbar";
|
|
3196
|
+
readonly group: {
|
|
3197
|
+
readonly decay: "Karies & Füllungstherapie";
|
|
3198
|
+
readonly prosthetics: "Prothetik";
|
|
3199
|
+
readonly endodontics: "Endodontie";
|
|
3200
|
+
readonly periodontics: "Parodontologie";
|
|
3201
|
+
readonly orthodontics: "Kieferorthopädie & Apparaturen";
|
|
3202
|
+
readonly diagnosis: "Zahnstatus & Bildgebung";
|
|
3203
|
+
readonly custom: "Praxisbefunde";
|
|
3204
|
+
};
|
|
3205
|
+
};
|
|
3166
3206
|
readonly privacyLock: {
|
|
3167
3207
|
readonly triggerAriaLabel: "Bildschirm zum Datenschutz sperren";
|
|
3168
3208
|
readonly triggerTooltip: "Bildschirm sperren";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Keine Verfügbarkeit — anderen Tag oder Leistung wählen",
|
|
1732
1732
|
serviceListLabel: "Verfügbare Leistungen",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} Minuten",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Zurück",
|
|
1736
1737
|
next: "Weiter",
|
|
@@ -3059,6 +3060,7 @@ const e = {
|
|
|
3059
3060
|
toothScheme: {
|
|
3060
3061
|
ariaLabel: "Zahnschema",
|
|
3061
3062
|
legendLabel: "Legende der Zustände",
|
|
3063
|
+
legendStatusLabel: "Status",
|
|
3062
3064
|
view: {
|
|
3063
3065
|
side: "Seitenansicht",
|
|
3064
3066
|
occlusal: "Okklusalansicht",
|
|
@@ -3103,9 +3105,23 @@ const e = {
|
|
|
3103
3105
|
rootCanal: "Wurzelkanalbehandlung",
|
|
3104
3106
|
temporaryCrown: "Provisorische Krone",
|
|
3105
3107
|
bridge: "Brücke",
|
|
3106
|
-
destroyed: "
|
|
3108
|
+
destroyed: "Persistierende Wurzel",
|
|
3107
3109
|
implantExtraction: "Explantation",
|
|
3108
|
-
stub: "Wurzelrest"
|
|
3110
|
+
stub: "Wurzelrest",
|
|
3111
|
+
pin: "Wurzelstift",
|
|
3112
|
+
rootAmputation: "Wurzelspitzenresektion",
|
|
3113
|
+
anchorage: "Geschiebe",
|
|
3114
|
+
hook: "Klammer",
|
|
3115
|
+
attachment: "Kieferorthopädisches Attachment",
|
|
3116
|
+
mucogingivalSurgery: "Mukogingivalchirurgie",
|
|
3117
|
+
periodontalSurgery: "Parodontalchirurgie",
|
|
3118
|
+
curettage: "Kürettage",
|
|
3119
|
+
medication: "Medikamentöse Einlage",
|
|
3120
|
+
xray: "Röntgenaufnahme"
|
|
3121
|
+
},
|
|
3122
|
+
status: {
|
|
3123
|
+
planned: "Geplant",
|
|
3124
|
+
executed: "Durchgeführt"
|
|
3109
3125
|
},
|
|
3110
3126
|
surface: {
|
|
3111
3127
|
mesial: "Mesial",
|
|
@@ -3114,6 +3130,13 @@ const e = {
|
|
|
3114
3130
|
buccal: "Bukkal",
|
|
3115
3131
|
lingual: "Lingual"
|
|
3116
3132
|
},
|
|
3133
|
+
root: {
|
|
3134
|
+
mesial: "Mesiale Wurzel",
|
|
3135
|
+
distal: "Distale Wurzel",
|
|
3136
|
+
palatal: "Palatinale Wurzel",
|
|
3137
|
+
buccal: "Bukkale Wurzel",
|
|
3138
|
+
single: "Einzelwurzel"
|
|
3139
|
+
},
|
|
3117
3140
|
numbering: {
|
|
3118
3141
|
fdi: "FDI (ISO 3950)",
|
|
3119
3142
|
universal: "Universal (ADA)",
|
|
@@ -3121,6 +3144,9 @@ const e = {
|
|
|
3121
3144
|
},
|
|
3122
3145
|
toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3123
3146
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3147
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3148
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3149
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3124
3150
|
selected: "Zahn {{id}} ausgewählt, {{conditions}}",
|
|
3125
3151
|
deselected: "Zahn {{id}} abgewählt",
|
|
3126
3152
|
elementSelected: "{{name}} ausgewählt, {{conditions}}",
|
|
@@ -3132,6 +3158,20 @@ const e = {
|
|
|
3132
3158
|
radiographBadge_many: "{{count}} Röntgenbilder",
|
|
3133
3159
|
radiographBadge_other: "{{count}} Röntgenbilder"
|
|
3134
3160
|
},
|
|
3161
|
+
toothFindingPalette: {
|
|
3162
|
+
ariaLabel: "Zahnbefunde",
|
|
3163
|
+
statusLabel: "Status",
|
|
3164
|
+
empty: "Keine Befunde verfügbar",
|
|
3165
|
+
group: {
|
|
3166
|
+
decay: "Karies & Füllungstherapie",
|
|
3167
|
+
prosthetics: "Prothetik",
|
|
3168
|
+
endodontics: "Endodontie",
|
|
3169
|
+
periodontics: "Parodontologie",
|
|
3170
|
+
orthodontics: "Kieferorthopädie & Apparaturen",
|
|
3171
|
+
diagnosis: "Zahnstatus & Bildgebung",
|
|
3172
|
+
custom: "Praxisbefunde"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3135
3175
|
privacyLock: {
|
|
3136
3176
|
triggerAriaLabel: "Bildschirm zum Datenschutz sperren",
|
|
3137
3177
|
triggerTooltip: "Bildschirm sperren",
|
|
@@ -1731,6 +1731,7 @@ export declare const elUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Δεν υπάρχει διαθεσιμότητα — δοκιμάστε άλλη μέρα ή υπηρεσία";
|
|
1732
1732
|
readonly serviceListLabel: "Διαθέσιμες υπηρεσίες";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} λεπτά";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Πίσω";
|
|
1736
1737
|
readonly next: "Επόμενο";
|
|
@@ -3087,6 +3088,7 @@ export declare const elUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Οδοντόγραμμα";
|
|
3089
3090
|
readonly legendLabel: "Υπόμνημα καταστάσεων";
|
|
3091
|
+
readonly legendStatusLabel: "Κατάσταση";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Πλάγια όψη";
|
|
3092
3094
|
readonly occlusal: "Ωκλουσιακή όψη";
|
|
@@ -3131,9 +3133,23 @@ export declare const elUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Ενδοδοντική θεραπεία";
|
|
3132
3134
|
readonly temporaryCrown: "Προσωρινή στεφάνη";
|
|
3133
3135
|
readonly bridge: "Γέφυρα";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Υπολειπόμενη ρίζα";
|
|
3135
3137
|
readonly implantExtraction: "Αφαίρεση εμφυτεύματος";
|
|
3136
3138
|
readonly stub: "Κολόβωμα";
|
|
3139
|
+
readonly pin: "Ενδορριζικός άξονας";
|
|
3140
|
+
readonly rootAmputation: "Ακρορριζεκτομή";
|
|
3141
|
+
readonly anchorage: "Σύνδεσμος ακριβείας";
|
|
3142
|
+
readonly hook: "Άγκιστρο";
|
|
3143
|
+
readonly attachment: "Ορθοδοντικό εξάρτημα";
|
|
3144
|
+
readonly mucogingivalSurgery: "Βλεννογονοουλική χειρουργική";
|
|
3145
|
+
readonly periodontalSurgery: "Περιοδοντική χειρουργική";
|
|
3146
|
+
readonly curettage: "Απόξεση";
|
|
3147
|
+
readonly medication: "Φαρμακευτικό επίθεμα";
|
|
3148
|
+
readonly xray: "Ακτινογραφία";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Προγραμματισμένο";
|
|
3152
|
+
readonly executed: "Ολοκληρωμένο";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Μεσιαία";
|
|
@@ -3142,6 +3158,13 @@ export declare const elUi: {
|
|
|
3142
3158
|
readonly buccal: "Παρειακή";
|
|
3143
3159
|
readonly lingual: "Γλωσσική";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Μεσιαία ρίζα";
|
|
3163
|
+
readonly distal: "Απωτέρα ρίζα";
|
|
3164
|
+
readonly palatal: "Υπερώια ρίζα";
|
|
3165
|
+
readonly buccal: "Παρειακή ρίζα";
|
|
3166
|
+
readonly single: "Μονήρης ρίζα";
|
|
3167
|
+
};
|
|
3145
3168
|
readonly numbering: {
|
|
3146
3169
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3170
|
readonly universal: "Παγκόσμιο (ADA)";
|
|
@@ -3149,6 +3172,9 @@ export declare const elUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Δόντι {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3174
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3175
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3176
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3177
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3178
|
readonly selected: "Δόντι {{id}} επιλεγμένο, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Δόντι {{id}} αποεπιλεγμένο";
|
|
3154
3180
|
readonly elementSelected: "{{name}} επιλεγμένο, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const elUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} ακτινογραφίες";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} ακτινογραφίες";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Οδοντιατρικά ευρήματα";
|
|
3191
|
+
readonly statusLabel: "Κατάσταση";
|
|
3192
|
+
readonly empty: "Δεν υπάρχουν διαθέσιμα ευρήματα";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Τερηδόνα και αποκατάσταση";
|
|
3195
|
+
readonly prosthetics: "Προσθετική";
|
|
3196
|
+
readonly endodontics: "Ενδοδοντία";
|
|
3197
|
+
readonly periodontics: "Περιοδοντολογία";
|
|
3198
|
+
readonly orthodontics: "Ορθοδοντική και μηχανισμοί";
|
|
3199
|
+
readonly diagnosis: "Κατάσταση δοντιού και απεικόνιση";
|
|
3200
|
+
readonly custom: "Ευρήματα ιατρείου";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Κλείδωμα οθόνης για απόρρητο";
|
|
3165
3205
|
readonly triggerTooltip: "Κλείδωμα οθόνης";
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Δεν υπάρχει διαθεσιμότητα — δοκιμάστε άλλη μέρα ή υπηρεσία",
|
|
1732
1732
|
serviceListLabel: "Διαθέσιμες υπηρεσίες",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} λεπτά",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Πίσω",
|
|
1736
1737
|
next: "Επόμενο",
|
|
@@ -3065,6 +3066,7 @@ const e = {
|
|
|
3065
3066
|
toothScheme: {
|
|
3066
3067
|
ariaLabel: "Οδοντόγραμμα",
|
|
3067
3068
|
legendLabel: "Υπόμνημα καταστάσεων",
|
|
3069
|
+
legendStatusLabel: "Κατάσταση",
|
|
3068
3070
|
view: {
|
|
3069
3071
|
side: "Πλάγια όψη",
|
|
3070
3072
|
occlusal: "Ωκλουσιακή όψη",
|
|
@@ -3109,9 +3111,23 @@ const e = {
|
|
|
3109
3111
|
rootCanal: "Ενδοδοντική θεραπεία",
|
|
3110
3112
|
temporaryCrown: "Προσωρινή στεφάνη",
|
|
3111
3113
|
bridge: "Γέφυρα",
|
|
3112
|
-
destroyed: "
|
|
3114
|
+
destroyed: "Υπολειπόμενη ρίζα",
|
|
3113
3115
|
implantExtraction: "Αφαίρεση εμφυτεύματος",
|
|
3114
|
-
stub: "Κολόβωμα"
|
|
3116
|
+
stub: "Κολόβωμα",
|
|
3117
|
+
pin: "Ενδορριζικός άξονας",
|
|
3118
|
+
rootAmputation: "Ακρορριζεκτομή",
|
|
3119
|
+
anchorage: "Σύνδεσμος ακριβείας",
|
|
3120
|
+
hook: "Άγκιστρο",
|
|
3121
|
+
attachment: "Ορθοδοντικό εξάρτημα",
|
|
3122
|
+
mucogingivalSurgery: "Βλεννογονοουλική χειρουργική",
|
|
3123
|
+
periodontalSurgery: "Περιοδοντική χειρουργική",
|
|
3124
|
+
curettage: "Απόξεση",
|
|
3125
|
+
medication: "Φαρμακευτικό επίθεμα",
|
|
3126
|
+
xray: "Ακτινογραφία"
|
|
3127
|
+
},
|
|
3128
|
+
status: {
|
|
3129
|
+
planned: "Προγραμματισμένο",
|
|
3130
|
+
executed: "Ολοκληρωμένο"
|
|
3115
3131
|
},
|
|
3116
3132
|
surface: {
|
|
3117
3133
|
mesial: "Μεσιαία",
|
|
@@ -3120,6 +3136,13 @@ const e = {
|
|
|
3120
3136
|
buccal: "Παρειακή",
|
|
3121
3137
|
lingual: "Γλωσσική"
|
|
3122
3138
|
},
|
|
3139
|
+
root: {
|
|
3140
|
+
mesial: "Μεσιαία ρίζα",
|
|
3141
|
+
distal: "Απωτέρα ρίζα",
|
|
3142
|
+
palatal: "Υπερώια ρίζα",
|
|
3143
|
+
buccal: "Παρειακή ρίζα",
|
|
3144
|
+
single: "Μονήρης ρίζα"
|
|
3145
|
+
},
|
|
3123
3146
|
numbering: {
|
|
3124
3147
|
fdi: "FDI (ISO 3950)",
|
|
3125
3148
|
universal: "Παγκόσμιο (ADA)",
|
|
@@ -3127,6 +3150,9 @@ const e = {
|
|
|
3127
3150
|
},
|
|
3128
3151
|
toothLabel: "Δόντι {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3129
3152
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3153
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3154
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3155
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3130
3156
|
selected: "Δόντι {{id}} επιλεγμένο, {{conditions}}",
|
|
3131
3157
|
deselected: "Δόντι {{id}} αποεπιλεγμένο",
|
|
3132
3158
|
elementSelected: "{{name}} επιλεγμένο, {{conditions}}",
|
|
@@ -3138,6 +3164,20 @@ const e = {
|
|
|
3138
3164
|
radiographBadge_many: "{{count}} ακτινογραφίες",
|
|
3139
3165
|
radiographBadge_other: "{{count}} ακτινογραφίες"
|
|
3140
3166
|
},
|
|
3167
|
+
toothFindingPalette: {
|
|
3168
|
+
ariaLabel: "Οδοντιατρικά ευρήματα",
|
|
3169
|
+
statusLabel: "Κατάσταση",
|
|
3170
|
+
empty: "Δεν υπάρχουν διαθέσιμα ευρήματα",
|
|
3171
|
+
group: {
|
|
3172
|
+
decay: "Τερηδόνα και αποκατάσταση",
|
|
3173
|
+
prosthetics: "Προσθετική",
|
|
3174
|
+
endodontics: "Ενδοδοντία",
|
|
3175
|
+
periodontics: "Περιοδοντολογία",
|
|
3176
|
+
orthodontics: "Ορθοδοντική και μηχανισμοί",
|
|
3177
|
+
diagnosis: "Κατάσταση δοντιού και απεικόνιση",
|
|
3178
|
+
custom: "Ευρήματα ιατρείου"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3141
3181
|
privacyLock: {
|
|
3142
3182
|
triggerAriaLabel: "Κλείδωμα οθόνης για απόρρητο",
|
|
3143
3183
|
triggerTooltip: "Κλείδωμα οθόνης",
|
|
@@ -1799,6 +1799,7 @@ export declare const enUi: {
|
|
|
1799
1799
|
readonly noAvailability: "No availability — try another day or service";
|
|
1800
1800
|
readonly serviceListLabel: "Available services";
|
|
1801
1801
|
readonly serviceCardLabel: "{{label}}, {{duration}} minutes";
|
|
1802
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1802
1803
|
readonly actions: {
|
|
1803
1804
|
readonly back: "Back";
|
|
1804
1805
|
readonly next: "Next";
|
|
@@ -3098,6 +3099,7 @@ export declare const enUi: {
|
|
|
3098
3099
|
readonly toothScheme: {
|
|
3099
3100
|
readonly ariaLabel: "Dental chart";
|
|
3100
3101
|
readonly legendLabel: "Condition legend";
|
|
3102
|
+
readonly legendStatusLabel: "Status";
|
|
3101
3103
|
readonly view: {
|
|
3102
3104
|
readonly side: "Side view";
|
|
3103
3105
|
readonly occlusal: "Occlusal view";
|
|
@@ -3142,9 +3144,23 @@ export declare const enUi: {
|
|
|
3142
3144
|
readonly rootCanal: "Root canal";
|
|
3143
3145
|
readonly temporaryCrown: "Temporary crown";
|
|
3144
3146
|
readonly bridge: "Bridge";
|
|
3145
|
-
readonly destroyed: "
|
|
3147
|
+
readonly destroyed: "Retained root";
|
|
3146
3148
|
readonly implantExtraction: "Implant extraction";
|
|
3147
3149
|
readonly stub: "Stub";
|
|
3150
|
+
readonly pin: "Post";
|
|
3151
|
+
readonly rootAmputation: "Apicoectomy";
|
|
3152
|
+
readonly anchorage: "Denture attachment";
|
|
3153
|
+
readonly hook: "Clasp";
|
|
3154
|
+
readonly attachment: "Orthodontic attachment";
|
|
3155
|
+
readonly mucogingivalSurgery: "Mucogingival surgery";
|
|
3156
|
+
readonly periodontalSurgery: "Periodontal surgery";
|
|
3157
|
+
readonly curettage: "Curettage";
|
|
3158
|
+
readonly medication: "Dressing";
|
|
3159
|
+
readonly xray: "Radiograph";
|
|
3160
|
+
};
|
|
3161
|
+
readonly status: {
|
|
3162
|
+
readonly planned: "Planned";
|
|
3163
|
+
readonly executed: "Executed";
|
|
3148
3164
|
};
|
|
3149
3165
|
readonly surface: {
|
|
3150
3166
|
readonly mesial: "Mesial";
|
|
@@ -3153,6 +3169,13 @@ export declare const enUi: {
|
|
|
3153
3169
|
readonly buccal: "Buccal";
|
|
3154
3170
|
readonly lingual: "Lingual";
|
|
3155
3171
|
};
|
|
3172
|
+
readonly root: {
|
|
3173
|
+
readonly mesial: "Mesial root";
|
|
3174
|
+
readonly distal: "Distal root";
|
|
3175
|
+
readonly palatal: "Palatal root";
|
|
3176
|
+
readonly buccal: "Buccal root";
|
|
3177
|
+
readonly single: "Single root";
|
|
3178
|
+
};
|
|
3156
3179
|
readonly numbering: {
|
|
3157
3180
|
readonly fdi: "FDI (ISO 3950)";
|
|
3158
3181
|
readonly universal: "Universal (ADA)";
|
|
@@ -3160,6 +3183,9 @@ export declare const enUi: {
|
|
|
3160
3183
|
};
|
|
3161
3184
|
readonly toothLabel: "Tooth {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3162
3185
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3186
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3187
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3188
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3163
3189
|
readonly selected: "Tooth {{id}} selected, {{conditions}}";
|
|
3164
3190
|
readonly deselected: "Tooth {{id}} deselected";
|
|
3165
3191
|
readonly elementSelected: "{{name}} selected, {{conditions}}";
|
|
@@ -3171,6 +3197,20 @@ export declare const enUi: {
|
|
|
3171
3197
|
readonly radiographBadge_many: "{{count}} radiographs";
|
|
3172
3198
|
readonly radiographBadge_other: "{{count}} radiographs";
|
|
3173
3199
|
};
|
|
3200
|
+
readonly toothFindingPalette: {
|
|
3201
|
+
readonly ariaLabel: "Dental findings";
|
|
3202
|
+
readonly statusLabel: "Status";
|
|
3203
|
+
readonly empty: "No findings available";
|
|
3204
|
+
readonly group: {
|
|
3205
|
+
readonly decay: "Decay & restoration";
|
|
3206
|
+
readonly prosthetics: "Prosthetics";
|
|
3207
|
+
readonly endodontics: "Endodontics";
|
|
3208
|
+
readonly periodontics: "Periodontics";
|
|
3209
|
+
readonly orthodontics: "Orthodontics & appliances";
|
|
3210
|
+
readonly diagnosis: "Tooth status & imaging";
|
|
3211
|
+
readonly custom: "Practice findings";
|
|
3212
|
+
};
|
|
3213
|
+
};
|
|
3174
3214
|
readonly privacyLock: {
|
|
3175
3215
|
readonly triggerAriaLabel: "Lock screen for privacy";
|
|
3176
3216
|
readonly triggerTooltip: "Lock screen";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1782,6 +1782,7 @@ const e = {
|
|
|
1782
1782
|
noAvailability: "No availability — try another day or service",
|
|
1783
1783
|
serviceListLabel: "Available services",
|
|
1784
1784
|
serviceCardLabel: "{{label}}, {{duration}} minutes",
|
|
1785
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1785
1786
|
actions: {
|
|
1786
1787
|
back: "Back",
|
|
1787
1788
|
next: "Next",
|
|
@@ -3078,6 +3079,7 @@ const e = {
|
|
|
3078
3079
|
toothScheme: {
|
|
3079
3080
|
ariaLabel: "Dental chart",
|
|
3080
3081
|
legendLabel: "Condition legend",
|
|
3082
|
+
legendStatusLabel: "Status",
|
|
3081
3083
|
view: {
|
|
3082
3084
|
side: "Side view",
|
|
3083
3085
|
occlusal: "Occlusal view",
|
|
@@ -3122,9 +3124,23 @@ const e = {
|
|
|
3122
3124
|
rootCanal: "Root canal",
|
|
3123
3125
|
temporaryCrown: "Temporary crown",
|
|
3124
3126
|
bridge: "Bridge",
|
|
3125
|
-
destroyed: "
|
|
3127
|
+
destroyed: "Retained root",
|
|
3126
3128
|
implantExtraction: "Implant extraction",
|
|
3127
|
-
stub: "Stub"
|
|
3129
|
+
stub: "Stub",
|
|
3130
|
+
pin: "Post",
|
|
3131
|
+
rootAmputation: "Apicoectomy",
|
|
3132
|
+
anchorage: "Denture attachment",
|
|
3133
|
+
hook: "Clasp",
|
|
3134
|
+
attachment: "Orthodontic attachment",
|
|
3135
|
+
mucogingivalSurgery: "Mucogingival surgery",
|
|
3136
|
+
periodontalSurgery: "Periodontal surgery",
|
|
3137
|
+
curettage: "Curettage",
|
|
3138
|
+
medication: "Dressing",
|
|
3139
|
+
xray: "Radiograph"
|
|
3140
|
+
},
|
|
3141
|
+
status: {
|
|
3142
|
+
planned: "Planned",
|
|
3143
|
+
executed: "Executed"
|
|
3128
3144
|
},
|
|
3129
3145
|
surface: {
|
|
3130
3146
|
mesial: "Mesial",
|
|
@@ -3133,6 +3149,13 @@ const e = {
|
|
|
3133
3149
|
buccal: "Buccal",
|
|
3134
3150
|
lingual: "Lingual"
|
|
3135
3151
|
},
|
|
3152
|
+
root: {
|
|
3153
|
+
mesial: "Mesial root",
|
|
3154
|
+
distal: "Distal root",
|
|
3155
|
+
palatal: "Palatal root",
|
|
3156
|
+
buccal: "Buccal root",
|
|
3157
|
+
single: "Single root"
|
|
3158
|
+
},
|
|
3136
3159
|
numbering: {
|
|
3137
3160
|
fdi: "FDI (ISO 3950)",
|
|
3138
3161
|
universal: "Universal (ADA)",
|
|
@@ -3140,6 +3163,9 @@ const e = {
|
|
|
3140
3163
|
},
|
|
3141
3164
|
toothLabel: "Tooth {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3142
3165
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3166
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3167
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3168
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3143
3169
|
selected: "Tooth {{id}} selected, {{conditions}}",
|
|
3144
3170
|
deselected: "Tooth {{id}} deselected",
|
|
3145
3171
|
elementSelected: "{{name}} selected, {{conditions}}",
|
|
@@ -3151,6 +3177,20 @@ const e = {
|
|
|
3151
3177
|
radiographBadge_many: "{{count}} radiographs",
|
|
3152
3178
|
radiographBadge_other: "{{count}} radiographs"
|
|
3153
3179
|
},
|
|
3180
|
+
toothFindingPalette: {
|
|
3181
|
+
ariaLabel: "Dental findings",
|
|
3182
|
+
statusLabel: "Status",
|
|
3183
|
+
empty: "No findings available",
|
|
3184
|
+
group: {
|
|
3185
|
+
decay: "Decay & restoration",
|
|
3186
|
+
prosthetics: "Prosthetics",
|
|
3187
|
+
endodontics: "Endodontics",
|
|
3188
|
+
periodontics: "Periodontics",
|
|
3189
|
+
orthodontics: "Orthodontics & appliances",
|
|
3190
|
+
diagnosis: "Tooth status & imaging",
|
|
3191
|
+
custom: "Practice findings"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3154
3194
|
privacyLock: {
|
|
3155
3195
|
triggerAriaLabel: "Lock screen for privacy",
|
|
3156
3196
|
triggerTooltip: "Lock screen",
|
|
@@ -1731,6 +1731,7 @@ export declare const esUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Sin disponibilidad — pruebe otro día o servicio";
|
|
1732
1732
|
readonly serviceListLabel: "Servicios disponibles";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} minutos";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Atrás";
|
|
1736
1737
|
readonly next: "Siguiente";
|
|
@@ -3087,6 +3088,7 @@ export declare const esUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Esquema dental";
|
|
3089
3090
|
readonly legendLabel: "Leyenda de condiciones";
|
|
3091
|
+
readonly legendStatusLabel: "Estado";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Vista lateral";
|
|
3092
3094
|
readonly occlusal: "Vista oclusal";
|
|
@@ -3131,9 +3133,23 @@ export declare const esUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Tratamiento de conductos";
|
|
3132
3134
|
readonly temporaryCrown: "Corona provisional";
|
|
3133
3135
|
readonly bridge: "Puente";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Resto radicular";
|
|
3135
3137
|
readonly implantExtraction: "Explantación de implante";
|
|
3136
3138
|
readonly stub: "Muñón";
|
|
3139
|
+
readonly pin: "Poste";
|
|
3140
|
+
readonly rootAmputation: "Apicectomía";
|
|
3141
|
+
readonly anchorage: "Atache de prótesis";
|
|
3142
|
+
readonly hook: "Gancho";
|
|
3143
|
+
readonly attachment: "Attachment ortodóncico";
|
|
3144
|
+
readonly mucogingivalSurgery: "Cirugía mucogingival";
|
|
3145
|
+
readonly periodontalSurgery: "Cirugía periodontal";
|
|
3146
|
+
readonly curettage: "Curetaje";
|
|
3147
|
+
readonly medication: "Apósito medicamentoso";
|
|
3148
|
+
readonly xray: "Radiografía";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planificado";
|
|
3152
|
+
readonly executed: "Realizado";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mesial";
|
|
@@ -3142,6 +3158,13 @@ export declare const esUi: {
|
|
|
3142
3158
|
readonly buccal: "Vestibular";
|
|
3143
3159
|
readonly lingual: "Lingual";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Raíz mesial";
|
|
3163
|
+
readonly distal: "Raíz distal";
|
|
3164
|
+
readonly palatal: "Raíz palatina";
|
|
3165
|
+
readonly buccal: "Raíz vestibular";
|
|
3166
|
+
readonly single: "Raíz única";
|
|
3167
|
+
};
|
|
3145
3168
|
readonly numbering: {
|
|
3146
3169
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3170
|
readonly universal: "Universal (ADA)";
|
|
@@ -3149,6 +3172,9 @@ export declare const esUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Diente {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3174
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3175
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3176
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3177
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3178
|
readonly selected: "Diente {{id}} seleccionado, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Diente {{id}} deseleccionado";
|
|
3154
3180
|
readonly elementSelected: "{{name}} seleccionado, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const esUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} radiografías";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} radiografías";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Hallazgos dentales";
|
|
3191
|
+
readonly statusLabel: "Estado";
|
|
3192
|
+
readonly empty: "No hay hallazgos disponibles";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Caries y restauración";
|
|
3195
|
+
readonly prosthetics: "Prótesis";
|
|
3196
|
+
readonly endodontics: "Endodoncia";
|
|
3197
|
+
readonly periodontics: "Periodoncia";
|
|
3198
|
+
readonly orthodontics: "Ortodoncia y aparatología";
|
|
3199
|
+
readonly diagnosis: "Estado dental e imagen";
|
|
3200
|
+
readonly custom: "Hallazgos de la clínica";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Bloquear pantalla por privacidad";
|
|
3165
3205
|
readonly triggerTooltip: "Bloquear pantalla";
|