@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": "予約確認を受け取る方法を1つ以上選択してください。",
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
+ "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": "メール",
1021
+ "invalid": "有効なメールアドレスを入力してください。"
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}} 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": "Middag",
941
941
  "evening": "Avond"
942
942
  },
943
- "slotAvailableLabel": "Beschikbaar om {{time}}"
943
+ "slotAvailableLabel": "Beschikbaar om {{time}}",
944
+ "headingSubtitle": "Kies een dienst, datum en tijd en bevestig vervolgens.",
945
+ "insurance": {
946
+ "heading": "Soort verzekering",
947
+ "placeholder": "Kies een soort verzekering",
948
+ "private": "Particulier",
949
+ "public": "Wettelijk (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Specialisme",
953
+ "placeholder": "Kies een specialisme"
954
+ },
955
+ "service": {
956
+ "heading": "Dienst",
957
+ "placeholder": "Kies een dienst"
958
+ },
959
+ "operator": {
960
+ "heading": "Behandelaar",
961
+ "placeholder": "Kies een behandelaar",
962
+ "all": "Elke beschikbare behandelaar"
963
+ },
964
+ "date": {
965
+ "heading": "Datum"
966
+ },
967
+ "slot": {
968
+ "heading": "Tijd"
969
+ },
970
+ "emptyServices": {
971
+ "title": "Geen boekbare diensten",
972
+ "description": "Er zijn geen diensten beschikbaar voor deze selectie."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "Geen behandelaars beschikbaar",
976
+ "description": "De praktijk heeft voor deze dienst nog geen behandelaars ingesteld. Probeer een andere dienst of kom later terug."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "Geen plekken in de huidige periode. Eerstvolgende beschikbare datum is {{date}}.",
980
+ "cta": "Ga naar eerstvolgende beschikbare datum"
981
+ },
982
+ "confirmation": {
983
+ "heading": "Hoe ontvangt u graag de bevestiging?",
984
+ "helper": "We sturen u een link om uw afspraak te bevestigen via de kanalen die u selecteert.",
985
+ "atLeastOne": "Selecteer minimaal één kanaal om de afspraakbevestiging te ontvangen.",
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
+ "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": "Uw gegevens",
1010
+ "submit": "Afspraak maken",
1011
+ "firstName": {
1012
+ "label": "Voornaam",
1013
+ "required": "Vul uw voornaam in."
1014
+ },
1015
+ "lastName": {
1016
+ "label": "Achternaam",
1017
+ "required": "Vul uw achternaam in."
1018
+ },
1019
+ "email": {
1020
+ "label": "E-mail",
1021
+ "invalid": "Vul een geldig e-mailadres in."
1022
+ },
1023
+ "mobilePhone": {
1024
+ "label": "Mobiel nummer",
1025
+ "invalid": "Vul een geldig mobiel nummer in."
1026
+ },
1027
+ "codiceFiscale": {
1028
+ "label": "Codice fiscale",
1029
+ "helper": "16 tekens, letters en cijfers.",
1030
+ "checking": "Controleren…",
1031
+ "invalid": "Ongeldige codice fiscale.",
1032
+ "invalidFormat": "De codice fiscale moet uit 16 tekens bestaan (letters en cijfers).",
1033
+ "unavailable": "Validatie niet beschikbaar, probeer het opnieuw."
1034
+ },
1035
+ "dateOfBirth": {
1036
+ "label": "Geboortedatum",
1037
+ "required": "Vul uw geboortedatum in."
1038
+ },
1039
+ "insuranceNumber": {
1040
+ "label": "Verzekeringsnummer (Versichertennummer)",
1041
+ "checking": "Controleren…",
1042
+ "invalid": "Ongeldig verzekeringsnummer.",
1043
+ "unavailable": "Validatie niet beschikbaar, probeer het opnieuw."
1044
+ },
1045
+ "note": {
1046
+ "label": "Reden van bezoek / opmerkingen",
1047
+ "helper": "Tot {{max}} tekens."
1048
+ },
1049
+ "returningPatient": {
1050
+ "label": "Ik ben al patiënt bij deze praktijk"
1051
+ },
1052
+ "consent": {
1053
+ "privacy": {
1054
+ "label": "Ik heb het <policyLink>privacybeleid</policyLink> gelezen en accepteer het"
1055
+ },
1056
+ "terms": {
1057
+ "label": "Ik heb de <policyLink>gebruiksvoorwaarden</policyLink> gelezen en accepteer ze"
1058
+ }
1059
+ }
1060
+ }
1061
+ },
1062
+ "patientSearch": {
1063
+ "regionLabel": "Afspraak zoeken",
1064
+ "who": {
1065
+ "label": "Arts, specialisme, praktijk of behandelaar",
1066
+ "placeholder": "Arts, specialisme, praktijk of behandelaar"
1067
+ },
1068
+ "where": {
1069
+ "label": "Stad, wijk of adres",
1070
+ "placeholder": "Stad, wijk of adres"
1071
+ },
1072
+ "when": {
1073
+ "label": "Wanneer",
1074
+ "today": "Vandaag",
1075
+ "tomorrow": "Morgen",
1076
+ "thisWeek": "Deze week",
1077
+ "anytime": "Wanneer dan ook"
1078
+ },
1079
+ "facets": {
1080
+ "label": "Filters",
1081
+ "clear": "Filters wissen"
1082
+ },
1083
+ "geo": {
1084
+ "cta": "Bij mij in de buurt",
1085
+ "requesting": "Locatie zoeken…",
1086
+ "radius": "Straal",
1087
+ "radiusFormat": "{{km}} km",
1088
+ "fallbackLabel": "Bij mij in de buurt",
1089
+ "clear": "Locatie wissen",
1090
+ "denied": "Toegang tot locatie geweigerd. Je kunt een stad typen of locatie inschakelen in je browserinstellingen."
1091
+ },
1092
+ "discovery": {
1093
+ "heading": "Bekijk populaire zoekopdrachten",
1094
+ "empty": "Geen suggesties om te bekijken — typ hierboven een arts of stad."
1095
+ },
1096
+ "submit": {
1097
+ "cta": "Zoeken"
1098
+ }
1099
+ },
1100
+ "reviewsPanel": {
1101
+ "regionLabel": "Patiëntbeoordelingen",
1102
+ "title": "Patiëntbeoordelingen",
1103
+ "listLabel": "Beoordelingslijst",
1104
+ "introHeading": "Over deze beoordelingen",
1105
+ "filterTitle": "Filteren op sterren",
1106
+ "filter": {
1107
+ "allShort": "Alle",
1108
+ "allLabel_one": "Alle — {{count}} beoordeling",
1109
+ "allLabel_other": "Alle — {{count}} beoordelingen",
1110
+ "starsLabel_one": "{{stars}} sterren — {{count}} beoordeling",
1111
+ "starsLabel_other": "{{stars}} sterren — {{count}} beoordelingen"
1112
+ },
1113
+ "anonymous": "Anoniem",
1114
+ "card": {
1115
+ "expand": "Details tonen",
1116
+ "collapse": "Details verbergen"
1117
+ },
1118
+ "replyTitle": "Antwoord van de praktijk",
1119
+ "breakdown": {
1120
+ "appointment": "Afspraak",
1121
+ "communication": "Communicatie",
1122
+ "staff": "Personeel",
1123
+ "overall": "Algemeen",
1124
+ "futureVisit": "Zou je terugkomen?",
1125
+ "recommendation": "Zou je ons aanbevelen?"
1126
+ },
1127
+ "answer": {
1128
+ "yes": "Ja",
1129
+ "no": "Nee",
1130
+ "unsure": "Onzeker"
1131
+ },
1132
+ "empty": {
1133
+ "title": "Nog geen beoordelingen",
1134
+ "description": "Beoordelingen van patiënten verschijnen hier.",
1135
+ "filterDescription": "Geen beoordelingen met {{stars}} sterren.",
1136
+ "resetFilter": "Alle beoordelingen tonen"
1137
+ }
944
1138
  },
945
1139
  "chart": {
946
1140
  "noData": "Geen gegevens beschikbaar",
@@ -1271,5 +1465,32 @@
1271
1465
  "aria": {
1272
1466
  "label": "{{state}} {{amount}}"
1273
1467
  }
1468
+ },
1469
+ "footer": {
1470
+ "nav": {
1471
+ "label": "Voettekst",
1472
+ "privacy": "Privacy",
1473
+ "terms": "Gebruiksvoorwaarden",
1474
+ "contacts": "Neem contact op"
1475
+ },
1476
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1477
+ "tagline": "Duitse technologie, Italiaans design",
1478
+ "group": {
1479
+ "product": "Product",
1480
+ "resources": "Bronnen",
1481
+ "company": "Bedrijf",
1482
+ "legal": "Juridisch"
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": "(opent in nieuw tabblad)"
1494
+ }
1274
1495
  }
1275
1496
  }