@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.
- package/dist/_chunks/booking-BYuc_8HV.js +2250 -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-BhlxYAI3.js +1102 -0
- package/dist/_chunks/{patient-shell-Bq8CjRYF.js → patient-shell-CAXYzbRw.js} +2 -2
- package/dist/_chunks/public-footer.agent-CA29gxHJ.js +516 -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 +145 -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 +32 -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 +103 -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 +51 -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 +3866 -36
- package/dist/i18n/locales/ar.d.ts +214 -0
- package/dist/i18n/locales/de.d.ts +214 -0
- package/dist/i18n/locales/el.d.ts +214 -0
- package/dist/i18n/locales/es.d.ts +214 -0
- package/dist/i18n/locales/fr.d.ts +214 -0
- package/dist/i18n/locales/hi.d.ts +214 -0
- package/dist/i18n/locales/ja.d.ts +214 -0
- package/dist/i18n/locales/nl.d.ts +214 -0
- package/dist/i18n/locales/pl.d.ts +214 -0
- package/dist/i18n/locales/pt.d.ts +214 -0
- package/dist/i18n/locales/ro.d.ts +214 -0
- package/dist/i18n/locales/ru.d.ts +214 -0
- package/dist/i18n/locales/sq.d.ts +214 -0
- package/dist/i18n/locales/sv.d.ts +214 -0
- package/dist/i18n/locales/tr.d.ts +214 -0
- package/dist/i18n/locales/zh.d.ts +214 -0
- package/dist/i18n/resources.d.ts +428 -0
- package/dist/index.js +351 -336
- package/dist/locales/ar.json +215 -1
- package/dist/locales/de.json +215 -1
- package/dist/locales/el.json +215 -1
- package/dist/locales/en.json +215 -1
- package/dist/locales/es.json +215 -1
- package/dist/locales/fr.json +215 -1
- package/dist/locales/hi.json +215 -1
- package/dist/locales/it.json +215 -1
- package/dist/locales/ja.json +215 -1
- package/dist/locales/nl.json +215 -1
- package/dist/locales/pl.json +215 -1
- package/dist/locales/pt.json +215 -1
- package/dist/locales/ro.json +215 -1
- package/dist/locales/ru.json +215 -1
- package/dist/locales/sq.json +215 -1
- package/dist/locales/sv.json +215 -1
- package/dist/locales/tr.json +215 -1
- package/dist/locales/zh.json +215 -1
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +13 -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
|
@@ -945,6 +945,193 @@ export declare const elUi: {
|
|
|
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: "Επιλέξτε τουλάχιστον ένα κανάλι για να λάβετε την επιβεβαίωση του ραντεβού.";
|
|
990
|
+
readonly channel: {
|
|
991
|
+
readonly email: "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 summaryDate: "Date";
|
|
1001
|
+
readonly summaryTime: "Time";
|
|
1002
|
+
readonly summaryProvider: "Provider";
|
|
1003
|
+
readonly bookAnother: "Book another appointment";
|
|
1004
|
+
};
|
|
1005
|
+
readonly details: {
|
|
1006
|
+
readonly heading: "Τα στοιχεία σας";
|
|
1007
|
+
readonly submit: "Κράτηση ραντεβού";
|
|
1008
|
+
readonly firstName: {
|
|
1009
|
+
readonly label: "Όνομα";
|
|
1010
|
+
readonly required: "Εισαγάγετε το όνομά σας.";
|
|
1011
|
+
};
|
|
1012
|
+
readonly lastName: {
|
|
1013
|
+
readonly label: "Επώνυμο";
|
|
1014
|
+
readonly required: "Εισαγάγετε το επώνυμό σας.";
|
|
1015
|
+
};
|
|
1016
|
+
readonly email: {
|
|
1017
|
+
readonly label: "Email";
|
|
1018
|
+
readonly invalid: "Εισαγάγετε μια έγκυρη διεύθυνση email.";
|
|
1019
|
+
};
|
|
1020
|
+
readonly mobilePhone: {
|
|
1021
|
+
readonly label: "Κινητό τηλέφωνο";
|
|
1022
|
+
readonly invalid: "Εισαγάγετε έναν έγκυρο αριθμό κινητού.";
|
|
1023
|
+
};
|
|
1024
|
+
readonly codiceFiscale: {
|
|
1025
|
+
readonly label: "Codice fiscale";
|
|
1026
|
+
readonly helper: "16 χαρακτήρες, γράμματα και αριθμοί.";
|
|
1027
|
+
readonly checking: "Έλεγχος…";
|
|
1028
|
+
readonly invalid: "Μη έγκυρο codice fiscale.";
|
|
1029
|
+
readonly invalidFormat: "Το codice fiscale πρέπει να αποτελείται από 16 χαρακτήρες (γράμματα και αριθμούς).";
|
|
1030
|
+
readonly unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά.";
|
|
1031
|
+
};
|
|
1032
|
+
readonly dateOfBirth: {
|
|
1033
|
+
readonly label: "Ημερομηνία γέννησης";
|
|
1034
|
+
readonly required: "Εισαγάγετε την ημερομηνία γέννησής σας.";
|
|
1035
|
+
};
|
|
1036
|
+
readonly insuranceNumber: {
|
|
1037
|
+
readonly label: "Αριθμός ασφάλισης (Versichertennummer)";
|
|
1038
|
+
readonly checking: "Έλεγχος…";
|
|
1039
|
+
readonly invalid: "Μη έγκυρος αριθμός ασφάλισης.";
|
|
1040
|
+
readonly unavailable: "Ο έλεγχος δεν είναι διαθέσιμος, δοκιμάστε ξανά.";
|
|
1041
|
+
};
|
|
1042
|
+
readonly note: {
|
|
1043
|
+
readonly label: "Λόγος επίσκεψης / σημειώσεις";
|
|
1044
|
+
readonly helper: "Έως {{max}} χαρακτήρες.";
|
|
1045
|
+
};
|
|
1046
|
+
readonly returningPatient: {
|
|
1047
|
+
readonly label: "Είμαι ήδη ασθενής αυτού του ιατρείου";
|
|
1048
|
+
};
|
|
1049
|
+
readonly consent: {
|
|
1050
|
+
readonly privacy: {
|
|
1051
|
+
readonly label: "Έχω διαβάσει και αποδέχομαι την <policyLink>πολιτική απορρήτου</policyLink>";
|
|
1052
|
+
};
|
|
1053
|
+
readonly terms: {
|
|
1054
|
+
readonly label: "Έχω διαβάσει και αποδέχομαι τους <policyLink>όρους χρήσης</policyLink>";
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
readonly patientSearch: {
|
|
1060
|
+
readonly regionLabel: "Αναζήτηση ραντεβού";
|
|
1061
|
+
readonly who: {
|
|
1062
|
+
readonly label: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας";
|
|
1063
|
+
readonly placeholder: "Γιατρός, ειδικότητα, ιατρείο ή επαγγελματίας";
|
|
1064
|
+
};
|
|
1065
|
+
readonly where: {
|
|
1066
|
+
readonly label: "Πόλη, περιοχή ή διεύθυνση";
|
|
1067
|
+
readonly placeholder: "Πόλη, περιοχή ή διεύθυνση";
|
|
1068
|
+
};
|
|
1069
|
+
readonly when: {
|
|
1070
|
+
readonly label: "Πότε";
|
|
1071
|
+
readonly today: "Σήμερα";
|
|
1072
|
+
readonly tomorrow: "Αύριο";
|
|
1073
|
+
readonly thisWeek: "Αυτή την εβδομάδα";
|
|
1074
|
+
readonly anytime: "Οποτεδήποτε";
|
|
1075
|
+
};
|
|
1076
|
+
readonly facets: {
|
|
1077
|
+
readonly label: "Φίλτρα";
|
|
1078
|
+
readonly clear: "Καθαρισμός φίλτρων";
|
|
1079
|
+
};
|
|
1080
|
+
readonly geo: {
|
|
1081
|
+
readonly cta: "Κοντά μου";
|
|
1082
|
+
readonly requesting: "Εντοπισμός…";
|
|
1083
|
+
readonly radius: "Ακτίνα";
|
|
1084
|
+
readonly radiusFormat: "{{km}} χλμ.";
|
|
1085
|
+
readonly fallbackLabel: "Κοντά μου";
|
|
1086
|
+
readonly clear: "Καθαρισμός τοποθεσίας";
|
|
1087
|
+
readonly denied: "Η πρόσβαση στην τοποθεσία απορρίφθηκε. Μπορείτε να πληκτρολογήσετε μια πόλη ή να ενεργοποιήσετε την τοποθεσία στις ρυθμίσεις του προγράμματος περιήγησης.";
|
|
1088
|
+
};
|
|
1089
|
+
readonly discovery: {
|
|
1090
|
+
readonly heading: "Δείτε δημοφιλείς αναζητήσεις";
|
|
1091
|
+
readonly empty: "Δεν υπάρχουν προτάσεις — πληκτρολογήστε γιατρό ή πόλη παραπάνω.";
|
|
1092
|
+
};
|
|
1093
|
+
readonly submit: {
|
|
1094
|
+
readonly cta: "Αναζήτηση";
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
readonly reviewsPanel: {
|
|
1098
|
+
readonly regionLabel: "Κριτικές ασθενών";
|
|
1099
|
+
readonly title: "Κριτικές ασθενών";
|
|
1100
|
+
readonly listLabel: "Λίστα κριτικών";
|
|
1101
|
+
readonly introHeading: "Σχετικά με αυτές τις κριτικές";
|
|
1102
|
+
readonly filterTitle: "Φιλτράρισμα κατά αστέρια";
|
|
1103
|
+
readonly filter: {
|
|
1104
|
+
readonly allShort: "Όλες";
|
|
1105
|
+
readonly allLabel_one: "Όλες — {{count}} κριτική";
|
|
1106
|
+
readonly allLabel_other: "Όλες — {{count}} κριτικές";
|
|
1107
|
+
readonly starsLabel_one: "{{stars}} αστέρια — {{count}} κριτική";
|
|
1108
|
+
readonly starsLabel_other: "{{stars}} αστέρια — {{count}} κριτικές";
|
|
1109
|
+
};
|
|
1110
|
+
readonly anonymous: "Ανώνυμος";
|
|
1111
|
+
readonly card: {
|
|
1112
|
+
readonly expand: "Εμφάνιση λεπτομερειών";
|
|
1113
|
+
readonly collapse: "Απόκρυψη λεπτομερειών";
|
|
1114
|
+
};
|
|
1115
|
+
readonly replyTitle: "Απάντηση της κλινικής";
|
|
1116
|
+
readonly breakdown: {
|
|
1117
|
+
readonly appointment: "Ραντεβού";
|
|
1118
|
+
readonly communication: "Επικοινωνία";
|
|
1119
|
+
readonly staff: "Προσωπικό";
|
|
1120
|
+
readonly overall: "Συνολικά";
|
|
1121
|
+
readonly futureVisit: "Θα ξανάρχεστε;";
|
|
1122
|
+
readonly recommendation: "Θα μας προτείνατε;";
|
|
1123
|
+
};
|
|
1124
|
+
readonly answer: {
|
|
1125
|
+
readonly yes: "Ναι";
|
|
1126
|
+
readonly no: "Όχι";
|
|
1127
|
+
readonly unsure: "Δεν είμαι σίγουρος";
|
|
1128
|
+
};
|
|
1129
|
+
readonly empty: {
|
|
1130
|
+
readonly title: "Δεν υπάρχουν κριτικές ακόμα";
|
|
1131
|
+
readonly description: "Οι κριτικές ασθενών θα εμφανιστούν εδώ.";
|
|
1132
|
+
readonly filterDescription: "Καμία κριτική με {{stars}} αστέρια.";
|
|
1133
|
+
readonly resetFilter: "Εμφάνιση όλων των κριτικών";
|
|
1134
|
+
};
|
|
948
1135
|
};
|
|
949
1136
|
readonly chart: {
|
|
950
1137
|
readonly noData: "Δεν υπάρχουν διαθέσιμα δεδομένα";
|
|
@@ -1276,5 +1463,32 @@ export declare const elUi: {
|
|
|
1276
1463
|
readonly label: "{{state}} {{amount}}";
|
|
1277
1464
|
};
|
|
1278
1465
|
};
|
|
1466
|
+
readonly footer: {
|
|
1467
|
+
readonly nav: {
|
|
1468
|
+
readonly label: "Υποσέλιδο";
|
|
1469
|
+
readonly privacy: "Απόρρητο";
|
|
1470
|
+
readonly terms: "Όροι χρήσης";
|
|
1471
|
+
readonly contacts: "Επικοινωνία";
|
|
1472
|
+
};
|
|
1473
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1474
|
+
readonly tagline: "Γερμανική τεχνολογία, ιταλικός σχεδιασμός";
|
|
1475
|
+
readonly group: {
|
|
1476
|
+
readonly product: "Προϊόν";
|
|
1477
|
+
readonly resources: "Πόροι";
|
|
1478
|
+
readonly company: "Εταιρεία";
|
|
1479
|
+
readonly legal: "Νομικά";
|
|
1480
|
+
};
|
|
1481
|
+
readonly social: {
|
|
1482
|
+
readonly aria: {
|
|
1483
|
+
readonly linkedin: "LinkedIn";
|
|
1484
|
+
readonly youtube: "YouTube";
|
|
1485
|
+
readonly instagram: "Instagram";
|
|
1486
|
+
readonly facebook: "Facebook";
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1489
|
+
readonly external: {
|
|
1490
|
+
readonly opens_in_new_tab: "(ανοίγει σε νέα καρτέλα)";
|
|
1491
|
+
};
|
|
1492
|
+
};
|
|
1279
1493
|
};
|
|
1280
1494
|
//# sourceMappingURL=el.d.ts.map
|
|
@@ -945,6 +945,193 @@ export declare const esUi: {
|
|
|
945
945
|
readonly evening: "Noche";
|
|
946
946
|
};
|
|
947
947
|
readonly slotAvailableLabel: "Disponible a las {{time}}";
|
|
948
|
+
readonly headingSubtitle: "Elige servicio, fecha y hora, luego confirma.";
|
|
949
|
+
readonly insurance: {
|
|
950
|
+
readonly heading: "Tipo de seguro";
|
|
951
|
+
readonly placeholder: "Elige el tipo de seguro";
|
|
952
|
+
readonly private: "Privado";
|
|
953
|
+
readonly public: "Público (gesetzlich)";
|
|
954
|
+
};
|
|
955
|
+
readonly specialty: {
|
|
956
|
+
readonly heading: "Especialidad";
|
|
957
|
+
readonly placeholder: "Elige una especialidad";
|
|
958
|
+
};
|
|
959
|
+
readonly service: {
|
|
960
|
+
readonly heading: "Servicio";
|
|
961
|
+
readonly placeholder: "Elige un servicio";
|
|
962
|
+
};
|
|
963
|
+
readonly operator: {
|
|
964
|
+
readonly heading: "Profesional";
|
|
965
|
+
readonly placeholder: "Elige un profesional";
|
|
966
|
+
readonly all: "Cualquier profesional disponible";
|
|
967
|
+
};
|
|
968
|
+
readonly date: {
|
|
969
|
+
readonly heading: "Fecha";
|
|
970
|
+
};
|
|
971
|
+
readonly slot: {
|
|
972
|
+
readonly heading: "Hora";
|
|
973
|
+
};
|
|
974
|
+
readonly emptyServices: {
|
|
975
|
+
readonly title: "No hay servicios reservables";
|
|
976
|
+
readonly description: "No hay servicios disponibles para esta selección.";
|
|
977
|
+
};
|
|
978
|
+
readonly onboardingIncomplete: {
|
|
979
|
+
readonly title: "No hay profesionales disponibles";
|
|
980
|
+
readonly description: "La clínica todavía no ha configurado profesionales para este servicio. Prueba con otro servicio o vuelve a intentarlo más tarde.";
|
|
981
|
+
};
|
|
982
|
+
readonly nextAvailable: {
|
|
983
|
+
readonly description: "No hay disponibilidad en el periodo actual. La próxima fecha disponible es el {{date}}.";
|
|
984
|
+
readonly cta: "Ir a la próxima fecha disponible";
|
|
985
|
+
};
|
|
986
|
+
readonly confirmation: {
|
|
987
|
+
readonly heading: "¿Cómo quieres recibir la confirmación?";
|
|
988
|
+
readonly helper: "Te enviaremos un enlace para confirmar tu cita por los canales que selecciones.";
|
|
989
|
+
readonly atLeastOne: "Selecciona al menos un canal para recibir la confirmación de la cita.";
|
|
990
|
+
readonly channel: {
|
|
991
|
+
readonly email: "Correo electrónico";
|
|
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 summaryDate: "Date";
|
|
1001
|
+
readonly summaryTime: "Time";
|
|
1002
|
+
readonly summaryProvider: "Provider";
|
|
1003
|
+
readonly bookAnother: "Book another appointment";
|
|
1004
|
+
};
|
|
1005
|
+
readonly details: {
|
|
1006
|
+
readonly heading: "Tus datos";
|
|
1007
|
+
readonly submit: "Reservar cita";
|
|
1008
|
+
readonly firstName: {
|
|
1009
|
+
readonly label: "Nombre";
|
|
1010
|
+
readonly required: "Introduce tu nombre.";
|
|
1011
|
+
};
|
|
1012
|
+
readonly lastName: {
|
|
1013
|
+
readonly label: "Apellido";
|
|
1014
|
+
readonly required: "Introduce tu apellido.";
|
|
1015
|
+
};
|
|
1016
|
+
readonly email: {
|
|
1017
|
+
readonly label: "Correo electrónico";
|
|
1018
|
+
readonly invalid: "Introduce un correo electrónico válido.";
|
|
1019
|
+
};
|
|
1020
|
+
readonly mobilePhone: {
|
|
1021
|
+
readonly label: "Teléfono móvil";
|
|
1022
|
+
readonly invalid: "Introduce un número de móvil válido.";
|
|
1023
|
+
};
|
|
1024
|
+
readonly codiceFiscale: {
|
|
1025
|
+
readonly label: "Codice fiscale";
|
|
1026
|
+
readonly helper: "16 caracteres, letras y números.";
|
|
1027
|
+
readonly checking: "Comprobando…";
|
|
1028
|
+
readonly invalid: "Codice fiscale no válido.";
|
|
1029
|
+
readonly invalidFormat: "El codice fiscale debe tener 16 caracteres (letras y números).";
|
|
1030
|
+
readonly unavailable: "Validación no disponible, inténtalo de nuevo.";
|
|
1031
|
+
};
|
|
1032
|
+
readonly dateOfBirth: {
|
|
1033
|
+
readonly label: "Fecha de nacimiento";
|
|
1034
|
+
readonly required: "Introduce tu fecha de nacimiento.";
|
|
1035
|
+
};
|
|
1036
|
+
readonly insuranceNumber: {
|
|
1037
|
+
readonly label: "Número de seguro (Versichertennummer)";
|
|
1038
|
+
readonly checking: "Comprobando…";
|
|
1039
|
+
readonly invalid: "Número de seguro no válido.";
|
|
1040
|
+
readonly unavailable: "Validación no disponible, inténtalo de nuevo.";
|
|
1041
|
+
};
|
|
1042
|
+
readonly note: {
|
|
1043
|
+
readonly label: "Motivo de la visita / información útil";
|
|
1044
|
+
readonly helper: "Hasta {{max}} caracteres.";
|
|
1045
|
+
};
|
|
1046
|
+
readonly returningPatient: {
|
|
1047
|
+
readonly label: "Ya soy paciente de esta clínica";
|
|
1048
|
+
};
|
|
1049
|
+
readonly consent: {
|
|
1050
|
+
readonly privacy: {
|
|
1051
|
+
readonly label: "He leído y acepto la <policyLink>política de privacidad</policyLink>";
|
|
1052
|
+
};
|
|
1053
|
+
readonly terms: {
|
|
1054
|
+
readonly label: "He leído y acepto los <policyLink>términos del servicio</policyLink>";
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
readonly patientSearch: {
|
|
1060
|
+
readonly regionLabel: "Buscar cita";
|
|
1061
|
+
readonly who: {
|
|
1062
|
+
readonly label: "Médico, especialidad, consulta o profesional";
|
|
1063
|
+
readonly placeholder: "Médico, especialidad, consulta o profesional";
|
|
1064
|
+
};
|
|
1065
|
+
readonly where: {
|
|
1066
|
+
readonly label: "Ciudad, barrio o dirección";
|
|
1067
|
+
readonly placeholder: "Ciudad, barrio o dirección";
|
|
1068
|
+
};
|
|
1069
|
+
readonly when: {
|
|
1070
|
+
readonly label: "Cuándo";
|
|
1071
|
+
readonly today: "Hoy";
|
|
1072
|
+
readonly tomorrow: "Mañana";
|
|
1073
|
+
readonly thisWeek: "Esta semana";
|
|
1074
|
+
readonly anytime: "En cualquier momento";
|
|
1075
|
+
};
|
|
1076
|
+
readonly facets: {
|
|
1077
|
+
readonly label: "Filtros";
|
|
1078
|
+
readonly clear: "Borrar filtros";
|
|
1079
|
+
};
|
|
1080
|
+
readonly geo: {
|
|
1081
|
+
readonly cta: "Cerca de mí";
|
|
1082
|
+
readonly requesting: "Localizando…";
|
|
1083
|
+
readonly radius: "Radio";
|
|
1084
|
+
readonly radiusFormat: "{{km}} km";
|
|
1085
|
+
readonly fallbackLabel: "Cerca de mí";
|
|
1086
|
+
readonly clear: "Borrar ubicación";
|
|
1087
|
+
readonly denied: "Acceso a la ubicación denegado. Puedes escribir una ciudad o activar la ubicación en los ajustes del navegador.";
|
|
1088
|
+
};
|
|
1089
|
+
readonly discovery: {
|
|
1090
|
+
readonly heading: "Explora por búsquedas populares";
|
|
1091
|
+
readonly empty: "No hay sugerencias para explorar — escribe un médico o una ciudad arriba.";
|
|
1092
|
+
};
|
|
1093
|
+
readonly submit: {
|
|
1094
|
+
readonly cta: "Buscar";
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
readonly reviewsPanel: {
|
|
1098
|
+
readonly regionLabel: "Opiniones de pacientes";
|
|
1099
|
+
readonly title: "Opiniones de pacientes";
|
|
1100
|
+
readonly listLabel: "Lista de opiniones";
|
|
1101
|
+
readonly introHeading: "Acerca de estas opiniones";
|
|
1102
|
+
readonly filterTitle: "Filtrar por estrellas";
|
|
1103
|
+
readonly filter: {
|
|
1104
|
+
readonly allShort: "Todas";
|
|
1105
|
+
readonly allLabel_one: "Todas — {{count}} opinión";
|
|
1106
|
+
readonly allLabel_other: "Todas — {{count}} opiniones";
|
|
1107
|
+
readonly starsLabel_one: "{{stars}} estrellas — {{count}} opinión";
|
|
1108
|
+
readonly starsLabel_other: "{{stars}} estrellas — {{count}} opiniones";
|
|
1109
|
+
};
|
|
1110
|
+
readonly anonymous: "Anónimo";
|
|
1111
|
+
readonly card: {
|
|
1112
|
+
readonly expand: "Mostrar detalles";
|
|
1113
|
+
readonly collapse: "Ocultar detalles";
|
|
1114
|
+
};
|
|
1115
|
+
readonly replyTitle: "Respuesta de la clínica";
|
|
1116
|
+
readonly breakdown: {
|
|
1117
|
+
readonly appointment: "Cita";
|
|
1118
|
+
readonly communication: "Comunicación";
|
|
1119
|
+
readonly staff: "Personal";
|
|
1120
|
+
readonly overall: "General";
|
|
1121
|
+
readonly futureVisit: "¿Volvería?";
|
|
1122
|
+
readonly recommendation: "¿Recomendaría?";
|
|
1123
|
+
};
|
|
1124
|
+
readonly answer: {
|
|
1125
|
+
readonly yes: "Sí";
|
|
1126
|
+
readonly no: "No";
|
|
1127
|
+
readonly unsure: "No estoy seguro";
|
|
1128
|
+
};
|
|
1129
|
+
readonly empty: {
|
|
1130
|
+
readonly title: "Aún no hay opiniones";
|
|
1131
|
+
readonly description: "Las opiniones de los pacientes aparecerán aquí.";
|
|
1132
|
+
readonly filterDescription: "No hay opiniones con {{stars}} estrellas.";
|
|
1133
|
+
readonly resetFilter: "Mostrar todas las opiniones";
|
|
1134
|
+
};
|
|
948
1135
|
};
|
|
949
1136
|
readonly chart: {
|
|
950
1137
|
readonly noData: "Sin datos disponibles";
|
|
@@ -1276,5 +1463,32 @@ export declare const esUi: {
|
|
|
1276
1463
|
readonly label: "{{state}} {{amount}}";
|
|
1277
1464
|
};
|
|
1278
1465
|
};
|
|
1466
|
+
readonly footer: {
|
|
1467
|
+
readonly nav: {
|
|
1468
|
+
readonly label: "Pie de página";
|
|
1469
|
+
readonly privacy: "Privacidad";
|
|
1470
|
+
readonly terms: "Condiciones de uso";
|
|
1471
|
+
readonly contacts: "Contáctenos";
|
|
1472
|
+
};
|
|
1473
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1474
|
+
readonly tagline: "Tecnología alemana, diseño italiano";
|
|
1475
|
+
readonly group: {
|
|
1476
|
+
readonly product: "Producto";
|
|
1477
|
+
readonly resources: "Recursos";
|
|
1478
|
+
readonly company: "Empresa";
|
|
1479
|
+
readonly legal: "Legal";
|
|
1480
|
+
};
|
|
1481
|
+
readonly social: {
|
|
1482
|
+
readonly aria: {
|
|
1483
|
+
readonly linkedin: "LinkedIn";
|
|
1484
|
+
readonly youtube: "YouTube";
|
|
1485
|
+
readonly instagram: "Instagram";
|
|
1486
|
+
readonly facebook: "Facebook";
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1489
|
+
readonly external: {
|
|
1490
|
+
readonly opens_in_new_tab: "(se abre en una pestaña nueva)";
|
|
1491
|
+
};
|
|
1492
|
+
};
|
|
1279
1493
|
};
|
|
1280
1494
|
//# sourceMappingURL=es.d.ts.map
|
|
@@ -945,6 +945,193 @@ export declare const frUi: {
|
|
|
945
945
|
readonly evening: "Soir";
|
|
946
946
|
};
|
|
947
947
|
readonly slotAvailableLabel: "Disponible à {{time}}";
|
|
948
|
+
readonly headingSubtitle: "Choisissez un service, une date et une heure, puis confirmez.";
|
|
949
|
+
readonly insurance: {
|
|
950
|
+
readonly heading: "Type d'assurance";
|
|
951
|
+
readonly placeholder: "Choisissez le type d'assurance";
|
|
952
|
+
readonly private: "Privée";
|
|
953
|
+
readonly public: "Obligatoire (gesetzlich)";
|
|
954
|
+
};
|
|
955
|
+
readonly specialty: {
|
|
956
|
+
readonly heading: "Spécialité";
|
|
957
|
+
readonly placeholder: "Choisissez une spécialité";
|
|
958
|
+
};
|
|
959
|
+
readonly service: {
|
|
960
|
+
readonly heading: "Service";
|
|
961
|
+
readonly placeholder: "Choisissez un service";
|
|
962
|
+
};
|
|
963
|
+
readonly operator: {
|
|
964
|
+
readonly heading: "Praticien";
|
|
965
|
+
readonly placeholder: "Choisissez un praticien";
|
|
966
|
+
readonly all: "Tout praticien disponible";
|
|
967
|
+
};
|
|
968
|
+
readonly date: {
|
|
969
|
+
readonly heading: "Date";
|
|
970
|
+
};
|
|
971
|
+
readonly slot: {
|
|
972
|
+
readonly heading: "Heure";
|
|
973
|
+
};
|
|
974
|
+
readonly emptyServices: {
|
|
975
|
+
readonly title: "Aucun service réservable";
|
|
976
|
+
readonly description: "Aucun service n'est disponible pour cette sélection.";
|
|
977
|
+
};
|
|
978
|
+
readonly onboardingIncomplete: {
|
|
979
|
+
readonly title: "Aucun praticien disponible";
|
|
980
|
+
readonly description: "Le cabinet n'a pas encore configuré de praticiens pour ce service. Essayez un autre service ou revenez plus tard.";
|
|
981
|
+
};
|
|
982
|
+
readonly nextAvailable: {
|
|
983
|
+
readonly description: "Aucune disponibilité sur la période sélectionnée. La prochaine date disponible est le {{date}}.";
|
|
984
|
+
readonly cta: "Aller à la prochaine date disponible";
|
|
985
|
+
};
|
|
986
|
+
readonly confirmation: {
|
|
987
|
+
readonly heading: "Comment souhaitez-vous recevoir votre confirmation ?";
|
|
988
|
+
readonly helper: "Nous vous enverrons un lien pour confirmer votre rendez-vous sur les canaux que vous sélectionnez.";
|
|
989
|
+
readonly atLeastOne: "Sélectionnez au moins un canal pour recevoir la confirmation du rendez-vous.";
|
|
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 summaryDate: "Date";
|
|
1001
|
+
readonly summaryTime: "Time";
|
|
1002
|
+
readonly summaryProvider: "Provider";
|
|
1003
|
+
readonly bookAnother: "Book another appointment";
|
|
1004
|
+
};
|
|
1005
|
+
readonly details: {
|
|
1006
|
+
readonly heading: "Vos coordonnées";
|
|
1007
|
+
readonly submit: "Prendre rendez-vous";
|
|
1008
|
+
readonly firstName: {
|
|
1009
|
+
readonly label: "Prénom";
|
|
1010
|
+
readonly required: "Saisissez votre prénom.";
|
|
1011
|
+
};
|
|
1012
|
+
readonly lastName: {
|
|
1013
|
+
readonly label: "Nom";
|
|
1014
|
+
readonly required: "Saisissez votre nom.";
|
|
1015
|
+
};
|
|
1016
|
+
readonly email: {
|
|
1017
|
+
readonly label: "E-mail";
|
|
1018
|
+
readonly invalid: "Saisissez une adresse e-mail valide.";
|
|
1019
|
+
};
|
|
1020
|
+
readonly mobilePhone: {
|
|
1021
|
+
readonly label: "Téléphone mobile";
|
|
1022
|
+
readonly invalid: "Saisissez un numéro de mobile valide.";
|
|
1023
|
+
};
|
|
1024
|
+
readonly codiceFiscale: {
|
|
1025
|
+
readonly label: "Codice fiscale";
|
|
1026
|
+
readonly helper: "16 caractères, lettres et chiffres.";
|
|
1027
|
+
readonly checking: "Vérification…";
|
|
1028
|
+
readonly invalid: "Codice fiscale invalide.";
|
|
1029
|
+
readonly invalidFormat: "Le codice fiscale doit comporter 16 caractères (lettres et chiffres).";
|
|
1030
|
+
readonly unavailable: "Vérification indisponible, veuillez réessayer.";
|
|
1031
|
+
};
|
|
1032
|
+
readonly dateOfBirth: {
|
|
1033
|
+
readonly label: "Date de naissance";
|
|
1034
|
+
readonly required: "Saisissez votre date de naissance.";
|
|
1035
|
+
};
|
|
1036
|
+
readonly insuranceNumber: {
|
|
1037
|
+
readonly label: "Numéro d'assuré (Versichertennummer)";
|
|
1038
|
+
readonly checking: "Vérification…";
|
|
1039
|
+
readonly invalid: "Numéro d'assuré invalide.";
|
|
1040
|
+
readonly unavailable: "Vérification indisponible, veuillez réessayer.";
|
|
1041
|
+
};
|
|
1042
|
+
readonly note: {
|
|
1043
|
+
readonly label: "Motif de la visite / informations utiles";
|
|
1044
|
+
readonly helper: "Jusqu'à {{max}} caractères.";
|
|
1045
|
+
};
|
|
1046
|
+
readonly returningPatient: {
|
|
1047
|
+
readonly label: "Je suis déjà patient(e) de ce cabinet";
|
|
1048
|
+
};
|
|
1049
|
+
readonly consent: {
|
|
1050
|
+
readonly privacy: {
|
|
1051
|
+
readonly label: "J'ai lu et j'accepte la <policyLink>politique de confidentialité</policyLink>";
|
|
1052
|
+
};
|
|
1053
|
+
readonly terms: {
|
|
1054
|
+
readonly label: "J'ai lu et j'accepte les <policyLink>conditions d'utilisation</policyLink>";
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
};
|
|
1059
|
+
readonly patientSearch: {
|
|
1060
|
+
readonly regionLabel: "Rechercher un rendez-vous";
|
|
1061
|
+
readonly who: {
|
|
1062
|
+
readonly label: "Médecin, spécialité, cabinet ou praticien";
|
|
1063
|
+
readonly placeholder: "Médecin, spécialité, cabinet ou praticien";
|
|
1064
|
+
};
|
|
1065
|
+
readonly where: {
|
|
1066
|
+
readonly label: "Ville, quartier ou adresse";
|
|
1067
|
+
readonly placeholder: "Ville, quartier ou adresse";
|
|
1068
|
+
};
|
|
1069
|
+
readonly when: {
|
|
1070
|
+
readonly label: "Quand";
|
|
1071
|
+
readonly today: "Aujourd'hui";
|
|
1072
|
+
readonly tomorrow: "Demain";
|
|
1073
|
+
readonly thisWeek: "Cette semaine";
|
|
1074
|
+
readonly anytime: "À tout moment";
|
|
1075
|
+
};
|
|
1076
|
+
readonly facets: {
|
|
1077
|
+
readonly label: "Filtres";
|
|
1078
|
+
readonly clear: "Effacer les filtres";
|
|
1079
|
+
};
|
|
1080
|
+
readonly geo: {
|
|
1081
|
+
readonly cta: "Près de moi";
|
|
1082
|
+
readonly requesting: "Localisation…";
|
|
1083
|
+
readonly radius: "Rayon";
|
|
1084
|
+
readonly radiusFormat: "{{km}} km";
|
|
1085
|
+
readonly fallbackLabel: "Près de moi";
|
|
1086
|
+
readonly clear: "Effacer la localisation";
|
|
1087
|
+
readonly denied: "Accès à la localisation refusé. Vous pouvez saisir une ville ou activer la localisation dans les paramètres du navigateur.";
|
|
1088
|
+
};
|
|
1089
|
+
readonly discovery: {
|
|
1090
|
+
readonly heading: "Parcourir les recherches populaires";
|
|
1091
|
+
readonly empty: "Aucune suggestion à parcourir — saisissez un médecin ou une ville ci-dessus.";
|
|
1092
|
+
};
|
|
1093
|
+
readonly submit: {
|
|
1094
|
+
readonly cta: "Rechercher";
|
|
1095
|
+
};
|
|
1096
|
+
};
|
|
1097
|
+
readonly reviewsPanel: {
|
|
1098
|
+
readonly regionLabel: "Avis des patients";
|
|
1099
|
+
readonly title: "Avis des patients";
|
|
1100
|
+
readonly listLabel: "Liste des avis";
|
|
1101
|
+
readonly introHeading: "À propos de ces avis";
|
|
1102
|
+
readonly filterTitle: "Filtrer par étoiles";
|
|
1103
|
+
readonly filter: {
|
|
1104
|
+
readonly allShort: "Tous";
|
|
1105
|
+
readonly allLabel_one: "Tous — {{count}} avis";
|
|
1106
|
+
readonly allLabel_other: "Tous — {{count}} avis";
|
|
1107
|
+
readonly starsLabel_one: "{{stars}} étoiles — {{count}} avis";
|
|
1108
|
+
readonly starsLabel_other: "{{stars}} étoiles — {{count}} avis";
|
|
1109
|
+
};
|
|
1110
|
+
readonly anonymous: "Anonyme";
|
|
1111
|
+
readonly card: {
|
|
1112
|
+
readonly expand: "Afficher les détails";
|
|
1113
|
+
readonly collapse: "Masquer les détails";
|
|
1114
|
+
};
|
|
1115
|
+
readonly replyTitle: "Réponse du cabinet";
|
|
1116
|
+
readonly breakdown: {
|
|
1117
|
+
readonly appointment: "Rendez-vous";
|
|
1118
|
+
readonly communication: "Communication";
|
|
1119
|
+
readonly staff: "Personnel";
|
|
1120
|
+
readonly overall: "Global";
|
|
1121
|
+
readonly futureVisit: "Reviendriez-vous ?";
|
|
1122
|
+
readonly recommendation: "Recommanderiez-vous ?";
|
|
1123
|
+
};
|
|
1124
|
+
readonly answer: {
|
|
1125
|
+
readonly yes: "Oui";
|
|
1126
|
+
readonly no: "Non";
|
|
1127
|
+
readonly unsure: "Incertain";
|
|
1128
|
+
};
|
|
1129
|
+
readonly empty: {
|
|
1130
|
+
readonly title: "Aucun avis pour le moment";
|
|
1131
|
+
readonly description: "Les avis des patients apparaîtront ici.";
|
|
1132
|
+
readonly filterDescription: "Aucun avis avec {{stars}} étoiles.";
|
|
1133
|
+
readonly resetFilter: "Afficher tous les avis";
|
|
1134
|
+
};
|
|
948
1135
|
};
|
|
949
1136
|
readonly chart: {
|
|
950
1137
|
readonly noData: "Aucune donnée disponible";
|
|
@@ -1276,5 +1463,32 @@ export declare const frUi: {
|
|
|
1276
1463
|
readonly label: "{{state}} {{amount}}";
|
|
1277
1464
|
};
|
|
1278
1465
|
};
|
|
1466
|
+
readonly footer: {
|
|
1467
|
+
readonly nav: {
|
|
1468
|
+
readonly label: "Pied de page";
|
|
1469
|
+
readonly privacy: "Confidentialité";
|
|
1470
|
+
readonly terms: "Conditions d'utilisation";
|
|
1471
|
+
readonly contacts: "Nous contacter";
|
|
1472
|
+
};
|
|
1473
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1474
|
+
readonly tagline: "Technologie allemande, design italien";
|
|
1475
|
+
readonly group: {
|
|
1476
|
+
readonly product: "Produit";
|
|
1477
|
+
readonly resources: "Ressources";
|
|
1478
|
+
readonly company: "Entreprise";
|
|
1479
|
+
readonly legal: "Mentions légales";
|
|
1480
|
+
};
|
|
1481
|
+
readonly social: {
|
|
1482
|
+
readonly aria: {
|
|
1483
|
+
readonly linkedin: "LinkedIn";
|
|
1484
|
+
readonly youtube: "YouTube";
|
|
1485
|
+
readonly instagram: "Instagram";
|
|
1486
|
+
readonly facebook: "Facebook";
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1489
|
+
readonly external: {
|
|
1490
|
+
readonly opens_in_new_tab: "(ouvre dans un nouvel onglet)";
|
|
1491
|
+
};
|
|
1492
|
+
};
|
|
1279
1493
|
};
|
|
1280
1494
|
//# sourceMappingURL=fr.d.ts.map
|