@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
package/dist/locales/en.json
CHANGED
|
@@ -1783,6 +1783,29 @@
|
|
|
1783
1783
|
"slotLabel": "{{day}}, {{time}}"
|
|
1784
1784
|
},
|
|
1785
1785
|
"booking": {
|
|
1786
|
+
"payment": {
|
|
1787
|
+
"paidTitle": "Payment received, booking confirmed",
|
|
1788
|
+
"paidBody": "We received {{amount}}. Your appointment is confirmed.",
|
|
1789
|
+
"paidDemoTitle": "Payment successful (demo)",
|
|
1790
|
+
"paidDemo": "Demo complete: no payment was taken and no appointment was booked.",
|
|
1791
|
+
"summaryPaid": "Amount paid",
|
|
1792
|
+
"heading": "Pay to confirm your booking",
|
|
1793
|
+
"processing": "Your payment is being processed.",
|
|
1794
|
+
"confirming": "Payment received. We are confirming your booking.",
|
|
1795
|
+
"failed": "Your payment was not completed. Please try again.",
|
|
1796
|
+
"completionFailed": "Payment received. Please retry booking confirmation without paying again.",
|
|
1797
|
+
"retryConfirmation": "Retry confirmation",
|
|
1798
|
+
"cancelled": "Payment cancelled. No booking has been confirmed.",
|
|
1799
|
+
"noticeTitle": "Online payment required",
|
|
1800
|
+
"noticeBody": "Pay {{amount}} online to confirm this appointment.",
|
|
1801
|
+
"accept": "I agree to pay {{amount}} online.",
|
|
1802
|
+
"terms": "Payment terms",
|
|
1803
|
+
"submit": "Pay {{amount}} and book",
|
|
1804
|
+
"submitFailed": "We could not start your booking. Please try again.",
|
|
1805
|
+
"full": "Pay {{amount}} online",
|
|
1806
|
+
"deposit": "{{amount}} deposit online",
|
|
1807
|
+
"unavailable": "Payment details are unavailable. Please choose a service again."
|
|
1808
|
+
},
|
|
1786
1809
|
"regionLabel": "Book appointment",
|
|
1787
1810
|
"stepAnnouncement": "Step {{current}} of {{total}}: {{label}}",
|
|
1788
1811
|
"filtersLabel": "Your selections",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Complete the billing address before paying.",
|
|
2977
|
+
"billingDetailsChanged": "Your billing address changed. Please check it and try again.",
|
|
2978
|
+
"billingDetailsSave": "Your billing details could not be saved. Please try again.",
|
|
2953
2979
|
"generic": "Something went wrong. Please try again.",
|
|
2954
2980
|
"cardNumber": "The card number is invalid.",
|
|
2955
2981
|
"expiry": "The expiry date is invalid.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Enter a note.",
|
|
4646
4672
|
"operator": "Operator",
|
|
4647
4673
|
"operatorNone": "No operator",
|
|
4674
|
+
"operatorUnresolved": "Operator not in the list: {{id}}",
|
|
4675
|
+
"type": "Type",
|
|
4676
|
+
"typeGroupStandard": "Standard types",
|
|
4677
|
+
"typeGroupCustom": "Practice types",
|
|
4678
|
+
"typeUnresolved": "Type not in the list: {{id}}",
|
|
4679
|
+
"assignee": "Assigned to",
|
|
4680
|
+
"assigneeNone": "Nobody",
|
|
4681
|
+
"assigneeUnresolved": "Assignee not in the list: {{id}}",
|
|
4648
4682
|
"about": "Concerns",
|
|
4649
4683
|
"aboutNobody": "Nobody",
|
|
4650
4684
|
"aboutPatient": "Patient",
|
|
4651
4685
|
"aboutCompany": "Company",
|
|
4686
|
+
"aboutOperator": "Operator",
|
|
4652
4687
|
"companyName": "Company name",
|
|
4653
4688
|
"companyUnresolved": "Linked company (not in the list): {{id}}",
|
|
4654
4689
|
"companyReplace": "Replace company",
|
|
4655
4690
|
"done": "Done",
|
|
4656
4691
|
"save": "Save",
|
|
4657
4692
|
"cancel": "Cancel",
|
|
4693
|
+
"actionsLabel": "Task actions",
|
|
4658
4694
|
"delete": "Delete",
|
|
4659
4695
|
"deleteConfirmTitle": "Delete this task?",
|
|
4660
4696
|
"deleteConfirmBody": "The task will be removed. This cannot be undone here.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "You do not have permission to create appointments.",
|
|
4969
|
-
"createTaskBlocked": "You do not have permission to create tasks.",
|
|
4970
5005
|
"changeBlocked": "You do not have permission to change appointments.",
|
|
4971
5006
|
"waitingBlocked": "You do not have permission to change the waiting list.",
|
|
4972
5007
|
"waitingLockedBody": "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right."
|
package/dist/locales/es.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Pago recibido, reserva confirmada",
|
|
1731
|
+
"paidBody": "Hemos recibido {{amount}}. Su cita está confirmada.",
|
|
1732
|
+
"paidDemoTitle": "Pago realizado correctamente (demo)",
|
|
1733
|
+
"paidDemo": "Demostración completada: no se ha realizado ningún cobro ni se ha reservado ninguna cita.",
|
|
1734
|
+
"summaryPaid": "Importe pagado",
|
|
1735
|
+
"heading": "Pague para confirmar su reserva",
|
|
1736
|
+
"processing": "Su pago se está procesando.",
|
|
1737
|
+
"confirming": "Pago recibido. Estamos confirmando su reserva.",
|
|
1738
|
+
"failed": "Su pago no se ha completado. Inténtelo de nuevo.",
|
|
1739
|
+
"completionFailed": "Pago recibido. Intente confirmar la reserva de nuevo sin volver a pagar.",
|
|
1740
|
+
"retryConfirmation": "Reintentar confirmación",
|
|
1741
|
+
"cancelled": "Pago cancelado. No se ha confirmado ninguna reserva.",
|
|
1742
|
+
"noticeTitle": "Pago en línea obligatorio",
|
|
1743
|
+
"noticeBody": "Pague {{amount}} en línea para confirmar esta cita.",
|
|
1744
|
+
"accept": "Acepto pagar {{amount}} en línea.",
|
|
1745
|
+
"terms": "Condiciones de pago",
|
|
1746
|
+
"submit": "Pagar {{amount}} y reservar",
|
|
1747
|
+
"submitFailed": "No hemos podido iniciar su reserva. Inténtelo de nuevo.",
|
|
1748
|
+
"full": "Pagar {{amount}} en línea",
|
|
1749
|
+
"deposit": "Anticipo de {{amount}} en línea",
|
|
1750
|
+
"unavailable": "Los datos del pago no están disponibles. Seleccione de nuevo un servicio."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Reservar cita",
|
|
1730
1753
|
"stepAnnouncement": "Paso {{current}} de {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Tus selecciones",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Complete la dirección de facturación antes de pagar.",
|
|
2977
|
+
"billingDetailsChanged": "Su dirección de facturación ha cambiado. Revísela e inténtelo de nuevo.",
|
|
2978
|
+
"billingDetailsSave": "No se han podido guardar sus datos de facturación. Inténtelo de nuevo.",
|
|
2953
2979
|
"generic": "Algo ha ido mal. Inténtelo de nuevo.",
|
|
2954
2980
|
"cardNumber": "El número de tarjeta no es válido.",
|
|
2955
2981
|
"expiry": "La fecha de caducidad no es válida.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Introduce una nota.",
|
|
4646
4672
|
"operator": "Operador",
|
|
4647
4673
|
"operatorNone": "Sin operador",
|
|
4674
|
+
"operatorUnresolved": "Operador no incluido en la lista: {{id}}",
|
|
4675
|
+
"type": "Tipo",
|
|
4676
|
+
"typeGroupStandard": "Tipos estándar",
|
|
4677
|
+
"typeGroupCustom": "Tipos de la clínica",
|
|
4678
|
+
"typeUnresolved": "Tipo no incluido en la lista: {{id}}",
|
|
4679
|
+
"assignee": "Asignada a",
|
|
4680
|
+
"assigneeNone": "Nadie",
|
|
4681
|
+
"assigneeUnresolved": "Persona asignada no incluida en la lista: {{id}}",
|
|
4648
4682
|
"about": "Referente a",
|
|
4649
4683
|
"aboutNobody": "Nadie",
|
|
4650
4684
|
"aboutPatient": "Paciente",
|
|
4651
4685
|
"aboutCompany": "Empresa",
|
|
4686
|
+
"aboutOperator": "Operador",
|
|
4652
4687
|
"companyName": "Nombre de la empresa",
|
|
4653
4688
|
"companyUnresolved": "Empresa vinculada (no está en la lista): {{id}}",
|
|
4654
4689
|
"companyReplace": "Sustituir empresa",
|
|
4655
4690
|
"done": "Completada",
|
|
4656
4691
|
"save": "Guardar",
|
|
4657
4692
|
"cancel": "Cancelar",
|
|
4693
|
+
"actionsLabel": "Acciones de la tarea",
|
|
4658
4694
|
"delete": "Eliminar",
|
|
4659
4695
|
"deleteConfirmTitle": "¿Eliminar esta tarea?",
|
|
4660
4696
|
"deleteConfirmBody": "La tarea se eliminará. Esta acción no se puede deshacer aquí.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "No tiene permiso para crear citas.",
|
|
4969
|
-
"createTaskBlocked": "No tiene permiso para crear tareas.",
|
|
4970
5005
|
"changeBlocked": "No tiene permiso para modificar citas.",
|
|
4971
5006
|
"waitingBlocked": "No tiene permiso para modificar la lista de espera.",
|
|
4972
5007
|
"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/locales/fr.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Paiement reçu, réservation confirmée",
|
|
1731
|
+
"paidBody": "Nous avons reçu {{amount}}. Votre rendez-vous est confirmé.",
|
|
1732
|
+
"paidDemoTitle": "Paiement réussi (démo)",
|
|
1733
|
+
"paidDemo": "Démo terminée : aucun paiement n’a été effectué et aucun rendez-vous n’a été réservé.",
|
|
1734
|
+
"summaryPaid": "Montant payé",
|
|
1735
|
+
"heading": "Payez pour confirmer votre réservation",
|
|
1736
|
+
"processing": "Votre paiement est en cours de traitement.",
|
|
1737
|
+
"confirming": "Paiement reçu. Nous confirmons votre réservation.",
|
|
1738
|
+
"failed": "Votre paiement n’a pas abouti. Veuillez réessayer.",
|
|
1739
|
+
"completionFailed": "Paiement reçu. Veuillez réessayer de confirmer la réservation sans payer à nouveau.",
|
|
1740
|
+
"retryConfirmation": "Réessayer la confirmation",
|
|
1741
|
+
"cancelled": "Paiement annulé. Aucune réservation n’a été confirmée.",
|
|
1742
|
+
"noticeTitle": "Paiement en ligne obligatoire",
|
|
1743
|
+
"noticeBody": "Payez {{amount}} en ligne pour confirmer ce rendez-vous.",
|
|
1744
|
+
"accept": "J’accepte de payer {{amount}} en ligne.",
|
|
1745
|
+
"terms": "Conditions de paiement",
|
|
1746
|
+
"submit": "Payer {{amount}} et réserver",
|
|
1747
|
+
"submitFailed": "Nous n’avons pas pu démarrer votre réservation. Veuillez réessayer.",
|
|
1748
|
+
"full": "Payer {{amount}} en ligne",
|
|
1749
|
+
"deposit": "Acompte de {{amount}} en ligne",
|
|
1750
|
+
"unavailable": "Les informations de paiement sont indisponibles. Veuillez sélectionner à nouveau une prestation."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Prendre rendez-vous",
|
|
1730
1753
|
"stepAnnouncement": "Étape {{current}} sur {{total}} : {{label}}",
|
|
1731
1754
|
"filtersLabel": "Vos choix",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVV"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Complétez l’adresse de facturation avant de payer.",
|
|
2977
|
+
"billingDetailsChanged": "Votre adresse de facturation a changé. Veuillez la vérifier et réessayer.",
|
|
2978
|
+
"billingDetailsSave": "Vos coordonnées de facturation n’ont pas pu être enregistrées. Veuillez réessayer.",
|
|
2953
2979
|
"generic": "Une erreur s'est produite. Veuillez réessayer.",
|
|
2954
2980
|
"cardNumber": "Le numéro de carte est invalide.",
|
|
2955
2981
|
"expiry": "La date d'expiration est invalide.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Saisissez une note.",
|
|
4646
4672
|
"operator": "Opérateur",
|
|
4647
4673
|
"operatorNone": "Aucun opérateur",
|
|
4674
|
+
"operatorUnresolved": "Opérateur absent de la liste : {{id}}",
|
|
4675
|
+
"type": "Type de tâche",
|
|
4676
|
+
"typeGroupStandard": "Types standard",
|
|
4677
|
+
"typeGroupCustom": "Types du cabinet",
|
|
4678
|
+
"typeUnresolved": "Type absent de la liste : {{id}}",
|
|
4679
|
+
"assignee": "Assignée à",
|
|
4680
|
+
"assigneeNone": "Personne",
|
|
4681
|
+
"assigneeUnresolved": "Personne assignée absente de la liste : {{id}}",
|
|
4648
4682
|
"about": "Concerne",
|
|
4649
4683
|
"aboutNobody": "Personne",
|
|
4650
4684
|
"aboutPatient": "Patient",
|
|
4651
4685
|
"aboutCompany": "Entreprise",
|
|
4686
|
+
"aboutOperator": "Opérateur",
|
|
4652
4687
|
"companyName": "Nom de l'entreprise",
|
|
4653
4688
|
"companyUnresolved": "Entreprise liée (absente de la liste) : {{id}}",
|
|
4654
4689
|
"companyReplace": "Remplacer l'entreprise",
|
|
4655
4690
|
"done": "Terminée",
|
|
4656
4691
|
"save": "Enregistrer",
|
|
4657
4692
|
"cancel": "Annuler",
|
|
4693
|
+
"actionsLabel": "Actions de la tâche",
|
|
4658
4694
|
"delete": "Supprimer",
|
|
4659
4695
|
"deleteConfirmTitle": "Supprimer cette tâche ?",
|
|
4660
4696
|
"deleteConfirmBody": "La tâche sera supprimée. Cette action est irréversible ici.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Vous n’avez pas l’autorisation de créer des rendez-vous.",
|
|
4969
|
-
"createTaskBlocked": "Vous n’avez pas l’autorisation de créer des tâches.",
|
|
4970
5005
|
"changeBlocked": "Vous n’avez pas l’autorisation de modifier des rendez-vous.",
|
|
4971
5006
|
"waitingBlocked": "Vous n’avez pas l’autorisation de modifier la liste d’attente.",
|
|
4972
5007
|
"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/locales/hi.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "भुगतान मिल गया, बुकिंग पक्की हो गई",
|
|
1731
|
+
"paidBody": "हमें {{amount}} मिल गए हैं। आपका अपॉइंटमेंट पक्का हो गया है।",
|
|
1732
|
+
"paidDemoTitle": "भुगतान सफल (डेमो)",
|
|
1733
|
+
"paidDemo": "डेमो पूरा हुआ: कोई भुगतान नहीं लिया गया और कोई अपॉइंटमेंट बुक नहीं हुआ।",
|
|
1734
|
+
"summaryPaid": "भुगतान की गई राशि",
|
|
1735
|
+
"heading": "अपनी बुकिंग पक्की करने के लिए भुगतान करें",
|
|
1736
|
+
"processing": "आपका भुगतान संसाधित किया जा रहा है।",
|
|
1737
|
+
"confirming": "भुगतान मिल गया है। हम आपकी बुकिंग की पुष्टि कर रहे हैं।",
|
|
1738
|
+
"failed": "आपका भुगतान पूरा नहीं हुआ। कृपया दोबारा कोशिश करें।",
|
|
1739
|
+
"completionFailed": "भुगतान मिल गया है। दोबारा भुगतान किए बिना बुकिंग की पुष्टि करने की फिर कोशिश करें।",
|
|
1740
|
+
"retryConfirmation": "पुष्टि की फिर कोशिश करें",
|
|
1741
|
+
"cancelled": "भुगतान रद्द हो गया। किसी भी बुकिंग की पुष्टि नहीं हुई है।",
|
|
1742
|
+
"noticeTitle": "ऑनलाइन भुगतान आवश्यक है",
|
|
1743
|
+
"noticeBody": "यह अपॉइंटमेंट पक्का करने के लिए {{amount}} का ऑनलाइन भुगतान करें।",
|
|
1744
|
+
"accept": "मैं {{amount}} का ऑनलाइन भुगतान करने के लिए सहमत हूँ।",
|
|
1745
|
+
"terms": "भुगतान की शर्तें",
|
|
1746
|
+
"submit": "{{amount}} का भुगतान करके बुक करें",
|
|
1747
|
+
"submitFailed": "हम आपकी बुकिंग शुरू नहीं कर सके। कृपया दोबारा कोशिश करें।",
|
|
1748
|
+
"full": "{{amount}} का ऑनलाइन भुगतान करें",
|
|
1749
|
+
"deposit": "{{amount}} का ऑनलाइन अग्रिम भुगतान",
|
|
1750
|
+
"unavailable": "भुगतान का विवरण उपलब्ध नहीं है। कृपया सेवा दोबारा चुनें।"
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "अपॉइंटमेंट बुक करें",
|
|
1730
1753
|
"stepAnnouncement": "{{total}} में से चरण {{current}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "आपके चयन",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "भुगतान करने से पहले बिलिंग पता पूरा भरें।",
|
|
2977
|
+
"billingDetailsChanged": "आपका बिलिंग पता बदल गया है। कृपया उसे जाँचकर दोबारा कोशिश करें।",
|
|
2978
|
+
"billingDetailsSave": "आपका बिलिंग विवरण सहेजा नहीं जा सका। कृपया दोबारा कोशिश करें।",
|
|
2953
2979
|
"generic": "कुछ गलत हो गया। पुनः प्रयास करें।",
|
|
2954
2980
|
"cardNumber": "कार्ड नंबर अमान्य है।",
|
|
2955
2981
|
"expiry": "समाप्ति तिथि अमान्य है।",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "एक नोट दर्ज करें।",
|
|
4646
4672
|
"operator": "ऑपरेटर",
|
|
4647
4673
|
"operatorNone": "कोई ऑपरेटर नहीं",
|
|
4674
|
+
"operatorUnresolved": "सूची में न मिलने वाला ऑपरेटर: {{id}}",
|
|
4675
|
+
"type": "प्रकार",
|
|
4676
|
+
"typeGroupStandard": "मानक प्रकार",
|
|
4677
|
+
"typeGroupCustom": "क्लिनिक के प्रकार",
|
|
4678
|
+
"typeUnresolved": "सूची में न मिलने वाला प्रकार: {{id}}",
|
|
4679
|
+
"assignee": "सौंपा गया",
|
|
4680
|
+
"assigneeNone": "कोई नहीं",
|
|
4681
|
+
"assigneeUnresolved": "सूची में न मिलने वाला व्यक्ति: {{id}}",
|
|
4648
4682
|
"about": "संबंधित",
|
|
4649
4683
|
"aboutNobody": "कोई नहीं",
|
|
4650
4684
|
"aboutPatient": "रोगी",
|
|
4651
4685
|
"aboutCompany": "कंपनी",
|
|
4686
|
+
"aboutOperator": "ऑपरेटर",
|
|
4652
4687
|
"companyName": "कंपनी का नाम",
|
|
4653
4688
|
"companyUnresolved": "जुड़ी हुई कंपनी (सूची में नहीं): {{id}}",
|
|
4654
4689
|
"companyReplace": "कंपनी बदलें",
|
|
4655
4690
|
"done": "पूर्ण",
|
|
4656
4691
|
"save": "सहेजें",
|
|
4657
4692
|
"cancel": "रद्द करें",
|
|
4693
|
+
"actionsLabel": "कार्य की क्रियाएँ",
|
|
4658
4694
|
"delete": "हटाएं",
|
|
4659
4695
|
"deleteConfirmTitle": "क्या यह कार्य हटाएं?",
|
|
4660
4696
|
"deleteConfirmBody": "कार्य हटा दिया जाएगा। यह क्रिया यहां पूर्ववत नहीं की जा सकती।",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "आपके पास अपॉइंटमेंट बनाने की अनुमति नहीं है।",
|
|
4969
|
-
"createTaskBlocked": "आपके पास कार्य बनाने की अनुमति नहीं है।",
|
|
4970
5005
|
"changeBlocked": "आपके पास अपॉइंटमेंट बदलने की अनुमति नहीं है।",
|
|
4971
5006
|
"waitingBlocked": "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है।",
|
|
4972
5007
|
"waitingLockedBody": "आपके पास प्रतीक्षा सूची बदलने की अनुमति नहीं है — कैलेंडर संपादित करने का अधिकार क्लिनिक के स्वामी से माँगें।"
|
package/dist/locales/it.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Pagamento ricevuto, prenotazione confermata",
|
|
1731
|
+
"paidBody": "Abbiamo ricevuto {{amount}}. L’appuntamento è confermato.",
|
|
1732
|
+
"paidDemoTitle": "Pagamento riuscito (demo)",
|
|
1733
|
+
"paidDemo": "Demo completata: non è stato effettuato alcun pagamento né prenotato alcun appuntamento.",
|
|
1734
|
+
"summaryPaid": "Importo pagato",
|
|
1735
|
+
"heading": "Pagamento per confermare la prenotazione",
|
|
1736
|
+
"processing": "Il pagamento è in elaborazione.",
|
|
1737
|
+
"confirming": "Pagamento ricevuto. Stiamo confermando la prenotazione.",
|
|
1738
|
+
"failed": "Il pagamento non è stato completato. Riprovi.",
|
|
1739
|
+
"completionFailed": "Pagamento ricevuto. Riprovi a confermare la prenotazione senza pagare di nuovo.",
|
|
1740
|
+
"retryConfirmation": "Riprova la conferma",
|
|
1741
|
+
"cancelled": "Pagamento annullato. Nessuna prenotazione è stata confermata.",
|
|
1742
|
+
"noticeTitle": "Pagamento online obbligatorio",
|
|
1743
|
+
"noticeBody": "Per confermare questo appuntamento è necessario pagare {{amount}} online.",
|
|
1744
|
+
"accept": "Acconsento a pagare {{amount}} online.",
|
|
1745
|
+
"terms": "Condizioni di pagamento",
|
|
1746
|
+
"submit": "Paga {{amount}} e prenota",
|
|
1747
|
+
"submitFailed": "Non è stato possibile avviare la prenotazione. Riprovi.",
|
|
1748
|
+
"full": "Paga {{amount}} online",
|
|
1749
|
+
"deposit": "Acconto online di {{amount}}",
|
|
1750
|
+
"unavailable": "I dettagli del pagamento non sono disponibili. Selezioni nuovamente una prestazione."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Prenota appuntamento",
|
|
1730
1753
|
"stepAnnouncement": "Passaggio {{current}} di {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Le tue scelte",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Completi l’indirizzo di fatturazione prima di pagare.",
|
|
2977
|
+
"billingDetailsChanged": "L’indirizzo di fatturazione è cambiato. Lo controlli e riprovi.",
|
|
2978
|
+
"billingDetailsSave": "Non è stato possibile salvare i dati di fatturazione. Riprovi.",
|
|
2953
2979
|
"generic": "Qualcosa è andato storto. Riprova.",
|
|
2954
2980
|
"cardNumber": "Il numero della carta non è valido.",
|
|
2955
2981
|
"expiry": "La data di scadenza non è valida.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Inserisci una nota.",
|
|
4646
4672
|
"operator": "Operatore",
|
|
4647
4673
|
"operatorNone": "Nessun operatore",
|
|
4674
|
+
"operatorUnresolved": "Operatore non in elenco: {{id}}",
|
|
4675
|
+
"type": "Tipo",
|
|
4676
|
+
"typeGroupStandard": "Tipi standard",
|
|
4677
|
+
"typeGroupCustom": "Tipi dello studio",
|
|
4678
|
+
"typeUnresolved": "Tipo non in elenco: {{id}}",
|
|
4679
|
+
"assignee": "Assegnata a",
|
|
4680
|
+
"assigneeNone": "Nessuno",
|
|
4681
|
+
"assigneeUnresolved": "Assegnatario non in elenco: {{id}}",
|
|
4648
4682
|
"about": "Riguarda",
|
|
4649
4683
|
"aboutNobody": "Nessuno",
|
|
4650
4684
|
"aboutPatient": "Paziente",
|
|
4651
4685
|
"aboutCompany": "Azienda",
|
|
4686
|
+
"aboutOperator": "Operatore",
|
|
4652
4687
|
"companyName": "Nome azienda",
|
|
4653
4688
|
"companyUnresolved": "Azienda collegata (non in elenco): {{id}}",
|
|
4654
4689
|
"companyReplace": "Sostituisci azienda",
|
|
4655
4690
|
"done": "Completata",
|
|
4656
4691
|
"save": "Salva",
|
|
4657
4692
|
"cancel": "Annulla",
|
|
4693
|
+
"actionsLabel": "Azioni dell'attività",
|
|
4658
4694
|
"delete": "Elimina",
|
|
4659
4695
|
"deleteConfirmTitle": "Eliminare questa attività?",
|
|
4660
4696
|
"deleteConfirmBody": "L'attività verrà rimossa. L'operazione non è reversibile qui.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Non hai il permesso di creare appuntamenti.",
|
|
4969
|
-
"createTaskBlocked": "Non hai il permesso di creare attività.",
|
|
4970
5005
|
"changeBlocked": "Non hai il permesso di modificare gli appuntamenti.",
|
|
4971
5006
|
"waitingBlocked": "Non hai il permesso di modificare la lista d’attesa.",
|
|
4972
5007
|
"waitingLockedBody": "Non hai il permesso di modificare la lista d’attesa: chiedi al titolare dello studio il diritto di modifica del calendario."
|
package/dist/locales/ja.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}、{{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "支払受付済み・予約確定",
|
|
1731
|
+
"paidBody": "{{amount}}のお支払いを受け付けました。予約が確定しました。",
|
|
1732
|
+
"paidDemoTitle": "支払い成功(デモ)",
|
|
1733
|
+
"paidDemo": "デモが完了しました。お支払いも予約も行われていません。",
|
|
1734
|
+
"summaryPaid": "支払済み金額",
|
|
1735
|
+
"heading": "お支払いで予約を確定",
|
|
1736
|
+
"processing": "お支払いを処理しています。",
|
|
1737
|
+
"confirming": "お支払いを受け付けました。予約を確定しています。",
|
|
1738
|
+
"failed": "お支払いが完了しませんでした。もう一度お試しください。",
|
|
1739
|
+
"completionFailed": "お支払いを受け付けました。再度支払わずに、予約の確定をもう一度お試しください。",
|
|
1740
|
+
"retryConfirmation": "予約確定を再試行",
|
|
1741
|
+
"cancelled": "お支払いがキャンセルされました。予約は確定していません。",
|
|
1742
|
+
"noticeTitle": "オンライン決済が必要です",
|
|
1743
|
+
"noticeBody": "この予約を確定するには、{{amount}}をオンラインでお支払いください。",
|
|
1744
|
+
"accept": "{{amount}}をオンラインで支払うことに同意します。",
|
|
1745
|
+
"terms": "支払条件",
|
|
1746
|
+
"submit": "{{amount}}を支払って予約する",
|
|
1747
|
+
"submitFailed": "予約手続きを開始できませんでした。もう一度お試しください。",
|
|
1748
|
+
"full": "{{amount}}をオンラインで支払う",
|
|
1749
|
+
"deposit": "前払金{{amount}}をオンラインで支払う",
|
|
1750
|
+
"unavailable": "支払情報を取得できません。サービスをもう一度選択してください。"
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "予約",
|
|
1730
1753
|
"stepAnnouncement": "{{total}} 中ステップ {{current}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "選択内容",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "お支払いの前に請求先住所をすべて入力してください。",
|
|
2977
|
+
"billingDetailsChanged": "請求先住所が変更されました。内容を確認して、もう一度お試しください。",
|
|
2978
|
+
"billingDetailsSave": "請求先情報を保存できませんでした。もう一度お試しください。",
|
|
2953
2979
|
"generic": "エラーが発生しました。もう一度お試しください。",
|
|
2954
2980
|
"cardNumber": "カード番号が無効です。",
|
|
2955
2981
|
"expiry": "有効期限が無効です。",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "メモを入力してください。",
|
|
4646
4672
|
"operator": "担当者",
|
|
4647
4673
|
"operatorNone": "担当者なし",
|
|
4674
|
+
"operatorUnresolved": "一覧にない担当者: {{id}}",
|
|
4675
|
+
"type": "タイプ",
|
|
4676
|
+
"typeGroupStandard": "標準タイプ",
|
|
4677
|
+
"typeGroupCustom": "医院のタイプ",
|
|
4678
|
+
"typeUnresolved": "一覧にないタイプ: {{id}}",
|
|
4679
|
+
"assignee": "割り当て先",
|
|
4680
|
+
"assigneeNone": "なし",
|
|
4681
|
+
"assigneeUnresolved": "一覧にない割り当て先: {{id}}",
|
|
4648
4682
|
"about": "関連",
|
|
4649
4683
|
"aboutNobody": "なし",
|
|
4650
4684
|
"aboutPatient": "患者",
|
|
4651
4685
|
"aboutCompany": "会社",
|
|
4686
|
+
"aboutOperator": "担当者",
|
|
4652
4687
|
"companyName": "会社名",
|
|
4653
4688
|
"companyUnresolved": "紐づけられた会社(一覧にありません): {{id}}",
|
|
4654
4689
|
"companyReplace": "会社を変更",
|
|
4655
4690
|
"done": "完了",
|
|
4656
4691
|
"save": "保存",
|
|
4657
4692
|
"cancel": "キャンセル",
|
|
4693
|
+
"actionsLabel": "タスクの操作",
|
|
4658
4694
|
"delete": "削除",
|
|
4659
4695
|
"deleteConfirmTitle": "このタスクを削除しますか?",
|
|
4660
4696
|
"deleteConfirmBody": "タスクは削除されます。この操作はここでは元に戻せません。",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "予約を作成する権限がありません。",
|
|
4969
|
-
"createTaskBlocked": "タスクを作成する権限がありません。",
|
|
4970
5005
|
"changeBlocked": "予約を変更する権限がありません。",
|
|
4971
5006
|
"waitingBlocked": "順番待ちリストを変更する権限がありません。",
|
|
4972
5007
|
"waitingLockedBody": "順番待ちリストを変更する権限がありません。カレンダーの編集権限を医院の管理者に依頼してください。"
|
package/dist/locales/nl.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Betaling ontvangen, boeking bevestigd",
|
|
1731
|
+
"paidBody": "We hebben {{amount}} ontvangen. Uw afspraak is bevestigd.",
|
|
1732
|
+
"paidDemoTitle": "Betaling geslaagd (demo)",
|
|
1733
|
+
"paidDemo": "Demo voltooid: er is geen betaling gedaan en geen afspraak geboekt.",
|
|
1734
|
+
"summaryPaid": "Betaald bedrag",
|
|
1735
|
+
"heading": "Betaal om uw boeking te bevestigen",
|
|
1736
|
+
"processing": "Uw betaling wordt verwerkt.",
|
|
1737
|
+
"confirming": "Betaling ontvangen. We bevestigen uw boeking.",
|
|
1738
|
+
"failed": "Uw betaling is niet voltooid. Probeer het opnieuw.",
|
|
1739
|
+
"completionFailed": "Betaling ontvangen. Probeer de boeking opnieuw te bevestigen zonder nogmaals te betalen.",
|
|
1740
|
+
"retryConfirmation": "Bevestiging opnieuw proberen",
|
|
1741
|
+
"cancelled": "Betaling geannuleerd. Er is geen boeking bevestigd.",
|
|
1742
|
+
"noticeTitle": "Online betaling vereist",
|
|
1743
|
+
"noticeBody": "Betaal {{amount}} online om deze afspraak te bevestigen.",
|
|
1744
|
+
"accept": "Ik ga akkoord met een online betaling van {{amount}}.",
|
|
1745
|
+
"terms": "Betalingsvoorwaarden",
|
|
1746
|
+
"submit": "{{amount}} betalen en boeken",
|
|
1747
|
+
"submitFailed": "We konden uw boeking niet starten. Probeer het opnieuw.",
|
|
1748
|
+
"full": "{{amount}} online betalen",
|
|
1749
|
+
"deposit": "{{amount}} online aanbetalen",
|
|
1750
|
+
"unavailable": "De betalingsgegevens zijn niet beschikbaar. Kies de behandeling opnieuw."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Afspraak boeken",
|
|
1730
1753
|
"stepAnnouncement": "Stap {{current}} van {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Je keuzes",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Vul het factuuradres volledig in voordat u betaalt.",
|
|
2977
|
+
"billingDetailsChanged": "Uw factuuradres is gewijzigd. Controleer het en probeer het opnieuw.",
|
|
2978
|
+
"billingDetailsSave": "Uw factuurgegevens konden niet worden opgeslagen. Probeer het opnieuw.",
|
|
2953
2979
|
"generic": "Er is iets misgegaan. Probeer opnieuw.",
|
|
2954
2980
|
"cardNumber": "Het kaartnummer is ongeldig.",
|
|
2955
2981
|
"expiry": "De vervaldatum is ongeldig.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Voer een notitie in.",
|
|
4646
4672
|
"operator": "Behandelaar",
|
|
4647
4673
|
"operatorNone": "Geen behandelaar",
|
|
4674
|
+
"operatorUnresolved": "Behandelaar niet in de lijst: {{id}}",
|
|
4675
|
+
"type": "Soort",
|
|
4676
|
+
"typeGroupStandard": "Standaardsoorten",
|
|
4677
|
+
"typeGroupCustom": "Soorten van de praktijk",
|
|
4678
|
+
"typeUnresolved": "Soort niet in de lijst: {{id}}",
|
|
4679
|
+
"assignee": "Toegewezen aan",
|
|
4680
|
+
"assigneeNone": "Niemand",
|
|
4681
|
+
"assigneeUnresolved": "Toegewezen persoon niet in de lijst: {{id}}",
|
|
4648
4682
|
"about": "Betreft",
|
|
4649
4683
|
"aboutNobody": "Niemand",
|
|
4650
4684
|
"aboutPatient": "Patiënt",
|
|
4651
4685
|
"aboutCompany": "Bedrijf",
|
|
4686
|
+
"aboutOperator": "Behandelaar",
|
|
4652
4687
|
"companyName": "Bedrijfsnaam",
|
|
4653
4688
|
"companyUnresolved": "Gekoppeld bedrijf (niet in de lijst): {{id}}",
|
|
4654
4689
|
"companyReplace": "Bedrijf vervangen",
|
|
4655
4690
|
"done": "Voltooid",
|
|
4656
4691
|
"save": "Opslaan",
|
|
4657
4692
|
"cancel": "Annuleren",
|
|
4693
|
+
"actionsLabel": "Taakacties",
|
|
4658
4694
|
"delete": "Verwijderen",
|
|
4659
4695
|
"deleteConfirmTitle": "Deze taak verwijderen?",
|
|
4660
4696
|
"deleteConfirmBody": "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "U hebt geen toestemming om afspraken aan te maken.",
|
|
4969
|
-
"createTaskBlocked": "U hebt geen toestemming om taken aan te maken.",
|
|
4970
5005
|
"changeBlocked": "U hebt geen toestemming om afspraken te wijzigen.",
|
|
4971
5006
|
"waitingBlocked": "U hebt geen toestemming om de wachtlijst te wijzigen.",
|
|
4972
5007
|
"waitingLockedBody": "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken."
|
package/dist/locales/pl.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Płatność otrzymana, rezerwacja potwierdzona",
|
|
1731
|
+
"paidBody": "Otrzymaliśmy {{amount}}. Twoja wizyta jest potwierdzona.",
|
|
1732
|
+
"paidDemoTitle": "Płatność zakończona pomyślnie (demo)",
|
|
1733
|
+
"paidDemo": "Demo zakończone: nie pobrano płatności ani nie zarezerwowano wizyty.",
|
|
1734
|
+
"summaryPaid": "Zapłacona kwota",
|
|
1735
|
+
"heading": "Zapłać, aby potwierdzić rezerwację",
|
|
1736
|
+
"processing": "Twoja płatność jest przetwarzana.",
|
|
1737
|
+
"confirming": "Płatność otrzymana. Potwierdzamy Twoją rezerwację.",
|
|
1738
|
+
"failed": "Płatność nie została ukończona. Spróbuj ponownie.",
|
|
1739
|
+
"completionFailed": "Płatność otrzymana. Spróbuj ponownie potwierdzić rezerwację bez ponownego płacenia.",
|
|
1740
|
+
"retryConfirmation": "Ponów potwierdzenie",
|
|
1741
|
+
"cancelled": "Płatność anulowana. Żadna rezerwacja nie została potwierdzona.",
|
|
1742
|
+
"noticeTitle": "Wymagana płatność online",
|
|
1743
|
+
"noticeBody": "Zapłać {{amount}} online, aby potwierdzić tę wizytę.",
|
|
1744
|
+
"accept": "Zgadzam się zapłacić {{amount}} online.",
|
|
1745
|
+
"terms": "Warunki płatności",
|
|
1746
|
+
"submit": "Zapłać {{amount}} i zarezerwuj",
|
|
1747
|
+
"submitFailed": "Nie udało się rozpocząć rezerwacji. Spróbuj ponownie.",
|
|
1748
|
+
"full": "Zapłać {{amount}} online",
|
|
1749
|
+
"deposit": "Zaliczka {{amount}} online",
|
|
1750
|
+
"unavailable": "Dane płatności są niedostępne. Wybierz usługę ponownie."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Umów wizytę",
|
|
1730
1753
|
"stepAnnouncement": "Krok {{current}} z {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Twoje wybory",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Uzupełnij adres rozliczeniowy przed dokonaniem płatności.",
|
|
2977
|
+
"billingDetailsChanged": "Twój adres rozliczeniowy się zmienił. Sprawdź go i spróbuj ponownie.",
|
|
2978
|
+
"billingDetailsSave": "Nie udało się zapisać danych rozliczeniowych. Spróbuj ponownie.",
|
|
2953
2979
|
"generic": "Coś poszło nie tak. Spróbuj ponownie.",
|
|
2954
2980
|
"cardNumber": "Numer karty jest nieprawidłowy.",
|
|
2955
2981
|
"expiry": "Data ważności jest nieprawidłowa.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Wprowadź notatkę.",
|
|
4646
4672
|
"operator": "Operator",
|
|
4647
4673
|
"operatorNone": "Brak operatora",
|
|
4674
|
+
"operatorUnresolved": "Operator spoza listy: {{id}}",
|
|
4675
|
+
"type": "Typ",
|
|
4676
|
+
"typeGroupStandard": "Typy standardowe",
|
|
4677
|
+
"typeGroupCustom": "Typy gabinetu",
|
|
4678
|
+
"typeUnresolved": "Typ spoza listy: {{id}}",
|
|
4679
|
+
"assignee": "Przypisano do",
|
|
4680
|
+
"assigneeNone": "Nikt",
|
|
4681
|
+
"assigneeUnresolved": "Osoba przypisana spoza listy: {{id}}",
|
|
4648
4682
|
"about": "Dotyczy",
|
|
4649
4683
|
"aboutNobody": "Nikogo",
|
|
4650
4684
|
"aboutPatient": "Pacjent",
|
|
4651
4685
|
"aboutCompany": "Firma",
|
|
4686
|
+
"aboutOperator": "Operator",
|
|
4652
4687
|
"companyName": "Nazwa firmy",
|
|
4653
4688
|
"companyUnresolved": "Powiązana firma (brak na liście): {{id}}",
|
|
4654
4689
|
"companyReplace": "Zmień firmę",
|
|
4655
4690
|
"done": "Zakończone",
|
|
4656
4691
|
"save": "Zapisz",
|
|
4657
4692
|
"cancel": "Anuluj",
|
|
4693
|
+
"actionsLabel": "Działania zadania",
|
|
4658
4694
|
"delete": "Usuń",
|
|
4659
4695
|
"deleteConfirmTitle": "Usunąć to zadanie?",
|
|
4660
4696
|
"deleteConfirmBody": "Zadanie zostanie usunięte. Tej czynności nie można tu cofnąć.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Nie masz uprawnień do tworzenia wizyt.",
|
|
4969
|
-
"createTaskBlocked": "Nie masz uprawnień do tworzenia zadań.",
|
|
4970
5005
|
"changeBlocked": "Nie masz uprawnień do modyfikowania wizyt.",
|
|
4971
5006
|
"waitingBlocked": "Nie masz uprawnień do modyfikowania listy oczekujących.",
|
|
4972
5007
|
"waitingLockedBody": "Nie masz uprawnień do modyfikowania listy oczekujących — poproś właściciela gabinetu o prawo edycji kalendarza."
|