@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
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Sin disponibilidad — pruebe otro día o servicio",
|
|
1732
1732
|
serviceListLabel: "Servicios disponibles",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minutos",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Atrás",
|
|
1736
1737
|
next: "Siguiente",
|
|
@@ -3056,6 +3057,7 @@ const e = {
|
|
|
3056
3057
|
toothScheme: {
|
|
3057
3058
|
ariaLabel: "Esquema dental",
|
|
3058
3059
|
legendLabel: "Leyenda de condiciones",
|
|
3060
|
+
legendStatusLabel: "Estado",
|
|
3059
3061
|
view: {
|
|
3060
3062
|
side: "Vista lateral",
|
|
3061
3063
|
occlusal: "Vista oclusal",
|
|
@@ -3100,9 +3102,23 @@ const e = {
|
|
|
3100
3102
|
rootCanal: "Tratamiento de conductos",
|
|
3101
3103
|
temporaryCrown: "Corona provisional",
|
|
3102
3104
|
bridge: "Puente",
|
|
3103
|
-
destroyed: "
|
|
3105
|
+
destroyed: "Resto radicular",
|
|
3104
3106
|
implantExtraction: "Explantación de implante",
|
|
3105
|
-
stub: "Muñón"
|
|
3107
|
+
stub: "Muñón",
|
|
3108
|
+
pin: "Poste",
|
|
3109
|
+
rootAmputation: "Apicectomía",
|
|
3110
|
+
anchorage: "Atache de prótesis",
|
|
3111
|
+
hook: "Gancho",
|
|
3112
|
+
attachment: "Attachment ortodóncico",
|
|
3113
|
+
mucogingivalSurgery: "Cirugía mucogingival",
|
|
3114
|
+
periodontalSurgery: "Cirugía periodontal",
|
|
3115
|
+
curettage: "Curetaje",
|
|
3116
|
+
medication: "Apósito medicamentoso",
|
|
3117
|
+
xray: "Radiografía"
|
|
3118
|
+
},
|
|
3119
|
+
status: {
|
|
3120
|
+
planned: "Planificado",
|
|
3121
|
+
executed: "Realizado"
|
|
3106
3122
|
},
|
|
3107
3123
|
surface: {
|
|
3108
3124
|
mesial: "Mesial",
|
|
@@ -3111,6 +3127,13 @@ const e = {
|
|
|
3111
3127
|
buccal: "Vestibular",
|
|
3112
3128
|
lingual: "Lingual"
|
|
3113
3129
|
},
|
|
3130
|
+
root: {
|
|
3131
|
+
mesial: "Raíz mesial",
|
|
3132
|
+
distal: "Raíz distal",
|
|
3133
|
+
palatal: "Raíz palatina",
|
|
3134
|
+
buccal: "Raíz vestibular",
|
|
3135
|
+
single: "Raíz única"
|
|
3136
|
+
},
|
|
3114
3137
|
numbering: {
|
|
3115
3138
|
fdi: "FDI (ISO 3950)",
|
|
3116
3139
|
universal: "Universal (ADA)",
|
|
@@ -3118,6 +3141,9 @@ const e = {
|
|
|
3118
3141
|
},
|
|
3119
3142
|
toothLabel: "Diente {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3120
3143
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3144
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3145
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3146
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3121
3147
|
selected: "Diente {{id}} seleccionado, {{conditions}}",
|
|
3122
3148
|
deselected: "Diente {{id}} deseleccionado",
|
|
3123
3149
|
elementSelected: "{{name}} seleccionado, {{conditions}}",
|
|
@@ -3129,6 +3155,20 @@ const e = {
|
|
|
3129
3155
|
radiographBadge_many: "{{count}} radiografías",
|
|
3130
3156
|
radiographBadge_other: "{{count}} radiografías"
|
|
3131
3157
|
},
|
|
3158
|
+
toothFindingPalette: {
|
|
3159
|
+
ariaLabel: "Hallazgos dentales",
|
|
3160
|
+
statusLabel: "Estado",
|
|
3161
|
+
empty: "No hay hallazgos disponibles",
|
|
3162
|
+
group: {
|
|
3163
|
+
decay: "Caries y restauración",
|
|
3164
|
+
prosthetics: "Prótesis",
|
|
3165
|
+
endodontics: "Endodoncia",
|
|
3166
|
+
periodontics: "Periodoncia",
|
|
3167
|
+
orthodontics: "Ortodoncia y aparatología",
|
|
3168
|
+
diagnosis: "Estado dental e imagen",
|
|
3169
|
+
custom: "Hallazgos de la clínica"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3132
3172
|
privacyLock: {
|
|
3133
3173
|
triggerAriaLabel: "Bloquear pantalla por privacidad",
|
|
3134
3174
|
triggerTooltip: "Bloquear pantalla",
|
|
@@ -1731,6 +1731,7 @@ export declare const frUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Aucune disponibilité — essayez un autre jour ou service";
|
|
1732
1732
|
readonly serviceListLabel: "Services disponibles";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} minutes";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Retour";
|
|
1736
1737
|
readonly next: "Suivant";
|
|
@@ -3087,6 +3088,7 @@ export declare const frUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Schéma dentaire";
|
|
3089
3090
|
readonly legendLabel: "Légende des conditions";
|
|
3091
|
+
readonly legendStatusLabel: "Statut";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Vue latérale";
|
|
3092
3094
|
readonly occlusal: "Vue occlusale";
|
|
@@ -3131,9 +3133,23 @@ export declare const frUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Traitement canalaire";
|
|
3132
3134
|
readonly temporaryCrown: "Couronne provisoire";
|
|
3133
3135
|
readonly bridge: "Bridge";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Racine résiduelle";
|
|
3135
3137
|
readonly implantExtraction: "Explantation";
|
|
3136
3138
|
readonly stub: "Moignon";
|
|
3139
|
+
readonly pin: "Tenon";
|
|
3140
|
+
readonly rootAmputation: "Apicectomie";
|
|
3141
|
+
readonly anchorage: "Attachement de prothèse";
|
|
3142
|
+
readonly hook: "Crochet";
|
|
3143
|
+
readonly attachment: "Attachement orthodontique";
|
|
3144
|
+
readonly mucogingivalSurgery: "Chirurgie muco-gingivale";
|
|
3145
|
+
readonly periodontalSurgery: "Chirurgie parodontale";
|
|
3146
|
+
readonly curettage: "Curetage";
|
|
3147
|
+
readonly medication: "Pansement";
|
|
3148
|
+
readonly xray: "Radiographie";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planifié";
|
|
3152
|
+
readonly executed: "Réalisé";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mésiale";
|
|
@@ -3142,6 +3158,13 @@ export declare const frUi: {
|
|
|
3142
3158
|
readonly buccal: "Vestibulaire";
|
|
3143
3159
|
readonly lingual: "Linguale";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Racine mésiale";
|
|
3163
|
+
readonly distal: "Racine distale";
|
|
3164
|
+
readonly palatal: "Racine palatine";
|
|
3165
|
+
readonly buccal: "Racine vestibulaire";
|
|
3166
|
+
readonly single: "Racine unique";
|
|
3167
|
+
};
|
|
3145
3168
|
readonly numbering: {
|
|
3146
3169
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3170
|
readonly universal: "Universel (ADA)";
|
|
@@ -3149,6 +3172,9 @@ export declare const frUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Dent {{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: "Dent {{id}} sélectionnée, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Dent {{id}} désélectionnée";
|
|
3154
3180
|
readonly elementSelected: "{{name}} sélectionné, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const frUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} radiographies";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} radiographies";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Constatations dentaires";
|
|
3191
|
+
readonly statusLabel: "Statut";
|
|
3192
|
+
readonly empty: "Aucune constatation disponible";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Carie et restauration";
|
|
3195
|
+
readonly prosthetics: "Prothèse";
|
|
3196
|
+
readonly endodontics: "Endodontie";
|
|
3197
|
+
readonly periodontics: "Parodontologie";
|
|
3198
|
+
readonly orthodontics: "Orthodontie et appareils";
|
|
3199
|
+
readonly diagnosis: "État dentaire et imagerie";
|
|
3200
|
+
readonly custom: "Constatations du cabinet";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Verrouiller l'écran pour la confidentialité";
|
|
3165
3205
|
readonly triggerTooltip: "Verrouiller l'écran";
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Aucune disponibilité — essayez un autre jour ou service",
|
|
1732
1732
|
serviceListLabel: "Services disponibles",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minutes",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Retour",
|
|
1736
1737
|
next: "Suivant",
|
|
@@ -3059,6 +3060,7 @@ const e = {
|
|
|
3059
3060
|
toothScheme: {
|
|
3060
3061
|
ariaLabel: "Schéma dentaire",
|
|
3061
3062
|
legendLabel: "Légende des conditions",
|
|
3063
|
+
legendStatusLabel: "Statut",
|
|
3062
3064
|
view: {
|
|
3063
3065
|
side: "Vue latérale",
|
|
3064
3066
|
occlusal: "Vue occlusale",
|
|
@@ -3103,9 +3105,23 @@ const e = {
|
|
|
3103
3105
|
rootCanal: "Traitement canalaire",
|
|
3104
3106
|
temporaryCrown: "Couronne provisoire",
|
|
3105
3107
|
bridge: "Bridge",
|
|
3106
|
-
destroyed: "
|
|
3108
|
+
destroyed: "Racine résiduelle",
|
|
3107
3109
|
implantExtraction: "Explantation",
|
|
3108
|
-
stub: "Moignon"
|
|
3110
|
+
stub: "Moignon",
|
|
3111
|
+
pin: "Tenon",
|
|
3112
|
+
rootAmputation: "Apicectomie",
|
|
3113
|
+
anchorage: "Attachement de prothèse",
|
|
3114
|
+
hook: "Crochet",
|
|
3115
|
+
attachment: "Attachement orthodontique",
|
|
3116
|
+
mucogingivalSurgery: "Chirurgie muco-gingivale",
|
|
3117
|
+
periodontalSurgery: "Chirurgie parodontale",
|
|
3118
|
+
curettage: "Curetage",
|
|
3119
|
+
medication: "Pansement",
|
|
3120
|
+
xray: "Radiographie"
|
|
3121
|
+
},
|
|
3122
|
+
status: {
|
|
3123
|
+
planned: "Planifié",
|
|
3124
|
+
executed: "Réalisé"
|
|
3109
3125
|
},
|
|
3110
3126
|
surface: {
|
|
3111
3127
|
mesial: "Mésiale",
|
|
@@ -3114,6 +3130,13 @@ const e = {
|
|
|
3114
3130
|
buccal: "Vestibulaire",
|
|
3115
3131
|
lingual: "Linguale"
|
|
3116
3132
|
},
|
|
3133
|
+
root: {
|
|
3134
|
+
mesial: "Racine mésiale",
|
|
3135
|
+
distal: "Racine distale",
|
|
3136
|
+
palatal: "Racine palatine",
|
|
3137
|
+
buccal: "Racine vestibulaire",
|
|
3138
|
+
single: "Racine unique"
|
|
3139
|
+
},
|
|
3117
3140
|
numbering: {
|
|
3118
3141
|
fdi: "FDI (ISO 3950)",
|
|
3119
3142
|
universal: "Universel (ADA)",
|
|
@@ -3121,6 +3144,9 @@ const e = {
|
|
|
3121
3144
|
},
|
|
3122
3145
|
toothLabel: "Dent {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3123
3146
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3147
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3148
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3149
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3124
3150
|
selected: "Dent {{id}} sélectionnée, {{conditions}}",
|
|
3125
3151
|
deselected: "Dent {{id}} désélectionnée",
|
|
3126
3152
|
elementSelected: "{{name}} sélectionné, {{conditions}}",
|
|
@@ -3132,6 +3158,20 @@ const e = {
|
|
|
3132
3158
|
radiographBadge_many: "{{count}} radiographies",
|
|
3133
3159
|
radiographBadge_other: "{{count}} radiographies"
|
|
3134
3160
|
},
|
|
3161
|
+
toothFindingPalette: {
|
|
3162
|
+
ariaLabel: "Constatations dentaires",
|
|
3163
|
+
statusLabel: "Statut",
|
|
3164
|
+
empty: "Aucune constatation disponible",
|
|
3165
|
+
group: {
|
|
3166
|
+
decay: "Carie et restauration",
|
|
3167
|
+
prosthetics: "Prothèse",
|
|
3168
|
+
endodontics: "Endodontie",
|
|
3169
|
+
periodontics: "Parodontologie",
|
|
3170
|
+
orthodontics: "Orthodontie et appareils",
|
|
3171
|
+
diagnosis: "État dentaire et imagerie",
|
|
3172
|
+
custom: "Constatations du cabinet"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3135
3175
|
privacyLock: {
|
|
3136
3176
|
triggerAriaLabel: "Verrouiller l'écran pour la confidentialité",
|
|
3137
3177
|
triggerTooltip: "Verrouiller l'écran",
|
|
@@ -1731,6 +1731,7 @@ export declare const hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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 hiUi: {
|
|
|
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/hi.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: "आगे",
|
|
@@ -3056,6 +3057,7 @@ const e = {
|
|
|
3056
3057
|
toothScheme: {
|
|
3057
3058
|
ariaLabel: "दंत योजना",
|
|
3058
3059
|
legendLabel: "स्थिति लेजेंड",
|
|
3060
|
+
legendStatusLabel: "स्थिति",
|
|
3059
3061
|
view: {
|
|
3060
3062
|
side: "पार्श्व दृश्य",
|
|
3061
3063
|
occlusal: "ओक्लूज़ल दृश्य",
|
|
@@ -3100,9 +3102,23 @@ const e = {
|
|
|
3100
3102
|
rootCanal: "रूट कैनाल उपचार",
|
|
3101
3103
|
temporaryCrown: "अस्थायी क्राउन",
|
|
3102
3104
|
bridge: "ब्रिज",
|
|
3103
|
-
destroyed: "
|
|
3105
|
+
destroyed: "अवशिष्ट जड़",
|
|
3104
3106
|
implantExtraction: "इम्प्लांट निष्कासन",
|
|
3105
|
-
stub: "दांत का ठूंठ"
|
|
3107
|
+
stub: "दांत का ठूंठ",
|
|
3108
|
+
pin: "पोस्ट",
|
|
3109
|
+
rootAmputation: "एपिकोएक्टॉमी",
|
|
3110
|
+
anchorage: "डेन्चर अटैचमेंट",
|
|
3111
|
+
hook: "क्लैस्प",
|
|
3112
|
+
attachment: "ऑर्थोडोंटिक अटैचमेंट",
|
|
3113
|
+
mucogingivalSurgery: "म्यूकोजिंजिवल सर्जरी",
|
|
3114
|
+
periodontalSurgery: "पीरियोडोंटल सर्जरी",
|
|
3115
|
+
curettage: "क्यूरेटेज",
|
|
3116
|
+
medication: "औषधीय ड्रेसिंग",
|
|
3117
|
+
xray: "एक्स-रे"
|
|
3118
|
+
},
|
|
3119
|
+
status: {
|
|
3120
|
+
planned: "नियोजित",
|
|
3121
|
+
executed: "संपन्न"
|
|
3106
3122
|
},
|
|
3107
3123
|
surface: {
|
|
3108
3124
|
mesial: "मीज़ियल",
|
|
@@ -3111,6 +3127,13 @@ const e = {
|
|
|
3111
3127
|
buccal: "बक्कल",
|
|
3112
3128
|
lingual: "लिंगुअल"
|
|
3113
3129
|
},
|
|
3130
|
+
root: {
|
|
3131
|
+
mesial: "मीज़ियल जड़",
|
|
3132
|
+
distal: "डिस्टल जड़",
|
|
3133
|
+
palatal: "पैलेटल जड़",
|
|
3134
|
+
buccal: "बक्कल जड़",
|
|
3135
|
+
single: "एकल जड़"
|
|
3136
|
+
},
|
|
3114
3137
|
numbering: {
|
|
3115
3138
|
fdi: "FDI (ISO 3950)",
|
|
3116
3139
|
universal: "यूनिवर्सल (ADA)",
|
|
@@ -3118,6 +3141,9 @@ const e = {
|
|
|
3118
3141
|
},
|
|
3119
3142
|
toothLabel: "दांत {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3120
3143
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3144
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3145
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3146
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3121
3147
|
selected: "दांत {{id}} चयनित, {{conditions}}",
|
|
3122
3148
|
deselected: "दांत {{id}} का चयन हटाया गया",
|
|
3123
3149
|
elementSelected: "{{name}} चयनित, {{conditions}}",
|
|
@@ -3129,6 +3155,20 @@ const e = {
|
|
|
3129
3155
|
radiographBadge_many: "{{count}} एक्स-रे",
|
|
3130
3156
|
radiographBadge_other: "{{count}} एक्स-रे"
|
|
3131
3157
|
},
|
|
3158
|
+
toothFindingPalette: {
|
|
3159
|
+
ariaLabel: "दंत निष्कर्ष",
|
|
3160
|
+
statusLabel: "स्थिति",
|
|
3161
|
+
empty: "कोई निष्कर्ष उपलब्ध नहीं",
|
|
3162
|
+
group: {
|
|
3163
|
+
decay: "कैरीज़ और रेस्टोरेशन",
|
|
3164
|
+
prosthetics: "प्रोस्थोडोंटिक्स",
|
|
3165
|
+
endodontics: "एंडोडोंटिक्स",
|
|
3166
|
+
periodontics: "पीरियोडोंटिक्स",
|
|
3167
|
+
orthodontics: "ऑर्थोडोंटिक्स और उपकरण",
|
|
3168
|
+
diagnosis: "दांत की स्थिति और इमेजिंग",
|
|
3169
|
+
custom: "क्लिनिक के निष्कर्ष"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3132
3172
|
privacyLock: {
|
|
3133
3173
|
triggerAriaLabel: "गोपनीयता के लिए स्क्रीन लॉक करें",
|
|
3134
3174
|
triggerTooltip: "स्क्रीन लॉक करें",
|
|
@@ -1728,6 +1728,7 @@ export declare const itUi: {
|
|
|
1728
1728
|
readonly noAvailability: "Nessuna disponibilità — prova un altro giorno o servizio";
|
|
1729
1729
|
readonly serviceListLabel: "Prestazioni disponibili";
|
|
1730
1730
|
readonly serviceCardLabel: "{{label}}, {{duration}} minuti";
|
|
1731
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1731
1732
|
readonly actions: {
|
|
1732
1733
|
readonly back: "Indietro";
|
|
1733
1734
|
readonly next: "Avanti";
|
|
@@ -3084,6 +3085,7 @@ export declare const itUi: {
|
|
|
3084
3085
|
readonly toothScheme: {
|
|
3085
3086
|
readonly ariaLabel: "Schema dentale";
|
|
3086
3087
|
readonly legendLabel: "Legenda condizioni";
|
|
3088
|
+
readonly legendStatusLabel: "Stato";
|
|
3087
3089
|
readonly view: {
|
|
3088
3090
|
readonly side: "Vista laterale";
|
|
3089
3091
|
readonly occlusal: "Vista occlusale";
|
|
@@ -3128,9 +3130,23 @@ export declare const itUi: {
|
|
|
3128
3130
|
readonly rootCanal: "Trattamento canalare";
|
|
3129
3131
|
readonly temporaryCrown: "Corona provvisoria";
|
|
3130
3132
|
readonly bridge: "Ponte";
|
|
3131
|
-
readonly destroyed: "
|
|
3133
|
+
readonly destroyed: "Radice persistente";
|
|
3132
3134
|
readonly implantExtraction: "Espianto";
|
|
3133
3135
|
readonly stub: "Moncone";
|
|
3136
|
+
readonly pin: "Perno";
|
|
3137
|
+
readonly rootAmputation: "Apicectomia";
|
|
3138
|
+
readonly anchorage: "Attacco per scheletrato";
|
|
3139
|
+
readonly hook: "Gancio";
|
|
3140
|
+
readonly attachment: "Attacco ortodontico";
|
|
3141
|
+
readonly mucogingivalSurgery: "Chirurgia mucogengivale";
|
|
3142
|
+
readonly periodontalSurgery: "Chirurgia parodontale";
|
|
3143
|
+
readonly curettage: "Curettage";
|
|
3144
|
+
readonly medication: "Medicazione";
|
|
3145
|
+
readonly xray: "Radiografia";
|
|
3146
|
+
};
|
|
3147
|
+
readonly status: {
|
|
3148
|
+
readonly planned: "Programmato";
|
|
3149
|
+
readonly executed: "Eseguito";
|
|
3134
3150
|
};
|
|
3135
3151
|
readonly surface: {
|
|
3136
3152
|
readonly mesial: "Mesiale";
|
|
@@ -3139,6 +3155,13 @@ export declare const itUi: {
|
|
|
3139
3155
|
readonly buccal: "Vestibolare";
|
|
3140
3156
|
readonly lingual: "Linguale";
|
|
3141
3157
|
};
|
|
3158
|
+
readonly root: {
|
|
3159
|
+
readonly mesial: "Radice mesiale";
|
|
3160
|
+
readonly distal: "Radice distale";
|
|
3161
|
+
readonly palatal: "Radice palatale";
|
|
3162
|
+
readonly buccal: "Radice vestibolare";
|
|
3163
|
+
readonly single: "Radice unica";
|
|
3164
|
+
};
|
|
3142
3165
|
readonly numbering: {
|
|
3143
3166
|
readonly fdi: "FDI (ISO 3950)";
|
|
3144
3167
|
readonly universal: "Universale (ADA)";
|
|
@@ -3146,6 +3169,9 @@ export declare const itUi: {
|
|
|
3146
3169
|
};
|
|
3147
3170
|
readonly toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3148
3171
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3172
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3173
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3174
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3149
3175
|
readonly selected: "Dente {{id}} selezionato, {{conditions}}";
|
|
3150
3176
|
readonly deselected: "Dente {{id}} deselezionato";
|
|
3151
3177
|
readonly elementSelected: "{{name}} selezionato, {{conditions}}";
|
|
@@ -3157,6 +3183,20 @@ export declare const itUi: {
|
|
|
3157
3183
|
readonly radiographBadge_many: "{{count}} radiografie";
|
|
3158
3184
|
readonly radiographBadge_other: "{{count}} radiografie";
|
|
3159
3185
|
};
|
|
3186
|
+
readonly toothFindingPalette: {
|
|
3187
|
+
readonly ariaLabel: "Patologie e terapie";
|
|
3188
|
+
readonly statusLabel: "Stato";
|
|
3189
|
+
readonly empty: "Nessuna rilevazione disponibile";
|
|
3190
|
+
readonly group: {
|
|
3191
|
+
readonly decay: "Carie e conservativa";
|
|
3192
|
+
readonly prosthetics: "Protesi";
|
|
3193
|
+
readonly endodontics: "Endodonzia";
|
|
3194
|
+
readonly periodontics: "Parodontologia";
|
|
3195
|
+
readonly orthodontics: "Ortodonzia e apparecchi";
|
|
3196
|
+
readonly diagnosis: "Stato del dente e diagnostica";
|
|
3197
|
+
readonly custom: "Rilevazioni dello studio";
|
|
3198
|
+
};
|
|
3199
|
+
};
|
|
3160
3200
|
readonly privacyLock: {
|
|
3161
3201
|
readonly triggerAriaLabel: "Blocca lo schermo per privacy";
|
|
3162
3202
|
readonly triggerTooltip: "Blocca schermo";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1711,6 +1711,7 @@ const e = {
|
|
|
1711
1711
|
noAvailability: "Nessuna disponibilità — prova un altro giorno o servizio",
|
|
1712
1712
|
serviceListLabel: "Prestazioni disponibili",
|
|
1713
1713
|
serviceCardLabel: "{{label}}, {{duration}} minuti",
|
|
1714
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1714
1715
|
actions: {
|
|
1715
1716
|
back: "Indietro",
|
|
1716
1717
|
next: "Avanti",
|
|
@@ -3039,6 +3040,7 @@ const e = {
|
|
|
3039
3040
|
toothScheme: {
|
|
3040
3041
|
ariaLabel: "Schema dentale",
|
|
3041
3042
|
legendLabel: "Legenda condizioni",
|
|
3043
|
+
legendStatusLabel: "Stato",
|
|
3042
3044
|
view: {
|
|
3043
3045
|
side: "Vista laterale",
|
|
3044
3046
|
occlusal: "Vista occlusale",
|
|
@@ -3083,9 +3085,23 @@ const e = {
|
|
|
3083
3085
|
rootCanal: "Trattamento canalare",
|
|
3084
3086
|
temporaryCrown: "Corona provvisoria",
|
|
3085
3087
|
bridge: "Ponte",
|
|
3086
|
-
destroyed: "
|
|
3088
|
+
destroyed: "Radice persistente",
|
|
3087
3089
|
implantExtraction: "Espianto",
|
|
3088
|
-
stub: "Moncone"
|
|
3090
|
+
stub: "Moncone",
|
|
3091
|
+
pin: "Perno",
|
|
3092
|
+
rootAmputation: "Apicectomia",
|
|
3093
|
+
anchorage: "Attacco per scheletrato",
|
|
3094
|
+
hook: "Gancio",
|
|
3095
|
+
attachment: "Attacco ortodontico",
|
|
3096
|
+
mucogingivalSurgery: "Chirurgia mucogengivale",
|
|
3097
|
+
periodontalSurgery: "Chirurgia parodontale",
|
|
3098
|
+
curettage: "Curettage",
|
|
3099
|
+
medication: "Medicazione",
|
|
3100
|
+
xray: "Radiografia"
|
|
3101
|
+
},
|
|
3102
|
+
status: {
|
|
3103
|
+
planned: "Programmato",
|
|
3104
|
+
executed: "Eseguito"
|
|
3089
3105
|
},
|
|
3090
3106
|
surface: {
|
|
3091
3107
|
mesial: "Mesiale",
|
|
@@ -3094,6 +3110,13 @@ const e = {
|
|
|
3094
3110
|
buccal: "Vestibolare",
|
|
3095
3111
|
lingual: "Linguale"
|
|
3096
3112
|
},
|
|
3113
|
+
root: {
|
|
3114
|
+
mesial: "Radice mesiale",
|
|
3115
|
+
distal: "Radice distale",
|
|
3116
|
+
palatal: "Radice palatale",
|
|
3117
|
+
buccal: "Radice vestibolare",
|
|
3118
|
+
single: "Radice unica"
|
|
3119
|
+
},
|
|
3097
3120
|
numbering: {
|
|
3098
3121
|
fdi: "FDI (ISO 3950)",
|
|
3099
3122
|
universal: "Universale (ADA)",
|
|
@@ -3101,6 +3124,9 @@ const e = {
|
|
|
3101
3124
|
},
|
|
3102
3125
|
toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3103
3126
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3127
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3128
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3129
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3104
3130
|
selected: "Dente {{id}} selezionato, {{conditions}}",
|
|
3105
3131
|
deselected: "Dente {{id}} deselezionato",
|
|
3106
3132
|
elementSelected: "{{name}} selezionato, {{conditions}}",
|
|
@@ -3112,6 +3138,20 @@ const e = {
|
|
|
3112
3138
|
radiographBadge_many: "{{count}} radiografie",
|
|
3113
3139
|
radiographBadge_other: "{{count}} radiografie"
|
|
3114
3140
|
},
|
|
3141
|
+
toothFindingPalette: {
|
|
3142
|
+
ariaLabel: "Patologie e terapie",
|
|
3143
|
+
statusLabel: "Stato",
|
|
3144
|
+
empty: "Nessuna rilevazione disponibile",
|
|
3145
|
+
group: {
|
|
3146
|
+
decay: "Carie e conservativa",
|
|
3147
|
+
prosthetics: "Protesi",
|
|
3148
|
+
endodontics: "Endodonzia",
|
|
3149
|
+
periodontics: "Parodontologia",
|
|
3150
|
+
orthodontics: "Ortodonzia e apparecchi",
|
|
3151
|
+
diagnosis: "Stato del dente e diagnostica",
|
|
3152
|
+
custom: "Rilevazioni dello studio"
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3115
3155
|
privacyLock: {
|
|
3116
3156
|
triggerAriaLabel: "Blocca lo schermo per privacy",
|
|
3117
3157
|
triggerTooltip: "Blocca schermo",
|