@alfadocs/ui-kit 0.25.2 → 0.30.1

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-Bw9eOU4k.js +2292 -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-DuSoGG2t.js +1113 -0
  9. package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
  10. package/dist/_chunks/public-footer.agent-DivkKdG4.js +537 -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 +167 -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 +39 -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 +112 -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 +58 -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 +3994 -38
  45. package/dist/i18n/locales/ar.d.ts +221 -0
  46. package/dist/i18n/locales/de.d.ts +221 -0
  47. package/dist/i18n/locales/el.d.ts +221 -0
  48. package/dist/i18n/locales/es.d.ts +221 -0
  49. package/dist/i18n/locales/fr.d.ts +221 -0
  50. package/dist/i18n/locales/hi.d.ts +221 -0
  51. package/dist/i18n/locales/ja.d.ts +221 -0
  52. package/dist/i18n/locales/nl.d.ts +221 -0
  53. package/dist/i18n/locales/pl.d.ts +221 -0
  54. package/dist/i18n/locales/pt.d.ts +221 -0
  55. package/dist/i18n/locales/ro.d.ts +221 -0
  56. package/dist/i18n/locales/ru.d.ts +221 -0
  57. package/dist/i18n/locales/sq.d.ts +221 -0
  58. package/dist/i18n/locales/sv.d.ts +221 -0
  59. package/dist/i18n/locales/tr.d.ts +221 -0
  60. package/dist/i18n/locales/zh.d.ts +221 -0
  61. package/dist/i18n/resources.d.ts +442 -0
  62. package/dist/index.js +351 -336
  63. package/dist/locales/ar.json +222 -1
  64. package/dist/locales/de.json +222 -1
  65. package/dist/locales/el.json +222 -1
  66. package/dist/locales/en.json +222 -1
  67. package/dist/locales/es.json +222 -1
  68. package/dist/locales/fr.json +222 -1
  69. package/dist/locales/hi.json +222 -1
  70. package/dist/locales/it.json +222 -1
  71. package/dist/locales/ja.json +222 -1
  72. package/dist/locales/nl.json +222 -1
  73. package/dist/locales/pl.json +222 -1
  74. package/dist/locales/pt.json +222 -1
  75. package/dist/locales/ro.json +222 -1
  76. package/dist/locales/ru.json +222 -1
  77. package/dist/locales/sq.json +222 -1
  78. package/dist/locales/sv.json +222 -1
  79. package/dist/locales/tr.json +222 -1
  80. package/dist/locales/zh.json +222 -1
  81. package/dist/patterns/patient-shell/index.js +1 -1
  82. package/dist/tokens.css +1 -1
  83. package/package.json +17 -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
@@ -1,5 +1,5 @@
1
1
  import a from "i18next";
2
- import { default as T } from "i18next";
2
+ import { default as j } from "i18next";
3
3
  import { initReactI18next as _ } from "react-i18next";
4
4
  const t = {
5
5
  common: {
@@ -943,7 +943,201 @@ const t = {
943
943
  afternoon: "بعد الظهر",
944
944
  evening: "مساءً"
945
945
  },
946
- slotAvailableLabel: "متاح في {{time}}"
946
+ slotAvailableLabel: "متاح في {{time}}",
947
+ headingSubtitle: "اختر الخدمة والتاريخ والوقت ثم أكّد.",
948
+ insurance: {
949
+ heading: "نوع التأمين",
950
+ placeholder: "اختر نوع التأمين",
951
+ private: "خاص",
952
+ public: "حكومي (gesetzlich)"
953
+ },
954
+ specialty: {
955
+ heading: "التخصص",
956
+ placeholder: "اختر تخصصاً"
957
+ },
958
+ service: {
959
+ heading: "الخدمة",
960
+ placeholder: "اختر خدمة"
961
+ },
962
+ operator: {
963
+ heading: "مقدم الخدمة",
964
+ placeholder: "اختر مقدم خدمة",
965
+ all: "أي مقدم خدمة متاح"
966
+ },
967
+ date: {
968
+ heading: "التاريخ"
969
+ },
970
+ slot: {
971
+ heading: "الوقت"
972
+ },
973
+ emptyServices: {
974
+ title: "لا توجد خدمات قابلة للحجز",
975
+ description: "لا توجد خدمات متاحة لهذا الاختيار."
976
+ },
977
+ onboardingIncomplete: {
978
+ title: "لا يوجد مقدمو خدمة متاحون",
979
+ description: "لم تقم العيادة بعد بتهيئة مقدمي الخدمة لهذه الخدمة. جرّب خدمة أخرى أو عاود المحاولة لاحقاً."
980
+ },
981
+ nextAvailable: {
982
+ description: "لا توجد مواعيد متاحة في الفترة الحالية. أقرب تاريخ متاح هو {{date}}.",
983
+ cta: "الانتقال إلى أقرب تاريخ متاح"
984
+ },
985
+ confirmation: {
986
+ heading: "كيف تودّ استلام التأكيد؟",
987
+ helper: "سنرسل لك رابطاً لتأكيد الحجز عبر القنوات التي تختارها.",
988
+ atLeastOne: "اختر قناة واحدة على الأقل لتلقي تأكيد الحجز.",
989
+ channel: {
990
+ email: "البريد الإلكتروني",
991
+ whatsapp: "WhatsApp",
992
+ sms: "SMS"
993
+ }
994
+ },
995
+ success: {
996
+ heading: "Booking submitted",
997
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
998
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
999
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
1000
+ summaryDate: "Date",
1001
+ summaryTime: "Time",
1002
+ summaryProvider: "Provider",
1003
+ summaryService: "Service",
1004
+ summarySpecialty: "Specialty",
1005
+ bookAnother: "Book another appointment",
1006
+ modifyBooking: "Modify booking"
1007
+ },
1008
+ submitError: {
1009
+ generic: "We couldn't submit your booking. Please try again."
1010
+ },
1011
+ details: {
1012
+ heading: "بياناتك",
1013
+ submit: "حجز الموعد",
1014
+ firstName: {
1015
+ label: "الاسم الأول",
1016
+ required: "أدخل اسمك الأول."
1017
+ },
1018
+ lastName: {
1019
+ label: "اسم العائلة",
1020
+ required: "أدخل اسم العائلة."
1021
+ },
1022
+ email: {
1023
+ label: "البريد الإلكتروني",
1024
+ invalid: "أدخل بريداً إلكترونياً صالحاً."
1025
+ },
1026
+ mobilePhone: {
1027
+ label: "الهاتف المحمول",
1028
+ invalid: "أدخل رقم هاتف محمول صالحاً."
1029
+ },
1030
+ codiceFiscale: {
1031
+ label: "Codice fiscale",
1032
+ helper: "16 حرفاً ورقماً.",
1033
+ checking: "جارٍ التحقق…",
1034
+ invalid: "Codice fiscale غير صالح.",
1035
+ invalidFormat: "يجب أن يتكوّن الـ codice fiscale من 16 حرفاً ورقماً.",
1036
+ unavailable: "التحقق غير متاح، يُرجى المحاولة مرة أخرى."
1037
+ },
1038
+ dateOfBirth: {
1039
+ label: "تاريخ الميلاد",
1040
+ required: "أدخل تاريخ ميلادك."
1041
+ },
1042
+ insuranceNumber: {
1043
+ label: "رقم التأمين (Versichertennummer)",
1044
+ checking: "جارٍ التحقق…",
1045
+ invalid: "رقم التأمين غير صالح.",
1046
+ unavailable: "التحقق غير متاح، يُرجى المحاولة مرة أخرى."
1047
+ },
1048
+ note: {
1049
+ label: "سبب الزيارة / ملاحظات",
1050
+ helper: "حتى {{max}} حرفاً."
1051
+ },
1052
+ returningPatient: {
1053
+ label: "أنا مريض حالي في هذه العيادة"
1054
+ },
1055
+ consent: {
1056
+ privacy: {
1057
+ label: "لقد قرأتُ <policyLink>سياسة الخصوصية</policyLink> وأوافق عليها"
1058
+ },
1059
+ terms: {
1060
+ label: "لقد قرأتُ <policyLink>شروط الخدمة</policyLink> وأوافق عليها"
1061
+ }
1062
+ }
1063
+ }
1064
+ },
1065
+ patientSearch: {
1066
+ regionLabel: "ابحث عن موعد",
1067
+ who: {
1068
+ label: "طبيب، تخصص، عيادة أو مهني",
1069
+ placeholder: "طبيب، تخصص، عيادة أو مهني"
1070
+ },
1071
+ where: {
1072
+ label: "المدينة أو الحي أو العنوان",
1073
+ placeholder: "المدينة أو الحي أو العنوان"
1074
+ },
1075
+ when: {
1076
+ label: "متى",
1077
+ today: "اليوم",
1078
+ tomorrow: "غدًا",
1079
+ thisWeek: "هذا الأسبوع",
1080
+ anytime: "في أي وقت"
1081
+ },
1082
+ facets: {
1083
+ label: "المرشحات",
1084
+ clear: "امسح المرشحات"
1085
+ },
1086
+ geo: {
1087
+ cta: "بالقرب مني",
1088
+ requesting: "جارٍ تحديد الموقع…",
1089
+ radius: "نطاق",
1090
+ radiusFormat: "{{km}} كم",
1091
+ fallbackLabel: "بالقرب مني",
1092
+ clear: "امسح الموقع",
1093
+ denied: "تم رفض الوصول إلى الموقع. يمكنك كتابة مدينة أو تفعيل الموقع من إعدادات المتصفح."
1094
+ },
1095
+ discovery: {
1096
+ heading: "استعرض حسب الأكثر شيوعًا",
1097
+ empty: "لا توجد اقتراحات للاستعراض — اكتب طبيبًا أو مدينة في الأعلى."
1098
+ },
1099
+ submit: {
1100
+ cta: "بحث"
1101
+ }
1102
+ },
1103
+ reviewsPanel: {
1104
+ regionLabel: "تقييمات المرضى",
1105
+ title: "تقييمات المرضى",
1106
+ listLabel: "قائمة التقييمات",
1107
+ introHeading: "حول هذه التقييمات",
1108
+ filterTitle: "تصفية حسب النجوم",
1109
+ filter: {
1110
+ allShort: "الكل",
1111
+ allLabel_one: "الكل — تقييم واحد",
1112
+ allLabel_other: "الكل — {{count}} تقييم",
1113
+ starsLabel_one: "{{stars}} نجوم — تقييم واحد",
1114
+ starsLabel_other: "{{stars}} نجوم — {{count}} تقييم"
1115
+ },
1116
+ anonymous: "مجهول",
1117
+ card: {
1118
+ expand: "عرض التفاصيل",
1119
+ collapse: "إخفاء التفاصيل"
1120
+ },
1121
+ replyTitle: "رد العيادة",
1122
+ breakdown: {
1123
+ appointment: "الموعد",
1124
+ communication: "التواصل",
1125
+ staff: "الفريق",
1126
+ overall: "العام",
1127
+ futureVisit: "هل ستزور مرة أخرى؟",
1128
+ recommendation: "هل ستوصي بنا؟"
1129
+ },
1130
+ answer: {
1131
+ yes: "نعم",
1132
+ no: "لا",
1133
+ unsure: "غير متأكد"
1134
+ },
1135
+ empty: {
1136
+ title: "لا توجد تقييمات بعد",
1137
+ description: "ستظهر تقييمات المرضى هنا.",
1138
+ filterDescription: "لا توجد تقييمات بـ {{stars}} نجوم.",
1139
+ resetFilter: "عرض جميع التقييمات"
1140
+ }
947
1141
  },
948
1142
  chart: {
949
1143
  noData: "لا توجد بيانات متاحة",
@@ -1274,6 +1468,33 @@ const t = {
1274
1468
  aria: {
1275
1469
  label: "{{state}} {{amount}}"
1276
1470
  }
1471
+ },
1472
+ footer: {
1473
+ nav: {
1474
+ label: "تذييل الصفحة",
1475
+ privacy: "الخصوصية",
1476
+ terms: "شروط الاستخدام",
1477
+ contacts: "اتصل بنا"
1478
+ },
1479
+ copyright: "© {{year}} {{entity}} · {{vat}}",
1480
+ tagline: "تقنية ألمانية، تصميم إيطالي",
1481
+ group: {
1482
+ product: "المنتج",
1483
+ resources: "الموارد",
1484
+ company: "الشركة",
1485
+ legal: "الشؤون القانونية"
1486
+ },
1487
+ social: {
1488
+ aria: {
1489
+ linkedin: "LinkedIn",
1490
+ youtube: "YouTube",
1491
+ instagram: "Instagram",
1492
+ facebook: "Facebook"
1493
+ }
1494
+ },
1495
+ external: {
1496
+ opens_in_new_tab: "(يُفتح في نافذة جديدة)"
1497
+ }
1277
1498
  }
1278
1499
  }, n = {
1279
1500
  common: {
@@ -2217,7 +2438,201 @@ const t = {
2217
2438
  afternoon: "Nachmittag",
2218
2439
  evening: "Abend"
2219
2440
  },
2220
- slotAvailableLabel: "Verfügbar um {{time}}"
2441
+ slotAvailableLabel: "Verfügbar um {{time}}",
2442
+ headingSubtitle: "Leistung, Datum und Uhrzeit wählen, dann bestätigen.",
2443
+ insurance: {
2444
+ heading: "Versicherungsart",
2445
+ placeholder: "Versicherungsart wählen",
2446
+ private: "Privat",
2447
+ public: "Gesetzlich"
2448
+ },
2449
+ specialty: {
2450
+ heading: "Fachgebiet",
2451
+ placeholder: "Fachgebiet wählen"
2452
+ },
2453
+ service: {
2454
+ heading: "Leistung",
2455
+ placeholder: "Leistung wählen"
2456
+ },
2457
+ operator: {
2458
+ heading: "Behandelnde:r",
2459
+ placeholder: "Behandelnde:n wählen",
2460
+ all: "Beliebige:r verfügbare:r Behandelnde:r"
2461
+ },
2462
+ date: {
2463
+ heading: "Datum"
2464
+ },
2465
+ slot: {
2466
+ heading: "Uhrzeit"
2467
+ },
2468
+ emptyServices: {
2469
+ title: "Keine buchbaren Leistungen",
2470
+ description: "Für diese Auswahl sind keine Leistungen verfügbar."
2471
+ },
2472
+ onboardingIncomplete: {
2473
+ title: "Keine Behandelnden verfügbar",
2474
+ description: "Die Praxis hat für diese Leistung noch keine Behandelnden eingerichtet. Wählen Sie eine andere Leistung oder versuchen Sie es später erneut."
2475
+ },
2476
+ nextAvailable: {
2477
+ description: "Keine Termine im aktuellen Zeitraum. Nächster verfügbarer Termin ist {{date}}.",
2478
+ cta: "Zum nächsten freien Termin"
2479
+ },
2480
+ confirmation: {
2481
+ heading: "Wie sollen wir Ihre Bestätigung senden?",
2482
+ helper: "Wir senden Ihnen einen Link zur Bestätigung Ihrer Buchung über die von Ihnen gewählten Kanäle.",
2483
+ atLeastOne: "Wählen Sie mindestens einen Kanal für die Buchungsbestätigung.",
2484
+ channel: {
2485
+ email: "E-Mail",
2486
+ whatsapp: "WhatsApp",
2487
+ sms: "SMS"
2488
+ }
2489
+ },
2490
+ success: {
2491
+ heading: "Booking submitted",
2492
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
2493
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
2494
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
2495
+ summaryDate: "Date",
2496
+ summaryTime: "Time",
2497
+ summaryProvider: "Provider",
2498
+ summaryService: "Service",
2499
+ summarySpecialty: "Specialty",
2500
+ bookAnother: "Book another appointment",
2501
+ modifyBooking: "Modify booking"
2502
+ },
2503
+ submitError: {
2504
+ generic: "We couldn't submit your booking. Please try again."
2505
+ },
2506
+ details: {
2507
+ heading: "Ihre Daten",
2508
+ submit: "Termin buchen",
2509
+ firstName: {
2510
+ label: "Vorname",
2511
+ required: "Bitte geben Sie Ihren Vornamen ein."
2512
+ },
2513
+ lastName: {
2514
+ label: "Nachname",
2515
+ required: "Bitte geben Sie Ihren Nachnamen ein."
2516
+ },
2517
+ email: {
2518
+ label: "E-Mail",
2519
+ invalid: "Bitte geben Sie eine gültige E-Mail-Adresse ein."
2520
+ },
2521
+ mobilePhone: {
2522
+ label: "Mobiltelefon",
2523
+ invalid: "Bitte geben Sie eine gültige Mobilnummer ein."
2524
+ },
2525
+ codiceFiscale: {
2526
+ label: "Codice fiscale",
2527
+ helper: "16 Zeichen, Buchstaben und Zahlen.",
2528
+ checking: "Wird geprüft …",
2529
+ invalid: "Ungültiger Codice fiscale.",
2530
+ invalidFormat: "Der Codice fiscale muss 16 Zeichen lang sein (Buchstaben und Zahlen).",
2531
+ unavailable: "Prüfung nicht verfügbar, bitte erneut versuchen."
2532
+ },
2533
+ dateOfBirth: {
2534
+ label: "Geburtsdatum",
2535
+ required: "Bitte geben Sie Ihr Geburtsdatum ein."
2536
+ },
2537
+ insuranceNumber: {
2538
+ label: "Versichertennummer",
2539
+ checking: "Wird geprüft …",
2540
+ invalid: "Ungültige Versichertennummer.",
2541
+ unavailable: "Prüfung nicht verfügbar, bitte erneut versuchen."
2542
+ },
2543
+ note: {
2544
+ label: "Grund des Besuchs / Anmerkungen",
2545
+ helper: "Bis zu {{max}} Zeichen."
2546
+ },
2547
+ returningPatient: {
2548
+ label: "Ich bin bereits Patient:in dieser Praxis"
2549
+ },
2550
+ consent: {
2551
+ privacy: {
2552
+ label: "Ich habe die <policyLink>Datenschutzerklärung</policyLink> gelesen und akzeptiere sie"
2553
+ },
2554
+ terms: {
2555
+ label: "Ich habe die <policyLink>Nutzungsbedingungen</policyLink> gelesen und akzeptiere sie"
2556
+ }
2557
+ }
2558
+ }
2559
+ },
2560
+ patientSearch: {
2561
+ regionLabel: "Termin suchen",
2562
+ who: {
2563
+ label: "Arzt, Fachrichtung, Praxis oder Behandler",
2564
+ placeholder: "Arzt, Fachrichtung, Praxis oder Behandler"
2565
+ },
2566
+ where: {
2567
+ label: "Stadt, Stadtteil oder Adresse",
2568
+ placeholder: "Stadt, Stadtteil oder Adresse"
2569
+ },
2570
+ when: {
2571
+ label: "Wann",
2572
+ today: "Heute",
2573
+ tomorrow: "Morgen",
2574
+ thisWeek: "Diese Woche",
2575
+ anytime: "Jederzeit"
2576
+ },
2577
+ facets: {
2578
+ label: "Filter",
2579
+ clear: "Filter löschen"
2580
+ },
2581
+ geo: {
2582
+ cta: "In meiner Nähe",
2583
+ requesting: "Standort wird ermittelt …",
2584
+ radius: "Umkreis",
2585
+ radiusFormat: "{{km}} km",
2586
+ fallbackLabel: "In meiner Nähe",
2587
+ clear: "Standort löschen",
2588
+ denied: "Standortzugriff verweigert. Du kannst eine Stadt eingeben oder den Standortzugriff in deinen Browsereinstellungen erlauben."
2589
+ },
2590
+ discovery: {
2591
+ heading: "Beliebte Suchen",
2592
+ empty: "Keine Vorschläge zum Stöbern — gib oben einen Arzt oder eine Stadt ein."
2593
+ },
2594
+ submit: {
2595
+ cta: "Suchen"
2596
+ }
2597
+ },
2598
+ reviewsPanel: {
2599
+ regionLabel: "Patientenbewertungen",
2600
+ title: "Patientenbewertungen",
2601
+ listLabel: "Bewertungsliste",
2602
+ introHeading: "Über diese Bewertungen",
2603
+ filterTitle: "Nach Sternen filtern",
2604
+ filter: {
2605
+ allShort: "Alle",
2606
+ allLabel_one: "Alle — {{count}} Bewertung",
2607
+ allLabel_other: "Alle — {{count}} Bewertungen",
2608
+ starsLabel_one: "{{stars}} Sterne — {{count}} Bewertung",
2609
+ starsLabel_other: "{{stars}} Sterne — {{count}} Bewertungen"
2610
+ },
2611
+ anonymous: "Anonym",
2612
+ card: {
2613
+ expand: "Details anzeigen",
2614
+ collapse: "Details ausblenden"
2615
+ },
2616
+ replyTitle: "Antwort der Praxis",
2617
+ breakdown: {
2618
+ appointment: "Termin",
2619
+ communication: "Kommunikation",
2620
+ staff: "Personal",
2621
+ overall: "Gesamt",
2622
+ futureVisit: "Würden Sie wiederkommen?",
2623
+ recommendation: "Würden Sie uns weiterempfehlen?"
2624
+ },
2625
+ answer: {
2626
+ yes: "Ja",
2627
+ no: "Nein",
2628
+ unsure: "Unsicher"
2629
+ },
2630
+ empty: {
2631
+ title: "Noch keine Bewertungen",
2632
+ description: "Bewertungen von Patienten erscheinen hier.",
2633
+ filterDescription: "Keine Bewertungen mit {{stars}} Sternen.",
2634
+ resetFilter: "Alle Bewertungen anzeigen"
2635
+ }
2221
2636
  },
2222
2637
  chart: {
2223
2638
  noData: "Keine Daten verfügbar",
@@ -2548,8 +2963,35 @@ const t = {
2548
2963
  aria: {
2549
2964
  label: "{{state}} {{amount}}"
2550
2965
  }
2966
+ },
2967
+ footer: {
2968
+ nav: {
2969
+ label: "Fußbereich",
2970
+ privacy: "Datenschutz",
2971
+ terms: "Nutzungsbedingungen",
2972
+ contacts: "Kontakt"
2973
+ },
2974
+ copyright: "© {{year}} {{entity}} · {{vat}}",
2975
+ tagline: "Deutsche Technologie, italienisches Design",
2976
+ group: {
2977
+ product: "Produkt",
2978
+ resources: "Ressourcen",
2979
+ company: "Unternehmen",
2980
+ legal: "Rechtliches"
2981
+ },
2982
+ social: {
2983
+ aria: {
2984
+ linkedin: "LinkedIn",
2985
+ youtube: "YouTube",
2986
+ instagram: "Instagram",
2987
+ facebook: "Facebook"
2988
+ }
2989
+ },
2990
+ external: {
2991
+ opens_in_new_tab: "(öffnet in neuem Tab)"
2992
+ }
2551
2993
  }
2552
- }, o = {
2994
+ }, i = {
2553
2995
  common: {
2554
2996
  save: "Αποθήκευση",
2555
2997
  cancel: "Ακύρωση",
@@ -3491,7 +3933,201 @@ const t = {
3491
3933
  afternoon: "Απόγευμα",
3492
3934
  evening: "Βράδυ"
3493
3935
  },
3494
- slotAvailableLabel: "Διαθέσιμο στις {{time}}"
3936
+ slotAvailableLabel: "Διαθέσιμο στις {{time}}",
3937
+ headingSubtitle: "Επιλέξτε υπηρεσία, ημερομηνία και ώρα και μετά επιβεβαιώστε.",
3938
+ insurance: {
3939
+ heading: "Τύπος ασφάλισης",
3940
+ placeholder: "Επιλέξτε τύπο ασφάλισης",
3941
+ private: "Ιδιωτική",
3942
+ public: "Δημόσια (gesetzlich)"
3943
+ },
3944
+ specialty: {
3945
+ heading: "Ειδικότητα",
3946
+ placeholder: "Επιλέξτε ειδικότητα"
3947
+ },
3948
+ service: {
3949
+ heading: "Υπηρεσία",
3950
+ placeholder: "Επιλέξτε υπηρεσία"
3951
+ },
3952
+ operator: {
3953
+ heading: "Επαγγελματίας",
3954
+ placeholder: "Επιλέξτε επαγγελματία",
3955
+ all: "Οποιοσδήποτε διαθέσιμος επαγγελματίας"
3956
+ },
3957
+ date: {
3958
+ heading: "Ημερομηνία"
3959
+ },
3960
+ slot: {
3961
+ heading: "Ώρα"
3962
+ },
3963
+ emptyServices: {
3964
+ title: "Δεν υπάρχουν υπηρεσίες προς κράτηση",
3965
+ description: "Δεν υπάρχουν διαθέσιμες υπηρεσίες για αυτήν την επιλογή."
3966
+ },
3967
+ onboardingIncomplete: {
3968
+ title: "Δεν υπάρχουν διαθέσιμοι επαγγελματίες",
3969
+ description: "Το ιατρείο δεν έχει ρυθμίσει ακόμη επαγγελματίες για αυτήν την υπηρεσία. Δοκιμάστε άλλη υπηρεσία ή ξαναδοκιμάστε αργότερα."
3970
+ },
3971
+ nextAvailable: {
3972
+ description: "Δεν υπάρχουν διαθέσιμες ώρες στην τρέχουσα περίοδο. Η επόμενη διαθέσιμη ημερομηνία είναι η {{date}}.",
3973
+ cta: "Μετάβαση στην επόμενη διαθέσιμη ημερομηνία"
3974
+ },
3975
+ confirmation: {
3976
+ heading: "Πώς θέλετε να λάβετε την επιβεβαίωση;",
3977
+ helper: "Θα σας στείλουμε έναν σύνδεσμο για να επιβεβαιώσετε το ραντεβού σας μέσω των καναλιών που θα επιλέξετε.",
3978
+ atLeastOne: "Επιλέξτε τουλάχιστον ένα κανάλι για να λάβετε την επιβεβαίωση του ραντεβού.",
3979
+ channel: {
3980
+ email: "Email",
3981
+ whatsapp: "WhatsApp",
3982
+ sms: "SMS"
3983
+ }
3984
+ },
3985
+ success: {
3986
+ heading: "Booking submitted",
3987
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
3988
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
3989
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
3990
+ summaryDate: "Date",
3991
+ summaryTime: "Time",
3992
+ summaryProvider: "Provider",
3993
+ summaryService: "Service",
3994
+ summarySpecialty: "Specialty",
3995
+ bookAnother: "Book another appointment",
3996
+ modifyBooking: "Modify booking"
3997
+ },
3998
+ submitError: {
3999
+ generic: "We couldn't submit your booking. Please try again."
4000
+ },
4001
+ details: {
4002
+ heading: "Τα στοιχεία σας",
4003
+ submit: "Κράτηση ραντεβού",
4004
+ firstName: {
4005
+ label: "Όνομα",
4006
+ required: "Εισαγάγετε το όνομά σας."
4007
+ },
4008
+ lastName: {
4009
+ label: "Επώνυμο",
4010
+ required: "Εισαγάγετε το επώνυμό σας."
4011
+ },
4012
+ email: {
4013
+ label: "Email",
4014
+ invalid: "Εισαγάγετε μια έγκυρη διεύθυνση email."
4015
+ },
4016
+ mobilePhone: {
4017
+ label: "Κινητό τηλέφωνο",
4018
+ invalid: "Εισαγάγετε έναν έγκυρο αριθμό κινητού."
4019
+ },
4020
+ codiceFiscale: {
4021
+ label: "Codice fiscale",
4022
+ helper: "16 χαρακτήρες, γράμματα και αριθμοί.",
4023
+ checking: "Έλεγχος…",
4024
+ invalid: "Μη έγκυρο codice fiscale.",
4025
+ invalidFormat: "Το codice fiscale πρέπει να αποτελείται από 16 χαρακτήρες (γράμματα και αριθμούς).",
4026
+ unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
4027
+ },
4028
+ dateOfBirth: {
4029
+ label: "Ημερομηνία γέννησης",
4030
+ required: "Εισαγάγετε την ημερομηνία γέννησής σας."
4031
+ },
4032
+ insuranceNumber: {
4033
+ label: "Αριθμός ασφάλισης (Versichertennummer)",
4034
+ checking: "Έλεγχος…",
4035
+ invalid: "Μη έγκυρος αριθμός ασφάλισης.",
4036
+ unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
4037
+ },
4038
+ note: {
4039
+ label: "Λόγος επίσκεψης / σημειώσεις",
4040
+ helper: "Έως {{max}} χαρακτήρες."
4041
+ },
4042
+ returningPatient: {
4043
+ label: "Είμαι ήδη ασθενής αυτού του ιατρείου"
4044
+ },
4045
+ consent: {
4046
+ privacy: {
4047
+ label: "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>"
4048
+ },
4049
+ terms: {
4050
+ label: "Έχω διαβάσει και αποδέχομαι τους <policyLink>όρους χρήσης</policyLink>"
4051
+ }
4052
+ }
4053
+ }
4054
+ },
4055
+ patientSearch: {
4056
+ regionLabel: "Αναζήτηση ραντεβού",
4057
+ who: {
4058
+ label: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας",
4059
+ placeholder: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας"
4060
+ },
4061
+ where: {
4062
+ label: "Πόλη, περιοχή ή διεύθυνση",
4063
+ placeholder: "Πόλη, περιοχή ή διεύθυνση"
4064
+ },
4065
+ when: {
4066
+ label: "Πότε",
4067
+ today: "Σήμερα",
4068
+ tomorrow: "Αύριο",
4069
+ thisWeek: "Αυτή την εβδομάδα",
4070
+ anytime: "Οποτεδήποτε"
4071
+ },
4072
+ facets: {
4073
+ label: "Φίλτρα",
4074
+ clear: "Καθαρισμός φίλτρων"
4075
+ },
4076
+ geo: {
4077
+ cta: "Κοντά μου",
4078
+ requesting: "Εντοπισμός…",
4079
+ radius: "Ακτίνα",
4080
+ radiusFormat: "{{km}} χλμ.",
4081
+ fallbackLabel: "Κοντά μου",
4082
+ clear: "Καθαρισμός τοποθεσίας",
4083
+ denied: "Η πρόσβαση στην τοποθεσία απορρίφθηκε. Μπορείτε να πληκτρολογήσετε μια πόλη ή να ενεργοποιήσετε την τοποθεσία στις ρυθμίσεις του προγράμματος περιήγησης."
4084
+ },
4085
+ discovery: {
4086
+ heading: "Δείτε δημοφιλείς αναζητήσεις",
4087
+ empty: "Δεν υπάρχουν προτάσεις — πληκτρολογήστε γιατρό ή πόλη παραπάνω."
4088
+ },
4089
+ submit: {
4090
+ cta: "Αναζήτηση"
4091
+ }
4092
+ },
4093
+ reviewsPanel: {
4094
+ regionLabel: "Κριτικές ασθενών",
4095
+ title: "Κριτικές ασθενών",
4096
+ listLabel: "Λίστα κριτικών",
4097
+ introHeading: "Σχετικά με αυτές τις κριτικές",
4098
+ filterTitle: "Φιλτράρισμα κατά αστέρια",
4099
+ filter: {
4100
+ allShort: "Όλες",
4101
+ allLabel_one: "Όλες — {{count}} κριτική",
4102
+ allLabel_other: "Όλες — {{count}} κριτικές",
4103
+ starsLabel_one: "{{stars}} αστέρια — {{count}} κριτική",
4104
+ starsLabel_other: "{{stars}} αστέρια — {{count}} κριτικές"
4105
+ },
4106
+ anonymous: "Ανώνυμος",
4107
+ card: {
4108
+ expand: "Εμφάνιση λεπτομερειών",
4109
+ collapse: "Απόκρυψη λεπτομερειών"
4110
+ },
4111
+ replyTitle: "Απάντηση της κλινικής",
4112
+ breakdown: {
4113
+ appointment: "Ραντεβού",
4114
+ communication: "Επικοινωνία",
4115
+ staff: "Προσωπικό",
4116
+ overall: "Συνολικά",
4117
+ futureVisit: "Θα ξανάρχεστε;",
4118
+ recommendation: "Θα μας προτείνατε;"
4119
+ },
4120
+ answer: {
4121
+ yes: "Ναι",
4122
+ no: "Όχι",
4123
+ unsure: "Δεν είμαι σίγουρος"
4124
+ },
4125
+ empty: {
4126
+ title: "Δεν υπάρχουν κριτικές ακόμα",
4127
+ description: "Οι κριτικές ασθενών θα εμφανιστούν εδώ.",
4128
+ filterDescription: "Καμία κριτική με {{stars}} αστέρια.",
4129
+ resetFilter: "Εμφάνιση όλων των κριτικών"
4130
+ }
3495
4131
  },
3496
4132
  chart: {
3497
4133
  noData: "Δεν υπάρχουν διαθέσιμα δεδομένα",
@@ -3822,8 +4458,35 @@ const t = {
3822
4458
  aria: {
3823
4459
  label: "{{state}} {{amount}}"
3824
4460
  }
4461
+ },
4462
+ footer: {
4463
+ nav: {
4464
+ label: "Υποσέλιδο",
4465
+ privacy: "Απόρρητο",
4466
+ terms: "Όροι χρήσης",
4467
+ contacts: "Επικοινωνία"
4468
+ },
4469
+ copyright: "© {{year}} {{entity}} · {{vat}}",
4470
+ tagline: "Γερμανική τεχνολογία, ιταλικός σχεδιασμός",
4471
+ group: {
4472
+ product: "Προϊόν",
4473
+ resources: "Πόροι",
4474
+ company: "Εταιρεία",
4475
+ legal: "Νομικά"
4476
+ },
4477
+ social: {
4478
+ aria: {
4479
+ linkedin: "LinkedIn",
4480
+ youtube: "YouTube",
4481
+ instagram: "Instagram",
4482
+ facebook: "Facebook"
4483
+ }
4484
+ },
4485
+ external: {
4486
+ opens_in_new_tab: "(ανοίγει σε νέα καρτέλα)"
4487
+ }
3825
4488
  }
3826
- }, i = {
4489
+ }, o = {
3827
4490
  common: {
3828
4491
  save: "Guardar",
3829
4492
  cancel: "Cancelar",
@@ -4765,7 +5428,201 @@ const t = {
4765
5428
  afternoon: "Tarde",
4766
5429
  evening: "Noche"
4767
5430
  },
4768
- slotAvailableLabel: "Disponible a las {{time}}"
5431
+ slotAvailableLabel: "Disponible a las {{time}}",
5432
+ headingSubtitle: "Elige servicio, fecha y hora, luego confirma.",
5433
+ insurance: {
5434
+ heading: "Tipo de seguro",
5435
+ placeholder: "Elige el tipo de seguro",
5436
+ private: "Privado",
5437
+ public: "Público (gesetzlich)"
5438
+ },
5439
+ specialty: {
5440
+ heading: "Especialidad",
5441
+ placeholder: "Elige una especialidad"
5442
+ },
5443
+ service: {
5444
+ heading: "Servicio",
5445
+ placeholder: "Elige un servicio"
5446
+ },
5447
+ operator: {
5448
+ heading: "Profesional",
5449
+ placeholder: "Elige un profesional",
5450
+ all: "Cualquier profesional disponible"
5451
+ },
5452
+ date: {
5453
+ heading: "Fecha"
5454
+ },
5455
+ slot: {
5456
+ heading: "Hora"
5457
+ },
5458
+ emptyServices: {
5459
+ title: "No hay servicios reservables",
5460
+ description: "No hay servicios disponibles para esta selección."
5461
+ },
5462
+ onboardingIncomplete: {
5463
+ title: "No hay profesionales disponibles",
5464
+ description: "La clínica todavía no ha configurado profesionales para este servicio. Prueba con otro servicio o vuelve a intentarlo más tarde."
5465
+ },
5466
+ nextAvailable: {
5467
+ description: "No hay disponibilidad en el periodo actual. La próxima fecha disponible es el {{date}}.",
5468
+ cta: "Ir a la próxima fecha disponible"
5469
+ },
5470
+ confirmation: {
5471
+ heading: "¿Cómo quieres recibir la confirmación?",
5472
+ helper: "Te enviaremos un enlace para confirmar tu cita por los canales que selecciones.",
5473
+ atLeastOne: "Selecciona al menos un canal para recibir la confirmación de la cita.",
5474
+ channel: {
5475
+ email: "Correo electrónico",
5476
+ whatsapp: "WhatsApp",
5477
+ sms: "SMS"
5478
+ }
5479
+ },
5480
+ success: {
5481
+ heading: "Booking submitted",
5482
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
5483
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
5484
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
5485
+ summaryDate: "Date",
5486
+ summaryTime: "Time",
5487
+ summaryProvider: "Provider",
5488
+ summaryService: "Service",
5489
+ summarySpecialty: "Specialty",
5490
+ bookAnother: "Book another appointment",
5491
+ modifyBooking: "Modify booking"
5492
+ },
5493
+ submitError: {
5494
+ generic: "We couldn't submit your booking. Please try again."
5495
+ },
5496
+ details: {
5497
+ heading: "Tus datos",
5498
+ submit: "Reservar cita",
5499
+ firstName: {
5500
+ label: "Nombre",
5501
+ required: "Introduce tu nombre."
5502
+ },
5503
+ lastName: {
5504
+ label: "Apellido",
5505
+ required: "Introduce tu apellido."
5506
+ },
5507
+ email: {
5508
+ label: "Correo electrónico",
5509
+ invalid: "Introduce un correo electrónico válido."
5510
+ },
5511
+ mobilePhone: {
5512
+ label: "Teléfono móvil",
5513
+ invalid: "Introduce un número de móvil válido."
5514
+ },
5515
+ codiceFiscale: {
5516
+ label: "Codice fiscale",
5517
+ helper: "16 caracteres, letras y números.",
5518
+ checking: "Comprobando…",
5519
+ invalid: "Codice fiscale no válido.",
5520
+ invalidFormat: "El codice fiscale debe tener 16 caracteres (letras y números).",
5521
+ unavailable: "Validación no disponible, inténtalo de nuevo."
5522
+ },
5523
+ dateOfBirth: {
5524
+ label: "Fecha de nacimiento",
5525
+ required: "Introduce tu fecha de nacimiento."
5526
+ },
5527
+ insuranceNumber: {
5528
+ label: "Número de seguro (Versichertennummer)",
5529
+ checking: "Comprobando…",
5530
+ invalid: "Número de seguro no válido.",
5531
+ unavailable: "Validación no disponible, inténtalo de nuevo."
5532
+ },
5533
+ note: {
5534
+ label: "Motivo de la visita / información útil",
5535
+ helper: "Hasta {{max}} caracteres."
5536
+ },
5537
+ returningPatient: {
5538
+ label: "Ya soy paciente de esta clínica"
5539
+ },
5540
+ consent: {
5541
+ privacy: {
5542
+ label: "He leído y acepto la <policyLink>política de privacidad</policyLink>"
5543
+ },
5544
+ terms: {
5545
+ label: "He leído y acepto los <policyLink>términos del servicio</policyLink>"
5546
+ }
5547
+ }
5548
+ }
5549
+ },
5550
+ patientSearch: {
5551
+ regionLabel: "Buscar cita",
5552
+ who: {
5553
+ label: "Médico, especialidad, consulta o profesional",
5554
+ placeholder: "Médico, especialidad, consulta o profesional"
5555
+ },
5556
+ where: {
5557
+ label: "Ciudad, barrio o dirección",
5558
+ placeholder: "Ciudad, barrio o dirección"
5559
+ },
5560
+ when: {
5561
+ label: "Cuándo",
5562
+ today: "Hoy",
5563
+ tomorrow: "Mañana",
5564
+ thisWeek: "Esta semana",
5565
+ anytime: "En cualquier momento"
5566
+ },
5567
+ facets: {
5568
+ label: "Filtros",
5569
+ clear: "Borrar filtros"
5570
+ },
5571
+ geo: {
5572
+ cta: "Cerca de mí",
5573
+ requesting: "Localizando…",
5574
+ radius: "Radio",
5575
+ radiusFormat: "{{km}} km",
5576
+ fallbackLabel: "Cerca de mí",
5577
+ clear: "Borrar ubicación",
5578
+ denied: "Acceso a la ubicación denegado. Puedes escribir una ciudad o activar la ubicación en los ajustes del navegador."
5579
+ },
5580
+ discovery: {
5581
+ heading: "Explora por búsquedas populares",
5582
+ empty: "No hay sugerencias para explorar — escribe un médico o una ciudad arriba."
5583
+ },
5584
+ submit: {
5585
+ cta: "Buscar"
5586
+ }
5587
+ },
5588
+ reviewsPanel: {
5589
+ regionLabel: "Opiniones de pacientes",
5590
+ title: "Opiniones de pacientes",
5591
+ listLabel: "Lista de opiniones",
5592
+ introHeading: "Acerca de estas opiniones",
5593
+ filterTitle: "Filtrar por estrellas",
5594
+ filter: {
5595
+ allShort: "Todas",
5596
+ allLabel_one: "Todas — {{count}} opinión",
5597
+ allLabel_other: "Todas — {{count}} opiniones",
5598
+ starsLabel_one: "{{stars}} estrellas — {{count}} opinión",
5599
+ starsLabel_other: "{{stars}} estrellas — {{count}} opiniones"
5600
+ },
5601
+ anonymous: "Anónimo",
5602
+ card: {
5603
+ expand: "Mostrar detalles",
5604
+ collapse: "Ocultar detalles"
5605
+ },
5606
+ replyTitle: "Respuesta de la clínica",
5607
+ breakdown: {
5608
+ appointment: "Cita",
5609
+ communication: "Comunicación",
5610
+ staff: "Personal",
5611
+ overall: "General",
5612
+ futureVisit: "¿Volvería?",
5613
+ recommendation: "¿Recomendaría?"
5614
+ },
5615
+ answer: {
5616
+ yes: "Sí",
5617
+ no: "No",
5618
+ unsure: "No estoy seguro"
5619
+ },
5620
+ empty: {
5621
+ title: "Aún no hay opiniones",
5622
+ description: "Las opiniones de los pacientes aparecerán aquí.",
5623
+ filterDescription: "No hay opiniones con {{stars}} estrellas.",
5624
+ resetFilter: "Mostrar todas las opiniones"
5625
+ }
4769
5626
  },
4770
5627
  chart: {
4771
5628
  noData: "Sin datos disponibles",
@@ -5096,6 +5953,31 @@ const t = {
5096
5953
  aria: {
5097
5954
  label: "{{state}} {{amount}}"
5098
5955
  }
5956
+ },
5957
+ footer: {
5958
+ nav: {
5959
+ label: "Pie de página",
5960
+ privacy: "Privacidad",
5961
+ terms: "Condiciones de uso",
5962
+ contacts: "Contáctenos"
5963
+ },
5964
+ copyright: "© {{year}} {{entity}} · {{vat}}",
5965
+ tagline: "Tecnología alemana, diseño italiano",
5966
+ group: {
5967
+ product: "Producto",
5968
+ resources: "Recursos",
5969
+ company: "Empresa",
5970
+ legal: "Legal"
5971
+ },
5972
+ social: {
5973
+ aria: {
5974
+ linkedin: "LinkedIn",
5975
+ youtube: "YouTube",
5976
+ instagram: "Instagram",
5977
+ facebook: "Facebook"
5978
+ }
5979
+ },
5980
+ external: { opens_in_new_tab: "(se abre en una pestaña nueva)" }
5099
5981
  }
5100
5982
  }, r = {
5101
5983
  common: {
@@ -6039,7 +6921,201 @@ const t = {
6039
6921
  afternoon: "Après-midi",
6040
6922
  evening: "Soir"
6041
6923
  },
6042
- slotAvailableLabel: "Disponible à {{time}}"
6924
+ slotAvailableLabel: "Disponible à {{time}}",
6925
+ headingSubtitle: "Choisissez un service, une date et une heure, puis confirmez.",
6926
+ insurance: {
6927
+ heading: "Type d'assurance",
6928
+ placeholder: "Choisissez le type d'assurance",
6929
+ private: "Privée",
6930
+ public: "Obligatoire (gesetzlich)"
6931
+ },
6932
+ specialty: {
6933
+ heading: "Spécialité",
6934
+ placeholder: "Choisissez une spécialité"
6935
+ },
6936
+ service: {
6937
+ heading: "Service",
6938
+ placeholder: "Choisissez un service"
6939
+ },
6940
+ operator: {
6941
+ heading: "Praticien",
6942
+ placeholder: "Choisissez un praticien",
6943
+ all: "Tout praticien disponible"
6944
+ },
6945
+ date: {
6946
+ heading: "Date"
6947
+ },
6948
+ slot: {
6949
+ heading: "Heure"
6950
+ },
6951
+ emptyServices: {
6952
+ title: "Aucun service réservable",
6953
+ description: "Aucun service n'est disponible pour cette sélection."
6954
+ },
6955
+ onboardingIncomplete: {
6956
+ title: "Aucun praticien disponible",
6957
+ description: "Le cabinet n'a pas encore configuré de praticiens pour ce service. Essayez un autre service ou revenez plus tard."
6958
+ },
6959
+ nextAvailable: {
6960
+ description: "Aucune disponibilité sur la période sélectionnée. La prochaine date disponible est le {{date}}.",
6961
+ cta: "Aller à la prochaine date disponible"
6962
+ },
6963
+ confirmation: {
6964
+ heading: "Comment souhaitez-vous recevoir votre confirmation ?",
6965
+ helper: "Nous vous enverrons un lien pour confirmer votre rendez-vous sur les canaux que vous sélectionnez.",
6966
+ atLeastOne: "Sélectionnez au moins un canal pour recevoir la confirmation du rendez-vous.",
6967
+ channel: {
6968
+ email: "E-mail",
6969
+ whatsapp: "WhatsApp",
6970
+ sms: "SMS"
6971
+ }
6972
+ },
6973
+ success: {
6974
+ heading: "Booking submitted",
6975
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
6976
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
6977
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
6978
+ summaryDate: "Date",
6979
+ summaryTime: "Time",
6980
+ summaryProvider: "Provider",
6981
+ summaryService: "Service",
6982
+ summarySpecialty: "Specialty",
6983
+ bookAnother: "Book another appointment",
6984
+ modifyBooking: "Modify booking"
6985
+ },
6986
+ submitError: {
6987
+ generic: "We couldn't submit your booking. Please try again."
6988
+ },
6989
+ details: {
6990
+ heading: "Vos coordonnées",
6991
+ submit: "Prendre rendez-vous",
6992
+ firstName: {
6993
+ label: "Prénom",
6994
+ required: "Saisissez votre prénom."
6995
+ },
6996
+ lastName: {
6997
+ label: "Nom",
6998
+ required: "Saisissez votre nom."
6999
+ },
7000
+ email: {
7001
+ label: "E-mail",
7002
+ invalid: "Saisissez une adresse e-mail valide."
7003
+ },
7004
+ mobilePhone: {
7005
+ label: "Téléphone mobile",
7006
+ invalid: "Saisissez un numéro de mobile valide."
7007
+ },
7008
+ codiceFiscale: {
7009
+ label: "Codice fiscale",
7010
+ helper: "16 caractères, lettres et chiffres.",
7011
+ checking: "Vérification…",
7012
+ invalid: "Codice fiscale invalide.",
7013
+ invalidFormat: "Le codice fiscale doit comporter 16 caractères (lettres et chiffres).",
7014
+ unavailable: "Vérification indisponible, veuillez réessayer."
7015
+ },
7016
+ dateOfBirth: {
7017
+ label: "Date de naissance",
7018
+ required: "Saisissez votre date de naissance."
7019
+ },
7020
+ insuranceNumber: {
7021
+ label: "Numéro d'assuré (Versichertennummer)",
7022
+ checking: "Vérification…",
7023
+ invalid: "Numéro d'assuré invalide.",
7024
+ unavailable: "Vérification indisponible, veuillez réessayer."
7025
+ },
7026
+ note: {
7027
+ label: "Motif de la visite / informations utiles",
7028
+ helper: "Jusqu'à {{max}} caractères."
7029
+ },
7030
+ returningPatient: {
7031
+ label: "Je suis déjà patient(e) de ce cabinet"
7032
+ },
7033
+ consent: {
7034
+ privacy: {
7035
+ label: "J'ai lu et j'accepte la <policyLink>politique de confidentialité</policyLink>"
7036
+ },
7037
+ terms: {
7038
+ label: "J'ai lu et j'accepte les <policyLink>conditions d'utilisation</policyLink>"
7039
+ }
7040
+ }
7041
+ }
7042
+ },
7043
+ patientSearch: {
7044
+ regionLabel: "Rechercher un rendez-vous",
7045
+ who: {
7046
+ label: "Médecin, spécialité, cabinet ou praticien",
7047
+ placeholder: "Médecin, spécialité, cabinet ou praticien"
7048
+ },
7049
+ where: {
7050
+ label: "Ville, quartier ou adresse",
7051
+ placeholder: "Ville, quartier ou adresse"
7052
+ },
7053
+ when: {
7054
+ label: "Quand",
7055
+ today: "Aujourd'hui",
7056
+ tomorrow: "Demain",
7057
+ thisWeek: "Cette semaine",
7058
+ anytime: "À tout moment"
7059
+ },
7060
+ facets: {
7061
+ label: "Filtres",
7062
+ clear: "Effacer les filtres"
7063
+ },
7064
+ geo: {
7065
+ cta: "Près de moi",
7066
+ requesting: "Localisation…",
7067
+ radius: "Rayon",
7068
+ radiusFormat: "{{km}} km",
7069
+ fallbackLabel: "Près de moi",
7070
+ clear: "Effacer la localisation",
7071
+ denied: "Accès à la localisation refusé. Vous pouvez saisir une ville ou activer la localisation dans les paramètres du navigateur."
7072
+ },
7073
+ discovery: {
7074
+ heading: "Parcourir les recherches populaires",
7075
+ empty: "Aucune suggestion à parcourir — saisissez un médecin ou une ville ci-dessus."
7076
+ },
7077
+ submit: {
7078
+ cta: "Rechercher"
7079
+ }
7080
+ },
7081
+ reviewsPanel: {
7082
+ regionLabel: "Avis des patients",
7083
+ title: "Avis des patients",
7084
+ listLabel: "Liste des avis",
7085
+ introHeading: "À propos de ces avis",
7086
+ filterTitle: "Filtrer par étoiles",
7087
+ filter: {
7088
+ allShort: "Tous",
7089
+ allLabel_one: "Tous — {{count}} avis",
7090
+ allLabel_other: "Tous — {{count}} avis",
7091
+ starsLabel_one: "{{stars}} étoiles — {{count}} avis",
7092
+ starsLabel_other: "{{stars}} étoiles — {{count}} avis"
7093
+ },
7094
+ anonymous: "Anonyme",
7095
+ card: {
7096
+ expand: "Afficher les détails",
7097
+ collapse: "Masquer les détails"
7098
+ },
7099
+ replyTitle: "Réponse du cabinet",
7100
+ breakdown: {
7101
+ appointment: "Rendez-vous",
7102
+ communication: "Communication",
7103
+ staff: "Personnel",
7104
+ overall: "Global",
7105
+ futureVisit: "Reviendriez-vous ?",
7106
+ recommendation: "Recommanderiez-vous ?"
7107
+ },
7108
+ answer: {
7109
+ yes: "Oui",
7110
+ no: "Non",
7111
+ unsure: "Incertain"
7112
+ },
7113
+ empty: {
7114
+ title: "Aucun avis pour le moment",
7115
+ description: "Les avis des patients apparaîtront ici.",
7116
+ filterDescription: "Aucun avis avec {{stars}} étoiles.",
7117
+ resetFilter: "Afficher tous les avis"
7118
+ }
6043
7119
  },
6044
7120
  chart: {
6045
7121
  noData: "Aucune donnée disponible",
@@ -6370,6 +7446,31 @@ const t = {
6370
7446
  aria: {
6371
7447
  label: "{{state}} {{amount}}"
6372
7448
  }
7449
+ },
7450
+ footer: {
7451
+ nav: {
7452
+ label: "Pied de page",
7453
+ privacy: "Confidentialité",
7454
+ terms: "Conditions d'utilisation",
7455
+ contacts: "Nous contacter"
7456
+ },
7457
+ copyright: "© {{year}} {{entity}} · {{vat}}",
7458
+ tagline: "Technologie allemande, design italien",
7459
+ group: {
7460
+ product: "Produit",
7461
+ resources: "Ressources",
7462
+ company: "Entreprise",
7463
+ legal: "Mentions légales"
7464
+ },
7465
+ social: {
7466
+ aria: {
7467
+ linkedin: "LinkedIn",
7468
+ youtube: "YouTube",
7469
+ instagram: "Instagram",
7470
+ facebook: "Facebook"
7471
+ }
7472
+ },
7473
+ external: { opens_in_new_tab: "(ouvre dans un nouvel onglet)" }
6373
7474
  }
6374
7475
  }, l = {
6375
7476
  common: {
@@ -7313,7 +8414,201 @@ const t = {
7313
8414
  afternoon: "दोपहर",
7314
8415
  evening: "शाम"
7315
8416
  },
7316
- slotAvailableLabel: "{{time}} पर उपलब्ध"
8417
+ slotAvailableLabel: "{{time}} पर उपलब्ध",
8418
+ headingSubtitle: "सेवा, दिनांक और समय चुनें, फिर पुष्टि करें।",
8419
+ insurance: {
8420
+ heading: "बीमा का प्रकार",
8421
+ placeholder: "बीमा का प्रकार चुनें",
8422
+ private: "निजी",
8423
+ public: "सरकारी (gesetzlich)"
8424
+ },
8425
+ specialty: {
8426
+ heading: "विशेषज्ञता",
8427
+ placeholder: "विशेषज्ञता चुनें"
8428
+ },
8429
+ service: {
8430
+ heading: "सेवा",
8431
+ placeholder: "सेवा चुनें"
8432
+ },
8433
+ operator: {
8434
+ heading: "विशेषज्ञ",
8435
+ placeholder: "विशेषज्ञ चुनें",
8436
+ all: "कोई भी उपलब्ध विशेषज्ञ"
8437
+ },
8438
+ date: {
8439
+ heading: "दिनांक"
8440
+ },
8441
+ slot: {
8442
+ heading: "समय"
8443
+ },
8444
+ emptyServices: {
8445
+ title: "कोई बुक करने योग्य सेवा नहीं",
8446
+ description: "इस चयन के लिए कोई सेवा उपलब्ध नहीं है।"
8447
+ },
8448
+ onboardingIncomplete: {
8449
+ title: "कोई विशेषज्ञ उपलब्ध नहीं",
8450
+ description: "क्लीनिक ने अभी तक इस सेवा के लिए विशेषज्ञ कॉन्फ़िगर नहीं किए हैं। कोई दूसरी सेवा चुनें या बाद में फिर देखें।"
8451
+ },
8452
+ nextAvailable: {
8453
+ description: "मौजूदा अवधि में कोई समय उपलब्ध नहीं। अगली उपलब्ध तिथि {{date}} है।",
8454
+ cta: "अगली उपलब्ध तिथि पर जाएँ"
8455
+ },
8456
+ confirmation: {
8457
+ heading: "पुष्टि कैसे प्राप्त करना चाहेंगे?",
8458
+ helper: "हम आपके चुने हुए माध्यमों पर अपॉइंटमेंट की पुष्टि के लिए लिंक भेजेंगे।",
8459
+ atLeastOne: "अपॉइंटमेंट की पुष्टि प्राप्त करने के लिए कम से कम एक माध्यम चुनें।",
8460
+ channel: {
8461
+ email: "ईमेल",
8462
+ whatsapp: "WhatsApp",
8463
+ sms: "SMS"
8464
+ }
8465
+ },
8466
+ success: {
8467
+ heading: "Booking submitted",
8468
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
8469
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
8470
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
8471
+ summaryDate: "Date",
8472
+ summaryTime: "Time",
8473
+ summaryProvider: "Provider",
8474
+ summaryService: "Service",
8475
+ summarySpecialty: "Specialty",
8476
+ bookAnother: "Book another appointment",
8477
+ modifyBooking: "Modify booking"
8478
+ },
8479
+ submitError: {
8480
+ generic: "We couldn't submit your booking. Please try again."
8481
+ },
8482
+ details: {
8483
+ heading: "आपकी जानकारी",
8484
+ submit: "अपॉइंटमेंट बुक करें",
8485
+ firstName: {
8486
+ label: "पहला नाम",
8487
+ required: "अपना पहला नाम दर्ज करें।"
8488
+ },
8489
+ lastName: {
8490
+ label: "उपनाम",
8491
+ required: "अपना उपनाम दर्ज करें।"
8492
+ },
8493
+ email: {
8494
+ label: "ईमेल",
8495
+ invalid: "मान्य ईमेल पता दर्ज करें।"
8496
+ },
8497
+ mobilePhone: {
8498
+ label: "मोबाइल फ़ोन",
8499
+ invalid: "मान्य मोबाइल नंबर दर्ज करें।"
8500
+ },
8501
+ codiceFiscale: {
8502
+ label: "Codice fiscale",
8503
+ helper: "16 अक्षर, अक्षर और अंक।",
8504
+ checking: "जाँच हो रही है…",
8505
+ invalid: "अमान्य codice fiscale।",
8506
+ invalidFormat: "Codice fiscale 16 अक्षरों का होना चाहिए (अक्षर और अंक)।",
8507
+ unavailable: "सत्यापन उपलब्ध नहीं, पुनः प्रयास करें।"
8508
+ },
8509
+ dateOfBirth: {
8510
+ label: "जन्म तिथि",
8511
+ required: "अपनी जन्म तिथि दर्ज करें।"
8512
+ },
8513
+ insuranceNumber: {
8514
+ label: "बीमा नंबर (Versichertennummer)",
8515
+ checking: "जाँच हो रही है…",
8516
+ invalid: "अमान्य बीमा नंबर।",
8517
+ unavailable: "सत्यापन उपलब्ध नहीं, पुनः प्रयास करें।"
8518
+ },
8519
+ note: {
8520
+ label: "मुलाकात का कारण / आवश्यक जानकारी",
8521
+ helper: "{{max}} अक्षरों तक।"
8522
+ },
8523
+ returningPatient: {
8524
+ label: "मैं पहले से ही इस क्लीनिक का मरीज़ हूँ"
8525
+ },
8526
+ consent: {
8527
+ privacy: {
8528
+ label: "मैंने <policyLink>गोपनीयता नीति</policyLink> पढ़ ली है और स्वीकार करता/करती हूँ"
8529
+ },
8530
+ terms: {
8531
+ label: "मैंने <policyLink>सेवा की शर्तें</policyLink> पढ़ ली हैं और स्वीकार करता/करती हूँ"
8532
+ }
8533
+ }
8534
+ }
8535
+ },
8536
+ patientSearch: {
8537
+ regionLabel: "अपॉइंटमेंट खोजें",
8538
+ who: {
8539
+ label: "डॉक्टर, विशेषज्ञता, क्लीनिक या ऑपरेटर",
8540
+ placeholder: "डॉक्टर, विशेषज्ञता, क्लीनिक या ऑपरेटर"
8541
+ },
8542
+ where: {
8543
+ label: "शहर, क्षेत्र या पता",
8544
+ placeholder: "शहर, क्षेत्र या पता"
8545
+ },
8546
+ when: {
8547
+ label: "कब",
8548
+ today: "आज",
8549
+ tomorrow: "कल",
8550
+ thisWeek: "इस सप्ताह",
8551
+ anytime: "कभी भी"
8552
+ },
8553
+ facets: {
8554
+ label: "फ़िल्टर",
8555
+ clear: "फ़िल्टर साफ़ करें"
8556
+ },
8557
+ geo: {
8558
+ cta: "मेरे पास",
8559
+ requesting: "स्थान खोजा जा रहा है…",
8560
+ radius: "दायरा",
8561
+ radiusFormat: "{{km}} किमी",
8562
+ fallbackLabel: "मेरे पास",
8563
+ clear: "स्थान साफ़ करें",
8564
+ denied: "स्थान तक पहुँच अस्वीकृत। आप शहर टाइप कर सकते हैं या ब्राउज़र सेटिंग में स्थान सक्षम कर सकते हैं।"
8565
+ },
8566
+ discovery: {
8567
+ heading: "लोकप्रिय खोज द्वारा ब्राउज़ करें",
8568
+ empty: "ब्राउज़ करने के लिए कोई सुझाव नहीं — ऊपर डॉक्टर या शहर टाइप करें।"
8569
+ },
8570
+ submit: {
8571
+ cta: "खोजें"
8572
+ }
8573
+ },
8574
+ reviewsPanel: {
8575
+ regionLabel: "रोगी समीक्षाएं",
8576
+ title: "रोगी समीक्षाएं",
8577
+ listLabel: "समीक्षा सूची",
8578
+ introHeading: "इन समीक्षाओं के बारे में",
8579
+ filterTitle: "सितारों के अनुसार फ़िल्टर करें",
8580
+ filter: {
8581
+ allShort: "सभी",
8582
+ allLabel_one: "सभी — {{count}} समीक्षा",
8583
+ allLabel_other: "सभी — {{count}} समीक्षाएं",
8584
+ starsLabel_one: "{{stars}} सितारे — {{count}} समीक्षा",
8585
+ starsLabel_other: "{{stars}} सितारे — {{count}} समीक्षाएं"
8586
+ },
8587
+ anonymous: "गुमनाम",
8588
+ card: {
8589
+ expand: "विवरण दिखाएं",
8590
+ collapse: "विवरण छिपाएं"
8591
+ },
8592
+ replyTitle: "क्लिनिक का जवाब",
8593
+ breakdown: {
8594
+ appointment: "अपॉइंटमेंट",
8595
+ communication: "संवाद",
8596
+ staff: "स्टाफ",
8597
+ overall: "समग्र",
8598
+ futureVisit: "क्या आप फिर आएंगे?",
8599
+ recommendation: "क्या आप सिफारिश करेंगे?"
8600
+ },
8601
+ answer: {
8602
+ yes: "हाँ",
8603
+ no: "नहीं",
8604
+ unsure: "अनिश्चित"
8605
+ },
8606
+ empty: {
8607
+ title: "अभी तक कोई समीक्षा नहीं",
8608
+ description: "रोगियों की समीक्षाएं यहाँ दिखाई देंगी.",
8609
+ filterDescription: "{{stars}} सितारों वाली कोई समीक्षा नहीं.",
8610
+ resetFilter: "सभी समीक्षाएं दिखाएं"
8611
+ }
7317
8612
  },
7318
8613
  chart: {
7319
8614
  noData: "कोई डेटा उपलब्ध नहीं",
@@ -7644,6 +8939,31 @@ const t = {
7644
8939
  aria: {
7645
8940
  label: "{{state}} {{amount}}"
7646
8941
  }
8942
+ },
8943
+ footer: {
8944
+ nav: {
8945
+ label: "फ़ुटर",
8946
+ privacy: "गोपनीयता",
8947
+ terms: "उपयोग की शर्तें",
8948
+ contacts: "संपर्क करें"
8949
+ },
8950
+ copyright: "© {{year}} {{entity}} · {{vat}}",
8951
+ tagline: "जर्मन तकनीक, इतालवी डिज़ाइन",
8952
+ group: {
8953
+ product: "उत्पाद",
8954
+ resources: "संसाधन",
8955
+ company: "कंपनी",
8956
+ legal: "कानूनी"
8957
+ },
8958
+ social: {
8959
+ aria: {
8960
+ linkedin: "LinkedIn",
8961
+ youtube: "YouTube",
8962
+ instagram: "Instagram",
8963
+ facebook: "Facebook"
8964
+ }
8965
+ },
8966
+ external: { opens_in_new_tab: "(नए टैब में खुलता है)" }
7647
8967
  }
7648
8968
  }, s = {
7649
8969
  common: {
@@ -8587,7 +9907,201 @@ const t = {
8587
9907
  afternoon: "午後",
8588
9908
  evening: "夜"
8589
9909
  },
8590
- slotAvailableLabel: "{{time}}に予約可能"
9910
+ slotAvailableLabel: "{{time}}に予約可能",
9911
+ headingSubtitle: "サービス、日付、時間を選び、最後に確定してください。",
9912
+ insurance: {
9913
+ heading: "保険の種類",
9914
+ placeholder: "保険の種類を選択",
9915
+ private: "自費",
9916
+ public: "公的保険 (gesetzlich)"
9917
+ },
9918
+ specialty: {
9919
+ heading: "診療科",
9920
+ placeholder: "診療科を選択"
9921
+ },
9922
+ service: {
9923
+ heading: "サービス",
9924
+ placeholder: "サービスを選択"
9925
+ },
9926
+ operator: {
9927
+ heading: "担当者",
9928
+ placeholder: "担当者を選択",
9929
+ all: "対応可能な担当者"
9930
+ },
9931
+ date: {
9932
+ heading: "日付"
9933
+ },
9934
+ slot: {
9935
+ heading: "時間"
9936
+ },
9937
+ emptyServices: {
9938
+ title: "予約可能なサービスがありません",
9939
+ description: "この選択に該当するサービスはありません。"
9940
+ },
9941
+ onboardingIncomplete: {
9942
+ title: "対応可能な担当者がいません",
9943
+ description: "このサービスの担当者がまだ登録されていません。別のサービスをお試しいただくか、後ほど再度ご確認ください。"
9944
+ },
9945
+ nextAvailable: {
9946
+ description: "現在の期間に空きがありません。次に予約可能な日は {{date}} です。",
9947
+ cta: "次に予約可能な日へ"
9948
+ },
9949
+ confirmation: {
9950
+ heading: "確認はどの方法で受け取りますか?",
9951
+ helper: "選択された方法で、予約を確定するためのリンクをお送りします。",
9952
+ atLeastOne: "予約確認を受け取る方法を1つ以上選択してください。",
9953
+ channel: {
9954
+ email: "メール",
9955
+ whatsapp: "WhatsApp",
9956
+ sms: "SMS"
9957
+ }
9958
+ },
9959
+ success: {
9960
+ heading: "Booking submitted",
9961
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
9962
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
9963
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
9964
+ summaryDate: "Date",
9965
+ summaryTime: "Time",
9966
+ summaryProvider: "Provider",
9967
+ summaryService: "Service",
9968
+ summarySpecialty: "Specialty",
9969
+ bookAnother: "Book another appointment",
9970
+ modifyBooking: "Modify booking"
9971
+ },
9972
+ submitError: {
9973
+ generic: "We couldn't submit your booking. Please try again."
9974
+ },
9975
+ details: {
9976
+ heading: "お客様情報",
9977
+ submit: "予約する",
9978
+ firstName: {
9979
+ label: "名",
9980
+ required: "名を入力してください。"
9981
+ },
9982
+ lastName: {
9983
+ label: "姓",
9984
+ required: "姓を入力してください。"
9985
+ },
9986
+ email: {
9987
+ label: "メール",
9988
+ invalid: "有効なメールアドレスを入力してください。"
9989
+ },
9990
+ mobilePhone: {
9991
+ label: "携帯電話",
9992
+ invalid: "有効な携帯電話番号を入力してください。"
9993
+ },
9994
+ codiceFiscale: {
9995
+ label: "Codice fiscale",
9996
+ helper: "16文字の英数字。",
9997
+ checking: "確認中…",
9998
+ invalid: "Codice fiscale が無効です。",
9999
+ invalidFormat: "Codice fiscale は16文字の英数字である必要があります。",
10000
+ unavailable: "確認できません。もう一度お試しください。"
10001
+ },
10002
+ dateOfBirth: {
10003
+ label: "生年月日",
10004
+ required: "生年月日を入力してください。"
10005
+ },
10006
+ insuranceNumber: {
10007
+ label: "保険番号 (Versichertennummer)",
10008
+ checking: "確認中…",
10009
+ invalid: "保険番号が無効です。",
10010
+ unavailable: "確認できません。もう一度お試しください。"
10011
+ },
10012
+ note: {
10013
+ label: "受診理由・伝えておきたいこと",
10014
+ helper: "{{max}}文字まで。"
10015
+ },
10016
+ returningPatient: {
10017
+ label: "このクリニックの既存患者です"
10018
+ },
10019
+ consent: {
10020
+ privacy: {
10021
+ label: "<policyLink>プライバシーポリシー</policyLink>を読み、同意します"
10022
+ },
10023
+ terms: {
10024
+ label: "<policyLink>利用規約</policyLink>を読み、同意します"
10025
+ }
10026
+ }
10027
+ }
10028
+ },
10029
+ patientSearch: {
10030
+ regionLabel: "予約を検索",
10031
+ who: {
10032
+ label: "医師、専門分野、クリニックまたは担当者",
10033
+ placeholder: "医師、専門分野、クリニックまたは担当者"
10034
+ },
10035
+ where: {
10036
+ label: "都市、地区または住所",
10037
+ placeholder: "都市、地区または住所"
10038
+ },
10039
+ when: {
10040
+ label: "いつ",
10041
+ today: "今日",
10042
+ tomorrow: "明日",
10043
+ thisWeek: "今週",
10044
+ anytime: "いつでも"
10045
+ },
10046
+ facets: {
10047
+ label: "フィルター",
10048
+ clear: "フィルターをクリア"
10049
+ },
10050
+ geo: {
10051
+ cta: "近くで",
10052
+ requesting: "位置情報を取得中…",
10053
+ radius: "範囲",
10054
+ radiusFormat: "{{km}} km",
10055
+ fallbackLabel: "近くで",
10056
+ clear: "位置情報をクリア",
10057
+ denied: "位置情報へのアクセスが拒否されました。都市名を入力するか、ブラウザの設定で位置情報を有効にしてください。"
10058
+ },
10059
+ discovery: {
10060
+ heading: "人気の検索で探す",
10061
+ empty: "表示できる候補がありません — 上で医師や都市を入力してください。"
10062
+ },
10063
+ submit: {
10064
+ cta: "検索"
10065
+ }
10066
+ },
10067
+ reviewsPanel: {
10068
+ regionLabel: "患者の口コミ",
10069
+ title: "患者の口コミ",
10070
+ listLabel: "口コミ一覧",
10071
+ introHeading: "これらの口コミについて",
10072
+ filterTitle: "星で絞り込む",
10073
+ filter: {
10074
+ allShort: "すべて",
10075
+ allLabel_one: "すべて — {{count}}件の口コミ",
10076
+ allLabel_other: "すべて — {{count}}件の口コミ",
10077
+ starsLabel_one: "{{stars}}つ星 — {{count}}件の口コミ",
10078
+ starsLabel_other: "{{stars}}つ星 — {{count}}件の口コミ"
10079
+ },
10080
+ anonymous: "匿名",
10081
+ card: {
10082
+ expand: "詳細を表示",
10083
+ collapse: "詳細を非表示"
10084
+ },
10085
+ replyTitle: "クリニックからの返信",
10086
+ breakdown: {
10087
+ appointment: "予約",
10088
+ communication: "コミュニケーション",
10089
+ staff: "スタッフ",
10090
+ overall: "総合",
10091
+ futureVisit: "また利用しますか?",
10092
+ recommendation: "推薦しますか?"
10093
+ },
10094
+ answer: {
10095
+ yes: "はい",
10096
+ no: "いいえ",
10097
+ unsure: "わからない"
10098
+ },
10099
+ empty: {
10100
+ title: "まだ口コミがありません",
10101
+ description: "患者の口コミがここに表示されます。",
10102
+ filterDescription: "{{stars}}つ星の口コミはありません。",
10103
+ resetFilter: "すべての口コミを表示"
10104
+ }
8591
10105
  },
8592
10106
  chart: {
8593
10107
  noData: "データがありません",
@@ -8918,6 +10432,33 @@ const t = {
8918
10432
  aria: {
8919
10433
  label: "{{state}} {{amount}}"
8920
10434
  }
10435
+ },
10436
+ footer: {
10437
+ nav: {
10438
+ label: "フッター",
10439
+ privacy: "プライバシー",
10440
+ terms: "利用規約",
10441
+ contacts: "お問い合わせ"
10442
+ },
10443
+ copyright: "© {{year}} {{entity}} · {{vat}}",
10444
+ tagline: "ドイツのテクノロジー、イタリアのデザイン",
10445
+ group: {
10446
+ product: "プロダクト",
10447
+ resources: "リソース",
10448
+ company: "会社情報",
10449
+ legal: "法的情報"
10450
+ },
10451
+ social: {
10452
+ aria: {
10453
+ linkedin: "LinkedIn",
10454
+ youtube: "YouTube",
10455
+ instagram: "Instagram",
10456
+ facebook: "Facebook"
10457
+ }
10458
+ },
10459
+ external: {
10460
+ opens_in_new_tab: "(新しいタブで開きます)"
10461
+ }
8921
10462
  }
8922
10463
  }, c = {
8923
10464
  common: {
@@ -9861,7 +11402,201 @@ const t = {
9861
11402
  afternoon: "Middag",
9862
11403
  evening: "Avond"
9863
11404
  },
9864
- slotAvailableLabel: "Beschikbaar om {{time}}"
11405
+ slotAvailableLabel: "Beschikbaar om {{time}}",
11406
+ headingSubtitle: "Kies een dienst, datum en tijd en bevestig vervolgens.",
11407
+ insurance: {
11408
+ heading: "Soort verzekering",
11409
+ placeholder: "Kies een soort verzekering",
11410
+ private: "Particulier",
11411
+ public: "Wettelijk (gesetzlich)"
11412
+ },
11413
+ specialty: {
11414
+ heading: "Specialisme",
11415
+ placeholder: "Kies een specialisme"
11416
+ },
11417
+ service: {
11418
+ heading: "Dienst",
11419
+ placeholder: "Kies een dienst"
11420
+ },
11421
+ operator: {
11422
+ heading: "Behandelaar",
11423
+ placeholder: "Kies een behandelaar",
11424
+ all: "Elke beschikbare behandelaar"
11425
+ },
11426
+ date: {
11427
+ heading: "Datum"
11428
+ },
11429
+ slot: {
11430
+ heading: "Tijd"
11431
+ },
11432
+ emptyServices: {
11433
+ title: "Geen boekbare diensten",
11434
+ description: "Er zijn geen diensten beschikbaar voor deze selectie."
11435
+ },
11436
+ onboardingIncomplete: {
11437
+ title: "Geen behandelaars beschikbaar",
11438
+ description: "De praktijk heeft voor deze dienst nog geen behandelaars ingesteld. Probeer een andere dienst of kom later terug."
11439
+ },
11440
+ nextAvailable: {
11441
+ description: "Geen plekken in de huidige periode. Eerstvolgende beschikbare datum is {{date}}.",
11442
+ cta: "Ga naar eerstvolgende beschikbare datum"
11443
+ },
11444
+ confirmation: {
11445
+ heading: "Hoe ontvangt u graag de bevestiging?",
11446
+ helper: "We sturen u een link om uw afspraak te bevestigen via de kanalen die u selecteert.",
11447
+ atLeastOne: "Selecteer minimaal één kanaal om de afspraakbevestiging te ontvangen.",
11448
+ channel: {
11449
+ email: "E-mail",
11450
+ whatsapp: "WhatsApp",
11451
+ sms: "SMS"
11452
+ }
11453
+ },
11454
+ success: {
11455
+ heading: "Booking submitted",
11456
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
11457
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
11458
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
11459
+ summaryDate: "Date",
11460
+ summaryTime: "Time",
11461
+ summaryProvider: "Provider",
11462
+ summaryService: "Service",
11463
+ summarySpecialty: "Specialty",
11464
+ bookAnother: "Book another appointment",
11465
+ modifyBooking: "Modify booking"
11466
+ },
11467
+ submitError: {
11468
+ generic: "We couldn't submit your booking. Please try again."
11469
+ },
11470
+ details: {
11471
+ heading: "Uw gegevens",
11472
+ submit: "Afspraak maken",
11473
+ firstName: {
11474
+ label: "Voornaam",
11475
+ required: "Vul uw voornaam in."
11476
+ },
11477
+ lastName: {
11478
+ label: "Achternaam",
11479
+ required: "Vul uw achternaam in."
11480
+ },
11481
+ email: {
11482
+ label: "E-mail",
11483
+ invalid: "Vul een geldig e-mailadres in."
11484
+ },
11485
+ mobilePhone: {
11486
+ label: "Mobiel nummer",
11487
+ invalid: "Vul een geldig mobiel nummer in."
11488
+ },
11489
+ codiceFiscale: {
11490
+ label: "Codice fiscale",
11491
+ helper: "16 tekens, letters en cijfers.",
11492
+ checking: "Controleren…",
11493
+ invalid: "Ongeldige codice fiscale.",
11494
+ invalidFormat: "De codice fiscale moet uit 16 tekens bestaan (letters en cijfers).",
11495
+ unavailable: "Validatie niet beschikbaar, probeer het opnieuw."
11496
+ },
11497
+ dateOfBirth: {
11498
+ label: "Geboortedatum",
11499
+ required: "Vul uw geboortedatum in."
11500
+ },
11501
+ insuranceNumber: {
11502
+ label: "Verzekeringsnummer (Versichertennummer)",
11503
+ checking: "Controleren…",
11504
+ invalid: "Ongeldig verzekeringsnummer.",
11505
+ unavailable: "Validatie niet beschikbaar, probeer het opnieuw."
11506
+ },
11507
+ note: {
11508
+ label: "Reden van bezoek / opmerkingen",
11509
+ helper: "Tot {{max}} tekens."
11510
+ },
11511
+ returningPatient: {
11512
+ label: "Ik ben al patiënt bij deze praktijk"
11513
+ },
11514
+ consent: {
11515
+ privacy: {
11516
+ label: "Ik heb het <policyLink>privacybeleid</policyLink> gelezen en accepteer het"
11517
+ },
11518
+ terms: {
11519
+ label: "Ik heb de <policyLink>gebruiksvoorwaarden</policyLink> gelezen en accepteer ze"
11520
+ }
11521
+ }
11522
+ }
11523
+ },
11524
+ patientSearch: {
11525
+ regionLabel: "Afspraak zoeken",
11526
+ who: {
11527
+ label: "Arts, specialisme, praktijk of behandelaar",
11528
+ placeholder: "Arts, specialisme, praktijk of behandelaar"
11529
+ },
11530
+ where: {
11531
+ label: "Stad, wijk of adres",
11532
+ placeholder: "Stad, wijk of adres"
11533
+ },
11534
+ when: {
11535
+ label: "Wanneer",
11536
+ today: "Vandaag",
11537
+ tomorrow: "Morgen",
11538
+ thisWeek: "Deze week",
11539
+ anytime: "Wanneer dan ook"
11540
+ },
11541
+ facets: {
11542
+ label: "Filters",
11543
+ clear: "Filters wissen"
11544
+ },
11545
+ geo: {
11546
+ cta: "Bij mij in de buurt",
11547
+ requesting: "Locatie zoeken…",
11548
+ radius: "Straal",
11549
+ radiusFormat: "{{km}} km",
11550
+ fallbackLabel: "Bij mij in de buurt",
11551
+ clear: "Locatie wissen",
11552
+ denied: "Toegang tot locatie geweigerd. Je kunt een stad typen of locatie inschakelen in je browserinstellingen."
11553
+ },
11554
+ discovery: {
11555
+ heading: "Bekijk populaire zoekopdrachten",
11556
+ empty: "Geen suggesties om te bekijken — typ hierboven een arts of stad."
11557
+ },
11558
+ submit: {
11559
+ cta: "Zoeken"
11560
+ }
11561
+ },
11562
+ reviewsPanel: {
11563
+ regionLabel: "Patiëntbeoordelingen",
11564
+ title: "Patiëntbeoordelingen",
11565
+ listLabel: "Beoordelingslijst",
11566
+ introHeading: "Over deze beoordelingen",
11567
+ filterTitle: "Filteren op sterren",
11568
+ filter: {
11569
+ allShort: "Alle",
11570
+ allLabel_one: "Alle — {{count}} beoordeling",
11571
+ allLabel_other: "Alle — {{count}} beoordelingen",
11572
+ starsLabel_one: "{{stars}} sterren — {{count}} beoordeling",
11573
+ starsLabel_other: "{{stars}} sterren — {{count}} beoordelingen"
11574
+ },
11575
+ anonymous: "Anoniem",
11576
+ card: {
11577
+ expand: "Details tonen",
11578
+ collapse: "Details verbergen"
11579
+ },
11580
+ replyTitle: "Antwoord van de praktijk",
11581
+ breakdown: {
11582
+ appointment: "Afspraak",
11583
+ communication: "Communicatie",
11584
+ staff: "Personeel",
11585
+ overall: "Algemeen",
11586
+ futureVisit: "Zou je terugkomen?",
11587
+ recommendation: "Zou je ons aanbevelen?"
11588
+ },
11589
+ answer: {
11590
+ yes: "Ja",
11591
+ no: "Nee",
11592
+ unsure: "Onzeker"
11593
+ },
11594
+ empty: {
11595
+ title: "Nog geen beoordelingen",
11596
+ description: "Beoordelingen van patiënten verschijnen hier.",
11597
+ filterDescription: "Geen beoordelingen met {{stars}} sterren.",
11598
+ resetFilter: "Alle beoordelingen tonen"
11599
+ }
9865
11600
  },
9866
11601
  chart: {
9867
11602
  noData: "Geen gegevens beschikbaar",
@@ -10192,6 +11927,31 @@ const t = {
10192
11927
  aria: {
10193
11928
  label: "{{state}} {{amount}}"
10194
11929
  }
11930
+ },
11931
+ footer: {
11932
+ nav: {
11933
+ label: "Voettekst",
11934
+ privacy: "Privacy",
11935
+ terms: "Gebruiksvoorwaarden",
11936
+ contacts: "Neem contact op"
11937
+ },
11938
+ copyright: "© {{year}} {{entity}} · {{vat}}",
11939
+ tagline: "Duitse technologie, Italiaans design",
11940
+ group: {
11941
+ product: "Product",
11942
+ resources: "Bronnen",
11943
+ company: "Bedrijf",
11944
+ legal: "Juridisch"
11945
+ },
11946
+ social: {
11947
+ aria: {
11948
+ linkedin: "LinkedIn",
11949
+ youtube: "YouTube",
11950
+ instagram: "Instagram",
11951
+ facebook: "Facebook"
11952
+ }
11953
+ },
11954
+ external: { opens_in_new_tab: "(opent in nieuw tabblad)" }
10195
11955
  }
10196
11956
  }, u = {
10197
11957
  common: {
@@ -11135,7 +12895,201 @@ const t = {
11135
12895
  afternoon: "Popołudnie",
11136
12896
  evening: "Wieczór"
11137
12897
  },
11138
- slotAvailableLabel: "Dostępne o {{time}}"
12898
+ slotAvailableLabel: "Dostępne o {{time}}",
12899
+ headingSubtitle: "Wybierz usługę, datę i godzinę, a następnie potwierdź.",
12900
+ insurance: {
12901
+ heading: "Rodzaj ubezpieczenia",
12902
+ placeholder: "Wybierz rodzaj ubezpieczenia",
12903
+ private: "Prywatne",
12904
+ public: "Państwowe (gesetzlich)"
12905
+ },
12906
+ specialty: {
12907
+ heading: "Specjalność",
12908
+ placeholder: "Wybierz specjalność"
12909
+ },
12910
+ service: {
12911
+ heading: "Usługa",
12912
+ placeholder: "Wybierz usługę"
12913
+ },
12914
+ operator: {
12915
+ heading: "Lekarz",
12916
+ placeholder: "Wybierz lekarza",
12917
+ all: "Dowolny dostępny lekarz"
12918
+ },
12919
+ date: {
12920
+ heading: "Data"
12921
+ },
12922
+ slot: {
12923
+ heading: "Godzina"
12924
+ },
12925
+ emptyServices: {
12926
+ title: "Brak usług do rezerwacji",
12927
+ description: "Dla tego wyboru nie są dostępne żadne usługi."
12928
+ },
12929
+ onboardingIncomplete: {
12930
+ title: "Brak dostępnych lekarzy",
12931
+ description: "Gabinet nie skonfigurował jeszcze lekarzy dla tej usługi. Wybierz inną usługę lub spróbuj ponownie później."
12932
+ },
12933
+ nextAvailable: {
12934
+ description: "Brak dostępnych terminów w bieżącym okresie. Najbliższy dostępny termin to {{date}}.",
12935
+ cta: "Przejdź do najbliższego dostępnego terminu"
12936
+ },
12937
+ confirmation: {
12938
+ heading: "Jak chcesz otrzymać potwierdzenie?",
12939
+ helper: "Wyślemy link potwierdzający rezerwację na wybrane kanały.",
12940
+ atLeastOne: "Wybierz co najmniej jeden kanał, aby otrzymać potwierdzenie rezerwacji.",
12941
+ channel: {
12942
+ email: "E-mail",
12943
+ whatsapp: "WhatsApp",
12944
+ sms: "SMS"
12945
+ }
12946
+ },
12947
+ success: {
12948
+ heading: "Booking submitted",
12949
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
12950
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
12951
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
12952
+ summaryDate: "Date",
12953
+ summaryTime: "Time",
12954
+ summaryProvider: "Provider",
12955
+ summaryService: "Service",
12956
+ summarySpecialty: "Specialty",
12957
+ bookAnother: "Book another appointment",
12958
+ modifyBooking: "Modify booking"
12959
+ },
12960
+ submitError: {
12961
+ generic: "We couldn't submit your booking. Please try again."
12962
+ },
12963
+ details: {
12964
+ heading: "Twoje dane",
12965
+ submit: "Zarezerwuj wizytę",
12966
+ firstName: {
12967
+ label: "Imię",
12968
+ required: "Wpisz swoje imię."
12969
+ },
12970
+ lastName: {
12971
+ label: "Nazwisko",
12972
+ required: "Wpisz swoje nazwisko."
12973
+ },
12974
+ email: {
12975
+ label: "E-mail",
12976
+ invalid: "Wpisz prawidłowy adres e-mail."
12977
+ },
12978
+ mobilePhone: {
12979
+ label: "Telefon komórkowy",
12980
+ invalid: "Wpisz prawidłowy numer telefonu komórkowego."
12981
+ },
12982
+ codiceFiscale: {
12983
+ label: "Codice fiscale",
12984
+ helper: "16 znaków, litery i cyfry.",
12985
+ checking: "Sprawdzanie…",
12986
+ invalid: "Nieprawidłowy codice fiscale.",
12987
+ invalidFormat: "Codice fiscale musi mieć 16 znaków (litery i cyfry).",
12988
+ unavailable: "Weryfikacja niedostępna, spróbuj ponownie."
12989
+ },
12990
+ dateOfBirth: {
12991
+ label: "Data urodzenia",
12992
+ required: "Wpisz swoją datę urodzenia."
12993
+ },
12994
+ insuranceNumber: {
12995
+ label: "Numer ubezpieczenia (Versichertennummer)",
12996
+ checking: "Sprawdzanie…",
12997
+ invalid: "Nieprawidłowy numer ubezpieczenia.",
12998
+ unavailable: "Weryfikacja niedostępna, spróbuj ponownie."
12999
+ },
13000
+ note: {
13001
+ label: "Powód wizyty / dodatkowe informacje",
13002
+ helper: "Do {{max}} znaków."
13003
+ },
13004
+ returningPatient: {
13005
+ label: "Jestem już pacjentem tego gabinetu"
13006
+ },
13007
+ consent: {
13008
+ privacy: {
13009
+ label: "Zapoznałem(-am) się z <policyLink>polityką prywatności</policyLink> i akceptuję ją"
13010
+ },
13011
+ terms: {
13012
+ label: "Zapoznałem(-am) się z <policyLink>regulaminem</policyLink> i akceptuję go"
13013
+ }
13014
+ }
13015
+ }
13016
+ },
13017
+ patientSearch: {
13018
+ regionLabel: "Wyszukaj wizytę",
13019
+ who: {
13020
+ label: "Lekarz, specjalność, gabinet lub praktyk",
13021
+ placeholder: "Lekarz, specjalność, gabinet lub praktyk"
13022
+ },
13023
+ where: {
13024
+ label: "Miasto, dzielnica lub adres",
13025
+ placeholder: "Miasto, dzielnica lub adres"
13026
+ },
13027
+ when: {
13028
+ label: "Kiedy",
13029
+ today: "Dzisiaj",
13030
+ tomorrow: "Jutro",
13031
+ thisWeek: "W tym tygodniu",
13032
+ anytime: "Kiedykolwiek"
13033
+ },
13034
+ facets: {
13035
+ label: "Filtry",
13036
+ clear: "Wyczyść filtry"
13037
+ },
13038
+ geo: {
13039
+ cta: "W pobliżu",
13040
+ requesting: "Lokalizowanie…",
13041
+ radius: "Promień",
13042
+ radiusFormat: "{{km}} km",
13043
+ fallbackLabel: "W pobliżu",
13044
+ clear: "Wyczyść lokalizację",
13045
+ denied: "Odmowa dostępu do lokalizacji. Możesz wpisać miasto lub włączyć lokalizację w ustawieniach przeglądarki."
13046
+ },
13047
+ discovery: {
13048
+ heading: "Przeglądaj popularne wyszukiwania",
13049
+ empty: "Brak sugestii do przeglądania — wpisz lekarza lub miasto powyżej."
13050
+ },
13051
+ submit: {
13052
+ cta: "Wyszukaj"
13053
+ }
13054
+ },
13055
+ reviewsPanel: {
13056
+ regionLabel: "Opinie pacjentów",
13057
+ title: "Opinie pacjentów",
13058
+ listLabel: "Lista opinii",
13059
+ introHeading: "O tych opiniach",
13060
+ filterTitle: "Filtruj według gwiazdek",
13061
+ filter: {
13062
+ allShort: "Wszystkie",
13063
+ allLabel_one: "Wszystkie — {{count}} opinia",
13064
+ allLabel_other: "Wszystkie — {{count}} opinii",
13065
+ starsLabel_one: "{{stars}} gwiazdki — {{count}} opinia",
13066
+ starsLabel_other: "{{stars}} gwiazdek — {{count}} opinii"
13067
+ },
13068
+ anonymous: "Anonimowy",
13069
+ card: {
13070
+ expand: "Pokaż szczegóły",
13071
+ collapse: "Ukryj szczegóły"
13072
+ },
13073
+ replyTitle: "Odpowiedź gabinetu",
13074
+ breakdown: {
13075
+ appointment: "Wizyta",
13076
+ communication: "Komunikacja",
13077
+ staff: "Personel",
13078
+ overall: "Ogólnie",
13079
+ futureVisit: "Wrócił(a)byś?",
13080
+ recommendation: "Polecił(a)byś?"
13081
+ },
13082
+ answer: {
13083
+ yes: "Tak",
13084
+ no: "Nie",
13085
+ unsure: "Nie jestem pewien"
13086
+ },
13087
+ empty: {
13088
+ title: "Brak opinii",
13089
+ description: "Opinie pacjentów pojawią się tutaj.",
13090
+ filterDescription: "Brak opinii z {{stars}} gwiazdkami.",
13091
+ resetFilter: "Pokaż wszystkie opinie"
13092
+ }
11139
13093
  },
11140
13094
  chart: {
11141
13095
  noData: "Brak dostępnych danych",
@@ -11466,6 +13420,31 @@ const t = {
11466
13420
  aria: {
11467
13421
  label: "{{state}} {{amount}}"
11468
13422
  }
13423
+ },
13424
+ footer: {
13425
+ nav: {
13426
+ label: "Stopka",
13427
+ privacy: "Prywatność",
13428
+ terms: "Warunki użytkowania",
13429
+ contacts: "Kontakt"
13430
+ },
13431
+ copyright: "© {{year}} {{entity}} · {{vat}}",
13432
+ tagline: "Niemiecka technologia, włoski design",
13433
+ group: {
13434
+ product: "Produkt",
13435
+ resources: "Zasoby",
13436
+ company: "Firma",
13437
+ legal: "Informacje prawne"
13438
+ },
13439
+ social: {
13440
+ aria: {
13441
+ linkedin: "LinkedIn",
13442
+ youtube: "YouTube",
13443
+ instagram: "Instagram",
13444
+ facebook: "Facebook"
13445
+ }
13446
+ },
13447
+ external: { opens_in_new_tab: "(otwiera się w nowej karcie)" }
11469
13448
  }
11470
13449
  }, d = {
11471
13450
  common: {
@@ -12409,7 +14388,201 @@ const t = {
12409
14388
  afternoon: "Tarde",
12410
14389
  evening: "Noite"
12411
14390
  },
12412
- slotAvailableLabel: "Disponível às {{time}}"
14391
+ slotAvailableLabel: "Disponível às {{time}}",
14392
+ headingSubtitle: "Escolha o serviço, a data e a hora e depois confirme.",
14393
+ insurance: {
14394
+ heading: "Tipo de seguro",
14395
+ placeholder: "Escolha o tipo de seguro",
14396
+ private: "Privado",
14397
+ public: "Público (gesetzlich)"
14398
+ },
14399
+ specialty: {
14400
+ heading: "Especialidade",
14401
+ placeholder: "Escolha uma especialidade"
14402
+ },
14403
+ service: {
14404
+ heading: "Serviço",
14405
+ placeholder: "Escolha um serviço"
14406
+ },
14407
+ operator: {
14408
+ heading: "Profissional",
14409
+ placeholder: "Escolha um profissional",
14410
+ all: "Qualquer profissional disponível"
14411
+ },
14412
+ date: {
14413
+ heading: "Data"
14414
+ },
14415
+ slot: {
14416
+ heading: "Hora"
14417
+ },
14418
+ emptyServices: {
14419
+ title: "Não há serviços disponíveis para marcação",
14420
+ description: "Não há serviços disponíveis para esta seleção."
14421
+ },
14422
+ onboardingIncomplete: {
14423
+ title: "Não há profissionais disponíveis",
14424
+ description: "A clínica ainda não configurou profissionais para este serviço. Experimente outro serviço ou volte mais tarde."
14425
+ },
14426
+ nextAvailable: {
14427
+ description: "Sem disponibilidade no período atual. A próxima data disponível é {{date}}.",
14428
+ cta: "Ir para a próxima data disponível"
14429
+ },
14430
+ confirmation: {
14431
+ heading: "Como pretende receber a confirmação?",
14432
+ helper: "Vamos enviar-lhe um link para confirmar a marcação nos canais que selecionar.",
14433
+ atLeastOne: "Selecione pelo menos um canal para receber a confirmação da marcação.",
14434
+ channel: {
14435
+ email: "Email",
14436
+ whatsapp: "WhatsApp",
14437
+ sms: "SMS"
14438
+ }
14439
+ },
14440
+ success: {
14441
+ heading: "Booking submitted",
14442
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
14443
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
14444
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
14445
+ summaryDate: "Date",
14446
+ summaryTime: "Time",
14447
+ summaryProvider: "Provider",
14448
+ summaryService: "Service",
14449
+ summarySpecialty: "Specialty",
14450
+ bookAnother: "Book another appointment",
14451
+ modifyBooking: "Modify booking"
14452
+ },
14453
+ submitError: {
14454
+ generic: "We couldn't submit your booking. Please try again."
14455
+ },
14456
+ details: {
14457
+ heading: "Os seus dados",
14458
+ submit: "Marcar consulta",
14459
+ firstName: {
14460
+ label: "Nome",
14461
+ required: "Introduza o seu nome."
14462
+ },
14463
+ lastName: {
14464
+ label: "Apelido",
14465
+ required: "Introduza o seu apelido."
14466
+ },
14467
+ email: {
14468
+ label: "Email",
14469
+ invalid: "Introduza um email válido."
14470
+ },
14471
+ mobilePhone: {
14472
+ label: "Telemóvel",
14473
+ invalid: "Introduza um número de telemóvel válido."
14474
+ },
14475
+ codiceFiscale: {
14476
+ label: "Codice fiscale",
14477
+ helper: "16 caracteres, letras e números.",
14478
+ checking: "A verificar…",
14479
+ invalid: "Codice fiscale inválido.",
14480
+ invalidFormat: "O codice fiscale deve ter 16 caracteres (letras e números).",
14481
+ unavailable: "Validação indisponível, tente novamente."
14482
+ },
14483
+ dateOfBirth: {
14484
+ label: "Data de nascimento",
14485
+ required: "Introduza a sua data de nascimento."
14486
+ },
14487
+ insuranceNumber: {
14488
+ label: "Número de seguro (Versichertennummer)",
14489
+ checking: "A verificar…",
14490
+ invalid: "Número de seguro inválido.",
14491
+ unavailable: "Validação indisponível, tente novamente."
14492
+ },
14493
+ note: {
14494
+ label: "Motivo da consulta / informações úteis",
14495
+ helper: "Até {{max}} caracteres."
14496
+ },
14497
+ returningPatient: {
14498
+ label: "Já sou paciente desta clínica"
14499
+ },
14500
+ consent: {
14501
+ privacy: {
14502
+ label: "Li e aceito a <policyLink>política de privacidade</policyLink>"
14503
+ },
14504
+ terms: {
14505
+ label: "Li e aceito os <policyLink>termos de utilização</policyLink>"
14506
+ }
14507
+ }
14508
+ }
14509
+ },
14510
+ patientSearch: {
14511
+ regionLabel: "Buscar consulta",
14512
+ who: {
14513
+ label: "Médico, especialidade, clínica ou profissional",
14514
+ placeholder: "Médico, especialidade, clínica ou profissional"
14515
+ },
14516
+ where: {
14517
+ label: "Cidade, bairro ou endereço",
14518
+ placeholder: "Cidade, bairro ou endereço"
14519
+ },
14520
+ when: {
14521
+ label: "Quando",
14522
+ today: "Hoje",
14523
+ tomorrow: "Amanhã",
14524
+ thisWeek: "Esta semana",
14525
+ anytime: "A qualquer hora"
14526
+ },
14527
+ facets: {
14528
+ label: "Filtros",
14529
+ clear: "Limpar filtros"
14530
+ },
14531
+ geo: {
14532
+ cta: "Perto de mim",
14533
+ requesting: "A localizar…",
14534
+ radius: "Raio",
14535
+ radiusFormat: "{{km}} km",
14536
+ fallbackLabel: "Perto de mim",
14537
+ clear: "Limpar localização",
14538
+ denied: "Acesso à localização negado. Pode escrever uma cidade ou ativar a localização nas definições do navegador."
14539
+ },
14540
+ discovery: {
14541
+ heading: "Explorar por pesquisas populares",
14542
+ empty: "Sem sugestões para explorar — escreva um médico ou cidade acima."
14543
+ },
14544
+ submit: {
14545
+ cta: "Buscar"
14546
+ }
14547
+ },
14548
+ reviewsPanel: {
14549
+ regionLabel: "Avaliações de pacientes",
14550
+ title: "Avaliações de pacientes",
14551
+ listLabel: "Lista de avaliações",
14552
+ introHeading: "Sobre estas avaliações",
14553
+ filterTitle: "Filtrar por estrelas",
14554
+ filter: {
14555
+ allShort: "Todas",
14556
+ allLabel_one: "Todas — {{count}} avaliação",
14557
+ allLabel_other: "Todas — {{count}} avaliações",
14558
+ starsLabel_one: "{{stars}} estrelas — {{count}} avaliação",
14559
+ starsLabel_other: "{{stars}} estrelas — {{count}} avaliações"
14560
+ },
14561
+ anonymous: "Anónimo",
14562
+ card: {
14563
+ expand: "Mostrar detalhes",
14564
+ collapse: "Ocultar detalhes"
14565
+ },
14566
+ replyTitle: "Resposta da clínica",
14567
+ breakdown: {
14568
+ appointment: "Consulta",
14569
+ communication: "Comunicação",
14570
+ staff: "Equipa",
14571
+ overall: "Geral",
14572
+ futureVisit: "Voltaria?",
14573
+ recommendation: "Recomendaria?"
14574
+ },
14575
+ answer: {
14576
+ yes: "Sim",
14577
+ no: "Não",
14578
+ unsure: "Não tenho a certeza"
14579
+ },
14580
+ empty: {
14581
+ title: "Ainda não há avaliações",
14582
+ description: "As avaliações dos pacientes aparecerão aqui.",
14583
+ filterDescription: "Nenhuma avaliação com {{stars}} estrelas.",
14584
+ resetFilter: "Mostrar todas as avaliações"
14585
+ }
12413
14586
  },
12414
14587
  chart: {
12415
14588
  noData: "Sem dados disponíveis",
@@ -12740,6 +14913,31 @@ const t = {
12740
14913
  aria: {
12741
14914
  label: "{{state}} {{amount}}"
12742
14915
  }
14916
+ },
14917
+ footer: {
14918
+ nav: {
14919
+ label: "Rodapé",
14920
+ privacy: "Privacidade",
14921
+ terms: "Termos de utilização",
14922
+ contacts: "Contacte-nos"
14923
+ },
14924
+ copyright: "© {{year}} {{entity}} · {{vat}}",
14925
+ tagline: "Tecnologia alemã, design italiano",
14926
+ group: {
14927
+ product: "Produto",
14928
+ resources: "Recursos",
14929
+ company: "Empresa",
14930
+ legal: "Legal"
14931
+ },
14932
+ social: {
14933
+ aria: {
14934
+ linkedin: "LinkedIn",
14935
+ youtube: "YouTube",
14936
+ instagram: "Instagram",
14937
+ facebook: "Facebook"
14938
+ }
14939
+ },
14940
+ external: { opens_in_new_tab: "(abre num novo separador)" }
12743
14941
  }
12744
14942
  }, m = {
12745
14943
  common: {
@@ -13683,7 +15881,201 @@ const t = {
13683
15881
  afternoon: "După-amiază",
13684
15882
  evening: "Seară"
13685
15883
  },
13686
- slotAvailableLabel: "Disponibil la {{time}}"
15884
+ slotAvailableLabel: "Disponibil la {{time}}",
15885
+ headingSubtitle: "Alege serviciul, data și ora, apoi confirmă.",
15886
+ insurance: {
15887
+ heading: "Tip de asigurare",
15888
+ placeholder: "Alege tipul de asigurare",
15889
+ private: "Privată",
15890
+ public: "De stat (gesetzlich)"
15891
+ },
15892
+ specialty: {
15893
+ heading: "Specialitate",
15894
+ placeholder: "Alege o specialitate"
15895
+ },
15896
+ service: {
15897
+ heading: "Serviciu",
15898
+ placeholder: "Alege un serviciu"
15899
+ },
15900
+ operator: {
15901
+ heading: "Medic",
15902
+ placeholder: "Alege un medic",
15903
+ all: "Orice medic disponibil"
15904
+ },
15905
+ date: {
15906
+ heading: "Data"
15907
+ },
15908
+ slot: {
15909
+ heading: "Ora"
15910
+ },
15911
+ emptyServices: {
15912
+ title: "Niciun serviciu disponibil pentru programare",
15913
+ description: "Nu există servicii disponibile pentru această selecție."
15914
+ },
15915
+ onboardingIncomplete: {
15916
+ title: "Niciun medic disponibil",
15917
+ description: "Cabinetul nu a configurat încă medici pentru acest serviciu. Încearcă alt serviciu sau revino mai târziu."
15918
+ },
15919
+ nextAvailable: {
15920
+ description: "Nu există disponibilitate în perioada curentă. Următoarea dată disponibilă este {{date}}.",
15921
+ cta: "Mergi la următoarea dată disponibilă"
15922
+ },
15923
+ confirmation: {
15924
+ heading: "Cum dorești să primești confirmarea?",
15925
+ helper: "Îți vom trimite un link pentru a confirma programarea pe canalele alese.",
15926
+ atLeastOne: "Selectează cel puțin un canal pentru a primi confirmarea programării.",
15927
+ channel: {
15928
+ email: "Email",
15929
+ whatsapp: "WhatsApp",
15930
+ sms: "SMS"
15931
+ }
15932
+ },
15933
+ success: {
15934
+ heading: "Booking submitted",
15935
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
15936
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
15937
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
15938
+ summaryDate: "Date",
15939
+ summaryTime: "Time",
15940
+ summaryProvider: "Provider",
15941
+ summaryService: "Service",
15942
+ summarySpecialty: "Specialty",
15943
+ bookAnother: "Book another appointment",
15944
+ modifyBooking: "Modify booking"
15945
+ },
15946
+ submitError: {
15947
+ generic: "We couldn't submit your booking. Please try again."
15948
+ },
15949
+ details: {
15950
+ heading: "Datele tale",
15951
+ submit: "Fă programarea",
15952
+ firstName: {
15953
+ label: "Prenume",
15954
+ required: "Introdu prenumele."
15955
+ },
15956
+ lastName: {
15957
+ label: "Nume",
15958
+ required: "Introdu numele."
15959
+ },
15960
+ email: {
15961
+ label: "Email",
15962
+ invalid: "Introdu o adresă de email validă."
15963
+ },
15964
+ mobilePhone: {
15965
+ label: "Telefon mobil",
15966
+ invalid: "Introdu un număr de mobil valid."
15967
+ },
15968
+ codiceFiscale: {
15969
+ label: "Codice fiscale",
15970
+ helper: "16 caractere, litere și cifre.",
15971
+ checking: "Se verifică…",
15972
+ invalid: "Codice fiscale invalid.",
15973
+ invalidFormat: "Codice fiscale trebuie să aibă 16 caractere (litere și cifre).",
15974
+ unavailable: "Verificare indisponibilă, încearcă din nou."
15975
+ },
15976
+ dateOfBirth: {
15977
+ label: "Data nașterii",
15978
+ required: "Introdu data nașterii."
15979
+ },
15980
+ insuranceNumber: {
15981
+ label: "Număr de asigurare (Versichertennummer)",
15982
+ checking: "Se verifică…",
15983
+ invalid: "Număr de asigurare invalid.",
15984
+ unavailable: "Verificare indisponibilă, încearcă din nou."
15985
+ },
15986
+ note: {
15987
+ label: "Motivul vizitei / observații",
15988
+ helper: "Până la {{max}} caractere."
15989
+ },
15990
+ returningPatient: {
15991
+ label: "Sunt deja pacient la acest cabinet"
15992
+ },
15993
+ consent: {
15994
+ privacy: {
15995
+ label: "Am citit și accept <policyLink>politica de confidențialitate</policyLink>"
15996
+ },
15997
+ terms: {
15998
+ label: "Am citit și accept <policyLink>termenii serviciului</policyLink>"
15999
+ }
16000
+ }
16001
+ }
16002
+ },
16003
+ patientSearch: {
16004
+ regionLabel: "Caută o programare",
16005
+ who: {
16006
+ label: "Medic, specialitate, cabinet sau practician",
16007
+ placeholder: "Medic, specialitate, cabinet sau practician"
16008
+ },
16009
+ where: {
16010
+ label: "Oraș, cartier sau adresă",
16011
+ placeholder: "Oraș, cartier sau adresă"
16012
+ },
16013
+ when: {
16014
+ label: "Când",
16015
+ today: "Astăzi",
16016
+ tomorrow: "Mâine",
16017
+ thisWeek: "Săptămâna aceasta",
16018
+ anytime: "Oricând"
16019
+ },
16020
+ facets: {
16021
+ label: "Filtre",
16022
+ clear: "Șterge filtrele"
16023
+ },
16024
+ geo: {
16025
+ cta: "Lângă mine",
16026
+ requesting: "Se localizează…",
16027
+ radius: "Rază",
16028
+ radiusFormat: "{{km}} km",
16029
+ fallbackLabel: "Lângă mine",
16030
+ clear: "Șterge locația",
16031
+ denied: "Accesul la locație a fost refuzat. Poți tasta un oraș sau activa locația în setările browserului."
16032
+ },
16033
+ discovery: {
16034
+ heading: "Răsfoiește căutările populare",
16035
+ empty: "Nicio sugestie de răsfoit — tastează un medic sau un oraș mai sus."
16036
+ },
16037
+ submit: {
16038
+ cta: "Caută"
16039
+ }
16040
+ },
16041
+ reviewsPanel: {
16042
+ regionLabel: "Recenzii pacienți",
16043
+ title: "Recenzii pacienți",
16044
+ listLabel: "Lista recenziilor",
16045
+ introHeading: "Despre aceste recenzii",
16046
+ filterTitle: "Filtrează după stele",
16047
+ filter: {
16048
+ allShort: "Toate",
16049
+ allLabel_one: "Toate — {{count}} recenzie",
16050
+ allLabel_other: "Toate — {{count}} recenzii",
16051
+ starsLabel_one: "{{stars}} stele — {{count}} recenzie",
16052
+ starsLabel_other: "{{stars}} stele — {{count}} recenzii"
16053
+ },
16054
+ anonymous: "Anonim",
16055
+ card: {
16056
+ expand: "Arată detaliile",
16057
+ collapse: "Ascunde detaliile"
16058
+ },
16059
+ replyTitle: "Răspunsul clinicii",
16060
+ breakdown: {
16061
+ appointment: "Programare",
16062
+ communication: "Comunicare",
16063
+ staff: "Personal",
16064
+ overall: "General",
16065
+ futureVisit: "Te-ai întoarce?",
16066
+ recommendation: "Ne-ai recomanda?"
16067
+ },
16068
+ answer: {
16069
+ yes: "Da",
16070
+ no: "Nu",
16071
+ unsure: "Nesigur"
16072
+ },
16073
+ empty: {
16074
+ title: "Încă nu există recenzii",
16075
+ description: "Recenziile pacienților vor apărea aici.",
16076
+ filterDescription: "Nicio recenzie cu {{stars}} stele.",
16077
+ resetFilter: "Arată toate recenziile"
16078
+ }
13687
16079
  },
13688
16080
  chart: {
13689
16081
  noData: "Nicio dată disponibilă",
@@ -14014,6 +16406,31 @@ const t = {
14014
16406
  aria: {
14015
16407
  label: "{{state}} {{amount}}"
14016
16408
  }
16409
+ },
16410
+ footer: {
16411
+ nav: {
16412
+ label: "Subsol",
16413
+ privacy: "Confidențialitate",
16414
+ terms: "Termeni de utilizare",
16415
+ contacts: "Contactează-ne"
16416
+ },
16417
+ copyright: "© {{year}} {{entity}} · {{vat}}",
16418
+ tagline: "Tehnologie germană, design italian",
16419
+ group: {
16420
+ product: "Produs",
16421
+ resources: "Resurse",
16422
+ company: "Companie",
16423
+ legal: "Aspecte legale"
16424
+ },
16425
+ social: {
16426
+ aria: {
16427
+ linkedin: "LinkedIn",
16428
+ youtube: "YouTube",
16429
+ instagram: "Instagram",
16430
+ facebook: "Facebook"
16431
+ }
16432
+ },
16433
+ external: { opens_in_new_tab: "(se deschide într-o filă nouă)" }
14017
16434
  }
14018
16435
  }, p = {
14019
16436
  common: {
@@ -14957,7 +17374,201 @@ const t = {
14957
17374
  afternoon: "День",
14958
17375
  evening: "Вечер"
14959
17376
  },
14960
- slotAvailableLabel: "Доступно в {{time}}"
17377
+ slotAvailableLabel: "Доступно в {{time}}",
17378
+ headingSubtitle: "Выберите услугу, дату и время, затем подтвердите.",
17379
+ insurance: {
17380
+ heading: "Тип страхования",
17381
+ placeholder: "Выберите тип страхования",
17382
+ private: "Частное",
17383
+ public: "Государственное (gesetzlich)"
17384
+ },
17385
+ specialty: {
17386
+ heading: "Специальность",
17387
+ placeholder: "Выберите специальность"
17388
+ },
17389
+ service: {
17390
+ heading: "Услуга",
17391
+ placeholder: "Выберите услугу"
17392
+ },
17393
+ operator: {
17394
+ heading: "Специалист",
17395
+ placeholder: "Выберите специалиста",
17396
+ all: "Любой доступный специалист"
17397
+ },
17398
+ date: {
17399
+ heading: "Дата"
17400
+ },
17401
+ slot: {
17402
+ heading: "Время"
17403
+ },
17404
+ emptyServices: {
17405
+ title: "Нет услуг для записи",
17406
+ description: "Для этого выбора нет доступных услуг."
17407
+ },
17408
+ onboardingIncomplete: {
17409
+ title: "Нет доступных специалистов",
17410
+ description: "В клинике пока не настроены специалисты по этой услуге. Попробуйте другую услугу или вернитесь позже."
17411
+ },
17412
+ nextAvailable: {
17413
+ description: "Нет свободных мест в текущем периоде. Ближайшая доступная дата — {{date}}.",
17414
+ cta: "Перейти к ближайшей доступной дате"
17415
+ },
17416
+ confirmation: {
17417
+ heading: "Как отправить подтверждение?",
17418
+ helper: "Мы отправим ссылку для подтверждения записи по выбранным вами каналам.",
17419
+ atLeastOne: "Выберите хотя бы один канал для получения подтверждения записи.",
17420
+ channel: {
17421
+ email: "Email",
17422
+ whatsapp: "WhatsApp",
17423
+ sms: "SMS"
17424
+ }
17425
+ },
17426
+ success: {
17427
+ heading: "Booking submitted",
17428
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
17429
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
17430
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
17431
+ summaryDate: "Date",
17432
+ summaryTime: "Time",
17433
+ summaryProvider: "Provider",
17434
+ summaryService: "Service",
17435
+ summarySpecialty: "Specialty",
17436
+ bookAnother: "Book another appointment",
17437
+ modifyBooking: "Modify booking"
17438
+ },
17439
+ submitError: {
17440
+ generic: "We couldn't submit your booking. Please try again."
17441
+ },
17442
+ details: {
17443
+ heading: "Ваши данные",
17444
+ submit: "Записаться",
17445
+ firstName: {
17446
+ label: "Имя",
17447
+ required: "Введите ваше имя."
17448
+ },
17449
+ lastName: {
17450
+ label: "Фамилия",
17451
+ required: "Введите вашу фамилию."
17452
+ },
17453
+ email: {
17454
+ label: "Email",
17455
+ invalid: "Введите действительный адрес email."
17456
+ },
17457
+ mobilePhone: {
17458
+ label: "Мобильный телефон",
17459
+ invalid: "Введите действительный номер мобильного."
17460
+ },
17461
+ codiceFiscale: {
17462
+ label: "Codice fiscale",
17463
+ helper: "16 символов, буквы и цифры.",
17464
+ checking: "Проверка…",
17465
+ invalid: "Недействительный codice fiscale.",
17466
+ invalidFormat: "Codice fiscale должен содержать 16 символов (буквы и цифры).",
17467
+ unavailable: "Проверка недоступна, повторите попытку."
17468
+ },
17469
+ dateOfBirth: {
17470
+ label: "Дата рождения",
17471
+ required: "Введите вашу дату рождения."
17472
+ },
17473
+ insuranceNumber: {
17474
+ label: "Номер страхового полиса (Versichertennummer)",
17475
+ checking: "Проверка…",
17476
+ invalid: "Недействительный номер страхового полиса.",
17477
+ unavailable: "Проверка недоступна, повторите попытку."
17478
+ },
17479
+ note: {
17480
+ label: "Причина визита / комментарии",
17481
+ helper: "До {{max}} символов."
17482
+ },
17483
+ returningPatient: {
17484
+ label: "Я уже пациент этой клиники"
17485
+ },
17486
+ consent: {
17487
+ privacy: {
17488
+ label: "Я ознакомился с <policyLink>политикой конфиденциальности</policyLink> и согласен с ней"
17489
+ },
17490
+ terms: {
17491
+ label: "Я ознакомился с <policyLink>условиями использования</policyLink> и согласен с ними"
17492
+ }
17493
+ }
17494
+ }
17495
+ },
17496
+ patientSearch: {
17497
+ regionLabel: "Найти запись",
17498
+ who: {
17499
+ label: "Врач, специальность, клиника или специалист",
17500
+ placeholder: "Врач, специальность, клиника или специалист"
17501
+ },
17502
+ where: {
17503
+ label: "Город, район или адрес",
17504
+ placeholder: "Город, район или адрес"
17505
+ },
17506
+ when: {
17507
+ label: "Когда",
17508
+ today: "Сегодня",
17509
+ tomorrow: "Завтра",
17510
+ thisWeek: "На этой неделе",
17511
+ anytime: "В любое время"
17512
+ },
17513
+ facets: {
17514
+ label: "Фильтры",
17515
+ clear: "Очистить фильтры"
17516
+ },
17517
+ geo: {
17518
+ cta: "Рядом со мной",
17519
+ requesting: "Определение местоположения…",
17520
+ radius: "Радиус",
17521
+ radiusFormat: "{{km}} км",
17522
+ fallbackLabel: "Рядом со мной",
17523
+ clear: "Очистить местоположение",
17524
+ denied: "Доступ к местоположению запрещён. Введите город или включите геолокацию в настройках браузера."
17525
+ },
17526
+ discovery: {
17527
+ heading: "Просмотр популярных запросов",
17528
+ empty: "Нет вариантов для просмотра — введите врача или город выше."
17529
+ },
17530
+ submit: {
17531
+ cta: "Найти"
17532
+ }
17533
+ },
17534
+ reviewsPanel: {
17535
+ regionLabel: "Отзывы пациентов",
17536
+ title: "Отзывы пациентов",
17537
+ listLabel: "Список отзывов",
17538
+ introHeading: "Об этих отзывах",
17539
+ filterTitle: "Фильтр по звёздам",
17540
+ filter: {
17541
+ allShort: "Все",
17542
+ allLabel_one: "Все — {{count}} отзыв",
17543
+ allLabel_other: "Все — {{count}} отзывов",
17544
+ starsLabel_one: "{{stars}} звёзд — {{count}} отзыв",
17545
+ starsLabel_other: "{{stars}} звёзд — {{count}} отзывов"
17546
+ },
17547
+ anonymous: "Анонимный",
17548
+ card: {
17549
+ expand: "Показать подробности",
17550
+ collapse: "Скрыть подробности"
17551
+ },
17552
+ replyTitle: "Ответ клиники",
17553
+ breakdown: {
17554
+ appointment: "Приём",
17555
+ communication: "Общение",
17556
+ staff: "Персонал",
17557
+ overall: "Общее",
17558
+ futureVisit: "Вернулись бы?",
17559
+ recommendation: "Порекомендовали бы?"
17560
+ },
17561
+ answer: {
17562
+ yes: "Да",
17563
+ no: "Нет",
17564
+ unsure: "Не уверен"
17565
+ },
17566
+ empty: {
17567
+ title: "Отзывов пока нет",
17568
+ description: "Здесь появятся отзывы пациентов.",
17569
+ filterDescription: "Нет отзывов с {{stars}} звёздами.",
17570
+ resetFilter: "Показать все отзывы"
17571
+ }
14961
17572
  },
14962
17573
  chart: {
14963
17574
  noData: "Данные недоступны",
@@ -15288,6 +17899,33 @@ const t = {
15288
17899
  aria: {
15289
17900
  label: "{{state}} {{amount}}"
15290
17901
  }
17902
+ },
17903
+ footer: {
17904
+ nav: {
17905
+ label: "Подвал",
17906
+ privacy: "Конфиденциальность",
17907
+ terms: "Условия использования",
17908
+ contacts: "Связаться с нами"
17909
+ },
17910
+ copyright: "© {{year}} {{entity}} · {{vat}}",
17911
+ tagline: "Немецкие технологии, итальянский дизайн",
17912
+ group: {
17913
+ product: "Продукт",
17914
+ resources: "Ресурсы",
17915
+ company: "Компания",
17916
+ legal: "Правовая информация"
17917
+ },
17918
+ social: {
17919
+ aria: {
17920
+ linkedin: "LinkedIn",
17921
+ youtube: "YouTube",
17922
+ instagram: "Instagram",
17923
+ facebook: "Facebook"
17924
+ }
17925
+ },
17926
+ external: {
17927
+ opens_in_new_tab: "(открывается в новой вкладке)"
17928
+ }
15291
17929
  }
15292
17930
  }, g = {
15293
17931
  common: {
@@ -16231,7 +18869,201 @@ const t = {
16231
18869
  afternoon: "Pasdite",
16232
18870
  evening: "Mbrëmje"
16233
18871
  },
16234
- slotAvailableLabel: "I disponueshëm në {{time}}"
18872
+ slotAvailableLabel: "I disponueshëm në {{time}}",
18873
+ headingSubtitle: "Zgjidh shërbimin, datën dhe orën, pastaj konfirmo.",
18874
+ insurance: {
18875
+ heading: "Lloji i sigurimit",
18876
+ placeholder: "Zgjidh llojin e sigurimit",
18877
+ private: "Privat",
18878
+ public: "Shtetëror (gesetzlich)"
18879
+ },
18880
+ specialty: {
18881
+ heading: "Specialiteti",
18882
+ placeholder: "Zgjidh një specialitet"
18883
+ },
18884
+ service: {
18885
+ heading: "Shërbimi",
18886
+ placeholder: "Zgjidh një shërbim"
18887
+ },
18888
+ operator: {
18889
+ heading: "Mjeku",
18890
+ placeholder: "Zgjidh një mjek",
18891
+ all: "Çdo mjek i disponueshëm"
18892
+ },
18893
+ date: {
18894
+ heading: "Data"
18895
+ },
18896
+ slot: {
18897
+ heading: "Ora"
18898
+ },
18899
+ emptyServices: {
18900
+ title: "Nuk ka shërbime të rezervueshme",
18901
+ description: "Nuk ka shërbime të disponueshme për këtë përzgjedhje."
18902
+ },
18903
+ onboardingIncomplete: {
18904
+ title: "Nuk ka mjekë të disponueshëm",
18905
+ description: "Klinika ende nuk ka konfiguruar mjekë për këtë shërbim. Provo një shërbim tjetër ose kthehu më vonë."
18906
+ },
18907
+ nextAvailable: {
18908
+ description: "Nuk ka disponueshmëri në periudhën aktuale. Data tjetër e disponueshme është {{date}}.",
18909
+ cta: "Shko te data tjetër e disponueshme"
18910
+ },
18911
+ confirmation: {
18912
+ heading: "Si dëshiron ta marrësh konfirmimin?",
18913
+ helper: "Do të të dërgojmë një lidhje për të konfirmuar rezervimin në kanalet që zgjedh.",
18914
+ atLeastOne: "Zgjidh të paktën një kanal për të marrë konfirmimin e rezervimit.",
18915
+ channel: {
18916
+ email: "Email",
18917
+ whatsapp: "WhatsApp",
18918
+ sms: "SMS"
18919
+ }
18920
+ },
18921
+ success: {
18922
+ heading: "Booking submitted",
18923
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
18924
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
18925
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
18926
+ summaryDate: "Date",
18927
+ summaryTime: "Time",
18928
+ summaryProvider: "Provider",
18929
+ summaryService: "Service",
18930
+ summarySpecialty: "Specialty",
18931
+ bookAnother: "Book another appointment",
18932
+ modifyBooking: "Modify booking"
18933
+ },
18934
+ submitError: {
18935
+ generic: "We couldn't submit your booking. Please try again."
18936
+ },
18937
+ details: {
18938
+ heading: "Të dhënat e tua",
18939
+ submit: "Rezervo takimin",
18940
+ firstName: {
18941
+ label: "Emri",
18942
+ required: "Shkruaj emrin tënd."
18943
+ },
18944
+ lastName: {
18945
+ label: "Mbiemri",
18946
+ required: "Shkruaj mbiemrin tënd."
18947
+ },
18948
+ email: {
18949
+ label: "Email",
18950
+ invalid: "Shkruaj një adresë emaili të vlefshme."
18951
+ },
18952
+ mobilePhone: {
18953
+ label: "Celulari",
18954
+ invalid: "Shkruaj një numër celulari të vlefshëm."
18955
+ },
18956
+ codiceFiscale: {
18957
+ label: "Codice fiscale",
18958
+ helper: "16 karaktere, shkronja dhe numra.",
18959
+ checking: "Po verifikohet…",
18960
+ invalid: "Codice fiscale i pavlefshëm.",
18961
+ invalidFormat: "Codice fiscale duhet të ketë 16 karaktere (shkronja dhe numra).",
18962
+ unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri."
18963
+ },
18964
+ dateOfBirth: {
18965
+ label: "Data e lindjes",
18966
+ required: "Shkruaj datën e lindjes."
18967
+ },
18968
+ insuranceNumber: {
18969
+ label: "Numri i sigurimit (Versichertennummer)",
18970
+ checking: "Po verifikohet…",
18971
+ invalid: "Numër sigurimi i pavlefshëm.",
18972
+ unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri."
18973
+ },
18974
+ note: {
18975
+ label: "Arsyeja e vizitës / shënime",
18976
+ helper: "Deri në {{max}} karaktere."
18977
+ },
18978
+ returningPatient: {
18979
+ label: "Jam tashmë pacient i kësaj klinike"
18980
+ },
18981
+ consent: {
18982
+ privacy: {
18983
+ label: "Kam lexuar dhe pranoj <policyLink>politikën e privatësisë</policyLink>"
18984
+ },
18985
+ terms: {
18986
+ label: "Kam lexuar dhe pranoj <policyLink>kushtet e shërbimit</policyLink>"
18987
+ }
18988
+ }
18989
+ }
18990
+ },
18991
+ patientSearch: {
18992
+ regionLabel: "Kërko një takim",
18993
+ who: {
18994
+ label: "Mjeku, specialiteti, klinika ose profesionisti",
18995
+ placeholder: "Mjeku, specialiteti, klinika ose profesionisti"
18996
+ },
18997
+ where: {
18998
+ label: "Qyteti, lagjja ose adresa",
18999
+ placeholder: "Qyteti, lagjja ose adresa"
19000
+ },
19001
+ when: {
19002
+ label: "Kur",
19003
+ today: "Sot",
19004
+ tomorrow: "Nesër",
19005
+ thisWeek: "Këtë javë",
19006
+ anytime: "Kurdo"
19007
+ },
19008
+ facets: {
19009
+ label: "Filtrat",
19010
+ clear: "Pastro filtrat"
19011
+ },
19012
+ geo: {
19013
+ cta: "Pranë meje",
19014
+ requesting: "Po lokalizon…",
19015
+ radius: "Rrezja",
19016
+ radiusFormat: "{{km}} km",
19017
+ fallbackLabel: "Pranë meje",
19018
+ clear: "Pastro vendndodhjen",
19019
+ denied: "Qasja te vendndodhja u refuzua. Mund të shkruash një qytet ose ta aktivizosh vendndodhjen nga cilësimet e shfletuesit."
19020
+ },
19021
+ discovery: {
19022
+ heading: "Shfleto kërkimet e njohura",
19023
+ empty: "Nuk ka sugjerime për t'u shfletuar — shkruaj një mjek ose qytet më sipër."
19024
+ },
19025
+ submit: {
19026
+ cta: "Kërko"
19027
+ }
19028
+ },
19029
+ reviewsPanel: {
19030
+ regionLabel: "Vlerësimet e pacientëve",
19031
+ title: "Vlerësimet e pacientëve",
19032
+ listLabel: "Lista e vlerësimeve",
19033
+ introHeading: "Rreth këtyre vlerësimeve",
19034
+ filterTitle: "Filtro sipas yjeve",
19035
+ filter: {
19036
+ allShort: "Të gjitha",
19037
+ allLabel_one: "Të gjitha — {{count}} vlerësim",
19038
+ allLabel_other: "Të gjitha — {{count}} vlerësime",
19039
+ starsLabel_one: "{{stars}} yje — {{count}} vlerësim",
19040
+ starsLabel_other: "{{stars}} yje — {{count}} vlerësime"
19041
+ },
19042
+ anonymous: "Anonim",
19043
+ card: {
19044
+ expand: "Shfaq detajet",
19045
+ collapse: "Fshih detajet"
19046
+ },
19047
+ replyTitle: "Përgjigja e klinikës",
19048
+ breakdown: {
19049
+ appointment: "Takimi",
19050
+ communication: "Komunikimi",
19051
+ staff: "Stafi",
19052
+ overall: "Përgjithësisht",
19053
+ futureVisit: "Do të vinit përsëri?",
19054
+ recommendation: "Do na rekomandonit?"
19055
+ },
19056
+ answer: {
19057
+ yes: "Po",
19058
+ no: "Jo",
19059
+ unsure: "Nuk jam i sigurt"
19060
+ },
19061
+ empty: {
19062
+ title: "Ende nuk ka vlerësime",
19063
+ description: "Vlerësimet e pacientëve do të shfaqen këtu.",
19064
+ filterDescription: "Asnjë vlerësim me {{stars}} yje.",
19065
+ resetFilter: "Shfaq të gjitha vlerësimet"
19066
+ }
16235
19067
  },
16236
19068
  chart: {
16237
19069
  noData: "Asnjë të dhënë e disponueshme",
@@ -16562,6 +19394,31 @@ const t = {
16562
19394
  aria: {
16563
19395
  label: "{{state}} {{amount}}"
16564
19396
  }
19397
+ },
19398
+ footer: {
19399
+ nav: {
19400
+ label: "Fundi i faqes",
19401
+ privacy: "Privatësia",
19402
+ terms: "Kushtet e përdorimit",
19403
+ contacts: "Na kontaktoni"
19404
+ },
19405
+ copyright: "© {{year}} {{entity}} · {{vat}}",
19406
+ tagline: "Teknologji gjermane, dizajn italian",
19407
+ group: {
19408
+ product: "Produkti",
19409
+ resources: "Burimet",
19410
+ company: "Kompania",
19411
+ legal: "Ligjore"
19412
+ },
19413
+ social: {
19414
+ aria: {
19415
+ linkedin: "LinkedIn",
19416
+ youtube: "YouTube",
19417
+ instagram: "Instagram",
19418
+ facebook: "Facebook"
19419
+ }
19420
+ },
19421
+ external: { opens_in_new_tab: "(hapet në një skedë të re)" }
16565
19422
  }
16566
19423
  }, h = {
16567
19424
  common: {
@@ -17505,7 +20362,201 @@ const t = {
17505
20362
  afternoon: "Eftermiddag",
17506
20363
  evening: "Kväll"
17507
20364
  },
17508
- slotAvailableLabel: "Tillgänglig kl. {{time}}"
20365
+ slotAvailableLabel: "Tillgänglig kl. {{time}}",
20366
+ headingSubtitle: "Välj tjänst, datum och tid och bekräfta sedan.",
20367
+ insurance: {
20368
+ heading: "Typ av försäkring",
20369
+ placeholder: "Välj typ av försäkring",
20370
+ private: "Privat",
20371
+ public: "Lagstadgad (gesetzlich)"
20372
+ },
20373
+ specialty: {
20374
+ heading: "Specialitet",
20375
+ placeholder: "Välj en specialitet"
20376
+ },
20377
+ service: {
20378
+ heading: "Tjänst",
20379
+ placeholder: "Välj en tjänst"
20380
+ },
20381
+ operator: {
20382
+ heading: "Behandlare",
20383
+ placeholder: "Välj en behandlare",
20384
+ all: "Vilken som helst tillgänglig behandlare"
20385
+ },
20386
+ date: {
20387
+ heading: "Datum"
20388
+ },
20389
+ slot: {
20390
+ heading: "Tid"
20391
+ },
20392
+ emptyServices: {
20393
+ title: "Inga bokningsbara tjänster",
20394
+ description: "Det finns inga tjänster tillgängliga för detta val."
20395
+ },
20396
+ onboardingIncomplete: {
20397
+ title: "Inga behandlare tillgängliga",
20398
+ description: "Kliniken har ännu inte lagt upp behandlare för denna tjänst. Prova en annan tjänst eller kom tillbaka senare."
20399
+ },
20400
+ nextAvailable: {
20401
+ description: "Inga lediga tider i den aktuella perioden. Nästa tillgängliga datum är {{date}}.",
20402
+ cta: "Gå till nästa tillgängliga datum"
20403
+ },
20404
+ confirmation: {
20405
+ heading: "Hur vill du få din bekräftelse?",
20406
+ helper: "Vi skickar en länk för att bekräfta din bokning via de kanaler du väljer.",
20407
+ atLeastOne: "Välj minst en kanal för att få bokningsbekräftelsen.",
20408
+ channel: {
20409
+ email: "E-post",
20410
+ whatsapp: "WhatsApp",
20411
+ sms: "SMS"
20412
+ }
20413
+ },
20414
+ success: {
20415
+ heading: "Booking submitted",
20416
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
20417
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
20418
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
20419
+ summaryDate: "Date",
20420
+ summaryTime: "Time",
20421
+ summaryProvider: "Provider",
20422
+ summaryService: "Service",
20423
+ summarySpecialty: "Specialty",
20424
+ bookAnother: "Book another appointment",
20425
+ modifyBooking: "Modify booking"
20426
+ },
20427
+ submitError: {
20428
+ generic: "We couldn't submit your booking. Please try again."
20429
+ },
20430
+ details: {
20431
+ heading: "Dina uppgifter",
20432
+ submit: "Boka tid",
20433
+ firstName: {
20434
+ label: "Förnamn",
20435
+ required: "Ange ditt förnamn."
20436
+ },
20437
+ lastName: {
20438
+ label: "Efternamn",
20439
+ required: "Ange ditt efternamn."
20440
+ },
20441
+ email: {
20442
+ label: "E-post",
20443
+ invalid: "Ange en giltig e-postadress."
20444
+ },
20445
+ mobilePhone: {
20446
+ label: "Mobilnummer",
20447
+ invalid: "Ange ett giltigt mobilnummer."
20448
+ },
20449
+ codiceFiscale: {
20450
+ label: "Codice fiscale",
20451
+ helper: "16 tecken, bokstäver och siffror.",
20452
+ checking: "Kontrollerar…",
20453
+ invalid: "Ogiltig codice fiscale.",
20454
+ invalidFormat: "Codice fiscale måste vara 16 tecken (bokstäver och siffror).",
20455
+ unavailable: "Validering ej tillgänglig, försök igen."
20456
+ },
20457
+ dateOfBirth: {
20458
+ label: "Födelsedatum",
20459
+ required: "Ange ditt födelsedatum."
20460
+ },
20461
+ insuranceNumber: {
20462
+ label: "Försäkringsnummer (Versichertennummer)",
20463
+ checking: "Kontrollerar…",
20464
+ invalid: "Ogiltigt försäkringsnummer.",
20465
+ unavailable: "Validering ej tillgänglig, försök igen."
20466
+ },
20467
+ note: {
20468
+ label: "Besöksorsak / övriga upplysningar",
20469
+ helper: "Upp till {{max}} tecken."
20470
+ },
20471
+ returningPatient: {
20472
+ label: "Jag är redan patient hos den här kliniken"
20473
+ },
20474
+ consent: {
20475
+ privacy: {
20476
+ label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>"
20477
+ },
20478
+ terms: {
20479
+ label: "Jag har läst och godkänner <policyLink>användarvillkoren</policyLink>"
20480
+ }
20481
+ }
20482
+ }
20483
+ },
20484
+ patientSearch: {
20485
+ regionLabel: "Sök tid",
20486
+ who: {
20487
+ label: "Läkare, specialitet, klinik eller behandlare",
20488
+ placeholder: "Läkare, specialitet, klinik eller behandlare"
20489
+ },
20490
+ where: {
20491
+ label: "Stad, område eller adress",
20492
+ placeholder: "Stad, område eller adress"
20493
+ },
20494
+ when: {
20495
+ label: "När",
20496
+ today: "Idag",
20497
+ tomorrow: "Imorgon",
20498
+ thisWeek: "Den här veckan",
20499
+ anytime: "När som helst"
20500
+ },
20501
+ facets: {
20502
+ label: "Filter",
20503
+ clear: "Rensa filter"
20504
+ },
20505
+ geo: {
20506
+ cta: "Nära mig",
20507
+ requesting: "Lokaliserar…",
20508
+ radius: "Radie",
20509
+ radiusFormat: "{{km}} km",
20510
+ fallbackLabel: "Nära mig",
20511
+ clear: "Rensa plats",
20512
+ denied: "Åtkomst till plats nekad. Du kan skriva in en stad eller aktivera plats i webbläsarens inställningar."
20513
+ },
20514
+ discovery: {
20515
+ heading: "Bläddra bland populära sökningar",
20516
+ empty: "Inga förslag att bläddra bland — skriv in en läkare eller stad ovan."
20517
+ },
20518
+ submit: {
20519
+ cta: "Sök"
20520
+ }
20521
+ },
20522
+ reviewsPanel: {
20523
+ regionLabel: "Patientomdömen",
20524
+ title: "Patientomdömen",
20525
+ listLabel: "Omdömeslista",
20526
+ introHeading: "Om dessa omdömen",
20527
+ filterTitle: "Filtrera efter stjärnor",
20528
+ filter: {
20529
+ allShort: "Alla",
20530
+ allLabel_one: "Alla — {{count}} omdöme",
20531
+ allLabel_other: "Alla — {{count}} omdömen",
20532
+ starsLabel_one: "{{stars}} stjärnor — {{count}} omdöme",
20533
+ starsLabel_other: "{{stars}} stjärnor — {{count}} omdömen"
20534
+ },
20535
+ anonymous: "Anonym",
20536
+ card: {
20537
+ expand: "Visa detaljer",
20538
+ collapse: "Dölj detaljer"
20539
+ },
20540
+ replyTitle: "Svar från kliniken",
20541
+ breakdown: {
20542
+ appointment: "Besök",
20543
+ communication: "Kommunikation",
20544
+ staff: "Personal",
20545
+ overall: "Övergripande",
20546
+ futureVisit: "Skulle du komma tillbaka?",
20547
+ recommendation: "Skulle du rekommendera oss?"
20548
+ },
20549
+ answer: {
20550
+ yes: "Ja",
20551
+ no: "Nej",
20552
+ unsure: "Osäker"
20553
+ },
20554
+ empty: {
20555
+ title: "Inga omdömen ännu",
20556
+ description: "Omdömen från patienter visas här.",
20557
+ filterDescription: "Inga omdömen med {{stars}} stjärnor.",
20558
+ resetFilter: "Visa alla omdömen"
20559
+ }
17509
20560
  },
17510
20561
  chart: {
17511
20562
  noData: "Inga data tillgängliga",
@@ -17836,6 +20887,31 @@ const t = {
17836
20887
  aria: {
17837
20888
  label: "{{state}} {{amount}}"
17838
20889
  }
20890
+ },
20891
+ footer: {
20892
+ nav: {
20893
+ label: "Sidfot",
20894
+ privacy: "Integritet",
20895
+ terms: "Användarvillkor",
20896
+ contacts: "Kontakta oss"
20897
+ },
20898
+ copyright: "© {{year}} {{entity}} · {{vat}}",
20899
+ tagline: "Tysk teknik, italiensk design",
20900
+ group: {
20901
+ product: "Produkt",
20902
+ resources: "Resurser",
20903
+ company: "Företag",
20904
+ legal: "Juridik"
20905
+ },
20906
+ social: {
20907
+ aria: {
20908
+ linkedin: "LinkedIn",
20909
+ youtube: "YouTube",
20910
+ instagram: "Instagram",
20911
+ facebook: "Facebook"
20912
+ }
20913
+ },
20914
+ external: { opens_in_new_tab: "(öppnas i ny flik)" }
17839
20915
  }
17840
20916
  }, b = {
17841
20917
  common: {
@@ -18779,7 +21855,201 @@ const t = {
18779
21855
  afternoon: "Öğleden sonra",
18780
21856
  evening: "Akşam"
18781
21857
  },
18782
- slotAvailableLabel: "{{time}} için uygun"
21858
+ slotAvailableLabel: "{{time}} için uygun",
21859
+ headingSubtitle: "Hizmet, tarih ve saati seçip ardından onaylayın.",
21860
+ insurance: {
21861
+ heading: "Sigorta türü",
21862
+ placeholder: "Sigorta türünü seçin",
21863
+ private: "Özel",
21864
+ public: "Devlet (gesetzlich)"
21865
+ },
21866
+ specialty: {
21867
+ heading: "Uzmanlık alanı",
21868
+ placeholder: "Bir uzmanlık alanı seçin"
21869
+ },
21870
+ service: {
21871
+ heading: "Hizmet",
21872
+ placeholder: "Bir hizmet seçin"
21873
+ },
21874
+ operator: {
21875
+ heading: "Uygulayıcı",
21876
+ placeholder: "Bir uygulayıcı seçin",
21877
+ all: "Uygun olan herhangi bir uygulayıcı"
21878
+ },
21879
+ date: {
21880
+ heading: "Tarih"
21881
+ },
21882
+ slot: {
21883
+ heading: "Saat"
21884
+ },
21885
+ emptyServices: {
21886
+ title: "Rezervasyon yapılabilecek hizmet yok",
21887
+ description: "Bu seçim için uygun hizmet bulunmuyor."
21888
+ },
21889
+ onboardingIncomplete: {
21890
+ title: "Uygun uygulayıcı yok",
21891
+ description: "Klinik bu hizmet için henüz uygulayıcı tanımlamadı. Başka bir hizmet deneyin veya daha sonra tekrar bakın."
21892
+ },
21893
+ nextAvailable: {
21894
+ description: "Mevcut dönemde uygun saat yok. En yakın uygun tarih {{date}}.",
21895
+ cta: "En yakın uygun tarihe git"
21896
+ },
21897
+ confirmation: {
21898
+ heading: "Onayı nasıl almak istersiniz?",
21899
+ helper: "Seçtiğiniz kanallar üzerinden rezervasyonunuzu onaylamak için bir bağlantı göndereceğiz.",
21900
+ atLeastOne: "Rezervasyon onayını almak için en az bir kanal seçin.",
21901
+ channel: {
21902
+ email: "E-posta",
21903
+ whatsapp: "WhatsApp",
21904
+ sms: "SMS"
21905
+ }
21906
+ },
21907
+ success: {
21908
+ heading: "Booking submitted",
21909
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
21910
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
21911
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
21912
+ summaryDate: "Date",
21913
+ summaryTime: "Time",
21914
+ summaryProvider: "Provider",
21915
+ summaryService: "Service",
21916
+ summarySpecialty: "Specialty",
21917
+ bookAnother: "Book another appointment",
21918
+ modifyBooking: "Modify booking"
21919
+ },
21920
+ submitError: {
21921
+ generic: "We couldn't submit your booking. Please try again."
21922
+ },
21923
+ details: {
21924
+ heading: "Bilgileriniz",
21925
+ submit: "Randevu al",
21926
+ firstName: {
21927
+ label: "Ad",
21928
+ required: "Adınızı girin."
21929
+ },
21930
+ lastName: {
21931
+ label: "Soyad",
21932
+ required: "Soyadınızı girin."
21933
+ },
21934
+ email: {
21935
+ label: "E-posta",
21936
+ invalid: "Geçerli bir e-posta adresi girin."
21937
+ },
21938
+ mobilePhone: {
21939
+ label: "Cep telefonu",
21940
+ invalid: "Geçerli bir cep telefonu numarası girin."
21941
+ },
21942
+ codiceFiscale: {
21943
+ label: "Codice fiscale",
21944
+ helper: "16 karakter, harf ve rakam.",
21945
+ checking: "Kontrol ediliyor…",
21946
+ invalid: "Geçersiz codice fiscale.",
21947
+ invalidFormat: "Codice fiscale 16 karakter olmalıdır (harf ve rakam).",
21948
+ unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin."
21949
+ },
21950
+ dateOfBirth: {
21951
+ label: "Doğum tarihi",
21952
+ required: "Doğum tarihinizi girin."
21953
+ },
21954
+ insuranceNumber: {
21955
+ label: "Sigorta numarası (Versichertennummer)",
21956
+ checking: "Kontrol ediliyor…",
21957
+ invalid: "Geçersiz sigorta numarası.",
21958
+ unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin."
21959
+ },
21960
+ note: {
21961
+ label: "Ziyaret nedeni / belirtmek istedikleriniz",
21962
+ helper: "En fazla {{max}} karakter."
21963
+ },
21964
+ returningPatient: {
21965
+ label: "Bu klinikte zaten hastayım"
21966
+ },
21967
+ consent: {
21968
+ privacy: {
21969
+ label: "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum"
21970
+ },
21971
+ terms: {
21972
+ label: "<policyLink>Hizmet şartlarını</policyLink> okudum ve kabul ediyorum"
21973
+ }
21974
+ }
21975
+ }
21976
+ },
21977
+ patientSearch: {
21978
+ regionLabel: "Randevu ara",
21979
+ who: {
21980
+ label: "Doktor, uzmanlık, klinik veya uygulayıcı",
21981
+ placeholder: "Doktor, uzmanlık, klinik veya uygulayıcı"
21982
+ },
21983
+ where: {
21984
+ label: "Şehir, semt veya adres",
21985
+ placeholder: "Şehir, semt veya adres"
21986
+ },
21987
+ when: {
21988
+ label: "Ne zaman",
21989
+ today: "Bugün",
21990
+ tomorrow: "Yarın",
21991
+ thisWeek: "Bu hafta",
21992
+ anytime: "Her zaman"
21993
+ },
21994
+ facets: {
21995
+ label: "Filtreler",
21996
+ clear: "Filtreleri temizle"
21997
+ },
21998
+ geo: {
21999
+ cta: "Yakınımda",
22000
+ requesting: "Konum belirleniyor…",
22001
+ radius: "Yarıçap",
22002
+ radiusFormat: "{{km}} km",
22003
+ fallbackLabel: "Yakınımda",
22004
+ clear: "Konumu temizle",
22005
+ denied: "Konuma erişim reddedildi. Bir şehir yazabilir veya tarayıcı ayarlarından konumu etkinleştirebilirsiniz."
22006
+ },
22007
+ discovery: {
22008
+ heading: "Popüler aramalara göz at",
22009
+ empty: "Göz atılacak öneri yok — yukarıda bir doktor veya şehir yazın."
22010
+ },
22011
+ submit: {
22012
+ cta: "Ara"
22013
+ }
22014
+ },
22015
+ reviewsPanel: {
22016
+ regionLabel: "Hasta değerlendirmeleri",
22017
+ title: "Hasta değerlendirmeleri",
22018
+ listLabel: "Değerlendirme listesi",
22019
+ introHeading: "Bu değerlendirmeler hakkında",
22020
+ filterTitle: "Yıldıza göre filtrele",
22021
+ filter: {
22022
+ allShort: "Tümü",
22023
+ allLabel_one: "Tümü — {{count}} değerlendirme",
22024
+ allLabel_other: "Tümü — {{count}} değerlendirme",
22025
+ starsLabel_one: "{{stars}} yıldız — {{count}} değerlendirme",
22026
+ starsLabel_other: "{{stars}} yıldız — {{count}} değerlendirme"
22027
+ },
22028
+ anonymous: "Anonim",
22029
+ card: {
22030
+ expand: "Ayrıntıları göster",
22031
+ collapse: "Ayrıntıları gizle"
22032
+ },
22033
+ replyTitle: "Kliniğin yanıtı",
22034
+ breakdown: {
22035
+ appointment: "Randevu",
22036
+ communication: "İletişim",
22037
+ staff: "Personel",
22038
+ overall: "Genel",
22039
+ futureVisit: "Tekrar gelir misiniz?",
22040
+ recommendation: "Önerir misiniz?"
22041
+ },
22042
+ answer: {
22043
+ yes: "Evet",
22044
+ no: "Hayır",
22045
+ unsure: "Emin değilim"
22046
+ },
22047
+ empty: {
22048
+ title: "Henüz değerlendirme yok",
22049
+ description: "Hasta değerlendirmeleri burada görünecek.",
22050
+ filterDescription: "{{stars}} yıldızlı değerlendirme yok.",
22051
+ resetFilter: "Tüm değerlendirmeleri göster"
22052
+ }
18783
22053
  },
18784
22054
  chart: {
18785
22055
  noData: "Veri mevcut değil",
@@ -19110,6 +22380,31 @@ const t = {
19110
22380
  aria: {
19111
22381
  label: "{{state}} {{amount}}"
19112
22382
  }
22383
+ },
22384
+ footer: {
22385
+ nav: {
22386
+ label: "Alt bilgi",
22387
+ privacy: "Gizlilik",
22388
+ terms: "Kullanım koşulları",
22389
+ contacts: "Bize ulaşın"
22390
+ },
22391
+ copyright: "© {{year}} {{entity}} · {{vat}}",
22392
+ tagline: "Alman teknolojisi, İtalyan tasarımı",
22393
+ group: {
22394
+ product: "Ürün",
22395
+ resources: "Kaynaklar",
22396
+ company: "Şirket",
22397
+ legal: "Yasal"
22398
+ },
22399
+ social: {
22400
+ aria: {
22401
+ linkedin: "LinkedIn",
22402
+ youtube: "YouTube",
22403
+ instagram: "Instagram",
22404
+ facebook: "Facebook"
22405
+ }
22406
+ },
22407
+ external: { opens_in_new_tab: "(yeni sekmede açılır)" }
19113
22408
  }
19114
22409
  }, y = {
19115
22410
  common: {
@@ -20053,7 +23348,201 @@ const t = {
20053
23348
  afternoon: "下午",
20054
23349
  evening: "晚上"
20055
23350
  },
20056
- slotAvailableLabel: "{{time}} 可预约"
23351
+ slotAvailableLabel: "{{time}} 可预约",
23352
+ headingSubtitle: "选择服务、日期和时间,然后确认。",
23353
+ insurance: {
23354
+ heading: "保险类型",
23355
+ placeholder: "选择保险类型",
23356
+ private: "私人",
23357
+ public: "法定保险 (gesetzlich)"
23358
+ },
23359
+ specialty: {
23360
+ heading: "专科",
23361
+ placeholder: "选择专科"
23362
+ },
23363
+ service: {
23364
+ heading: "服务",
23365
+ placeholder: "选择服务"
23366
+ },
23367
+ operator: {
23368
+ heading: "服务人员",
23369
+ placeholder: "选择服务人员",
23370
+ all: "任意可用服务人员"
23371
+ },
23372
+ date: {
23373
+ heading: "日期"
23374
+ },
23375
+ slot: {
23376
+ heading: "时间"
23377
+ },
23378
+ emptyServices: {
23379
+ title: "没有可预约的服务",
23380
+ description: "此选择下没有可用的服务。"
23381
+ },
23382
+ onboardingIncomplete: {
23383
+ title: "没有可用的服务人员",
23384
+ description: "该诊所尚未为此服务配置服务人员。请尝试其他服务或稍后再来查看。"
23385
+ },
23386
+ nextAvailable: {
23387
+ description: "当前时间范围内没有可用时段。下一个可用日期为 {{date}}。",
23388
+ cta: "跳转到下一个可用日期"
23389
+ },
23390
+ confirmation: {
23391
+ heading: "希望如何接收预约确认?",
23392
+ helper: "我们将通过您选择的渠道发送确认预约的链接。",
23393
+ atLeastOne: "请至少选择一种方式接收预约确认。",
23394
+ channel: {
23395
+ email: "电子邮件",
23396
+ whatsapp: "WhatsApp",
23397
+ sms: "短信"
23398
+ }
23399
+ },
23400
+ success: {
23401
+ heading: "Booking submitted",
23402
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
23403
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
23404
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
23405
+ summaryDate: "Date",
23406
+ summaryTime: "Time",
23407
+ summaryProvider: "Provider",
23408
+ summaryService: "Service",
23409
+ summarySpecialty: "Specialty",
23410
+ bookAnother: "Book another appointment",
23411
+ modifyBooking: "Modify booking"
23412
+ },
23413
+ submitError: {
23414
+ generic: "We couldn't submit your booking. Please try again."
23415
+ },
23416
+ details: {
23417
+ heading: "您的信息",
23418
+ submit: "预约",
23419
+ firstName: {
23420
+ label: "名",
23421
+ required: "请输入您的名字。"
23422
+ },
23423
+ lastName: {
23424
+ label: "姓",
23425
+ required: "请输入您的姓氏。"
23426
+ },
23427
+ email: {
23428
+ label: "电子邮件",
23429
+ invalid: "请输入有效的电子邮件地址。"
23430
+ },
23431
+ mobilePhone: {
23432
+ label: "手机",
23433
+ invalid: "请输入有效的手机号码。"
23434
+ },
23435
+ codiceFiscale: {
23436
+ label: "Codice fiscale",
23437
+ helper: "16 个字符,字母和数字。",
23438
+ checking: "正在验证…",
23439
+ invalid: "无效的 codice fiscale。",
23440
+ invalidFormat: "Codice fiscale 必须为 16 个字符(字母和数字)。",
23441
+ unavailable: "验证服务不可用,请重试。"
23442
+ },
23443
+ dateOfBirth: {
23444
+ label: "出生日期",
23445
+ required: "请输入您的出生日期。"
23446
+ },
23447
+ insuranceNumber: {
23448
+ label: "保险号 (Versichertennummer)",
23449
+ checking: "正在验证…",
23450
+ invalid: "无效的保险号。",
23451
+ unavailable: "验证服务不可用,请重试。"
23452
+ },
23453
+ note: {
23454
+ label: "就诊原因 / 备注",
23455
+ helper: "最多 {{max}} 个字符。"
23456
+ },
23457
+ returningPatient: {
23458
+ label: "我已经是该诊所的患者"
23459
+ },
23460
+ consent: {
23461
+ privacy: {
23462
+ label: "我已阅读并接受<policyLink>隐私政策</policyLink>"
23463
+ },
23464
+ terms: {
23465
+ label: "我已阅读并接受<policyLink>服务条款</policyLink>"
23466
+ }
23467
+ }
23468
+ }
23469
+ },
23470
+ patientSearch: {
23471
+ regionLabel: "搜索预约",
23472
+ who: {
23473
+ label: "医生、专科、诊所或服务人员",
23474
+ placeholder: "医生、专科、诊所或服务人员"
23475
+ },
23476
+ where: {
23477
+ label: "城市、地区或地址",
23478
+ placeholder: "城市、地区或地址"
23479
+ },
23480
+ when: {
23481
+ label: "何时",
23482
+ today: "今天",
23483
+ tomorrow: "明天",
23484
+ thisWeek: "本周",
23485
+ anytime: "任何时候"
23486
+ },
23487
+ facets: {
23488
+ label: "筛选",
23489
+ clear: "清除筛选"
23490
+ },
23491
+ geo: {
23492
+ cta: "在我附近",
23493
+ requesting: "正在定位…",
23494
+ radius: "范围",
23495
+ radiusFormat: "{{km}} 公里",
23496
+ fallbackLabel: "在我附近",
23497
+ clear: "清除位置",
23498
+ denied: "位置访问被拒绝。您可以输入城市或在浏览器设置中启用位置。"
23499
+ },
23500
+ discovery: {
23501
+ heading: "浏览热门搜索",
23502
+ empty: "没有可浏览的建议 — 在上方输入医生或城市。"
23503
+ },
23504
+ submit: {
23505
+ cta: "搜索"
23506
+ }
23507
+ },
23508
+ reviewsPanel: {
23509
+ regionLabel: "患者评价",
23510
+ title: "患者评价",
23511
+ listLabel: "评价列表",
23512
+ introHeading: "关于这些评价",
23513
+ filterTitle: "按星级筛选",
23514
+ filter: {
23515
+ allShort: "全部",
23516
+ allLabel_one: "全部 — {{count}} 条评价",
23517
+ allLabel_other: "全部 — {{count}} 条评价",
23518
+ starsLabel_one: "{{stars}} 星 — {{count}} 条评价",
23519
+ starsLabel_other: "{{stars}} 星 — {{count}} 条评价"
23520
+ },
23521
+ anonymous: "匿名",
23522
+ card: {
23523
+ expand: "显示详情",
23524
+ collapse: "隐藏详情"
23525
+ },
23526
+ replyTitle: "诊所回复",
23527
+ breakdown: {
23528
+ appointment: "预约",
23529
+ communication: "沟通",
23530
+ staff: "员工",
23531
+ overall: "总体",
23532
+ futureVisit: "会再来吗?",
23533
+ recommendation: "会推荐吗?"
23534
+ },
23535
+ answer: {
23536
+ yes: "是",
23537
+ no: "否",
23538
+ unsure: "不确定"
23539
+ },
23540
+ empty: {
23541
+ title: "暂无评价",
23542
+ description: "患者评价将显示在此处。",
23543
+ filterDescription: "没有 {{stars}} 星评价。",
23544
+ resetFilter: "显示所有评价"
23545
+ }
20057
23546
  },
20058
23547
  chart: {
20059
23548
  noData: "暂无数据",
@@ -20384,6 +23873,31 @@ const t = {
20384
23873
  aria: {
20385
23874
  label: "{{state}} {{amount}}"
20386
23875
  }
23876
+ },
23877
+ footer: {
23878
+ nav: {
23879
+ label: "页脚",
23880
+ privacy: "隐私",
23881
+ terms: "使用条款",
23882
+ contacts: "联系我们"
23883
+ },
23884
+ copyright: "© {{year}} {{entity}} · {{vat}}",
23885
+ tagline: "德国技术,意大利设计",
23886
+ group: {
23887
+ product: "产品",
23888
+ resources: "资源",
23889
+ company: "公司",
23890
+ legal: "法律"
23891
+ },
23892
+ social: {
23893
+ aria: {
23894
+ linkedin: "LinkedIn",
23895
+ youtube: "YouTube",
23896
+ instagram: "Instagram",
23897
+ facebook: "Facebook"
23898
+ }
23899
+ },
23900
+ external: { opens_in_new_tab: "(在新标签页中打开)" }
20387
23901
  }
20388
23902
  }, f = {
20389
23903
  common: {
@@ -21310,7 +24824,201 @@ const t = {
21310
24824
  afternoon: "Afternoon",
21311
24825
  evening: "Evening"
21312
24826
  },
21313
- slotAvailableLabel: "Available at {{time}}"
24827
+ slotAvailableLabel: "Available at {{time}}",
24828
+ headingSubtitle: "Pick a service, date and time, then confirm.",
24829
+ insurance: {
24830
+ heading: "Insurance type",
24831
+ placeholder: "Choose insurance type",
24832
+ private: "Private",
24833
+ public: "Statutory (gesetzlich)"
24834
+ },
24835
+ specialty: {
24836
+ heading: "Specialty",
24837
+ placeholder: "Choose a specialty"
24838
+ },
24839
+ service: {
24840
+ heading: "Service",
24841
+ placeholder: "Choose a service"
24842
+ },
24843
+ operator: {
24844
+ heading: "Provider",
24845
+ placeholder: "Choose a provider",
24846
+ all: "Any available provider"
24847
+ },
24848
+ date: {
24849
+ heading: "Date"
24850
+ },
24851
+ slot: {
24852
+ heading: "Time"
24853
+ },
24854
+ emptyServices: {
24855
+ title: "No bookable services",
24856
+ description: "There are no services available for this selection."
24857
+ },
24858
+ onboardingIncomplete: {
24859
+ title: "No providers available",
24860
+ description: "The practice has not yet configured providers for this service. Try a different service or check back later."
24861
+ },
24862
+ nextAvailable: {
24863
+ description: "No openings in the current window. Next available date is {{date}}.",
24864
+ cta: "Jump to next available"
24865
+ },
24866
+ confirmation: {
24867
+ heading: "How should we send your confirmation?",
24868
+ helper: "We'll send a link to confirm your booking on the channels you select.",
24869
+ atLeastOne: "Select at least one way to receive your booking confirmation.",
24870
+ channel: {
24871
+ email: "Email",
24872
+ whatsapp: "WhatsApp",
24873
+ sms: "SMS"
24874
+ }
24875
+ },
24876
+ success: {
24877
+ heading: "Booking submitted",
24878
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
24879
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
24880
+ descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
24881
+ summaryDate: "Date",
24882
+ summaryTime: "Time",
24883
+ summaryProvider: "Provider",
24884
+ summaryService: "Service",
24885
+ summarySpecialty: "Specialty",
24886
+ bookAnother: "Book another appointment",
24887
+ modifyBooking: "Modify booking"
24888
+ },
24889
+ submitError: {
24890
+ generic: "We couldn't submit your booking. Please try again."
24891
+ },
24892
+ details: {
24893
+ heading: "Your details",
24894
+ submit: "Book appointment",
24895
+ firstName: {
24896
+ label: "First name",
24897
+ required: "Enter your first name."
24898
+ },
24899
+ lastName: {
24900
+ label: "Last name",
24901
+ required: "Enter your last name."
24902
+ },
24903
+ email: {
24904
+ label: "Email",
24905
+ invalid: "Enter a valid email address."
24906
+ },
24907
+ mobilePhone: {
24908
+ label: "Mobile phone",
24909
+ invalid: "Enter a valid mobile number."
24910
+ },
24911
+ codiceFiscale: {
24912
+ label: "Codice fiscale",
24913
+ helper: "16 characters, letters and numbers.",
24914
+ checking: "Checking…",
24915
+ invalid: "Invalid codice fiscale.",
24916
+ invalidFormat: "Codice fiscale must be 16 characters (letters and numbers).",
24917
+ unavailable: "Validation unavailable, please try again."
24918
+ },
24919
+ dateOfBirth: {
24920
+ label: "Date of birth",
24921
+ required: "Enter your date of birth."
24922
+ },
24923
+ insuranceNumber: {
24924
+ label: "Insurance number (Versichertennummer)",
24925
+ checking: "Checking…",
24926
+ invalid: "Invalid insurance number.",
24927
+ unavailable: "Validation unavailable, please try again."
24928
+ },
24929
+ note: {
24930
+ label: "Reason for visit / anything we should know",
24931
+ helper: "Up to {{max}} characters."
24932
+ },
24933
+ returningPatient: {
24934
+ label: "I'm already a patient at this practice"
24935
+ },
24936
+ consent: {
24937
+ privacy: {
24938
+ label: "I have read and accept the <policyLink>privacy policy</policyLink>"
24939
+ },
24940
+ terms: {
24941
+ label: "I have read and accept the <policyLink>terms of service</policyLink>"
24942
+ }
24943
+ }
24944
+ }
24945
+ },
24946
+ patientSearch: {
24947
+ regionLabel: "Search appointments",
24948
+ who: {
24949
+ label: "Doctor, specialty, studio or operator",
24950
+ placeholder: "Doctor, specialty, studio or operator"
24951
+ },
24952
+ where: {
24953
+ label: "City, district or address",
24954
+ placeholder: "City, district or address"
24955
+ },
24956
+ when: {
24957
+ label: "When",
24958
+ today: "Today",
24959
+ tomorrow: "Tomorrow",
24960
+ thisWeek: "This week",
24961
+ anytime: "Anytime"
24962
+ },
24963
+ facets: {
24964
+ label: "Filters",
24965
+ clear: "Clear filters"
24966
+ },
24967
+ geo: {
24968
+ cta: "Near me",
24969
+ requesting: "Locating…",
24970
+ radius: "Radius",
24971
+ radiusFormat: "{{km}} km",
24972
+ fallbackLabel: "Near me",
24973
+ clear: "Clear location",
24974
+ denied: "Location access denied. You can type a city or enable location in your browser settings."
24975
+ },
24976
+ discovery: {
24977
+ heading: "Browse by popular search",
24978
+ empty: "No suggestions to browse — type a doctor or city above."
24979
+ },
24980
+ submit: {
24981
+ cta: "Search"
24982
+ }
24983
+ },
24984
+ reviewsPanel: {
24985
+ regionLabel: "Patient reviews",
24986
+ title: "Patient reviews",
24987
+ listLabel: "Review list",
24988
+ introHeading: "About these reviews",
24989
+ filterTitle: "Filter by stars",
24990
+ filter: {
24991
+ allShort: "All",
24992
+ allLabel_one: "All — {{count}} review",
24993
+ allLabel_other: "All — {{count}} reviews",
24994
+ starsLabel_one: "{{stars}} stars — {{count}} review",
24995
+ starsLabel_other: "{{stars}} stars — {{count}} reviews"
24996
+ },
24997
+ anonymous: "Anonymous",
24998
+ card: {
24999
+ expand: "Show details",
25000
+ collapse: "Hide details"
25001
+ },
25002
+ replyTitle: "Reply from the practice",
25003
+ breakdown: {
25004
+ appointment: "Appointment",
25005
+ communication: "Communication",
25006
+ staff: "Staff",
25007
+ overall: "Overall",
25008
+ futureVisit: "Would visit again?",
25009
+ recommendation: "Would recommend?"
25010
+ },
25011
+ answer: {
25012
+ yes: "Yes",
25013
+ no: "No",
25014
+ unsure: "Not sure"
25015
+ },
25016
+ empty: {
25017
+ title: "No reviews yet",
25018
+ description: "Reviews from patients will appear here.",
25019
+ filterDescription: "No reviews with {{stars}} stars.",
25020
+ resetFilter: "Show all reviews"
25021
+ }
21314
25022
  },
21315
25023
  chart: {
21316
25024
  noData: "No data available",
@@ -21644,8 +25352,35 @@ const t = {
21644
25352
  aria: {
21645
25353
  label: "{{state}} {{amount}}"
21646
25354
  }
25355
+ },
25356
+ footer: {
25357
+ nav: {
25358
+ label: "Footer",
25359
+ privacy: "Privacy",
25360
+ terms: "Terms of use",
25361
+ contacts: "Contact us"
25362
+ },
25363
+ copyright: "© {{year}} {{entity}} · {{vat}}",
25364
+ tagline: "German technology, Italian design",
25365
+ group: {
25366
+ product: "Solutions",
25367
+ resources: "Resources",
25368
+ company: "Company",
25369
+ legal: "Legal"
25370
+ },
25371
+ social: {
25372
+ aria: {
25373
+ linkedin: "LinkedIn",
25374
+ youtube: "YouTube",
25375
+ instagram: "Instagram",
25376
+ facebook: "Facebook"
25377
+ }
25378
+ },
25379
+ external: {
25380
+ opens_in_new_tab: "(opens in new tab)"
25381
+ }
21647
25382
  }
21648
- }, v = {
25383
+ }, k = {
21649
25384
  common: {
21650
25385
  save: "Salva",
21651
25386
  cancel: "Annulla",
@@ -22567,7 +26302,201 @@ const t = {
22567
26302
  afternoon: "Pomeriggio",
22568
26303
  evening: "Sera"
22569
26304
  },
22570
- slotAvailableLabel: "Disponibile alle {{time}}"
26305
+ slotAvailableLabel: "Disponibile alle {{time}}",
26306
+ headingSubtitle: "Scegli prestazione, data e ora, poi conferma.",
26307
+ insurance: {
26308
+ heading: "Tipo di assicurazione",
26309
+ placeholder: "Scegli l'assicurazione",
26310
+ private: "Privata",
26311
+ public: "Pubblica (gesetzlich)"
26312
+ },
26313
+ specialty: {
26314
+ heading: "Specialità",
26315
+ placeholder: "Scegli una specialità"
26316
+ },
26317
+ service: {
26318
+ heading: "Prestazione",
26319
+ placeholder: "Scegli una prestazione"
26320
+ },
26321
+ operator: {
26322
+ heading: "Professionista",
26323
+ placeholder: "Scegli un professionista",
26324
+ all: "Qualsiasi professionista disponibile"
26325
+ },
26326
+ date: {
26327
+ heading: "Data"
26328
+ },
26329
+ slot: {
26330
+ heading: "Orario"
26331
+ },
26332
+ emptyServices: {
26333
+ title: "Nessuna prestazione prenotabile",
26334
+ description: "Non ci sono prestazioni disponibili per questa selezione."
26335
+ },
26336
+ onboardingIncomplete: {
26337
+ title: "Nessun professionista disponibile",
26338
+ description: "Lo studio non ha ancora configurato professionisti per questa prestazione. Prova una prestazione diversa o riprova più tardi."
26339
+ },
26340
+ nextAvailable: {
26341
+ description: "Nessuna disponibilità nel periodo selezionato. La prossima data disponibile è {{date}}.",
26342
+ cta: "Vai alla prima data disponibile"
26343
+ },
26344
+ confirmation: {
26345
+ heading: "Come vuoi ricevere la conferma?",
26346
+ helper: "Ti invieremo un link per confermare la prenotazione sui canali che selezioni.",
26347
+ atLeastOne: "Seleziona almeno un canale per ricevere la conferma della prenotazione.",
26348
+ channel: {
26349
+ email: "Email",
26350
+ whatsapp: "WhatsApp",
26351
+ sms: "SMS"
26352
+ }
26353
+ },
26354
+ success: {
26355
+ heading: "Prenotazione inviata",
26356
+ descriptionSingle: "Ti abbiamo inviato un link di conferma via {{channel}}. Clicca il link per confermare la prenotazione.",
26357
+ descriptionMultiple: "Ti abbiamo inviato un link di conferma via {{channels}}. Clicca il link in uno qualsiasi di questi per confermare la prenotazione.",
26358
+ descriptionDemo: "Questa è una demo — non è stata inviata nessuna conferma. In produzione ti invieremmo un link via email per confermare.",
26359
+ summaryDate: "Data",
26360
+ summaryTime: "Orario",
26361
+ summaryProvider: "Professionista",
26362
+ summaryService: "Prestazione",
26363
+ summarySpecialty: "Specialità",
26364
+ bookAnother: "Prenota un altro appuntamento",
26365
+ modifyBooking: "Modifica prenotazione"
26366
+ },
26367
+ submitError: {
26368
+ generic: "Non è stato possibile inviare la prenotazione. Riprova."
26369
+ },
26370
+ details: {
26371
+ heading: "I tuoi dati",
26372
+ submit: "Prenota appuntamento",
26373
+ firstName: {
26374
+ label: "Nome",
26375
+ required: "Inserisci il tuo nome."
26376
+ },
26377
+ lastName: {
26378
+ label: "Cognome",
26379
+ required: "Inserisci il tuo cognome."
26380
+ },
26381
+ email: {
26382
+ label: "Email",
26383
+ invalid: "Inserisci un'email valida."
26384
+ },
26385
+ mobilePhone: {
26386
+ label: "Telefono cellulare",
26387
+ invalid: "Inserisci un numero di cellulare valido."
26388
+ },
26389
+ codiceFiscale: {
26390
+ label: "Codice fiscale",
26391
+ helper: "16 caratteri, lettere e numeri.",
26392
+ checking: "Verifica…",
26393
+ invalid: "Codice fiscale non valido.",
26394
+ invalidFormat: "Il codice fiscale deve essere di 16 caratteri (lettere e numeri).",
26395
+ unavailable: "Verifica non disponibile, riprova."
26396
+ },
26397
+ dateOfBirth: {
26398
+ label: "Data di nascita",
26399
+ required: "Inserisci la tua data di nascita."
26400
+ },
26401
+ insuranceNumber: {
26402
+ label: "Numero assicurazione (Versichertennummer)",
26403
+ checking: "Verifica…",
26404
+ invalid: "Numero assicurazione non valido.",
26405
+ unavailable: "Verifica non disponibile, riprova."
26406
+ },
26407
+ note: {
26408
+ label: "Motivo della visita / Note",
26409
+ helper: "Fino a {{max}} caratteri."
26410
+ },
26411
+ returningPatient: {
26412
+ label: "Sono già paziente di questo studio"
26413
+ },
26414
+ consent: {
26415
+ privacy: {
26416
+ label: "Ho letto e accetto l'<policyLink>informativa sulla privacy</policyLink>"
26417
+ },
26418
+ terms: {
26419
+ label: "Ho letto e accetto i <policyLink>termini di servizio</policyLink>"
26420
+ }
26421
+ }
26422
+ }
26423
+ },
26424
+ patientSearch: {
26425
+ regionLabel: "Cerca un appuntamento",
26426
+ who: {
26427
+ label: "Medico, specialità, studio o professionista",
26428
+ placeholder: "Medico, specialità, studio o professionista"
26429
+ },
26430
+ where: {
26431
+ label: "Città, zona o indirizzo",
26432
+ placeholder: "Città, zona o indirizzo"
26433
+ },
26434
+ when: {
26435
+ label: "Quando",
26436
+ today: "Oggi",
26437
+ tomorrow: "Domani",
26438
+ thisWeek: "Questa settimana",
26439
+ anytime: "Quando vuoi"
26440
+ },
26441
+ facets: {
26442
+ label: "Filtri",
26443
+ clear: "Cancella filtri"
26444
+ },
26445
+ geo: {
26446
+ cta: "Vicino a me",
26447
+ requesting: "Localizzazione…",
26448
+ radius: "Raggio",
26449
+ radiusFormat: "{{km}} km",
26450
+ fallbackLabel: "Vicino a me",
26451
+ clear: "Cancella la posizione",
26452
+ denied: "Accesso alla posizione negato. Puoi digitare una città o abilitare la posizione nelle impostazioni del browser."
26453
+ },
26454
+ discovery: {
26455
+ heading: "Cerca per popolare",
26456
+ empty: "Nessun suggerimento da sfogliare — digita un medico o una città qui sopra."
26457
+ },
26458
+ submit: {
26459
+ cta: "Cerca"
26460
+ }
26461
+ },
26462
+ reviewsPanel: {
26463
+ regionLabel: "Opinioni dei pazienti",
26464
+ title: "Opinioni dei pazienti",
26465
+ listLabel: "Elenco opinioni",
26466
+ introHeading: "Informazioni sulle opinioni",
26467
+ filterTitle: "Filtra per stelle",
26468
+ filter: {
26469
+ allShort: "Tutte",
26470
+ allLabel_one: "Tutte — {{count}} opinione",
26471
+ allLabel_other: "Tutte — {{count}} opinioni",
26472
+ starsLabel_one: "{{stars}} stelle — {{count}} opinione",
26473
+ starsLabel_other: "{{stars}} stelle — {{count}} opinioni"
26474
+ },
26475
+ anonymous: "Anonimo",
26476
+ card: {
26477
+ expand: "Mostra dettagli",
26478
+ collapse: "Nascondi dettagli"
26479
+ },
26480
+ replyTitle: "Risposta dello studio",
26481
+ breakdown: {
26482
+ appointment: "Appuntamento",
26483
+ communication: "Comunicazione",
26484
+ staff: "Personale",
26485
+ overall: "Complessiva",
26486
+ futureVisit: "Tornerebbe a visitarci?",
26487
+ recommendation: "Consiglierebbe?"
26488
+ },
26489
+ answer: {
26490
+ yes: "Sì",
26491
+ no: "No",
26492
+ unsure: "Non saprei"
26493
+ },
26494
+ empty: {
26495
+ title: "Nessuna opinione",
26496
+ description: "Le opinioni dei pazienti appariranno qui.",
26497
+ filterDescription: "Nessuna opinione con {{stars}} stelle.",
26498
+ resetFilter: "Mostra tutte le opinioni"
26499
+ }
22571
26500
  },
22572
26501
  chart: {
22573
26502
  noData: "Nessun dato disponibile",
@@ -22898,8 +26827,35 @@ const t = {
22898
26827
  aria: {
22899
26828
  label: "{{state}} {{amount}}"
22900
26829
  }
26830
+ },
26831
+ footer: {
26832
+ nav: {
26833
+ label: "Footer",
26834
+ privacy: "Privacy",
26835
+ terms: "Condizioni di utilizzo",
26836
+ contacts: "Contattaci"
26837
+ },
26838
+ copyright: "© {{year}} {{entity}} · {{vat}}",
26839
+ tagline: "Tecnologia tedesca, design italiano",
26840
+ group: {
26841
+ product: "Soluzioni",
26842
+ resources: "Risorse",
26843
+ company: "Azienda",
26844
+ legal: "Note legali"
26845
+ },
26846
+ social: {
26847
+ aria: {
26848
+ linkedin: "LinkedIn",
26849
+ youtube: "YouTube",
26850
+ instagram: "Instagram",
26851
+ facebook: "Facebook"
26852
+ }
26853
+ },
26854
+ external: {
26855
+ opens_in_new_tab: "(si apre in una nuova scheda)"
26856
+ }
22901
26857
  }
22902
- }, S = [
26858
+ }, A = [
22903
26859
  "en",
22904
26860
  "it",
22905
26861
  "de",
@@ -22918,13 +26874,13 @@ const t = {
22918
26874
  "ja",
22919
26875
  "zh",
22920
26876
  "hi"
22921
- ], A = {
26877
+ ], C = {
22922
26878
  en: f,
22923
- it: v,
26879
+ it: k,
22924
26880
  de: n,
22925
26881
  ar: t,
22926
26882
  fr: r,
22927
- es: i,
26883
+ es: o,
22928
26884
  pt: d,
22929
26885
  nl: c,
22930
26886
  ro: m,
@@ -22933,14 +26889,14 @@ const t = {
22933
26889
  pl: u,
22934
26890
  sv: h,
22935
26891
  ru: p,
22936
- el: o,
26892
+ el: i,
22937
26893
  ja: s,
22938
26894
  zh: y,
22939
26895
  hi: l
22940
26896
  };
22941
- function P(k, w) {
26897
+ function P(v, w) {
22942
26898
  a.addResourceBundle(
22943
- k,
26899
+ v,
22944
26900
  "ui",
22945
26901
  w,
22946
26902
  /* deep */
@@ -22973,11 +26929,11 @@ a.use(_).init({
22973
26929
  // professional review — flag drift via the parity gate.
22974
26930
  resources: {
22975
26931
  en: { ui: f },
22976
- it: { ui: v },
26932
+ it: { ui: k },
22977
26933
  de: { ui: n },
22978
26934
  ar: { ui: t },
22979
26935
  fr: { ui: r },
22980
- es: { ui: i },
26936
+ es: { ui: o },
22981
26937
  pt: { ui: d },
22982
26938
  nl: { ui: c },
22983
26939
  ro: { ui: m },
@@ -22986,23 +26942,23 @@ a.use(_).init({
22986
26942
  pl: { ui: u },
22987
26943
  sv: { ui: h },
22988
26944
  ru: { ui: p },
22989
- el: { ui: o },
26945
+ el: { ui: i },
22990
26946
  ja: { ui: s },
22991
26947
  zh: { ui: y },
22992
26948
  hi: { ui: l }
22993
26949
  }
22994
26950
  });
22995
26951
  export {
22996
- S as LOCALES_WITH_BUNDLES,
26952
+ A as LOCALES_WITH_BUNDLES,
22997
26953
  t as arUi,
22998
26954
  n as deUi,
22999
- T as default,
23000
- o as elUi,
26955
+ j as default,
26956
+ i as elUi,
23001
26957
  f as enUi,
23002
- i as esUi,
26958
+ o as esUi,
23003
26959
  r as frUi,
23004
26960
  l as hiUi,
23005
- v as itUi,
26961
+ k as itUi,
23006
26962
  s as jaUi,
23007
26963
  c as nlUi,
23008
26964
  u as plUi,
@@ -23013,7 +26969,7 @@ export {
23013
26969
  g as sqUi,
23014
26970
  h as svUi,
23015
26971
  b as trUi,
23016
- A as uiResources,
26972
+ C as uiResources,
23017
26973
  y as zhUi
23018
26974
  };
23019
26975
  //# sourceMappingURL=config.js.map