@alfadocs/ui-kit 1.46.0 → 1.47.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/booking-C4MwImkS.js +3362 -0
- package/dist/_chunks/calendar-workspace-DDnQmiIL.js +12427 -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/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 +8 -8
- 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.data.d.ts +17 -0
- package/dist/patterns/calendar/calendar.types.d.ts +24 -10
- 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/payment-form-BHMDqW9C.js +0 -767
|
@@ -1733,6 +1733,29 @@ export declare const arUi: {
|
|
|
1733
1733
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1734
1734
|
};
|
|
1735
1735
|
readonly booking: {
|
|
1736
|
+
readonly payment: {
|
|
1737
|
+
readonly paidTitle: "تم استلام الدفع وتأكيد الحجز";
|
|
1738
|
+
readonly paidBody: "استلمنا {{amount}}. تم تأكيد موعدك.";
|
|
1739
|
+
readonly paidDemoTitle: "تم الدفع بنجاح (عرض تجريبي)";
|
|
1740
|
+
readonly paidDemo: "اكتمل العرض التجريبي: لم يتم تحصيل أي مبلغ أو حجز أي موعد.";
|
|
1741
|
+
readonly summaryPaid: "المبلغ المدفوع";
|
|
1742
|
+
readonly heading: "ادفع لتأكيد حجزك";
|
|
1743
|
+
readonly processing: "جارٍ معالجة دفعتك.";
|
|
1744
|
+
readonly confirming: "تم استلام الدفع. جارٍ تأكيد حجزك.";
|
|
1745
|
+
readonly failed: "لم تكتمل عملية الدفع. يُرجى المحاولة مرة أخرى.";
|
|
1746
|
+
readonly completionFailed: "تم استلام الدفع. يُرجى إعادة محاولة تأكيد الحجز دون الدفع مرة أخرى.";
|
|
1747
|
+
readonly retryConfirmation: "إعادة محاولة التأكيد";
|
|
1748
|
+
readonly cancelled: "تم إلغاء الدفع. لم يتم تأكيد أي حجز.";
|
|
1749
|
+
readonly noticeTitle: "الدفع عبر الإنترنت مطلوب";
|
|
1750
|
+
readonly noticeBody: "ادفع {{amount}} عبر الإنترنت لتأكيد هذا الموعد.";
|
|
1751
|
+
readonly accept: "أوافق على دفع {{amount}} عبر الإنترنت.";
|
|
1752
|
+
readonly terms: "شروط الدفع";
|
|
1753
|
+
readonly submit: "ادفع {{amount}} واحجز";
|
|
1754
|
+
readonly submitFailed: "تعذّر بدء الحجز. يُرجى المحاولة مرة أخرى.";
|
|
1755
|
+
readonly full: "ادفع {{amount}} عبر الإنترنت";
|
|
1756
|
+
readonly deposit: "دفعة مقدّمة بقيمة {{amount}} عبر الإنترنت";
|
|
1757
|
+
readonly unavailable: "تفاصيل الدفع غير متاحة. يُرجى اختيار الخدمة مرة أخرى.";
|
|
1758
|
+
};
|
|
1736
1759
|
readonly regionLabel: "حجز موعد";
|
|
1737
1760
|
readonly stepAnnouncement: "الخطوة {{current}} من {{total}}: {{label}}";
|
|
1738
1761
|
readonly filtersLabel: "اختياراتك";
|
|
@@ -2957,6 +2980,9 @@ export declare const arUi: {
|
|
|
2957
2980
|
readonly cvc: "CVC";
|
|
2958
2981
|
};
|
|
2959
2982
|
readonly error: {
|
|
2983
|
+
readonly billingAddressIncomplete: "أكمل عنوان الفوترة قبل الدفع.";
|
|
2984
|
+
readonly billingDetailsChanged: "تغيّر عنوان الفوترة. يُرجى التحقق منه والمحاولة مرة أخرى.";
|
|
2985
|
+
readonly billingDetailsSave: "تعذّر حفظ بيانات الفوترة. يُرجى المحاولة مرة أخرى.";
|
|
2960
2986
|
readonly generic: "حدث خطأ ما. أعد المحاولة.";
|
|
2961
2987
|
readonly cardNumber: "رقم البطاقة غير صالح.";
|
|
2962
2988
|
readonly expiry: "تاريخ الانتهاء غير صالح.";
|
|
@@ -4652,16 +4678,26 @@ export declare const arUi: {
|
|
|
4652
4678
|
readonly noteRequired: "أدخل ملاحظة.";
|
|
4653
4679
|
readonly operator: "المشغّل";
|
|
4654
4680
|
readonly operatorNone: "بلا مشغّل";
|
|
4681
|
+
readonly operatorUnresolved: "مشغّل غير مدرج: {{id}}";
|
|
4682
|
+
readonly type: "النوع";
|
|
4683
|
+
readonly typeGroupStandard: "الأنواع القياسية";
|
|
4684
|
+
readonly typeGroupCustom: "أنواع العيادة";
|
|
4685
|
+
readonly typeUnresolved: "نوع غير مدرج: {{id}}";
|
|
4686
|
+
readonly assignee: "مُسندة إلى";
|
|
4687
|
+
readonly assigneeNone: "لا أحد";
|
|
4688
|
+
readonly assigneeUnresolved: "الشخص المُسند إليه غير مدرج: {{id}}";
|
|
4655
4689
|
readonly about: "يخص";
|
|
4656
4690
|
readonly aboutNobody: "لا أحد";
|
|
4657
4691
|
readonly aboutPatient: "المريض";
|
|
4658
4692
|
readonly aboutCompany: "الشركة";
|
|
4693
|
+
readonly aboutOperator: "المشغّل";
|
|
4659
4694
|
readonly companyName: "اسم الشركة";
|
|
4660
4695
|
readonly companyUnresolved: "الشركة المرتبطة (غير مدرجة): {{id}}";
|
|
4661
4696
|
readonly companyReplace: "استبدال الشركة";
|
|
4662
4697
|
readonly done: "مكتملة";
|
|
4663
4698
|
readonly save: "حفظ";
|
|
4664
4699
|
readonly cancel: "إلغاء";
|
|
4700
|
+
readonly actionsLabel: "إجراءات المهمة";
|
|
4665
4701
|
readonly delete: "حذف";
|
|
4666
4702
|
readonly deleteConfirmTitle: "هل تريد حذف هذه المهمة؟";
|
|
4667
4703
|
readonly deleteConfirmBody: "ستتم إزالة المهمة. لا يمكن التراجع عن هذا الإجراء هنا.";
|
|
@@ -4973,7 +5009,6 @@ export declare const arUi: {
|
|
|
4973
5009
|
};
|
|
4974
5010
|
readonly readOnly: {
|
|
4975
5011
|
readonly createBlocked: "ليست لديك صلاحية إنشاء المواعيد.";
|
|
4976
|
-
readonly createTaskBlocked: "ليست لديك صلاحية إنشاء المهام.";
|
|
4977
5012
|
readonly changeBlocked: "ليست لديك صلاحية تعديل المواعيد.";
|
|
4978
5013
|
readonly waitingBlocked: "ليست لديك صلاحية تعديل قائمة الانتظار.";
|
|
4979
5014
|
readonly waitingLockedBody: "ليست لديك صلاحية تعديل قائمة الانتظار — اطلب من مالك العيادة صلاحية تعديل التقويم.";
|
package/dist/i18n/locales/ar.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: "الخطوة {{current}} من {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "اختياراتك",
|
|
@@ -2931,6 +2954,9 @@ const e = {
|
|
|
2931
2954
|
cvc: "CVC"
|
|
2932
2955
|
},
|
|
2933
2956
|
error: {
|
|
2957
|
+
billingAddressIncomplete: "أكمل عنوان الفوترة قبل الدفع.",
|
|
2958
|
+
billingDetailsChanged: "تغيّر عنوان الفوترة. يُرجى التحقق منه والمحاولة مرة أخرى.",
|
|
2959
|
+
billingDetailsSave: "تعذّر حفظ بيانات الفوترة. يُرجى المحاولة مرة أخرى.",
|
|
2934
2960
|
generic: "حدث خطأ ما. أعد المحاولة.",
|
|
2935
2961
|
cardNumber: "رقم البطاقة غير صالح.",
|
|
2936
2962
|
expiry: "تاريخ الانتهاء غير صالح.",
|
|
@@ -4616,16 +4642,26 @@ const e = {
|
|
|
4616
4642
|
noteRequired: "أدخل ملاحظة.",
|
|
4617
4643
|
operator: "المشغّل",
|
|
4618
4644
|
operatorNone: "بلا مشغّل",
|
|
4645
|
+
operatorUnresolved: "مشغّل غير مدرج: {{id}}",
|
|
4646
|
+
type: "النوع",
|
|
4647
|
+
typeGroupStandard: "الأنواع القياسية",
|
|
4648
|
+
typeGroupCustom: "أنواع العيادة",
|
|
4649
|
+
typeUnresolved: "نوع غير مدرج: {{id}}",
|
|
4650
|
+
assignee: "مُسندة إلى",
|
|
4651
|
+
assigneeNone: "لا أحد",
|
|
4652
|
+
assigneeUnresolved: "الشخص المُسند إليه غير مدرج: {{id}}",
|
|
4619
4653
|
about: "يخص",
|
|
4620
4654
|
aboutNobody: "لا أحد",
|
|
4621
4655
|
aboutPatient: "المريض",
|
|
4622
4656
|
aboutCompany: "الشركة",
|
|
4657
|
+
aboutOperator: "المشغّل",
|
|
4623
4658
|
companyName: "اسم الشركة",
|
|
4624
4659
|
companyUnresolved: "الشركة المرتبطة (غير مدرجة): {{id}}",
|
|
4625
4660
|
companyReplace: "استبدال الشركة",
|
|
4626
4661
|
done: "مكتملة",
|
|
4627
4662
|
save: "حفظ",
|
|
4628
4663
|
cancel: "إلغاء",
|
|
4664
|
+
actionsLabel: "إجراءات المهمة",
|
|
4629
4665
|
delete: "حذف",
|
|
4630
4666
|
deleteConfirmTitle: "هل تريد حذف هذه المهمة؟",
|
|
4631
4667
|
deleteConfirmBody: "ستتم إزالة المهمة. لا يمكن التراجع عن هذا الإجراء هنا.",
|
|
@@ -4937,7 +4973,6 @@ const e = {
|
|
|
4937
4973
|
},
|
|
4938
4974
|
readOnly: {
|
|
4939
4975
|
createBlocked: "ليست لديك صلاحية إنشاء المواعيد.",
|
|
4940
|
-
createTaskBlocked: "ليست لديك صلاحية إنشاء المهام.",
|
|
4941
4976
|
changeBlocked: "ليست لديك صلاحية تعديل المواعيد.",
|
|
4942
4977
|
waitingBlocked: "ليست لديك صلاحية تعديل قائمة الانتظار.",
|
|
4943
4978
|
waitingLockedBody: "ليست لديك صلاحية تعديل قائمة الانتظار — اطلب من مالك العيادة صلاحية تعديل التقويم."
|
|
@@ -1733,6 +1733,29 @@ export declare const deUi: {
|
|
|
1733
1733
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1734
1734
|
};
|
|
1735
1735
|
readonly booking: {
|
|
1736
|
+
readonly payment: {
|
|
1737
|
+
readonly paidTitle: "Zahlung erhalten, Buchung bestätigt";
|
|
1738
|
+
readonly paidBody: "Wir haben {{amount}} erhalten. Ihr Termin ist bestätigt.";
|
|
1739
|
+
readonly paidDemoTitle: "Zahlung erfolgreich (Demo)";
|
|
1740
|
+
readonly paidDemo: "Demo abgeschlossen: Es wurde keine Zahlung eingezogen und kein Termin gebucht.";
|
|
1741
|
+
readonly summaryPaid: "Bezahlter Betrag";
|
|
1742
|
+
readonly heading: "Bezahlen Sie, um Ihre Buchung zu bestätigen";
|
|
1743
|
+
readonly processing: "Ihre Zahlung wird verarbeitet.";
|
|
1744
|
+
readonly confirming: "Zahlung erhalten. Wir bestätigen Ihre Buchung.";
|
|
1745
|
+
readonly failed: "Ihre Zahlung wurde nicht abgeschlossen. Bitte versuchen Sie es erneut.";
|
|
1746
|
+
readonly completionFailed: "Zahlung erhalten. Bitte versuchen Sie erneut, die Buchung zu bestätigen, ohne nochmals zu bezahlen.";
|
|
1747
|
+
readonly retryConfirmation: "Bestätigung erneut versuchen";
|
|
1748
|
+
readonly cancelled: "Zahlung abgebrochen. Es wurde keine Buchung bestätigt.";
|
|
1749
|
+
readonly noticeTitle: "Online-Zahlung erforderlich";
|
|
1750
|
+
readonly noticeBody: "Bezahlen Sie {{amount}} online, um diesen Termin zu bestätigen.";
|
|
1751
|
+
readonly accept: "Ich stimme zu, {{amount}} online zu bezahlen.";
|
|
1752
|
+
readonly terms: "Zahlungsbedingungen";
|
|
1753
|
+
readonly submit: "{{amount}} bezahlen und buchen";
|
|
1754
|
+
readonly submitFailed: "Ihre Buchung konnte nicht gestartet werden. Bitte versuchen Sie es erneut.";
|
|
1755
|
+
readonly full: "{{amount}} online bezahlen";
|
|
1756
|
+
readonly deposit: "{{amount}} online anzahlen";
|
|
1757
|
+
readonly unavailable: "Die Zahlungsdetails sind nicht verfügbar. Bitte wählen Sie erneut eine Leistung aus.";
|
|
1758
|
+
};
|
|
1736
1759
|
readonly regionLabel: "Termin buchen";
|
|
1737
1760
|
readonly stepAnnouncement: "Schritt {{current}} von {{total}}: {{label}}";
|
|
1738
1761
|
readonly filtersLabel: "Ihre Auswahl";
|
|
@@ -2957,6 +2980,9 @@ export declare const deUi: {
|
|
|
2957
2980
|
readonly cvc: "CVC";
|
|
2958
2981
|
};
|
|
2959
2982
|
readonly error: {
|
|
2983
|
+
readonly billingAddressIncomplete: "Vervollständigen Sie die Rechnungsadresse, bevor Sie bezahlen.";
|
|
2984
|
+
readonly billingDetailsChanged: "Ihre Rechnungsadresse hat sich geändert. Bitte prüfen Sie sie und versuchen Sie es erneut.";
|
|
2985
|
+
readonly billingDetailsSave: "Ihre Rechnungsdaten konnten nicht gespeichert werden. Bitte versuchen Sie es erneut.";
|
|
2960
2986
|
readonly generic: "Etwas ist schiefgelaufen. Bitte erneut versuchen.";
|
|
2961
2987
|
readonly cardNumber: "Die Kartennummer ist ungültig.";
|
|
2962
2988
|
readonly expiry: "Das Ablaufdatum ist ungültig.";
|
|
@@ -4652,16 +4678,26 @@ export declare const deUi: {
|
|
|
4652
4678
|
readonly noteRequired: "Bitte eine Notiz eingeben.";
|
|
4653
4679
|
readonly operator: "Mitarbeiter";
|
|
4654
4680
|
readonly operatorNone: "Kein Mitarbeiter";
|
|
4681
|
+
readonly operatorUnresolved: "Mitarbeiter nicht in der Liste: {{id}}";
|
|
4682
|
+
readonly type: "Typ";
|
|
4683
|
+
readonly typeGroupStandard: "Standardtypen";
|
|
4684
|
+
readonly typeGroupCustom: "Praxistypen";
|
|
4685
|
+
readonly typeUnresolved: "Typ nicht in der Liste: {{id}}";
|
|
4686
|
+
readonly assignee: "Zugewiesen an";
|
|
4687
|
+
readonly assigneeNone: "Niemand";
|
|
4688
|
+
readonly assigneeUnresolved: "Zuständige Person nicht in der Liste: {{id}}";
|
|
4655
4689
|
readonly about: "Betrifft";
|
|
4656
4690
|
readonly aboutNobody: "Niemand";
|
|
4657
4691
|
readonly aboutPatient: "Patient";
|
|
4658
4692
|
readonly aboutCompany: "Unternehmen";
|
|
4693
|
+
readonly aboutOperator: "Mitarbeiter";
|
|
4659
4694
|
readonly companyName: "Firmenname";
|
|
4660
4695
|
readonly companyUnresolved: "Verknüpftes Unternehmen (nicht in der Liste): {{id}}";
|
|
4661
4696
|
readonly companyReplace: "Unternehmen ersetzen";
|
|
4662
4697
|
readonly done: "Erledigt";
|
|
4663
4698
|
readonly save: "Speichern";
|
|
4664
4699
|
readonly cancel: "Abbrechen";
|
|
4700
|
+
readonly actionsLabel: "Aufgabenaktionen";
|
|
4665
4701
|
readonly delete: "Löschen";
|
|
4666
4702
|
readonly deleteConfirmTitle: "Diese Aufgabe löschen?";
|
|
4667
4703
|
readonly deleteConfirmBody: "Die Aufgabe wird entfernt. Dies kann hier nicht rückgängig gemacht werden.";
|
|
@@ -4973,7 +5009,6 @@ export declare const deUi: {
|
|
|
4973
5009
|
};
|
|
4974
5010
|
readonly readOnly: {
|
|
4975
5011
|
readonly createBlocked: "Sie haben keine Berechtigung, Termine anzulegen.";
|
|
4976
|
-
readonly createTaskBlocked: "Sie haben keine Berechtigung, Aufgaben anzulegen.";
|
|
4977
5012
|
readonly changeBlocked: "Sie haben keine Berechtigung, Termine zu ändern.";
|
|
4978
5013
|
readonly waitingBlocked: "Sie haben keine Berechtigung, die Warteliste zu ändern.";
|
|
4979
5014
|
readonly waitingLockedBody: "Sie haben keine Berechtigung, die Warteliste zu ändern — bitten Sie die Praxisinhaberin oder den Praxisinhaber um das Recht zur Kalenderbearbeitung.";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Zahlung erhalten, Buchung bestätigt",
|
|
1735
|
+
paidBody: "Wir haben {{amount}} erhalten. Ihr Termin ist bestätigt.",
|
|
1736
|
+
paidDemoTitle: "Zahlung erfolgreich (Demo)",
|
|
1737
|
+
paidDemo: "Demo abgeschlossen: Es wurde keine Zahlung eingezogen und kein Termin gebucht.",
|
|
1738
|
+
summaryPaid: "Bezahlter Betrag",
|
|
1739
|
+
heading: "Bezahlen Sie, um Ihre Buchung zu bestätigen",
|
|
1740
|
+
processing: "Ihre Zahlung wird verarbeitet.",
|
|
1741
|
+
confirming: "Zahlung erhalten. Wir bestätigen Ihre Buchung.",
|
|
1742
|
+
failed: "Ihre Zahlung wurde nicht abgeschlossen. Bitte versuchen Sie es erneut.",
|
|
1743
|
+
completionFailed: "Zahlung erhalten. Bitte versuchen Sie erneut, die Buchung zu bestätigen, ohne nochmals zu bezahlen.",
|
|
1744
|
+
retryConfirmation: "Bestätigung erneut versuchen",
|
|
1745
|
+
cancelled: "Zahlung abgebrochen. Es wurde keine Buchung bestätigt.",
|
|
1746
|
+
noticeTitle: "Online-Zahlung erforderlich",
|
|
1747
|
+
noticeBody: "Bezahlen Sie {{amount}} online, um diesen Termin zu bestätigen.",
|
|
1748
|
+
accept: "Ich stimme zu, {{amount}} online zu bezahlen.",
|
|
1749
|
+
terms: "Zahlungsbedingungen",
|
|
1750
|
+
submit: "{{amount}} bezahlen und buchen",
|
|
1751
|
+
submitFailed: "Ihre Buchung konnte nicht gestartet werden. Bitte versuchen Sie es erneut.",
|
|
1752
|
+
full: "{{amount}} online bezahlen",
|
|
1753
|
+
deposit: "{{amount}} online anzahlen",
|
|
1754
|
+
unavailable: "Die Zahlungsdetails sind nicht verfügbar. Bitte wählen Sie erneut eine Leistung aus."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Termin buchen",
|
|
1734
1757
|
stepAnnouncement: "Schritt {{current}} von {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Ihre Auswahl",
|
|
@@ -2932,6 +2955,9 @@ const e = {
|
|
|
2932
2955
|
cvc: "CVC"
|
|
2933
2956
|
},
|
|
2934
2957
|
error: {
|
|
2958
|
+
billingAddressIncomplete: "Vervollständigen Sie die Rechnungsadresse, bevor Sie bezahlen.",
|
|
2959
|
+
billingDetailsChanged: "Ihre Rechnungsadresse hat sich geändert. Bitte prüfen Sie sie und versuchen Sie es erneut.",
|
|
2960
|
+
billingDetailsSave: "Ihre Rechnungsdaten konnten nicht gespeichert werden. Bitte versuchen Sie es erneut.",
|
|
2935
2961
|
generic: "Etwas ist schiefgelaufen. Bitte erneut versuchen.",
|
|
2936
2962
|
cardNumber: "Die Kartennummer ist ungültig.",
|
|
2937
2963
|
expiry: "Das Ablaufdatum ist ungültig.",
|
|
@@ -4619,16 +4645,26 @@ const e = {
|
|
|
4619
4645
|
noteRequired: "Bitte eine Notiz eingeben.",
|
|
4620
4646
|
operator: "Mitarbeiter",
|
|
4621
4647
|
operatorNone: "Kein Mitarbeiter",
|
|
4648
|
+
operatorUnresolved: "Mitarbeiter nicht in der Liste: {{id}}",
|
|
4649
|
+
type: "Typ",
|
|
4650
|
+
typeGroupStandard: "Standardtypen",
|
|
4651
|
+
typeGroupCustom: "Praxistypen",
|
|
4652
|
+
typeUnresolved: "Typ nicht in der Liste: {{id}}",
|
|
4653
|
+
assignee: "Zugewiesen an",
|
|
4654
|
+
assigneeNone: "Niemand",
|
|
4655
|
+
assigneeUnresolved: "Zuständige Person nicht in der Liste: {{id}}",
|
|
4622
4656
|
about: "Betrifft",
|
|
4623
4657
|
aboutNobody: "Niemand",
|
|
4624
4658
|
aboutPatient: "Patient",
|
|
4625
4659
|
aboutCompany: "Unternehmen",
|
|
4660
|
+
aboutOperator: "Mitarbeiter",
|
|
4626
4661
|
companyName: "Firmenname",
|
|
4627
4662
|
companyUnresolved: "Verknüpftes Unternehmen (nicht in der Liste): {{id}}",
|
|
4628
4663
|
companyReplace: "Unternehmen ersetzen",
|
|
4629
4664
|
done: "Erledigt",
|
|
4630
4665
|
save: "Speichern",
|
|
4631
4666
|
cancel: "Abbrechen",
|
|
4667
|
+
actionsLabel: "Aufgabenaktionen",
|
|
4632
4668
|
delete: "Löschen",
|
|
4633
4669
|
deleteConfirmTitle: "Diese Aufgabe löschen?",
|
|
4634
4670
|
deleteConfirmBody: "Die Aufgabe wird entfernt. Dies kann hier nicht rückgängig gemacht werden.",
|
|
@@ -4940,7 +4976,6 @@ const e = {
|
|
|
4940
4976
|
},
|
|
4941
4977
|
readOnly: {
|
|
4942
4978
|
createBlocked: "Sie haben keine Berechtigung, Termine anzulegen.",
|
|
4943
|
-
createTaskBlocked: "Sie haben keine Berechtigung, Aufgaben anzulegen.",
|
|
4944
4979
|
changeBlocked: "Sie haben keine Berechtigung, Termine zu ändern.",
|
|
4945
4980
|
waitingBlocked: "Sie haben keine Berechtigung, die Warteliste zu ändern.",
|
|
4946
4981
|
waitingLockedBody: "Sie haben keine Berechtigung, die Warteliste zu ändern — bitten Sie die Praxisinhaberin oder den Praxisinhaber um das Recht zur Kalenderbearbeitung."
|
|
@@ -1730,6 +1730,29 @@ export declare const elUi: {
|
|
|
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}} online για να επιβεβαιώσετε αυτό το ραντεβού.";
|
|
1748
|
+
readonly accept: "Συμφωνώ να πληρώσω {{amount}} online.";
|
|
1749
|
+
readonly terms: "Όροι πληρωμής";
|
|
1750
|
+
readonly submit: "Πληρώστε {{amount}} και κάντε κράτηση";
|
|
1751
|
+
readonly submitFailed: "Δεν ήταν δυνατή η έναρξη της κράτησής σας. Δοκιμάστε ξανά.";
|
|
1752
|
+
readonly full: "Πληρώστε {{amount}} online";
|
|
1753
|
+
readonly deposit: "Προκαταβολή {{amount}} online";
|
|
1754
|
+
readonly unavailable: "Τα στοιχεία πληρωμής δεν είναι διαθέσιμα. Επιλέξτε ξανά μια υπηρεσία.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Κράτηση ραντεβού";
|
|
1734
1757
|
readonly stepAnnouncement: "Βήμα {{current}} από {{total}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Οι επιλογές σας";
|
|
@@ -2954,6 +2977,9 @@ export declare const elUi: {
|
|
|
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 elUi: {
|
|
|
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 elUi: {
|
|
|
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/el.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}} online για να επιβεβαιώσετε αυτό το ραντεβού.",
|
|
1748
|
+
accept: "Συμφωνώ να πληρώσω {{amount}} online.",
|
|
1749
|
+
terms: "Όροι πληρωμής",
|
|
1750
|
+
submit: "Πληρώστε {{amount}} και κάντε κράτηση",
|
|
1751
|
+
submitFailed: "Δεν ήταν δυνατή η έναρξη της κράτησής σας. Δοκιμάστε ξανά.",
|
|
1752
|
+
full: "Πληρώστε {{amount}} online",
|
|
1753
|
+
deposit: "Προκαταβολή {{amount}} online",
|
|
1754
|
+
unavailable: "Τα στοιχεία πληρωμής δεν είναι διαθέσιμα. Επιλέξτε ξανά μια υπηρεσία."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Κράτηση ραντεβού",
|
|
1734
1757
|
stepAnnouncement: "Βήμα {{current}} από {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Οι επιλογές σας",
|
|
@@ -2938,6 +2961,9 @@ const e = {
|
|
|
2938
2961
|
cvc: "CVC"
|
|
2939
2962
|
},
|
|
2940
2963
|
error: {
|
|
2964
|
+
billingAddressIncomplete: "Συμπληρώστε τη διεύθυνση χρέωσης πριν πληρώσετε.",
|
|
2965
|
+
billingDetailsChanged: "Η διεύθυνση χρέωσής σας άλλαξε. Ελέγξτε την και δοκιμάστε ξανά.",
|
|
2966
|
+
billingDetailsSave: "Δεν ήταν δυνατή η αποθήκευση των στοιχείων χρέωσής σας. Δοκιμάστε ξανά.",
|
|
2941
2967
|
generic: "Κάτι πήγε στραβά. Δοκιμάστε ξανά.",
|
|
2942
2968
|
cardNumber: "Ο αριθμός κάρτας δεν είναι έγκυρος.",
|
|
2943
2969
|
expiry: "Η ημερομηνία λήξης δεν είναι έγκυρη.",
|
|
@@ -4623,16 +4649,26 @@ const e = {
|
|
|
4623
4649
|
noteRequired: "Εισαγάγετε μια σημείωση.",
|
|
4624
4650
|
operator: "Χειριστής",
|
|
4625
4651
|
operatorNone: "Χωρίς χειριστή",
|
|
4652
|
+
operatorUnresolved: "Ο χειριστής δεν είναι στη λίστα: {{id}}",
|
|
4653
|
+
type: "Τύπος",
|
|
4654
|
+
typeGroupStandard: "Τυπικοί τύποι",
|
|
4655
|
+
typeGroupCustom: "Τύποι του ιατρείου",
|
|
4656
|
+
typeUnresolved: "Ο τύπος δεν είναι στη λίστα: {{id}}",
|
|
4657
|
+
assignee: "Ανατέθηκε σε",
|
|
4658
|
+
assigneeNone: "Κανέναν",
|
|
4659
|
+
assigneeUnresolved: "Το άτομο ανάθεσης δεν είναι στη λίστα: {{id}}",
|
|
4626
4660
|
about: "Αφορά",
|
|
4627
4661
|
aboutNobody: "Κανένας",
|
|
4628
4662
|
aboutPatient: "Ασθενής",
|
|
4629
4663
|
aboutCompany: "Εταιρεία",
|
|
4664
|
+
aboutOperator: "Χειριστής",
|
|
4630
4665
|
companyName: "Όνομα εταιρείας",
|
|
4631
4666
|
companyUnresolved: "Συνδεδεμένη εταιρεία (εκτός λίστας): {{id}}",
|
|
4632
4667
|
companyReplace: "Αντικατάσταση εταιρείας",
|
|
4633
4668
|
done: "Ολοκληρώθηκε",
|
|
4634
4669
|
save: "Αποθήκευση",
|
|
4635
4670
|
cancel: "Ακύρωση",
|
|
4671
|
+
actionsLabel: "Ενέργειες εργασίας",
|
|
4636
4672
|
delete: "Διαγραφή",
|
|
4637
4673
|
deleteConfirmTitle: "Διαγραφή αυτής της εργασίας;",
|
|
4638
4674
|
deleteConfirmBody: "Η εργασία θα αφαιρεθεί. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί εδώ.",
|
|
@@ -4944,7 +4980,6 @@ const e = {
|
|
|
4944
4980
|
},
|
|
4945
4981
|
readOnly: {
|
|
4946
4982
|
createBlocked: "Δεν έχετε δικαίωμα δημιουργίας ραντεβού.",
|
|
4947
|
-
createTaskBlocked: "Δεν έχετε δικαίωμα δημιουργίας εργασιών.",
|
|
4948
4983
|
changeBlocked: "Δεν έχετε δικαίωμα τροποποίησης ραντεβού.",
|
|
4949
4984
|
waitingBlocked: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής.",
|
|
4950
4985
|
waitingLockedBody: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής — ζητήστε από τον ιδιοκτήτη του ιατρείου το δικαίωμα επεξεργασίας του ημερολογίου."
|
|
@@ -1798,6 +1798,29 @@ export declare const enUi: {
|
|
|
1798
1798
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1799
1799
|
};
|
|
1800
1800
|
readonly booking: {
|
|
1801
|
+
readonly payment: {
|
|
1802
|
+
readonly paidTitle: "Payment received, booking confirmed";
|
|
1803
|
+
readonly paidBody: "We received {{amount}}. Your appointment is confirmed.";
|
|
1804
|
+
readonly paidDemoTitle: "Payment successful (demo)";
|
|
1805
|
+
readonly paidDemo: "Demo complete: no payment was taken and no appointment was booked.";
|
|
1806
|
+
readonly summaryPaid: "Amount paid";
|
|
1807
|
+
readonly heading: "Pay to confirm your booking";
|
|
1808
|
+
readonly processing: "Your payment is being processed.";
|
|
1809
|
+
readonly confirming: "Payment received. We are confirming your booking.";
|
|
1810
|
+
readonly failed: "Your payment was not completed. Please try again.";
|
|
1811
|
+
readonly completionFailed: "Payment received. Please retry booking confirmation without paying again.";
|
|
1812
|
+
readonly retryConfirmation: "Retry confirmation";
|
|
1813
|
+
readonly cancelled: "Payment cancelled. No booking has been confirmed.";
|
|
1814
|
+
readonly noticeTitle: "Online payment required";
|
|
1815
|
+
readonly noticeBody: "Pay {{amount}} online to confirm this appointment.";
|
|
1816
|
+
readonly accept: "I agree to pay {{amount}} online.";
|
|
1817
|
+
readonly terms: "Payment terms";
|
|
1818
|
+
readonly submit: "Pay {{amount}} and book";
|
|
1819
|
+
readonly submitFailed: "We could not start your booking. Please try again.";
|
|
1820
|
+
readonly full: "Pay {{amount}} online";
|
|
1821
|
+
readonly deposit: "{{amount}} deposit online";
|
|
1822
|
+
readonly unavailable: "Payment details are unavailable. Please choose a service again.";
|
|
1823
|
+
};
|
|
1801
1824
|
readonly regionLabel: "Book appointment";
|
|
1802
1825
|
readonly stepAnnouncement: "Step {{current}} of {{total}}: {{label}}";
|
|
1803
1826
|
readonly filtersLabel: "Your selections";
|
|
@@ -2965,6 +2988,9 @@ export declare const enUi: {
|
|
|
2965
2988
|
readonly cvc: "CVC";
|
|
2966
2989
|
};
|
|
2967
2990
|
readonly error: {
|
|
2991
|
+
readonly billingAddressIncomplete: "Complete the billing address before paying.";
|
|
2992
|
+
readonly billingDetailsChanged: "Your billing address changed. Please check it and try again.";
|
|
2993
|
+
readonly billingDetailsSave: "Your billing details could not be saved. Please try again.";
|
|
2968
2994
|
readonly generic: "Something went wrong. Please try again.";
|
|
2969
2995
|
readonly cardNumber: "The card number is invalid.";
|
|
2970
2996
|
readonly expiry: "The expiry date is invalid.";
|
|
@@ -4660,16 +4686,26 @@ export declare const enUi: {
|
|
|
4660
4686
|
readonly noteRequired: "Enter a note.";
|
|
4661
4687
|
readonly operator: "Operator";
|
|
4662
4688
|
readonly operatorNone: "No operator";
|
|
4689
|
+
readonly operatorUnresolved: "Operator not in the list: {{id}}";
|
|
4690
|
+
readonly type: "Type";
|
|
4691
|
+
readonly typeGroupStandard: "Standard types";
|
|
4692
|
+
readonly typeGroupCustom: "Practice types";
|
|
4693
|
+
readonly typeUnresolved: "Type not in the list: {{id}}";
|
|
4694
|
+
readonly assignee: "Assigned to";
|
|
4695
|
+
readonly assigneeNone: "Nobody";
|
|
4696
|
+
readonly assigneeUnresolved: "Assignee not in the list: {{id}}";
|
|
4663
4697
|
readonly about: "Concerns";
|
|
4664
4698
|
readonly aboutNobody: "Nobody";
|
|
4665
4699
|
readonly aboutPatient: "Patient";
|
|
4666
4700
|
readonly aboutCompany: "Company";
|
|
4701
|
+
readonly aboutOperator: "Operator";
|
|
4667
4702
|
readonly companyName: "Company name";
|
|
4668
4703
|
readonly companyUnresolved: "Linked company (not in the list): {{id}}";
|
|
4669
4704
|
readonly companyReplace: "Replace company";
|
|
4670
4705
|
readonly done: "Done";
|
|
4671
4706
|
readonly save: "Save";
|
|
4672
4707
|
readonly cancel: "Cancel";
|
|
4708
|
+
readonly actionsLabel: "Task actions";
|
|
4673
4709
|
readonly delete: "Delete";
|
|
4674
4710
|
readonly deleteConfirmTitle: "Delete this task?";
|
|
4675
4711
|
readonly deleteConfirmBody: "The task will be removed. This cannot be undone here.";
|
|
@@ -4981,7 +5017,6 @@ export declare const enUi: {
|
|
|
4981
5017
|
};
|
|
4982
5018
|
readonly readOnly: {
|
|
4983
5019
|
readonly createBlocked: "You do not have permission to create appointments.";
|
|
4984
|
-
readonly createTaskBlocked: "You do not have permission to create tasks.";
|
|
4985
5020
|
readonly changeBlocked: "You do not have permission to change appointments.";
|
|
4986
5021
|
readonly waitingBlocked: "You do not have permission to change the waiting list.";
|
|
4987
5022
|
readonly waitingLockedBody: "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right.";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1781,6 +1781,29 @@ const e = {
|
|
|
1781
1781
|
slotLabel: "{{day}}, {{time}}"
|
|
1782
1782
|
},
|
|
1783
1783
|
booking: {
|
|
1784
|
+
payment: {
|
|
1785
|
+
paidTitle: "Payment received, booking confirmed",
|
|
1786
|
+
paidBody: "We received {{amount}}. Your appointment is confirmed.",
|
|
1787
|
+
paidDemoTitle: "Payment successful (demo)",
|
|
1788
|
+
paidDemo: "Demo complete: no payment was taken and no appointment was booked.",
|
|
1789
|
+
summaryPaid: "Amount paid",
|
|
1790
|
+
heading: "Pay to confirm your booking",
|
|
1791
|
+
processing: "Your payment is being processed.",
|
|
1792
|
+
confirming: "Payment received. We are confirming your booking.",
|
|
1793
|
+
failed: "Your payment was not completed. Please try again.",
|
|
1794
|
+
completionFailed: "Payment received. Please retry booking confirmation without paying again.",
|
|
1795
|
+
retryConfirmation: "Retry confirmation",
|
|
1796
|
+
cancelled: "Payment cancelled. No booking has been confirmed.",
|
|
1797
|
+
noticeTitle: "Online payment required",
|
|
1798
|
+
noticeBody: "Pay {{amount}} online to confirm this appointment.",
|
|
1799
|
+
accept: "I agree to pay {{amount}} online.",
|
|
1800
|
+
terms: "Payment terms",
|
|
1801
|
+
submit: "Pay {{amount}} and book",
|
|
1802
|
+
submitFailed: "We could not start your booking. Please try again.",
|
|
1803
|
+
full: "Pay {{amount}} online",
|
|
1804
|
+
deposit: "{{amount}} deposit online",
|
|
1805
|
+
unavailable: "Payment details are unavailable. Please choose a service again."
|
|
1806
|
+
},
|
|
1784
1807
|
regionLabel: "Book appointment",
|
|
1785
1808
|
stepAnnouncement: "Step {{current}} of {{total}}: {{label}}",
|
|
1786
1809
|
filtersLabel: "Your selections",
|
|
@@ -2948,6 +2971,9 @@ const e = {
|
|
|
2948
2971
|
cvc: "CVC"
|
|
2949
2972
|
},
|
|
2950
2973
|
error: {
|
|
2974
|
+
billingAddressIncomplete: "Complete the billing address before paying.",
|
|
2975
|
+
billingDetailsChanged: "Your billing address changed. Please check it and try again.",
|
|
2976
|
+
billingDetailsSave: "Your billing details could not be saved. Please try again.",
|
|
2951
2977
|
generic: "Something went wrong. Please try again.",
|
|
2952
2978
|
cardNumber: "The card number is invalid.",
|
|
2953
2979
|
expiry: "The expiry date is invalid.",
|
|
@@ -4646,16 +4672,26 @@ const e = {
|
|
|
4646
4672
|
noteRequired: "Enter a note.",
|
|
4647
4673
|
operator: "Operator",
|
|
4648
4674
|
operatorNone: "No operator",
|
|
4675
|
+
operatorUnresolved: "Operator not in the list: {{id}}",
|
|
4676
|
+
type: "Type",
|
|
4677
|
+
typeGroupStandard: "Standard types",
|
|
4678
|
+
typeGroupCustom: "Practice types",
|
|
4679
|
+
typeUnresolved: "Type not in the list: {{id}}",
|
|
4680
|
+
assignee: "Assigned to",
|
|
4681
|
+
assigneeNone: "Nobody",
|
|
4682
|
+
assigneeUnresolved: "Assignee not in the list: {{id}}",
|
|
4649
4683
|
about: "Concerns",
|
|
4650
4684
|
aboutNobody: "Nobody",
|
|
4651
4685
|
aboutPatient: "Patient",
|
|
4652
4686
|
aboutCompany: "Company",
|
|
4687
|
+
aboutOperator: "Operator",
|
|
4653
4688
|
companyName: "Company name",
|
|
4654
4689
|
companyUnresolved: "Linked company (not in the list): {{id}}",
|
|
4655
4690
|
companyReplace: "Replace company",
|
|
4656
4691
|
done: "Done",
|
|
4657
4692
|
save: "Save",
|
|
4658
4693
|
cancel: "Cancel",
|
|
4694
|
+
actionsLabel: "Task actions",
|
|
4659
4695
|
delete: "Delete",
|
|
4660
4696
|
deleteConfirmTitle: "Delete this task?",
|
|
4661
4697
|
deleteConfirmBody: "The task will be removed. This cannot be undone here.",
|
|
@@ -4971,7 +5007,6 @@ const e = {
|
|
|
4971
5007
|
},
|
|
4972
5008
|
readOnly: {
|
|
4973
5009
|
createBlocked: "You do not have permission to create appointments.",
|
|
4974
|
-
createTaskBlocked: "You do not have permission to create tasks.",
|
|
4975
5010
|
changeBlocked: "You do not have permission to change appointments.",
|
|
4976
5011
|
waitingBlocked: "You do not have permission to change the waiting list.",
|
|
4977
5012
|
waitingLockedBody: "You do not have permission to change the waiting list — ask the practice owner for the calendar edit right."
|