@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
|
@@ -1730,6 +1730,29 @@ export declare const trUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "Ödeme alındı, randevu onaylandı";
|
|
1735
|
+
readonly paidBody: "{{amount}} tutarındaki ödemenizi aldık. Randevunuz onaylandı.";
|
|
1736
|
+
readonly paidDemoTitle: "Ödeme başarılı (demo)";
|
|
1737
|
+
readonly paidDemo: "Demo tamamlandı: ödeme alınmadı ve randevu oluşturulmadı.";
|
|
1738
|
+
readonly summaryPaid: "Ödenen tutar";
|
|
1739
|
+
readonly heading: "Randevunuzu onaylamak için ödeme yapın";
|
|
1740
|
+
readonly processing: "Ödemeniz işleniyor.";
|
|
1741
|
+
readonly confirming: "Ödeme alındı. Randevunuzu onaylıyoruz.";
|
|
1742
|
+
readonly failed: "Ödemeniz tamamlanmadı. Lütfen tekrar deneyin.";
|
|
1743
|
+
readonly completionFailed: "Ödeme alındı. Yeniden ödeme yapmadan randevuyu onaylamayı tekrar deneyin.";
|
|
1744
|
+
readonly retryConfirmation: "Onaylamayı tekrar deneyin";
|
|
1745
|
+
readonly cancelled: "Ödeme iptal edildi. Hiçbir randevu onaylanmadı.";
|
|
1746
|
+
readonly noticeTitle: "Çevrimiçi ödeme gerekli";
|
|
1747
|
+
readonly noticeBody: "Bu randevuyu onaylamak için {{amount}} tutarını çevrimiçi ödeyin.";
|
|
1748
|
+
readonly accept: "{{amount}} tutarını çevrimiçi ödemeyi kabul ediyorum.";
|
|
1749
|
+
readonly terms: "Ödeme koşulları";
|
|
1750
|
+
readonly submit: "{{amount}} ödeyin ve randevu alın";
|
|
1751
|
+
readonly submitFailed: "Randevu işleminizi başlatamadık. Lütfen tekrar deneyin.";
|
|
1752
|
+
readonly full: "{{amount}} tutarını çevrimiçi ödeyin";
|
|
1753
|
+
readonly deposit: "Çevrimiçi {{amount}} ön ödeme";
|
|
1754
|
+
readonly unavailable: "Ödeme bilgileri mevcut değil. Lütfen yeniden bir hizmet seçin.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Randevu al";
|
|
1734
1757
|
readonly stepAnnouncement: "Adım {{current}} / {{total}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Seçimleriniz";
|
|
@@ -2954,6 +2977,9 @@ export declare const trUi: {
|
|
|
2954
2977
|
readonly cvc: "CVC";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "Ödeme yapmadan önce fatura adresini eksiksiz doldurun.";
|
|
2981
|
+
readonly billingDetailsChanged: "Fatura adresiniz değişti. Lütfen kontrol edip tekrar deneyin.";
|
|
2982
|
+
readonly billingDetailsSave: "Fatura bilgileriniz kaydedilemedi. Lütfen tekrar deneyin.";
|
|
2957
2983
|
readonly generic: "Bir şeyler ters gitti. Lütfen tekrar deneyin.";
|
|
2958
2984
|
readonly cardNumber: "Kart numarası geçersiz.";
|
|
2959
2985
|
readonly expiry: "Son kullanma tarihi geçersiz.";
|
|
@@ -4649,16 +4675,26 @@ export declare const trUi: {
|
|
|
4649
4675
|
readonly noteRequired: "Bir not girin.";
|
|
4650
4676
|
readonly operator: "Operatör";
|
|
4651
4677
|
readonly operatorNone: "Operatör yok";
|
|
4678
|
+
readonly operatorUnresolved: "Listede olmayan operatör: {{id}}";
|
|
4679
|
+
readonly type: "Tür";
|
|
4680
|
+
readonly typeGroupStandard: "Standart türler";
|
|
4681
|
+
readonly typeGroupCustom: "Kliniğe özel türler";
|
|
4682
|
+
readonly typeUnresolved: "Listede olmayan tür: {{id}}";
|
|
4683
|
+
readonly assignee: "Atanan kişi";
|
|
4684
|
+
readonly assigneeNone: "Kimse";
|
|
4685
|
+
readonly assigneeUnresolved: "Listede olmayan atanan kişi: {{id}}";
|
|
4652
4686
|
readonly about: "İlgili";
|
|
4653
4687
|
readonly aboutNobody: "Hiç kimse";
|
|
4654
4688
|
readonly aboutPatient: "Hasta";
|
|
4655
4689
|
readonly aboutCompany: "Şirket";
|
|
4690
|
+
readonly aboutOperator: "Operatör";
|
|
4656
4691
|
readonly companyName: "Şirket adı";
|
|
4657
4692
|
readonly companyUnresolved: "Bağlı şirket (listede yok): {{id}}";
|
|
4658
4693
|
readonly companyReplace: "Şirketi değiştir";
|
|
4659
4694
|
readonly done: "Tamamlandı";
|
|
4660
4695
|
readonly save: "Kaydet";
|
|
4661
4696
|
readonly cancel: "İptal";
|
|
4697
|
+
readonly actionsLabel: "Görev işlemleri";
|
|
4662
4698
|
readonly delete: "Sil";
|
|
4663
4699
|
readonly deleteConfirmTitle: "Bu görev silinsin mi?";
|
|
4664
4700
|
readonly deleteConfirmBody: "Görev kaldırılacak. Bu işlem burada geri alınamaz.";
|
|
@@ -4970,7 +5006,6 @@ export declare const trUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "Randevu oluşturma izniniz yok.";
|
|
4973
|
-
readonly createTaskBlocked: "Görev oluşturma izniniz yok.";
|
|
4974
5009
|
readonly changeBlocked: "Randevuları değiştirme izniniz yok.";
|
|
4975
5010
|
readonly waitingBlocked: "Bekleme listesini değiştirme izniniz yok.";
|
|
4976
5011
|
readonly waitingLockedBody: "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin.";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Ödeme alındı, randevu onaylandı",
|
|
1735
|
+
paidBody: "{{amount}} tutarındaki ödemenizi aldık. Randevunuz onaylandı.",
|
|
1736
|
+
paidDemoTitle: "Ödeme başarılı (demo)",
|
|
1737
|
+
paidDemo: "Demo tamamlandı: ödeme alınmadı ve randevu oluşturulmadı.",
|
|
1738
|
+
summaryPaid: "Ödenen tutar",
|
|
1739
|
+
heading: "Randevunuzu onaylamak için ödeme yapın",
|
|
1740
|
+
processing: "Ödemeniz işleniyor.",
|
|
1741
|
+
confirming: "Ödeme alındı. Randevunuzu onaylıyoruz.",
|
|
1742
|
+
failed: "Ödemeniz tamamlanmadı. Lütfen tekrar deneyin.",
|
|
1743
|
+
completionFailed: "Ödeme alındı. Yeniden ödeme yapmadan randevuyu onaylamayı tekrar deneyin.",
|
|
1744
|
+
retryConfirmation: "Onaylamayı tekrar deneyin",
|
|
1745
|
+
cancelled: "Ödeme iptal edildi. Hiçbir randevu onaylanmadı.",
|
|
1746
|
+
noticeTitle: "Çevrimiçi ödeme gerekli",
|
|
1747
|
+
noticeBody: "Bu randevuyu onaylamak için {{amount}} tutarını çevrimiçi ödeyin.",
|
|
1748
|
+
accept: "{{amount}} tutarını çevrimiçi ödemeyi kabul ediyorum.",
|
|
1749
|
+
terms: "Ödeme koşulları",
|
|
1750
|
+
submit: "{{amount}} ödeyin ve randevu alın",
|
|
1751
|
+
submitFailed: "Randevu işleminizi başlatamadık. Lütfen tekrar deneyin.",
|
|
1752
|
+
full: "{{amount}} tutarını çevrimiçi ödeyin",
|
|
1753
|
+
deposit: "Çevrimiçi {{amount}} ön ödeme",
|
|
1754
|
+
unavailable: "Ödeme bilgileri mevcut değil. Lütfen yeniden bir hizmet seçin."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Randevu al",
|
|
1734
1757
|
stepAnnouncement: "Adım {{current}} / {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Seçimleriniz",
|
|
@@ -2931,6 +2954,9 @@ const e = {
|
|
|
2931
2954
|
cvc: "CVC"
|
|
2932
2955
|
},
|
|
2933
2956
|
error: {
|
|
2957
|
+
billingAddressIncomplete: "Ödeme yapmadan önce fatura adresini eksiksiz doldurun.",
|
|
2958
|
+
billingDetailsChanged: "Fatura adresiniz değişti. Lütfen kontrol edip tekrar deneyin.",
|
|
2959
|
+
billingDetailsSave: "Fatura bilgileriniz kaydedilemedi. Lütfen tekrar deneyin.",
|
|
2934
2960
|
generic: "Bir şeyler ters gitti. Lütfen tekrar deneyin.",
|
|
2935
2961
|
cardNumber: "Kart numarası geçersiz.",
|
|
2936
2962
|
expiry: "Son kullanma tarihi geçersiz.",
|
|
@@ -4614,16 +4640,26 @@ const e = {
|
|
|
4614
4640
|
noteRequired: "Bir not girin.",
|
|
4615
4641
|
operator: "Operatör",
|
|
4616
4642
|
operatorNone: "Operatör yok",
|
|
4643
|
+
operatorUnresolved: "Listede olmayan operatör: {{id}}",
|
|
4644
|
+
type: "Tür",
|
|
4645
|
+
typeGroupStandard: "Standart türler",
|
|
4646
|
+
typeGroupCustom: "Kliniğe özel türler",
|
|
4647
|
+
typeUnresolved: "Listede olmayan tür: {{id}}",
|
|
4648
|
+
assignee: "Atanan kişi",
|
|
4649
|
+
assigneeNone: "Kimse",
|
|
4650
|
+
assigneeUnresolved: "Listede olmayan atanan kişi: {{id}}",
|
|
4617
4651
|
about: "İlgili",
|
|
4618
4652
|
aboutNobody: "Hiç kimse",
|
|
4619
4653
|
aboutPatient: "Hasta",
|
|
4620
4654
|
aboutCompany: "Şirket",
|
|
4655
|
+
aboutOperator: "Operatör",
|
|
4621
4656
|
companyName: "Şirket adı",
|
|
4622
4657
|
companyUnresolved: "Bağlı şirket (listede yok): {{id}}",
|
|
4623
4658
|
companyReplace: "Şirketi değiştir",
|
|
4624
4659
|
done: "Tamamlandı",
|
|
4625
4660
|
save: "Kaydet",
|
|
4626
4661
|
cancel: "İptal",
|
|
4662
|
+
actionsLabel: "Görev işlemleri",
|
|
4627
4663
|
delete: "Sil",
|
|
4628
4664
|
deleteConfirmTitle: "Bu görev silinsin mi?",
|
|
4629
4665
|
deleteConfirmBody: "Görev kaldırılacak. Bu işlem burada geri alınamaz.",
|
|
@@ -4935,7 +4971,6 @@ const e = {
|
|
|
4935
4971
|
},
|
|
4936
4972
|
readOnly: {
|
|
4937
4973
|
createBlocked: "Randevu oluşturma izniniz yok.",
|
|
4938
|
-
createTaskBlocked: "Görev oluşturma izniniz yok.",
|
|
4939
4974
|
changeBlocked: "Randevuları değiştirme izniniz yok.",
|
|
4940
4975
|
waitingBlocked: "Bekleme listesini değiştirme izniniz yok.",
|
|
4941
4976
|
waitingLockedBody: "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin."
|
|
@@ -1730,6 +1730,29 @@ export declare const zhUi: {
|
|
|
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: "步骤 {{current}} / {{total}}:{{label}}";
|
|
1735
1758
|
readonly filtersLabel: "您的选择";
|
|
@@ -2954,6 +2977,9 @@ export declare const zhUi: {
|
|
|
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 zhUi: {
|
|
|
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 zhUi: {
|
|
|
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/zh.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: "您的选择",
|
|
@@ -2924,6 +2947,9 @@ const e = {
|
|
|
2924
2947
|
cvc: "CVC"
|
|
2925
2948
|
},
|
|
2926
2949
|
error: {
|
|
2950
|
+
billingAddressIncomplete: "请在付款前填写完整的账单地址。",
|
|
2951
|
+
billingDetailsChanged: "您的账单地址已更改。请检查后重试。",
|
|
2952
|
+
billingDetailsSave: "无法保存您的账单信息。请重试。",
|
|
2927
2953
|
generic: "出现错误,请重试。",
|
|
2928
2954
|
cardNumber: "卡号无效。",
|
|
2929
2955
|
expiry: "有效期无效。",
|
|
@@ -4599,16 +4625,26 @@ const e = {
|
|
|
4599
4625
|
noteRequired: "请输入备注。",
|
|
4600
4626
|
operator: "操作员",
|
|
4601
4627
|
operatorNone: "无操作员",
|
|
4628
|
+
operatorUnresolved: "列表中没有的操作员:{{id}}",
|
|
4629
|
+
type: "类型",
|
|
4630
|
+
typeGroupStandard: "标准类型",
|
|
4631
|
+
typeGroupCustom: "诊所类型",
|
|
4632
|
+
typeUnresolved: "列表中没有的类型:{{id}}",
|
|
4633
|
+
assignee: "指派给",
|
|
4634
|
+
assigneeNone: "无人",
|
|
4635
|
+
assigneeUnresolved: "列表中没有的被指派人:{{id}}",
|
|
4602
4636
|
about: "相关对象",
|
|
4603
4637
|
aboutNobody: "无",
|
|
4604
4638
|
aboutPatient: "患者",
|
|
4605
4639
|
aboutCompany: "公司",
|
|
4640
|
+
aboutOperator: "操作员",
|
|
4606
4641
|
companyName: "公司名称",
|
|
4607
4642
|
companyUnresolved: "关联公司(不在列表中):{{id}}",
|
|
4608
4643
|
companyReplace: "更换公司",
|
|
4609
4644
|
done: "已完成",
|
|
4610
4645
|
save: "保存",
|
|
4611
4646
|
cancel: "取消",
|
|
4647
|
+
actionsLabel: "任务操作",
|
|
4612
4648
|
delete: "删除",
|
|
4613
4649
|
deleteConfirmTitle: "删除此任务?",
|
|
4614
4650
|
deleteConfirmBody: "该任务将被删除。此操作在此处无法撤销。",
|
|
@@ -4920,7 +4956,6 @@ const e = {
|
|
|
4920
4956
|
},
|
|
4921
4957
|
readOnly: {
|
|
4922
4958
|
createBlocked: "您没有创建预约的权限。",
|
|
4923
|
-
createTaskBlocked: "您没有创建任务的权限。",
|
|
4924
4959
|
changeBlocked: "您没有修改预约的权限。",
|
|
4925
4960
|
waitingBlocked: "您没有修改等候名单的权限。",
|
|
4926
4961
|
waitingLockedBody: "您没有修改等候名单的权限 — 请向诊所所有者申请日历编辑权限。"
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import { M as is, m as ps, a as ms } from "./_chunks/multi-select-CtPd7g4x.js";
|
|
|
51
51
|
import { N as ds, u as As } from "./_chunks/number-input-Cgu2TtA8.js";
|
|
52
52
|
import { O as fs } from "./_chunks/otp-input-DzBQ-CpE.js";
|
|
53
53
|
import { P as Ss, u as Cs } from "./_chunks/use-password-requirements-Bwtqx1qN.js";
|
|
54
|
-
import { P as xs, c as us, p as Ps, a as Is } from "./_chunks/phone-input-
|
|
54
|
+
import { P as xs, c as us, p as Ps, a as Is } from "./_chunks/phone-input-IWrGOCwm.js";
|
|
55
55
|
import { R as Rs, r as bs } from "./_chunks/recaptcha-widget-BC-4To9b.js";
|
|
56
56
|
import { R as Ns } from "./_chunks/radio-6fml-pWk.js";
|
|
57
57
|
import { R as hs } from "./_chunks/radio-group-CIjmyioi.js";
|
|
@@ -124,7 +124,7 @@ import { D as Ei, a as Ri, P as bi, S as _i, c as Ni, p as Di } from "./_chunks/
|
|
|
124
124
|
import { P as Oi, p as Fi } from "./_chunks/public-header.agent-D-EBVskf.js";
|
|
125
125
|
import { S as Mi, f as yi, s as ki } from "./_chunks/search-bar-CCmViqaa.js";
|
|
126
126
|
import { S as vi, a as Gi, b as Hi, c as wi, d as Wi, e as Vi, f as Ui, g as Ki, h as Yi, i as Xi, j as qi, k as zi, l as ji, m as Qi, n as Zi, o as Ji, p as $i, q as ap, s as ep, u as sp } from "./_chunks/sidebar-DbZXLl8h.js";
|
|
127
|
-
import { S as op } from "./_chunks/stepper-accordion-
|
|
127
|
+
import { S as op } from "./_chunks/stepper-accordion-jMR8NaOB.js";
|
|
128
128
|
import { s as np } from "./_chunks/stepper-accordion.agent-cmEguIdx.js";
|
|
129
129
|
import { S as pp, s as mp } from "./_chunks/stepper-progress-Bv0njx4g.js";
|
|
130
130
|
import { T as dp } from "./_chunks/tab-bar-Cw9UK18Z.js";
|
|
@@ -193,7 +193,7 @@ import { C as wd, c as Wd } from "./_chunks/chat-container-CYYego1W.js";
|
|
|
193
193
|
import { C as Ud, c as Kd } from "./_chunks/chat-input-Cj7ZYQr5.js";
|
|
194
194
|
import { C as Xd } from "./_chunks/chat-message-BMVxiUIX.js";
|
|
195
195
|
import { E as zd } from "./_chunks/entity-summary-DXejuQ8i.js";
|
|
196
|
-
import { F as Qd, f as Zd } from "./_chunks/freemium-paywall-
|
|
196
|
+
import { F as Qd, f as Zd } from "./_chunks/freemium-paywall-BaW5ODc9.js";
|
|
197
197
|
import { S as $d } from "./_chunks/streaming-text-CE1u_oGa.js";
|
|
198
198
|
import { S as eA, a as sA } from "./_chunks/suggestion-chip-Bk4PmYTg.js";
|
|
199
199
|
import { s as oA } from "./_chunks/suggestion-chip.agent-Brn3CiFE.js";
|
|
@@ -202,7 +202,7 @@ import { T as mA } from "./_chunks/typing-indicator-DHeVN4ob.js";
|
|
|
202
202
|
import { A as dA } from "./_chunks/anamnesis-card-xtEhyojD.js";
|
|
203
203
|
import { D as cA, F as fA, a as gA, M as SA, b as CA, e as TA, f as xA, g as uA, c as PA, m as IA, r as EA, v as RA } from "./_chunks/muscle-scheme-UVz_x4iE.js";
|
|
204
204
|
import { A as _A, a as NA, b as DA, c as hA, d as OA, e as FA, C as LA, f as MA, g as yA, D as kA, h as BA, E as vA, L as GA, O as HA, P as wA, i as WA, j as VA, k as UA, l as KA, R as YA, S as XA, m as qA, n as zA, o as jA, p as QA, q as ZA, r as JA, s as $A, t as ac, u as ec, v as sc, w as rc, x as oc, y as tc, z as nc, B as ic, F as pc } from "./_chunks/optical-prescription-LGgmtcST.js";
|
|
205
|
-
import { B as lc, C as dc, O as Ac, b as cc } from "./_chunks/booking-
|
|
205
|
+
import { B as lc, C as dc, O as Ac, b as cc } from "./_chunks/booking-C4MwImkS.js";
|
|
206
206
|
import { C as gc, c as Sc, r as Cc } from "./_chunks/calendar-OzSeTb4V.js";
|
|
207
207
|
import { C as xc } from "./_chunks/calendar-event-card-B6N5h1dO.js";
|
|
208
208
|
import { R as Pc } from "./_chunks/resource-chip-DYTG0IQQ.js";
|
|
@@ -211,9 +211,9 @@ import { C as _c, c as Nc } from "./_chunks/care-plan-entry-card-d-rZD4li.js";
|
|
|
211
211
|
import { C as hc, c as Oc } from "./_chunks/care-plan-header-CEmBXn6-.js";
|
|
212
212
|
import { O as Lc, o as Mc } from "./_chunks/operator-hero-XIdwDmN2.js";
|
|
213
213
|
import { P as kc, p as Bc } from "./_chunks/practice-profile-hero-DxoLlQr5.js";
|
|
214
|
-
import { P as Gc, p as Hc } from "./_chunks/patient-details-
|
|
214
|
+
import { P as Gc, p as Hc } from "./_chunks/patient-details-yrgkSeEY.js";
|
|
215
215
|
import { P as Wc, p as Vc } from "./_chunks/patient-search-5QcmQKJD.js";
|
|
216
|
-
import { P as Kc, p as Yc } from "./_chunks/patient-summary-card-
|
|
216
|
+
import { P as Kc, p as Yc } from "./_chunks/patient-summary-card-CmEFflGS.js";
|
|
217
217
|
import { A as qc, a as zc } from "./_chunks/anamnesis-summary-card-CclBbiXg.js";
|
|
218
218
|
import { B as Qc, C as Zc, N as Jc, P as $c, a as af, T as ef, b as sf, g as rf, u as of } from "./_chunks/balance-badge-cell-YGrYdrvR.js";
|
|
219
219
|
import { B as nf, M as pf, P as mf, a as lf, b as df, c as Af, d as cf, S as ff, e as gf, f as Sf, g as Cf, h as Tf, p as xf, i as uf, j as Pf, k as If, s as Ef, t as Rf, l as bf } from "./_chunks/periodontal-chart-DJoZS_o7.js";
|
|
@@ -223,7 +223,7 @@ import { P as Wf, a as Vf, c as Uf, p as Kf, r as Yf } from "./_chunks/periodont
|
|
|
223
223
|
import { C as qf, a as zf, b as jf, c as Qf } from "./_chunks/contact-profile-card-C0WpwpVV.js";
|
|
224
224
|
import { P as Jf, p as $f } from "./_chunks/practice-results-D11Zpt27.js";
|
|
225
225
|
import { P as eg, a as sg, p as rg, b as og } from "./_chunks/payment-request-card-Cer6XXCn.js";
|
|
226
|
-
import { P as ng, f as ig, p as pg, a as mg, s as lg, b as dg, c as Ag } from "./_chunks/payment-form-
|
|
226
|
+
import { P as ng, f as ig, p as pg, a as mg, s as lg, b as dg, c as Ag } from "./_chunks/payment-form-DqJFiplX.js";
|
|
227
227
|
import { P as fg, p as gg } from "./_chunks/pdf-viewer-DUKdn5iq.js";
|
|
228
228
|
import { R as Cg, r as Tg } from "./_chunks/reviews-panel-2GVuxGeT.js";
|
|
229
229
|
import { R as ug, r as Pg, w as Ig } from "./_chunks/rich-text-editor-BwDV2XkZ.js";
|
|
@@ -244,7 +244,7 @@ import { W as MC, a as yC, w as kC } from "./_chunks/workflow-status-CuJAOuKL.js
|
|
|
244
244
|
import { C as vC, W as GC, a as HC, b as wC, c as WC, i as VC, l as UC, m as KC, r as YC, w as XC, d as qC, e as zC, f as jC } from "./_chunks/workflow-map-DhR_h5yw.js";
|
|
245
245
|
import { A as ZC, a as JC, b as $C, c as aT } from "./_chunks/alia-sidebar-CUqaJNPQ.js";
|
|
246
246
|
import { A as sT, a as rT, L as oT, P as tT, S as nT, T as iT, b as pT, c as mT, d as lT, e as dT, f as AT, g as cT, h as fT, i as gT, j as ST, k as CT, l as TT, m as xT, n as uT, o as PT, p as IT, r as ET, q as RT, s as bT, t as _T, u as NT } from "./_chunks/anamnesis-summary-rows-DI-UX5r6.js";
|
|
247
|
-
import { C as hT, a as OT, b as FT, c as LT, D as MT, d as yT, S as kT, V as BT, W as vT, e as GT, i as HT, m as wT, r as WT, u as VT, f as UT, g as KT } from "./_chunks/calendar-workspace-
|
|
247
|
+
import { C as hT, a as OT, b as FT, c as LT, D as MT, d as yT, S as kT, V as BT, W as vT, e as GT, i as HT, m as wT, r as WT, u as VT, f as UT, g as KT } from "./_chunks/calendar-workspace-DDnQmiIL.js";
|
|
248
248
|
import { A as XT, a as qT, b as zT, H as jT, c as QT, u as ZT } from "./_chunks/help-me-write-templates-DHIwa4xR.js";
|
|
249
249
|
import { C as $T, M as ax, P as ex } from "./_chunks/marketplace-app-shell-PB89Dkk_.js";
|
|
250
250
|
import { P as rx } from "./_chunks/payment-automation-upsell-BKmBXU4i.js";
|
package/dist/locales/ar.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": "الخطوة {{current}} من {{total}}: {{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/de.json
CHANGED
|
@@ -1726,6 +1726,29 @@
|
|
|
1726
1726
|
"slotLabel": "{{day}}, {{time}}"
|
|
1727
1727
|
},
|
|
1728
1728
|
"booking": {
|
|
1729
|
+
"payment": {
|
|
1730
|
+
"paidTitle": "Zahlung erhalten, Buchung bestätigt",
|
|
1731
|
+
"paidBody": "Wir haben {{amount}} erhalten. Ihr Termin ist bestätigt.",
|
|
1732
|
+
"paidDemoTitle": "Zahlung erfolgreich (Demo)",
|
|
1733
|
+
"paidDemo": "Demo abgeschlossen: Es wurde keine Zahlung eingezogen und kein Termin gebucht.",
|
|
1734
|
+
"summaryPaid": "Bezahlter Betrag",
|
|
1735
|
+
"heading": "Bezahlen Sie, um Ihre Buchung zu bestätigen",
|
|
1736
|
+
"processing": "Ihre Zahlung wird verarbeitet.",
|
|
1737
|
+
"confirming": "Zahlung erhalten. Wir bestätigen Ihre Buchung.",
|
|
1738
|
+
"failed": "Ihre Zahlung wurde nicht abgeschlossen. Bitte versuchen Sie es erneut.",
|
|
1739
|
+
"completionFailed": "Zahlung erhalten. Bitte versuchen Sie erneut, die Buchung zu bestätigen, ohne nochmals zu bezahlen.",
|
|
1740
|
+
"retryConfirmation": "Bestätigung erneut versuchen",
|
|
1741
|
+
"cancelled": "Zahlung abgebrochen. Es wurde keine Buchung bestätigt.",
|
|
1742
|
+
"noticeTitle": "Online-Zahlung erforderlich",
|
|
1743
|
+
"noticeBody": "Bezahlen Sie {{amount}} online, um diesen Termin zu bestätigen.",
|
|
1744
|
+
"accept": "Ich stimme zu, {{amount}} online zu bezahlen.",
|
|
1745
|
+
"terms": "Zahlungsbedingungen",
|
|
1746
|
+
"submit": "{{amount}} bezahlen und buchen",
|
|
1747
|
+
"submitFailed": "Ihre Buchung konnte nicht gestartet werden. Bitte versuchen Sie es erneut.",
|
|
1748
|
+
"full": "{{amount}} online bezahlen",
|
|
1749
|
+
"deposit": "{{amount}} online anzahlen",
|
|
1750
|
+
"unavailable": "Die Zahlungsdetails sind nicht verfügbar. Bitte wählen Sie erneut eine Leistung aus."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Termin buchen",
|
|
1730
1753
|
"stepAnnouncement": "Schritt {{current}} von {{total}}: {{label}}",
|
|
1731
1754
|
"filtersLabel": "Ihre Auswahl",
|
|
@@ -2950,6 +2973,9 @@
|
|
|
2950
2973
|
"cvc": "CVC"
|
|
2951
2974
|
},
|
|
2952
2975
|
"error": {
|
|
2976
|
+
"billingAddressIncomplete": "Vervollständigen Sie die Rechnungsadresse, bevor Sie bezahlen.",
|
|
2977
|
+
"billingDetailsChanged": "Ihre Rechnungsadresse hat sich geändert. Bitte prüfen Sie sie und versuchen Sie es erneut.",
|
|
2978
|
+
"billingDetailsSave": "Ihre Rechnungsdaten konnten nicht gespeichert werden. Bitte versuchen Sie es erneut.",
|
|
2953
2979
|
"generic": "Etwas ist schiefgelaufen. Bitte erneut versuchen.",
|
|
2954
2980
|
"cardNumber": "Die Kartennummer ist ungültig.",
|
|
2955
2981
|
"expiry": "Das Ablaufdatum ist ungültig.",
|
|
@@ -4645,16 +4671,26 @@
|
|
|
4645
4671
|
"noteRequired": "Bitte eine Notiz eingeben.",
|
|
4646
4672
|
"operator": "Mitarbeiter",
|
|
4647
4673
|
"operatorNone": "Kein Mitarbeiter",
|
|
4674
|
+
"operatorUnresolved": "Mitarbeiter nicht in der Liste: {{id}}",
|
|
4675
|
+
"type": "Typ",
|
|
4676
|
+
"typeGroupStandard": "Standardtypen",
|
|
4677
|
+
"typeGroupCustom": "Praxistypen",
|
|
4678
|
+
"typeUnresolved": "Typ nicht in der Liste: {{id}}",
|
|
4679
|
+
"assignee": "Zugewiesen an",
|
|
4680
|
+
"assigneeNone": "Niemand",
|
|
4681
|
+
"assigneeUnresolved": "Zuständige Person nicht in der Liste: {{id}}",
|
|
4648
4682
|
"about": "Betrifft",
|
|
4649
4683
|
"aboutNobody": "Niemand",
|
|
4650
4684
|
"aboutPatient": "Patient",
|
|
4651
4685
|
"aboutCompany": "Unternehmen",
|
|
4686
|
+
"aboutOperator": "Mitarbeiter",
|
|
4652
4687
|
"companyName": "Firmenname",
|
|
4653
4688
|
"companyUnresolved": "Verknüpftes Unternehmen (nicht in der Liste): {{id}}",
|
|
4654
4689
|
"companyReplace": "Unternehmen ersetzen",
|
|
4655
4690
|
"done": "Erledigt",
|
|
4656
4691
|
"save": "Speichern",
|
|
4657
4692
|
"cancel": "Abbrechen",
|
|
4693
|
+
"actionsLabel": "Aufgabenaktionen",
|
|
4658
4694
|
"delete": "Löschen",
|
|
4659
4695
|
"deleteConfirmTitle": "Diese Aufgabe löschen?",
|
|
4660
4696
|
"deleteConfirmBody": "Die Aufgabe wird entfernt. Dies kann hier nicht rückgängig gemacht werden.",
|
|
@@ -4966,7 +5002,6 @@
|
|
|
4966
5002
|
},
|
|
4967
5003
|
"readOnly": {
|
|
4968
5004
|
"createBlocked": "Sie haben keine Berechtigung, Termine anzulegen.",
|
|
4969
|
-
"createTaskBlocked": "Sie haben keine Berechtigung, Aufgaben anzulegen.",
|
|
4970
5005
|
"changeBlocked": "Sie haben keine Berechtigung, Termine zu ändern.",
|
|
4971
5006
|
"waitingBlocked": "Sie haben keine Berechtigung, die Warteliste zu ändern.",
|
|
4972
5007
|
"waitingLockedBody": "Sie haben keine Berechtigung, die Warteliste zu ändern — bitten Sie die Praxisinhaberin oder den Praxisinhaber um das Recht zur Kalenderbearbeitung."
|
package/dist/locales/el.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}} online για να επιβεβαιώσετε αυτό το ραντεβού.",
|
|
1744
|
+
"accept": "Συμφωνώ να πληρώσω {{amount}} online.",
|
|
1745
|
+
"terms": "Όροι πληρωμής",
|
|
1746
|
+
"submit": "Πληρώστε {{amount}} και κάντε κράτηση",
|
|
1747
|
+
"submitFailed": "Δεν ήταν δυνατή η έναρξη της κράτησής σας. Δοκιμάστε ξανά.",
|
|
1748
|
+
"full": "Πληρώστε {{amount}} online",
|
|
1749
|
+
"deposit": "Προκαταβολή {{amount}} online",
|
|
1750
|
+
"unavailable": "Τα στοιχεία πληρωμής δεν είναι διαθέσιμα. Επιλέξτε ξανά μια υπηρεσία."
|
|
1751
|
+
},
|
|
1729
1752
|
"regionLabel": "Κράτηση ραντεβού",
|
|
1730
1753
|
"stepAnnouncement": "Βήμα {{current}} από {{total}}: {{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": "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής — ζητήστε από τον ιδιοκτήτη του ιατρείου το δικαίωμα επεξεργασίας του ημερολογίου."
|