@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
@@ -3090,6 +3090,7 @@ export declare const deUi: {
3090
3090
  readonly toothScheme: {
3091
3091
  readonly ariaLabel: "Zahnschema";
3092
3092
  readonly legendLabel: "Legende der Zustände";
3093
+ readonly legendStatusLabel: "Status";
3093
3094
  readonly view: {
3094
3095
  readonly side: "Seitenansicht";
3095
3096
  readonly occlusal: "Okklusalansicht";
@@ -3134,9 +3135,23 @@ export declare const deUi: {
3134
3135
  readonly rootCanal: "Wurzelkanalbehandlung";
3135
3136
  readonly temporaryCrown: "Provisorische Krone";
3136
3137
  readonly bridge: "Brücke";
3137
- readonly destroyed: "Zerstört";
3138
+ readonly destroyed: "Persistierende Wurzel";
3138
3139
  readonly implantExtraction: "Explantation";
3139
3140
  readonly stub: "Wurzelrest";
3141
+ readonly pin: "Wurzelstift";
3142
+ readonly rootAmputation: "Wurzelspitzenresektion";
3143
+ readonly anchorage: "Geschiebe";
3144
+ readonly hook: "Klammer";
3145
+ readonly attachment: "Kieferorthopädisches Attachment";
3146
+ readonly mucogingivalSurgery: "Mukogingivalchirurgie";
3147
+ readonly periodontalSurgery: "Parodontalchirurgie";
3148
+ readonly curettage: "Kürettage";
3149
+ readonly medication: "Medikamentöse Einlage";
3150
+ readonly xray: "Röntgenaufnahme";
3151
+ };
3152
+ readonly status: {
3153
+ readonly planned: "Geplant";
3154
+ readonly executed: "Durchgeführt";
3140
3155
  };
3141
3156
  readonly surface: {
3142
3157
  readonly mesial: "Mesial";
@@ -3145,6 +3160,13 @@ export declare const deUi: {
3145
3160
  readonly buccal: "Bukkal";
3146
3161
  readonly lingual: "Lingual";
3147
3162
  };
3163
+ readonly root: {
3164
+ readonly mesial: "Mesiale Wurzel";
3165
+ readonly distal: "Distale Wurzel";
3166
+ readonly palatal: "Palatinale Wurzel";
3167
+ readonly buccal: "Bukkale Wurzel";
3168
+ readonly single: "Einzelwurzel";
3169
+ };
3148
3170
  readonly numbering: {
3149
3171
  readonly fdi: "FDI (ISO 3950)";
3150
3172
  readonly universal: "Universal (ADA)";
@@ -3152,6 +3174,9 @@ export declare const deUi: {
3152
3174
  };
3153
3175
  readonly toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}";
3154
3176
  readonly elementLabel: "{{name}}{{conditionSuffix}}";
3177
+ readonly symbolWithStatus: "{{condition}} ({{status}})";
3178
+ readonly symbolWithScope: "{{condition}} ({{scope}})";
3179
+ readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
3155
3180
  readonly selected: "Zahn {{id}} ausgewählt, {{conditions}}";
3156
3181
  readonly deselected: "Zahn {{id}} abgewählt";
3157
3182
  readonly elementSelected: "{{name}} ausgewählt, {{conditions}}";
@@ -3163,6 +3188,20 @@ export declare const deUi: {
3163
3188
  readonly radiographBadge_many: "{{count}} Röntgenbilder";
3164
3189
  readonly radiographBadge_other: "{{count}} Röntgenbilder";
3165
3190
  };
3191
+ readonly toothFindingPalette: {
3192
+ readonly ariaLabel: "Zahnbefunde";
3193
+ readonly statusLabel: "Status";
3194
+ readonly empty: "Keine Befunde verfügbar";
3195
+ readonly group: {
3196
+ readonly decay: "Karies & Füllungstherapie";
3197
+ readonly prosthetics: "Prothetik";
3198
+ readonly endodontics: "Endodontie";
3199
+ readonly periodontics: "Parodontologie";
3200
+ readonly orthodontics: "Kieferorthopädie & Apparaturen";
3201
+ readonly diagnosis: "Zahnstatus & Bildgebung";
3202
+ readonly custom: "Praxisbefunde";
3203
+ };
3204
+ };
3166
3205
  readonly privacyLock: {
3167
3206
  readonly triggerAriaLabel: "Bildschirm zum Datenschutz sperren";
3168
3207
  readonly triggerTooltip: "Bildschirm sperren";
@@ -1 +1 @@
1
- {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/de.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2HP,CAAC"}
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/de.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+4HP,CAAC"}
@@ -3059,6 +3059,7 @@ const e = {
3059
3059
  toothScheme: {
3060
3060
  ariaLabel: "Zahnschema",
3061
3061
  legendLabel: "Legende der Zustände",
3062
+ legendStatusLabel: "Status",
3062
3063
  view: {
3063
3064
  side: "Seitenansicht",
3064
3065
  occlusal: "Okklusalansicht",
@@ -3103,9 +3104,23 @@ const e = {
3103
3104
  rootCanal: "Wurzelkanalbehandlung",
3104
3105
  temporaryCrown: "Provisorische Krone",
3105
3106
  bridge: "Brücke",
3106
- destroyed: "Zerstört",
3107
+ destroyed: "Persistierende Wurzel",
3107
3108
  implantExtraction: "Explantation",
3108
- stub: "Wurzelrest"
3109
+ stub: "Wurzelrest",
3110
+ pin: "Wurzelstift",
3111
+ rootAmputation: "Wurzelspitzenresektion",
3112
+ anchorage: "Geschiebe",
3113
+ hook: "Klammer",
3114
+ attachment: "Kieferorthopädisches Attachment",
3115
+ mucogingivalSurgery: "Mukogingivalchirurgie",
3116
+ periodontalSurgery: "Parodontalchirurgie",
3117
+ curettage: "Kürettage",
3118
+ medication: "Medikamentöse Einlage",
3119
+ xray: "Röntgenaufnahme"
3120
+ },
3121
+ status: {
3122
+ planned: "Geplant",
3123
+ executed: "Durchgeführt"
3109
3124
  },
3110
3125
  surface: {
3111
3126
  mesial: "Mesial",
@@ -3114,6 +3129,13 @@ const e = {
3114
3129
  buccal: "Bukkal",
3115
3130
  lingual: "Lingual"
3116
3131
  },
3132
+ root: {
3133
+ mesial: "Mesiale Wurzel",
3134
+ distal: "Distale Wurzel",
3135
+ palatal: "Palatinale Wurzel",
3136
+ buccal: "Bukkale Wurzel",
3137
+ single: "Einzelwurzel"
3138
+ },
3117
3139
  numbering: {
3118
3140
  fdi: "FDI (ISO 3950)",
3119
3141
  universal: "Universal (ADA)",
@@ -3121,6 +3143,9 @@ const e = {
3121
3143
  },
3122
3144
  toothLabel: "Zahn {{id}}, {{anatomy}}{{conditionSuffix}}",
3123
3145
  elementLabel: "{{name}}{{conditionSuffix}}",
3146
+ symbolWithStatus: "{{condition}} ({{status}})",
3147
+ symbolWithScope: "{{condition}} ({{scope}})",
3148
+ symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
3124
3149
  selected: "Zahn {{id}} ausgewählt, {{conditions}}",
3125
3150
  deselected: "Zahn {{id}} abgewählt",
3126
3151
  elementSelected: "{{name}} ausgewählt, {{conditions}}",
@@ -3132,6 +3157,20 @@ const e = {
3132
3157
  radiographBadge_many: "{{count}} Röntgenbilder",
3133
3158
  radiographBadge_other: "{{count}} Röntgenbilder"
3134
3159
  },
3160
+ toothFindingPalette: {
3161
+ ariaLabel: "Zahnbefunde",
3162
+ statusLabel: "Status",
3163
+ empty: "Keine Befunde verfügbar",
3164
+ group: {
3165
+ decay: "Karies & Füllungstherapie",
3166
+ prosthetics: "Prothetik",
3167
+ endodontics: "Endodontie",
3168
+ periodontics: "Parodontologie",
3169
+ orthodontics: "Kieferorthopädie & Apparaturen",
3170
+ diagnosis: "Zahnstatus & Bildgebung",
3171
+ custom: "Praxisbefunde"
3172
+ }
3173
+ },
3135
3174
  privacyLock: {
3136
3175
  triggerAriaLabel: "Bildschirm zum Datenschutz sperren",
3137
3176
  triggerTooltip: "Bildschirm sperren",