@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": "După-amiază",
941
941
  "evening": "Seară"
942
942
  },
943
- "slotAvailableLabel": "Disponibil la {{time}}"
943
+ "slotAvailableLabel": "Disponibil la {{time}}",
944
+ "headingSubtitle": "Alege serviciul, data și ora, apoi confirmă.",
945
+ "insurance": {
946
+ "heading": "Tip de asigurare",
947
+ "placeholder": "Alege tipul de asigurare",
948
+ "private": "Privată",
949
+ "public": "De stat (gesetzlich)"
950
+ },
951
+ "specialty": {
952
+ "heading": "Specialitate",
953
+ "placeholder": "Alege o specialitate"
954
+ },
955
+ "service": {
956
+ "heading": "Serviciu",
957
+ "placeholder": "Alege un serviciu"
958
+ },
959
+ "operator": {
960
+ "heading": "Medic",
961
+ "placeholder": "Alege un medic",
962
+ "all": "Orice medic disponibil"
963
+ },
964
+ "date": {
965
+ "heading": "Data"
966
+ },
967
+ "slot": {
968
+ "heading": "Ora"
969
+ },
970
+ "emptyServices": {
971
+ "title": "Niciun serviciu disponibil pentru programare",
972
+ "description": "Nu există servicii disponibile pentru această selecție."
973
+ },
974
+ "onboardingIncomplete": {
975
+ "title": "Niciun medic disponibil",
976
+ "description": "Cabinetul nu a configurat încă medici pentru acest serviciu. Încearcă alt serviciu sau revino mai târziu."
977
+ },
978
+ "nextAvailable": {
979
+ "description": "Nu există disponibilitate în perioada curentă. Următoarea dată disponibilă este {{date}}.",
980
+ "cta": "Mergi la următoarea dată disponibilă"
981
+ },
982
+ "confirmation": {
983
+ "heading": "Cum dorești să primești confirmarea?",
984
+ "helper": "Îți vom trimite un link pentru a confirma programarea pe canalele alese.",
985
+ "atLeastOne": "Selectează cel puțin un canal pentru a primi confirmarea programării.",
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": "Datele tale",
1010
+ "submit": "Fă programarea",
1011
+ "firstName": {
1012
+ "label": "Prenume",
1013
+ "required": "Introdu prenumele."
1014
+ },
1015
+ "lastName": {
1016
+ "label": "Nume",
1017
+ "required": "Introdu numele."
1018
+ },
1019
+ "email": {
1020
+ "label": "Email",
1021
+ "invalid": "Introdu o adresă de email validă."
1022
+ },
1023
+ "mobilePhone": {
1024
+ "label": "Telefon mobil",
1025
+ "invalid": "Introdu un număr de mobil valid."
1026
+ },
1027
+ "codiceFiscale": {
1028
+ "label": "Codice fiscale",
1029
+ "helper": "16 caractere, litere și cifre.",
1030
+ "checking": "Se verifică…",
1031
+ "invalid": "Codice fiscale invalid.",
1032
+ "invalidFormat": "Codice fiscale trebuie să aibă 16 caractere (litere și cifre).",
1033
+ "unavailable": "Verificare indisponibilă, încearcă din nou."
1034
+ },
1035
+ "dateOfBirth": {
1036
+ "label": "Data nașterii",
1037
+ "required": "Introdu data nașterii."
1038
+ },
1039
+ "insuranceNumber": {
1040
+ "label": "Număr de asigurare (Versichertennummer)",
1041
+ "checking": "Se verifică…",
1042
+ "invalid": "Număr de asigurare invalid.",
1043
+ "unavailable": "Verificare indisponibilă, încearcă din nou."
1044
+ },
1045
+ "note": {
1046
+ "label": "Motivul vizitei / observații",
1047
+ "helper": "Până la {{max}} caractere."
1048
+ },
1049
+ "returningPatient": {
1050
+ "label": "Sunt deja pacient la acest cabinet"
1051
+ },
1052
+ "consent": {
1053
+ "privacy": {
1054
+ "label": "Am citit și accept <policyLink>politica de confidențialitate</policyLink>"
1055
+ },
1056
+ "terms": {
1057
+ "label": "Am citit și accept <policyLink>termenii serviciului</policyLink>"
1058
+ }
1059
+ }
1060
+ }
1061
+ },
1062
+ "patientSearch": {
1063
+ "regionLabel": "Caută o programare",
1064
+ "who": {
1065
+ "label": "Medic, specialitate, cabinet sau practician",
1066
+ "placeholder": "Medic, specialitate, cabinet sau practician"
1067
+ },
1068
+ "where": {
1069
+ "label": "Oraș, cartier sau adresă",
1070
+ "placeholder": "Oraș, cartier sau adresă"
1071
+ },
1072
+ "when": {
1073
+ "label": "Când",
1074
+ "today": "Astăzi",
1075
+ "tomorrow": "Mâine",
1076
+ "thisWeek": "Săptămâna aceasta",
1077
+ "anytime": "Oricând"
1078
+ },
1079
+ "facets": {
1080
+ "label": "Filtre",
1081
+ "clear": "Șterge filtrele"
1082
+ },
1083
+ "geo": {
1084
+ "cta": "Lângă mine",
1085
+ "requesting": "Se localizează…",
1086
+ "radius": "Rază",
1087
+ "radiusFormat": "{{km}} km",
1088
+ "fallbackLabel": "Lângă mine",
1089
+ "clear": "Șterge locația",
1090
+ "denied": "Accesul la locație a fost refuzat. Poți tasta un oraș sau activa locația în setările browserului."
1091
+ },
1092
+ "discovery": {
1093
+ "heading": "Răsfoiește căutările populare",
1094
+ "empty": "Nicio sugestie de răsfoit — tastează un medic sau un oraș mai sus."
1095
+ },
1096
+ "submit": {
1097
+ "cta": "Caută"
1098
+ }
1099
+ },
1100
+ "reviewsPanel": {
1101
+ "regionLabel": "Recenzii pacienți",
1102
+ "title": "Recenzii pacienți",
1103
+ "listLabel": "Lista recenziilor",
1104
+ "introHeading": "Despre aceste recenzii",
1105
+ "filterTitle": "Filtrează după stele",
1106
+ "filter": {
1107
+ "allShort": "Toate",
1108
+ "allLabel_one": "Toate — {{count}} recenzie",
1109
+ "allLabel_other": "Toate — {{count}} recenzii",
1110
+ "starsLabel_one": "{{stars}} stele — {{count}} recenzie",
1111
+ "starsLabel_other": "{{stars}} stele — {{count}} recenzii"
1112
+ },
1113
+ "anonymous": "Anonim",
1114
+ "card": {
1115
+ "expand": "Arată detaliile",
1116
+ "collapse": "Ascunde detaliile"
1117
+ },
1118
+ "replyTitle": "Răspunsul clinicii",
1119
+ "breakdown": {
1120
+ "appointment": "Programare",
1121
+ "communication": "Comunicare",
1122
+ "staff": "Personal",
1123
+ "overall": "General",
1124
+ "futureVisit": "Te-ai întoarce?",
1125
+ "recommendation": "Ne-ai recomanda?"
1126
+ },
1127
+ "answer": {
1128
+ "yes": "Da",
1129
+ "no": "Nu",
1130
+ "unsure": "Nesigur"
1131
+ },
1132
+ "empty": {
1133
+ "title": "Încă nu există recenzii",
1134
+ "description": "Recenziile pacienților vor apărea aici.",
1135
+ "filterDescription": "Nicio recenzie cu {{stars}} stele.",
1136
+ "resetFilter": "Arată toate recenziile"
1137
+ }
944
1138
  },
945
1139
  "chart": {
946
1140
  "noData": "Nicio dată disponibilă",
@@ -1271,5 +1465,32 @@
1271
1465
  "aria": {
1272
1466
  "label": "{{state}} {{amount}}"
1273
1467
  }
1468
+ },
1469
+ "footer": {
1470
+ "nav": {
1471
+ "label": "Subsol",
1472
+ "privacy": "Confidențialitate",
1473
+ "terms": "Termeni de utilizare",
1474
+ "contacts": "Contactează-ne"
1475
+ },
1476
+ "copyright": "© {{year}} {{entity}} · {{vat}}",
1477
+ "tagline": "Tehnologie germană, design italian",
1478
+ "group": {
1479
+ "product": "Produs",
1480
+ "resources": "Resurse",
1481
+ "company": "Companie",
1482
+ "legal": "Aspecte legale"
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": "(se deschide într-o filă nouă)"
1494
+ }
1274
1495
  }
1275
1496
  }
@@ -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
  }