@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 trUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Diş şeması";
|
|
3089
3089
|
readonly legendLabel: "Durum göstergesi";
|
|
3090
|
+
readonly legendStatusLabel: "Durum";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Yandan görünüm";
|
|
3092
3093
|
readonly occlusal: "Oklüzal görünüm";
|
|
@@ -3131,9 +3132,23 @@ export declare const trUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Kanal tedavisi";
|
|
3132
3133
|
readonly temporaryCrown: "Geçici kuron";
|
|
3133
3134
|
readonly bridge: "Köprü";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Rezidüel kök";
|
|
3135
3136
|
readonly implantExtraction: "İmplant çıkarma";
|
|
3136
3137
|
readonly stub: "Güdük";
|
|
3138
|
+
readonly pin: "Post";
|
|
3139
|
+
readonly rootAmputation: "Apikal rezeksiyon";
|
|
3140
|
+
readonly anchorage: "Protez tutucu ataşman";
|
|
3141
|
+
readonly hook: "Kroşe";
|
|
3142
|
+
readonly attachment: "Ortodontik ataşman";
|
|
3143
|
+
readonly mucogingivalSurgery: "Mukogingival cerrahi";
|
|
3144
|
+
readonly periodontalSurgery: "Periodontal cerrahi";
|
|
3145
|
+
readonly curettage: "Küretaj";
|
|
3146
|
+
readonly medication: "Medikamanlı pansuman";
|
|
3147
|
+
readonly xray: "Radyografi";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Planlandı";
|
|
3151
|
+
readonly executed: "Yapıldı";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mezyal";
|
|
@@ -3142,6 +3157,13 @@ export declare const trUi: {
|
|
|
3142
3157
|
readonly buccal: "Vestibüler";
|
|
3143
3158
|
readonly lingual: "Lingual";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Meziyal kök";
|
|
3162
|
+
readonly distal: "Distal kök";
|
|
3163
|
+
readonly palatal: "Palatinal kök";
|
|
3164
|
+
readonly buccal: "Bukkal kök";
|
|
3165
|
+
readonly single: "Tek kök";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Evrensel (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const trUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Diş {{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: "Diş {{id}} seçildi, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Diş {{id}} seçimi kaldırıldı";
|
|
3154
3179
|
readonly elementSelected: "{{name}} seçildi, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const trUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} radyografi";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} radyografi";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Diş bulguları";
|
|
3190
|
+
readonly statusLabel: "Durum";
|
|
3191
|
+
readonly empty: "Kullanılabilir bulgu yok";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Çürük ve restorasyon";
|
|
3194
|
+
readonly prosthetics: "Protez";
|
|
3195
|
+
readonly endodontics: "Endodonti";
|
|
3196
|
+
readonly periodontics: "Periodontoloji";
|
|
3197
|
+
readonly orthodontics: "Ortodonti ve apareyler";
|
|
3198
|
+
readonly diagnosis: "Diş durumu ve görüntüleme";
|
|
3199
|
+
readonly custom: "Klinik bulguları";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Gizlilik için ekranı kilitle";
|
|
3165
3204
|
readonly triggerTooltip: "Ekranı kilitle";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -3058,6 +3058,7 @@ const e = {
|
|
|
3058
3058
|
toothScheme: {
|
|
3059
3059
|
ariaLabel: "Diş şeması",
|
|
3060
3060
|
legendLabel: "Durum göstergesi",
|
|
3061
|
+
legendStatusLabel: "Durum",
|
|
3061
3062
|
view: {
|
|
3062
3063
|
side: "Yandan görünüm",
|
|
3063
3064
|
occlusal: "Oklüzal görünüm",
|
|
@@ -3102,9 +3103,23 @@ const e = {
|
|
|
3102
3103
|
rootCanal: "Kanal tedavisi",
|
|
3103
3104
|
temporaryCrown: "Geçici kuron",
|
|
3104
3105
|
bridge: "Köprü",
|
|
3105
|
-
destroyed: "
|
|
3106
|
+
destroyed: "Rezidüel kök",
|
|
3106
3107
|
implantExtraction: "İmplant çıkarma",
|
|
3107
|
-
stub: "Güdük"
|
|
3108
|
+
stub: "Güdük",
|
|
3109
|
+
pin: "Post",
|
|
3110
|
+
rootAmputation: "Apikal rezeksiyon",
|
|
3111
|
+
anchorage: "Protez tutucu ataşman",
|
|
3112
|
+
hook: "Kroşe",
|
|
3113
|
+
attachment: "Ortodontik ataşman",
|
|
3114
|
+
mucogingivalSurgery: "Mukogingival cerrahi",
|
|
3115
|
+
periodontalSurgery: "Periodontal cerrahi",
|
|
3116
|
+
curettage: "Küretaj",
|
|
3117
|
+
medication: "Medikamanlı pansuman",
|
|
3118
|
+
xray: "Radyografi"
|
|
3119
|
+
},
|
|
3120
|
+
status: {
|
|
3121
|
+
planned: "Planlandı",
|
|
3122
|
+
executed: "Yapıldı"
|
|
3108
3123
|
},
|
|
3109
3124
|
surface: {
|
|
3110
3125
|
mesial: "Mezyal",
|
|
@@ -3113,6 +3128,13 @@ const e = {
|
|
|
3113
3128
|
buccal: "Vestibüler",
|
|
3114
3129
|
lingual: "Lingual"
|
|
3115
3130
|
},
|
|
3131
|
+
root: {
|
|
3132
|
+
mesial: "Meziyal kök",
|
|
3133
|
+
distal: "Distal kök",
|
|
3134
|
+
palatal: "Palatinal kök",
|
|
3135
|
+
buccal: "Bukkal kök",
|
|
3136
|
+
single: "Tek kök"
|
|
3137
|
+
},
|
|
3116
3138
|
numbering: {
|
|
3117
3139
|
fdi: "FDI (ISO 3950)",
|
|
3118
3140
|
universal: "Evrensel (ADA)",
|
|
@@ -3120,6 +3142,9 @@ const e = {
|
|
|
3120
3142
|
},
|
|
3121
3143
|
toothLabel: "Diş {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3122
3144
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3145
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3146
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3147
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3123
3148
|
selected: "Diş {{id}} seçildi, {{conditions}}",
|
|
3124
3149
|
deselected: "Diş {{id}} seçimi kaldırıldı",
|
|
3125
3150
|
elementSelected: "{{name}} seçildi, {{conditions}}",
|
|
@@ -3131,6 +3156,20 @@ const e = {
|
|
|
3131
3156
|
radiographBadge_many: "{{count}} radyografi",
|
|
3132
3157
|
radiographBadge_other: "{{count}} radyografi"
|
|
3133
3158
|
},
|
|
3159
|
+
toothFindingPalette: {
|
|
3160
|
+
ariaLabel: "Diş bulguları",
|
|
3161
|
+
statusLabel: "Durum",
|
|
3162
|
+
empty: "Kullanılabilir bulgu yok",
|
|
3163
|
+
group: {
|
|
3164
|
+
decay: "Çürük ve restorasyon",
|
|
3165
|
+
prosthetics: "Protez",
|
|
3166
|
+
endodontics: "Endodonti",
|
|
3167
|
+
periodontics: "Periodontoloji",
|
|
3168
|
+
orthodontics: "Ortodonti ve apareyler",
|
|
3169
|
+
diagnosis: "Diş durumu ve görüntüleme",
|
|
3170
|
+
custom: "Klinik bulguları"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3134
3173
|
privacyLock: {
|
|
3135
3174
|
triggerAriaLabel: "Gizlilik için ekranı kilitle",
|
|
3136
3175
|
triggerTooltip: "Ekranı kilitle",
|
|
@@ -3087,6 +3087,7 @@ export declare const zhUi: {
|
|
|
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 zhUi: {
|
|
|
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: "X线片";
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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/zh.js
CHANGED
|
@@ -3051,6 +3051,7 @@ const e = {
|
|
|
3051
3051
|
toothScheme: {
|
|
3052
3052
|
ariaLabel: "牙位图",
|
|
3053
3053
|
legendLabel: "状态图例",
|
|
3054
|
+
legendStatusLabel: "状态",
|
|
3054
3055
|
view: {
|
|
3055
3056
|
side: "侧面观",
|
|
3056
3057
|
occlusal: "咬合面观",
|
|
@@ -3095,9 +3096,23 @@ const e = {
|
|
|
3095
3096
|
rootCanal: "根管治疗",
|
|
3096
3097
|
temporaryCrown: "临时冠",
|
|
3097
3098
|
bridge: "固定桥",
|
|
3098
|
-
destroyed: "
|
|
3099
|
+
destroyed: "残留牙根",
|
|
3099
3100
|
implantExtraction: "种植体取出",
|
|
3100
|
-
stub: "残根"
|
|
3101
|
+
stub: "残根",
|
|
3102
|
+
pin: "桩核",
|
|
3103
|
+
rootAmputation: "根尖切除术",
|
|
3104
|
+
anchorage: "义齿附着体",
|
|
3105
|
+
hook: "卡环",
|
|
3106
|
+
attachment: "正畸附件",
|
|
3107
|
+
mucogingivalSurgery: "膜龈手术",
|
|
3108
|
+
periodontalSurgery: "牙周手术",
|
|
3109
|
+
curettage: "刮治术",
|
|
3110
|
+
medication: "药物封药",
|
|
3111
|
+
xray: "X线片"
|
|
3112
|
+
},
|
|
3113
|
+
status: {
|
|
3114
|
+
planned: "计划",
|
|
3115
|
+
executed: "已完成"
|
|
3101
3116
|
},
|
|
3102
3117
|
surface: {
|
|
3103
3118
|
mesial: "近中面",
|
|
@@ -3106,6 +3121,13 @@ const e = {
|
|
|
3106
3121
|
buccal: "颊面",
|
|
3107
3122
|
lingual: "舌面"
|
|
3108
3123
|
},
|
|
3124
|
+
root: {
|
|
3125
|
+
mesial: "近中根",
|
|
3126
|
+
distal: "远中根",
|
|
3127
|
+
palatal: "腭根",
|
|
3128
|
+
buccal: "颊根",
|
|
3129
|
+
single: "单根"
|
|
3130
|
+
},
|
|
3109
3131
|
numbering: {
|
|
3110
3132
|
fdi: "FDI(ISO 3950)",
|
|
3111
3133
|
universal: "通用编号(ADA)",
|
|
@@ -3113,6 +3135,9 @@ const e = {
|
|
|
3113
3135
|
},
|
|
3114
3136
|
toothLabel: "{{id}} 号牙,{{anatomy}}{{conditionSuffix}}",
|
|
3115
3137
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3138
|
+
symbolWithStatus: "{{condition}}({{status}})",
|
|
3139
|
+
symbolWithScope: "{{condition}}({{scope}})",
|
|
3140
|
+
symbolWithScopeAndStatus: "{{condition}}({{scope}}、{{status}})",
|
|
3116
3141
|
selected: "{{id}} 号牙已选中,{{conditions}}",
|
|
3117
3142
|
deselected: "{{id}} 号牙已取消选中",
|
|
3118
3143
|
elementSelected: "{{name}} 已选中,{{conditions}}",
|
|
@@ -3124,6 +3149,20 @@ const e = {
|
|
|
3124
3149
|
radiographBadge_many: "{{count}} 张牙片",
|
|
3125
3150
|
radiographBadge_other: "{{count}} 张牙片"
|
|
3126
3151
|
},
|
|
3152
|
+
toothFindingPalette: {
|
|
3153
|
+
ariaLabel: "牙科检查所见",
|
|
3154
|
+
statusLabel: "状态",
|
|
3155
|
+
empty: "暂无可用的检查项",
|
|
3156
|
+
group: {
|
|
3157
|
+
decay: "龋齿与修复",
|
|
3158
|
+
prosthetics: "口腔修复",
|
|
3159
|
+
endodontics: "牙髓治疗",
|
|
3160
|
+
periodontics: "牙周治疗",
|
|
3161
|
+
orthodontics: "正畸与矫治器",
|
|
3162
|
+
diagnosis: "牙齿状态与影像",
|
|
3163
|
+
custom: "诊所自定义项"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3127
3166
|
privacyLock: {
|
|
3128
3167
|
triggerAriaLabel: "锁定屏幕以保护隐私",
|
|
3129
3168
|
triggerTooltip: "锁定屏幕",
|