@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
@@ -945,6 +945,200 @@ export declare const jaUi: {
945
945
  readonly evening: "夜";
946
946
  };
947
947
  readonly slotAvailableLabel: "{{time}}に予約可能";
948
+ readonly headingSubtitle: "サービス、日付、時間を選び、最後に確定してください。";
949
+ readonly insurance: {
950
+ readonly heading: "保険の種類";
951
+ readonly placeholder: "保険の種類を選択";
952
+ readonly private: "自費";
953
+ readonly public: "公的保険 (gesetzlich)";
954
+ };
955
+ readonly specialty: {
956
+ readonly heading: "診療科";
957
+ readonly placeholder: "診療科を選択";
958
+ };
959
+ readonly service: {
960
+ readonly heading: "サービス";
961
+ readonly placeholder: "サービスを選択";
962
+ };
963
+ readonly operator: {
964
+ readonly heading: "担当者";
965
+ readonly placeholder: "担当者を選択";
966
+ readonly all: "対応可能な担当者";
967
+ };
968
+ readonly date: {
969
+ readonly heading: "日付";
970
+ };
971
+ readonly slot: {
972
+ readonly heading: "時間";
973
+ };
974
+ readonly emptyServices: {
975
+ readonly title: "予約可能なサービスがありません";
976
+ readonly description: "この選択に該当するサービスはありません。";
977
+ };
978
+ readonly onboardingIncomplete: {
979
+ readonly title: "対応可能な担当者がいません";
980
+ readonly description: "このサービスの担当者がまだ登録されていません。別のサービスをお試しいただくか、後ほど再度ご確認ください。";
981
+ };
982
+ readonly nextAvailable: {
983
+ readonly description: "現在の期間に空きがありません。次に予約可能な日は {{date}} です。";
984
+ readonly cta: "次に予約可能な日へ";
985
+ };
986
+ readonly confirmation: {
987
+ readonly heading: "確認はどの方法で受け取りますか?";
988
+ readonly helper: "選択された方法で、予約を確定するためのリンクをお送りします。";
989
+ readonly atLeastOne: "予約確認を受け取る方法を1つ以上選択してください。";
990
+ readonly channel: {
991
+ readonly email: "メール";
992
+ readonly whatsapp: "WhatsApp";
993
+ readonly sms: "SMS";
994
+ };
995
+ };
996
+ readonly success: {
997
+ readonly heading: "Booking submitted";
998
+ readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
+ readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1001
+ readonly summaryDate: "Date";
1002
+ readonly summaryTime: "Time";
1003
+ readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1006
+ readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1011
+ };
1012
+ readonly details: {
1013
+ readonly heading: "お客様情報";
1014
+ readonly submit: "予約する";
1015
+ readonly firstName: {
1016
+ readonly label: "名";
1017
+ readonly required: "名を入力してください。";
1018
+ };
1019
+ readonly lastName: {
1020
+ readonly label: "姓";
1021
+ readonly required: "姓を入力してください。";
1022
+ };
1023
+ readonly email: {
1024
+ readonly label: "メール";
1025
+ readonly invalid: "有効なメールアドレスを入力してください。";
1026
+ };
1027
+ readonly mobilePhone: {
1028
+ readonly label: "携帯電話";
1029
+ readonly invalid: "有効な携帯電話番号を入力してください。";
1030
+ };
1031
+ readonly codiceFiscale: {
1032
+ readonly label: "Codice fiscale";
1033
+ readonly helper: "16文字の英数字。";
1034
+ readonly checking: "確認中…";
1035
+ readonly invalid: "Codice fiscale が無効です。";
1036
+ readonly invalidFormat: "Codice fiscale は16文字の英数字である必要があります。";
1037
+ readonly unavailable: "確認できません。もう一度お試しください。";
1038
+ };
1039
+ readonly dateOfBirth: {
1040
+ readonly label: "生年月日";
1041
+ readonly required: "生年月日を入力してください。";
1042
+ };
1043
+ readonly insuranceNumber: {
1044
+ readonly label: "保険番号 (Versichertennummer)";
1045
+ readonly checking: "確認中…";
1046
+ readonly invalid: "保険番号が無効です。";
1047
+ readonly unavailable: "確認できません。もう一度お試しください。";
1048
+ };
1049
+ readonly note: {
1050
+ readonly label: "受診理由・伝えておきたいこと";
1051
+ readonly helper: "{{max}}文字まで。";
1052
+ };
1053
+ readonly returningPatient: {
1054
+ readonly label: "このクリニックの既存患者です";
1055
+ };
1056
+ readonly consent: {
1057
+ readonly privacy: {
1058
+ readonly label: "<policyLink>プライバシーポリシー</policyLink>を読み、同意します";
1059
+ };
1060
+ readonly terms: {
1061
+ readonly label: "<policyLink>利用規約</policyLink>を読み、同意します";
1062
+ };
1063
+ };
1064
+ };
1065
+ };
1066
+ readonly patientSearch: {
1067
+ readonly regionLabel: "予約を検索";
1068
+ readonly who: {
1069
+ readonly label: "医師、専門分野、クリニックまたは担当者";
1070
+ readonly placeholder: "医師、専門分野、クリニックまたは担当者";
1071
+ };
1072
+ readonly where: {
1073
+ readonly label: "都市、地区または住所";
1074
+ readonly placeholder: "都市、地区または住所";
1075
+ };
1076
+ readonly when: {
1077
+ readonly label: "いつ";
1078
+ readonly today: "今日";
1079
+ readonly tomorrow: "明日";
1080
+ readonly thisWeek: "今週";
1081
+ readonly anytime: "いつでも";
1082
+ };
1083
+ readonly facets: {
1084
+ readonly label: "フィルター";
1085
+ readonly clear: "フィルターをクリア";
1086
+ };
1087
+ readonly geo: {
1088
+ readonly cta: "近くで";
1089
+ readonly requesting: "位置情報を取得中…";
1090
+ readonly radius: "範囲";
1091
+ readonly radiusFormat: "{{km}} km";
1092
+ readonly fallbackLabel: "近くで";
1093
+ readonly clear: "位置情報をクリア";
1094
+ readonly denied: "位置情報へのアクセスが拒否されました。都市名を入力するか、ブラウザの設定で位置情報を有効にしてください。";
1095
+ };
1096
+ readonly discovery: {
1097
+ readonly heading: "人気の検索で探す";
1098
+ readonly empty: "表示できる候補がありません — 上で医師や都市を入力してください。";
1099
+ };
1100
+ readonly submit: {
1101
+ readonly cta: "検索";
1102
+ };
1103
+ };
1104
+ readonly reviewsPanel: {
1105
+ readonly regionLabel: "患者の口コミ";
1106
+ readonly title: "患者の口コミ";
1107
+ readonly listLabel: "口コミ一覧";
1108
+ readonly introHeading: "これらの口コミについて";
1109
+ readonly filterTitle: "星で絞り込む";
1110
+ readonly filter: {
1111
+ readonly allShort: "すべて";
1112
+ readonly allLabel_one: "すべて — {{count}}件の口コミ";
1113
+ readonly allLabel_other: "すべて — {{count}}件の口コミ";
1114
+ readonly starsLabel_one: "{{stars}}つ星 — {{count}}件の口コミ";
1115
+ readonly starsLabel_other: "{{stars}}つ星 — {{count}}件の口コミ";
1116
+ };
1117
+ readonly anonymous: "匿名";
1118
+ readonly card: {
1119
+ readonly expand: "詳細を表示";
1120
+ readonly collapse: "詳細を非表示";
1121
+ };
1122
+ readonly replyTitle: "クリニックからの返信";
1123
+ readonly breakdown: {
1124
+ readonly appointment: "予約";
1125
+ readonly communication: "コミュニケーション";
1126
+ readonly staff: "スタッフ";
1127
+ readonly overall: "総合";
1128
+ readonly futureVisit: "また利用しますか?";
1129
+ readonly recommendation: "推薦しますか?";
1130
+ };
1131
+ readonly answer: {
1132
+ readonly yes: "はい";
1133
+ readonly no: "いいえ";
1134
+ readonly unsure: "わからない";
1135
+ };
1136
+ readonly empty: {
1137
+ readonly title: "まだ口コミがありません";
1138
+ readonly description: "患者の口コミがここに表示されます。";
1139
+ readonly filterDescription: "{{stars}}つ星の口コミはありません。";
1140
+ readonly resetFilter: "すべての口コミを表示";
1141
+ };
948
1142
  };
949
1143
  readonly chart: {
950
1144
  readonly noData: "データがありません";
@@ -1276,5 +1470,32 @@ export declare const jaUi: {
1276
1470
  readonly label: "{{state}} {{amount}}";
1277
1471
  };
1278
1472
  };
1473
+ readonly footer: {
1474
+ readonly nav: {
1475
+ readonly label: "フッター";
1476
+ readonly privacy: "プライバシー";
1477
+ readonly terms: "利用規約";
1478
+ readonly contacts: "お問い合わせ";
1479
+ };
1480
+ readonly copyright: "© {{year}} {{entity}} · {{vat}}";
1481
+ readonly tagline: "ドイツのテクノロジー、イタリアのデザイン";
1482
+ readonly group: {
1483
+ readonly product: "プロダクト";
1484
+ readonly resources: "リソース";
1485
+ readonly company: "会社情報";
1486
+ readonly legal: "法的情報";
1487
+ };
1488
+ readonly social: {
1489
+ readonly aria: {
1490
+ readonly linkedin: "LinkedIn";
1491
+ readonly youtube: "YouTube";
1492
+ readonly instagram: "Instagram";
1493
+ readonly facebook: "Facebook";
1494
+ };
1495
+ };
1496
+ readonly external: {
1497
+ readonly opens_in_new_tab: "(新しいタブで開きます)";
1498
+ };
1499
+ };
1279
1500
  };
1280
1501
  //# sourceMappingURL=ja.d.ts.map
@@ -945,6 +945,200 @@ export declare const nlUi: {
945
945
  readonly evening: "Avond";
946
946
  };
947
947
  readonly slotAvailableLabel: "Beschikbaar om {{time}}";
948
+ readonly headingSubtitle: "Kies een dienst, datum en tijd en bevestig vervolgens.";
949
+ readonly insurance: {
950
+ readonly heading: "Soort verzekering";
951
+ readonly placeholder: "Kies een soort verzekering";
952
+ readonly private: "Particulier";
953
+ readonly public: "Wettelijk (gesetzlich)";
954
+ };
955
+ readonly specialty: {
956
+ readonly heading: "Specialisme";
957
+ readonly placeholder: "Kies een specialisme";
958
+ };
959
+ readonly service: {
960
+ readonly heading: "Dienst";
961
+ readonly placeholder: "Kies een dienst";
962
+ };
963
+ readonly operator: {
964
+ readonly heading: "Behandelaar";
965
+ readonly placeholder: "Kies een behandelaar";
966
+ readonly all: "Elke beschikbare behandelaar";
967
+ };
968
+ readonly date: {
969
+ readonly heading: "Datum";
970
+ };
971
+ readonly slot: {
972
+ readonly heading: "Tijd";
973
+ };
974
+ readonly emptyServices: {
975
+ readonly title: "Geen boekbare diensten";
976
+ readonly description: "Er zijn geen diensten beschikbaar voor deze selectie.";
977
+ };
978
+ readonly onboardingIncomplete: {
979
+ readonly title: "Geen behandelaars beschikbaar";
980
+ readonly description: "De praktijk heeft voor deze dienst nog geen behandelaars ingesteld. Probeer een andere dienst of kom later terug.";
981
+ };
982
+ readonly nextAvailable: {
983
+ readonly description: "Geen plekken in de huidige periode. Eerstvolgende beschikbare datum is {{date}}.";
984
+ readonly cta: "Ga naar eerstvolgende beschikbare datum";
985
+ };
986
+ readonly confirmation: {
987
+ readonly heading: "Hoe ontvangt u graag de bevestiging?";
988
+ readonly helper: "We sturen u een link om uw afspraak te bevestigen via de kanalen die u selecteert.";
989
+ readonly atLeastOne: "Selecteer minimaal één kanaal om de afspraakbevestiging te ontvangen.";
990
+ readonly channel: {
991
+ readonly email: "E-mail";
992
+ readonly whatsapp: "WhatsApp";
993
+ readonly sms: "SMS";
994
+ };
995
+ };
996
+ readonly success: {
997
+ readonly heading: "Booking submitted";
998
+ readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
999
+ readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1000
+ readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1001
+ readonly summaryDate: "Date";
1002
+ readonly summaryTime: "Time";
1003
+ readonly summaryProvider: "Provider";
1004
+ readonly summaryService: "Service";
1005
+ readonly summarySpecialty: "Specialty";
1006
+ readonly bookAnother: "Book another appointment";
1007
+ readonly modifyBooking: "Modify booking";
1008
+ };
1009
+ readonly submitError: {
1010
+ readonly generic: "We couldn't submit your booking. Please try again.";
1011
+ };
1012
+ readonly details: {
1013
+ readonly heading: "Uw gegevens";
1014
+ readonly submit: "Afspraak maken";
1015
+ readonly firstName: {
1016
+ readonly label: "Voornaam";
1017
+ readonly required: "Vul uw voornaam in.";
1018
+ };
1019
+ readonly lastName: {
1020
+ readonly label: "Achternaam";
1021
+ readonly required: "Vul uw achternaam in.";
1022
+ };
1023
+ readonly email: {
1024
+ readonly label: "E-mail";
1025
+ readonly invalid: "Vul een geldig e-mailadres in.";
1026
+ };
1027
+ readonly mobilePhone: {
1028
+ readonly label: "Mobiel nummer";
1029
+ readonly invalid: "Vul een geldig mobiel nummer in.";
1030
+ };
1031
+ readonly codiceFiscale: {
1032
+ readonly label: "Codice fiscale";
1033
+ readonly helper: "16 tekens, letters en cijfers.";
1034
+ readonly checking: "Controleren…";
1035
+ readonly invalid: "Ongeldige codice fiscale.";
1036
+ readonly invalidFormat: "De codice fiscale moet uit 16 tekens bestaan (letters en cijfers).";
1037
+ readonly unavailable: "Validatie niet beschikbaar, probeer het opnieuw.";
1038
+ };
1039
+ readonly dateOfBirth: {
1040
+ readonly label: "Geboortedatum";
1041
+ readonly required: "Vul uw geboortedatum in.";
1042
+ };
1043
+ readonly insuranceNumber: {
1044
+ readonly label: "Verzekeringsnummer (Versichertennummer)";
1045
+ readonly checking: "Controleren…";
1046
+ readonly invalid: "Ongeldig verzekeringsnummer.";
1047
+ readonly unavailable: "Validatie niet beschikbaar, probeer het opnieuw.";
1048
+ };
1049
+ readonly note: {
1050
+ readonly label: "Reden van bezoek / opmerkingen";
1051
+ readonly helper: "Tot {{max}} tekens.";
1052
+ };
1053
+ readonly returningPatient: {
1054
+ readonly label: "Ik ben al patiënt bij deze praktijk";
1055
+ };
1056
+ readonly consent: {
1057
+ readonly privacy: {
1058
+ readonly label: "Ik heb het <policyLink>privacybeleid</policyLink> gelezen en accepteer het";
1059
+ };
1060
+ readonly terms: {
1061
+ readonly label: "Ik heb de <policyLink>gebruiksvoorwaarden</policyLink> gelezen en accepteer ze";
1062
+ };
1063
+ };
1064
+ };
1065
+ };
1066
+ readonly patientSearch: {
1067
+ readonly regionLabel: "Afspraak zoeken";
1068
+ readonly who: {
1069
+ readonly label: "Arts, specialisme, praktijk of behandelaar";
1070
+ readonly placeholder: "Arts, specialisme, praktijk of behandelaar";
1071
+ };
1072
+ readonly where: {
1073
+ readonly label: "Stad, wijk of adres";
1074
+ readonly placeholder: "Stad, wijk of adres";
1075
+ };
1076
+ readonly when: {
1077
+ readonly label: "Wanneer";
1078
+ readonly today: "Vandaag";
1079
+ readonly tomorrow: "Morgen";
1080
+ readonly thisWeek: "Deze week";
1081
+ readonly anytime: "Wanneer dan ook";
1082
+ };
1083
+ readonly facets: {
1084
+ readonly label: "Filters";
1085
+ readonly clear: "Filters wissen";
1086
+ };
1087
+ readonly geo: {
1088
+ readonly cta: "Bij mij in de buurt";
1089
+ readonly requesting: "Locatie zoeken…";
1090
+ readonly radius: "Straal";
1091
+ readonly radiusFormat: "{{km}} km";
1092
+ readonly fallbackLabel: "Bij mij in de buurt";
1093
+ readonly clear: "Locatie wissen";
1094
+ readonly denied: "Toegang tot locatie geweigerd. Je kunt een stad typen of locatie inschakelen in je browserinstellingen.";
1095
+ };
1096
+ readonly discovery: {
1097
+ readonly heading: "Bekijk populaire zoekopdrachten";
1098
+ readonly empty: "Geen suggesties om te bekijken — typ hierboven een arts of stad.";
1099
+ };
1100
+ readonly submit: {
1101
+ readonly cta: "Zoeken";
1102
+ };
1103
+ };
1104
+ readonly reviewsPanel: {
1105
+ readonly regionLabel: "Patiëntbeoordelingen";
1106
+ readonly title: "Patiëntbeoordelingen";
1107
+ readonly listLabel: "Beoordelingslijst";
1108
+ readonly introHeading: "Over deze beoordelingen";
1109
+ readonly filterTitle: "Filteren op sterren";
1110
+ readonly filter: {
1111
+ readonly allShort: "Alle";
1112
+ readonly allLabel_one: "Alle — {{count}} beoordeling";
1113
+ readonly allLabel_other: "Alle — {{count}} beoordelingen";
1114
+ readonly starsLabel_one: "{{stars}} sterren — {{count}} beoordeling";
1115
+ readonly starsLabel_other: "{{stars}} sterren — {{count}} beoordelingen";
1116
+ };
1117
+ readonly anonymous: "Anoniem";
1118
+ readonly card: {
1119
+ readonly expand: "Details tonen";
1120
+ readonly collapse: "Details verbergen";
1121
+ };
1122
+ readonly replyTitle: "Antwoord van de praktijk";
1123
+ readonly breakdown: {
1124
+ readonly appointment: "Afspraak";
1125
+ readonly communication: "Communicatie";
1126
+ readonly staff: "Personeel";
1127
+ readonly overall: "Algemeen";
1128
+ readonly futureVisit: "Zou je terugkomen?";
1129
+ readonly recommendation: "Zou je ons aanbevelen?";
1130
+ };
1131
+ readonly answer: {
1132
+ readonly yes: "Ja";
1133
+ readonly no: "Nee";
1134
+ readonly unsure: "Onzeker";
1135
+ };
1136
+ readonly empty: {
1137
+ readonly title: "Nog geen beoordelingen";
1138
+ readonly description: "Beoordelingen van patiënten verschijnen hier.";
1139
+ readonly filterDescription: "Geen beoordelingen met {{stars}} sterren.";
1140
+ readonly resetFilter: "Alle beoordelingen tonen";
1141
+ };
948
1142
  };
949
1143
  readonly chart: {
950
1144
  readonly noData: "Geen gegevens beschikbaar";
@@ -1276,5 +1470,32 @@ export declare const nlUi: {
1276
1470
  readonly label: "{{state}} {{amount}}";
1277
1471
  };
1278
1472
  };
1473
+ readonly footer: {
1474
+ readonly nav: {
1475
+ readonly label: "Voettekst";
1476
+ readonly privacy: "Privacy";
1477
+ readonly terms: "Gebruiksvoorwaarden";
1478
+ readonly contacts: "Neem contact op";
1479
+ };
1480
+ readonly copyright: "© {{year}} {{entity}} · {{vat}}";
1481
+ readonly tagline: "Duitse technologie, Italiaans design";
1482
+ readonly group: {
1483
+ readonly product: "Product";
1484
+ readonly resources: "Bronnen";
1485
+ readonly company: "Bedrijf";
1486
+ readonly legal: "Juridisch";
1487
+ };
1488
+ readonly social: {
1489
+ readonly aria: {
1490
+ readonly linkedin: "LinkedIn";
1491
+ readonly youtube: "YouTube";
1492
+ readonly instagram: "Instagram";
1493
+ readonly facebook: "Facebook";
1494
+ };
1495
+ };
1496
+ readonly external: {
1497
+ readonly opens_in_new_tab: "(opent in nieuw tabblad)";
1498
+ };
1499
+ };
1279
1500
  };
1280
1501
  //# sourceMappingURL=nl.d.ts.map