@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.
- package/dist/_chunks/booking-Bw9eOU4k.js +2292 -0
- package/dist/_chunks/{calendar-9eOXumpH.js → calendar-WWNx448i.js} +10 -9
- package/dist/_chunks/{contact-card-CeEfEAxh.js → contact-card-DYbp--s-.js} +2 -2
- package/dist/_chunks/{header-B8V_sNPy.js → header-CkMb1TZS.js} +23 -23
- package/dist/_chunks/heart-pulse-CvuyFKHB.js +21 -0
- package/dist/_chunks/{link-DmM5IevO.js → link-DrD_cRUg.js} +50 -45
- package/dist/_chunks/parseISO-Dk4xa7q6.js +120 -0
- package/dist/_chunks/patient-search-DuSoGG2t.js +1113 -0
- package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
- package/dist/_chunks/public-footer.agent-DivkKdG4.js +537 -0
- package/dist/_chunks/reviews-panel-CFttsfuC.js +513 -0
- package/dist/_chunks/slot-grid-B2zprPcv.js +387 -0
- package/dist/_chunks/stethoscope-DT5qCW8Y.js +18 -0
- package/dist/agent-catalog.json +117 -22
- package/dist/components/booking/booking-types.d.ts +167 -0
- package/dist/components/booking/booking.agent.d.ts +1 -1
- package/dist/components/booking/booking.d.ts +4 -89
- package/dist/components/booking/cascade.d.ts +96 -0
- package/dist/components/booking/details-form.d.ts +39 -0
- package/dist/components/booking/index.d.ts +2 -1
- package/dist/components/booking/index.js +5 -3
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/checkbox/checkbox.d.ts +6 -2
- package/dist/components/contact-card/index.js +1 -1
- package/dist/components/header/index.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/link/index.js +1 -1
- package/dist/components/link/link.d.ts +7 -0
- package/dist/components/patient-search/index.d.ts +4 -0
- package/dist/components/patient-search/index.js +6 -0
- package/dist/components/patient-search/patient-search.agent.d.ts +4 -0
- package/dist/components/patient-search/patient-search.d.ts +112 -0
- package/dist/components/public-footer/index.d.ts +6 -0
- package/dist/components/public-footer/index.js +10 -0
- package/dist/components/public-footer/legal-urls.d.ts +18 -0
- package/dist/components/public-footer/public-footer.agent.d.ts +4 -0
- package/dist/components/public-footer/public-footer.d.ts +58 -0
- package/dist/components/public-footer/socials.d.ts +9 -0
- package/dist/components/reviews-panel/index.d.ts +4 -0
- package/dist/components/reviews-panel/index.js +6 -0
- package/dist/components/reviews-panel/reviews-panel.agent.d.ts +4 -0
- package/dist/components/reviews-panel/reviews-panel.d.ts +76 -0
- package/dist/components/slot-grid/index.js +1 -1
- package/dist/i18n/config.js +3994 -38
- package/dist/i18n/locales/ar.d.ts +221 -0
- package/dist/i18n/locales/de.d.ts +221 -0
- package/dist/i18n/locales/el.d.ts +221 -0
- package/dist/i18n/locales/es.d.ts +221 -0
- package/dist/i18n/locales/fr.d.ts +221 -0
- package/dist/i18n/locales/hi.d.ts +221 -0
- package/dist/i18n/locales/ja.d.ts +221 -0
- package/dist/i18n/locales/nl.d.ts +221 -0
- package/dist/i18n/locales/pl.d.ts +221 -0
- package/dist/i18n/locales/pt.d.ts +221 -0
- package/dist/i18n/locales/ro.d.ts +221 -0
- package/dist/i18n/locales/ru.d.ts +221 -0
- package/dist/i18n/locales/sq.d.ts +221 -0
- package/dist/i18n/locales/sv.d.ts +221 -0
- package/dist/i18n/locales/tr.d.ts +221 -0
- package/dist/i18n/locales/zh.d.ts +221 -0
- package/dist/i18n/resources.d.ts +442 -0
- package/dist/index.js +351 -336
- package/dist/locales/ar.json +222 -1
- package/dist/locales/de.json +222 -1
- package/dist/locales/el.json +222 -1
- package/dist/locales/en.json +222 -1
- package/dist/locales/es.json +222 -1
- package/dist/locales/fr.json +222 -1
- package/dist/locales/hi.json +222 -1
- package/dist/locales/it.json +222 -1
- package/dist/locales/ja.json +222 -1
- package/dist/locales/nl.json +222 -1
- package/dist/locales/pl.json +222 -1
- package/dist/locales/pt.json +222 -1
- package/dist/locales/ro.json +222 -1
- package/dist/locales/ru.json +222 -1
- package/dist/locales/sq.json +222 -1
- package/dist/locales/sv.json +222 -1
- package/dist/locales/tr.json +222 -1
- package/dist/locales/zh.json +222 -1
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +17 -1
- package/dist/_chunks/booking-CXngC-1u.js +0 -1743
- package/dist/_chunks/slot-grid-DoodeQGZ.js +0 -502
- package/dist/_chunks/stethoscope-B8kpbtjh.js +0 -35
package/dist/i18n/resources.d.ts
CHANGED
|
@@ -958,6 +958,200 @@ export declare const enUi: {
|
|
|
958
958
|
readonly evening: "Evening";
|
|
959
959
|
};
|
|
960
960
|
readonly slotAvailableLabel: "Available at {{time}}";
|
|
961
|
+
readonly headingSubtitle: "Pick a service, date and time, then confirm.";
|
|
962
|
+
readonly insurance: {
|
|
963
|
+
readonly heading: "Insurance type";
|
|
964
|
+
readonly placeholder: "Choose insurance type";
|
|
965
|
+
readonly private: "Private";
|
|
966
|
+
readonly public: "Statutory (gesetzlich)";
|
|
967
|
+
};
|
|
968
|
+
readonly specialty: {
|
|
969
|
+
readonly heading: "Specialty";
|
|
970
|
+
readonly placeholder: "Choose a specialty";
|
|
971
|
+
};
|
|
972
|
+
readonly service: {
|
|
973
|
+
readonly heading: "Service";
|
|
974
|
+
readonly placeholder: "Choose a service";
|
|
975
|
+
};
|
|
976
|
+
readonly operator: {
|
|
977
|
+
readonly heading: "Provider";
|
|
978
|
+
readonly placeholder: "Choose a provider";
|
|
979
|
+
readonly all: "Any available provider";
|
|
980
|
+
};
|
|
981
|
+
readonly date: {
|
|
982
|
+
readonly heading: "Date";
|
|
983
|
+
};
|
|
984
|
+
readonly slot: {
|
|
985
|
+
readonly heading: "Time";
|
|
986
|
+
};
|
|
987
|
+
readonly emptyServices: {
|
|
988
|
+
readonly title: "No bookable services";
|
|
989
|
+
readonly description: "There are no services available for this selection.";
|
|
990
|
+
};
|
|
991
|
+
readonly onboardingIncomplete: {
|
|
992
|
+
readonly title: "No providers available";
|
|
993
|
+
readonly description: "The practice has not yet configured providers for this service. Try a different service or check back later.";
|
|
994
|
+
};
|
|
995
|
+
readonly nextAvailable: {
|
|
996
|
+
readonly description: "No openings in the current window. Next available date is {{date}}.";
|
|
997
|
+
readonly cta: "Jump to next available";
|
|
998
|
+
};
|
|
999
|
+
readonly confirmation: {
|
|
1000
|
+
readonly heading: "How should we send your confirmation?";
|
|
1001
|
+
readonly helper: "We'll send a link to confirm your booking on the channels you select.";
|
|
1002
|
+
readonly atLeastOne: "Select at least one way to receive your booking confirmation.";
|
|
1003
|
+
readonly channel: {
|
|
1004
|
+
readonly email: "Email";
|
|
1005
|
+
readonly whatsapp: "WhatsApp";
|
|
1006
|
+
readonly sms: "SMS";
|
|
1007
|
+
};
|
|
1008
|
+
};
|
|
1009
|
+
readonly success: {
|
|
1010
|
+
readonly heading: "Booking submitted";
|
|
1011
|
+
readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
|
|
1012
|
+
readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
|
|
1013
|
+
readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
|
|
1014
|
+
readonly summaryDate: "Date";
|
|
1015
|
+
readonly summaryTime: "Time";
|
|
1016
|
+
readonly summaryProvider: "Provider";
|
|
1017
|
+
readonly summaryService: "Service";
|
|
1018
|
+
readonly summarySpecialty: "Specialty";
|
|
1019
|
+
readonly bookAnother: "Book another appointment";
|
|
1020
|
+
readonly modifyBooking: "Modify booking";
|
|
1021
|
+
};
|
|
1022
|
+
readonly submitError: {
|
|
1023
|
+
readonly generic: "We couldn't submit your booking. Please try again.";
|
|
1024
|
+
};
|
|
1025
|
+
readonly details: {
|
|
1026
|
+
readonly heading: "Your details";
|
|
1027
|
+
readonly submit: "Book appointment";
|
|
1028
|
+
readonly firstName: {
|
|
1029
|
+
readonly label: "First name";
|
|
1030
|
+
readonly required: "Enter your first name.";
|
|
1031
|
+
};
|
|
1032
|
+
readonly lastName: {
|
|
1033
|
+
readonly label: "Last name";
|
|
1034
|
+
readonly required: "Enter your last name.";
|
|
1035
|
+
};
|
|
1036
|
+
readonly email: {
|
|
1037
|
+
readonly label: "Email";
|
|
1038
|
+
readonly invalid: "Enter a valid email address.";
|
|
1039
|
+
};
|
|
1040
|
+
readonly mobilePhone: {
|
|
1041
|
+
readonly label: "Mobile phone";
|
|
1042
|
+
readonly invalid: "Enter a valid mobile number.";
|
|
1043
|
+
};
|
|
1044
|
+
readonly codiceFiscale: {
|
|
1045
|
+
readonly label: "Codice fiscale";
|
|
1046
|
+
readonly helper: "16 characters, letters and numbers.";
|
|
1047
|
+
readonly checking: "Checking…";
|
|
1048
|
+
readonly invalid: "Invalid codice fiscale.";
|
|
1049
|
+
readonly invalidFormat: "Codice fiscale must be 16 characters (letters and numbers).";
|
|
1050
|
+
readonly unavailable: "Validation unavailable, please try again.";
|
|
1051
|
+
};
|
|
1052
|
+
readonly dateOfBirth: {
|
|
1053
|
+
readonly label: "Date of birth";
|
|
1054
|
+
readonly required: "Enter your date of birth.";
|
|
1055
|
+
};
|
|
1056
|
+
readonly insuranceNumber: {
|
|
1057
|
+
readonly label: "Insurance number (Versichertennummer)";
|
|
1058
|
+
readonly checking: "Checking…";
|
|
1059
|
+
readonly invalid: "Invalid insurance number.";
|
|
1060
|
+
readonly unavailable: "Validation unavailable, please try again.";
|
|
1061
|
+
};
|
|
1062
|
+
readonly note: {
|
|
1063
|
+
readonly label: "Reason for visit / anything we should know";
|
|
1064
|
+
readonly helper: "Up to {{max}} characters.";
|
|
1065
|
+
};
|
|
1066
|
+
readonly returningPatient: {
|
|
1067
|
+
readonly label: "I'm already a patient at this practice";
|
|
1068
|
+
};
|
|
1069
|
+
readonly consent: {
|
|
1070
|
+
readonly privacy: {
|
|
1071
|
+
readonly label: "I have read and accept the <policyLink>privacy policy</policyLink>";
|
|
1072
|
+
};
|
|
1073
|
+
readonly terms: {
|
|
1074
|
+
readonly label: "I have read and accept the <policyLink>terms of service</policyLink>";
|
|
1075
|
+
};
|
|
1076
|
+
};
|
|
1077
|
+
};
|
|
1078
|
+
};
|
|
1079
|
+
readonly patientSearch: {
|
|
1080
|
+
readonly regionLabel: "Search appointments";
|
|
1081
|
+
readonly who: {
|
|
1082
|
+
readonly label: "Doctor, specialty, studio or operator";
|
|
1083
|
+
readonly placeholder: "Doctor, specialty, studio or operator";
|
|
1084
|
+
};
|
|
1085
|
+
readonly where: {
|
|
1086
|
+
readonly label: "City, district or address";
|
|
1087
|
+
readonly placeholder: "City, district or address";
|
|
1088
|
+
};
|
|
1089
|
+
readonly when: {
|
|
1090
|
+
readonly label: "When";
|
|
1091
|
+
readonly today: "Today";
|
|
1092
|
+
readonly tomorrow: "Tomorrow";
|
|
1093
|
+
readonly thisWeek: "This week";
|
|
1094
|
+
readonly anytime: "Anytime";
|
|
1095
|
+
};
|
|
1096
|
+
readonly facets: {
|
|
1097
|
+
readonly label: "Filters";
|
|
1098
|
+
readonly clear: "Clear filters";
|
|
1099
|
+
};
|
|
1100
|
+
readonly geo: {
|
|
1101
|
+
readonly cta: "Near me";
|
|
1102
|
+
readonly requesting: "Locating…";
|
|
1103
|
+
readonly radius: "Radius";
|
|
1104
|
+
readonly radiusFormat: "{{km}} km";
|
|
1105
|
+
readonly fallbackLabel: "Near me";
|
|
1106
|
+
readonly clear: "Clear location";
|
|
1107
|
+
readonly denied: "Location access denied. You can type a city or enable location in your browser settings.";
|
|
1108
|
+
};
|
|
1109
|
+
readonly discovery: {
|
|
1110
|
+
readonly heading: "Browse by popular search";
|
|
1111
|
+
readonly empty: "No suggestions to browse — type a doctor or city above.";
|
|
1112
|
+
};
|
|
1113
|
+
readonly submit: {
|
|
1114
|
+
readonly cta: "Search";
|
|
1115
|
+
};
|
|
1116
|
+
};
|
|
1117
|
+
readonly reviewsPanel: {
|
|
1118
|
+
readonly regionLabel: "Patient reviews";
|
|
1119
|
+
readonly title: "Patient reviews";
|
|
1120
|
+
readonly listLabel: "Review list";
|
|
1121
|
+
readonly introHeading: "About these reviews";
|
|
1122
|
+
readonly filterTitle: "Filter by stars";
|
|
1123
|
+
readonly filter: {
|
|
1124
|
+
readonly allShort: "All";
|
|
1125
|
+
readonly allLabel_one: "All — {{count}} review";
|
|
1126
|
+
readonly allLabel_other: "All — {{count}} reviews";
|
|
1127
|
+
readonly starsLabel_one: "{{stars}} stars — {{count}} review";
|
|
1128
|
+
readonly starsLabel_other: "{{stars}} stars — {{count}} reviews";
|
|
1129
|
+
};
|
|
1130
|
+
readonly anonymous: "Anonymous";
|
|
1131
|
+
readonly card: {
|
|
1132
|
+
readonly expand: "Show details";
|
|
1133
|
+
readonly collapse: "Hide details";
|
|
1134
|
+
};
|
|
1135
|
+
readonly replyTitle: "Reply from the practice";
|
|
1136
|
+
readonly breakdown: {
|
|
1137
|
+
readonly appointment: "Appointment";
|
|
1138
|
+
readonly communication: "Communication";
|
|
1139
|
+
readonly staff: "Staff";
|
|
1140
|
+
readonly overall: "Overall";
|
|
1141
|
+
readonly futureVisit: "Would visit again?";
|
|
1142
|
+
readonly recommendation: "Would recommend?";
|
|
1143
|
+
};
|
|
1144
|
+
readonly answer: {
|
|
1145
|
+
readonly yes: "Yes";
|
|
1146
|
+
readonly no: "No";
|
|
1147
|
+
readonly unsure: "Not sure";
|
|
1148
|
+
};
|
|
1149
|
+
readonly empty: {
|
|
1150
|
+
readonly title: "No reviews yet";
|
|
1151
|
+
readonly description: "Reviews from patients will appear here.";
|
|
1152
|
+
readonly filterDescription: "No reviews with {{stars}} stars.";
|
|
1153
|
+
readonly resetFilter: "Show all reviews";
|
|
1154
|
+
};
|
|
961
1155
|
};
|
|
962
1156
|
readonly chart: {
|
|
963
1157
|
readonly noData: "No data available";
|
|
@@ -1289,6 +1483,33 @@ export declare const enUi: {
|
|
|
1289
1483
|
readonly label: "{{state}} {{amount}}";
|
|
1290
1484
|
};
|
|
1291
1485
|
};
|
|
1486
|
+
readonly footer: {
|
|
1487
|
+
readonly nav: {
|
|
1488
|
+
readonly label: "Footer";
|
|
1489
|
+
readonly privacy: "Privacy";
|
|
1490
|
+
readonly terms: "Terms of use";
|
|
1491
|
+
readonly contacts: "Contact us";
|
|
1492
|
+
};
|
|
1493
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1494
|
+
readonly tagline: "German technology, Italian design";
|
|
1495
|
+
readonly group: {
|
|
1496
|
+
readonly product: "Solutions";
|
|
1497
|
+
readonly resources: "Resources";
|
|
1498
|
+
readonly company: "Company";
|
|
1499
|
+
readonly legal: "Legal";
|
|
1500
|
+
};
|
|
1501
|
+
readonly social: {
|
|
1502
|
+
readonly aria: {
|
|
1503
|
+
readonly linkedin: "LinkedIn";
|
|
1504
|
+
readonly youtube: "YouTube";
|
|
1505
|
+
readonly instagram: "Instagram";
|
|
1506
|
+
readonly facebook: "Facebook";
|
|
1507
|
+
};
|
|
1508
|
+
};
|
|
1509
|
+
readonly external: {
|
|
1510
|
+
readonly opens_in_new_tab: "(opens in new tab)";
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1292
1513
|
};
|
|
1293
1514
|
/** Italian `ui` resources — full bundle. Dental-practice users in Italy. */
|
|
1294
1515
|
export declare const itUi: {
|
|
@@ -2234,6 +2455,200 @@ export declare const itUi: {
|
|
|
2234
2455
|
readonly evening: "Sera";
|
|
2235
2456
|
};
|
|
2236
2457
|
readonly slotAvailableLabel: "Disponibile alle {{time}}";
|
|
2458
|
+
readonly headingSubtitle: "Scegli prestazione, data e ora, poi conferma.";
|
|
2459
|
+
readonly insurance: {
|
|
2460
|
+
readonly heading: "Tipo di assicurazione";
|
|
2461
|
+
readonly placeholder: "Scegli l'assicurazione";
|
|
2462
|
+
readonly private: "Privata";
|
|
2463
|
+
readonly public: "Pubblica (gesetzlich)";
|
|
2464
|
+
};
|
|
2465
|
+
readonly specialty: {
|
|
2466
|
+
readonly heading: "Specialità";
|
|
2467
|
+
readonly placeholder: "Scegli una specialità";
|
|
2468
|
+
};
|
|
2469
|
+
readonly service: {
|
|
2470
|
+
readonly heading: "Prestazione";
|
|
2471
|
+
readonly placeholder: "Scegli una prestazione";
|
|
2472
|
+
};
|
|
2473
|
+
readonly operator: {
|
|
2474
|
+
readonly heading: "Professionista";
|
|
2475
|
+
readonly placeholder: "Scegli un professionista";
|
|
2476
|
+
readonly all: "Qualsiasi professionista disponibile";
|
|
2477
|
+
};
|
|
2478
|
+
readonly date: {
|
|
2479
|
+
readonly heading: "Data";
|
|
2480
|
+
};
|
|
2481
|
+
readonly slot: {
|
|
2482
|
+
readonly heading: "Orario";
|
|
2483
|
+
};
|
|
2484
|
+
readonly emptyServices: {
|
|
2485
|
+
readonly title: "Nessuna prestazione prenotabile";
|
|
2486
|
+
readonly description: "Non ci sono prestazioni disponibili per questa selezione.";
|
|
2487
|
+
};
|
|
2488
|
+
readonly onboardingIncomplete: {
|
|
2489
|
+
readonly title: "Nessun professionista disponibile";
|
|
2490
|
+
readonly description: "Lo studio non ha ancora configurato professionisti per questa prestazione. Prova una prestazione diversa o riprova più tardi.";
|
|
2491
|
+
};
|
|
2492
|
+
readonly nextAvailable: {
|
|
2493
|
+
readonly description: "Nessuna disponibilità nel periodo selezionato. La prossima data disponibile è {{date}}.";
|
|
2494
|
+
readonly cta: "Vai alla prima data disponibile";
|
|
2495
|
+
};
|
|
2496
|
+
readonly confirmation: {
|
|
2497
|
+
readonly heading: "Come vuoi ricevere la conferma?";
|
|
2498
|
+
readonly helper: "Ti invieremo un link per confermare la prenotazione sui canali che selezioni.";
|
|
2499
|
+
readonly atLeastOne: "Seleziona almeno un canale per ricevere la conferma della prenotazione.";
|
|
2500
|
+
readonly channel: {
|
|
2501
|
+
readonly email: "Email";
|
|
2502
|
+
readonly whatsapp: "WhatsApp";
|
|
2503
|
+
readonly sms: "SMS";
|
|
2504
|
+
};
|
|
2505
|
+
};
|
|
2506
|
+
readonly success: {
|
|
2507
|
+
readonly heading: "Prenotazione inviata";
|
|
2508
|
+
readonly descriptionSingle: "Ti abbiamo inviato un link di conferma via {{channel}}. Clicca il link per confermare la prenotazione.";
|
|
2509
|
+
readonly descriptionMultiple: "Ti abbiamo inviato un link di conferma via {{channels}}. Clicca il link in uno qualsiasi di questi per confermare la prenotazione.";
|
|
2510
|
+
readonly descriptionDemo: "Questa è una demo — non è stata inviata nessuna conferma. In produzione ti invieremmo un link via email per confermare.";
|
|
2511
|
+
readonly summaryDate: "Data";
|
|
2512
|
+
readonly summaryTime: "Orario";
|
|
2513
|
+
readonly summaryProvider: "Professionista";
|
|
2514
|
+
readonly summaryService: "Prestazione";
|
|
2515
|
+
readonly summarySpecialty: "Specialità";
|
|
2516
|
+
readonly bookAnother: "Prenota un altro appuntamento";
|
|
2517
|
+
readonly modifyBooking: "Modifica prenotazione";
|
|
2518
|
+
};
|
|
2519
|
+
readonly submitError: {
|
|
2520
|
+
readonly generic: "Non è stato possibile inviare la prenotazione. Riprova.";
|
|
2521
|
+
};
|
|
2522
|
+
readonly details: {
|
|
2523
|
+
readonly heading: "I tuoi dati";
|
|
2524
|
+
readonly submit: "Prenota appuntamento";
|
|
2525
|
+
readonly firstName: {
|
|
2526
|
+
readonly label: "Nome";
|
|
2527
|
+
readonly required: "Inserisci il tuo nome.";
|
|
2528
|
+
};
|
|
2529
|
+
readonly lastName: {
|
|
2530
|
+
readonly label: "Cognome";
|
|
2531
|
+
readonly required: "Inserisci il tuo cognome.";
|
|
2532
|
+
};
|
|
2533
|
+
readonly email: {
|
|
2534
|
+
readonly label: "Email";
|
|
2535
|
+
readonly invalid: "Inserisci un'email valida.";
|
|
2536
|
+
};
|
|
2537
|
+
readonly mobilePhone: {
|
|
2538
|
+
readonly label: "Telefono cellulare";
|
|
2539
|
+
readonly invalid: "Inserisci un numero di cellulare valido.";
|
|
2540
|
+
};
|
|
2541
|
+
readonly codiceFiscale: {
|
|
2542
|
+
readonly label: "Codice fiscale";
|
|
2543
|
+
readonly helper: "16 caratteri, lettere e numeri.";
|
|
2544
|
+
readonly checking: "Verifica…";
|
|
2545
|
+
readonly invalid: "Codice fiscale non valido.";
|
|
2546
|
+
readonly invalidFormat: "Il codice fiscale deve essere di 16 caratteri (lettere e numeri).";
|
|
2547
|
+
readonly unavailable: "Verifica non disponibile, riprova.";
|
|
2548
|
+
};
|
|
2549
|
+
readonly dateOfBirth: {
|
|
2550
|
+
readonly label: "Data di nascita";
|
|
2551
|
+
readonly required: "Inserisci la tua data di nascita.";
|
|
2552
|
+
};
|
|
2553
|
+
readonly insuranceNumber: {
|
|
2554
|
+
readonly label: "Numero assicurazione (Versichertennummer)";
|
|
2555
|
+
readonly checking: "Verifica…";
|
|
2556
|
+
readonly invalid: "Numero assicurazione non valido.";
|
|
2557
|
+
readonly unavailable: "Verifica non disponibile, riprova.";
|
|
2558
|
+
};
|
|
2559
|
+
readonly note: {
|
|
2560
|
+
readonly label: "Motivo della visita / Note";
|
|
2561
|
+
readonly helper: "Fino a {{max}} caratteri.";
|
|
2562
|
+
};
|
|
2563
|
+
readonly returningPatient: {
|
|
2564
|
+
readonly label: "Sono già paziente di questo studio";
|
|
2565
|
+
};
|
|
2566
|
+
readonly consent: {
|
|
2567
|
+
readonly privacy: {
|
|
2568
|
+
readonly label: "Ho letto e accetto l'<policyLink>informativa sulla privacy</policyLink>";
|
|
2569
|
+
};
|
|
2570
|
+
readonly terms: {
|
|
2571
|
+
readonly label: "Ho letto e accetto i <policyLink>termini di servizio</policyLink>";
|
|
2572
|
+
};
|
|
2573
|
+
};
|
|
2574
|
+
};
|
|
2575
|
+
};
|
|
2576
|
+
readonly patientSearch: {
|
|
2577
|
+
readonly regionLabel: "Cerca un appuntamento";
|
|
2578
|
+
readonly who: {
|
|
2579
|
+
readonly label: "Medico, specialità, studio o professionista";
|
|
2580
|
+
readonly placeholder: "Medico, specialità, studio o professionista";
|
|
2581
|
+
};
|
|
2582
|
+
readonly where: {
|
|
2583
|
+
readonly label: "Città, zona o indirizzo";
|
|
2584
|
+
readonly placeholder: "Città, zona o indirizzo";
|
|
2585
|
+
};
|
|
2586
|
+
readonly when: {
|
|
2587
|
+
readonly label: "Quando";
|
|
2588
|
+
readonly today: "Oggi";
|
|
2589
|
+
readonly tomorrow: "Domani";
|
|
2590
|
+
readonly thisWeek: "Questa settimana";
|
|
2591
|
+
readonly anytime: "Quando vuoi";
|
|
2592
|
+
};
|
|
2593
|
+
readonly facets: {
|
|
2594
|
+
readonly label: "Filtri";
|
|
2595
|
+
readonly clear: "Cancella filtri";
|
|
2596
|
+
};
|
|
2597
|
+
readonly geo: {
|
|
2598
|
+
readonly cta: "Vicino a me";
|
|
2599
|
+
readonly requesting: "Localizzazione…";
|
|
2600
|
+
readonly radius: "Raggio";
|
|
2601
|
+
readonly radiusFormat: "{{km}} km";
|
|
2602
|
+
readonly fallbackLabel: "Vicino a me";
|
|
2603
|
+
readonly clear: "Cancella la posizione";
|
|
2604
|
+
readonly denied: "Accesso alla posizione negato. Puoi digitare una città o abilitare la posizione nelle impostazioni del browser.";
|
|
2605
|
+
};
|
|
2606
|
+
readonly discovery: {
|
|
2607
|
+
readonly heading: "Cerca per popolare";
|
|
2608
|
+
readonly empty: "Nessun suggerimento da sfogliare — digita un medico o una città qui sopra.";
|
|
2609
|
+
};
|
|
2610
|
+
readonly submit: {
|
|
2611
|
+
readonly cta: "Cerca";
|
|
2612
|
+
};
|
|
2613
|
+
};
|
|
2614
|
+
readonly reviewsPanel: {
|
|
2615
|
+
readonly regionLabel: "Opinioni dei pazienti";
|
|
2616
|
+
readonly title: "Opinioni dei pazienti";
|
|
2617
|
+
readonly listLabel: "Elenco opinioni";
|
|
2618
|
+
readonly introHeading: "Informazioni sulle opinioni";
|
|
2619
|
+
readonly filterTitle: "Filtra per stelle";
|
|
2620
|
+
readonly filter: {
|
|
2621
|
+
readonly allShort: "Tutte";
|
|
2622
|
+
readonly allLabel_one: "Tutte — {{count}} opinione";
|
|
2623
|
+
readonly allLabel_other: "Tutte — {{count}} opinioni";
|
|
2624
|
+
readonly starsLabel_one: "{{stars}} stelle — {{count}} opinione";
|
|
2625
|
+
readonly starsLabel_other: "{{stars}} stelle — {{count}} opinioni";
|
|
2626
|
+
};
|
|
2627
|
+
readonly anonymous: "Anonimo";
|
|
2628
|
+
readonly card: {
|
|
2629
|
+
readonly expand: "Mostra dettagli";
|
|
2630
|
+
readonly collapse: "Nascondi dettagli";
|
|
2631
|
+
};
|
|
2632
|
+
readonly replyTitle: "Risposta dello studio";
|
|
2633
|
+
readonly breakdown: {
|
|
2634
|
+
readonly appointment: "Appuntamento";
|
|
2635
|
+
readonly communication: "Comunicazione";
|
|
2636
|
+
readonly staff: "Personale";
|
|
2637
|
+
readonly overall: "Complessiva";
|
|
2638
|
+
readonly futureVisit: "Tornerebbe a visitarci?";
|
|
2639
|
+
readonly recommendation: "Consiglierebbe?";
|
|
2640
|
+
};
|
|
2641
|
+
readonly answer: {
|
|
2642
|
+
readonly yes: "Sì";
|
|
2643
|
+
readonly no: "No";
|
|
2644
|
+
readonly unsure: "Non saprei";
|
|
2645
|
+
};
|
|
2646
|
+
readonly empty: {
|
|
2647
|
+
readonly title: "Nessuna opinione";
|
|
2648
|
+
readonly description: "Le opinioni dei pazienti appariranno qui.";
|
|
2649
|
+
readonly filterDescription: "Nessuna opinione con {{stars}} stelle.";
|
|
2650
|
+
readonly resetFilter: "Mostra tutte le opinioni";
|
|
2651
|
+
};
|
|
2237
2652
|
};
|
|
2238
2653
|
readonly chart: {
|
|
2239
2654
|
readonly noData: "Nessun dato disponibile";
|
|
@@ -2565,6 +2980,33 @@ export declare const itUi: {
|
|
|
2565
2980
|
readonly label: "{{state}} {{amount}}";
|
|
2566
2981
|
};
|
|
2567
2982
|
};
|
|
2983
|
+
readonly footer: {
|
|
2984
|
+
readonly nav: {
|
|
2985
|
+
readonly label: "Footer";
|
|
2986
|
+
readonly privacy: "Privacy";
|
|
2987
|
+
readonly terms: "Condizioni di utilizzo";
|
|
2988
|
+
readonly contacts: "Contattaci";
|
|
2989
|
+
};
|
|
2990
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
2991
|
+
readonly tagline: "Tecnologia tedesca, design italiano";
|
|
2992
|
+
readonly group: {
|
|
2993
|
+
readonly product: "Soluzioni";
|
|
2994
|
+
readonly resources: "Risorse";
|
|
2995
|
+
readonly company: "Azienda";
|
|
2996
|
+
readonly legal: "Note legali";
|
|
2997
|
+
};
|
|
2998
|
+
readonly social: {
|
|
2999
|
+
readonly aria: {
|
|
3000
|
+
readonly linkedin: "LinkedIn";
|
|
3001
|
+
readonly youtube: "YouTube";
|
|
3002
|
+
readonly instagram: "Instagram";
|
|
3003
|
+
readonly facebook: "Facebook";
|
|
3004
|
+
};
|
|
3005
|
+
};
|
|
3006
|
+
readonly external: {
|
|
3007
|
+
readonly opens_in_new_tab: "(si apre in una nuova scheda)";
|
|
3008
|
+
};
|
|
3009
|
+
};
|
|
2568
3010
|
};
|
|
2569
3011
|
/**
|
|
2570
3012
|
* Locales that ship a JSON bundle. Consumer apps register these via
|