@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 plUi: {
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: "Rezerwacja wysłana";
1812
+ readonly descriptionSingle: "Wysłaliśmy link potwierdzający przez {{channel}}. Kliknij link, aby potwierdzić rezerwację.";
1813
+ readonly descriptionMultiple: "Wysłaliśmy link potwierdzający przez {{channels}}. Kliknij dowolny z tych linków, aby potwierdzić rezerwację.";
1814
+ readonly descriptionDemo: "To była wersja demonstracyjna — nie wysłano żadnego potwierdzenia. W wersji produkcyjnej wysłalibyśmy e-mail z linkiem do potwierdzenia.";
1815
+ readonly summaryDate: "Data";
1816
+ readonly summaryTime: "Godzina";
1817
+ readonly summaryProvider: "Specjalista";
1818
+ readonly summaryService: "Usługa";
1819
+ readonly summarySpecialty: "Specjalizacja";
1820
+ readonly bookAnother: "Umów kolejną wizytę";
1821
+ readonly modifyBooking: "Zmień rezerwację";
1822
1822
  };
1823
1823
  readonly submitError: {
1824
- readonly generic: "We couldn't submit your booking. Please try again.";
1824
+ readonly generic: "Nie udało się wysłać rezerwacji. Spróbuj ponownie.";
1825
1825
  };
1826
1826
  readonly details: {
1827
1827
  readonly heading: "Twoje dane";
@@ -1916,104 +1916,104 @@ export declare const plUi: {
1916
1916
  };
1917
1917
  };
1918
1918
  readonly practiceResults: {
1919
- readonly regionLabel: "Practice search results";
1920
- readonly loading: "Loading results…";
1919
+ readonly regionLabel: "Wyniki wyszukiwania gabinetów";
1920
+ readonly loading: "Wczytywanie wyników…";
1921
1921
  readonly results: {
1922
- readonly heading_one: "{{count}} result in {{place}}";
1923
- readonly heading_zero: "{{count}} results in {{place}}";
1924
- readonly heading_two: "{{count}} results in {{place}}";
1925
- readonly heading_few: "{{count}} results in {{place}}";
1926
- readonly heading_many: "{{count}} results in {{place}}";
1927
- readonly heading_other: "{{count}} results in {{place}}";
1928
- readonly summary_one: "{{count}} result";
1929
- readonly summary_zero: "{{count}} results";
1930
- readonly summary_two: "{{count}} results";
1931
- readonly summary_few: "{{count}} results";
1932
- readonly summary_many: "{{count}} results";
1933
- readonly summary_other: "{{count}} results";
1922
+ readonly heading_one: "{{count}} wynik w {{place}}";
1923
+ readonly heading_zero: "{{count}} wyniku w {{place}}";
1924
+ readonly heading_two: "{{count}} wyniku w {{place}}";
1925
+ readonly heading_few: "{{count}} wyniki w {{place}}";
1926
+ readonly heading_many: "{{count}} wyników w {{place}}";
1927
+ readonly heading_other: "{{count}} wyniku w {{place}}";
1928
+ readonly summary_one: "{{count}} wynik";
1929
+ readonly summary_zero: "{{count}} wyniku";
1930
+ readonly summary_two: "{{count}} wyniku";
1931
+ readonly summary_few: "{{count}} wyniki";
1932
+ readonly summary_many: "{{count}} wyników";
1933
+ readonly summary_other: "{{count}} wyniku";
1934
1934
  };
1935
1935
  readonly list: {
1936
- readonly label: "Practice results list";
1936
+ readonly label: "Lista gabinetów";
1937
1937
  };
1938
1938
  readonly map: {
1939
- readonly label: "Practice results map";
1939
+ readonly label: "Mapa gabinetów";
1940
1940
  };
1941
1941
  readonly thumbnail: {
1942
- readonly alt: "Map preview of the practice location";
1942
+ readonly alt: "Podgląd mapy z lokalizacją gabinetu";
1943
1943
  };
1944
1944
  readonly filters: {
1945
- readonly label: "Filters";
1946
- readonly clear: "Clear filters";
1947
- readonly empty: "No filters available.";
1945
+ readonly label: "Filtry";
1946
+ readonly clear: "Wyczyść filtry";
1947
+ readonly empty: "Brak dostępnych filtrów.";
1948
1948
  };
1949
1949
  readonly sort: {
1950
- readonly label: "Sort";
1951
- readonly distance: "Distance";
1952
- readonly rating: "Rating";
1953
- readonly nextAvailable: "Next available";
1954
- readonly relevance: "Relevance";
1950
+ readonly label: "Sortuj";
1951
+ readonly distance: "Odległość";
1952
+ readonly rating: "Ocena";
1953
+ readonly nextAvailable: "Najbliższy termin";
1954
+ readonly relevance: "Trafność";
1955
1955
  };
1956
1956
  readonly empty: {
1957
- readonly title: "No results";
1958
- readonly description: "Try widening the radius or removing a filter.";
1957
+ readonly title: "Brak wyników";
1958
+ readonly description: "Spróbuj zwiększyć promień wyszukiwania lub usunąć filtr.";
1959
1959
  };
1960
1960
  readonly error: {
1961
- readonly title: "We couldn't load the results";
1962
- readonly description: "Check your connection and try again.";
1963
- readonly retry: "Try again";
1961
+ readonly title: "Nie udało się wczytać wyników";
1962
+ readonly description: "Sprawdź połączenie i spróbuj ponownie.";
1963
+ readonly retry: "Spróbuj ponownie";
1964
1964
  };
1965
- readonly viewMap: "View map";
1966
- readonly viewList: "View list";
1965
+ readonly viewMap: "Pokaż mapę";
1966
+ readonly viewList: "Pokaż listę";
1967
1967
  readonly nextSlot: {
1968
- readonly summary: "Next available {{time}}";
1969
- readonly cta: "Book at {{time}}";
1968
+ readonly summary: "Najbliższy termin: {{time}}";
1969
+ readonly cta: "Umów na {{time}}";
1970
1970
  };
1971
1971
  readonly distance: {
1972
1972
  readonly km: "{{distance}} km";
1973
1973
  readonly below: "< 1 km";
1974
1974
  };
1975
1975
  readonly fearPatient: {
1976
- readonly label: "Anxious-patient friendly";
1976
+ readonly label: "Przyjazne pacjentom z lękiem";
1977
1977
  };
1978
1978
  readonly card: {
1979
- readonly open: "Open";
1980
- readonly book: "Book";
1981
- readonly firstVisitPrice: "First visit cost";
1979
+ readonly open: "Otwórz";
1980
+ readonly book: "Umów";
1981
+ readonly firstVisitPrice: "Koszt pierwszej wizyty";
1982
1982
  };
1983
1983
  readonly sheet: {
1984
- readonly title_one: "{{count}} practice";
1985
- readonly title_zero: "{{count}} practices";
1986
- readonly title_two: "{{count}} practices";
1987
- readonly title_few: "{{count}} practices";
1988
- readonly title_many: "{{count}} practices";
1989
- readonly title_other: "{{count}} practices";
1990
- readonly description: "Map of the matching practices with the result list beneath.";
1991
- readonly descriptionMapFirst: "Practice list, sort controls, and sheet snap-state radio group.";
1984
+ readonly title_one: "{{count}} gabinet";
1985
+ readonly title_zero: "{{count}} gabinetu";
1986
+ readonly title_two: "{{count}} gabinetu";
1987
+ readonly title_few: "{{count}} gabinety";
1988
+ readonly title_many: "{{count}} gabinetów";
1989
+ readonly title_other: "{{count}} gabinetu";
1990
+ readonly description: "Mapa pasujących gabinetów wraz z listą wyników poniżej.";
1991
+ readonly descriptionMapFirst: "Lista gabinetów, opcje sortowania oraz przełącznik wielkości panelu.";
1992
1992
  readonly snap: {
1993
- readonly label: "Sheet size";
1994
- readonly peek: "Peek";
1995
- readonly half: "Half";
1996
- readonly full: "Full";
1993
+ readonly label: "Wielkość panelu";
1994
+ readonly peek: "Podgląd";
1995
+ readonly half: "Połowa";
1996
+ readonly full: "Pełny";
1997
1997
  };
1998
1998
  };
1999
1999
  };
2000
2000
  readonly contactProfileCard: {
2001
- readonly heading: "Profile";
2002
- readonly openInGoogleMaps: "Open in Google Maps";
2001
+ readonly heading: "Profil";
2002
+ readonly openInGoogleMaps: "Otwórz w Google Maps";
2003
2003
  readonly label: {
2004
- readonly address: "Practice address";
2005
- readonly phone: "Phone";
2004
+ readonly address: "Adres gabinetu";
2005
+ readonly phone: "Telefon";
2006
2006
  readonly whatsapp: "WhatsApp";
2007
2007
  readonly email: "Email";
2008
- readonly website: "Website";
2009
- readonly languages: "Languages spoken";
2010
- readonly insurances: "Insurance / partnership";
2011
- readonly firstVisitPrice: "First visit cost";
2012
- readonly expertForAnxiousPatients: "Expert with anxious patients";
2013
- readonly profession: "Profession";
2008
+ readonly website: "Strona internetowa";
2009
+ readonly languages: "Znajomość języków";
2010
+ readonly insurances: "Ubezpieczenie / współpraca";
2011
+ readonly firstVisitPrice: "Koszt pierwszej wizyty";
2012
+ readonly expertForAnxiousPatients: "Doświadczenie z pacjentami z lękiem";
2013
+ readonly profession: "Zawód";
2014
2014
  };
2015
2015
  readonly value: {
2016
- readonly yesShort: "Yes";
2016
+ readonly yesShort: "Tak";
2017
2017
  };
2018
2018
  readonly map: {
2019
2019
  readonly alt: "Mapa pokazująca {{address}}";
@@ -2616,8 +2616,8 @@ export declare const plUi: {
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: "Profil specjalisty";
2620
+ readonly ratingLabel: "{{value}} na 5 gwiazdek, na podstawie {{count}} recenzji";
2621
2621
  };
2622
2622
  readonly reviewsPanel: {
2623
2623
  readonly regionLabel: "Opinie pacjentów";
@@ -1 +1 @@
1
- {"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAukJP,CAAC"}
1
+ {"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAskJP,CAAC"}
@@ -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: "Rezerwacja wysłana",
1812
+ descriptionSingle: "Wysłaliśmy link potwierdzający przez {{channel}}. Kliknij link, aby potwierdzić rezerwację.",
1813
+ descriptionMultiple: "Wysłaliśmy link potwierdzający przez {{channels}}. Kliknij dowolny z tych linków, aby potwierdzić rezerwację.",
1814
+ descriptionDemo: "To była wersja demonstracyjna — nie wysłano żadnego potwierdzenia. W wersji produkcyjnej wysłalibyśmy e-mail z linkiem do potwierdzenia.",
1815
+ summaryDate: "Data",
1816
+ summaryTime: "Godzina",
1817
+ summaryProvider: "Specjalista",
1818
+ summaryService: "Usługa",
1819
+ summarySpecialty: "Specjalizacja",
1820
+ bookAnother: "Umów kolejną wizytę",
1821
+ modifyBooking: "Zmień rezerwację"
1822
1822
  },
1823
1823
  submitError: {
1824
- generic: "We couldn't submit your booking. Please try again."
1824
+ generic: "Nie udało się wysłać rezerwacji. Spróbuj ponownie."
1825
1825
  },
1826
1826
  details: {
1827
1827
  heading: "Twoje dane",
@@ -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: "Wyniki wyszukiwania gabinetów",
1921
+ loading: "Wczytywanie wyników…",
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}} wynik w {{place}}",
1924
+ heading_zero: "{{count}} wyniku w {{place}}",
1925
+ heading_two: "{{count}} wyniku w {{place}}",
1926
+ heading_few: "{{count}} wyniki w {{place}}",
1927
+ heading_many: "{{count}} wyników w {{place}}",
1928
+ heading_other: "{{count}} wyniku w {{place}}",
1929
+ summary_one: "{{count}} wynik",
1930
+ summary_zero: "{{count}} wyniku",
1931
+ summary_two: "{{count}} wyniku",
1932
+ summary_few: "{{count}} wyniki",
1933
+ summary_many: "{{count}} wyników",
1934
+ summary_other: "{{count}} wyniku"
1935
+ },
1936
+ list: { label: "Lista gabinetów" },
1937
+ map: { label: "Mapa gabinetów" },
1938
+ thumbnail: { alt: "Podgląd mapy z lokalizacją gabinetu" },
1939
1939
  filters: {
1940
- label: "Filters",
1941
- clear: "Clear filters",
1942
- empty: "No filters available."
1940
+ label: "Filtry",
1941
+ clear: "Wyczyść filtry",
1942
+ empty: "Brak dostępnych filtrów."
1943
1943
  },
1944
1944
  sort: {
1945
- label: "Sort",
1946
- distance: "Distance",
1947
- rating: "Rating",
1948
- nextAvailable: "Next available",
1949
- relevance: "Relevance"
1945
+ label: "Sortuj",
1946
+ distance: "Odległość",
1947
+ rating: "Ocena",
1948
+ nextAvailable: "Najbliższy termin",
1949
+ relevance: "Trafność"
1950
1950
  },
1951
1951
  empty: {
1952
- title: "No results",
1953
- description: "Try widening the radius or removing a filter."
1952
+ title: "Brak wyników",
1953
+ description: "Spróbuj zwiększyć promień wyszukiwania lub usunąć filtr."
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: "Nie udało się wczytać wyników",
1957
+ description: "Sprawdź połączenie i spróbuj ponownie.",
1958
+ retry: "Spróbuj ponownie"
1959
1959
  },
1960
- viewMap: "View map",
1961
- viewList: "View list",
1960
+ viewMap: "Pokaż mapę",
1961
+ viewList: "Pokaż listę",
1962
1962
  nextSlot: {
1963
- summary: "Next available {{time}}",
1964
- cta: "Book at {{time}}"
1963
+ summary: "Najbliższy termin: {{time}}",
1964
+ cta: "Umów na {{time}}"
1965
1965
  },
1966
1966
  distance: { km: "{{distance}} km", below: "< 1 km" },
1967
- fearPatient: { label: "Anxious-patient friendly" },
1967
+ fearPatient: { label: "Przyjazne pacjentom z lękiem" },
1968
1968
  card: {
1969
- open: "Open",
1970
- book: "Book",
1971
- firstVisitPrice: "First visit cost"
1969
+ open: "Otwórz",
1970
+ book: "Umów",
1971
+ firstVisitPrice: "Koszt pierwszej wizyty"
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}} gabinet",
1975
+ title_zero: "{{count}} gabinetu",
1976
+ title_two: "{{count}} gabinetu",
1977
+ title_few: "{{count}} gabinety",
1978
+ title_many: "{{count}} gabinetów",
1979
+ title_other: "{{count}} gabinetu",
1980
+ description: "Mapa pasujących gabinetów wraz z listą wyników poniżej.",
1981
+ descriptionMapFirst: "Lista gabinetów, opcje sortowania oraz przełącznik wielkości panelu.",
1982
1982
  snap: {
1983
- label: "Sheet size",
1984
- peek: "Peek",
1985
- half: "Half",
1986
- full: "Full"
1983
+ label: "Wielkość panelu",
1984
+ peek: "Podgląd",
1985
+ half: "Połowa",
1986
+ full: "Pełny"
1987
1987
  }
1988
1988
  }
1989
1989
  },
1990
1990
  contactProfileCard: {
1991
- heading: "Profile",
1992
- openInGoogleMaps: "Open in Google Maps",
1991
+ heading: "Profil",
1992
+ openInGoogleMaps: "Otwórz w Google Maps",
1993
1993
  label: {
1994
- address: "Practice address",
1995
- phone: "Phone",
1994
+ address: "Adres gabinetu",
1995
+ phone: "Telefon",
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: "Strona internetowa",
1999
+ languages: "Znajomość języków",
2000
+ insurances: "Ubezpieczenie / współpraca",
2001
+ firstVisitPrice: "Koszt pierwszej wizyty",
2002
+ expertForAnxiousPatients: "Doświadczenie z pacjentami z lękiem",
2003
+ profession: "Zawód"
2004
2004
  },
2005
2005
  value: {
2006
- yesShort: "Yes"
2006
+ yesShort: "Tak"
2007
2007
  },
2008
2008
  map: {
2009
2009
  alt: "Mapa pokazująca {{address}}"
@@ -2596,8 +2596,8 @@ const e = {
2596
2596
  },
2597
2597
  operatorHero: {
2598
2598
  colorLabel: "Calendar colour",
2599
- regionLabel: "Operator profile",
2600
- ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews"
2599
+ regionLabel: "Profil specjalisty",
2600
+ ratingLabel: "{{value}} na 5 gwiazdek, na podstawie {{count}} recenzji"
2601
2601
  },
2602
2602
  reviewsPanel: {
2603
2603
  regionLabel: "Opinie pacjentów",