@alfadocs/ui-kit 1.46.0 → 1.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/booking-C4MwImkS.js +3362 -0
- package/dist/_chunks/calendar-workspace-BmscntRR.js +12528 -0
- package/dist/_chunks/control-room-rail-CdBOXIqX.js +366 -0
- package/dist/_chunks/{freemium-paywall-Cz-O9lQD.js → freemium-paywall-BaW5ODc9.js} +2 -2
- package/dist/_chunks/{patient-details-DUj1htsH.js → patient-details-yrgkSeEY.js} +2 -2
- package/dist/_chunks/{patient-field-row-CO0WR7yA.js → patient-field-row-DCMkFGqI.js} +2 -2
- package/dist/_chunks/{patient-summary-card-DNzdYjxE.js → patient-summary-card-CmEFflGS.js} +2 -2
- package/dist/_chunks/payment-form-DqJFiplX.js +881 -0
- package/dist/_chunks/{phone-input-BsZIoE36.js → phone-input-IWrGOCwm.js} +40 -39
- package/dist/_chunks/{stepper-accordion-DmVykr5F.js → stepper-accordion-jMR8NaOB.js} +2 -1
- package/dist/agent-catalog.json +5 -4
- package/dist/agent-i18n/en.json +2 -2
- package/dist/components/booking/booking-types.d.ts +60 -1
- package/dist/components/booking/booking.d.ts +1 -1
- package/dist/components/booking/details-form.d.ts +5 -1
- package/dist/components/booking/index.d.ts +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/booking/payment.d.ts +9 -0
- package/dist/components/booking/use-booking-payment.d.ts +14 -0
- package/dist/components/control-room-rail/control-room-rail.d.ts +9 -2
- package/dist/components/control-room-rail/index.d.ts +1 -1
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/freemium-paywall/index.js +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/patient-summary-card/index.js +1 -1
- package/dist/components/payment-form/index.d.ts +1 -1
- package/dist/components/payment-form/index.js +1 -1
- package/dist/components/payment-form/payment-form.d.ts +35 -3
- package/dist/components/phone-input/index.js +1 -1
- package/dist/components/stepper-accordion/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +36 -1
- package/dist/i18n/locales/ar.js +36 -1
- package/dist/i18n/locales/de.d.ts +36 -1
- package/dist/i18n/locales/de.js +36 -1
- package/dist/i18n/locales/el.d.ts +36 -1
- package/dist/i18n/locales/el.js +36 -1
- package/dist/i18n/locales/en.d.ts +36 -1
- package/dist/i18n/locales/en.js +36 -1
- package/dist/i18n/locales/es.d.ts +36 -1
- package/dist/i18n/locales/es.js +36 -1
- package/dist/i18n/locales/fr.d.ts +36 -1
- package/dist/i18n/locales/fr.js +36 -1
- package/dist/i18n/locales/hi.d.ts +36 -1
- package/dist/i18n/locales/hi.js +36 -1
- package/dist/i18n/locales/it.d.ts +36 -1
- package/dist/i18n/locales/it.js +36 -1
- package/dist/i18n/locales/ja.d.ts +36 -1
- package/dist/i18n/locales/ja.js +36 -1
- package/dist/i18n/locales/nl.d.ts +36 -1
- package/dist/i18n/locales/nl.js +36 -1
- package/dist/i18n/locales/pl.d.ts +36 -1
- package/dist/i18n/locales/pl.js +36 -1
- package/dist/i18n/locales/pt.d.ts +36 -1
- package/dist/i18n/locales/pt.js +36 -1
- package/dist/i18n/locales/ro.d.ts +36 -1
- package/dist/i18n/locales/ro.js +36 -1
- package/dist/i18n/locales/ru.d.ts +36 -1
- package/dist/i18n/locales/ru.js +36 -1
- package/dist/i18n/locales/sq.d.ts +36 -1
- package/dist/i18n/locales/sq.js +36 -1
- package/dist/i18n/locales/sv.d.ts +36 -1
- package/dist/i18n/locales/sv.js +36 -1
- package/dist/i18n/locales/tr.d.ts +36 -1
- package/dist/i18n/locales/tr.js +36 -1
- package/dist/i18n/locales/zh.d.ts +36 -1
- package/dist/i18n/locales/zh.js +36 -1
- package/dist/index.js +9 -9
- package/dist/locales/ar.json +36 -1
- package/dist/locales/de.json +36 -1
- package/dist/locales/el.json +36 -1
- package/dist/locales/en.json +36 -1
- package/dist/locales/es.json +36 -1
- package/dist/locales/fr.json +36 -1
- package/dist/locales/hi.json +36 -1
- package/dist/locales/it.json +36 -1
- package/dist/locales/ja.json +36 -1
- package/dist/locales/nl.json +36 -1
- package/dist/locales/pl.json +36 -1
- package/dist/locales/pt.json +36 -1
- package/dist/locales/ro.json +36 -1
- package/dist/locales/ru.json +36 -1
- package/dist/locales/sq.json +36 -1
- package/dist/locales/sv.json +36 -1
- package/dist/locales/tr.json +36 -1
- package/dist/locales/zh.json +36 -1
- package/dist/patterns/calendar/calendar-editor-fields.d.ts +33 -0
- package/dist/patterns/calendar/calendar-sticky-offset.d.ts +20 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +88 -0
- package/dist/patterns/calendar/calendar.data.d.ts +17 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +2 -0
- package/dist/patterns/calendar/calendar.sheets.d.ts +2 -0
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +24 -10
- package/dist/patterns/calendar/index.d.ts +1 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/booking-B7gA9gFB.js +0 -3017
- package/dist/_chunks/calendar-workspace-BB-BZT7W.js +0 -12251
- package/dist/_chunks/control-room-rail-Cv7GpMqX.js +0 -354
- package/dist/_chunks/payment-form-BHMDqW9C.js +0 -767
|
@@ -1730,6 +1730,29 @@ export declare const jaUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}、{{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "支払受付済み・予約確定";
|
|
1735
|
+
readonly paidBody: "{{amount}}のお支払いを受け付けました。予約が確定しました。";
|
|
1736
|
+
readonly paidDemoTitle: "支払い成功(デモ)";
|
|
1737
|
+
readonly paidDemo: "デモが完了しました。お支払いも予約も行われていません。";
|
|
1738
|
+
readonly summaryPaid: "支払済み金額";
|
|
1739
|
+
readonly heading: "お支払いで予約を確定";
|
|
1740
|
+
readonly processing: "お支払いを処理しています。";
|
|
1741
|
+
readonly confirming: "お支払いを受け付けました。予約を確定しています。";
|
|
1742
|
+
readonly failed: "お支払いが完了しませんでした。もう一度お試しください。";
|
|
1743
|
+
readonly completionFailed: "お支払いを受け付けました。再度支払わずに、予約の確定をもう一度お試しください。";
|
|
1744
|
+
readonly retryConfirmation: "予約確定を再試行";
|
|
1745
|
+
readonly cancelled: "お支払いがキャンセルされました。予約は確定していません。";
|
|
1746
|
+
readonly noticeTitle: "オンライン決済が必要です";
|
|
1747
|
+
readonly noticeBody: "この予約を確定するには、{{amount}}をオンラインでお支払いください。";
|
|
1748
|
+
readonly accept: "{{amount}}をオンラインで支払うことに同意します。";
|
|
1749
|
+
readonly terms: "支払条件";
|
|
1750
|
+
readonly submit: "{{amount}}を支払って予約する";
|
|
1751
|
+
readonly submitFailed: "予約手続きを開始できませんでした。もう一度お試しください。";
|
|
1752
|
+
readonly full: "{{amount}}をオンラインで支払う";
|
|
1753
|
+
readonly deposit: "前払金{{amount}}をオンラインで支払う";
|
|
1754
|
+
readonly unavailable: "支払情報を取得できません。サービスをもう一度選択してください。";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "予約";
|
|
1734
1757
|
readonly stepAnnouncement: "{{total}} 中ステップ {{current}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "選択内容";
|
|
@@ -2954,6 +2977,9 @@ export declare const jaUi: {
|
|
|
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 jaUi: {
|
|
|
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 jaUi: {
|
|
|
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/ja.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}、{{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "支払受付済み・予約確定",
|
|
1735
|
+
paidBody: "{{amount}}のお支払いを受け付けました。予約が確定しました。",
|
|
1736
|
+
paidDemoTitle: "支払い成功(デモ)",
|
|
1737
|
+
paidDemo: "デモが完了しました。お支払いも予約も行われていません。",
|
|
1738
|
+
summaryPaid: "支払済み金額",
|
|
1739
|
+
heading: "お支払いで予約を確定",
|
|
1740
|
+
processing: "お支払いを処理しています。",
|
|
1741
|
+
confirming: "お支払いを受け付けました。予約を確定しています。",
|
|
1742
|
+
failed: "お支払いが完了しませんでした。もう一度お試しください。",
|
|
1743
|
+
completionFailed: "お支払いを受け付けました。再度支払わずに、予約の確定をもう一度お試しください。",
|
|
1744
|
+
retryConfirmation: "予約確定を再試行",
|
|
1745
|
+
cancelled: "お支払いがキャンセルされました。予約は確定していません。",
|
|
1746
|
+
noticeTitle: "オンライン決済が必要です",
|
|
1747
|
+
noticeBody: "この予約を確定するには、{{amount}}をオンラインでお支払いください。",
|
|
1748
|
+
accept: "{{amount}}をオンラインで支払うことに同意します。",
|
|
1749
|
+
terms: "支払条件",
|
|
1750
|
+
submit: "{{amount}}を支払って予約する",
|
|
1751
|
+
submitFailed: "予約手続きを開始できませんでした。もう一度お試しください。",
|
|
1752
|
+
full: "{{amount}}をオンラインで支払う",
|
|
1753
|
+
deposit: "前払金{{amount}}をオンラインで支払う",
|
|
1754
|
+
unavailable: "支払情報を取得できません。サービスをもう一度選択してください。"
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "予約",
|
|
1734
1757
|
stepAnnouncement: "{{total}} 中ステップ {{current}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "選択内容",
|
|
@@ -2934,6 +2957,9 @@ const e = {
|
|
|
2934
2957
|
cvc: "CVC"
|
|
2935
2958
|
},
|
|
2936
2959
|
error: {
|
|
2960
|
+
billingAddressIncomplete: "お支払いの前に請求先住所をすべて入力してください。",
|
|
2961
|
+
billingDetailsChanged: "請求先住所が変更されました。内容を確認して、もう一度お試しください。",
|
|
2962
|
+
billingDetailsSave: "請求先情報を保存できませんでした。もう一度お試しください。",
|
|
2937
2963
|
generic: "エラーが発生しました。もう一度お試しください。",
|
|
2938
2964
|
cardNumber: "カード番号が無効です。",
|
|
2939
2965
|
expiry: "有効期限が無効です。",
|
|
@@ -4615,16 +4641,26 @@ const e = {
|
|
|
4615
4641
|
noteRequired: "メモを入力してください。",
|
|
4616
4642
|
operator: "担当者",
|
|
4617
4643
|
operatorNone: "担当者なし",
|
|
4644
|
+
operatorUnresolved: "一覧にない担当者: {{id}}",
|
|
4645
|
+
type: "タイプ",
|
|
4646
|
+
typeGroupStandard: "標準タイプ",
|
|
4647
|
+
typeGroupCustom: "医院のタイプ",
|
|
4648
|
+
typeUnresolved: "一覧にないタイプ: {{id}}",
|
|
4649
|
+
assignee: "割り当て先",
|
|
4650
|
+
assigneeNone: "なし",
|
|
4651
|
+
assigneeUnresolved: "一覧にない割り当て先: {{id}}",
|
|
4618
4652
|
about: "関連",
|
|
4619
4653
|
aboutNobody: "なし",
|
|
4620
4654
|
aboutPatient: "患者",
|
|
4621
4655
|
aboutCompany: "会社",
|
|
4656
|
+
aboutOperator: "担当者",
|
|
4622
4657
|
companyName: "会社名",
|
|
4623
4658
|
companyUnresolved: "紐づけられた会社(一覧にありません): {{id}}",
|
|
4624
4659
|
companyReplace: "会社を変更",
|
|
4625
4660
|
done: "完了",
|
|
4626
4661
|
save: "保存",
|
|
4627
4662
|
cancel: "キャンセル",
|
|
4663
|
+
actionsLabel: "タスクの操作",
|
|
4628
4664
|
delete: "削除",
|
|
4629
4665
|
deleteConfirmTitle: "このタスクを削除しますか?",
|
|
4630
4666
|
deleteConfirmBody: "タスクは削除されます。この操作はここでは元に戻せません。",
|
|
@@ -4936,7 +4972,6 @@ const e = {
|
|
|
4936
4972
|
},
|
|
4937
4973
|
readOnly: {
|
|
4938
4974
|
createBlocked: "予約を作成する権限がありません。",
|
|
4939
|
-
createTaskBlocked: "タスクを作成する権限がありません。",
|
|
4940
4975
|
changeBlocked: "予約を変更する権限がありません。",
|
|
4941
4976
|
waitingBlocked: "順番待ちリストを変更する権限がありません。",
|
|
4942
4977
|
waitingLockedBody: "順番待ちリストを変更する権限がありません。カレンダーの編集権限を医院の管理者に依頼してください。"
|
|
@@ -1730,6 +1730,29 @@ export declare const nlUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "Betaling ontvangen, boeking bevestigd";
|
|
1735
|
+
readonly paidBody: "We hebben {{amount}} ontvangen. Uw afspraak is bevestigd.";
|
|
1736
|
+
readonly paidDemoTitle: "Betaling geslaagd (demo)";
|
|
1737
|
+
readonly paidDemo: "Demo voltooid: er is geen betaling gedaan en geen afspraak geboekt.";
|
|
1738
|
+
readonly summaryPaid: "Betaald bedrag";
|
|
1739
|
+
readonly heading: "Betaal om uw boeking te bevestigen";
|
|
1740
|
+
readonly processing: "Uw betaling wordt verwerkt.";
|
|
1741
|
+
readonly confirming: "Betaling ontvangen. We bevestigen uw boeking.";
|
|
1742
|
+
readonly failed: "Uw betaling is niet voltooid. Probeer het opnieuw.";
|
|
1743
|
+
readonly completionFailed: "Betaling ontvangen. Probeer de boeking opnieuw te bevestigen zonder nogmaals te betalen.";
|
|
1744
|
+
readonly retryConfirmation: "Bevestiging opnieuw proberen";
|
|
1745
|
+
readonly cancelled: "Betaling geannuleerd. Er is geen boeking bevestigd.";
|
|
1746
|
+
readonly noticeTitle: "Online betaling vereist";
|
|
1747
|
+
readonly noticeBody: "Betaal {{amount}} online om deze afspraak te bevestigen.";
|
|
1748
|
+
readonly accept: "Ik ga akkoord met een online betaling van {{amount}}.";
|
|
1749
|
+
readonly terms: "Betalingsvoorwaarden";
|
|
1750
|
+
readonly submit: "{{amount}} betalen en boeken";
|
|
1751
|
+
readonly submitFailed: "We konden uw boeking niet starten. Probeer het opnieuw.";
|
|
1752
|
+
readonly full: "{{amount}} online betalen";
|
|
1753
|
+
readonly deposit: "{{amount}} online aanbetalen";
|
|
1754
|
+
readonly unavailable: "De betalingsgegevens zijn niet beschikbaar. Kies de behandeling opnieuw.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Afspraak boeken";
|
|
1734
1757
|
readonly stepAnnouncement: "Stap {{current}} van {{total}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Je keuzes";
|
|
@@ -2954,6 +2977,9 @@ export declare const nlUi: {
|
|
|
2954
2977
|
readonly cvc: "CVC";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "Vul het factuuradres volledig in voordat u betaalt.";
|
|
2981
|
+
readonly billingDetailsChanged: "Uw factuuradres is gewijzigd. Controleer het en probeer het opnieuw.";
|
|
2982
|
+
readonly billingDetailsSave: "Uw factuurgegevens konden niet worden opgeslagen. Probeer het opnieuw.";
|
|
2957
2983
|
readonly generic: "Er is iets misgegaan. Probeer opnieuw.";
|
|
2958
2984
|
readonly cardNumber: "Het kaartnummer is ongeldig.";
|
|
2959
2985
|
readonly expiry: "De vervaldatum is ongeldig.";
|
|
@@ -4649,16 +4675,26 @@ export declare const nlUi: {
|
|
|
4649
4675
|
readonly noteRequired: "Voer een notitie in.";
|
|
4650
4676
|
readonly operator: "Behandelaar";
|
|
4651
4677
|
readonly operatorNone: "Geen behandelaar";
|
|
4678
|
+
readonly operatorUnresolved: "Behandelaar niet in de lijst: {{id}}";
|
|
4679
|
+
readonly type: "Soort";
|
|
4680
|
+
readonly typeGroupStandard: "Standaardsoorten";
|
|
4681
|
+
readonly typeGroupCustom: "Soorten van de praktijk";
|
|
4682
|
+
readonly typeUnresolved: "Soort niet in de lijst: {{id}}";
|
|
4683
|
+
readonly assignee: "Toegewezen aan";
|
|
4684
|
+
readonly assigneeNone: "Niemand";
|
|
4685
|
+
readonly assigneeUnresolved: "Toegewezen persoon niet in de lijst: {{id}}";
|
|
4652
4686
|
readonly about: "Betreft";
|
|
4653
4687
|
readonly aboutNobody: "Niemand";
|
|
4654
4688
|
readonly aboutPatient: "Patiënt";
|
|
4655
4689
|
readonly aboutCompany: "Bedrijf";
|
|
4690
|
+
readonly aboutOperator: "Behandelaar";
|
|
4656
4691
|
readonly companyName: "Bedrijfsnaam";
|
|
4657
4692
|
readonly companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}";
|
|
4658
4693
|
readonly companyReplace: "Bedrijf vervangen";
|
|
4659
4694
|
readonly done: "Voltooid";
|
|
4660
4695
|
readonly save: "Opslaan";
|
|
4661
4696
|
readonly cancel: "Annuleren";
|
|
4697
|
+
readonly actionsLabel: "Taakacties";
|
|
4662
4698
|
readonly delete: "Verwijderen";
|
|
4663
4699
|
readonly deleteConfirmTitle: "Deze taak verwijderen?";
|
|
4664
4700
|
readonly deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.";
|
|
@@ -4970,7 +5006,6 @@ export declare const nlUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "U hebt geen toestemming om afspraken aan te maken.";
|
|
4973
|
-
readonly createTaskBlocked: "U hebt geen toestemming om taken aan te maken.";
|
|
4974
5009
|
readonly changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.";
|
|
4975
5010
|
readonly waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.";
|
|
4976
5011
|
readonly waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken.";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Betaling ontvangen, boeking bevestigd",
|
|
1735
|
+
paidBody: "We hebben {{amount}} ontvangen. Uw afspraak is bevestigd.",
|
|
1736
|
+
paidDemoTitle: "Betaling geslaagd (demo)",
|
|
1737
|
+
paidDemo: "Demo voltooid: er is geen betaling gedaan en geen afspraak geboekt.",
|
|
1738
|
+
summaryPaid: "Betaald bedrag",
|
|
1739
|
+
heading: "Betaal om uw boeking te bevestigen",
|
|
1740
|
+
processing: "Uw betaling wordt verwerkt.",
|
|
1741
|
+
confirming: "Betaling ontvangen. We bevestigen uw boeking.",
|
|
1742
|
+
failed: "Uw betaling is niet voltooid. Probeer het opnieuw.",
|
|
1743
|
+
completionFailed: "Betaling ontvangen. Probeer de boeking opnieuw te bevestigen zonder nogmaals te betalen.",
|
|
1744
|
+
retryConfirmation: "Bevestiging opnieuw proberen",
|
|
1745
|
+
cancelled: "Betaling geannuleerd. Er is geen boeking bevestigd.",
|
|
1746
|
+
noticeTitle: "Online betaling vereist",
|
|
1747
|
+
noticeBody: "Betaal {{amount}} online om deze afspraak te bevestigen.",
|
|
1748
|
+
accept: "Ik ga akkoord met een online betaling van {{amount}}.",
|
|
1749
|
+
terms: "Betalingsvoorwaarden",
|
|
1750
|
+
submit: "{{amount}} betalen en boeken",
|
|
1751
|
+
submitFailed: "We konden uw boeking niet starten. Probeer het opnieuw.",
|
|
1752
|
+
full: "{{amount}} online betalen",
|
|
1753
|
+
deposit: "{{amount}} online aanbetalen",
|
|
1754
|
+
unavailable: "De betalingsgegevens zijn niet beschikbaar. Kies de behandeling opnieuw."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Afspraak boeken",
|
|
1734
1757
|
stepAnnouncement: "Stap {{current}} van {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Je keuzes",
|
|
@@ -2923,6 +2946,9 @@ const e = {
|
|
|
2923
2946
|
cvc: "CVC"
|
|
2924
2947
|
},
|
|
2925
2948
|
error: {
|
|
2949
|
+
billingAddressIncomplete: "Vul het factuuradres volledig in voordat u betaalt.",
|
|
2950
|
+
billingDetailsChanged: "Uw factuuradres is gewijzigd. Controleer het en probeer het opnieuw.",
|
|
2951
|
+
billingDetailsSave: "Uw factuurgegevens konden niet worden opgeslagen. Probeer het opnieuw.",
|
|
2926
2952
|
generic: "Er is iets misgegaan. Probeer opnieuw.",
|
|
2927
2953
|
cardNumber: "Het kaartnummer is ongeldig.",
|
|
2928
2954
|
expiry: "De vervaldatum is ongeldig.",
|
|
@@ -4606,16 +4632,26 @@ const e = {
|
|
|
4606
4632
|
noteRequired: "Voer een notitie in.",
|
|
4607
4633
|
operator: "Behandelaar",
|
|
4608
4634
|
operatorNone: "Geen behandelaar",
|
|
4635
|
+
operatorUnresolved: "Behandelaar niet in de lijst: {{id}}",
|
|
4636
|
+
type: "Soort",
|
|
4637
|
+
typeGroupStandard: "Standaardsoorten",
|
|
4638
|
+
typeGroupCustom: "Soorten van de praktijk",
|
|
4639
|
+
typeUnresolved: "Soort niet in de lijst: {{id}}",
|
|
4640
|
+
assignee: "Toegewezen aan",
|
|
4641
|
+
assigneeNone: "Niemand",
|
|
4642
|
+
assigneeUnresolved: "Toegewezen persoon niet in de lijst: {{id}}",
|
|
4609
4643
|
about: "Betreft",
|
|
4610
4644
|
aboutNobody: "Niemand",
|
|
4611
4645
|
aboutPatient: "Patiënt",
|
|
4612
4646
|
aboutCompany: "Bedrijf",
|
|
4647
|
+
aboutOperator: "Behandelaar",
|
|
4613
4648
|
companyName: "Bedrijfsnaam",
|
|
4614
4649
|
companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}",
|
|
4615
4650
|
companyReplace: "Bedrijf vervangen",
|
|
4616
4651
|
done: "Voltooid",
|
|
4617
4652
|
save: "Opslaan",
|
|
4618
4653
|
cancel: "Annuleren",
|
|
4654
|
+
actionsLabel: "Taakacties",
|
|
4619
4655
|
delete: "Verwijderen",
|
|
4620
4656
|
deleteConfirmTitle: "Deze taak verwijderen?",
|
|
4621
4657
|
deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.",
|
|
@@ -4927,7 +4963,6 @@ const e = {
|
|
|
4927
4963
|
},
|
|
4928
4964
|
readOnly: {
|
|
4929
4965
|
createBlocked: "U hebt geen toestemming om afspraken aan te maken.",
|
|
4930
|
-
createTaskBlocked: "U hebt geen toestemming om taken aan te maken.",
|
|
4931
4966
|
changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.",
|
|
4932
4967
|
waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.",
|
|
4933
4968
|
waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken."
|
|
@@ -1730,6 +1730,29 @@ export declare const plUi: {
|
|
|
1730
1730
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1731
1731
|
};
|
|
1732
1732
|
readonly booking: {
|
|
1733
|
+
readonly payment: {
|
|
1734
|
+
readonly paidTitle: "Płatność otrzymana, rezerwacja potwierdzona";
|
|
1735
|
+
readonly paidBody: "Otrzymaliśmy {{amount}}. Twoja wizyta jest potwierdzona.";
|
|
1736
|
+
readonly paidDemoTitle: "Płatność zakończona pomyślnie (demo)";
|
|
1737
|
+
readonly paidDemo: "Demo zakończone: nie pobrano płatności ani nie zarezerwowano wizyty.";
|
|
1738
|
+
readonly summaryPaid: "Zapłacona kwota";
|
|
1739
|
+
readonly heading: "Zapłać, aby potwierdzić rezerwację";
|
|
1740
|
+
readonly processing: "Twoja płatność jest przetwarzana.";
|
|
1741
|
+
readonly confirming: "Płatność otrzymana. Potwierdzamy Twoją rezerwację.";
|
|
1742
|
+
readonly failed: "Płatność nie została ukończona. Spróbuj ponownie.";
|
|
1743
|
+
readonly completionFailed: "Płatność otrzymana. Spróbuj ponownie potwierdzić rezerwację bez ponownego płacenia.";
|
|
1744
|
+
readonly retryConfirmation: "Ponów potwierdzenie";
|
|
1745
|
+
readonly cancelled: "Płatność anulowana. Żadna rezerwacja nie została potwierdzona.";
|
|
1746
|
+
readonly noticeTitle: "Wymagana płatność online";
|
|
1747
|
+
readonly noticeBody: "Zapłać {{amount}} online, aby potwierdzić tę wizytę.";
|
|
1748
|
+
readonly accept: "Zgadzam się zapłacić {{amount}} online.";
|
|
1749
|
+
readonly terms: "Warunki płatności";
|
|
1750
|
+
readonly submit: "Zapłać {{amount}} i zarezerwuj";
|
|
1751
|
+
readonly submitFailed: "Nie udało się rozpocząć rezerwacji. Spróbuj ponownie.";
|
|
1752
|
+
readonly full: "Zapłać {{amount}} online";
|
|
1753
|
+
readonly deposit: "Zaliczka {{amount}} online";
|
|
1754
|
+
readonly unavailable: "Dane płatności są niedostępne. Wybierz usługę ponownie.";
|
|
1755
|
+
};
|
|
1733
1756
|
readonly regionLabel: "Umów wizytę";
|
|
1734
1757
|
readonly stepAnnouncement: "Krok {{current}} z {{total}}: {{label}}";
|
|
1735
1758
|
readonly filtersLabel: "Twoje wybory";
|
|
@@ -2954,6 +2977,9 @@ export declare const plUi: {
|
|
|
2954
2977
|
readonly cvc: "CVC";
|
|
2955
2978
|
};
|
|
2956
2979
|
readonly error: {
|
|
2980
|
+
readonly billingAddressIncomplete: "Uzupełnij adres rozliczeniowy przed dokonaniem płatności.";
|
|
2981
|
+
readonly billingDetailsChanged: "Twój adres rozliczeniowy się zmienił. Sprawdź go i spróbuj ponownie.";
|
|
2982
|
+
readonly billingDetailsSave: "Nie udało się zapisać danych rozliczeniowych. Spróbuj ponownie.";
|
|
2957
2983
|
readonly generic: "Coś poszło nie tak. Spróbuj ponownie.";
|
|
2958
2984
|
readonly cardNumber: "Numer karty jest nieprawidłowy.";
|
|
2959
2985
|
readonly expiry: "Data ważności jest nieprawidłowa.";
|
|
@@ -4649,16 +4675,26 @@ export declare const plUi: {
|
|
|
4649
4675
|
readonly noteRequired: "Wprowadź notatkę.";
|
|
4650
4676
|
readonly operator: "Operator";
|
|
4651
4677
|
readonly operatorNone: "Brak operatora";
|
|
4678
|
+
readonly operatorUnresolved: "Operator spoza listy: {{id}}";
|
|
4679
|
+
readonly type: "Typ";
|
|
4680
|
+
readonly typeGroupStandard: "Typy standardowe";
|
|
4681
|
+
readonly typeGroupCustom: "Typy gabinetu";
|
|
4682
|
+
readonly typeUnresolved: "Typ spoza listy: {{id}}";
|
|
4683
|
+
readonly assignee: "Przypisano do";
|
|
4684
|
+
readonly assigneeNone: "Nikt";
|
|
4685
|
+
readonly assigneeUnresolved: "Osoba przypisana spoza listy: {{id}}";
|
|
4652
4686
|
readonly about: "Dotyczy";
|
|
4653
4687
|
readonly aboutNobody: "Nikogo";
|
|
4654
4688
|
readonly aboutPatient: "Pacjent";
|
|
4655
4689
|
readonly aboutCompany: "Firma";
|
|
4690
|
+
readonly aboutOperator: "Operator";
|
|
4656
4691
|
readonly companyName: "Nazwa firmy";
|
|
4657
4692
|
readonly companyUnresolved: "Powiązana firma (brak na liście): {{id}}";
|
|
4658
4693
|
readonly companyReplace: "Zmień firmę";
|
|
4659
4694
|
readonly done: "Zakończone";
|
|
4660
4695
|
readonly save: "Zapisz";
|
|
4661
4696
|
readonly cancel: "Anuluj";
|
|
4697
|
+
readonly actionsLabel: "Działania zadania";
|
|
4662
4698
|
readonly delete: "Usuń";
|
|
4663
4699
|
readonly deleteConfirmTitle: "Usunąć to zadanie?";
|
|
4664
4700
|
readonly deleteConfirmBody: "Zadanie zostanie usunięte. Tej czynności nie można tu cofnąć.";
|
|
@@ -4970,7 +5006,6 @@ export declare const plUi: {
|
|
|
4970
5006
|
};
|
|
4971
5007
|
readonly readOnly: {
|
|
4972
5008
|
readonly createBlocked: "Nie masz uprawnień do tworzenia wizyt.";
|
|
4973
|
-
readonly createTaskBlocked: "Nie masz uprawnień do tworzenia zadań.";
|
|
4974
5009
|
readonly changeBlocked: "Nie masz uprawnień do modyfikowania wizyt.";
|
|
4975
5010
|
readonly waitingBlocked: "Nie masz uprawnień do modyfikowania listy oczekujących.";
|
|
4976
5011
|
readonly waitingLockedBody: "Nie masz uprawnień do modyfikowania listy oczekujących — poproś właściciela gabinetu o prawo edycji kalendarza.";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Płatność otrzymana, rezerwacja potwierdzona",
|
|
1735
|
+
paidBody: "Otrzymaliśmy {{amount}}. Twoja wizyta jest potwierdzona.",
|
|
1736
|
+
paidDemoTitle: "Płatność zakończona pomyślnie (demo)",
|
|
1737
|
+
paidDemo: "Demo zakończone: nie pobrano płatności ani nie zarezerwowano wizyty.",
|
|
1738
|
+
summaryPaid: "Zapłacona kwota",
|
|
1739
|
+
heading: "Zapłać, aby potwierdzić rezerwację",
|
|
1740
|
+
processing: "Twoja płatność jest przetwarzana.",
|
|
1741
|
+
confirming: "Płatność otrzymana. Potwierdzamy Twoją rezerwację.",
|
|
1742
|
+
failed: "Płatność nie została ukończona. Spróbuj ponownie.",
|
|
1743
|
+
completionFailed: "Płatność otrzymana. Spróbuj ponownie potwierdzić rezerwację bez ponownego płacenia.",
|
|
1744
|
+
retryConfirmation: "Ponów potwierdzenie",
|
|
1745
|
+
cancelled: "Płatność anulowana. Żadna rezerwacja nie została potwierdzona.",
|
|
1746
|
+
noticeTitle: "Wymagana płatność online",
|
|
1747
|
+
noticeBody: "Zapłać {{amount}} online, aby potwierdzić tę wizytę.",
|
|
1748
|
+
accept: "Zgadzam się zapłacić {{amount}} online.",
|
|
1749
|
+
terms: "Warunki płatności",
|
|
1750
|
+
submit: "Zapłać {{amount}} i zarezerwuj",
|
|
1751
|
+
submitFailed: "Nie udało się rozpocząć rezerwacji. Spróbuj ponownie.",
|
|
1752
|
+
full: "Zapłać {{amount}} online",
|
|
1753
|
+
deposit: "Zaliczka {{amount}} online",
|
|
1754
|
+
unavailable: "Dane płatności są niedostępne. Wybierz usługę ponownie."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Umów wizytę",
|
|
1734
1757
|
stepAnnouncement: "Krok {{current}} z {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "Twoje wybory",
|
|
@@ -2934,6 +2957,9 @@ const e = {
|
|
|
2934
2957
|
cvc: "CVC"
|
|
2935
2958
|
},
|
|
2936
2959
|
error: {
|
|
2960
|
+
billingAddressIncomplete: "Uzupełnij adres rozliczeniowy przed dokonaniem płatności.",
|
|
2961
|
+
billingDetailsChanged: "Twój adres rozliczeniowy się zmienił. Sprawdź go i spróbuj ponownie.",
|
|
2962
|
+
billingDetailsSave: "Nie udało się zapisać danych rozliczeniowych. Spróbuj ponownie.",
|
|
2937
2963
|
generic: "Coś poszło nie tak. Spróbuj ponownie.",
|
|
2938
2964
|
cardNumber: "Numer karty jest nieprawidłowy.",
|
|
2939
2965
|
expiry: "Data ważności jest nieprawidłowa.",
|
|
@@ -4617,16 +4643,26 @@ const e = {
|
|
|
4617
4643
|
noteRequired: "Wprowadź notatkę.",
|
|
4618
4644
|
operator: "Operator",
|
|
4619
4645
|
operatorNone: "Brak operatora",
|
|
4646
|
+
operatorUnresolved: "Operator spoza listy: {{id}}",
|
|
4647
|
+
type: "Typ",
|
|
4648
|
+
typeGroupStandard: "Typy standardowe",
|
|
4649
|
+
typeGroupCustom: "Typy gabinetu",
|
|
4650
|
+
typeUnresolved: "Typ spoza listy: {{id}}",
|
|
4651
|
+
assignee: "Przypisano do",
|
|
4652
|
+
assigneeNone: "Nikt",
|
|
4653
|
+
assigneeUnresolved: "Osoba przypisana spoza listy: {{id}}",
|
|
4620
4654
|
about: "Dotyczy",
|
|
4621
4655
|
aboutNobody: "Nikogo",
|
|
4622
4656
|
aboutPatient: "Pacjent",
|
|
4623
4657
|
aboutCompany: "Firma",
|
|
4658
|
+
aboutOperator: "Operator",
|
|
4624
4659
|
companyName: "Nazwa firmy",
|
|
4625
4660
|
companyUnresolved: "Powiązana firma (brak na liście): {{id}}",
|
|
4626
4661
|
companyReplace: "Zmień firmę",
|
|
4627
4662
|
done: "Zakończone",
|
|
4628
4663
|
save: "Zapisz",
|
|
4629
4664
|
cancel: "Anuluj",
|
|
4665
|
+
actionsLabel: "Działania zadania",
|
|
4630
4666
|
delete: "Usuń",
|
|
4631
4667
|
deleteConfirmTitle: "Usunąć to zadanie?",
|
|
4632
4668
|
deleteConfirmBody: "Zadanie zostanie usunięte. Tej czynności nie można tu cofnąć.",
|
|
@@ -4938,7 +4974,6 @@ const e = {
|
|
|
4938
4974
|
},
|
|
4939
4975
|
readOnly: {
|
|
4940
4976
|
createBlocked: "Nie masz uprawnień do tworzenia wizyt.",
|
|
4941
|
-
createTaskBlocked: "Nie masz uprawnień do tworzenia zadań.",
|
|
4942
4977
|
changeBlocked: "Nie masz uprawnień do modyfikowania wizyt.",
|
|
4943
4978
|
waitingBlocked: "Nie masz uprawnień do modyfikowania listy oczekujących.",
|
|
4944
4979
|
waitingLockedBody: "Nie masz uprawnień do modyfikowania listy oczekujących — poproś właściciela gabinetu o prawo edycji kalendarza."
|
|
@@ -1731,6 +1731,29 @@ export declare const ptUi: {
|
|
|
1731
1731
|
readonly slotLabel: "{{day}}, {{time}}";
|
|
1732
1732
|
};
|
|
1733
1733
|
readonly booking: {
|
|
1734
|
+
readonly payment: {
|
|
1735
|
+
readonly paidTitle: "Pagamento recebido, marcação confirmada";
|
|
1736
|
+
readonly paidBody: "Recebemos {{amount}}. A sua consulta está confirmada.";
|
|
1737
|
+
readonly paidDemoTitle: "Pagamento concluído com sucesso (demonstração)";
|
|
1738
|
+
readonly paidDemo: "Demonstração concluída: não foi efetuado nenhum pagamento nem marcada nenhuma consulta.";
|
|
1739
|
+
readonly summaryPaid: "Montante pago";
|
|
1740
|
+
readonly heading: "Pague para confirmar a sua marcação";
|
|
1741
|
+
readonly processing: "O seu pagamento está a ser processado.";
|
|
1742
|
+
readonly confirming: "Pagamento recebido. Estamos a confirmar a sua marcação.";
|
|
1743
|
+
readonly failed: "O seu pagamento não foi concluído. Tente novamente.";
|
|
1744
|
+
readonly completionFailed: "Pagamento recebido. Tente confirmar a marcação novamente sem voltar a pagar.";
|
|
1745
|
+
readonly retryConfirmation: "Tentar confirmar novamente";
|
|
1746
|
+
readonly cancelled: "Pagamento cancelado. Nenhuma marcação foi confirmada.";
|
|
1747
|
+
readonly noticeTitle: "Pagamento online obrigatório";
|
|
1748
|
+
readonly noticeBody: "Pague {{amount}} online para confirmar esta consulta.";
|
|
1749
|
+
readonly accept: "Concordo em pagar {{amount}} online.";
|
|
1750
|
+
readonly terms: "Condições de pagamento";
|
|
1751
|
+
readonly submit: "Pagar {{amount}} e marcar";
|
|
1752
|
+
readonly submitFailed: "Não foi possível iniciar a sua marcação. Tente novamente.";
|
|
1753
|
+
readonly full: "Pagar {{amount}} online";
|
|
1754
|
+
readonly deposit: "Sinal de {{amount}} online";
|
|
1755
|
+
readonly unavailable: "Os dados do pagamento não estão disponíveis. Selecione novamente um serviço.";
|
|
1756
|
+
};
|
|
1734
1757
|
readonly regionLabel: "Agendar consulta";
|
|
1735
1758
|
readonly stepAnnouncement: "Passo {{current}} de {{total}}: {{label}}";
|
|
1736
1759
|
readonly filtersLabel: "As suas seleções";
|
|
@@ -2955,6 +2978,9 @@ export declare const ptUi: {
|
|
|
2955
2978
|
readonly cvc: "CVC";
|
|
2956
2979
|
};
|
|
2957
2980
|
readonly error: {
|
|
2981
|
+
readonly billingAddressIncomplete: "Preencha a morada de faturação antes de pagar.";
|
|
2982
|
+
readonly billingDetailsChanged: "A sua morada de faturação mudou. Verifique-a e tente novamente.";
|
|
2983
|
+
readonly billingDetailsSave: "Não foi possível guardar os seus dados de faturação. Tente novamente.";
|
|
2958
2984
|
readonly generic: "Algo correu mal. Tente novamente.";
|
|
2959
2985
|
readonly cardNumber: "O número do cartão não é válido.";
|
|
2960
2986
|
readonly expiry: "A data de validade não é válida.";
|
|
@@ -4650,16 +4676,26 @@ export declare const ptUi: {
|
|
|
4650
4676
|
readonly noteRequired: "Introduza uma nota.";
|
|
4651
4677
|
readonly operator: "Operador";
|
|
4652
4678
|
readonly operatorNone: "Sem operador";
|
|
4679
|
+
readonly operatorUnresolved: "Operador não consta da lista: {{id}}";
|
|
4680
|
+
readonly type: "Tipo";
|
|
4681
|
+
readonly typeGroupStandard: "Tipos padrão";
|
|
4682
|
+
readonly typeGroupCustom: "Tipos da clínica";
|
|
4683
|
+
readonly typeUnresolved: "Tipo não consta da lista: {{id}}";
|
|
4684
|
+
readonly assignee: "Atribuída a";
|
|
4685
|
+
readonly assigneeNone: "Ninguém";
|
|
4686
|
+
readonly assigneeUnresolved: "Responsável não consta da lista: {{id}}";
|
|
4653
4687
|
readonly about: "Refere-se a";
|
|
4654
4688
|
readonly aboutNobody: "Ninguém";
|
|
4655
4689
|
readonly aboutPatient: "Paciente";
|
|
4656
4690
|
readonly aboutCompany: "Empresa";
|
|
4691
|
+
readonly aboutOperator: "Operador";
|
|
4657
4692
|
readonly companyName: "Nome da empresa";
|
|
4658
4693
|
readonly companyUnresolved: "Empresa associada (não está na lista): {{id}}";
|
|
4659
4694
|
readonly companyReplace: "Substituir empresa";
|
|
4660
4695
|
readonly done: "Concluída";
|
|
4661
4696
|
readonly save: "Guardar";
|
|
4662
4697
|
readonly cancel: "Cancelar";
|
|
4698
|
+
readonly actionsLabel: "Ações da tarefa";
|
|
4663
4699
|
readonly delete: "Eliminar";
|
|
4664
4700
|
readonly deleteConfirmTitle: "Eliminar esta tarefa?";
|
|
4665
4701
|
readonly deleteConfirmBody: "A tarefa será removida. Esta ação não pode ser revertida aqui.";
|
|
@@ -4971,7 +5007,6 @@ export declare const ptUi: {
|
|
|
4971
5007
|
};
|
|
4972
5008
|
readonly readOnly: {
|
|
4973
5009
|
readonly createBlocked: "Não tem permissão para criar consultas.";
|
|
4974
|
-
readonly createTaskBlocked: "Não tem permissão para criar tarefas.";
|
|
4975
5010
|
readonly changeBlocked: "Não tem permissão para alterar consultas.";
|
|
4976
5011
|
readonly waitingBlocked: "Não tem permissão para alterar a lista de espera.";
|
|
4977
5012
|
readonly waitingLockedBody: "Não tem permissão para alterar a lista de espera: peça ao responsável da clínica o direito de edição da agenda.";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1730,6 +1730,29 @@ const e = {
|
|
|
1730
1730
|
slotLabel: "{{day}}, {{time}}"
|
|
1731
1731
|
},
|
|
1732
1732
|
booking: {
|
|
1733
|
+
payment: {
|
|
1734
|
+
paidTitle: "Pagamento recebido, marcação confirmada",
|
|
1735
|
+
paidBody: "Recebemos {{amount}}. A sua consulta está confirmada.",
|
|
1736
|
+
paidDemoTitle: "Pagamento concluído com sucesso (demonstração)",
|
|
1737
|
+
paidDemo: "Demonstração concluída: não foi efetuado nenhum pagamento nem marcada nenhuma consulta.",
|
|
1738
|
+
summaryPaid: "Montante pago",
|
|
1739
|
+
heading: "Pague para confirmar a sua marcação",
|
|
1740
|
+
processing: "O seu pagamento está a ser processado.",
|
|
1741
|
+
confirming: "Pagamento recebido. Estamos a confirmar a sua marcação.",
|
|
1742
|
+
failed: "O seu pagamento não foi concluído. Tente novamente.",
|
|
1743
|
+
completionFailed: "Pagamento recebido. Tente confirmar a marcação novamente sem voltar a pagar.",
|
|
1744
|
+
retryConfirmation: "Tentar confirmar novamente",
|
|
1745
|
+
cancelled: "Pagamento cancelado. Nenhuma marcação foi confirmada.",
|
|
1746
|
+
noticeTitle: "Pagamento online obrigatório",
|
|
1747
|
+
noticeBody: "Pague {{amount}} online para confirmar esta consulta.",
|
|
1748
|
+
accept: "Concordo em pagar {{amount}} online.",
|
|
1749
|
+
terms: "Condições de pagamento",
|
|
1750
|
+
submit: "Pagar {{amount}} e marcar",
|
|
1751
|
+
submitFailed: "Não foi possível iniciar a sua marcação. Tente novamente.",
|
|
1752
|
+
full: "Pagar {{amount}} online",
|
|
1753
|
+
deposit: "Sinal de {{amount}} online",
|
|
1754
|
+
unavailable: "Os dados do pagamento não estão disponíveis. Selecione novamente um serviço."
|
|
1755
|
+
},
|
|
1733
1756
|
regionLabel: "Agendar consulta",
|
|
1734
1757
|
stepAnnouncement: "Passo {{current}} de {{total}}: {{label}}",
|
|
1735
1758
|
filtersLabel: "As suas seleções",
|
|
@@ -2939,6 +2962,9 @@ const e = {
|
|
|
2939
2962
|
cvc: "CVC"
|
|
2940
2963
|
},
|
|
2941
2964
|
error: {
|
|
2965
|
+
billingAddressIncomplete: "Preencha a morada de faturação antes de pagar.",
|
|
2966
|
+
billingDetailsChanged: "A sua morada de faturação mudou. Verifique-a e tente novamente.",
|
|
2967
|
+
billingDetailsSave: "Não foi possível guardar os seus dados de faturação. Tente novamente.",
|
|
2942
2968
|
generic: "Algo correu mal. Tente novamente.",
|
|
2943
2969
|
cardNumber: "O número do cartão não é válido.",
|
|
2944
2970
|
expiry: "A data de validade não é válida.",
|
|
@@ -4625,16 +4651,26 @@ const e = {
|
|
|
4625
4651
|
noteRequired: "Introduza uma nota.",
|
|
4626
4652
|
operator: "Operador",
|
|
4627
4653
|
operatorNone: "Sem operador",
|
|
4654
|
+
operatorUnresolved: "Operador não consta da lista: {{id}}",
|
|
4655
|
+
type: "Tipo",
|
|
4656
|
+
typeGroupStandard: "Tipos padrão",
|
|
4657
|
+
typeGroupCustom: "Tipos da clínica",
|
|
4658
|
+
typeUnresolved: "Tipo não consta da lista: {{id}}",
|
|
4659
|
+
assignee: "Atribuída a",
|
|
4660
|
+
assigneeNone: "Ninguém",
|
|
4661
|
+
assigneeUnresolved: "Responsável não consta da lista: {{id}}",
|
|
4628
4662
|
about: "Refere-se a",
|
|
4629
4663
|
aboutNobody: "Ninguém",
|
|
4630
4664
|
aboutPatient: "Paciente",
|
|
4631
4665
|
aboutCompany: "Empresa",
|
|
4666
|
+
aboutOperator: "Operador",
|
|
4632
4667
|
companyName: "Nome da empresa",
|
|
4633
4668
|
companyUnresolved: "Empresa associada (não está na lista): {{id}}",
|
|
4634
4669
|
companyReplace: "Substituir empresa",
|
|
4635
4670
|
done: "Concluída",
|
|
4636
4671
|
save: "Guardar",
|
|
4637
4672
|
cancel: "Cancelar",
|
|
4673
|
+
actionsLabel: "Ações da tarefa",
|
|
4638
4674
|
delete: "Eliminar",
|
|
4639
4675
|
deleteConfirmTitle: "Eliminar esta tarefa?",
|
|
4640
4676
|
deleteConfirmBody: "A tarefa será removida. Esta ação não pode ser revertida aqui.",
|
|
@@ -4946,7 +4982,6 @@ const e = {
|
|
|
4946
4982
|
},
|
|
4947
4983
|
readOnly: {
|
|
4948
4984
|
createBlocked: "Não tem permissão para criar consultas.",
|
|
4949
|
-
createTaskBlocked: "Não tem permissão para criar tarefas.",
|
|
4950
4985
|
changeBlocked: "Não tem permissão para alterar consultas.",
|
|
4951
4986
|
waitingBlocked: "Não tem permissão para alterar a lista de espera.",
|
|
4952
4987
|
waitingLockedBody: "Não tem permissão para alterar a lista de espera: peça ao responsável da clínica o direito de edição da agenda."
|