@alfadocs/ui-kit 0.25.2 → 0.30.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 (86) hide show
  1. package/dist/_chunks/booking-BYuc_8HV.js +2250 -0
  2. package/dist/_chunks/{calendar-9eOXumpH.js → calendar-WWNx448i.js} +10 -9
  3. package/dist/_chunks/{contact-card-CeEfEAxh.js → contact-card-DYbp--s-.js} +2 -2
  4. package/dist/_chunks/{header-B8V_sNPy.js → header-CkMb1TZS.js} +23 -23
  5. package/dist/_chunks/heart-pulse-CvuyFKHB.js +21 -0
  6. package/dist/_chunks/{link-DmM5IevO.js → link-DrD_cRUg.js} +50 -45
  7. package/dist/_chunks/parseISO-Dk4xa7q6.js +120 -0
  8. package/dist/_chunks/patient-search-BhlxYAI3.js +1102 -0
  9. package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
  10. package/dist/_chunks/public-footer.agent-CA29gxHJ.js +516 -0
  11. package/dist/_chunks/reviews-panel-CFttsfuC.js +513 -0
  12. package/dist/_chunks/slot-grid-B2zprPcv.js +387 -0
  13. package/dist/_chunks/stethoscope-DT5qCW8Y.js +18 -0
  14. package/dist/agent-catalog.json +117 -22
  15. package/dist/components/booking/booking-types.d.ts +145 -0
  16. package/dist/components/booking/booking.agent.d.ts +1 -1
  17. package/dist/components/booking/booking.d.ts +4 -89
  18. package/dist/components/booking/cascade.d.ts +96 -0
  19. package/dist/components/booking/details-form.d.ts +32 -0
  20. package/dist/components/booking/index.d.ts +2 -1
  21. package/dist/components/booking/index.js +5 -3
  22. package/dist/components/calendar/index.js +1 -1
  23. package/dist/components/checkbox/checkbox.d.ts +6 -2
  24. package/dist/components/contact-card/index.js +1 -1
  25. package/dist/components/header/index.js +1 -1
  26. package/dist/components/index.d.ts +3 -0
  27. package/dist/components/link/index.js +1 -1
  28. package/dist/components/link/link.d.ts +7 -0
  29. package/dist/components/patient-search/index.d.ts +4 -0
  30. package/dist/components/patient-search/index.js +6 -0
  31. package/dist/components/patient-search/patient-search.agent.d.ts +4 -0
  32. package/dist/components/patient-search/patient-search.d.ts +103 -0
  33. package/dist/components/public-footer/index.d.ts +6 -0
  34. package/dist/components/public-footer/index.js +10 -0
  35. package/dist/components/public-footer/legal-urls.d.ts +18 -0
  36. package/dist/components/public-footer/public-footer.agent.d.ts +4 -0
  37. package/dist/components/public-footer/public-footer.d.ts +51 -0
  38. package/dist/components/public-footer/socials.d.ts +9 -0
  39. package/dist/components/reviews-panel/index.d.ts +4 -0
  40. package/dist/components/reviews-panel/index.js +6 -0
  41. package/dist/components/reviews-panel/reviews-panel.agent.d.ts +4 -0
  42. package/dist/components/reviews-panel/reviews-panel.d.ts +76 -0
  43. package/dist/components/slot-grid/index.js +1 -1
  44. package/dist/i18n/config.js +3866 -36
  45. package/dist/i18n/locales/ar.d.ts +214 -0
  46. package/dist/i18n/locales/de.d.ts +214 -0
  47. package/dist/i18n/locales/el.d.ts +214 -0
  48. package/dist/i18n/locales/es.d.ts +214 -0
  49. package/dist/i18n/locales/fr.d.ts +214 -0
  50. package/dist/i18n/locales/hi.d.ts +214 -0
  51. package/dist/i18n/locales/ja.d.ts +214 -0
  52. package/dist/i18n/locales/nl.d.ts +214 -0
  53. package/dist/i18n/locales/pl.d.ts +214 -0
  54. package/dist/i18n/locales/pt.d.ts +214 -0
  55. package/dist/i18n/locales/ro.d.ts +214 -0
  56. package/dist/i18n/locales/ru.d.ts +214 -0
  57. package/dist/i18n/locales/sq.d.ts +214 -0
  58. package/dist/i18n/locales/sv.d.ts +214 -0
  59. package/dist/i18n/locales/tr.d.ts +214 -0
  60. package/dist/i18n/locales/zh.d.ts +214 -0
  61. package/dist/i18n/resources.d.ts +428 -0
  62. package/dist/index.js +351 -336
  63. package/dist/locales/ar.json +215 -1
  64. package/dist/locales/de.json +215 -1
  65. package/dist/locales/el.json +215 -1
  66. package/dist/locales/en.json +215 -1
  67. package/dist/locales/es.json +215 -1
  68. package/dist/locales/fr.json +215 -1
  69. package/dist/locales/hi.json +215 -1
  70. package/dist/locales/it.json +215 -1
  71. package/dist/locales/ja.json +215 -1
  72. package/dist/locales/nl.json +215 -1
  73. package/dist/locales/pl.json +215 -1
  74. package/dist/locales/pt.json +215 -1
  75. package/dist/locales/ro.json +215 -1
  76. package/dist/locales/ru.json +215 -1
  77. package/dist/locales/sq.json +215 -1
  78. package/dist/locales/sv.json +215 -1
  79. package/dist/locales/tr.json +215 -1
  80. package/dist/locales/zh.json +215 -1
  81. package/dist/patterns/patient-shell/index.js +1 -1
  82. package/dist/tokens.css +1 -1
  83. package/package.json +13 -1
  84. package/dist/_chunks/booking-CXngC-1u.js +0 -1743
  85. package/dist/_chunks/slot-grid-DoodeQGZ.js +0 -502
  86. package/dist/_chunks/stethoscope-B8kpbtjh.js +0 -35
@@ -945,6 +945,193 @@ export declare const svUi: {
945
945
  readonly evening: "Kväll";
946
946
  };
947
947
  readonly slotAvailableLabel: "Tillgänglig kl. {{time}}";
948
+ readonly headingSubtitle: "Välj tjänst, datum och tid och bekräfta sedan.";
949
+ readonly insurance: {
950
+ readonly heading: "Typ av försäkring";
951
+ readonly placeholder: "Välj typ av försäkring";
952
+ readonly private: "Privat";
953
+ readonly public: "Lagstadgad (gesetzlich)";
954
+ };
955
+ readonly specialty: {
956
+ readonly heading: "Specialitet";
957
+ readonly placeholder: "Välj en specialitet";
958
+ };
959
+ readonly service: {
960
+ readonly heading: "Tjänst";
961
+ readonly placeholder: "Välj en tjänst";
962
+ };
963
+ readonly operator: {
964
+ readonly heading: "Behandlare";
965
+ readonly placeholder: "Välj en behandlare";
966
+ readonly all: "Vilken som helst tillgänglig behandlare";
967
+ };
968
+ readonly date: {
969
+ readonly heading: "Datum";
970
+ };
971
+ readonly slot: {
972
+ readonly heading: "Tid";
973
+ };
974
+ readonly emptyServices: {
975
+ readonly title: "Inga bokningsbara tjänster";
976
+ readonly description: "Det finns inga tjänster tillgängliga för detta val.";
977
+ };
978
+ readonly onboardingIncomplete: {
979
+ readonly title: "Inga behandlare tillgängliga";
980
+ readonly description: "Kliniken har ännu inte lagt upp behandlare för denna tjänst. Prova en annan tjänst eller kom tillbaka senare.";
981
+ };
982
+ readonly nextAvailable: {
983
+ readonly description: "Inga lediga tider i den aktuella perioden. Nästa tillgängliga datum är {{date}}.";
984
+ readonly cta: "Gå till nästa tillgängliga datum";
985
+ };
986
+ readonly confirmation: {
987
+ readonly heading: "Hur vill du få din bekräftelse?";
988
+ readonly helper: "Vi skickar en länk för att bekräfta din bokning via de kanaler du väljer.";
989
+ readonly atLeastOne: "Välj minst en kanal för att få bokningsbekräftelsen.";
990
+ readonly channel: {
991
+ readonly email: "E-post";
992
+ readonly whatsapp: "WhatsApp";
993
+ readonly sms: "SMS";
994
+ };
995
+ };
996
+ readonly success: {
997
+ readonly heading: "Booking submitted";
998
+ readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
+ readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly summaryDate: "Date";
1001
+ readonly summaryTime: "Time";
1002
+ readonly summaryProvider: "Provider";
1003
+ readonly bookAnother: "Book another appointment";
1004
+ };
1005
+ readonly details: {
1006
+ readonly heading: "Dina uppgifter";
1007
+ readonly submit: "Boka tid";
1008
+ readonly firstName: {
1009
+ readonly label: "Förnamn";
1010
+ readonly required: "Ange ditt förnamn.";
1011
+ };
1012
+ readonly lastName: {
1013
+ readonly label: "Efternamn";
1014
+ readonly required: "Ange ditt efternamn.";
1015
+ };
1016
+ readonly email: {
1017
+ readonly label: "E-post";
1018
+ readonly invalid: "Ange en giltig e-postadress.";
1019
+ };
1020
+ readonly mobilePhone: {
1021
+ readonly label: "Mobilnummer";
1022
+ readonly invalid: "Ange ett giltigt mobilnummer.";
1023
+ };
1024
+ readonly codiceFiscale: {
1025
+ readonly label: "Codice fiscale";
1026
+ readonly helper: "16 tecken, bokstäver och siffror.";
1027
+ readonly checking: "Kontrollerar…";
1028
+ readonly invalid: "Ogiltig codice fiscale.";
1029
+ readonly invalidFormat: "Codice fiscale måste vara 16 tecken (bokstäver och siffror).";
1030
+ readonly unavailable: "Validering ej tillgänglig, försök igen.";
1031
+ };
1032
+ readonly dateOfBirth: {
1033
+ readonly label: "Födelsedatum";
1034
+ readonly required: "Ange ditt födelsedatum.";
1035
+ };
1036
+ readonly insuranceNumber: {
1037
+ readonly label: "Försäkringsnummer (Versichertennummer)";
1038
+ readonly checking: "Kontrollerar…";
1039
+ readonly invalid: "Ogiltigt försäkringsnummer.";
1040
+ readonly unavailable: "Validering ej tillgänglig, försök igen.";
1041
+ };
1042
+ readonly note: {
1043
+ readonly label: "Besöksorsak / övriga upplysningar";
1044
+ readonly helper: "Upp till {{max}} tecken.";
1045
+ };
1046
+ readonly returningPatient: {
1047
+ readonly label: "Jag är redan patient hos den här kliniken";
1048
+ };
1049
+ readonly consent: {
1050
+ readonly privacy: {
1051
+ readonly label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>";
1052
+ };
1053
+ readonly terms: {
1054
+ readonly label: "Jag har läst och godkänner <policyLink>användarvillkoren</policyLink>";
1055
+ };
1056
+ };
1057
+ };
1058
+ };
1059
+ readonly patientSearch: {
1060
+ readonly regionLabel: "Sök tid";
1061
+ readonly who: {
1062
+ readonly label: "Läkare, specialitet, klinik eller behandlare";
1063
+ readonly placeholder: "Läkare, specialitet, klinik eller behandlare";
1064
+ };
1065
+ readonly where: {
1066
+ readonly label: "Stad, område eller adress";
1067
+ readonly placeholder: "Stad, område eller adress";
1068
+ };
1069
+ readonly when: {
1070
+ readonly label: "När";
1071
+ readonly today: "Idag";
1072
+ readonly tomorrow: "Imorgon";
1073
+ readonly thisWeek: "Den här veckan";
1074
+ readonly anytime: "När som helst";
1075
+ };
1076
+ readonly facets: {
1077
+ readonly label: "Filter";
1078
+ readonly clear: "Rensa filter";
1079
+ };
1080
+ readonly geo: {
1081
+ readonly cta: "Nära mig";
1082
+ readonly requesting: "Lokaliserar…";
1083
+ readonly radius: "Radie";
1084
+ readonly radiusFormat: "{{km}} km";
1085
+ readonly fallbackLabel: "Nära mig";
1086
+ readonly clear: "Rensa plats";
1087
+ readonly denied: "Åtkomst till plats nekad. Du kan skriva in en stad eller aktivera plats i webbläsarens inställningar.";
1088
+ };
1089
+ readonly discovery: {
1090
+ readonly heading: "Bläddra bland populära sökningar";
1091
+ readonly empty: "Inga förslag att bläddra bland — skriv in en läkare eller stad ovan.";
1092
+ };
1093
+ readonly submit: {
1094
+ readonly cta: "Sök";
1095
+ };
1096
+ };
1097
+ readonly reviewsPanel: {
1098
+ readonly regionLabel: "Patientomdömen";
1099
+ readonly title: "Patientomdömen";
1100
+ readonly listLabel: "Omdömeslista";
1101
+ readonly introHeading: "Om dessa omdömen";
1102
+ readonly filterTitle: "Filtrera efter stjärnor";
1103
+ readonly filter: {
1104
+ readonly allShort: "Alla";
1105
+ readonly allLabel_one: "Alla — {{count}} omdöme";
1106
+ readonly allLabel_other: "Alla — {{count}} omdömen";
1107
+ readonly starsLabel_one: "{{stars}} stjärnor — {{count}} omdöme";
1108
+ readonly starsLabel_other: "{{stars}} stjärnor — {{count}} omdömen";
1109
+ };
1110
+ readonly anonymous: "Anonym";
1111
+ readonly card: {
1112
+ readonly expand: "Visa detaljer";
1113
+ readonly collapse: "Dölj detaljer";
1114
+ };
1115
+ readonly replyTitle: "Svar från kliniken";
1116
+ readonly breakdown: {
1117
+ readonly appointment: "Besök";
1118
+ readonly communication: "Kommunikation";
1119
+ readonly staff: "Personal";
1120
+ readonly overall: "Övergripande";
1121
+ readonly futureVisit: "Skulle du komma tillbaka?";
1122
+ readonly recommendation: "Skulle du rekommendera oss?";
1123
+ };
1124
+ readonly answer: {
1125
+ readonly yes: "Ja";
1126
+ readonly no: "Nej";
1127
+ readonly unsure: "Osäker";
1128
+ };
1129
+ readonly empty: {
1130
+ readonly title: "Inga omdömen ännu";
1131
+ readonly description: "Omdömen från patienter visas här.";
1132
+ readonly filterDescription: "Inga omdömen med {{stars}} stjärnor.";
1133
+ readonly resetFilter: "Visa alla omdömen";
1134
+ };
948
1135
  };
949
1136
  readonly chart: {
950
1137
  readonly noData: "Inga data tillgängliga";
@@ -1276,5 +1463,32 @@ export declare const svUi: {
1276
1463
  readonly label: "{{state}} {{amount}}";
1277
1464
  };
1278
1465
  };
1466
+ readonly footer: {
1467
+ readonly nav: {
1468
+ readonly label: "Sidfot";
1469
+ readonly privacy: "Integritet";
1470
+ readonly terms: "Användarvillkor";
1471
+ readonly contacts: "Kontakta oss";
1472
+ };
1473
+ readonly copyright: "© {{year}} {{entity}} · {{vat}}";
1474
+ readonly tagline: "Tysk teknik, italiensk design";
1475
+ readonly group: {
1476
+ readonly product: "Produkt";
1477
+ readonly resources: "Resurser";
1478
+ readonly company: "Företag";
1479
+ readonly legal: "Juridik";
1480
+ };
1481
+ readonly social: {
1482
+ readonly aria: {
1483
+ readonly linkedin: "LinkedIn";
1484
+ readonly youtube: "YouTube";
1485
+ readonly instagram: "Instagram";
1486
+ readonly facebook: "Facebook";
1487
+ };
1488
+ };
1489
+ readonly external: {
1490
+ readonly opens_in_new_tab: "(öppnas i ny flik)";
1491
+ };
1492
+ };
1279
1493
  };
1280
1494
  //# sourceMappingURL=sv.d.ts.map
@@ -945,6 +945,193 @@ export declare const trUi: {
945
945
  readonly evening: "Akşam";
946
946
  };
947
947
  readonly slotAvailableLabel: "{{time}} için uygun";
948
+ readonly headingSubtitle: "Hizmet, tarih ve saati seçip ardından onaylayın.";
949
+ readonly insurance: {
950
+ readonly heading: "Sigorta türü";
951
+ readonly placeholder: "Sigorta türünü seçin";
952
+ readonly private: "Özel";
953
+ readonly public: "Devlet (gesetzlich)";
954
+ };
955
+ readonly specialty: {
956
+ readonly heading: "Uzmanlık alanı";
957
+ readonly placeholder: "Bir uzmanlık alanı seçin";
958
+ };
959
+ readonly service: {
960
+ readonly heading: "Hizmet";
961
+ readonly placeholder: "Bir hizmet seçin";
962
+ };
963
+ readonly operator: {
964
+ readonly heading: "Uygulayıcı";
965
+ readonly placeholder: "Bir uygulayıcı seçin";
966
+ readonly all: "Uygun olan herhangi bir uygulayıcı";
967
+ };
968
+ readonly date: {
969
+ readonly heading: "Tarih";
970
+ };
971
+ readonly slot: {
972
+ readonly heading: "Saat";
973
+ };
974
+ readonly emptyServices: {
975
+ readonly title: "Rezervasyon yapılabilecek hizmet yok";
976
+ readonly description: "Bu seçim için uygun hizmet bulunmuyor.";
977
+ };
978
+ readonly onboardingIncomplete: {
979
+ readonly title: "Uygun uygulayıcı yok";
980
+ readonly description: "Klinik bu hizmet için henüz uygulayıcı tanımlamadı. Başka bir hizmet deneyin veya daha sonra tekrar bakın.";
981
+ };
982
+ readonly nextAvailable: {
983
+ readonly description: "Mevcut dönemde uygun saat yok. En yakın uygun tarih {{date}}.";
984
+ readonly cta: "En yakın uygun tarihe git";
985
+ };
986
+ readonly confirmation: {
987
+ readonly heading: "Onayı nasıl almak istersiniz?";
988
+ readonly helper: "Seçtiğiniz kanallar üzerinden rezervasyonunuzu onaylamak için bir bağlantı göndereceğiz.";
989
+ readonly atLeastOne: "Rezervasyon onayını almak için en az bir kanal seçin.";
990
+ readonly channel: {
991
+ readonly email: "E-posta";
992
+ readonly whatsapp: "WhatsApp";
993
+ readonly sms: "SMS";
994
+ };
995
+ };
996
+ readonly success: {
997
+ readonly heading: "Booking submitted";
998
+ readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
+ readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly summaryDate: "Date";
1001
+ readonly summaryTime: "Time";
1002
+ readonly summaryProvider: "Provider";
1003
+ readonly bookAnother: "Book another appointment";
1004
+ };
1005
+ readonly details: {
1006
+ readonly heading: "Bilgileriniz";
1007
+ readonly submit: "Randevu al";
1008
+ readonly firstName: {
1009
+ readonly label: "Ad";
1010
+ readonly required: "Adınızı girin.";
1011
+ };
1012
+ readonly lastName: {
1013
+ readonly label: "Soyad";
1014
+ readonly required: "Soyadınızı girin.";
1015
+ };
1016
+ readonly email: {
1017
+ readonly label: "E-posta";
1018
+ readonly invalid: "Geçerli bir e-posta adresi girin.";
1019
+ };
1020
+ readonly mobilePhone: {
1021
+ readonly label: "Cep telefonu";
1022
+ readonly invalid: "Geçerli bir cep telefonu numarası girin.";
1023
+ };
1024
+ readonly codiceFiscale: {
1025
+ readonly label: "Codice fiscale";
1026
+ readonly helper: "16 karakter, harf ve rakam.";
1027
+ readonly checking: "Kontrol ediliyor…";
1028
+ readonly invalid: "Geçersiz codice fiscale.";
1029
+ readonly invalidFormat: "Codice fiscale 16 karakter olmalıdır (harf ve rakam).";
1030
+ readonly unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin.";
1031
+ };
1032
+ readonly dateOfBirth: {
1033
+ readonly label: "Doğum tarihi";
1034
+ readonly required: "Doğum tarihinizi girin.";
1035
+ };
1036
+ readonly insuranceNumber: {
1037
+ readonly label: "Sigorta numarası (Versichertennummer)";
1038
+ readonly checking: "Kontrol ediliyor…";
1039
+ readonly invalid: "Geçersiz sigorta numarası.";
1040
+ readonly unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin.";
1041
+ };
1042
+ readonly note: {
1043
+ readonly label: "Ziyaret nedeni / belirtmek istedikleriniz";
1044
+ readonly helper: "En fazla {{max}} karakter.";
1045
+ };
1046
+ readonly returningPatient: {
1047
+ readonly label: "Bu klinikte zaten hastayım";
1048
+ };
1049
+ readonly consent: {
1050
+ readonly privacy: {
1051
+ readonly label: "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum";
1052
+ };
1053
+ readonly terms: {
1054
+ readonly label: "<policyLink>Hizmet şartlarını</policyLink> okudum ve kabul ediyorum";
1055
+ };
1056
+ };
1057
+ };
1058
+ };
1059
+ readonly patientSearch: {
1060
+ readonly regionLabel: "Randevu ara";
1061
+ readonly who: {
1062
+ readonly label: "Doktor, uzmanlık, klinik veya uygulayıcı";
1063
+ readonly placeholder: "Doktor, uzmanlık, klinik veya uygulayıcı";
1064
+ };
1065
+ readonly where: {
1066
+ readonly label: "Şehir, semt veya adres";
1067
+ readonly placeholder: "Şehir, semt veya adres";
1068
+ };
1069
+ readonly when: {
1070
+ readonly label: "Ne zaman";
1071
+ readonly today: "Bugün";
1072
+ readonly tomorrow: "Yarın";
1073
+ readonly thisWeek: "Bu hafta";
1074
+ readonly anytime: "Her zaman";
1075
+ };
1076
+ readonly facets: {
1077
+ readonly label: "Filtreler";
1078
+ readonly clear: "Filtreleri temizle";
1079
+ };
1080
+ readonly geo: {
1081
+ readonly cta: "Yakınımda";
1082
+ readonly requesting: "Konum belirleniyor…";
1083
+ readonly radius: "Yarıçap";
1084
+ readonly radiusFormat: "{{km}} km";
1085
+ readonly fallbackLabel: "Yakınımda";
1086
+ readonly clear: "Konumu temizle";
1087
+ readonly denied: "Konuma erişim reddedildi. Bir şehir yazabilir veya tarayıcı ayarlarından konumu etkinleştirebilirsiniz.";
1088
+ };
1089
+ readonly discovery: {
1090
+ readonly heading: "Popüler aramalara göz at";
1091
+ readonly empty: "Göz atılacak öneri yok — yukarıda bir doktor veya şehir yazın.";
1092
+ };
1093
+ readonly submit: {
1094
+ readonly cta: "Ara";
1095
+ };
1096
+ };
1097
+ readonly reviewsPanel: {
1098
+ readonly regionLabel: "Hasta değerlendirmeleri";
1099
+ readonly title: "Hasta değerlendirmeleri";
1100
+ readonly listLabel: "Değerlendirme listesi";
1101
+ readonly introHeading: "Bu değerlendirmeler hakkında";
1102
+ readonly filterTitle: "Yıldıza göre filtrele";
1103
+ readonly filter: {
1104
+ readonly allShort: "Tümü";
1105
+ readonly allLabel_one: "Tümü — {{count}} değerlendirme";
1106
+ readonly allLabel_other: "Tümü — {{count}} değerlendirme";
1107
+ readonly starsLabel_one: "{{stars}} yıldız — {{count}} değerlendirme";
1108
+ readonly starsLabel_other: "{{stars}} yıldız — {{count}} değerlendirme";
1109
+ };
1110
+ readonly anonymous: "Anonim";
1111
+ readonly card: {
1112
+ readonly expand: "Ayrıntıları göster";
1113
+ readonly collapse: "Ayrıntıları gizle";
1114
+ };
1115
+ readonly replyTitle: "Kliniğin yanıtı";
1116
+ readonly breakdown: {
1117
+ readonly appointment: "Randevu";
1118
+ readonly communication: "İletişim";
1119
+ readonly staff: "Personel";
1120
+ readonly overall: "Genel";
1121
+ readonly futureVisit: "Tekrar gelir misiniz?";
1122
+ readonly recommendation: "Önerir misiniz?";
1123
+ };
1124
+ readonly answer: {
1125
+ readonly yes: "Evet";
1126
+ readonly no: "Hayır";
1127
+ readonly unsure: "Emin değilim";
1128
+ };
1129
+ readonly empty: {
1130
+ readonly title: "Henüz değerlendirme yok";
1131
+ readonly description: "Hasta değerlendirmeleri burada görünecek.";
1132
+ readonly filterDescription: "{{stars}} yıldızlı değerlendirme yok.";
1133
+ readonly resetFilter: "Tüm değerlendirmeleri göster";
1134
+ };
948
1135
  };
949
1136
  readonly chart: {
950
1137
  readonly noData: "Veri mevcut değil";
@@ -1276,5 +1463,32 @@ export declare const trUi: {
1276
1463
  readonly label: "{{state}} {{amount}}";
1277
1464
  };
1278
1465
  };
1466
+ readonly footer: {
1467
+ readonly nav: {
1468
+ readonly label: "Alt bilgi";
1469
+ readonly privacy: "Gizlilik";
1470
+ readonly terms: "Kullanım koşulları";
1471
+ readonly contacts: "Bize ulaşın";
1472
+ };
1473
+ readonly copyright: "© {{year}} {{entity}} · {{vat}}";
1474
+ readonly tagline: "Alman teknolojisi, İtalyan tasarımı";
1475
+ readonly group: {
1476
+ readonly product: "Ürün";
1477
+ readonly resources: "Kaynaklar";
1478
+ readonly company: "Şirket";
1479
+ readonly legal: "Yasal";
1480
+ };
1481
+ readonly social: {
1482
+ readonly aria: {
1483
+ readonly linkedin: "LinkedIn";
1484
+ readonly youtube: "YouTube";
1485
+ readonly instagram: "Instagram";
1486
+ readonly facebook: "Facebook";
1487
+ };
1488
+ };
1489
+ readonly external: {
1490
+ readonly opens_in_new_tab: "(yeni sekmede açılır)";
1491
+ };
1492
+ };
1279
1493
  };
1280
1494
  //# sourceMappingURL=tr.d.ts.map
@@ -945,6 +945,193 @@ export declare const zhUi: {
945
945
  readonly evening: "晚上";
946
946
  };
947
947
  readonly slotAvailableLabel: "{{time}} 可预约";
948
+ readonly headingSubtitle: "选择服务、日期和时间,然后确认。";
949
+ readonly insurance: {
950
+ readonly heading: "保险类型";
951
+ readonly placeholder: "选择保险类型";
952
+ readonly private: "私人";
953
+ readonly public: "法定保险 (gesetzlich)";
954
+ };
955
+ readonly specialty: {
956
+ readonly heading: "专科";
957
+ readonly placeholder: "选择专科";
958
+ };
959
+ readonly service: {
960
+ readonly heading: "服务";
961
+ readonly placeholder: "选择服务";
962
+ };
963
+ readonly operator: {
964
+ readonly heading: "服务人员";
965
+ readonly placeholder: "选择服务人员";
966
+ readonly all: "任意可用服务人员";
967
+ };
968
+ readonly date: {
969
+ readonly heading: "日期";
970
+ };
971
+ readonly slot: {
972
+ readonly heading: "时间";
973
+ };
974
+ readonly emptyServices: {
975
+ readonly title: "没有可预约的服务";
976
+ readonly description: "此选择下没有可用的服务。";
977
+ };
978
+ readonly onboardingIncomplete: {
979
+ readonly title: "没有可用的服务人员";
980
+ readonly description: "该诊所尚未为此服务配置服务人员。请尝试其他服务或稍后再来查看。";
981
+ };
982
+ readonly nextAvailable: {
983
+ readonly description: "当前时间范围内没有可用时段。下一个可用日期为 {{date}}。";
984
+ readonly cta: "跳转到下一个可用日期";
985
+ };
986
+ readonly confirmation: {
987
+ readonly heading: "希望如何接收预约确认?";
988
+ readonly helper: "我们将通过您选择的渠道发送确认预约的链接。";
989
+ readonly atLeastOne: "请至少选择一种方式接收预约确认。";
990
+ readonly channel: {
991
+ readonly email: "电子邮件";
992
+ readonly whatsapp: "WhatsApp";
993
+ readonly sms: "短信";
994
+ };
995
+ };
996
+ readonly success: {
997
+ readonly heading: "Booking submitted";
998
+ readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
+ readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly summaryDate: "Date";
1001
+ readonly summaryTime: "Time";
1002
+ readonly summaryProvider: "Provider";
1003
+ readonly bookAnother: "Book another appointment";
1004
+ };
1005
+ readonly details: {
1006
+ readonly heading: "您的信息";
1007
+ readonly submit: "预约";
1008
+ readonly firstName: {
1009
+ readonly label: "名";
1010
+ readonly required: "请输入您的名字。";
1011
+ };
1012
+ readonly lastName: {
1013
+ readonly label: "姓";
1014
+ readonly required: "请输入您的姓氏。";
1015
+ };
1016
+ readonly email: {
1017
+ readonly label: "电子邮件";
1018
+ readonly invalid: "请输入有效的电子邮件地址。";
1019
+ };
1020
+ readonly mobilePhone: {
1021
+ readonly label: "手机";
1022
+ readonly invalid: "请输入有效的手机号码。";
1023
+ };
1024
+ readonly codiceFiscale: {
1025
+ readonly label: "Codice fiscale";
1026
+ readonly helper: "16 个字符,字母和数字。";
1027
+ readonly checking: "正在验证…";
1028
+ readonly invalid: "无效的 codice fiscale。";
1029
+ readonly invalidFormat: "Codice fiscale 必须为 16 个字符(字母和数字)。";
1030
+ readonly unavailable: "验证服务不可用,请重试。";
1031
+ };
1032
+ readonly dateOfBirth: {
1033
+ readonly label: "出生日期";
1034
+ readonly required: "请输入您的出生日期。";
1035
+ };
1036
+ readonly insuranceNumber: {
1037
+ readonly label: "保险号 (Versichertennummer)";
1038
+ readonly checking: "正在验证…";
1039
+ readonly invalid: "无效的保险号。";
1040
+ readonly unavailable: "验证服务不可用,请重试。";
1041
+ };
1042
+ readonly note: {
1043
+ readonly label: "就诊原因 / 备注";
1044
+ readonly helper: "最多 {{max}} 个字符。";
1045
+ };
1046
+ readonly returningPatient: {
1047
+ readonly label: "我已经是该诊所的患者";
1048
+ };
1049
+ readonly consent: {
1050
+ readonly privacy: {
1051
+ readonly label: "我已阅读并接受<policyLink>隐私政策</policyLink>";
1052
+ };
1053
+ readonly terms: {
1054
+ readonly label: "我已阅读并接受<policyLink>服务条款</policyLink>";
1055
+ };
1056
+ };
1057
+ };
1058
+ };
1059
+ readonly patientSearch: {
1060
+ readonly regionLabel: "搜索预约";
1061
+ readonly who: {
1062
+ readonly label: "医生、专科、诊所或服务人员";
1063
+ readonly placeholder: "医生、专科、诊所或服务人员";
1064
+ };
1065
+ readonly where: {
1066
+ readonly label: "城市、地区或地址";
1067
+ readonly placeholder: "城市、地区或地址";
1068
+ };
1069
+ readonly when: {
1070
+ readonly label: "何时";
1071
+ readonly today: "今天";
1072
+ readonly tomorrow: "明天";
1073
+ readonly thisWeek: "本周";
1074
+ readonly anytime: "任何时候";
1075
+ };
1076
+ readonly facets: {
1077
+ readonly label: "筛选";
1078
+ readonly clear: "清除筛选";
1079
+ };
1080
+ readonly geo: {
1081
+ readonly cta: "在我附近";
1082
+ readonly requesting: "正在定位…";
1083
+ readonly radius: "范围";
1084
+ readonly radiusFormat: "{{km}} 公里";
1085
+ readonly fallbackLabel: "在我附近";
1086
+ readonly clear: "清除位置";
1087
+ readonly denied: "位置访问被拒绝。您可以输入城市或在浏览器设置中启用位置。";
1088
+ };
1089
+ readonly discovery: {
1090
+ readonly heading: "浏览热门搜索";
1091
+ readonly empty: "没有可浏览的建议 — 在上方输入医生或城市。";
1092
+ };
1093
+ readonly submit: {
1094
+ readonly cta: "搜索";
1095
+ };
1096
+ };
1097
+ readonly reviewsPanel: {
1098
+ readonly regionLabel: "患者评价";
1099
+ readonly title: "患者评价";
1100
+ readonly listLabel: "评价列表";
1101
+ readonly introHeading: "关于这些评价";
1102
+ readonly filterTitle: "按星级筛选";
1103
+ readonly filter: {
1104
+ readonly allShort: "全部";
1105
+ readonly allLabel_one: "全部 — {{count}} 条评价";
1106
+ readonly allLabel_other: "全部 — {{count}} 条评价";
1107
+ readonly starsLabel_one: "{{stars}} 星 — {{count}} 条评价";
1108
+ readonly starsLabel_other: "{{stars}} 星 — {{count}} 条评价";
1109
+ };
1110
+ readonly anonymous: "匿名";
1111
+ readonly card: {
1112
+ readonly expand: "显示详情";
1113
+ readonly collapse: "隐藏详情";
1114
+ };
1115
+ readonly replyTitle: "诊所回复";
1116
+ readonly breakdown: {
1117
+ readonly appointment: "预约";
1118
+ readonly communication: "沟通";
1119
+ readonly staff: "员工";
1120
+ readonly overall: "总体";
1121
+ readonly futureVisit: "会再来吗?";
1122
+ readonly recommendation: "会推荐吗?";
1123
+ };
1124
+ readonly answer: {
1125
+ readonly yes: "是";
1126
+ readonly no: "否";
1127
+ readonly unsure: "不确定";
1128
+ };
1129
+ readonly empty: {
1130
+ readonly title: "暂无评价";
1131
+ readonly description: "患者评价将显示在此处。";
1132
+ readonly filterDescription: "没有 {{stars}} 星评价。";
1133
+ readonly resetFilter: "显示所有评价";
1134
+ };
948
1135
  };
949
1136
  readonly chart: {
950
1137
  readonly noData: "暂无数据";
@@ -1276,5 +1463,32 @@ export declare const zhUi: {
1276
1463
  readonly label: "{{state}} {{amount}}";
1277
1464
  };
1278
1465
  };
1466
+ readonly footer: {
1467
+ readonly nav: {
1468
+ readonly label: "页脚";
1469
+ readonly privacy: "隐私";
1470
+ readonly terms: "使用条款";
1471
+ readonly contacts: "联系我们";
1472
+ };
1473
+ readonly copyright: "© {{year}} {{entity}} · {{vat}}";
1474
+ readonly tagline: "德国技术,意大利设计";
1475
+ readonly group: {
1476
+ readonly product: "产品";
1477
+ readonly resources: "资源";
1478
+ readonly company: "公司";
1479
+ readonly legal: "法律";
1480
+ };
1481
+ readonly social: {
1482
+ readonly aria: {
1483
+ readonly linkedin: "LinkedIn";
1484
+ readonly youtube: "YouTube";
1485
+ readonly instagram: "Instagram";
1486
+ readonly facebook: "Facebook";
1487
+ };
1488
+ };
1489
+ readonly external: {
1490
+ readonly opens_in_new_tab: "(在新标签页中打开)";
1491
+ };
1492
+ };
1279
1493
  };
1280
1494
  //# sourceMappingURL=zh.d.ts.map