@alfadocs/ui-kit 1.46.0 → 1.47.1
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/booking-C4MwImkS.js +3362 -0
- package/dist/_chunks/calendar-workspace-BmscntRR.js +12528 -0
- package/dist/_chunks/control-room-rail-CdBOXIqX.js +366 -0
- package/dist/_chunks/{freemium-paywall-Cz-O9lQD.js → freemium-paywall-BaW5ODc9.js} +2 -2
- package/dist/_chunks/{patient-details-DUj1htsH.js → patient-details-yrgkSeEY.js} +2 -2
- package/dist/_chunks/{patient-field-row-CO0WR7yA.js → patient-field-row-DCMkFGqI.js} +2 -2
- package/dist/_chunks/{patient-summary-card-DNzdYjxE.js → patient-summary-card-CmEFflGS.js} +2 -2
- package/dist/_chunks/payment-form-DqJFiplX.js +881 -0
- package/dist/_chunks/{phone-input-BsZIoE36.js → phone-input-IWrGOCwm.js} +40 -39
- package/dist/_chunks/{stepper-accordion-DmVykr5F.js → stepper-accordion-jMR8NaOB.js} +2 -1
- package/dist/agent-catalog.json +5 -4
- package/dist/agent-i18n/en.json +2 -2
- package/dist/components/booking/booking-types.d.ts +60 -1
- package/dist/components/booking/booking.d.ts +1 -1
- package/dist/components/booking/details-form.d.ts +5 -1
- package/dist/components/booking/index.d.ts +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/booking/payment.d.ts +9 -0
- package/dist/components/booking/use-booking-payment.d.ts +14 -0
- package/dist/components/control-room-rail/control-room-rail.d.ts +9 -2
- package/dist/components/control-room-rail/index.d.ts +1 -1
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/payment-form/index.d.ts +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/payment-form/payment-form.d.ts +35 -3
- package/dist/components/phone-input/index.js +1 -1
- package/dist/components/stepper-accordion/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +36 -1
- package/dist/i18n/locales/ar.js +36 -1
- package/dist/i18n/locales/de.d.ts +36 -1
- package/dist/i18n/locales/de.js +36 -1
- package/dist/i18n/locales/el.d.ts +36 -1
- package/dist/i18n/locales/el.js +36 -1
- package/dist/i18n/locales/en.d.ts +36 -1
- package/dist/i18n/locales/en.js +36 -1
- package/dist/i18n/locales/es.d.ts +36 -1
- package/dist/i18n/locales/es.js +36 -1
- package/dist/i18n/locales/fr.d.ts +36 -1
- package/dist/i18n/locales/fr.js +36 -1
- package/dist/i18n/locales/hi.d.ts +36 -1
- package/dist/i18n/locales/hi.js +36 -1
- package/dist/i18n/locales/it.d.ts +36 -1
- package/dist/i18n/locales/it.js +36 -1
- package/dist/i18n/locales/ja.d.ts +36 -1
- package/dist/i18n/locales/ja.js +36 -1
- package/dist/i18n/locales/nl.d.ts +36 -1
- package/dist/i18n/locales/nl.js +36 -1
- package/dist/i18n/locales/pl.d.ts +36 -1
- package/dist/i18n/locales/pl.js +36 -1
- package/dist/i18n/locales/pt.d.ts +36 -1
- package/dist/i18n/locales/pt.js +36 -1
- package/dist/i18n/locales/ro.d.ts +36 -1
- package/dist/i18n/locales/ro.js +36 -1
- package/dist/i18n/locales/ru.d.ts +36 -1
- package/dist/i18n/locales/ru.js +36 -1
- package/dist/i18n/locales/sq.d.ts +36 -1
- package/dist/i18n/locales/sq.js +36 -1
- package/dist/i18n/locales/sv.d.ts +36 -1
- package/dist/i18n/locales/sv.js +36 -1
- package/dist/i18n/locales/tr.d.ts +36 -1
- package/dist/i18n/locales/tr.js +36 -1
- package/dist/i18n/locales/zh.d.ts +36 -1
- package/dist/i18n/locales/zh.js +36 -1
- package/dist/index.js +9 -9
- package/dist/locales/ar.json +36 -1
- package/dist/locales/de.json +36 -1
- package/dist/locales/el.json +36 -1
- package/dist/locales/en.json +36 -1
- package/dist/locales/es.json +36 -1
- package/dist/locales/fr.json +36 -1
- package/dist/locales/hi.json +36 -1
- package/dist/locales/it.json +36 -1
- package/dist/locales/ja.json +36 -1
- package/dist/locales/nl.json +36 -1
- package/dist/locales/pl.json +36 -1
- package/dist/locales/pt.json +36 -1
- package/dist/locales/ro.json +36 -1
- package/dist/locales/ru.json +36 -1
- package/dist/locales/sq.json +36 -1
- package/dist/locales/sv.json +36 -1
- package/dist/locales/tr.json +36 -1
- package/dist/locales/zh.json +36 -1
- package/dist/patterns/calendar/calendar-editor-fields.d.ts +33 -0
- package/dist/patterns/calendar/calendar-sticky-offset.d.ts +20 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +88 -0
- package/dist/patterns/calendar/calendar.data.d.ts +17 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +2 -0
- package/dist/patterns/calendar/calendar.sheets.d.ts +2 -0
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +24 -10
- package/dist/patterns/calendar/index.d.ts +1 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/booking-B7gA9gFB.js +0 -3017
- package/dist/_chunks/calendar-workspace-BB-BZT7W.js +0 -12251
- package/dist/_chunks/control-room-rail-Cv7GpMqX.js +0 -354
- package/dist/_chunks/payment-form-BHMDqW9C.js +0 -767
|
@@ -1730,6 +1730,29 @@ export declare const esUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "Pago recibido, reserva confirmada";
|
|
1735
|
+
readonly paidBody: "Hemos recibido {{amount}}. Su cita está confirmada.";
|
|
1736
|
+
readonly paidDemoTitle: "Pago realizado correctamente (demo)";
|
|
1737
|
+
readonly paidDemo: "Demostración completada: no se ha realizado ningún cobro ni se ha reservado ninguna cita.";
|
|
1738
|
+
readonly summaryPaid: "Importe pagado";
|
|
1739
|
+
readonly heading: "Pague para confirmar su reserva";
|
|
1740
|
+
readonly processing: "Su pago se está procesando.";
|
|
1741
|
+
readonly confirming: "Pago recibido. Estamos confirmando su reserva.";
|
|
1742
|
+
readonly failed: "Su pago no se ha completado. Inténtelo de nuevo.";
|
|
1743
|
+
readonly completionFailed: "Pago recibido. Intente confirmar la reserva de nuevo sin volver a pagar.";
|
|
1744
|
+
readonly retryConfirmation: "Reintentar confirmación";
|
|
1745
|
+
readonly cancelled: "Pago cancelado. No se ha confirmado ninguna reserva.";
|
|
1746
|
+
readonly noticeTitle: "Pago en línea obligatorio";
|
|
1747
|
+
readonly noticeBody: "Pague {{amount}} en línea para confirmar esta cita.";
|
|
1748
|
+
readonly accept: "Acepto pagar {{amount}} en línea.";
|
|
1749
|
+
readonly terms: "Condiciones de pago";
|
|
1750
|
+
readonly submit: "Pagar {{amount}} y reservar";
|
|
1751
|
+
readonly submitFailed: "No hemos podido iniciar su reserva. Inténtelo de nuevo.";
|
|
1752
|
+
readonly full: "Pagar {{amount}} en línea";
|
|
1753
|
+
readonly deposit: "Anticipo de {{amount}} en línea";
|
|
1754
|
+
readonly unavailable: "Los datos del pago no están disponibles. Seleccione de nuevo un servicio.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Reservar cita";
|
|
1734
1757
|
readonly stepAnnouncement: "Paso {{current}} de {{total}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Tus selecciones";
|
|
@@ -2954,6 +2977,9 @@ export declare const esUi: {
|
|
|
2954
2977
|
readonly cvc: "CVC";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "Complete la dirección de facturación antes de pagar.";
|
|
2981
|
+
readonly billingDetailsChanged: "Su dirección de facturación ha cambiado. Revísela e inténtelo de nuevo.";
|
|
2982
|
+
readonly billingDetailsSave: "No se han podido guardar sus datos de facturación. Inténtelo de nuevo.";
|
|
2957
2983
|
readonly generic: "Algo ha ido mal. Inténtelo de nuevo.";
|
|
2958
2984
|
readonly cardNumber: "El número de tarjeta no es válido.";
|
|
2959
2985
|
readonly expiry: "La fecha de caducidad no es válida.";
|
|
@@ -4649,16 +4675,26 @@ export declare const esUi: {
|
|
|
4649
4675
|
readonly noteRequired: "Introduce una nota.";
|
|
4650
4676
|
readonly operator: "Operador";
|
|
4651
4677
|
readonly operatorNone: "Sin operador";
|
|
4678
|
+
readonly operatorUnresolved: "Operador no incluido en la lista: {{id}}";
|
|
4679
|
+
readonly type: "Tipo";
|
|
4680
|
+
readonly typeGroupStandard: "Tipos estándar";
|
|
4681
|
+
readonly typeGroupCustom: "Tipos de la clínica";
|
|
4682
|
+
readonly typeUnresolved: "Tipo no incluido en la lista: {{id}}";
|
|
4683
|
+
readonly assignee: "Asignada a";
|
|
4684
|
+
readonly assigneeNone: "Nadie";
|
|
4685
|
+
readonly assigneeUnresolved: "Persona asignada no incluida en la lista: {{id}}";
|
|
4652
4686
|
readonly about: "Referente a";
|
|
4653
4687
|
readonly aboutNobody: "Nadie";
|
|
4654
4688
|
readonly aboutPatient: "Paciente";
|
|
4655
4689
|
readonly aboutCompany: "Empresa";
|
|
4690
|
+
readonly aboutOperator: "Operador";
|
|
4656
4691
|
readonly companyName: "Nombre de la empresa";
|
|
4657
4692
|
readonly companyUnresolved: "Empresa vinculada (no está en la lista): {{id}}";
|
|
4658
4693
|
readonly companyReplace: "Sustituir empresa";
|
|
4659
4694
|
readonly done: "Completada";
|
|
4660
4695
|
readonly save: "Guardar";
|
|
4661
4696
|
readonly cancel: "Cancelar";
|
|
4697
|
+
readonly actionsLabel: "Acciones de la tarea";
|
|
4662
4698
|
readonly delete: "Eliminar";
|
|
4663
4699
|
readonly deleteConfirmTitle: "¿Eliminar esta tarea?";
|
|
4664
4700
|
readonly deleteConfirmBody: "La tarea se eliminará. Esta acción no se puede deshacer aquí.";
|
|
@@ -4970,7 +5006,6 @@ export declare const esUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "No tiene permiso para crear citas.";
|
|
4973
|
-
readonly createTaskBlocked: "No tiene permiso para crear tareas.";
|
|
4974
5009
|
readonly changeBlocked: "No tiene permiso para modificar citas.";
|
|
4975
5010
|
readonly waitingBlocked: "No tiene permiso para modificar la lista de espera.";
|
|
4976
5011
|
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
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Pago recibido, reserva confirmada",
|
|
1735
|
+
paidBody: "Hemos recibido {{amount}}. Su cita está confirmada.",
|
|
1736
|
+
paidDemoTitle: "Pago realizado correctamente (demo)",
|
|
1737
|
+
paidDemo: "Demostración completada: no se ha realizado ningún cobro ni se ha reservado ninguna cita.",
|
|
1738
|
+
summaryPaid: "Importe pagado",
|
|
1739
|
+
heading: "Pague para confirmar su reserva",
|
|
1740
|
+
processing: "Su pago se está procesando.",
|
|
1741
|
+
confirming: "Pago recibido. Estamos confirmando su reserva.",
|
|
1742
|
+
failed: "Su pago no se ha completado. Inténtelo de nuevo.",
|
|
1743
|
+
completionFailed: "Pago recibido. Intente confirmar la reserva de nuevo sin volver a pagar.",
|
|
1744
|
+
retryConfirmation: "Reintentar confirmación",
|
|
1745
|
+
cancelled: "Pago cancelado. No se ha confirmado ninguna reserva.",
|
|
1746
|
+
noticeTitle: "Pago en línea obligatorio",
|
|
1747
|
+
noticeBody: "Pague {{amount}} en línea para confirmar esta cita.",
|
|
1748
|
+
accept: "Acepto pagar {{amount}} en línea.",
|
|
1749
|
+
terms: "Condiciones de pago",
|
|
1750
|
+
submit: "Pagar {{amount}} y reservar",
|
|
1751
|
+
submitFailed: "No hemos podido iniciar su reserva. Inténtelo de nuevo.",
|
|
1752
|
+
full: "Pagar {{amount}} en línea",
|
|
1753
|
+
deposit: "Anticipo de {{amount}} en línea",
|
|
1754
|
+
unavailable: "Los datos del pago no están disponibles. Seleccione de nuevo un servicio."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Reservar cita",
|
|
1734
1757
|
stepAnnouncement: "Paso {{current}} de {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Tus selecciones",
|
|
@@ -2929,6 +2952,9 @@ const e = {
|
|
|
2929
2952
|
cvc: "CVC"
|
|
2930
2953
|
},
|
|
2931
2954
|
error: {
|
|
2955
|
+
billingAddressIncomplete: "Complete la dirección de facturación antes de pagar.",
|
|
2956
|
+
billingDetailsChanged: "Su dirección de facturación ha cambiado. Revísela e inténtelo de nuevo.",
|
|
2957
|
+
billingDetailsSave: "No se han podido guardar sus datos de facturación. Inténtelo de nuevo.",
|
|
2932
2958
|
generic: "Algo ha ido mal. Inténtelo de nuevo.",
|
|
2933
2959
|
cardNumber: "El número de tarjeta no es válido.",
|
|
2934
2960
|
expiry: "La fecha de caducidad no es válida.",
|
|
@@ -4612,16 +4638,26 @@ const e = {
|
|
|
4612
4638
|
noteRequired: "Introduce una nota.",
|
|
4613
4639
|
operator: "Operador",
|
|
4614
4640
|
operatorNone: "Sin operador",
|
|
4641
|
+
operatorUnresolved: "Operador no incluido en la lista: {{id}}",
|
|
4642
|
+
type: "Tipo",
|
|
4643
|
+
typeGroupStandard: "Tipos estándar",
|
|
4644
|
+
typeGroupCustom: "Tipos de la clínica",
|
|
4645
|
+
typeUnresolved: "Tipo no incluido en la lista: {{id}}",
|
|
4646
|
+
assignee: "Asignada a",
|
|
4647
|
+
assigneeNone: "Nadie",
|
|
4648
|
+
assigneeUnresolved: "Persona asignada no incluida en la lista: {{id}}",
|
|
4615
4649
|
about: "Referente a",
|
|
4616
4650
|
aboutNobody: "Nadie",
|
|
4617
4651
|
aboutPatient: "Paciente",
|
|
4618
4652
|
aboutCompany: "Empresa",
|
|
4653
|
+
aboutOperator: "Operador",
|
|
4619
4654
|
companyName: "Nombre de la empresa",
|
|
4620
4655
|
companyUnresolved: "Empresa vinculada (no está en la lista): {{id}}",
|
|
4621
4656
|
companyReplace: "Sustituir empresa",
|
|
4622
4657
|
done: "Completada",
|
|
4623
4658
|
save: "Guardar",
|
|
4624
4659
|
cancel: "Cancelar",
|
|
4660
|
+
actionsLabel: "Acciones de la tarea",
|
|
4625
4661
|
delete: "Eliminar",
|
|
4626
4662
|
deleteConfirmTitle: "¿Eliminar esta tarea?",
|
|
4627
4663
|
deleteConfirmBody: "La tarea se eliminará. Esta acción no se puede deshacer aquí.",
|
|
@@ -4933,7 +4969,6 @@ const e = {
|
|
|
4933
4969
|
},
|
|
4934
4970
|
readOnly: {
|
|
4935
4971
|
createBlocked: "No tiene permiso para crear citas.",
|
|
4936
|
-
createTaskBlocked: "No tiene permiso para crear tareas.",
|
|
4937
4972
|
changeBlocked: "No tiene permiso para modificar citas.",
|
|
4938
4973
|
waitingBlocked: "No tiene permiso para modificar la lista de espera.",
|
|
4939
4974
|
waitingLockedBody: "No tiene permiso para modificar la lista de espera: pida al titular de la clínica el permiso de edición del calendario."
|
|
@@ -1730,6 +1730,29 @@ export declare const frUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "Paiement reçu, réservation confirmée";
|
|
1735
|
+
readonly paidBody: "Nous avons reçu {{amount}}. Votre rendez-vous est confirmé.";
|
|
1736
|
+
readonly paidDemoTitle: "Paiement réussi (démo)";
|
|
1737
|
+
readonly paidDemo: "Démo terminée : aucun paiement n’a été effectué et aucun rendez-vous n’a été réservé.";
|
|
1738
|
+
readonly summaryPaid: "Montant payé";
|
|
1739
|
+
readonly heading: "Payez pour confirmer votre réservation";
|
|
1740
|
+
readonly processing: "Votre paiement est en cours de traitement.";
|
|
1741
|
+
readonly confirming: "Paiement reçu. Nous confirmons votre réservation.";
|
|
1742
|
+
readonly failed: "Votre paiement n’a pas abouti. Veuillez réessayer.";
|
|
1743
|
+
readonly completionFailed: "Paiement reçu. Veuillez réessayer de confirmer la réservation sans payer à nouveau.";
|
|
1744
|
+
readonly retryConfirmation: "Réessayer la confirmation";
|
|
1745
|
+
readonly cancelled: "Paiement annulé. Aucune réservation n’a été confirmée.";
|
|
1746
|
+
readonly noticeTitle: "Paiement en ligne obligatoire";
|
|
1747
|
+
readonly noticeBody: "Payez {{amount}} en ligne pour confirmer ce rendez-vous.";
|
|
1748
|
+
readonly accept: "J’accepte de payer {{amount}} en ligne.";
|
|
1749
|
+
readonly terms: "Conditions de paiement";
|
|
1750
|
+
readonly submit: "Payer {{amount}} et réserver";
|
|
1751
|
+
readonly submitFailed: "Nous n’avons pas pu démarrer votre réservation. Veuillez réessayer.";
|
|
1752
|
+
readonly full: "Payer {{amount}} en ligne";
|
|
1753
|
+
readonly deposit: "Acompte de {{amount}} en ligne";
|
|
1754
|
+
readonly unavailable: "Les informations de paiement sont indisponibles. Veuillez sélectionner à nouveau une prestation.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Prendre rendez-vous";
|
|
1734
1757
|
readonly stepAnnouncement: "Étape {{current}} sur {{total}} : {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Vos choix";
|
|
@@ -2954,6 +2977,9 @@ export declare const frUi: {
|
|
|
2954
2977
|
readonly cvc: "CVV";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "Complétez l’adresse de facturation avant de payer.";
|
|
2981
|
+
readonly billingDetailsChanged: "Votre adresse de facturation a changé. Veuillez la vérifier et réessayer.";
|
|
2982
|
+
readonly billingDetailsSave: "Vos coordonnées de facturation n’ont pas pu être enregistrées. Veuillez réessayer.";
|
|
2957
2983
|
readonly generic: "Une erreur s'est produite. Veuillez réessayer.";
|
|
2958
2984
|
readonly cardNumber: "Le numéro de carte est invalide.";
|
|
2959
2985
|
readonly expiry: "La date d'expiration est invalide.";
|
|
@@ -4649,16 +4675,26 @@ export declare const frUi: {
|
|
|
4649
4675
|
readonly noteRequired: "Saisissez une note.";
|
|
4650
4676
|
readonly operator: "Opérateur";
|
|
4651
4677
|
readonly operatorNone: "Aucun opérateur";
|
|
4678
|
+
readonly operatorUnresolved: "Opérateur absent de la liste : {{id}}";
|
|
4679
|
+
readonly type: "Type de tâche";
|
|
4680
|
+
readonly typeGroupStandard: "Types standard";
|
|
4681
|
+
readonly typeGroupCustom: "Types du cabinet";
|
|
4682
|
+
readonly typeUnresolved: "Type absent de la liste : {{id}}";
|
|
4683
|
+
readonly assignee: "Assignée à";
|
|
4684
|
+
readonly assigneeNone: "Personne";
|
|
4685
|
+
readonly assigneeUnresolved: "Personne assignée absente de la liste : {{id}}";
|
|
4652
4686
|
readonly about: "Concerne";
|
|
4653
4687
|
readonly aboutNobody: "Personne";
|
|
4654
4688
|
readonly aboutPatient: "Patient";
|
|
4655
4689
|
readonly aboutCompany: "Entreprise";
|
|
4690
|
+
readonly aboutOperator: "Opérateur";
|
|
4656
4691
|
readonly companyName: "Nom de l'entreprise";
|
|
4657
4692
|
readonly companyUnresolved: "Entreprise liée (absente de la liste) : {{id}}";
|
|
4658
4693
|
readonly companyReplace: "Remplacer l'entreprise";
|
|
4659
4694
|
readonly done: "Terminée";
|
|
4660
4695
|
readonly save: "Enregistrer";
|
|
4661
4696
|
readonly cancel: "Annuler";
|
|
4697
|
+
readonly actionsLabel: "Actions de la tâche";
|
|
4662
4698
|
readonly delete: "Supprimer";
|
|
4663
4699
|
readonly deleteConfirmTitle: "Supprimer cette tâche ?";
|
|
4664
4700
|
readonly deleteConfirmBody: "La tâche sera supprimée. Cette action est irréversible ici.";
|
|
@@ -4970,7 +5006,6 @@ export declare const frUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "Vous n’avez pas l’autorisation de créer des rendez-vous.";
|
|
4973
|
-
readonly createTaskBlocked: "Vous n’avez pas l’autorisation de créer des tâches.";
|
|
4974
5009
|
readonly changeBlocked: "Vous n’avez pas l’autorisation de modifier des rendez-vous.";
|
|
4975
5010
|
readonly waitingBlocked: "Vous n’avez pas l’autorisation de modifier la liste d’attente.";
|
|
4976
5011
|
readonly waitingLockedBody: "Vous n’avez pas l’autorisation de modifier la liste d’attente — demandez au responsable du cabinet le droit de modification de l’agenda.";
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Paiement reçu, réservation confirmée",
|
|
1735
|
+
paidBody: "Nous avons reçu {{amount}}. Votre rendez-vous est confirmé.",
|
|
1736
|
+
paidDemoTitle: "Paiement réussi (démo)",
|
|
1737
|
+
paidDemo: "Démo terminée : aucun paiement n’a été effectué et aucun rendez-vous n’a été réservé.",
|
|
1738
|
+
summaryPaid: "Montant payé",
|
|
1739
|
+
heading: "Payez pour confirmer votre réservation",
|
|
1740
|
+
processing: "Votre paiement est en cours de traitement.",
|
|
1741
|
+
confirming: "Paiement reçu. Nous confirmons votre réservation.",
|
|
1742
|
+
failed: "Votre paiement n’a pas abouti. Veuillez réessayer.",
|
|
1743
|
+
completionFailed: "Paiement reçu. Veuillez réessayer de confirmer la réservation sans payer à nouveau.",
|
|
1744
|
+
retryConfirmation: "Réessayer la confirmation",
|
|
1745
|
+
cancelled: "Paiement annulé. Aucune réservation n’a été confirmée.",
|
|
1746
|
+
noticeTitle: "Paiement en ligne obligatoire",
|
|
1747
|
+
noticeBody: "Payez {{amount}} en ligne pour confirmer ce rendez-vous.",
|
|
1748
|
+
accept: "J’accepte de payer {{amount}} en ligne.",
|
|
1749
|
+
terms: "Conditions de paiement",
|
|
1750
|
+
submit: "Payer {{amount}} et réserver",
|
|
1751
|
+
submitFailed: "Nous n’avons pas pu démarrer votre réservation. Veuillez réessayer.",
|
|
1752
|
+
full: "Payer {{amount}} en ligne",
|
|
1753
|
+
deposit: "Acompte de {{amount}} en ligne",
|
|
1754
|
+
unavailable: "Les informations de paiement sont indisponibles. Veuillez sélectionner à nouveau une prestation."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Prendre rendez-vous",
|
|
1734
1757
|
stepAnnouncement: "Étape {{current}} sur {{total}} : {{label}}",
|
|
1735
1758
|
filtersLabel: "Vos choix",
|
|
@@ -2932,6 +2955,9 @@ const e = {
|
|
|
2932
2955
|
cvc: "CVV"
|
|
2933
2956
|
},
|
|
2934
2957
|
error: {
|
|
2958
|
+
billingAddressIncomplete: "Complétez l’adresse de facturation avant de payer.",
|
|
2959
|
+
billingDetailsChanged: "Votre adresse de facturation a changé. Veuillez la vérifier et réessayer.",
|
|
2960
|
+
billingDetailsSave: "Vos coordonnées de facturation n’ont pas pu être enregistrées. Veuillez réessayer.",
|
|
2935
2961
|
generic: "Une erreur s'est produite. Veuillez réessayer.",
|
|
2936
2962
|
cardNumber: "Le numéro de carte est invalide.",
|
|
2937
2963
|
expiry: "La date d'expiration est invalide.",
|
|
@@ -4615,16 +4641,26 @@ const e = {
|
|
|
4615
4641
|
noteRequired: "Saisissez une note.",
|
|
4616
4642
|
operator: "Opérateur",
|
|
4617
4643
|
operatorNone: "Aucun opérateur",
|
|
4644
|
+
operatorUnresolved: "Opérateur absent de la liste : {{id}}",
|
|
4645
|
+
type: "Type de tâche",
|
|
4646
|
+
typeGroupStandard: "Types standard",
|
|
4647
|
+
typeGroupCustom: "Types du cabinet",
|
|
4648
|
+
typeUnresolved: "Type absent de la liste : {{id}}",
|
|
4649
|
+
assignee: "Assignée à",
|
|
4650
|
+
assigneeNone: "Personne",
|
|
4651
|
+
assigneeUnresolved: "Personne assignée absente de la liste : {{id}}",
|
|
4618
4652
|
about: "Concerne",
|
|
4619
4653
|
aboutNobody: "Personne",
|
|
4620
4654
|
aboutPatient: "Patient",
|
|
4621
4655
|
aboutCompany: "Entreprise",
|
|
4656
|
+
aboutOperator: "Opérateur",
|
|
4622
4657
|
companyName: "Nom de l'entreprise",
|
|
4623
4658
|
companyUnresolved: "Entreprise liée (absente de la liste) : {{id}}",
|
|
4624
4659
|
companyReplace: "Remplacer l'entreprise",
|
|
4625
4660
|
done: "Terminée",
|
|
4626
4661
|
save: "Enregistrer",
|
|
4627
4662
|
cancel: "Annuler",
|
|
4663
|
+
actionsLabel: "Actions de la tâche",
|
|
4628
4664
|
delete: "Supprimer",
|
|
4629
4665
|
deleteConfirmTitle: "Supprimer cette tâche ?",
|
|
4630
4666
|
deleteConfirmBody: "La tâche sera supprimée. Cette action est irréversible ici.",
|
|
@@ -4936,7 +4972,6 @@ const e = {
|
|
|
4936
4972
|
},
|
|
4937
4973
|
readOnly: {
|
|
4938
4974
|
createBlocked: "Vous n’avez pas l’autorisation de créer des rendez-vous.",
|
|
4939
|
-
createTaskBlocked: "Vous n’avez pas l’autorisation de créer des tâches.",
|
|
4940
4975
|
changeBlocked: "Vous n’avez pas l’autorisation de modifier des rendez-vous.",
|
|
4941
4976
|
waitingBlocked: "Vous n’avez pas l’autorisation de modifier la liste d’attente.",
|
|
4942
4977
|
waitingLockedBody: "Vous n’avez pas l’autorisation de modifier la liste d’attente — demandez au responsable du cabinet le droit de modification de l’agenda."
|
|
@@ -1730,6 +1730,29 @@ export declare const hiUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "भुगतान मिल गया, बुकिंग पक्की हो गई";
|
|
1735
|
+
readonly paidBody: "हमें {{amount}} मिल गए हैं। आपका अपॉइंटमेंट पक्का हो गया है।";
|
|
1736
|
+
readonly paidDemoTitle: "भुगतान सफल (डेमो)";
|
|
1737
|
+
readonly paidDemo: "डेमो पूरा हुआ: कोई भुगतान नहीं लिया गया और कोई अपॉइंटमेंट बुक नहीं हुआ।";
|
|
1738
|
+
readonly summaryPaid: "भुगतान की गई राशि";
|
|
1739
|
+
readonly heading: "अपनी बुकिंग पक्की करने के लिए भुगतान करें";
|
|
1740
|
+
readonly processing: "आपका भुगतान संसाधित किया जा रहा है।";
|
|
1741
|
+
readonly confirming: "भुगतान मिल गया है। हम आपकी बुकिंग की पुष्टि कर रहे हैं।";
|
|
1742
|
+
readonly failed: "आपका भुगतान पूरा नहीं हुआ। कृपया दोबारा कोशिश करें।";
|
|
1743
|
+
readonly completionFailed: "भुगतान मिल गया है। दोबारा भुगतान किए बिना बुकिंग की पुष्टि करने की फिर कोशिश करें।";
|
|
1744
|
+
readonly retryConfirmation: "पुष्टि की फिर कोशिश करें";
|
|
1745
|
+
readonly cancelled: "भुगतान रद्द हो गया। किसी भी बुकिंग की पुष्टि नहीं हुई है।";
|
|
1746
|
+
readonly noticeTitle: "ऑनलाइन भुगतान आवश्यक है";
|
|
1747
|
+
readonly noticeBody: "यह अपॉइंटमेंट पक्का करने के लिए {{amount}} का ऑनलाइन भुगतान करें।";
|
|
1748
|
+
readonly accept: "मैं {{amount}} का ऑनलाइन भुगतान करने के लिए सहमत हूँ।";
|
|
1749
|
+
readonly terms: "भुगतान की शर्तें";
|
|
1750
|
+
readonly submit: "{{amount}} का भुगतान करके बुक करें";
|
|
1751
|
+
readonly submitFailed: "हम आपकी बुकिंग शुरू नहीं कर सके। कृपया दोबारा कोशिश करें।";
|
|
1752
|
+
readonly full: "{{amount}} का ऑनलाइन भुगतान करें";
|
|
1753
|
+
readonly deposit: "{{amount}} का ऑनलाइन अग्रिम भुगतान";
|
|
1754
|
+
readonly unavailable: "भुगतान का विवरण उपलब्ध नहीं है। कृपया सेवा दोबारा चुनें।";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "अपॉइंटमेंट बुक करें";
|
|
1734
1757
|
readonly stepAnnouncement: "{{total}} में से चरण {{current}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "आपके चयन";
|
|
@@ -2954,6 +2977,9 @@ export declare const hiUi: {
|
|
|
2954
2977
|
readonly cvc: "CVC";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "भुगतान करने से पहले बिलिंग पता पूरा भरें।";
|
|
2981
|
+
readonly billingDetailsChanged: "आपका बिलिंग पता बदल गया है। कृपया उसे जाँचकर दोबारा कोशिश करें।";
|
|
2982
|
+
readonly billingDetailsSave: "आपका बिलिंग विवरण सहेजा नहीं जा सका। कृपया दोबारा कोशिश करें।";
|
|
2957
2983
|
readonly generic: "कुछ गलत हो गया। पुनः प्रयास करें।";
|
|
2958
2984
|
readonly cardNumber: "कार्ड नंबर अमान्य है।";
|
|
2959
2985
|
readonly expiry: "समाप्ति तिथि अमान्य है।";
|
|
@@ -4649,16 +4675,26 @@ export declare const hiUi: {
|
|
|
4649
4675
|
readonly noteRequired: "एक नोट दर्ज करें।";
|
|
4650
4676
|
readonly operator: "ऑपरेटर";
|
|
4651
4677
|
readonly operatorNone: "कोई ऑपरेटर नहीं";
|
|
4678
|
+
readonly operatorUnresolved: "सूची में न मिलने वाला ऑपरेटर: {{id}}";
|
|
4679
|
+
readonly type: "प्रकार";
|
|
4680
|
+
readonly typeGroupStandard: "मानक प्रकार";
|
|
4681
|
+
readonly typeGroupCustom: "क्लिनिक के प्रकार";
|
|
4682
|
+
readonly typeUnresolved: "सूची में न मिलने वाला प्रकार: {{id}}";
|
|
4683
|
+
readonly assignee: "सौंपा गया";
|
|
4684
|
+
readonly assigneeNone: "कोई नहीं";
|
|
4685
|
+
readonly assigneeUnresolved: "सूची में न मिलने वाला व्यक्ति: {{id}}";
|
|
4652
4686
|
readonly about: "संबंधित";
|
|
4653
4687
|
readonly aboutNobody: "कोई नहीं";
|
|
4654
4688
|
readonly aboutPatient: "रोगी";
|
|
4655
4689
|
readonly aboutCompany: "कंपनी";
|
|
4690
|
+
readonly aboutOperator: "ऑपरेटर";
|
|
4656
4691
|
readonly companyName: "कंपनी का नाम";
|
|
4657
4692
|
readonly companyUnresolved: "जुड़ी हुई कंपनी (सूची में नहीं): {{id}}";
|
|
4658
4693
|
readonly companyReplace: "कंपनी बदलें";
|
|
4659
4694
|
readonly done: "पूर्ण";
|
|
4660
4695
|
readonly save: "सहेजें";
|
|
4661
4696
|
readonly cancel: "रद्द करें";
|
|
4697
|
+
readonly actionsLabel: "कार्य की क्रियाएँ";
|
|
4662
4698
|
readonly delete: "हटाएं";
|
|
4663
4699
|
readonly deleteConfirmTitle: "क्या यह कार्य हटाएं?";
|
|
4664
4700
|
readonly deleteConfirmBody: "कार्य हटा दिया जाएगा। यह क्रिया यहां पूर्ववत नहीं की जा सकती।";
|
|
@@ -4970,7 +5006,6 @@ export declare const hiUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "आपके पास अपॉइंटमेंट बनाने की अनुमति नहीं है।";
|
|
4973
|
-
readonly createTaskBlocked: "आपके पास कार्य बनाने की अनुमति नहीं है।";
|
|
4974
5009
|
readonly changeBlocked: "आपके पास अपॉइंटमेंट बदलने की अनुमति नहीं है।";
|
|
4975
5010
|
readonly waitingBlocked: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है।";
|
|
4976
5011
|
readonly waitingLockedBody: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है — कैलेंडर संपादित करने का अधिकार क्लिनिक के स्वामी से माँगें।";
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "भुगतान मिल गया, बुकिंग पक्की हो गई",
|
|
1735
|
+
paidBody: "हमें {{amount}} मिल गए हैं। आपका अपॉइंटमेंट पक्का हो गया है।",
|
|
1736
|
+
paidDemoTitle: "भुगतान सफल (डेमो)",
|
|
1737
|
+
paidDemo: "डेमो पूरा हुआ: कोई भुगतान नहीं लिया गया और कोई अपॉइंटमेंट बुक नहीं हुआ।",
|
|
1738
|
+
summaryPaid: "भुगतान की गई राशि",
|
|
1739
|
+
heading: "अपनी बुकिंग पक्की करने के लिए भुगतान करें",
|
|
1740
|
+
processing: "आपका भुगतान संसाधित किया जा रहा है।",
|
|
1741
|
+
confirming: "भुगतान मिल गया है। हम आपकी बुकिंग की पुष्टि कर रहे हैं।",
|
|
1742
|
+
failed: "आपका भुगतान पूरा नहीं हुआ। कृपया दोबारा कोशिश करें।",
|
|
1743
|
+
completionFailed: "भुगतान मिल गया है। दोबारा भुगतान किए बिना बुकिंग की पुष्टि करने की फिर कोशिश करें।",
|
|
1744
|
+
retryConfirmation: "पुष्टि की फिर कोशिश करें",
|
|
1745
|
+
cancelled: "भुगतान रद्द हो गया। किसी भी बुकिंग की पुष्टि नहीं हुई है।",
|
|
1746
|
+
noticeTitle: "ऑनलाइन भुगतान आवश्यक है",
|
|
1747
|
+
noticeBody: "यह अपॉइंटमेंट पक्का करने के लिए {{amount}} का ऑनलाइन भुगतान करें।",
|
|
1748
|
+
accept: "मैं {{amount}} का ऑनलाइन भुगतान करने के लिए सहमत हूँ।",
|
|
1749
|
+
terms: "भुगतान की शर्तें",
|
|
1750
|
+
submit: "{{amount}} का भुगतान करके बुक करें",
|
|
1751
|
+
submitFailed: "हम आपकी बुकिंग शुरू नहीं कर सके। कृपया दोबारा कोशिश करें।",
|
|
1752
|
+
full: "{{amount}} का ऑनलाइन भुगतान करें",
|
|
1753
|
+
deposit: "{{amount}} का ऑनलाइन अग्रिम भुगतान",
|
|
1754
|
+
unavailable: "भुगतान का विवरण उपलब्ध नहीं है। कृपया सेवा दोबारा चुनें।"
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "अपॉइंटमेंट बुक करें",
|
|
1734
1757
|
stepAnnouncement: "{{total}} में से चरण {{current}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "आपके चयन",
|
|
@@ -2929,6 +2952,9 @@ const e = {
|
|
|
2929
2952
|
cvc: "CVC"
|
|
2930
2953
|
},
|
|
2931
2954
|
error: {
|
|
2955
|
+
billingAddressIncomplete: "भुगतान करने से पहले बिलिंग पता पूरा भरें।",
|
|
2956
|
+
billingDetailsChanged: "आपका बिलिंग पता बदल गया है। कृपया उसे जाँचकर दोबारा कोशिश करें।",
|
|
2957
|
+
billingDetailsSave: "आपका बिलिंग विवरण सहेजा नहीं जा सका। कृपया दोबारा कोशिश करें।",
|
|
2932
2958
|
generic: "कुछ गलत हो गया। पुनः प्रयास करें।",
|
|
2933
2959
|
cardNumber: "कार्ड नंबर अमान्य है।",
|
|
2934
2960
|
expiry: "समाप्ति तिथि अमान्य है।",
|
|
@@ -4612,16 +4638,26 @@ const e = {
|
|
|
4612
4638
|
noteRequired: "एक नोट दर्ज करें।",
|
|
4613
4639
|
operator: "ऑपरेटर",
|
|
4614
4640
|
operatorNone: "कोई ऑपरेटर नहीं",
|
|
4641
|
+
operatorUnresolved: "सूची में न मिलने वाला ऑपरेटर: {{id}}",
|
|
4642
|
+
type: "प्रकार",
|
|
4643
|
+
typeGroupStandard: "मानक प्रकार",
|
|
4644
|
+
typeGroupCustom: "क्लिनिक के प्रकार",
|
|
4645
|
+
typeUnresolved: "सूची में न मिलने वाला प्रकार: {{id}}",
|
|
4646
|
+
assignee: "सौंपा गया",
|
|
4647
|
+
assigneeNone: "कोई नहीं",
|
|
4648
|
+
assigneeUnresolved: "सूची में न मिलने वाला व्यक्ति: {{id}}",
|
|
4615
4649
|
about: "संबंधित",
|
|
4616
4650
|
aboutNobody: "कोई नहीं",
|
|
4617
4651
|
aboutPatient: "रोगी",
|
|
4618
4652
|
aboutCompany: "कंपनी",
|
|
4653
|
+
aboutOperator: "ऑपरेटर",
|
|
4619
4654
|
companyName: "कंपनी का नाम",
|
|
4620
4655
|
companyUnresolved: "जुड़ी हुई कंपनी (सूची में नहीं): {{id}}",
|
|
4621
4656
|
companyReplace: "कंपनी बदलें",
|
|
4622
4657
|
done: "पूर्ण",
|
|
4623
4658
|
save: "सहेजें",
|
|
4624
4659
|
cancel: "रद्द करें",
|
|
4660
|
+
actionsLabel: "कार्य की क्रियाएँ",
|
|
4625
4661
|
delete: "हटाएं",
|
|
4626
4662
|
deleteConfirmTitle: "क्या यह कार्य हटाएं?",
|
|
4627
4663
|
deleteConfirmBody: "कार्य हटा दिया जाएगा। यह क्रिया यहां पूर्ववत नहीं की जा सकती।",
|
|
@@ -4933,7 +4969,6 @@ const e = {
|
|
|
4933
4969
|
},
|
|
4934
4970
|
readOnly: {
|
|
4935
4971
|
createBlocked: "आपके पास अपॉइंटमेंट बनाने की अनुमति नहीं है।",
|
|
4936
|
-
createTaskBlocked: "आपके पास कार्य बनाने की अनुमति नहीं है।",
|
|
4937
4972
|
changeBlocked: "आपके पास अपॉइंटमेंट बदलने की अनुमति नहीं है।",
|
|
4938
4973
|
waitingBlocked: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है।",
|
|
4939
4974
|
waitingLockedBody: "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है — कैलेंडर संपादित करने का अधिकार क्लिनिक के स्वामी से माँगें।"
|
|
@@ -1727,6 +1727,29 @@ export declare const itUi: {
|
|
|
1727
1727
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1728
1728
|
};
|
|
1729
1729
|
readonly booking: {
|
|
1730
|
+
readonly payment: {
|
|
1731
|
+
readonly paidTitle: "Pagamento ricevuto, prenotazione confermata";
|
|
1732
|
+
readonly paidBody: "Abbiamo ricevuto {{amount}}. L’appuntamento è confermato.";
|
|
1733
|
+
readonly paidDemoTitle: "Pagamento riuscito (demo)";
|
|
1734
|
+
readonly paidDemo: "Demo completata: non è stato effettuato alcun pagamento né prenotato alcun appuntamento.";
|
|
1735
|
+
readonly summaryPaid: "Importo pagato";
|
|
1736
|
+
readonly heading: "Pagamento per confermare la prenotazione";
|
|
1737
|
+
readonly processing: "Il pagamento è in elaborazione.";
|
|
1738
|
+
readonly confirming: "Pagamento ricevuto. Stiamo confermando la prenotazione.";
|
|
1739
|
+
readonly failed: "Il pagamento non è stato completato. Riprovi.";
|
|
1740
|
+
readonly completionFailed: "Pagamento ricevuto. Riprovi a confermare la prenotazione senza pagare di nuovo.";
|
|
1741
|
+
readonly retryConfirmation: "Riprova la conferma";
|
|
1742
|
+
readonly cancelled: "Pagamento annullato. Nessuna prenotazione è stata confermata.";
|
|
1743
|
+
readonly noticeTitle: "Pagamento online obbligatorio";
|
|
1744
|
+
readonly noticeBody: "Per confermare questo appuntamento è necessario pagare {{amount}} online.";
|
|
1745
|
+
readonly accept: "Acconsento a pagare {{amount}} online.";
|
|
1746
|
+
readonly terms: "Condizioni di pagamento";
|
|
1747
|
+
readonly submit: "Paga {{amount}} e prenota";
|
|
1748
|
+
readonly submitFailed: "Non è stato possibile avviare la prenotazione. Riprovi.";
|
|
1749
|
+
readonly full: "Paga {{amount}} online";
|
|
1750
|
+
readonly deposit: "Acconto online di {{amount}}";
|
|
1751
|
+
readonly unavailable: "I dettagli del pagamento non sono disponibili. Selezioni nuovamente una prestazione.";
|
|
1752
|
+
};
|
|
1730
1753
|
readonly regionLabel: "Prenota appuntamento";
|
|
1731
1754
|
readonly stepAnnouncement: "Passaggio {{current}} di {{total}}: {{label}}";
|
|
1732
1755
|
readonly filtersLabel: "Le tue scelte";
|
|
@@ -2951,6 +2974,9 @@ export declare const itUi: {
|
|
|
2951
2974
|
readonly cvc: "CVC";
|
|
2952
2975
|
};
|
|
2953
2976
|
readonly error: {
|
|
2977
|
+
readonly billingAddressIncomplete: "Completi l’indirizzo di fatturazione prima di pagare.";
|
|
2978
|
+
readonly billingDetailsChanged: "L’indirizzo di fatturazione è cambiato. Lo controlli e riprovi.";
|
|
2979
|
+
readonly billingDetailsSave: "Non è stato possibile salvare i dati di fatturazione. Riprovi.";
|
|
2954
2980
|
readonly generic: "Qualcosa è andato storto. Riprova.";
|
|
2955
2981
|
readonly cardNumber: "Il numero della carta non è valido.";
|
|
2956
2982
|
readonly expiry: "La data di scadenza non è valida.";
|
|
@@ -4646,16 +4672,26 @@ export declare const itUi: {
|
|
|
4646
4672
|
readonly noteRequired: "Inserisci una nota.";
|
|
4647
4673
|
readonly operator: "Operatore";
|
|
4648
4674
|
readonly operatorNone: "Nessun operatore";
|
|
4675
|
+
readonly operatorUnresolved: "Operatore non in elenco: {{id}}";
|
|
4676
|
+
readonly type: "Tipo";
|
|
4677
|
+
readonly typeGroupStandard: "Tipi standard";
|
|
4678
|
+
readonly typeGroupCustom: "Tipi dello studio";
|
|
4679
|
+
readonly typeUnresolved: "Tipo non in elenco: {{id}}";
|
|
4680
|
+
readonly assignee: "Assegnata a";
|
|
4681
|
+
readonly assigneeNone: "Nessuno";
|
|
4682
|
+
readonly assigneeUnresolved: "Assegnatario non in elenco: {{id}}";
|
|
4649
4683
|
readonly about: "Riguarda";
|
|
4650
4684
|
readonly aboutNobody: "Nessuno";
|
|
4651
4685
|
readonly aboutPatient: "Paziente";
|
|
4652
4686
|
readonly aboutCompany: "Azienda";
|
|
4687
|
+
readonly aboutOperator: "Operatore";
|
|
4653
4688
|
readonly companyName: "Nome azienda";
|
|
4654
4689
|
readonly companyUnresolved: "Azienda collegata (non in elenco): {{id}}";
|
|
4655
4690
|
readonly companyReplace: "Sostituisci azienda";
|
|
4656
4691
|
readonly done: "Completata";
|
|
4657
4692
|
readonly save: "Salva";
|
|
4658
4693
|
readonly cancel: "Annulla";
|
|
4694
|
+
readonly actionsLabel: "Azioni dell'attività";
|
|
4659
4695
|
readonly delete: "Elimina";
|
|
4660
4696
|
readonly deleteConfirmTitle: "Eliminare questa attività?";
|
|
4661
4697
|
readonly deleteConfirmBody: "L'attività verrà rimossa. L'operazione non è reversibile qui.";
|
|
@@ -4967,7 +5003,6 @@ export declare const itUi: {
|
|
|
4967
5003
|
};
|
|
4968
5004
|
readonly readOnly: {
|
|
4969
5005
|
readonly createBlocked: "Non hai il permesso di creare appuntamenti.";
|
|
4970
|
-
readonly createTaskBlocked: "Non hai il permesso di creare attività.";
|
|
4971
5006
|
readonly changeBlocked: "Non hai il permesso di modificare gli appuntamenti.";
|
|
4972
5007
|
readonly waitingBlocked: "Non hai il permesso di modificare la lista d’attesa.";
|
|
4973
5008
|
readonly waitingLockedBody: "Non hai il permesso di modificare la lista d’attesa: chiedi al titolare dello studio il diritto di modifica del calendario.";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1710,6 +1710,29 @@ const e = {
|
|
|
1710
1710
|
slotLabel: "{{day}}, {{time}}"
|
|
1711
1711
|
},
|
|
1712
1712
|
booking: {
|
|
1713
|
+
payment: {
|
|
1714
|
+
paidTitle: "Pagamento ricevuto, prenotazione confermata",
|
|
1715
|
+
paidBody: "Abbiamo ricevuto {{amount}}. L’appuntamento è confermato.",
|
|
1716
|
+
paidDemoTitle: "Pagamento riuscito (demo)",
|
|
1717
|
+
paidDemo: "Demo completata: non è stato effettuato alcun pagamento né prenotato alcun appuntamento.",
|
|
1718
|
+
summaryPaid: "Importo pagato",
|
|
1719
|
+
heading: "Pagamento per confermare la prenotazione",
|
|
1720
|
+
processing: "Il pagamento è in elaborazione.",
|
|
1721
|
+
confirming: "Pagamento ricevuto. Stiamo confermando la prenotazione.",
|
|
1722
|
+
failed: "Il pagamento non è stato completato. Riprovi.",
|
|
1723
|
+
completionFailed: "Pagamento ricevuto. Riprovi a confermare la prenotazione senza pagare di nuovo.",
|
|
1724
|
+
retryConfirmation: "Riprova la conferma",
|
|
1725
|
+
cancelled: "Pagamento annullato. Nessuna prenotazione è stata confermata.",
|
|
1726
|
+
noticeTitle: "Pagamento online obbligatorio",
|
|
1727
|
+
noticeBody: "Per confermare questo appuntamento è necessario pagare {{amount}} online.",
|
|
1728
|
+
accept: "Acconsento a pagare {{amount}} online.",
|
|
1729
|
+
terms: "Condizioni di pagamento",
|
|
1730
|
+
submit: "Paga {{amount}} e prenota",
|
|
1731
|
+
submitFailed: "Non è stato possibile avviare la prenotazione. Riprovi.",
|
|
1732
|
+
full: "Paga {{amount}} online",
|
|
1733
|
+
deposit: "Acconto online di {{amount}}",
|
|
1734
|
+
unavailable: "I dettagli del pagamento non sono disponibili. Selezioni nuovamente una prestazione."
|
|
1735
|
+
},
|
|
1713
1736
|
regionLabel: "Prenota appuntamento",
|
|
1714
1737
|
stepAnnouncement: "Passaggio {{current}} di {{total}}: {{label}}",
|
|
1715
1738
|
filtersLabel: "Le tue scelte",
|
|
@@ -2912,6 +2935,9 @@ const e = {
|
|
|
2912
2935
|
cvc: "CVC"
|
|
2913
2936
|
},
|
|
2914
2937
|
error: {
|
|
2938
|
+
billingAddressIncomplete: "Completi l’indirizzo di fatturazione prima di pagare.",
|
|
2939
|
+
billingDetailsChanged: "L’indirizzo di fatturazione è cambiato. Lo controlli e riprovi.",
|
|
2940
|
+
billingDetailsSave: "Non è stato possibile salvare i dati di fatturazione. Riprovi.",
|
|
2915
2941
|
generic: "Qualcosa è andato storto. Riprova.",
|
|
2916
2942
|
cardNumber: "Il numero della carta non è valido.",
|
|
2917
2943
|
expiry: "La data di scadenza non è valida.",
|
|
@@ -4597,16 +4623,26 @@ const e = {
|
|
|
4597
4623
|
noteRequired: "Inserisci una nota.",
|
|
4598
4624
|
operator: "Operatore",
|
|
4599
4625
|
operatorNone: "Nessun operatore",
|
|
4626
|
+
operatorUnresolved: "Operatore non in elenco: {{id}}",
|
|
4627
|
+
type: "Tipo",
|
|
4628
|
+
typeGroupStandard: "Tipi standard",
|
|
4629
|
+
typeGroupCustom: "Tipi dello studio",
|
|
4630
|
+
typeUnresolved: "Tipo non in elenco: {{id}}",
|
|
4631
|
+
assignee: "Assegnata a",
|
|
4632
|
+
assigneeNone: "Nessuno",
|
|
4633
|
+
assigneeUnresolved: "Assegnatario non in elenco: {{id}}",
|
|
4600
4634
|
about: "Riguarda",
|
|
4601
4635
|
aboutNobody: "Nessuno",
|
|
4602
4636
|
aboutPatient: "Paziente",
|
|
4603
4637
|
aboutCompany: "Azienda",
|
|
4638
|
+
aboutOperator: "Operatore",
|
|
4604
4639
|
companyName: "Nome azienda",
|
|
4605
4640
|
companyUnresolved: "Azienda collegata (non in elenco): {{id}}",
|
|
4606
4641
|
companyReplace: "Sostituisci azienda",
|
|
4607
4642
|
done: "Completata",
|
|
4608
4643
|
save: "Salva",
|
|
4609
4644
|
cancel: "Annulla",
|
|
4645
|
+
actionsLabel: "Azioni dell'attività",
|
|
4610
4646
|
delete: "Elimina",
|
|
4611
4647
|
deleteConfirmTitle: "Eliminare questa attività?",
|
|
4612
4648
|
deleteConfirmBody: "L'attività verrà rimossa. L'operazione non è reversibile qui.",
|
|
@@ -4918,7 +4954,6 @@ const e = {
|
|
|
4918
4954
|
},
|
|
4919
4955
|
readOnly: {
|
|
4920
4956
|
createBlocked: "Non hai il permesso di creare appuntamenti.",
|
|
4921
|
-
createTaskBlocked: "Non hai il permesso di creare attività.",
|
|
4922
4957
|
changeBlocked: "Non hai il permesso di modificare gli appuntamenti.",
|
|
4923
4958
|
waitingBlocked: "Non hai il permesso di modificare la lista d’attesa.",
|
|
4924
4959
|
waitingLockedBody: "Non hai il permesso di modificare la lista d’attesa: chiedi al titolare dello studio il diritto di modifica del calendario."
|