@alfadocs/ui-kit 1.10.1 → 1.12.4
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/{actions-cell-renderer-xfSYiTXQ.js → actions-cell-renderer-BCEjn3-f.js} +2 -2
- package/dist/_chunks/{anamnesis-summary-rows-d44s_whc.js → anamnesis-summary-rows-BfhxWPO3.js} +1421 -1418
- package/dist/_chunks/appointment-timeline-DCn0Jx55.js +403 -0
- package/dist/_chunks/{balance-badge-cell-C_Qz76x7.js → balance-badge-cell-BrlikHfT.js} +317 -290
- package/dist/_chunks/booking-CBHKdsZl.js +2906 -0
- package/dist/_chunks/{chart-Bkr1Sh4o.js → chart-C6eHTxkO.js} +2 -2
- package/dist/_chunks/{contact-profile-card-CE9OJKcl.js → contact-profile-card-BMIBr5s9.js} +104 -125
- package/dist/_chunks/{control-room-rail-Cj2iX9h_.js → control-room-rail-iO_BCaq1.js} +2 -2
- package/dist/_chunks/{editable-currency-cell-renderer-zLf_bXvL.js → editable-currency-cell-renderer-B7TVZ5ZJ.js} +2 -2
- package/dist/_chunks/{face-scheme-BfDi4YkW.js → face-scheme-CZaKm6fG.js} +2 -2
- package/dist/_chunks/{file-manager-Df6hyUYg.js → file-manager-Moc7sUFj.js} +3 -3
- package/dist/_chunks/format-price-DNqXPa_q.js +61 -0
- package/dist/_chunks/{header-settings-CVC_davE.js → header-settings-J-ZCAfir.js} +2 -2
- package/dist/_chunks/{icon-button-group-D6SVMteH.js → icon-button-group-VCCod3Hz.js} +154 -145
- package/dist/_chunks/{link-cell-renderer-Cp2MSlJl.js → link-cell-renderer-CenJx-_7.js} +197 -181
- package/dist/_chunks/{marketplace-app-shell-Chfdia7m.js → marketplace-app-shell-DDQXQ8hX.js} +2 -2
- package/dist/_chunks/{notes-panel-e9cJWVRg.js → notes-panel-CymneXtl.js} +93 -91
- package/dist/_chunks/{practice-results-BEsAdW-B.js → practice-results-D7ygCj_W.js} +333 -291
- package/dist/_chunks/{signature-request-CW30B77U.js → signature-request-DVDTKLjM.js} +2 -2
- package/dist/_chunks/{stepper-accordion-BeVMZPuG.js → stepper-accordion-DmVykr5F.js} +91 -88
- package/dist/_chunks/{theme-toggle-DuMhQNFS.js → theme-toggle-uEwoKjl3.js} +2 -2
- package/dist/_chunks/{tool-rail-CHyUmulN.js → tool-rail-8Scslq3X.js} +2 -2
- package/dist/_chunks/{whatsapp-button-Ca9towA4.js → whatsapp-button-CuFIHJzG.js} +27 -19
- package/dist/agent-catalog.json +12 -5
- package/dist/agent-i18n/en.json +4 -3
- package/dist/components/_shared/format-price.d.ts +21 -0
- package/dist/components/_shared/index.d.ts +1 -0
- package/dist/components/_shared/stepper.d.ts +28 -2
- package/dist/components/appointment-card/appointment-card.d.ts +1 -1
- package/dist/components/appointment-timeline/appointment-timeline.d.ts +8 -0
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/booking-types.d.ts +15 -2
- package/dist/components/booking/index.js +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/contact-profile-card/index.js +1 -1
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/data-table/filters/date-range-filter.d.ts +22 -0
- package/dist/components/data-table/index.js +3 -3
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/file-manager/index.js +1 -1
- package/dist/components/header-settings/index.js +1 -1
- package/dist/components/icon-button-group/index.js +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +6 -0
- package/dist/components/patient-table/index.js +1 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/practice-results/practice-results.d.ts +18 -0
- package/dist/components/stepper-accordion/index.js +1 -1
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/tool-rail/index.js +1 -1
- package/dist/components/tool-rail/tool-rail.d.ts +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/i18n/locales/ar.d.ts +4 -0
- package/dist/i18n/locales/ar.js +5 -1
- package/dist/i18n/locales/de.d.ts +5 -1
- package/dist/i18n/locales/de.js +6 -2
- package/dist/i18n/locales/el.d.ts +4 -0
- package/dist/i18n/locales/el.js +5 -1
- package/dist/i18n/locales/en.d.ts +4 -0
- package/dist/i18n/locales/en.js +5 -1
- package/dist/i18n/locales/es.d.ts +5 -1
- package/dist/i18n/locales/es.js +6 -2
- package/dist/i18n/locales/fr.d.ts +5 -1
- package/dist/i18n/locales/fr.js +6 -2
- package/dist/i18n/locales/hi.d.ts +4 -0
- package/dist/i18n/locales/hi.js +5 -1
- package/dist/i18n/locales/it.d.ts +4 -0
- package/dist/i18n/locales/it.js +5 -1
- package/dist/i18n/locales/ja.d.ts +4 -0
- package/dist/i18n/locales/ja.js +5 -1
- package/dist/i18n/locales/nl.d.ts +5 -1
- package/dist/i18n/locales/nl.js +6 -2
- package/dist/i18n/locales/pl.d.ts +4 -0
- package/dist/i18n/locales/pl.js +5 -1
- package/dist/i18n/locales/pt.d.ts +5 -1
- package/dist/i18n/locales/pt.js +6 -2
- package/dist/i18n/locales/ro.d.ts +4 -0
- package/dist/i18n/locales/ro.js +5 -1
- package/dist/i18n/locales/ru.d.ts +4 -0
- package/dist/i18n/locales/ru.js +5 -1
- package/dist/i18n/locales/sq.d.ts +4 -0
- package/dist/i18n/locales/sq.js +5 -1
- package/dist/i18n/locales/sv.d.ts +4 -0
- package/dist/i18n/locales/sv.js +5 -1
- package/dist/i18n/locales/tr.d.ts +4 -0
- package/dist/i18n/locales/tr.js +5 -1
- package/dist/i18n/locales/zh.d.ts +4 -0
- package/dist/i18n/locales/zh.js +5 -1
- package/dist/index.js +20 -20
- package/dist/locales/ar.json +5 -1
- package/dist/locales/de.json +6 -2
- package/dist/locales/el.json +5 -1
- package/dist/locales/en.json +5 -1
- package/dist/locales/es.json +6 -2
- package/dist/locales/fr.json +6 -2
- package/dist/locales/hi.json +5 -1
- package/dist/locales/it.json +5 -1
- package/dist/locales/ja.json +5 -1
- package/dist/locales/nl.json +6 -2
- package/dist/locales/pl.json +5 -1
- package/dist/locales/pt.json +6 -2
- package/dist/locales/ro.json +5 -1
- package/dist/locales/ru.json +5 -1
- package/dist/locales/sq.json +5 -1
- package/dist/locales/sv.json +5 -1
- package/dist/locales/tr.json +5 -1
- package/dist/locales/zh.json +5 -1
- package/dist/patterns/anamnesis/anamnesis-config.d.ts +18 -7
- package/dist/patterns/anamnesis/anamnesis-types.d.ts +8 -0
- package/dist/patterns/anamnesis/index.js +1 -1
- package/dist/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/patterns/signature-request/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +1 -1
- package/dist/_chunks/appointment-timeline-0mwtpErq.js +0 -388
- package/dist/_chunks/booking-DHkKcUIl.js +0 -2713
- package/dist/_chunks/languages-CGLX6Qpe.js +0 -19
|
@@ -1420,6 +1420,7 @@ export declare const frUi: {
|
|
|
1420
1420
|
readonly completed: "Complété";
|
|
1421
1421
|
readonly error: "Erreur";
|
|
1422
1422
|
readonly edit: "Modifier";
|
|
1423
|
+
readonly open: "Ouvrir";
|
|
1423
1424
|
readonly locked: "Verrouillé";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const frUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Prendre rendez-vous";
|
|
1701
|
+
readonly stepAnnouncement: "Étape {{current}} sur {{total}} : {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Vos choix";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Prenez rendez-vous en ligne";
|
|
1702
1705
|
readonly subtitle: "Recherchez par spécialité, service, date et heure";
|
|
@@ -1975,6 +1978,7 @@ export declare const frUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Ouvrir";
|
|
1977
1980
|
readonly book: "Réserver";
|
|
1981
|
+
readonly firstVisitPrice: "Coût de la première consultation";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} cabinet";
|
|
@@ -2004,7 +2008,7 @@ export declare const frUi: {
|
|
|
2004
2008
|
readonly website: "Website";
|
|
2005
2009
|
readonly languages: "Languages spoken";
|
|
2006
2010
|
readonly insurances: "Insurance / partnership";
|
|
2007
|
-
readonly firstVisitPrice: "
|
|
2011
|
+
readonly firstVisitPrice: "Coût de la première consultation";
|
|
2008
2012
|
readonly expertForAnxiousPatients: "Expert with anxious patients";
|
|
2009
2013
|
readonly profession: "Profession";
|
|
2010
2014
|
};
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Complété",
|
|
1421
1421
|
error: "Erreur",
|
|
1422
1422
|
edit: "Modifier",
|
|
1423
|
+
open: "Ouvrir",
|
|
1423
1424
|
locked: "Verrouillé"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Prendre rendez-vous",
|
|
1701
|
+
stepAnnouncement: "Étape {{current}} sur {{total}} : {{label}}",
|
|
1702
|
+
filtersLabel: "Vos choix",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Prenez rendez-vous en ligne",
|
|
1702
1705
|
subtitle: "Recherchez par spécialité, service, date et heure"
|
|
@@ -1963,7 +1966,8 @@ const e = {
|
|
|
1963
1966
|
fearPatient: { label: "Adapté aux patients anxieux" },
|
|
1964
1967
|
card: {
|
|
1965
1968
|
open: "Ouvrir",
|
|
1966
|
-
book: "Réserver"
|
|
1969
|
+
book: "Réserver",
|
|
1970
|
+
firstVisitPrice: "Coût de la première consultation"
|
|
1967
1971
|
},
|
|
1968
1972
|
sheet: {
|
|
1969
1973
|
title_one: "{{count}} cabinet",
|
|
@@ -1993,7 +1997,7 @@ const e = {
|
|
|
1993
1997
|
website: "Website",
|
|
1994
1998
|
languages: "Languages spoken",
|
|
1995
1999
|
insurances: "Insurance / partnership",
|
|
1996
|
-
firstVisitPrice: "
|
|
2000
|
+
firstVisitPrice: "Coût de la première consultation",
|
|
1997
2001
|
expertForAnxiousPatients: "Expert with anxious patients",
|
|
1998
2002
|
profession: "Profession"
|
|
1999
2003
|
},
|
|
@@ -1420,6 +1420,7 @@ export declare const hiUi: {
|
|
|
1420
1420
|
readonly completed: "पूर्ण";
|
|
1421
1421
|
readonly error: "त्रुटि";
|
|
1422
1422
|
readonly edit: "संपादित करें";
|
|
1423
|
+
readonly open: "खोलें";
|
|
1423
1424
|
readonly locked: "लॉक";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const hiUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "अपॉइंटमेंट बुक करें";
|
|
1701
|
+
readonly stepAnnouncement: "{{total}} में से चरण {{current}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "आपके चयन";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "ऑनलाइन अपॉइंटमेंट बुक करें";
|
|
1702
1705
|
readonly subtitle: "विशेषज्ञता, सेवा, दिनांक और समय के अनुसार खोजें";
|
|
@@ -1975,6 +1978,7 @@ export declare const hiUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "पूर्ण",
|
|
1421
1421
|
error: "त्रुटि",
|
|
1422
1422
|
edit: "संपादित करें",
|
|
1423
|
+
open: "खोलें",
|
|
1423
1424
|
locked: "लॉक"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "अपॉइंटमेंट बुक करें",
|
|
1701
|
+
stepAnnouncement: "{{total}} में से चरण {{current}}: {{label}}",
|
|
1702
|
+
filtersLabel: "आपके चयन",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "ऑनलाइन अपॉइंटमेंट बुक करें",
|
|
1702
1705
|
subtitle: "विशेषज्ञता, सेवा, दिनांक और समय के अनुसार खोजें"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1417,6 +1417,7 @@ export declare const itUi: {
|
|
|
1417
1417
|
readonly completed: "Completato";
|
|
1418
1418
|
readonly error: "Errore";
|
|
1419
1419
|
readonly edit: "Modifica";
|
|
1420
|
+
readonly open: "Apri";
|
|
1420
1421
|
readonly locked: "Bloccato";
|
|
1421
1422
|
};
|
|
1422
1423
|
readonly stepperCalendar: {
|
|
@@ -1694,6 +1695,8 @@ export declare const itUi: {
|
|
|
1694
1695
|
};
|
|
1695
1696
|
readonly booking: {
|
|
1696
1697
|
readonly regionLabel: "Prenota appuntamento";
|
|
1698
|
+
readonly stepAnnouncement: "Passaggio {{current}} di {{total}}: {{label}}";
|
|
1699
|
+
readonly filtersLabel: "Le tue scelte";
|
|
1697
1700
|
readonly inlineList: {
|
|
1698
1701
|
readonly title: "Prenota online un appuntamento";
|
|
1699
1702
|
readonly subtitle: "Cerca o scegli specialità, prestazione, data e ora";
|
|
@@ -1972,6 +1975,7 @@ export declare const itUi: {
|
|
|
1972
1975
|
readonly card: {
|
|
1973
1976
|
readonly open: "Apri";
|
|
1974
1977
|
readonly book: "Prenota";
|
|
1978
|
+
readonly firstVisitPrice: "Costo prima visita";
|
|
1975
1979
|
};
|
|
1976
1980
|
readonly sheet: {
|
|
1977
1981
|
readonly title_one: "{{count}} studio";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1400,6 +1400,7 @@ const e = {
|
|
|
1400
1400
|
completed: "Completato",
|
|
1401
1401
|
error: "Errore",
|
|
1402
1402
|
edit: "Modifica",
|
|
1403
|
+
open: "Apri",
|
|
1403
1404
|
locked: "Bloccato"
|
|
1404
1405
|
},
|
|
1405
1406
|
stepperCalendar: {
|
|
@@ -1677,6 +1678,8 @@ const e = {
|
|
|
1677
1678
|
},
|
|
1678
1679
|
booking: {
|
|
1679
1680
|
regionLabel: "Prenota appuntamento",
|
|
1681
|
+
stepAnnouncement: "Passaggio {{current}} di {{total}}: {{label}}",
|
|
1682
|
+
filtersLabel: "Le tue scelte",
|
|
1680
1683
|
inlineList: {
|
|
1681
1684
|
title: "Prenota online un appuntamento",
|
|
1682
1685
|
subtitle: "Cerca o scegli specialità, prestazione, data e ora"
|
|
@@ -1943,7 +1946,8 @@ const e = {
|
|
|
1943
1946
|
fearPatient: { label: "Adatto ai pazienti ansiosi" },
|
|
1944
1947
|
card: {
|
|
1945
1948
|
open: "Apri",
|
|
1946
|
-
book: "Prenota"
|
|
1949
|
+
book: "Prenota",
|
|
1950
|
+
firstVisitPrice: "Costo prima visita"
|
|
1947
1951
|
},
|
|
1948
1952
|
sheet: {
|
|
1949
1953
|
title_one: "{{count}} studio",
|
|
@@ -1420,6 +1420,7 @@ export declare const jaUi: {
|
|
|
1420
1420
|
readonly completed: "完了";
|
|
1421
1421
|
readonly error: "エラー";
|
|
1422
1422
|
readonly edit: "編集";
|
|
1423
|
+
readonly open: "開く";
|
|
1423
1424
|
readonly locked: "ロック済み";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const jaUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "予約";
|
|
1701
|
+
readonly stepAnnouncement: "{{total}} 中ステップ {{current}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "選択内容";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "オンラインで予約";
|
|
1702
1705
|
readonly subtitle: "専門分野・施術・日時で検索";
|
|
@@ -1975,6 +1978,7 @@ export declare const jaUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "完了",
|
|
1421
1421
|
error: "エラー",
|
|
1422
1422
|
edit: "編集",
|
|
1423
|
+
open: "開く",
|
|
1423
1424
|
locked: "ロック済み"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "予約",
|
|
1701
|
+
stepAnnouncement: "{{total}} 中ステップ {{current}}: {{label}}",
|
|
1702
|
+
filtersLabel: "選択内容",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "オンラインで予約",
|
|
1702
1705
|
subtitle: "専門分野・施術・日時で検索"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1420,6 +1420,7 @@ export declare const nlUi: {
|
|
|
1420
1420
|
readonly completed: "Voltooid";
|
|
1421
1421
|
readonly error: "Fout";
|
|
1422
1422
|
readonly edit: "Bewerken";
|
|
1423
|
+
readonly open: "Openen";
|
|
1423
1424
|
readonly locked: "Vergrendeld";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const nlUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Afspraak boeken";
|
|
1701
|
+
readonly stepAnnouncement: "Stap {{current}} van {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Je keuzes";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Boek online een afspraak";
|
|
1702
1705
|
readonly subtitle: "Zoek op specialisatie, dienst, datum en tijd";
|
|
@@ -1975,6 +1978,7 @@ export declare const nlUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Openen";
|
|
1977
1980
|
readonly book: "Boeken";
|
|
1981
|
+
readonly firstVisitPrice: "Kosten eerste consult";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} praktijk";
|
|
@@ -2004,7 +2008,7 @@ export declare const nlUi: {
|
|
|
2004
2008
|
readonly website: "Website";
|
|
2005
2009
|
readonly languages: "Languages spoken";
|
|
2006
2010
|
readonly insurances: "Insurance / partnership";
|
|
2007
|
-
readonly firstVisitPrice: "
|
|
2011
|
+
readonly firstVisitPrice: "Kosten eerste consult";
|
|
2008
2012
|
readonly expertForAnxiousPatients: "Expert with anxious patients";
|
|
2009
2013
|
readonly profession: "Profession";
|
|
2010
2014
|
};
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Voltooid",
|
|
1421
1421
|
error: "Fout",
|
|
1422
1422
|
edit: "Bewerken",
|
|
1423
|
+
open: "Openen",
|
|
1423
1424
|
locked: "Vergrendeld"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Afspraak boeken",
|
|
1701
|
+
stepAnnouncement: "Stap {{current}} van {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Je keuzes",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Boek online een afspraak",
|
|
1702
1705
|
subtitle: "Zoek op specialisatie, dienst, datum en tijd"
|
|
@@ -1963,7 +1966,8 @@ const e = {
|
|
|
1963
1966
|
fearPatient: { label: "Geschikt voor angstige patiënten" },
|
|
1964
1967
|
card: {
|
|
1965
1968
|
open: "Openen",
|
|
1966
|
-
book: "Boeken"
|
|
1969
|
+
book: "Boeken",
|
|
1970
|
+
firstVisitPrice: "Kosten eerste consult"
|
|
1967
1971
|
},
|
|
1968
1972
|
sheet: {
|
|
1969
1973
|
title_one: "{{count}} praktijk",
|
|
@@ -1993,7 +1997,7 @@ const e = {
|
|
|
1993
1997
|
website: "Website",
|
|
1994
1998
|
languages: "Languages spoken",
|
|
1995
1999
|
insurances: "Insurance / partnership",
|
|
1996
|
-
firstVisitPrice: "
|
|
2000
|
+
firstVisitPrice: "Kosten eerste consult",
|
|
1997
2001
|
expertForAnxiousPatients: "Expert with anxious patients",
|
|
1998
2002
|
profession: "Profession"
|
|
1999
2003
|
},
|
|
@@ -1420,6 +1420,7 @@ export declare const plUi: {
|
|
|
1420
1420
|
readonly completed: "Ukończone";
|
|
1421
1421
|
readonly error: "Błąd";
|
|
1422
1422
|
readonly edit: "Edytuj";
|
|
1423
|
+
readonly open: "Otwórz";
|
|
1423
1424
|
readonly locked: "Zablokowane";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const plUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Umów wizytę";
|
|
1701
|
+
readonly stepAnnouncement: "Krok {{current}} z {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Twoje wybory";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Umów wizytę online";
|
|
1702
1705
|
readonly subtitle: "Szukaj według specjalizacji, usługi, daty i godziny";
|
|
@@ -1975,6 +1978,7 @@ export declare const plUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Ukończone",
|
|
1421
1421
|
error: "Błąd",
|
|
1422
1422
|
edit: "Edytuj",
|
|
1423
|
+
open: "Otwórz",
|
|
1423
1424
|
locked: "Zablokowane"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Umów wizytę",
|
|
1701
|
+
stepAnnouncement: "Krok {{current}} z {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Twoje wybory",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Umów wizytę online",
|
|
1702
1705
|
subtitle: "Szukaj według specjalizacji, usługi, daty i godziny"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1421,6 +1421,7 @@ export declare const ptUi: {
|
|
|
1421
1421
|
readonly completed: "Concluído";
|
|
1422
1422
|
readonly error: "Erro";
|
|
1423
1423
|
readonly edit: "Editar";
|
|
1424
|
+
readonly open: "Abrir";
|
|
1424
1425
|
readonly locked: "Bloqueado";
|
|
1425
1426
|
};
|
|
1426
1427
|
readonly stepperCalendar: {
|
|
@@ -1698,6 +1699,8 @@ export declare const ptUi: {
|
|
|
1698
1699
|
};
|
|
1699
1700
|
readonly booking: {
|
|
1700
1701
|
readonly regionLabel: "Agendar consulta";
|
|
1702
|
+
readonly stepAnnouncement: "Passo {{current}} de {{total}}: {{label}}";
|
|
1703
|
+
readonly filtersLabel: "As suas seleções";
|
|
1701
1704
|
readonly inlineList: {
|
|
1702
1705
|
readonly title: "Agende a sua consulta online";
|
|
1703
1706
|
readonly subtitle: "Pesquise por especialidade, serviço, data e hora";
|
|
@@ -1976,6 +1979,7 @@ export declare const ptUi: {
|
|
|
1976
1979
|
readonly card: {
|
|
1977
1980
|
readonly open: "Abrir";
|
|
1978
1981
|
readonly book: "Reservar";
|
|
1982
|
+
readonly firstVisitPrice: "Custo da primeira consulta";
|
|
1979
1983
|
};
|
|
1980
1984
|
readonly sheet: {
|
|
1981
1985
|
readonly title_one: "{{count}} consultório";
|
|
@@ -2005,7 +2009,7 @@ export declare const ptUi: {
|
|
|
2005
2009
|
readonly website: "Website";
|
|
2006
2010
|
readonly languages: "Languages spoken";
|
|
2007
2011
|
readonly insurances: "Insurance / partnership";
|
|
2008
|
-
readonly firstVisitPrice: "
|
|
2012
|
+
readonly firstVisitPrice: "Custo da primeira consulta";
|
|
2009
2013
|
readonly expertForAnxiousPatients: "Expert with anxious patients";
|
|
2010
2014
|
readonly profession: "Profession";
|
|
2011
2015
|
};
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Concluído",
|
|
1421
1421
|
error: "Erro",
|
|
1422
1422
|
edit: "Editar",
|
|
1423
|
+
open: "Abrir",
|
|
1423
1424
|
locked: "Bloqueado"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Agendar consulta",
|
|
1701
|
+
stepAnnouncement: "Passo {{current}} de {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "As suas seleções",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Agende a sua consulta online",
|
|
1702
1705
|
subtitle: "Pesquise por especialidade, serviço, data e hora"
|
|
@@ -1965,7 +1968,8 @@ const e = {
|
|
|
1965
1968
|
fearPatient: { label: "Adequado a pacientes ansiosos" },
|
|
1966
1969
|
card: {
|
|
1967
1970
|
open: "Abrir",
|
|
1968
|
-
book: "Reservar"
|
|
1971
|
+
book: "Reservar",
|
|
1972
|
+
firstVisitPrice: "Custo da primeira consulta"
|
|
1969
1973
|
},
|
|
1970
1974
|
sheet: {
|
|
1971
1975
|
title_one: "{{count}} consultório",
|
|
@@ -1995,7 +1999,7 @@ const e = {
|
|
|
1995
1999
|
website: "Website",
|
|
1996
2000
|
languages: "Languages spoken",
|
|
1997
2001
|
insurances: "Insurance / partnership",
|
|
1998
|
-
firstVisitPrice: "
|
|
2002
|
+
firstVisitPrice: "Custo da primeira consulta",
|
|
1999
2003
|
expertForAnxiousPatients: "Expert with anxious patients",
|
|
2000
2004
|
profession: "Profession"
|
|
2001
2005
|
},
|
|
@@ -1420,6 +1420,7 @@ export declare const roUi: {
|
|
|
1420
1420
|
readonly completed: "Finalizat";
|
|
1421
1421
|
readonly error: "Eroare";
|
|
1422
1422
|
readonly edit: "Editează";
|
|
1423
|
+
readonly open: "Deschide";
|
|
1423
1424
|
readonly locked: "Blocat";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const roUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Programare";
|
|
1701
|
+
readonly stepAnnouncement: "Pasul {{current}} din {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Selecțiile tale";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Programați-vă online";
|
|
1702
1705
|
readonly subtitle: "Căutați după specialitate, serviciu, dată și oră";
|
|
@@ -1975,6 +1978,7 @@ export declare const roUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Finalizat",
|
|
1421
1421
|
error: "Eroare",
|
|
1422
1422
|
edit: "Editează",
|
|
1423
|
+
open: "Deschide",
|
|
1423
1424
|
locked: "Blocat"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Programare",
|
|
1701
|
+
stepAnnouncement: "Pasul {{current}} din {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Selecțiile tale",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Programați-vă online",
|
|
1702
1705
|
subtitle: "Căutați după specialitate, serviciu, dată și oră"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1420,6 +1420,7 @@ export declare const ruUi: {
|
|
|
1420
1420
|
readonly completed: "Завершено";
|
|
1421
1421
|
readonly error: "Ошибка";
|
|
1422
1422
|
readonly edit: "Изменить";
|
|
1423
|
+
readonly open: "Открыть";
|
|
1423
1424
|
readonly locked: "Заблокировано";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const ruUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Записаться на приём";
|
|
1701
|
+
readonly stepAnnouncement: "Шаг {{current}} из {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Ваш выбор";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Запишитесь на приём онлайн";
|
|
1702
1705
|
readonly subtitle: "Ищите по специальности, услуге, дате и времени";
|
|
@@ -1975,6 +1978,7 @@ export declare const ruUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Завершено",
|
|
1421
1421
|
error: "Ошибка",
|
|
1422
1422
|
edit: "Изменить",
|
|
1423
|
+
open: "Открыть",
|
|
1423
1424
|
locked: "Заблокировано"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Записаться на приём",
|
|
1701
|
+
stepAnnouncement: "Шаг {{current}} из {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Ваш выбор",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Запишитесь на приём онлайн",
|
|
1702
1705
|
subtitle: "Ищите по специальности, услуге, дате и времени"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1420,6 +1420,7 @@ export declare const sqUi: {
|
|
|
1420
1420
|
readonly completed: "Kompletuar";
|
|
1421
1421
|
readonly error: "Gabim";
|
|
1422
1422
|
readonly edit: "Ndrysho";
|
|
1423
|
+
readonly open: "Hap";
|
|
1423
1424
|
readonly locked: "Bllokuar";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const sqUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Rezervo termin";
|
|
1701
|
+
readonly stepAnnouncement: "Hapi {{current}} nga {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Zgjedhjet tuaja";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Rezervoni terminin online";
|
|
1702
1705
|
readonly subtitle: "Kërkoni sipas specialitetit, shërbimit, datës dhe orës";
|
|
@@ -1975,6 +1978,7 @@ export declare const sqUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Kompletuar",
|
|
1421
1421
|
error: "Gabim",
|
|
1422
1422
|
edit: "Ndrysho",
|
|
1423
|
+
open: "Hap",
|
|
1423
1424
|
locked: "Bllokuar"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Rezervo termin",
|
|
1701
|
+
stepAnnouncement: "Hapi {{current}} nga {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Zgjedhjet tuaja",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Rezervoni terminin online",
|
|
1702
1705
|
subtitle: "Kërkoni sipas specialitetit, shërbimit, datës dhe orës"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1420,6 +1420,7 @@ export declare const svUi: {
|
|
|
1420
1420
|
readonly completed: "Slutfört";
|
|
1421
1421
|
readonly error: "Fel";
|
|
1422
1422
|
readonly edit: "Redigera";
|
|
1423
|
+
readonly open: "Öppna";
|
|
1423
1424
|
readonly locked: "Låst";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const svUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Boka tid";
|
|
1701
|
+
readonly stepAnnouncement: "Steg {{current}} av {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Dina val";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Boka din tid online";
|
|
1702
1705
|
readonly subtitle: "Sök efter specialitet, tjänst, datum och tid";
|
|
@@ -1975,6 +1978,7 @@ export declare const svUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1420,6 +1420,7 @@ const e = {
|
|
|
1420
1420
|
completed: "Slutfört",
|
|
1421
1421
|
error: "Fel",
|
|
1422
1422
|
edit: "Redigera",
|
|
1423
|
+
open: "Öppna",
|
|
1423
1424
|
locked: "Låst"
|
|
1424
1425
|
},
|
|
1425
1426
|
stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ const e = {
|
|
|
1697
1698
|
},
|
|
1698
1699
|
booking: {
|
|
1699
1700
|
regionLabel: "Boka tid",
|
|
1701
|
+
stepAnnouncement: "Steg {{current}} av {{total}}: {{label}}",
|
|
1702
|
+
filtersLabel: "Dina val",
|
|
1700
1703
|
inlineList: {
|
|
1701
1704
|
title: "Boka din tid online",
|
|
1702
1705
|
subtitle: "Sök efter specialitet, tjänst, datum och tid"
|
|
@@ -1964,7 +1967,8 @@ const e = {
|
|
|
1964
1967
|
fearPatient: { label: "Anxious-patient friendly" },
|
|
1965
1968
|
card: {
|
|
1966
1969
|
open: "Open",
|
|
1967
|
-
book: "Book"
|
|
1970
|
+
book: "Book",
|
|
1971
|
+
firstVisitPrice: "First visit cost"
|
|
1968
1972
|
},
|
|
1969
1973
|
sheet: {
|
|
1970
1974
|
title_one: "{{count}} practice",
|
|
@@ -1420,6 +1420,7 @@ export declare const trUi: {
|
|
|
1420
1420
|
readonly completed: "Tamamlandı";
|
|
1421
1421
|
readonly error: "Hata";
|
|
1422
1422
|
readonly edit: "Düzenle";
|
|
1423
|
+
readonly open: "Aç";
|
|
1423
1424
|
readonly locked: "Kilitli";
|
|
1424
1425
|
};
|
|
1425
1426
|
readonly stepperCalendar: {
|
|
@@ -1697,6 +1698,8 @@ export declare const trUi: {
|
|
|
1697
1698
|
};
|
|
1698
1699
|
readonly booking: {
|
|
1699
1700
|
readonly regionLabel: "Randevu al";
|
|
1701
|
+
readonly stepAnnouncement: "Adım {{current}} / {{total}}: {{label}}";
|
|
1702
|
+
readonly filtersLabel: "Seçimleriniz";
|
|
1700
1703
|
readonly inlineList: {
|
|
1701
1704
|
readonly title: "Çevrimiçi randevu alın";
|
|
1702
1705
|
readonly subtitle: "Uzmanlık, hizmet, tarih ve saate göre arayın";
|
|
@@ -1975,6 +1978,7 @@ export declare const trUi: {
|
|
|
1975
1978
|
readonly card: {
|
|
1976
1979
|
readonly open: "Open";
|
|
1977
1980
|
readonly book: "Book";
|
|
1981
|
+
readonly firstVisitPrice: "First visit cost";
|
|
1978
1982
|
};
|
|
1979
1983
|
readonly sheet: {
|
|
1980
1984
|
readonly title_one: "{{count}} practice";
|