@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/locales/sq.json
CHANGED
|
@@ -1727,6 +1727,7 @@
|
|
|
1727
1727
|
"noAvailability": "Pa disponueshmëri — provoni një ditë ose shërbim tjetër",
|
|
1728
1728
|
"serviceListLabel": "Shërbimet e disponueshme",
|
|
1729
1729
|
"serviceCardLabel": "{{label}}, {{duration}} minuta",
|
|
1730
|
+
"serviceCardLabelPrice": "{{label}}, {{price}}",
|
|
1730
1731
|
"actions": {
|
|
1731
1732
|
"back": "Mbrapa",
|
|
1732
1733
|
"next": "Tjetri",
|
|
@@ -3083,6 +3084,7 @@
|
|
|
3083
3084
|
"toothScheme": {
|
|
3084
3085
|
"ariaLabel": "Skema dentare",
|
|
3085
3086
|
"legendLabel": "Legjenda e gjendjeve",
|
|
3087
|
+
"legendStatusLabel": "Statusi",
|
|
3086
3088
|
"view": {
|
|
3087
3089
|
"side": "Pamja anësore",
|
|
3088
3090
|
"occlusal": "Pamja okluzale",
|
|
@@ -3127,9 +3129,23 @@
|
|
|
3127
3129
|
"rootCanal": "Trajtim i kanalit rrënjor",
|
|
3128
3130
|
"temporaryCrown": "Kurorë e përkohshme",
|
|
3129
3131
|
"bridge": "Urë dentare",
|
|
3130
|
-
"destroyed": "
|
|
3132
|
+
"destroyed": "Rrënjë e mbetur",
|
|
3131
3133
|
"implantExtraction": "Heqje implanti",
|
|
3132
|
-
"stub": "Cung"
|
|
3134
|
+
"stub": "Cung",
|
|
3135
|
+
"pin": "Kunj rrënjor",
|
|
3136
|
+
"rootAmputation": "Apikektomi",
|
|
3137
|
+
"anchorage": "Atashment protetik",
|
|
3138
|
+
"hook": "Kapëse",
|
|
3139
|
+
"attachment": "Atashment ortodontik",
|
|
3140
|
+
"mucogingivalSurgery": "Kirurgji mukogingivale",
|
|
3141
|
+
"periodontalSurgery": "Kirurgji periodontale",
|
|
3142
|
+
"curettage": "Kyretazh",
|
|
3143
|
+
"medication": "Mjekim medikamentoz",
|
|
3144
|
+
"xray": "Radiografi"
|
|
3145
|
+
},
|
|
3146
|
+
"status": {
|
|
3147
|
+
"planned": "E planifikuar",
|
|
3148
|
+
"executed": "E kryer"
|
|
3133
3149
|
},
|
|
3134
3150
|
"surface": {
|
|
3135
3151
|
"mesial": "Mezial",
|
|
@@ -3138,6 +3154,13 @@
|
|
|
3138
3154
|
"buccal": "Bukkal",
|
|
3139
3155
|
"lingual": "Lingual"
|
|
3140
3156
|
},
|
|
3157
|
+
"root": {
|
|
3158
|
+
"mesial": "Rrënjë meziale",
|
|
3159
|
+
"distal": "Rrënjë distale",
|
|
3160
|
+
"palatal": "Rrënjë palatinale",
|
|
3161
|
+
"buccal": "Rrënjë bukale",
|
|
3162
|
+
"single": "Rrënjë e vetme"
|
|
3163
|
+
},
|
|
3141
3164
|
"numbering": {
|
|
3142
3165
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3166
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3168,9 @@
|
|
|
3145
3168
|
},
|
|
3146
3169
|
"toothLabel": "Dhëmbi {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3170
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3171
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3172
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3173
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3174
|
"selected": "Dhëmbi {{id}} i zgjedhur, {{conditions}}",
|
|
3149
3175
|
"deselected": "Dhëmbi {{id}} i çzgjedhur",
|
|
3150
3176
|
"elementSelected": "{{name}} i zgjedhur, {{conditions}}",
|
|
@@ -3156,6 +3182,20 @@
|
|
|
3156
3182
|
"radiographBadge_many": "{{count}} radiografi",
|
|
3157
3183
|
"radiographBadge_other": "{{count}} radiografi"
|
|
3158
3184
|
},
|
|
3185
|
+
"toothFindingPalette": {
|
|
3186
|
+
"ariaLabel": "Gjetjet dentare",
|
|
3187
|
+
"statusLabel": "Statusi",
|
|
3188
|
+
"empty": "Nuk ka gjetje të disponueshme",
|
|
3189
|
+
"group": {
|
|
3190
|
+
"decay": "Karies dhe restaurim",
|
|
3191
|
+
"prosthetics": "Protetikë",
|
|
3192
|
+
"endodontics": "Endodonci",
|
|
3193
|
+
"periodontics": "Periodontologji",
|
|
3194
|
+
"orthodontics": "Ortodonci dhe aparate",
|
|
3195
|
+
"diagnosis": "Gjendja e dhëmbit dhe imazheria",
|
|
3196
|
+
"custom": "Gjetjet e klinikës"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3159
3199
|
"privacyLock": {
|
|
3160
3200
|
"triggerAriaLabel": "Blloko ekranin për privatësi",
|
|
3161
3201
|
"triggerTooltip": "Blloko ekranin",
|
package/dist/locales/sv.json
CHANGED
|
@@ -1727,6 +1727,7 @@
|
|
|
1727
1727
|
"noAvailability": "Ingen tillgänglighet — pröva en annan dag eller tjänst",
|
|
1728
1728
|
"serviceListLabel": "Tillgängliga tjänster",
|
|
1729
1729
|
"serviceCardLabel": "{{label}}, {{duration}} minuter",
|
|
1730
|
+
"serviceCardLabelPrice": "{{label}}, {{price}}",
|
|
1730
1731
|
"actions": {
|
|
1731
1732
|
"back": "Tillbaka",
|
|
1732
1733
|
"next": "Nästa",
|
|
@@ -3083,6 +3084,7 @@
|
|
|
3083
3084
|
"toothScheme": {
|
|
3084
3085
|
"ariaLabel": "Tandschema",
|
|
3085
3086
|
"legendLabel": "Tillståndslista",
|
|
3087
|
+
"legendStatusLabel": "Status",
|
|
3086
3088
|
"view": {
|
|
3087
3089
|
"side": "Sidovy",
|
|
3088
3090
|
"occlusal": "Ocklusalvy",
|
|
@@ -3127,9 +3129,23 @@
|
|
|
3127
3129
|
"rootCanal": "Rotbehandling",
|
|
3128
3130
|
"temporaryCrown": "Temporär krona",
|
|
3129
3131
|
"bridge": "Bro",
|
|
3130
|
-
"destroyed": "
|
|
3132
|
+
"destroyed": "Kvarvarande rot",
|
|
3131
3133
|
"implantExtraction": "Implantatborttagning",
|
|
3132
|
-
"stub": "Rotrest"
|
|
3134
|
+
"stub": "Rotrest",
|
|
3135
|
+
"pin": "Rotstift",
|
|
3136
|
+
"rootAmputation": "Rotspetsresektion",
|
|
3137
|
+
"anchorage": "Fästelement",
|
|
3138
|
+
"hook": "Klammer",
|
|
3139
|
+
"attachment": "Ortodontiskt fäste",
|
|
3140
|
+
"mucogingivalSurgery": "Mukogingival kirurgi",
|
|
3141
|
+
"periodontalSurgery": "Parodontal kirurgi",
|
|
3142
|
+
"curettage": "Kyrettage",
|
|
3143
|
+
"medication": "Medicinskt inlägg",
|
|
3144
|
+
"xray": "Röntgenbild"
|
|
3145
|
+
},
|
|
3146
|
+
"status": {
|
|
3147
|
+
"planned": "Planerad",
|
|
3148
|
+
"executed": "Utförd"
|
|
3133
3149
|
},
|
|
3134
3150
|
"surface": {
|
|
3135
3151
|
"mesial": "Mesial",
|
|
@@ -3138,6 +3154,13 @@
|
|
|
3138
3154
|
"buccal": "Buccal",
|
|
3139
3155
|
"lingual": "Lingual"
|
|
3140
3156
|
},
|
|
3157
|
+
"root": {
|
|
3158
|
+
"mesial": "Mesial rot",
|
|
3159
|
+
"distal": "Distal rot",
|
|
3160
|
+
"palatal": "Palatinal rot",
|
|
3161
|
+
"buccal": "Buckal rot",
|
|
3162
|
+
"single": "Enkelrot"
|
|
3163
|
+
},
|
|
3141
3164
|
"numbering": {
|
|
3142
3165
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3166
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3168,9 @@
|
|
|
3145
3168
|
},
|
|
3146
3169
|
"toothLabel": "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3170
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3171
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3172
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3173
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3174
|
"selected": "Tand {{id}} vald, {{conditions}}",
|
|
3149
3175
|
"deselected": "Tand {{id}} avmarkerad",
|
|
3150
3176
|
"elementSelected": "{{name}} vald, {{conditions}}",
|
|
@@ -3156,6 +3182,20 @@
|
|
|
3156
3182
|
"radiographBadge_many": "{{count}} röntgenbilder",
|
|
3157
3183
|
"radiographBadge_other": "{{count}} röntgenbilder"
|
|
3158
3184
|
},
|
|
3185
|
+
"toothFindingPalette": {
|
|
3186
|
+
"ariaLabel": "Tandfynd",
|
|
3187
|
+
"statusLabel": "Status",
|
|
3188
|
+
"empty": "Inga fynd tillgängliga",
|
|
3189
|
+
"group": {
|
|
3190
|
+
"decay": "Karies och fyllningsterapi",
|
|
3191
|
+
"prosthetics": "Protetik",
|
|
3192
|
+
"endodontics": "Endodonti",
|
|
3193
|
+
"periodontics": "Parodontologi",
|
|
3194
|
+
"orthodontics": "Ortodonti och apparatur",
|
|
3195
|
+
"diagnosis": "Tandstatus och röntgen",
|
|
3196
|
+
"custom": "Klinikens fynd"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3159
3199
|
"privacyLock": {
|
|
3160
3200
|
"triggerAriaLabel": "Lås skärmen för integritet",
|
|
3161
3201
|
"triggerTooltip": "Lås skärm",
|
package/dist/locales/tr.json
CHANGED
|
@@ -1727,6 +1727,7 @@
|
|
|
1727
1727
|
"noAvailability": "Müsaitlik yok — başka bir gün veya hizmet deneyin",
|
|
1728
1728
|
"serviceListLabel": "Mevcut hizmetler",
|
|
1729
1729
|
"serviceCardLabel": "{{label}}, {{duration}} dakika",
|
|
1730
|
+
"serviceCardLabelPrice": "{{label}}, {{price}}",
|
|
1730
1731
|
"actions": {
|
|
1731
1732
|
"back": "Geri",
|
|
1732
1733
|
"next": "İleri",
|
|
@@ -3083,6 +3084,7 @@
|
|
|
3083
3084
|
"toothScheme": {
|
|
3084
3085
|
"ariaLabel": "Diş şeması",
|
|
3085
3086
|
"legendLabel": "Durum göstergesi",
|
|
3087
|
+
"legendStatusLabel": "Durum",
|
|
3086
3088
|
"view": {
|
|
3087
3089
|
"side": "Yandan görünüm",
|
|
3088
3090
|
"occlusal": "Oklüzal görünüm",
|
|
@@ -3127,9 +3129,23 @@
|
|
|
3127
3129
|
"rootCanal": "Kanal tedavisi",
|
|
3128
3130
|
"temporaryCrown": "Geçici kuron",
|
|
3129
3131
|
"bridge": "Köprü",
|
|
3130
|
-
"destroyed": "
|
|
3132
|
+
"destroyed": "Rezidüel kök",
|
|
3131
3133
|
"implantExtraction": "İmplant çıkarma",
|
|
3132
|
-
"stub": "Güdük"
|
|
3134
|
+
"stub": "Güdük",
|
|
3135
|
+
"pin": "Post",
|
|
3136
|
+
"rootAmputation": "Apikal rezeksiyon",
|
|
3137
|
+
"anchorage": "Protez tutucu ataşman",
|
|
3138
|
+
"hook": "Kroşe",
|
|
3139
|
+
"attachment": "Ortodontik ataşman",
|
|
3140
|
+
"mucogingivalSurgery": "Mukogingival cerrahi",
|
|
3141
|
+
"periodontalSurgery": "Periodontal cerrahi",
|
|
3142
|
+
"curettage": "Küretaj",
|
|
3143
|
+
"medication": "Medikamanlı pansuman",
|
|
3144
|
+
"xray": "Radyografi"
|
|
3145
|
+
},
|
|
3146
|
+
"status": {
|
|
3147
|
+
"planned": "Planlandı",
|
|
3148
|
+
"executed": "Yapıldı"
|
|
3133
3149
|
},
|
|
3134
3150
|
"surface": {
|
|
3135
3151
|
"mesial": "Mezyal",
|
|
@@ -3138,6 +3154,13 @@
|
|
|
3138
3154
|
"buccal": "Vestibüler",
|
|
3139
3155
|
"lingual": "Lingual"
|
|
3140
3156
|
},
|
|
3157
|
+
"root": {
|
|
3158
|
+
"mesial": "Meziyal kök",
|
|
3159
|
+
"distal": "Distal kök",
|
|
3160
|
+
"palatal": "Palatinal kök",
|
|
3161
|
+
"buccal": "Bukkal kök",
|
|
3162
|
+
"single": "Tek kök"
|
|
3163
|
+
},
|
|
3141
3164
|
"numbering": {
|
|
3142
3165
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3166
|
"universal": "Evrensel (ADA)",
|
|
@@ -3145,6 +3168,9 @@
|
|
|
3145
3168
|
},
|
|
3146
3169
|
"toothLabel": "Diş {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3170
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3171
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3172
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3173
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3174
|
"selected": "Diş {{id}} seçildi, {{conditions}}",
|
|
3149
3175
|
"deselected": "Diş {{id}} seçimi kaldırıldı",
|
|
3150
3176
|
"elementSelected": "{{name}} seçildi, {{conditions}}",
|
|
@@ -3156,6 +3182,20 @@
|
|
|
3156
3182
|
"radiographBadge_many": "{{count}} radyografi",
|
|
3157
3183
|
"radiographBadge_other": "{{count}} radyografi"
|
|
3158
3184
|
},
|
|
3185
|
+
"toothFindingPalette": {
|
|
3186
|
+
"ariaLabel": "Diş bulguları",
|
|
3187
|
+
"statusLabel": "Durum",
|
|
3188
|
+
"empty": "Kullanılabilir bulgu yok",
|
|
3189
|
+
"group": {
|
|
3190
|
+
"decay": "Çürük ve restorasyon",
|
|
3191
|
+
"prosthetics": "Protez",
|
|
3192
|
+
"endodontics": "Endodonti",
|
|
3193
|
+
"periodontics": "Periodontoloji",
|
|
3194
|
+
"orthodontics": "Ortodonti ve apareyler",
|
|
3195
|
+
"diagnosis": "Diş durumu ve görüntüleme",
|
|
3196
|
+
"custom": "Klinik bulguları"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3159
3199
|
"privacyLock": {
|
|
3160
3200
|
"triggerAriaLabel": "Gizlilik için ekranı kilitle",
|
|
3161
3201
|
"triggerTooltip": "Ekranı kilitle",
|
package/dist/locales/zh.json
CHANGED
|
@@ -1727,6 +1727,7 @@
|
|
|
1727
1727
|
"noAvailability": "暂无可用时间 — 试试其他日期或服务",
|
|
1728
1728
|
"serviceListLabel": "可用服务",
|
|
1729
1729
|
"serviceCardLabel": "{{label}},{{duration}} 分钟",
|
|
1730
|
+
"serviceCardLabelPrice": "{{label}},{{price}}",
|
|
1730
1731
|
"actions": {
|
|
1731
1732
|
"back": "返回",
|
|
1732
1733
|
"next": "下一步",
|
|
@@ -3083,6 +3084,7 @@
|
|
|
3083
3084
|
"toothScheme": {
|
|
3084
3085
|
"ariaLabel": "牙位图",
|
|
3085
3086
|
"legendLabel": "状态图例",
|
|
3087
|
+
"legendStatusLabel": "状态",
|
|
3086
3088
|
"view": {
|
|
3087
3089
|
"side": "侧面观",
|
|
3088
3090
|
"occlusal": "咬合面观",
|
|
@@ -3127,9 +3129,23 @@
|
|
|
3127
3129
|
"rootCanal": "根管治疗",
|
|
3128
3130
|
"temporaryCrown": "临时冠",
|
|
3129
3131
|
"bridge": "固定桥",
|
|
3130
|
-
"destroyed": "
|
|
3132
|
+
"destroyed": "残留牙根",
|
|
3131
3133
|
"implantExtraction": "种植体取出",
|
|
3132
|
-
"stub": "残根"
|
|
3134
|
+
"stub": "残根",
|
|
3135
|
+
"pin": "桩核",
|
|
3136
|
+
"rootAmputation": "根尖切除术",
|
|
3137
|
+
"anchorage": "义齿附着体",
|
|
3138
|
+
"hook": "卡环",
|
|
3139
|
+
"attachment": "正畸附件",
|
|
3140
|
+
"mucogingivalSurgery": "膜龈手术",
|
|
3141
|
+
"periodontalSurgery": "牙周手术",
|
|
3142
|
+
"curettage": "刮治术",
|
|
3143
|
+
"medication": "药物封药",
|
|
3144
|
+
"xray": "X线片"
|
|
3145
|
+
},
|
|
3146
|
+
"status": {
|
|
3147
|
+
"planned": "计划",
|
|
3148
|
+
"executed": "已完成"
|
|
3133
3149
|
},
|
|
3134
3150
|
"surface": {
|
|
3135
3151
|
"mesial": "近中面",
|
|
@@ -3138,6 +3154,13 @@
|
|
|
3138
3154
|
"buccal": "颊面",
|
|
3139
3155
|
"lingual": "舌面"
|
|
3140
3156
|
},
|
|
3157
|
+
"root": {
|
|
3158
|
+
"mesial": "近中根",
|
|
3159
|
+
"distal": "远中根",
|
|
3160
|
+
"palatal": "腭根",
|
|
3161
|
+
"buccal": "颊根",
|
|
3162
|
+
"single": "单根"
|
|
3163
|
+
},
|
|
3141
3164
|
"numbering": {
|
|
3142
3165
|
"fdi": "FDI(ISO 3950)",
|
|
3143
3166
|
"universal": "通用编号(ADA)",
|
|
@@ -3145,6 +3168,9 @@
|
|
|
3145
3168
|
},
|
|
3146
3169
|
"toothLabel": "{{id}} 号牙,{{anatomy}}{{conditionSuffix}}",
|
|
3147
3170
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3171
|
+
"symbolWithStatus": "{{condition}}({{status}})",
|
|
3172
|
+
"symbolWithScope": "{{condition}}({{scope}})",
|
|
3173
|
+
"symbolWithScopeAndStatus": "{{condition}}({{scope}}、{{status}})",
|
|
3148
3174
|
"selected": "{{id}} 号牙已选中,{{conditions}}",
|
|
3149
3175
|
"deselected": "{{id}} 号牙已取消选中",
|
|
3150
3176
|
"elementSelected": "{{name}} 已选中,{{conditions}}",
|
|
@@ -3156,6 +3182,20 @@
|
|
|
3156
3182
|
"radiographBadge_many": "{{count}} 张牙片",
|
|
3157
3183
|
"radiographBadge_other": "{{count}} 张牙片"
|
|
3158
3184
|
},
|
|
3185
|
+
"toothFindingPalette": {
|
|
3186
|
+
"ariaLabel": "牙科检查所见",
|
|
3187
|
+
"statusLabel": "状态",
|
|
3188
|
+
"empty": "暂无可用的检查项",
|
|
3189
|
+
"group": {
|
|
3190
|
+
"decay": "龋齿与修复",
|
|
3191
|
+
"prosthetics": "口腔修复",
|
|
3192
|
+
"endodontics": "牙髓治疗",
|
|
3193
|
+
"periodontics": "牙周治疗",
|
|
3194
|
+
"orthodontics": "正畸与矫治器",
|
|
3195
|
+
"diagnosis": "牙齿状态与影像",
|
|
3196
|
+
"custom": "诊所自定义项"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
3159
3199
|
"privacyLock": {
|
|
3160
3200
|
"triggerAriaLabel": "锁定屏幕以保护隐私",
|
|
3161
3201
|
"triggerTooltip": "锁定屏幕",
|