@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
@@ -3088,6 +3088,7 @@ export declare const ptUi: {
3088
3088
  readonly toothScheme: {
3089
3089
  readonly ariaLabel: "Esquema dentário";
3090
3090
  readonly legendLabel: "Legenda de condições";
3091
+ readonly legendStatusLabel: "Estado";
3091
3092
  readonly view: {
3092
3093
  readonly side: "Vista lateral";
3093
3094
  readonly occlusal: "Vista oclusal";
@@ -3132,9 +3133,23 @@ export declare const ptUi: {
3132
3133
  readonly rootCanal: "Tratamento endodôntico";
3133
3134
  readonly temporaryCrown: "Coroa provisória";
3134
3135
  readonly bridge: "Ponte";
3135
- readonly destroyed: "Destruído";
3136
+ readonly destroyed: "Raiz persistente";
3136
3137
  readonly implantExtraction: "Explantação";
3137
3138
  readonly stub: "Raiz residual";
3139
+ readonly pin: "Espigão";
3140
+ readonly rootAmputation: "Apicectomia";
3141
+ readonly anchorage: "Encaixe de prótese";
3142
+ readonly hook: "Gancho";
3143
+ readonly attachment: "Attachment ortodôntico";
3144
+ readonly mucogingivalSurgery: "Cirurgia mucogengival";
3145
+ readonly periodontalSurgery: "Cirurgia periodontal";
3146
+ readonly curettage: "Curetagem";
3147
+ readonly medication: "Curativo medicamentoso";
3148
+ readonly xray: "Radiografia";
3149
+ };
3150
+ readonly status: {
3151
+ readonly planned: "Planeado";
3152
+ readonly executed: "Realizado";
3138
3153
  };
3139
3154
  readonly surface: {
3140
3155
  readonly mesial: "Mesial";
@@ -3143,6 +3158,13 @@ export declare const ptUi: {
3143
3158
  readonly buccal: "Vestibular";
3144
3159
  readonly lingual: "Lingual";
3145
3160
  };
3161
+ readonly root: {
3162
+ readonly mesial: "Raiz mesial";
3163
+ readonly distal: "Raiz distal";
3164
+ readonly palatal: "Raiz palatina";
3165
+ readonly buccal: "Raiz vestibular";
3166
+ readonly single: "Raiz única";
3167
+ };
3146
3168
  readonly numbering: {
3147
3169
  readonly fdi: "FDI (ISO 3950)";
3148
3170
  readonly universal: "Universal (ADA)";
@@ -3150,6 +3172,9 @@ export declare const ptUi: {
3150
3172
  };
3151
3173
  readonly toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}";
3152
3174
  readonly elementLabel: "{{name}}{{conditionSuffix}}";
3175
+ readonly symbolWithStatus: "{{condition}} ({{status}})";
3176
+ readonly symbolWithScope: "{{condition}} ({{scope}})";
3177
+ readonly symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})";
3153
3178
  readonly selected: "Dente {{id}} selecionado, {{conditions}}";
3154
3179
  readonly deselected: "Dente {{id}} não selecionado";
3155
3180
  readonly elementSelected: "{{name}} selecionado, {{conditions}}";
@@ -3161,6 +3186,20 @@ export declare const ptUi: {
3161
3186
  readonly radiographBadge_many: "{{count}} radiografias";
3162
3187
  readonly radiographBadge_other: "{{count}} radiografias";
3163
3188
  };
3189
+ readonly toothFindingPalette: {
3190
+ readonly ariaLabel: "Achados dentários";
3191
+ readonly statusLabel: "Estado";
3192
+ readonly empty: "Não há achados disponíveis";
3193
+ readonly group: {
3194
+ readonly decay: "Cárie e restauração";
3195
+ readonly prosthetics: "Prótese";
3196
+ readonly endodontics: "Endodontia";
3197
+ readonly periodontics: "Periodontologia";
3198
+ readonly orthodontics: "Ortodontia e aparelhos";
3199
+ readonly diagnosis: "Estado do dente e imagiologia";
3200
+ readonly custom: "Achados da clínica";
3201
+ };
3202
+ };
3164
3203
  readonly privacyLock: {
3165
3204
  readonly triggerAriaLabel: "Bloquear o ecrã por privacidade";
3166
3205
  readonly triggerTooltip: "Bloquear ecrã";
@@ -1 +1 @@
1
- {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pt.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAk2HP,CAAC"}
1
+ {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pt.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy4HP,CAAC"}
@@ -3066,6 +3066,7 @@ const e = {
3066
3066
  toothScheme: {
3067
3067
  ariaLabel: "Esquema dentário",
3068
3068
  legendLabel: "Legenda de condições",
3069
+ legendStatusLabel: "Estado",
3069
3070
  view: {
3070
3071
  side: "Vista lateral",
3071
3072
  occlusal: "Vista oclusal",
@@ -3110,9 +3111,23 @@ const e = {
3110
3111
  rootCanal: "Tratamento endodôntico",
3111
3112
  temporaryCrown: "Coroa provisória",
3112
3113
  bridge: "Ponte",
3113
- destroyed: "Destruído",
3114
+ destroyed: "Raiz persistente",
3114
3115
  implantExtraction: "Explantação",
3115
- stub: "Raiz residual"
3116
+ stub: "Raiz residual",
3117
+ pin: "Espigão",
3118
+ rootAmputation: "Apicectomia",
3119
+ anchorage: "Encaixe de prótese",
3120
+ hook: "Gancho",
3121
+ attachment: "Attachment ortodôntico",
3122
+ mucogingivalSurgery: "Cirurgia mucogengival",
3123
+ periodontalSurgery: "Cirurgia periodontal",
3124
+ curettage: "Curetagem",
3125
+ medication: "Curativo medicamentoso",
3126
+ xray: "Radiografia"
3127
+ },
3128
+ status: {
3129
+ planned: "Planeado",
3130
+ executed: "Realizado"
3116
3131
  },
3117
3132
  surface: {
3118
3133
  mesial: "Mesial",
@@ -3121,6 +3136,13 @@ const e = {
3121
3136
  buccal: "Vestibular",
3122
3137
  lingual: "Lingual"
3123
3138
  },
3139
+ root: {
3140
+ mesial: "Raiz mesial",
3141
+ distal: "Raiz distal",
3142
+ palatal: "Raiz palatina",
3143
+ buccal: "Raiz vestibular",
3144
+ single: "Raiz única"
3145
+ },
3124
3146
  numbering: {
3125
3147
  fdi: "FDI (ISO 3950)",
3126
3148
  universal: "Universal (ADA)",
@@ -3128,6 +3150,9 @@ const e = {
3128
3150
  },
3129
3151
  toothLabel: "Dente {{id}}, {{anatomy}}{{conditionSuffix}}",
3130
3152
  elementLabel: "{{name}}{{conditionSuffix}}",
3153
+ symbolWithStatus: "{{condition}} ({{status}})",
3154
+ symbolWithScope: "{{condition}} ({{scope}})",
3155
+ symbolWithScopeAndStatus: "{{condition}} ({{scope}}, {{status}})",
3131
3156
  selected: "Dente {{id}} selecionado, {{conditions}}",
3132
3157
  deselected: "Dente {{id}} não selecionado",
3133
3158
  elementSelected: "{{name}} selecionado, {{conditions}}",
@@ -3139,6 +3164,20 @@ const e = {
3139
3164
  radiographBadge_many: "{{count}} radiografias",
3140
3165
  radiographBadge_other: "{{count}} radiografias"
3141
3166
  },
3167
+ toothFindingPalette: {
3168
+ ariaLabel: "Achados dentários",
3169
+ statusLabel: "Estado",
3170
+ empty: "Não há achados disponíveis",
3171
+ group: {
3172
+ decay: "Cárie e restauração",
3173
+ prosthetics: "Prótese",
3174
+ endodontics: "Endodontia",
3175
+ periodontics: "Periodontologia",
3176
+ orthodontics: "Ortodontia e aparelhos",
3177
+ diagnosis: "Estado do dente e imagiologia",
3178
+ custom: "Achados da clínica"
3179
+ }
3180
+ },
3142
3181
  privacyLock: {
3143
3182
  triggerAriaLabel: "Bloquear o ecrã por privacidade",
3144
3183
  triggerTooltip: "Bloquear ecrã",