@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
|
@@ -945,6 +945,200 @@ export declare const sqUi: {
|
|
|
945
945
|
readonly evening: "Mbrëmje";
|
|
946
946
|
};
|
|
947
947
|
readonly slotAvailableLabel: "I disponueshëm në {{time}}";
|
|
948
|
+
readonly headingSubtitle: "Zgjidh shërbimin, datën dhe orën, pastaj konfirmo.";
|
|
949
|
+
readonly insurance: {
|
|
950
|
+
readonly heading: "Lloji i sigurimit";
|
|
951
|
+
readonly placeholder: "Zgjidh llojin e sigurimit";
|
|
952
|
+
readonly private: "Privat";
|
|
953
|
+
readonly public: "Shtetëror (gesetzlich)";
|
|
954
|
+
};
|
|
955
|
+
readonly specialty: {
|
|
956
|
+
readonly heading: "Specialiteti";
|
|
957
|
+
readonly placeholder: "Zgjidh një specialitet";
|
|
958
|
+
};
|
|
959
|
+
readonly service: {
|
|
960
|
+
readonly heading: "Shërbimi";
|
|
961
|
+
readonly placeholder: "Zgjidh një shërbim";
|
|
962
|
+
};
|
|
963
|
+
readonly operator: {
|
|
964
|
+
readonly heading: "Mjeku";
|
|
965
|
+
readonly placeholder: "Zgjidh një mjek";
|
|
966
|
+
readonly all: "Çdo mjek i disponueshëm";
|
|
967
|
+
};
|
|
968
|
+
readonly date: {
|
|
969
|
+
readonly heading: "Data";
|
|
970
|
+
};
|
|
971
|
+
readonly slot: {
|
|
972
|
+
readonly heading: "Ora";
|
|
973
|
+
};
|
|
974
|
+
readonly emptyServices: {
|
|
975
|
+
readonly title: "Nuk ka shërbime të rezervueshme";
|
|
976
|
+
readonly description: "Nuk ka shërbime të disponueshme për këtë përzgjedhje.";
|
|
977
|
+
};
|
|
978
|
+
readonly onboardingIncomplete: {
|
|
979
|
+
readonly title: "Nuk ka mjekë të disponueshëm";
|
|
980
|
+
readonly description: "Klinika ende nuk ka konfiguruar mjekë për këtë shërbim. Provo një shërbim tjetër ose kthehu më vonë.";
|
|
981
|
+
};
|
|
982
|
+
readonly nextAvailable: {
|
|
983
|
+
readonly description: "Nuk ka disponueshmëri në periudhën aktuale. Data tjetër e disponueshme është {{date}}.";
|
|
984
|
+
readonly cta: "Shko te data tjetër e disponueshme";
|
|
985
|
+
};
|
|
986
|
+
readonly confirmation: {
|
|
987
|
+
readonly heading: "Si dëshiron ta marrësh konfirmimin?";
|
|
988
|
+
readonly helper: "Do të të dërgojmë një lidhje për të konfirmuar rezervimin në kanalet që zgjedh.";
|
|
989
|
+
readonly atLeastOne: "Zgjidh të paktën një kanal për të marrë konfirmimin e rezervimit.";
|
|
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 descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
|
|
1001
|
+
readonly summaryDate: "Date";
|
|
1002
|
+
readonly summaryTime: "Time";
|
|
1003
|
+
readonly summaryProvider: "Provider";
|
|
1004
|
+
readonly summaryService: "Service";
|
|
1005
|
+
readonly summarySpecialty: "Specialty";
|
|
1006
|
+
readonly bookAnother: "Book another appointment";
|
|
1007
|
+
readonly modifyBooking: "Modify booking";
|
|
1008
|
+
};
|
|
1009
|
+
readonly submitError: {
|
|
1010
|
+
readonly generic: "We couldn't submit your booking. Please try again.";
|
|
1011
|
+
};
|
|
1012
|
+
readonly details: {
|
|
1013
|
+
readonly heading: "Të dhënat e tua";
|
|
1014
|
+
readonly submit: "Rezervo takimin";
|
|
1015
|
+
readonly firstName: {
|
|
1016
|
+
readonly label: "Emri";
|
|
1017
|
+
readonly required: "Shkruaj emrin tënd.";
|
|
1018
|
+
};
|
|
1019
|
+
readonly lastName: {
|
|
1020
|
+
readonly label: "Mbiemri";
|
|
1021
|
+
readonly required: "Shkruaj mbiemrin tënd.";
|
|
1022
|
+
};
|
|
1023
|
+
readonly email: {
|
|
1024
|
+
readonly label: "Email";
|
|
1025
|
+
readonly invalid: "Shkruaj një adresë emaili të vlefshme.";
|
|
1026
|
+
};
|
|
1027
|
+
readonly mobilePhone: {
|
|
1028
|
+
readonly label: "Celulari";
|
|
1029
|
+
readonly invalid: "Shkruaj një numër celulari të vlefshëm.";
|
|
1030
|
+
};
|
|
1031
|
+
readonly codiceFiscale: {
|
|
1032
|
+
readonly label: "Codice fiscale";
|
|
1033
|
+
readonly helper: "16 karaktere, shkronja dhe numra.";
|
|
1034
|
+
readonly checking: "Po verifikohet…";
|
|
1035
|
+
readonly invalid: "Codice fiscale i pavlefshëm.";
|
|
1036
|
+
readonly invalidFormat: "Codice fiscale duhet të ketë 16 karaktere (shkronja dhe numra).";
|
|
1037
|
+
readonly unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri.";
|
|
1038
|
+
};
|
|
1039
|
+
readonly dateOfBirth: {
|
|
1040
|
+
readonly label: "Data e lindjes";
|
|
1041
|
+
readonly required: "Shkruaj datën e lindjes.";
|
|
1042
|
+
};
|
|
1043
|
+
readonly insuranceNumber: {
|
|
1044
|
+
readonly label: "Numri i sigurimit (Versichertennummer)";
|
|
1045
|
+
readonly checking: "Po verifikohet…";
|
|
1046
|
+
readonly invalid: "Numër sigurimi i pavlefshëm.";
|
|
1047
|
+
readonly unavailable: "Verifikimi nuk është i disponueshëm, provo përsëri.";
|
|
1048
|
+
};
|
|
1049
|
+
readonly note: {
|
|
1050
|
+
readonly label: "Arsyeja e vizitës / shënime";
|
|
1051
|
+
readonly helper: "Deri në {{max}} karaktere.";
|
|
1052
|
+
};
|
|
1053
|
+
readonly returningPatient: {
|
|
1054
|
+
readonly label: "Jam tashmë pacient i kësaj klinike";
|
|
1055
|
+
};
|
|
1056
|
+
readonly consent: {
|
|
1057
|
+
readonly privacy: {
|
|
1058
|
+
readonly label: "Kam lexuar dhe pranoj <policyLink>politikën e privatësisë</policyLink>";
|
|
1059
|
+
};
|
|
1060
|
+
readonly terms: {
|
|
1061
|
+
readonly label: "Kam lexuar dhe pranoj <policyLink>kushtet e shërbimit</policyLink>";
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
};
|
|
1066
|
+
readonly patientSearch: {
|
|
1067
|
+
readonly regionLabel: "Kërko një takim";
|
|
1068
|
+
readonly who: {
|
|
1069
|
+
readonly label: "Mjeku, specialiteti, klinika ose profesionisti";
|
|
1070
|
+
readonly placeholder: "Mjeku, specialiteti, klinika ose profesionisti";
|
|
1071
|
+
};
|
|
1072
|
+
readonly where: {
|
|
1073
|
+
readonly label: "Qyteti, lagjja ose adresa";
|
|
1074
|
+
readonly placeholder: "Qyteti, lagjja ose adresa";
|
|
1075
|
+
};
|
|
1076
|
+
readonly when: {
|
|
1077
|
+
readonly label: "Kur";
|
|
1078
|
+
readonly today: "Sot";
|
|
1079
|
+
readonly tomorrow: "Nesër";
|
|
1080
|
+
readonly thisWeek: "Këtë javë";
|
|
1081
|
+
readonly anytime: "Kurdo";
|
|
1082
|
+
};
|
|
1083
|
+
readonly facets: {
|
|
1084
|
+
readonly label: "Filtrat";
|
|
1085
|
+
readonly clear: "Pastro filtrat";
|
|
1086
|
+
};
|
|
1087
|
+
readonly geo: {
|
|
1088
|
+
readonly cta: "Pranë meje";
|
|
1089
|
+
readonly requesting: "Po lokalizon…";
|
|
1090
|
+
readonly radius: "Rrezja";
|
|
1091
|
+
readonly radiusFormat: "{{km}} km";
|
|
1092
|
+
readonly fallbackLabel: "Pranë meje";
|
|
1093
|
+
readonly clear: "Pastro vendndodhjen";
|
|
1094
|
+
readonly denied: "Qasja te vendndodhja u refuzua. Mund të shkruash një qytet ose ta aktivizosh vendndodhjen nga cilësimet e shfletuesit.";
|
|
1095
|
+
};
|
|
1096
|
+
readonly discovery: {
|
|
1097
|
+
readonly heading: "Shfleto kërkimet e njohura";
|
|
1098
|
+
readonly empty: "Nuk ka sugjerime për t'u shfletuar — shkruaj një mjek ose qytet më sipër.";
|
|
1099
|
+
};
|
|
1100
|
+
readonly submit: {
|
|
1101
|
+
readonly cta: "Kërko";
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
|
+
readonly reviewsPanel: {
|
|
1105
|
+
readonly regionLabel: "Vlerësimet e pacientëve";
|
|
1106
|
+
readonly title: "Vlerësimet e pacientëve";
|
|
1107
|
+
readonly listLabel: "Lista e vlerësimeve";
|
|
1108
|
+
readonly introHeading: "Rreth këtyre vlerësimeve";
|
|
1109
|
+
readonly filterTitle: "Filtro sipas yjeve";
|
|
1110
|
+
readonly filter: {
|
|
1111
|
+
readonly allShort: "Të gjitha";
|
|
1112
|
+
readonly allLabel_one: "Të gjitha — {{count}} vlerësim";
|
|
1113
|
+
readonly allLabel_other: "Të gjitha — {{count}} vlerësime";
|
|
1114
|
+
readonly starsLabel_one: "{{stars}} yje — {{count}} vlerësim";
|
|
1115
|
+
readonly starsLabel_other: "{{stars}} yje — {{count}} vlerësime";
|
|
1116
|
+
};
|
|
1117
|
+
readonly anonymous: "Anonim";
|
|
1118
|
+
readonly card: {
|
|
1119
|
+
readonly expand: "Shfaq detajet";
|
|
1120
|
+
readonly collapse: "Fshih detajet";
|
|
1121
|
+
};
|
|
1122
|
+
readonly replyTitle: "Përgjigja e klinikës";
|
|
1123
|
+
readonly breakdown: {
|
|
1124
|
+
readonly appointment: "Takimi";
|
|
1125
|
+
readonly communication: "Komunikimi";
|
|
1126
|
+
readonly staff: "Stafi";
|
|
1127
|
+
readonly overall: "Përgjithësisht";
|
|
1128
|
+
readonly futureVisit: "Do të vinit përsëri?";
|
|
1129
|
+
readonly recommendation: "Do na rekomandonit?";
|
|
1130
|
+
};
|
|
1131
|
+
readonly answer: {
|
|
1132
|
+
readonly yes: "Po";
|
|
1133
|
+
readonly no: "Jo";
|
|
1134
|
+
readonly unsure: "Nuk jam i sigurt";
|
|
1135
|
+
};
|
|
1136
|
+
readonly empty: {
|
|
1137
|
+
readonly title: "Ende nuk ka vlerësime";
|
|
1138
|
+
readonly description: "Vlerësimet e pacientëve do të shfaqen këtu.";
|
|
1139
|
+
readonly filterDescription: "Asnjë vlerësim me {{stars}} yje.";
|
|
1140
|
+
readonly resetFilter: "Shfaq të gjitha vlerësimet";
|
|
1141
|
+
};
|
|
948
1142
|
};
|
|
949
1143
|
readonly chart: {
|
|
950
1144
|
readonly noData: "Asnjë të dhënë e disponueshme";
|
|
@@ -1276,5 +1470,32 @@ export declare const sqUi: {
|
|
|
1276
1470
|
readonly label: "{{state}} {{amount}}";
|
|
1277
1471
|
};
|
|
1278
1472
|
};
|
|
1473
|
+
readonly footer: {
|
|
1474
|
+
readonly nav: {
|
|
1475
|
+
readonly label: "Fundi i faqes";
|
|
1476
|
+
readonly privacy: "Privatësia";
|
|
1477
|
+
readonly terms: "Kushtet e përdorimit";
|
|
1478
|
+
readonly contacts: "Na kontaktoni";
|
|
1479
|
+
};
|
|
1480
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1481
|
+
readonly tagline: "Teknologji gjermane, dizajn italian";
|
|
1482
|
+
readonly group: {
|
|
1483
|
+
readonly product: "Produkti";
|
|
1484
|
+
readonly resources: "Burimet";
|
|
1485
|
+
readonly company: "Kompania";
|
|
1486
|
+
readonly legal: "Ligjore";
|
|
1487
|
+
};
|
|
1488
|
+
readonly social: {
|
|
1489
|
+
readonly aria: {
|
|
1490
|
+
readonly linkedin: "LinkedIn";
|
|
1491
|
+
readonly youtube: "YouTube";
|
|
1492
|
+
readonly instagram: "Instagram";
|
|
1493
|
+
readonly facebook: "Facebook";
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
readonly external: {
|
|
1497
|
+
readonly opens_in_new_tab: "(hapet në një skedë të re)";
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1279
1500
|
};
|
|
1280
1501
|
//# sourceMappingURL=sq.d.ts.map
|
|
@@ -945,6 +945,200 @@ export declare const svUi: {
|
|
|
945
945
|
readonly evening: "Kväll";
|
|
946
946
|
};
|
|
947
947
|
readonly slotAvailableLabel: "Tillgänglig kl. {{time}}";
|
|
948
|
+
readonly headingSubtitle: "Välj tjänst, datum och tid och bekräfta sedan.";
|
|
949
|
+
readonly insurance: {
|
|
950
|
+
readonly heading: "Typ av försäkring";
|
|
951
|
+
readonly placeholder: "Välj typ av försäkring";
|
|
952
|
+
readonly private: "Privat";
|
|
953
|
+
readonly public: "Lagstadgad (gesetzlich)";
|
|
954
|
+
};
|
|
955
|
+
readonly specialty: {
|
|
956
|
+
readonly heading: "Specialitet";
|
|
957
|
+
readonly placeholder: "Välj en specialitet";
|
|
958
|
+
};
|
|
959
|
+
readonly service: {
|
|
960
|
+
readonly heading: "Tjänst";
|
|
961
|
+
readonly placeholder: "Välj en tjänst";
|
|
962
|
+
};
|
|
963
|
+
readonly operator: {
|
|
964
|
+
readonly heading: "Behandlare";
|
|
965
|
+
readonly placeholder: "Välj en behandlare";
|
|
966
|
+
readonly all: "Vilken som helst tillgänglig behandlare";
|
|
967
|
+
};
|
|
968
|
+
readonly date: {
|
|
969
|
+
readonly heading: "Datum";
|
|
970
|
+
};
|
|
971
|
+
readonly slot: {
|
|
972
|
+
readonly heading: "Tid";
|
|
973
|
+
};
|
|
974
|
+
readonly emptyServices: {
|
|
975
|
+
readonly title: "Inga bokningsbara tjänster";
|
|
976
|
+
readonly description: "Det finns inga tjänster tillgängliga för detta val.";
|
|
977
|
+
};
|
|
978
|
+
readonly onboardingIncomplete: {
|
|
979
|
+
readonly title: "Inga behandlare tillgängliga";
|
|
980
|
+
readonly description: "Kliniken har ännu inte lagt upp behandlare för denna tjänst. Prova en annan tjänst eller kom tillbaka senare.";
|
|
981
|
+
};
|
|
982
|
+
readonly nextAvailable: {
|
|
983
|
+
readonly description: "Inga lediga tider i den aktuella perioden. Nästa tillgängliga datum är {{date}}.";
|
|
984
|
+
readonly cta: "Gå till nästa tillgängliga datum";
|
|
985
|
+
};
|
|
986
|
+
readonly confirmation: {
|
|
987
|
+
readonly heading: "Hur vill du få din bekräftelse?";
|
|
988
|
+
readonly helper: "Vi skickar en länk för att bekräfta din bokning via de kanaler du väljer.";
|
|
989
|
+
readonly atLeastOne: "Välj minst en kanal för att få bokningsbekräftelsen.";
|
|
990
|
+
readonly channel: {
|
|
991
|
+
readonly email: "E-post";
|
|
992
|
+
readonly whatsapp: "WhatsApp";
|
|
993
|
+
readonly sms: "SMS";
|
|
994
|
+
};
|
|
995
|
+
};
|
|
996
|
+
readonly success: {
|
|
997
|
+
readonly heading: "Booking submitted";
|
|
998
|
+
readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
|
|
999
|
+
readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
|
|
1000
|
+
readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
|
|
1001
|
+
readonly summaryDate: "Date";
|
|
1002
|
+
readonly summaryTime: "Time";
|
|
1003
|
+
readonly summaryProvider: "Provider";
|
|
1004
|
+
readonly summaryService: "Service";
|
|
1005
|
+
readonly summarySpecialty: "Specialty";
|
|
1006
|
+
readonly bookAnother: "Book another appointment";
|
|
1007
|
+
readonly modifyBooking: "Modify booking";
|
|
1008
|
+
};
|
|
1009
|
+
readonly submitError: {
|
|
1010
|
+
readonly generic: "We couldn't submit your booking. Please try again.";
|
|
1011
|
+
};
|
|
1012
|
+
readonly details: {
|
|
1013
|
+
readonly heading: "Dina uppgifter";
|
|
1014
|
+
readonly submit: "Boka tid";
|
|
1015
|
+
readonly firstName: {
|
|
1016
|
+
readonly label: "Förnamn";
|
|
1017
|
+
readonly required: "Ange ditt förnamn.";
|
|
1018
|
+
};
|
|
1019
|
+
readonly lastName: {
|
|
1020
|
+
readonly label: "Efternamn";
|
|
1021
|
+
readonly required: "Ange ditt efternamn.";
|
|
1022
|
+
};
|
|
1023
|
+
readonly email: {
|
|
1024
|
+
readonly label: "E-post";
|
|
1025
|
+
readonly invalid: "Ange en giltig e-postadress.";
|
|
1026
|
+
};
|
|
1027
|
+
readonly mobilePhone: {
|
|
1028
|
+
readonly label: "Mobilnummer";
|
|
1029
|
+
readonly invalid: "Ange ett giltigt mobilnummer.";
|
|
1030
|
+
};
|
|
1031
|
+
readonly codiceFiscale: {
|
|
1032
|
+
readonly label: "Codice fiscale";
|
|
1033
|
+
readonly helper: "16 tecken, bokstäver och siffror.";
|
|
1034
|
+
readonly checking: "Kontrollerar…";
|
|
1035
|
+
readonly invalid: "Ogiltig codice fiscale.";
|
|
1036
|
+
readonly invalidFormat: "Codice fiscale måste vara 16 tecken (bokstäver och siffror).";
|
|
1037
|
+
readonly unavailable: "Validering ej tillgänglig, försök igen.";
|
|
1038
|
+
};
|
|
1039
|
+
readonly dateOfBirth: {
|
|
1040
|
+
readonly label: "Födelsedatum";
|
|
1041
|
+
readonly required: "Ange ditt födelsedatum.";
|
|
1042
|
+
};
|
|
1043
|
+
readonly insuranceNumber: {
|
|
1044
|
+
readonly label: "Försäkringsnummer (Versichertennummer)";
|
|
1045
|
+
readonly checking: "Kontrollerar…";
|
|
1046
|
+
readonly invalid: "Ogiltigt försäkringsnummer.";
|
|
1047
|
+
readonly unavailable: "Validering ej tillgänglig, försök igen.";
|
|
1048
|
+
};
|
|
1049
|
+
readonly note: {
|
|
1050
|
+
readonly label: "Besöksorsak / övriga upplysningar";
|
|
1051
|
+
readonly helper: "Upp till {{max}} tecken.";
|
|
1052
|
+
};
|
|
1053
|
+
readonly returningPatient: {
|
|
1054
|
+
readonly label: "Jag är redan patient hos den här kliniken";
|
|
1055
|
+
};
|
|
1056
|
+
readonly consent: {
|
|
1057
|
+
readonly privacy: {
|
|
1058
|
+
readonly label: "Jag har läst och godkänner <policyLink>integritetspolicyn</policyLink>";
|
|
1059
|
+
};
|
|
1060
|
+
readonly terms: {
|
|
1061
|
+
readonly label: "Jag har läst och godkänner <policyLink>användarvillkoren</policyLink>";
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
};
|
|
1066
|
+
readonly patientSearch: {
|
|
1067
|
+
readonly regionLabel: "Sök tid";
|
|
1068
|
+
readonly who: {
|
|
1069
|
+
readonly label: "Läkare, specialitet, klinik eller behandlare";
|
|
1070
|
+
readonly placeholder: "Läkare, specialitet, klinik eller behandlare";
|
|
1071
|
+
};
|
|
1072
|
+
readonly where: {
|
|
1073
|
+
readonly label: "Stad, område eller adress";
|
|
1074
|
+
readonly placeholder: "Stad, område eller adress";
|
|
1075
|
+
};
|
|
1076
|
+
readonly when: {
|
|
1077
|
+
readonly label: "När";
|
|
1078
|
+
readonly today: "Idag";
|
|
1079
|
+
readonly tomorrow: "Imorgon";
|
|
1080
|
+
readonly thisWeek: "Den här veckan";
|
|
1081
|
+
readonly anytime: "När som helst";
|
|
1082
|
+
};
|
|
1083
|
+
readonly facets: {
|
|
1084
|
+
readonly label: "Filter";
|
|
1085
|
+
readonly clear: "Rensa filter";
|
|
1086
|
+
};
|
|
1087
|
+
readonly geo: {
|
|
1088
|
+
readonly cta: "Nära mig";
|
|
1089
|
+
readonly requesting: "Lokaliserar…";
|
|
1090
|
+
readonly radius: "Radie";
|
|
1091
|
+
readonly radiusFormat: "{{km}} km";
|
|
1092
|
+
readonly fallbackLabel: "Nära mig";
|
|
1093
|
+
readonly clear: "Rensa plats";
|
|
1094
|
+
readonly denied: "Åtkomst till plats nekad. Du kan skriva in en stad eller aktivera plats i webbläsarens inställningar.";
|
|
1095
|
+
};
|
|
1096
|
+
readonly discovery: {
|
|
1097
|
+
readonly heading: "Bläddra bland populära sökningar";
|
|
1098
|
+
readonly empty: "Inga förslag att bläddra bland — skriv in en läkare eller stad ovan.";
|
|
1099
|
+
};
|
|
1100
|
+
readonly submit: {
|
|
1101
|
+
readonly cta: "Sök";
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
|
+
readonly reviewsPanel: {
|
|
1105
|
+
readonly regionLabel: "Patientomdömen";
|
|
1106
|
+
readonly title: "Patientomdömen";
|
|
1107
|
+
readonly listLabel: "Omdömeslista";
|
|
1108
|
+
readonly introHeading: "Om dessa omdömen";
|
|
1109
|
+
readonly filterTitle: "Filtrera efter stjärnor";
|
|
1110
|
+
readonly filter: {
|
|
1111
|
+
readonly allShort: "Alla";
|
|
1112
|
+
readonly allLabel_one: "Alla — {{count}} omdöme";
|
|
1113
|
+
readonly allLabel_other: "Alla — {{count}} omdömen";
|
|
1114
|
+
readonly starsLabel_one: "{{stars}} stjärnor — {{count}} omdöme";
|
|
1115
|
+
readonly starsLabel_other: "{{stars}} stjärnor — {{count}} omdömen";
|
|
1116
|
+
};
|
|
1117
|
+
readonly anonymous: "Anonym";
|
|
1118
|
+
readonly card: {
|
|
1119
|
+
readonly expand: "Visa detaljer";
|
|
1120
|
+
readonly collapse: "Dölj detaljer";
|
|
1121
|
+
};
|
|
1122
|
+
readonly replyTitle: "Svar från kliniken";
|
|
1123
|
+
readonly breakdown: {
|
|
1124
|
+
readonly appointment: "Besök";
|
|
1125
|
+
readonly communication: "Kommunikation";
|
|
1126
|
+
readonly staff: "Personal";
|
|
1127
|
+
readonly overall: "Övergripande";
|
|
1128
|
+
readonly futureVisit: "Skulle du komma tillbaka?";
|
|
1129
|
+
readonly recommendation: "Skulle du rekommendera oss?";
|
|
1130
|
+
};
|
|
1131
|
+
readonly answer: {
|
|
1132
|
+
readonly yes: "Ja";
|
|
1133
|
+
readonly no: "Nej";
|
|
1134
|
+
readonly unsure: "Osäker";
|
|
1135
|
+
};
|
|
1136
|
+
readonly empty: {
|
|
1137
|
+
readonly title: "Inga omdömen ännu";
|
|
1138
|
+
readonly description: "Omdömen från patienter visas här.";
|
|
1139
|
+
readonly filterDescription: "Inga omdömen med {{stars}} stjärnor.";
|
|
1140
|
+
readonly resetFilter: "Visa alla omdömen";
|
|
1141
|
+
};
|
|
948
1142
|
};
|
|
949
1143
|
readonly chart: {
|
|
950
1144
|
readonly noData: "Inga data tillgängliga";
|
|
@@ -1276,5 +1470,32 @@ export declare const svUi: {
|
|
|
1276
1470
|
readonly label: "{{state}} {{amount}}";
|
|
1277
1471
|
};
|
|
1278
1472
|
};
|
|
1473
|
+
readonly footer: {
|
|
1474
|
+
readonly nav: {
|
|
1475
|
+
readonly label: "Sidfot";
|
|
1476
|
+
readonly privacy: "Integritet";
|
|
1477
|
+
readonly terms: "Användarvillkor";
|
|
1478
|
+
readonly contacts: "Kontakta oss";
|
|
1479
|
+
};
|
|
1480
|
+
readonly copyright: "© {{year}} {{entity}} · {{vat}}";
|
|
1481
|
+
readonly tagline: "Tysk teknik, italiensk design";
|
|
1482
|
+
readonly group: {
|
|
1483
|
+
readonly product: "Produkt";
|
|
1484
|
+
readonly resources: "Resurser";
|
|
1485
|
+
readonly company: "Företag";
|
|
1486
|
+
readonly legal: "Juridik";
|
|
1487
|
+
};
|
|
1488
|
+
readonly social: {
|
|
1489
|
+
readonly aria: {
|
|
1490
|
+
readonly linkedin: "LinkedIn";
|
|
1491
|
+
readonly youtube: "YouTube";
|
|
1492
|
+
readonly instagram: "Instagram";
|
|
1493
|
+
readonly facebook: "Facebook";
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
readonly external: {
|
|
1497
|
+
readonly opens_in_new_tab: "(öppnas i ny flik)";
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1279
1500
|
};
|
|
1280
1501
|
//# sourceMappingURL=sv.d.ts.map
|