@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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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/ja.js
CHANGED
|
@@ -3061,6 +3061,7 @@ const e = {
|
|
|
3061
3061
|
toothScheme: {
|
|
3062
3062
|
ariaLabel: "歯式図",
|
|
3063
3063
|
legendLabel: "状態凡例",
|
|
3064
|
+
legendStatusLabel: "ステータス",
|
|
3064
3065
|
view: {
|
|
3065
3066
|
side: "側面",
|
|
3066
3067
|
occlusal: "咬合面",
|
|
@@ -3105,9 +3106,23 @@ const e = {
|
|
|
3105
3106
|
rootCanal: "根管治療",
|
|
3106
3107
|
temporaryCrown: "仮歯",
|
|
3107
3108
|
bridge: "ブリッジ",
|
|
3108
|
-
destroyed: "
|
|
3109
|
+
destroyed: "残存歯根",
|
|
3109
3110
|
implantExtraction: "インプラント除去",
|
|
3110
|
-
stub: "残根"
|
|
3111
|
+
stub: "残根",
|
|
3112
|
+
pin: "ポスト",
|
|
3113
|
+
rootAmputation: "歯根端切除術",
|
|
3114
|
+
anchorage: "義歯アタッチメント",
|
|
3115
|
+
hook: "クラスプ",
|
|
3116
|
+
attachment: "矯正用アタッチメント",
|
|
3117
|
+
mucogingivalSurgery: "歯肉粘膜形成手術",
|
|
3118
|
+
periodontalSurgery: "歯周外科手術",
|
|
3119
|
+
curettage: "掻爬",
|
|
3120
|
+
medication: "貼薬",
|
|
3121
|
+
xray: "エックス線写真"
|
|
3122
|
+
},
|
|
3123
|
+
status: {
|
|
3124
|
+
planned: "予定",
|
|
3125
|
+
executed: "実施済み"
|
|
3111
3126
|
},
|
|
3112
3127
|
surface: {
|
|
3113
3128
|
mesial: "近心",
|
|
@@ -3116,6 +3131,13 @@ const e = {
|
|
|
3116
3131
|
buccal: "頬側",
|
|
3117
3132
|
lingual: "舌側"
|
|
3118
3133
|
},
|
|
3134
|
+
root: {
|
|
3135
|
+
mesial: "近心根",
|
|
3136
|
+
distal: "遠心根",
|
|
3137
|
+
palatal: "口蓋根",
|
|
3138
|
+
buccal: "頬側根",
|
|
3139
|
+
single: "単根"
|
|
3140
|
+
},
|
|
3119
3141
|
numbering: {
|
|
3120
3142
|
fdi: "FDI(ISO 3950)",
|
|
3121
3143
|
universal: "ユニバーサル(ADA)",
|
|
@@ -3123,6 +3145,9 @@ const e = {
|
|
|
3123
3145
|
},
|
|
3124
3146
|
toothLabel: "歯 {{id}}、{{anatomy}}{{conditionSuffix}}",
|
|
3125
3147
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3148
|
+
symbolWithStatus: "{{condition}}({{status}})",
|
|
3149
|
+
symbolWithScope: "{{condition}}({{scope}})",
|
|
3150
|
+
symbolWithScopeAndStatus: "{{condition}}({{scope}}、{{status}})",
|
|
3126
3151
|
selected: "歯 {{id}} を選択、{{conditions}}",
|
|
3127
3152
|
deselected: "歯 {{id}} の選択を解除",
|
|
3128
3153
|
elementSelected: "{{name}} を選択、{{conditions}}",
|
|
@@ -3134,6 +3159,20 @@ const e = {
|
|
|
3134
3159
|
radiographBadge_many: "レントゲン写真 {{count}} 枚",
|
|
3135
3160
|
radiographBadge_other: "レントゲン写真 {{count}} 枚"
|
|
3136
3161
|
},
|
|
3162
|
+
toothFindingPalette: {
|
|
3163
|
+
ariaLabel: "歯科所見",
|
|
3164
|
+
statusLabel: "ステータス",
|
|
3165
|
+
empty: "利用できる所見がありません",
|
|
3166
|
+
group: {
|
|
3167
|
+
decay: "う蝕と修復",
|
|
3168
|
+
prosthetics: "補綴",
|
|
3169
|
+
endodontics: "歯内療法",
|
|
3170
|
+
periodontics: "歯周治療",
|
|
3171
|
+
orthodontics: "矯正・装置",
|
|
3172
|
+
diagnosis: "歯の状態と画像",
|
|
3173
|
+
custom: "医院の所見"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3137
3176
|
privacyLock: {
|
|
3138
3177
|
triggerAriaLabel: "プライバシーのためにスクリーンをロック",
|
|
3139
3178
|
triggerTooltip: "スクリーンをロック",
|
|
@@ -3087,6 +3087,7 @@ export declare const nlUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Tandenschema";
|
|
3089
3089
|
readonly legendLabel: "Legenda aandoeningen";
|
|
3090
|
+
readonly legendStatusLabel: "Status";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Zijaanzicht";
|
|
3092
3093
|
readonly occlusal: "Occlusaal aanzicht";
|
|
@@ -3131,9 +3132,23 @@ export declare const nlUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Wortelkanaalbehandeling";
|
|
3132
3133
|
readonly temporaryCrown: "Tijdelijke kroon";
|
|
3133
3134
|
readonly bridge: "Brug";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Wortelrest";
|
|
3135
3136
|
readonly implantExtraction: "Implantaatverwijdering";
|
|
3136
3137
|
readonly stub: "Stomp";
|
|
3138
|
+
readonly pin: "Wortelstift";
|
|
3139
|
+
readonly rootAmputation: "Apexresectie";
|
|
3140
|
+
readonly anchorage: "Precisieverankering";
|
|
3141
|
+
readonly hook: "Klammer";
|
|
3142
|
+
readonly attachment: "Orthodontisch attachment";
|
|
3143
|
+
readonly mucogingivalSurgery: "Mucogingivale chirurgie";
|
|
3144
|
+
readonly periodontalSurgery: "Parodontale chirurgie";
|
|
3145
|
+
readonly curettage: "Curettage";
|
|
3146
|
+
readonly medication: "Medicamenteuze inlage";
|
|
3147
|
+
readonly xray: "Röntgenfoto";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Gepland";
|
|
3151
|
+
readonly executed: "Uitgevoerd";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mesiaal";
|
|
@@ -3142,6 +3157,13 @@ export declare const nlUi: {
|
|
|
3142
3157
|
readonly buccal: "Buccaal";
|
|
3143
3158
|
readonly lingual: "Linguaal";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Mesiale wortel";
|
|
3162
|
+
readonly distal: "Distale wortel";
|
|
3163
|
+
readonly palatal: "Palatinale wortel";
|
|
3164
|
+
readonly buccal: "Buccale wortel";
|
|
3165
|
+
readonly single: "Enkele wortel";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Universeel (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const nlUi: {
|
|
|
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}} geselecteerd, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Tand {{id}} gedeselecteerd";
|
|
3154
3179
|
readonly elementSelected: "{{name}} geselecteerd, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const nlUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} röntgenfoto's";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} röntgenfoto's";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Tandheelkundige bevindingen";
|
|
3190
|
+
readonly statusLabel: "Status";
|
|
3191
|
+
readonly empty: "Geen bevindingen beschikbaar";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Cariës en restauratie";
|
|
3194
|
+
readonly prosthetics: "Prothetiek";
|
|
3195
|
+
readonly endodontics: "Endodontologie";
|
|
3196
|
+
readonly periodontics: "Parodontologie";
|
|
3197
|
+
readonly orthodontics: "Orthodontie en apparatuur";
|
|
3198
|
+
readonly diagnosis: "Gebitsstatus en beeldvorming";
|
|
3199
|
+
readonly custom: "Bevindingen van de praktijk";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Scherm vergrendelen voor privacy";
|
|
3165
3204
|
readonly triggerTooltip: "Scherm vergrendelen";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -3050,6 +3050,7 @@ const e = {
|
|
|
3050
3050
|
toothScheme: {
|
|
3051
3051
|
ariaLabel: "Tandenschema",
|
|
3052
3052
|
legendLabel: "Legenda aandoeningen",
|
|
3053
|
+
legendStatusLabel: "Status",
|
|
3053
3054
|
view: {
|
|
3054
3055
|
side: "Zijaanzicht",
|
|
3055
3056
|
occlusal: "Occlusaal aanzicht",
|
|
@@ -3094,9 +3095,23 @@ const e = {
|
|
|
3094
3095
|
rootCanal: "Wortelkanaalbehandeling",
|
|
3095
3096
|
temporaryCrown: "Tijdelijke kroon",
|
|
3096
3097
|
bridge: "Brug",
|
|
3097
|
-
destroyed: "
|
|
3098
|
+
destroyed: "Wortelrest",
|
|
3098
3099
|
implantExtraction: "Implantaatverwijdering",
|
|
3099
|
-
stub: "Stomp"
|
|
3100
|
+
stub: "Stomp",
|
|
3101
|
+
pin: "Wortelstift",
|
|
3102
|
+
rootAmputation: "Apexresectie",
|
|
3103
|
+
anchorage: "Precisieverankering",
|
|
3104
|
+
hook: "Klammer",
|
|
3105
|
+
attachment: "Orthodontisch attachment",
|
|
3106
|
+
mucogingivalSurgery: "Mucogingivale chirurgie",
|
|
3107
|
+
periodontalSurgery: "Parodontale chirurgie",
|
|
3108
|
+
curettage: "Curettage",
|
|
3109
|
+
medication: "Medicamenteuze inlage",
|
|
3110
|
+
xray: "Röntgenfoto"
|
|
3111
|
+
},
|
|
3112
|
+
status: {
|
|
3113
|
+
planned: "Gepland",
|
|
3114
|
+
executed: "Uitgevoerd"
|
|
3100
3115
|
},
|
|
3101
3116
|
surface: {
|
|
3102
3117
|
mesial: "Mesiaal",
|
|
@@ -3105,6 +3120,13 @@ const e = {
|
|
|
3105
3120
|
buccal: "Buccaal",
|
|
3106
3121
|
lingual: "Linguaal"
|
|
3107
3122
|
},
|
|
3123
|
+
root: {
|
|
3124
|
+
mesial: "Mesiale wortel",
|
|
3125
|
+
distal: "Distale wortel",
|
|
3126
|
+
palatal: "Palatinale wortel",
|
|
3127
|
+
buccal: "Buccale wortel",
|
|
3128
|
+
single: "Enkele wortel"
|
|
3129
|
+
},
|
|
3108
3130
|
numbering: {
|
|
3109
3131
|
fdi: "FDI (ISO 3950)",
|
|
3110
3132
|
universal: "Universeel (ADA)",
|
|
@@ -3112,6 +3134,9 @@ const e = {
|
|
|
3112
3134
|
},
|
|
3113
3135
|
toothLabel: "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3114
3136
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3137
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3138
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3139
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3115
3140
|
selected: "Tand {{id}} geselecteerd, {{conditions}}",
|
|
3116
3141
|
deselected: "Tand {{id}} gedeselecteerd",
|
|
3117
3142
|
elementSelected: "{{name}} geselecteerd, {{conditions}}",
|
|
@@ -3123,6 +3148,20 @@ const e = {
|
|
|
3123
3148
|
radiographBadge_many: "{{count}} röntgenfoto's",
|
|
3124
3149
|
radiographBadge_other: "{{count}} röntgenfoto's"
|
|
3125
3150
|
},
|
|
3151
|
+
toothFindingPalette: {
|
|
3152
|
+
ariaLabel: "Tandheelkundige bevindingen",
|
|
3153
|
+
statusLabel: "Status",
|
|
3154
|
+
empty: "Geen bevindingen beschikbaar",
|
|
3155
|
+
group: {
|
|
3156
|
+
decay: "Cariës en restauratie",
|
|
3157
|
+
prosthetics: "Prothetiek",
|
|
3158
|
+
endodontics: "Endodontologie",
|
|
3159
|
+
periodontics: "Parodontologie",
|
|
3160
|
+
orthodontics: "Orthodontie en apparatuur",
|
|
3161
|
+
diagnosis: "Gebitsstatus en beeldvorming",
|
|
3162
|
+
custom: "Bevindingen van de praktijk"
|
|
3163
|
+
}
|
|
3164
|
+
},
|
|
3126
3165
|
privacyLock: {
|
|
3127
3166
|
triggerAriaLabel: "Scherm vergrendelen voor privacy",
|
|
3128
3167
|
triggerTooltip: "Scherm vergrendelen",
|
|
@@ -3087,6 +3087,7 @@ export declare const plUi: {
|
|
|
3087
3087
|
readonly toothScheme: {
|
|
3088
3088
|
readonly ariaLabel: "Schemat uzębienia";
|
|
3089
3089
|
readonly legendLabel: "Legenda stanów";
|
|
3090
|
+
readonly legendStatusLabel: "Status";
|
|
3090
3091
|
readonly view: {
|
|
3091
3092
|
readonly side: "Widok z boku";
|
|
3092
3093
|
readonly occlusal: "Widok okluzalny";
|
|
@@ -3131,9 +3132,23 @@ export declare const plUi: {
|
|
|
3131
3132
|
readonly rootCanal: "Leczenie kanałowe";
|
|
3132
3133
|
readonly temporaryCrown: "Korona tymczasowa";
|
|
3133
3134
|
readonly bridge: "Most";
|
|
3134
|
-
readonly destroyed: "
|
|
3135
|
+
readonly destroyed: "Pozostawiony korzeń";
|
|
3135
3136
|
readonly implantExtraction: "Usunięcie implantu";
|
|
3136
3137
|
readonly stub: "Kikut";
|
|
3138
|
+
readonly pin: "Wkład koronowo-korzeniowy";
|
|
3139
|
+
readonly rootAmputation: "Resekcja wierzchołka korzenia";
|
|
3140
|
+
readonly anchorage: "Zasuwa protetyczna";
|
|
3141
|
+
readonly hook: "Klamra";
|
|
3142
|
+
readonly attachment: "Attachment ortodontyczny";
|
|
3143
|
+
readonly mucogingivalSurgery: "Chirurgia śluzówkowo-dziąsłowa";
|
|
3144
|
+
readonly periodontalSurgery: "Chirurgia periodontologiczna";
|
|
3145
|
+
readonly curettage: "Kiretaż";
|
|
3146
|
+
readonly medication: "Opatrunek leczniczy";
|
|
3147
|
+
readonly xray: "Zdjęcie rentgenowskie";
|
|
3148
|
+
};
|
|
3149
|
+
readonly status: {
|
|
3150
|
+
readonly planned: "Zaplanowane";
|
|
3151
|
+
readonly executed: "Wykonane";
|
|
3137
3152
|
};
|
|
3138
3153
|
readonly surface: {
|
|
3139
3154
|
readonly mesial: "Mezjalna";
|
|
@@ -3142,6 +3157,13 @@ export declare const plUi: {
|
|
|
3142
3157
|
readonly buccal: "Wargowa/policzkowa";
|
|
3143
3158
|
readonly lingual: "Językowa";
|
|
3144
3159
|
};
|
|
3160
|
+
readonly root: {
|
|
3161
|
+
readonly mesial: "Korzeń mezjalny";
|
|
3162
|
+
readonly distal: "Korzeń dystalny";
|
|
3163
|
+
readonly palatal: "Korzeń podniebienny";
|
|
3164
|
+
readonly buccal: "Korzeń policzkowy";
|
|
3165
|
+
readonly single: "Korzeń pojedynczy";
|
|
3166
|
+
};
|
|
3145
3167
|
readonly numbering: {
|
|
3146
3168
|
readonly fdi: "FDI (ISO 3950)";
|
|
3147
3169
|
readonly universal: "Uniwersalny (ADA)";
|
|
@@ -3149,6 +3171,9 @@ export declare const plUi: {
|
|
|
3149
3171
|
};
|
|
3150
3172
|
readonly toothLabel: "Ząb {{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: "Ząb {{id}} wybrany, {{conditions}}";
|
|
3153
3178
|
readonly deselected: "Ząb {{id}} odznaczony";
|
|
3154
3179
|
readonly elementSelected: "{{name}} wybrany, {{conditions}}";
|
|
@@ -3160,6 +3185,20 @@ export declare const plUi: {
|
|
|
3160
3185
|
readonly radiographBadge_many: "{{count}} zdjęć rentgenowskich";
|
|
3161
3186
|
readonly radiographBadge_other: "{{count}} zdjęcia rentgenowskiego";
|
|
3162
3187
|
};
|
|
3188
|
+
readonly toothFindingPalette: {
|
|
3189
|
+
readonly ariaLabel: "Rozpoznania stomatologiczne";
|
|
3190
|
+
readonly statusLabel: "Status";
|
|
3191
|
+
readonly empty: "Brak dostępnych rozpoznań";
|
|
3192
|
+
readonly group: {
|
|
3193
|
+
readonly decay: "Próchnica i wypełnienia";
|
|
3194
|
+
readonly prosthetics: "Protetyka";
|
|
3195
|
+
readonly endodontics: "Endodoncja";
|
|
3196
|
+
readonly periodontics: "Periodontologia";
|
|
3197
|
+
readonly orthodontics: "Ortodoncja i aparaty";
|
|
3198
|
+
readonly diagnosis: "Stan zęba i diagnostyka obrazowa";
|
|
3199
|
+
readonly custom: "Rozpoznania gabinetu";
|
|
3200
|
+
};
|
|
3201
|
+
};
|
|
3163
3202
|
readonly privacyLock: {
|
|
3164
3203
|
readonly triggerAriaLabel: "Zablokuj ekran w celu ochrony prywatności";
|
|
3165
3204
|
readonly triggerTooltip: "Zablokuj ekran";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -3061,6 +3061,7 @@ const e = {
|
|
|
3061
3061
|
toothScheme: {
|
|
3062
3062
|
ariaLabel: "Schemat uzębienia",
|
|
3063
3063
|
legendLabel: "Legenda stanów",
|
|
3064
|
+
legendStatusLabel: "Status",
|
|
3064
3065
|
view: {
|
|
3065
3066
|
side: "Widok z boku",
|
|
3066
3067
|
occlusal: "Widok okluzalny",
|
|
@@ -3105,9 +3106,23 @@ const e = {
|
|
|
3105
3106
|
rootCanal: "Leczenie kanałowe",
|
|
3106
3107
|
temporaryCrown: "Korona tymczasowa",
|
|
3107
3108
|
bridge: "Most",
|
|
3108
|
-
destroyed: "
|
|
3109
|
+
destroyed: "Pozostawiony korzeń",
|
|
3109
3110
|
implantExtraction: "Usunięcie implantu",
|
|
3110
|
-
stub: "Kikut"
|
|
3111
|
+
stub: "Kikut",
|
|
3112
|
+
pin: "Wkład koronowo-korzeniowy",
|
|
3113
|
+
rootAmputation: "Resekcja wierzchołka korzenia",
|
|
3114
|
+
anchorage: "Zasuwa protetyczna",
|
|
3115
|
+
hook: "Klamra",
|
|
3116
|
+
attachment: "Attachment ortodontyczny",
|
|
3117
|
+
mucogingivalSurgery: "Chirurgia śluzówkowo-dziąsłowa",
|
|
3118
|
+
periodontalSurgery: "Chirurgia periodontologiczna",
|
|
3119
|
+
curettage: "Kiretaż",
|
|
3120
|
+
medication: "Opatrunek leczniczy",
|
|
3121
|
+
xray: "Zdjęcie rentgenowskie"
|
|
3122
|
+
},
|
|
3123
|
+
status: {
|
|
3124
|
+
planned: "Zaplanowane",
|
|
3125
|
+
executed: "Wykonane"
|
|
3111
3126
|
},
|
|
3112
3127
|
surface: {
|
|
3113
3128
|
mesial: "Mezjalna",
|
|
@@ -3116,6 +3131,13 @@ const e = {
|
|
|
3116
3131
|
buccal: "Wargowa/policzkowa",
|
|
3117
3132
|
lingual: "Językowa"
|
|
3118
3133
|
},
|
|
3134
|
+
root: {
|
|
3135
|
+
mesial: "Korzeń mezjalny",
|
|
3136
|
+
distal: "Korzeń dystalny",
|
|
3137
|
+
palatal: "Korzeń podniebienny",
|
|
3138
|
+
buccal: "Korzeń policzkowy",
|
|
3139
|
+
single: "Korzeń pojedynczy"
|
|
3140
|
+
},
|
|
3119
3141
|
numbering: {
|
|
3120
3142
|
fdi: "FDI (ISO 3950)",
|
|
3121
3143
|
universal: "Uniwersalny (ADA)",
|
|
@@ -3123,6 +3145,9 @@ const e = {
|
|
|
3123
3145
|
},
|
|
3124
3146
|
toothLabel: "Ząb {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3125
3147
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3148
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3149
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3150
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3126
3151
|
selected: "Ząb {{id}} wybrany, {{conditions}}",
|
|
3127
3152
|
deselected: "Ząb {{id}} odznaczony",
|
|
3128
3153
|
elementSelected: "{{name}} wybrany, {{conditions}}",
|
|
@@ -3134,6 +3159,20 @@ const e = {
|
|
|
3134
3159
|
radiographBadge_many: "{{count}} zdjęć rentgenowskich",
|
|
3135
3160
|
radiographBadge_other: "{{count}} zdjęcia rentgenowskiego"
|
|
3136
3161
|
},
|
|
3162
|
+
toothFindingPalette: {
|
|
3163
|
+
ariaLabel: "Rozpoznania stomatologiczne",
|
|
3164
|
+
statusLabel: "Status",
|
|
3165
|
+
empty: "Brak dostępnych rozpoznań",
|
|
3166
|
+
group: {
|
|
3167
|
+
decay: "Próchnica i wypełnienia",
|
|
3168
|
+
prosthetics: "Protetyka",
|
|
3169
|
+
endodontics: "Endodoncja",
|
|
3170
|
+
periodontics: "Periodontologia",
|
|
3171
|
+
orthodontics: "Ortodoncja i aparaty",
|
|
3172
|
+
diagnosis: "Stan zęba i diagnostyka obrazowa",
|
|
3173
|
+
custom: "Rozpoznania gabinetu"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3137
3176
|
privacyLock: {
|
|
3138
3177
|
triggerAriaLabel: "Zablokuj ekran w celu ochrony prywatności",
|
|
3139
3178
|
triggerTooltip: "Zablokuj ekran",
|
|
@@ -3088,6 +3088,7 @@ export declare const ptUi: {
|
|
|
3088
3088
|
readonly toothScheme: {
|
|
3089
3089
|
readonly ariaLabel: "Esquema dentário";
|
|
3090
3090
|
readonly legendLabel: "Legenda de condições";
|
|
3091
|
+
readonly legendStatusLabel: "Estado";
|
|
3091
3092
|
readonly view: {
|
|
3092
3093
|
readonly side: "Vista lateral";
|
|
3093
3094
|
readonly occlusal: "Vista oclusal";
|
|
@@ -3132,9 +3133,23 @@ export declare const ptUi: {
|
|
|
3132
3133
|
readonly rootCanal: "Tratamento endodôntico";
|
|
3133
3134
|
readonly temporaryCrown: "Coroa provisória";
|
|
3134
3135
|
readonly bridge: "Ponte";
|
|
3135
|
-
readonly destroyed: "
|
|
3136
|
+
readonly destroyed: "Raiz persistente";
|
|
3136
3137
|
readonly implantExtraction: "Explantação";
|
|
3137
3138
|
readonly stub: "Raiz residual";
|
|
3139
|
+
readonly pin: "Espigão";
|
|
3140
|
+
readonly rootAmputation: "Apicectomia";
|
|
3141
|
+
readonly anchorage: "Encaixe de prótese";
|
|
3142
|
+
readonly hook: "Gancho";
|
|
3143
|
+
readonly attachment: "Attachment ortodôntico";
|
|
3144
|
+
readonly mucogingivalSurgery: "Cirurgia mucogengival";
|
|
3145
|
+
readonly periodontalSurgery: "Cirurgia periodontal";
|
|
3146
|
+
readonly curettage: "Curetagem";
|
|
3147
|
+
readonly medication: "Curativo medicamentoso";
|
|
3148
|
+
readonly xray: "Radiografia";
|
|
3149
|
+
};
|
|
3150
|
+
readonly status: {
|
|
3151
|
+
readonly planned: "Planeado";
|
|
3152
|
+
readonly executed: "Realizado";
|
|
3138
3153
|
};
|
|
3139
3154
|
readonly surface: {
|
|
3140
3155
|
readonly mesial: "Mesial";
|
|
@@ -3143,6 +3158,13 @@ export declare const ptUi: {
|
|
|
3143
3158
|
readonly buccal: "Vestibular";
|
|
3144
3159
|
readonly lingual: "Lingual";
|
|
3145
3160
|
};
|
|
3161
|
+
readonly root: {
|
|
3162
|
+
readonly mesial: "Raiz mesial";
|
|
3163
|
+
readonly distal: "Raiz distal";
|
|
3164
|
+
readonly palatal: "Raiz palatina";
|
|
3165
|
+
readonly buccal: "Raiz vestibular";
|
|
3166
|
+
readonly single: "Raiz única";
|
|
3167
|
+
};
|
|
3146
3168
|
readonly numbering: {
|
|
3147
3169
|
readonly fdi: "FDI (ISO 3950)";
|
|
3148
3170
|
readonly universal: "Universal (ADA)";
|
|
@@ -3150,6 +3172,9 @@ export declare const ptUi: {
|
|
|
3150
3172
|
};
|
|
3151
3173
|
readonly toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
3152
3174
|
readonly elementLabel: "{{name}}{{conditionSuffix}}";
|
|
3175
|
+
readonly symbolWithStatus: "{{condition}} ({{status}})";
|
|
3176
|
+
readonly symbolWithScope: "{{condition}} ({{scope}})";
|
|
3177
|
+
readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
|
|
3153
3178
|
readonly selected: "Dente {{id}} selecionado, {{conditions}}";
|
|
3154
3179
|
readonly deselected: "Dente {{id}} não selecionado";
|
|
3155
3180
|
readonly elementSelected: "{{name}} selecionado, {{conditions}}";
|
|
@@ -3161,6 +3186,20 @@ export declare const ptUi: {
|
|
|
3161
3186
|
readonly radiographBadge_many: "{{count}} radiografias";
|
|
3162
3187
|
readonly radiographBadge_other: "{{count}} radiografias";
|
|
3163
3188
|
};
|
|
3189
|
+
readonly toothFindingPalette: {
|
|
3190
|
+
readonly ariaLabel: "Achados dentários";
|
|
3191
|
+
readonly statusLabel: "Estado";
|
|
3192
|
+
readonly empty: "Não há achados disponíveis";
|
|
3193
|
+
readonly group: {
|
|
3194
|
+
readonly decay: "Cárie e restauração";
|
|
3195
|
+
readonly prosthetics: "Prótese";
|
|
3196
|
+
readonly endodontics: "Endodontia";
|
|
3197
|
+
readonly periodontics: "Periodontologia";
|
|
3198
|
+
readonly orthodontics: "Ortodontia e aparelhos";
|
|
3199
|
+
readonly diagnosis: "Estado do dente e imagiologia";
|
|
3200
|
+
readonly custom: "Achados da clínica";
|
|
3201
|
+
};
|
|
3202
|
+
};
|
|
3164
3203
|
readonly privacyLock: {
|
|
3165
3204
|
readonly triggerAriaLabel: "Bloquear o ecrã por privacidade";
|
|
3166
3205
|
readonly triggerTooltip: "Bloquear ecrã";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -3066,6 +3066,7 @@ const e = {
|
|
|
3066
3066
|
toothScheme: {
|
|
3067
3067
|
ariaLabel: "Esquema dentário",
|
|
3068
3068
|
legendLabel: "Legenda de condições",
|
|
3069
|
+
legendStatusLabel: "Estado",
|
|
3069
3070
|
view: {
|
|
3070
3071
|
side: "Vista lateral",
|
|
3071
3072
|
occlusal: "Vista oclusal",
|
|
@@ -3110,9 +3111,23 @@ const e = {
|
|
|
3110
3111
|
rootCanal: "Tratamento endodôntico",
|
|
3111
3112
|
temporaryCrown: "Coroa provisória",
|
|
3112
3113
|
bridge: "Ponte",
|
|
3113
|
-
destroyed: "
|
|
3114
|
+
destroyed: "Raiz persistente",
|
|
3114
3115
|
implantExtraction: "Explantação",
|
|
3115
|
-
stub: "Raiz residual"
|
|
3116
|
+
stub: "Raiz residual",
|
|
3117
|
+
pin: "Espigão",
|
|
3118
|
+
rootAmputation: "Apicectomia",
|
|
3119
|
+
anchorage: "Encaixe de prótese",
|
|
3120
|
+
hook: "Gancho",
|
|
3121
|
+
attachment: "Attachment ortodôntico",
|
|
3122
|
+
mucogingivalSurgery: "Cirurgia mucogengival",
|
|
3123
|
+
periodontalSurgery: "Cirurgia periodontal",
|
|
3124
|
+
curettage: "Curetagem",
|
|
3125
|
+
medication: "Curativo medicamentoso",
|
|
3126
|
+
xray: "Radiografia"
|
|
3127
|
+
},
|
|
3128
|
+
status: {
|
|
3129
|
+
planned: "Planeado",
|
|
3130
|
+
executed: "Realizado"
|
|
3116
3131
|
},
|
|
3117
3132
|
surface: {
|
|
3118
3133
|
mesial: "Mesial",
|
|
@@ -3121,6 +3136,13 @@ const e = {
|
|
|
3121
3136
|
buccal: "Vestibular",
|
|
3122
3137
|
lingual: "Lingual"
|
|
3123
3138
|
},
|
|
3139
|
+
root: {
|
|
3140
|
+
mesial: "Raiz mesial",
|
|
3141
|
+
distal: "Raiz distal",
|
|
3142
|
+
palatal: "Raiz palatina",
|
|
3143
|
+
buccal: "Raiz vestibular",
|
|
3144
|
+
single: "Raiz única"
|
|
3145
|
+
},
|
|
3124
3146
|
numbering: {
|
|
3125
3147
|
fdi: "FDI (ISO 3950)",
|
|
3126
3148
|
universal: "Universal (ADA)",
|
|
@@ -3128,6 +3150,9 @@ const e = {
|
|
|
3128
3150
|
},
|
|
3129
3151
|
toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3130
3152
|
elementLabel: "{{name}}{{conditionSuffix}}",
|
|
3153
|
+
symbolWithStatus: "{{condition}} ({{status}})",
|
|
3154
|
+
symbolWithScope: "{{condition}} ({{scope}})",
|
|
3155
|
+
symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
|
|
3131
3156
|
selected: "Dente {{id}} selecionado, {{conditions}}",
|
|
3132
3157
|
deselected: "Dente {{id}} não selecionado",
|
|
3133
3158
|
elementSelected: "{{name}} selecionado, {{conditions}}",
|
|
@@ -3139,6 +3164,20 @@ const e = {
|
|
|
3139
3164
|
radiographBadge_many: "{{count}} radiografias",
|
|
3140
3165
|
radiographBadge_other: "{{count}} radiografias"
|
|
3141
3166
|
},
|
|
3167
|
+
toothFindingPalette: {
|
|
3168
|
+
ariaLabel: "Achados dentários",
|
|
3169
|
+
statusLabel: "Estado",
|
|
3170
|
+
empty: "Não há achados disponíveis",
|
|
3171
|
+
group: {
|
|
3172
|
+
decay: "Cárie e restauração",
|
|
3173
|
+
prosthetics: "Prótese",
|
|
3174
|
+
endodontics: "Endodontia",
|
|
3175
|
+
periodontics: "Periodontologia",
|
|
3176
|
+
orthodontics: "Ortodontia e aparelhos",
|
|
3177
|
+
diagnosis: "Estado do dente e imagiologia",
|
|
3178
|
+
custom: "Achados da clínica"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3142
3181
|
privacyLock: {
|
|
3143
3182
|
triggerAriaLabel: "Bloquear o ecrã por privacidade",
|
|
3144
3183
|
triggerTooltip: "Bloquear ecrã",
|