@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
|
@@ -1649,6 +1649,7 @@ export declare const itUi: {
|
|
|
1649
1649
|
readonly allDay: "Tutto il giorno";
|
|
1650
1650
|
readonly noEvents: "Nessun evento da visualizzare";
|
|
1651
1651
|
readonly scrollableRegion: "Griglia del calendario — usa le frecce o scorri per navigare";
|
|
1652
|
+
readonly loadingDay: "Questo giorno è ancora in caricamento";
|
|
1652
1653
|
readonly eventMoved: "{{title}} spostato";
|
|
1653
1654
|
readonly eventResized: "{{title}} ridimensionato a {{duration}} minuti";
|
|
1654
1655
|
readonly privacyModeOn: "Modalità privacy attiva — nomi dei pazienti nascosti";
|
|
@@ -1673,6 +1674,7 @@ export declare const itUi: {
|
|
|
1673
1674
|
readonly eventKind: {
|
|
1674
1675
|
readonly task: "Attività";
|
|
1675
1676
|
readonly draft: "Bozza";
|
|
1677
|
+
readonly pendingDetails: "Caricamento dei dettagli…";
|
|
1676
1678
|
};
|
|
1677
1679
|
readonly resourceLabel: {
|
|
1678
1680
|
readonly chairs: "Poltrone";
|
|
@@ -2187,17 +2189,17 @@ export declare const itUi: {
|
|
|
2187
2189
|
};
|
|
2188
2190
|
};
|
|
2189
2191
|
readonly appointmentTimeline: {
|
|
2190
|
-
readonly title: "
|
|
2191
|
-
readonly filtersLabel: "
|
|
2192
|
-
readonly today: "
|
|
2193
|
-
readonly thisWeek: "
|
|
2194
|
-
readonly thisMonth: "
|
|
2195
|
-
readonly jumpToDate: "
|
|
2196
|
-
readonly tomorrow: "
|
|
2197
|
-
readonly yesterday: "
|
|
2192
|
+
readonly title: "Appuntamenti";
|
|
2193
|
+
readonly filtersLabel: "Filtri per data";
|
|
2194
|
+
readonly today: "Oggi";
|
|
2195
|
+
readonly thisWeek: "Questa settimana";
|
|
2196
|
+
readonly thisMonth: "Questo mese";
|
|
2197
|
+
readonly jumpToDate: "Vai alla data";
|
|
2198
|
+
readonly tomorrow: "Domani";
|
|
2199
|
+
readonly yesterday: "Ieri";
|
|
2198
2200
|
readonly empty: {
|
|
2199
|
-
readonly title: "
|
|
2200
|
-
readonly description: "
|
|
2201
|
+
readonly title: "Nessun appuntamento";
|
|
2202
|
+
readonly description: "Non ci sono appuntamenti in questo intervallo.";
|
|
2201
2203
|
};
|
|
2202
2204
|
};
|
|
2203
2205
|
readonly appointmentTray: {
|
|
@@ -2311,6 +2313,10 @@ export declare const itUi: {
|
|
|
2311
2313
|
readonly readMore: "Leggi di più";
|
|
2312
2314
|
readonly readLess: "Leggi meno";
|
|
2313
2315
|
readonly added: "added";
|
|
2316
|
+
readonly deleted: "Eliminata";
|
|
2317
|
+
readonly showDeleted: "Mostra nota eliminata";
|
|
2318
|
+
readonly hideDeleted: "Nascondi nota eliminata";
|
|
2319
|
+
readonly operator: "Operatore: {{name}}";
|
|
2314
2320
|
readonly attachment: {
|
|
2315
2321
|
readonly patient: "Patient record";
|
|
2316
2322
|
readonly carePlan: "Care plan {{number}}";
|
|
@@ -3873,6 +3879,10 @@ export declare const itUi: {
|
|
|
3873
3879
|
readonly current: "Nota attuale";
|
|
3874
3880
|
readonly clinicalToggle: "Nota clinica";
|
|
3875
3881
|
readonly clinicalGated: "Non hai i permessi per scrivere note cliniche.";
|
|
3882
|
+
readonly loading: "Caricamento note…";
|
|
3883
|
+
readonly loadError: "Impossibile caricare le note.";
|
|
3884
|
+
readonly retry: "Riprova";
|
|
3885
|
+
readonly addFailed: "Impossibile salvare la nota.";
|
|
3876
3886
|
};
|
|
3877
3887
|
readonly toolRail: {
|
|
3878
3888
|
readonly reorderInstructions: "Riordina {{tool}}. Premi Alt + Su o Alt + Giù per spostare.";
|
|
@@ -3993,6 +4003,7 @@ export declare const itUi: {
|
|
|
3993
4003
|
};
|
|
3994
4004
|
readonly rail: {
|
|
3995
4005
|
readonly editorDocked: "Modulo nuovo appuntamento aperto nel pannello laterale";
|
|
4006
|
+
readonly notes: "Note del paziente";
|
|
3996
4007
|
};
|
|
3997
4008
|
readonly details: {
|
|
3998
4009
|
readonly region: "Dettagli appuntamento";
|
|
@@ -4013,6 +4024,17 @@ export declare const itUi: {
|
|
|
4013
4024
|
readonly docked: "Dettagli appuntamento di {{name}} aperti nel pannello laterale";
|
|
4014
4025
|
readonly remind: "Invia promemoria";
|
|
4015
4026
|
readonly remindWhatsApp: "WhatsApp";
|
|
4027
|
+
readonly joinTelehealth: "Entra nella videovisita";
|
|
4028
|
+
readonly documents: {
|
|
4029
|
+
readonly label: "Aggiungi";
|
|
4030
|
+
readonly folder: "Cartella";
|
|
4031
|
+
readonly template: "Documento modello";
|
|
4032
|
+
readonly empty: "Documento vuoto";
|
|
4033
|
+
readonly identification: "Documento di riconoscimento";
|
|
4034
|
+
readonly webcam: "Webcam / Camera integrata";
|
|
4035
|
+
readonly bill: "Crea fattura";
|
|
4036
|
+
};
|
|
4037
|
+
readonly createTask: "Programma attività";
|
|
4016
4038
|
readonly remindSms: "SMS";
|
|
4017
4039
|
readonly remindEmail: "Email";
|
|
4018
4040
|
readonly remindSent: "Promemoria inviato via {{channel}}";
|
|
@@ -4060,6 +4082,10 @@ export declare const itUi: {
|
|
|
4060
4082
|
readonly notesAction: "Note del paziente";
|
|
4061
4083
|
readonly notesTitle: "Note · {{name}}";
|
|
4062
4084
|
readonly notesBack: "Torna ai dettagli";
|
|
4085
|
+
readonly notesPreviewTitle: "Note ({{count}})";
|
|
4086
|
+
readonly notesPreviewOpen: "Vedi altre";
|
|
4087
|
+
readonly notesPreviewEmpty: "Nessuna nota per questo paziente.";
|
|
4088
|
+
readonly notesPreviewOpenNote: "Apri nota {{number}}";
|
|
4063
4089
|
readonly noteEdit: "Modifica nota";
|
|
4064
4090
|
readonly noteEditNamed: "Modifica nota · {{date}}";
|
|
4065
4091
|
readonly noteDelete: "Elimina nota";
|
|
@@ -4072,6 +4098,7 @@ export declare const itUi: {
|
|
|
4072
4098
|
readonly noteDeleteBody: "La nota viene rimossa dalla scheda del paziente. Qui non è possibile annullare.";
|
|
4073
4099
|
readonly noteDeleteConfirm: "Elimina";
|
|
4074
4100
|
readonly noteDeleteCancel: "Mantieni";
|
|
4101
|
+
readonly noteSaveFailed: "Impossibile salvare la modifica a questa nota.";
|
|
4075
4102
|
readonly placementLabel: "Posiziona nell'agenda";
|
|
4076
4103
|
readonly move: "Sposta…";
|
|
4077
4104
|
readonly copy: "Copia…";
|
|
@@ -4081,6 +4108,12 @@ export declare const itUi: {
|
|
|
4081
4108
|
readonly address: "Indirizzo";
|
|
4082
4109
|
readonly mapsLink: "Apri in Google Maps";
|
|
4083
4110
|
readonly bookingPhone: "Telefono della prenotazione";
|
|
4111
|
+
readonly sectionAppointment: "Appuntamento";
|
|
4112
|
+
readonly bookingName: "Nome della prenotazione";
|
|
4113
|
+
readonly bookingEmail: "Email della prenotazione";
|
|
4114
|
+
readonly noAddress: "Nessun indirizzo registrato";
|
|
4115
|
+
readonly aesMissing: "Firma elettronica avanzata non attivata";
|
|
4116
|
+
readonly seriesRule: "{{frequency}} · {{count}} volte";
|
|
4084
4117
|
readonly readOnlyTitle: "Sola lettura";
|
|
4085
4118
|
readonly readOnlyBody: "Non hai il permesso di modificare gli appuntamenti — chiedi al titolare dello studio il diritto di modifica dell'agenda.";
|
|
4086
4119
|
readonly history: {
|
|
@@ -4090,6 +4123,7 @@ export declare const itUi: {
|
|
|
4090
4123
|
readonly status: "Stato modificato";
|
|
4091
4124
|
readonly edited: "Modificato";
|
|
4092
4125
|
readonly deleted: "Eliminato";
|
|
4126
|
+
readonly confirmedByPatient: "Confermato dal paziente";
|
|
4093
4127
|
readonly movedDetail: "{{from}} → {{to}}";
|
|
4094
4128
|
readonly resizedDetail: "{{from}} min → {{to}} min";
|
|
4095
4129
|
readonly statusDetail: "{{from}} → {{to}}";
|
|
@@ -4286,6 +4320,13 @@ export declare const itUi: {
|
|
|
4286
4320
|
readonly scopeThis: "Questo appuntamento";
|
|
4287
4321
|
readonly scopeFollowing: "Questo appuntamento e quelli successivi";
|
|
4288
4322
|
readonly scopeAll: "Tutti gli appuntamenti della serie";
|
|
4323
|
+
readonly seriesChooserTitle: "Modifica un appuntamento ricorrente";
|
|
4324
|
+
readonly seriesChooserBody: "L'appuntamento di {{date}} fa parte di una serie. A quali appuntamenti si deve applicare la modifica?";
|
|
4325
|
+
readonly seriesChooserContinue: "Continua";
|
|
4326
|
+
readonly seriesAllDiscardsOverrides: "Spostare l'intera serie a una nuova data o ora rimuove gli appuntamenti modificati singolarmente.";
|
|
4327
|
+
readonly seriesScopeReadout: "Si applica a: {{scope}}";
|
|
4328
|
+
readonly seriesScopeChange: "Cambia";
|
|
4329
|
+
readonly seriesClashNote: "Le sovrapposizioni vengono controllate solo per questo appuntamento, non per il resto della serie.";
|
|
4289
4330
|
readonly deleteScope: "Quali appuntamenti";
|
|
4290
4331
|
readonly carePlanCleanup: "Prestazioni nel piano di cura";
|
|
4291
4332
|
readonly carePlanRemove: "Rimuovi la prestazione dal piano di cura";
|
|
@@ -4304,6 +4345,7 @@ export declare const itUi: {
|
|
|
4304
4345
|
readonly signMode_few: "Firma di {{count}} documenti obbligatori";
|
|
4305
4346
|
};
|
|
4306
4347
|
readonly findSlots: {
|
|
4348
|
+
readonly bandOptions: "Opzioni disponibili";
|
|
4307
4349
|
readonly tool: "Trova orari liberi";
|
|
4308
4350
|
readonly care: "Prestazione";
|
|
4309
4351
|
readonly careSearch: "Cerca prestazione…";
|
|
@@ -4329,6 +4371,12 @@ export declare const itUi: {
|
|
|
4329
4371
|
readonly noResultsClosed: "Lo studio è chiuso in tutti i giorni dell’intervallo.";
|
|
4330
4372
|
readonly capNote: "Mostrati i primi 20 orari";
|
|
4331
4373
|
readonly showInCalendar: "Mostra nel calendario";
|
|
4374
|
+
readonly freeOptions_zero: "{{count}} opzioni";
|
|
4375
|
+
readonly freeOptions_one: "{{count}} opzione";
|
|
4376
|
+
readonly freeOptions_two: "{{count}} opzioni";
|
|
4377
|
+
readonly freeOptions_few: "{{count}} opzioni";
|
|
4378
|
+
readonly freeOptions_many: "{{count}} opzioni";
|
|
4379
|
+
readonly freeOptions_other: "{{count}} opzioni";
|
|
4332
4380
|
readonly device: "Dispositivo medico";
|
|
4333
4381
|
readonly rangeTooLong: "Non è consentito un periodo superiore a {{days}} giorni.";
|
|
4334
4382
|
readonly showMore: "Mostra altri slot";
|
|
@@ -4336,6 +4384,8 @@ export declare const itUi: {
|
|
|
4336
4384
|
readonly noOperatorBusinessHours: "Non ci sono orari lavorativi per gli operatori. Aggiungili dalla pianificazione degli orari.";
|
|
4337
4385
|
readonly openScheduler: "Apri la pianificazione degli orari";
|
|
4338
4386
|
readonly free: "Libero";
|
|
4387
|
+
readonly searching: "Ricerca degli orari liberi in corso…";
|
|
4388
|
+
readonly searchFailed: "Non è stato possibile cercare gli orari liberi.";
|
|
4339
4389
|
};
|
|
4340
4390
|
readonly moveConfirm: {
|
|
4341
4391
|
readonly title: "Confermare lo spostamento";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/it.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/it.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAunJP,CAAC"}
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1632,6 +1632,7 @@ const e = {
|
|
|
1632
1632
|
allDay: "Tutto il giorno",
|
|
1633
1633
|
noEvents: "Nessun evento da visualizzare",
|
|
1634
1634
|
scrollableRegion: "Griglia del calendario — usa le frecce o scorri per navigare",
|
|
1635
|
+
loadingDay: "Questo giorno è ancora in caricamento",
|
|
1635
1636
|
eventMoved: "{{title}} spostato",
|
|
1636
1637
|
eventResized: "{{title}} ridimensionato a {{duration}} minuti",
|
|
1637
1638
|
privacyModeOn: "Modalità privacy attiva — nomi dei pazienti nascosti",
|
|
@@ -1655,7 +1656,8 @@ const e = {
|
|
|
1655
1656
|
},
|
|
1656
1657
|
eventKind: {
|
|
1657
1658
|
task: "Attività",
|
|
1658
|
-
draft: "Bozza"
|
|
1659
|
+
draft: "Bozza",
|
|
1660
|
+
pendingDetails: "Caricamento dei dettagli…"
|
|
1659
1661
|
},
|
|
1660
1662
|
resourceLabel: {
|
|
1661
1663
|
chairs: "Poltrone",
|
|
@@ -2148,17 +2150,17 @@ const e = {
|
|
|
2148
2150
|
}
|
|
2149
2151
|
},
|
|
2150
2152
|
appointmentTimeline: {
|
|
2151
|
-
title: "
|
|
2152
|
-
filtersLabel: "
|
|
2153
|
-
today: "
|
|
2154
|
-
thisWeek: "
|
|
2155
|
-
thisMonth: "
|
|
2156
|
-
jumpToDate: "
|
|
2157
|
-
tomorrow: "
|
|
2158
|
-
yesterday: "
|
|
2153
|
+
title: "Appuntamenti",
|
|
2154
|
+
filtersLabel: "Filtri per data",
|
|
2155
|
+
today: "Oggi",
|
|
2156
|
+
thisWeek: "Questa settimana",
|
|
2157
|
+
thisMonth: "Questo mese",
|
|
2158
|
+
jumpToDate: "Vai alla data",
|
|
2159
|
+
tomorrow: "Domani",
|
|
2160
|
+
yesterday: "Ieri",
|
|
2159
2161
|
empty: {
|
|
2160
|
-
title: "
|
|
2161
|
-
description: "
|
|
2162
|
+
title: "Nessun appuntamento",
|
|
2163
|
+
description: "Non ci sono appuntamenti in questo intervallo."
|
|
2162
2164
|
}
|
|
2163
2165
|
},
|
|
2164
2166
|
appointmentTray: {
|
|
@@ -2272,6 +2274,10 @@ const e = {
|
|
|
2272
2274
|
readMore: "Leggi di più",
|
|
2273
2275
|
readLess: "Leggi meno",
|
|
2274
2276
|
added: "added",
|
|
2277
|
+
deleted: "Eliminata",
|
|
2278
|
+
showDeleted: "Mostra nota eliminata",
|
|
2279
|
+
hideDeleted: "Nascondi nota eliminata",
|
|
2280
|
+
operator: "Operatore: {{name}}",
|
|
2275
2281
|
attachment: {
|
|
2276
2282
|
patient: "Patient record",
|
|
2277
2283
|
carePlan: "Care plan {{number}}",
|
|
@@ -3823,7 +3829,11 @@ const e = {
|
|
|
3823
3829
|
empty: "Nessuna nota.",
|
|
3824
3830
|
current: "Nota attuale",
|
|
3825
3831
|
clinicalToggle: "Nota clinica",
|
|
3826
|
-
clinicalGated: "Non hai i permessi per scrivere note cliniche."
|
|
3832
|
+
clinicalGated: "Non hai i permessi per scrivere note cliniche.",
|
|
3833
|
+
loading: "Caricamento note…",
|
|
3834
|
+
loadError: "Impossibile caricare le note.",
|
|
3835
|
+
retry: "Riprova",
|
|
3836
|
+
addFailed: "Impossibile salvare la nota."
|
|
3827
3837
|
},
|
|
3828
3838
|
toolRail: {
|
|
3829
3839
|
reorderInstructions: "Riordina {{tool}}. Premi Alt + Su o Alt + Giù per spostare.",
|
|
@@ -3943,7 +3953,8 @@ const e = {
|
|
|
3943
3953
|
month: "Mese"
|
|
3944
3954
|
},
|
|
3945
3955
|
rail: {
|
|
3946
|
-
editorDocked: "Modulo nuovo appuntamento aperto nel pannello laterale"
|
|
3956
|
+
editorDocked: "Modulo nuovo appuntamento aperto nel pannello laterale",
|
|
3957
|
+
notes: "Note del paziente"
|
|
3947
3958
|
},
|
|
3948
3959
|
details: {
|
|
3949
3960
|
region: "Dettagli appuntamento",
|
|
@@ -3964,6 +3975,17 @@ const e = {
|
|
|
3964
3975
|
docked: "Dettagli appuntamento di {{name}} aperti nel pannello laterale",
|
|
3965
3976
|
remind: "Invia promemoria",
|
|
3966
3977
|
remindWhatsApp: "WhatsApp",
|
|
3978
|
+
joinTelehealth: "Entra nella videovisita",
|
|
3979
|
+
documents: {
|
|
3980
|
+
label: "Aggiungi",
|
|
3981
|
+
folder: "Cartella",
|
|
3982
|
+
template: "Documento modello",
|
|
3983
|
+
empty: "Documento vuoto",
|
|
3984
|
+
identification: "Documento di riconoscimento",
|
|
3985
|
+
webcam: "Webcam / Camera integrata",
|
|
3986
|
+
bill: "Crea fattura"
|
|
3987
|
+
},
|
|
3988
|
+
createTask: "Programma attività",
|
|
3967
3989
|
remindSms: "SMS",
|
|
3968
3990
|
remindEmail: "Email",
|
|
3969
3991
|
remindSent: "Promemoria inviato via {{channel}}",
|
|
@@ -4011,6 +4033,10 @@ const e = {
|
|
|
4011
4033
|
notesAction: "Note del paziente",
|
|
4012
4034
|
notesTitle: "Note · {{name}}",
|
|
4013
4035
|
notesBack: "Torna ai dettagli",
|
|
4036
|
+
notesPreviewTitle: "Note ({{count}})",
|
|
4037
|
+
notesPreviewOpen: "Vedi altre",
|
|
4038
|
+
notesPreviewEmpty: "Nessuna nota per questo paziente.",
|
|
4039
|
+
notesPreviewOpenNote: "Apri nota {{number}}",
|
|
4014
4040
|
noteEdit: "Modifica nota",
|
|
4015
4041
|
noteEditNamed: "Modifica nota · {{date}}",
|
|
4016
4042
|
noteDelete: "Elimina nota",
|
|
@@ -4023,6 +4049,7 @@ const e = {
|
|
|
4023
4049
|
noteDeleteBody: "La nota viene rimossa dalla scheda del paziente. Qui non è possibile annullare.",
|
|
4024
4050
|
noteDeleteConfirm: "Elimina",
|
|
4025
4051
|
noteDeleteCancel: "Mantieni",
|
|
4052
|
+
noteSaveFailed: "Impossibile salvare la modifica a questa nota.",
|
|
4026
4053
|
placementLabel: "Posiziona nell'agenda",
|
|
4027
4054
|
move: "Sposta…",
|
|
4028
4055
|
copy: "Copia…",
|
|
@@ -4032,6 +4059,12 @@ const e = {
|
|
|
4032
4059
|
address: "Indirizzo",
|
|
4033
4060
|
mapsLink: "Apri in Google Maps",
|
|
4034
4061
|
bookingPhone: "Telefono della prenotazione",
|
|
4062
|
+
sectionAppointment: "Appuntamento",
|
|
4063
|
+
bookingName: "Nome della prenotazione",
|
|
4064
|
+
bookingEmail: "Email della prenotazione",
|
|
4065
|
+
noAddress: "Nessun indirizzo registrato",
|
|
4066
|
+
aesMissing: "Firma elettronica avanzata non attivata",
|
|
4067
|
+
seriesRule: "{{frequency}} · {{count}} volte",
|
|
4035
4068
|
readOnlyTitle: "Sola lettura",
|
|
4036
4069
|
readOnlyBody: "Non hai il permesso di modificare gli appuntamenti — chiedi al titolare dello studio il diritto di modifica dell'agenda.",
|
|
4037
4070
|
history: {
|
|
@@ -4041,6 +4074,7 @@ const e = {
|
|
|
4041
4074
|
status: "Stato modificato",
|
|
4042
4075
|
edited: "Modificato",
|
|
4043
4076
|
deleted: "Eliminato",
|
|
4077
|
+
confirmedByPatient: "Confermato dal paziente",
|
|
4044
4078
|
movedDetail: "{{from}} → {{to}}",
|
|
4045
4079
|
resizedDetail: "{{from}} min → {{to}} min",
|
|
4046
4080
|
statusDetail: "{{from}} → {{to}}",
|
|
@@ -4237,6 +4271,13 @@ const e = {
|
|
|
4237
4271
|
scopeThis: "Questo appuntamento",
|
|
4238
4272
|
scopeFollowing: "Questo appuntamento e quelli successivi",
|
|
4239
4273
|
scopeAll: "Tutti gli appuntamenti della serie",
|
|
4274
|
+
seriesChooserTitle: "Modifica un appuntamento ricorrente",
|
|
4275
|
+
seriesChooserBody: "L'appuntamento di {{date}} fa parte di una serie. A quali appuntamenti si deve applicare la modifica?",
|
|
4276
|
+
seriesChooserContinue: "Continua",
|
|
4277
|
+
seriesAllDiscardsOverrides: "Spostare l'intera serie a una nuova data o ora rimuove gli appuntamenti modificati singolarmente.",
|
|
4278
|
+
seriesScopeReadout: "Si applica a: {{scope}}",
|
|
4279
|
+
seriesScopeChange: "Cambia",
|
|
4280
|
+
seriesClashNote: "Le sovrapposizioni vengono controllate solo per questo appuntamento, non per il resto della serie.",
|
|
4240
4281
|
deleteScope: "Quali appuntamenti",
|
|
4241
4282
|
carePlanCleanup: "Prestazioni nel piano di cura",
|
|
4242
4283
|
carePlanRemove: "Rimuovi la prestazione dal piano di cura",
|
|
@@ -4255,6 +4296,7 @@ const e = {
|
|
|
4255
4296
|
signMode_few: "Firma di {{count}} documenti obbligatori"
|
|
4256
4297
|
},
|
|
4257
4298
|
findSlots: {
|
|
4299
|
+
bandOptions: "Opzioni disponibili",
|
|
4258
4300
|
tool: "Trova orari liberi",
|
|
4259
4301
|
care: "Prestazione",
|
|
4260
4302
|
careSearch: "Cerca prestazione…",
|
|
@@ -4280,13 +4322,21 @@ const e = {
|
|
|
4280
4322
|
noResultsClosed: "Lo studio è chiuso in tutti i giorni dell’intervallo.",
|
|
4281
4323
|
capNote: "Mostrati i primi 20 orari",
|
|
4282
4324
|
showInCalendar: "Mostra nel calendario",
|
|
4325
|
+
freeOptions_zero: "{{count}} opzioni",
|
|
4326
|
+
freeOptions_one: "{{count}} opzione",
|
|
4327
|
+
freeOptions_two: "{{count}} opzioni",
|
|
4328
|
+
freeOptions_few: "{{count}} opzioni",
|
|
4329
|
+
freeOptions_many: "{{count}} opzioni",
|
|
4330
|
+
freeOptions_other: "{{count}} opzioni",
|
|
4283
4331
|
device: "Dispositivo medico",
|
|
4284
4332
|
rangeTooLong: "Non è consentito un periodo superiore a {{days}} giorni.",
|
|
4285
4333
|
showMore: "Mostra altri slot",
|
|
4286
4334
|
noPracticeBusinessHours: "Non ci sono orari lavorativi per lo studio. Aggiungili dalla pianificazione degli orari.",
|
|
4287
4335
|
noOperatorBusinessHours: "Non ci sono orari lavorativi per gli operatori. Aggiungili dalla pianificazione degli orari.",
|
|
4288
4336
|
openScheduler: "Apri la pianificazione degli orari",
|
|
4289
|
-
free: "Libero"
|
|
4337
|
+
free: "Libero",
|
|
4338
|
+
searching: "Ricerca degli orari liberi in corso…",
|
|
4339
|
+
searchFailed: "Non è stato possibile cercare gli orari liberi."
|
|
4290
4340
|
},
|
|
4291
4341
|
moveConfirm: {
|
|
4292
4342
|
title: "Confermare lo spostamento",
|