@alfadocs/ui-kit 1.4.16 → 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/{anamnesis-summary-rows-CVzxC2X3.js → anamnesis-summary-rows-BpYztFUv.js} +20 -4
- 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/patterns/anamnesis/index.js +1 -1
- 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
package/dist/locales/ja.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "歯式図",
|
|
3085
3085
|
"legendLabel": "状態凡例",
|
|
3086
|
+
"legendStatusLabel": "ステータス",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "側面",
|
|
3088
3089
|
"occlusal": "咬合面",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "根管治療",
|
|
3128
3129
|
"temporaryCrown": "仮歯",
|
|
3129
3130
|
"bridge": "ブリッジ",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "残存歯根",
|
|
3131
3132
|
"implantExtraction": "インプラント除去",
|
|
3132
|
-
"stub": "残根"
|
|
3133
|
+
"stub": "残根",
|
|
3134
|
+
"pin": "ポスト",
|
|
3135
|
+
"rootAmputation": "歯根端切除術",
|
|
3136
|
+
"anchorage": "義歯アタッチメント",
|
|
3137
|
+
"hook": "クラスプ",
|
|
3138
|
+
"attachment": "矯正用アタッチメント",
|
|
3139
|
+
"mucogingivalSurgery": "歯肉粘膜形成手術",
|
|
3140
|
+
"periodontalSurgery": "歯周外科手術",
|
|
3141
|
+
"curettage": "掻爬",
|
|
3142
|
+
"medication": "貼薬",
|
|
3143
|
+
"xray": "エックス線写真"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "予定",
|
|
3147
|
+
"executed": "実施済み"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "近心",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "頬側",
|
|
3139
3154
|
"lingual": "舌側"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "近心根",
|
|
3158
|
+
"distal": "遠心根",
|
|
3159
|
+
"palatal": "口蓋根",
|
|
3160
|
+
"buccal": "頬側根",
|
|
3161
|
+
"single": "単根"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI(ISO 3950)",
|
|
3143
3165
|
"universal": "ユニバーサル(ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "歯 {{id}}、{{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}}({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}}({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}}({{scope}}、{{status}})",
|
|
3148
3173
|
"selected": "歯 {{id}} を選択、{{conditions}}",
|
|
3149
3174
|
"deselected": "歯 {{id}} の選択を解除",
|
|
3150
3175
|
"elementSelected": "{{name}} を選択、{{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "レントゲン写真 {{count}} 枚",
|
|
3157
3182
|
"radiographBadge_other": "レントゲン写真 {{count}} 枚"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "歯科所見",
|
|
3186
|
+
"statusLabel": "ステータス",
|
|
3187
|
+
"empty": "利用できる所見がありません",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "う蝕と修復",
|
|
3190
|
+
"prosthetics": "補綴",
|
|
3191
|
+
"endodontics": "歯内療法",
|
|
3192
|
+
"periodontics": "歯周治療",
|
|
3193
|
+
"orthodontics": "矯正・装置",
|
|
3194
|
+
"diagnosis": "歯の状態と画像",
|
|
3195
|
+
"custom": "医院の所見"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "プライバシーのためにスクリーンをロック",
|
|
3161
3200
|
"triggerTooltip": "スクリーンをロック",
|
package/dist/locales/nl.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Tandenschema",
|
|
3085
3085
|
"legendLabel": "Legenda aandoeningen",
|
|
3086
|
+
"legendStatusLabel": "Status",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Zijaanzicht",
|
|
3088
3089
|
"occlusal": "Occlusaal aanzicht",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Wortelkanaalbehandeling",
|
|
3128
3129
|
"temporaryCrown": "Tijdelijke kroon",
|
|
3129
3130
|
"bridge": "Brug",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Wortelrest",
|
|
3131
3132
|
"implantExtraction": "Implantaatverwijdering",
|
|
3132
|
-
"stub": "Stomp"
|
|
3133
|
+
"stub": "Stomp",
|
|
3134
|
+
"pin": "Wortelstift",
|
|
3135
|
+
"rootAmputation": "Apexresectie",
|
|
3136
|
+
"anchorage": "Precisieverankering",
|
|
3137
|
+
"hook": "Klammer",
|
|
3138
|
+
"attachment": "Orthodontisch attachment",
|
|
3139
|
+
"mucogingivalSurgery": "Mucogingivale chirurgie",
|
|
3140
|
+
"periodontalSurgery": "Parodontale chirurgie",
|
|
3141
|
+
"curettage": "Curettage",
|
|
3142
|
+
"medication": "Medicamenteuze inlage",
|
|
3143
|
+
"xray": "Röntgenfoto"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Gepland",
|
|
3147
|
+
"executed": "Uitgevoerd"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mesiaal",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Buccaal",
|
|
3139
3154
|
"lingual": "Linguaal"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Mesiale wortel",
|
|
3158
|
+
"distal": "Distale wortel",
|
|
3159
|
+
"palatal": "Palatinale wortel",
|
|
3160
|
+
"buccal": "Buccale wortel",
|
|
3161
|
+
"single": "Enkele wortel"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Universeel (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Tand {{id}} geselecteerd, {{conditions}}",
|
|
3149
3174
|
"deselected": "Tand {{id}} gedeselecteerd",
|
|
3150
3175
|
"elementSelected": "{{name}} geselecteerd, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} röntgenfoto's",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} röntgenfoto's"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Tandheelkundige bevindingen",
|
|
3186
|
+
"statusLabel": "Status",
|
|
3187
|
+
"empty": "Geen bevindingen beschikbaar",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Cariës en restauratie",
|
|
3190
|
+
"prosthetics": "Prothetiek",
|
|
3191
|
+
"endodontics": "Endodontologie",
|
|
3192
|
+
"periodontics": "Parodontologie",
|
|
3193
|
+
"orthodontics": "Orthodontie en apparatuur",
|
|
3194
|
+
"diagnosis": "Gebitsstatus en beeldvorming",
|
|
3195
|
+
"custom": "Bevindingen van de praktijk"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Scherm vergrendelen voor privacy",
|
|
3161
3200
|
"triggerTooltip": "Scherm vergrendelen",
|
package/dist/locales/pl.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Schemat uzębienia",
|
|
3085
3085
|
"legendLabel": "Legenda stanów",
|
|
3086
|
+
"legendStatusLabel": "Status",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Widok z boku",
|
|
3088
3089
|
"occlusal": "Widok okluzalny",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Leczenie kanałowe",
|
|
3128
3129
|
"temporaryCrown": "Korona tymczasowa",
|
|
3129
3130
|
"bridge": "Most",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Pozostawiony korzeń",
|
|
3131
3132
|
"implantExtraction": "Usunięcie implantu",
|
|
3132
|
-
"stub": "Kikut"
|
|
3133
|
+
"stub": "Kikut",
|
|
3134
|
+
"pin": "Wkład koronowo-korzeniowy",
|
|
3135
|
+
"rootAmputation": "Resekcja wierzchołka korzenia",
|
|
3136
|
+
"anchorage": "Zasuwa protetyczna",
|
|
3137
|
+
"hook": "Klamra",
|
|
3138
|
+
"attachment": "Attachment ortodontyczny",
|
|
3139
|
+
"mucogingivalSurgery": "Chirurgia śluzówkowo-dziąsłowa",
|
|
3140
|
+
"periodontalSurgery": "Chirurgia periodontologiczna",
|
|
3141
|
+
"curettage": "Kiretaż",
|
|
3142
|
+
"medication": "Opatrunek leczniczy",
|
|
3143
|
+
"xray": "Zdjęcie rentgenowskie"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Zaplanowane",
|
|
3147
|
+
"executed": "Wykonane"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mezjalna",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Wargowa/policzkowa",
|
|
3139
3154
|
"lingual": "Językowa"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Korzeń mezjalny",
|
|
3158
|
+
"distal": "Korzeń dystalny",
|
|
3159
|
+
"palatal": "Korzeń podniebienny",
|
|
3160
|
+
"buccal": "Korzeń policzkowy",
|
|
3161
|
+
"single": "Korzeń pojedynczy"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Uniwersalny (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Ząb {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Ząb {{id}} wybrany, {{conditions}}",
|
|
3149
3174
|
"deselected": "Ząb {{id}} odznaczony",
|
|
3150
3175
|
"elementSelected": "{{name}} wybrany, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} zdjęć rentgenowskich",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} zdjęcia rentgenowskiego"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Rozpoznania stomatologiczne",
|
|
3186
|
+
"statusLabel": "Status",
|
|
3187
|
+
"empty": "Brak dostępnych rozpoznań",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Próchnica i wypełnienia",
|
|
3190
|
+
"prosthetics": "Protetyka",
|
|
3191
|
+
"endodontics": "Endodoncja",
|
|
3192
|
+
"periodontics": "Periodontologia",
|
|
3193
|
+
"orthodontics": "Ortodoncja i aparaty",
|
|
3194
|
+
"diagnosis": "Stan zęba i diagnostyka obrazowa",
|
|
3195
|
+
"custom": "Rozpoznania gabinetu"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Zablokuj ekran w celu ochrony prywatności",
|
|
3161
3200
|
"triggerTooltip": "Zablokuj ekran",
|
package/dist/locales/pt.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Esquema dentário",
|
|
3085
3085
|
"legendLabel": "Legenda de condições",
|
|
3086
|
+
"legendStatusLabel": "Estado",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Vista lateral",
|
|
3088
3089
|
"occlusal": "Vista oclusal",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Tratamento endodôntico",
|
|
3128
3129
|
"temporaryCrown": "Coroa provisória",
|
|
3129
3130
|
"bridge": "Ponte",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Raiz persistente",
|
|
3131
3132
|
"implantExtraction": "Explantação",
|
|
3132
|
-
"stub": "Raiz residual"
|
|
3133
|
+
"stub": "Raiz residual",
|
|
3134
|
+
"pin": "Espigão",
|
|
3135
|
+
"rootAmputation": "Apicectomia",
|
|
3136
|
+
"anchorage": "Encaixe de prótese",
|
|
3137
|
+
"hook": "Gancho",
|
|
3138
|
+
"attachment": "Attachment ortodôntico",
|
|
3139
|
+
"mucogingivalSurgery": "Cirurgia mucogengival",
|
|
3140
|
+
"periodontalSurgery": "Cirurgia periodontal",
|
|
3141
|
+
"curettage": "Curetagem",
|
|
3142
|
+
"medication": "Curativo medicamentoso",
|
|
3143
|
+
"xray": "Radiografia"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Planeado",
|
|
3147
|
+
"executed": "Realizado"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mesial",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Vestibular",
|
|
3139
3154
|
"lingual": "Lingual"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Raiz mesial",
|
|
3158
|
+
"distal": "Raiz distal",
|
|
3159
|
+
"palatal": "Raiz palatina",
|
|
3160
|
+
"buccal": "Raiz vestibular",
|
|
3161
|
+
"single": "Raiz única"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Dente {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Dente {{id}} selecionado, {{conditions}}",
|
|
3149
3174
|
"deselected": "Dente {{id}} não selecionado",
|
|
3150
3175
|
"elementSelected": "{{name}} selecionado, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} radiografias",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} radiografias"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Achados dentários",
|
|
3186
|
+
"statusLabel": "Estado",
|
|
3187
|
+
"empty": "Não há achados disponíveis",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Cárie e restauração",
|
|
3190
|
+
"prosthetics": "Prótese",
|
|
3191
|
+
"endodontics": "Endodontia",
|
|
3192
|
+
"periodontics": "Periodontologia",
|
|
3193
|
+
"orthodontics": "Ortodontia e aparelhos",
|
|
3194
|
+
"diagnosis": "Estado do dente e imagiologia",
|
|
3195
|
+
"custom": "Achados da clínica"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Bloquear o ecrã por privacidade",
|
|
3161
3200
|
"triggerTooltip": "Bloquear ecrã",
|
package/dist/locales/ro.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Schemă dentară",
|
|
3085
3085
|
"legendLabel": "Legendă condiții",
|
|
3086
|
+
"legendStatusLabel": "Stare",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Vedere laterală",
|
|
3088
3089
|
"occlusal": "Vedere ocluzală",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Tratament de canal",
|
|
3128
3129
|
"temporaryCrown": "Coroană provizorie",
|
|
3129
3130
|
"bridge": "Punte",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Rest radicular",
|
|
3131
3132
|
"implantExtraction": "Explantare",
|
|
3132
|
-
"stub": "Bont"
|
|
3133
|
+
"stub": "Bont",
|
|
3134
|
+
"pin": "Pivot",
|
|
3135
|
+
"rootAmputation": "Rezecție apicală",
|
|
3136
|
+
"anchorage": "Culisă protetică",
|
|
3137
|
+
"hook": "Croșet",
|
|
3138
|
+
"attachment": "Atașament ortodontic",
|
|
3139
|
+
"mucogingivalSurgery": "Chirurgie mucogingivală",
|
|
3140
|
+
"periodontalSurgery": "Chirurgie parodontală",
|
|
3141
|
+
"curettage": "Chiuretaj",
|
|
3142
|
+
"medication": "Pansament medicamentos",
|
|
3143
|
+
"xray": "Radiografie"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Planificat",
|
|
3147
|
+
"executed": "Efectuat"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mezial",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Vestibular",
|
|
3139
3154
|
"lingual": "Lingual"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Rădăcină mezială",
|
|
3158
|
+
"distal": "Rădăcină distală",
|
|
3159
|
+
"palatal": "Rădăcină palatinală",
|
|
3160
|
+
"buccal": "Rădăcină vestibulară",
|
|
3161
|
+
"single": "Rădăcină unică"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Dintele {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Dintele {{id}} selectat, {{conditions}}",
|
|
3149
3174
|
"deselected": "Dintele {{id}} deselectat",
|
|
3150
3175
|
"elementSelected": "{{name}} selectat, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} de radiografii",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} de radiografii"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Constatări dentare",
|
|
3186
|
+
"statusLabel": "Stare",
|
|
3187
|
+
"empty": "Nu există constatări disponibile",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Carie și restaurare",
|
|
3190
|
+
"prosthetics": "Protetică",
|
|
3191
|
+
"endodontics": "Endodonție",
|
|
3192
|
+
"periodontics": "Parodontologie",
|
|
3193
|
+
"orthodontics": "Ortodonție și aparate",
|
|
3194
|
+
"diagnosis": "Starea dintelui și imagistică",
|
|
3195
|
+
"custom": "Constatările cabinetului"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Blochează ecranul pentru confidențialitate",
|
|
3161
3200
|
"triggerTooltip": "Blochează ecranul",
|
package/dist/locales/ru.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Зубная схема",
|
|
3085
3085
|
"legendLabel": "Легенда состояний",
|
|
3086
|
+
"legendStatusLabel": "Статус",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Вид сбоку",
|
|
3088
3089
|
"occlusal": "Окклюзионный вид",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Лечение корневых каналов",
|
|
3128
3129
|
"temporaryCrown": "Временная коронка",
|
|
3129
3130
|
"bridge": "Мостовидный протез",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Оставшийся корень",
|
|
3131
3132
|
"implantExtraction": "Удаление импланта",
|
|
3132
|
-
"stub": "Культя зуба"
|
|
3133
|
+
"stub": "Культя зуба",
|
|
3134
|
+
"pin": "Штифт",
|
|
3135
|
+
"rootAmputation": "Резекция верхушки корня",
|
|
3136
|
+
"anchorage": "Аттачмен протеза",
|
|
3137
|
+
"hook": "Кламмер",
|
|
3138
|
+
"attachment": "Ортодонтический аттачмен",
|
|
3139
|
+
"mucogingivalSurgery": "Мукогингивальная хирургия",
|
|
3140
|
+
"periodontalSurgery": "Пародонтальная хирургия",
|
|
3141
|
+
"curettage": "Кюретаж",
|
|
3142
|
+
"medication": "Лечебная повязка",
|
|
3143
|
+
"xray": "Рентгенограмма"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Запланировано",
|
|
3147
|
+
"executed": "Выполнено"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Мезиальная",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Вестибулярная",
|
|
3139
3154
|
"lingual": "Язычная"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Мезиальный корень",
|
|
3158
|
+
"distal": "Дистальный корень",
|
|
3159
|
+
"palatal": "Нёбный корень",
|
|
3160
|
+
"buccal": "Щёчный корень",
|
|
3161
|
+
"single": "Одиночный корень"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Универсальная (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Зуб {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Зуб {{id}} выбран, {{conditions}}",
|
|
3149
3174
|
"deselected": "Зуб {{id}} отменён",
|
|
3150
3175
|
"elementSelected": "{{name}} выбран, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} рентгеновских снимков",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} рентгеновских снимка"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Стоматологические находки",
|
|
3186
|
+
"statusLabel": "Статус",
|
|
3187
|
+
"empty": "Нет доступных находок",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Кариес и реставрация",
|
|
3190
|
+
"prosthetics": "Ортопедия",
|
|
3191
|
+
"endodontics": "Эндодонтия",
|
|
3192
|
+
"periodontics": "Пародонтология",
|
|
3193
|
+
"orthodontics": "Ортодонтия и аппараты",
|
|
3194
|
+
"diagnosis": "Состояние зуба и снимки",
|
|
3195
|
+
"custom": "Находки клиники"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Заблокировать экран для защиты конфиденциальности",
|
|
3161
3200
|
"triggerTooltip": "Заблокировать экран",
|
package/dist/locales/sq.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Skema dentare",
|
|
3085
3085
|
"legendLabel": "Legjenda e gjendjeve",
|
|
3086
|
+
"legendStatusLabel": "Statusi",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Pamja anësore",
|
|
3088
3089
|
"occlusal": "Pamja okluzale",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Trajtim i kanalit rrënjor",
|
|
3128
3129
|
"temporaryCrown": "Kurorë e përkohshme",
|
|
3129
3130
|
"bridge": "Urë dentare",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Rrënjë e mbetur",
|
|
3131
3132
|
"implantExtraction": "Heqje implanti",
|
|
3132
|
-
"stub": "Cung"
|
|
3133
|
+
"stub": "Cung",
|
|
3134
|
+
"pin": "Kunj rrënjor",
|
|
3135
|
+
"rootAmputation": "Apikektomi",
|
|
3136
|
+
"anchorage": "Atashment protetik",
|
|
3137
|
+
"hook": "Kapëse",
|
|
3138
|
+
"attachment": "Atashment ortodontik",
|
|
3139
|
+
"mucogingivalSurgery": "Kirurgji mukogingivale",
|
|
3140
|
+
"periodontalSurgery": "Kirurgji periodontale",
|
|
3141
|
+
"curettage": "Kyretazh",
|
|
3142
|
+
"medication": "Mjekim medikamentoz",
|
|
3143
|
+
"xray": "Radiografi"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "E planifikuar",
|
|
3147
|
+
"executed": "E kryer"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mezial",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Bukkal",
|
|
3139
3154
|
"lingual": "Lingual"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Rrënjë meziale",
|
|
3158
|
+
"distal": "Rrënjë distale",
|
|
3159
|
+
"palatal": "Rrënjë palatinale",
|
|
3160
|
+
"buccal": "Rrënjë bukale",
|
|
3161
|
+
"single": "Rrënjë e vetme"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Dhëmbi {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Dhëmbi {{id}} i zgjedhur, {{conditions}}",
|
|
3149
3174
|
"deselected": "Dhëmbi {{id}} i çzgjedhur",
|
|
3150
3175
|
"elementSelected": "{{name}} i zgjedhur, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} radiografi",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} radiografi"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Gjetjet dentare",
|
|
3186
|
+
"statusLabel": "Statusi",
|
|
3187
|
+
"empty": "Nuk ka gjetje të disponueshme",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Karies dhe restaurim",
|
|
3190
|
+
"prosthetics": "Protetikë",
|
|
3191
|
+
"endodontics": "Endodonci",
|
|
3192
|
+
"periodontics": "Periodontologji",
|
|
3193
|
+
"orthodontics": "Ortodonci dhe aparate",
|
|
3194
|
+
"diagnosis": "Gjendja e dhëmbit dhe imazheria",
|
|
3195
|
+
"custom": "Gjetjet e klinikës"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Blloko ekranin për privatësi",
|
|
3161
3200
|
"triggerTooltip": "Blloko ekranin",
|
package/dist/locales/sv.json
CHANGED
|
@@ -3083,6 +3083,7 @@
|
|
|
3083
3083
|
"toothScheme": {
|
|
3084
3084
|
"ariaLabel": "Tandschema",
|
|
3085
3085
|
"legendLabel": "Tillståndslista",
|
|
3086
|
+
"legendStatusLabel": "Status",
|
|
3086
3087
|
"view": {
|
|
3087
3088
|
"side": "Sidovy",
|
|
3088
3089
|
"occlusal": "Ocklusalvy",
|
|
@@ -3127,9 +3128,23 @@
|
|
|
3127
3128
|
"rootCanal": "Rotbehandling",
|
|
3128
3129
|
"temporaryCrown": "Temporär krona",
|
|
3129
3130
|
"bridge": "Bro",
|
|
3130
|
-
"destroyed": "
|
|
3131
|
+
"destroyed": "Kvarvarande rot",
|
|
3131
3132
|
"implantExtraction": "Implantatborttagning",
|
|
3132
|
-
"stub": "Rotrest"
|
|
3133
|
+
"stub": "Rotrest",
|
|
3134
|
+
"pin": "Rotstift",
|
|
3135
|
+
"rootAmputation": "Rotspetsresektion",
|
|
3136
|
+
"anchorage": "Fästelement",
|
|
3137
|
+
"hook": "Klammer",
|
|
3138
|
+
"attachment": "Ortodontiskt fäste",
|
|
3139
|
+
"mucogingivalSurgery": "Mukogingival kirurgi",
|
|
3140
|
+
"periodontalSurgery": "Parodontal kirurgi",
|
|
3141
|
+
"curettage": "Kyrettage",
|
|
3142
|
+
"medication": "Medicinskt inlägg",
|
|
3143
|
+
"xray": "Röntgenbild"
|
|
3144
|
+
},
|
|
3145
|
+
"status": {
|
|
3146
|
+
"planned": "Planerad",
|
|
3147
|
+
"executed": "Utförd"
|
|
3133
3148
|
},
|
|
3134
3149
|
"surface": {
|
|
3135
3150
|
"mesial": "Mesial",
|
|
@@ -3138,6 +3153,13 @@
|
|
|
3138
3153
|
"buccal": "Buccal",
|
|
3139
3154
|
"lingual": "Lingual"
|
|
3140
3155
|
},
|
|
3156
|
+
"root": {
|
|
3157
|
+
"mesial": "Mesial rot",
|
|
3158
|
+
"distal": "Distal rot",
|
|
3159
|
+
"palatal": "Palatinal rot",
|
|
3160
|
+
"buccal": "Buckal rot",
|
|
3161
|
+
"single": "Enkelrot"
|
|
3162
|
+
},
|
|
3141
3163
|
"numbering": {
|
|
3142
3164
|
"fdi": "FDI (ISO 3950)",
|
|
3143
3165
|
"universal": "Universal (ADA)",
|
|
@@ -3145,6 +3167,9 @@
|
|
|
3145
3167
|
},
|
|
3146
3168
|
"toothLabel": "Tand {{id}}, {{anatomy}}{{conditionSuffix}}",
|
|
3147
3169
|
"elementLabel": "{{name}}{{conditionSuffix}}",
|
|
3170
|
+
"symbolWithStatus": "{{condition}} ({{status}})",
|
|
3171
|
+
"symbolWithScope": "{{condition}} ({{scope}})",
|
|
3172
|
+
"symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
|
|
3148
3173
|
"selected": "Tand {{id}} vald, {{conditions}}",
|
|
3149
3174
|
"deselected": "Tand {{id}} avmarkerad",
|
|
3150
3175
|
"elementSelected": "{{name}} vald, {{conditions}}",
|
|
@@ -3156,6 +3181,20 @@
|
|
|
3156
3181
|
"radiographBadge_many": "{{count}} röntgenbilder",
|
|
3157
3182
|
"radiographBadge_other": "{{count}} röntgenbilder"
|
|
3158
3183
|
},
|
|
3184
|
+
"toothFindingPalette": {
|
|
3185
|
+
"ariaLabel": "Tandfynd",
|
|
3186
|
+
"statusLabel": "Status",
|
|
3187
|
+
"empty": "Inga fynd tillgängliga",
|
|
3188
|
+
"group": {
|
|
3189
|
+
"decay": "Karies och fyllningsterapi",
|
|
3190
|
+
"prosthetics": "Protetik",
|
|
3191
|
+
"endodontics": "Endodonti",
|
|
3192
|
+
"periodontics": "Parodontologi",
|
|
3193
|
+
"orthodontics": "Ortodonti och apparatur",
|
|
3194
|
+
"diagnosis": "Tandstatus och röntgen",
|
|
3195
|
+
"custom": "Klinikens fynd"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3159
3198
|
"privacyLock": {
|
|
3160
3199
|
"triggerAriaLabel": "Lås skärmen för integritet",
|
|
3161
3200
|
"triggerTooltip": "Lås skärm",
|