@alfadocs/ui-kit 1.43.0 → 1.45.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/ai-sparkle-DXeP_6a0.js +52 -0
- package/dist/_chunks/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-B7KvZ1_D.js +12161 -0
- package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
- package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
- package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-Dkk9QPPX.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BrAvNajV.js +3779 -0
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-ai-sparkle-CyQSRTCe.js +103 -0
- package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
- package/dist/agent-catalog.json +84 -3
- package/dist/agent-i18n/en.json +14 -3
- package/dist/components/ai-sparkle/ai-sparkle.d.ts +24 -0
- package/dist/components/ai-sparkle/index.d.ts +3 -0
- package/dist/components/ai-sparkle/index.js +5 -0
- package/dist/components/calendar/calendar.d.ts +6 -0
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +4 -0
- package/dist/components/panel-subview/index.js +1 -1
- package/dist/components/panel-subview/panel-subview.d.ts +6 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
- package/dist/components/rich-text-editor/index.d.ts +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
- package/dist/components/variables-menu/index.d.ts +4 -0
- package/dist/components/variables-menu/index.js +6 -0
- package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
- package/dist/components/variables-menu/variables-menu.d.ts +53 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +64 -56
- package/dist/hooks/use-ai-sparkle.d.ts +109 -0
- package/dist/host-compat.css +5 -5
- package/dist/i18n/locales/ar.d.ts +77 -6
- package/dist/i18n/locales/ar.js +78 -7
- package/dist/i18n/locales/de.d.ts +77 -6
- package/dist/i18n/locales/de.js +78 -7
- package/dist/i18n/locales/el.d.ts +77 -6
- package/dist/i18n/locales/el.js +78 -7
- package/dist/i18n/locales/en.d.ts +77 -6
- package/dist/i18n/locales/en.js +85 -7
- package/dist/i18n/locales/es.d.ts +77 -6
- package/dist/i18n/locales/es.js +78 -7
- package/dist/i18n/locales/fr.d.ts +77 -6
- package/dist/i18n/locales/fr.js +78 -7
- package/dist/i18n/locales/hi.d.ts +77 -6
- package/dist/i18n/locales/hi.js +78 -7
- package/dist/i18n/locales/it.d.ts +77 -6
- package/dist/i18n/locales/it.js +78 -7
- package/dist/i18n/locales/ja.d.ts +77 -6
- package/dist/i18n/locales/ja.js +78 -7
- package/dist/i18n/locales/nl.d.ts +77 -6
- package/dist/i18n/locales/nl.js +78 -7
- package/dist/i18n/locales/pl.d.ts +77 -6
- package/dist/i18n/locales/pl.js +78 -7
- package/dist/i18n/locales/pt.d.ts +77 -6
- package/dist/i18n/locales/pt.js +78 -7
- package/dist/i18n/locales/ro.d.ts +77 -6
- package/dist/i18n/locales/ro.js +78 -7
- package/dist/i18n/locales/ru.d.ts +77 -6
- package/dist/i18n/locales/ru.js +78 -7
- package/dist/i18n/locales/sq.d.ts +77 -6
- package/dist/i18n/locales/sq.js +78 -7
- package/dist/i18n/locales/sv.d.ts +77 -6
- package/dist/i18n/locales/sv.js +78 -7
- package/dist/i18n/locales/tr.d.ts +77 -6
- package/dist/i18n/locales/tr.js +78 -7
- package/dist/i18n/locales/zh.d.ts +77 -6
- package/dist/i18n/locales/zh.js +78 -7
- package/dist/index.js +1106 -1099
- package/dist/locales/ar.json +78 -7
- package/dist/locales/de.json +78 -7
- package/dist/locales/el.json +78 -7
- package/dist/locales/en.json +78 -7
- package/dist/locales/es.json +78 -7
- package/dist/locales/fr.json +78 -7
- package/dist/locales/hi.json +78 -7
- package/dist/locales/it.json +78 -7
- package/dist/locales/ja.json +78 -7
- package/dist/locales/nl.json +78 -7
- package/dist/locales/pl.json +78 -7
- package/dist/locales/pt.json +78 -7
- package/dist/locales/ro.json +78 -7
- package/dist/locales/ru.json +78 -7
- package/dist/locales/sq.json +78 -7
- package/dist/locales/sv.json +78 -7
- package/dist/locales/tr.json +78 -7
- package/dist/locales/zh.json +78 -7
- package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
- package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
- package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
- package/dist/patterns/calendar/calendar.model.d.ts +23 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +32 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
- package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
- package/dist/patterns/help-me-write-templates/index.js +1 -1
- package/dist/tokens.css +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-DhXqqu-D.js +0 -11392
- package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
- package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
- package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
package/dist/i18n/locales/en.js
CHANGED
|
@@ -2787,9 +2787,26 @@ const e = {
|
|
|
2787
2787
|
heading: "Heading",
|
|
2788
2788
|
extensions: "Editor extensions",
|
|
2789
2789
|
insertVariable: "Insert variable",
|
|
2790
|
-
variables:
|
|
2790
|
+
variables: {
|
|
2791
|
+
menuLabel: "Variables",
|
|
2792
|
+
search: "Search variables…",
|
|
2793
|
+
recent: "Recent",
|
|
2794
|
+
groups: {
|
|
2795
|
+
patient: "Patient",
|
|
2796
|
+
appointment: "Appointment",
|
|
2797
|
+
practice: "Practice",
|
|
2798
|
+
operator: "Operator",
|
|
2799
|
+
document: "Document",
|
|
2800
|
+
other: "Other"
|
|
2801
|
+
},
|
|
2802
|
+
empty: 'No variables match "{{query}}"',
|
|
2803
|
+
footer: {
|
|
2804
|
+
navigate: "navigate",
|
|
2805
|
+
insert: "insert",
|
|
2806
|
+
close: "close"
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2791
2809
|
variableInvalid: "Not a valid variable: {{tokens}}. Pick one from Insert variable.",
|
|
2792
|
-
variableNoMatch: "No variable matches “{{query}}”",
|
|
2793
2810
|
more: "More options",
|
|
2794
2811
|
link: {
|
|
2795
2812
|
url: "URL",
|
|
@@ -2879,7 +2896,18 @@ const e = {
|
|
|
2879
2896
|
proofread: "Check spelling & grammar",
|
|
2880
2897
|
autoFormat: "Auto-format document",
|
|
2881
2898
|
consentRecorded: "AI assistance consent has been recorded.",
|
|
2882
|
-
consentRegionLabel: "AI assistance consent for this document"
|
|
2899
|
+
consentRegionLabel: "AI assistance consent for this document",
|
|
2900
|
+
templates: "Templates",
|
|
2901
|
+
templatesGroup: "Practice templates",
|
|
2902
|
+
noTemplates: "No templates yet",
|
|
2903
|
+
templatesNoteEmpty: "The note is empty. Dictate or type first to use a template.",
|
|
2904
|
+
createFirstTemplate: "Create your first template",
|
|
2905
|
+
manageTemplates: "Manage templates",
|
|
2906
|
+
defaultBadge: "Default",
|
|
2907
|
+
actionError: "Something went wrong. Try again.",
|
|
2908
|
+
actionStale: "The text changed while the AI was rewriting it. Nothing was replaced. Try again.",
|
|
2909
|
+
selectionTools: "Selection tools",
|
|
2910
|
+
actionDone: "Done. The note has been updated."
|
|
2883
2911
|
}
|
|
2884
2912
|
},
|
|
2885
2913
|
payment: {
|
|
@@ -3135,6 +3163,8 @@ const e = {
|
|
|
3135
3163
|
},
|
|
3136
3164
|
helpMeWriteTemplates: {
|
|
3137
3165
|
bar: {
|
|
3166
|
+
contextDocument: "Uses the whole note as context. The draft goes in at the cursor.",
|
|
3167
|
+
contextSelection: "Uses the selected text as context. The draft replaces it.",
|
|
3138
3168
|
templatesMenu: "Templates",
|
|
3139
3169
|
templatesGroup: "Practice templates",
|
|
3140
3170
|
createFirst: "Create your first template",
|
|
@@ -3179,10 +3209,12 @@ const e = {
|
|
|
3179
3209
|
},
|
|
3180
3210
|
manager: {
|
|
3181
3211
|
title: "AI templates",
|
|
3182
|
-
description: "Shared with everyone in the practice.
|
|
3212
|
+
description: "Shared with everyone in the practice. Drag to set the order of the Templates menu.",
|
|
3183
3213
|
new: "New template",
|
|
3184
3214
|
done: "Done",
|
|
3185
3215
|
listLabel: "Templates",
|
|
3216
|
+
reorderHandle: "Reorder {{label}}. Press Alt + Up or Alt + Down to move.",
|
|
3217
|
+
reorderAnnounce: "{{label}} moved to position {{to}} of {{total}}",
|
|
3186
3218
|
edit: "Edit {{name}}",
|
|
3187
3219
|
delete: "Delete {{name}}",
|
|
3188
3220
|
emptyTitle: "No templates yet",
|
|
@@ -4152,7 +4184,10 @@ const e = {
|
|
|
4152
4184
|
actions: {
|
|
4153
4185
|
groupLabel: "Agenda actions",
|
|
4154
4186
|
schedulingLabel: "Scheduling",
|
|
4187
|
+
createGroupLabel: "Create new",
|
|
4188
|
+
toolsLabel: "Agenda tools",
|
|
4155
4189
|
newAppointment: "New appointment",
|
|
4190
|
+
newTask: "New task",
|
|
4156
4191
|
privacy: "Privacy mode",
|
|
4157
4192
|
findFreeSlots: "Find free slots",
|
|
4158
4193
|
printDay: "Print day",
|
|
@@ -4537,6 +4572,11 @@ const e = {
|
|
|
4537
4572
|
chairBusy: "The chosen chair is busy at this time.",
|
|
4538
4573
|
operatorBusy: "The chosen operator is busy at this time.",
|
|
4539
4574
|
operatorAbsent: "The chosen operator is away on the date of the appointment.",
|
|
4575
|
+
/* HTP-5059 — the current operator/chair on an edit stays selectable
|
|
4576
|
+
even when the care no longer allows it; this hint marks that one
|
|
4577
|
+
option rather than blocking or hiding it. */
|
|
4578
|
+
careRestrictedResourceHint: "not allowed for this treatment",
|
|
4579
|
+
careRestrictionConflict: "No operator/chair is common to the selected treatments",
|
|
4540
4580
|
reminderDisabled: "(disabled)",
|
|
4541
4581
|
priceListAllPhases: "All phases",
|
|
4542
4582
|
priceListBilled: "Action not allowed: this treatment has already been invoiced.",
|
|
@@ -4572,6 +4612,32 @@ const e = {
|
|
|
4572
4612
|
signMode_two: "Signature of {{count}} required documents",
|
|
4573
4613
|
signMode_few: "Signature of {{count}} required documents"
|
|
4574
4614
|
},
|
|
4615
|
+
taskEditor: {
|
|
4616
|
+
title: "New task",
|
|
4617
|
+
editTitle: "Edit task",
|
|
4618
|
+
date: "Date",
|
|
4619
|
+
time: "Time",
|
|
4620
|
+
note: "Note",
|
|
4621
|
+
noteRequired: "Enter a note.",
|
|
4622
|
+
operator: "Operator",
|
|
4623
|
+
operatorNone: "No operator",
|
|
4624
|
+
about: "Concerns",
|
|
4625
|
+
aboutNobody: "Nobody",
|
|
4626
|
+
aboutPatient: "Patient",
|
|
4627
|
+
aboutCompany: "Company",
|
|
4628
|
+
companyName: "Company name",
|
|
4629
|
+
companyUnresolved: "Linked company (not in the list): {{id}}",
|
|
4630
|
+
companyReplace: "Replace company",
|
|
4631
|
+
done: "Done",
|
|
4632
|
+
save: "Save",
|
|
4633
|
+
cancel: "Cancel",
|
|
4634
|
+
delete: "Delete",
|
|
4635
|
+
deleteConfirmTitle: "Delete this task?",
|
|
4636
|
+
deleteConfirmBody: "The task will be removed. This cannot be undone here.",
|
|
4637
|
+
deleteConfirm: "Delete",
|
|
4638
|
+
deleteCancel: "Keep",
|
|
4639
|
+
readOnlyBody: "This task is read-only."
|
|
4640
|
+
},
|
|
4575
4641
|
findSlots: {
|
|
4576
4642
|
bandOptions: "Available options",
|
|
4577
4643
|
tool: "Find free slots",
|
|
@@ -4800,16 +4866,23 @@ const e = {
|
|
|
4800
4866
|
undone: "Duration restored"
|
|
4801
4867
|
},
|
|
4802
4868
|
bookings: {
|
|
4803
|
-
|
|
4804
|
-
|
|
4869
|
+
/* Deliberately NOT "Backlog": `calendarWorkspace.backlog.*` already
|
|
4870
|
+
names the unrelated waiting-list Backlog (bookings + waiting +
|
|
4871
|
+
unconfirmed + no-operator + signatures). "To complete" is the
|
|
4872
|
+
closest English label that does not collide with it. */
|
|
4873
|
+
title: "To complete",
|
|
4874
|
+
intro: "Appointments in view still missing a patient, an operator or a chair — however they were created.",
|
|
4805
4875
|
new: "New",
|
|
4806
4876
|
bookedOn: "booked {{date}}",
|
|
4807
4877
|
needsPatient: "Patient to assign",
|
|
4808
4878
|
needsOperator: "Operator to assign",
|
|
4879
|
+
needsChair: "Chair to assign",
|
|
4809
4880
|
assignPatient: "Assign patient",
|
|
4810
4881
|
assignOperator: "Assign operator",
|
|
4882
|
+
assignChair: "Assign chair",
|
|
4811
4883
|
assignPatientShort: "Patient",
|
|
4812
4884
|
assignOperatorShort: "Operator",
|
|
4885
|
+
assignChairShort: "Chair",
|
|
4813
4886
|
edit: "Edit appointment",
|
|
4814
4887
|
whatsapp: "Message on WhatsApp",
|
|
4815
4888
|
whatsappNoNumber: "No WhatsApp number for this booking",
|
|
@@ -4819,7 +4892,11 @@ const e = {
|
|
|
4819
4892
|
current: "Current booking",
|
|
4820
4893
|
showInCalendarNamed: "Show the {{when}} booking in the calendar",
|
|
4821
4894
|
showInCalendar: "Show in calendar",
|
|
4822
|
-
emptyTitle: "No
|
|
4895
|
+
emptyTitle: "No appointments to complete.",
|
|
4896
|
+
filterNoPatient: "Without a patient",
|
|
4897
|
+
filterNoOperator: "Without an operator",
|
|
4898
|
+
filterNoChair: "Without a chair",
|
|
4899
|
+
notShownOnChairAxis: "Not shown in the chair columns until a chair is assigned."
|
|
4823
4900
|
},
|
|
4824
4901
|
waitingList: {
|
|
4825
4902
|
removed: "Removed from the waiting list",
|
|
@@ -4863,6 +4940,7 @@ const e = {
|
|
|
4863
4940
|
},
|
|
4864
4941
|
readOnly: {
|
|
4865
4942
|
createBlocked: "You do not have permission to create appointments.",
|
|
4943
|
+
createTaskBlocked: "You do not have permission to create tasks.",
|
|
4866
4944
|
changeBlocked: "You do not have permission to change appointments.",
|
|
4867
4945
|
waitingBlocked: "You do not have permission to change the waiting list.",
|
|
4868
4946
|
waitingLockedBody: "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right."
|
|
@@ -2793,9 +2793,26 @@ export declare const esUi: {
|
|
|
2793
2793
|
readonly heading: "Título";
|
|
2794
2794
|
readonly extensions: "Extensiones del editor";
|
|
2795
2795
|
readonly insertVariable: "Insertar variable";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Variables";
|
|
2798
|
+
readonly search: "Buscar variables…";
|
|
2799
|
+
readonly recent: "Recientes";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Paciente";
|
|
2802
|
+
readonly appointment: "Cita";
|
|
2803
|
+
readonly practice: "Clínica";
|
|
2804
|
+
readonly operator: "Operador";
|
|
2805
|
+
readonly document: "Documento";
|
|
2806
|
+
readonly other: "Otros";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Ninguna variable coincide con «{{query}}»";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "navegar";
|
|
2811
|
+
readonly insert: "insertar";
|
|
2812
|
+
readonly close: "cerrar";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Variable no válida: {{tokens}}. Elige una en Insertar variable.";
|
|
2798
|
-
readonly variableNoMatch: "Ninguna variable coincide con «{{query}}»";
|
|
2799
2816
|
readonly more: "Más opciones";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const esUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Formatear documento automáticamente";
|
|
2887
2904
|
readonly consentRecorded: "Se ha registrado el consentimiento de asistencia de IA.";
|
|
2888
2905
|
readonly consentRegionLabel: "Consentimiento de asistencia de IA para este documento";
|
|
2906
|
+
readonly templates: "Plantillas";
|
|
2907
|
+
readonly templatesGroup: "Plantillas de la clínica";
|
|
2908
|
+
readonly noTemplates: "Aún no hay plantillas";
|
|
2909
|
+
readonly templatesNoteEmpty: "La nota está vacía. Dicta o escribe primero para usar una plantilla.";
|
|
2910
|
+
readonly createFirstTemplate: "Crea tu primera plantilla";
|
|
2911
|
+
readonly manageTemplates: "Gestionar plantillas";
|
|
2912
|
+
readonly defaultBadge: "Predeterminada";
|
|
2913
|
+
readonly actionError: "Algo ha salido mal. Inténtalo de nuevo.";
|
|
2914
|
+
readonly actionStale: "El texto ha cambiado mientras la IA lo reescribía. No se ha sustituido nada. Inténtalo de nuevo.";
|
|
2915
|
+
readonly selectionTools: "Herramientas de selección";
|
|
2916
|
+
readonly actionDone: "Listo. La nota se ha actualizado.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const esUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Usa toda la nota como contexto. El borrador se inserta en el cursor.";
|
|
3173
|
+
readonly contextSelection: "Usa el texto seleccionado como contexto. El borrador lo sustituye.";
|
|
3144
3174
|
readonly templatesMenu: "Plantillas";
|
|
3145
3175
|
readonly templatesGroup: "Plantillas de la clínica";
|
|
3146
3176
|
readonly createFirst: "Crea tu primera plantilla";
|
|
@@ -3185,10 +3215,12 @@ export declare const esUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "Plantillas de IA";
|
|
3188
|
-
readonly description: "Compartidas con toda la clínica.
|
|
3218
|
+
readonly description: "Compartidas con toda la clínica. Arrastra para fijar el orden del menú Plantillas.";
|
|
3189
3219
|
readonly new: "Nueva plantilla";
|
|
3190
3220
|
readonly done: "Hecho";
|
|
3191
3221
|
readonly listLabel: "Plantillas";
|
|
3222
|
+
readonly reorderHandle: "Reordenar {{label}}. Pulse Alt + Arriba o Alt + Abajo para mover.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} movido a la posición {{to}} de {{total}}";
|
|
3192
3224
|
readonly edit: "Editar {{name}}";
|
|
3193
3225
|
readonly delete: "Eliminar {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "Aún no hay plantillas";
|
|
@@ -4158,7 +4190,10 @@ export declare const esUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Acciones de la agenda";
|
|
4160
4192
|
readonly schedulingLabel: "Programación";
|
|
4193
|
+
readonly createGroupLabel: "Crear nuevo";
|
|
4194
|
+
readonly toolsLabel: "Herramientas de la agenda";
|
|
4161
4195
|
readonly newAppointment: "Nueva cita";
|
|
4196
|
+
readonly newTask: "Nueva tarea";
|
|
4162
4197
|
readonly privacy: "Modo privacidad";
|
|
4163
4198
|
readonly findFreeSlots: "Buscar franjas libres";
|
|
4164
4199
|
readonly printDay: "Imprimir día";
|
|
@@ -4543,6 +4578,8 @@ export declare const esUi: {
|
|
|
4543
4578
|
readonly chairBusy: "El sillón elegido está ocupado a esta hora.";
|
|
4544
4579
|
readonly operatorBusy: "El operador elegido está ocupado a esta hora.";
|
|
4545
4580
|
readonly operatorAbsent: "El operador elegido está ausente en la fecha de la cita.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "no previsto para este tratamiento";
|
|
4582
|
+
readonly careRestrictionConflict: "Ningún operador/sillón es común a los tratamientos seleccionados";
|
|
4546
4583
|
readonly reminderDisabled: "(desactivado)";
|
|
4547
4584
|
readonly priceListAllPhases: "Todas las fases";
|
|
4548
4585
|
readonly priceListBilled: "Acción no permitida: este tratamiento ya se ha facturado.";
|
|
@@ -4578,6 +4615,32 @@ export declare const esUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Firma de {{count}} documentos obligatorios";
|
|
4579
4616
|
readonly signMode_few: "Firma de {{count}} documentos obligatorios";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Nueva tarea";
|
|
4620
|
+
readonly editTitle: "Editar tarea";
|
|
4621
|
+
readonly date: "Fecha";
|
|
4622
|
+
readonly time: "Hora";
|
|
4623
|
+
readonly note: "Nota";
|
|
4624
|
+
readonly noteRequired: "Introduce una nota.";
|
|
4625
|
+
readonly operator: "Operador";
|
|
4626
|
+
readonly operatorNone: "Sin operador";
|
|
4627
|
+
readonly about: "Referente a";
|
|
4628
|
+
readonly aboutNobody: "Nadie";
|
|
4629
|
+
readonly aboutPatient: "Paciente";
|
|
4630
|
+
readonly aboutCompany: "Empresa";
|
|
4631
|
+
readonly companyName: "Nombre de la empresa";
|
|
4632
|
+
readonly companyUnresolved: "Empresa vinculada (no está en la lista): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Sustituir empresa";
|
|
4634
|
+
readonly done: "Completada";
|
|
4635
|
+
readonly save: "Guardar";
|
|
4636
|
+
readonly cancel: "Cancelar";
|
|
4637
|
+
readonly delete: "Eliminar";
|
|
4638
|
+
readonly deleteConfirmTitle: "¿Eliminar esta tarea?";
|
|
4639
|
+
readonly deleteConfirmBody: "La tarea se eliminará. Esta acción no se puede deshacer aquí.";
|
|
4640
|
+
readonly deleteConfirm: "Eliminar";
|
|
4641
|
+
readonly deleteCancel: "Mantener";
|
|
4642
|
+
readonly readOnlyBody: "Esta tarea es de solo lectura.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Opciones disponibles";
|
|
4583
4646
|
readonly tool: "Buscar franjas libres";
|
|
@@ -4806,16 +4869,19 @@ export declare const esUi: {
|
|
|
4806
4869
|
readonly undone: "Duración restablecida";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Por completar";
|
|
4873
|
+
readonly intro: "Citas en el periodo visible a las que aún les falta un paciente, un operador o un sillón, sea cual sea su origen.";
|
|
4811
4874
|
readonly new: "Nueva";
|
|
4812
4875
|
readonly bookedOn: "reservada el {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Paciente por asignar";
|
|
4814
4877
|
readonly needsOperator: "Operador por asignar";
|
|
4878
|
+
readonly needsChair: "Sillón por asignar";
|
|
4815
4879
|
readonly assignPatient: "Asignar paciente";
|
|
4816
4880
|
readonly assignOperator: "Asignar operador";
|
|
4881
|
+
readonly assignChair: "Asignar sillón";
|
|
4817
4882
|
readonly assignPatientShort: "Paciente";
|
|
4818
4883
|
readonly assignOperatorShort: "Operador";
|
|
4884
|
+
readonly assignChairShort: "Sillón";
|
|
4819
4885
|
readonly edit: "Editar cita";
|
|
4820
4886
|
readonly whatsapp: "Escribir por WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "No hay número de WhatsApp para esta reserva";
|
|
@@ -4825,7 +4891,11 @@ export declare const esUi: {
|
|
|
4825
4891
|
readonly current: "Reserva seleccionada";
|
|
4826
4892
|
readonly showInCalendarNamed: "Mostrar en el calendario la reserva del {{when}}";
|
|
4827
4893
|
readonly showInCalendar: "Mostrar en el calendario";
|
|
4828
|
-
readonly emptyTitle: "No hay
|
|
4894
|
+
readonly emptyTitle: "No hay citas por completar.";
|
|
4895
|
+
readonly filterNoPatient: "Sin paciente";
|
|
4896
|
+
readonly filterNoOperator: "Sin operador";
|
|
4897
|
+
readonly filterNoChair: "Sin sillón";
|
|
4898
|
+
readonly notShownOnChairAxis: "No se muestran en las columnas de sillón hasta que se asigne uno.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Entrada quitada de la lista de espera";
|
|
@@ -4869,6 +4939,7 @@ export declare const esUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "No tiene permiso para crear citas.";
|
|
4942
|
+
readonly createTaskBlocked: "No tiene permiso para crear tareas.";
|
|
4872
4943
|
readonly changeBlocked: "No tiene permiso para modificar citas.";
|
|
4873
4944
|
readonly waitingBlocked: "No tiene permiso para modificar la lista de espera.";
|
|
4874
4945
|
readonly waitingLockedBody: "No tiene permiso para modificar la lista de espera: pida al titular de la clínica el permiso de edición del calendario.";
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -2768,9 +2768,26 @@ const e = {
|
|
|
2768
2768
|
heading: "Título",
|
|
2769
2769
|
extensions: "Extensiones del editor",
|
|
2770
2770
|
insertVariable: "Insertar variable",
|
|
2771
|
-
variables:
|
|
2771
|
+
variables: {
|
|
2772
|
+
menuLabel: "Variables",
|
|
2773
|
+
search: "Buscar variables…",
|
|
2774
|
+
recent: "Recientes",
|
|
2775
|
+
groups: {
|
|
2776
|
+
patient: "Paciente",
|
|
2777
|
+
appointment: "Cita",
|
|
2778
|
+
practice: "Clínica",
|
|
2779
|
+
operator: "Operador",
|
|
2780
|
+
document: "Documento",
|
|
2781
|
+
other: "Otros"
|
|
2782
|
+
},
|
|
2783
|
+
empty: "Ninguna variable coincide con «{{query}}»",
|
|
2784
|
+
footer: {
|
|
2785
|
+
navigate: "navegar",
|
|
2786
|
+
insert: "insertar",
|
|
2787
|
+
close: "cerrar"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2772
2790
|
variableInvalid: "Variable no válida: {{tokens}}. Elige una en Insertar variable.",
|
|
2773
|
-
variableNoMatch: "Ninguna variable coincide con «{{query}}»",
|
|
2774
2791
|
more: "Más opciones",
|
|
2775
2792
|
link: {
|
|
2776
2793
|
url: "URL",
|
|
@@ -2860,7 +2877,18 @@ const e = {
|
|
|
2860
2877
|
proofread: "Revisar ortografía y gramática",
|
|
2861
2878
|
autoFormat: "Formatear documento automáticamente",
|
|
2862
2879
|
consentRecorded: "Se ha registrado el consentimiento de asistencia de IA.",
|
|
2863
|
-
consentRegionLabel: "Consentimiento de asistencia de IA para este documento"
|
|
2880
|
+
consentRegionLabel: "Consentimiento de asistencia de IA para este documento",
|
|
2881
|
+
templates: "Plantillas",
|
|
2882
|
+
templatesGroup: "Plantillas de la clínica",
|
|
2883
|
+
noTemplates: "Aún no hay plantillas",
|
|
2884
|
+
templatesNoteEmpty: "La nota está vacía. Dicta o escribe primero para usar una plantilla.",
|
|
2885
|
+
createFirstTemplate: "Crea tu primera plantilla",
|
|
2886
|
+
manageTemplates: "Gestionar plantillas",
|
|
2887
|
+
defaultBadge: "Predeterminada",
|
|
2888
|
+
actionError: "Algo ha salido mal. Inténtalo de nuevo.",
|
|
2889
|
+
actionStale: "El texto ha cambiado mientras la IA lo reescribía. No se ha sustituido nada. Inténtalo de nuevo.",
|
|
2890
|
+
selectionTools: "Herramientas de selección",
|
|
2891
|
+
actionDone: "Listo. La nota se ha actualizado."
|
|
2864
2892
|
}
|
|
2865
2893
|
},
|
|
2866
2894
|
payment: {
|
|
@@ -3113,6 +3141,8 @@ const e = {
|
|
|
3113
3141
|
},
|
|
3114
3142
|
helpMeWriteTemplates: {
|
|
3115
3143
|
bar: {
|
|
3144
|
+
contextDocument: "Usa toda la nota como contexto. El borrador se inserta en el cursor.",
|
|
3145
|
+
contextSelection: "Usa el texto seleccionado como contexto. El borrador lo sustituye.",
|
|
3116
3146
|
templatesMenu: "Plantillas",
|
|
3117
3147
|
templatesGroup: "Plantillas de la clínica",
|
|
3118
3148
|
createFirst: "Crea tu primera plantilla",
|
|
@@ -3157,10 +3187,12 @@ const e = {
|
|
|
3157
3187
|
},
|
|
3158
3188
|
manager: {
|
|
3159
3189
|
title: "Plantillas de IA",
|
|
3160
|
-
description: "Compartidas con toda la clínica.
|
|
3190
|
+
description: "Compartidas con toda la clínica. Arrastra para fijar el orden del menú Plantillas.",
|
|
3161
3191
|
new: "Nueva plantilla",
|
|
3162
3192
|
done: "Hecho",
|
|
3163
3193
|
listLabel: "Plantillas",
|
|
3194
|
+
reorderHandle: "Reordenar {{label}}. Pulse Alt + Arriba o Alt + Abajo para mover.",
|
|
3195
|
+
reorderAnnounce: "{{label}} movido a la posición {{to}} de {{total}}",
|
|
3164
3196
|
edit: "Editar {{name}}",
|
|
3165
3197
|
delete: "Eliminar {{name}}",
|
|
3166
3198
|
emptyTitle: "Aún no hay plantillas",
|
|
@@ -4121,7 +4153,10 @@ const e = {
|
|
|
4121
4153
|
actions: {
|
|
4122
4154
|
groupLabel: "Acciones de la agenda",
|
|
4123
4155
|
schedulingLabel: "Programación",
|
|
4156
|
+
createGroupLabel: "Crear nuevo",
|
|
4157
|
+
toolsLabel: "Herramientas de la agenda",
|
|
4124
4158
|
newAppointment: "Nueva cita",
|
|
4159
|
+
newTask: "Nueva tarea",
|
|
4125
4160
|
privacy: "Modo privacidad",
|
|
4126
4161
|
findFreeSlots: "Buscar franjas libres",
|
|
4127
4162
|
printDay: "Imprimir día",
|
|
@@ -4506,6 +4541,8 @@ const e = {
|
|
|
4506
4541
|
chairBusy: "El sillón elegido está ocupado a esta hora.",
|
|
4507
4542
|
operatorBusy: "El operador elegido está ocupado a esta hora.",
|
|
4508
4543
|
operatorAbsent: "El operador elegido está ausente en la fecha de la cita.",
|
|
4544
|
+
careRestrictedResourceHint: "no previsto para este tratamiento",
|
|
4545
|
+
careRestrictionConflict: "Ningún operador/sillón es común a los tratamientos seleccionados",
|
|
4509
4546
|
reminderDisabled: "(desactivado)",
|
|
4510
4547
|
priceListAllPhases: "Todas las fases",
|
|
4511
4548
|
priceListBilled: "Acción no permitida: este tratamiento ya se ha facturado.",
|
|
@@ -4541,6 +4578,32 @@ const e = {
|
|
|
4541
4578
|
signMode_two: "Firma de {{count}} documentos obligatorios",
|
|
4542
4579
|
signMode_few: "Firma de {{count}} documentos obligatorios"
|
|
4543
4580
|
},
|
|
4581
|
+
taskEditor: {
|
|
4582
|
+
title: "Nueva tarea",
|
|
4583
|
+
editTitle: "Editar tarea",
|
|
4584
|
+
date: "Fecha",
|
|
4585
|
+
time: "Hora",
|
|
4586
|
+
note: "Nota",
|
|
4587
|
+
noteRequired: "Introduce una nota.",
|
|
4588
|
+
operator: "Operador",
|
|
4589
|
+
operatorNone: "Sin operador",
|
|
4590
|
+
about: "Referente a",
|
|
4591
|
+
aboutNobody: "Nadie",
|
|
4592
|
+
aboutPatient: "Paciente",
|
|
4593
|
+
aboutCompany: "Empresa",
|
|
4594
|
+
companyName: "Nombre de la empresa",
|
|
4595
|
+
companyUnresolved: "Empresa vinculada (no está en la lista): {{id}}",
|
|
4596
|
+
companyReplace: "Sustituir empresa",
|
|
4597
|
+
done: "Completada",
|
|
4598
|
+
save: "Guardar",
|
|
4599
|
+
cancel: "Cancelar",
|
|
4600
|
+
delete: "Eliminar",
|
|
4601
|
+
deleteConfirmTitle: "¿Eliminar esta tarea?",
|
|
4602
|
+
deleteConfirmBody: "La tarea se eliminará. Esta acción no se puede deshacer aquí.",
|
|
4603
|
+
deleteConfirm: "Eliminar",
|
|
4604
|
+
deleteCancel: "Mantener",
|
|
4605
|
+
readOnlyBody: "Esta tarea es de solo lectura."
|
|
4606
|
+
},
|
|
4544
4607
|
findSlots: {
|
|
4545
4608
|
bandOptions: "Opciones disponibles",
|
|
4546
4609
|
tool: "Buscar franjas libres",
|
|
@@ -4769,16 +4832,19 @@ const e = {
|
|
|
4769
4832
|
undone: "Duración restablecida"
|
|
4770
4833
|
},
|
|
4771
4834
|
bookings: {
|
|
4772
|
-
title: "
|
|
4773
|
-
intro: "
|
|
4835
|
+
title: "Por completar",
|
|
4836
|
+
intro: "Citas en el periodo visible a las que aún les falta un paciente, un operador o un sillón, sea cual sea su origen.",
|
|
4774
4837
|
new: "Nueva",
|
|
4775
4838
|
bookedOn: "reservada el {{date}}",
|
|
4776
4839
|
needsPatient: "Paciente por asignar",
|
|
4777
4840
|
needsOperator: "Operador por asignar",
|
|
4841
|
+
needsChair: "Sillón por asignar",
|
|
4778
4842
|
assignPatient: "Asignar paciente",
|
|
4779
4843
|
assignOperator: "Asignar operador",
|
|
4844
|
+
assignChair: "Asignar sillón",
|
|
4780
4845
|
assignPatientShort: "Paciente",
|
|
4781
4846
|
assignOperatorShort: "Operador",
|
|
4847
|
+
assignChairShort: "Sillón",
|
|
4782
4848
|
edit: "Editar cita",
|
|
4783
4849
|
whatsapp: "Escribir por WhatsApp",
|
|
4784
4850
|
whatsappNoNumber: "No hay número de WhatsApp para esta reserva",
|
|
@@ -4788,7 +4854,11 @@ const e = {
|
|
|
4788
4854
|
current: "Reserva seleccionada",
|
|
4789
4855
|
showInCalendarNamed: "Mostrar en el calendario la reserva del {{when}}",
|
|
4790
4856
|
showInCalendar: "Mostrar en el calendario",
|
|
4791
|
-
emptyTitle: "No hay
|
|
4857
|
+
emptyTitle: "No hay citas por completar.",
|
|
4858
|
+
filterNoPatient: "Sin paciente",
|
|
4859
|
+
filterNoOperator: "Sin operador",
|
|
4860
|
+
filterNoChair: "Sin sillón",
|
|
4861
|
+
notShownOnChairAxis: "No se muestran en las columnas de sillón hasta que se asigne uno."
|
|
4792
4862
|
},
|
|
4793
4863
|
waitingList: {
|
|
4794
4864
|
removed: "Entrada quitada de la lista de espera",
|
|
@@ -4832,6 +4902,7 @@ const e = {
|
|
|
4832
4902
|
},
|
|
4833
4903
|
readOnly: {
|
|
4834
4904
|
createBlocked: "No tiene permiso para crear citas.",
|
|
4905
|
+
createTaskBlocked: "No tiene permiso para crear tareas.",
|
|
4835
4906
|
changeBlocked: "No tiene permiso para modificar citas.",
|
|
4836
4907
|
waitingBlocked: "No tiene permiso para modificar la lista de espera.",
|
|
4837
4908
|
waitingLockedBody: "No tiene permiso para modificar la lista de espera: pida al titular de la clínica el permiso de edición del calendario."
|