@alfadocs/ui-kit 0.25.2 → 0.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/_chunks/booking-Bw9eOU4k.js +2292 -0
  2. package/dist/_chunks/{calendar-9eOXumpH.js → calendar-WWNx448i.js} +10 -9
  3. package/dist/_chunks/{contact-card-CeEfEAxh.js → contact-card-DYbp--s-.js} +2 -2
  4. package/dist/_chunks/{header-B8V_sNPy.js → header-CkMb1TZS.js} +23 -23
  5. package/dist/_chunks/heart-pulse-CvuyFKHB.js +21 -0
  6. package/dist/_chunks/{link-DmM5IevO.js → link-DrD_cRUg.js} +50 -45
  7. package/dist/_chunks/parseISO-Dk4xa7q6.js +120 -0
  8. package/dist/_chunks/patient-search-DuSoGG2t.js +1113 -0
  9. package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
  10. package/dist/_chunks/public-footer.agent-DivkKdG4.js +537 -0
  11. package/dist/_chunks/reviews-panel-CFttsfuC.js +513 -0
  12. package/dist/_chunks/slot-grid-B2zprPcv.js +387 -0
  13. package/dist/_chunks/stethoscope-DT5qCW8Y.js +18 -0
  14. package/dist/agent-catalog.json +117 -22
  15. package/dist/components/booking/booking-types.d.ts +167 -0
  16. package/dist/components/booking/booking.agent.d.ts +1 -1
  17. package/dist/components/booking/booking.d.ts +4 -89
  18. package/dist/components/booking/cascade.d.ts +96 -0
  19. package/dist/components/booking/details-form.d.ts +39 -0
  20. package/dist/components/booking/index.d.ts +2 -1
  21. package/dist/components/booking/index.js +5 -3
  22. package/dist/components/calendar/index.js +1 -1
  23. package/dist/components/checkbox/checkbox.d.ts +6 -2
  24. package/dist/components/contact-card/index.js +1 -1
  25. package/dist/components/header/index.js +1 -1
  26. package/dist/components/index.d.ts +3 -0
  27. package/dist/components/link/index.js +1 -1
  28. package/dist/components/link/link.d.ts +7 -0
  29. package/dist/components/patient-search/index.d.ts +4 -0
  30. package/dist/components/patient-search/index.js +6 -0
  31. package/dist/components/patient-search/patient-search.agent.d.ts +4 -0
  32. package/dist/components/patient-search/patient-search.d.ts +112 -0
  33. package/dist/components/public-footer/index.d.ts +6 -0
  34. package/dist/components/public-footer/index.js +10 -0
  35. package/dist/components/public-footer/legal-urls.d.ts +18 -0
  36. package/dist/components/public-footer/public-footer.agent.d.ts +4 -0
  37. package/dist/components/public-footer/public-footer.d.ts +58 -0
  38. package/dist/components/public-footer/socials.d.ts +9 -0
  39. package/dist/components/reviews-panel/index.d.ts +4 -0
  40. package/dist/components/reviews-panel/index.js +6 -0
  41. package/dist/components/reviews-panel/reviews-panel.agent.d.ts +4 -0
  42. package/dist/components/reviews-panel/reviews-panel.d.ts +76 -0
  43. package/dist/components/slot-grid/index.js +1 -1
  44. package/dist/i18n/config.js +3994 -38
  45. package/dist/i18n/locales/ar.d.ts +221 -0
  46. package/dist/i18n/locales/de.d.ts +221 -0
  47. package/dist/i18n/locales/el.d.ts +221 -0
  48. package/dist/i18n/locales/es.d.ts +221 -0
  49. package/dist/i18n/locales/fr.d.ts +221 -0
  50. package/dist/i18n/locales/hi.d.ts +221 -0
  51. package/dist/i18n/locales/ja.d.ts +221 -0
  52. package/dist/i18n/locales/nl.d.ts +221 -0
  53. package/dist/i18n/locales/pl.d.ts +221 -0
  54. package/dist/i18n/locales/pt.d.ts +221 -0
  55. package/dist/i18n/locales/ro.d.ts +221 -0
  56. package/dist/i18n/locales/ru.d.ts +221 -0
  57. package/dist/i18n/locales/sq.d.ts +221 -0
  58. package/dist/i18n/locales/sv.d.ts +221 -0
  59. package/dist/i18n/locales/tr.d.ts +221 -0
  60. package/dist/i18n/locales/zh.d.ts +221 -0
  61. package/dist/i18n/resources.d.ts +442 -0
  62. package/dist/index.js +351 -336
  63. package/dist/locales/ar.json +222 -1
  64. package/dist/locales/de.json +222 -1
  65. package/dist/locales/el.json +222 -1
  66. package/dist/locales/en.json +222 -1
  67. package/dist/locales/es.json +222 -1
  68. package/dist/locales/fr.json +222 -1
  69. package/dist/locales/hi.json +222 -1
  70. package/dist/locales/it.json +222 -1
  71. package/dist/locales/ja.json +222 -1
  72. package/dist/locales/nl.json +222 -1
  73. package/dist/locales/pl.json +222 -1
  74. package/dist/locales/pt.json +222 -1
  75. package/dist/locales/ro.json +222 -1
  76. package/dist/locales/ru.json +222 -1
  77. package/dist/locales/sq.json +222 -1
  78. package/dist/locales/sv.json +222 -1
  79. package/dist/locales/tr.json +222 -1
  80. package/dist/locales/zh.json +222 -1
  81. package/dist/patterns/patient-shell/index.js +1 -1
  82. package/dist/tokens.css +1 -1
  83. package/package.json +17 -1
  84. package/dist/_chunks/booking-CXngC-1u.js +0 -1743
  85. package/dist/_chunks/slot-grid-DoodeQGZ.js +0 -502
  86. package/dist/_chunks/stethoscope-B8kpbtjh.js +0 -35
@@ -940,7 +940,201 @@
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
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
997
+ "summaryDate": "Date",
998
+ "summaryTime": "Time",
999
+ "summaryProvider": "Provider",
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1007
+ },
1008
+ "details": {
1009
+ "heading": "Τα στοιχεία σας",
1010
+ "submit": "Κράτηση ραντεβού",
1011
+ "firstName": {
1012
+ "label": "Όνομα",
1013
+ "required": "Εισαγάγετε το όνομά σας."
1014
+ },
1015
+ "lastName": {
1016
+ "label": "Επώνυμο",
1017
+ "required": "Εισαγάγετε το επώνυμό σας."
1018
+ },
1019
+ "email": {
1020
+ "label": "Email",
1021
+ "invalid": "Εισαγάγετε μια έγκυρη διεύθυνση email."
1022
+ },
1023
+ "mobilePhone": {
1024
+ "label": "Κινητό τηλέφωνο",
1025
+ "invalid": "Εισαγάγετε έναν έγκυρο αριθμό κινητού."
1026
+ },
1027
+ "codiceFiscale": {
1028
+ "label": "Codice fiscale",
1029
+ "helper": "16 χαρακτήρες, γράμματα και αριθμοί.",
1030
+ "checking": "Έλεγχος…",
1031
+ "invalid": "Μη έγκυρο codice fiscale.",
1032
+ "invalidFormat": "Το codice fiscale πρέπει να αποτελείται από 16 χαρακτήρες (γράμματα και αριθμούς).",
1033
+ "unavailable": "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
1034
+ },
1035
+ "dateOfBirth": {
1036
+ "label": "Ημερομηνία γέννησης",
1037
+ "required": "Εισαγάγετε την ημερομηνία γέννησής σας."
1038
+ },
1039
+ "insuranceNumber": {
1040
+ "label": "Αριθμός ασφάλισης (Versichertennummer)",
1041
+ "checking": "Έλεγχος…",
1042
+ "invalid": "Μη έγκυρος αριθμός ασφάλισης.",
1043
+ "unavailable": "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά."
1044
+ },
1045
+ "note": {
1046
+ "label": "Λόγος επίσκεψης / σημειώσεις",
1047
+ "helper": "Έως {{max}} χαρακτήρες."
1048
+ },
1049
+ "returningPatient": {
1050
+ "label": "Είμαι ήδη ασθενής αυτού του ιατρείου"
1051
+ },
1052
+ "consent": {
1053
+ "privacy": {
1054
+ "label": "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>"
1055
+ },
1056
+ "terms": {
1057
+ "label": "Έχω διαβάσει και αποδέχομαι τους <policyLink>όρους χρήσης</policyLink>"
1058
+ }
1059
+ }
1060
+ }
1061
+ },
1062
+ "patientSearch": {
1063
+ "regionLabel": "Αναζήτηση ραντεβού",
1064
+ "who": {
1065
+ "label": "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας",
1066
+ "placeholder": "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας"
1067
+ },
1068
+ "where": {
1069
+ "label": "Πόλη, περιοχή ή διεύθυνση",
1070
+ "placeholder": "Πόλη, περιοχή ή διεύθυνση"
1071
+ },
1072
+ "when": {
1073
+ "label": "Πότε",
1074
+ "today": "Σήμερα",
1075
+ "tomorrow": "Αύριο",
1076
+ "thisWeek": "Αυτή την εβδομάδα",
1077
+ "anytime": "Οποτεδήποτε"
1078
+ },
1079
+ "facets": {
1080
+ "label": "Φίλτρα",
1081
+ "clear": "Καθαρισμός φίλτρων"
1082
+ },
1083
+ "geo": {
1084
+ "cta": "Κοντά μου",
1085
+ "requesting": "Εντοπισμός…",
1086
+ "radius": "Ακτίνα",
1087
+ "radiusFormat": "{{km}} χλμ.",
1088
+ "fallbackLabel": "Κοντά μου",
1089
+ "clear": "Καθαρισμός τοποθεσίας",
1090
+ "denied": "Η πρόσβαση στην τοποθεσία απορρίφθηκε. Μπορείτε να πληκτρολογήσετε μια πόλη ή να ενεργοποιήσετε την τοποθεσία στις ρυθμίσεις του προγράμματος περιήγησης."
1091
+ },
1092
+ "discovery": {
1093
+ "heading": "Δείτε δημοφιλείς αναζητήσεις",
1094
+ "empty": "Δεν υπάρχουν προτάσεις — πληκτρολογήστε γιατρό ή πόλη παραπάνω."
1095
+ },
1096
+ "submit": {
1097
+ "cta": "Αναζήτηση"
1098
+ }
1099
+ },
1100
+ "reviewsPanel": {
1101
+ "regionLabel": "Κριτικές ασθενών",
1102
+ "title": "Κριτικές ασθενών",
1103
+ "listLabel": "Λίστα κριτικών",
1104
+ "introHeading": "Σχετικά με αυτές τις κριτικές",
1105
+ "filterTitle": "Φιλτράρισμα κατά αστέρια",
1106
+ "filter": {
1107
+ "allShort": "Όλες",
1108
+ "allLabel_one": "Όλες — {{count}} κριτική",
1109
+ "allLabel_other": "Όλες — {{count}} κριτικές",
1110
+ "starsLabel_one": "{{stars}} αστέρια — {{count}} κριτική",
1111
+ "starsLabel_other": "{{stars}} αστέρια — {{count}} κριτικές"
1112
+ },
1113
+ "anonymous": "Ανώνυμος",
1114
+ "card": {
1115
+ "expand": "Εμφάνιση λεπτομερειών",
1116
+ "collapse": "Απόκρυψη λεπτομερειών"
1117
+ },
1118
+ "replyTitle": "Απάντηση της κλινικής",
1119
+ "breakdown": {
1120
+ "appointment": "Ραντεβού",
1121
+ "communication": "Επικοινωνία",
1122
+ "staff": "Προσωπικό",
1123
+ "overall": "Συνολικά",
1124
+ "futureVisit": "Θα ξανάρχεστε;",
1125
+ "recommendation": "Θα μας προτείνατε;"
1126
+ },
1127
+ "answer": {
1128
+ "yes": "Ναι",
1129
+ "no": "Όχι",
1130
+ "unsure": "Δεν είμαι σίγουρος"
1131
+ },
1132
+ "empty": {
1133
+ "title": "Δεν υπάρχουν κριτικές ακόμα",
1134
+ "description": "Οι κριτικές ασθενών θα εμφανιστούν εδώ.",
1135
+ "filterDescription": "Καμία κριτική με {{stars}} αστέρια.",
1136
+ "resetFilter": "Εμφάνιση όλων των κριτικών"
1137
+ }
944
1138
  },
945
1139
  "chart": {
946
1140
  "noData": "Δεν υπάρχουν διαθέσιμα δεδομένα",
@@ -1271,5 +1465,32 @@
1271
1465
  "aria": {
1272
1466
  "label": "{{state}} {{amount}}"
1273
1467
  }
1468
+ },
1469
+ "footer": {
1470
+ "nav": {
1471
+ "label": "Υποσέλιδο",
1472
+ "privacy": "Απόρρητο",
1473
+ "terms": "Όροι χρήσης",
1474
+ "contacts": "Επικοινωνία"
1475
+ },
1476
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1477
+ "tagline": "Γερμανική τεχνολογία, ιταλικός σχεδιασμός",
1478
+ "group": {
1479
+ "product": "Προϊόν",
1480
+ "resources": "Πόροι",
1481
+ "company": "Εταιρεία",
1482
+ "legal": "Νομικά"
1483
+ },
1484
+ "social": {
1485
+ "aria": {
1486
+ "linkedin": "LinkedIn",
1487
+ "youtube": "YouTube",
1488
+ "instagram": "Instagram",
1489
+ "facebook": "Facebook"
1490
+ }
1491
+ },
1492
+ "external": {
1493
+ "opens_in_new_tab": "(ανοίγει σε νέα καρτέλα)"
1494
+ }
1274
1495
  }
1275
1496
  }
@@ -940,7 +940,201 @@
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
+ "descriptionDemo": "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.",
997
+ "summaryDate": "Date",
998
+ "summaryTime": "Time",
999
+ "summaryProvider": "Provider",
1000
+ "summaryService": "Service",
1001
+ "summarySpecialty": "Specialty",
1002
+ "bookAnother": "Book another appointment",
1003
+ "modifyBooking": "Modify booking"
1004
+ },
1005
+ "submitError": {
1006
+ "generic": "We couldn't submit your booking. Please try again."
1007
+ },
1008
+ "details": {
1009
+ "heading": "Your details",
1010
+ "submit": "Book appointment",
1011
+ "firstName": {
1012
+ "label": "First name",
1013
+ "required": "Enter your first name."
1014
+ },
1015
+ "lastName": {
1016
+ "label": "Last name",
1017
+ "required": "Enter your last name."
1018
+ },
1019
+ "email": {
1020
+ "label": "Email",
1021
+ "invalid": "Enter a valid email address."
1022
+ },
1023
+ "mobilePhone": {
1024
+ "label": "Mobile phone",
1025
+ "invalid": "Enter a valid mobile number."
1026
+ },
1027
+ "codiceFiscale": {
1028
+ "label": "Codice fiscale",
1029
+ "helper": "16 characters, letters and numbers.",
1030
+ "checking": "Checking…",
1031
+ "invalid": "Invalid codice fiscale.",
1032
+ "invalidFormat": "Codice fiscale must be 16 characters (letters and numbers).",
1033
+ "unavailable": "Validation unavailable, please try again."
1034
+ },
1035
+ "dateOfBirth": {
1036
+ "label": "Date of birth",
1037
+ "required": "Enter your date of birth."
1038
+ },
1039
+ "insuranceNumber": {
1040
+ "label": "Insurance number (Versichertennummer)",
1041
+ "checking": "Checking…",
1042
+ "invalid": "Invalid insurance number.",
1043
+ "unavailable": "Validation unavailable, please try again."
1044
+ },
1045
+ "note": {
1046
+ "label": "Reason for visit / anything we should know",
1047
+ "helper": "Up to {{max}} characters."
1048
+ },
1049
+ "returningPatient": {
1050
+ "label": "I'm already a patient at this practice"
1051
+ },
1052
+ "consent": {
1053
+ "privacy": {
1054
+ "label": "I have read and accept the <policyLink>privacy policy</policyLink>"
1055
+ },
1056
+ "terms": {
1057
+ "label": "I have read and accept the <policyLink>terms of service</policyLink>"
1058
+ }
1059
+ }
1060
+ }
1061
+ },
1062
+ "patientSearch": {
1063
+ "regionLabel": "Search appointments",
1064
+ "who": {
1065
+ "label": "Doctor, specialty, studio or operator",
1066
+ "placeholder": "Doctor, specialty, studio or operator"
1067
+ },
1068
+ "where": {
1069
+ "label": "City, district or address",
1070
+ "placeholder": "City, district or address"
1071
+ },
1072
+ "when": {
1073
+ "label": "When",
1074
+ "today": "Today",
1075
+ "tomorrow": "Tomorrow",
1076
+ "thisWeek": "This week",
1077
+ "anytime": "Anytime"
1078
+ },
1079
+ "facets": {
1080
+ "label": "Filters",
1081
+ "clear": "Clear filters"
1082
+ },
1083
+ "geo": {
1084
+ "cta": "Near me",
1085
+ "requesting": "Locating…",
1086
+ "radius": "Radius",
1087
+ "radiusFormat": "{{km}} km",
1088
+ "fallbackLabel": "Near me",
1089
+ "clear": "Clear location",
1090
+ "denied": "Location access denied. You can type a city or enable location in your browser settings."
1091
+ },
1092
+ "discovery": {
1093
+ "heading": "Browse by popular search",
1094
+ "empty": "No suggestions to browse — type a doctor or city above."
1095
+ },
1096
+ "submit": {
1097
+ "cta": "Search"
1098
+ }
1099
+ },
1100
+ "reviewsPanel": {
1101
+ "regionLabel": "Patient reviews",
1102
+ "title": "Patient reviews",
1103
+ "listLabel": "Review list",
1104
+ "introHeading": "About these reviews",
1105
+ "filterTitle": "Filter by stars",
1106
+ "filter": {
1107
+ "allShort": "All",
1108
+ "allLabel_one": "All — {{count}} review",
1109
+ "allLabel_other": "All — {{count}} reviews",
1110
+ "starsLabel_one": "{{stars}} stars — {{count}} review",
1111
+ "starsLabel_other": "{{stars}} stars — {{count}} reviews"
1112
+ },
1113
+ "anonymous": "Anonymous",
1114
+ "card": {
1115
+ "expand": "Show details",
1116
+ "collapse": "Hide details"
1117
+ },
1118
+ "replyTitle": "Reply from the practice",
1119
+ "breakdown": {
1120
+ "appointment": "Appointment",
1121
+ "communication": "Communication",
1122
+ "staff": "Staff",
1123
+ "overall": "Overall",
1124
+ "futureVisit": "Would visit again?",
1125
+ "recommendation": "Would recommend?"
1126
+ },
1127
+ "answer": {
1128
+ "yes": "Yes",
1129
+ "no": "No",
1130
+ "unsure": "Not sure"
1131
+ },
1132
+ "empty": {
1133
+ "title": "No reviews yet",
1134
+ "description": "Reviews from patients will appear here.",
1135
+ "filterDescription": "No reviews with {{stars}} stars.",
1136
+ "resetFilter": "Show all reviews"
1137
+ }
944
1138
  },
945
1139
  "chart": {
946
1140
  "noData": "No data available",
@@ -1271,5 +1465,32 @@
1271
1465
  "aria": {
1272
1466
  "label": "{{state}} {{amount}}"
1273
1467
  }
1468
+ },
1469
+ "footer": {
1470
+ "nav": {
1471
+ "label": "Footer",
1472
+ "privacy": "Privacy",
1473
+ "terms": "Terms of use",
1474
+ "contacts": "Contact us"
1475
+ },
1476
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1477
+ "tagline": "German technology, Italian design",
1478
+ "group": {
1479
+ "product": "Solutions",
1480
+ "resources": "Resources",
1481
+ "company": "Company",
1482
+ "legal": "Legal"
1483
+ },
1484
+ "social": {
1485
+ "aria": {
1486
+ "linkedin": "LinkedIn",
1487
+ "youtube": "YouTube",
1488
+ "instagram": "Instagram",
1489
+ "facebook": "Facebook"
1490
+ }
1491
+ },
1492
+ "external": {
1493
+ "opens_in_new_tab": "(opens in new tab)"
1494
+ }
1274
1495
  }
1275
1496
  }