@alfadocs/ui-kit 1.4.17 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{care-plan-card-C83Hb9EE.js → care-plan-card-CehAU7F_.js} +2 -2
- package/dist/_chunks/{care-plan-entry-card-CHMPSTCz.js → care-plan-entry-card-ChWRMfMw.js} +2 -2
- package/dist/_chunks/{periodontal-chart-brakjj0s.js → periodontal-chart-C0nNQKKK.js} +121 -121
- package/dist/_chunks/tooth-data-DR8Kdnup.js +903 -0
- package/dist/_chunks/tooth-finding-palette-vqC-D2Ye.js +708 -0
- package/dist/_chunks/tooth-scheme-BPXE1_3N.js +2051 -0
- package/dist/agent-catalog.json +465 -21
- package/dist/agent-i18n/en.json +23 -6
- package/dist/components/care-plan-card/index.js +1 -1
- package/dist/components/care-plan-entry-card/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/periodontal-chart/index.js +1 -1
- package/dist/components/tooth-finding-palette/index.d.ts +4 -0
- package/dist/components/tooth-finding-palette/index.js +9 -0
- package/dist/components/tooth-finding-palette/tooth-finding-palette.agent.d.ts +4 -0
- package/dist/components/tooth-finding-palette/tooth-finding-palette.d.ts +89 -0
- package/dist/components/tooth-scheme/index.d.ts +2 -2
- package/dist/components/tooth-scheme/index.js +57 -30
- package/dist/components/tooth-scheme/tooth-data.d.ts +279 -10
- package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts +2 -2
- package/dist/components/tooth-scheme/tooth-scheme.d.ts +30 -3
- package/dist/i18n/locales/ar.d.ts +40 -1
- package/dist/i18n/locales/ar.js +41 -2
- package/dist/i18n/locales/de.d.ts +40 -1
- package/dist/i18n/locales/de.js +41 -2
- package/dist/i18n/locales/el.d.ts +40 -1
- package/dist/i18n/locales/el.js +41 -2
- package/dist/i18n/locales/en.d.ts +40 -1
- package/dist/i18n/locales/en.js +41 -2
- package/dist/i18n/locales/es.d.ts +40 -1
- package/dist/i18n/locales/es.js +41 -2
- package/dist/i18n/locales/fr.d.ts +40 -1
- package/dist/i18n/locales/fr.js +41 -2
- package/dist/i18n/locales/hi.d.ts +40 -1
- package/dist/i18n/locales/hi.js +41 -2
- package/dist/i18n/locales/it.d.ts +40 -1
- package/dist/i18n/locales/it.js +41 -2
- package/dist/i18n/locales/ja.d.ts +40 -1
- package/dist/i18n/locales/ja.js +41 -2
- package/dist/i18n/locales/nl.d.ts +40 -1
- package/dist/i18n/locales/nl.js +41 -2
- package/dist/i18n/locales/pl.d.ts +40 -1
- package/dist/i18n/locales/pl.js +41 -2
- package/dist/i18n/locales/pt.d.ts +40 -1
- package/dist/i18n/locales/pt.js +41 -2
- package/dist/i18n/locales/ro.d.ts +40 -1
- package/dist/i18n/locales/ro.js +41 -2
- package/dist/i18n/locales/ru.d.ts +40 -1
- package/dist/i18n/locales/ru.js +41 -2
- package/dist/i18n/locales/sq.d.ts +40 -1
- package/dist/i18n/locales/sq.js +41 -2
- package/dist/i18n/locales/sv.d.ts +40 -1
- package/dist/i18n/locales/sv.js +41 -2
- package/dist/i18n/locales/tr.d.ts +40 -1
- package/dist/i18n/locales/tr.js +41 -2
- package/dist/i18n/locales/zh.d.ts +40 -1
- package/dist/i18n/locales/zh.js +41 -2
- package/dist/index.js +448 -415
- package/dist/locales/ar.json +41 -2
- package/dist/locales/de.json +41 -2
- package/dist/locales/el.json +41 -2
- package/dist/locales/en.json +41 -2
- package/dist/locales/es.json +41 -2
- package/dist/locales/fr.json +41 -2
- package/dist/locales/hi.json +41 -2
- package/dist/locales/it.json +41 -2
- package/dist/locales/ja.json +41 -2
- package/dist/locales/nl.json +41 -2
- package/dist/locales/pl.json +41 -2
- package/dist/locales/pt.json +41 -2
- package/dist/locales/ro.json +41 -2
- package/dist/locales/ru.json +41 -2
- package/dist/locales/sq.json +41 -2
- package/dist/locales/sv.json +41 -2
- package/dist/locales/tr.json +41 -2
- package/dist/locales/zh.json +41 -2
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
- package/dist/_chunks/tooth-data-BwuoKFf4.js +0 -660
- package/dist/_chunks/tooth-scheme-s0ipC0-Z.js +0 -1483
|
@@ -3087,6 +3087,7 @@ export declare const roUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Schemă dentară";
|
|
3089
3089
|
readonly legendLabel: "Legendă condiții";
|
|
3090
|
+
readonly legendStatusLabel: "Stare";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Vedere laterală";
|
|
3092
3093
|
readonly occlusal: "Vedere ocluzală";
|
|
@@ -3131,9 +3132,23 @@ export declare const roUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Tratament de canal";
|
|
3132
3133
|
readonly temporaryCrown: "Coroană provizorie";
|
|
3133
3134
|
readonly bridge: "Punte";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Rest radicular";
|
|
3135
3136
|
readonly implantExtraction: "Explantare";
|
|
3136
3137
|
readonly stub: "Bont";
|
|
3138
|
+
readonly pin: "Pivot";
|
|
3139
|
+
readonly rootAmputation: "Rezecție apicală";
|
|
3140
|
+
readonly anchorage: "Culisă protetică";
|
|
3141
|
+
readonly hook: "Croșet";
|
|
3142
|
+
readonly attachment: "Atașament ortodontic";
|
|
3143
|
+
readonly mucogingivalSurgery: "Chirurgie mucogingivală";
|
|
3144
|
+
readonly periodontalSurgery: "Chirurgie parodontală";
|
|
3145
|
+
readonly curettage: "Chiuretaj";
|
|
3146
|
+
readonly medication: "Pansament medicamentos";
|
|
3147
|
+
readonly xray: "Radiografie";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Planificat";
|
|
3151
|
+
readonly executed: "Efectuat";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mezial";
|
|
@@ -3142,6 +3157,13 @@ export declare const roUi: {
|
|
|
3142
3157
|
readonly buccal: "Vestibular";
|
|
3143
3158
|
readonly lingual: "Lingual";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Rădăcină mezială";
|
|
3162
|
+
readonly distal: "Rădăcină distală";
|
|
3163
|
+
readonly palatal: "Rădăcină palatinală";
|
|
3164
|
+
readonly buccal: "Rădăcină vestibulară";
|
|
3165
|
+
readonly single: "Rădăcină unică";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Universal (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const roUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Dintele {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3173
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3174
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3175
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3176
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3177
|
readonly selected: "Dintele {{id}} selectat, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Dintele {{id}} deselectat";
|
|
3154
3179
|
readonly elementSelected: "{{name}} selectat, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const roUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} de radiografii";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} de radiografii";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Constatări dentare";
|
|
3190
|
+
readonly statusLabel: "Stare";
|
|
3191
|
+
readonly empty: "Nu există constatări disponibile";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Carie și restaurare";
|
|
3194
|
+
readonly prosthetics: "Protetică";
|
|
3195
|
+
readonly endodontics: "Endodonție";
|
|
3196
|
+
readonly periodontics: "Parodontologie";
|
|
3197
|
+
readonly orthodontics: "Ortodonție și aparate";
|
|
3198
|
+
readonly diagnosis: "Starea dintelui și imagistică";
|
|
3199
|
+
readonly custom: "Constatările cabinetului";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Blochează ecranul pentru confidențialitate";
|
|
3165
3204
|
readonly triggerTooltip: "Blochează ecranul";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -3065,6 +3065,7 @@ const e = {
|
|
|
3065
3065
|
toothScheme: {
|
|
3066
3066
|
ariaLabel: "Schemă dentară",
|
|
3067
3067
|
legendLabel: "Legendă condiții",
|
|
3068
|
+
legendStatusLabel: "Stare",
|
|
3068
3069
|
view: {
|
|
3069
3070
|
side: "Vedere laterală",
|
|
3070
3071
|
occlusal: "Vedere ocluzală",
|
|
@@ -3109,9 +3110,23 @@ const e = {
|
|
|
3109
3110
|
rootCanal: "Tratament de canal",
|
|
3110
3111
|
temporaryCrown: "Coroană provizorie",
|
|
3111
3112
|
bridge: "Punte",
|
|
3112
|
-
destroyed: "
|
|
3113
|
+
destroyed: "Rest radicular",
|
|
3113
3114
|
implantExtraction: "Explantare",
|
|
3114
|
-
stub: "Bont"
|
|
3115
|
+
stub: "Bont",
|
|
3116
|
+
pin: "Pivot",
|
|
3117
|
+
rootAmputation: "Rezecție apicală",
|
|
3118
|
+
anchorage: "Culisă protetică",
|
|
3119
|
+
hook: "Croșet",
|
|
3120
|
+
attachment: "Atașament ortodontic",
|
|
3121
|
+
mucogingivalSurgery: "Chirurgie mucogingivală",
|
|
3122
|
+
periodontalSurgery: "Chirurgie parodontală",
|
|
3123
|
+
curettage: "Chiuretaj",
|
|
3124
|
+
medication: "Pansament medicamentos",
|
|
3125
|
+
xray: "Radiografie"
|
|
3126
|
+
},
|
|
3127
|
+
status: {
|
|
3128
|
+
planned: "Planificat",
|
|
3129
|
+
executed: "Efectuat"
|
|
3115
3130
|
},
|
|
3116
3131
|
surface: {
|
|
3117
3132
|
mesial: "Mezial",
|
|
@@ -3120,6 +3135,13 @@ const e = {
|
|
|
3120
3135
|
buccal: "Vestibular",
|
|
3121
3136
|
lingual: "Lingual"
|
|
3122
3137
|
},
|
|
3138
|
+
root: {
|
|
3139
|
+
mesial: "Rădăcină mezială",
|
|
3140
|
+
distal: "Rădăcină distală",
|
|
3141
|
+
palatal: "Rădăcină palatinală",
|
|
3142
|
+
buccal: "Rădăcină vestibulară",
|
|
3143
|
+
single: "Rădăcină unică"
|
|
3144
|
+
},
|
|
3123
3145
|
numbering: {
|
|
3124
3146
|
fdi: "FDI (ISO 3950)",
|
|
3125
3147
|
universal: "Universal (ADA)",
|
|
@@ -3127,6 +3149,9 @@ const e = {
|
|
|
3127
3149
|
},
|
|
3128
3150
|
toothLabel: "Dintele {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3129
3151
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3152
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3153
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3154
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3130
3155
|
selected: "Dintele {{id}} selectat, {{conditions}}",
|
|
3131
3156
|
deselected: "Dintele {{id}} deselectat",
|
|
3132
3157
|
elementSelected: "{{name}} selectat, {{conditions}}",
|
|
@@ -3138,6 +3163,20 @@ const e = {
|
|
|
3138
3163
|
radiographBadge_many: "{{count}} de radiografii",
|
|
3139
3164
|
radiographBadge_other: "{{count}} de radiografii"
|
|
3140
3165
|
},
|
|
3166
|
+
toothFindingPalette: {
|
|
3167
|
+
ariaLabel: "Constatări dentare",
|
|
3168
|
+
statusLabel: "Stare",
|
|
3169
|
+
empty: "Nu există constatări disponibile",
|
|
3170
|
+
group: {
|
|
3171
|
+
decay: "Carie și restaurare",
|
|
3172
|
+
prosthetics: "Protetică",
|
|
3173
|
+
endodontics: "Endodonție",
|
|
3174
|
+
periodontics: "Parodontologie",
|
|
3175
|
+
orthodontics: "Ortodonție și aparate",
|
|
3176
|
+
diagnosis: "Starea dintelui și imagistică",
|
|
3177
|
+
custom: "Constatările cabinetului"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3141
3180
|
privacyLock: {
|
|
3142
3181
|
triggerAriaLabel: "Blochează ecranul pentru confidențialitate",
|
|
3143
3182
|
triggerTooltip: "Blochează ecranul",
|
|
@@ -3087,6 +3087,7 @@ export declare const ruUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Зубная схема";
|
|
3089
3089
|
readonly legendLabel: "Легенда состояний";
|
|
3090
|
+
readonly legendStatusLabel: "Статус";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Вид сбоку";
|
|
3092
3093
|
readonly occlusal: "Окклюзионный вид";
|
|
@@ -3131,9 +3132,23 @@ export declare const ruUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Лечение корневых каналов";
|
|
3132
3133
|
readonly temporaryCrown: "Временная коронка";
|
|
3133
3134
|
readonly bridge: "Мостовидный протез";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Оставшийся корень";
|
|
3135
3136
|
readonly implantExtraction: "Удаление импланта";
|
|
3136
3137
|
readonly stub: "Культя зуба";
|
|
3138
|
+
readonly pin: "Штифт";
|
|
3139
|
+
readonly rootAmputation: "Резекция верхушки корня";
|
|
3140
|
+
readonly anchorage: "Аттачмен протеза";
|
|
3141
|
+
readonly hook: "Кламмер";
|
|
3142
|
+
readonly attachment: "Ортодонтический аттачмен";
|
|
3143
|
+
readonly mucogingivalSurgery: "Мукогингивальная хирургия";
|
|
3144
|
+
readonly periodontalSurgery: "Пародонтальная хирургия";
|
|
3145
|
+
readonly curettage: "Кюретаж";
|
|
3146
|
+
readonly medication: "Лечебная повязка";
|
|
3147
|
+
readonly xray: "Рентгенограмма";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Запланировано";
|
|
3151
|
+
readonly executed: "Выполнено";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Мезиальная";
|
|
@@ -3142,6 +3157,13 @@ export declare const ruUi: {
|
|
|
3142
3157
|
readonly buccal: "Вестибулярная";
|
|
3143
3158
|
readonly lingual: "Язычная";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Мезиальный корень";
|
|
3162
|
+
readonly distal: "Дистальный корень";
|
|
3163
|
+
readonly palatal: "Нёбный корень";
|
|
3164
|
+
readonly buccal: "Щёчный корень";
|
|
3165
|
+
readonly single: "Одиночный корень";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Универсальная (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const ruUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Зуб {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3173
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3174
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3175
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3176
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3177
|
readonly selected: "Зуб {{id}} выбран, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Зуб {{id}} отменён";
|
|
3154
3179
|
readonly elementSelected: "{{name}} выбран, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const ruUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} рентгеновских снимков";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} рентгеновских снимка";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Стоматологические находки";
|
|
3190
|
+
readonly statusLabel: "Статус";
|
|
3191
|
+
readonly empty: "Нет доступных находок";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Кариес и реставрация";
|
|
3194
|
+
readonly prosthetics: "Ортопедия";
|
|
3195
|
+
readonly endodontics: "Эндодонтия";
|
|
3196
|
+
readonly periodontics: "Пародонтология";
|
|
3197
|
+
readonly orthodontics: "Ортодонтия и аппараты";
|
|
3198
|
+
readonly diagnosis: "Состояние зуба и снимки";
|
|
3199
|
+
readonly custom: "Находки клиники";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Заблокировать экран для защиты конфиденциальности";
|
|
3165
3204
|
readonly triggerTooltip: "Заблокировать экран";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -3058,6 +3058,7 @@ const e = {
|
|
|
3058
3058
|
toothScheme: {
|
|
3059
3059
|
ariaLabel: "Зубная схема",
|
|
3060
3060
|
legendLabel: "Легенда состояний",
|
|
3061
|
+
legendStatusLabel: "Статус",
|
|
3061
3062
|
view: {
|
|
3062
3063
|
side: "Вид сбоку",
|
|
3063
3064
|
occlusal: "Окклюзионный вид",
|
|
@@ -3102,9 +3103,23 @@ const e = {
|
|
|
3102
3103
|
rootCanal: "Лечение корневых каналов",
|
|
3103
3104
|
temporaryCrown: "Временная коронка",
|
|
3104
3105
|
bridge: "Мостовидный протез",
|
|
3105
|
-
destroyed: "
|
|
3106
|
+
destroyed: "Оставшийся корень",
|
|
3106
3107
|
implantExtraction: "Удаление импланта",
|
|
3107
|
-
stub: "Культя зуба"
|
|
3108
|
+
stub: "Культя зуба",
|
|
3109
|
+
pin: "Штифт",
|
|
3110
|
+
rootAmputation: "Резекция верхушки корня",
|
|
3111
|
+
anchorage: "Аттачмен протеза",
|
|
3112
|
+
hook: "Кламмер",
|
|
3113
|
+
attachment: "Ортодонтический аттачмен",
|
|
3114
|
+
mucogingivalSurgery: "Мукогингивальная хирургия",
|
|
3115
|
+
periodontalSurgery: "Пародонтальная хирургия",
|
|
3116
|
+
curettage: "Кюретаж",
|
|
3117
|
+
medication: "Лечебная повязка",
|
|
3118
|
+
xray: "Рентгенограмма"
|
|
3119
|
+
},
|
|
3120
|
+
status: {
|
|
3121
|
+
planned: "Запланировано",
|
|
3122
|
+
executed: "Выполнено"
|
|
3108
3123
|
},
|
|
3109
3124
|
surface: {
|
|
3110
3125
|
mesial: "Мезиальная",
|
|
@@ -3113,6 +3128,13 @@ const e = {
|
|
|
3113
3128
|
buccal: "Вестибулярная",
|
|
3114
3129
|
lingual: "Язычная"
|
|
3115
3130
|
},
|
|
3131
|
+
root: {
|
|
3132
|
+
mesial: "Мезиальный корень",
|
|
3133
|
+
distal: "Дистальный корень",
|
|
3134
|
+
palatal: "Нёбный корень",
|
|
3135
|
+
buccal: "Щёчный корень",
|
|
3136
|
+
single: "Одиночный корень"
|
|
3137
|
+
},
|
|
3116
3138
|
numbering: {
|
|
3117
3139
|
fdi: "FDI (ISO 3950)",
|
|
3118
3140
|
universal: "Универсальная (ADA)",
|
|
@@ -3120,6 +3142,9 @@ const e = {
|
|
|
3120
3142
|
},
|
|
3121
3143
|
toothLabel: "Зуб {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3144
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3145
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3146
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3147
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3148
|
selected: "Зуб {{id}} выбран, {{conditions}}",
|
|
3124
3149
|
deselected: "Зуб {{id}} отменён",
|
|
3125
3150
|
elementSelected: "{{name}} выбран, {{conditions}}",
|
|
@@ -3131,6 +3156,20 @@ const e = {
|
|
|
3131
3156
|
radiographBadge_many: "{{count}} рентгеновских снимков",
|
|
3132
3157
|
radiographBadge_other: "{{count}} рентгеновских снимка"
|
|
3133
3158
|
},
|
|
3159
|
+
toothFindingPalette: {
|
|
3160
|
+
ariaLabel: "Стоматологические находки",
|
|
3161
|
+
statusLabel: "Статус",
|
|
3162
|
+
empty: "Нет доступных находок",
|
|
3163
|
+
group: {
|
|
3164
|
+
decay: "Кариес и реставрация",
|
|
3165
|
+
prosthetics: "Ортопедия",
|
|
3166
|
+
endodontics: "Эндодонтия",
|
|
3167
|
+
periodontics: "Пародонтология",
|
|
3168
|
+
orthodontics: "Ортодонтия и аппараты",
|
|
3169
|
+
diagnosis: "Состояние зуба и снимки",
|
|
3170
|
+
custom: "Находки клиники"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3134
3173
|
privacyLock: {
|
|
3135
3174
|
triggerAriaLabel: "Заблокировать экран для защиты конфиденциальности",
|
|
3136
3175
|
triggerTooltip: "Заблокировать экран",
|
|
@@ -3087,6 +3087,7 @@ export declare const sqUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Skema dentare";
|
|
3089
3089
|
readonly legendLabel: "Legjenda e gjendjeve";
|
|
3090
|
+
readonly legendStatusLabel: "Statusi";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Pamja anësore";
|
|
3092
3093
|
readonly occlusal: "Pamja okluzale";
|
|
@@ -3131,9 +3132,23 @@ export declare const sqUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Trajtim i kanalit rrënjor";
|
|
3132
3133
|
readonly temporaryCrown: "Kurorë e përkohshme";
|
|
3133
3134
|
readonly bridge: "Urë dentare";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Rrënjë e mbetur";
|
|
3135
3136
|
readonly implantExtraction: "Heqje implanti";
|
|
3136
3137
|
readonly stub: "Cung";
|
|
3138
|
+
readonly pin: "Kunj rrënjor";
|
|
3139
|
+
readonly rootAmputation: "Apikektomi";
|
|
3140
|
+
readonly anchorage: "Atashment protetik";
|
|
3141
|
+
readonly hook: "Kapëse";
|
|
3142
|
+
readonly attachment: "Atashment ortodontik";
|
|
3143
|
+
readonly mucogingivalSurgery: "Kirurgji mukogingivale";
|
|
3144
|
+
readonly periodontalSurgery: "Kirurgji periodontale";
|
|
3145
|
+
readonly curettage: "Kyretazh";
|
|
3146
|
+
readonly medication: "Mjekim medikamentoz";
|
|
3147
|
+
readonly xray: "Radiografi";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "E planifikuar";
|
|
3151
|
+
readonly executed: "E kryer";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mezial";
|
|
@@ -3142,6 +3157,13 @@ export declare const sqUi: {
|
|
|
3142
3157
|
readonly buccal: "Bukkal";
|
|
3143
3158
|
readonly lingual: "Lingual";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Rrënjë meziale";
|
|
3162
|
+
readonly distal: "Rrënjë distale";
|
|
3163
|
+
readonly palatal: "Rrënjë palatinale";
|
|
3164
|
+
readonly buccal: "Rrënjë bukale";
|
|
3165
|
+
readonly single: "Rrënjë e vetme";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Universal (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const sqUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Dhëmbi {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3173
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3174
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3175
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3176
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3177
|
readonly selected: "Dhëmbi {{id}} i zgjedhur, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Dhëmbi {{id}} i çzgjedhur";
|
|
3154
3179
|
readonly elementSelected: "{{name}} i zgjedhur, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const sqUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} radiografi";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} radiografi";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Gjetjet dentare";
|
|
3190
|
+
readonly statusLabel: "Statusi";
|
|
3191
|
+
readonly empty: "Nuk ka gjetje të disponueshme";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Karies dhe restaurim";
|
|
3194
|
+
readonly prosthetics: "Protetikë";
|
|
3195
|
+
readonly endodontics: "Endodonci";
|
|
3196
|
+
readonly periodontics: "Periodontologji";
|
|
3197
|
+
readonly orthodontics: "Ortodonci dhe aparate";
|
|
3198
|
+
readonly diagnosis: "Gjendja e dhëmbit dhe imazheria";
|
|
3199
|
+
readonly custom: "Gjetjet e klinikës";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Blloko ekranin për privatësi";
|
|
3165
3204
|
readonly triggerTooltip: "Blloko ekranin";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -3062,6 +3062,7 @@ const e = {
|
|
|
3062
3062
|
toothScheme: {
|
|
3063
3063
|
ariaLabel: "Skema dentare",
|
|
3064
3064
|
legendLabel: "Legjenda e gjendjeve",
|
|
3065
|
+
legendStatusLabel: "Statusi",
|
|
3065
3066
|
view: {
|
|
3066
3067
|
side: "Pamja anësore",
|
|
3067
3068
|
occlusal: "Pamja okluzale",
|
|
@@ -3106,9 +3107,23 @@ const e = {
|
|
|
3106
3107
|
rootCanal: "Trajtim i kanalit rrënjor",
|
|
3107
3108
|
temporaryCrown: "Kurorë e përkohshme",
|
|
3108
3109
|
bridge: "Urë dentare",
|
|
3109
|
-
destroyed: "
|
|
3110
|
+
destroyed: "Rrënjë e mbetur",
|
|
3110
3111
|
implantExtraction: "Heqje implanti",
|
|
3111
|
-
stub: "Cung"
|
|
3112
|
+
stub: "Cung",
|
|
3113
|
+
pin: "Kunj rrënjor",
|
|
3114
|
+
rootAmputation: "Apikektomi",
|
|
3115
|
+
anchorage: "Atashment protetik",
|
|
3116
|
+
hook: "Kapëse",
|
|
3117
|
+
attachment: "Atashment ortodontik",
|
|
3118
|
+
mucogingivalSurgery: "Kirurgji mukogingivale",
|
|
3119
|
+
periodontalSurgery: "Kirurgji periodontale",
|
|
3120
|
+
curettage: "Kyretazh",
|
|
3121
|
+
medication: "Mjekim medikamentoz",
|
|
3122
|
+
xray: "Radiografi"
|
|
3123
|
+
},
|
|
3124
|
+
status: {
|
|
3125
|
+
planned: "E planifikuar",
|
|
3126
|
+
executed: "E kryer"
|
|
3112
3127
|
},
|
|
3113
3128
|
surface: {
|
|
3114
3129
|
mesial: "Mezial",
|
|
@@ -3117,6 +3132,13 @@ const e = {
|
|
|
3117
3132
|
buccal: "Bukkal",
|
|
3118
3133
|
lingual: "Lingual"
|
|
3119
3134
|
},
|
|
3135
|
+
root: {
|
|
3136
|
+
mesial: "Rrënjë meziale",
|
|
3137
|
+
distal: "Rrënjë distale",
|
|
3138
|
+
palatal: "Rrënjë palatinale",
|
|
3139
|
+
buccal: "Rrënjë bukale",
|
|
3140
|
+
single: "Rrënjë e vetme"
|
|
3141
|
+
},
|
|
3120
3142
|
numbering: {
|
|
3121
3143
|
fdi: "FDI (ISO 3950)",
|
|
3122
3144
|
universal: "Universal (ADA)",
|
|
@@ -3124,6 +3146,9 @@ const e = {
|
|
|
3124
3146
|
},
|
|
3125
3147
|
toothLabel: "Dhëmbi {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3126
3148
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3149
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3150
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3151
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3127
3152
|
selected: "Dhëmbi {{id}} i zgjedhur, {{conditions}}",
|
|
3128
3153
|
deselected: "Dhëmbi {{id}} i çzgjedhur",
|
|
3129
3154
|
elementSelected: "{{name}} i zgjedhur, {{conditions}}",
|
|
@@ -3135,6 +3160,20 @@ const e = {
|
|
|
3135
3160
|
radiographBadge_many: "{{count}} radiografi",
|
|
3136
3161
|
radiographBadge_other: "{{count}} radiografi"
|
|
3137
3162
|
},
|
|
3163
|
+
toothFindingPalette: {
|
|
3164
|
+
ariaLabel: "Gjetjet dentare",
|
|
3165
|
+
statusLabel: "Statusi",
|
|
3166
|
+
empty: "Nuk ka gjetje të disponueshme",
|
|
3167
|
+
group: {
|
|
3168
|
+
decay: "Karies dhe restaurim",
|
|
3169
|
+
prosthetics: "Protetikë",
|
|
3170
|
+
endodontics: "Endodonci",
|
|
3171
|
+
periodontics: "Periodontologji",
|
|
3172
|
+
orthodontics: "Ortodonci dhe aparate",
|
|
3173
|
+
diagnosis: "Gjendja e dhëmbit dhe imazheria",
|
|
3174
|
+
custom: "Gjetjet e klinikës"
|
|
3175
|
+
}
|
|
3176
|
+
},
|
|
3138
3177
|
privacyLock: {
|
|
3139
3178
|
triggerAriaLabel: "Blloko ekranin për privatësi",
|
|
3140
3179
|
triggerTooltip: "Blloko ekranin",
|
|
@@ -3087,6 +3087,7 @@ export declare const svUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Tandschema";
|
|
3089
3089
|
readonly legendLabel: "Tillståndslista";
|
|
3090
|
+
readonly legendStatusLabel: "Status";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Sidovy";
|
|
3092
3093
|
readonly occlusal: "Ocklusalvy";
|
|
@@ -3131,9 +3132,23 @@ export declare const svUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Rotbehandling";
|
|
3132
3133
|
readonly temporaryCrown: "Temporär krona";
|
|
3133
3134
|
readonly bridge: "Bro";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Kvarvarande rot";
|
|
3135
3136
|
readonly implantExtraction: "Implantatborttagning";
|
|
3136
3137
|
readonly stub: "Rotrest";
|
|
3138
|
+
readonly pin: "Rotstift";
|
|
3139
|
+
readonly rootAmputation: "Rotspetsresektion";
|
|
3140
|
+
readonly anchorage: "Fästelement";
|
|
3141
|
+
readonly hook: "Klammer";
|
|
3142
|
+
readonly attachment: "Ortodontiskt fäste";
|
|
3143
|
+
readonly mucogingivalSurgery: "Mukogingival kirurgi";
|
|
3144
|
+
readonly periodontalSurgery: "Parodontal kirurgi";
|
|
3145
|
+
readonly curettage: "Kyrettage";
|
|
3146
|
+
readonly medication: "Medicinskt inlägg";
|
|
3147
|
+
readonly xray: "Röntgenbild";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Planerad";
|
|
3151
|
+
readonly executed: "Utförd";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mesial";
|
|
@@ -3142,6 +3157,13 @@ export declare const svUi: {
|
|
|
3142
3157
|
readonly buccal: "Buccal";
|
|
3143
3158
|
readonly lingual: "Lingual";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Mesial rot";
|
|
3162
|
+
readonly distal: "Distal rot";
|
|
3163
|
+
readonly palatal: "Palatinal rot";
|
|
3164
|
+
readonly buccal: "Buckal rot";
|
|
3165
|
+
readonly single: "Enkelrot";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Universal (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const svUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Tand {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3151
3173
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3174
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3175
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3176
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3152
3177
|
readonly selected: "Tand {{id}} vald, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Tand {{id}} avmarkerad";
|
|
3154
3179
|
readonly elementSelected: "{{name}} vald, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const svUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} röntgenbilder";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} röntgenbilder";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Tandfynd";
|
|
3190
|
+
readonly statusLabel: "Status";
|
|
3191
|
+
readonly empty: "Inga fynd tillgängliga";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Karies och fyllningsterapi";
|
|
3194
|
+
readonly prosthetics: "Protetik";
|
|
3195
|
+
readonly endodontics: "Endodonti";
|
|
3196
|
+
readonly periodontics: "Parodontologi";
|
|
3197
|
+
readonly orthodontics: "Ortodonti och apparatur";
|
|
3198
|
+
readonly diagnosis: "Tandstatus och röntgen";
|
|
3199
|
+
readonly custom: "Klinikens fynd";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Lås skärmen för integritet";
|
|
3165
3204
|
readonly triggerTooltip: "Lås skärm";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -3058,6 +3058,7 @@ const e = {
|
|
|
3058
3058
|
toothScheme: {
|
|
3059
3059
|
ariaLabel: "Tandschema",
|
|
3060
3060
|
legendLabel: "Tillståndslista",
|
|
3061
|
+
legendStatusLabel: "Status",
|
|
3061
3062
|
view: {
|
|
3062
3063
|
side: "Sidovy",
|
|
3063
3064
|
occlusal: "Ocklusalvy",
|
|
@@ -3102,9 +3103,23 @@ const e = {
|
|
|
3102
3103
|
rootCanal: "Rotbehandling",
|
|
3103
3104
|
temporaryCrown: "Temporär krona",
|
|
3104
3105
|
bridge: "Bro",
|
|
3105
|
-
destroyed: "
|
|
3106
|
+
destroyed: "Kvarvarande rot",
|
|
3106
3107
|
implantExtraction: "Implantatborttagning",
|
|
3107
|
-
stub: "Rotrest"
|
|
3108
|
+
stub: "Rotrest",
|
|
3109
|
+
pin: "Rotstift",
|
|
3110
|
+
rootAmputation: "Rotspetsresektion",
|
|
3111
|
+
anchorage: "Fästelement",
|
|
3112
|
+
hook: "Klammer",
|
|
3113
|
+
attachment: "Ortodontiskt fäste",
|
|
3114
|
+
mucogingivalSurgery: "Mukogingival kirurgi",
|
|
3115
|
+
periodontalSurgery: "Parodontal kirurgi",
|
|
3116
|
+
curettage: "Kyrettage",
|
|
3117
|
+
medication: "Medicinskt inlägg",
|
|
3118
|
+
xray: "Röntgenbild"
|
|
3119
|
+
},
|
|
3120
|
+
status: {
|
|
3121
|
+
planned: "Planerad",
|
|
3122
|
+
executed: "Utförd"
|
|
3108
3123
|
},
|
|
3109
3124
|
surface: {
|
|
3110
3125
|
mesial: "Mesial",
|
|
@@ -3113,6 +3128,13 @@ const e = {
|
|
|
3113
3128
|
buccal: "Buccal",
|
|
3114
3129
|
lingual: "Lingual"
|
|
3115
3130
|
},
|
|
3131
|
+
root: {
|
|
3132
|
+
mesial: "Mesial rot",
|
|
3133
|
+
distal: "Distal rot",
|
|
3134
|
+
palatal: "Palatinal rot",
|
|
3135
|
+
buccal: "Buckal rot",
|
|
3136
|
+
single: "Enkelrot"
|
|
3137
|
+
},
|
|
3116
3138
|
numbering: {
|
|
3117
3139
|
fdi: "FDI (ISO 3950)",
|
|
3118
3140
|
universal: "Universal (ADA)",
|
|
@@ -3120,6 +3142,9 @@ const e = {
|
|
|
3120
3142
|
},
|
|
3121
3143
|
toothLabel: "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3144
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3145
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3146
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3147
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3148
|
selected: "Tand {{id}} vald, {{conditions}}",
|
|
3124
3149
|
deselected: "Tand {{id}} avmarkerad",
|
|
3125
3150
|
elementSelected: "{{name}} vald, {{conditions}}",
|
|
@@ -3131,6 +3156,20 @@ const e = {
|
|
|
3131
3156
|
radiographBadge_many: "{{count}} röntgenbilder",
|
|
3132
3157
|
radiographBadge_other: "{{count}} röntgenbilder"
|
|
3133
3158
|
},
|
|
3159
|
+
toothFindingPalette: {
|
|
3160
|
+
ariaLabel: "Tandfynd",
|
|
3161
|
+
statusLabel: "Status",
|
|
3162
|
+
empty: "Inga fynd tillgängliga",
|
|
3163
|
+
group: {
|
|
3164
|
+
decay: "Karies och fyllningsterapi",
|
|
3165
|
+
prosthetics: "Protetik",
|
|
3166
|
+
endodontics: "Endodonti",
|
|
3167
|
+
periodontics: "Parodontologi",
|
|
3168
|
+
orthodontics: "Ortodonti och apparatur",
|
|
3169
|
+
diagnosis: "Tandstatus och röntgen",
|
|
3170
|
+
custom: "Klinikens fynd"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3134
3173
|
privacyLock: {
|
|
3135
3174
|
triggerAriaLabel: "Lås skärmen för integritet",
|
|
3136
3175
|
triggerTooltip: "Lås skärm",
|