@alfadocs/ui-kit 1.28.1 → 1.28.3

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 (50) 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.js +76 -76
  4. package/dist/i18n/locales/de.d.ts +24 -24
  5. package/dist/i18n/locales/de.js +24 -24
  6. package/dist/i18n/locales/el.d.ts +75 -75
  7. package/dist/i18n/locales/el.js +76 -76
  8. package/dist/i18n/locales/es.d.ts +25 -25
  9. package/dist/i18n/locales/es.js +25 -25
  10. package/dist/i18n/locales/fr.d.ts +29 -29
  11. package/dist/i18n/locales/fr.js +29 -29
  12. package/dist/i18n/locales/hi.d.ts +75 -75
  13. package/dist/i18n/locales/hi.js +76 -76
  14. package/dist/i18n/locales/ja.d.ts +75 -75
  15. package/dist/i18n/locales/ja.js +76 -76
  16. package/dist/i18n/locales/nl.d.ts +23 -23
  17. package/dist/i18n/locales/nl.js +23 -23
  18. package/dist/i18n/locales/pl.d.ts +75 -75
  19. package/dist/i18n/locales/pl.js +76 -76
  20. package/dist/i18n/locales/pt.d.ts +25 -25
  21. package/dist/i18n/locales/pt.js +25 -25
  22. package/dist/i18n/locales/ro.d.ts +75 -75
  23. package/dist/i18n/locales/ro.js +76 -76
  24. package/dist/i18n/locales/ru.d.ts +75 -75
  25. package/dist/i18n/locales/ru.js +76 -76
  26. package/dist/i18n/locales/sq.d.ts +75 -75
  27. package/dist/i18n/locales/sq.js +76 -76
  28. package/dist/i18n/locales/sv.d.ts +74 -74
  29. package/dist/i18n/locales/sv.js +75 -75
  30. package/dist/i18n/locales/tr.d.ts +75 -75
  31. package/dist/i18n/locales/tr.js +76 -76
  32. package/dist/i18n/locales/zh.d.ts +75 -75
  33. package/dist/i18n/locales/zh.js +76 -76
  34. package/dist/locales/ar.json +75 -75
  35. package/dist/locales/de.json +24 -24
  36. package/dist/locales/el.json +75 -75
  37. package/dist/locales/es.json +25 -25
  38. package/dist/locales/fr.json +29 -29
  39. package/dist/locales/hi.json +75 -75
  40. package/dist/locales/ja.json +75 -75
  41. package/dist/locales/nl.json +23 -23
  42. package/dist/locales/pl.json +75 -75
  43. package/dist/locales/pt.json +25 -25
  44. package/dist/locales/ro.json +75 -75
  45. package/dist/locales/ru.json +75 -75
  46. package/dist/locales/sq.json +75 -75
  47. package/dist/locales/sv.json +74 -74
  48. package/dist/locales/tr.json +75 -75
  49. package/dist/locales/zh.json +75 -75
  50. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "1.28.1",
3
+ "packageVersion": "1.28.3",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -1811,20 +1811,20 @@ export declare const arUi: {
1811
1811
  };
1812
1812
  };
1813
1813
  readonly success: {
1814
- readonly heading: "Booking submitted";
1815
- readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
1816
- readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1817
- readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1818
- readonly summaryDate: "Date";
1819
- readonly summaryTime: "Time";
1820
- readonly summaryProvider: "Provider";
1821
- readonly summaryService: "Service";
1822
- readonly summarySpecialty: "Specialty";
1823
- readonly bookAnother: "Book another appointment";
1824
- readonly modifyBooking: "Modify booking";
1814
+ readonly heading: "تم إرسال الحجز";
1815
+ readonly descriptionSingle: "لقد أرسلنا لك رابط تأكيد عبر {{channel}}. انقر على الرابط لتأكيد حجزك.";
1816
+ readonly descriptionMultiple: "لقد أرسلنا لك رابط تأكيد عبر {{channels}}. انقر على الرابط في أي منها لتأكيد حجزك.";
1817
+ readonly descriptionDemo: "هذا عرض تجريبي — لم يتم إرسال أي تأكيد. في الإصدار الفعلي، سنرسل إليك رابطًا عبر البريد الإلكتروني للتأكيد.";
1818
+ readonly summaryDate: "التاريخ";
1819
+ readonly summaryTime: "الوقت";
1820
+ readonly summaryProvider: "المختص";
1821
+ readonly summaryService: "الخدمة";
1822
+ readonly summarySpecialty: "التخصص";
1823
+ readonly bookAnother: "احجز موعدًا آخر";
1824
+ readonly modifyBooking: "تعديل الحجز";
1825
1825
  };
1826
1826
  readonly submitError: {
1827
- readonly generic: "We couldn't submit your booking. Please try again.";
1827
+ readonly generic: "تعذر إرسال حجزك. يرجى المحاولة مرة أخرى.";
1828
1828
  };
1829
1829
  readonly details: {
1830
1830
  readonly heading: "بياناتك";
@@ -1919,104 +1919,104 @@ export declare const arUi: {
1919
1919
  };
1920
1920
  };
1921
1921
  readonly practiceResults: {
1922
- readonly regionLabel: "Practice search results";
1923
- readonly loading: "Loading results…";
1922
+ readonly regionLabel: "نتائج البحث عن العيادات";
1923
+ readonly loading: "جارٍ تحميل النتائج…";
1924
1924
  readonly results: {
1925
- readonly heading_one: "{{count}} result in {{place}}";
1926
- readonly heading_zero: "{{count}} results in {{place}}";
1927
- readonly heading_two: "{{count}} results in {{place}}";
1928
- readonly heading_few: "{{count}} results in {{place}}";
1929
- readonly heading_many: "{{count}} results in {{place}}";
1930
- readonly heading_other: "{{count}} results in {{place}}";
1931
- readonly summary_one: "{{count}} result";
1932
- readonly summary_zero: "{{count}} results";
1933
- readonly summary_two: "{{count}} results";
1934
- readonly summary_few: "{{count}} results";
1935
- readonly summary_many: "{{count}} results";
1936
- readonly summary_other: "{{count}} results";
1925
+ readonly heading_one: "{{count}} نتيجة في {{place}}";
1926
+ readonly heading_zero: "{{count}} نتائج في {{place}}";
1927
+ readonly heading_two: "{{count}} نتيجتان في {{place}}";
1928
+ readonly heading_few: "{{count}} نتائج في {{place}}";
1929
+ readonly heading_many: "{{count}} نتيجة في {{place}}";
1930
+ readonly heading_other: "{{count}} نتيجة في {{place}}";
1931
+ readonly summary_one: "{{count}} نتيجة";
1932
+ readonly summary_zero: "{{count}} نتائج";
1933
+ readonly summary_two: "{{count}} نتيجتان";
1934
+ readonly summary_few: "{{count}} نتائج";
1935
+ readonly summary_many: "{{count}} نتيجة";
1936
+ readonly summary_other: "{{count}} نتيجة";
1937
1937
  };
1938
1938
  readonly list: {
1939
- readonly label: "Practice results list";
1939
+ readonly label: "قائمة نتائج العيادات";
1940
1940
  };
1941
1941
  readonly map: {
1942
- readonly label: "Practice results map";
1942
+ readonly label: "خريطة نتائج العيادات";
1943
1943
  };
1944
1944
  readonly thumbnail: {
1945
- readonly alt: "Map preview of the practice location";
1945
+ readonly alt: "معاينة خريطة لموقع العيادة";
1946
1946
  };
1947
1947
  readonly filters: {
1948
- readonly label: "Filters";
1949
- readonly clear: "Clear filters";
1950
- readonly empty: "No filters available.";
1948
+ readonly label: "الفلاتر";
1949
+ readonly clear: "مسح الفلاتر";
1950
+ readonly empty: "لا توجد فلاتر متاحة.";
1951
1951
  };
1952
1952
  readonly sort: {
1953
- readonly label: "Sort";
1954
- readonly distance: "Distance";
1955
- readonly rating: "Rating";
1956
- readonly nextAvailable: "Next available";
1957
- readonly relevance: "Relevance";
1953
+ readonly label: "الترتيب";
1954
+ readonly distance: "المسافة";
1955
+ readonly rating: "التقييم";
1956
+ readonly nextAvailable: "أقرب موعد متاح";
1957
+ readonly relevance: "الأكثر صلة";
1958
1958
  };
1959
1959
  readonly empty: {
1960
- readonly title: "No results";
1961
- readonly description: "Try widening the radius or removing a filter.";
1960
+ readonly title: "لا توجد نتائج";
1961
+ readonly description: "حاول توسيع نطاق البحث أو إزالة أحد الفلاتر.";
1962
1962
  };
1963
1963
  readonly error: {
1964
- readonly title: "We couldn't load the results";
1965
- readonly description: "Check your connection and try again.";
1966
- readonly retry: "Try again";
1964
+ readonly title: "تعذر تحميل النتائج";
1965
+ readonly description: "تحقق من اتصالك وحاول مرة أخرى.";
1966
+ readonly retry: "حاول مرة أخرى";
1967
1967
  };
1968
- readonly viewMap: "View map";
1969
- readonly viewList: "View list";
1968
+ readonly viewMap: "عرض الخريطة";
1969
+ readonly viewList: "عرض القائمة";
1970
1970
  readonly nextSlot: {
1971
- readonly summary: "Next available {{time}}";
1972
- readonly cta: "Book at {{time}}";
1971
+ readonly summary: "أقرب موعد متاح {{time}}";
1972
+ readonly cta: "احجز الساعة {{time}}";
1973
1973
  };
1974
1974
  readonly distance: {
1975
1975
  readonly km: "{{distance}} km";
1976
1976
  readonly below: "< 1 km";
1977
1977
  };
1978
1978
  readonly fearPatient: {
1979
- readonly label: "Anxious-patient friendly";
1979
+ readonly label: "مناسب للمرضى القلقين";
1980
1980
  };
1981
1981
  readonly card: {
1982
- readonly open: "Open";
1983
- readonly book: "Book";
1984
- readonly firstVisitPrice: "First visit cost";
1982
+ readonly open: "فتح";
1983
+ readonly book: "احجز";
1984
+ readonly firstVisitPrice: "تكلفة الزيارة الأولى";
1985
1985
  };
1986
1986
  readonly sheet: {
1987
- readonly title_one: "{{count}} practice";
1988
- readonly title_zero: "{{count}} practices";
1989
- readonly title_two: "{{count}} practices";
1990
- readonly title_few: "{{count}} practices";
1991
- readonly title_many: "{{count}} practices";
1992
- readonly title_other: "{{count}} practices";
1993
- readonly description: "Map of the matching practices with the result list beneath.";
1994
- readonly descriptionMapFirst: "Practice list, sort controls, and sheet snap-state radio group.";
1987
+ readonly title_one: "{{count}} عيادة";
1988
+ readonly title_zero: "{{count}} عيادات";
1989
+ readonly title_two: "{{count}} عيادتان";
1990
+ readonly title_few: "{{count}} عيادات";
1991
+ readonly title_many: "{{count}} عيادة";
1992
+ readonly title_other: "{{count}} عيادة";
1993
+ readonly description: "خريطة العيادات المطابقة مع قائمة النتائج أسفلها.";
1994
+ readonly descriptionMapFirst: "قائمة العيادات، عناصر تحكم الترتيب، ومجموعة أزرار اختيار حجم اللوحة.";
1995
1995
  readonly snap: {
1996
- readonly label: "Sheet size";
1997
- readonly peek: "Peek";
1998
- readonly half: "Half";
1999
- readonly full: "Full";
1996
+ readonly label: "حجم اللوحة";
1997
+ readonly peek: "معاينة";
1998
+ readonly half: "نصف";
1999
+ readonly full: "كامل";
2000
2000
  };
2001
2001
  };
2002
2002
  };
2003
2003
  readonly contactProfileCard: {
2004
- readonly heading: "Profile";
2005
- readonly openInGoogleMaps: "Open in Google Maps";
2004
+ readonly heading: "الملف الشخصي";
2005
+ readonly openInGoogleMaps: "فتح في Google Maps";
2006
2006
  readonly label: {
2007
- readonly address: "Practice address";
2008
- readonly phone: "Phone";
2007
+ readonly address: "عنوان العيادة";
2008
+ readonly phone: "الهاتف";
2009
2009
  readonly whatsapp: "WhatsApp";
2010
2010
  readonly email: "Email";
2011
- readonly website: "Website";
2012
- readonly languages: "Languages spoken";
2013
- readonly insurances: "Insurance / partnership";
2014
- readonly firstVisitPrice: "First visit cost";
2015
- readonly expertForAnxiousPatients: "Expert with anxious patients";
2016
- readonly profession: "Profession";
2011
+ readonly website: "الموقع الإلكتروني";
2012
+ readonly languages: "اللغات المتحدثة";
2013
+ readonly insurances: "التأمين / الشراكات";
2014
+ readonly firstVisitPrice: "تكلفة الزيارة الأولى";
2015
+ readonly expertForAnxiousPatients: "خبرة مع المرضى القلقين";
2016
+ readonly profession: "المهنة";
2017
2017
  };
2018
2018
  readonly value: {
2019
- readonly yesShort: "Yes";
2019
+ readonly yesShort: "نعم";
2020
2020
  };
2021
2021
  readonly map: {
2022
2022
  readonly alt: "خريطة تعرض {{address}}";
@@ -2619,8 +2619,8 @@ export declare const arUi: {
2619
2619
  };
2620
2620
  readonly operatorHero: {
2621
2621
  readonly colorLabel: "Calendar colour";
2622
- readonly regionLabel: "Operator profile";
2623
- readonly ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews";
2622
+ readonly regionLabel: "الملف الشخصي للمختص";
2623
+ readonly ratingLabel: "{{value}} من أصل 5 نجوم، استنادًا إلى {{count}} مراجعة";
2624
2624
  };
2625
2625
  readonly reviewsPanel: {
2626
2626
  readonly regionLabel: "تقييمات المرضى";
@@ -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: "تم إرسال الحجز",
1812
+ descriptionSingle: "لقد أرسلنا لك رابط تأكيد عبر {{channel}}. انقر على الرابط لتأكيد حجزك.",
1813
+ descriptionMultiple: "لقد أرسلنا لك رابط تأكيد عبر {{channels}}. انقر على الرابط في أي منها لتأكيد حجزك.",
1814
+ descriptionDemo: "هذا عرض تجريبي — لم يتم إرسال أي تأكيد. في الإصدار الفعلي، سنرسل إليك رابطًا عبر البريد الإلكتروني للتأكيد.",
1815
+ summaryDate: "التاريخ",
1816
+ summaryTime: "الوقت",
1817
+ summaryProvider: "المختص",
1818
+ summaryService: "الخدمة",
1819
+ summarySpecialty: "التخصص",
1820
+ bookAnother: "احجز موعدًا آخر",
1821
+ modifyBooking: "تعديل الحجز"
1822
1822
  },
1823
1823
  submitError: {
1824
- generic: "We couldn't submit your booking. Please try again."
1824
+ generic: "تعذر إرسال حجزك. يرجى المحاولة مرة أخرى."
1825
1825
  },
1826
1826
  details: {
1827
1827
  heading: "بياناتك",
@@ -1917,93 +1917,93 @@ const e = {
1917
1917
  },
1918
1918
  // TODO i18n: practiceResults strings pending translation — currently EN fallback
1919
1919
  practiceResults: {
1920
- regionLabel: "Practice search results",
1921
- loading: "Loading results…",
1920
+ regionLabel: "نتائج البحث عن العيادات",
1921
+ loading: "جارٍ تحميل النتائج…",
1922
1922
  results: {
1923
- heading_one: "{{count}} result in {{place}}",
1924
- heading_zero: "{{count}} results in {{place}}",
1925
- heading_two: "{{count}} results in {{place}}",
1926
- heading_few: "{{count}} results in {{place}}",
1927
- heading_many: "{{count}} results in {{place}}",
1928
- heading_other: "{{count}} results in {{place}}",
1929
- summary_one: "{{count}} result",
1930
- summary_zero: "{{count}} results",
1931
- summary_two: "{{count}} results",
1932
- summary_few: "{{count}} results",
1933
- summary_many: "{{count}} results",
1934
- summary_other: "{{count}} results"
1935
- },
1936
- list: { label: "Practice results list" },
1937
- map: { label: "Practice results map" },
1938
- thumbnail: { alt: "Map preview of the practice location" },
1923
+ heading_one: "{{count}} نتيجة في {{place}}",
1924
+ heading_zero: "{{count}} نتائج في {{place}}",
1925
+ heading_two: "{{count}} نتيجتان في {{place}}",
1926
+ heading_few: "{{count}} نتائج في {{place}}",
1927
+ heading_many: "{{count}} نتيجة في {{place}}",
1928
+ heading_other: "{{count}} نتيجة في {{place}}",
1929
+ summary_one: "{{count}} نتيجة",
1930
+ summary_zero: "{{count}} نتائج",
1931
+ summary_two: "{{count}} نتيجتان",
1932
+ summary_few: "{{count}} نتائج",
1933
+ summary_many: "{{count}} نتيجة",
1934
+ summary_other: "{{count}} نتيجة"
1935
+ },
1936
+ list: { label: "قائمة نتائج العيادات" },
1937
+ map: { label: "خريطة نتائج العيادات" },
1938
+ thumbnail: { alt: "معاينة خريطة لموقع العيادة" },
1939
1939
  filters: {
1940
- label: "Filters",
1941
- clear: "Clear filters",
1942
- empty: "No filters available."
1940
+ label: "الفلاتر",
1941
+ clear: "مسح الفلاتر",
1942
+ empty: "لا توجد فلاتر متاحة."
1943
1943
  },
1944
1944
  sort: {
1945
- label: "Sort",
1946
- distance: "Distance",
1947
- rating: "Rating",
1948
- nextAvailable: "Next available",
1949
- relevance: "Relevance"
1945
+ label: "الترتيب",
1946
+ distance: "المسافة",
1947
+ rating: "التقييم",
1948
+ nextAvailable: "أقرب موعد متاح",
1949
+ relevance: "الأكثر صلة"
1950
1950
  },
1951
1951
  empty: {
1952
- title: "No results",
1953
- description: "Try widening the radius or removing a filter."
1952
+ title: "لا توجد نتائج",
1953
+ description: "حاول توسيع نطاق البحث أو إزالة أحد الفلاتر."
1954
1954
  },
1955
1955
  error: {
1956
- title: "We couldn't load the results",
1957
- description: "Check your connection and try again.",
1958
- retry: "Try again"
1956
+ title: "تعذر تحميل النتائج",
1957
+ description: "تحقق من اتصالك وحاول مرة أخرى.",
1958
+ retry: "حاول مرة أخرى"
1959
1959
  },
1960
- viewMap: "View map",
1961
- viewList: "View list",
1960
+ viewMap: "عرض الخريطة",
1961
+ viewList: "عرض القائمة",
1962
1962
  nextSlot: {
1963
- summary: "Next available {{time}}",
1964
- cta: "Book at {{time}}"
1963
+ summary: "أقرب موعد متاح {{time}}",
1964
+ cta: "احجز الساعة {{time}}"
1965
1965
  },
1966
1966
  distance: { km: "{{distance}} km", below: "< 1 km" },
1967
- fearPatient: { label: "Anxious-patient friendly" },
1967
+ fearPatient: { label: "مناسب للمرضى القلقين" },
1968
1968
  card: {
1969
- open: "Open",
1970
- book: "Book",
1971
- firstVisitPrice: "First visit cost"
1969
+ open: "فتح",
1970
+ book: "احجز",
1971
+ firstVisitPrice: "تكلفة الزيارة الأولى"
1972
1972
  },
1973
1973
  sheet: {
1974
- title_one: "{{count}} practice",
1975
- title_zero: "{{count}} practices",
1976
- title_two: "{{count}} practices",
1977
- title_few: "{{count}} practices",
1978
- title_many: "{{count}} practices",
1979
- title_other: "{{count}} practices",
1980
- description: "Map of the matching practices with the result list beneath.",
1981
- descriptionMapFirst: "Practice list, sort controls, and sheet snap-state radio group.",
1974
+ title_one: "{{count}} عيادة",
1975
+ title_zero: "{{count}} عيادات",
1976
+ title_two: "{{count}} عيادتان",
1977
+ title_few: "{{count}} عيادات",
1978
+ title_many: "{{count}} عيادة",
1979
+ title_other: "{{count}} عيادة",
1980
+ description: "خريطة العيادات المطابقة مع قائمة النتائج أسفلها.",
1981
+ descriptionMapFirst: "قائمة العيادات، عناصر تحكم الترتيب، ومجموعة أزرار اختيار حجم اللوحة.",
1982
1982
  snap: {
1983
- label: "Sheet size",
1984
- peek: "Peek",
1985
- half: "Half",
1986
- full: "Full"
1983
+ label: "حجم اللوحة",
1984
+ peek: "معاينة",
1985
+ half: "نصف",
1986
+ full: "كامل"
1987
1987
  }
1988
1988
  }
1989
1989
  },
1990
1990
  contactProfileCard: {
1991
- heading: "Profile",
1992
- openInGoogleMaps: "Open in Google Maps",
1991
+ heading: "الملف الشخصي",
1992
+ openInGoogleMaps: "فتح في Google Maps",
1993
1993
  label: {
1994
- address: "Practice address",
1995
- phone: "Phone",
1994
+ address: "عنوان العيادة",
1995
+ phone: "الهاتف",
1996
1996
  whatsapp: "WhatsApp",
1997
1997
  email: "Email",
1998
- website: "Website",
1999
- languages: "Languages spoken",
2000
- insurances: "Insurance / partnership",
2001
- firstVisitPrice: "First visit cost",
2002
- expertForAnxiousPatients: "Expert with anxious patients",
2003
- profession: "Profession"
1998
+ website: "الموقع الإلكتروني",
1999
+ languages: "اللغات المتحدثة",
2000
+ insurances: "التأمين / الشراكات",
2001
+ firstVisitPrice: "تكلفة الزيارة الأولى",
2002
+ expertForAnxiousPatients: "خبرة مع المرضى القلقين",
2003
+ profession: "المهنة"
2004
2004
  },
2005
2005
  value: {
2006
- yesShort: "Yes"
2006
+ yesShort: "نعم"
2007
2007
  },
2008
2008
  map: {
2009
2009
  alt: "خريطة تعرض {{address}}"
@@ -2593,8 +2593,8 @@ const e = {
2593
2593
  },
2594
2594
  operatorHero: {
2595
2595
  colorLabel: "Calendar colour",
2596
- regionLabel: "Operator profile",
2597
- ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
2596
+ regionLabel: "الملف الشخصي للمختص",
2597
+ ratingLabel: "{{value}} من أصل 5 نجوم، استنادًا إلى {{count}} مراجعة"
2598
2598
  },
2599
2599
  reviewsPanel: {
2600
2600
  regionLabel: "تقييمات المرضى",
@@ -1811,20 +1811,20 @@ export declare const deUi: {
1811
1811
  };
1812
1812
  };
1813
1813
  readonly success: {
1814
- readonly heading: "Booking submitted";
1815
- readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
1816
- readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1817
- readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1818
- readonly summaryDate: "Date";
1819
- readonly summaryTime: "Time";
1820
- readonly summaryProvider: "Provider";
1821
- readonly summaryService: "Service";
1822
- readonly summarySpecialty: "Specialty";
1823
- readonly bookAnother: "Book another appointment";
1824
- readonly modifyBooking: "Modify booking";
1814
+ readonly heading: "Buchung gesendet";
1815
+ readonly descriptionSingle: "Wir haben dir einen Bestätigungslink über {{channel}} geschickt. Klicke auf den Link, um deine Buchung zu bestätigen.";
1816
+ readonly descriptionMultiple: "Wir haben dir einen Bestätigungslink über {{channels}} geschickt. Klicke auf den Link in einem dieser Kanäle, um deine Buchung zu bestätigen.";
1817
+ readonly descriptionDemo: "Das war eine Demo — es wurde keine Bestätigung gesendet. In der Produktivumgebung würden wir dir einen Bestätigungslink per E-Mail schicken.";
1818
+ readonly summaryDate: "Datum";
1819
+ readonly summaryTime: "Uhrzeit";
1820
+ readonly summaryProvider: "Fachperson";
1821
+ readonly summaryService: "Leistung";
1822
+ readonly summarySpecialty: "Fachgebiet";
1823
+ readonly bookAnother: "Weiteren Termin buchen";
1824
+ readonly modifyBooking: "Buchung ändern";
1825
1825
  };
1826
1826
  readonly submitError: {
1827
- readonly generic: "We couldn't submit your booking. Please try again.";
1827
+ readonly generic: "Deine Buchung konnte nicht gesendet werden. Bitte versuche es erneut.";
1828
1828
  };
1829
1829
  readonly details: {
1830
1830
  readonly heading: "Ihre Daten";
@@ -2001,22 +2001,22 @@ export declare const deUi: {
2001
2001
  };
2002
2002
  };
2003
2003
  readonly contactProfileCard: {
2004
- readonly heading: "Profile";
2005
- readonly openInGoogleMaps: "Open in Google Maps";
2004
+ readonly heading: "Profil";
2005
+ readonly openInGoogleMaps: "In Google Maps öffnen";
2006
2006
  readonly label: {
2007
- readonly address: "Practice address";
2008
- readonly phone: "Phone";
2009
- readonly whatsapp: "WhatsApp";
2007
+ readonly address: "Praxisadresse";
2008
+ readonly phone: "Telefon";
2009
+ readonly whatsapp: "WhatsApp-Nummer";
2010
2010
  readonly email: "Email";
2011
2011
  readonly website: "Website";
2012
- readonly languages: "Languages spoken";
2013
- readonly insurances: "Insurance / partnership";
2012
+ readonly languages: "Gesprochene Sprachen";
2013
+ readonly insurances: "Versicherung / Kooperation";
2014
2014
  readonly firstVisitPrice: "Kosten der Erstuntersuchung";
2015
- readonly expertForAnxiousPatients: "Expert with anxious patients";
2016
- readonly profession: "Profession";
2015
+ readonly expertForAnxiousPatients: "Erfahren im Umgang mit ängstlichen Patient:innen";
2016
+ readonly profession: "Beruf";
2017
2017
  };
2018
2018
  readonly value: {
2019
- readonly yesShort: "Yes";
2019
+ readonly yesShort: "Ja";
2020
2020
  };
2021
2021
  readonly map: {
2022
2022
  readonly alt: "Karte mit {{address}}";
@@ -2619,8 +2619,8 @@ export declare const deUi: {
2619
2619
  };
2620
2620
  readonly operatorHero: {
2621
2621
  readonly colorLabel: "Calendar colour";
2622
- readonly regionLabel: "Operator profile";
2623
- readonly ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews";
2622
+ readonly regionLabel: "Profil der Fachperson";
2623
+ readonly ratingLabel: "{{value}} von 5 Sternen, basierend auf {{count}} Bewertungen";
2624
2624
  };
2625
2625
  readonly reviewsPanel: {
2626
2626
  readonly regionLabel: "Patientenbewertungen";
@@ -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: "Buchung gesendet",
1812
+ descriptionSingle: "Wir haben dir einen Bestätigungslink über {{channel}} geschickt. Klicke auf den Link, um deine Buchung zu bestätigen.",
1813
+ descriptionMultiple: "Wir haben dir einen Bestätigungslink über {{channels}} geschickt. Klicke auf den Link in einem dieser Kanäle, um deine Buchung zu bestätigen.",
1814
+ descriptionDemo: "Das war eine Demo — es wurde keine Bestätigung gesendet. In der Produktivumgebung würden wir dir einen Bestätigungslink per E-Mail schicken.",
1815
+ summaryDate: "Datum",
1816
+ summaryTime: "Uhrzeit",
1817
+ summaryProvider: "Fachperson",
1818
+ summaryService: "Leistung",
1819
+ summarySpecialty: "Fachgebiet",
1820
+ bookAnother: "Weiteren Termin buchen",
1821
+ modifyBooking: "Buchung ändern"
1822
1822
  },
1823
1823
  submitError: {
1824
- generic: "We couldn't submit your booking. Please try again."
1824
+ generic: "Deine Buchung konnte nicht gesendet werden. Bitte versuche es erneut."
1825
1825
  },
1826
1826
  details: {
1827
1827
  heading: "Ihre Daten",
@@ -1987,22 +1987,22 @@ const e = {
1987
1987
  }
1988
1988
  },
1989
1989
  contactProfileCard: {
1990
- heading: "Profile",
1991
- openInGoogleMaps: "Open in Google Maps",
1990
+ heading: "Profil",
1991
+ openInGoogleMaps: "In Google Maps öffnen",
1992
1992
  label: {
1993
- address: "Practice address",
1994
- phone: "Phone",
1995
- whatsapp: "WhatsApp",
1993
+ address: "Praxisadresse",
1994
+ phone: "Telefon",
1995
+ whatsapp: "WhatsApp-Nummer",
1996
1996
  email: "Email",
1997
1997
  website: "Website",
1998
- languages: "Languages spoken",
1999
- insurances: "Insurance / partnership",
1998
+ languages: "Gesprochene Sprachen",
1999
+ insurances: "Versicherung / Kooperation",
2000
2000
  firstVisitPrice: "Kosten der Erstuntersuchung",
2001
- expertForAnxiousPatients: "Expert with anxious patients",
2002
- profession: "Profession"
2001
+ expertForAnxiousPatients: "Erfahren im Umgang mit ängstlichen Patient:innen",
2002
+ profession: "Beruf"
2003
2003
  },
2004
2004
  value: {
2005
- yesShort: "Yes"
2005
+ yesShort: "Ja"
2006
2006
  },
2007
2007
  map: {
2008
2008
  alt: "Karte mit {{address}}"
@@ -2594,8 +2594,8 @@ const e = {
2594
2594
  },
2595
2595
  operatorHero: {
2596
2596
  colorLabel: "Calendar colour",
2597
- regionLabel: "Operator profile",
2598
- ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
2597
+ regionLabel: "Profil der Fachperson",
2598
+ ratingLabel: "{{value}} von 5 Sternen, basierend auf {{count}} Bewertungen"
2599
2599
  },
2600
2600
  reviewsPanel: {
2601
2601
  regionLabel: "Patientenbewertungen",