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