@alfadocs/ui-kit-debug 1.30.0 → 1.31.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/{address-fields-CZ0pEdEI.js → address-fields-jFfjxOQR.js} +3 -3
- package/dist/_chunks/{address-fields-CZ0pEdEI.js.map → address-fields-jFfjxOQR.js.map} +1 -1
- package/dist/_chunks/{appointment-card-Dzr3GeVz.js → appointment-card-CvUFFEdS.js} +8 -6
- package/dist/_chunks/appointment-card-CvUFFEdS.js.map +1 -0
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js → appointment-timeline-DsMZY7U9.js} +2 -2
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js.map → appointment-timeline-DsMZY7U9.js.map} +1 -1
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js → appointment-tray-Z2GaOIYQ.js} +2 -2
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js.map → appointment-tray-Z2GaOIYQ.js.map} +1 -1
- package/dist/_chunks/{booking-AabCk7CI.js → booking-jGzRUETo.js} +2 -2
- package/dist/_chunks/{booking-AabCk7CI.js.map → booking-jGzRUETo.js.map} +1 -1
- package/dist/_chunks/{calendar-CI9MINcR.js → calendar-BNQKpxhE.js} +494 -438
- package/dist/_chunks/calendar-BNQKpxhE.js.map +1 -0
- package/dist/_chunks/{calendar-event-card-66CEEWU6.js → calendar-event-card-DSh-69HT.js} +130 -122
- package/dist/_chunks/calendar-event-card-DSh-69HT.js.map +1 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js +9392 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js.map +1 -0
- package/dist/_chunks/{clinical-note-card-BBgFd2nB.js → clinical-note-card-yCTR9DB6.js} +185 -188
- package/dist/_chunks/clinical-note-card-yCTR9DB6.js.map +1 -0
- package/dist/_chunks/{color-picker-CU303VjY.js → color-picker-Bl5f0iK1.js} +28 -25
- package/dist/_chunks/color-picker-Bl5f0iK1.js.map +1 -0
- package/dist/_chunks/{combobox-D7_NLE2Z.js → combobox-DnSdYssy.js} +216 -215
- package/dist/_chunks/combobox-DnSdYssy.js.map +1 -0
- package/dist/_chunks/{country-select-DzbPFktV.js → country-select-CfDNFG5c.js} +2 -2
- package/dist/_chunks/{country-select-DzbPFktV.js.map → country-select-CfDNFG5c.js.map} +1 -1
- package/dist/_chunks/{face-scheme-DA2vjqaM.js → face-scheme-l-CQyLs-.js} +2 -2
- package/dist/_chunks/{face-scheme-DA2vjqaM.js.map → face-scheme-l-CQyLs-.js.map} +1 -1
- package/dist/_chunks/notes-panel-am6e-Lwh.js +380 -0
- package/dist/_chunks/notes-panel-am6e-Lwh.js.map +1 -0
- package/dist/_chunks/{patient-details-DYAmq76G.js → patient-details-CdfursHt.js} +3 -3
- package/dist/_chunks/{patient-details-DYAmq76G.js.map → patient-details-CdfursHt.js.map} +1 -1
- package/dist/_chunks/{province-select-BBc7s7vR.js → province-select-BaUnkg4S.js} +2 -2
- package/dist/_chunks/{province-select-BBc7s7vR.js.map → province-select-BaUnkg4S.js.map} +1 -1
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js → rich-text-editor-VJATL1Tk.js} +2 -2
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js.map → rich-text-editor-VJATL1Tk.js.map} +1 -1
- package/dist/_chunks/{timeline-r-8IUoBS.js → timeline-u-2t9t_M.js} +37 -35
- package/dist/_chunks/timeline-u-2t9t_M.js.map +1 -0
- package/dist/agent-catalog.json +51 -10
- package/dist/agent-i18n/en.json +9 -7
- package/dist/components/_shared/get-error-message.d.ts +3 -0
- package/dist/components/_shared/get-error-message.d.ts.map +1 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/appointment-card/appointment-card.d.ts.map +1 -1
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calendar/calendar.d.ts +26 -2
- package/dist/components/calendar/calendar.d.ts.map +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/calendar-event-card.d.ts +9 -0
- package/dist/components/calendar-event-card/calendar-event-card.d.ts.map +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +16 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts.map +1 -1
- package/dist/components/clinical-note-card/index.js +1 -1
- package/dist/components/color-picker/color-utils.d.ts.map +1 -1
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/combobox/combobox.d.ts +5 -0
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.d.ts +1 -1
- package/dist/components/notes-panel/index.d.ts.map +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.agent.d.ts.map +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +24 -5
- package/dist/components/notes-panel/notes-panel.d.ts.map +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/province-select/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/i18n/locales/ar.d.ts +50 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -1
- package/dist/i18n/locales/ar.js +54 -4
- package/dist/i18n/locales/ar.js.map +1 -1
- package/dist/i18n/locales/de.d.ts +60 -10
- package/dist/i18n/locales/de.d.ts.map +1 -1
- package/dist/i18n/locales/de.js +64 -14
- package/dist/i18n/locales/de.js.map +1 -1
- package/dist/i18n/locales/el.d.ts +50 -0
- package/dist/i18n/locales/el.d.ts.map +1 -1
- package/dist/i18n/locales/el.js +54 -4
- package/dist/i18n/locales/el.js.map +1 -1
- package/dist/i18n/locales/en.d.ts +50 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +54 -4
- package/dist/i18n/locales/en.js.map +1 -1
- package/dist/i18n/locales/es.d.ts +50 -0
- package/dist/i18n/locales/es.d.ts.map +1 -1
- package/dist/i18n/locales/es.js +54 -4
- package/dist/i18n/locales/es.js.map +1 -1
- package/dist/i18n/locales/fr.d.ts +50 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -1
- package/dist/i18n/locales/fr.js +53 -3
- package/dist/i18n/locales/fr.js.map +1 -1
- package/dist/i18n/locales/hi.d.ts +50 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -1
- package/dist/i18n/locales/hi.js +54 -4
- package/dist/i18n/locales/hi.js.map +1 -1
- package/dist/i18n/locales/it.d.ts +60 -10
- package/dist/i18n/locales/it.d.ts.map +1 -1
- package/dist/i18n/locales/it.js +64 -14
- package/dist/i18n/locales/it.js.map +1 -1
- package/dist/i18n/locales/ja.d.ts +50 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -1
- package/dist/i18n/locales/ja.js +54 -4
- package/dist/i18n/locales/ja.js.map +1 -1
- package/dist/i18n/locales/nl.d.ts +50 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -1
- package/dist/i18n/locales/nl.js +54 -4
- package/dist/i18n/locales/nl.js.map +1 -1
- package/dist/i18n/locales/pl.d.ts +50 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -1
- package/dist/i18n/locales/pl.js +54 -4
- package/dist/i18n/locales/pl.js.map +1 -1
- package/dist/i18n/locales/pt.d.ts +50 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -1
- package/dist/i18n/locales/pt.js +54 -4
- package/dist/i18n/locales/pt.js.map +1 -1
- package/dist/i18n/locales/ro.d.ts +50 -0
- package/dist/i18n/locales/ro.d.ts.map +1 -1
- package/dist/i18n/locales/ro.js +53 -3
- package/dist/i18n/locales/ro.js.map +1 -1
- package/dist/i18n/locales/ru.d.ts +50 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -1
- package/dist/i18n/locales/ru.js +54 -4
- package/dist/i18n/locales/ru.js.map +1 -1
- package/dist/i18n/locales/sq.d.ts +50 -0
- package/dist/i18n/locales/sq.d.ts.map +1 -1
- package/dist/i18n/locales/sq.js +54 -4
- package/dist/i18n/locales/sq.js.map +1 -1
- package/dist/i18n/locales/sv.d.ts +50 -0
- package/dist/i18n/locales/sv.d.ts.map +1 -1
- package/dist/i18n/locales/sv.js +54 -4
- package/dist/i18n/locales/sv.js.map +1 -1
- package/dist/i18n/locales/tr.d.ts +50 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -1
- package/dist/i18n/locales/tr.js +54 -4
- package/dist/i18n/locales/tr.js.map +1 -1
- package/dist/i18n/locales/zh.d.ts +50 -0
- package/dist/i18n/locales/zh.d.ts.map +1 -1
- package/dist/i18n/locales/zh.js +54 -4
- package/dist/i18n/locales/zh.js.map +1 -1
- package/dist/index.js +91 -90
- package/dist/locales/ar.json +54 -4
- package/dist/locales/de.json +64 -14
- package/dist/locales/el.json +54 -4
- package/dist/locales/en.json +54 -4
- package/dist/locales/es.json +54 -4
- package/dist/locales/fr.json +53 -3
- package/dist/locales/hi.json +54 -4
- package/dist/locales/it.json +64 -14
- package/dist/locales/ja.json +54 -4
- package/dist/locales/nl.json +54 -4
- package/dist/locales/pl.json +54 -4
- package/dist/locales/pt.json +54 -4
- package/dist/locales/ro.json +53 -3
- package/dist/locales/ru.json +54 -4
- package/dist/locales/sq.json +54 -4
- package/dist/locales/sv.json +54 -4
- package/dist/locales/tr.json +54 -4
- package/dist/locales/zh.json +54 -4
- package/dist/patterns/calendar/calendar-appointment-details.d.ts +145 -0
- package/dist/patterns/calendar/calendar-appointment-details.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts +32 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts +59 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts +14 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts +11 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts +18 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +26 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +8 -5
- package/dist/patterns/calendar/calendar-workspace.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.data.d.ts +66 -1
- package/dist/patterns/calendar/calendar.data.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.host.d.ts +2 -0
- package/dist/patterns/calendar/calendar.host.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.journey.d.ts +42 -7
- package/dist/patterns/calendar/calendar.journey.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.model.d.ts +54 -5
- package/dist/patterns/calendar/calendar.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +68 -15
- package/dist/patterns/calendar/calendar.sheets.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.surface.d.ts +12 -2
- package/dist/patterns/calendar/calendar.surface.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.types.d.ts +29 -1
- package/dist/patterns/calendar/calendar.types.d.ts.map +1 -1
- package/dist/patterns/calendar/index.d.ts +9 -6
- package/dist/patterns/calendar/index.d.ts.map +1 -1
- package/dist/patterns/calendar/index.js +15 -14
- package/dist/tokens.css +10 -2
- package/package.json +1 -1
- package/dist/_chunks/appointment-card-Dzr3GeVz.js.map +0 -1
- package/dist/_chunks/calendar-CI9MINcR.js.map +0 -1
- package/dist/_chunks/calendar-event-card-66CEEWU6.js.map +0 -1
- package/dist/_chunks/calendar-workspace-a84AHQwj.js +0 -7506
- package/dist/_chunks/calendar-workspace-a84AHQwj.js.map +0 -1
- package/dist/_chunks/clinical-note-card-BBgFd2nB.js.map +0 -1
- package/dist/_chunks/color-picker-CU303VjY.js.map +0 -1
- package/dist/_chunks/combobox-D7_NLE2Z.js.map +0 -1
- package/dist/_chunks/notes-panel-CTNpsByN.js +0 -353
- package/dist/_chunks/notes-panel-CTNpsByN.js.map +0 -1
- package/dist/_chunks/timeline-r-8IUoBS.js.map +0 -1
|
@@ -1720,6 +1720,7 @@ export declare const enUi: {
|
|
|
1720
1720
|
readonly allDay: "All day";
|
|
1721
1721
|
readonly noEvents: "No events to display";
|
|
1722
1722
|
readonly scrollableRegion: "Calendar grid — use arrow keys or scroll to navigate";
|
|
1723
|
+
readonly loadingDay: "This day is still loading";
|
|
1723
1724
|
readonly eventMoved: "{{title}} moved";
|
|
1724
1725
|
readonly eventResized: "{{title}} resized to {{duration}} minutes";
|
|
1725
1726
|
readonly privacyModeOn: "Privacy mode enabled — patient names hidden";
|
|
@@ -1744,6 +1745,7 @@ export declare const enUi: {
|
|
|
1744
1745
|
readonly eventKind: {
|
|
1745
1746
|
readonly task: "Task";
|
|
1746
1747
|
readonly draft: "Draft";
|
|
1748
|
+
readonly pendingDetails: "Loading details…";
|
|
1747
1749
|
};
|
|
1748
1750
|
readonly resourceLabel: {
|
|
1749
1751
|
readonly chairs: "Chairs";
|
|
@@ -2325,6 +2327,10 @@ export declare const enUi: {
|
|
|
2325
2327
|
readonly readMore: "Read more";
|
|
2326
2328
|
readonly readLess: "Read less";
|
|
2327
2329
|
readonly added: "added";
|
|
2330
|
+
readonly deleted: "Deleted";
|
|
2331
|
+
readonly showDeleted: "Show deleted note";
|
|
2332
|
+
readonly hideDeleted: "Hide deleted note";
|
|
2333
|
+
readonly operator: "Operator: {{name}}";
|
|
2328
2334
|
readonly attachment: {
|
|
2329
2335
|
readonly patient: "Patient record";
|
|
2330
2336
|
readonly carePlan: "Care plan {{number}}";
|
|
@@ -3887,6 +3893,10 @@ export declare const enUi: {
|
|
|
3887
3893
|
readonly current: "Current note";
|
|
3888
3894
|
readonly clinicalToggle: "Clinical note";
|
|
3889
3895
|
readonly clinicalGated: "You do not have permission to write clinical notes.";
|
|
3896
|
+
readonly loading: "Loading notes…";
|
|
3897
|
+
readonly loadError: "The notes could not be loaded.";
|
|
3898
|
+
readonly retry: "Try again";
|
|
3899
|
+
readonly addFailed: "The note could not be saved.";
|
|
3890
3900
|
};
|
|
3891
3901
|
readonly toolRail: {
|
|
3892
3902
|
readonly reorderInstructions: "Reorder {{tool}}. Press Alt + Up or Alt + Down to move.";
|
|
@@ -4007,6 +4017,7 @@ export declare const enUi: {
|
|
|
4007
4017
|
};
|
|
4008
4018
|
readonly rail: {
|
|
4009
4019
|
readonly editorDocked: "New appointment form opened in the side panel";
|
|
4020
|
+
readonly notes: "Patient notes";
|
|
4010
4021
|
};
|
|
4011
4022
|
readonly details: {
|
|
4012
4023
|
readonly region: "Appointment details";
|
|
@@ -4027,6 +4038,17 @@ export declare const enUi: {
|
|
|
4027
4038
|
readonly docked: "Appointment details for {{name}} opened in the side panel";
|
|
4028
4039
|
readonly remind: "Send reminder";
|
|
4029
4040
|
readonly remindWhatsApp: "WhatsApp";
|
|
4041
|
+
readonly joinTelehealth: "Join the video visit";
|
|
4042
|
+
readonly documents: {
|
|
4043
|
+
readonly label: "Add";
|
|
4044
|
+
readonly folder: "Folder";
|
|
4045
|
+
readonly template: "Document from template";
|
|
4046
|
+
readonly empty: "Empty document";
|
|
4047
|
+
readonly identification: "Identification document";
|
|
4048
|
+
readonly webcam: "Webcam / Built-in camera";
|
|
4049
|
+
readonly bill: "Create bill";
|
|
4050
|
+
};
|
|
4051
|
+
readonly createTask: "Create task";
|
|
4030
4052
|
readonly remindSms: "SMS";
|
|
4031
4053
|
readonly remindEmail: "Email";
|
|
4032
4054
|
readonly remindSent: "Reminder sent via {{channel}}";
|
|
@@ -4074,6 +4096,10 @@ export declare const enUi: {
|
|
|
4074
4096
|
readonly notesAction: "Patient notes";
|
|
4075
4097
|
readonly notesTitle: "Notes · {{name}}";
|
|
4076
4098
|
readonly notesBack: "Back to details";
|
|
4099
|
+
readonly notesPreviewTitle: "Notes ({{count}})";
|
|
4100
|
+
readonly notesPreviewOpen: "See more";
|
|
4101
|
+
readonly notesPreviewEmpty: "No notes for this patient yet.";
|
|
4102
|
+
readonly notesPreviewOpenNote: "Open note {{number}}";
|
|
4077
4103
|
readonly noteEdit: "Edit note";
|
|
4078
4104
|
readonly noteEditNamed: "Edit note · {{date}}";
|
|
4079
4105
|
readonly noteDelete: "Delete note";
|
|
@@ -4086,6 +4112,7 @@ export declare const enUi: {
|
|
|
4086
4112
|
readonly noteDeleteBody: "The note leaves the patient record. This cannot be undone here.";
|
|
4087
4113
|
readonly noteDeleteConfirm: "Delete";
|
|
4088
4114
|
readonly noteDeleteCancel: "Keep it";
|
|
4115
|
+
readonly noteSaveFailed: "The change to this note could not be saved.";
|
|
4089
4116
|
readonly placementLabel: "Place on the agenda";
|
|
4090
4117
|
readonly move: "Move…";
|
|
4091
4118
|
readonly copy: "Copy…";
|
|
@@ -4095,6 +4122,12 @@ export declare const enUi: {
|
|
|
4095
4122
|
readonly address: "Address";
|
|
4096
4123
|
readonly mapsLink: "Open in Google Maps";
|
|
4097
4124
|
readonly bookingPhone: "Booking phone";
|
|
4125
|
+
readonly sectionAppointment: "Appointment";
|
|
4126
|
+
readonly bookingName: "Name on the booking";
|
|
4127
|
+
readonly bookingEmail: "Booking email";
|
|
4128
|
+
readonly noAddress: "No address on file";
|
|
4129
|
+
readonly aesMissing: "Advanced e-signature not set up";
|
|
4130
|
+
readonly seriesRule: "{{frequency}} · {{count}} times";
|
|
4098
4131
|
readonly readOnlyTitle: "Read-only";
|
|
4099
4132
|
readonly readOnlyBody: "You do not have permission to edit appointments — ask the practice owner for the calendar edit right.";
|
|
4100
4133
|
readonly history: {
|
|
@@ -4104,6 +4137,7 @@ export declare const enUi: {
|
|
|
4104
4137
|
readonly status: "Status changed";
|
|
4105
4138
|
readonly edited: "Edited";
|
|
4106
4139
|
readonly deleted: "Deleted";
|
|
4140
|
+
readonly confirmedByPatient: "Confirmed by the patient";
|
|
4107
4141
|
readonly movedDetail: "{{from}} → {{to}}";
|
|
4108
4142
|
readonly resizedDetail: "{{from}} min → {{to}} min";
|
|
4109
4143
|
readonly statusDetail: "{{from}} → {{to}}";
|
|
@@ -4300,6 +4334,13 @@ export declare const enUi: {
|
|
|
4300
4334
|
readonly scopeThis: "This appointment";
|
|
4301
4335
|
readonly scopeFollowing: "This and the following appointments";
|
|
4302
4336
|
readonly scopeAll: "All appointments in the series";
|
|
4337
|
+
readonly seriesChooserTitle: "Edit a repeating appointment";
|
|
4338
|
+
readonly seriesChooserBody: "The appointment on {{date}} is part of a series. Which appointments should the change apply to?";
|
|
4339
|
+
readonly seriesChooserContinue: "Continue";
|
|
4340
|
+
readonly seriesAllDiscardsOverrides: "Moving the whole series to a new date or time removes appointments that were changed on their own.";
|
|
4341
|
+
readonly seriesScopeReadout: "Applies to: {{scope}}";
|
|
4342
|
+
readonly seriesScopeChange: "Change";
|
|
4343
|
+
readonly seriesClashNote: "Clashes are checked for this appointment only, not for the rest of the series.";
|
|
4303
4344
|
readonly deleteScope: "Which appointments";
|
|
4304
4345
|
readonly carePlanCleanup: "Treatments in the care plan";
|
|
4305
4346
|
readonly carePlanRemove: "Remove the treatment from the care plan";
|
|
@@ -4318,6 +4359,7 @@ export declare const enUi: {
|
|
|
4318
4359
|
readonly signMode_few: "Signature of {{count}} required documents";
|
|
4319
4360
|
};
|
|
4320
4361
|
readonly findSlots: {
|
|
4362
|
+
readonly bandOptions: "Available options";
|
|
4321
4363
|
readonly tool: "Find free slots";
|
|
4322
4364
|
readonly care: "Care";
|
|
4323
4365
|
readonly careSearch: "Search care…";
|
|
@@ -4343,6 +4385,12 @@ export declare const enUi: {
|
|
|
4343
4385
|
readonly noResultsClosed: "The practice is closed on every day in this range.";
|
|
4344
4386
|
readonly capNote: "Showing the first 20 slots";
|
|
4345
4387
|
readonly showInCalendar: "Show in calendar";
|
|
4388
|
+
readonly freeOptions_zero: "{{count}} options";
|
|
4389
|
+
readonly freeOptions_one: "{{count}} option";
|
|
4390
|
+
readonly freeOptions_two: "{{count}} options";
|
|
4391
|
+
readonly freeOptions_few: "{{count}} options";
|
|
4392
|
+
readonly freeOptions_many: "{{count}} options";
|
|
4393
|
+
readonly freeOptions_other: "{{count}} options";
|
|
4346
4394
|
readonly device: "Medical device";
|
|
4347
4395
|
readonly rangeTooLong: "A range longer than {{days}} days is not allowed.";
|
|
4348
4396
|
readonly showMore: "Show more slots";
|
|
@@ -4350,6 +4398,8 @@ export declare const enUi: {
|
|
|
4350
4398
|
readonly noOperatorBusinessHours: "The operators have no business hours. Add them in the scheduler.";
|
|
4351
4399
|
readonly openScheduler: "Open the scheduler";
|
|
4352
4400
|
readonly free: "Free";
|
|
4401
|
+
readonly searching: "Searching for free slots…";
|
|
4402
|
+
readonly searchFailed: "We couldn't search for free slots.";
|
|
4353
4403
|
};
|
|
4354
4404
|
readonly moveConfirm: {
|
|
4355
4405
|
readonly title: "Confirm move";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/en.ts"],"names":[],"mappings":"AAAA;;;mEAGmE;AACnE,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2mCb,mEAAmE;;;;;;;;;;;;;;;;YAgBjE,yDAAyD;;YAEzD,uEAAuE;;;QAGzE,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA8CzD,sEAAsE;;YAEpE,sEAAsE;;;;;;;;YAQtE,mEAAmE;;;QAGrE,6CAA6C;;YAE3C,6DAA6D;;;QAG/D,iDAAiD;;;;;;QAMjD,kEAAkE
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/en.ts"],"names":[],"mappings":"AAAA;;;mEAGmE;AACnE,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2mCb,mEAAmE;;;;;;;;;;;;;;;;YAgBjE,yDAAyD;;YAEzD,uEAAuE;;;QAGzE,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA8CzD,sEAAsE;;YAEpE,sEAAsE;;;;;;;;YAQtE,mEAAmE;;;QAGrE,6CAA6C;;YAE3C,6DAA6D;;;QAG/D,iDAAiD;;;;;;QAMjD,kEAAkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA87G5D,CAAC"}
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1703,6 +1703,7 @@ const e = {
|
|
|
1703
1703
|
allDay: "All day",
|
|
1704
1704
|
noEvents: "No events to display",
|
|
1705
1705
|
scrollableRegion: "Calendar grid — use arrow keys or scroll to navigate",
|
|
1706
|
+
loadingDay: "This day is still loading",
|
|
1706
1707
|
eventMoved: "{{title}} moved",
|
|
1707
1708
|
eventResized: "{{title}} resized to {{duration}} minutes",
|
|
1708
1709
|
privacyModeOn: "Privacy mode enabled — patient names hidden",
|
|
@@ -1726,7 +1727,8 @@ const e = {
|
|
|
1726
1727
|
},
|
|
1727
1728
|
eventKind: {
|
|
1728
1729
|
task: "Task",
|
|
1729
|
-
draft: "Draft"
|
|
1730
|
+
draft: "Draft",
|
|
1731
|
+
pendingDetails: "Loading details…"
|
|
1730
1732
|
},
|
|
1731
1733
|
resourceLabel: {
|
|
1732
1734
|
chairs: "Chairs",
|
|
@@ -2308,6 +2310,10 @@ const e = {
|
|
|
2308
2310
|
readMore: "Read more",
|
|
2309
2311
|
readLess: "Read less",
|
|
2310
2312
|
added: "added",
|
|
2313
|
+
deleted: "Deleted",
|
|
2314
|
+
showDeleted: "Show deleted note",
|
|
2315
|
+
hideDeleted: "Hide deleted note",
|
|
2316
|
+
operator: "Operator: {{name}}",
|
|
2311
2317
|
attachment: {
|
|
2312
2318
|
patient: "Patient record",
|
|
2313
2319
|
carePlan: "Care plan {{number}}",
|
|
@@ -3869,7 +3875,11 @@ const e = {
|
|
|
3869
3875
|
empty: "No notes yet.",
|
|
3870
3876
|
current: "Current note",
|
|
3871
3877
|
clinicalToggle: "Clinical note",
|
|
3872
|
-
clinicalGated: "You do not have permission to write clinical notes."
|
|
3878
|
+
clinicalGated: "You do not have permission to write clinical notes.",
|
|
3879
|
+
loading: "Loading notes…",
|
|
3880
|
+
loadError: "The notes could not be loaded.",
|
|
3881
|
+
retry: "Try again",
|
|
3882
|
+
addFailed: "The note could not be saved."
|
|
3873
3883
|
},
|
|
3874
3884
|
toolRail: {
|
|
3875
3885
|
reorderInstructions: "Reorder {{tool}}. Press Alt + Up or Alt + Down to move.",
|
|
@@ -3989,7 +3999,8 @@ const e = {
|
|
|
3989
3999
|
month: "Month"
|
|
3990
4000
|
},
|
|
3991
4001
|
rail: {
|
|
3992
|
-
editorDocked: "New appointment form opened in the side panel"
|
|
4002
|
+
editorDocked: "New appointment form opened in the side panel",
|
|
4003
|
+
notes: "Patient notes"
|
|
3993
4004
|
},
|
|
3994
4005
|
details: {
|
|
3995
4006
|
region: "Appointment details",
|
|
@@ -4010,6 +4021,17 @@ const e = {
|
|
|
4010
4021
|
docked: "Appointment details for {{name}} opened in the side panel",
|
|
4011
4022
|
remind: "Send reminder",
|
|
4012
4023
|
remindWhatsApp: "WhatsApp",
|
|
4024
|
+
joinTelehealth: "Join the video visit",
|
|
4025
|
+
documents: {
|
|
4026
|
+
label: "Add",
|
|
4027
|
+
folder: "Folder",
|
|
4028
|
+
template: "Document from template",
|
|
4029
|
+
empty: "Empty document",
|
|
4030
|
+
identification: "Identification document",
|
|
4031
|
+
webcam: "Webcam / Built-in camera",
|
|
4032
|
+
bill: "Create bill"
|
|
4033
|
+
},
|
|
4034
|
+
createTask: "Create task",
|
|
4013
4035
|
remindSms: "SMS",
|
|
4014
4036
|
remindEmail: "Email",
|
|
4015
4037
|
remindSent: "Reminder sent via {{channel}}",
|
|
@@ -4057,6 +4079,10 @@ const e = {
|
|
|
4057
4079
|
notesAction: "Patient notes",
|
|
4058
4080
|
notesTitle: "Notes · {{name}}",
|
|
4059
4081
|
notesBack: "Back to details",
|
|
4082
|
+
notesPreviewTitle: "Notes ({{count}})",
|
|
4083
|
+
notesPreviewOpen: "See more",
|
|
4084
|
+
notesPreviewEmpty: "No notes for this patient yet.",
|
|
4085
|
+
notesPreviewOpenNote: "Open note {{number}}",
|
|
4060
4086
|
noteEdit: "Edit note",
|
|
4061
4087
|
noteEditNamed: "Edit note · {{date}}",
|
|
4062
4088
|
noteDelete: "Delete note",
|
|
@@ -4069,6 +4095,7 @@ const e = {
|
|
|
4069
4095
|
noteDeleteBody: "The note leaves the patient record. This cannot be undone here.",
|
|
4070
4096
|
noteDeleteConfirm: "Delete",
|
|
4071
4097
|
noteDeleteCancel: "Keep it",
|
|
4098
|
+
noteSaveFailed: "The change to this note could not be saved.",
|
|
4072
4099
|
placementLabel: "Place on the agenda",
|
|
4073
4100
|
move: "Move…",
|
|
4074
4101
|
copy: "Copy…",
|
|
@@ -4078,6 +4105,12 @@ const e = {
|
|
|
4078
4105
|
address: "Address",
|
|
4079
4106
|
mapsLink: "Open in Google Maps",
|
|
4080
4107
|
bookingPhone: "Booking phone",
|
|
4108
|
+
sectionAppointment: "Appointment",
|
|
4109
|
+
bookingName: "Name on the booking",
|
|
4110
|
+
bookingEmail: "Booking email",
|
|
4111
|
+
noAddress: "No address on file",
|
|
4112
|
+
aesMissing: "Advanced e-signature not set up",
|
|
4113
|
+
seriesRule: "{{frequency}} · {{count}} times",
|
|
4081
4114
|
readOnlyTitle: "Read-only",
|
|
4082
4115
|
readOnlyBody: "You do not have permission to edit appointments — ask the practice owner for the calendar edit right.",
|
|
4083
4116
|
history: {
|
|
@@ -4087,6 +4120,7 @@ const e = {
|
|
|
4087
4120
|
status: "Status changed",
|
|
4088
4121
|
edited: "Edited",
|
|
4089
4122
|
deleted: "Deleted",
|
|
4123
|
+
confirmedByPatient: "Confirmed by the patient",
|
|
4090
4124
|
movedDetail: "{{from}} → {{to}}",
|
|
4091
4125
|
resizedDetail: "{{from}} min → {{to}} min",
|
|
4092
4126
|
statusDetail: "{{from}} → {{to}}",
|
|
@@ -4283,6 +4317,13 @@ const e = {
|
|
|
4283
4317
|
scopeThis: "This appointment",
|
|
4284
4318
|
scopeFollowing: "This and the following appointments",
|
|
4285
4319
|
scopeAll: "All appointments in the series",
|
|
4320
|
+
seriesChooserTitle: "Edit a repeating appointment",
|
|
4321
|
+
seriesChooserBody: "The appointment on {{date}} is part of a series. Which appointments should the change apply to?",
|
|
4322
|
+
seriesChooserContinue: "Continue",
|
|
4323
|
+
seriesAllDiscardsOverrides: "Moving the whole series to a new date or time removes appointments that were changed on their own.",
|
|
4324
|
+
seriesScopeReadout: "Applies to: {{scope}}",
|
|
4325
|
+
seriesScopeChange: "Change",
|
|
4326
|
+
seriesClashNote: "Clashes are checked for this appointment only, not for the rest of the series.",
|
|
4286
4327
|
deleteScope: "Which appointments",
|
|
4287
4328
|
carePlanCleanup: "Treatments in the care plan",
|
|
4288
4329
|
carePlanRemove: "Remove the treatment from the care plan",
|
|
@@ -4301,6 +4342,7 @@ const e = {
|
|
|
4301
4342
|
signMode_few: "Signature of {{count}} required documents"
|
|
4302
4343
|
},
|
|
4303
4344
|
findSlots: {
|
|
4345
|
+
bandOptions: "Available options",
|
|
4304
4346
|
tool: "Find free slots",
|
|
4305
4347
|
care: "Care",
|
|
4306
4348
|
careSearch: "Search care…",
|
|
@@ -4326,13 +4368,21 @@ const e = {
|
|
|
4326
4368
|
noResultsClosed: "The practice is closed on every day in this range.",
|
|
4327
4369
|
capNote: "Showing the first 20 slots",
|
|
4328
4370
|
showInCalendar: "Show in calendar",
|
|
4371
|
+
freeOptions_zero: "{{count}} options",
|
|
4372
|
+
freeOptions_one: "{{count}} option",
|
|
4373
|
+
freeOptions_two: "{{count}} options",
|
|
4374
|
+
freeOptions_few: "{{count}} options",
|
|
4375
|
+
freeOptions_many: "{{count}} options",
|
|
4376
|
+
freeOptions_other: "{{count}} options",
|
|
4329
4377
|
device: "Medical device",
|
|
4330
4378
|
rangeTooLong: "A range longer than {{days}} days is not allowed.",
|
|
4331
4379
|
showMore: "Show more slots",
|
|
4332
4380
|
noPracticeBusinessHours: "The practice has no business hours. Add them in the scheduler.",
|
|
4333
4381
|
noOperatorBusinessHours: "The operators have no business hours. Add them in the scheduler.",
|
|
4334
4382
|
openScheduler: "Open the scheduler",
|
|
4335
|
-
free: "Free"
|
|
4383
|
+
free: "Free",
|
|
4384
|
+
searching: "Searching for free slots…",
|
|
4385
|
+
searchFailed: "We couldn't search for free slots."
|
|
4336
4386
|
},
|
|
4337
4387
|
moveConfirm: {
|
|
4338
4388
|
title: "Confirm move",
|