@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
@@ -940,7 +940,194 @@
940
940
  "afternoon": "Απόγευμα",
941
941
  "evening": "Βράδυ"
942
942
  },
943
- "slotAvailableLabel": "Διαθέσιμο στις {{time}}"
943
+ "slotAvailableLabel": "Διαθέσιμο στις {{time}}",
944
+ "headingSubtitle": "Επιλέξτε υπηρεσία, ημερομηνία και ώρα και μετά επιβεβαιώστε.",
945
+ "insurance": {
946
+ "heading": "Τύπος ασφάλισης",
947
+ "placeholder": "Επιλέξτε τύπο ασφάλισης",
948
+ "private": "Ιδιωτική",
949
+ "public": "Δημόσια (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Ειδικότητα",
953
+ "placeholder": "Επιλέξτε ειδικότητα"
954
+ },
955
+ "service": {
956
+ "heading": "Υπηρεσία",
957
+ "placeholder": "Επιλέξτε υπηρεσία"
958
+ },
959
+ "operator": {
960
+ "heading": "Επαγγελματίας",
961
+ "placeholder": "Επιλέξτε επαγγελματία",
962
+ "all": "Οποιοσδήποτε διαθέσιμος επαγγελματίας"
963
+ },
964
+ "date": {
965
+ "heading": "Ημερομηνία"
966
+ },
967
+ "slot": {
968
+ "heading": "Ώρα"
969
+ },
970
+ "emptyServices": {
971
+ "title": "Δεν υπάρχουν υπηρεσίες προς κράτηση",
972
+ "description": "Δεν υπάρχουν διαθέσιμες υπηρεσίες για αυτήν την επιλογή."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "Δεν υπάρχουν διαθέσιμοι επαγγελματίες",
976
+ "description": "Το ιατρείο δεν έχει ρυθμίσει ακόμη επαγγελματίες για αυτήν την υπηρεσία. Δοκιμάστε άλλη υπηρεσία ή ξαναδοκιμάστε αργότερα."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "Δεν υπάρχουν διαθέσιμες ώρες στην τρέχουσα περίοδο. Η επόμενη διαθέσιμη ημερομηνία είναι η {{date}}.",
980
+ "cta": "Μετάβαση στην επόμενη διαθέσιμη ημερομηνία"
981
+ },
982
+ "confirmation": {
983
+ "heading": "Πώς θέλετε να λάβετε την επιβεβαίωση;",
984
+ "helper": "Θα σας στείλουμε έναν σύνδεσμο για να επιβεβαιώσετε το ραντεβού σας μέσω των καναλιών που θα επιλέξετε.",
985
+ "atLeastOne": "Επιλέξτε τουλάχιστον ένα κανάλι για να λάβετε την επιβεβαίωση του ραντεβού.",
986
+ "channel": {
987
+ "email": "Email",
988
+ "whatsapp": "WhatsApp",
989
+ "sms": "SMS"
990
+ }
991
+ },
992
+ "success": {
993
+ "heading": "Booking submitted",
994
+ "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
+ "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "summaryDate": "Date",
997
+ "summaryTime": "Time",
998
+ "summaryProvider": "Provider",
999
+ "bookAnother": "Book another appointment"
1000
+ },
1001
+ "details": {
1002
+ "heading": "Τα στοιχεία σας",
1003
+ "submit": "Κράτηση ραντεβού",
1004
+ "firstName": {
1005
+ "label": "Όνομα",
1006
+ "required": "Εισαγάγετε το όνομά σας."
1007
+ },
1008
+ "lastName": {
1009
+ "label": "Επώνυμο",
1010
+ "required": "Εισαγάγετε το επώνυμό σας."
1011
+ },
1012
+ "email": {
1013
+ "label": "Email",
1014
+ "invalid": "Εισαγάγετε μια έγκυρη διεύθυνση email."
1015
+ },
1016
+ "mobilePhone": {
1017
+ "label": "Κινητό τηλέφωνο",
1018
+ "invalid": "Εισαγάγετε έναν έγκυρο αριθμό κινητού."
1019
+ },
1020
+ "codiceFiscale": {
1021
+ "label": "Codice fiscale",
1022
+ "helper": "16 χαρακτήρες, γράμματα και αριθμοί.",
1023
+ "checking": "Έλεγχος…",
1024
+ "invalid": "Μη έγκυρο codice fiscale.",
1025
+ "invalidFormat": "Το codice fiscale πρέπει να αποτελείται από 16 χαρακτήρες (γράμματα και αριθμούς).",
1026
+ "unavailable": "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
1027
+ },
1028
+ "dateOfBirth": {
1029
+ "label": "Ημερομηνία γέννησης",
1030
+ "required": "Εισαγάγετε την ημερομηνία γέννησής σας."
1031
+ },
1032
+ "insuranceNumber": {
1033
+ "label": "Αριθμός ασφάλισης (Versichertennummer)",
1034
+ "checking": "Έλεγχος…",
1035
+ "invalid": "Μη έγκυρος αριθμός ασφάλισης.",
1036
+ "unavailable": "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
1037
+ },
1038
+ "note": {
1039
+ "label": "Λόγος επίσκεψης / σημειώσεις",
1040
+ "helper": "Έως {{max}} χαρακτήρες."
1041
+ },
1042
+ "returningPatient": {
1043
+ "label": "Είμαι ήδη ασθενής αυτού του ιατρείου"
1044
+ },
1045
+ "consent": {
1046
+ "privacy": {
1047
+ "label": "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>"
1048
+ },
1049
+ "terms": {
1050
+ "label": "Έχω διαβάσει και αποδέχομαι τους <policyLink>όρους χρήσης</policyLink>"
1051
+ }
1052
+ }
1053
+ }
1054
+ },
1055
+ "patientSearch": {
1056
+ "regionLabel": "Αναζήτηση ραντεβού",
1057
+ "who": {
1058
+ "label": "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας",
1059
+ "placeholder": "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας"
1060
+ },
1061
+ "where": {
1062
+ "label": "Πόλη, περιοχή ή διεύθυνση",
1063
+ "placeholder": "Πόλη, περιοχή ή διεύθυνση"
1064
+ },
1065
+ "when": {
1066
+ "label": "Πότε",
1067
+ "today": "Σήμερα",
1068
+ "tomorrow": "Αύριο",
1069
+ "thisWeek": "Αυτή την εβδομάδα",
1070
+ "anytime": "Οποτεδήποτε"
1071
+ },
1072
+ "facets": {
1073
+ "label": "Φίλτρα",
1074
+ "clear": "Καθαρισμός φίλτρων"
1075
+ },
1076
+ "geo": {
1077
+ "cta": "Κοντά μου",
1078
+ "requesting": "Εντοπισμός…",
1079
+ "radius": "Ακτίνα",
1080
+ "radiusFormat": "{{km}} χλμ.",
1081
+ "fallbackLabel": "Κοντά μου",
1082
+ "clear": "Καθαρισμός τοποθεσίας",
1083
+ "denied": "Η πρόσβαση στην τοποθεσία απορρίφθηκε. Μπορείτε να πληκτρολογήσετε μια πόλη ή να ενεργοποιήσετε την τοποθεσία στις ρυθμίσεις του προγράμματος περιήγησης."
1084
+ },
1085
+ "discovery": {
1086
+ "heading": "Δείτε δημοφιλείς αναζητήσεις",
1087
+ "empty": "Δεν υπάρχουν προτάσεις — πληκτρολογήστε γιατρό ή πόλη παραπάνω."
1088
+ },
1089
+ "submit": {
1090
+ "cta": "Αναζήτηση"
1091
+ }
1092
+ },
1093
+ "reviewsPanel": {
1094
+ "regionLabel": "Κριτικές ασθενών",
1095
+ "title": "Κριτικές ασθενών",
1096
+ "listLabel": "Λίστα κριτικών",
1097
+ "introHeading": "Σχετικά με αυτές τις κριτικές",
1098
+ "filterTitle": "Φιλτράρισμα κατά αστέρια",
1099
+ "filter": {
1100
+ "allShort": "Όλες",
1101
+ "allLabel_one": "Όλες — {{count}} κριτική",
1102
+ "allLabel_other": "Όλες — {{count}} κριτικές",
1103
+ "starsLabel_one": "{{stars}} αστέρια — {{count}} κριτική",
1104
+ "starsLabel_other": "{{stars}} αστέρια — {{count}} κριτικές"
1105
+ },
1106
+ "anonymous": "Ανώνυμος",
1107
+ "card": {
1108
+ "expand": "Εμφάνιση λεπτομερειών",
1109
+ "collapse": "Απόκρυψη λεπτομερειών"
1110
+ },
1111
+ "replyTitle": "Απάντηση της κλινικής",
1112
+ "breakdown": {
1113
+ "appointment": "Ραντεβού",
1114
+ "communication": "Επικοινωνία",
1115
+ "staff": "Προσωπικό",
1116
+ "overall": "Συνολικά",
1117
+ "futureVisit": "Θα ξανάρχεστε;",
1118
+ "recommendation": "Θα μας προτείνατε;"
1119
+ },
1120
+ "answer": {
1121
+ "yes": "Ναι",
1122
+ "no": "Όχι",
1123
+ "unsure": "Δεν είμαι σίγουρος"
1124
+ },
1125
+ "empty": {
1126
+ "title": "Δεν υπάρχουν κριτικές ακόμα",
1127
+ "description": "Οι κριτικές ασθενών θα εμφανιστούν εδώ.",
1128
+ "filterDescription": "Καμία κριτική με {{stars}} αστέρια.",
1129
+ "resetFilter": "Εμφάνιση όλων των κριτικών"
1130
+ }
944
1131
  },
945
1132
  "chart": {
946
1133
  "noData": "Δεν υπάρχουν διαθέσιμα δεδομένα",
@@ -1271,5 +1458,32 @@
1271
1458
  "aria": {
1272
1459
  "label": "{{state}} {{amount}}"
1273
1460
  }
1461
+ },
1462
+ "footer": {
1463
+ "nav": {
1464
+ "label": "Υποσέλιδο",
1465
+ "privacy": "Απόρρητο",
1466
+ "terms": "Όροι χρήσης",
1467
+ "contacts": "Επικοινωνία"
1468
+ },
1469
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1470
+ "tagline": "Γερμανική τεχνολογία, ιταλικός σχεδιασμός",
1471
+ "group": {
1472
+ "product": "Προϊόν",
1473
+ "resources": "Πόροι",
1474
+ "company": "Εταιρεία",
1475
+ "legal": "Νομικά"
1476
+ },
1477
+ "social": {
1478
+ "aria": {
1479
+ "linkedin": "LinkedIn",
1480
+ "youtube": "YouTube",
1481
+ "instagram": "Instagram",
1482
+ "facebook": "Facebook"
1483
+ }
1484
+ },
1485
+ "external": {
1486
+ "opens_in_new_tab": "(ανοίγει σε νέα καρτέλα)"
1487
+ }
1274
1488
  }
1275
1489
  }
@@ -940,7 +940,194 @@
940
940
  "afternoon": "Afternoon",
941
941
  "evening": "Evening"
942
942
  },
943
- "slotAvailableLabel": "Available at {{time}}"
943
+ "slotAvailableLabel": "Available at {{time}}",
944
+ "headingSubtitle": "Pick a service, date and time, then confirm.",
945
+ "insurance": {
946
+ "heading": "Insurance type",
947
+ "placeholder": "Choose insurance type",
948
+ "private": "Private",
949
+ "public": "Statutory (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Specialty",
953
+ "placeholder": "Choose a specialty"
954
+ },
955
+ "service": {
956
+ "heading": "Service",
957
+ "placeholder": "Choose a service"
958
+ },
959
+ "operator": {
960
+ "heading": "Provider",
961
+ "placeholder": "Choose a provider",
962
+ "all": "Any available provider"
963
+ },
964
+ "date": {
965
+ "heading": "Date"
966
+ },
967
+ "slot": {
968
+ "heading": "Time"
969
+ },
970
+ "emptyServices": {
971
+ "title": "No bookable services",
972
+ "description": "There are no services available for this selection."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "No providers available",
976
+ "description": "The practice has not yet configured providers for this service. Try a different service or check back later."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "No openings in the current window. Next available date is {{date}}.",
980
+ "cta": "Jump to next available"
981
+ },
982
+ "confirmation": {
983
+ "heading": "How should we send your confirmation?",
984
+ "helper": "We'll send a link to confirm your booking on the channels you select.",
985
+ "atLeastOne": "Select at least one way to receive your booking confirmation.",
986
+ "channel": {
987
+ "email": "Email",
988
+ "whatsapp": "WhatsApp",
989
+ "sms": "SMS"
990
+ }
991
+ },
992
+ "success": {
993
+ "heading": "Booking submitted",
994
+ "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
+ "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "summaryDate": "Date",
997
+ "summaryTime": "Time",
998
+ "summaryProvider": "Provider",
999
+ "bookAnother": "Book another appointment"
1000
+ },
1001
+ "details": {
1002
+ "heading": "Your details",
1003
+ "submit": "Book appointment",
1004
+ "firstName": {
1005
+ "label": "First name",
1006
+ "required": "Enter your first name."
1007
+ },
1008
+ "lastName": {
1009
+ "label": "Last name",
1010
+ "required": "Enter your last name."
1011
+ },
1012
+ "email": {
1013
+ "label": "Email",
1014
+ "invalid": "Enter a valid email address."
1015
+ },
1016
+ "mobilePhone": {
1017
+ "label": "Mobile phone",
1018
+ "invalid": "Enter a valid mobile number."
1019
+ },
1020
+ "codiceFiscale": {
1021
+ "label": "Codice fiscale",
1022
+ "helper": "16 characters, letters and numbers.",
1023
+ "checking": "Checking…",
1024
+ "invalid": "Invalid codice fiscale.",
1025
+ "invalidFormat": "Codice fiscale must be 16 characters (letters and numbers).",
1026
+ "unavailable": "Validation unavailable, please try again."
1027
+ },
1028
+ "dateOfBirth": {
1029
+ "label": "Date of birth",
1030
+ "required": "Enter your date of birth."
1031
+ },
1032
+ "insuranceNumber": {
1033
+ "label": "Insurance number (Versichertennummer)",
1034
+ "checking": "Checking…",
1035
+ "invalid": "Invalid insurance number.",
1036
+ "unavailable": "Validation unavailable, please try again."
1037
+ },
1038
+ "note": {
1039
+ "label": "Reason for visit / anything we should know",
1040
+ "helper": "Up to {{max}} characters."
1041
+ },
1042
+ "returningPatient": {
1043
+ "label": "I'm already a patient at this practice"
1044
+ },
1045
+ "consent": {
1046
+ "privacy": {
1047
+ "label": "I have read and accept the <policyLink>privacy policy</policyLink>"
1048
+ },
1049
+ "terms": {
1050
+ "label": "I have read and accept the <policyLink>terms of service</policyLink>"
1051
+ }
1052
+ }
1053
+ }
1054
+ },
1055
+ "patientSearch": {
1056
+ "regionLabel": "Search appointments",
1057
+ "who": {
1058
+ "label": "Doctor, specialty, studio or operator",
1059
+ "placeholder": "Doctor, specialty, studio or operator"
1060
+ },
1061
+ "where": {
1062
+ "label": "City, district or address",
1063
+ "placeholder": "City, district or address"
1064
+ },
1065
+ "when": {
1066
+ "label": "When",
1067
+ "today": "Today",
1068
+ "tomorrow": "Tomorrow",
1069
+ "thisWeek": "This week",
1070
+ "anytime": "Anytime"
1071
+ },
1072
+ "facets": {
1073
+ "label": "Filters",
1074
+ "clear": "Clear filters"
1075
+ },
1076
+ "geo": {
1077
+ "cta": "Near me",
1078
+ "requesting": "Locating…",
1079
+ "radius": "Radius",
1080
+ "radiusFormat": "{{km}} km",
1081
+ "fallbackLabel": "Near me",
1082
+ "clear": "Clear location",
1083
+ "denied": "Location access denied. You can type a city or enable location in your browser settings."
1084
+ },
1085
+ "discovery": {
1086
+ "heading": "Browse by popular search",
1087
+ "empty": "No suggestions to browse — type a doctor or city above."
1088
+ },
1089
+ "submit": {
1090
+ "cta": "Search"
1091
+ }
1092
+ },
1093
+ "reviewsPanel": {
1094
+ "regionLabel": "Patient reviews",
1095
+ "title": "Patient reviews",
1096
+ "listLabel": "Review list",
1097
+ "introHeading": "About these reviews",
1098
+ "filterTitle": "Filter by stars",
1099
+ "filter": {
1100
+ "allShort": "All",
1101
+ "allLabel_one": "All — {{count}} review",
1102
+ "allLabel_other": "All — {{count}} reviews",
1103
+ "starsLabel_one": "{{stars}} stars — {{count}} review",
1104
+ "starsLabel_other": "{{stars}} stars — {{count}} reviews"
1105
+ },
1106
+ "anonymous": "Anonymous",
1107
+ "card": {
1108
+ "expand": "Show details",
1109
+ "collapse": "Hide details"
1110
+ },
1111
+ "replyTitle": "Reply from the practice",
1112
+ "breakdown": {
1113
+ "appointment": "Appointment",
1114
+ "communication": "Communication",
1115
+ "staff": "Staff",
1116
+ "overall": "Overall",
1117
+ "futureVisit": "Would visit again?",
1118
+ "recommendation": "Would recommend?"
1119
+ },
1120
+ "answer": {
1121
+ "yes": "Yes",
1122
+ "no": "No",
1123
+ "unsure": "Not sure"
1124
+ },
1125
+ "empty": {
1126
+ "title": "No reviews yet",
1127
+ "description": "Reviews from patients will appear here.",
1128
+ "filterDescription": "No reviews with {{stars}} stars.",
1129
+ "resetFilter": "Show all reviews"
1130
+ }
944
1131
  },
945
1132
  "chart": {
946
1133
  "noData": "No data available",
@@ -1271,5 +1458,32 @@
1271
1458
  "aria": {
1272
1459
  "label": "{{state}} {{amount}}"
1273
1460
  }
1461
+ },
1462
+ "footer": {
1463
+ "nav": {
1464
+ "label": "Footer",
1465
+ "privacy": "Privacy",
1466
+ "terms": "Terms of use",
1467
+ "contacts": "Contact us"
1468
+ },
1469
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1470
+ "tagline": "German technology, Italian design",
1471
+ "group": {
1472
+ "product": "Solutions",
1473
+ "resources": "Resources",
1474
+ "company": "Company",
1475
+ "legal": "Legal"
1476
+ },
1477
+ "social": {
1478
+ "aria": {
1479
+ "linkedin": "LinkedIn",
1480
+ "youtube": "YouTube",
1481
+ "instagram": "Instagram",
1482
+ "facebook": "Facebook"
1483
+ }
1484
+ },
1485
+ "external": {
1486
+ "opens_in_new_tab": "(opens in new tab)"
1487
+ }
1274
1488
  }
1275
1489
  }
@@ -940,7 +940,194 @@
940
940
  "afternoon": "Tarde",
941
941
  "evening": "Noche"
942
942
  },
943
- "slotAvailableLabel": "Disponible a las {{time}}"
943
+ "slotAvailableLabel": "Disponible a las {{time}}",
944
+ "headingSubtitle": "Elige servicio, fecha y hora, luego confirma.",
945
+ "insurance": {
946
+ "heading": "Tipo de seguro",
947
+ "placeholder": "Elige el tipo de seguro",
948
+ "private": "Privado",
949
+ "public": "Público (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Especialidad",
953
+ "placeholder": "Elige una especialidad"
954
+ },
955
+ "service": {
956
+ "heading": "Servicio",
957
+ "placeholder": "Elige un servicio"
958
+ },
959
+ "operator": {
960
+ "heading": "Profesional",
961
+ "placeholder": "Elige un profesional",
962
+ "all": "Cualquier profesional disponible"
963
+ },
964
+ "date": {
965
+ "heading": "Fecha"
966
+ },
967
+ "slot": {
968
+ "heading": "Hora"
969
+ },
970
+ "emptyServices": {
971
+ "title": "No hay servicios reservables",
972
+ "description": "No hay servicios disponibles para esta selección."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "No hay profesionales disponibles",
976
+ "description": "La clínica todavía no ha configurado profesionales para este servicio. Prueba con otro servicio o vuelve a intentarlo más tarde."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "No hay disponibilidad en el periodo actual. La próxima fecha disponible es el {{date}}.",
980
+ "cta": "Ir a la próxima fecha disponible"
981
+ },
982
+ "confirmation": {
983
+ "heading": "¿Cómo quieres recibir la confirmación?",
984
+ "helper": "Te enviaremos un enlace para confirmar tu cita por los canales que selecciones.",
985
+ "atLeastOne": "Selecciona al menos un canal para recibir la confirmación de la cita.",
986
+ "channel": {
987
+ "email": "Correo electrónico",
988
+ "whatsapp": "WhatsApp",
989
+ "sms": "SMS"
990
+ }
991
+ },
992
+ "success": {
993
+ "heading": "Booking submitted",
994
+ "descriptionSingle": "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.",
995
+ "descriptionMultiple": "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.",
996
+ "summaryDate": "Date",
997
+ "summaryTime": "Time",
998
+ "summaryProvider": "Provider",
999
+ "bookAnother": "Book another appointment"
1000
+ },
1001
+ "details": {
1002
+ "heading": "Tus datos",
1003
+ "submit": "Reservar cita",
1004
+ "firstName": {
1005
+ "label": "Nombre",
1006
+ "required": "Introduce tu nombre."
1007
+ },
1008
+ "lastName": {
1009
+ "label": "Apellido",
1010
+ "required": "Introduce tu apellido."
1011
+ },
1012
+ "email": {
1013
+ "label": "Correo electrónico",
1014
+ "invalid": "Introduce un correo electrónico válido."
1015
+ },
1016
+ "mobilePhone": {
1017
+ "label": "Teléfono móvil",
1018
+ "invalid": "Introduce un número de móvil válido."
1019
+ },
1020
+ "codiceFiscale": {
1021
+ "label": "Codice fiscale",
1022
+ "helper": "16 caracteres, letras y números.",
1023
+ "checking": "Comprobando…",
1024
+ "invalid": "Codice fiscale no válido.",
1025
+ "invalidFormat": "El codice fiscale debe tener 16 caracteres (letras y números).",
1026
+ "unavailable": "Validación no disponible, inténtalo de nuevo."
1027
+ },
1028
+ "dateOfBirth": {
1029
+ "label": "Fecha de nacimiento",
1030
+ "required": "Introduce tu fecha de nacimiento."
1031
+ },
1032
+ "insuranceNumber": {
1033
+ "label": "Número de seguro (Versichertennummer)",
1034
+ "checking": "Comprobando…",
1035
+ "invalid": "Número de seguro no válido.",
1036
+ "unavailable": "Validación no disponible, inténtalo de nuevo."
1037
+ },
1038
+ "note": {
1039
+ "label": "Motivo de la visita / información útil",
1040
+ "helper": "Hasta {{max}} caracteres."
1041
+ },
1042
+ "returningPatient": {
1043
+ "label": "Ya soy paciente de esta clínica"
1044
+ },
1045
+ "consent": {
1046
+ "privacy": {
1047
+ "label": "He leído y acepto la <policyLink>política de privacidad</policyLink>"
1048
+ },
1049
+ "terms": {
1050
+ "label": "He leído y acepto los <policyLink>términos del servicio</policyLink>"
1051
+ }
1052
+ }
1053
+ }
1054
+ },
1055
+ "patientSearch": {
1056
+ "regionLabel": "Buscar cita",
1057
+ "who": {
1058
+ "label": "Médico, especialidad, consulta o profesional",
1059
+ "placeholder": "Médico, especialidad, consulta o profesional"
1060
+ },
1061
+ "where": {
1062
+ "label": "Ciudad, barrio o dirección",
1063
+ "placeholder": "Ciudad, barrio o dirección"
1064
+ },
1065
+ "when": {
1066
+ "label": "Cuándo",
1067
+ "today": "Hoy",
1068
+ "tomorrow": "Mañana",
1069
+ "thisWeek": "Esta semana",
1070
+ "anytime": "En cualquier momento"
1071
+ },
1072
+ "facets": {
1073
+ "label": "Filtros",
1074
+ "clear": "Borrar filtros"
1075
+ },
1076
+ "geo": {
1077
+ "cta": "Cerca de mí",
1078
+ "requesting": "Localizando…",
1079
+ "radius": "Radio",
1080
+ "radiusFormat": "{{km}} km",
1081
+ "fallbackLabel": "Cerca de mí",
1082
+ "clear": "Borrar ubicación",
1083
+ "denied": "Acceso a la ubicación denegado. Puedes escribir una ciudad o activar la ubicación en los ajustes del navegador."
1084
+ },
1085
+ "discovery": {
1086
+ "heading": "Explora por búsquedas populares",
1087
+ "empty": "No hay sugerencias para explorar — escribe un médico o una ciudad arriba."
1088
+ },
1089
+ "submit": {
1090
+ "cta": "Buscar"
1091
+ }
1092
+ },
1093
+ "reviewsPanel": {
1094
+ "regionLabel": "Opiniones de pacientes",
1095
+ "title": "Opiniones de pacientes",
1096
+ "listLabel": "Lista de opiniones",
1097
+ "introHeading": "Acerca de estas opiniones",
1098
+ "filterTitle": "Filtrar por estrellas",
1099
+ "filter": {
1100
+ "allShort": "Todas",
1101
+ "allLabel_one": "Todas — {{count}} opinión",
1102
+ "allLabel_other": "Todas — {{count}} opiniones",
1103
+ "starsLabel_one": "{{stars}} estrellas — {{count}} opinión",
1104
+ "starsLabel_other": "{{stars}} estrellas — {{count}} opiniones"
1105
+ },
1106
+ "anonymous": "Anónimo",
1107
+ "card": {
1108
+ "expand": "Mostrar detalles",
1109
+ "collapse": "Ocultar detalles"
1110
+ },
1111
+ "replyTitle": "Respuesta de la clínica",
1112
+ "breakdown": {
1113
+ "appointment": "Cita",
1114
+ "communication": "Comunicación",
1115
+ "staff": "Personal",
1116
+ "overall": "General",
1117
+ "futureVisit": "¿Volvería?",
1118
+ "recommendation": "¿Recomendaría?"
1119
+ },
1120
+ "answer": {
1121
+ "yes": "Sí",
1122
+ "no": "No",
1123
+ "unsure": "No estoy seguro"
1124
+ },
1125
+ "empty": {
1126
+ "title": "Aún no hay opiniones",
1127
+ "description": "Las opiniones de los pacientes aparecerán aquí.",
1128
+ "filterDescription": "No hay opiniones con {{stars}} estrellas.",
1129
+ "resetFilter": "Mostrar todas las opiniones"
1130
+ }
944
1131
  },
945
1132
  "chart": {
946
1133
  "noData": "Sin datos disponibles",
@@ -1271,5 +1458,32 @@
1271
1458
  "aria": {
1272
1459
  "label": "{{state}} {{amount}}"
1273
1460
  }
1461
+ },
1462
+ "footer": {
1463
+ "nav": {
1464
+ "label": "Pie de página",
1465
+ "privacy": "Privacidad",
1466
+ "terms": "Condiciones de uso",
1467
+ "contacts": "Contáctenos"
1468
+ },
1469
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1470
+ "tagline": "Tecnología alemana, diseño italiano",
1471
+ "group": {
1472
+ "product": "Producto",
1473
+ "resources": "Recursos",
1474
+ "company": "Empresa",
1475
+ "legal": "Legal"
1476
+ },
1477
+ "social": {
1478
+ "aria": {
1479
+ "linkedin": "LinkedIn",
1480
+ "youtube": "YouTube",
1481
+ "instagram": "Instagram",
1482
+ "facebook": "Facebook"
1483
+ }
1484
+ },
1485
+ "external": {
1486
+ "opens_in_new_tab": "(se abre en una pestaña nueva)"
1487
+ }
1274
1488
  }
1275
1489
  }