@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": "Après-midi",
941
941
  "evening": "Soir"
942
942
  },
943
- "slotAvailableLabel": "Disponible à {{time}}"
943
+ "slotAvailableLabel": "Disponible à {{time}}",
944
+ "headingSubtitle": "Choisissez un service, une date et une heure, puis confirmez.",
945
+ "insurance": {
946
+ "heading": "Type d'assurance",
947
+ "placeholder": "Choisissez le type d'assurance",
948
+ "private": "Privée",
949
+ "public": "Obligatoire (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Spécialité",
953
+ "placeholder": "Choisissez une spécialité"
954
+ },
955
+ "service": {
956
+ "heading": "Service",
957
+ "placeholder": "Choisissez un service"
958
+ },
959
+ "operator": {
960
+ "heading": "Praticien",
961
+ "placeholder": "Choisissez un praticien",
962
+ "all": "Tout praticien disponible"
963
+ },
964
+ "date": {
965
+ "heading": "Date"
966
+ },
967
+ "slot": {
968
+ "heading": "Heure"
969
+ },
970
+ "emptyServices": {
971
+ "title": "Aucun service réservable",
972
+ "description": "Aucun service n'est disponible pour cette sélection."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "Aucun praticien disponible",
976
+ "description": "Le cabinet n'a pas encore configuré de praticiens pour ce service. Essayez un autre service ou revenez plus tard."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "Aucune disponibilité sur la période sélectionnée. La prochaine date disponible est le {{date}}.",
980
+ "cta": "Aller à la prochaine date disponible"
981
+ },
982
+ "confirmation": {
983
+ "heading": "Comment souhaitez-vous recevoir votre confirmation ?",
984
+ "helper": "Nous vous enverrons un lien pour confirmer votre rendez-vous sur les canaux que vous sélectionnez.",
985
+ "atLeastOne": "Sélectionnez au moins un canal pour recevoir la confirmation du rendez-vous.",
986
+ "channel": {
987
+ "email": "E-mail",
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": "Vos coordonnées",
1003
+ "submit": "Prendre rendez-vous",
1004
+ "firstName": {
1005
+ "label": "Prénom",
1006
+ "required": "Saisissez votre prénom."
1007
+ },
1008
+ "lastName": {
1009
+ "label": "Nom",
1010
+ "required": "Saisissez votre nom."
1011
+ },
1012
+ "email": {
1013
+ "label": "E-mail",
1014
+ "invalid": "Saisissez une adresse e-mail valide."
1015
+ },
1016
+ "mobilePhone": {
1017
+ "label": "Téléphone mobile",
1018
+ "invalid": "Saisissez un numéro de mobile valide."
1019
+ },
1020
+ "codiceFiscale": {
1021
+ "label": "Codice fiscale",
1022
+ "helper": "16 caractères, lettres et chiffres.",
1023
+ "checking": "Vérification…",
1024
+ "invalid": "Codice fiscale invalide.",
1025
+ "invalidFormat": "Le codice fiscale doit comporter 16 caractères (lettres et chiffres).",
1026
+ "unavailable": "Vérification indisponible, veuillez réessayer."
1027
+ },
1028
+ "dateOfBirth": {
1029
+ "label": "Date de naissance",
1030
+ "required": "Saisissez votre date de naissance."
1031
+ },
1032
+ "insuranceNumber": {
1033
+ "label": "Numéro d'assuré (Versichertennummer)",
1034
+ "checking": "Vérification…",
1035
+ "invalid": "Numéro d'assuré invalide.",
1036
+ "unavailable": "Vérification indisponible, veuillez réessayer."
1037
+ },
1038
+ "note": {
1039
+ "label": "Motif de la visite / informations utiles",
1040
+ "helper": "Jusqu'à {{max}} caractères."
1041
+ },
1042
+ "returningPatient": {
1043
+ "label": "Je suis déjà patient(e) de ce cabinet"
1044
+ },
1045
+ "consent": {
1046
+ "privacy": {
1047
+ "label": "J'ai lu et j'accepte la <policyLink>politique de confidentialité</policyLink>"
1048
+ },
1049
+ "terms": {
1050
+ "label": "J'ai lu et j'accepte les <policyLink>conditions d'utilisation</policyLink>"
1051
+ }
1052
+ }
1053
+ }
1054
+ },
1055
+ "patientSearch": {
1056
+ "regionLabel": "Rechercher un rendez-vous",
1057
+ "who": {
1058
+ "label": "Médecin, spécialité, cabinet ou praticien",
1059
+ "placeholder": "Médecin, spécialité, cabinet ou praticien"
1060
+ },
1061
+ "where": {
1062
+ "label": "Ville, quartier ou adresse",
1063
+ "placeholder": "Ville, quartier ou adresse"
1064
+ },
1065
+ "when": {
1066
+ "label": "Quand",
1067
+ "today": "Aujourd'hui",
1068
+ "tomorrow": "Demain",
1069
+ "thisWeek": "Cette semaine",
1070
+ "anytime": "À tout moment"
1071
+ },
1072
+ "facets": {
1073
+ "label": "Filtres",
1074
+ "clear": "Effacer les filtres"
1075
+ },
1076
+ "geo": {
1077
+ "cta": "Près de moi",
1078
+ "requesting": "Localisation…",
1079
+ "radius": "Rayon",
1080
+ "radiusFormat": "{{km}} km",
1081
+ "fallbackLabel": "Près de moi",
1082
+ "clear": "Effacer la localisation",
1083
+ "denied": "Accès à la localisation refusé. Vous pouvez saisir une ville ou activer la localisation dans les paramètres du navigateur."
1084
+ },
1085
+ "discovery": {
1086
+ "heading": "Parcourir les recherches populaires",
1087
+ "empty": "Aucune suggestion à parcourir — saisissez un médecin ou une ville ci-dessus."
1088
+ },
1089
+ "submit": {
1090
+ "cta": "Rechercher"
1091
+ }
1092
+ },
1093
+ "reviewsPanel": {
1094
+ "regionLabel": "Avis des patients",
1095
+ "title": "Avis des patients",
1096
+ "listLabel": "Liste des avis",
1097
+ "introHeading": "À propos de ces avis",
1098
+ "filterTitle": "Filtrer par étoiles",
1099
+ "filter": {
1100
+ "allShort": "Tous",
1101
+ "allLabel_one": "Tous — {{count}} avis",
1102
+ "allLabel_other": "Tous — {{count}} avis",
1103
+ "starsLabel_one": "{{stars}} étoiles — {{count}} avis",
1104
+ "starsLabel_other": "{{stars}} étoiles — {{count}} avis"
1105
+ },
1106
+ "anonymous": "Anonyme",
1107
+ "card": {
1108
+ "expand": "Afficher les détails",
1109
+ "collapse": "Masquer les détails"
1110
+ },
1111
+ "replyTitle": "Réponse du cabinet",
1112
+ "breakdown": {
1113
+ "appointment": "Rendez-vous",
1114
+ "communication": "Communication",
1115
+ "staff": "Personnel",
1116
+ "overall": "Global",
1117
+ "futureVisit": "Reviendriez-vous ?",
1118
+ "recommendation": "Recommanderiez-vous ?"
1119
+ },
1120
+ "answer": {
1121
+ "yes": "Oui",
1122
+ "no": "Non",
1123
+ "unsure": "Incertain"
1124
+ },
1125
+ "empty": {
1126
+ "title": "Aucun avis pour le moment",
1127
+ "description": "Les avis des patients apparaîtront ici.",
1128
+ "filterDescription": "Aucun avis avec {{stars}} étoiles.",
1129
+ "resetFilter": "Afficher tous les avis"
1130
+ }
944
1131
  },
945
1132
  "chart": {
946
1133
  "noData": "Aucune donnée disponible",
@@ -1271,5 +1458,32 @@
1271
1458
  "aria": {
1272
1459
  "label": "{{state}} {{amount}}"
1273
1460
  }
1461
+ },
1462
+ "footer": {
1463
+ "nav": {
1464
+ "label": "Pied de page",
1465
+ "privacy": "Confidentialité",
1466
+ "terms": "Conditions d'utilisation",
1467
+ "contacts": "Nous contacter"
1468
+ },
1469
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1470
+ "tagline": "Technologie allemande, design italien",
1471
+ "group": {
1472
+ "product": "Produit",
1473
+ "resources": "Ressources",
1474
+ "company": "Entreprise",
1475
+ "legal": "Mentions légales"
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": "(ouvre dans un nouvel onglet)"
1487
+ }
1274
1488
  }
1275
1489
  }
@@ -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": "ईमेल",
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": "ईमेल",
1014
+ "invalid": "मान्य ईमेल पता दर्ज करें।"
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
  }