@alfadocs/ui-kit 0.25.2 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/_chunks/booking-BYuc_8HV.js +2250 -0
  2. package/dist/_chunks/{calendar-9eOXumpH.js → calendar-WWNx448i.js} +10 -9
  3. package/dist/_chunks/{contact-card-CeEfEAxh.js → contact-card-DYbp--s-.js} +2 -2
  4. package/dist/_chunks/{header-B8V_sNPy.js → header-CkMb1TZS.js} +23 -23
  5. package/dist/_chunks/heart-pulse-CvuyFKHB.js +21 -0
  6. package/dist/_chunks/{link-DmM5IevO.js → link-DrD_cRUg.js} +50 -45
  7. package/dist/_chunks/parseISO-Dk4xa7q6.js +120 -0
  8. package/dist/_chunks/patient-search-BhlxYAI3.js +1102 -0
  9. package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
  10. package/dist/_chunks/public-footer.agent-CA29gxHJ.js +516 -0
  11. package/dist/_chunks/reviews-panel-CFttsfuC.js +513 -0
  12. package/dist/_chunks/slot-grid-B2zprPcv.js +387 -0
  13. package/dist/_chunks/stethoscope-DT5qCW8Y.js +18 -0
  14. package/dist/agent-catalog.json +117 -22
  15. package/dist/components/booking/booking-types.d.ts +145 -0
  16. package/dist/components/booking/booking.agent.d.ts +1 -1
  17. package/dist/components/booking/booking.d.ts +4 -89
  18. package/dist/components/booking/cascade.d.ts +96 -0
  19. package/dist/components/booking/details-form.d.ts +32 -0
  20. package/dist/components/booking/index.d.ts +2 -1
  21. package/dist/components/booking/index.js +5 -3
  22. package/dist/components/calendar/index.js +1 -1
  23. package/dist/components/checkbox/checkbox.d.ts +6 -2
  24. package/dist/components/contact-card/index.js +1 -1
  25. package/dist/components/header/index.js +1 -1
  26. package/dist/components/index.d.ts +3 -0
  27. package/dist/components/link/index.js +1 -1
  28. package/dist/components/link/link.d.ts +7 -0
  29. package/dist/components/patient-search/index.d.ts +4 -0
  30. package/dist/components/patient-search/index.js +6 -0
  31. package/dist/components/patient-search/patient-search.agent.d.ts +4 -0
  32. package/dist/components/patient-search/patient-search.d.ts +103 -0
  33. package/dist/components/public-footer/index.d.ts +6 -0
  34. package/dist/components/public-footer/index.js +10 -0
  35. package/dist/components/public-footer/legal-urls.d.ts +18 -0
  36. package/dist/components/public-footer/public-footer.agent.d.ts +4 -0
  37. package/dist/components/public-footer/public-footer.d.ts +51 -0
  38. package/dist/components/public-footer/socials.d.ts +9 -0
  39. package/dist/components/reviews-panel/index.d.ts +4 -0
  40. package/dist/components/reviews-panel/index.js +6 -0
  41. package/dist/components/reviews-panel/reviews-panel.agent.d.ts +4 -0
  42. package/dist/components/reviews-panel/reviews-panel.d.ts +76 -0
  43. package/dist/components/slot-grid/index.js +1 -1
  44. package/dist/i18n/config.js +3866 -36
  45. package/dist/i18n/locales/ar.d.ts +214 -0
  46. package/dist/i18n/locales/de.d.ts +214 -0
  47. package/dist/i18n/locales/el.d.ts +214 -0
  48. package/dist/i18n/locales/es.d.ts +214 -0
  49. package/dist/i18n/locales/fr.d.ts +214 -0
  50. package/dist/i18n/locales/hi.d.ts +214 -0
  51. package/dist/i18n/locales/ja.d.ts +214 -0
  52. package/dist/i18n/locales/nl.d.ts +214 -0
  53. package/dist/i18n/locales/pl.d.ts +214 -0
  54. package/dist/i18n/locales/pt.d.ts +214 -0
  55. package/dist/i18n/locales/ro.d.ts +214 -0
  56. package/dist/i18n/locales/ru.d.ts +214 -0
  57. package/dist/i18n/locales/sq.d.ts +214 -0
  58. package/dist/i18n/locales/sv.d.ts +214 -0
  59. package/dist/i18n/locales/tr.d.ts +214 -0
  60. package/dist/i18n/locales/zh.d.ts +214 -0
  61. package/dist/i18n/resources.d.ts +428 -0
  62. package/dist/index.js +351 -336
  63. package/dist/locales/ar.json +215 -1
  64. package/dist/locales/de.json +215 -1
  65. package/dist/locales/el.json +215 -1
  66. package/dist/locales/en.json +215 -1
  67. package/dist/locales/es.json +215 -1
  68. package/dist/locales/fr.json +215 -1
  69. package/dist/locales/hi.json +215 -1
  70. package/dist/locales/it.json +215 -1
  71. package/dist/locales/ja.json +215 -1
  72. package/dist/locales/nl.json +215 -1
  73. package/dist/locales/pl.json +215 -1
  74. package/dist/locales/pt.json +215 -1
  75. package/dist/locales/ro.json +215 -1
  76. package/dist/locales/ru.json +215 -1
  77. package/dist/locales/sq.json +215 -1
  78. package/dist/locales/sv.json +215 -1
  79. package/dist/locales/tr.json +215 -1
  80. package/dist/locales/zh.json +215 -1
  81. package/dist/patterns/patient-shell/index.js +1 -1
  82. package/dist/tokens.css +1 -1
  83. package/package.json +13 -1
  84. package/dist/_chunks/booking-CXngC-1u.js +0 -1743
  85. package/dist/_chunks/slot-grid-DoodeQGZ.js +0 -502
  86. package/dist/_chunks/stethoscope-B8kpbtjh.js +0 -35
@@ -943,7 +943,194 @@ 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
+ summaryDate: "Date",
1000
+ summaryTime: "Time",
1001
+ summaryProvider: "Provider",
1002
+ bookAnother: "Book another appointment"
1003
+ },
1004
+ details: {
1005
+ heading: "بياناتك",
1006
+ submit: "حجز الموعد",
1007
+ firstName: {
1008
+ label: "الاسم الأول",
1009
+ required: "أدخل اسمك الأول."
1010
+ },
1011
+ lastName: {
1012
+ label: "اسم العائلة",
1013
+ required: "أدخل اسم العائلة."
1014
+ },
1015
+ email: {
1016
+ label: "البريد الإلكتروني",
1017
+ invalid: "أدخل بريداً إلكترونياً صالحاً."
1018
+ },
1019
+ mobilePhone: {
1020
+ label: "الهاتف المحمول",
1021
+ invalid: "أدخل رقم هاتف محمول صالحاً."
1022
+ },
1023
+ codiceFiscale: {
1024
+ label: "Codice fiscale",
1025
+ helper: "16 حرفاً ورقماً.",
1026
+ checking: "جارٍ التحقق…",
1027
+ invalid: "Codice fiscale غير صالح.",
1028
+ invalidFormat: "يجب أن يتكوّن الـ codice fiscale من 16 حرفاً ورقماً.",
1029
+ unavailable: "التحقق غير متاح، يُرجى المحاولة مرة أخرى."
1030
+ },
1031
+ dateOfBirth: {
1032
+ label: "تاريخ الميلاد",
1033
+ required: "أدخل تاريخ ميلادك."
1034
+ },
1035
+ insuranceNumber: {
1036
+ label: "رقم التأمين (Versichertennummer)",
1037
+ checking: "جارٍ التحقق…",
1038
+ invalid: "رقم التأمين غير صالح.",
1039
+ unavailable: "التحقق غير متاح، يُرجى المحاولة مرة أخرى."
1040
+ },
1041
+ note: {
1042
+ label: "سبب الزيارة / ملاحظات",
1043
+ helper: "حتى {{max}} حرفاً."
1044
+ },
1045
+ returningPatient: {
1046
+ label: "أنا مريض حالي في هذه العيادة"
1047
+ },
1048
+ consent: {
1049
+ privacy: {
1050
+ label: "لقد قرأتُ <policyLink>سياسة الخصوصية</policyLink> وأوافق عليها"
1051
+ },
1052
+ terms: {
1053
+ label: "لقد قرأتُ <policyLink>شروط الخدمة</policyLink> وأوافق عليها"
1054
+ }
1055
+ }
1056
+ }
1057
+ },
1058
+ patientSearch: {
1059
+ regionLabel: "ابحث عن موعد",
1060
+ who: {
1061
+ label: "طبيب، تخصص، عيادة أو مهني",
1062
+ placeholder: "طبيب، تخصص، عيادة أو مهني"
1063
+ },
1064
+ where: {
1065
+ label: "المدينة أو الحي أو العنوان",
1066
+ placeholder: "المدينة أو الحي أو العنوان"
1067
+ },
1068
+ when: {
1069
+ label: "متى",
1070
+ today: "اليوم",
1071
+ tomorrow: "غدًا",
1072
+ thisWeek: "هذا الأسبوع",
1073
+ anytime: "في أي وقت"
1074
+ },
1075
+ facets: {
1076
+ label: "المرشحات",
1077
+ clear: "امسح المرشحات"
1078
+ },
1079
+ geo: {
1080
+ cta: "بالقرب مني",
1081
+ requesting: "جارٍ تحديد الموقع…",
1082
+ radius: "نطاق",
1083
+ radiusFormat: "{{km}} كم",
1084
+ fallbackLabel: "بالقرب مني",
1085
+ clear: "امسح الموقع",
1086
+ denied: "تم رفض الوصول إلى الموقع. يمكنك كتابة مدينة أو تفعيل الموقع من إعدادات المتصفح."
1087
+ },
1088
+ discovery: {
1089
+ heading: "استعرض حسب الأكثر شيوعًا",
1090
+ empty: "لا توجد اقتراحات للاستعراض — اكتب طبيبًا أو مدينة في الأعلى."
1091
+ },
1092
+ submit: {
1093
+ cta: "بحث"
1094
+ }
1095
+ },
1096
+ reviewsPanel: {
1097
+ regionLabel: "تقييمات المرضى",
1098
+ title: "تقييمات المرضى",
1099
+ listLabel: "قائمة التقييمات",
1100
+ introHeading: "حول هذه التقييمات",
1101
+ filterTitle: "تصفية حسب النجوم",
1102
+ filter: {
1103
+ allShort: "الكل",
1104
+ allLabel_one: "الكل — تقييم واحد",
1105
+ allLabel_other: "الكل — {{count}} تقييم",
1106
+ starsLabel_one: "{{stars}} نجوم — تقييم واحد",
1107
+ starsLabel_other: "{{stars}} نجوم — {{count}} تقييم"
1108
+ },
1109
+ anonymous: "مجهول",
1110
+ card: {
1111
+ expand: "عرض التفاصيل",
1112
+ collapse: "إخفاء التفاصيل"
1113
+ },
1114
+ replyTitle: "رد العيادة",
1115
+ breakdown: {
1116
+ appointment: "الموعد",
1117
+ communication: "التواصل",
1118
+ staff: "الفريق",
1119
+ overall: "العام",
1120
+ futureVisit: "هل ستزور مرة أخرى؟",
1121
+ recommendation: "هل ستوصي بنا؟"
1122
+ },
1123
+ answer: {
1124
+ yes: "نعم",
1125
+ no: "لا",
1126
+ unsure: "غير متأكد"
1127
+ },
1128
+ empty: {
1129
+ title: "لا توجد تقييمات بعد",
1130
+ description: "ستظهر تقييمات المرضى هنا.",
1131
+ filterDescription: "لا توجد تقييمات بـ {{stars}} نجوم.",
1132
+ resetFilter: "عرض جميع التقييمات"
1133
+ }
947
1134
  },
948
1135
  chart: {
949
1136
  noData: "لا توجد بيانات متاحة",
@@ -1274,6 +1461,33 @@ const t = {
1274
1461
  aria: {
1275
1462
  label: "{{state}} {{amount}}"
1276
1463
  }
1464
+ },
1465
+ footer: {
1466
+ nav: {
1467
+ label: "تذييل الصفحة",
1468
+ privacy: "الخصوصية",
1469
+ terms: "شروط الاستخدام",
1470
+ contacts: "اتصل بنا"
1471
+ },
1472
+ copyright: "© {{year}} {{entity}} · {{vat}}",
1473
+ tagline: "تقنية ألمانية، تصميم إيطالي",
1474
+ group: {
1475
+ product: "المنتج",
1476
+ resources: "الموارد",
1477
+ company: "الشركة",
1478
+ legal: "الشؤون القانونية"
1479
+ },
1480
+ social: {
1481
+ aria: {
1482
+ linkedin: "LinkedIn",
1483
+ youtube: "YouTube",
1484
+ instagram: "Instagram",
1485
+ facebook: "Facebook"
1486
+ }
1487
+ },
1488
+ external: {
1489
+ opens_in_new_tab: "(يُفتح في نافذة جديدة)"
1490
+ }
1277
1491
  }
1278
1492
  }, n = {
1279
1493
  common: {
@@ -2217,7 +2431,194 @@ const t = {
2217
2431
  afternoon: "Nachmittag",
2218
2432
  evening: "Abend"
2219
2433
  },
2220
- slotAvailableLabel: "Verfügbar um {{time}}"
2434
+ slotAvailableLabel: "Verfügbar um {{time}}",
2435
+ headingSubtitle: "Leistung, Datum und Uhrzeit wählen, dann bestätigen.",
2436
+ insurance: {
2437
+ heading: "Versicherungsart",
2438
+ placeholder: "Versicherungsart wählen",
2439
+ private: "Privat",
2440
+ public: "Gesetzlich"
2441
+ },
2442
+ specialty: {
2443
+ heading: "Fachgebiet",
2444
+ placeholder: "Fachgebiet wählen"
2445
+ },
2446
+ service: {
2447
+ heading: "Leistung",
2448
+ placeholder: "Leistung wählen"
2449
+ },
2450
+ operator: {
2451
+ heading: "Behandelnde:r",
2452
+ placeholder: "Behandelnde:n wählen",
2453
+ all: "Beliebige:r verfügbare:r Behandelnde:r"
2454
+ },
2455
+ date: {
2456
+ heading: "Datum"
2457
+ },
2458
+ slot: {
2459
+ heading: "Uhrzeit"
2460
+ },
2461
+ emptyServices: {
2462
+ title: "Keine buchbaren Leistungen",
2463
+ description: "Für diese Auswahl sind keine Leistungen verfügbar."
2464
+ },
2465
+ onboardingIncomplete: {
2466
+ title: "Keine Behandelnden verfügbar",
2467
+ 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."
2468
+ },
2469
+ nextAvailable: {
2470
+ description: "Keine Termine im aktuellen Zeitraum. Nächster verfügbarer Termin ist {{date}}.",
2471
+ cta: "Zum nächsten freien Termin"
2472
+ },
2473
+ confirmation: {
2474
+ heading: "Wie sollen wir Ihre Bestätigung senden?",
2475
+ helper: "Wir senden Ihnen einen Link zur Bestätigung Ihrer Buchung über die von Ihnen gewählten Kanäle.",
2476
+ atLeastOne: "Wählen Sie mindestens einen Kanal für die Buchungsbestätigung.",
2477
+ channel: {
2478
+ email: "E-Mail",
2479
+ whatsapp: "WhatsApp",
2480
+ sms: "SMS"
2481
+ }
2482
+ },
2483
+ success: {
2484
+ heading: "Booking submitted",
2485
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
2486
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
2487
+ summaryDate: "Date",
2488
+ summaryTime: "Time",
2489
+ summaryProvider: "Provider",
2490
+ bookAnother: "Book another appointment"
2491
+ },
2492
+ details: {
2493
+ heading: "Ihre Daten",
2494
+ submit: "Termin buchen",
2495
+ firstName: {
2496
+ label: "Vorname",
2497
+ required: "Bitte geben Sie Ihren Vornamen ein."
2498
+ },
2499
+ lastName: {
2500
+ label: "Nachname",
2501
+ required: "Bitte geben Sie Ihren Nachnamen ein."
2502
+ },
2503
+ email: {
2504
+ label: "E-Mail",
2505
+ invalid: "Bitte geben Sie eine gültige E-Mail-Adresse ein."
2506
+ },
2507
+ mobilePhone: {
2508
+ label: "Mobiltelefon",
2509
+ invalid: "Bitte geben Sie eine gültige Mobilnummer ein."
2510
+ },
2511
+ codiceFiscale: {
2512
+ label: "Codice fiscale",
2513
+ helper: "16 Zeichen, Buchstaben und Zahlen.",
2514
+ checking: "Wird geprüft …",
2515
+ invalid: "Ungültiger Codice fiscale.",
2516
+ invalidFormat: "Der Codice fiscale muss 16 Zeichen lang sein (Buchstaben und Zahlen).",
2517
+ unavailable: "Prüfung nicht verfügbar, bitte erneut versuchen."
2518
+ },
2519
+ dateOfBirth: {
2520
+ label: "Geburtsdatum",
2521
+ required: "Bitte geben Sie Ihr Geburtsdatum ein."
2522
+ },
2523
+ insuranceNumber: {
2524
+ label: "Versichertennummer",
2525
+ checking: "Wird geprüft …",
2526
+ invalid: "Ungültige Versichertennummer.",
2527
+ unavailable: "Prüfung nicht verfügbar, bitte erneut versuchen."
2528
+ },
2529
+ note: {
2530
+ label: "Grund des Besuchs / Anmerkungen",
2531
+ helper: "Bis zu {{max}} Zeichen."
2532
+ },
2533
+ returningPatient: {
2534
+ label: "Ich bin bereits Patient:in dieser Praxis"
2535
+ },
2536
+ consent: {
2537
+ privacy: {
2538
+ label: "Ich habe die <policyLink>Datenschutzerklärung</policyLink> gelesen und akzeptiere sie"
2539
+ },
2540
+ terms: {
2541
+ label: "Ich habe die <policyLink>Nutzungsbedingungen</policyLink> gelesen und akzeptiere sie"
2542
+ }
2543
+ }
2544
+ }
2545
+ },
2546
+ patientSearch: {
2547
+ regionLabel: "Termin suchen",
2548
+ who: {
2549
+ label: "Arzt, Fachrichtung, Praxis oder Behandler",
2550
+ placeholder: "Arzt, Fachrichtung, Praxis oder Behandler"
2551
+ },
2552
+ where: {
2553
+ label: "Stadt, Stadtteil oder Adresse",
2554
+ placeholder: "Stadt, Stadtteil oder Adresse"
2555
+ },
2556
+ when: {
2557
+ label: "Wann",
2558
+ today: "Heute",
2559
+ tomorrow: "Morgen",
2560
+ thisWeek: "Diese Woche",
2561
+ anytime: "Jederzeit"
2562
+ },
2563
+ facets: {
2564
+ label: "Filter",
2565
+ clear: "Filter löschen"
2566
+ },
2567
+ geo: {
2568
+ cta: "In meiner Nähe",
2569
+ requesting: "Standort wird ermittelt …",
2570
+ radius: "Umkreis",
2571
+ radiusFormat: "{{km}} km",
2572
+ fallbackLabel: "In meiner Nähe",
2573
+ clear: "Standort löschen",
2574
+ denied: "Standortzugriff verweigert. Du kannst eine Stadt eingeben oder den Standortzugriff in deinen Browsereinstellungen erlauben."
2575
+ },
2576
+ discovery: {
2577
+ heading: "Beliebte Suchen",
2578
+ empty: "Keine Vorschläge zum Stöbern — gib oben einen Arzt oder eine Stadt ein."
2579
+ },
2580
+ submit: {
2581
+ cta: "Suchen"
2582
+ }
2583
+ },
2584
+ reviewsPanel: {
2585
+ regionLabel: "Patientenbewertungen",
2586
+ title: "Patientenbewertungen",
2587
+ listLabel: "Bewertungsliste",
2588
+ introHeading: "Über diese Bewertungen",
2589
+ filterTitle: "Nach Sternen filtern",
2590
+ filter: {
2591
+ allShort: "Alle",
2592
+ allLabel_one: "Alle — {{count}} Bewertung",
2593
+ allLabel_other: "Alle — {{count}} Bewertungen",
2594
+ starsLabel_one: "{{stars}} Sterne — {{count}} Bewertung",
2595
+ starsLabel_other: "{{stars}} Sterne — {{count}} Bewertungen"
2596
+ },
2597
+ anonymous: "Anonym",
2598
+ card: {
2599
+ expand: "Details anzeigen",
2600
+ collapse: "Details ausblenden"
2601
+ },
2602
+ replyTitle: "Antwort der Praxis",
2603
+ breakdown: {
2604
+ appointment: "Termin",
2605
+ communication: "Kommunikation",
2606
+ staff: "Personal",
2607
+ overall: "Gesamt",
2608
+ futureVisit: "Würden Sie wiederkommen?",
2609
+ recommendation: "Würden Sie uns weiterempfehlen?"
2610
+ },
2611
+ answer: {
2612
+ yes: "Ja",
2613
+ no: "Nein",
2614
+ unsure: "Unsicher"
2615
+ },
2616
+ empty: {
2617
+ title: "Noch keine Bewertungen",
2618
+ description: "Bewertungen von Patienten erscheinen hier.",
2619
+ filterDescription: "Keine Bewertungen mit {{stars}} Sternen.",
2620
+ resetFilter: "Alle Bewertungen anzeigen"
2621
+ }
2221
2622
  },
2222
2623
  chart: {
2223
2624
  noData: "Keine Daten verfügbar",
@@ -2548,8 +2949,35 @@ const t = {
2548
2949
  aria: {
2549
2950
  label: "{{state}} {{amount}}"
2550
2951
  }
2952
+ },
2953
+ footer: {
2954
+ nav: {
2955
+ label: "Fußbereich",
2956
+ privacy: "Datenschutz",
2957
+ terms: "Nutzungsbedingungen",
2958
+ contacts: "Kontakt"
2959
+ },
2960
+ copyright: "© {{year}} {{entity}} · {{vat}}",
2961
+ tagline: "Deutsche Technologie, italienisches Design",
2962
+ group: {
2963
+ product: "Produkt",
2964
+ resources: "Ressourcen",
2965
+ company: "Unternehmen",
2966
+ legal: "Rechtliches"
2967
+ },
2968
+ social: {
2969
+ aria: {
2970
+ linkedin: "LinkedIn",
2971
+ youtube: "YouTube",
2972
+ instagram: "Instagram",
2973
+ facebook: "Facebook"
2974
+ }
2975
+ },
2976
+ external: {
2977
+ opens_in_new_tab: "(öffnet in neuem Tab)"
2978
+ }
2551
2979
  }
2552
- }, o = {
2980
+ }, i = {
2553
2981
  common: {
2554
2982
  save: "Αποθήκευση",
2555
2983
  cancel: "Ακύρωση",
@@ -3491,7 +3919,194 @@ const t = {
3491
3919
  afternoon: "Απόγευμα",
3492
3920
  evening: "Βράδυ"
3493
3921
  },
3494
- slotAvailableLabel: "Διαθέσιμο στις {{time}}"
3922
+ slotAvailableLabel: "Διαθέσιμο στις {{time}}",
3923
+ headingSubtitle: "Επιλέξτε υπηρεσία, ημερομηνία και ώρα και μετά επιβεβαιώστε.",
3924
+ insurance: {
3925
+ heading: "Τύπος ασφάλισης",
3926
+ placeholder: "Επιλέξτε τύπο ασφάλισης",
3927
+ private: "Ιδιωτική",
3928
+ public: "Δημόσια (gesetzlich)"
3929
+ },
3930
+ specialty: {
3931
+ heading: "Ειδικότητα",
3932
+ placeholder: "Επιλέξτε ειδικότητα"
3933
+ },
3934
+ service: {
3935
+ heading: "Υπηρεσία",
3936
+ placeholder: "Επιλέξτε υπηρεσία"
3937
+ },
3938
+ operator: {
3939
+ heading: "Επαγγελματίας",
3940
+ placeholder: "Επιλέξτε επαγγελματία",
3941
+ all: "Οποιοσδήποτε διαθέσιμος επαγγελματίας"
3942
+ },
3943
+ date: {
3944
+ heading: "Ημερομηνία"
3945
+ },
3946
+ slot: {
3947
+ heading: "Ώρα"
3948
+ },
3949
+ emptyServices: {
3950
+ title: "Δεν υπάρχουν υπηρεσίες προς κράτηση",
3951
+ description: "Δεν υπάρχουν διαθέσιμες υπηρεσίες για αυτήν την επιλογή."
3952
+ },
3953
+ onboardingIncomplete: {
3954
+ title: "Δεν υπάρχουν διαθέσιμοι επαγγελματίες",
3955
+ description: "Το ιατρείο δεν έχει ρυθμίσει ακόμη επαγγελματίες για αυτήν την υπηρεσία. Δοκιμάστε άλλη υπηρεσία ή ξαναδοκιμάστε αργότερα."
3956
+ },
3957
+ nextAvailable: {
3958
+ description: "Δεν υπάρχουν διαθέσιμες ώρες στην τρέχουσα περίοδο. Η επόμενη διαθέσιμη ημερομηνία είναι η {{date}}.",
3959
+ cta: "Μετάβαση στην επόμενη διαθέσιμη ημερομηνία"
3960
+ },
3961
+ confirmation: {
3962
+ heading: "Πώς θέλετε να λάβετε την επιβεβαίωση;",
3963
+ helper: "Θα σας στείλουμε έναν σύνδεσμο για να επιβεβαιώσετε το ραντεβού σας μέσω των καναλιών που θα επιλέξετε.",
3964
+ atLeastOne: "Επιλέξτε τουλάχιστον ένα κανάλι για να λάβετε την επιβεβαίωση του ραντεβού.",
3965
+ channel: {
3966
+ email: "Email",
3967
+ whatsapp: "WhatsApp",
3968
+ sms: "SMS"
3969
+ }
3970
+ },
3971
+ success: {
3972
+ heading: "Booking submitted",
3973
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
3974
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
3975
+ summaryDate: "Date",
3976
+ summaryTime: "Time",
3977
+ summaryProvider: "Provider",
3978
+ bookAnother: "Book another appointment"
3979
+ },
3980
+ details: {
3981
+ heading: "Τα στοιχεία σας",
3982
+ submit: "Κράτηση ραντεβού",
3983
+ firstName: {
3984
+ label: "Όνομα",
3985
+ required: "Εισαγάγετε το όνομά σας."
3986
+ },
3987
+ lastName: {
3988
+ label: "Επώνυμο",
3989
+ required: "Εισαγάγετε το επώνυμό σας."
3990
+ },
3991
+ email: {
3992
+ label: "Email",
3993
+ invalid: "Εισαγάγετε μια έγκυρη διεύθυνση email."
3994
+ },
3995
+ mobilePhone: {
3996
+ label: "Κινητό τηλέφωνο",
3997
+ invalid: "Εισαγάγετε έναν έγκυρο αριθμό κινητού."
3998
+ },
3999
+ codiceFiscale: {
4000
+ label: "Codice fiscale",
4001
+ helper: "16 χαρακτήρες, γράμματα και αριθμοί.",
4002
+ checking: "Έλεγχος…",
4003
+ invalid: "Μη έγκυρο codice fiscale.",
4004
+ invalidFormat: "Το codice fiscale πρέπει να αποτελείται από 16 χαρακτήρες (γράμματα και αριθμούς).",
4005
+ unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
4006
+ },
4007
+ dateOfBirth: {
4008
+ label: "Ημερομηνία γέννησης",
4009
+ required: "Εισαγάγετε την ημερομηνία γέννησής σας."
4010
+ },
4011
+ insuranceNumber: {
4012
+ label: "Αριθμός ασφάλισης (Versichertennummer)",
4013
+ checking: "Έλεγχος…",
4014
+ invalid: "Μη έγκυρος αριθμός ασφάλισης.",
4015
+ unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
4016
+ },
4017
+ note: {
4018
+ label: "Λόγος επίσκεψης / σημειώσεις",
4019
+ helper: "Έως {{max}} χαρακτήρες."
4020
+ },
4021
+ returningPatient: {
4022
+ label: "Είμαι ήδη ασθενής αυτού του ιατρείου"
4023
+ },
4024
+ consent: {
4025
+ privacy: {
4026
+ label: "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>"
4027
+ },
4028
+ terms: {
4029
+ label: "Έχω διαβάσει και αποδέχομαι τους <policyLink>όρους χρήσης</policyLink>"
4030
+ }
4031
+ }
4032
+ }
4033
+ },
4034
+ patientSearch: {
4035
+ regionLabel: "Αναζήτηση ραντεβού",
4036
+ who: {
4037
+ label: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας",
4038
+ placeholder: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας"
4039
+ },
4040
+ where: {
4041
+ label: "Πόλη, περιοχή ή διεύθυνση",
4042
+ placeholder: "Πόλη, περιοχή ή διεύθυνση"
4043
+ },
4044
+ when: {
4045
+ label: "Πότε",
4046
+ today: "Σήμερα",
4047
+ tomorrow: "Αύριο",
4048
+ thisWeek: "Αυτή την εβδομάδα",
4049
+ anytime: "Οποτεδήποτε"
4050
+ },
4051
+ facets: {
4052
+ label: "Φίλτρα",
4053
+ clear: "Καθαρισμός φίλτρων"
4054
+ },
4055
+ geo: {
4056
+ cta: "Κοντά μου",
4057
+ requesting: "Εντοπισμός…",
4058
+ radius: "Ακτίνα",
4059
+ radiusFormat: "{{km}} χλμ.",
4060
+ fallbackLabel: "Κοντά μου",
4061
+ clear: "Καθαρισμός τοποθεσίας",
4062
+ denied: "Η πρόσβαση στην τοποθεσία απορρίφθηκε. Μπορείτε να πληκτρολογήσετε μια πόλη ή να ενεργοποιήσετε την τοποθεσία στις ρυθμίσεις του προγράμματος περιήγησης."
4063
+ },
4064
+ discovery: {
4065
+ heading: "Δείτε δημοφιλείς αναζητήσεις",
4066
+ empty: "Δεν υπάρχουν προτάσεις — πληκτρολογήστε γιατρό ή πόλη παραπάνω."
4067
+ },
4068
+ submit: {
4069
+ cta: "Αναζήτηση"
4070
+ }
4071
+ },
4072
+ reviewsPanel: {
4073
+ regionLabel: "Κριτικές ασθενών",
4074
+ title: "Κριτικές ασθενών",
4075
+ listLabel: "Λίστα κριτικών",
4076
+ introHeading: "Σχετικά με αυτές τις κριτικές",
4077
+ filterTitle: "Φιλτράρισμα κατά αστέρια",
4078
+ filter: {
4079
+ allShort: "Όλες",
4080
+ allLabel_one: "Όλες — {{count}} κριτική",
4081
+ allLabel_other: "Όλες — {{count}} κριτικές",
4082
+ starsLabel_one: "{{stars}} αστέρια — {{count}} κριτική",
4083
+ starsLabel_other: "{{stars}} αστέρια — {{count}} κριτικές"
4084
+ },
4085
+ anonymous: "Ανώνυμος",
4086
+ card: {
4087
+ expand: "Εμφάνιση λεπτομερειών",
4088
+ collapse: "Απόκρυψη λεπτομερειών"
4089
+ },
4090
+ replyTitle: "Απάντηση της κλινικής",
4091
+ breakdown: {
4092
+ appointment: "Ραντεβού",
4093
+ communication: "Επικοινωνία",
4094
+ staff: "Προσωπικό",
4095
+ overall: "Συνολικά",
4096
+ futureVisit: "Θα ξανάρχεστε;",
4097
+ recommendation: "Θα μας προτείνατε;"
4098
+ },
4099
+ answer: {
4100
+ yes: "Ναι",
4101
+ no: "Όχι",
4102
+ unsure: "Δεν είμαι σίγουρος"
4103
+ },
4104
+ empty: {
4105
+ title: "Δεν υπάρχουν κριτικές ακόμα",
4106
+ description: "Οι κριτικές ασθενών θα εμφανιστούν εδώ.",
4107
+ filterDescription: "Καμία κριτική με {{stars}} αστέρια.",
4108
+ resetFilter: "Εμφάνιση όλων των κριτικών"
4109
+ }
3495
4110
  },
3496
4111
  chart: {
3497
4112
  noData: "Δεν υπάρχουν διαθέσιμα δεδομένα",
@@ -3822,8 +4437,35 @@ const t = {
3822
4437
  aria: {
3823
4438
  label: "{{state}} {{amount}}"
3824
4439
  }
4440
+ },
4441
+ footer: {
4442
+ nav: {
4443
+ label: "Υποσέλιδο",
4444
+ privacy: "Απόρρητο",
4445
+ terms: "Όροι χρήσης",
4446
+ contacts: "Επικοινωνία"
4447
+ },
4448
+ copyright: "© {{year}} {{entity}} · {{vat}}",
4449
+ tagline: "Γερμανική τεχνολογία, ιταλικός σχεδιασμός",
4450
+ group: {
4451
+ product: "Προϊόν",
4452
+ resources: "Πόροι",
4453
+ company: "Εταιρεία",
4454
+ legal: "Νομικά"
4455
+ },
4456
+ social: {
4457
+ aria: {
4458
+ linkedin: "LinkedIn",
4459
+ youtube: "YouTube",
4460
+ instagram: "Instagram",
4461
+ facebook: "Facebook"
4462
+ }
4463
+ },
4464
+ external: {
4465
+ opens_in_new_tab: "(ανοίγει σε νέα καρτέλα)"
4466
+ }
3825
4467
  }
3826
- }, i = {
4468
+ }, o = {
3827
4469
  common: {
3828
4470
  save: "Guardar",
3829
4471
  cancel: "Cancelar",
@@ -4765,7 +5407,194 @@ const t = {
4765
5407
  afternoon: "Tarde",
4766
5408
  evening: "Noche"
4767
5409
  },
4768
- slotAvailableLabel: "Disponible a las {{time}}"
5410
+ slotAvailableLabel: "Disponible a las {{time}}",
5411
+ headingSubtitle: "Elige servicio, fecha y hora, luego confirma.",
5412
+ insurance: {
5413
+ heading: "Tipo de seguro",
5414
+ placeholder: "Elige el tipo de seguro",
5415
+ private: "Privado",
5416
+ public: "Público (gesetzlich)"
5417
+ },
5418
+ specialty: {
5419
+ heading: "Especialidad",
5420
+ placeholder: "Elige una especialidad"
5421
+ },
5422
+ service: {
5423
+ heading: "Servicio",
5424
+ placeholder: "Elige un servicio"
5425
+ },
5426
+ operator: {
5427
+ heading: "Profesional",
5428
+ placeholder: "Elige un profesional",
5429
+ all: "Cualquier profesional disponible"
5430
+ },
5431
+ date: {
5432
+ heading: "Fecha"
5433
+ },
5434
+ slot: {
5435
+ heading: "Hora"
5436
+ },
5437
+ emptyServices: {
5438
+ title: "No hay servicios reservables",
5439
+ description: "No hay servicios disponibles para esta selección."
5440
+ },
5441
+ onboardingIncomplete: {
5442
+ title: "No hay profesionales disponibles",
5443
+ description: "La clínica todavía no ha configurado profesionales para este servicio. Prueba con otro servicio o vuelve a intentarlo más tarde."
5444
+ },
5445
+ nextAvailable: {
5446
+ description: "No hay disponibilidad en el periodo actual. La próxima fecha disponible es el {{date}}.",
5447
+ cta: "Ir a la próxima fecha disponible"
5448
+ },
5449
+ confirmation: {
5450
+ heading: "¿Cómo quieres recibir la confirmación?",
5451
+ helper: "Te enviaremos un enlace para confirmar tu cita por los canales que selecciones.",
5452
+ atLeastOne: "Selecciona al menos un canal para recibir la confirmación de la cita.",
5453
+ channel: {
5454
+ email: "Correo electrónico",
5455
+ whatsapp: "WhatsApp",
5456
+ sms: "SMS"
5457
+ }
5458
+ },
5459
+ success: {
5460
+ heading: "Booking submitted",
5461
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
5462
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
5463
+ summaryDate: "Date",
5464
+ summaryTime: "Time",
5465
+ summaryProvider: "Provider",
5466
+ bookAnother: "Book another appointment"
5467
+ },
5468
+ details: {
5469
+ heading: "Tus datos",
5470
+ submit: "Reservar cita",
5471
+ firstName: {
5472
+ label: "Nombre",
5473
+ required: "Introduce tu nombre."
5474
+ },
5475
+ lastName: {
5476
+ label: "Apellido",
5477
+ required: "Introduce tu apellido."
5478
+ },
5479
+ email: {
5480
+ label: "Correo electrónico",
5481
+ invalid: "Introduce un correo electrónico válido."
5482
+ },
5483
+ mobilePhone: {
5484
+ label: "Teléfono móvil",
5485
+ invalid: "Introduce un número de móvil válido."
5486
+ },
5487
+ codiceFiscale: {
5488
+ label: "Codice fiscale",
5489
+ helper: "16 caracteres, letras y números.",
5490
+ checking: "Comprobando…",
5491
+ invalid: "Codice fiscale no válido.",
5492
+ invalidFormat: "El codice fiscale debe tener 16 caracteres (letras y números).",
5493
+ unavailable: "Validación no disponible, inténtalo de nuevo."
5494
+ },
5495
+ dateOfBirth: {
5496
+ label: "Fecha de nacimiento",
5497
+ required: "Introduce tu fecha de nacimiento."
5498
+ },
5499
+ insuranceNumber: {
5500
+ label: "Número de seguro (Versichertennummer)",
5501
+ checking: "Comprobando…",
5502
+ invalid: "Número de seguro no válido.",
5503
+ unavailable: "Validación no disponible, inténtalo de nuevo."
5504
+ },
5505
+ note: {
5506
+ label: "Motivo de la visita / información útil",
5507
+ helper: "Hasta {{max}} caracteres."
5508
+ },
5509
+ returningPatient: {
5510
+ label: "Ya soy paciente de esta clínica"
5511
+ },
5512
+ consent: {
5513
+ privacy: {
5514
+ label: "He leído y acepto la <policyLink>política de privacidad</policyLink>"
5515
+ },
5516
+ terms: {
5517
+ label: "He leído y acepto los <policyLink>términos del servicio</policyLink>"
5518
+ }
5519
+ }
5520
+ }
5521
+ },
5522
+ patientSearch: {
5523
+ regionLabel: "Buscar cita",
5524
+ who: {
5525
+ label: "Médico, especialidad, consulta o profesional",
5526
+ placeholder: "Médico, especialidad, consulta o profesional"
5527
+ },
5528
+ where: {
5529
+ label: "Ciudad, barrio o dirección",
5530
+ placeholder: "Ciudad, barrio o dirección"
5531
+ },
5532
+ when: {
5533
+ label: "Cuándo",
5534
+ today: "Hoy",
5535
+ tomorrow: "Mañana",
5536
+ thisWeek: "Esta semana",
5537
+ anytime: "En cualquier momento"
5538
+ },
5539
+ facets: {
5540
+ label: "Filtros",
5541
+ clear: "Borrar filtros"
5542
+ },
5543
+ geo: {
5544
+ cta: "Cerca de mí",
5545
+ requesting: "Localizando…",
5546
+ radius: "Radio",
5547
+ radiusFormat: "{{km}} km",
5548
+ fallbackLabel: "Cerca de mí",
5549
+ clear: "Borrar ubicación",
5550
+ denied: "Acceso a la ubicación denegado. Puedes escribir una ciudad o activar la ubicación en los ajustes del navegador."
5551
+ },
5552
+ discovery: {
5553
+ heading: "Explora por búsquedas populares",
5554
+ empty: "No hay sugerencias para explorar — escribe un médico o una ciudad arriba."
5555
+ },
5556
+ submit: {
5557
+ cta: "Buscar"
5558
+ }
5559
+ },
5560
+ reviewsPanel: {
5561
+ regionLabel: "Opiniones de pacientes",
5562
+ title: "Opiniones de pacientes",
5563
+ listLabel: "Lista de opiniones",
5564
+ introHeading: "Acerca de estas opiniones",
5565
+ filterTitle: "Filtrar por estrellas",
5566
+ filter: {
5567
+ allShort: "Todas",
5568
+ allLabel_one: "Todas — {{count}} opinión",
5569
+ allLabel_other: "Todas — {{count}} opiniones",
5570
+ starsLabel_one: "{{stars}} estrellas — {{count}} opinión",
5571
+ starsLabel_other: "{{stars}} estrellas — {{count}} opiniones"
5572
+ },
5573
+ anonymous: "Anónimo",
5574
+ card: {
5575
+ expand: "Mostrar detalles",
5576
+ collapse: "Ocultar detalles"
5577
+ },
5578
+ replyTitle: "Respuesta de la clínica",
5579
+ breakdown: {
5580
+ appointment: "Cita",
5581
+ communication: "Comunicación",
5582
+ staff: "Personal",
5583
+ overall: "General",
5584
+ futureVisit: "¿Volvería?",
5585
+ recommendation: "¿Recomendaría?"
5586
+ },
5587
+ answer: {
5588
+ yes: "Sí",
5589
+ no: "No",
5590
+ unsure: "No estoy seguro"
5591
+ },
5592
+ empty: {
5593
+ title: "Aún no hay opiniones",
5594
+ description: "Las opiniones de los pacientes aparecerán aquí.",
5595
+ filterDescription: "No hay opiniones con {{stars}} estrellas.",
5596
+ resetFilter: "Mostrar todas las opiniones"
5597
+ }
4769
5598
  },
4770
5599
  chart: {
4771
5600
  noData: "Sin datos disponibles",
@@ -5096,6 +5925,31 @@ const t = {
5096
5925
  aria: {
5097
5926
  label: "{{state}} {{amount}}"
5098
5927
  }
5928
+ },
5929
+ footer: {
5930
+ nav: {
5931
+ label: "Pie de página",
5932
+ privacy: "Privacidad",
5933
+ terms: "Condiciones de uso",
5934
+ contacts: "Contáctenos"
5935
+ },
5936
+ copyright: "© {{year}} {{entity}} · {{vat}}",
5937
+ tagline: "Tecnología alemana, diseño italiano",
5938
+ group: {
5939
+ product: "Producto",
5940
+ resources: "Recursos",
5941
+ company: "Empresa",
5942
+ legal: "Legal"
5943
+ },
5944
+ social: {
5945
+ aria: {
5946
+ linkedin: "LinkedIn",
5947
+ youtube: "YouTube",
5948
+ instagram: "Instagram",
5949
+ facebook: "Facebook"
5950
+ }
5951
+ },
5952
+ external: { opens_in_new_tab: "(se abre en una pestaña nueva)" }
5099
5953
  }
5100
5954
  }, r = {
5101
5955
  common: {
@@ -6039,7 +6893,194 @@ const t = {
6039
6893
  afternoon: "Après-midi",
6040
6894
  evening: "Soir"
6041
6895
  },
6042
- slotAvailableLabel: "Disponible à {{time}}"
6896
+ slotAvailableLabel: "Disponible à {{time}}",
6897
+ headingSubtitle: "Choisissez un service, une date et une heure, puis confirmez.",
6898
+ insurance: {
6899
+ heading: "Type d'assurance",
6900
+ placeholder: "Choisissez le type d'assurance",
6901
+ private: "Privée",
6902
+ public: "Obligatoire (gesetzlich)"
6903
+ },
6904
+ specialty: {
6905
+ heading: "Spécialité",
6906
+ placeholder: "Choisissez une spécialité"
6907
+ },
6908
+ service: {
6909
+ heading: "Service",
6910
+ placeholder: "Choisissez un service"
6911
+ },
6912
+ operator: {
6913
+ heading: "Praticien",
6914
+ placeholder: "Choisissez un praticien",
6915
+ all: "Tout praticien disponible"
6916
+ },
6917
+ date: {
6918
+ heading: "Date"
6919
+ },
6920
+ slot: {
6921
+ heading: "Heure"
6922
+ },
6923
+ emptyServices: {
6924
+ title: "Aucun service réservable",
6925
+ description: "Aucun service n'est disponible pour cette sélection."
6926
+ },
6927
+ onboardingIncomplete: {
6928
+ title: "Aucun praticien disponible",
6929
+ description: "Le cabinet n'a pas encore configuré de praticiens pour ce service. Essayez un autre service ou revenez plus tard."
6930
+ },
6931
+ nextAvailable: {
6932
+ description: "Aucune disponibilité sur la période sélectionnée. La prochaine date disponible est le {{date}}.",
6933
+ cta: "Aller à la prochaine date disponible"
6934
+ },
6935
+ confirmation: {
6936
+ heading: "Comment souhaitez-vous recevoir votre confirmation ?",
6937
+ helper: "Nous vous enverrons un lien pour confirmer votre rendez-vous sur les canaux que vous sélectionnez.",
6938
+ atLeastOne: "Sélectionnez au moins un canal pour recevoir la confirmation du rendez-vous.",
6939
+ channel: {
6940
+ email: "E-mail",
6941
+ whatsapp: "WhatsApp",
6942
+ sms: "SMS"
6943
+ }
6944
+ },
6945
+ success: {
6946
+ heading: "Booking submitted",
6947
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
6948
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
6949
+ summaryDate: "Date",
6950
+ summaryTime: "Time",
6951
+ summaryProvider: "Provider",
6952
+ bookAnother: "Book another appointment"
6953
+ },
6954
+ details: {
6955
+ heading: "Vos coordonnées",
6956
+ submit: "Prendre rendez-vous",
6957
+ firstName: {
6958
+ label: "Prénom",
6959
+ required: "Saisissez votre prénom."
6960
+ },
6961
+ lastName: {
6962
+ label: "Nom",
6963
+ required: "Saisissez votre nom."
6964
+ },
6965
+ email: {
6966
+ label: "E-mail",
6967
+ invalid: "Saisissez une adresse e-mail valide."
6968
+ },
6969
+ mobilePhone: {
6970
+ label: "Téléphone mobile",
6971
+ invalid: "Saisissez un numéro de mobile valide."
6972
+ },
6973
+ codiceFiscale: {
6974
+ label: "Codice fiscale",
6975
+ helper: "16 caractères, lettres et chiffres.",
6976
+ checking: "Vérification…",
6977
+ invalid: "Codice fiscale invalide.",
6978
+ invalidFormat: "Le codice fiscale doit comporter 16 caractères (lettres et chiffres).",
6979
+ unavailable: "Vérification indisponible, veuillez réessayer."
6980
+ },
6981
+ dateOfBirth: {
6982
+ label: "Date de naissance",
6983
+ required: "Saisissez votre date de naissance."
6984
+ },
6985
+ insuranceNumber: {
6986
+ label: "Numéro d'assuré (Versichertennummer)",
6987
+ checking: "Vérification…",
6988
+ invalid: "Numéro d'assuré invalide.",
6989
+ unavailable: "Vérification indisponible, veuillez réessayer."
6990
+ },
6991
+ note: {
6992
+ label: "Motif de la visite / informations utiles",
6993
+ helper: "Jusqu'à {{max}} caractères."
6994
+ },
6995
+ returningPatient: {
6996
+ label: "Je suis déjà patient(e) de ce cabinet"
6997
+ },
6998
+ consent: {
6999
+ privacy: {
7000
+ label: "J'ai lu et j'accepte la <policyLink>politique de confidentialité</policyLink>"
7001
+ },
7002
+ terms: {
7003
+ label: "J'ai lu et j'accepte les <policyLink>conditions d'utilisation</policyLink>"
7004
+ }
7005
+ }
7006
+ }
7007
+ },
7008
+ patientSearch: {
7009
+ regionLabel: "Rechercher un rendez-vous",
7010
+ who: {
7011
+ label: "Médecin, spécialité, cabinet ou praticien",
7012
+ placeholder: "Médecin, spécialité, cabinet ou praticien"
7013
+ },
7014
+ where: {
7015
+ label: "Ville, quartier ou adresse",
7016
+ placeholder: "Ville, quartier ou adresse"
7017
+ },
7018
+ when: {
7019
+ label: "Quand",
7020
+ today: "Aujourd'hui",
7021
+ tomorrow: "Demain",
7022
+ thisWeek: "Cette semaine",
7023
+ anytime: "À tout moment"
7024
+ },
7025
+ facets: {
7026
+ label: "Filtres",
7027
+ clear: "Effacer les filtres"
7028
+ },
7029
+ geo: {
7030
+ cta: "Près de moi",
7031
+ requesting: "Localisation…",
7032
+ radius: "Rayon",
7033
+ radiusFormat: "{{km}} km",
7034
+ fallbackLabel: "Près de moi",
7035
+ clear: "Effacer la localisation",
7036
+ denied: "Accès à la localisation refusé. Vous pouvez saisir une ville ou activer la localisation dans les paramètres du navigateur."
7037
+ },
7038
+ discovery: {
7039
+ heading: "Parcourir les recherches populaires",
7040
+ empty: "Aucune suggestion à parcourir — saisissez un médecin ou une ville ci-dessus."
7041
+ },
7042
+ submit: {
7043
+ cta: "Rechercher"
7044
+ }
7045
+ },
7046
+ reviewsPanel: {
7047
+ regionLabel: "Avis des patients",
7048
+ title: "Avis des patients",
7049
+ listLabel: "Liste des avis",
7050
+ introHeading: "À propos de ces avis",
7051
+ filterTitle: "Filtrer par étoiles",
7052
+ filter: {
7053
+ allShort: "Tous",
7054
+ allLabel_one: "Tous — {{count}} avis",
7055
+ allLabel_other: "Tous — {{count}} avis",
7056
+ starsLabel_one: "{{stars}} étoiles — {{count}} avis",
7057
+ starsLabel_other: "{{stars}} étoiles — {{count}} avis"
7058
+ },
7059
+ anonymous: "Anonyme",
7060
+ card: {
7061
+ expand: "Afficher les détails",
7062
+ collapse: "Masquer les détails"
7063
+ },
7064
+ replyTitle: "Réponse du cabinet",
7065
+ breakdown: {
7066
+ appointment: "Rendez-vous",
7067
+ communication: "Communication",
7068
+ staff: "Personnel",
7069
+ overall: "Global",
7070
+ futureVisit: "Reviendriez-vous ?",
7071
+ recommendation: "Recommanderiez-vous ?"
7072
+ },
7073
+ answer: {
7074
+ yes: "Oui",
7075
+ no: "Non",
7076
+ unsure: "Incertain"
7077
+ },
7078
+ empty: {
7079
+ title: "Aucun avis pour le moment",
7080
+ description: "Les avis des patients apparaîtront ici.",
7081
+ filterDescription: "Aucun avis avec {{stars}} étoiles.",
7082
+ resetFilter: "Afficher tous les avis"
7083
+ }
6043
7084
  },
6044
7085
  chart: {
6045
7086
  noData: "Aucune donnée disponible",
@@ -6370,6 +7411,31 @@ const t = {
6370
7411
  aria: {
6371
7412
  label: "{{state}} {{amount}}"
6372
7413
  }
7414
+ },
7415
+ footer: {
7416
+ nav: {
7417
+ label: "Pied de page",
7418
+ privacy: "Confidentialité",
7419
+ terms: "Conditions d'utilisation",
7420
+ contacts: "Nous contacter"
7421
+ },
7422
+ copyright: "© {{year}} {{entity}} · {{vat}}",
7423
+ tagline: "Technologie allemande, design italien",
7424
+ group: {
7425
+ product: "Produit",
7426
+ resources: "Ressources",
7427
+ company: "Entreprise",
7428
+ legal: "Mentions légales"
7429
+ },
7430
+ social: {
7431
+ aria: {
7432
+ linkedin: "LinkedIn",
7433
+ youtube: "YouTube",
7434
+ instagram: "Instagram",
7435
+ facebook: "Facebook"
7436
+ }
7437
+ },
7438
+ external: { opens_in_new_tab: "(ouvre dans un nouvel onglet)" }
6373
7439
  }
6374
7440
  }, l = {
6375
7441
  common: {
@@ -7313,7 +8379,194 @@ const t = {
7313
8379
  afternoon: "दोपहर",
7314
8380
  evening: "शाम"
7315
8381
  },
7316
- slotAvailableLabel: "{{time}} पर उपलब्ध"
8382
+ slotAvailableLabel: "{{time}} पर उपलब्ध",
8383
+ headingSubtitle: "सेवा, दिनांक और समय चुनें, फिर पुष्टि करें।",
8384
+ insurance: {
8385
+ heading: "बीमा का प्रकार",
8386
+ placeholder: "बीमा का प्रकार चुनें",
8387
+ private: "निजी",
8388
+ public: "सरकारी (gesetzlich)"
8389
+ },
8390
+ specialty: {
8391
+ heading: "विशेषज्ञता",
8392
+ placeholder: "विशेषज्ञता चुनें"
8393
+ },
8394
+ service: {
8395
+ heading: "सेवा",
8396
+ placeholder: "सेवा चुनें"
8397
+ },
8398
+ operator: {
8399
+ heading: "विशेषज्ञ",
8400
+ placeholder: "विशेषज्ञ चुनें",
8401
+ all: "कोई भी उपलब्ध विशेषज्ञ"
8402
+ },
8403
+ date: {
8404
+ heading: "दिनांक"
8405
+ },
8406
+ slot: {
8407
+ heading: "समय"
8408
+ },
8409
+ emptyServices: {
8410
+ title: "कोई बुक करने योग्य सेवा नहीं",
8411
+ description: "इस चयन के लिए कोई सेवा उपलब्ध नहीं है।"
8412
+ },
8413
+ onboardingIncomplete: {
8414
+ title: "कोई विशेषज्ञ उपलब्ध नहीं",
8415
+ description: "क्लीनिक ने अभी तक इस सेवा के लिए विशेषज्ञ कॉन्फ़िगर नहीं किए हैं। कोई दूसरी सेवा चुनें या बाद में फिर देखें।"
8416
+ },
8417
+ nextAvailable: {
8418
+ description: "मौजूदा अवधि में कोई समय उपलब्ध नहीं। अगली उपलब्ध तिथि {{date}} है।",
8419
+ cta: "अगली उपलब्ध तिथि पर जाएँ"
8420
+ },
8421
+ confirmation: {
8422
+ heading: "पुष्टि कैसे प्राप्त करना चाहेंगे?",
8423
+ helper: "हम आपके चुने हुए माध्यमों पर अपॉइंटमेंट की पुष्टि के लिए लिंक भेजेंगे।",
8424
+ atLeastOne: "अपॉइंटमेंट की पुष्टि प्राप्त करने के लिए कम से कम एक माध्यम चुनें।",
8425
+ channel: {
8426
+ email: "ईमेल",
8427
+ whatsapp: "WhatsApp",
8428
+ sms: "SMS"
8429
+ }
8430
+ },
8431
+ success: {
8432
+ heading: "Booking submitted",
8433
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
8434
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
8435
+ summaryDate: "Date",
8436
+ summaryTime: "Time",
8437
+ summaryProvider: "Provider",
8438
+ bookAnother: "Book another appointment"
8439
+ },
8440
+ details: {
8441
+ heading: "आपकी जानकारी",
8442
+ submit: "अपॉइंटमेंट बुक करें",
8443
+ firstName: {
8444
+ label: "पहला नाम",
8445
+ required: "अपना पहला नाम दर्ज करें।"
8446
+ },
8447
+ lastName: {
8448
+ label: "उपनाम",
8449
+ required: "अपना उपनाम दर्ज करें।"
8450
+ },
8451
+ email: {
8452
+ label: "ईमेल",
8453
+ invalid: "मान्य ईमेल पता दर्ज करें।"
8454
+ },
8455
+ mobilePhone: {
8456
+ label: "मोबाइल फ़ोन",
8457
+ invalid: "मान्य मोबाइल नंबर दर्ज करें।"
8458
+ },
8459
+ codiceFiscale: {
8460
+ label: "Codice fiscale",
8461
+ helper: "16 अक्षर, अक्षर और अंक।",
8462
+ checking: "जाँच हो रही है…",
8463
+ invalid: "अमान्य codice fiscale।",
8464
+ invalidFormat: "Codice fiscale 16 अक्षरों का होना चाहिए (अक्षर और अंक)।",
8465
+ unavailable: "सत्यापन उपलब्ध नहीं, पुनः प्रयास करें।"
8466
+ },
8467
+ dateOfBirth: {
8468
+ label: "जन्म तिथि",
8469
+ required: "अपनी जन्म तिथि दर्ज करें।"
8470
+ },
8471
+ insuranceNumber: {
8472
+ label: "बीमा नंबर (Versichertennummer)",
8473
+ checking: "जाँच हो रही है…",
8474
+ invalid: "अमान्य बीमा नंबर।",
8475
+ unavailable: "सत्यापन उपलब्ध नहीं, पुनः प्रयास करें।"
8476
+ },
8477
+ note: {
8478
+ label: "मुलाकात का कारण / आवश्यक जानकारी",
8479
+ helper: "{{max}} अक्षरों तक।"
8480
+ },
8481
+ returningPatient: {
8482
+ label: "मैं पहले से ही इस क्लीनिक का मरीज़ हूँ"
8483
+ },
8484
+ consent: {
8485
+ privacy: {
8486
+ label: "मैंने <policyLink>गोपनीयता नीति</policyLink> पढ़ ली है और स्वीकार करता/करती हूँ"
8487
+ },
8488
+ terms: {
8489
+ label: "मैंने <policyLink>सेवा की शर्तें</policyLink> पढ़ ली हैं और स्वीकार करता/करती हूँ"
8490
+ }
8491
+ }
8492
+ }
8493
+ },
8494
+ patientSearch: {
8495
+ regionLabel: "अपॉइंटमेंट खोजें",
8496
+ who: {
8497
+ label: "डॉक्टर, विशेषज्ञता, क्लीनिक या ऑपरेटर",
8498
+ placeholder: "डॉक्टर, विशेषज्ञता, क्लीनिक या ऑपरेटर"
8499
+ },
8500
+ where: {
8501
+ label: "शहर, क्षेत्र या पता",
8502
+ placeholder: "शहर, क्षेत्र या पता"
8503
+ },
8504
+ when: {
8505
+ label: "कब",
8506
+ today: "आज",
8507
+ tomorrow: "कल",
8508
+ thisWeek: "इस सप्ताह",
8509
+ anytime: "कभी भी"
8510
+ },
8511
+ facets: {
8512
+ label: "फ़िल्टर",
8513
+ clear: "फ़िल्टर साफ़ करें"
8514
+ },
8515
+ geo: {
8516
+ cta: "मेरे पास",
8517
+ requesting: "स्थान खोजा जा रहा है…",
8518
+ radius: "दायरा",
8519
+ radiusFormat: "{{km}} किमी",
8520
+ fallbackLabel: "मेरे पास",
8521
+ clear: "स्थान साफ़ करें",
8522
+ denied: "स्थान तक पहुँच अस्वीकृत। आप शहर टाइप कर सकते हैं या ब्राउज़र सेटिंग में स्थान सक्षम कर सकते हैं।"
8523
+ },
8524
+ discovery: {
8525
+ heading: "लोकप्रिय खोज द्वारा ब्राउज़ करें",
8526
+ empty: "ब्राउज़ करने के लिए कोई सुझाव नहीं — ऊपर डॉक्टर या शहर टाइप करें।"
8527
+ },
8528
+ submit: {
8529
+ cta: "खोजें"
8530
+ }
8531
+ },
8532
+ reviewsPanel: {
8533
+ regionLabel: "रोगी समीक्षाएं",
8534
+ title: "रोगी समीक्षाएं",
8535
+ listLabel: "समीक्षा सूची",
8536
+ introHeading: "इन समीक्षाओं के बारे में",
8537
+ filterTitle: "सितारों के अनुसार फ़िल्टर करें",
8538
+ filter: {
8539
+ allShort: "सभी",
8540
+ allLabel_one: "सभी — {{count}} समीक्षा",
8541
+ allLabel_other: "सभी — {{count}} समीक्षाएं",
8542
+ starsLabel_one: "{{stars}} सितारे — {{count}} समीक्षा",
8543
+ starsLabel_other: "{{stars}} सितारे — {{count}} समीक्षाएं"
8544
+ },
8545
+ anonymous: "गुमनाम",
8546
+ card: {
8547
+ expand: "विवरण दिखाएं",
8548
+ collapse: "विवरण छिपाएं"
8549
+ },
8550
+ replyTitle: "क्लिनिक का जवाब",
8551
+ breakdown: {
8552
+ appointment: "अपॉइंटमेंट",
8553
+ communication: "संवाद",
8554
+ staff: "स्टाफ",
8555
+ overall: "समग्र",
8556
+ futureVisit: "क्या आप फिर आएंगे?",
8557
+ recommendation: "क्या आप सिफारिश करेंगे?"
8558
+ },
8559
+ answer: {
8560
+ yes: "हाँ",
8561
+ no: "नहीं",
8562
+ unsure: "अनिश्चित"
8563
+ },
8564
+ empty: {
8565
+ title: "अभी तक कोई समीक्षा नहीं",
8566
+ description: "रोगियों की समीक्षाएं यहाँ दिखाई देंगी.",
8567
+ filterDescription: "{{stars}} सितारों वाली कोई समीक्षा नहीं.",
8568
+ resetFilter: "सभी समीक्षाएं दिखाएं"
8569
+ }
7317
8570
  },
7318
8571
  chart: {
7319
8572
  noData: "कोई डेटा उपलब्ध नहीं",
@@ -7644,6 +8897,31 @@ const t = {
7644
8897
  aria: {
7645
8898
  label: "{{state}} {{amount}}"
7646
8899
  }
8900
+ },
8901
+ footer: {
8902
+ nav: {
8903
+ label: "फ़ुटर",
8904
+ privacy: "गोपनीयता",
8905
+ terms: "उपयोग की शर्तें",
8906
+ contacts: "संपर्क करें"
8907
+ },
8908
+ copyright: "© {{year}} {{entity}} · {{vat}}",
8909
+ tagline: "जर्मन तकनीक, इतालवी डिज़ाइन",
8910
+ group: {
8911
+ product: "उत्पाद",
8912
+ resources: "संसाधन",
8913
+ company: "कंपनी",
8914
+ legal: "कानूनी"
8915
+ },
8916
+ social: {
8917
+ aria: {
8918
+ linkedin: "LinkedIn",
8919
+ youtube: "YouTube",
8920
+ instagram: "Instagram",
8921
+ facebook: "Facebook"
8922
+ }
8923
+ },
8924
+ external: { opens_in_new_tab: "(नए टैब में खुलता है)" }
7647
8925
  }
7648
8926
  }, s = {
7649
8927
  common: {
@@ -8587,7 +9865,194 @@ const t = {
8587
9865
  afternoon: "午後",
8588
9866
  evening: "夜"
8589
9867
  },
8590
- slotAvailableLabel: "{{time}}に予約可能"
9868
+ slotAvailableLabel: "{{time}}に予約可能",
9869
+ headingSubtitle: "サービス、日付、時間を選び、最後に確定してください。",
9870
+ insurance: {
9871
+ heading: "保険の種類",
9872
+ placeholder: "保険の種類を選択",
9873
+ private: "自費",
9874
+ public: "公的保険 (gesetzlich)"
9875
+ },
9876
+ specialty: {
9877
+ heading: "診療科",
9878
+ placeholder: "診療科を選択"
9879
+ },
9880
+ service: {
9881
+ heading: "サービス",
9882
+ placeholder: "サービスを選択"
9883
+ },
9884
+ operator: {
9885
+ heading: "担当者",
9886
+ placeholder: "担当者を選択",
9887
+ all: "対応可能な担当者"
9888
+ },
9889
+ date: {
9890
+ heading: "日付"
9891
+ },
9892
+ slot: {
9893
+ heading: "時間"
9894
+ },
9895
+ emptyServices: {
9896
+ title: "予約可能なサービスがありません",
9897
+ description: "この選択に該当するサービスはありません。"
9898
+ },
9899
+ onboardingIncomplete: {
9900
+ title: "対応可能な担当者がいません",
9901
+ description: "このサービスの担当者がまだ登録されていません。別のサービスをお試しいただくか、後ほど再度ご確認ください。"
9902
+ },
9903
+ nextAvailable: {
9904
+ description: "現在の期間に空きがありません。次に予約可能な日は {{date}} です。",
9905
+ cta: "次に予約可能な日へ"
9906
+ },
9907
+ confirmation: {
9908
+ heading: "確認はどの方法で受け取りますか?",
9909
+ helper: "選択された方法で、予約を確定するためのリンクをお送りします。",
9910
+ atLeastOne: "予約確認を受け取る方法を1つ以上選択してください。",
9911
+ channel: {
9912
+ email: "メール",
9913
+ whatsapp: "WhatsApp",
9914
+ sms: "SMS"
9915
+ }
9916
+ },
9917
+ success: {
9918
+ heading: "Booking submitted",
9919
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
9920
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
9921
+ summaryDate: "Date",
9922
+ summaryTime: "Time",
9923
+ summaryProvider: "Provider",
9924
+ bookAnother: "Book another appointment"
9925
+ },
9926
+ details: {
9927
+ heading: "お客様情報",
9928
+ submit: "予約する",
9929
+ firstName: {
9930
+ label: "名",
9931
+ required: "名を入力してください。"
9932
+ },
9933
+ lastName: {
9934
+ label: "姓",
9935
+ required: "姓を入力してください。"
9936
+ },
9937
+ email: {
9938
+ label: "メール",
9939
+ invalid: "有効なメールアドレスを入力してください。"
9940
+ },
9941
+ mobilePhone: {
9942
+ label: "携帯電話",
9943
+ invalid: "有効な携帯電話番号を入力してください。"
9944
+ },
9945
+ codiceFiscale: {
9946
+ label: "Codice fiscale",
9947
+ helper: "16文字の英数字。",
9948
+ checking: "確認中…",
9949
+ invalid: "Codice fiscale が無効です。",
9950
+ invalidFormat: "Codice fiscale は16文字の英数字である必要があります。",
9951
+ unavailable: "確認できません。もう一度お試しください。"
9952
+ },
9953
+ dateOfBirth: {
9954
+ label: "生年月日",
9955
+ required: "生年月日を入力してください。"
9956
+ },
9957
+ insuranceNumber: {
9958
+ label: "保険番号 (Versichertennummer)",
9959
+ checking: "確認中…",
9960
+ invalid: "保険番号が無効です。",
9961
+ unavailable: "確認できません。もう一度お試しください。"
9962
+ },
9963
+ note: {
9964
+ label: "受診理由・伝えておきたいこと",
9965
+ helper: "{{max}}文字まで。"
9966
+ },
9967
+ returningPatient: {
9968
+ label: "このクリニックの既存患者です"
9969
+ },
9970
+ consent: {
9971
+ privacy: {
9972
+ label: "<policyLink>プライバシーポリシー</policyLink>を読み、同意します"
9973
+ },
9974
+ terms: {
9975
+ label: "<policyLink>利用規約</policyLink>を読み、同意します"
9976
+ }
9977
+ }
9978
+ }
9979
+ },
9980
+ patientSearch: {
9981
+ regionLabel: "予約を検索",
9982
+ who: {
9983
+ label: "医師、専門分野、クリニックまたは担当者",
9984
+ placeholder: "医師、専門分野、クリニックまたは担当者"
9985
+ },
9986
+ where: {
9987
+ label: "都市、地区または住所",
9988
+ placeholder: "都市、地区または住所"
9989
+ },
9990
+ when: {
9991
+ label: "いつ",
9992
+ today: "今日",
9993
+ tomorrow: "明日",
9994
+ thisWeek: "今週",
9995
+ anytime: "いつでも"
9996
+ },
9997
+ facets: {
9998
+ label: "フィルター",
9999
+ clear: "フィルターをクリア"
10000
+ },
10001
+ geo: {
10002
+ cta: "近くで",
10003
+ requesting: "位置情報を取得中…",
10004
+ radius: "範囲",
10005
+ radiusFormat: "{{km}} km",
10006
+ fallbackLabel: "近くで",
10007
+ clear: "位置情報をクリア",
10008
+ denied: "位置情報へのアクセスが拒否されました。都市名を入力するか、ブラウザの設定で位置情報を有効にしてください。"
10009
+ },
10010
+ discovery: {
10011
+ heading: "人気の検索で探す",
10012
+ empty: "表示できる候補がありません — 上で医師や都市を入力してください。"
10013
+ },
10014
+ submit: {
10015
+ cta: "検索"
10016
+ }
10017
+ },
10018
+ reviewsPanel: {
10019
+ regionLabel: "患者の口コミ",
10020
+ title: "患者の口コミ",
10021
+ listLabel: "口コミ一覧",
10022
+ introHeading: "これらの口コミについて",
10023
+ filterTitle: "星で絞り込む",
10024
+ filter: {
10025
+ allShort: "すべて",
10026
+ allLabel_one: "すべて — {{count}}件の口コミ",
10027
+ allLabel_other: "すべて — {{count}}件の口コミ",
10028
+ starsLabel_one: "{{stars}}つ星 — {{count}}件の口コミ",
10029
+ starsLabel_other: "{{stars}}つ星 — {{count}}件の口コミ"
10030
+ },
10031
+ anonymous: "匿名",
10032
+ card: {
10033
+ expand: "詳細を表示",
10034
+ collapse: "詳細を非表示"
10035
+ },
10036
+ replyTitle: "クリニックからの返信",
10037
+ breakdown: {
10038
+ appointment: "予約",
10039
+ communication: "コミュニケーション",
10040
+ staff: "スタッフ",
10041
+ overall: "総合",
10042
+ futureVisit: "また利用しますか?",
10043
+ recommendation: "推薦しますか?"
10044
+ },
10045
+ answer: {
10046
+ yes: "はい",
10047
+ no: "いいえ",
10048
+ unsure: "わからない"
10049
+ },
10050
+ empty: {
10051
+ title: "まだ口コミがありません",
10052
+ description: "患者の口コミがここに表示されます。",
10053
+ filterDescription: "{{stars}}つ星の口コミはありません。",
10054
+ resetFilter: "すべての口コミを表示"
10055
+ }
8591
10056
  },
8592
10057
  chart: {
8593
10058
  noData: "データがありません",
@@ -8918,6 +10383,33 @@ const t = {
8918
10383
  aria: {
8919
10384
  label: "{{state}} {{amount}}"
8920
10385
  }
10386
+ },
10387
+ footer: {
10388
+ nav: {
10389
+ label: "フッター",
10390
+ privacy: "プライバシー",
10391
+ terms: "利用規約",
10392
+ contacts: "お問い合わせ"
10393
+ },
10394
+ copyright: "© {{year}} {{entity}} · {{vat}}",
10395
+ tagline: "ドイツのテクノロジー、イタリアのデザイン",
10396
+ group: {
10397
+ product: "プロダクト",
10398
+ resources: "リソース",
10399
+ company: "会社情報",
10400
+ legal: "法的情報"
10401
+ },
10402
+ social: {
10403
+ aria: {
10404
+ linkedin: "LinkedIn",
10405
+ youtube: "YouTube",
10406
+ instagram: "Instagram",
10407
+ facebook: "Facebook"
10408
+ }
10409
+ },
10410
+ external: {
10411
+ opens_in_new_tab: "(新しいタブで開きます)"
10412
+ }
8921
10413
  }
8922
10414
  }, c = {
8923
10415
  common: {
@@ -9861,7 +11353,194 @@ const t = {
9861
11353
  afternoon: "Middag",
9862
11354
  evening: "Avond"
9863
11355
  },
9864
- slotAvailableLabel: "Beschikbaar om {{time}}"
11356
+ slotAvailableLabel: "Beschikbaar om {{time}}",
11357
+ headingSubtitle: "Kies een dienst, datum en tijd en bevestig vervolgens.",
11358
+ insurance: {
11359
+ heading: "Soort verzekering",
11360
+ placeholder: "Kies een soort verzekering",
11361
+ private: "Particulier",
11362
+ public: "Wettelijk (gesetzlich)"
11363
+ },
11364
+ specialty: {
11365
+ heading: "Specialisme",
11366
+ placeholder: "Kies een specialisme"
11367
+ },
11368
+ service: {
11369
+ heading: "Dienst",
11370
+ placeholder: "Kies een dienst"
11371
+ },
11372
+ operator: {
11373
+ heading: "Behandelaar",
11374
+ placeholder: "Kies een behandelaar",
11375
+ all: "Elke beschikbare behandelaar"
11376
+ },
11377
+ date: {
11378
+ heading: "Datum"
11379
+ },
11380
+ slot: {
11381
+ heading: "Tijd"
11382
+ },
11383
+ emptyServices: {
11384
+ title: "Geen boekbare diensten",
11385
+ description: "Er zijn geen diensten beschikbaar voor deze selectie."
11386
+ },
11387
+ onboardingIncomplete: {
11388
+ title: "Geen behandelaars beschikbaar",
11389
+ description: "De praktijk heeft voor deze dienst nog geen behandelaars ingesteld. Probeer een andere dienst of kom later terug."
11390
+ },
11391
+ nextAvailable: {
11392
+ description: "Geen plekken in de huidige periode. Eerstvolgende beschikbare datum is {{date}}.",
11393
+ cta: "Ga naar eerstvolgende beschikbare datum"
11394
+ },
11395
+ confirmation: {
11396
+ heading: "Hoe ontvangt u graag de bevestiging?",
11397
+ helper: "We sturen u een link om uw afspraak te bevestigen via de kanalen die u selecteert.",
11398
+ atLeastOne: "Selecteer minimaal één kanaal om de afspraakbevestiging te ontvangen.",
11399
+ channel: {
11400
+ email: "E-mail",
11401
+ whatsapp: "WhatsApp",
11402
+ sms: "SMS"
11403
+ }
11404
+ },
11405
+ success: {
11406
+ heading: "Booking submitted",
11407
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
11408
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
11409
+ summaryDate: "Date",
11410
+ summaryTime: "Time",
11411
+ summaryProvider: "Provider",
11412
+ bookAnother: "Book another appointment"
11413
+ },
11414
+ details: {
11415
+ heading: "Uw gegevens",
11416
+ submit: "Afspraak maken",
11417
+ firstName: {
11418
+ label: "Voornaam",
11419
+ required: "Vul uw voornaam in."
11420
+ },
11421
+ lastName: {
11422
+ label: "Achternaam",
11423
+ required: "Vul uw achternaam in."
11424
+ },
11425
+ email: {
11426
+ label: "E-mail",
11427
+ invalid: "Vul een geldig e-mailadres in."
11428
+ },
11429
+ mobilePhone: {
11430
+ label: "Mobiel nummer",
11431
+ invalid: "Vul een geldig mobiel nummer in."
11432
+ },
11433
+ codiceFiscale: {
11434
+ label: "Codice fiscale",
11435
+ helper: "16 tekens, letters en cijfers.",
11436
+ checking: "Controleren…",
11437
+ invalid: "Ongeldige codice fiscale.",
11438
+ invalidFormat: "De codice fiscale moet uit 16 tekens bestaan (letters en cijfers).",
11439
+ unavailable: "Validatie niet beschikbaar, probeer het opnieuw."
11440
+ },
11441
+ dateOfBirth: {
11442
+ label: "Geboortedatum",
11443
+ required: "Vul uw geboortedatum in."
11444
+ },
11445
+ insuranceNumber: {
11446
+ label: "Verzekeringsnummer (Versichertennummer)",
11447
+ checking: "Controleren…",
11448
+ invalid: "Ongeldig verzekeringsnummer.",
11449
+ unavailable: "Validatie niet beschikbaar, probeer het opnieuw."
11450
+ },
11451
+ note: {
11452
+ label: "Reden van bezoek / opmerkingen",
11453
+ helper: "Tot {{max}} tekens."
11454
+ },
11455
+ returningPatient: {
11456
+ label: "Ik ben al patiënt bij deze praktijk"
11457
+ },
11458
+ consent: {
11459
+ privacy: {
11460
+ label: "Ik heb het <policyLink>privacybeleid</policyLink> gelezen en accepteer het"
11461
+ },
11462
+ terms: {
11463
+ label: "Ik heb de <policyLink>gebruiksvoorwaarden</policyLink> gelezen en accepteer ze"
11464
+ }
11465
+ }
11466
+ }
11467
+ },
11468
+ patientSearch: {
11469
+ regionLabel: "Afspraak zoeken",
11470
+ who: {
11471
+ label: "Arts, specialisme, praktijk of behandelaar",
11472
+ placeholder: "Arts, specialisme, praktijk of behandelaar"
11473
+ },
11474
+ where: {
11475
+ label: "Stad, wijk of adres",
11476
+ placeholder: "Stad, wijk of adres"
11477
+ },
11478
+ when: {
11479
+ label: "Wanneer",
11480
+ today: "Vandaag",
11481
+ tomorrow: "Morgen",
11482
+ thisWeek: "Deze week",
11483
+ anytime: "Wanneer dan ook"
11484
+ },
11485
+ facets: {
11486
+ label: "Filters",
11487
+ clear: "Filters wissen"
11488
+ },
11489
+ geo: {
11490
+ cta: "Bij mij in de buurt",
11491
+ requesting: "Locatie zoeken…",
11492
+ radius: "Straal",
11493
+ radiusFormat: "{{km}} km",
11494
+ fallbackLabel: "Bij mij in de buurt",
11495
+ clear: "Locatie wissen",
11496
+ denied: "Toegang tot locatie geweigerd. Je kunt een stad typen of locatie inschakelen in je browserinstellingen."
11497
+ },
11498
+ discovery: {
11499
+ heading: "Bekijk populaire zoekopdrachten",
11500
+ empty: "Geen suggesties om te bekijken — typ hierboven een arts of stad."
11501
+ },
11502
+ submit: {
11503
+ cta: "Zoeken"
11504
+ }
11505
+ },
11506
+ reviewsPanel: {
11507
+ regionLabel: "Patiëntbeoordelingen",
11508
+ title: "Patiëntbeoordelingen",
11509
+ listLabel: "Beoordelingslijst",
11510
+ introHeading: "Over deze beoordelingen",
11511
+ filterTitle: "Filteren op sterren",
11512
+ filter: {
11513
+ allShort: "Alle",
11514
+ allLabel_one: "Alle — {{count}} beoordeling",
11515
+ allLabel_other: "Alle — {{count}} beoordelingen",
11516
+ starsLabel_one: "{{stars}} sterren — {{count}} beoordeling",
11517
+ starsLabel_other: "{{stars}} sterren — {{count}} beoordelingen"
11518
+ },
11519
+ anonymous: "Anoniem",
11520
+ card: {
11521
+ expand: "Details tonen",
11522
+ collapse: "Details verbergen"
11523
+ },
11524
+ replyTitle: "Antwoord van de praktijk",
11525
+ breakdown: {
11526
+ appointment: "Afspraak",
11527
+ communication: "Communicatie",
11528
+ staff: "Personeel",
11529
+ overall: "Algemeen",
11530
+ futureVisit: "Zou je terugkomen?",
11531
+ recommendation: "Zou je ons aanbevelen?"
11532
+ },
11533
+ answer: {
11534
+ yes: "Ja",
11535
+ no: "Nee",
11536
+ unsure: "Onzeker"
11537
+ },
11538
+ empty: {
11539
+ title: "Nog geen beoordelingen",
11540
+ description: "Beoordelingen van patiënten verschijnen hier.",
11541
+ filterDescription: "Geen beoordelingen met {{stars}} sterren.",
11542
+ resetFilter: "Alle beoordelingen tonen"
11543
+ }
9865
11544
  },
9866
11545
  chart: {
9867
11546
  noData: "Geen gegevens beschikbaar",
@@ -10192,6 +11871,31 @@ const t = {
10192
11871
  aria: {
10193
11872
  label: "{{state}} {{amount}}"
10194
11873
  }
11874
+ },
11875
+ footer: {
11876
+ nav: {
11877
+ label: "Voettekst",
11878
+ privacy: "Privacy",
11879
+ terms: "Gebruiksvoorwaarden",
11880
+ contacts: "Neem contact op"
11881
+ },
11882
+ copyright: "© {{year}} {{entity}} · {{vat}}",
11883
+ tagline: "Duitse technologie, Italiaans design",
11884
+ group: {
11885
+ product: "Product",
11886
+ resources: "Bronnen",
11887
+ company: "Bedrijf",
11888
+ legal: "Juridisch"
11889
+ },
11890
+ social: {
11891
+ aria: {
11892
+ linkedin: "LinkedIn",
11893
+ youtube: "YouTube",
11894
+ instagram: "Instagram",
11895
+ facebook: "Facebook"
11896
+ }
11897
+ },
11898
+ external: { opens_in_new_tab: "(opent in nieuw tabblad)" }
10195
11899
  }
10196
11900
  }, u = {
10197
11901
  common: {
@@ -11135,7 +12839,194 @@ const t = {
11135
12839
  afternoon: "Popołudnie",
11136
12840
  evening: "Wieczór"
11137
12841
  },
11138
- slotAvailableLabel: "Dostępne o {{time}}"
12842
+ slotAvailableLabel: "Dostępne o {{time}}",
12843
+ headingSubtitle: "Wybierz usługę, datę i godzinę, a następnie potwierdź.",
12844
+ insurance: {
12845
+ heading: "Rodzaj ubezpieczenia",
12846
+ placeholder: "Wybierz rodzaj ubezpieczenia",
12847
+ private: "Prywatne",
12848
+ public: "Państwowe (gesetzlich)"
12849
+ },
12850
+ specialty: {
12851
+ heading: "Specjalność",
12852
+ placeholder: "Wybierz specjalność"
12853
+ },
12854
+ service: {
12855
+ heading: "Usługa",
12856
+ placeholder: "Wybierz usługę"
12857
+ },
12858
+ operator: {
12859
+ heading: "Lekarz",
12860
+ placeholder: "Wybierz lekarza",
12861
+ all: "Dowolny dostępny lekarz"
12862
+ },
12863
+ date: {
12864
+ heading: "Data"
12865
+ },
12866
+ slot: {
12867
+ heading: "Godzina"
12868
+ },
12869
+ emptyServices: {
12870
+ title: "Brak usług do rezerwacji",
12871
+ description: "Dla tego wyboru nie są dostępne żadne usługi."
12872
+ },
12873
+ onboardingIncomplete: {
12874
+ title: "Brak dostępnych lekarzy",
12875
+ description: "Gabinet nie skonfigurował jeszcze lekarzy dla tej usługi. Wybierz inną usługę lub spróbuj ponownie później."
12876
+ },
12877
+ nextAvailable: {
12878
+ description: "Brak dostępnych terminów w bieżącym okresie. Najbliższy dostępny termin to {{date}}.",
12879
+ cta: "Przejdź do najbliższego dostępnego terminu"
12880
+ },
12881
+ confirmation: {
12882
+ heading: "Jak chcesz otrzymać potwierdzenie?",
12883
+ helper: "Wyślemy link potwierdzający rezerwację na wybrane kanały.",
12884
+ atLeastOne: "Wybierz co najmniej jeden kanał, aby otrzymać potwierdzenie rezerwacji.",
12885
+ channel: {
12886
+ email: "E-mail",
12887
+ whatsapp: "WhatsApp",
12888
+ sms: "SMS"
12889
+ }
12890
+ },
12891
+ success: {
12892
+ heading: "Booking submitted",
12893
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
12894
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
12895
+ summaryDate: "Date",
12896
+ summaryTime: "Time",
12897
+ summaryProvider: "Provider",
12898
+ bookAnother: "Book another appointment"
12899
+ },
12900
+ details: {
12901
+ heading: "Twoje dane",
12902
+ submit: "Zarezerwuj wizytę",
12903
+ firstName: {
12904
+ label: "Imię",
12905
+ required: "Wpisz swoje imię."
12906
+ },
12907
+ lastName: {
12908
+ label: "Nazwisko",
12909
+ required: "Wpisz swoje nazwisko."
12910
+ },
12911
+ email: {
12912
+ label: "E-mail",
12913
+ invalid: "Wpisz prawidłowy adres e-mail."
12914
+ },
12915
+ mobilePhone: {
12916
+ label: "Telefon komórkowy",
12917
+ invalid: "Wpisz prawidłowy numer telefonu komórkowego."
12918
+ },
12919
+ codiceFiscale: {
12920
+ label: "Codice fiscale",
12921
+ helper: "16 znaków, litery i cyfry.",
12922
+ checking: "Sprawdzanie…",
12923
+ invalid: "Nieprawidłowy codice fiscale.",
12924
+ invalidFormat: "Codice fiscale musi mieć 16 znaków (litery i cyfry).",
12925
+ unavailable: "Weryfikacja niedostępna, spróbuj ponownie."
12926
+ },
12927
+ dateOfBirth: {
12928
+ label: "Data urodzenia",
12929
+ required: "Wpisz swoją datę urodzenia."
12930
+ },
12931
+ insuranceNumber: {
12932
+ label: "Numer ubezpieczenia (Versichertennummer)",
12933
+ checking: "Sprawdzanie…",
12934
+ invalid: "Nieprawidłowy numer ubezpieczenia.",
12935
+ unavailable: "Weryfikacja niedostępna, spróbuj ponownie."
12936
+ },
12937
+ note: {
12938
+ label: "Powód wizyty / dodatkowe informacje",
12939
+ helper: "Do {{max}} znaków."
12940
+ },
12941
+ returningPatient: {
12942
+ label: "Jestem już pacjentem tego gabinetu"
12943
+ },
12944
+ consent: {
12945
+ privacy: {
12946
+ label: "Zapoznałem(-am) się z <policyLink>polityką prywatności</policyLink> i akceptuję ją"
12947
+ },
12948
+ terms: {
12949
+ label: "Zapoznałem(-am) się z <policyLink>regulaminem</policyLink> i akceptuję go"
12950
+ }
12951
+ }
12952
+ }
12953
+ },
12954
+ patientSearch: {
12955
+ regionLabel: "Wyszukaj wizytę",
12956
+ who: {
12957
+ label: "Lekarz, specjalność, gabinet lub praktyk",
12958
+ placeholder: "Lekarz, specjalność, gabinet lub praktyk"
12959
+ },
12960
+ where: {
12961
+ label: "Miasto, dzielnica lub adres",
12962
+ placeholder: "Miasto, dzielnica lub adres"
12963
+ },
12964
+ when: {
12965
+ label: "Kiedy",
12966
+ today: "Dzisiaj",
12967
+ tomorrow: "Jutro",
12968
+ thisWeek: "W tym tygodniu",
12969
+ anytime: "Kiedykolwiek"
12970
+ },
12971
+ facets: {
12972
+ label: "Filtry",
12973
+ clear: "Wyczyść filtry"
12974
+ },
12975
+ geo: {
12976
+ cta: "W pobliżu",
12977
+ requesting: "Lokalizowanie…",
12978
+ radius: "Promień",
12979
+ radiusFormat: "{{km}} km",
12980
+ fallbackLabel: "W pobliżu",
12981
+ clear: "Wyczyść lokalizację",
12982
+ denied: "Odmowa dostępu do lokalizacji. Możesz wpisać miasto lub włączyć lokalizację w ustawieniach przeglądarki."
12983
+ },
12984
+ discovery: {
12985
+ heading: "Przeglądaj popularne wyszukiwania",
12986
+ empty: "Brak sugestii do przeglądania — wpisz lekarza lub miasto powyżej."
12987
+ },
12988
+ submit: {
12989
+ cta: "Wyszukaj"
12990
+ }
12991
+ },
12992
+ reviewsPanel: {
12993
+ regionLabel: "Opinie pacjentów",
12994
+ title: "Opinie pacjentów",
12995
+ listLabel: "Lista opinii",
12996
+ introHeading: "O tych opiniach",
12997
+ filterTitle: "Filtruj według gwiazdek",
12998
+ filter: {
12999
+ allShort: "Wszystkie",
13000
+ allLabel_one: "Wszystkie — {{count}} opinia",
13001
+ allLabel_other: "Wszystkie — {{count}} opinii",
13002
+ starsLabel_one: "{{stars}} gwiazdki — {{count}} opinia",
13003
+ starsLabel_other: "{{stars}} gwiazdek — {{count}} opinii"
13004
+ },
13005
+ anonymous: "Anonimowy",
13006
+ card: {
13007
+ expand: "Pokaż szczegóły",
13008
+ collapse: "Ukryj szczegóły"
13009
+ },
13010
+ replyTitle: "Odpowiedź gabinetu",
13011
+ breakdown: {
13012
+ appointment: "Wizyta",
13013
+ communication: "Komunikacja",
13014
+ staff: "Personel",
13015
+ overall: "Ogólnie",
13016
+ futureVisit: "Wrócił(a)byś?",
13017
+ recommendation: "Polecił(a)byś?"
13018
+ },
13019
+ answer: {
13020
+ yes: "Tak",
13021
+ no: "Nie",
13022
+ unsure: "Nie jestem pewien"
13023
+ },
13024
+ empty: {
13025
+ title: "Brak opinii",
13026
+ description: "Opinie pacjentów pojawią się tutaj.",
13027
+ filterDescription: "Brak opinii z {{stars}} gwiazdkami.",
13028
+ resetFilter: "Pokaż wszystkie opinie"
13029
+ }
11139
13030
  },
11140
13031
  chart: {
11141
13032
  noData: "Brak dostępnych danych",
@@ -11466,6 +13357,31 @@ const t = {
11466
13357
  aria: {
11467
13358
  label: "{{state}} {{amount}}"
11468
13359
  }
13360
+ },
13361
+ footer: {
13362
+ nav: {
13363
+ label: "Stopka",
13364
+ privacy: "Prywatność",
13365
+ terms: "Warunki użytkowania",
13366
+ contacts: "Kontakt"
13367
+ },
13368
+ copyright: "© {{year}} {{entity}} · {{vat}}",
13369
+ tagline: "Niemiecka technologia, włoski design",
13370
+ group: {
13371
+ product: "Produkt",
13372
+ resources: "Zasoby",
13373
+ company: "Firma",
13374
+ legal: "Informacje prawne"
13375
+ },
13376
+ social: {
13377
+ aria: {
13378
+ linkedin: "LinkedIn",
13379
+ youtube: "YouTube",
13380
+ instagram: "Instagram",
13381
+ facebook: "Facebook"
13382
+ }
13383
+ },
13384
+ external: { opens_in_new_tab: "(otwiera się w nowej karcie)" }
11469
13385
  }
11470
13386
  }, d = {
11471
13387
  common: {
@@ -12409,7 +14325,194 @@ const t = {
12409
14325
  afternoon: "Tarde",
12410
14326
  evening: "Noite"
12411
14327
  },
12412
- slotAvailableLabel: "Disponível às {{time}}"
14328
+ slotAvailableLabel: "Disponível às {{time}}",
14329
+ headingSubtitle: "Escolha o serviço, a data e a hora e depois confirme.",
14330
+ insurance: {
14331
+ heading: "Tipo de seguro",
14332
+ placeholder: "Escolha o tipo de seguro",
14333
+ private: "Privado",
14334
+ public: "Público (gesetzlich)"
14335
+ },
14336
+ specialty: {
14337
+ heading: "Especialidade",
14338
+ placeholder: "Escolha uma especialidade"
14339
+ },
14340
+ service: {
14341
+ heading: "Serviço",
14342
+ placeholder: "Escolha um serviço"
14343
+ },
14344
+ operator: {
14345
+ heading: "Profissional",
14346
+ placeholder: "Escolha um profissional",
14347
+ all: "Qualquer profissional disponível"
14348
+ },
14349
+ date: {
14350
+ heading: "Data"
14351
+ },
14352
+ slot: {
14353
+ heading: "Hora"
14354
+ },
14355
+ emptyServices: {
14356
+ title: "Não há serviços disponíveis para marcação",
14357
+ description: "Não há serviços disponíveis para esta seleção."
14358
+ },
14359
+ onboardingIncomplete: {
14360
+ title: "Não há profissionais disponíveis",
14361
+ description: "A clínica ainda não configurou profissionais para este serviço. Experimente outro serviço ou volte mais tarde."
14362
+ },
14363
+ nextAvailable: {
14364
+ description: "Sem disponibilidade no período atual. A próxima data disponível é {{date}}.",
14365
+ cta: "Ir para a próxima data disponível"
14366
+ },
14367
+ confirmation: {
14368
+ heading: "Como pretende receber a confirmação?",
14369
+ helper: "Vamos enviar-lhe um link para confirmar a marcação nos canais que selecionar.",
14370
+ atLeastOne: "Selecione pelo menos um canal para receber a confirmação da marcação.",
14371
+ channel: {
14372
+ email: "Email",
14373
+ whatsapp: "WhatsApp",
14374
+ sms: "SMS"
14375
+ }
14376
+ },
14377
+ success: {
14378
+ heading: "Booking submitted",
14379
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
14380
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
14381
+ summaryDate: "Date",
14382
+ summaryTime: "Time",
14383
+ summaryProvider: "Provider",
14384
+ bookAnother: "Book another appointment"
14385
+ },
14386
+ details: {
14387
+ heading: "Os seus dados",
14388
+ submit: "Marcar consulta",
14389
+ firstName: {
14390
+ label: "Nome",
14391
+ required: "Introduza o seu nome."
14392
+ },
14393
+ lastName: {
14394
+ label: "Apelido",
14395
+ required: "Introduza o seu apelido."
14396
+ },
14397
+ email: {
14398
+ label: "Email",
14399
+ invalid: "Introduza um email válido."
14400
+ },
14401
+ mobilePhone: {
14402
+ label: "Telemóvel",
14403
+ invalid: "Introduza um número de telemóvel válido."
14404
+ },
14405
+ codiceFiscale: {
14406
+ label: "Codice fiscale",
14407
+ helper: "16 caracteres, letras e números.",
14408
+ checking: "A verificar…",
14409
+ invalid: "Codice fiscale inválido.",
14410
+ invalidFormat: "O codice fiscale deve ter 16 caracteres (letras e números).",
14411
+ unavailable: "Validação indisponível, tente novamente."
14412
+ },
14413
+ dateOfBirth: {
14414
+ label: "Data de nascimento",
14415
+ required: "Introduza a sua data de nascimento."
14416
+ },
14417
+ insuranceNumber: {
14418
+ label: "Número de seguro (Versichertennummer)",
14419
+ checking: "A verificar…",
14420
+ invalid: "Número de seguro inválido.",
14421
+ unavailable: "Validação indisponível, tente novamente."
14422
+ },
14423
+ note: {
14424
+ label: "Motivo da consulta / informações úteis",
14425
+ helper: "Até {{max}} caracteres."
14426
+ },
14427
+ returningPatient: {
14428
+ label: "Já sou paciente desta clínica"
14429
+ },
14430
+ consent: {
14431
+ privacy: {
14432
+ label: "Li e aceito a <policyLink>política de privacidade</policyLink>"
14433
+ },
14434
+ terms: {
14435
+ label: "Li e aceito os <policyLink>termos de utilização</policyLink>"
14436
+ }
14437
+ }
14438
+ }
14439
+ },
14440
+ patientSearch: {
14441
+ regionLabel: "Buscar consulta",
14442
+ who: {
14443
+ label: "Médico, especialidade, clínica ou profissional",
14444
+ placeholder: "Médico, especialidade, clínica ou profissional"
14445
+ },
14446
+ where: {
14447
+ label: "Cidade, bairro ou endereço",
14448
+ placeholder: "Cidade, bairro ou endereço"
14449
+ },
14450
+ when: {
14451
+ label: "Quando",
14452
+ today: "Hoje",
14453
+ tomorrow: "Amanhã",
14454
+ thisWeek: "Esta semana",
14455
+ anytime: "A qualquer hora"
14456
+ },
14457
+ facets: {
14458
+ label: "Filtros",
14459
+ clear: "Limpar filtros"
14460
+ },
14461
+ geo: {
14462
+ cta: "Perto de mim",
14463
+ requesting: "A localizar…",
14464
+ radius: "Raio",
14465
+ radiusFormat: "{{km}} km",
14466
+ fallbackLabel: "Perto de mim",
14467
+ clear: "Limpar localização",
14468
+ denied: "Acesso à localização negado. Pode escrever uma cidade ou ativar a localização nas definições do navegador."
14469
+ },
14470
+ discovery: {
14471
+ heading: "Explorar por pesquisas populares",
14472
+ empty: "Sem sugestões para explorar — escreva um médico ou cidade acima."
14473
+ },
14474
+ submit: {
14475
+ cta: "Buscar"
14476
+ }
14477
+ },
14478
+ reviewsPanel: {
14479
+ regionLabel: "Avaliações de pacientes",
14480
+ title: "Avaliações de pacientes",
14481
+ listLabel: "Lista de avaliações",
14482
+ introHeading: "Sobre estas avaliações",
14483
+ filterTitle: "Filtrar por estrelas",
14484
+ filter: {
14485
+ allShort: "Todas",
14486
+ allLabel_one: "Todas — {{count}} avaliação",
14487
+ allLabel_other: "Todas — {{count}} avaliações",
14488
+ starsLabel_one: "{{stars}} estrelas — {{count}} avaliação",
14489
+ starsLabel_other: "{{stars}} estrelas — {{count}} avaliações"
14490
+ },
14491
+ anonymous: "Anónimo",
14492
+ card: {
14493
+ expand: "Mostrar detalhes",
14494
+ collapse: "Ocultar detalhes"
14495
+ },
14496
+ replyTitle: "Resposta da clínica",
14497
+ breakdown: {
14498
+ appointment: "Consulta",
14499
+ communication: "Comunicação",
14500
+ staff: "Equipa",
14501
+ overall: "Geral",
14502
+ futureVisit: "Voltaria?",
14503
+ recommendation: "Recomendaria?"
14504
+ },
14505
+ answer: {
14506
+ yes: "Sim",
14507
+ no: "Não",
14508
+ unsure: "Não tenho a certeza"
14509
+ },
14510
+ empty: {
14511
+ title: "Ainda não há avaliações",
14512
+ description: "As avaliações dos pacientes aparecerão aqui.",
14513
+ filterDescription: "Nenhuma avaliação com {{stars}} estrelas.",
14514
+ resetFilter: "Mostrar todas as avaliações"
14515
+ }
12413
14516
  },
12414
14517
  chart: {
12415
14518
  noData: "Sem dados disponíveis",
@@ -12740,6 +14843,31 @@ const t = {
12740
14843
  aria: {
12741
14844
  label: "{{state}} {{amount}}"
12742
14845
  }
14846
+ },
14847
+ footer: {
14848
+ nav: {
14849
+ label: "Rodapé",
14850
+ privacy: "Privacidade",
14851
+ terms: "Termos de utilização",
14852
+ contacts: "Contacte-nos"
14853
+ },
14854
+ copyright: "© {{year}} {{entity}} · {{vat}}",
14855
+ tagline: "Tecnologia alemã, design italiano",
14856
+ group: {
14857
+ product: "Produto",
14858
+ resources: "Recursos",
14859
+ company: "Empresa",
14860
+ legal: "Legal"
14861
+ },
14862
+ social: {
14863
+ aria: {
14864
+ linkedin: "LinkedIn",
14865
+ youtube: "YouTube",
14866
+ instagram: "Instagram",
14867
+ facebook: "Facebook"
14868
+ }
14869
+ },
14870
+ external: { opens_in_new_tab: "(abre num novo separador)" }
12743
14871
  }
12744
14872
  }, m = {
12745
14873
  common: {
@@ -13683,7 +15811,194 @@ const t = {
13683
15811
  afternoon: "După-amiază",
13684
15812
  evening: "Seară"
13685
15813
  },
13686
- slotAvailableLabel: "Disponibil la {{time}}"
15814
+ slotAvailableLabel: "Disponibil la {{time}}",
15815
+ headingSubtitle: "Alege serviciul, data și ora, apoi confirmă.",
15816
+ insurance: {
15817
+ heading: "Tip de asigurare",
15818
+ placeholder: "Alege tipul de asigurare",
15819
+ private: "Privată",
15820
+ public: "De stat (gesetzlich)"
15821
+ },
15822
+ specialty: {
15823
+ heading: "Specialitate",
15824
+ placeholder: "Alege o specialitate"
15825
+ },
15826
+ service: {
15827
+ heading: "Serviciu",
15828
+ placeholder: "Alege un serviciu"
15829
+ },
15830
+ operator: {
15831
+ heading: "Medic",
15832
+ placeholder: "Alege un medic",
15833
+ all: "Orice medic disponibil"
15834
+ },
15835
+ date: {
15836
+ heading: "Data"
15837
+ },
15838
+ slot: {
15839
+ heading: "Ora"
15840
+ },
15841
+ emptyServices: {
15842
+ title: "Niciun serviciu disponibil pentru programare",
15843
+ description: "Nu există servicii disponibile pentru această selecție."
15844
+ },
15845
+ onboardingIncomplete: {
15846
+ title: "Niciun medic disponibil",
15847
+ description: "Cabinetul nu a configurat încă medici pentru acest serviciu. Încearcă alt serviciu sau revino mai târziu."
15848
+ },
15849
+ nextAvailable: {
15850
+ description: "Nu există disponibilitate în perioada curentă. Următoarea dată disponibilă este {{date}}.",
15851
+ cta: "Mergi la următoarea dată disponibilă"
15852
+ },
15853
+ confirmation: {
15854
+ heading: "Cum dorești să primești confirmarea?",
15855
+ helper: "Îți vom trimite un link pentru a confirma programarea pe canalele alese.",
15856
+ atLeastOne: "Selectează cel puțin un canal pentru a primi confirmarea programării.",
15857
+ channel: {
15858
+ email: "Email",
15859
+ whatsapp: "WhatsApp",
15860
+ sms: "SMS"
15861
+ }
15862
+ },
15863
+ success: {
15864
+ heading: "Booking submitted",
15865
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
15866
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
15867
+ summaryDate: "Date",
15868
+ summaryTime: "Time",
15869
+ summaryProvider: "Provider",
15870
+ bookAnother: "Book another appointment"
15871
+ },
15872
+ details: {
15873
+ heading: "Datele tale",
15874
+ submit: "Fă programarea",
15875
+ firstName: {
15876
+ label: "Prenume",
15877
+ required: "Introdu prenumele."
15878
+ },
15879
+ lastName: {
15880
+ label: "Nume",
15881
+ required: "Introdu numele."
15882
+ },
15883
+ email: {
15884
+ label: "Email",
15885
+ invalid: "Introdu o adresă de email validă."
15886
+ },
15887
+ mobilePhone: {
15888
+ label: "Telefon mobil",
15889
+ invalid: "Introdu un număr de mobil valid."
15890
+ },
15891
+ codiceFiscale: {
15892
+ label: "Codice fiscale",
15893
+ helper: "16 caractere, litere și cifre.",
15894
+ checking: "Se verifică…",
15895
+ invalid: "Codice fiscale invalid.",
15896
+ invalidFormat: "Codice fiscale trebuie să aibă 16 caractere (litere și cifre).",
15897
+ unavailable: "Verificare indisponibilă, încearcă din nou."
15898
+ },
15899
+ dateOfBirth: {
15900
+ label: "Data nașterii",
15901
+ required: "Introdu data nașterii."
15902
+ },
15903
+ insuranceNumber: {
15904
+ label: "Număr de asigurare (Versichertennummer)",
15905
+ checking: "Se verifică…",
15906
+ invalid: "Număr de asigurare invalid.",
15907
+ unavailable: "Verificare indisponibilă, încearcă din nou."
15908
+ },
15909
+ note: {
15910
+ label: "Motivul vizitei / observații",
15911
+ helper: "Până la {{max}} caractere."
15912
+ },
15913
+ returningPatient: {
15914
+ label: "Sunt deja pacient la acest cabinet"
15915
+ },
15916
+ consent: {
15917
+ privacy: {
15918
+ label: "Am citit și accept <policyLink>politica de confidențialitate</policyLink>"
15919
+ },
15920
+ terms: {
15921
+ label: "Am citit și accept <policyLink>termenii serviciului</policyLink>"
15922
+ }
15923
+ }
15924
+ }
15925
+ },
15926
+ patientSearch: {
15927
+ regionLabel: "Caută o programare",
15928
+ who: {
15929
+ label: "Medic, specialitate, cabinet sau practician",
15930
+ placeholder: "Medic, specialitate, cabinet sau practician"
15931
+ },
15932
+ where: {
15933
+ label: "Oraș, cartier sau adresă",
15934
+ placeholder: "Oraș, cartier sau adresă"
15935
+ },
15936
+ when: {
15937
+ label: "Când",
15938
+ today: "Astăzi",
15939
+ tomorrow: "Mâine",
15940
+ thisWeek: "Săptămâna aceasta",
15941
+ anytime: "Oricând"
15942
+ },
15943
+ facets: {
15944
+ label: "Filtre",
15945
+ clear: "Șterge filtrele"
15946
+ },
15947
+ geo: {
15948
+ cta: "Lângă mine",
15949
+ requesting: "Se localizează…",
15950
+ radius: "Rază",
15951
+ radiusFormat: "{{km}} km",
15952
+ fallbackLabel: "Lângă mine",
15953
+ clear: "Șterge locația",
15954
+ denied: "Accesul la locație a fost refuzat. Poți tasta un oraș sau activa locația în setările browserului."
15955
+ },
15956
+ discovery: {
15957
+ heading: "Răsfoiește căutările populare",
15958
+ empty: "Nicio sugestie de răsfoit — tastează un medic sau un oraș mai sus."
15959
+ },
15960
+ submit: {
15961
+ cta: "Caută"
15962
+ }
15963
+ },
15964
+ reviewsPanel: {
15965
+ regionLabel: "Recenzii pacienți",
15966
+ title: "Recenzii pacienți",
15967
+ listLabel: "Lista recenziilor",
15968
+ introHeading: "Despre aceste recenzii",
15969
+ filterTitle: "Filtrează după stele",
15970
+ filter: {
15971
+ allShort: "Toate",
15972
+ allLabel_one: "Toate — {{count}} recenzie",
15973
+ allLabel_other: "Toate — {{count}} recenzii",
15974
+ starsLabel_one: "{{stars}} stele — {{count}} recenzie",
15975
+ starsLabel_other: "{{stars}} stele — {{count}} recenzii"
15976
+ },
15977
+ anonymous: "Anonim",
15978
+ card: {
15979
+ expand: "Arată detaliile",
15980
+ collapse: "Ascunde detaliile"
15981
+ },
15982
+ replyTitle: "Răspunsul clinicii",
15983
+ breakdown: {
15984
+ appointment: "Programare",
15985
+ communication: "Comunicare",
15986
+ staff: "Personal",
15987
+ overall: "General",
15988
+ futureVisit: "Te-ai întoarce?",
15989
+ recommendation: "Ne-ai recomanda?"
15990
+ },
15991
+ answer: {
15992
+ yes: "Da",
15993
+ no: "Nu",
15994
+ unsure: "Nesigur"
15995
+ },
15996
+ empty: {
15997
+ title: "Încă nu există recenzii",
15998
+ description: "Recenziile pacienților vor apărea aici.",
15999
+ filterDescription: "Nicio recenzie cu {{stars}} stele.",
16000
+ resetFilter: "Arată toate recenziile"
16001
+ }
13687
16002
  },
13688
16003
  chart: {
13689
16004
  noData: "Nicio dată disponibilă",
@@ -14014,6 +16329,31 @@ const t = {
14014
16329
  aria: {
14015
16330
  label: "{{state}} {{amount}}"
14016
16331
  }
16332
+ },
16333
+ footer: {
16334
+ nav: {
16335
+ label: "Subsol",
16336
+ privacy: "Confidențialitate",
16337
+ terms: "Termeni de utilizare",
16338
+ contacts: "Contactează-ne"
16339
+ },
16340
+ copyright: "© {{year}} {{entity}} · {{vat}}",
16341
+ tagline: "Tehnologie germană, design italian",
16342
+ group: {
16343
+ product: "Produs",
16344
+ resources: "Resurse",
16345
+ company: "Companie",
16346
+ legal: "Aspecte legale"
16347
+ },
16348
+ social: {
16349
+ aria: {
16350
+ linkedin: "LinkedIn",
16351
+ youtube: "YouTube",
16352
+ instagram: "Instagram",
16353
+ facebook: "Facebook"
16354
+ }
16355
+ },
16356
+ external: { opens_in_new_tab: "(se deschide într-o filă nouă)" }
14017
16357
  }
14018
16358
  }, p = {
14019
16359
  common: {
@@ -14957,7 +17297,194 @@ const t = {
14957
17297
  afternoon: "День",
14958
17298
  evening: "Вечер"
14959
17299
  },
14960
- slotAvailableLabel: "Доступно в {{time}}"
17300
+ slotAvailableLabel: "Доступно в {{time}}",
17301
+ headingSubtitle: "Выберите услугу, дату и время, затем подтвердите.",
17302
+ insurance: {
17303
+ heading: "Тип страхования",
17304
+ placeholder: "Выберите тип страхования",
17305
+ private: "Частное",
17306
+ public: "Государственное (gesetzlich)"
17307
+ },
17308
+ specialty: {
17309
+ heading: "Специальность",
17310
+ placeholder: "Выберите специальность"
17311
+ },
17312
+ service: {
17313
+ heading: "Услуга",
17314
+ placeholder: "Выберите услугу"
17315
+ },
17316
+ operator: {
17317
+ heading: "Специалист",
17318
+ placeholder: "Выберите специалиста",
17319
+ all: "Любой доступный специалист"
17320
+ },
17321
+ date: {
17322
+ heading: "Дата"
17323
+ },
17324
+ slot: {
17325
+ heading: "Время"
17326
+ },
17327
+ emptyServices: {
17328
+ title: "Нет услуг для записи",
17329
+ description: "Для этого выбора нет доступных услуг."
17330
+ },
17331
+ onboardingIncomplete: {
17332
+ title: "Нет доступных специалистов",
17333
+ description: "В клинике пока не настроены специалисты по этой услуге. Попробуйте другую услугу или вернитесь позже."
17334
+ },
17335
+ nextAvailable: {
17336
+ description: "Нет свободных мест в текущем периоде. Ближайшая доступная дата — {{date}}.",
17337
+ cta: "Перейти к ближайшей доступной дате"
17338
+ },
17339
+ confirmation: {
17340
+ heading: "Как отправить подтверждение?",
17341
+ helper: "Мы отправим ссылку для подтверждения записи по выбранным вами каналам.",
17342
+ atLeastOne: "Выберите хотя бы один канал для получения подтверждения записи.",
17343
+ channel: {
17344
+ email: "Email",
17345
+ whatsapp: "WhatsApp",
17346
+ sms: "SMS"
17347
+ }
17348
+ },
17349
+ success: {
17350
+ heading: "Booking submitted",
17351
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
17352
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
17353
+ summaryDate: "Date",
17354
+ summaryTime: "Time",
17355
+ summaryProvider: "Provider",
17356
+ bookAnother: "Book another appointment"
17357
+ },
17358
+ details: {
17359
+ heading: "Ваши данные",
17360
+ submit: "Записаться",
17361
+ firstName: {
17362
+ label: "Имя",
17363
+ required: "Введите ваше имя."
17364
+ },
17365
+ lastName: {
17366
+ label: "Фамилия",
17367
+ required: "Введите вашу фамилию."
17368
+ },
17369
+ email: {
17370
+ label: "Email",
17371
+ invalid: "Введите действительный адрес email."
17372
+ },
17373
+ mobilePhone: {
17374
+ label: "Мобильный телефон",
17375
+ invalid: "Введите действительный номер мобильного."
17376
+ },
17377
+ codiceFiscale: {
17378
+ label: "Codice fiscale",
17379
+ helper: "16 символов, буквы и цифры.",
17380
+ checking: "Проверка…",
17381
+ invalid: "Недействительный codice fiscale.",
17382
+ invalidFormat: "Codice fiscale должен содержать 16 символов (буквы и цифры).",
17383
+ unavailable: "Проверка недоступна, повторите попытку."
17384
+ },
17385
+ dateOfBirth: {
17386
+ label: "Дата рождения",
17387
+ required: "Введите вашу дату рождения."
17388
+ },
17389
+ insuranceNumber: {
17390
+ label: "Номер страхового полиса (Versichertennummer)",
17391
+ checking: "Проверка…",
17392
+ invalid: "Недействительный номер страхового полиса.",
17393
+ unavailable: "Проверка недоступна, повторите попытку."
17394
+ },
17395
+ note: {
17396
+ label: "Причина визита / комментарии",
17397
+ helper: "До {{max}} символов."
17398
+ },
17399
+ returningPatient: {
17400
+ label: "Я уже пациент этой клиники"
17401
+ },
17402
+ consent: {
17403
+ privacy: {
17404
+ label: "Я ознакомился с <policyLink>политикой конфиденциальности</policyLink> и согласен с ней"
17405
+ },
17406
+ terms: {
17407
+ label: "Я ознакомился с <policyLink>условиями использования</policyLink> и согласен с ними"
17408
+ }
17409
+ }
17410
+ }
17411
+ },
17412
+ patientSearch: {
17413
+ regionLabel: "Найти запись",
17414
+ who: {
17415
+ label: "Врач, специальность, клиника или специалист",
17416
+ placeholder: "Врач, специальность, клиника или специалист"
17417
+ },
17418
+ where: {
17419
+ label: "Город, район или адрес",
17420
+ placeholder: "Город, район или адрес"
17421
+ },
17422
+ when: {
17423
+ label: "Когда",
17424
+ today: "Сегодня",
17425
+ tomorrow: "Завтра",
17426
+ thisWeek: "На этой неделе",
17427
+ anytime: "В любое время"
17428
+ },
17429
+ facets: {
17430
+ label: "Фильтры",
17431
+ clear: "Очистить фильтры"
17432
+ },
17433
+ geo: {
17434
+ cta: "Рядом со мной",
17435
+ requesting: "Определение местоположения…",
17436
+ radius: "Радиус",
17437
+ radiusFormat: "{{km}} км",
17438
+ fallbackLabel: "Рядом со мной",
17439
+ clear: "Очистить местоположение",
17440
+ denied: "Доступ к местоположению запрещён. Введите город или включите геолокацию в настройках браузера."
17441
+ },
17442
+ discovery: {
17443
+ heading: "Просмотр популярных запросов",
17444
+ empty: "Нет вариантов для просмотра — введите врача или город выше."
17445
+ },
17446
+ submit: {
17447
+ cta: "Найти"
17448
+ }
17449
+ },
17450
+ reviewsPanel: {
17451
+ regionLabel: "Отзывы пациентов",
17452
+ title: "Отзывы пациентов",
17453
+ listLabel: "Список отзывов",
17454
+ introHeading: "Об этих отзывах",
17455
+ filterTitle: "Фильтр по звёздам",
17456
+ filter: {
17457
+ allShort: "Все",
17458
+ allLabel_one: "Все — {{count}} отзыв",
17459
+ allLabel_other: "Все — {{count}} отзывов",
17460
+ starsLabel_one: "{{stars}} звёзд — {{count}} отзыв",
17461
+ starsLabel_other: "{{stars}} звёзд — {{count}} отзывов"
17462
+ },
17463
+ anonymous: "Анонимный",
17464
+ card: {
17465
+ expand: "Показать подробности",
17466
+ collapse: "Скрыть подробности"
17467
+ },
17468
+ replyTitle: "Ответ клиники",
17469
+ breakdown: {
17470
+ appointment: "Приём",
17471
+ communication: "Общение",
17472
+ staff: "Персонал",
17473
+ overall: "Общее",
17474
+ futureVisit: "Вернулись бы?",
17475
+ recommendation: "Порекомендовали бы?"
17476
+ },
17477
+ answer: {
17478
+ yes: "Да",
17479
+ no: "Нет",
17480
+ unsure: "Не уверен"
17481
+ },
17482
+ empty: {
17483
+ title: "Отзывов пока нет",
17484
+ description: "Здесь появятся отзывы пациентов.",
17485
+ filterDescription: "Нет отзывов с {{stars}} звёздами.",
17486
+ resetFilter: "Показать все отзывы"
17487
+ }
14961
17488
  },
14962
17489
  chart: {
14963
17490
  noData: "Данные недоступны",
@@ -15288,6 +17815,33 @@ const t = {
15288
17815
  aria: {
15289
17816
  label: "{{state}} {{amount}}"
15290
17817
  }
17818
+ },
17819
+ footer: {
17820
+ nav: {
17821
+ label: "Подвал",
17822
+ privacy: "Конфиденциальность",
17823
+ terms: "Условия использования",
17824
+ contacts: "Связаться с нами"
17825
+ },
17826
+ copyright: "© {{year}} {{entity}} · {{vat}}",
17827
+ tagline: "Немецкие технологии, итальянский дизайн",
17828
+ group: {
17829
+ product: "Продукт",
17830
+ resources: "Ресурсы",
17831
+ company: "Компания",
17832
+ legal: "Правовая информация"
17833
+ },
17834
+ social: {
17835
+ aria: {
17836
+ linkedin: "LinkedIn",
17837
+ youtube: "YouTube",
17838
+ instagram: "Instagram",
17839
+ facebook: "Facebook"
17840
+ }
17841
+ },
17842
+ external: {
17843
+ opens_in_new_tab: "(открывается в новой вкладке)"
17844
+ }
15291
17845
  }
15292
17846
  }, g = {
15293
17847
  common: {
@@ -16231,7 +18785,194 @@ const t = {
16231
18785
  afternoon: "Pasdite",
16232
18786
  evening: "Mbrëmje"
16233
18787
  },
16234
- slotAvailableLabel: "I disponueshëm në {{time}}"
18788
+ slotAvailableLabel: "I disponueshëm në {{time}}",
18789
+ headingSubtitle: "Zgjidh shërbimin, datën dhe orën, pastaj konfirmo.",
18790
+ insurance: {
18791
+ heading: "Lloji i sigurimit",
18792
+ placeholder: "Zgjidh llojin e sigurimit",
18793
+ private: "Privat",
18794
+ public: "Shtetëror (gesetzlich)"
18795
+ },
18796
+ specialty: {
18797
+ heading: "Specialiteti",
18798
+ placeholder: "Zgjidh një specialitet"
18799
+ },
18800
+ service: {
18801
+ heading: "Shërbimi",
18802
+ placeholder: "Zgjidh një shërbim"
18803
+ },
18804
+ operator: {
18805
+ heading: "Mjeku",
18806
+ placeholder: "Zgjidh një mjek",
18807
+ all: "Çdo mjek i disponueshëm"
18808
+ },
18809
+ date: {
18810
+ heading: "Data"
18811
+ },
18812
+ slot: {
18813
+ heading: "Ora"
18814
+ },
18815
+ emptyServices: {
18816
+ title: "Nuk ka shërbime të rezervueshme",
18817
+ description: "Nuk ka shërbime të disponueshme për këtë përzgjedhje."
18818
+ },
18819
+ onboardingIncomplete: {
18820
+ title: "Nuk ka mjekë të disponueshëm",
18821
+ description: "Klinika ende nuk ka konfiguruar mjekë për këtë shërbim. Provo një shërbim tjetër ose kthehu më vonë."
18822
+ },
18823
+ nextAvailable: {
18824
+ description: "Nuk ka disponueshmëri në periudhën aktuale. Data tjetër e disponueshme është {{date}}.",
18825
+ cta: "Shko te data tjetër e disponueshme"
18826
+ },
18827
+ confirmation: {
18828
+ heading: "Si dëshiron ta marrësh konfirmimin?",
18829
+ helper: "Do të të dërgojmë një lidhje për të konfirmuar rezervimin në kanalet që zgjedh.",
18830
+ atLeastOne: "Zgjidh të paktën një kanal për të marrë konfirmimin e rezervimit.",
18831
+ channel: {
18832
+ email: "Email",
18833
+ whatsapp: "WhatsApp",
18834
+ sms: "SMS"
18835
+ }
18836
+ },
18837
+ success: {
18838
+ heading: "Booking submitted",
18839
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
18840
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
18841
+ summaryDate: "Date",
18842
+ summaryTime: "Time",
18843
+ summaryProvider: "Provider",
18844
+ bookAnother: "Book another appointment"
18845
+ },
18846
+ details: {
18847
+ heading: "Të dhënat e tua",
18848
+ submit: "Rezervo takimin",
18849
+ firstName: {
18850
+ label: "Emri",
18851
+ required: "Shkruaj emrin tënd."
18852
+ },
18853
+ lastName: {
18854
+ label: "Mbiemri",
18855
+ required: "Shkruaj mbiemrin tënd."
18856
+ },
18857
+ email: {
18858
+ label: "Email",
18859
+ invalid: "Shkruaj një adresë emaili të vlefshme."
18860
+ },
18861
+ mobilePhone: {
18862
+ label: "Celulari",
18863
+ invalid: "Shkruaj një numër celulari të vlefshëm."
18864
+ },
18865
+ codiceFiscale: {
18866
+ label: "Codice fiscale",
18867
+ helper: "16 karaktere, shkronja dhe numra.",
18868
+ checking: "Po verifikohet…",
18869
+ invalid: "Codice fiscale i pavlefshëm.",
18870
+ invalidFormat: "Codice fiscale duhet të ketë 16 karaktere (shkronja dhe numra).",
18871
+ unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri."
18872
+ },
18873
+ dateOfBirth: {
18874
+ label: "Data e lindjes",
18875
+ required: "Shkruaj datën e lindjes."
18876
+ },
18877
+ insuranceNumber: {
18878
+ label: "Numri i sigurimit (Versichertennummer)",
18879
+ checking: "Po verifikohet…",
18880
+ invalid: "Numër sigurimi i pavlefshëm.",
18881
+ unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri."
18882
+ },
18883
+ note: {
18884
+ label: "Arsyeja e vizitës / shënime",
18885
+ helper: "Deri në {{max}} karaktere."
18886
+ },
18887
+ returningPatient: {
18888
+ label: "Jam tashmë pacient i kësaj klinike"
18889
+ },
18890
+ consent: {
18891
+ privacy: {
18892
+ label: "Kam lexuar dhe pranoj <policyLink>politikën e privatësisë</policyLink>"
18893
+ },
18894
+ terms: {
18895
+ label: "Kam lexuar dhe pranoj <policyLink>kushtet e shërbimit</policyLink>"
18896
+ }
18897
+ }
18898
+ }
18899
+ },
18900
+ patientSearch: {
18901
+ regionLabel: "Kërko një takim",
18902
+ who: {
18903
+ label: "Mjeku, specialiteti, klinika ose profesionisti",
18904
+ placeholder: "Mjeku, specialiteti, klinika ose profesionisti"
18905
+ },
18906
+ where: {
18907
+ label: "Qyteti, lagjja ose adresa",
18908
+ placeholder: "Qyteti, lagjja ose adresa"
18909
+ },
18910
+ when: {
18911
+ label: "Kur",
18912
+ today: "Sot",
18913
+ tomorrow: "Nesër",
18914
+ thisWeek: "Këtë javë",
18915
+ anytime: "Kurdo"
18916
+ },
18917
+ facets: {
18918
+ label: "Filtrat",
18919
+ clear: "Pastro filtrat"
18920
+ },
18921
+ geo: {
18922
+ cta: "Pranë meje",
18923
+ requesting: "Po lokalizon…",
18924
+ radius: "Rrezja",
18925
+ radiusFormat: "{{km}} km",
18926
+ fallbackLabel: "Pranë meje",
18927
+ clear: "Pastro vendndodhjen",
18928
+ denied: "Qasja te vendndodhja u refuzua. Mund të shkruash një qytet ose ta aktivizosh vendndodhjen nga cilësimet e shfletuesit."
18929
+ },
18930
+ discovery: {
18931
+ heading: "Shfleto kërkimet e njohura",
18932
+ empty: "Nuk ka sugjerime për t'u shfletuar — shkruaj një mjek ose qytet më sipër."
18933
+ },
18934
+ submit: {
18935
+ cta: "Kërko"
18936
+ }
18937
+ },
18938
+ reviewsPanel: {
18939
+ regionLabel: "Vlerësimet e pacientëve",
18940
+ title: "Vlerësimet e pacientëve",
18941
+ listLabel: "Lista e vlerësimeve",
18942
+ introHeading: "Rreth këtyre vlerësimeve",
18943
+ filterTitle: "Filtro sipas yjeve",
18944
+ filter: {
18945
+ allShort: "Të gjitha",
18946
+ allLabel_one: "Të gjitha — {{count}} vlerësim",
18947
+ allLabel_other: "Të gjitha — {{count}} vlerësime",
18948
+ starsLabel_one: "{{stars}} yje — {{count}} vlerësim",
18949
+ starsLabel_other: "{{stars}} yje — {{count}} vlerësime"
18950
+ },
18951
+ anonymous: "Anonim",
18952
+ card: {
18953
+ expand: "Shfaq detajet",
18954
+ collapse: "Fshih detajet"
18955
+ },
18956
+ replyTitle: "Përgjigja e klinikës",
18957
+ breakdown: {
18958
+ appointment: "Takimi",
18959
+ communication: "Komunikimi",
18960
+ staff: "Stafi",
18961
+ overall: "Përgjithësisht",
18962
+ futureVisit: "Do të vinit përsëri?",
18963
+ recommendation: "Do na rekomandonit?"
18964
+ },
18965
+ answer: {
18966
+ yes: "Po",
18967
+ no: "Jo",
18968
+ unsure: "Nuk jam i sigurt"
18969
+ },
18970
+ empty: {
18971
+ title: "Ende nuk ka vlerësime",
18972
+ description: "Vlerësimet e pacientëve do të shfaqen këtu.",
18973
+ filterDescription: "Asnjë vlerësim me {{stars}} yje.",
18974
+ resetFilter: "Shfaq të gjitha vlerësimet"
18975
+ }
16235
18976
  },
16236
18977
  chart: {
16237
18978
  noData: "Asnjë të dhënë e disponueshme",
@@ -16562,6 +19303,31 @@ const t = {
16562
19303
  aria: {
16563
19304
  label: "{{state}} {{amount}}"
16564
19305
  }
19306
+ },
19307
+ footer: {
19308
+ nav: {
19309
+ label: "Fundi i faqes",
19310
+ privacy: "Privatësia",
19311
+ terms: "Kushtet e përdorimit",
19312
+ contacts: "Na kontaktoni"
19313
+ },
19314
+ copyright: "© {{year}} {{entity}} · {{vat}}",
19315
+ tagline: "Teknologji gjermane, dizajn italian",
19316
+ group: {
19317
+ product: "Produkti",
19318
+ resources: "Burimet",
19319
+ company: "Kompania",
19320
+ legal: "Ligjore"
19321
+ },
19322
+ social: {
19323
+ aria: {
19324
+ linkedin: "LinkedIn",
19325
+ youtube: "YouTube",
19326
+ instagram: "Instagram",
19327
+ facebook: "Facebook"
19328
+ }
19329
+ },
19330
+ external: { opens_in_new_tab: "(hapet në një skedë të re)" }
16565
19331
  }
16566
19332
  }, h = {
16567
19333
  common: {
@@ -17505,7 +20271,194 @@ const t = {
17505
20271
  afternoon: "Eftermiddag",
17506
20272
  evening: "Kväll"
17507
20273
  },
17508
- slotAvailableLabel: "Tillgänglig kl. {{time}}"
20274
+ slotAvailableLabel: "Tillgänglig kl. {{time}}",
20275
+ headingSubtitle: "Välj tjänst, datum och tid och bekräfta sedan.",
20276
+ insurance: {
20277
+ heading: "Typ av försäkring",
20278
+ placeholder: "Välj typ av försäkring",
20279
+ private: "Privat",
20280
+ public: "Lagstadgad (gesetzlich)"
20281
+ },
20282
+ specialty: {
20283
+ heading: "Specialitet",
20284
+ placeholder: "Välj en specialitet"
20285
+ },
20286
+ service: {
20287
+ heading: "Tjänst",
20288
+ placeholder: "Välj en tjänst"
20289
+ },
20290
+ operator: {
20291
+ heading: "Behandlare",
20292
+ placeholder: "Välj en behandlare",
20293
+ all: "Vilken som helst tillgänglig behandlare"
20294
+ },
20295
+ date: {
20296
+ heading: "Datum"
20297
+ },
20298
+ slot: {
20299
+ heading: "Tid"
20300
+ },
20301
+ emptyServices: {
20302
+ title: "Inga bokningsbara tjänster",
20303
+ description: "Det finns inga tjänster tillgängliga för detta val."
20304
+ },
20305
+ onboardingIncomplete: {
20306
+ title: "Inga behandlare tillgängliga",
20307
+ description: "Kliniken har ännu inte lagt upp behandlare för denna tjänst. Prova en annan tjänst eller kom tillbaka senare."
20308
+ },
20309
+ nextAvailable: {
20310
+ description: "Inga lediga tider i den aktuella perioden. Nästa tillgängliga datum är {{date}}.",
20311
+ cta: "Gå till nästa tillgängliga datum"
20312
+ },
20313
+ confirmation: {
20314
+ heading: "Hur vill du få din bekräftelse?",
20315
+ helper: "Vi skickar en länk för att bekräfta din bokning via de kanaler du väljer.",
20316
+ atLeastOne: "Välj minst en kanal för att få bokningsbekräftelsen.",
20317
+ channel: {
20318
+ email: "E-post",
20319
+ whatsapp: "WhatsApp",
20320
+ sms: "SMS"
20321
+ }
20322
+ },
20323
+ success: {
20324
+ heading: "Booking submitted",
20325
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
20326
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
20327
+ summaryDate: "Date",
20328
+ summaryTime: "Time",
20329
+ summaryProvider: "Provider",
20330
+ bookAnother: "Book another appointment"
20331
+ },
20332
+ details: {
20333
+ heading: "Dina uppgifter",
20334
+ submit: "Boka tid",
20335
+ firstName: {
20336
+ label: "Förnamn",
20337
+ required: "Ange ditt förnamn."
20338
+ },
20339
+ lastName: {
20340
+ label: "Efternamn",
20341
+ required: "Ange ditt efternamn."
20342
+ },
20343
+ email: {
20344
+ label: "E-post",
20345
+ invalid: "Ange en giltig e-postadress."
20346
+ },
20347
+ mobilePhone: {
20348
+ label: "Mobilnummer",
20349
+ invalid: "Ange ett giltigt mobilnummer."
20350
+ },
20351
+ codiceFiscale: {
20352
+ label: "Codice fiscale",
20353
+ helper: "16 tecken, bokstäver och siffror.",
20354
+ checking: "Kontrollerar…",
20355
+ invalid: "Ogiltig codice fiscale.",
20356
+ invalidFormat: "Codice fiscale måste vara 16 tecken (bokstäver och siffror).",
20357
+ unavailable: "Validering ej tillgänglig, försök igen."
20358
+ },
20359
+ dateOfBirth: {
20360
+ label: "Födelsedatum",
20361
+ required: "Ange ditt födelsedatum."
20362
+ },
20363
+ insuranceNumber: {
20364
+ label: "Försäkringsnummer (Versichertennummer)",
20365
+ checking: "Kontrollerar…",
20366
+ invalid: "Ogiltigt försäkringsnummer.",
20367
+ unavailable: "Validering ej tillgänglig, försök igen."
20368
+ },
20369
+ note: {
20370
+ label: "Besöksorsak / övriga upplysningar",
20371
+ helper: "Upp till {{max}} tecken."
20372
+ },
20373
+ returningPatient: {
20374
+ label: "Jag är redan patient hos den här kliniken"
20375
+ },
20376
+ consent: {
20377
+ privacy: {
20378
+ label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>"
20379
+ },
20380
+ terms: {
20381
+ label: "Jag har läst och godkänner <policyLink>användarvillkoren</policyLink>"
20382
+ }
20383
+ }
20384
+ }
20385
+ },
20386
+ patientSearch: {
20387
+ regionLabel: "Sök tid",
20388
+ who: {
20389
+ label: "Läkare, specialitet, klinik eller behandlare",
20390
+ placeholder: "Läkare, specialitet, klinik eller behandlare"
20391
+ },
20392
+ where: {
20393
+ label: "Stad, område eller adress",
20394
+ placeholder: "Stad, område eller adress"
20395
+ },
20396
+ when: {
20397
+ label: "När",
20398
+ today: "Idag",
20399
+ tomorrow: "Imorgon",
20400
+ thisWeek: "Den här veckan",
20401
+ anytime: "När som helst"
20402
+ },
20403
+ facets: {
20404
+ label: "Filter",
20405
+ clear: "Rensa filter"
20406
+ },
20407
+ geo: {
20408
+ cta: "Nära mig",
20409
+ requesting: "Lokaliserar…",
20410
+ radius: "Radie",
20411
+ radiusFormat: "{{km}} km",
20412
+ fallbackLabel: "Nära mig",
20413
+ clear: "Rensa plats",
20414
+ denied: "Åtkomst till plats nekad. Du kan skriva in en stad eller aktivera plats i webbläsarens inställningar."
20415
+ },
20416
+ discovery: {
20417
+ heading: "Bläddra bland populära sökningar",
20418
+ empty: "Inga förslag att bläddra bland — skriv in en läkare eller stad ovan."
20419
+ },
20420
+ submit: {
20421
+ cta: "Sök"
20422
+ }
20423
+ },
20424
+ reviewsPanel: {
20425
+ regionLabel: "Patientomdömen",
20426
+ title: "Patientomdömen",
20427
+ listLabel: "Omdömeslista",
20428
+ introHeading: "Om dessa omdömen",
20429
+ filterTitle: "Filtrera efter stjärnor",
20430
+ filter: {
20431
+ allShort: "Alla",
20432
+ allLabel_one: "Alla — {{count}} omdöme",
20433
+ allLabel_other: "Alla — {{count}} omdömen",
20434
+ starsLabel_one: "{{stars}} stjärnor — {{count}} omdöme",
20435
+ starsLabel_other: "{{stars}} stjärnor — {{count}} omdömen"
20436
+ },
20437
+ anonymous: "Anonym",
20438
+ card: {
20439
+ expand: "Visa detaljer",
20440
+ collapse: "Dölj detaljer"
20441
+ },
20442
+ replyTitle: "Svar från kliniken",
20443
+ breakdown: {
20444
+ appointment: "Besök",
20445
+ communication: "Kommunikation",
20446
+ staff: "Personal",
20447
+ overall: "Övergripande",
20448
+ futureVisit: "Skulle du komma tillbaka?",
20449
+ recommendation: "Skulle du rekommendera oss?"
20450
+ },
20451
+ answer: {
20452
+ yes: "Ja",
20453
+ no: "Nej",
20454
+ unsure: "Osäker"
20455
+ },
20456
+ empty: {
20457
+ title: "Inga omdömen ännu",
20458
+ description: "Omdömen från patienter visas här.",
20459
+ filterDescription: "Inga omdömen med {{stars}} stjärnor.",
20460
+ resetFilter: "Visa alla omdömen"
20461
+ }
17509
20462
  },
17510
20463
  chart: {
17511
20464
  noData: "Inga data tillgängliga",
@@ -17836,6 +20789,31 @@ const t = {
17836
20789
  aria: {
17837
20790
  label: "{{state}} {{amount}}"
17838
20791
  }
20792
+ },
20793
+ footer: {
20794
+ nav: {
20795
+ label: "Sidfot",
20796
+ privacy: "Integritet",
20797
+ terms: "Användarvillkor",
20798
+ contacts: "Kontakta oss"
20799
+ },
20800
+ copyright: "© {{year}} {{entity}} · {{vat}}",
20801
+ tagline: "Tysk teknik, italiensk design",
20802
+ group: {
20803
+ product: "Produkt",
20804
+ resources: "Resurser",
20805
+ company: "Företag",
20806
+ legal: "Juridik"
20807
+ },
20808
+ social: {
20809
+ aria: {
20810
+ linkedin: "LinkedIn",
20811
+ youtube: "YouTube",
20812
+ instagram: "Instagram",
20813
+ facebook: "Facebook"
20814
+ }
20815
+ },
20816
+ external: { opens_in_new_tab: "(öppnas i ny flik)" }
17839
20817
  }
17840
20818
  }, b = {
17841
20819
  common: {
@@ -18779,7 +21757,194 @@ const t = {
18779
21757
  afternoon: "Öğleden sonra",
18780
21758
  evening: "Akşam"
18781
21759
  },
18782
- slotAvailableLabel: "{{time}} için uygun"
21760
+ slotAvailableLabel: "{{time}} için uygun",
21761
+ headingSubtitle: "Hizmet, tarih ve saati seçip ardından onaylayın.",
21762
+ insurance: {
21763
+ heading: "Sigorta türü",
21764
+ placeholder: "Sigorta türünü seçin",
21765
+ private: "Özel",
21766
+ public: "Devlet (gesetzlich)"
21767
+ },
21768
+ specialty: {
21769
+ heading: "Uzmanlık alanı",
21770
+ placeholder: "Bir uzmanlık alanı seçin"
21771
+ },
21772
+ service: {
21773
+ heading: "Hizmet",
21774
+ placeholder: "Bir hizmet seçin"
21775
+ },
21776
+ operator: {
21777
+ heading: "Uygulayıcı",
21778
+ placeholder: "Bir uygulayıcı seçin",
21779
+ all: "Uygun olan herhangi bir uygulayıcı"
21780
+ },
21781
+ date: {
21782
+ heading: "Tarih"
21783
+ },
21784
+ slot: {
21785
+ heading: "Saat"
21786
+ },
21787
+ emptyServices: {
21788
+ title: "Rezervasyon yapılabilecek hizmet yok",
21789
+ description: "Bu seçim için uygun hizmet bulunmuyor."
21790
+ },
21791
+ onboardingIncomplete: {
21792
+ title: "Uygun uygulayıcı yok",
21793
+ description: "Klinik bu hizmet için henüz uygulayıcı tanımlamadı. Başka bir hizmet deneyin veya daha sonra tekrar bakın."
21794
+ },
21795
+ nextAvailable: {
21796
+ description: "Mevcut dönemde uygun saat yok. En yakın uygun tarih {{date}}.",
21797
+ cta: "En yakın uygun tarihe git"
21798
+ },
21799
+ confirmation: {
21800
+ heading: "Onayı nasıl almak istersiniz?",
21801
+ helper: "Seçtiğiniz kanallar üzerinden rezervasyonunuzu onaylamak için bir bağlantı göndereceğiz.",
21802
+ atLeastOne: "Rezervasyon onayını almak için en az bir kanal seçin.",
21803
+ channel: {
21804
+ email: "E-posta",
21805
+ whatsapp: "WhatsApp",
21806
+ sms: "SMS"
21807
+ }
21808
+ },
21809
+ success: {
21810
+ heading: "Booking submitted",
21811
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
21812
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
21813
+ summaryDate: "Date",
21814
+ summaryTime: "Time",
21815
+ summaryProvider: "Provider",
21816
+ bookAnother: "Book another appointment"
21817
+ },
21818
+ details: {
21819
+ heading: "Bilgileriniz",
21820
+ submit: "Randevu al",
21821
+ firstName: {
21822
+ label: "Ad",
21823
+ required: "Adınızı girin."
21824
+ },
21825
+ lastName: {
21826
+ label: "Soyad",
21827
+ required: "Soyadınızı girin."
21828
+ },
21829
+ email: {
21830
+ label: "E-posta",
21831
+ invalid: "Geçerli bir e-posta adresi girin."
21832
+ },
21833
+ mobilePhone: {
21834
+ label: "Cep telefonu",
21835
+ invalid: "Geçerli bir cep telefonu numarası girin."
21836
+ },
21837
+ codiceFiscale: {
21838
+ label: "Codice fiscale",
21839
+ helper: "16 karakter, harf ve rakam.",
21840
+ checking: "Kontrol ediliyor…",
21841
+ invalid: "Geçersiz codice fiscale.",
21842
+ invalidFormat: "Codice fiscale 16 karakter olmalıdır (harf ve rakam).",
21843
+ unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin."
21844
+ },
21845
+ dateOfBirth: {
21846
+ label: "Doğum tarihi",
21847
+ required: "Doğum tarihinizi girin."
21848
+ },
21849
+ insuranceNumber: {
21850
+ label: "Sigorta numarası (Versichertennummer)",
21851
+ checking: "Kontrol ediliyor…",
21852
+ invalid: "Geçersiz sigorta numarası.",
21853
+ unavailable: "Doğrulama yapılamıyor, lütfen tekrar deneyin."
21854
+ },
21855
+ note: {
21856
+ label: "Ziyaret nedeni / belirtmek istedikleriniz",
21857
+ helper: "En fazla {{max}} karakter."
21858
+ },
21859
+ returningPatient: {
21860
+ label: "Bu klinikte zaten hastayım"
21861
+ },
21862
+ consent: {
21863
+ privacy: {
21864
+ label: "<policyLink>Gizlilik politikasını</policyLink> okudum ve kabul ediyorum"
21865
+ },
21866
+ terms: {
21867
+ label: "<policyLink>Hizmet şartlarını</policyLink> okudum ve kabul ediyorum"
21868
+ }
21869
+ }
21870
+ }
21871
+ },
21872
+ patientSearch: {
21873
+ regionLabel: "Randevu ara",
21874
+ who: {
21875
+ label: "Doktor, uzmanlık, klinik veya uygulayıcı",
21876
+ placeholder: "Doktor, uzmanlık, klinik veya uygulayıcı"
21877
+ },
21878
+ where: {
21879
+ label: "Şehir, semt veya adres",
21880
+ placeholder: "Şehir, semt veya adres"
21881
+ },
21882
+ when: {
21883
+ label: "Ne zaman",
21884
+ today: "Bugün",
21885
+ tomorrow: "Yarın",
21886
+ thisWeek: "Bu hafta",
21887
+ anytime: "Her zaman"
21888
+ },
21889
+ facets: {
21890
+ label: "Filtreler",
21891
+ clear: "Filtreleri temizle"
21892
+ },
21893
+ geo: {
21894
+ cta: "Yakınımda",
21895
+ requesting: "Konum belirleniyor…",
21896
+ radius: "Yarıçap",
21897
+ radiusFormat: "{{km}} km",
21898
+ fallbackLabel: "Yakınımda",
21899
+ clear: "Konumu temizle",
21900
+ denied: "Konuma erişim reddedildi. Bir şehir yazabilir veya tarayıcı ayarlarından konumu etkinleştirebilirsiniz."
21901
+ },
21902
+ discovery: {
21903
+ heading: "Popüler aramalara göz at",
21904
+ empty: "Göz atılacak öneri yok — yukarıda bir doktor veya şehir yazın."
21905
+ },
21906
+ submit: {
21907
+ cta: "Ara"
21908
+ }
21909
+ },
21910
+ reviewsPanel: {
21911
+ regionLabel: "Hasta değerlendirmeleri",
21912
+ title: "Hasta değerlendirmeleri",
21913
+ listLabel: "Değerlendirme listesi",
21914
+ introHeading: "Bu değerlendirmeler hakkında",
21915
+ filterTitle: "Yıldıza göre filtrele",
21916
+ filter: {
21917
+ allShort: "Tümü",
21918
+ allLabel_one: "Tümü — {{count}} değerlendirme",
21919
+ allLabel_other: "Tümü — {{count}} değerlendirme",
21920
+ starsLabel_one: "{{stars}} yıldız — {{count}} değerlendirme",
21921
+ starsLabel_other: "{{stars}} yıldız — {{count}} değerlendirme"
21922
+ },
21923
+ anonymous: "Anonim",
21924
+ card: {
21925
+ expand: "Ayrıntıları göster",
21926
+ collapse: "Ayrıntıları gizle"
21927
+ },
21928
+ replyTitle: "Kliniğin yanıtı",
21929
+ breakdown: {
21930
+ appointment: "Randevu",
21931
+ communication: "İletişim",
21932
+ staff: "Personel",
21933
+ overall: "Genel",
21934
+ futureVisit: "Tekrar gelir misiniz?",
21935
+ recommendation: "Önerir misiniz?"
21936
+ },
21937
+ answer: {
21938
+ yes: "Evet",
21939
+ no: "Hayır",
21940
+ unsure: "Emin değilim"
21941
+ },
21942
+ empty: {
21943
+ title: "Henüz değerlendirme yok",
21944
+ description: "Hasta değerlendirmeleri burada görünecek.",
21945
+ filterDescription: "{{stars}} yıldızlı değerlendirme yok.",
21946
+ resetFilter: "Tüm değerlendirmeleri göster"
21947
+ }
18783
21948
  },
18784
21949
  chart: {
18785
21950
  noData: "Veri mevcut değil",
@@ -19110,6 +22275,31 @@ const t = {
19110
22275
  aria: {
19111
22276
  label: "{{state}} {{amount}}"
19112
22277
  }
22278
+ },
22279
+ footer: {
22280
+ nav: {
22281
+ label: "Alt bilgi",
22282
+ privacy: "Gizlilik",
22283
+ terms: "Kullanım koşulları",
22284
+ contacts: "Bize ulaşın"
22285
+ },
22286
+ copyright: "© {{year}} {{entity}} · {{vat}}",
22287
+ tagline: "Alman teknolojisi, İtalyan tasarımı",
22288
+ group: {
22289
+ product: "Ürün",
22290
+ resources: "Kaynaklar",
22291
+ company: "Şirket",
22292
+ legal: "Yasal"
22293
+ },
22294
+ social: {
22295
+ aria: {
22296
+ linkedin: "LinkedIn",
22297
+ youtube: "YouTube",
22298
+ instagram: "Instagram",
22299
+ facebook: "Facebook"
22300
+ }
22301
+ },
22302
+ external: { opens_in_new_tab: "(yeni sekmede açılır)" }
19113
22303
  }
19114
22304
  }, y = {
19115
22305
  common: {
@@ -20053,7 +23243,194 @@ const t = {
20053
23243
  afternoon: "下午",
20054
23244
  evening: "晚上"
20055
23245
  },
20056
- slotAvailableLabel: "{{time}} 可预约"
23246
+ slotAvailableLabel: "{{time}} 可预约",
23247
+ headingSubtitle: "选择服务、日期和时间,然后确认。",
23248
+ insurance: {
23249
+ heading: "保险类型",
23250
+ placeholder: "选择保险类型",
23251
+ private: "私人",
23252
+ public: "法定保险 (gesetzlich)"
23253
+ },
23254
+ specialty: {
23255
+ heading: "专科",
23256
+ placeholder: "选择专科"
23257
+ },
23258
+ service: {
23259
+ heading: "服务",
23260
+ placeholder: "选择服务"
23261
+ },
23262
+ operator: {
23263
+ heading: "服务人员",
23264
+ placeholder: "选择服务人员",
23265
+ all: "任意可用服务人员"
23266
+ },
23267
+ date: {
23268
+ heading: "日期"
23269
+ },
23270
+ slot: {
23271
+ heading: "时间"
23272
+ },
23273
+ emptyServices: {
23274
+ title: "没有可预约的服务",
23275
+ description: "此选择下没有可用的服务。"
23276
+ },
23277
+ onboardingIncomplete: {
23278
+ title: "没有可用的服务人员",
23279
+ description: "该诊所尚未为此服务配置服务人员。请尝试其他服务或稍后再来查看。"
23280
+ },
23281
+ nextAvailable: {
23282
+ description: "当前时间范围内没有可用时段。下一个可用日期为 {{date}}。",
23283
+ cta: "跳转到下一个可用日期"
23284
+ },
23285
+ confirmation: {
23286
+ heading: "希望如何接收预约确认?",
23287
+ helper: "我们将通过您选择的渠道发送确认预约的链接。",
23288
+ atLeastOne: "请至少选择一种方式接收预约确认。",
23289
+ channel: {
23290
+ email: "电子邮件",
23291
+ whatsapp: "WhatsApp",
23292
+ sms: "短信"
23293
+ }
23294
+ },
23295
+ success: {
23296
+ heading: "Booking submitted",
23297
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
23298
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
23299
+ summaryDate: "Date",
23300
+ summaryTime: "Time",
23301
+ summaryProvider: "Provider",
23302
+ bookAnother: "Book another appointment"
23303
+ },
23304
+ details: {
23305
+ heading: "您的信息",
23306
+ submit: "预约",
23307
+ firstName: {
23308
+ label: "名",
23309
+ required: "请输入您的名字。"
23310
+ },
23311
+ lastName: {
23312
+ label: "姓",
23313
+ required: "请输入您的姓氏。"
23314
+ },
23315
+ email: {
23316
+ label: "电子邮件",
23317
+ invalid: "请输入有效的电子邮件地址。"
23318
+ },
23319
+ mobilePhone: {
23320
+ label: "手机",
23321
+ invalid: "请输入有效的手机号码。"
23322
+ },
23323
+ codiceFiscale: {
23324
+ label: "Codice fiscale",
23325
+ helper: "16 个字符,字母和数字。",
23326
+ checking: "正在验证…",
23327
+ invalid: "无效的 codice fiscale。",
23328
+ invalidFormat: "Codice fiscale 必须为 16 个字符(字母和数字)。",
23329
+ unavailable: "验证服务不可用,请重试。"
23330
+ },
23331
+ dateOfBirth: {
23332
+ label: "出生日期",
23333
+ required: "请输入您的出生日期。"
23334
+ },
23335
+ insuranceNumber: {
23336
+ label: "保险号 (Versichertennummer)",
23337
+ checking: "正在验证…",
23338
+ invalid: "无效的保险号。",
23339
+ unavailable: "验证服务不可用,请重试。"
23340
+ },
23341
+ note: {
23342
+ label: "就诊原因 / 备注",
23343
+ helper: "最多 {{max}} 个字符。"
23344
+ },
23345
+ returningPatient: {
23346
+ label: "我已经是该诊所的患者"
23347
+ },
23348
+ consent: {
23349
+ privacy: {
23350
+ label: "我已阅读并接受<policyLink>隐私政策</policyLink>"
23351
+ },
23352
+ terms: {
23353
+ label: "我已阅读并接受<policyLink>服务条款</policyLink>"
23354
+ }
23355
+ }
23356
+ }
23357
+ },
23358
+ patientSearch: {
23359
+ regionLabel: "搜索预约",
23360
+ who: {
23361
+ label: "医生、专科、诊所或服务人员",
23362
+ placeholder: "医生、专科、诊所或服务人员"
23363
+ },
23364
+ where: {
23365
+ label: "城市、地区或地址",
23366
+ placeholder: "城市、地区或地址"
23367
+ },
23368
+ when: {
23369
+ label: "何时",
23370
+ today: "今天",
23371
+ tomorrow: "明天",
23372
+ thisWeek: "本周",
23373
+ anytime: "任何时候"
23374
+ },
23375
+ facets: {
23376
+ label: "筛选",
23377
+ clear: "清除筛选"
23378
+ },
23379
+ geo: {
23380
+ cta: "在我附近",
23381
+ requesting: "正在定位…",
23382
+ radius: "范围",
23383
+ radiusFormat: "{{km}} 公里",
23384
+ fallbackLabel: "在我附近",
23385
+ clear: "清除位置",
23386
+ denied: "位置访问被拒绝。您可以输入城市或在浏览器设置中启用位置。"
23387
+ },
23388
+ discovery: {
23389
+ heading: "浏览热门搜索",
23390
+ empty: "没有可浏览的建议 — 在上方输入医生或城市。"
23391
+ },
23392
+ submit: {
23393
+ cta: "搜索"
23394
+ }
23395
+ },
23396
+ reviewsPanel: {
23397
+ regionLabel: "患者评价",
23398
+ title: "患者评价",
23399
+ listLabel: "评价列表",
23400
+ introHeading: "关于这些评价",
23401
+ filterTitle: "按星级筛选",
23402
+ filter: {
23403
+ allShort: "全部",
23404
+ allLabel_one: "全部 — {{count}} 条评价",
23405
+ allLabel_other: "全部 — {{count}} 条评价",
23406
+ starsLabel_one: "{{stars}} 星 — {{count}} 条评价",
23407
+ starsLabel_other: "{{stars}} 星 — {{count}} 条评价"
23408
+ },
23409
+ anonymous: "匿名",
23410
+ card: {
23411
+ expand: "显示详情",
23412
+ collapse: "隐藏详情"
23413
+ },
23414
+ replyTitle: "诊所回复",
23415
+ breakdown: {
23416
+ appointment: "预约",
23417
+ communication: "沟通",
23418
+ staff: "员工",
23419
+ overall: "总体",
23420
+ futureVisit: "会再来吗?",
23421
+ recommendation: "会推荐吗?"
23422
+ },
23423
+ answer: {
23424
+ yes: "是",
23425
+ no: "否",
23426
+ unsure: "不确定"
23427
+ },
23428
+ empty: {
23429
+ title: "暂无评价",
23430
+ description: "患者评价将显示在此处。",
23431
+ filterDescription: "没有 {{stars}} 星评价。",
23432
+ resetFilter: "显示所有评价"
23433
+ }
20057
23434
  },
20058
23435
  chart: {
20059
23436
  noData: "暂无数据",
@@ -20384,6 +23761,31 @@ const t = {
20384
23761
  aria: {
20385
23762
  label: "{{state}} {{amount}}"
20386
23763
  }
23764
+ },
23765
+ footer: {
23766
+ nav: {
23767
+ label: "页脚",
23768
+ privacy: "隐私",
23769
+ terms: "使用条款",
23770
+ contacts: "联系我们"
23771
+ },
23772
+ copyright: "© {{year}} {{entity}} · {{vat}}",
23773
+ tagline: "德国技术,意大利设计",
23774
+ group: {
23775
+ product: "产品",
23776
+ resources: "资源",
23777
+ company: "公司",
23778
+ legal: "法律"
23779
+ },
23780
+ social: {
23781
+ aria: {
23782
+ linkedin: "LinkedIn",
23783
+ youtube: "YouTube",
23784
+ instagram: "Instagram",
23785
+ facebook: "Facebook"
23786
+ }
23787
+ },
23788
+ external: { opens_in_new_tab: "(在新标签页中打开)" }
20387
23789
  }
20388
23790
  }, f = {
20389
23791
  common: {
@@ -21310,7 +24712,194 @@ const t = {
21310
24712
  afternoon: "Afternoon",
21311
24713
  evening: "Evening"
21312
24714
  },
21313
- slotAvailableLabel: "Available at {{time}}"
24715
+ slotAvailableLabel: "Available at {{time}}",
24716
+ headingSubtitle: "Pick a service, date and time, then confirm.",
24717
+ insurance: {
24718
+ heading: "Insurance type",
24719
+ placeholder: "Choose insurance type",
24720
+ private: "Private",
24721
+ public: "Statutory (gesetzlich)"
24722
+ },
24723
+ specialty: {
24724
+ heading: "Specialty",
24725
+ placeholder: "Choose a specialty"
24726
+ },
24727
+ service: {
24728
+ heading: "Service",
24729
+ placeholder: "Choose a service"
24730
+ },
24731
+ operator: {
24732
+ heading: "Provider",
24733
+ placeholder: "Choose a provider",
24734
+ all: "Any available provider"
24735
+ },
24736
+ date: {
24737
+ heading: "Date"
24738
+ },
24739
+ slot: {
24740
+ heading: "Time"
24741
+ },
24742
+ emptyServices: {
24743
+ title: "No bookable services",
24744
+ description: "There are no services available for this selection."
24745
+ },
24746
+ onboardingIncomplete: {
24747
+ title: "No providers available",
24748
+ description: "The practice has not yet configured providers for this service. Try a different service or check back later."
24749
+ },
24750
+ nextAvailable: {
24751
+ description: "No openings in the current window. Next available date is {{date}}.",
24752
+ cta: "Jump to next available"
24753
+ },
24754
+ confirmation: {
24755
+ heading: "How should we send your confirmation?",
24756
+ helper: "We'll send a link to confirm your booking on the channels you select.",
24757
+ atLeastOne: "Select at least one way to receive your booking confirmation.",
24758
+ channel: {
24759
+ email: "Email",
24760
+ whatsapp: "WhatsApp",
24761
+ sms: "SMS"
24762
+ }
24763
+ },
24764
+ success: {
24765
+ heading: "Booking submitted",
24766
+ descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
24767
+ descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
24768
+ summaryDate: "Date",
24769
+ summaryTime: "Time",
24770
+ summaryProvider: "Provider",
24771
+ bookAnother: "Book another appointment"
24772
+ },
24773
+ details: {
24774
+ heading: "Your details",
24775
+ submit: "Book appointment",
24776
+ firstName: {
24777
+ label: "First name",
24778
+ required: "Enter your first name."
24779
+ },
24780
+ lastName: {
24781
+ label: "Last name",
24782
+ required: "Enter your last name."
24783
+ },
24784
+ email: {
24785
+ label: "Email",
24786
+ invalid: "Enter a valid email address."
24787
+ },
24788
+ mobilePhone: {
24789
+ label: "Mobile phone",
24790
+ invalid: "Enter a valid mobile number."
24791
+ },
24792
+ codiceFiscale: {
24793
+ label: "Codice fiscale",
24794
+ helper: "16 characters, letters and numbers.",
24795
+ checking: "Checking…",
24796
+ invalid: "Invalid codice fiscale.",
24797
+ invalidFormat: "Codice fiscale must be 16 characters (letters and numbers).",
24798
+ unavailable: "Validation unavailable, please try again."
24799
+ },
24800
+ dateOfBirth: {
24801
+ label: "Date of birth",
24802
+ required: "Enter your date of birth."
24803
+ },
24804
+ insuranceNumber: {
24805
+ label: "Insurance number (Versichertennummer)",
24806
+ checking: "Checking…",
24807
+ invalid: "Invalid insurance number.",
24808
+ unavailable: "Validation unavailable, please try again."
24809
+ },
24810
+ note: {
24811
+ label: "Reason for visit / anything we should know",
24812
+ helper: "Up to {{max}} characters."
24813
+ },
24814
+ returningPatient: {
24815
+ label: "I'm already a patient at this practice"
24816
+ },
24817
+ consent: {
24818
+ privacy: {
24819
+ label: "I have read and accept the <policyLink>privacy policy</policyLink>"
24820
+ },
24821
+ terms: {
24822
+ label: "I have read and accept the <policyLink>terms of service</policyLink>"
24823
+ }
24824
+ }
24825
+ }
24826
+ },
24827
+ patientSearch: {
24828
+ regionLabel: "Search appointments",
24829
+ who: {
24830
+ label: "Doctor, specialty, studio or operator",
24831
+ placeholder: "Doctor, specialty, studio or operator"
24832
+ },
24833
+ where: {
24834
+ label: "City, district or address",
24835
+ placeholder: "City, district or address"
24836
+ },
24837
+ when: {
24838
+ label: "When",
24839
+ today: "Today",
24840
+ tomorrow: "Tomorrow",
24841
+ thisWeek: "This week",
24842
+ anytime: "Anytime"
24843
+ },
24844
+ facets: {
24845
+ label: "Filters",
24846
+ clear: "Clear filters"
24847
+ },
24848
+ geo: {
24849
+ cta: "Near me",
24850
+ requesting: "Locating…",
24851
+ radius: "Radius",
24852
+ radiusFormat: "{{km}} km",
24853
+ fallbackLabel: "Near me",
24854
+ clear: "Clear location",
24855
+ denied: "Location access denied. You can type a city or enable location in your browser settings."
24856
+ },
24857
+ discovery: {
24858
+ heading: "Browse by popular search",
24859
+ empty: "No suggestions to browse — type a doctor or city above."
24860
+ },
24861
+ submit: {
24862
+ cta: "Search"
24863
+ }
24864
+ },
24865
+ reviewsPanel: {
24866
+ regionLabel: "Patient reviews",
24867
+ title: "Patient reviews",
24868
+ listLabel: "Review list",
24869
+ introHeading: "About these reviews",
24870
+ filterTitle: "Filter by stars",
24871
+ filter: {
24872
+ allShort: "All",
24873
+ allLabel_one: "All — {{count}} review",
24874
+ allLabel_other: "All — {{count}} reviews",
24875
+ starsLabel_one: "{{stars}} stars — {{count}} review",
24876
+ starsLabel_other: "{{stars}} stars — {{count}} reviews"
24877
+ },
24878
+ anonymous: "Anonymous",
24879
+ card: {
24880
+ expand: "Show details",
24881
+ collapse: "Hide details"
24882
+ },
24883
+ replyTitle: "Reply from the practice",
24884
+ breakdown: {
24885
+ appointment: "Appointment",
24886
+ communication: "Communication",
24887
+ staff: "Staff",
24888
+ overall: "Overall",
24889
+ futureVisit: "Would visit again?",
24890
+ recommendation: "Would recommend?"
24891
+ },
24892
+ answer: {
24893
+ yes: "Yes",
24894
+ no: "No",
24895
+ unsure: "Not sure"
24896
+ },
24897
+ empty: {
24898
+ title: "No reviews yet",
24899
+ description: "Reviews from patients will appear here.",
24900
+ filterDescription: "No reviews with {{stars}} stars.",
24901
+ resetFilter: "Show all reviews"
24902
+ }
21314
24903
  },
21315
24904
  chart: {
21316
24905
  noData: "No data available",
@@ -21644,8 +25233,35 @@ const t = {
21644
25233
  aria: {
21645
25234
  label: "{{state}} {{amount}}"
21646
25235
  }
25236
+ },
25237
+ footer: {
25238
+ nav: {
25239
+ label: "Footer",
25240
+ privacy: "Privacy",
25241
+ terms: "Terms of use",
25242
+ contacts: "Contact us"
25243
+ },
25244
+ copyright: "© {{year}} {{entity}} · {{vat}}",
25245
+ tagline: "German technology, Italian design",
25246
+ group: {
25247
+ product: "Solutions",
25248
+ resources: "Resources",
25249
+ company: "Company",
25250
+ legal: "Legal"
25251
+ },
25252
+ social: {
25253
+ aria: {
25254
+ linkedin: "LinkedIn",
25255
+ youtube: "YouTube",
25256
+ instagram: "Instagram",
25257
+ facebook: "Facebook"
25258
+ }
25259
+ },
25260
+ external: {
25261
+ opens_in_new_tab: "(opens in new tab)"
25262
+ }
21647
25263
  }
21648
- }, v = {
25264
+ }, k = {
21649
25265
  common: {
21650
25266
  save: "Salva",
21651
25267
  cancel: "Annulla",
@@ -22567,7 +26183,194 @@ const t = {
22567
26183
  afternoon: "Pomeriggio",
22568
26184
  evening: "Sera"
22569
26185
  },
22570
- slotAvailableLabel: "Disponibile alle {{time}}"
26186
+ slotAvailableLabel: "Disponibile alle {{time}}",
26187
+ headingSubtitle: "Scegli prestazione, data e ora, poi conferma.",
26188
+ insurance: {
26189
+ heading: "Tipo di assicurazione",
26190
+ placeholder: "Scegli l'assicurazione",
26191
+ private: "Privata",
26192
+ public: "Pubblica (gesetzlich)"
26193
+ },
26194
+ specialty: {
26195
+ heading: "Specialità",
26196
+ placeholder: "Scegli una specialità"
26197
+ },
26198
+ service: {
26199
+ heading: "Prestazione",
26200
+ placeholder: "Scegli una prestazione"
26201
+ },
26202
+ operator: {
26203
+ heading: "Professionista",
26204
+ placeholder: "Scegli un professionista",
26205
+ all: "Qualsiasi professionista disponibile"
26206
+ },
26207
+ date: {
26208
+ heading: "Data"
26209
+ },
26210
+ slot: {
26211
+ heading: "Orario"
26212
+ },
26213
+ emptyServices: {
26214
+ title: "Nessuna prestazione prenotabile",
26215
+ description: "Non ci sono prestazioni disponibili per questa selezione."
26216
+ },
26217
+ onboardingIncomplete: {
26218
+ title: "Nessun professionista disponibile",
26219
+ description: "Lo studio non ha ancora configurato professionisti per questa prestazione. Prova una prestazione diversa o riprova più tardi."
26220
+ },
26221
+ nextAvailable: {
26222
+ description: "Nessuna disponibilità nel periodo selezionato. La prossima data disponibile è {{date}}.",
26223
+ cta: "Vai alla prima data disponibile"
26224
+ },
26225
+ confirmation: {
26226
+ heading: "Come vuoi ricevere la conferma?",
26227
+ helper: "Ti invieremo un link per confermare la prenotazione sui canali che selezioni.",
26228
+ atLeastOne: "Seleziona almeno un canale per ricevere la conferma della prenotazione.",
26229
+ channel: {
26230
+ email: "Email",
26231
+ whatsapp: "WhatsApp",
26232
+ sms: "SMS"
26233
+ }
26234
+ },
26235
+ success: {
26236
+ heading: "Prenotazione inviata",
26237
+ descriptionSingle: "Ti abbiamo inviato un link di conferma via {{channel}}. Clicca il link per confermare la prenotazione.",
26238
+ descriptionMultiple: "Ti abbiamo inviato un link di conferma via {{channels}}. Clicca il link in uno qualsiasi di questi per confermare la prenotazione.",
26239
+ summaryDate: "Data",
26240
+ summaryTime: "Orario",
26241
+ summaryProvider: "Professionista",
26242
+ bookAnother: "Prenota un altro appuntamento"
26243
+ },
26244
+ details: {
26245
+ heading: "I tuoi dati",
26246
+ submit: "Prenota appuntamento",
26247
+ firstName: {
26248
+ label: "Nome",
26249
+ required: "Inserisci il tuo nome."
26250
+ },
26251
+ lastName: {
26252
+ label: "Cognome",
26253
+ required: "Inserisci il tuo cognome."
26254
+ },
26255
+ email: {
26256
+ label: "Email",
26257
+ invalid: "Inserisci un'email valida."
26258
+ },
26259
+ mobilePhone: {
26260
+ label: "Telefono cellulare",
26261
+ invalid: "Inserisci un numero di cellulare valido."
26262
+ },
26263
+ codiceFiscale: {
26264
+ label: "Codice fiscale",
26265
+ helper: "16 caratteri, lettere e numeri.",
26266
+ checking: "Verifica…",
26267
+ invalid: "Codice fiscale non valido.",
26268
+ invalidFormat: "Il codice fiscale deve essere di 16 caratteri (lettere e numeri).",
26269
+ unavailable: "Verifica non disponibile, riprova."
26270
+ },
26271
+ dateOfBirth: {
26272
+ label: "Data di nascita",
26273
+ required: "Inserisci la tua data di nascita."
26274
+ },
26275
+ insuranceNumber: {
26276
+ label: "Numero assicurazione (Versichertennummer)",
26277
+ checking: "Verifica…",
26278
+ invalid: "Numero assicurazione non valido.",
26279
+ unavailable: "Verifica non disponibile, riprova."
26280
+ },
26281
+ note: {
26282
+ label: "Motivo della visita / Note",
26283
+ helper: "Fino a {{max}} caratteri."
26284
+ },
26285
+ returningPatient: {
26286
+ label: "Sono già paziente di questo studio"
26287
+ },
26288
+ consent: {
26289
+ privacy: {
26290
+ label: "Ho letto e accetto l'<policyLink>informativa sulla privacy</policyLink>"
26291
+ },
26292
+ terms: {
26293
+ label: "Ho letto e accetto i <policyLink>termini di servizio</policyLink>"
26294
+ }
26295
+ }
26296
+ }
26297
+ },
26298
+ patientSearch: {
26299
+ regionLabel: "Cerca un appuntamento",
26300
+ who: {
26301
+ label: "Medico, specialità, studio o professionista",
26302
+ placeholder: "Medico, specialità, studio o professionista"
26303
+ },
26304
+ where: {
26305
+ label: "Città, zona o indirizzo",
26306
+ placeholder: "Città, zona o indirizzo"
26307
+ },
26308
+ when: {
26309
+ label: "Quando",
26310
+ today: "Oggi",
26311
+ tomorrow: "Domani",
26312
+ thisWeek: "Questa settimana",
26313
+ anytime: "Quando vuoi"
26314
+ },
26315
+ facets: {
26316
+ label: "Filtri",
26317
+ clear: "Cancella filtri"
26318
+ },
26319
+ geo: {
26320
+ cta: "Vicino a me",
26321
+ requesting: "Localizzazione…",
26322
+ radius: "Raggio",
26323
+ radiusFormat: "{{km}} km",
26324
+ fallbackLabel: "Vicino a me",
26325
+ clear: "Cancella la posizione",
26326
+ denied: "Accesso alla posizione negato. Puoi digitare una città o abilitare la posizione nelle impostazioni del browser."
26327
+ },
26328
+ discovery: {
26329
+ heading: "Cerca per popolare",
26330
+ empty: "Nessun suggerimento da sfogliare — digita un medico o una città qui sopra."
26331
+ },
26332
+ submit: {
26333
+ cta: "Cerca"
26334
+ }
26335
+ },
26336
+ reviewsPanel: {
26337
+ regionLabel: "Opinioni dei pazienti",
26338
+ title: "Opinioni dei pazienti",
26339
+ listLabel: "Elenco opinioni",
26340
+ introHeading: "Informazioni sulle opinioni",
26341
+ filterTitle: "Filtra per stelle",
26342
+ filter: {
26343
+ allShort: "Tutte",
26344
+ allLabel_one: "Tutte — {{count}} opinione",
26345
+ allLabel_other: "Tutte — {{count}} opinioni",
26346
+ starsLabel_one: "{{stars}} stelle — {{count}} opinione",
26347
+ starsLabel_other: "{{stars}} stelle — {{count}} opinioni"
26348
+ },
26349
+ anonymous: "Anonimo",
26350
+ card: {
26351
+ expand: "Mostra dettagli",
26352
+ collapse: "Nascondi dettagli"
26353
+ },
26354
+ replyTitle: "Risposta dello studio",
26355
+ breakdown: {
26356
+ appointment: "Appuntamento",
26357
+ communication: "Comunicazione",
26358
+ staff: "Personale",
26359
+ overall: "Complessiva",
26360
+ futureVisit: "Tornerebbe a visitarci?",
26361
+ recommendation: "Consiglierebbe?"
26362
+ },
26363
+ answer: {
26364
+ yes: "Sì",
26365
+ no: "No",
26366
+ unsure: "Non saprei"
26367
+ },
26368
+ empty: {
26369
+ title: "Nessuna opinione",
26370
+ description: "Le opinioni dei pazienti appariranno qui.",
26371
+ filterDescription: "Nessuna opinione con {{stars}} stelle.",
26372
+ resetFilter: "Mostra tutte le opinioni"
26373
+ }
22571
26374
  },
22572
26375
  chart: {
22573
26376
  noData: "Nessun dato disponibile",
@@ -22898,8 +26701,35 @@ const t = {
22898
26701
  aria: {
22899
26702
  label: "{{state}} {{amount}}"
22900
26703
  }
26704
+ },
26705
+ footer: {
26706
+ nav: {
26707
+ label: "Footer",
26708
+ privacy: "Privacy",
26709
+ terms: "Condizioni di utilizzo",
26710
+ contacts: "Contattaci"
26711
+ },
26712
+ copyright: "© {{year}} {{entity}} · {{vat}}",
26713
+ tagline: "Tecnologia tedesca, design italiano",
26714
+ group: {
26715
+ product: "Soluzioni",
26716
+ resources: "Risorse",
26717
+ company: "Azienda",
26718
+ legal: "Note legali"
26719
+ },
26720
+ social: {
26721
+ aria: {
26722
+ linkedin: "LinkedIn",
26723
+ youtube: "YouTube",
26724
+ instagram: "Instagram",
26725
+ facebook: "Facebook"
26726
+ }
26727
+ },
26728
+ external: {
26729
+ opens_in_new_tab: "(si apre in una nuova scheda)"
26730
+ }
22901
26731
  }
22902
- }, S = [
26732
+ }, A = [
22903
26733
  "en",
22904
26734
  "it",
22905
26735
  "de",
@@ -22918,13 +26748,13 @@ const t = {
22918
26748
  "ja",
22919
26749
  "zh",
22920
26750
  "hi"
22921
- ], A = {
26751
+ ], C = {
22922
26752
  en: f,
22923
- it: v,
26753
+ it: k,
22924
26754
  de: n,
22925
26755
  ar: t,
22926
26756
  fr: r,
22927
- es: i,
26757
+ es: o,
22928
26758
  pt: d,
22929
26759
  nl: c,
22930
26760
  ro: m,
@@ -22933,14 +26763,14 @@ const t = {
22933
26763
  pl: u,
22934
26764
  sv: h,
22935
26765
  ru: p,
22936
- el: o,
26766
+ el: i,
22937
26767
  ja: s,
22938
26768
  zh: y,
22939
26769
  hi: l
22940
26770
  };
22941
- function P(k, w) {
26771
+ function P(v, w) {
22942
26772
  a.addResourceBundle(
22943
- k,
26773
+ v,
22944
26774
  "ui",
22945
26775
  w,
22946
26776
  /* deep */
@@ -22973,11 +26803,11 @@ a.use(_).init({
22973
26803
  // professional review — flag drift via the parity gate.
22974
26804
  resources: {
22975
26805
  en: { ui: f },
22976
- it: { ui: v },
26806
+ it: { ui: k },
22977
26807
  de: { ui: n },
22978
26808
  ar: { ui: t },
22979
26809
  fr: { ui: r },
22980
- es: { ui: i },
26810
+ es: { ui: o },
22981
26811
  pt: { ui: d },
22982
26812
  nl: { ui: c },
22983
26813
  ro: { ui: m },
@@ -22986,23 +26816,23 @@ a.use(_).init({
22986
26816
  pl: { ui: u },
22987
26817
  sv: { ui: h },
22988
26818
  ru: { ui: p },
22989
- el: { ui: o },
26819
+ el: { ui: i },
22990
26820
  ja: { ui: s },
22991
26821
  zh: { ui: y },
22992
26822
  hi: { ui: l }
22993
26823
  }
22994
26824
  });
22995
26825
  export {
22996
- S as LOCALES_WITH_BUNDLES,
26826
+ A as LOCALES_WITH_BUNDLES,
22997
26827
  t as arUi,
22998
26828
  n as deUi,
22999
26829
  T as default,
23000
- o as elUi,
26830
+ i as elUi,
23001
26831
  f as enUi,
23002
- i as esUi,
26832
+ o as esUi,
23003
26833
  r as frUi,
23004
26834
  l as hiUi,
23005
- v as itUi,
26835
+ k as itUi,
23006
26836
  s as jaUi,
23007
26837
  c as nlUi,
23008
26838
  u as plUi,
@@ -23013,7 +26843,7 @@ export {
23013
26843
  g as sqUi,
23014
26844
  h as svUi,
23015
26845
  b as trUi,
23016
- A as uiResources,
26846
+ C as uiResources,
23017
26847
  y as zhUi
23018
26848
  };
23019
26849
  //# sourceMappingURL=config.js.map