@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/pt.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Sem disponibilidade — tente outro dia ou serviço",
|
|
1732
1732
|
serviceListLabel: "Serviços disponíveis",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minutos",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Voltar",
|
|
1736
1737
|
next: "Seguinte",
|
|
@@ -3066,6 +3067,7 @@ const e = {
|
|
|
3066
3067
|
toothScheme: {
|
|
3067
3068
|
ariaLabel: "Esquema dentário",
|
|
3068
3069
|
legendLabel: "Legenda de condições",
|
|
3070
|
+
legendStatusLabel: "Estado",
|
|
3069
3071
|
view: {
|
|
3070
3072
|
side: "Vista lateral",
|
|
3071
3073
|
occlusal: "Vista oclusal",
|
|
@@ -3110,9 +3112,23 @@ const e = {
|
|
|
3110
3112
|
rootCanal: "Tratamento endodôntico",
|
|
3111
3113
|
temporaryCrown: "Coroa provisória",
|
|
3112
3114
|
bridge: "Ponte",
|
|
3113
|
-
destroyed: "
|
|
3115
|
+
destroyed: "Raiz persistente",
|
|
3114
3116
|
implantExtraction: "Explantação",
|
|
3115
|
-
stub: "Raiz residual"
|
|
3117
|
+
stub: "Raiz residual",
|
|
3118
|
+
pin: "Espigão",
|
|
3119
|
+
rootAmputation: "Apicectomia",
|
|
3120
|
+
anchorage: "Encaixe de prótese",
|
|
3121
|
+
hook: "Gancho",
|
|
3122
|
+
attachment: "Attachment ortodôntico",
|
|
3123
|
+
mucogingivalSurgery: "Cirurgia mucogengival",
|
|
3124
|
+
periodontalSurgery: "Cirurgia periodontal",
|
|
3125
|
+
curettage: "Curetagem",
|
|
3126
|
+
medication: "Curativo medicamentoso",
|
|
3127
|
+
xray: "Radiografia"
|
|
3128
|
+
},
|
|
3129
|
+
status: {
|
|
3130
|
+
planned: "Planeado",
|
|
3131
|
+
executed: "Realizado"
|
|
3116
3132
|
},
|
|
3117
3133
|
surface: {
|
|
3118
3134
|
mesial: "Mesial",
|
|
@@ -3121,6 +3137,13 @@ const e = {
|
|
|
3121
3137
|
buccal: "Vestibular",
|
|
3122
3138
|
lingual: "Lingual"
|
|
3123
3139
|
},
|
|
3140
|
+
root: {
|
|
3141
|
+
mesial: "Raiz mesial",
|
|
3142
|
+
distal: "Raiz distal",
|
|
3143
|
+
palatal: "Raiz palatina",
|
|
3144
|
+
buccal: "Raiz vestibular",
|
|
3145
|
+
single: "Raiz única"
|
|
3146
|
+
},
|
|
3124
3147
|
numbering: {
|
|
3125
3148
|
fdi: "FDI (ISO 3950)",
|
|
3126
3149
|
universal: "Universal (ADA)",
|
|
@@ -3128,6 +3151,9 @@ const e = {
|
|
|
3128
3151
|
},
|
|
3129
3152
|
toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3130
3153
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3154
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3155
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3156
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3131
3157
|
selected: "Dente {{id}} selecionado, {{conditions}}",
|
|
3132
3158
|
deselected: "Dente {{id}} não selecionado",
|
|
3133
3159
|
elementSelected: "{{name}} selecionado, {{conditions}}",
|
|
@@ -3139,6 +3165,20 @@ const e = {
|
|
|
3139
3165
|
radiographBadge_many: "{{count}} radiografias",
|
|
3140
3166
|
radiographBadge_other: "{{count}} radiografias"
|
|
3141
3167
|
},
|
|
3168
|
+
toothFindingPalette: {
|
|
3169
|
+
ariaLabel: "Achados dentários",
|
|
3170
|
+
statusLabel: "Estado",
|
|
3171
|
+
empty: "Não há achados disponíveis",
|
|
3172
|
+
group: {
|
|
3173
|
+
decay: "Cárie e restauração",
|
|
3174
|
+
prosthetics: "Prótese",
|
|
3175
|
+
endodontics: "Endodontia",
|
|
3176
|
+
periodontics: "Periodontologia",
|
|
3177
|
+
orthodontics: "Ortodontia e aparelhos",
|
|
3178
|
+
diagnosis: "Estado do dente e imagiologia",
|
|
3179
|
+
custom: "Achados da clínica"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3142
3182
|
privacyLock: {
|
|
3143
3183
|
triggerAriaLabel: "Bloquear o ecrã por privacidade",
|
|
3144
3184
|
triggerTooltip: "Bloquear ecrã",
|
|
@@ -1731,6 +1731,7 @@ export declare const roUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Fără disponibilitate — încercați altă zi sau alt serviciu";
|
|
1732
1732
|
readonly serviceListLabel: "Servicii disponibile";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} minute";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Înapoi";
|
|
1736
1737
|
readonly next: "Înainte";
|
|
@@ -3087,6 +3088,7 @@ export declare const roUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Schemă dentară";
|
|
3089
3090
|
readonly legendLabel: "Legendă condiții";
|
|
3091
|
+
readonly legendStatusLabel: "Stare";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Vedere laterală";
|
|
3092
3094
|
readonly occlusal: "Vedere ocluzală";
|
|
@@ -3131,9 +3133,23 @@ export declare const roUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Tratament de canal";
|
|
3132
3134
|
readonly temporaryCrown: "Coroană provizorie";
|
|
3133
3135
|
readonly bridge: "Punte";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Rest radicular";
|
|
3135
3137
|
readonly implantExtraction: "Explantare";
|
|
3136
3138
|
readonly stub: "Bont";
|
|
3139
|
+
readonly pin: "Pivot";
|
|
3140
|
+
readonly rootAmputation: "Rezecție apicală";
|
|
3141
|
+
readonly anchorage: "Culisă protetică";
|
|
3142
|
+
readonly hook: "Croșet";
|
|
3143
|
+
readonly attachment: "Atașament ortodontic";
|
|
3144
|
+
readonly mucogingivalSurgery: "Chirurgie mucogingivală";
|
|
3145
|
+
readonly periodontalSurgery: "Chirurgie parodontală";
|
|
3146
|
+
readonly curettage: "Chiuretaj";
|
|
3147
|
+
readonly medication: "Pansament medicamentos";
|
|
3148
|
+
readonly xray: "Radiografie";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planificat";
|
|
3152
|
+
readonly executed: "Efectuat";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mezial";
|
|
@@ -3142,6 +3158,13 @@ export declare const roUi: {
|
|
|
3142
3158
|
readonly buccal: "Vestibular";
|
|
3143
3159
|
readonly lingual: "Lingual";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Rădăcină mezială";
|
|
3163
|
+
readonly distal: "Rădăcină distală";
|
|
3164
|
+
readonly palatal: "Rădăcină palatinală";
|
|
3165
|
+
readonly buccal: "Rădăcină vestibulară";
|
|
3166
|
+
readonly single: "Rădăcină unică";
|
|
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 roUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Dintele {{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: "Dintele {{id}} selectat, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Dintele {{id}} deselectat";
|
|
3154
3180
|
readonly elementSelected: "{{name}} selectat, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const roUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} de radiografii";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} de radiografii";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Constatări dentare";
|
|
3191
|
+
readonly statusLabel: "Stare";
|
|
3192
|
+
readonly empty: "Nu există constatări disponibile";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Carie și restaurare";
|
|
3195
|
+
readonly prosthetics: "Protetică";
|
|
3196
|
+
readonly endodontics: "Endodonție";
|
|
3197
|
+
readonly periodontics: "Parodontologie";
|
|
3198
|
+
readonly orthodontics: "Ortodonție și aparate";
|
|
3199
|
+
readonly diagnosis: "Starea dintelui și imagistică";
|
|
3200
|
+
readonly custom: "Constatările cabinetului";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Blochează ecranul pentru confidențialitate";
|
|
3165
3205
|
readonly triggerTooltip: "Blochează ecranul";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Fără disponibilitate — încercați altă zi sau alt serviciu",
|
|
1732
1732
|
serviceListLabel: "Servicii disponibile",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minute",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Înapoi",
|
|
1736
1737
|
next: "Înainte",
|
|
@@ -3065,6 +3066,7 @@ const e = {
|
|
|
3065
3066
|
toothScheme: {
|
|
3066
3067
|
ariaLabel: "Schemă dentară",
|
|
3067
3068
|
legendLabel: "Legendă condiții",
|
|
3069
|
+
legendStatusLabel: "Stare",
|
|
3068
3070
|
view: {
|
|
3069
3071
|
side: "Vedere laterală",
|
|
3070
3072
|
occlusal: "Vedere ocluzală",
|
|
@@ -3109,9 +3111,23 @@ const e = {
|
|
|
3109
3111
|
rootCanal: "Tratament de canal",
|
|
3110
3112
|
temporaryCrown: "Coroană provizorie",
|
|
3111
3113
|
bridge: "Punte",
|
|
3112
|
-
destroyed: "
|
|
3114
|
+
destroyed: "Rest radicular",
|
|
3113
3115
|
implantExtraction: "Explantare",
|
|
3114
|
-
stub: "Bont"
|
|
3116
|
+
stub: "Bont",
|
|
3117
|
+
pin: "Pivot",
|
|
3118
|
+
rootAmputation: "Rezecție apicală",
|
|
3119
|
+
anchorage: "Culisă protetică",
|
|
3120
|
+
hook: "Croșet",
|
|
3121
|
+
attachment: "Atașament ortodontic",
|
|
3122
|
+
mucogingivalSurgery: "Chirurgie mucogingivală",
|
|
3123
|
+
periodontalSurgery: "Chirurgie parodontală",
|
|
3124
|
+
curettage: "Chiuretaj",
|
|
3125
|
+
medication: "Pansament medicamentos",
|
|
3126
|
+
xray: "Radiografie"
|
|
3127
|
+
},
|
|
3128
|
+
status: {
|
|
3129
|
+
planned: "Planificat",
|
|
3130
|
+
executed: "Efectuat"
|
|
3115
3131
|
},
|
|
3116
3132
|
surface: {
|
|
3117
3133
|
mesial: "Mezial",
|
|
@@ -3120,6 +3136,13 @@ const e = {
|
|
|
3120
3136
|
buccal: "Vestibular",
|
|
3121
3137
|
lingual: "Lingual"
|
|
3122
3138
|
},
|
|
3139
|
+
root: {
|
|
3140
|
+
mesial: "Rădăcină mezială",
|
|
3141
|
+
distal: "Rădăcină distală",
|
|
3142
|
+
palatal: "Rădăcină palatinală",
|
|
3143
|
+
buccal: "Rădăcină vestibulară",
|
|
3144
|
+
single: "Rădăcină unică"
|
|
3145
|
+
},
|
|
3123
3146
|
numbering: {
|
|
3124
3147
|
fdi: "FDI (ISO 3950)",
|
|
3125
3148
|
universal: "Universal (ADA)",
|
|
@@ -3127,6 +3150,9 @@ const e = {
|
|
|
3127
3150
|
},
|
|
3128
3151
|
toothLabel: "Dintele {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3129
3152
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3153
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3154
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3155
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3130
3156
|
selected: "Dintele {{id}} selectat, {{conditions}}",
|
|
3131
3157
|
deselected: "Dintele {{id}} deselectat",
|
|
3132
3158
|
elementSelected: "{{name}} selectat, {{conditions}}",
|
|
@@ -3138,6 +3164,20 @@ const e = {
|
|
|
3138
3164
|
radiographBadge_many: "{{count}} de radiografii",
|
|
3139
3165
|
radiographBadge_other: "{{count}} de radiografii"
|
|
3140
3166
|
},
|
|
3167
|
+
toothFindingPalette: {
|
|
3168
|
+
ariaLabel: "Constatări dentare",
|
|
3169
|
+
statusLabel: "Stare",
|
|
3170
|
+
empty: "Nu există constatări disponibile",
|
|
3171
|
+
group: {
|
|
3172
|
+
decay: "Carie și restaurare",
|
|
3173
|
+
prosthetics: "Protetică",
|
|
3174
|
+
endodontics: "Endodonție",
|
|
3175
|
+
periodontics: "Parodontologie",
|
|
3176
|
+
orthodontics: "Ortodonție și aparate",
|
|
3177
|
+
diagnosis: "Starea dintelui și imagistică",
|
|
3178
|
+
custom: "Constatările cabinetului"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3141
3181
|
privacyLock: {
|
|
3142
3182
|
triggerAriaLabel: "Blochează ecranul pentru confidențialitate",
|
|
3143
3183
|
triggerTooltip: "Blochează ecranul",
|
|
@@ -1731,6 +1731,7 @@ export declare const ruUi: {
|
|
|
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 ruUi: {
|
|
|
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 ruUi: {
|
|
|
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 ruUi: {
|
|
|
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 ruUi: {
|
|
|
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 ruUi: {
|
|
|
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/ru.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: "Далее",
|
|
@@ -3058,6 +3059,7 @@ const e = {
|
|
|
3058
3059
|
toothScheme: {
|
|
3059
3060
|
ariaLabel: "Зубная схема",
|
|
3060
3061
|
legendLabel: "Легенда состояний",
|
|
3062
|
+
legendStatusLabel: "Статус",
|
|
3061
3063
|
view: {
|
|
3062
3064
|
side: "Вид сбоку",
|
|
3063
3065
|
occlusal: "Окклюзионный вид",
|
|
@@ -3102,9 +3104,23 @@ const e = {
|
|
|
3102
3104
|
rootCanal: "Лечение корневых каналов",
|
|
3103
3105
|
temporaryCrown: "Временная коронка",
|
|
3104
3106
|
bridge: "Мостовидный протез",
|
|
3105
|
-
destroyed: "
|
|
3107
|
+
destroyed: "Оставшийся корень",
|
|
3106
3108
|
implantExtraction: "Удаление импланта",
|
|
3107
|
-
stub: "Культя зуба"
|
|
3109
|
+
stub: "Культя зуба",
|
|
3110
|
+
pin: "Штифт",
|
|
3111
|
+
rootAmputation: "Резекция верхушки корня",
|
|
3112
|
+
anchorage: "Аттачмен протеза",
|
|
3113
|
+
hook: "Кламмер",
|
|
3114
|
+
attachment: "Ортодонтический аттачмен",
|
|
3115
|
+
mucogingivalSurgery: "Мукогингивальная хирургия",
|
|
3116
|
+
periodontalSurgery: "Пародонтальная хирургия",
|
|
3117
|
+
curettage: "Кюретаж",
|
|
3118
|
+
medication: "Лечебная повязка",
|
|
3119
|
+
xray: "Рентгенограмма"
|
|
3120
|
+
},
|
|
3121
|
+
status: {
|
|
3122
|
+
planned: "Запланировано",
|
|
3123
|
+
executed: "Выполнено"
|
|
3108
3124
|
},
|
|
3109
3125
|
surface: {
|
|
3110
3126
|
mesial: "Мезиальная",
|
|
@@ -3113,6 +3129,13 @@ const e = {
|
|
|
3113
3129
|
buccal: "Вестибулярная",
|
|
3114
3130
|
lingual: "Язычная"
|
|
3115
3131
|
},
|
|
3132
|
+
root: {
|
|
3133
|
+
mesial: "Мезиальный корень",
|
|
3134
|
+
distal: "Дистальный корень",
|
|
3135
|
+
palatal: "Нёбный корень",
|
|
3136
|
+
buccal: "Щёчный корень",
|
|
3137
|
+
single: "Одиночный корень"
|
|
3138
|
+
},
|
|
3116
3139
|
numbering: {
|
|
3117
3140
|
fdi: "FDI (ISO 3950)",
|
|
3118
3141
|
universal: "Универсальная (ADA)",
|
|
@@ -3120,6 +3143,9 @@ const e = {
|
|
|
3120
3143
|
},
|
|
3121
3144
|
toothLabel: "Зуб {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3145
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3146
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3147
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3148
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3149
|
selected: "Зуб {{id}} выбран, {{conditions}}",
|
|
3124
3150
|
deselected: "Зуб {{id}} отменён",
|
|
3125
3151
|
elementSelected: "{{name}} выбран, {{conditions}}",
|
|
@@ -3131,6 +3157,20 @@ const e = {
|
|
|
3131
3157
|
radiographBadge_many: "{{count}} рентгеновских снимков",
|
|
3132
3158
|
radiographBadge_other: "{{count}} рентгеновских снимка"
|
|
3133
3159
|
},
|
|
3160
|
+
toothFindingPalette: {
|
|
3161
|
+
ariaLabel: "Стоматологические находки",
|
|
3162
|
+
statusLabel: "Статус",
|
|
3163
|
+
empty: "Нет доступных находок",
|
|
3164
|
+
group: {
|
|
3165
|
+
decay: "Кариес и реставрация",
|
|
3166
|
+
prosthetics: "Ортопедия",
|
|
3167
|
+
endodontics: "Эндодонтия",
|
|
3168
|
+
periodontics: "Пародонтология",
|
|
3169
|
+
orthodontics: "Ортодонтия и аппараты",
|
|
3170
|
+
diagnosis: "Состояние зуба и снимки",
|
|
3171
|
+
custom: "Находки клиники"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3134
3174
|
privacyLock: {
|
|
3135
3175
|
triggerAriaLabel: "Заблокировать экран для защиты конфиденциальности",
|
|
3136
3176
|
triggerTooltip: "Заблокировать экран",
|
|
@@ -1731,6 +1731,7 @@ export declare const sqUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Pa disponueshmëri — provoni një ditë ose shërbim tjetër";
|
|
1732
1732
|
readonly serviceListLabel: "Shërbimet e disponueshme";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} minuta";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Mbrapa";
|
|
1736
1737
|
readonly next: "Tjetri";
|
|
@@ -3087,6 +3088,7 @@ export declare const sqUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Skema dentare";
|
|
3089
3090
|
readonly legendLabel: "Legjenda e gjendjeve";
|
|
3091
|
+
readonly legendStatusLabel: "Statusi";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Pamja anësore";
|
|
3092
3094
|
readonly occlusal: "Pamja okluzale";
|
|
@@ -3131,9 +3133,23 @@ export declare const sqUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Trajtim i kanalit rrënjor";
|
|
3132
3134
|
readonly temporaryCrown: "Kurorë e përkohshme";
|
|
3133
3135
|
readonly bridge: "Urë dentare";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Rrënjë e mbetur";
|
|
3135
3137
|
readonly implantExtraction: "Heqje implanti";
|
|
3136
3138
|
readonly stub: "Cung";
|
|
3139
|
+
readonly pin: "Kunj rrënjor";
|
|
3140
|
+
readonly rootAmputation: "Apikektomi";
|
|
3141
|
+
readonly anchorage: "Atashment protetik";
|
|
3142
|
+
readonly hook: "Kapëse";
|
|
3143
|
+
readonly attachment: "Atashment ortodontik";
|
|
3144
|
+
readonly mucogingivalSurgery: "Kirurgji mukogingivale";
|
|
3145
|
+
readonly periodontalSurgery: "Kirurgji periodontale";
|
|
3146
|
+
readonly curettage: "Kyretazh";
|
|
3147
|
+
readonly medication: "Mjekim medikamentoz";
|
|
3148
|
+
readonly xray: "Radiografi";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "E planifikuar";
|
|
3152
|
+
readonly executed: "E kryer";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mezial";
|
|
@@ -3142,6 +3158,13 @@ export declare const sqUi: {
|
|
|
3142
3158
|
readonly buccal: "Bukkal";
|
|
3143
3159
|
readonly lingual: "Lingual";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Rrënjë meziale";
|
|
3163
|
+
readonly distal: "Rrënjë distale";
|
|
3164
|
+
readonly palatal: "Rrënjë palatinale";
|
|
3165
|
+
readonly buccal: "Rrënjë bukale";
|
|
3166
|
+
readonly single: "Rrënjë e vetme";
|
|
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 sqUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Dhëmbi {{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: "Dhëmbi {{id}} i zgjedhur, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Dhëmbi {{id}} i çzgjedhur";
|
|
3154
3180
|
readonly elementSelected: "{{name}} i zgjedhur, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const sqUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} radiografi";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} radiografi";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Gjetjet dentare";
|
|
3191
|
+
readonly statusLabel: "Statusi";
|
|
3192
|
+
readonly empty: "Nuk ka gjetje të disponueshme";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Karies dhe restaurim";
|
|
3195
|
+
readonly prosthetics: "Protetikë";
|
|
3196
|
+
readonly endodontics: "Endodonci";
|
|
3197
|
+
readonly periodontics: "Periodontologji";
|
|
3198
|
+
readonly orthodontics: "Ortodonci dhe aparate";
|
|
3199
|
+
readonly diagnosis: "Gjendja e dhëmbit dhe imazheria";
|
|
3200
|
+
readonly custom: "Gjetjet e klinikës";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Blloko ekranin për privatësi";
|
|
3165
3205
|
readonly triggerTooltip: "Blloko ekranin";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Pa disponueshmëri — provoni një ditë ose shërbim tjetër",
|
|
1732
1732
|
serviceListLabel: "Shërbimet e disponueshme",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minuta",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Mbrapa",
|
|
1736
1737
|
next: "Tjetri",
|
|
@@ -3062,6 +3063,7 @@ const e = {
|
|
|
3062
3063
|
toothScheme: {
|
|
3063
3064
|
ariaLabel: "Skema dentare",
|
|
3064
3065
|
legendLabel: "Legjenda e gjendjeve",
|
|
3066
|
+
legendStatusLabel: "Statusi",
|
|
3065
3067
|
view: {
|
|
3066
3068
|
side: "Pamja anësore",
|
|
3067
3069
|
occlusal: "Pamja okluzale",
|
|
@@ -3106,9 +3108,23 @@ const e = {
|
|
|
3106
3108
|
rootCanal: "Trajtim i kanalit rrënjor",
|
|
3107
3109
|
temporaryCrown: "Kurorë e përkohshme",
|
|
3108
3110
|
bridge: "Urë dentare",
|
|
3109
|
-
destroyed: "
|
|
3111
|
+
destroyed: "Rrënjë e mbetur",
|
|
3110
3112
|
implantExtraction: "Heqje implanti",
|
|
3111
|
-
stub: "Cung"
|
|
3113
|
+
stub: "Cung",
|
|
3114
|
+
pin: "Kunj rrënjor",
|
|
3115
|
+
rootAmputation: "Apikektomi",
|
|
3116
|
+
anchorage: "Atashment protetik",
|
|
3117
|
+
hook: "Kapëse",
|
|
3118
|
+
attachment: "Atashment ortodontik",
|
|
3119
|
+
mucogingivalSurgery: "Kirurgji mukogingivale",
|
|
3120
|
+
periodontalSurgery: "Kirurgji periodontale",
|
|
3121
|
+
curettage: "Kyretazh",
|
|
3122
|
+
medication: "Mjekim medikamentoz",
|
|
3123
|
+
xray: "Radiografi"
|
|
3124
|
+
},
|
|
3125
|
+
status: {
|
|
3126
|
+
planned: "E planifikuar",
|
|
3127
|
+
executed: "E kryer"
|
|
3112
3128
|
},
|
|
3113
3129
|
surface: {
|
|
3114
3130
|
mesial: "Mezial",
|
|
@@ -3117,6 +3133,13 @@ const e = {
|
|
|
3117
3133
|
buccal: "Bukkal",
|
|
3118
3134
|
lingual: "Lingual"
|
|
3119
3135
|
},
|
|
3136
|
+
root: {
|
|
3137
|
+
mesial: "Rrënjë meziale",
|
|
3138
|
+
distal: "Rrënjë distale",
|
|
3139
|
+
palatal: "Rrënjë palatinale",
|
|
3140
|
+
buccal: "Rrënjë bukale",
|
|
3141
|
+
single: "Rrënjë e vetme"
|
|
3142
|
+
},
|
|
3120
3143
|
numbering: {
|
|
3121
3144
|
fdi: "FDI (ISO 3950)",
|
|
3122
3145
|
universal: "Universal (ADA)",
|
|
@@ -3124,6 +3147,9 @@ const e = {
|
|
|
3124
3147
|
},
|
|
3125
3148
|
toothLabel: "Dhëmbi {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3126
3149
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3150
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3151
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3152
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3127
3153
|
selected: "Dhëmbi {{id}} i zgjedhur, {{conditions}}",
|
|
3128
3154
|
deselected: "Dhëmbi {{id}} i çzgjedhur",
|
|
3129
3155
|
elementSelected: "{{name}} i zgjedhur, {{conditions}}",
|
|
@@ -3135,6 +3161,20 @@ const e = {
|
|
|
3135
3161
|
radiographBadge_many: "{{count}} radiografi",
|
|
3136
3162
|
radiographBadge_other: "{{count}} radiografi"
|
|
3137
3163
|
},
|
|
3164
|
+
toothFindingPalette: {
|
|
3165
|
+
ariaLabel: "Gjetjet dentare",
|
|
3166
|
+
statusLabel: "Statusi",
|
|
3167
|
+
empty: "Nuk ka gjetje të disponueshme",
|
|
3168
|
+
group: {
|
|
3169
|
+
decay: "Karies dhe restaurim",
|
|
3170
|
+
prosthetics: "Protetikë",
|
|
3171
|
+
endodontics: "Endodonci",
|
|
3172
|
+
periodontics: "Periodontologji",
|
|
3173
|
+
orthodontics: "Ortodonci dhe aparate",
|
|
3174
|
+
diagnosis: "Gjendja e dhëmbit dhe imazheria",
|
|
3175
|
+
custom: "Gjetjet e klinikës"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3138
3178
|
privacyLock: {
|
|
3139
3179
|
triggerAriaLabel: "Blloko ekranin për privatësi",
|
|
3140
3180
|
triggerTooltip: "Blloko ekranin",
|