@alfadocs/ui-kit 0.46.0 → 0.48.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/{agenda-card-CFyWSX7Z.js → agenda-card-BaSfVfrL.js} +25 -29
- package/dist/_chunks/{agenda-tray-Dyj9ChHC.js → agenda-tray-DQayYmQ0.js} +50 -67
- package/dist/_chunks/ai-consent-banner-DO5ingMq.js +169 -0
- package/dist/_chunks/ai-tools-rail-CxYG04cw.js +280 -0
- package/dist/_chunks/alia-sidebar-DlvyXgVC.js +1126 -0
- package/dist/_chunks/anamnesis-card-CmkBVAln.js +156 -0
- package/dist/_chunks/appointment-tray-BwDHhWWC.js +419 -0
- package/dist/_chunks/{audio-recorder-C1rhKhSN.js → audio-recorder-DC-v9YFW.js} +81 -91
- package/dist/_chunks/{bmi-calculator-CQqXTVNL.js → bmi-calculator-DdylQzT6.js} +2 -2
- package/dist/_chunks/{booking-DlDVuWMd.js → booking-WV2GSru5.js} +291 -303
- package/dist/_chunks/{calculator-dialog-D-nfvteH.js → calculator-dialog-CFk4I91b.js} +2 -2
- package/dist/_chunks/calendar-days-C4BmpCZg.js +23 -0
- package/dist/_chunks/{calendar-YHFknAGv.js → calendar-oYWOCrnf.js} +195 -210
- package/dist/_chunks/care-plan-card-QmNpGggC.js +252 -0
- package/dist/_chunks/care-plan-entry-card-Cnra7vUc.js +318 -0
- package/dist/_chunks/{chat-input-CQe7nR_v.js → chat-input-CFwc7JxL.js} +2 -1
- package/dist/_chunks/{chat-message-ASgGtj-L.js → chat-message-Dm8U2RY1.js} +81 -74
- package/dist/_chunks/clinical-note-card-BYo437dU.js +333 -0
- package/dist/_chunks/code-block-HoddNOKJ.js +106 -0
- package/dist/_chunks/{contact-profile-card-DHyuAPXM.js → contact-profile-card-DvvVfAA2.js} +102 -115
- package/dist/_chunks/{cycle-calculator-KxA8dqDf.js → cycle-calculator-DYvGm_m1.js} +2 -2
- package/dist/_chunks/{dialog-BTpZV6It.js → dialog-DMGnSelc.js} +55 -55
- package/dist/_chunks/download-CDF1sbL9.js +16 -0
- package/dist/_chunks/{due-date-calculator-mFxpHLml.js → due-date-calculator-BXd3ANj7.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-BEBUQl9P.js → editable-currency-cell-renderer-CLil9B29.js} +283 -293
- package/dist/_chunks/entity-card-COhmqHly.js +69 -0
- package/dist/_chunks/{gestational-age-calculator-gWI_uRA1.js → gestational-age-calculator-Crj6FgZw.js} +2 -2
- package/dist/_chunks/{insert-result-C5ABnzDl.js → insert-result-DNdi_JYW.js} +140 -168
- package/dist/_chunks/is-safe-url-DkETxeHz.js +7 -0
- package/dist/_chunks/languages-DsVf_WzT.js +19 -0
- package/dist/_chunks/layers-pzGcbLPj.js +34 -0
- package/dist/_chunks/{message-card-DSPw5ghw.js → message-card-Dvl1TgaN.js} +15 -19
- package/dist/_chunks/{message-tray-hSQff9u4.js → message-tray-Dl6GQaaV.js} +2 -2
- package/dist/_chunks/mic-B4Gog3Gi.js +16 -0
- package/dist/_chunks/operator-hero-CM8949Hd.js +198 -0
- package/dist/_chunks/patient-summary-card-BnTqxcTr.js +443 -0
- package/dist/_chunks/payment-request-card-B_lyobd0.js +478 -0
- package/dist/_chunks/{pdf-viewer-CWEXTlwq.js → pdf-viewer-G8SU6Azw.js} +3 -3
- package/dist/_chunks/pencil-CfQX-0Qc.js +21 -0
- package/dist/_chunks/periodontal-chart-card-BYs9hax1.js +455 -0
- package/dist/_chunks/phone-Bi5yUm4I.js +20 -0
- package/dist/_chunks/{practice-results-DDi-kvaD.js → practice-results-BFL_mcDW.js} +3 -2
- package/dist/_chunks/{pregnancy-weight-gain-BtEHaSqy.js → pregnancy-weight-gain-C7dK89jE.js} +2 -2
- package/dist/_chunks/scan-line-lGioFwLC.js +18 -0
- package/dist/_chunks/shield-check-BjCGH_Sr.js +21 -0
- package/dist/_chunks/{sign-document-BCyLpFHJ.js → sign-document-DPI2pY9V.js} +2 -2
- package/dist/_chunks/{streaming-text-GH07yIYh.js → streaming-text-CfhDqtIT.js} +49 -45
- package/dist/_chunks/{transaction-chip-B8ujzowA.js → transaction-chip-BZCa6XDn.js} +8 -6
- package/dist/_chunks/{unit-converter-u3CwNDpP.js → unit-converter-jWp3Z85y.js} +2 -2
- package/dist/_chunks/user-cog-BS_qc8nA.js +24 -0
- package/dist/_chunks/video-BAeICxCT.js +21 -0
- package/dist/_chunks/{workflow-map-BFNpzTiw.js → workflow-map-ZXw-zsZ8.js} +186 -219
- package/dist/agent-catalog.json +324 -1
- package/dist/components/_shared/code-block.d.ts +39 -0
- package/dist/components/_shared/entity-card/entity-card.d.ts +40 -0
- package/dist/components/_shared/entity-card/index.d.ts +3 -0
- package/dist/components/_shared/index.d.ts +2 -0
- package/dist/components/_shared/is-safe-url.d.ts +13 -0
- package/dist/components/agenda-card/agenda-card.d.ts +1 -2
- package/dist/components/agenda-card/index.d.ts +2 -1
- package/dist/components/agenda-card/index.js +6 -5
- package/dist/components/agenda-tray/index.js +1 -1
- package/dist/components/ai-consent-banner/ai-consent-banner.agent.d.ts +4 -0
- package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +45 -0
- package/dist/components/ai-consent-banner/index.d.ts +4 -0
- package/dist/components/ai-consent-banner/index.js +6 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.agent.d.ts +4 -0
- package/dist/components/ai-tools-rail/ai-tools-rail.d.ts +60 -0
- package/dist/components/ai-tools-rail/index.d.ts +4 -0
- package/dist/components/ai-tools-rail/index.js +6 -0
- package/dist/components/anamnesis-card/anamnesis-card.d.ts +68 -0
- package/dist/components/anamnesis-card/index.d.ts +3 -0
- package/dist/components/anamnesis-card/index.js +5 -0
- package/dist/components/appointment-card/appointment-card.agent.d.ts +3 -0
- package/dist/components/appointment-card/appointment-card.d.ts +93 -0
- package/dist/components/appointment-card/appointment-tray.agent.d.ts +4 -0
- package/dist/components/appointment-card/appointment-tray.d.ts +48 -0
- package/dist/components/appointment-card/index.d.ts +8 -0
- package/dist/components/appointment-card/index.js +10 -0
- package/dist/components/audio-recorder/index.js +1 -1
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/bmi-calculator/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calculator-dialog/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/card/card.d.ts +1 -1
- package/dist/components/care-plan-card/care-plan-card.agent.d.ts +4 -0
- package/dist/components/care-plan-card/care-plan-card.d.ts +102 -0
- package/dist/components/care-plan-card/index.d.ts +4 -0
- package/dist/components/care-plan-card/index.js +6 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.agent.d.ts +4 -0
- package/dist/components/care-plan-entry-card/care-plan-entry-card.d.ts +110 -0
- package/dist/components/care-plan-entry-card/index.d.ts +4 -0
- package/dist/components/care-plan-entry-card/index.js +6 -0
- package/dist/components/chat-input/index.js +1 -1
- package/dist/components/chat-message/chat-message.d.ts +13 -0
- package/dist/components/chat-message/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.agent.d.ts +4 -0
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +98 -0
- package/dist/components/clinical-note-card/index.d.ts +4 -0
- package/dist/components/clinical-note-card/index.js +6 -0
- package/dist/components/contact-profile-card/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/dialog/dialog.d.ts +7 -0
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +1 -1
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/message-card/index.js +5 -4
- package/dist/components/message-card/message-card.d.ts +1 -2
- package/dist/components/message-tray/index.js +1 -1
- package/dist/components/operator-hero/index.js +1 -1
- package/dist/components/operator-hero/operator-hero.d.ts +9 -0
- package/dist/components/patient-summary-card/index.d.ts +4 -0
- package/dist/components/patient-summary-card/index.js +6 -0
- package/dist/components/patient-summary-card/patient-summary-card.agent.d.ts +4 -0
- package/dist/components/patient-summary-card/patient-summary-card.d.ts +120 -0
- package/dist/components/payment-card/index.d.ts +7 -0
- package/dist/components/payment-card/index.js +8 -0
- package/dist/components/payment-card/payment-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-card.d.ts +71 -0
- package/dist/components/payment-card/payment-request-card.agent.d.ts +4 -0
- package/dist/components/payment-card/payment-request-card.d.ts +43 -0
- package/dist/components/pdf-viewer/index.js +1 -1
- package/dist/components/periodontal-chart-card/index.d.ts +4 -0
- package/dist/components/periodontal-chart-card/index.js +7 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.agent.d.ts +4 -0
- package/dist/components/periodontal-chart-card/periodontal-chart-card.d.ts +74 -0
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/pregnancy-weight-gain/index.js +1 -1
- package/dist/components/public-header/public-header.d.ts +1 -1
- package/dist/components/sign-document/index.js +1 -1
- package/dist/components/stat/stat.d.ts +1 -1
- package/dist/components/streaming-text/index.js +1 -1
- package/dist/components/transaction-chip/index.js +1 -1
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/components/workflow/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +366 -0
- package/dist/i18n/locales/ar.js +367 -1
- package/dist/i18n/locales/de.d.ts +366 -0
- package/dist/i18n/locales/de.js +367 -1
- package/dist/i18n/locales/el.d.ts +366 -0
- package/dist/i18n/locales/el.js +367 -1
- package/dist/i18n/locales/en.d.ts +366 -0
- package/dist/i18n/locales/en.js +367 -1
- package/dist/i18n/locales/es.d.ts +366 -0
- package/dist/i18n/locales/es.js +367 -1
- package/dist/i18n/locales/fr.d.ts +366 -0
- package/dist/i18n/locales/fr.js +367 -1
- package/dist/i18n/locales/hi.d.ts +366 -0
- package/dist/i18n/locales/hi.js +367 -1
- package/dist/i18n/locales/it.d.ts +366 -0
- package/dist/i18n/locales/it.js +367 -1
- package/dist/i18n/locales/ja.d.ts +366 -0
- package/dist/i18n/locales/ja.js +367 -1
- package/dist/i18n/locales/nl.d.ts +366 -0
- package/dist/i18n/locales/nl.js +367 -1
- package/dist/i18n/locales/pl.d.ts +366 -0
- package/dist/i18n/locales/pl.js +367 -1
- package/dist/i18n/locales/pt.d.ts +366 -0
- package/dist/i18n/locales/pt.js +367 -1
- package/dist/i18n/locales/ro.d.ts +366 -0
- package/dist/i18n/locales/ro.js +367 -1
- package/dist/i18n/locales/ru.d.ts +366 -0
- package/dist/i18n/locales/ru.js +367 -1
- package/dist/i18n/locales/sq.d.ts +366 -0
- package/dist/i18n/locales/sq.js +367 -1
- package/dist/i18n/locales/sv.d.ts +366 -0
- package/dist/i18n/locales/sv.js +367 -1
- package/dist/i18n/locales/tr.d.ts +366 -0
- package/dist/i18n/locales/tr.js +367 -1
- package/dist/i18n/locales/zh.d.ts +366 -0
- package/dist/i18n/locales/zh.js +367 -1
- package/dist/index.js +527 -491
- package/dist/locales/ar.json +367 -1
- package/dist/locales/de.json +367 -1
- package/dist/locales/el.json +367 -1
- package/dist/locales/en.json +367 -1
- package/dist/locales/es.json +367 -1
- package/dist/locales/fr.json +367 -1
- package/dist/locales/hi.json +367 -1
- package/dist/locales/it.json +367 -1
- package/dist/locales/ja.json +367 -1
- package/dist/locales/nl.json +367 -1
- package/dist/locales/pl.json +367 -1
- package/dist/locales/pt.json +367 -1
- package/dist/locales/ro.json +367 -1
- package/dist/locales/ru.json +367 -1
- package/dist/locales/sq.json +367 -1
- package/dist/locales/sv.json +367 -1
- package/dist/locales/tr.json +367 -1
- package/dist/locales/zh.json +367 -1
- package/dist/patterns/alia-assistant/alia-types.d.ts +76 -0
- package/dist/patterns/alia-assistant/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +42 -1
- package/dist/_chunks/alia-sidebar-Be8FhKYd.js +0 -837
- package/dist/_chunks/operator-hero-7LiiP7zi.js +0 -171
- package/dist/_chunks/shield-check-C73ma9Cs.js +0 -36
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -772,7 +772,22 @@ const e = {
|
|
|
772
772
|
exampleQuestions: "Tente perguntar",
|
|
773
773
|
upgrade: "Passar para o plano superior",
|
|
774
774
|
headerLabel: "Cabeçalho do assistente",
|
|
775
|
-
panelLabel: "Painel do assistente Alia"
|
|
775
|
+
panelLabel: "Painel do assistente Alia",
|
|
776
|
+
copyMessage: "Copiar mensagem",
|
|
777
|
+
copied: "Copiado",
|
|
778
|
+
downloadMessage: "Descarregar como Markdown",
|
|
779
|
+
regenerate: "Gerar resposta novamente",
|
|
780
|
+
dictate: "Ditar",
|
|
781
|
+
dictateStop: "Parar de ditar",
|
|
782
|
+
attachmentsLabel: "Anexos",
|
|
783
|
+
removeAttachment: "Remover {{name}}",
|
|
784
|
+
editMessage: "Editar mensagem",
|
|
785
|
+
saveEdit: "Guardar",
|
|
786
|
+
cancelEdit: "Cancelar"
|
|
787
|
+
},
|
|
788
|
+
codeBlock: {
|
|
789
|
+
copy: "Copiar código",
|
|
790
|
+
copied: "Copiado"
|
|
776
791
|
},
|
|
777
792
|
chat: {
|
|
778
793
|
typing: "O assistente está a escrever",
|
|
@@ -1218,7 +1233,337 @@ const e = {
|
|
|
1218
1233
|
alt: "Mapa mostrando {{address}}"
|
|
1219
1234
|
}
|
|
1220
1235
|
},
|
|
1236
|
+
patientSummaryCard: {
|
|
1237
|
+
regionLabel: "Patient overview",
|
|
1238
|
+
flagsLabel: "Patient attention flags",
|
|
1239
|
+
title: {
|
|
1240
|
+
mr: "Mr.",
|
|
1241
|
+
ms: "Ms."
|
|
1242
|
+
},
|
|
1243
|
+
gender: {
|
|
1244
|
+
m: "Male",
|
|
1245
|
+
f: "Female"
|
|
1246
|
+
},
|
|
1247
|
+
identity: {
|
|
1248
|
+
age_zero: "{{count}} yrs",
|
|
1249
|
+
age_one: "{{count}} yrs",
|
|
1250
|
+
age_two: "{{count}} yrs",
|
|
1251
|
+
age_few: "{{count}} yrs",
|
|
1252
|
+
age_many: "{{count}} yrs",
|
|
1253
|
+
age_other: "{{count}} yrs",
|
|
1254
|
+
bornOn: "Born {{date}}",
|
|
1255
|
+
separator: " · "
|
|
1256
|
+
},
|
|
1257
|
+
label: {
|
|
1258
|
+
email: "Email",
|
|
1259
|
+
phone: "Phone",
|
|
1260
|
+
cityProvince: "City / province",
|
|
1261
|
+
marketingConsent: "Marketing consent",
|
|
1262
|
+
aiConsent: "AI consent",
|
|
1263
|
+
assignedTo: "Assigned to",
|
|
1264
|
+
familyRelations: "Family relations"
|
|
1265
|
+
},
|
|
1266
|
+
value: {
|
|
1267
|
+
smsEnabled: "SMS",
|
|
1268
|
+
aiConsentGrantedBy: "Granted {{date}} by {{by}}",
|
|
1269
|
+
aiConsentGrantedAt: "Granted {{date}}",
|
|
1270
|
+
familyRelation: "{{relation}}: {{name}}"
|
|
1271
|
+
},
|
|
1272
|
+
marketingConsent: {
|
|
1273
|
+
yes: "Yes",
|
|
1274
|
+
no: "No",
|
|
1275
|
+
not_specified: "Not specified"
|
|
1276
|
+
},
|
|
1277
|
+
flag: {
|
|
1278
|
+
highlightedAnamnesis_zero: "{{count}} highlighted anamnesis answers",
|
|
1279
|
+
highlightedAnamnesis_one: "{{count}} highlighted anamnesis answers",
|
|
1280
|
+
highlightedAnamnesis_two: "{{count}} highlighted anamnesis answers",
|
|
1281
|
+
highlightedAnamnesis_few: "{{count}} highlighted anamnesis answers",
|
|
1282
|
+
highlightedAnamnesis_many: "{{count}} highlighted anamnesis answers",
|
|
1283
|
+
highlightedAnamnesis_other: "{{count}} highlighted anamnesis answers",
|
|
1284
|
+
unsignedDocuments_zero: "{{count}} unsigned documents",
|
|
1285
|
+
unsignedDocuments_one: "{{count}} unsigned documents",
|
|
1286
|
+
unsignedDocuments_two: "{{count}} unsigned documents",
|
|
1287
|
+
unsignedDocuments_few: "{{count}} unsigned documents",
|
|
1288
|
+
unsignedDocuments_many: "{{count}} unsigned documents",
|
|
1289
|
+
unsignedDocuments_other: "{{count}} unsigned documents"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
appointmentCard: {
|
|
1293
|
+
itemLabel: "{{patient}} — {{state}}",
|
|
1294
|
+
noPatient: "No patient assigned",
|
|
1295
|
+
chair: "Chair {{chair}}",
|
|
1296
|
+
duration_zero: "{{count}} min",
|
|
1297
|
+
duration_one: "{{count}} min",
|
|
1298
|
+
duration_two: "{{count}} min",
|
|
1299
|
+
duration_few: "{{count}} min",
|
|
1300
|
+
duration_many: "{{count}} min",
|
|
1301
|
+
duration_other: "{{count}} min",
|
|
1302
|
+
firstVisit: "First visit",
|
|
1303
|
+
treatmentWithElements: "{{care}} ({{elements}})",
|
|
1304
|
+
flag: {
|
|
1305
|
+
bookedOnline: "Booked online",
|
|
1306
|
+
highlightedAnamnesis: "Anamnesis flag"
|
|
1307
|
+
},
|
|
1308
|
+
state: {
|
|
1309
|
+
absent: "Absent",
|
|
1310
|
+
waiting: "Waiting",
|
|
1311
|
+
in_care: "In care",
|
|
1312
|
+
done: "Done",
|
|
1313
|
+
cancelled: "Cancelled",
|
|
1314
|
+
confirmed: "Confirmed"
|
|
1315
|
+
},
|
|
1316
|
+
type: {
|
|
1317
|
+
inPractice: "In practice",
|
|
1318
|
+
telehealth: "Telehealth"
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
appointmentTray: {
|
|
1322
|
+
title: "Today's appointments",
|
|
1323
|
+
add: "Add appointment",
|
|
1324
|
+
empty: {
|
|
1325
|
+
title: "No appointments",
|
|
1326
|
+
description: "New appointments will appear here."
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
carePlanEntryCard: {
|
|
1330
|
+
flag: {
|
|
1331
|
+
done: "Done",
|
|
1332
|
+
outsideOfEstimate: "Outside estimate",
|
|
1333
|
+
billed: "Billed"
|
|
1334
|
+
},
|
|
1335
|
+
notesLabel_zero: "{{count}} notes",
|
|
1336
|
+
notesLabel_one: "{{count}} notes",
|
|
1337
|
+
notesLabel_two: "{{count}} notes",
|
|
1338
|
+
notesLabel_few: "{{count}} notes",
|
|
1339
|
+
notesLabel_many: "{{count}} notes",
|
|
1340
|
+
notesLabel_other: "{{count}} notes",
|
|
1341
|
+
elementsLabel: "Teeth involved",
|
|
1342
|
+
toothSchemeLabel_zero: "Teeth involved: {{count}}",
|
|
1343
|
+
toothSchemeLabel_one: "Teeth involved: {{count}}",
|
|
1344
|
+
toothSchemeLabel_two: "Teeth involved: {{count}}",
|
|
1345
|
+
toothSchemeLabel_few: "Teeth involved: {{count}}",
|
|
1346
|
+
toothSchemeLabel_many: "Teeth involved: {{count}}",
|
|
1347
|
+
toothSchemeLabel_other: "Teeth involved: {{count}}",
|
|
1348
|
+
executedOn: "Executed on",
|
|
1349
|
+
plannedFor: "Planned for",
|
|
1350
|
+
assignedTo: "Assigned to {{operator}}",
|
|
1351
|
+
byOperator: "by {{operator}}",
|
|
1352
|
+
phasesHeading: "Phases",
|
|
1353
|
+
phasesCount: "{{executed}} / {{total}}",
|
|
1354
|
+
phasesLabel: "Phases: {{executed}} of {{total}} executed",
|
|
1355
|
+
discountLabel: "-{{percentage}}%",
|
|
1356
|
+
phaseDetail: {
|
|
1357
|
+
toggle: "Phase detail",
|
|
1358
|
+
executed: "Executed",
|
|
1359
|
+
pending: "Pending",
|
|
1360
|
+
udi: "UDI {{udi}}"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
carePlanCard: {
|
|
1364
|
+
state: {
|
|
1365
|
+
estimate: "Estimate",
|
|
1366
|
+
accepted: "Accepted",
|
|
1367
|
+
discarded: "Discarded",
|
|
1368
|
+
closed: "Closed"
|
|
1369
|
+
},
|
|
1370
|
+
number: "Care plan {{number}}",
|
|
1371
|
+
untitled: "Untitled care plan",
|
|
1372
|
+
discardReasonLabel: "Discard reason",
|
|
1373
|
+
date: {
|
|
1374
|
+
accepted: "Accepted on",
|
|
1375
|
+
closed: "Closed on",
|
|
1376
|
+
discarded: "Discarded on"
|
|
1377
|
+
},
|
|
1378
|
+
overdue_zero: "{{count}} days overdue",
|
|
1379
|
+
overdue_one: "{{count}} days overdue",
|
|
1380
|
+
overdue_two: "{{count}} days overdue",
|
|
1381
|
+
overdue_few: "{{count}} days overdue",
|
|
1382
|
+
overdue_many: "{{count}} days overdue",
|
|
1383
|
+
overdue_other: "{{count}} days overdue",
|
|
1384
|
+
progressHeading: "Progress",
|
|
1385
|
+
progressLabel: "Progress: {{done}} of {{total}} done",
|
|
1386
|
+
progressCount: "{{done}} / {{total}}",
|
|
1387
|
+
entries: {
|
|
1388
|
+
toggle_zero: "Entries ({{count}})",
|
|
1389
|
+
toggle_one: "Entries ({{count}})",
|
|
1390
|
+
toggle_two: "Entries ({{count}})",
|
|
1391
|
+
toggle_few: "Entries ({{count}})",
|
|
1392
|
+
toggle_many: "Entries ({{count}})",
|
|
1393
|
+
toggle_other: "Entries ({{count}})"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
anamnesisCard: {
|
|
1397
|
+
defaultFormName: "Medical history",
|
|
1398
|
+
statusGroupLabel: "Questionnaire status",
|
|
1399
|
+
status: {
|
|
1400
|
+
highlighted_zero: "{{count}} flagged answers",
|
|
1401
|
+
highlighted_one: "{{count}} flagged answers",
|
|
1402
|
+
highlighted_two: "{{count}} flagged answers",
|
|
1403
|
+
highlighted_few: "{{count}} flagged answers",
|
|
1404
|
+
highlighted_many: "{{count}} flagged answers",
|
|
1405
|
+
highlighted_other: "{{count}} flagged answers",
|
|
1406
|
+
expired: "Expired",
|
|
1407
|
+
corrupted: "Corrupted"
|
|
1408
|
+
},
|
|
1409
|
+
compiledOn: "Compiled",
|
|
1410
|
+
submitted: "Submitted",
|
|
1411
|
+
answerFlagLabel: "Flagged answer",
|
|
1412
|
+
empty: "No answers were recorded.",
|
|
1413
|
+
interviewToggle_zero: "Interview ({{count}} answers)",
|
|
1414
|
+
interviewToggle_one: "Interview ({{count}} answers)",
|
|
1415
|
+
interviewToggle_two: "Interview ({{count}} answers)",
|
|
1416
|
+
interviewToggle_few: "Interview ({{count}} answers)",
|
|
1417
|
+
interviewToggle_many: "Interview ({{count}} answers)",
|
|
1418
|
+
interviewToggle_other: "Interview ({{count}} answers)"
|
|
1419
|
+
},
|
|
1420
|
+
clinicalNoteCard: {
|
|
1421
|
+
regionLabel: "Clinical note",
|
|
1422
|
+
clinical: "Clinical",
|
|
1423
|
+
pinned: "Pinned",
|
|
1424
|
+
flagged: "Flagged",
|
|
1425
|
+
added: "added",
|
|
1426
|
+
attachment: {
|
|
1427
|
+
patient: "Patient record",
|
|
1428
|
+
carePlan: "Care plan {{number}}",
|
|
1429
|
+
carePlanEntry: "{{care}}",
|
|
1430
|
+
carePlanEntryWithElements: "{{care}} — {{elements}}",
|
|
1431
|
+
phase: "{{label}}",
|
|
1432
|
+
xray: "X-ray",
|
|
1433
|
+
xrayWithLabel: "X-ray — {{label}}"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
aiConsentBanner: {
|
|
1437
|
+
regionLabel: "AI assistance consent",
|
|
1438
|
+
title: "AI assistance consent",
|
|
1439
|
+
description: {
|
|
1440
|
+
granted: "AI assistance is enabled for this record.",
|
|
1441
|
+
required: "AI assistance requires recorded consent before it can run."
|
|
1442
|
+
},
|
|
1443
|
+
badge: {
|
|
1444
|
+
granted: "Consent granted"
|
|
1445
|
+
},
|
|
1446
|
+
grantedAtPrefix: "Granted",
|
|
1447
|
+
grantedBy: "By {{name}}",
|
|
1448
|
+
pendingLabel: "Saving consent…",
|
|
1449
|
+
confirmLabel: "I confirm consent has been obtained for AI assistance.",
|
|
1450
|
+
grantButton: "Grant consent",
|
|
1451
|
+
notAllowed: "You do not have permission to grant AI assistance consent."
|
|
1452
|
+
},
|
|
1453
|
+
paymentCard: {
|
|
1454
|
+
regionLabel: "Payment {{number}}",
|
|
1455
|
+
heading: "Payment {{number}}",
|
|
1456
|
+
type: {
|
|
1457
|
+
full: "Full payment",
|
|
1458
|
+
partial: "Partial payment",
|
|
1459
|
+
credit: "Credit note",
|
|
1460
|
+
proforma: "Pro forma",
|
|
1461
|
+
other: "Other"
|
|
1462
|
+
},
|
|
1463
|
+
direction: {
|
|
1464
|
+
incoming: "Incoming",
|
|
1465
|
+
outgoing: "Outgoing"
|
|
1466
|
+
},
|
|
1467
|
+
label: {
|
|
1468
|
+
number: "Number",
|
|
1469
|
+
date: "Date",
|
|
1470
|
+
type: "Type",
|
|
1471
|
+
direction: "Direction",
|
|
1472
|
+
carePlan: "Care plan",
|
|
1473
|
+
patient: "Patient",
|
|
1474
|
+
operator: "Operator",
|
|
1475
|
+
gross: "Gross",
|
|
1476
|
+
paid: "Paid",
|
|
1477
|
+
unpaid: "Unpaid"
|
|
1478
|
+
},
|
|
1479
|
+
lineItems: {
|
|
1480
|
+
heading: "Line items",
|
|
1481
|
+
withVat: "{{description}} (VAT {{vat}}%)"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
paymentRequestCard: {
|
|
1485
|
+
heading: "Payment request",
|
|
1486
|
+
status: {
|
|
1487
|
+
new: "New",
|
|
1488
|
+
authorization_requested: "Authorisation requested",
|
|
1489
|
+
authorized: "Authorised",
|
|
1490
|
+
paid: "Paid",
|
|
1491
|
+
failed: "Failed",
|
|
1492
|
+
cancelled: "Cancelled"
|
|
1493
|
+
},
|
|
1494
|
+
label: {
|
|
1495
|
+
status: "Status",
|
|
1496
|
+
dueDate: "Due date",
|
|
1497
|
+
carePlan: "Care plan"
|
|
1498
|
+
},
|
|
1499
|
+
pay: "Pay now"
|
|
1500
|
+
},
|
|
1501
|
+
periodontalChartCard: {
|
|
1502
|
+
heading: "Periodontal chart",
|
|
1503
|
+
empty: "No periodontal readings recorded.",
|
|
1504
|
+
legend: {
|
|
1505
|
+
label: "Chart legend",
|
|
1506
|
+
moderate: "PD ≥ {{threshold}} mm",
|
|
1507
|
+
severe: "PD ≥ {{threshold}} mm"
|
|
1508
|
+
},
|
|
1509
|
+
cell: {
|
|
1510
|
+
empty: "–"
|
|
1511
|
+
},
|
|
1512
|
+
column: {
|
|
1513
|
+
measure: "Measurement"
|
|
1514
|
+
},
|
|
1515
|
+
toothHeader: "Tooth {{tooth}}",
|
|
1516
|
+
row: {
|
|
1517
|
+
pocketDepth: "Pocket depth (PD)",
|
|
1518
|
+
recession: "Recession (REC)",
|
|
1519
|
+
signs: "Bleeding / suppuration",
|
|
1520
|
+
mobility: "Mobility"
|
|
1521
|
+
},
|
|
1522
|
+
flag: {
|
|
1523
|
+
moderate: "moderate pocket",
|
|
1524
|
+
severe: "severe pocket"
|
|
1525
|
+
},
|
|
1526
|
+
sign: {
|
|
1527
|
+
bleeding: "Bleeding on probing",
|
|
1528
|
+
suppuration: "Suppuration"
|
|
1529
|
+
},
|
|
1530
|
+
mobility: {
|
|
1531
|
+
label: "Mobility grade {{grade}}"
|
|
1532
|
+
},
|
|
1533
|
+
subtitle: {
|
|
1534
|
+
dated: "{{dentition}} · {{date}}"
|
|
1535
|
+
},
|
|
1536
|
+
summary: {
|
|
1537
|
+
meanPocketDepth: "Mean probing depth",
|
|
1538
|
+
bleedingOnProbing: "Bleeding on probing"
|
|
1539
|
+
},
|
|
1540
|
+
unit: {
|
|
1541
|
+
mm: "{{value}} mm",
|
|
1542
|
+
percent: "{{value}}%"
|
|
1543
|
+
},
|
|
1544
|
+
dentition: {
|
|
1545
|
+
permanent: "Permanent dentition",
|
|
1546
|
+
primary: "Primary dentition",
|
|
1547
|
+
mixed: "Mixed dentition"
|
|
1548
|
+
},
|
|
1549
|
+
quadrant: {
|
|
1550
|
+
1: "Upper right (Q1)",
|
|
1551
|
+
2: "Upper left (Q2)",
|
|
1552
|
+
3: "Lower left (Q3)",
|
|
1553
|
+
4: "Lower right (Q4)",
|
|
1554
|
+
other: "Other teeth"
|
|
1555
|
+
},
|
|
1556
|
+
site: {
|
|
1557
|
+
db: "Disto-buccal",
|
|
1558
|
+
b: "Buccal",
|
|
1559
|
+
mb: "Mesio-buccal",
|
|
1560
|
+
dl: "Disto-lingual",
|
|
1561
|
+
l: "Lingual",
|
|
1562
|
+
ml: "Mesio-lingual"
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1221
1565
|
operatorHero: {
|
|
1566
|
+
colorLabel: "Calendar colour",
|
|
1222
1567
|
regionLabel: "Operator profile",
|
|
1223
1568
|
ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
|
|
1224
1569
|
},
|
|
@@ -1953,6 +2298,27 @@ const e = {
|
|
|
1953
2298
|
}
|
|
1954
2299
|
}
|
|
1955
2300
|
},
|
|
2301
|
+
aiToolsRail: {
|
|
2302
|
+
railLabel: "AI tools",
|
|
2303
|
+
panelLabel: "{{tool}} panel",
|
|
2304
|
+
badgeCountOverflow: "99+",
|
|
2305
|
+
toolWithCount_zero: "{{tool}}, {{count}} updates",
|
|
2306
|
+
toolWithCount_one: "{{tool}}, {{count}} update",
|
|
2307
|
+
toolWithCount_two: "{{tool}}, {{count}} updates",
|
|
2308
|
+
toolWithCount_few: "{{tool}}, {{count}} updates",
|
|
2309
|
+
toolWithCount_many: "{{tool}}, {{count}} updates",
|
|
2310
|
+
toolWithCount_other: "{{tool}}, {{count}} updates",
|
|
2311
|
+
agent: {
|
|
2312
|
+
state: {
|
|
2313
|
+
activeToolId: "Id of the tool whose panel is currently open, or null when the rail is collapsed to its strip. No panel content is ever exposed."
|
|
2314
|
+
},
|
|
2315
|
+
actions: {
|
|
2316
|
+
open: "Open the given tool's panel.",
|
|
2317
|
+
close: "Collapse the rail to its strip (no active tool).",
|
|
2318
|
+
selectTool: "Set the active tool by id (opens its panel), or pass null to collapse."
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
1956
2322
|
languages: {
|
|
1957
2323
|
en: "inglês",
|
|
1958
2324
|
it: "italiano",
|