@alfadocs/ui-kit-debug 1.30.0 → 1.31.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/{address-fields-CZ0pEdEI.js → address-fields-jFfjxOQR.js} +3 -3
- package/dist/_chunks/{address-fields-CZ0pEdEI.js.map → address-fields-jFfjxOQR.js.map} +1 -1
- package/dist/_chunks/{appointment-card-Dzr3GeVz.js → appointment-card-CvUFFEdS.js} +8 -6
- package/dist/_chunks/appointment-card-CvUFFEdS.js.map +1 -0
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js → appointment-timeline-DsMZY7U9.js} +2 -2
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js.map → appointment-timeline-DsMZY7U9.js.map} +1 -1
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js → appointment-tray-Z2GaOIYQ.js} +2 -2
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js.map → appointment-tray-Z2GaOIYQ.js.map} +1 -1
- package/dist/_chunks/{booking-AabCk7CI.js → booking-jGzRUETo.js} +2 -2
- package/dist/_chunks/{booking-AabCk7CI.js.map → booking-jGzRUETo.js.map} +1 -1
- package/dist/_chunks/{calendar-CI9MINcR.js → calendar-BNQKpxhE.js} +494 -438
- package/dist/_chunks/calendar-BNQKpxhE.js.map +1 -0
- package/dist/_chunks/{calendar-event-card-66CEEWU6.js → calendar-event-card-DSh-69HT.js} +130 -122
- package/dist/_chunks/calendar-event-card-DSh-69HT.js.map +1 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js +9392 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js.map +1 -0
- package/dist/_chunks/{clinical-note-card-BBgFd2nB.js → clinical-note-card-yCTR9DB6.js} +185 -188
- package/dist/_chunks/clinical-note-card-yCTR9DB6.js.map +1 -0
- package/dist/_chunks/{color-picker-CU303VjY.js → color-picker-Bl5f0iK1.js} +28 -25
- package/dist/_chunks/color-picker-Bl5f0iK1.js.map +1 -0
- package/dist/_chunks/{combobox-D7_NLE2Z.js → combobox-DnSdYssy.js} +216 -215
- package/dist/_chunks/combobox-DnSdYssy.js.map +1 -0
- package/dist/_chunks/{country-select-DzbPFktV.js → country-select-CfDNFG5c.js} +2 -2
- package/dist/_chunks/{country-select-DzbPFktV.js.map → country-select-CfDNFG5c.js.map} +1 -1
- package/dist/_chunks/{face-scheme-DA2vjqaM.js → face-scheme-l-CQyLs-.js} +2 -2
- package/dist/_chunks/{face-scheme-DA2vjqaM.js.map → face-scheme-l-CQyLs-.js.map} +1 -1
- package/dist/_chunks/notes-panel-am6e-Lwh.js +380 -0
- package/dist/_chunks/notes-panel-am6e-Lwh.js.map +1 -0
- package/dist/_chunks/{patient-details-DYAmq76G.js → patient-details-CdfursHt.js} +3 -3
- package/dist/_chunks/{patient-details-DYAmq76G.js.map → patient-details-CdfursHt.js.map} +1 -1
- package/dist/_chunks/{province-select-BBc7s7vR.js → province-select-BaUnkg4S.js} +2 -2
- package/dist/_chunks/{province-select-BBc7s7vR.js.map → province-select-BaUnkg4S.js.map} +1 -1
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js → rich-text-editor-VJATL1Tk.js} +2 -2
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js.map → rich-text-editor-VJATL1Tk.js.map} +1 -1
- package/dist/_chunks/{timeline-r-8IUoBS.js → timeline-u-2t9t_M.js} +37 -35
- package/dist/_chunks/timeline-u-2t9t_M.js.map +1 -0
- package/dist/agent-catalog.json +51 -10
- package/dist/agent-i18n/en.json +9 -7
- package/dist/components/_shared/get-error-message.d.ts +3 -0
- package/dist/components/_shared/get-error-message.d.ts.map +1 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/appointment-card/appointment-card.d.ts.map +1 -1
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calendar/calendar.d.ts +26 -2
- package/dist/components/calendar/calendar.d.ts.map +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/calendar-event-card.d.ts +9 -0
- package/dist/components/calendar-event-card/calendar-event-card.d.ts.map +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +16 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts.map +1 -1
- package/dist/components/clinical-note-card/index.js +1 -1
- package/dist/components/color-picker/color-utils.d.ts.map +1 -1
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/combobox/combobox.d.ts +5 -0
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.d.ts +1 -1
- package/dist/components/notes-panel/index.d.ts.map +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.agent.d.ts.map +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +24 -5
- package/dist/components/notes-panel/notes-panel.d.ts.map +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/province-select/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/i18n/locales/ar.d.ts +50 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -1
- package/dist/i18n/locales/ar.js +54 -4
- package/dist/i18n/locales/ar.js.map +1 -1
- package/dist/i18n/locales/de.d.ts +60 -10
- package/dist/i18n/locales/de.d.ts.map +1 -1
- package/dist/i18n/locales/de.js +64 -14
- package/dist/i18n/locales/de.js.map +1 -1
- package/dist/i18n/locales/el.d.ts +50 -0
- package/dist/i18n/locales/el.d.ts.map +1 -1
- package/dist/i18n/locales/el.js +54 -4
- package/dist/i18n/locales/el.js.map +1 -1
- package/dist/i18n/locales/en.d.ts +50 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +54 -4
- package/dist/i18n/locales/en.js.map +1 -1
- package/dist/i18n/locales/es.d.ts +50 -0
- package/dist/i18n/locales/es.d.ts.map +1 -1
- package/dist/i18n/locales/es.js +54 -4
- package/dist/i18n/locales/es.js.map +1 -1
- package/dist/i18n/locales/fr.d.ts +50 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -1
- package/dist/i18n/locales/fr.js +53 -3
- package/dist/i18n/locales/fr.js.map +1 -1
- package/dist/i18n/locales/hi.d.ts +50 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -1
- package/dist/i18n/locales/hi.js +54 -4
- package/dist/i18n/locales/hi.js.map +1 -1
- package/dist/i18n/locales/it.d.ts +60 -10
- package/dist/i18n/locales/it.d.ts.map +1 -1
- package/dist/i18n/locales/it.js +64 -14
- package/dist/i18n/locales/it.js.map +1 -1
- package/dist/i18n/locales/ja.d.ts +50 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -1
- package/dist/i18n/locales/ja.js +54 -4
- package/dist/i18n/locales/ja.js.map +1 -1
- package/dist/i18n/locales/nl.d.ts +50 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -1
- package/dist/i18n/locales/nl.js +54 -4
- package/dist/i18n/locales/nl.js.map +1 -1
- package/dist/i18n/locales/pl.d.ts +50 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -1
- package/dist/i18n/locales/pl.js +54 -4
- package/dist/i18n/locales/pl.js.map +1 -1
- package/dist/i18n/locales/pt.d.ts +50 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -1
- package/dist/i18n/locales/pt.js +54 -4
- package/dist/i18n/locales/pt.js.map +1 -1
- package/dist/i18n/locales/ro.d.ts +50 -0
- package/dist/i18n/locales/ro.d.ts.map +1 -1
- package/dist/i18n/locales/ro.js +53 -3
- package/dist/i18n/locales/ro.js.map +1 -1
- package/dist/i18n/locales/ru.d.ts +50 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -1
- package/dist/i18n/locales/ru.js +54 -4
- package/dist/i18n/locales/ru.js.map +1 -1
- package/dist/i18n/locales/sq.d.ts +50 -0
- package/dist/i18n/locales/sq.d.ts.map +1 -1
- package/dist/i18n/locales/sq.js +54 -4
- package/dist/i18n/locales/sq.js.map +1 -1
- package/dist/i18n/locales/sv.d.ts +50 -0
- package/dist/i18n/locales/sv.d.ts.map +1 -1
- package/dist/i18n/locales/sv.js +54 -4
- package/dist/i18n/locales/sv.js.map +1 -1
- package/dist/i18n/locales/tr.d.ts +50 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -1
- package/dist/i18n/locales/tr.js +54 -4
- package/dist/i18n/locales/tr.js.map +1 -1
- package/dist/i18n/locales/zh.d.ts +50 -0
- package/dist/i18n/locales/zh.d.ts.map +1 -1
- package/dist/i18n/locales/zh.js +54 -4
- package/dist/i18n/locales/zh.js.map +1 -1
- package/dist/index.js +91 -90
- package/dist/locales/ar.json +54 -4
- package/dist/locales/de.json +64 -14
- package/dist/locales/el.json +54 -4
- package/dist/locales/en.json +54 -4
- package/dist/locales/es.json +54 -4
- package/dist/locales/fr.json +53 -3
- package/dist/locales/hi.json +54 -4
- package/dist/locales/it.json +64 -14
- package/dist/locales/ja.json +54 -4
- package/dist/locales/nl.json +54 -4
- package/dist/locales/pl.json +54 -4
- package/dist/locales/pt.json +54 -4
- package/dist/locales/ro.json +53 -3
- package/dist/locales/ru.json +54 -4
- package/dist/locales/sq.json +54 -4
- package/dist/locales/sv.json +54 -4
- package/dist/locales/tr.json +54 -4
- package/dist/locales/zh.json +54 -4
- package/dist/patterns/calendar/calendar-appointment-details.d.ts +145 -0
- package/dist/patterns/calendar/calendar-appointment-details.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts +32 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts +59 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts +14 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts +11 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts +18 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +26 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +8 -5
- package/dist/patterns/calendar/calendar-workspace.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.data.d.ts +66 -1
- package/dist/patterns/calendar/calendar.data.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.host.d.ts +2 -0
- package/dist/patterns/calendar/calendar.host.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.journey.d.ts +42 -7
- package/dist/patterns/calendar/calendar.journey.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.model.d.ts +54 -5
- package/dist/patterns/calendar/calendar.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +68 -15
- package/dist/patterns/calendar/calendar.sheets.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.surface.d.ts +12 -2
- package/dist/patterns/calendar/calendar.surface.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.types.d.ts +29 -1
- package/dist/patterns/calendar/calendar.types.d.ts.map +1 -1
- package/dist/patterns/calendar/index.d.ts +9 -6
- package/dist/patterns/calendar/index.d.ts.map +1 -1
- package/dist/patterns/calendar/index.js +15 -14
- package/dist/tokens.css +10 -2
- package/package.json +1 -1
- package/dist/_chunks/appointment-card-Dzr3GeVz.js.map +0 -1
- package/dist/_chunks/calendar-CI9MINcR.js.map +0 -1
- package/dist/_chunks/calendar-event-card-66CEEWU6.js.map +0 -1
- package/dist/_chunks/calendar-workspace-a84AHQwj.js +0 -7506
- package/dist/_chunks/calendar-workspace-a84AHQwj.js.map +0 -1
- package/dist/_chunks/clinical-note-card-BBgFd2nB.js.map +0 -1
- package/dist/_chunks/color-picker-CU303VjY.js.map +0 -1
- package/dist/_chunks/combobox-D7_NLE2Z.js.map +0 -1
- package/dist/_chunks/notes-panel-CTNpsByN.js +0 -353
- package/dist/_chunks/notes-panel-CTNpsByN.js.map +0 -1
- package/dist/_chunks/timeline-r-8IUoBS.js.map +0 -1
|
@@ -1652,6 +1652,7 @@ export declare const sqUi: {
|
|
|
1652
1652
|
readonly allDay: "Gjithë ditën";
|
|
1653
1653
|
readonly noEvents: "Asnjë ngjarje për të shfaqur";
|
|
1654
1654
|
readonly scrollableRegion: "Rrjeta e kalendarit — përdorni shigjetat ose lëvizni për të naviguar";
|
|
1655
|
+
readonly loadingDay: "Kjo ditë po ngarkohet ende";
|
|
1655
1656
|
readonly eventMoved: "{{title}} u zhvendos";
|
|
1656
1657
|
readonly eventResized: "{{title}} u ridimensionua në {{duration}} minuta";
|
|
1657
1658
|
readonly privacyModeOn: "Mënyra e privatësisë aktive — emrat e pacientëve janë fshehur";
|
|
@@ -1676,6 +1677,7 @@ export declare const sqUi: {
|
|
|
1676
1677
|
readonly eventKind: {
|
|
1677
1678
|
readonly task: "Detyrë";
|
|
1678
1679
|
readonly draft: "Skicë";
|
|
1680
|
+
readonly pendingDetails: "Po ngarkohen detajet…";
|
|
1679
1681
|
};
|
|
1680
1682
|
readonly resourceLabel: {
|
|
1681
1683
|
readonly chairs: "Karrige";
|
|
@@ -2314,6 +2316,10 @@ export declare const sqUi: {
|
|
|
2314
2316
|
readonly readMore: "Lexo më shumë";
|
|
2315
2317
|
readonly readLess: "Lexo më pak";
|
|
2316
2318
|
readonly added: "added";
|
|
2319
|
+
readonly deleted: "E fshirë";
|
|
2320
|
+
readonly showDeleted: "Shfaq shënimin e fshirë";
|
|
2321
|
+
readonly hideDeleted: "Fshih shënimin e fshirë";
|
|
2322
|
+
readonly operator: "Operatori: {{name}}";
|
|
2317
2323
|
readonly attachment: {
|
|
2318
2324
|
readonly patient: "Patient record";
|
|
2319
2325
|
readonly carePlan: "Care plan {{number}}";
|
|
@@ -3876,6 +3882,10 @@ export declare const sqUi: {
|
|
|
3876
3882
|
readonly current: "Shënimi aktual";
|
|
3877
3883
|
readonly clinicalToggle: "Shënim klinik";
|
|
3878
3884
|
readonly clinicalGated: "Nuk keni leje për të shkruar shënime klinike.";
|
|
3885
|
+
readonly loading: "Duke ngarkuar shënimet…";
|
|
3886
|
+
readonly loadError: "Shënimet nuk mund të ngarkoheshin.";
|
|
3887
|
+
readonly retry: "Provo përsëri";
|
|
3888
|
+
readonly addFailed: "Shënimi nuk mund të ruhej.";
|
|
3879
3889
|
};
|
|
3880
3890
|
readonly toolRail: {
|
|
3881
3891
|
readonly reorderInstructions: "Rirendit {{tool}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.";
|
|
@@ -3996,6 +4006,7 @@ export declare const sqUi: {
|
|
|
3996
4006
|
};
|
|
3997
4007
|
readonly rail: {
|
|
3998
4008
|
readonly editorDocked: "Formulari i takimit të ri u hap në panelin anësor";
|
|
4009
|
+
readonly notes: "Shënime të pacientit";
|
|
3999
4010
|
};
|
|
4000
4011
|
readonly details: {
|
|
4001
4012
|
readonly region: "Detajet e takimit";
|
|
@@ -4016,6 +4027,17 @@ export declare const sqUi: {
|
|
|
4016
4027
|
readonly docked: "Detajet e takimit për {{name}} u hapën në panelin anësor";
|
|
4017
4028
|
readonly remind: "Dërgo kujtesë";
|
|
4018
4029
|
readonly remindWhatsApp: "WhatsApp";
|
|
4030
|
+
readonly joinTelehealth: "Bashkohu në vizitën me video";
|
|
4031
|
+
readonly documents: {
|
|
4032
|
+
readonly label: "Shto";
|
|
4033
|
+
readonly folder: "Dosje";
|
|
4034
|
+
readonly template: "Dokument nga modeli";
|
|
4035
|
+
readonly empty: "Dokument bosh";
|
|
4036
|
+
readonly identification: "Dokument identifikimi";
|
|
4037
|
+
readonly webcam: "Kamerë uebi / Kamerë e integruar";
|
|
4038
|
+
readonly bill: "Krijo faturë";
|
|
4039
|
+
};
|
|
4040
|
+
readonly createTask: "Krijo detyrë";
|
|
4019
4041
|
readonly remindSms: "SMS";
|
|
4020
4042
|
readonly remindEmail: "Email";
|
|
4021
4043
|
readonly remindSent: "Kujtesa u dërgua me {{channel}}";
|
|
@@ -4063,6 +4085,10 @@ export declare const sqUi: {
|
|
|
4063
4085
|
readonly notesAction: "Shënimet e pacientit";
|
|
4064
4086
|
readonly notesTitle: "Shënime · {{name}}";
|
|
4065
4087
|
readonly notesBack: "Kthehu te detajet";
|
|
4088
|
+
readonly notesPreviewTitle: "Shënime ({{count}})";
|
|
4089
|
+
readonly notesPreviewOpen: "Shiko më shumë";
|
|
4090
|
+
readonly notesPreviewEmpty: "Ende nuk ka shënime për këtë pacient.";
|
|
4091
|
+
readonly notesPreviewOpenNote: "Hap shënimin {{number}}";
|
|
4066
4092
|
readonly noteEdit: "Ndrysho shënimin";
|
|
4067
4093
|
readonly noteEditNamed: "Ndrysho shënimin · {{date}}";
|
|
4068
4094
|
readonly noteDelete: "Fshi shënimin";
|
|
@@ -4075,6 +4101,7 @@ export declare const sqUi: {
|
|
|
4075
4101
|
readonly noteDeleteBody: "Shënimi hiqet nga kartela e pacientit. Kjo nuk mund të zhbëhet këtu.";
|
|
4076
4102
|
readonly noteDeleteConfirm: "Fshi";
|
|
4077
4103
|
readonly noteDeleteCancel: "Mbaje";
|
|
4104
|
+
readonly noteSaveFailed: "Ndryshimi në këtë shënim nuk mund të ruhej.";
|
|
4078
4105
|
readonly placementLabel: "Vendose në axhendë";
|
|
4079
4106
|
readonly move: "Zhvendos…";
|
|
4080
4107
|
readonly copy: "Kopjo…";
|
|
@@ -4084,6 +4111,12 @@ export declare const sqUi: {
|
|
|
4084
4111
|
readonly address: "Adresa";
|
|
4085
4112
|
readonly mapsLink: "Hap në Google Maps";
|
|
4086
4113
|
readonly bookingPhone: "Telefoni i rezervimit";
|
|
4114
|
+
readonly sectionAppointment: "Takimi";
|
|
4115
|
+
readonly bookingName: "Emri i rezervimit";
|
|
4116
|
+
readonly bookingEmail: "Email-i i rezervimit";
|
|
4117
|
+
readonly noAddress: "Nuk ka adresë të regjistruar";
|
|
4118
|
+
readonly aesMissing: "Nënshkrimi elektronik i avancuar nuk është konfiguruar";
|
|
4119
|
+
readonly seriesRule: "{{frequency}} · {{count}} herë";
|
|
4087
4120
|
readonly readOnlyTitle: "Vetëm lexim";
|
|
4088
4121
|
readonly readOnlyBody: "Nuk keni leje për të ndryshuar takimet — kërkojini pronarit të klinikës të drejtën e ndryshimit të kalendarit.";
|
|
4089
4122
|
readonly history: {
|
|
@@ -4093,6 +4126,7 @@ export declare const sqUi: {
|
|
|
4093
4126
|
readonly status: "Statusi u ndryshua";
|
|
4094
4127
|
readonly edited: "U ndryshua";
|
|
4095
4128
|
readonly deleted: "U fshi";
|
|
4129
|
+
readonly confirmedByPatient: "U konfirmua nga pacienti";
|
|
4096
4130
|
readonly movedDetail: "{{from}} → {{to}}";
|
|
4097
4131
|
readonly resizedDetail: "{{from}} min → {{to}} min";
|
|
4098
4132
|
readonly statusDetail: "{{from}} → {{to}}";
|
|
@@ -4289,6 +4323,13 @@ export declare const sqUi: {
|
|
|
4289
4323
|
readonly scopeThis: "Këtë takim";
|
|
4290
4324
|
readonly scopeFollowing: "Këtë dhe takimet pasuese";
|
|
4291
4325
|
readonly scopeAll: "Të gjitha takimet e serisë";
|
|
4326
|
+
readonly seriesChooserTitle: "Ndrysho një takim që përsëritet";
|
|
4327
|
+
readonly seriesChooserBody: "Takimi i {{date}} është pjesë e një serie. Për cilat takime duhet të zbatohet ndryshimi?";
|
|
4328
|
+
readonly seriesChooserContinue: "Vazhdo";
|
|
4329
|
+
readonly seriesAllDiscardsOverrides: "Zhvendosja e gjithë serisë në një datë ose orë tjetër heq takimet që janë ndryshuar veçmas.";
|
|
4330
|
+
readonly seriesScopeReadout: "Zbatohet për: {{scope}}";
|
|
4331
|
+
readonly seriesScopeChange: "Ndrysho";
|
|
4332
|
+
readonly seriesClashNote: "Mbivendosjet kontrollohen vetëm për këtë takim, jo për pjesën tjetër të serisë.";
|
|
4292
4333
|
readonly deleteScope: "Cilat takime";
|
|
4293
4334
|
readonly carePlanCleanup: "Trajtimet në planin e kurimit";
|
|
4294
4335
|
readonly carePlanRemove: "Hiq trajtimin nga plani i kurimit";
|
|
@@ -4307,6 +4348,7 @@ export declare const sqUi: {
|
|
|
4307
4348
|
readonly signMode_few: "Nënshkrimi i {{count}} dokumenteve të detyrueshme";
|
|
4308
4349
|
};
|
|
4309
4350
|
readonly findSlots: {
|
|
4351
|
+
readonly bandOptions: "Opsionet e disponueshme";
|
|
4310
4352
|
readonly tool: "Gjej oraret e lira";
|
|
4311
4353
|
readonly care: "Trajtimi";
|
|
4312
4354
|
readonly careSearch: "Kërko trajtim…";
|
|
@@ -4332,6 +4374,12 @@ export declare const sqUi: {
|
|
|
4332
4374
|
readonly noResultsClosed: "Klinika është e mbyllur në çdo ditë të këtij intervali.";
|
|
4333
4375
|
readonly capNote: "Po shfaqen 20 oraret e para";
|
|
4334
4376
|
readonly showInCalendar: "Shfaq në kalendar";
|
|
4377
|
+
readonly freeOptions_zero: "{{count}} mundësi";
|
|
4378
|
+
readonly freeOptions_one: "{{count}} mundësi";
|
|
4379
|
+
readonly freeOptions_two: "{{count}} mundësi";
|
|
4380
|
+
readonly freeOptions_few: "{{count}} mundësi";
|
|
4381
|
+
readonly freeOptions_many: "{{count}} mundësi";
|
|
4382
|
+
readonly freeOptions_other: "{{count}} mundësi";
|
|
4335
4383
|
readonly device: "Pajisje mjekësore";
|
|
4336
4384
|
readonly rangeTooLong: "Nuk lejohet një interval më i gjatë se {{days}} ditë.";
|
|
4337
4385
|
readonly showMore: "Shfaq më shumë orare";
|
|
@@ -4339,6 +4387,8 @@ export declare const sqUi: {
|
|
|
4339
4387
|
readonly noOperatorBusinessHours: "Operatorët nuk kanë orar pune. Shtojeni te planifikimi i orareve.";
|
|
4340
4388
|
readonly openScheduler: "Hap planifikimin e orareve";
|
|
4341
4389
|
readonly free: "I lirë";
|
|
4390
|
+
readonly searching: "Po kërkohen oraret e lira…";
|
|
4391
|
+
readonly searchFailed: "Nuk ishte e mundur të kërkoheshin oraret e lira.";
|
|
4342
4392
|
};
|
|
4343
4393
|
readonly moveConfirm: {
|
|
4344
4394
|
readonly title: "Konfirmo zhvendosjen";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sq.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/sq.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"sq.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/sq.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAipJP,CAAC"}
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1652,6 +1652,7 @@ const e = {
|
|
|
1652
1652
|
allDay: "Gjithë ditën",
|
|
1653
1653
|
noEvents: "Asnjë ngjarje për të shfaqur",
|
|
1654
1654
|
scrollableRegion: "Rrjeta e kalendarit — përdorni shigjetat ose lëvizni për të naviguar",
|
|
1655
|
+
loadingDay: "Kjo ditë po ngarkohet ende",
|
|
1655
1656
|
eventMoved: "{{title}} u zhvendos",
|
|
1656
1657
|
eventResized: "{{title}} u ridimensionua në {{duration}} minuta",
|
|
1657
1658
|
privacyModeOn: "Mënyra e privatësisë aktive — emrat e pacientëve janë fshehur",
|
|
@@ -1675,7 +1676,8 @@ const e = {
|
|
|
1675
1676
|
},
|
|
1676
1677
|
eventKind: {
|
|
1677
1678
|
task: "Detyrë",
|
|
1678
|
-
draft: "Skicë"
|
|
1679
|
+
draft: "Skicë",
|
|
1680
|
+
pendingDetails: "Po ngarkohen detajet…"
|
|
1679
1681
|
},
|
|
1680
1682
|
resourceLabel: {
|
|
1681
1683
|
chairs: "Karrige",
|
|
@@ -2295,6 +2297,10 @@ const e = {
|
|
|
2295
2297
|
readMore: "Lexo më shumë",
|
|
2296
2298
|
readLess: "Lexo më pak",
|
|
2297
2299
|
added: "added",
|
|
2300
|
+
deleted: "E fshirë",
|
|
2301
|
+
showDeleted: "Shfaq shënimin e fshirë",
|
|
2302
|
+
hideDeleted: "Fshih shënimin e fshirë",
|
|
2303
|
+
operator: "Operatori: {{name}}",
|
|
2298
2304
|
attachment: {
|
|
2299
2305
|
patient: "Patient record",
|
|
2300
2306
|
carePlan: "Care plan {{number}}",
|
|
@@ -3844,7 +3850,11 @@ const e = {
|
|
|
3844
3850
|
empty: "Ende nuk ka shënime.",
|
|
3845
3851
|
current: "Shënimi aktual",
|
|
3846
3852
|
clinicalToggle: "Shënim klinik",
|
|
3847
|
-
clinicalGated: "Nuk keni leje për të shkruar shënime klinike."
|
|
3853
|
+
clinicalGated: "Nuk keni leje për të shkruar shënime klinike.",
|
|
3854
|
+
loading: "Duke ngarkuar shënimet…",
|
|
3855
|
+
loadError: "Shënimet nuk mund të ngarkoheshin.",
|
|
3856
|
+
retry: "Provo përsëri",
|
|
3857
|
+
addFailed: "Shënimi nuk mund të ruhej."
|
|
3848
3858
|
},
|
|
3849
3859
|
toolRail: {
|
|
3850
3860
|
reorderInstructions: "Rirendit {{tool}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.",
|
|
@@ -3964,7 +3974,8 @@ const e = {
|
|
|
3964
3974
|
month: "Muaj"
|
|
3965
3975
|
},
|
|
3966
3976
|
rail: {
|
|
3967
|
-
editorDocked: "Formulari i takimit të ri u hap në panelin anësor"
|
|
3977
|
+
editorDocked: "Formulari i takimit të ri u hap në panelin anësor",
|
|
3978
|
+
notes: "Shënime të pacientit"
|
|
3968
3979
|
},
|
|
3969
3980
|
details: {
|
|
3970
3981
|
region: "Detajet e takimit",
|
|
@@ -3985,6 +3996,17 @@ const e = {
|
|
|
3985
3996
|
docked: "Detajet e takimit për {{name}} u hapën në panelin anësor",
|
|
3986
3997
|
remind: "Dërgo kujtesë",
|
|
3987
3998
|
remindWhatsApp: "WhatsApp",
|
|
3999
|
+
joinTelehealth: "Bashkohu në vizitën me video",
|
|
4000
|
+
documents: {
|
|
4001
|
+
label: "Shto",
|
|
4002
|
+
folder: "Dosje",
|
|
4003
|
+
template: "Dokument nga modeli",
|
|
4004
|
+
empty: "Dokument bosh",
|
|
4005
|
+
identification: "Dokument identifikimi",
|
|
4006
|
+
webcam: "Kamerë uebi / Kamerë e integruar",
|
|
4007
|
+
bill: "Krijo faturë"
|
|
4008
|
+
},
|
|
4009
|
+
createTask: "Krijo detyrë",
|
|
3988
4010
|
remindSms: "SMS",
|
|
3989
4011
|
remindEmail: "Email",
|
|
3990
4012
|
remindSent: "Kujtesa u dërgua me {{channel}}",
|
|
@@ -4032,6 +4054,10 @@ const e = {
|
|
|
4032
4054
|
notesAction: "Shënimet e pacientit",
|
|
4033
4055
|
notesTitle: "Shënime · {{name}}",
|
|
4034
4056
|
notesBack: "Kthehu te detajet",
|
|
4057
|
+
notesPreviewTitle: "Shënime ({{count}})",
|
|
4058
|
+
notesPreviewOpen: "Shiko më shumë",
|
|
4059
|
+
notesPreviewEmpty: "Ende nuk ka shënime për këtë pacient.",
|
|
4060
|
+
notesPreviewOpenNote: "Hap shënimin {{number}}",
|
|
4035
4061
|
noteEdit: "Ndrysho shënimin",
|
|
4036
4062
|
noteEditNamed: "Ndrysho shënimin · {{date}}",
|
|
4037
4063
|
noteDelete: "Fshi shënimin",
|
|
@@ -4044,6 +4070,7 @@ const e = {
|
|
|
4044
4070
|
noteDeleteBody: "Shënimi hiqet nga kartela e pacientit. Kjo nuk mund të zhbëhet këtu.",
|
|
4045
4071
|
noteDeleteConfirm: "Fshi",
|
|
4046
4072
|
noteDeleteCancel: "Mbaje",
|
|
4073
|
+
noteSaveFailed: "Ndryshimi në këtë shënim nuk mund të ruhej.",
|
|
4047
4074
|
placementLabel: "Vendose në axhendë",
|
|
4048
4075
|
move: "Zhvendos…",
|
|
4049
4076
|
copy: "Kopjo…",
|
|
@@ -4053,6 +4080,12 @@ const e = {
|
|
|
4053
4080
|
address: "Adresa",
|
|
4054
4081
|
mapsLink: "Hap në Google Maps",
|
|
4055
4082
|
bookingPhone: "Telefoni i rezervimit",
|
|
4083
|
+
sectionAppointment: "Takimi",
|
|
4084
|
+
bookingName: "Emri i rezervimit",
|
|
4085
|
+
bookingEmail: "Email-i i rezervimit",
|
|
4086
|
+
noAddress: "Nuk ka adresë të regjistruar",
|
|
4087
|
+
aesMissing: "Nënshkrimi elektronik i avancuar nuk është konfiguruar",
|
|
4088
|
+
seriesRule: "{{frequency}} · {{count}} herë",
|
|
4056
4089
|
readOnlyTitle: "Vetëm lexim",
|
|
4057
4090
|
readOnlyBody: "Nuk keni leje për të ndryshuar takimet — kërkojini pronarit të klinikës të drejtën e ndryshimit të kalendarit.",
|
|
4058
4091
|
history: {
|
|
@@ -4062,6 +4095,7 @@ const e = {
|
|
|
4062
4095
|
status: "Statusi u ndryshua",
|
|
4063
4096
|
edited: "U ndryshua",
|
|
4064
4097
|
deleted: "U fshi",
|
|
4098
|
+
confirmedByPatient: "U konfirmua nga pacienti",
|
|
4065
4099
|
movedDetail: "{{from}} → {{to}}",
|
|
4066
4100
|
resizedDetail: "{{from}} min → {{to}} min",
|
|
4067
4101
|
statusDetail: "{{from}} → {{to}}",
|
|
@@ -4258,6 +4292,13 @@ const e = {
|
|
|
4258
4292
|
scopeThis: "Këtë takim",
|
|
4259
4293
|
scopeFollowing: "Këtë dhe takimet pasuese",
|
|
4260
4294
|
scopeAll: "Të gjitha takimet e serisë",
|
|
4295
|
+
seriesChooserTitle: "Ndrysho një takim që përsëritet",
|
|
4296
|
+
seriesChooserBody: "Takimi i {{date}} është pjesë e një serie. Për cilat takime duhet të zbatohet ndryshimi?",
|
|
4297
|
+
seriesChooserContinue: "Vazhdo",
|
|
4298
|
+
seriesAllDiscardsOverrides: "Zhvendosja e gjithë serisë në një datë ose orë tjetër heq takimet që janë ndryshuar veçmas.",
|
|
4299
|
+
seriesScopeReadout: "Zbatohet për: {{scope}}",
|
|
4300
|
+
seriesScopeChange: "Ndrysho",
|
|
4301
|
+
seriesClashNote: "Mbivendosjet kontrollohen vetëm për këtë takim, jo për pjesën tjetër të serisë.",
|
|
4261
4302
|
deleteScope: "Cilat takime",
|
|
4262
4303
|
carePlanCleanup: "Trajtimet në planin e kurimit",
|
|
4263
4304
|
carePlanRemove: "Hiq trajtimin nga plani i kurimit",
|
|
@@ -4276,6 +4317,7 @@ const e = {
|
|
|
4276
4317
|
signMode_few: "Nënshkrimi i {{count}} dokumenteve të detyrueshme"
|
|
4277
4318
|
},
|
|
4278
4319
|
findSlots: {
|
|
4320
|
+
bandOptions: "Opsionet e disponueshme",
|
|
4279
4321
|
tool: "Gjej oraret e lira",
|
|
4280
4322
|
care: "Trajtimi",
|
|
4281
4323
|
careSearch: "Kërko trajtim…",
|
|
@@ -4301,13 +4343,21 @@ const e = {
|
|
|
4301
4343
|
noResultsClosed: "Klinika është e mbyllur në çdo ditë të këtij intervali.",
|
|
4302
4344
|
capNote: "Po shfaqen 20 oraret e para",
|
|
4303
4345
|
showInCalendar: "Shfaq në kalendar",
|
|
4346
|
+
freeOptions_zero: "{{count}} mundësi",
|
|
4347
|
+
freeOptions_one: "{{count}} mundësi",
|
|
4348
|
+
freeOptions_two: "{{count}} mundësi",
|
|
4349
|
+
freeOptions_few: "{{count}} mundësi",
|
|
4350
|
+
freeOptions_many: "{{count}} mundësi",
|
|
4351
|
+
freeOptions_other: "{{count}} mundësi",
|
|
4304
4352
|
device: "Pajisje mjekësore",
|
|
4305
4353
|
rangeTooLong: "Nuk lejohet një interval më i gjatë se {{days}} ditë.",
|
|
4306
4354
|
showMore: "Shfaq më shumë orare",
|
|
4307
4355
|
noPracticeBusinessHours: "Klinika nuk ka orar pune. Shtojeni te planifikimi i orareve.",
|
|
4308
4356
|
noOperatorBusinessHours: "Operatorët nuk kanë orar pune. Shtojeni te planifikimi i orareve.",
|
|
4309
4357
|
openScheduler: "Hap planifikimin e orareve",
|
|
4310
|
-
free: "I lirë"
|
|
4358
|
+
free: "I lirë",
|
|
4359
|
+
searching: "Po kërkohen oraret e lira…",
|
|
4360
|
+
searchFailed: "Nuk ishte e mundur të kërkoheshin oraret e lira."
|
|
4311
4361
|
},
|
|
4312
4362
|
moveConfirm: {
|
|
4313
4363
|
title: "Konfirmo zhvendosjen",
|