@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 plUi: {
|
|
|
1652
1652
|
readonly allDay: "Cały dzień";
|
|
1653
1653
|
readonly noEvents: "Brak wydarzeń do wyświetlenia";
|
|
1654
1654
|
readonly scrollableRegion: "Siatka kalendarza — użyj strzałek lub przewijaj, aby nawigować";
|
|
1655
|
+
readonly loadingDay: "Ten dzień jest jeszcze wczytywany";
|
|
1655
1656
|
readonly eventMoved: "{{title}} przeniesiony";
|
|
1656
1657
|
readonly eventResized: "{{title}} zmieniono rozmiar na {{duration}} minut";
|
|
1657
1658
|
readonly privacyModeOn: "Tryb prywatności aktywny — nazwiska pacjentów ukryte";
|
|
@@ -1676,6 +1677,7 @@ export declare const plUi: {
|
|
|
1676
1677
|
readonly eventKind: {
|
|
1677
1678
|
readonly task: "Zadanie";
|
|
1678
1679
|
readonly draft: "Wersja robocza";
|
|
1680
|
+
readonly pendingDetails: "Wczytywanie szczegółów…";
|
|
1679
1681
|
};
|
|
1680
1682
|
readonly resourceLabel: {
|
|
1681
1683
|
readonly chairs: "Fotele";
|
|
@@ -2314,6 +2316,10 @@ export declare const plUi: {
|
|
|
2314
2316
|
readonly readMore: "Czytaj więcej";
|
|
2315
2317
|
readonly readLess: "Czytaj mniej";
|
|
2316
2318
|
readonly added: "added";
|
|
2319
|
+
readonly deleted: "Usunięta";
|
|
2320
|
+
readonly showDeleted: "Pokaż usuniętą notatkę";
|
|
2321
|
+
readonly hideDeleted: "Ukryj usuniętą notatkę";
|
|
2322
|
+
readonly operator: "Operator: {{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 plUi: {
|
|
|
3876
3882
|
readonly current: "Bieżąca notatka";
|
|
3877
3883
|
readonly clinicalToggle: "Notatka kliniczna";
|
|
3878
3884
|
readonly clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych.";
|
|
3885
|
+
readonly loading: "Ładowanie notatek…";
|
|
3886
|
+
readonly loadError: "Nie udało się wczytać notatek.";
|
|
3887
|
+
readonly retry: "Spróbuj ponownie";
|
|
3888
|
+
readonly addFailed: "Nie udało się zapisać notatki.";
|
|
3879
3889
|
};
|
|
3880
3890
|
readonly toolRail: {
|
|
3881
3891
|
readonly reorderInstructions: "Zmień kolejność {{tool}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.";
|
|
@@ -3996,6 +4006,7 @@ export declare const plUi: {
|
|
|
3996
4006
|
};
|
|
3997
4007
|
readonly rail: {
|
|
3998
4008
|
readonly editorDocked: "Formularz nowej wizyty otwarto w panelu bocznym";
|
|
4009
|
+
readonly notes: "Notatki pacjenta";
|
|
3999
4010
|
};
|
|
4000
4011
|
readonly details: {
|
|
4001
4012
|
readonly region: "Szczegóły wizyty";
|
|
@@ -4016,6 +4027,17 @@ export declare const plUi: {
|
|
|
4016
4027
|
readonly docked: "Szczegóły wizyty pacjenta {{name}} otwarto w panelu bocznym";
|
|
4017
4028
|
readonly remind: "Wyślij przypomnienie";
|
|
4018
4029
|
readonly remindWhatsApp: "WhatsApp";
|
|
4030
|
+
readonly joinTelehealth: "Dołącz do wizyty wideo";
|
|
4031
|
+
readonly documents: {
|
|
4032
|
+
readonly label: "Dodaj";
|
|
4033
|
+
readonly folder: "Folder";
|
|
4034
|
+
readonly template: "Dokument z szablonu";
|
|
4035
|
+
readonly empty: "Pusty dokument";
|
|
4036
|
+
readonly identification: "Dokument tożsamości";
|
|
4037
|
+
readonly webcam: "Kamera internetowa / Wbudowana kamera";
|
|
4038
|
+
readonly bill: "Utwórz fakturę";
|
|
4039
|
+
};
|
|
4040
|
+
readonly createTask: "Utwórz zadanie";
|
|
4019
4041
|
readonly remindSms: "SMS";
|
|
4020
4042
|
readonly remindEmail: "E-mail";
|
|
4021
4043
|
readonly remindSent: "Przypomnienie wysłano przez {{channel}}";
|
|
@@ -4063,6 +4085,10 @@ export declare const plUi: {
|
|
|
4063
4085
|
readonly notesAction: "Notatki pacjenta";
|
|
4064
4086
|
readonly notesTitle: "Notatki · {{name}}";
|
|
4065
4087
|
readonly notesBack: "Wróć do szczegółów";
|
|
4088
|
+
readonly notesPreviewTitle: "Notatki ({{count}})";
|
|
4089
|
+
readonly notesPreviewOpen: "Zobacz więcej";
|
|
4090
|
+
readonly notesPreviewEmpty: "Brak notatek dla tego pacjenta.";
|
|
4091
|
+
readonly notesPreviewOpenNote: "Otwórz notatkę {{number}}";
|
|
4066
4092
|
readonly noteEdit: "Edytuj notatkę";
|
|
4067
4093
|
readonly noteEditNamed: "Edytuj notatkę · {{date}}";
|
|
4068
4094
|
readonly noteDelete: "Usuń notatkę";
|
|
@@ -4075,6 +4101,7 @@ export declare const plUi: {
|
|
|
4075
4101
|
readonly noteDeleteBody: "Notatka zostanie usunięta z karty pacjenta. Tej operacji nie można tu cofnąć.";
|
|
4076
4102
|
readonly noteDeleteConfirm: "Usuń";
|
|
4077
4103
|
readonly noteDeleteCancel: "Zachowaj";
|
|
4104
|
+
readonly noteSaveFailed: "Nie udało się zapisać zmiany w tej notatce.";
|
|
4078
4105
|
readonly placementLabel: "Umieść w kalendarzu";
|
|
4079
4106
|
readonly move: "Przenieś…";
|
|
4080
4107
|
readonly copy: "Kopiuj…";
|
|
@@ -4084,6 +4111,12 @@ export declare const plUi: {
|
|
|
4084
4111
|
readonly address: "Adres";
|
|
4085
4112
|
readonly mapsLink: "Otwórz w Mapach Google";
|
|
4086
4113
|
readonly bookingPhone: "Telefon z rezerwacji";
|
|
4114
|
+
readonly sectionAppointment: "Wizyta";
|
|
4115
|
+
readonly bookingName: "Imię i nazwisko z rezerwacji";
|
|
4116
|
+
readonly bookingEmail: "E-mail z rezerwacji";
|
|
4117
|
+
readonly noAddress: "Brak zapisanego adresu";
|
|
4118
|
+
readonly aesMissing: "Zaawansowany podpis elektroniczny nie jest skonfigurowany";
|
|
4119
|
+
readonly seriesRule: "{{frequency}} · powtórzeń: {{count}}";
|
|
4087
4120
|
readonly readOnlyTitle: "Tylko do odczytu";
|
|
4088
4121
|
readonly readOnlyBody: "Nie masz uprawnień do edycji wizyt — poproś właściciela gabinetu o prawo edycji kalendarza.";
|
|
4089
4122
|
readonly history: {
|
|
@@ -4093,6 +4126,7 @@ export declare const plUi: {
|
|
|
4093
4126
|
readonly status: "Zmieniono status";
|
|
4094
4127
|
readonly edited: "Edytowano";
|
|
4095
4128
|
readonly deleted: "Usunięto";
|
|
4129
|
+
readonly confirmedByPatient: "Potwierdzone przez pacjenta";
|
|
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 plUi: {
|
|
|
4289
4323
|
readonly scopeThis: "Ta wizyta";
|
|
4290
4324
|
readonly scopeFollowing: "Ta i kolejne wizyty";
|
|
4291
4325
|
readonly scopeAll: "Wszystkie wizyty w serii";
|
|
4326
|
+
readonly seriesChooserTitle: "Edytuj wizytę cykliczną";
|
|
4327
|
+
readonly seriesChooserBody: "Wizyta zaplanowana na {{date}} należy do serii. Których wizyt ma dotyczyć zmiana?";
|
|
4328
|
+
readonly seriesChooserContinue: "Dalej";
|
|
4329
|
+
readonly seriesAllDiscardsOverrides: "Przeniesienie całej serii na inną datę lub godzinę usuwa wizyty zmienione pojedynczo.";
|
|
4330
|
+
readonly seriesScopeReadout: "Dotyczy: {{scope}}";
|
|
4331
|
+
readonly seriesScopeChange: "Zmień";
|
|
4332
|
+
readonly seriesClashNote: "Kolizje są sprawdzane tylko dla tej wizyty, a nie dla pozostałych wizyt z serii.";
|
|
4292
4333
|
readonly deleteScope: "Które wizyty";
|
|
4293
4334
|
readonly carePlanCleanup: "Zabiegi w planie leczenia";
|
|
4294
4335
|
readonly carePlanRemove: "Usuń zabieg z planu leczenia";
|
|
@@ -4307,6 +4348,7 @@ export declare const plUi: {
|
|
|
4307
4348
|
readonly signMode_few: "Podpisanie {{count}} wymaganych dokumentów";
|
|
4308
4349
|
};
|
|
4309
4350
|
readonly findSlots: {
|
|
4351
|
+
readonly bandOptions: "Dostępne opcje";
|
|
4310
4352
|
readonly tool: "Znajdź wolne terminy";
|
|
4311
4353
|
readonly care: "Zabieg";
|
|
4312
4354
|
readonly careSearch: "Szukaj zabiegu…";
|
|
@@ -4332,6 +4374,12 @@ export declare const plUi: {
|
|
|
4332
4374
|
readonly noResultsClosed: "Gabinet jest zamknięty we wszystkie dni tego zakresu.";
|
|
4333
4375
|
readonly capNote: "Wyświetlono pierwsze 20 terminów";
|
|
4334
4376
|
readonly showInCalendar: "Pokaż w kalendarzu";
|
|
4377
|
+
readonly freeOptions_zero: "{{count}} opcji";
|
|
4378
|
+
readonly freeOptions_one: "{{count}} opcja";
|
|
4379
|
+
readonly freeOptions_two: "{{count}} opcji";
|
|
4380
|
+
readonly freeOptions_few: "{{count}} opcje";
|
|
4381
|
+
readonly freeOptions_many: "{{count}} opcji";
|
|
4382
|
+
readonly freeOptions_other: "{{count}} opcji";
|
|
4335
4383
|
readonly device: "Urządzenie medyczne";
|
|
4336
4384
|
readonly rangeTooLong: "Zakres dłuższy niż {{days}} dni jest niedozwolony.";
|
|
4337
4385
|
readonly showMore: "Pokaż więcej terminów";
|
|
@@ -4339,6 +4387,8 @@ export declare const plUi: {
|
|
|
4339
4387
|
readonly noOperatorBusinessHours: "Operatorzy nie mają ustawionych godzin pracy. Dodaj je w grafiku.";
|
|
4340
4388
|
readonly openScheduler: "Otwórz grafik";
|
|
4341
4389
|
readonly free: "Wolny";
|
|
4390
|
+
readonly searching: "Trwa wyszukiwanie wolnych terminów…";
|
|
4391
|
+
readonly searchFailed: "Nie udało się wyszukać wolnych terminów.";
|
|
4342
4392
|
};
|
|
4343
4393
|
readonly moveConfirm: {
|
|
4344
4394
|
readonly title: "Potwierdź przeniesienie";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/pl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+nJP,CAAC"}
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1652,6 +1652,7 @@ const e = {
|
|
|
1652
1652
|
allDay: "Cały dzień",
|
|
1653
1653
|
noEvents: "Brak wydarzeń do wyświetlenia",
|
|
1654
1654
|
scrollableRegion: "Siatka kalendarza — użyj strzałek lub przewijaj, aby nawigować",
|
|
1655
|
+
loadingDay: "Ten dzień jest jeszcze wczytywany",
|
|
1655
1656
|
eventMoved: "{{title}} przeniesiony",
|
|
1656
1657
|
eventResized: "{{title}} zmieniono rozmiar na {{duration}} minut",
|
|
1657
1658
|
privacyModeOn: "Tryb prywatności aktywny — nazwiska pacjentów ukryte",
|
|
@@ -1675,7 +1676,8 @@ const e = {
|
|
|
1675
1676
|
},
|
|
1676
1677
|
eventKind: {
|
|
1677
1678
|
task: "Zadanie",
|
|
1678
|
-
draft: "Wersja robocza"
|
|
1679
|
+
draft: "Wersja robocza",
|
|
1680
|
+
pendingDetails: "Wczytywanie szczegółów…"
|
|
1679
1681
|
},
|
|
1680
1682
|
resourceLabel: {
|
|
1681
1683
|
chairs: "Fotele",
|
|
@@ -2294,6 +2296,10 @@ const e = {
|
|
|
2294
2296
|
readMore: "Czytaj więcej",
|
|
2295
2297
|
readLess: "Czytaj mniej",
|
|
2296
2298
|
added: "added",
|
|
2299
|
+
deleted: "Usunięta",
|
|
2300
|
+
showDeleted: "Pokaż usuniętą notatkę",
|
|
2301
|
+
hideDeleted: "Ukryj usuniętą notatkę",
|
|
2302
|
+
operator: "Operator: {{name}}",
|
|
2297
2303
|
attachment: {
|
|
2298
2304
|
patient: "Patient record",
|
|
2299
2305
|
carePlan: "Care plan {{number}}",
|
|
@@ -3843,7 +3849,11 @@ const e = {
|
|
|
3843
3849
|
empty: "Brak notatek.",
|
|
3844
3850
|
current: "Bieżąca notatka",
|
|
3845
3851
|
clinicalToggle: "Notatka kliniczna",
|
|
3846
|
-
clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych."
|
|
3852
|
+
clinicalGated: "Nie masz uprawnień do tworzenia notatek klinicznych.",
|
|
3853
|
+
loading: "Ładowanie notatek…",
|
|
3854
|
+
loadError: "Nie udało się wczytać notatek.",
|
|
3855
|
+
retry: "Spróbuj ponownie",
|
|
3856
|
+
addFailed: "Nie udało się zapisać notatki."
|
|
3847
3857
|
},
|
|
3848
3858
|
toolRail: {
|
|
3849
3859
|
reorderInstructions: "Zmień kolejność {{tool}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.",
|
|
@@ -3963,7 +3973,8 @@ const e = {
|
|
|
3963
3973
|
month: "Miesiąc"
|
|
3964
3974
|
},
|
|
3965
3975
|
rail: {
|
|
3966
|
-
editorDocked: "Formularz nowej wizyty otwarto w panelu bocznym"
|
|
3976
|
+
editorDocked: "Formularz nowej wizyty otwarto w panelu bocznym",
|
|
3977
|
+
notes: "Notatki pacjenta"
|
|
3967
3978
|
},
|
|
3968
3979
|
details: {
|
|
3969
3980
|
region: "Szczegóły wizyty",
|
|
@@ -3984,6 +3995,17 @@ const e = {
|
|
|
3984
3995
|
docked: "Szczegóły wizyty pacjenta {{name}} otwarto w panelu bocznym",
|
|
3985
3996
|
remind: "Wyślij przypomnienie",
|
|
3986
3997
|
remindWhatsApp: "WhatsApp",
|
|
3998
|
+
joinTelehealth: "Dołącz do wizyty wideo",
|
|
3999
|
+
documents: {
|
|
4000
|
+
label: "Dodaj",
|
|
4001
|
+
folder: "Folder",
|
|
4002
|
+
template: "Dokument z szablonu",
|
|
4003
|
+
empty: "Pusty dokument",
|
|
4004
|
+
identification: "Dokument tożsamości",
|
|
4005
|
+
webcam: "Kamera internetowa / Wbudowana kamera",
|
|
4006
|
+
bill: "Utwórz fakturę"
|
|
4007
|
+
},
|
|
4008
|
+
createTask: "Utwórz zadanie",
|
|
3987
4009
|
remindSms: "SMS",
|
|
3988
4010
|
remindEmail: "E-mail",
|
|
3989
4011
|
remindSent: "Przypomnienie wysłano przez {{channel}}",
|
|
@@ -4031,6 +4053,10 @@ const e = {
|
|
|
4031
4053
|
notesAction: "Notatki pacjenta",
|
|
4032
4054
|
notesTitle: "Notatki · {{name}}",
|
|
4033
4055
|
notesBack: "Wróć do szczegółów",
|
|
4056
|
+
notesPreviewTitle: "Notatki ({{count}})",
|
|
4057
|
+
notesPreviewOpen: "Zobacz więcej",
|
|
4058
|
+
notesPreviewEmpty: "Brak notatek dla tego pacjenta.",
|
|
4059
|
+
notesPreviewOpenNote: "Otwórz notatkę {{number}}",
|
|
4034
4060
|
noteEdit: "Edytuj notatkę",
|
|
4035
4061
|
noteEditNamed: "Edytuj notatkę · {{date}}",
|
|
4036
4062
|
noteDelete: "Usuń notatkę",
|
|
@@ -4043,6 +4069,7 @@ const e = {
|
|
|
4043
4069
|
noteDeleteBody: "Notatka zostanie usunięta z karty pacjenta. Tej operacji nie można tu cofnąć.",
|
|
4044
4070
|
noteDeleteConfirm: "Usuń",
|
|
4045
4071
|
noteDeleteCancel: "Zachowaj",
|
|
4072
|
+
noteSaveFailed: "Nie udało się zapisać zmiany w tej notatce.",
|
|
4046
4073
|
placementLabel: "Umieść w kalendarzu",
|
|
4047
4074
|
move: "Przenieś…",
|
|
4048
4075
|
copy: "Kopiuj…",
|
|
@@ -4052,6 +4079,12 @@ const e = {
|
|
|
4052
4079
|
address: "Adres",
|
|
4053
4080
|
mapsLink: "Otwórz w Mapach Google",
|
|
4054
4081
|
bookingPhone: "Telefon z rezerwacji",
|
|
4082
|
+
sectionAppointment: "Wizyta",
|
|
4083
|
+
bookingName: "Imię i nazwisko z rezerwacji",
|
|
4084
|
+
bookingEmail: "E-mail z rezerwacji",
|
|
4085
|
+
noAddress: "Brak zapisanego adresu",
|
|
4086
|
+
aesMissing: "Zaawansowany podpis elektroniczny nie jest skonfigurowany",
|
|
4087
|
+
seriesRule: "{{frequency}} · powtórzeń: {{count}}",
|
|
4055
4088
|
readOnlyTitle: "Tylko do odczytu",
|
|
4056
4089
|
readOnlyBody: "Nie masz uprawnień do edycji wizyt — poproś właściciela gabinetu o prawo edycji kalendarza.",
|
|
4057
4090
|
history: {
|
|
@@ -4061,6 +4094,7 @@ const e = {
|
|
|
4061
4094
|
status: "Zmieniono status",
|
|
4062
4095
|
edited: "Edytowano",
|
|
4063
4096
|
deleted: "Usunięto",
|
|
4097
|
+
confirmedByPatient: "Potwierdzone przez pacjenta",
|
|
4064
4098
|
movedDetail: "{{from}} → {{to}}",
|
|
4065
4099
|
resizedDetail: "{{from}} min → {{to}} min",
|
|
4066
4100
|
statusDetail: "{{from}} → {{to}}",
|
|
@@ -4257,6 +4291,13 @@ const e = {
|
|
|
4257
4291
|
scopeThis: "Ta wizyta",
|
|
4258
4292
|
scopeFollowing: "Ta i kolejne wizyty",
|
|
4259
4293
|
scopeAll: "Wszystkie wizyty w serii",
|
|
4294
|
+
seriesChooserTitle: "Edytuj wizytę cykliczną",
|
|
4295
|
+
seriesChooserBody: "Wizyta zaplanowana na {{date}} należy do serii. Których wizyt ma dotyczyć zmiana?",
|
|
4296
|
+
seriesChooserContinue: "Dalej",
|
|
4297
|
+
seriesAllDiscardsOverrides: "Przeniesienie całej serii na inną datę lub godzinę usuwa wizyty zmienione pojedynczo.",
|
|
4298
|
+
seriesScopeReadout: "Dotyczy: {{scope}}",
|
|
4299
|
+
seriesScopeChange: "Zmień",
|
|
4300
|
+
seriesClashNote: "Kolizje są sprawdzane tylko dla tej wizyty, a nie dla pozostałych wizyt z serii.",
|
|
4260
4301
|
deleteScope: "Które wizyty",
|
|
4261
4302
|
carePlanCleanup: "Zabiegi w planie leczenia",
|
|
4262
4303
|
carePlanRemove: "Usuń zabieg z planu leczenia",
|
|
@@ -4275,6 +4316,7 @@ const e = {
|
|
|
4275
4316
|
signMode_few: "Podpisanie {{count}} wymaganych dokumentów"
|
|
4276
4317
|
},
|
|
4277
4318
|
findSlots: {
|
|
4319
|
+
bandOptions: "Dostępne opcje",
|
|
4278
4320
|
tool: "Znajdź wolne terminy",
|
|
4279
4321
|
care: "Zabieg",
|
|
4280
4322
|
careSearch: "Szukaj zabiegu…",
|
|
@@ -4300,13 +4342,21 @@ const e = {
|
|
|
4300
4342
|
noResultsClosed: "Gabinet jest zamknięty we wszystkie dni tego zakresu.",
|
|
4301
4343
|
capNote: "Wyświetlono pierwsze 20 terminów",
|
|
4302
4344
|
showInCalendar: "Pokaż w kalendarzu",
|
|
4345
|
+
freeOptions_zero: "{{count}} opcji",
|
|
4346
|
+
freeOptions_one: "{{count}} opcja",
|
|
4347
|
+
freeOptions_two: "{{count}} opcji",
|
|
4348
|
+
freeOptions_few: "{{count}} opcje",
|
|
4349
|
+
freeOptions_many: "{{count}} opcji",
|
|
4350
|
+
freeOptions_other: "{{count}} opcji",
|
|
4303
4351
|
device: "Urządzenie medyczne",
|
|
4304
4352
|
rangeTooLong: "Zakres dłuższy niż {{days}} dni jest niedozwolony.",
|
|
4305
4353
|
showMore: "Pokaż więcej terminów",
|
|
4306
4354
|
noPracticeBusinessHours: "Gabinet nie ma ustawionych godzin pracy. Dodaj je w grafiku.",
|
|
4307
4355
|
noOperatorBusinessHours: "Operatorzy nie mają ustawionych godzin pracy. Dodaj je w grafiku.",
|
|
4308
4356
|
openScheduler: "Otwórz grafik",
|
|
4309
|
-
free: "Wolny"
|
|
4357
|
+
free: "Wolny",
|
|
4358
|
+
searching: "Trwa wyszukiwanie wolnych terminów…",
|
|
4359
|
+
searchFailed: "Nie udało się wyszukać wolnych terminów."
|
|
4310
4360
|
},
|
|
4311
4361
|
moveConfirm: {
|
|
4312
4362
|
title: "Potwierdź przeniesienie",
|