@alfadocs/ui-kit 1.10.1 → 1.11.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.
Files changed (74) hide show
  1. package/dist/_chunks/booking-CBHKdsZl.js +2906 -0
  2. package/dist/_chunks/{contact-profile-card-CE9OJKcl.js → contact-profile-card-BMIBr5s9.js} +104 -125
  3. package/dist/_chunks/format-price-DNqXPa_q.js +61 -0
  4. package/dist/_chunks/{practice-results-BEsAdW-B.js → practice-results-D7ygCj_W.js} +333 -291
  5. package/dist/_chunks/{stepper-accordion-BeVMZPuG.js → stepper-accordion-DmVykr5F.js} +91 -88
  6. package/dist/agent-catalog.json +11 -4
  7. package/dist/agent-i18n/en.json +3 -2
  8. package/dist/components/_shared/format-price.d.ts +21 -0
  9. package/dist/components/_shared/index.d.ts +1 -0
  10. package/dist/components/_shared/stepper.d.ts +28 -2
  11. package/dist/components/booking/booking-types.d.ts +15 -2
  12. package/dist/components/booking/index.js +1 -1
  13. package/dist/components/contact-profile-card/index.js +1 -1
  14. package/dist/components/practice-results/index.js +1 -1
  15. package/dist/components/practice-results/practice-results.d.ts +18 -0
  16. package/dist/components/stepper-accordion/index.js +1 -1
  17. package/dist/i18n/locales/ar.d.ts +4 -0
  18. package/dist/i18n/locales/ar.js +5 -1
  19. package/dist/i18n/locales/de.d.ts +5 -1
  20. package/dist/i18n/locales/de.js +6 -2
  21. package/dist/i18n/locales/el.d.ts +4 -0
  22. package/dist/i18n/locales/el.js +5 -1
  23. package/dist/i18n/locales/en.d.ts +4 -0
  24. package/dist/i18n/locales/en.js +5 -1
  25. package/dist/i18n/locales/es.d.ts +5 -1
  26. package/dist/i18n/locales/es.js +6 -2
  27. package/dist/i18n/locales/fr.d.ts +5 -1
  28. package/dist/i18n/locales/fr.js +6 -2
  29. package/dist/i18n/locales/hi.d.ts +4 -0
  30. package/dist/i18n/locales/hi.js +5 -1
  31. package/dist/i18n/locales/it.d.ts +4 -0
  32. package/dist/i18n/locales/it.js +5 -1
  33. package/dist/i18n/locales/ja.d.ts +4 -0
  34. package/dist/i18n/locales/ja.js +5 -1
  35. package/dist/i18n/locales/nl.d.ts +5 -1
  36. package/dist/i18n/locales/nl.js +6 -2
  37. package/dist/i18n/locales/pl.d.ts +4 -0
  38. package/dist/i18n/locales/pl.js +5 -1
  39. package/dist/i18n/locales/pt.d.ts +5 -1
  40. package/dist/i18n/locales/pt.js +6 -2
  41. package/dist/i18n/locales/ro.d.ts +4 -0
  42. package/dist/i18n/locales/ro.js +5 -1
  43. package/dist/i18n/locales/ru.d.ts +4 -0
  44. package/dist/i18n/locales/ru.js +5 -1
  45. package/dist/i18n/locales/sq.d.ts +4 -0
  46. package/dist/i18n/locales/sq.js +5 -1
  47. package/dist/i18n/locales/sv.d.ts +4 -0
  48. package/dist/i18n/locales/sv.js +5 -1
  49. package/dist/i18n/locales/tr.d.ts +4 -0
  50. package/dist/i18n/locales/tr.js +5 -1
  51. package/dist/i18n/locales/zh.d.ts +4 -0
  52. package/dist/i18n/locales/zh.js +5 -1
  53. package/dist/index.js +4 -4
  54. package/dist/locales/ar.json +5 -1
  55. package/dist/locales/de.json +6 -2
  56. package/dist/locales/el.json +5 -1
  57. package/dist/locales/en.json +5 -1
  58. package/dist/locales/es.json +6 -2
  59. package/dist/locales/fr.json +6 -2
  60. package/dist/locales/hi.json +5 -1
  61. package/dist/locales/it.json +5 -1
  62. package/dist/locales/ja.json +5 -1
  63. package/dist/locales/nl.json +6 -2
  64. package/dist/locales/pl.json +5 -1
  65. package/dist/locales/pt.json +6 -2
  66. package/dist/locales/ro.json +5 -1
  67. package/dist/locales/ru.json +5 -1
  68. package/dist/locales/sq.json +5 -1
  69. package/dist/locales/sv.json +5 -1
  70. package/dist/locales/tr.json +5 -1
  71. package/dist/locales/zh.json +5 -1
  72. package/package.json +1 -1
  73. package/dist/_chunks/booking-DHkKcUIl.js +0 -2713
  74. package/dist/_chunks/languages-CGLX6Qpe.js +0 -19
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -1420,6 +1420,7 @@ const e = {
1420
1420
  completed: "Tamamlandı",
1421
1421
  error: "Hata",
1422
1422
  edit: "Düzenle",
1423
+ open: "Aç",
1423
1424
  locked: "Kilitli"
1424
1425
  },
1425
1426
  stepperCalendar: {
@@ -1697,6 +1698,8 @@ const e = {
1697
1698
  },
1698
1699
  booking: {
1699
1700
  regionLabel: "Randevu al",
1701
+ stepAnnouncement: "Adım {{current}} / {{total}}: {{label}}",
1702
+ filtersLabel: "Seçimleriniz",
1700
1703
  inlineList: {
1701
1704
  title: "Çevrimiçi randevu alın",
1702
1705
  subtitle: "Uzmanlık, hizmet, tarih ve saate göre arayın"
@@ -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 zhUi: {
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 zhUi: {
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 zhUi: {
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";
@@ -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",
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ import { D as Yn, a as Xn, P as qn, S as zn, c as jn, p as Qn } from "./_chunks/
110
110
  import { P as Zn, p as $n } from "./_chunks/public-header.agent-kth2SdXn.js";
111
111
  import { S as ei, f as si, s as ri } from "./_chunks/search-bar-CJj6sI9m.js";
112
112
  import { S as ti, a as ni, b as ii, c as pi, d as mi, e as li, f as di, g as Ai, h as ci, i as fi, j as gi, k as Si, l as Ci, m as Ti, n as xi, o as ui, p as Pi, q as Ii, s as Ei, u as Ri } from "./_chunks/sidebar-C-Gr2LL-.js";
113
- import { S as _i } from "./_chunks/stepper-accordion-BeVMZPuG.js";
113
+ import { S as _i } from "./_chunks/stepper-accordion-DmVykr5F.js";
114
114
  import { s as hi } from "./_chunks/stepper-accordion.agent-cmEguIdx.js";
115
115
  import { S as Oi, s as Fi } from "./_chunks/stepper-progress-Bv0njx4g.js";
116
116
  import { T as Mi } from "./_chunks/tab-bar-DvFJIQfL.js";
@@ -180,7 +180,7 @@ import { T as fd } from "./_chunks/typing-indicator-DHeVN4ob.js";
180
180
  import { A as Sd } from "./_chunks/anamnesis-card-NTi4LLzI.js";
181
181
  import { D as Td, F as xd, a as ud, M as Pd, b as Id, e as Ed, f as Rd, g as bd, c as _d, m as Nd, r as hd, v as Dd } from "./_chunks/muscle-scheme-yfzP_xoJ.js";
182
182
  import { A as Fd, a as Ld, b as Md, c as yd, d as kd, e as Bd, C as Gd, f as Hd, g as vd, D as wd, h as Ud, E as Vd, L as Wd, O as Kd, P as Yd, i as Xd, j as qd, k as zd, l as jd, R as Qd, S as Jd, m as Zd, n as $d, o as aA, p as eA, q as sA, r as rA, s as oA, t as tA, u as nA, v as iA, w as pA, x as mA, y as lA, z as dA, B as AA, F as cA } from "./_chunks/optical-prescription-Dj3Eh5Ok.js";
183
- import { B as gA, C as SA, O as CA, b as TA } from "./_chunks/booking-DHkKcUIl.js";
183
+ import { B as gA, C as SA, O as CA, b as TA } from "./_chunks/booking-CBHKdsZl.js";
184
184
  import { C as uA, c as PA, r as IA } from "./_chunks/calendar-B4Gnyu1C.js";
185
185
  import { C as RA } from "./_chunks/calendar-event-card-Bjdbik8G.js";
186
186
  import { R as _A } from "./_chunks/resource-chip-DYTG0IQQ.js";
@@ -198,8 +198,8 @@ import { B as dc, M as Ac, P as cc, a as fc, b as gc, c as Sc, d as Cc, S as Tc,
198
198
  import { P as Fc, a as Lc, p as Mc } from "./_chunks/periodontal-chart-card-BBpY_rBc.js";
199
199
  import { D as kc, P as Bc, a as Gc, b as Hc, c as vc, S as wc, e as Uc, i as Vc, p as Wc } from "./_chunks/periodontal-diagnosis-HrFsVi-C.js";
200
200
  import { P as Yc, a as Xc, c as qc, p as zc, r as jc } from "./_chunks/periodontal-risk-chart-0x7KVZjL.js";
201
- import { C as Jc, a as Zc, b as $c, c as af } from "./_chunks/contact-profile-card-CE9OJKcl.js";
202
- import { P as sf, p as rf } from "./_chunks/practice-results-BEsAdW-B.js";
201
+ import { C as Jc, a as Zc, b as $c, c as af } from "./_chunks/contact-profile-card-BMIBr5s9.js";
202
+ import { P as sf, p as rf } from "./_chunks/practice-results-D7ygCj_W.js";
203
203
  import { P as tf, a as nf, p as pf, b as mf } from "./_chunks/payment-request-card-YVCcCZ25.js";
204
204
  import { P as df, f as Af, p as cf, a as ff, s as gf, b as Sf, c as Cf } from "./_chunks/payment-form-Ds1I9KqB.js";
205
205
  import { P as xf, p as uf } from "./_chunks/pdf-viewer-DUIsV9s5.js";
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "مكتمل",
1417
1417
  "error": "خطأ",
1418
1418
  "edit": "تعديل",
1419
+ "open": "فتح",
1419
1420
  "locked": "مقفل"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "حجز موعد",
1697
+ "stepAnnouncement": "الخطوة {{current}} من {{total}}: {{label}}",
1698
+ "filtersLabel": "اختياراتك",
1696
1699
  "inlineList": {
1697
1700
  "title": "احجز موعدك عبر الإنترنت",
1698
1701
  "subtitle": "ابحث حسب التخصص أو الخدمة أو التاريخ والوقت"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Open",
1973
- "book": "Book"
1976
+ "book": "Book",
1977
+ "firstVisitPrice": "First visit cost"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} practice",
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Abgeschlossen",
1417
1417
  "error": "Fehler",
1418
1418
  "edit": "Bearbeiten",
1419
+ "open": "Öffnen",
1419
1420
  "locked": "Gesperrt"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Termin buchen",
1697
+ "stepAnnouncement": "Schritt {{current}} von {{total}}: {{label}}",
1698
+ "filtersLabel": "Ihre Auswahl",
1696
1699
  "inlineList": {
1697
1700
  "title": "Termin online buchen",
1698
1701
  "subtitle": "Nach Fachgebiet, Leistung, Datum und Uhrzeit suchen"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Öffnen",
1973
- "book": "Buchen"
1976
+ "book": "Buchen",
1977
+ "firstVisitPrice": "Kosten der Erstuntersuchung"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} Praxis",
@@ -2000,7 +2004,7 @@
2000
2004
  "website": "Website",
2001
2005
  "languages": "Languages spoken",
2002
2006
  "insurances": "Insurance / partnership",
2003
- "firstVisitPrice": "First visit cost",
2007
+ "firstVisitPrice": "Kosten der Erstuntersuchung",
2004
2008
  "expertForAnxiousPatients": "Expert with anxious patients",
2005
2009
  "profession": "Profession"
2006
2010
  },
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Ολοκληρώθηκε",
1417
1417
  "error": "Σφάλμα",
1418
1418
  "edit": "Επεξεργασία",
1419
+ "open": "Άνοιγμα",
1419
1420
  "locked": "Κλειδωμένο"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Κράτηση ραντεβού",
1697
+ "stepAnnouncement": "Βήμα {{current}} από {{total}}: {{label}}",
1698
+ "filtersLabel": "Οι επιλογές σας",
1696
1699
  "inlineList": {
1697
1700
  "title": "Κλείστε το ραντεβού σας online",
1698
1701
  "subtitle": "Αναζητήστε ανά ειδικότητα, υπηρεσία, ημερομηνία και ώρα"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Open",
1973
- "book": "Book"
1976
+ "book": "Book",
1977
+ "firstVisitPrice": "First visit cost"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} practice",
@@ -1473,6 +1473,7 @@
1473
1473
  "completed": "Completed",
1474
1474
  "error": "Error",
1475
1475
  "edit": "Edit",
1476
+ "open": "Open",
1476
1477
  "locked": "Locked"
1477
1478
  },
1478
1479
  "stepperCalendar": {
@@ -1750,6 +1751,8 @@
1750
1751
  },
1751
1752
  "booking": {
1752
1753
  "regionLabel": "Book appointment",
1754
+ "stepAnnouncement": "Step {{current}} of {{total}}: {{label}}",
1755
+ "filtersLabel": "Your selections",
1753
1756
  "inlineList": {
1754
1757
  "title": "Book your appointment online",
1755
1758
  "subtitle": "Search or browse by specialty, service, date and time"
@@ -2027,7 +2030,8 @@
2027
2030
  },
2028
2031
  "card": {
2029
2032
  "open": "Open",
2030
- "book": "Book"
2033
+ "book": "Book",
2034
+ "firstVisitPrice": "First visit cost"
2031
2035
  },
2032
2036
  "sheet": {
2033
2037
  "title_one": "{{count}} practice",
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Completado",
1417
1417
  "error": "Error",
1418
1418
  "edit": "Editar",
1419
+ "open": "Abrir",
1419
1420
  "locked": "Bloqueado"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Reservar cita",
1697
+ "stepAnnouncement": "Paso {{current}} de {{total}}: {{label}}",
1698
+ "filtersLabel": "Tus selecciones",
1696
1699
  "inlineList": {
1697
1700
  "title": "Reserve su cita en línea",
1698
1701
  "subtitle": "Busque por especialidad, servicio, fecha y hora"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Abrir",
1973
- "book": "Reservar"
1976
+ "book": "Reservar",
1977
+ "firstVisitPrice": "Coste de la primera visita"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} consultorio",
@@ -2000,7 +2004,7 @@
2000
2004
  "website": "Website",
2001
2005
  "languages": "Languages spoken",
2002
2006
  "insurances": "Insurance / partnership",
2003
- "firstVisitPrice": "First visit cost",
2007
+ "firstVisitPrice": "Coste de la primera visita",
2004
2008
  "expertForAnxiousPatients": "Expert with anxious patients",
2005
2009
  "profession": "Profession"
2006
2010
  },
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Complété",
1417
1417
  "error": "Erreur",
1418
1418
  "edit": "Modifier",
1419
+ "open": "Ouvrir",
1419
1420
  "locked": "Verrouillé"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Prendre rendez-vous",
1697
+ "stepAnnouncement": "Étape {{current}} sur {{total}} : {{label}}",
1698
+ "filtersLabel": "Vos choix",
1696
1699
  "inlineList": {
1697
1700
  "title": "Prenez rendez-vous en ligne",
1698
1701
  "subtitle": "Recherchez par spécialité, service, date et heure"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Ouvrir",
1973
- "book": "Réserver"
1976
+ "book": "Réserver",
1977
+ "firstVisitPrice": "Coût de la première consultation"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} cabinet",
@@ -2000,7 +2004,7 @@
2000
2004
  "website": "Website",
2001
2005
  "languages": "Languages spoken",
2002
2006
  "insurances": "Insurance / partnership",
2003
- "firstVisitPrice": "First visit cost",
2007
+ "firstVisitPrice": "Coût de la première consultation",
2004
2008
  "expertForAnxiousPatients": "Expert with anxious patients",
2005
2009
  "profession": "Profession"
2006
2010
  },
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "पूर्ण",
1417
1417
  "error": "त्रुटि",
1418
1418
  "edit": "संपादित करें",
1419
+ "open": "खोलें",
1419
1420
  "locked": "लॉक"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "अपॉइंटमेंट बुक करें",
1697
+ "stepAnnouncement": "{{total}} में से चरण {{current}}: {{label}}",
1698
+ "filtersLabel": "आपके चयन",
1696
1699
  "inlineList": {
1697
1700
  "title": "ऑनलाइन अपॉइंटमेंट बुक करें",
1698
1701
  "subtitle": "विशेषज्ञता, सेवा, दिनांक और समय के अनुसार खोजें"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Open",
1973
- "book": "Book"
1976
+ "book": "Book",
1977
+ "firstVisitPrice": "First visit cost"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} practice",
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Completato",
1417
1417
  "error": "Errore",
1418
1418
  "edit": "Modifica",
1419
+ "open": "Apri",
1419
1420
  "locked": "Bloccato"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Prenota appuntamento",
1697
+ "stepAnnouncement": "Passaggio {{current}} di {{total}}: {{label}}",
1698
+ "filtersLabel": "Le tue scelte",
1696
1699
  "inlineList": {
1697
1700
  "title": "Prenota online un appuntamento",
1698
1701
  "subtitle": "Cerca o scegli specialità, prestazione, data e ora"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Apri",
1973
- "book": "Prenota"
1976
+ "book": "Prenota",
1977
+ "firstVisitPrice": "Costo prima visita"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} studio",
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "完了",
1417
1417
  "error": "エラー",
1418
1418
  "edit": "編集",
1419
+ "open": "開く",
1419
1420
  "locked": "ロック済み"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "予約",
1697
+ "stepAnnouncement": "{{total}} 中ステップ {{current}}: {{label}}",
1698
+ "filtersLabel": "選択内容",
1696
1699
  "inlineList": {
1697
1700
  "title": "オンラインで予約",
1698
1701
  "subtitle": "専門分野・施術・日時で検索"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Open",
1973
- "book": "Book"
1976
+ "book": "Book",
1977
+ "firstVisitPrice": "First visit cost"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} practice",
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Voltooid",
1417
1417
  "error": "Fout",
1418
1418
  "edit": "Bewerken",
1419
+ "open": "Openen",
1419
1420
  "locked": "Vergrendeld"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Afspraak boeken",
1697
+ "stepAnnouncement": "Stap {{current}} van {{total}}: {{label}}",
1698
+ "filtersLabel": "Je keuzes",
1696
1699
  "inlineList": {
1697
1700
  "title": "Boek online een afspraak",
1698
1701
  "subtitle": "Zoek op specialisatie, dienst, datum en tijd"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Openen",
1973
- "book": "Boeken"
1976
+ "book": "Boeken",
1977
+ "firstVisitPrice": "Kosten eerste consult"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} praktijk",
@@ -2000,7 +2004,7 @@
2000
2004
  "website": "Website",
2001
2005
  "languages": "Languages spoken",
2002
2006
  "insurances": "Insurance / partnership",
2003
- "firstVisitPrice": "First visit cost",
2007
+ "firstVisitPrice": "Kosten eerste consult",
2004
2008
  "expertForAnxiousPatients": "Expert with anxious patients",
2005
2009
  "profession": "Profession"
2006
2010
  },
@@ -1416,6 +1416,7 @@
1416
1416
  "completed": "Ukończone",
1417
1417
  "error": "Błąd",
1418
1418
  "edit": "Edytuj",
1419
+ "open": "Otwórz",
1419
1420
  "locked": "Zablokowane"
1420
1421
  },
1421
1422
  "stepperCalendar": {
@@ -1693,6 +1694,8 @@
1693
1694
  },
1694
1695
  "booking": {
1695
1696
  "regionLabel": "Umów wizytę",
1697
+ "stepAnnouncement": "Krok {{current}} z {{total}}: {{label}}",
1698
+ "filtersLabel": "Twoje wybory",
1696
1699
  "inlineList": {
1697
1700
  "title": "Umów wizytę online",
1698
1701
  "subtitle": "Szukaj według specjalizacji, usługi, daty i godziny"
@@ -1970,7 +1973,8 @@
1970
1973
  },
1971
1974
  "card": {
1972
1975
  "open": "Open",
1973
- "book": "Book"
1976
+ "book": "Book",
1977
+ "firstVisitPrice": "First visit cost"
1974
1978
  },
1975
1979
  "sheet": {
1976
1980
  "title_one": "{{count}} practice",