@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/it.js
CHANGED
|
@@ -752,7 +752,22 @@ const e = {
|
|
|
752
752
|
exampleQuestions: "Prova a chiedere",
|
|
753
753
|
upgrade: "Passa al piano superiore",
|
|
754
754
|
headerLabel: "Intestazione assistente",
|
|
755
|
-
panelLabel: "Pannello assistente Alia"
|
|
755
|
+
panelLabel: "Pannello assistente Alia",
|
|
756
|
+
copyMessage: "Copia messaggio",
|
|
757
|
+
copied: "Copiato",
|
|
758
|
+
downloadMessage: "Scarica come Markdown",
|
|
759
|
+
regenerate: "Rigenera risposta",
|
|
760
|
+
dictate: "Detta",
|
|
761
|
+
dictateStop: "Interrompi dettatura",
|
|
762
|
+
attachmentsLabel: "Allegati",
|
|
763
|
+
removeAttachment: "Rimuovi {{name}}",
|
|
764
|
+
editMessage: "Modifica messaggio",
|
|
765
|
+
saveEdit: "Salva",
|
|
766
|
+
cancelEdit: "Annulla"
|
|
767
|
+
},
|
|
768
|
+
codeBlock: {
|
|
769
|
+
copy: "Copia codice",
|
|
770
|
+
copied: "Copiato"
|
|
756
771
|
},
|
|
757
772
|
chat: {
|
|
758
773
|
typing: "L'assistente sta scrivendo",
|
|
@@ -1196,7 +1211,337 @@ const e = {
|
|
|
1196
1211
|
alt: "Mappa che mostra {{address}}"
|
|
1197
1212
|
}
|
|
1198
1213
|
},
|
|
1214
|
+
patientSummaryCard: {
|
|
1215
|
+
regionLabel: "Patient overview",
|
|
1216
|
+
flagsLabel: "Patient attention flags",
|
|
1217
|
+
title: {
|
|
1218
|
+
mr: "Mr.",
|
|
1219
|
+
ms: "Ms."
|
|
1220
|
+
},
|
|
1221
|
+
gender: {
|
|
1222
|
+
m: "Male",
|
|
1223
|
+
f: "Female"
|
|
1224
|
+
},
|
|
1225
|
+
identity: {
|
|
1226
|
+
age_zero: "{{count}} yrs",
|
|
1227
|
+
age_one: "{{count}} yrs",
|
|
1228
|
+
age_two: "{{count}} yrs",
|
|
1229
|
+
age_few: "{{count}} yrs",
|
|
1230
|
+
age_many: "{{count}} yrs",
|
|
1231
|
+
age_other: "{{count}} yrs",
|
|
1232
|
+
bornOn: "Born {{date}}",
|
|
1233
|
+
separator: " · "
|
|
1234
|
+
},
|
|
1235
|
+
label: {
|
|
1236
|
+
email: "Email",
|
|
1237
|
+
phone: "Phone",
|
|
1238
|
+
cityProvince: "City / province",
|
|
1239
|
+
marketingConsent: "Marketing consent",
|
|
1240
|
+
aiConsent: "AI consent",
|
|
1241
|
+
assignedTo: "Assigned to",
|
|
1242
|
+
familyRelations: "Family relations"
|
|
1243
|
+
},
|
|
1244
|
+
value: {
|
|
1245
|
+
smsEnabled: "SMS",
|
|
1246
|
+
aiConsentGrantedBy: "Granted {{date}} by {{by}}",
|
|
1247
|
+
aiConsentGrantedAt: "Granted {{date}}",
|
|
1248
|
+
familyRelation: "{{relation}}: {{name}}"
|
|
1249
|
+
},
|
|
1250
|
+
marketingConsent: {
|
|
1251
|
+
yes: "Yes",
|
|
1252
|
+
no: "No",
|
|
1253
|
+
not_specified: "Not specified"
|
|
1254
|
+
},
|
|
1255
|
+
flag: {
|
|
1256
|
+
highlightedAnamnesis_zero: "{{count}} highlighted anamnesis answers",
|
|
1257
|
+
highlightedAnamnesis_one: "{{count}} highlighted anamnesis answers",
|
|
1258
|
+
highlightedAnamnesis_two: "{{count}} highlighted anamnesis answers",
|
|
1259
|
+
highlightedAnamnesis_few: "{{count}} highlighted anamnesis answers",
|
|
1260
|
+
highlightedAnamnesis_many: "{{count}} highlighted anamnesis answers",
|
|
1261
|
+
highlightedAnamnesis_other: "{{count}} highlighted anamnesis answers",
|
|
1262
|
+
unsignedDocuments_zero: "{{count}} unsigned documents",
|
|
1263
|
+
unsignedDocuments_one: "{{count}} unsigned documents",
|
|
1264
|
+
unsignedDocuments_two: "{{count}} unsigned documents",
|
|
1265
|
+
unsignedDocuments_few: "{{count}} unsigned documents",
|
|
1266
|
+
unsignedDocuments_many: "{{count}} unsigned documents",
|
|
1267
|
+
unsignedDocuments_other: "{{count}} unsigned documents"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
appointmentCard: {
|
|
1271
|
+
itemLabel: "{{patient}} — {{state}}",
|
|
1272
|
+
noPatient: "No patient assigned",
|
|
1273
|
+
chair: "Chair {{chair}}",
|
|
1274
|
+
duration_zero: "{{count}} min",
|
|
1275
|
+
duration_one: "{{count}} min",
|
|
1276
|
+
duration_two: "{{count}} min",
|
|
1277
|
+
duration_few: "{{count}} min",
|
|
1278
|
+
duration_many: "{{count}} min",
|
|
1279
|
+
duration_other: "{{count}} min",
|
|
1280
|
+
firstVisit: "First visit",
|
|
1281
|
+
treatmentWithElements: "{{care}} ({{elements}})",
|
|
1282
|
+
flag: {
|
|
1283
|
+
bookedOnline: "Booked online",
|
|
1284
|
+
highlightedAnamnesis: "Anamnesis flag"
|
|
1285
|
+
},
|
|
1286
|
+
state: {
|
|
1287
|
+
absent: "Absent",
|
|
1288
|
+
waiting: "Waiting",
|
|
1289
|
+
in_care: "In care",
|
|
1290
|
+
done: "Done",
|
|
1291
|
+
cancelled: "Cancelled",
|
|
1292
|
+
confirmed: "Confirmed"
|
|
1293
|
+
},
|
|
1294
|
+
type: {
|
|
1295
|
+
inPractice: "In practice",
|
|
1296
|
+
telehealth: "Telehealth"
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
appointmentTray: {
|
|
1300
|
+
title: "Today's appointments",
|
|
1301
|
+
add: "Add appointment",
|
|
1302
|
+
empty: {
|
|
1303
|
+
title: "No appointments",
|
|
1304
|
+
description: "New appointments will appear here."
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
carePlanEntryCard: {
|
|
1308
|
+
flag: {
|
|
1309
|
+
done: "Done",
|
|
1310
|
+
outsideOfEstimate: "Outside estimate",
|
|
1311
|
+
billed: "Billed"
|
|
1312
|
+
},
|
|
1313
|
+
notesLabel_zero: "{{count}} notes",
|
|
1314
|
+
notesLabel_one: "{{count}} notes",
|
|
1315
|
+
notesLabel_two: "{{count}} notes",
|
|
1316
|
+
notesLabel_few: "{{count}} notes",
|
|
1317
|
+
notesLabel_many: "{{count}} notes",
|
|
1318
|
+
notesLabel_other: "{{count}} notes",
|
|
1319
|
+
elementsLabel: "Teeth involved",
|
|
1320
|
+
toothSchemeLabel_zero: "Teeth involved: {{count}}",
|
|
1321
|
+
toothSchemeLabel_one: "Teeth involved: {{count}}",
|
|
1322
|
+
toothSchemeLabel_two: "Teeth involved: {{count}}",
|
|
1323
|
+
toothSchemeLabel_few: "Teeth involved: {{count}}",
|
|
1324
|
+
toothSchemeLabel_many: "Teeth involved: {{count}}",
|
|
1325
|
+
toothSchemeLabel_other: "Teeth involved: {{count}}",
|
|
1326
|
+
executedOn: "Executed on",
|
|
1327
|
+
plannedFor: "Planned for",
|
|
1328
|
+
assignedTo: "Assigned to {{operator}}",
|
|
1329
|
+
byOperator: "by {{operator}}",
|
|
1330
|
+
phasesHeading: "Phases",
|
|
1331
|
+
phasesCount: "{{executed}} / {{total}}",
|
|
1332
|
+
phasesLabel: "Phases: {{executed}} of {{total}} executed",
|
|
1333
|
+
discountLabel: "-{{percentage}}%",
|
|
1334
|
+
phaseDetail: {
|
|
1335
|
+
toggle: "Phase detail",
|
|
1336
|
+
executed: "Executed",
|
|
1337
|
+
pending: "Pending",
|
|
1338
|
+
udi: "UDI {{udi}}"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
carePlanCard: {
|
|
1342
|
+
state: {
|
|
1343
|
+
estimate: "Estimate",
|
|
1344
|
+
accepted: "Accepted",
|
|
1345
|
+
discarded: "Discarded",
|
|
1346
|
+
closed: "Closed"
|
|
1347
|
+
},
|
|
1348
|
+
number: "Care plan {{number}}",
|
|
1349
|
+
untitled: "Untitled care plan",
|
|
1350
|
+
discardReasonLabel: "Discard reason",
|
|
1351
|
+
date: {
|
|
1352
|
+
accepted: "Accepted on",
|
|
1353
|
+
closed: "Closed on",
|
|
1354
|
+
discarded: "Discarded on"
|
|
1355
|
+
},
|
|
1356
|
+
overdue_zero: "{{count}} days overdue",
|
|
1357
|
+
overdue_one: "{{count}} days overdue",
|
|
1358
|
+
overdue_two: "{{count}} days overdue",
|
|
1359
|
+
overdue_few: "{{count}} days overdue",
|
|
1360
|
+
overdue_many: "{{count}} days overdue",
|
|
1361
|
+
overdue_other: "{{count}} days overdue",
|
|
1362
|
+
progressHeading: "Progress",
|
|
1363
|
+
progressLabel: "Progress: {{done}} of {{total}} done",
|
|
1364
|
+
progressCount: "{{done}} / {{total}}",
|
|
1365
|
+
entries: {
|
|
1366
|
+
toggle_zero: "Entries ({{count}})",
|
|
1367
|
+
toggle_one: "Entries ({{count}})",
|
|
1368
|
+
toggle_two: "Entries ({{count}})",
|
|
1369
|
+
toggle_few: "Entries ({{count}})",
|
|
1370
|
+
toggle_many: "Entries ({{count}})",
|
|
1371
|
+
toggle_other: "Entries ({{count}})"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
anamnesisCard: {
|
|
1375
|
+
defaultFormName: "Medical history",
|
|
1376
|
+
statusGroupLabel: "Questionnaire status",
|
|
1377
|
+
status: {
|
|
1378
|
+
highlighted_zero: "{{count}} flagged answers",
|
|
1379
|
+
highlighted_one: "{{count}} flagged answers",
|
|
1380
|
+
highlighted_two: "{{count}} flagged answers",
|
|
1381
|
+
highlighted_few: "{{count}} flagged answers",
|
|
1382
|
+
highlighted_many: "{{count}} flagged answers",
|
|
1383
|
+
highlighted_other: "{{count}} flagged answers",
|
|
1384
|
+
expired: "Expired",
|
|
1385
|
+
corrupted: "Corrupted"
|
|
1386
|
+
},
|
|
1387
|
+
compiledOn: "Compiled",
|
|
1388
|
+
submitted: "Submitted",
|
|
1389
|
+
answerFlagLabel: "Flagged answer",
|
|
1390
|
+
empty: "No answers were recorded.",
|
|
1391
|
+
interviewToggle_zero: "Interview ({{count}} answers)",
|
|
1392
|
+
interviewToggle_one: "Interview ({{count}} answers)",
|
|
1393
|
+
interviewToggle_two: "Interview ({{count}} answers)",
|
|
1394
|
+
interviewToggle_few: "Interview ({{count}} answers)",
|
|
1395
|
+
interviewToggle_many: "Interview ({{count}} answers)",
|
|
1396
|
+
interviewToggle_other: "Interview ({{count}} answers)"
|
|
1397
|
+
},
|
|
1398
|
+
clinicalNoteCard: {
|
|
1399
|
+
regionLabel: "Clinical note",
|
|
1400
|
+
clinical: "Clinical",
|
|
1401
|
+
pinned: "Pinned",
|
|
1402
|
+
flagged: "Flagged",
|
|
1403
|
+
added: "added",
|
|
1404
|
+
attachment: {
|
|
1405
|
+
patient: "Patient record",
|
|
1406
|
+
carePlan: "Care plan {{number}}",
|
|
1407
|
+
carePlanEntry: "{{care}}",
|
|
1408
|
+
carePlanEntryWithElements: "{{care}} — {{elements}}",
|
|
1409
|
+
phase: "{{label}}",
|
|
1410
|
+
xray: "X-ray",
|
|
1411
|
+
xrayWithLabel: "X-ray — {{label}}"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
aiConsentBanner: {
|
|
1415
|
+
regionLabel: "AI assistance consent",
|
|
1416
|
+
title: "AI assistance consent",
|
|
1417
|
+
description: {
|
|
1418
|
+
granted: "AI assistance is enabled for this record.",
|
|
1419
|
+
required: "AI assistance requires recorded consent before it can run."
|
|
1420
|
+
},
|
|
1421
|
+
badge: {
|
|
1422
|
+
granted: "Consent granted"
|
|
1423
|
+
},
|
|
1424
|
+
grantedAtPrefix: "Granted",
|
|
1425
|
+
grantedBy: "By {{name}}",
|
|
1426
|
+
pendingLabel: "Saving consent…",
|
|
1427
|
+
confirmLabel: "I confirm consent has been obtained for AI assistance.",
|
|
1428
|
+
grantButton: "Grant consent",
|
|
1429
|
+
notAllowed: "You do not have permission to grant AI assistance consent."
|
|
1430
|
+
},
|
|
1431
|
+
paymentCard: {
|
|
1432
|
+
regionLabel: "Payment {{number}}",
|
|
1433
|
+
heading: "Payment {{number}}",
|
|
1434
|
+
type: {
|
|
1435
|
+
full: "Full payment",
|
|
1436
|
+
partial: "Partial payment",
|
|
1437
|
+
credit: "Credit note",
|
|
1438
|
+
proforma: "Pro forma",
|
|
1439
|
+
other: "Other"
|
|
1440
|
+
},
|
|
1441
|
+
direction: {
|
|
1442
|
+
incoming: "Incoming",
|
|
1443
|
+
outgoing: "Outgoing"
|
|
1444
|
+
},
|
|
1445
|
+
label: {
|
|
1446
|
+
number: "Number",
|
|
1447
|
+
date: "Date",
|
|
1448
|
+
type: "Type",
|
|
1449
|
+
direction: "Direction",
|
|
1450
|
+
carePlan: "Care plan",
|
|
1451
|
+
patient: "Patient",
|
|
1452
|
+
operator: "Operator",
|
|
1453
|
+
gross: "Gross",
|
|
1454
|
+
paid: "Paid",
|
|
1455
|
+
unpaid: "Unpaid"
|
|
1456
|
+
},
|
|
1457
|
+
lineItems: {
|
|
1458
|
+
heading: "Line items",
|
|
1459
|
+
withVat: "{{description}} (VAT {{vat}}%)"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
paymentRequestCard: {
|
|
1463
|
+
heading: "Payment request",
|
|
1464
|
+
status: {
|
|
1465
|
+
new: "New",
|
|
1466
|
+
authorization_requested: "Authorisation requested",
|
|
1467
|
+
authorized: "Authorised",
|
|
1468
|
+
paid: "Paid",
|
|
1469
|
+
failed: "Failed",
|
|
1470
|
+
cancelled: "Cancelled"
|
|
1471
|
+
},
|
|
1472
|
+
label: {
|
|
1473
|
+
status: "Status",
|
|
1474
|
+
dueDate: "Due date",
|
|
1475
|
+
carePlan: "Care plan"
|
|
1476
|
+
},
|
|
1477
|
+
pay: "Pay now"
|
|
1478
|
+
},
|
|
1479
|
+
periodontalChartCard: {
|
|
1480
|
+
heading: "Periodontal chart",
|
|
1481
|
+
empty: "No periodontal readings recorded.",
|
|
1482
|
+
legend: {
|
|
1483
|
+
label: "Chart legend",
|
|
1484
|
+
moderate: "PD ≥ {{threshold}} mm",
|
|
1485
|
+
severe: "PD ≥ {{threshold}} mm"
|
|
1486
|
+
},
|
|
1487
|
+
cell: {
|
|
1488
|
+
empty: "–"
|
|
1489
|
+
},
|
|
1490
|
+
column: {
|
|
1491
|
+
measure: "Measurement"
|
|
1492
|
+
},
|
|
1493
|
+
toothHeader: "Tooth {{tooth}}",
|
|
1494
|
+
row: {
|
|
1495
|
+
pocketDepth: "Pocket depth (PD)",
|
|
1496
|
+
recession: "Recession (REC)",
|
|
1497
|
+
signs: "Bleeding / suppuration",
|
|
1498
|
+
mobility: "Mobility"
|
|
1499
|
+
},
|
|
1500
|
+
flag: {
|
|
1501
|
+
moderate: "moderate pocket",
|
|
1502
|
+
severe: "severe pocket"
|
|
1503
|
+
},
|
|
1504
|
+
sign: {
|
|
1505
|
+
bleeding: "Bleeding on probing",
|
|
1506
|
+
suppuration: "Suppuration"
|
|
1507
|
+
},
|
|
1508
|
+
mobility: {
|
|
1509
|
+
label: "Mobility grade {{grade}}"
|
|
1510
|
+
},
|
|
1511
|
+
subtitle: {
|
|
1512
|
+
dated: "{{dentition}} · {{date}}"
|
|
1513
|
+
},
|
|
1514
|
+
summary: {
|
|
1515
|
+
meanPocketDepth: "Mean probing depth",
|
|
1516
|
+
bleedingOnProbing: "Bleeding on probing"
|
|
1517
|
+
},
|
|
1518
|
+
unit: {
|
|
1519
|
+
mm: "{{value}} mm",
|
|
1520
|
+
percent: "{{value}}%"
|
|
1521
|
+
},
|
|
1522
|
+
dentition: {
|
|
1523
|
+
permanent: "Permanent dentition",
|
|
1524
|
+
primary: "Primary dentition",
|
|
1525
|
+
mixed: "Mixed dentition"
|
|
1526
|
+
},
|
|
1527
|
+
quadrant: {
|
|
1528
|
+
1: "Upper right (Q1)",
|
|
1529
|
+
2: "Upper left (Q2)",
|
|
1530
|
+
3: "Lower left (Q3)",
|
|
1531
|
+
4: "Lower right (Q4)",
|
|
1532
|
+
other: "Other teeth"
|
|
1533
|
+
},
|
|
1534
|
+
site: {
|
|
1535
|
+
db: "Disto-buccal",
|
|
1536
|
+
b: "Buccal",
|
|
1537
|
+
mb: "Mesio-buccal",
|
|
1538
|
+
dl: "Disto-lingual",
|
|
1539
|
+
l: "Lingual",
|
|
1540
|
+
ml: "Mesio-lingual"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1199
1543
|
operatorHero: {
|
|
1544
|
+
colorLabel: "Calendar colour",
|
|
1200
1545
|
regionLabel: "Profilo del professionista",
|
|
1201
1546
|
ratingLabel: "{{value}} stelle su 5, basato su {{count}} recensioni"
|
|
1202
1547
|
},
|
|
@@ -1930,6 +2275,27 @@ const e = {
|
|
|
1930
2275
|
}
|
|
1931
2276
|
}
|
|
1932
2277
|
},
|
|
2278
|
+
aiToolsRail: {
|
|
2279
|
+
railLabel: "AI tools",
|
|
2280
|
+
panelLabel: "{{tool}} panel",
|
|
2281
|
+
badgeCountOverflow: "99+",
|
|
2282
|
+
toolWithCount_zero: "{{tool}}, {{count}} updates",
|
|
2283
|
+
toolWithCount_one: "{{tool}}, {{count}} update",
|
|
2284
|
+
toolWithCount_two: "{{tool}}, {{count}} updates",
|
|
2285
|
+
toolWithCount_few: "{{tool}}, {{count}} updates",
|
|
2286
|
+
toolWithCount_many: "{{tool}}, {{count}} updates",
|
|
2287
|
+
toolWithCount_other: "{{tool}}, {{count}} updates",
|
|
2288
|
+
agent: {
|
|
2289
|
+
state: {
|
|
2290
|
+
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."
|
|
2291
|
+
},
|
|
2292
|
+
actions: {
|
|
2293
|
+
open: "Open the given tool's panel.",
|
|
2294
|
+
close: "Collapse the rail to its strip (no active tool).",
|
|
2295
|
+
selectTool: "Set the active tool by id (opens its panel), or pass null to collapse."
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
1933
2299
|
languages: {
|
|
1934
2300
|
en: "Inglese",
|
|
1935
2301
|
it: "Italiano",
|