@alfadocs/ui-kit-debug 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.
Files changed (138) hide show
  1. package/dist/_chunks/{anamnesis-summary-rows-CVzxC2X3.js → anamnesis-summary-rows-BpYztFUv.js} +20 -4
  2. package/dist/_chunks/{anamnesis-summary-rows-CVzxC2X3.js.map → anamnesis-summary-rows-BpYztFUv.js.map} +1 -1
  3. package/dist/_chunks/{care-plan-card-C83Hb9EE.js → care-plan-card-CehAU7F_.js} +2 -2
  4. package/dist/_chunks/{care-plan-card-C83Hb9EE.js.map → care-plan-card-CehAU7F_.js.map} +1 -1
  5. package/dist/_chunks/{care-plan-entry-card-CHMPSTCz.js → care-plan-entry-card-ChWRMfMw.js} +2 -2
  6. package/dist/_chunks/{care-plan-entry-card-CHMPSTCz.js.map → care-plan-entry-card-ChWRMfMw.js.map} +1 -1
  7. package/dist/_chunks/{periodontal-chart-brakjj0s.js → periodontal-chart-C0nNQKKK.js} +121 -121
  8. package/dist/_chunks/{periodontal-chart-brakjj0s.js.map → periodontal-chart-C0nNQKKK.js.map} +1 -1
  9. package/dist/_chunks/tooth-data-DR8Kdnup.js +903 -0
  10. package/dist/_chunks/tooth-data-DR8Kdnup.js.map +1 -0
  11. package/dist/_chunks/tooth-finding-palette-vqC-D2Ye.js +708 -0
  12. package/dist/_chunks/tooth-finding-palette-vqC-D2Ye.js.map +1 -0
  13. package/dist/_chunks/tooth-scheme-BPXE1_3N.js +2051 -0
  14. package/dist/_chunks/tooth-scheme-BPXE1_3N.js.map +1 -0
  15. package/dist/agent-catalog.json +465 -21
  16. package/dist/agent-i18n/en.json +23 -6
  17. package/dist/components/care-plan-card/index.js +1 -1
  18. package/dist/components/care-plan-entry-card/index.js +1 -1
  19. package/dist/components/index.d.ts +1 -0
  20. package/dist/components/index.d.ts.map +1 -1
  21. package/dist/components/periodontal-chart/index.js +1 -1
  22. package/dist/components/tooth-finding-palette/index.d.ts +4 -0
  23. package/dist/components/tooth-finding-palette/index.d.ts.map +1 -0
  24. package/dist/components/tooth-finding-palette/index.js +9 -0
  25. package/dist/components/tooth-finding-palette/index.js.map +1 -0
  26. package/dist/components/tooth-finding-palette/tooth-finding-palette.agent.d.ts +4 -0
  27. package/dist/components/tooth-finding-palette/tooth-finding-palette.agent.d.ts.map +1 -0
  28. package/dist/components/tooth-finding-palette/tooth-finding-palette.d.ts +89 -0
  29. package/dist/components/tooth-finding-palette/tooth-finding-palette.d.ts.map +1 -0
  30. package/dist/components/tooth-scheme/index.d.ts +2 -2
  31. package/dist/components/tooth-scheme/index.d.ts.map +1 -1
  32. package/dist/components/tooth-scheme/index.js +57 -30
  33. package/dist/components/tooth-scheme/tooth-data.d.ts +279 -10
  34. package/dist/components/tooth-scheme/tooth-data.d.ts.map +1 -1
  35. package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts +2 -2
  36. package/dist/components/tooth-scheme/tooth-scheme.agent.d.ts.map +1 -1
  37. package/dist/components/tooth-scheme/tooth-scheme.d.ts +30 -3
  38. package/dist/components/tooth-scheme/tooth-scheme.d.ts.map +1 -1
  39. package/dist/i18n/locales/ar.d.ts +40 -1
  40. package/dist/i18n/locales/ar.d.ts.map +1 -1
  41. package/dist/i18n/locales/ar.js +41 -2
  42. package/dist/i18n/locales/ar.js.map +1 -1
  43. package/dist/i18n/locales/de.d.ts +40 -1
  44. package/dist/i18n/locales/de.d.ts.map +1 -1
  45. package/dist/i18n/locales/de.js +41 -2
  46. package/dist/i18n/locales/de.js.map +1 -1
  47. package/dist/i18n/locales/el.d.ts +40 -1
  48. package/dist/i18n/locales/el.d.ts.map +1 -1
  49. package/dist/i18n/locales/el.js +41 -2
  50. package/dist/i18n/locales/el.js.map +1 -1
  51. package/dist/i18n/locales/en.d.ts +40 -1
  52. package/dist/i18n/locales/en.d.ts.map +1 -1
  53. package/dist/i18n/locales/en.js +41 -2
  54. package/dist/i18n/locales/en.js.map +1 -1
  55. package/dist/i18n/locales/es.d.ts +40 -1
  56. package/dist/i18n/locales/es.d.ts.map +1 -1
  57. package/dist/i18n/locales/es.js +41 -2
  58. package/dist/i18n/locales/es.js.map +1 -1
  59. package/dist/i18n/locales/fr.d.ts +40 -1
  60. package/dist/i18n/locales/fr.d.ts.map +1 -1
  61. package/dist/i18n/locales/fr.js +41 -2
  62. package/dist/i18n/locales/fr.js.map +1 -1
  63. package/dist/i18n/locales/hi.d.ts +40 -1
  64. package/dist/i18n/locales/hi.d.ts.map +1 -1
  65. package/dist/i18n/locales/hi.js +41 -2
  66. package/dist/i18n/locales/hi.js.map +1 -1
  67. package/dist/i18n/locales/it.d.ts +40 -1
  68. package/dist/i18n/locales/it.d.ts.map +1 -1
  69. package/dist/i18n/locales/it.js +41 -2
  70. package/dist/i18n/locales/it.js.map +1 -1
  71. package/dist/i18n/locales/ja.d.ts +40 -1
  72. package/dist/i18n/locales/ja.d.ts.map +1 -1
  73. package/dist/i18n/locales/ja.js +41 -2
  74. package/dist/i18n/locales/ja.js.map +1 -1
  75. package/dist/i18n/locales/nl.d.ts +40 -1
  76. package/dist/i18n/locales/nl.d.ts.map +1 -1
  77. package/dist/i18n/locales/nl.js +41 -2
  78. package/dist/i18n/locales/nl.js.map +1 -1
  79. package/dist/i18n/locales/pl.d.ts +40 -1
  80. package/dist/i18n/locales/pl.d.ts.map +1 -1
  81. package/dist/i18n/locales/pl.js +41 -2
  82. package/dist/i18n/locales/pl.js.map +1 -1
  83. package/dist/i18n/locales/pt.d.ts +40 -1
  84. package/dist/i18n/locales/pt.d.ts.map +1 -1
  85. package/dist/i18n/locales/pt.js +41 -2
  86. package/dist/i18n/locales/pt.js.map +1 -1
  87. package/dist/i18n/locales/ro.d.ts +40 -1
  88. package/dist/i18n/locales/ro.d.ts.map +1 -1
  89. package/dist/i18n/locales/ro.js +41 -2
  90. package/dist/i18n/locales/ro.js.map +1 -1
  91. package/dist/i18n/locales/ru.d.ts +40 -1
  92. package/dist/i18n/locales/ru.d.ts.map +1 -1
  93. package/dist/i18n/locales/ru.js +41 -2
  94. package/dist/i18n/locales/ru.js.map +1 -1
  95. package/dist/i18n/locales/sq.d.ts +40 -1
  96. package/dist/i18n/locales/sq.d.ts.map +1 -1
  97. package/dist/i18n/locales/sq.js +41 -2
  98. package/dist/i18n/locales/sq.js.map +1 -1
  99. package/dist/i18n/locales/sv.d.ts +40 -1
  100. package/dist/i18n/locales/sv.d.ts.map +1 -1
  101. package/dist/i18n/locales/sv.js +41 -2
  102. package/dist/i18n/locales/sv.js.map +1 -1
  103. package/dist/i18n/locales/tr.d.ts +40 -1
  104. package/dist/i18n/locales/tr.d.ts.map +1 -1
  105. package/dist/i18n/locales/tr.js +41 -2
  106. package/dist/i18n/locales/tr.js.map +1 -1
  107. package/dist/i18n/locales/zh.d.ts +40 -1
  108. package/dist/i18n/locales/zh.d.ts.map +1 -1
  109. package/dist/i18n/locales/zh.js +41 -2
  110. package/dist/i18n/locales/zh.js.map +1 -1
  111. package/dist/index.js +448 -415
  112. package/dist/index.js.map +1 -1
  113. package/dist/locales/ar.json +41 -2
  114. package/dist/locales/de.json +41 -2
  115. package/dist/locales/el.json +41 -2
  116. package/dist/locales/en.json +41 -2
  117. package/dist/locales/es.json +41 -2
  118. package/dist/locales/fr.json +41 -2
  119. package/dist/locales/hi.json +41 -2
  120. package/dist/locales/it.json +41 -2
  121. package/dist/locales/ja.json +41 -2
  122. package/dist/locales/nl.json +41 -2
  123. package/dist/locales/pl.json +41 -2
  124. package/dist/locales/pt.json +41 -2
  125. package/dist/locales/ro.json +41 -2
  126. package/dist/locales/ru.json +41 -2
  127. package/dist/locales/sq.json +41 -2
  128. package/dist/locales/sv.json +41 -2
  129. package/dist/locales/tr.json +41 -2
  130. package/dist/locales/zh.json +41 -2
  131. package/dist/patterns/anamnesis/anamnesis-i18n.d.ts.map +1 -1
  132. package/dist/patterns/anamnesis/index.js +1 -1
  133. package/dist/tokens.css +1 -1
  134. package/package.json +5 -1
  135. package/dist/_chunks/tooth-data-BwuoKFf4.js +0 -660
  136. package/dist/_chunks/tooth-data-BwuoKFf4.js.map +0 -1
  137. package/dist/_chunks/tooth-scheme-s0ipC0-Z.js +0 -1483
  138. package/dist/_chunks/tooth-scheme-s0ipC0-Z.js.map +0 -1
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -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": "قفل الشاشة",
@@ -3083,6 +3083,7 @@
3083
3083
  "toothScheme": {
3084
3084
  "ariaLabel": "Zahnschema",
3085
3085
  "legendLabel": "Legende der Zustände",
3086
+ "legendStatusLabel": "Status",
3086
3087
  "view": {
3087
3088
  "side": "Seitenansicht",
3088
3089
  "occlusal": "Okklusalansicht",
@@ -3127,9 +3128,23 @@
3127
3128
  "rootCanal": "Wurzelkanalbehandlung",
3128
3129
  "temporaryCrown": "Provisorische Krone",
3129
3130
  "bridge": "Brücke",
3130
- "destroyed": "Zerstört",
3131
+ "destroyed": "Persistierende Wurzel",
3131
3132
  "implantExtraction": "Explantation",
3132
- "stub": "Wurzelrest"
3133
+ "stub": "Wurzelrest",
3134
+ "pin": "Wurzelstift",
3135
+ "rootAmputation": "Wurzelspitzenresektion",
3136
+ "anchorage": "Geschiebe",
3137
+ "hook": "Klammer",
3138
+ "attachment": "Kieferorthopädisches Attachment",
3139
+ "mucogingivalSurgery": "Mukogingivalchirurgie",
3140
+ "periodontalSurgery": "Parodontalchirurgie",
3141
+ "curettage": "Kürettage",
3142
+ "medication": "Medikamentöse Einlage",
3143
+ "xray": "Röntgenaufnahme"
3144
+ },
3145
+ "status": {
3146
+ "planned": "Geplant",
3147
+ "executed": "Durchgeführt"
3133
3148
  },
3134
3149
  "surface": {
3135
3150
  "mesial": "Mesial",
@@ -3138,6 +3153,13 @@
3138
3153
  "buccal": "Bukkal",
3139
3154
  "lingual": "Lingual"
3140
3155
  },
3156
+ "root": {
3157
+ "mesial": "Mesiale Wurzel",
3158
+ "distal": "Distale Wurzel",
3159
+ "palatal": "Palatinale Wurzel",
3160
+ "buccal": "Bukkale Wurzel",
3161
+ "single": "Einzelwurzel"
3162
+ },
3141
3163
  "numbering": {
3142
3164
  "fdi": "FDI (ISO 3950)",
3143
3165
  "universal": "Universal (ADA)",
@@ -3145,6 +3167,9 @@
3145
3167
  },
3146
3168
  "toothLabel": "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}",
3147
3169
  "elementLabel": "{{name}}{{conditionSuffix}}",
3170
+ "symbolWithStatus": "{{condition}} ({{status}})",
3171
+ "symbolWithScope": "{{condition}} ({{scope}})",
3172
+ "symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
3148
3173
  "selected": "Zahn {{id}} ausgewählt, {{conditions}}",
3149
3174
  "deselected": "Zahn {{id}} abgewählt",
3150
3175
  "elementSelected": "{{name}} ausgewählt, {{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": "Zahnbefunde",
3186
+ "statusLabel": "Status",
3187
+ "empty": "Keine Befunde verfügbar",
3188
+ "group": {
3189
+ "decay": "Karies & Füllungstherapie",
3190
+ "prosthetics": "Prothetik",
3191
+ "endodontics": "Endodontie",
3192
+ "periodontics": "Parodontologie",
3193
+ "orthodontics": "Kieferorthopädie & Apparaturen",
3194
+ "diagnosis": "Zahnstatus & Bildgebung",
3195
+ "custom": "Praxisbefunde"
3196
+ }
3197
+ },
3159
3198
  "privacyLock": {
3160
3199
  "triggerAriaLabel": "Bildschirm zum Datenschutz sperren",
3161
3200
  "triggerTooltip": "Bildschirm sperren",
@@ -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": "Κλείδωμα οθόνης",
@@ -3083,6 +3083,7 @@
3083
3083
  "toothScheme": {
3084
3084
  "ariaLabel": "Dental chart",
3085
3085
  "legendLabel": "Condition legend",
3086
+ "legendStatusLabel": "Status",
3086
3087
  "view": {
3087
3088
  "side": "Side view",
3088
3089
  "occlusal": "Occlusal view",
@@ -3127,9 +3128,23 @@
3127
3128
  "rootCanal": "Root canal",
3128
3129
  "temporaryCrown": "Temporary crown",
3129
3130
  "bridge": "Bridge",
3130
- "destroyed": "Destroyed",
3131
+ "destroyed": "Retained root",
3131
3132
  "implantExtraction": "Implant extraction",
3132
- "stub": "Stub"
3133
+ "stub": "Stub",
3134
+ "pin": "Post",
3135
+ "rootAmputation": "Apicoectomy",
3136
+ "anchorage": "Denture attachment",
3137
+ "hook": "Clasp",
3138
+ "attachment": "Orthodontic attachment",
3139
+ "mucogingivalSurgery": "Mucogingival surgery",
3140
+ "periodontalSurgery": "Periodontal surgery",
3141
+ "curettage": "Curettage",
3142
+ "medication": "Dressing",
3143
+ "xray": "Radiograph"
3144
+ },
3145
+ "status": {
3146
+ "planned": "Planned",
3147
+ "executed": "Executed"
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 root",
3158
+ "distal": "Distal root",
3159
+ "palatal": "Palatal root",
3160
+ "buccal": "Buccal root",
3161
+ "single": "Single root"
3162
+ },
3141
3163
  "numbering": {
3142
3164
  "fdi": "FDI (ISO 3950)",
3143
3165
  "universal": "Universal (ADA)",
@@ -3145,6 +3167,9 @@
3145
3167
  },
3146
3168
  "toothLabel": "Tooth {{id}}, {{anatomy}}{{conditionSuffix}}",
3147
3169
  "elementLabel": "{{name}}{{conditionSuffix}}",
3170
+ "symbolWithStatus": "{{condition}} ({{status}})",
3171
+ "symbolWithScope": "{{condition}} ({{scope}})",
3172
+ "symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
3148
3173
  "selected": "Tooth {{id}} selected, {{conditions}}",
3149
3174
  "deselected": "Tooth {{id}} deselected",
3150
3175
  "elementSelected": "{{name}} selected, {{conditions}}",
@@ -3156,6 +3181,20 @@
3156
3181
  "radiographBadge_many": "{{count}} radiographs",
3157
3182
  "radiographBadge_other": "{{count}} radiographs"
3158
3183
  },
3184
+ "toothFindingPalette": {
3185
+ "ariaLabel": "Dental findings",
3186
+ "statusLabel": "Status",
3187
+ "empty": "No findings available",
3188
+ "group": {
3189
+ "decay": "Decay & restoration",
3190
+ "prosthetics": "Prosthetics",
3191
+ "endodontics": "Endodontics",
3192
+ "periodontics": "Periodontics",
3193
+ "orthodontics": "Orthodontics & appliances",
3194
+ "diagnosis": "Tooth status & imaging",
3195
+ "custom": "Practice findings"
3196
+ }
3197
+ },
3159
3198
  "privacyLock": {
3160
3199
  "triggerAriaLabel": "Lock screen for privacy",
3161
3200
  "triggerTooltip": "Lock screen",
@@ -3083,6 +3083,7 @@
3083
3083
  "toothScheme": {
3084
3084
  "ariaLabel": "Esquema dental",
3085
3085
  "legendLabel": "Leyenda de condiciones",
3086
+ "legendStatusLabel": "Estado",
3086
3087
  "view": {
3087
3088
  "side": "Vista lateral",
3088
3089
  "occlusal": "Vista oclusal",
@@ -3127,9 +3128,23 @@
3127
3128
  "rootCanal": "Tratamiento de conductos",
3128
3129
  "temporaryCrown": "Corona provisional",
3129
3130
  "bridge": "Puente",
3130
- "destroyed": "Destruido",
3131
+ "destroyed": "Resto radicular",
3131
3132
  "implantExtraction": "Explantación de implante",
3132
- "stub": "Muñón"
3133
+ "stub": "Muñón",
3134
+ "pin": "Poste",
3135
+ "rootAmputation": "Apicectomía",
3136
+ "anchorage": "Atache de prótesis",
3137
+ "hook": "Gancho",
3138
+ "attachment": "Attachment ortodóncico",
3139
+ "mucogingivalSurgery": "Cirugía mucogingival",
3140
+ "periodontalSurgery": "Cirugía periodontal",
3141
+ "curettage": "Curetaje",
3142
+ "medication": "Apósito medicamentoso",
3143
+ "xray": "Radiografía"
3144
+ },
3145
+ "status": {
3146
+ "planned": "Planificado",
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": "Raíz mesial",
3158
+ "distal": "Raíz distal",
3159
+ "palatal": "Raíz palatina",
3160
+ "buccal": "Raíz vestibular",
3161
+ "single": "Raíz ú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": "Diente {{id}}, {{anatomy}}{{conditionSuffix}}",
3147
3169
  "elementLabel": "{{name}}{{conditionSuffix}}",
3170
+ "symbolWithStatus": "{{condition}} ({{status}})",
3171
+ "symbolWithScope": "{{condition}} ({{scope}})",
3172
+ "symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
3148
3173
  "selected": "Diente {{id}} seleccionado, {{conditions}}",
3149
3174
  "deselected": "Diente {{id}} deseleccionado",
3150
3175
  "elementSelected": "{{name}} seleccionado, {{conditions}}",
@@ -3156,6 +3181,20 @@
3156
3181
  "radiographBadge_many": "{{count}} radiografías",
3157
3182
  "radiographBadge_other": "{{count}} radiografías"
3158
3183
  },
3184
+ "toothFindingPalette": {
3185
+ "ariaLabel": "Hallazgos dentales",
3186
+ "statusLabel": "Estado",
3187
+ "empty": "No hay hallazgos disponibles",
3188
+ "group": {
3189
+ "decay": "Caries y restauración",
3190
+ "prosthetics": "Prótesis",
3191
+ "endodontics": "Endodoncia",
3192
+ "periodontics": "Periodoncia",
3193
+ "orthodontics": "Ortodoncia y aparatología",
3194
+ "diagnosis": "Estado dental e imagen",
3195
+ "custom": "Hallazgos de la clínica"
3196
+ }
3197
+ },
3159
3198
  "privacyLock": {
3160
3199
  "triggerAriaLabel": "Bloquear pantalla por privacidad",
3161
3200
  "triggerTooltip": "Bloquear pantalla",
@@ -3083,6 +3083,7 @@
3083
3083
  "toothScheme": {
3084
3084
  "ariaLabel": "Schéma dentaire",
3085
3085
  "legendLabel": "Légende des conditions",
3086
+ "legendStatusLabel": "Statut",
3086
3087
  "view": {
3087
3088
  "side": "Vue latérale",
3088
3089
  "occlusal": "Vue occlusale",
@@ -3127,9 +3128,23 @@
3127
3128
  "rootCanal": "Traitement canalaire",
3128
3129
  "temporaryCrown": "Couronne provisoire",
3129
3130
  "bridge": "Bridge",
3130
- "destroyed": "Délabré",
3131
+ "destroyed": "Racine résiduelle",
3131
3132
  "implantExtraction": "Explantation",
3132
- "stub": "Moignon"
3133
+ "stub": "Moignon",
3134
+ "pin": "Tenon",
3135
+ "rootAmputation": "Apicectomie",
3136
+ "anchorage": "Attachement de prothèse",
3137
+ "hook": "Crochet",
3138
+ "attachment": "Attachement orthodontique",
3139
+ "mucogingivalSurgery": "Chirurgie muco-gingivale",
3140
+ "periodontalSurgery": "Chirurgie parodontale",
3141
+ "curettage": "Curetage",
3142
+ "medication": "Pansement",
3143
+ "xray": "Radiographie"
3144
+ },
3145
+ "status": {
3146
+ "planned": "Planifié",
3147
+ "executed": "Réalisé"
3133
3148
  },
3134
3149
  "surface": {
3135
3150
  "mesial": "Mésiale",
@@ -3138,6 +3153,13 @@
3138
3153
  "buccal": "Vestibulaire",
3139
3154
  "lingual": "Linguale"
3140
3155
  },
3156
+ "root": {
3157
+ "mesial": "Racine mésiale",
3158
+ "distal": "Racine distale",
3159
+ "palatal": "Racine palatine",
3160
+ "buccal": "Racine vestibulaire",
3161
+ "single": "Racine unique"
3162
+ },
3141
3163
  "numbering": {
3142
3164
  "fdi": "FDI (ISO 3950)",
3143
3165
  "universal": "Universel (ADA)",
@@ -3145,6 +3167,9 @@
3145
3167
  },
3146
3168
  "toothLabel": "Dent {{id}}, {{anatomy}}{{conditionSuffix}}",
3147
3169
  "elementLabel": "{{name}}{{conditionSuffix}}",
3170
+ "symbolWithStatus": "{{condition}} ({{status}})",
3171
+ "symbolWithScope": "{{condition}} ({{scope}})",
3172
+ "symbolWithScopeAndStatus": "{{condition}} ({{scope}}, {{status}})",
3148
3173
  "selected": "Dent {{id}} sélectionnée, {{conditions}}",
3149
3174
  "deselected": "Dent {{id}} désélectionnée",
3150
3175
  "elementSelected": "{{name}} sélectionné, {{conditions}}",
@@ -3156,6 +3181,20 @@
3156
3181
  "radiographBadge_many": "{{count}} radiographies",
3157
3182
  "radiographBadge_other": "{{count}} radiographies"
3158
3183
  },
3184
+ "toothFindingPalette": {
3185
+ "ariaLabel": "Constatations dentaires",
3186
+ "statusLabel": "Statut",
3187
+ "empty": "Aucune constatation disponible",
3188
+ "group": {
3189
+ "decay": "Carie et restauration",
3190
+ "prosthetics": "Prothèse",
3191
+ "endodontics": "Endodontie",
3192
+ "periodontics": "Parodontologie",
3193
+ "orthodontics": "Orthodontie et appareils",
3194
+ "diagnosis": "État dentaire et imagerie",
3195
+ "custom": "Constatations du cabinet"
3196
+ }
3197
+ },
3159
3198
  "privacyLock": {
3160
3199
  "triggerAriaLabel": "Verrouiller l'écran pour la confidentialité",
3161
3200
  "triggerTooltip": "Verrouiller l'écran",
@@ -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": "स्क्रीन लॉक करें",
@@ -3083,6 +3083,7 @@
3083
3083
  "toothScheme": {
3084
3084
  "ariaLabel": "Schema dentale",
3085
3085
  "legendLabel": "Legenda condizioni",
3086
+ "legendStatusLabel": "Stato",
3086
3087
  "view": {
3087
3088
  "side": "Vista laterale",
3088
3089
  "occlusal": "Vista occlusale",
@@ -3127,9 +3128,23 @@
3127
3128
  "rootCanal": "Trattamento canalare",
3128
3129
  "temporaryCrown": "Corona provvisoria",
3129
3130
  "bridge": "Ponte",
3130
- "destroyed": "Distrutto",
3131
+ "destroyed": "Radice persistente",
3131
3132
  "implantExtraction": "Espianto",
3132
- "stub": "Moncone"
3133
+ "stub": "Moncone",
3134
+ "pin": "Perno",
3135
+ "rootAmputation": "Apicectomia",
3136
+ "anchorage": "Attacco per scheletrato",
3137
+ "hook": "Gancio",
3138
+ "attachment": "Attacco ortodontico",
3139
+ "mucogingivalSurgery": "Chirurgia mucogengivale",
3140
+ "periodontalSurgery": "Chirurgia parodontale",
3141
+ "curettage": "Curettage",
3142
+ "medication": "Medicazione",
3143
+ "xray": "Radiografia"
3144
+ },
3145
+ "status": {
3146
+ "planned": "Programmato",
3147
+ "executed": "Eseguito"
3133
3148
  },
3134
3149
  "surface": {
3135
3150
  "mesial": "Mesiale",
@@ -3138,6 +3153,13 @@
3138
3153
  "buccal": "Vestibolare",
3139
3154
  "lingual": "Linguale"
3140
3155
  },
3156
+ "root": {
3157
+ "mesial": "Radice mesiale",
3158
+ "distal": "Radice distale",
3159
+ "palatal": "Radice palatale",
3160
+ "buccal": "Radice vestibolare",
3161
+ "single": "Radice unica"
3162
+ },
3141
3163
  "numbering": {
3142
3164
  "fdi": "FDI (ISO 3950)",
3143
3165
  "universal": "Universale (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}} selezionato, {{conditions}}",
3149
3174
  "deselected": "Dente {{id}} deselezionato",
3150
3175
  "elementSelected": "{{name}} selezionato, {{conditions}}",
@@ -3156,6 +3181,20 @@
3156
3181
  "radiographBadge_many": "{{count}} radiografie",
3157
3182
  "radiographBadge_other": "{{count}} radiografie"
3158
3183
  },
3184
+ "toothFindingPalette": {
3185
+ "ariaLabel": "Patologie e terapie",
3186
+ "statusLabel": "Stato",
3187
+ "empty": "Nessuna rilevazione disponibile",
3188
+ "group": {
3189
+ "decay": "Carie e conservativa",
3190
+ "prosthetics": "Protesi",
3191
+ "endodontics": "Endodonzia",
3192
+ "periodontics": "Parodontologia",
3193
+ "orthodontics": "Ortodonzia e apparecchi",
3194
+ "diagnosis": "Stato del dente e diagnostica",
3195
+ "custom": "Rilevazioni dello studio"
3196
+ }
3197
+ },
3159
3198
  "privacyLock": {
3160
3199
  "triggerAriaLabel": "Blocca lo schermo per privacy",
3161
3200
  "triggerTooltip": "Blocca schermo",