@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
|
@@ -1731,6 +1731,7 @@ export declare const svUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Ingen tillgänglighet — pröva en annan dag eller tjänst";
|
|
1732
1732
|
readonly serviceListLabel: "Tillgängliga tjänster";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} minuter";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Tillbaka";
|
|
1736
1737
|
readonly next: "Nästa";
|
|
@@ -3087,6 +3088,7 @@ export declare const svUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Tandschema";
|
|
3089
3090
|
readonly legendLabel: "Tillståndslista";
|
|
3091
|
+
readonly legendStatusLabel: "Status";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Sidovy";
|
|
3092
3094
|
readonly occlusal: "Ocklusalvy";
|
|
@@ -3131,9 +3133,23 @@ export declare const svUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Rotbehandling";
|
|
3132
3134
|
readonly temporaryCrown: "Temporär krona";
|
|
3133
3135
|
readonly bridge: "Bro";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Kvarvarande rot";
|
|
3135
3137
|
readonly implantExtraction: "Implantatborttagning";
|
|
3136
3138
|
readonly stub: "Rotrest";
|
|
3139
|
+
readonly pin: "Rotstift";
|
|
3140
|
+
readonly rootAmputation: "Rotspetsresektion";
|
|
3141
|
+
readonly anchorage: "Fästelement";
|
|
3142
|
+
readonly hook: "Klammer";
|
|
3143
|
+
readonly attachment: "Ortodontiskt fäste";
|
|
3144
|
+
readonly mucogingivalSurgery: "Mukogingival kirurgi";
|
|
3145
|
+
readonly periodontalSurgery: "Parodontal kirurgi";
|
|
3146
|
+
readonly curettage: "Kyrettage";
|
|
3147
|
+
readonly medication: "Medicinskt inlägg";
|
|
3148
|
+
readonly xray: "Röntgenbild";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planerad";
|
|
3152
|
+
readonly executed: "Utförd";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mesial";
|
|
@@ -3142,6 +3158,13 @@ export declare const svUi: {
|
|
|
3142
3158
|
readonly buccal: "Buccal";
|
|
3143
3159
|
readonly lingual: "Lingual";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Mesial rot";
|
|
3163
|
+
readonly distal: "Distal rot";
|
|
3164
|
+
readonly palatal: "Palatinal rot";
|
|
3165
|
+
readonly buccal: "Buckal rot";
|
|
3166
|
+
readonly single: "Enkelrot";
|
|
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 svUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Tand {{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: "Tand {{id}} vald, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Tand {{id}} avmarkerad";
|
|
3154
3180
|
readonly elementSelected: "{{name}} vald, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const svUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} röntgenbilder";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} röntgenbilder";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Tandfynd";
|
|
3191
|
+
readonly statusLabel: "Status";
|
|
3192
|
+
readonly empty: "Inga fynd tillgängliga";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Karies och fyllningsterapi";
|
|
3195
|
+
readonly prosthetics: "Protetik";
|
|
3196
|
+
readonly endodontics: "Endodonti";
|
|
3197
|
+
readonly periodontics: "Parodontologi";
|
|
3198
|
+
readonly orthodontics: "Ortodonti och apparatur";
|
|
3199
|
+
readonly diagnosis: "Tandstatus och röntgen";
|
|
3200
|
+
readonly custom: "Klinikens fynd";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Lås skärmen för integritet";
|
|
3165
3205
|
readonly triggerTooltip: "Lås skärm";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Ingen tillgänglighet — pröva en annan dag eller tjänst",
|
|
1732
1732
|
serviceListLabel: "Tillgängliga tjänster",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} minuter",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Tillbaka",
|
|
1736
1737
|
next: "Nästa",
|
|
@@ -3058,6 +3059,7 @@ const e = {
|
|
|
3058
3059
|
toothScheme: {
|
|
3059
3060
|
ariaLabel: "Tandschema",
|
|
3060
3061
|
legendLabel: "Tillståndslista",
|
|
3062
|
+
legendStatusLabel: "Status",
|
|
3061
3063
|
view: {
|
|
3062
3064
|
side: "Sidovy",
|
|
3063
3065
|
occlusal: "Ocklusalvy",
|
|
@@ -3102,9 +3104,23 @@ const e = {
|
|
|
3102
3104
|
rootCanal: "Rotbehandling",
|
|
3103
3105
|
temporaryCrown: "Temporär krona",
|
|
3104
3106
|
bridge: "Bro",
|
|
3105
|
-
destroyed: "
|
|
3107
|
+
destroyed: "Kvarvarande rot",
|
|
3106
3108
|
implantExtraction: "Implantatborttagning",
|
|
3107
|
-
stub: "Rotrest"
|
|
3109
|
+
stub: "Rotrest",
|
|
3110
|
+
pin: "Rotstift",
|
|
3111
|
+
rootAmputation: "Rotspetsresektion",
|
|
3112
|
+
anchorage: "Fästelement",
|
|
3113
|
+
hook: "Klammer",
|
|
3114
|
+
attachment: "Ortodontiskt fäste",
|
|
3115
|
+
mucogingivalSurgery: "Mukogingival kirurgi",
|
|
3116
|
+
periodontalSurgery: "Parodontal kirurgi",
|
|
3117
|
+
curettage: "Kyrettage",
|
|
3118
|
+
medication: "Medicinskt inlägg",
|
|
3119
|
+
xray: "Röntgenbild"
|
|
3120
|
+
},
|
|
3121
|
+
status: {
|
|
3122
|
+
planned: "Planerad",
|
|
3123
|
+
executed: "Utförd"
|
|
3108
3124
|
},
|
|
3109
3125
|
surface: {
|
|
3110
3126
|
mesial: "Mesial",
|
|
@@ -3113,6 +3129,13 @@ const e = {
|
|
|
3113
3129
|
buccal: "Buccal",
|
|
3114
3130
|
lingual: "Lingual"
|
|
3115
3131
|
},
|
|
3132
|
+
root: {
|
|
3133
|
+
mesial: "Mesial rot",
|
|
3134
|
+
distal: "Distal rot",
|
|
3135
|
+
palatal: "Palatinal rot",
|
|
3136
|
+
buccal: "Buckal rot",
|
|
3137
|
+
single: "Enkelrot"
|
|
3138
|
+
},
|
|
3116
3139
|
numbering: {
|
|
3117
3140
|
fdi: "FDI (ISO 3950)",
|
|
3118
3141
|
universal: "Universal (ADA)",
|
|
@@ -3120,6 +3143,9 @@ const e = {
|
|
|
3120
3143
|
},
|
|
3121
3144
|
toothLabel: "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3145
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3146
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3147
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3148
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3149
|
selected: "Tand {{id}} vald, {{conditions}}",
|
|
3124
3150
|
deselected: "Tand {{id}} avmarkerad",
|
|
3125
3151
|
elementSelected: "{{name}} vald, {{conditions}}",
|
|
@@ -3131,6 +3157,20 @@ const e = {
|
|
|
3131
3157
|
radiographBadge_many: "{{count}} röntgenbilder",
|
|
3132
3158
|
radiographBadge_other: "{{count}} röntgenbilder"
|
|
3133
3159
|
},
|
|
3160
|
+
toothFindingPalette: {
|
|
3161
|
+
ariaLabel: "Tandfynd",
|
|
3162
|
+
statusLabel: "Status",
|
|
3163
|
+
empty: "Inga fynd tillgängliga",
|
|
3164
|
+
group: {
|
|
3165
|
+
decay: "Karies och fyllningsterapi",
|
|
3166
|
+
prosthetics: "Protetik",
|
|
3167
|
+
endodontics: "Endodonti",
|
|
3168
|
+
periodontics: "Parodontologi",
|
|
3169
|
+
orthodontics: "Ortodonti och apparatur",
|
|
3170
|
+
diagnosis: "Tandstatus och röntgen",
|
|
3171
|
+
custom: "Klinikens fynd"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3134
3174
|
privacyLock: {
|
|
3135
3175
|
triggerAriaLabel: "Lås skärmen för integritet",
|
|
3136
3176
|
triggerTooltip: "Lås skärm",
|
|
@@ -1731,6 +1731,7 @@ export declare const trUi: {
|
|
|
1731
1731
|
readonly noAvailability: "Müsaitlik yok — başka bir gün veya hizmet deneyin";
|
|
1732
1732
|
readonly serviceListLabel: "Mevcut hizmetler";
|
|
1733
1733
|
readonly serviceCardLabel: "{{label}}, {{duration}} dakika";
|
|
1734
|
+
readonly serviceCardLabelPrice: "{{label}}, {{price}}";
|
|
1734
1735
|
readonly actions: {
|
|
1735
1736
|
readonly back: "Geri";
|
|
1736
1737
|
readonly next: "İleri";
|
|
@@ -3087,6 +3088,7 @@ export declare const trUi: {
|
|
|
3087
3088
|
readonly toothScheme: {
|
|
3088
3089
|
readonly ariaLabel: "Diş şeması";
|
|
3089
3090
|
readonly legendLabel: "Durum göstergesi";
|
|
3091
|
+
readonly legendStatusLabel: "Durum";
|
|
3090
3092
|
readonly view: {
|
|
3091
3093
|
readonly side: "Yandan görünüm";
|
|
3092
3094
|
readonly occlusal: "Oklüzal görünüm";
|
|
@@ -3131,9 +3133,23 @@ export declare const trUi: {
|
|
|
3131
3133
|
readonly rootCanal: "Kanal tedavisi";
|
|
3132
3134
|
readonly temporaryCrown: "Geçici kuron";
|
|
3133
3135
|
readonly bridge: "Köprü";
|
|
3134
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Rezidüel kök";
|
|
3135
3137
|
readonly implantExtraction: "İmplant çıkarma";
|
|
3136
3138
|
readonly stub: "Güdük";
|
|
3139
|
+
readonly pin: "Post";
|
|
3140
|
+
readonly rootAmputation: "Apikal rezeksiyon";
|
|
3141
|
+
readonly anchorage: "Protez tutucu ataşman";
|
|
3142
|
+
readonly hook: "Kroşe";
|
|
3143
|
+
readonly attachment: "Ortodontik ataşman";
|
|
3144
|
+
readonly mucogingivalSurgery: "Mukogingival cerrahi";
|
|
3145
|
+
readonly periodontalSurgery: "Periodontal cerrahi";
|
|
3146
|
+
readonly curettage: "Küretaj";
|
|
3147
|
+
readonly medication: "Medikamanlı pansuman";
|
|
3148
|
+
readonly xray: "Radyografi";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planlandı";
|
|
3152
|
+
readonly executed: "Yapıldı";
|
|
3137
3153
|
};
|
|
3138
3154
|
readonly surface: {
|
|
3139
3155
|
readonly mesial: "Mezyal";
|
|
@@ -3142,6 +3158,13 @@ export declare const trUi: {
|
|
|
3142
3158
|
readonly buccal: "Vestibüler";
|
|
3143
3159
|
readonly lingual: "Lingual";
|
|
3144
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Meziyal kök";
|
|
3163
|
+
readonly distal: "Distal kök";
|
|
3164
|
+
readonly palatal: "Palatinal kök";
|
|
3165
|
+
readonly buccal: "Bukkal kök";
|
|
3166
|
+
readonly single: "Tek kök";
|
|
3167
|
+
};
|
|
3145
3168
|
readonly numbering: {
|
|
3146
3169
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3170
|
readonly universal: "Evrensel (ADA)";
|
|
@@ -3149,6 +3172,9 @@ export declare const trUi: {
|
|
|
3149
3172
|
};
|
|
3150
3173
|
readonly toothLabel: "Diş {{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: "Diş {{id}} seçildi, {{conditions}}";
|
|
3153
3179
|
readonly deselected: "Diş {{id}} seçimi kaldırıldı";
|
|
3154
3180
|
readonly elementSelected: "{{name}} seçildi, {{conditions}}";
|
|
@@ -3160,6 +3186,20 @@ export declare const trUi: {
|
|
|
3160
3186
|
readonly radiographBadge_many: "{{count}} radyografi";
|
|
3161
3187
|
readonly radiographBadge_other: "{{count}} radyografi";
|
|
3162
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Diş bulguları";
|
|
3191
|
+
readonly statusLabel: "Durum";
|
|
3192
|
+
readonly empty: "Kullanılabilir bulgu yok";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Çürük ve restorasyon";
|
|
3195
|
+
readonly prosthetics: "Protez";
|
|
3196
|
+
readonly endodontics: "Endodonti";
|
|
3197
|
+
readonly periodontics: "Periodontoloji";
|
|
3198
|
+
readonly orthodontics: "Ortodonti ve apareyler";
|
|
3199
|
+
readonly diagnosis: "Diş durumu ve görüntüleme";
|
|
3200
|
+
readonly custom: "Klinik bulguları";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3163
3203
|
readonly privacyLock: {
|
|
3164
3204
|
readonly triggerAriaLabel: "Gizlilik için ekranı kilitle";
|
|
3165
3205
|
readonly triggerTooltip: "Ekranı kilitle";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -1731,6 +1731,7 @@ const e = {
|
|
|
1731
1731
|
noAvailability: "Müsaitlik yok — başka bir gün veya hizmet deneyin",
|
|
1732
1732
|
serviceListLabel: "Mevcut hizmetler",
|
|
1733
1733
|
serviceCardLabel: "{{label}}, {{duration}} dakika",
|
|
1734
|
+
serviceCardLabelPrice: "{{label}}, {{price}}",
|
|
1734
1735
|
actions: {
|
|
1735
1736
|
back: "Geri",
|
|
1736
1737
|
next: "İleri",
|
|
@@ -3058,6 +3059,7 @@ const e = {
|
|
|
3058
3059
|
toothScheme: {
|
|
3059
3060
|
ariaLabel: "Diş şeması",
|
|
3060
3061
|
legendLabel: "Durum göstergesi",
|
|
3062
|
+
legendStatusLabel: "Durum",
|
|
3061
3063
|
view: {
|
|
3062
3064
|
side: "Yandan görünüm",
|
|
3063
3065
|
occlusal: "Oklüzal görünüm",
|
|
@@ -3102,9 +3104,23 @@ const e = {
|
|
|
3102
3104
|
rootCanal: "Kanal tedavisi",
|
|
3103
3105
|
temporaryCrown: "Geçici kuron",
|
|
3104
3106
|
bridge: "Köprü",
|
|
3105
|
-
destroyed: "
|
|
3107
|
+
destroyed: "Rezidüel kök",
|
|
3106
3108
|
implantExtraction: "İmplant çıkarma",
|
|
3107
|
-
stub: "Güdük"
|
|
3109
|
+
stub: "Güdük",
|
|
3110
|
+
pin: "Post",
|
|
3111
|
+
rootAmputation: "Apikal rezeksiyon",
|
|
3112
|
+
anchorage: "Protez tutucu ataşman",
|
|
3113
|
+
hook: "Kroşe",
|
|
3114
|
+
attachment: "Ortodontik ataşman",
|
|
3115
|
+
mucogingivalSurgery: "Mukogingival cerrahi",
|
|
3116
|
+
periodontalSurgery: "Periodontal cerrahi",
|
|
3117
|
+
curettage: "Küretaj",
|
|
3118
|
+
medication: "Medikamanlı pansuman",
|
|
3119
|
+
xray: "Radyografi"
|
|
3120
|
+
},
|
|
3121
|
+
status: {
|
|
3122
|
+
planned: "Planlandı",
|
|
3123
|
+
executed: "Yapıldı"
|
|
3108
3124
|
},
|
|
3109
3125
|
surface: {
|
|
3110
3126
|
mesial: "Mezyal",
|
|
@@ -3113,6 +3129,13 @@ const e = {
|
|
|
3113
3129
|
buccal: "Vestibüler",
|
|
3114
3130
|
lingual: "Lingual"
|
|
3115
3131
|
},
|
|
3132
|
+
root: {
|
|
3133
|
+
mesial: "Meziyal kök",
|
|
3134
|
+
distal: "Distal kök",
|
|
3135
|
+
palatal: "Palatinal kök",
|
|
3136
|
+
buccal: "Bukkal kök",
|
|
3137
|
+
single: "Tek kök"
|
|
3138
|
+
},
|
|
3116
3139
|
numbering: {
|
|
3117
3140
|
fdi: "FDI (ISO 3950)",
|
|
3118
3141
|
universal: "Evrensel (ADA)",
|
|
@@ -3120,6 +3143,9 @@ const e = {
|
|
|
3120
3143
|
},
|
|
3121
3144
|
toothLabel: "Diş {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3145
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3146
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3147
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3148
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3149
|
selected: "Diş {{id}} seçildi, {{conditions}}",
|
|
3124
3150
|
deselected: "Diş {{id}} seçimi kaldırıldı",
|
|
3125
3151
|
elementSelected: "{{name}} seçildi, {{conditions}}",
|
|
@@ -3131,6 +3157,20 @@ const e = {
|
|
|
3131
3157
|
radiographBadge_many: "{{count}} radyografi",
|
|
3132
3158
|
radiographBadge_other: "{{count}} radyografi"
|
|
3133
3159
|
},
|
|
3160
|
+
toothFindingPalette: {
|
|
3161
|
+
ariaLabel: "Diş bulguları",
|
|
3162
|
+
statusLabel: "Durum",
|
|
3163
|
+
empty: "Kullanılabilir bulgu yok",
|
|
3164
|
+
group: {
|
|
3165
|
+
decay: "Çürük ve restorasyon",
|
|
3166
|
+
prosthetics: "Protez",
|
|
3167
|
+
endodontics: "Endodonti",
|
|
3168
|
+
periodontics: "Periodontoloji",
|
|
3169
|
+
orthodontics: "Ortodonti ve apareyler",
|
|
3170
|
+
diagnosis: "Diş durumu ve görüntüleme",
|
|
3171
|
+
custom: "Klinik bulguları"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3134
3174
|
privacyLock: {
|
|
3135
3175
|
triggerAriaLabel: "Gizlilik için ekranı kilitle",
|
|
3136
3176
|
triggerTooltip: "Ekranı kilitle",
|
|
@@ -1731,6 +1731,7 @@ export declare const zhUi: {
|
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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: "X线片";
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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/zh.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: "下一步",
|
|
@@ -3051,6 +3052,7 @@ const e = {
|
|
|
3051
3052
|
toothScheme: {
|
|
3052
3053
|
ariaLabel: "牙位图",
|
|
3053
3054
|
legendLabel: "状态图例",
|
|
3055
|
+
legendStatusLabel: "状态",
|
|
3054
3056
|
view: {
|
|
3055
3057
|
side: "侧面观",
|
|
3056
3058
|
occlusal: "咬合面观",
|
|
@@ -3095,9 +3097,23 @@ const e = {
|
|
|
3095
3097
|
rootCanal: "根管治疗",
|
|
3096
3098
|
temporaryCrown: "临时冠",
|
|
3097
3099
|
bridge: "固定桥",
|
|
3098
|
-
destroyed: "
|
|
3100
|
+
destroyed: "残留牙根",
|
|
3099
3101
|
implantExtraction: "种植体取出",
|
|
3100
|
-
stub: "残根"
|
|
3102
|
+
stub: "残根",
|
|
3103
|
+
pin: "桩核",
|
|
3104
|
+
rootAmputation: "根尖切除术",
|
|
3105
|
+
anchorage: "义齿附着体",
|
|
3106
|
+
hook: "卡环",
|
|
3107
|
+
attachment: "正畸附件",
|
|
3108
|
+
mucogingivalSurgery: "膜龈手术",
|
|
3109
|
+
periodontalSurgery: "牙周手术",
|
|
3110
|
+
curettage: "刮治术",
|
|
3111
|
+
medication: "药物封药",
|
|
3112
|
+
xray: "X线片"
|
|
3113
|
+
},
|
|
3114
|
+
status: {
|
|
3115
|
+
planned: "计划",
|
|
3116
|
+
executed: "已完成"
|
|
3101
3117
|
},
|
|
3102
3118
|
surface: {
|
|
3103
3119
|
mesial: "近中面",
|
|
@@ -3106,6 +3122,13 @@ const e = {
|
|
|
3106
3122
|
buccal: "颊面",
|
|
3107
3123
|
lingual: "舌面"
|
|
3108
3124
|
},
|
|
3125
|
+
root: {
|
|
3126
|
+
mesial: "近中根",
|
|
3127
|
+
distal: "远中根",
|
|
3128
|
+
palatal: "腭根",
|
|
3129
|
+
buccal: "颊根",
|
|
3130
|
+
single: "单根"
|
|
3131
|
+
},
|
|
3109
3132
|
numbering: {
|
|
3110
3133
|
fdi: "FDI(ISO 3950)",
|
|
3111
3134
|
universal: "通用编号(ADA)",
|
|
@@ -3113,6 +3136,9 @@ const e = {
|
|
|
3113
3136
|
},
|
|
3114
3137
|
toothLabel: "{{id}} 号牙,{{anatomy}}{{conditionSuffix}}",
|
|
3115
3138
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3139
|
+
symbolWithStatus: "{{condition}}({{status}})",
|
|
3140
|
+
symbolWithScope: "{{condition}}({{scope}})",
|
|
3141
|
+
symbolWithScopeAndStatus: "{{condition}}({{scope}}、{{status}})",
|
|
3116
3142
|
selected: "{{id}} 号牙已选中,{{conditions}}",
|
|
3117
3143
|
deselected: "{{id}} 号牙已取消选中",
|
|
3118
3144
|
elementSelected: "{{name}} 已选中,{{conditions}}",
|
|
@@ -3124,6 +3150,20 @@ const e = {
|
|
|
3124
3150
|
radiographBadge_many: "{{count}} 张牙片",
|
|
3125
3151
|
radiographBadge_other: "{{count}} 张牙片"
|
|
3126
3152
|
},
|
|
3153
|
+
toothFindingPalette: {
|
|
3154
|
+
ariaLabel: "牙科检查所见",
|
|
3155
|
+
statusLabel: "状态",
|
|
3156
|
+
empty: "暂无可用的检查项",
|
|
3157
|
+
group: {
|
|
3158
|
+
decay: "龋齿与修复",
|
|
3159
|
+
prosthetics: "口腔修复",
|
|
3160
|
+
endodontics: "牙髓治疗",
|
|
3161
|
+
periodontics: "牙周治疗",
|
|
3162
|
+
orthodontics: "正畸与矫治器",
|
|
3163
|
+
diagnosis: "牙齿状态与影像",
|
|
3164
|
+
custom: "诊所自定义项"
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3127
3167
|
privacyLock: {
|
|
3128
3168
|
triggerAriaLabel: "锁定屏幕以保护隐私",
|
|
3129
3169
|
triggerTooltip: "锁定屏幕",
|