@alfadocs/ui-kit-debug 1.28.1 → 1.28.2

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 (76) hide show
  1. package/dist/agent-catalog.json +1 -1
  2. package/dist/i18n/locales/ar.d.ts +75 -75
  3. package/dist/i18n/locales/ar.d.ts.map +1 -1
  4. package/dist/i18n/locales/ar.js +76 -76
  5. package/dist/i18n/locales/ar.js.map +1 -1
  6. package/dist/i18n/locales/de.d.ts +24 -24
  7. package/dist/i18n/locales/de.d.ts.map +1 -1
  8. package/dist/i18n/locales/de.js +24 -24
  9. package/dist/i18n/locales/de.js.map +1 -1
  10. package/dist/i18n/locales/el.d.ts +75 -75
  11. package/dist/i18n/locales/el.d.ts.map +1 -1
  12. package/dist/i18n/locales/el.js +76 -76
  13. package/dist/i18n/locales/el.js.map +1 -1
  14. package/dist/i18n/locales/es.d.ts +25 -25
  15. package/dist/i18n/locales/es.js +25 -25
  16. package/dist/i18n/locales/es.js.map +1 -1
  17. package/dist/i18n/locales/fr.d.ts +25 -25
  18. package/dist/i18n/locales/fr.d.ts.map +1 -1
  19. package/dist/i18n/locales/fr.js +25 -25
  20. package/dist/i18n/locales/fr.js.map +1 -1
  21. package/dist/i18n/locales/hi.d.ts +75 -75
  22. package/dist/i18n/locales/hi.js +76 -76
  23. package/dist/i18n/locales/hi.js.map +1 -1
  24. package/dist/i18n/locales/ja.d.ts +75 -75
  25. package/dist/i18n/locales/ja.d.ts.map +1 -1
  26. package/dist/i18n/locales/ja.js +76 -76
  27. package/dist/i18n/locales/ja.js.map +1 -1
  28. package/dist/i18n/locales/nl.d.ts +23 -23
  29. package/dist/i18n/locales/nl.js +23 -23
  30. package/dist/i18n/locales/nl.js.map +1 -1
  31. package/dist/i18n/locales/pl.d.ts +75 -75
  32. package/dist/i18n/locales/pl.d.ts.map +1 -1
  33. package/dist/i18n/locales/pl.js +76 -76
  34. package/dist/i18n/locales/pl.js.map +1 -1
  35. package/dist/i18n/locales/pt.d.ts +25 -25
  36. package/dist/i18n/locales/pt.js +25 -25
  37. package/dist/i18n/locales/pt.js.map +1 -1
  38. package/dist/i18n/locales/ro.d.ts +75 -75
  39. package/dist/i18n/locales/ro.d.ts.map +1 -1
  40. package/dist/i18n/locales/ro.js +76 -76
  41. package/dist/i18n/locales/ro.js.map +1 -1
  42. package/dist/i18n/locales/ru.d.ts +75 -75
  43. package/dist/i18n/locales/ru.js +76 -76
  44. package/dist/i18n/locales/ru.js.map +1 -1
  45. package/dist/i18n/locales/sq.d.ts +75 -75
  46. package/dist/i18n/locales/sq.d.ts.map +1 -1
  47. package/dist/i18n/locales/sq.js +76 -76
  48. package/dist/i18n/locales/sq.js.map +1 -1
  49. package/dist/i18n/locales/sv.d.ts +74 -74
  50. package/dist/i18n/locales/sv.js +75 -75
  51. package/dist/i18n/locales/sv.js.map +1 -1
  52. package/dist/i18n/locales/tr.d.ts +75 -75
  53. package/dist/i18n/locales/tr.d.ts.map +1 -1
  54. package/dist/i18n/locales/tr.js +76 -76
  55. package/dist/i18n/locales/tr.js.map +1 -1
  56. package/dist/i18n/locales/zh.d.ts +75 -75
  57. package/dist/i18n/locales/zh.d.ts.map +1 -1
  58. package/dist/i18n/locales/zh.js +76 -76
  59. package/dist/i18n/locales/zh.js.map +1 -1
  60. package/dist/locales/ar.json +75 -75
  61. package/dist/locales/de.json +24 -24
  62. package/dist/locales/el.json +75 -75
  63. package/dist/locales/es.json +25 -25
  64. package/dist/locales/fr.json +25 -25
  65. package/dist/locales/hi.json +75 -75
  66. package/dist/locales/ja.json +75 -75
  67. package/dist/locales/nl.json +23 -23
  68. package/dist/locales/pl.json +75 -75
  69. package/dist/locales/pt.json +25 -25
  70. package/dist/locales/ro.json +75 -75
  71. package/dist/locales/ru.json +75 -75
  72. package/dist/locales/sq.json +75 -75
  73. package/dist/locales/sv.json +74 -74
  74. package/dist/locales/tr.json +75 -75
  75. package/dist/locales/zh.json +75 -75
  76. package/package.json +1 -1
@@ -1808,20 +1808,20 @@ export declare const nlUi: {
1808
1808
  };
1809
1809
  };
1810
1810
  readonly success: {
1811
- readonly heading: "Booking submitted";
1812
- readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
1813
- readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1814
- readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1815
- readonly summaryDate: "Date";
1816
- readonly summaryTime: "Time";
1817
- readonly summaryProvider: "Provider";
1818
- readonly summaryService: "Service";
1819
- readonly summarySpecialty: "Specialty";
1820
- readonly bookAnother: "Book another appointment";
1821
- readonly modifyBooking: "Modify booking";
1811
+ readonly heading: "Boeking verzonden";
1812
+ readonly descriptionSingle: "We hebben je een bevestigingslink gestuurd via {{channel}}. Klik op de link om je boeking te bevestigen.";
1813
+ readonly descriptionMultiple: "We hebben je een bevestigingslink gestuurd via {{channels}}. Klik op een van deze links om je boeking te bevestigen.";
1814
+ readonly descriptionDemo: "Dit was een demo — er is geen bevestiging verzonden. In productie zouden we je een link per e-mail sturen om te bevestigen.";
1815
+ readonly summaryDate: "Datum";
1816
+ readonly summaryTime: "Tijd";
1817
+ readonly summaryProvider: "Zorgverlener";
1818
+ readonly summaryService: "Behandeling";
1819
+ readonly summarySpecialty: "Specialisatie";
1820
+ readonly bookAnother: "Nog een afspraak boeken";
1821
+ readonly modifyBooking: "Boeking wijzigen";
1822
1822
  };
1823
1823
  readonly submitError: {
1824
- readonly generic: "We couldn't submit your booking. Please try again.";
1824
+ readonly generic: "We konden je boeking niet verzenden. Probeer het opnieuw.";
1825
1825
  };
1826
1826
  readonly details: {
1827
1827
  readonly heading: "Uw gegevens";
@@ -1998,22 +1998,22 @@ export declare const nlUi: {
1998
1998
  };
1999
1999
  };
2000
2000
  readonly contactProfileCard: {
2001
- readonly heading: "Profile";
2002
- readonly openInGoogleMaps: "Open in Google Maps";
2001
+ readonly heading: "Profiel";
2002
+ readonly openInGoogleMaps: "Openen in Google Maps";
2003
2003
  readonly label: {
2004
- readonly address: "Practice address";
2005
- readonly phone: "Phone";
2004
+ readonly address: "Adres van de praktijk";
2005
+ readonly phone: "Telefoon";
2006
2006
  readonly whatsapp: "WhatsApp";
2007
2007
  readonly email: "Email";
2008
2008
  readonly website: "Website";
2009
- readonly languages: "Languages spoken";
2010
- readonly insurances: "Insurance / partnership";
2009
+ readonly languages: "Gesproken talen";
2010
+ readonly insurances: "Verzekering / samenwerking";
2011
2011
  readonly firstVisitPrice: "Kosten eerste consult";
2012
- readonly expertForAnxiousPatients: "Expert with anxious patients";
2013
- readonly profession: "Profession";
2012
+ readonly expertForAnxiousPatients: "Ervaren met angstige patiënten";
2013
+ readonly profession: "Beroep";
2014
2014
  };
2015
2015
  readonly value: {
2016
- readonly yesShort: "Yes";
2016
+ readonly yesShort: "Ja";
2017
2017
  };
2018
2018
  readonly map: {
2019
2019
  readonly alt: "Kaart met {{address}}";
@@ -2616,8 +2616,8 @@ export declare const nlUi: {
2616
2616
  };
2617
2617
  readonly operatorHero: {
2618
2618
  readonly colorLabel: "Calendar colour";
2619
- readonly regionLabel: "Operator profile";
2620
- readonly ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews";
2619
+ readonly regionLabel: "Profiel van de zorgverlener";
2620
+ readonly ratingLabel: "{{value}} van de 5 sterren, gebaseerd op {{count}} recensies";
2621
2621
  };
2622
2622
  readonly reviewsPanel: {
2623
2623
  readonly regionLabel: "Patiëntbeoordelingen";
@@ -1808,20 +1808,20 @@ const e = {
1808
1808
  }
1809
1809
  },
1810
1810
  success: {
1811
- heading: "Booking submitted",
1812
- descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
1813
- descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
1814
- descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
1815
- summaryDate: "Date",
1816
- summaryTime: "Time",
1817
- summaryProvider: "Provider",
1818
- summaryService: "Service",
1819
- summarySpecialty: "Specialty",
1820
- bookAnother: "Book another appointment",
1821
- modifyBooking: "Modify booking"
1811
+ heading: "Boeking verzonden",
1812
+ descriptionSingle: "We hebben je een bevestigingslink gestuurd via {{channel}}. Klik op de link om je boeking te bevestigen.",
1813
+ descriptionMultiple: "We hebben je een bevestigingslink gestuurd via {{channels}}. Klik op een van deze links om je boeking te bevestigen.",
1814
+ descriptionDemo: "Dit was een demo — er is geen bevestiging verzonden. In productie zouden we je een link per e-mail sturen om te bevestigen.",
1815
+ summaryDate: "Datum",
1816
+ summaryTime: "Tijd",
1817
+ summaryProvider: "Zorgverlener",
1818
+ summaryService: "Behandeling",
1819
+ summarySpecialty: "Specialisatie",
1820
+ bookAnother: "Nog een afspraak boeken",
1821
+ modifyBooking: "Boeking wijzigen"
1822
1822
  },
1823
1823
  submitError: {
1824
- generic: "We couldn't submit your booking. Please try again."
1824
+ generic: "We konden je boeking niet verzenden. Probeer het opnieuw."
1825
1825
  },
1826
1826
  details: {
1827
1827
  heading: "Uw gegevens",
@@ -1987,22 +1987,22 @@ const e = {
1987
1987
  }
1988
1988
  },
1989
1989
  contactProfileCard: {
1990
- heading: "Profile",
1991
- openInGoogleMaps: "Open in Google Maps",
1990
+ heading: "Profiel",
1991
+ openInGoogleMaps: "Openen in Google Maps",
1992
1992
  label: {
1993
- address: "Practice address",
1994
- phone: "Phone",
1993
+ address: "Adres van de praktijk",
1994
+ phone: "Telefoon",
1995
1995
  whatsapp: "WhatsApp",
1996
1996
  email: "Email",
1997
1997
  website: "Website",
1998
- languages: "Languages spoken",
1999
- insurances: "Insurance / partnership",
1998
+ languages: "Gesproken talen",
1999
+ insurances: "Verzekering / samenwerking",
2000
2000
  firstVisitPrice: "Kosten eerste consult",
2001
- expertForAnxiousPatients: "Expert with anxious patients",
2002
- profession: "Profession"
2001
+ expertForAnxiousPatients: "Ervaren met angstige patiënten",
2002
+ profession: "Beroep"
2003
2003
  },
2004
2004
  value: {
2005
- yesShort: "Yes"
2005
+ yesShort: "Ja"
2006
2006
  },
2007
2007
  map: {
2008
2008
  alt: "Kaart met {{address}}"
@@ -2587,8 +2587,8 @@ const e = {
2587
2587
  },
2588
2588
  operatorHero: {
2589
2589
  colorLabel: "Calendar colour",
2590
- regionLabel: "Operator profile",
2591
- ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
2590
+ regionLabel: "Profiel van de zorgverlener",
2591
+ ratingLabel: "{{value}} van de 5 sterren, gebaseerd op {{count}} recensies"
2592
2592
  },
2593
2593
  reviewsPanel: {
2594
2594
  regionLabel: "Patiëntbeoordelingen",