@alfadocs/ui-kit 1.43.0 → 1.45.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/ai-sparkle-DXeP_6a0.js +52 -0
- package/dist/_chunks/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-B7KvZ1_D.js +12161 -0
- package/dist/_chunks/{face-scheme-Dg6ZyLKb.js → face-scheme-Bm6pe7R8.js} +265 -275
- package/dist/_chunks/help-me-write-templates-GUeEn3Ff.js +741 -0
- package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-Dkk9QPPX.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BrAvNajV.js +3779 -0
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-ai-sparkle-CyQSRTCe.js +103 -0
- package/dist/_chunks/variables-menu-vXUaSBj4.js +401 -0
- package/dist/agent-catalog.json +84 -3
- package/dist/agent-i18n/en.json +14 -3
- package/dist/components/ai-sparkle/ai-sparkle.d.ts +24 -0
- package/dist/components/ai-sparkle/index.d.ts +3 -0
- package/dist/components/ai-sparkle/index.js +5 -0
- package/dist/components/calendar/calendar.d.ts +6 -0
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +4 -0
- package/dist/components/panel-subview/index.js +1 -1
- package/dist/components/panel-subview/panel-subview.d.ts +6 -0
- package/dist/components/rich-text-editor/editor-toolbar.d.ts +35 -3
- package/dist/components/rich-text-editor/index.d.ts +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +98 -15
- package/dist/components/variables-menu/index.d.ts +4 -0
- package/dist/components/variables-menu/index.js +6 -0
- package/dist/components/variables-menu/variables-menu.agent.d.ts +10 -0
- package/dist/components/variables-menu/variables-menu.d.ts +53 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +64 -56
- package/dist/hooks/use-ai-sparkle.d.ts +109 -0
- package/dist/host-compat.css +5 -5
- package/dist/i18n/locales/ar.d.ts +77 -6
- package/dist/i18n/locales/ar.js +78 -7
- package/dist/i18n/locales/de.d.ts +77 -6
- package/dist/i18n/locales/de.js +78 -7
- package/dist/i18n/locales/el.d.ts +77 -6
- package/dist/i18n/locales/el.js +78 -7
- package/dist/i18n/locales/en.d.ts +77 -6
- package/dist/i18n/locales/en.js +85 -7
- package/dist/i18n/locales/es.d.ts +77 -6
- package/dist/i18n/locales/es.js +78 -7
- package/dist/i18n/locales/fr.d.ts +77 -6
- package/dist/i18n/locales/fr.js +78 -7
- package/dist/i18n/locales/hi.d.ts +77 -6
- package/dist/i18n/locales/hi.js +78 -7
- package/dist/i18n/locales/it.d.ts +77 -6
- package/dist/i18n/locales/it.js +78 -7
- package/dist/i18n/locales/ja.d.ts +77 -6
- package/dist/i18n/locales/ja.js +78 -7
- package/dist/i18n/locales/nl.d.ts +77 -6
- package/dist/i18n/locales/nl.js +78 -7
- package/dist/i18n/locales/pl.d.ts +77 -6
- package/dist/i18n/locales/pl.js +78 -7
- package/dist/i18n/locales/pt.d.ts +77 -6
- package/dist/i18n/locales/pt.js +78 -7
- package/dist/i18n/locales/ro.d.ts +77 -6
- package/dist/i18n/locales/ro.js +78 -7
- package/dist/i18n/locales/ru.d.ts +77 -6
- package/dist/i18n/locales/ru.js +78 -7
- package/dist/i18n/locales/sq.d.ts +77 -6
- package/dist/i18n/locales/sq.js +78 -7
- package/dist/i18n/locales/sv.d.ts +77 -6
- package/dist/i18n/locales/sv.js +78 -7
- package/dist/i18n/locales/tr.d.ts +77 -6
- package/dist/i18n/locales/tr.js +78 -7
- package/dist/i18n/locales/zh.d.ts +77 -6
- package/dist/i18n/locales/zh.js +78 -7
- package/dist/index.js +1106 -1099
- package/dist/locales/ar.json +78 -7
- package/dist/locales/de.json +78 -7
- package/dist/locales/el.json +78 -7
- package/dist/locales/en.json +78 -7
- package/dist/locales/es.json +78 -7
- package/dist/locales/fr.json +78 -7
- package/dist/locales/hi.json +78 -7
- package/dist/locales/it.json +78 -7
- package/dist/locales/ja.json +78 -7
- package/dist/locales/nl.json +78 -7
- package/dist/locales/pl.json +78 -7
- package/dist/locales/pt.json +78 -7
- package/dist/locales/ro.json +78 -7
- package/dist/locales/ru.json +78 -7
- package/dist/locales/sq.json +78 -7
- package/dist/locales/sv.json +78 -7
- package/dist/locales/tr.json +78 -7
- package/dist/locales/zh.json +78 -7
- package/dist/patterns/calendar/calendar-bookings-panel.d.ts +8 -3
- package/dist/patterns/calendar/calendar-care-rules.d.ts +49 -0
- package/dist/patterns/calendar/calendar-task-editor.d.ts +31 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +8 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +39 -12
- package/dist/patterns/calendar/calendar.data.d.ts +9 -0
- package/dist/patterns/calendar/calendar.journey.d.ts +35 -3
- package/dist/patterns/calendar/calendar.model.d.ts +23 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +21 -3
- package/dist/patterns/calendar/calendar.surface.d.ts +6 -1
- package/dist/patterns/calendar/calendar.types.d.ts +32 -1
- package/dist/patterns/calendar/index.js +1 -1
- package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +58 -26
- package/dist/patterns/help-me-write-templates/index.d.ts +1 -1
- package/dist/patterns/help-me-write-templates/index.js +1 -1
- package/dist/tokens.css +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-DhXqqu-D.js +0 -11392
- package/dist/_chunks/help-me-write-templates-B-m7zgJa.js +0 -775
- package/dist/_chunks/highlighter-DSkckT2Q.js +0 -15
- package/dist/_chunks/rich-text-editor-DUMeifwc.js +0 -3176
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
|
@@ -2793,9 +2793,26 @@ export declare const plUi: {
|
|
|
2793
2793
|
readonly heading: "Nagłówek";
|
|
2794
2794
|
readonly extensions: "Rozszerzenia edytora";
|
|
2795
2795
|
readonly insertVariable: "Wstaw zmienną";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Zmienne";
|
|
2798
|
+
readonly search: "Szukaj zmiennych…";
|
|
2799
|
+
readonly recent: "Ostatnie";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Pacjent";
|
|
2802
|
+
readonly appointment: "Wizyta";
|
|
2803
|
+
readonly practice: "Gabinet";
|
|
2804
|
+
readonly operator: "Operator";
|
|
2805
|
+
readonly document: "Dokument";
|
|
2806
|
+
readonly other: "Inne";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Żadna zmienna nie pasuje do „{{query}}”";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "nawigacja";
|
|
2811
|
+
readonly insert: "wstaw";
|
|
2812
|
+
readonly close: "zamknij";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Nieprawidłowa zmienna: {{tokens}}. Wybierz ją z menu Wstaw zmienną.";
|
|
2798
|
-
readonly variableNoMatch: "Żadna zmienna nie pasuje do „{{query}}”";
|
|
2799
2816
|
readonly more: "Więcej opcji";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const plUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Automatyczne formatowanie dokumentu";
|
|
2887
2904
|
readonly consentRecorded: "Zgoda na wsparcie AI została zarejestrowana.";
|
|
2888
2905
|
readonly consentRegionLabel: "Zgoda na wsparcie AI dla tego dokumentu";
|
|
2906
|
+
readonly templates: "Szablony";
|
|
2907
|
+
readonly templatesGroup: "Szablony gabinetu";
|
|
2908
|
+
readonly noTemplates: "Brak szablonów";
|
|
2909
|
+
readonly templatesNoteEmpty: "Notatka jest pusta. Najpierw podyktuj lub wpisz tekst, aby użyć szablonu.";
|
|
2910
|
+
readonly createFirstTemplate: "Utwórz pierwszy szablon";
|
|
2911
|
+
readonly manageTemplates: "Zarządzaj szablonami";
|
|
2912
|
+
readonly defaultBadge: "Domyślny";
|
|
2913
|
+
readonly actionError: "Coś poszło nie tak. Spróbuj ponownie.";
|
|
2914
|
+
readonly actionStale: "Tekst zmienił się w trakcie przepisywania. Nic nie zostało zastąpione. Spróbuj ponownie.";
|
|
2915
|
+
readonly selectionTools: "Narzędzia zaznaczenia";
|
|
2916
|
+
readonly actionDone: "Gotowe. Notatka została zaktualizowana.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const plUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Używa całej notatki jako kontekstu. Wersja robocza trafia w miejsce kursora.";
|
|
3173
|
+
readonly contextSelection: "Używa zaznaczonego tekstu jako kontekstu. Wersja robocza go zastępuje.";
|
|
3144
3174
|
readonly templatesMenu: "Szablony";
|
|
3145
3175
|
readonly templatesGroup: "Szablony gabinetu";
|
|
3146
3176
|
readonly createFirst: "Utwórz pierwszy szablon";
|
|
@@ -3185,10 +3215,12 @@ export declare const plUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "Szablony AI";
|
|
3188
|
-
readonly description: "Wspólne dla całego gabinetu.
|
|
3218
|
+
readonly description: "Wspólne dla całego gabinetu. Przeciągnij, aby ustalić kolejność w menu Szablony.";
|
|
3189
3219
|
readonly new: "Nowy szablon";
|
|
3190
3220
|
readonly done: "Gotowe";
|
|
3191
3221
|
readonly listLabel: "Szablony";
|
|
3222
|
+
readonly reorderHandle: "Zmień kolejność {{label}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} przeniesiony na pozycję {{to}} z {{total}}";
|
|
3192
3224
|
readonly edit: "Edytuj {{name}}";
|
|
3193
3225
|
readonly delete: "Usuń {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "Brak szablonów";
|
|
@@ -4158,7 +4190,10 @@ export declare const plUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Akcje kalendarza";
|
|
4160
4192
|
readonly schedulingLabel: "Planowanie";
|
|
4193
|
+
readonly createGroupLabel: "Utwórz nowe";
|
|
4194
|
+
readonly toolsLabel: "Narzędzia agendy";
|
|
4161
4195
|
readonly newAppointment: "Nowa wizyta";
|
|
4196
|
+
readonly newTask: "Nowe zadanie";
|
|
4162
4197
|
readonly privacy: "Tryb prywatności";
|
|
4163
4198
|
readonly findFreeSlots: "Znajdź wolne terminy";
|
|
4164
4199
|
readonly printDay: "Drukuj dzień";
|
|
@@ -4543,6 +4578,8 @@ export declare const plUi: {
|
|
|
4543
4578
|
readonly chairBusy: "Wybrany fotel jest w tym czasie zajęty.";
|
|
4544
4579
|
readonly operatorBusy: "Wybrany operator jest w tym czasie zajęty.";
|
|
4545
4580
|
readonly operatorAbsent: "Wybrany operator jest nieobecny w dniu wizyty.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "niedozwolone dla tego zabiegu";
|
|
4582
|
+
readonly careRestrictionConflict: "Brak wspólnego operatora/fotela dla wybranych zabiegów";
|
|
4546
4583
|
readonly reminderDisabled: "(wyłączone)";
|
|
4547
4584
|
readonly priceListAllPhases: "Wszystkie etapy";
|
|
4548
4585
|
readonly priceListBilled: "Operacja niedozwolona: ten zabieg został już zafakturowany.";
|
|
@@ -4578,6 +4615,32 @@ export declare const plUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Podpisanie {{count}} wymaganego dokumentu";
|
|
4579
4616
|
readonly signMode_few: "Podpisanie {{count}} wymaganych dokumentów";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Nowe zadanie";
|
|
4620
|
+
readonly editTitle: "Edytuj zadanie";
|
|
4621
|
+
readonly date: "Data";
|
|
4622
|
+
readonly time: "Godzina";
|
|
4623
|
+
readonly note: "Notatka";
|
|
4624
|
+
readonly noteRequired: "Wprowadź notatkę.";
|
|
4625
|
+
readonly operator: "Operator";
|
|
4626
|
+
readonly operatorNone: "Brak operatora";
|
|
4627
|
+
readonly about: "Dotyczy";
|
|
4628
|
+
readonly aboutNobody: "Nikogo";
|
|
4629
|
+
readonly aboutPatient: "Pacjent";
|
|
4630
|
+
readonly aboutCompany: "Firma";
|
|
4631
|
+
readonly companyName: "Nazwa firmy";
|
|
4632
|
+
readonly companyUnresolved: "Powiązana firma (brak na liście): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Zmień firmę";
|
|
4634
|
+
readonly done: "Zakończone";
|
|
4635
|
+
readonly save: "Zapisz";
|
|
4636
|
+
readonly cancel: "Anuluj";
|
|
4637
|
+
readonly delete: "Usuń";
|
|
4638
|
+
readonly deleteConfirmTitle: "Usunąć to zadanie?";
|
|
4639
|
+
readonly deleteConfirmBody: "Zadanie zostanie usunięte. Tej czynności nie można tu cofnąć.";
|
|
4640
|
+
readonly deleteConfirm: "Usuń";
|
|
4641
|
+
readonly deleteCancel: "Zachowaj";
|
|
4642
|
+
readonly readOnlyBody: "To zadanie jest tylko do odczytu.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Dostępne opcje";
|
|
4583
4646
|
readonly tool: "Znajdź wolne terminy";
|
|
@@ -4806,16 +4869,19 @@ export declare const plUi: {
|
|
|
4806
4869
|
readonly undone: "Przywrócono czas trwania";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Do uzupełnienia";
|
|
4873
|
+
readonly intro: "Widoczne wizyty, którym wciąż brakuje pacjenta, operatora lub fotela — niezależnie od tego, jak powstały.";
|
|
4811
4874
|
readonly new: "Nowa";
|
|
4812
4875
|
readonly bookedOn: "zarezerwowano {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Pacjent do przypisania";
|
|
4814
4877
|
readonly needsOperator: "Operator do przypisania";
|
|
4878
|
+
readonly needsChair: "Fotel do przypisania";
|
|
4815
4879
|
readonly assignPatient: "Przypisz pacjenta";
|
|
4816
4880
|
readonly assignOperator: "Przypisz operatora";
|
|
4881
|
+
readonly assignChair: "Przypisz fotel";
|
|
4817
4882
|
readonly assignPatientShort: "Pacjent";
|
|
4818
4883
|
readonly assignOperatorShort: "Operator";
|
|
4884
|
+
readonly assignChairShort: "Fotel";
|
|
4819
4885
|
readonly edit: "Edytuj wizytę";
|
|
4820
4886
|
readonly whatsapp: "Napisz na WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "Brak numeru WhatsApp dla tej rezerwacji";
|
|
@@ -4825,7 +4891,11 @@ export declare const plUi: {
|
|
|
4825
4891
|
readonly current: "Wybrana rezerwacja";
|
|
4826
4892
|
readonly showInCalendarNamed: "Pokaż rezerwację z {{when}} w kalendarzu";
|
|
4827
4893
|
readonly showInCalendar: "Pokaż w kalendarzu";
|
|
4828
|
-
readonly emptyTitle: "Brak
|
|
4894
|
+
readonly emptyTitle: "Brak wizyt do uzupełnienia.";
|
|
4895
|
+
readonly filterNoPatient: "Bez pacjenta";
|
|
4896
|
+
readonly filterNoOperator: "Bez operatora";
|
|
4897
|
+
readonly filterNoChair: "Bez fotela";
|
|
4898
|
+
readonly notShownOnChairAxis: "Nie są pokazywane w kolumnach foteli, dopóki nie przypisze się fotela.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Usunięto z listy oczekujących";
|
|
@@ -4869,6 +4939,7 @@ export declare const plUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "Nie masz uprawnień do tworzenia wizyt.";
|
|
4942
|
+
readonly createTaskBlocked: "Nie masz uprawnień do tworzenia zadań.";
|
|
4872
4943
|
readonly changeBlocked: "Nie masz uprawnień do modyfikowania wizyt.";
|
|
4873
4944
|
readonly waitingBlocked: "Nie masz uprawnień do modyfikowania listy oczekujących.";
|
|
4874
4945
|
readonly waitingLockedBody: "Nie masz uprawnień do modyfikowania listy oczekujących — poproś właściciela gabinetu o prawo edycji kalendarza.";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -2773,9 +2773,26 @@ const e = {
|
|
|
2773
2773
|
heading: "Nagłówek",
|
|
2774
2774
|
extensions: "Rozszerzenia edytora",
|
|
2775
2775
|
insertVariable: "Wstaw zmienną",
|
|
2776
|
-
variables:
|
|
2776
|
+
variables: {
|
|
2777
|
+
menuLabel: "Zmienne",
|
|
2778
|
+
search: "Szukaj zmiennych…",
|
|
2779
|
+
recent: "Ostatnie",
|
|
2780
|
+
groups: {
|
|
2781
|
+
patient: "Pacjent",
|
|
2782
|
+
appointment: "Wizyta",
|
|
2783
|
+
practice: "Gabinet",
|
|
2784
|
+
operator: "Operator",
|
|
2785
|
+
document: "Dokument",
|
|
2786
|
+
other: "Inne"
|
|
2787
|
+
},
|
|
2788
|
+
empty: "Żadna zmienna nie pasuje do „{{query}}”",
|
|
2789
|
+
footer: {
|
|
2790
|
+
navigate: "nawigacja",
|
|
2791
|
+
insert: "wstaw",
|
|
2792
|
+
close: "zamknij"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2777
2795
|
variableInvalid: "Nieprawidłowa zmienna: {{tokens}}. Wybierz ją z menu Wstaw zmienną.",
|
|
2778
|
-
variableNoMatch: "Żadna zmienna nie pasuje do „{{query}}”",
|
|
2779
2796
|
more: "Więcej opcji",
|
|
2780
2797
|
link: {
|
|
2781
2798
|
url: "URL",
|
|
@@ -2865,7 +2882,18 @@ const e = {
|
|
|
2865
2882
|
proofread: "Sprawdź pisownię i gramatykę",
|
|
2866
2883
|
autoFormat: "Automatyczne formatowanie dokumentu",
|
|
2867
2884
|
consentRecorded: "Zgoda na wsparcie AI została zarejestrowana.",
|
|
2868
|
-
consentRegionLabel: "Zgoda na wsparcie AI dla tego dokumentu"
|
|
2885
|
+
consentRegionLabel: "Zgoda na wsparcie AI dla tego dokumentu",
|
|
2886
|
+
templates: "Szablony",
|
|
2887
|
+
templatesGroup: "Szablony gabinetu",
|
|
2888
|
+
noTemplates: "Brak szablonów",
|
|
2889
|
+
templatesNoteEmpty: "Notatka jest pusta. Najpierw podyktuj lub wpisz tekst, aby użyć szablonu.",
|
|
2890
|
+
createFirstTemplate: "Utwórz pierwszy szablon",
|
|
2891
|
+
manageTemplates: "Zarządzaj szablonami",
|
|
2892
|
+
defaultBadge: "Domyślny",
|
|
2893
|
+
actionError: "Coś poszło nie tak. Spróbuj ponownie.",
|
|
2894
|
+
actionStale: "Tekst zmienił się w trakcie przepisywania. Nic nie zostało zastąpione. Spróbuj ponownie.",
|
|
2895
|
+
selectionTools: "Narzędzia zaznaczenia",
|
|
2896
|
+
actionDone: "Gotowe. Notatka została zaktualizowana."
|
|
2869
2897
|
}
|
|
2870
2898
|
},
|
|
2871
2899
|
payment: {
|
|
@@ -3118,6 +3146,8 @@ const e = {
|
|
|
3118
3146
|
},
|
|
3119
3147
|
helpMeWriteTemplates: {
|
|
3120
3148
|
bar: {
|
|
3149
|
+
contextDocument: "Używa całej notatki jako kontekstu. Wersja robocza trafia w miejsce kursora.",
|
|
3150
|
+
contextSelection: "Używa zaznaczonego tekstu jako kontekstu. Wersja robocza go zastępuje.",
|
|
3121
3151
|
templatesMenu: "Szablony",
|
|
3122
3152
|
templatesGroup: "Szablony gabinetu",
|
|
3123
3153
|
createFirst: "Utwórz pierwszy szablon",
|
|
@@ -3162,10 +3192,12 @@ const e = {
|
|
|
3162
3192
|
},
|
|
3163
3193
|
manager: {
|
|
3164
3194
|
title: "Szablony AI",
|
|
3165
|
-
description: "Wspólne dla całego gabinetu.
|
|
3195
|
+
description: "Wspólne dla całego gabinetu. Przeciągnij, aby ustalić kolejność w menu Szablony.",
|
|
3166
3196
|
new: "Nowy szablon",
|
|
3167
3197
|
done: "Gotowe",
|
|
3168
3198
|
listLabel: "Szablony",
|
|
3199
|
+
reorderHandle: "Zmień kolejność {{label}}. Naciśnij Alt + Góra lub Alt + Dół, aby przenieść.",
|
|
3200
|
+
reorderAnnounce: "{{label}} przeniesiony na pozycję {{to}} z {{total}}",
|
|
3169
3201
|
edit: "Edytuj {{name}}",
|
|
3170
3202
|
delete: "Usuń {{name}}",
|
|
3171
3203
|
emptyTitle: "Brak szablonów",
|
|
@@ -4126,7 +4158,10 @@ const e = {
|
|
|
4126
4158
|
actions: {
|
|
4127
4159
|
groupLabel: "Akcje kalendarza",
|
|
4128
4160
|
schedulingLabel: "Planowanie",
|
|
4161
|
+
createGroupLabel: "Utwórz nowe",
|
|
4162
|
+
toolsLabel: "Narzędzia agendy",
|
|
4129
4163
|
newAppointment: "Nowa wizyta",
|
|
4164
|
+
newTask: "Nowe zadanie",
|
|
4130
4165
|
privacy: "Tryb prywatności",
|
|
4131
4166
|
findFreeSlots: "Znajdź wolne terminy",
|
|
4132
4167
|
printDay: "Drukuj dzień",
|
|
@@ -4511,6 +4546,8 @@ const e = {
|
|
|
4511
4546
|
chairBusy: "Wybrany fotel jest w tym czasie zajęty.",
|
|
4512
4547
|
operatorBusy: "Wybrany operator jest w tym czasie zajęty.",
|
|
4513
4548
|
operatorAbsent: "Wybrany operator jest nieobecny w dniu wizyty.",
|
|
4549
|
+
careRestrictedResourceHint: "niedozwolone dla tego zabiegu",
|
|
4550
|
+
careRestrictionConflict: "Brak wspólnego operatora/fotela dla wybranych zabiegów",
|
|
4514
4551
|
reminderDisabled: "(wyłączone)",
|
|
4515
4552
|
priceListAllPhases: "Wszystkie etapy",
|
|
4516
4553
|
priceListBilled: "Operacja niedozwolona: ten zabieg został już zafakturowany.",
|
|
@@ -4546,6 +4583,32 @@ const e = {
|
|
|
4546
4583
|
signMode_two: "Podpisanie {{count}} wymaganego dokumentu",
|
|
4547
4584
|
signMode_few: "Podpisanie {{count}} wymaganych dokumentów"
|
|
4548
4585
|
},
|
|
4586
|
+
taskEditor: {
|
|
4587
|
+
title: "Nowe zadanie",
|
|
4588
|
+
editTitle: "Edytuj zadanie",
|
|
4589
|
+
date: "Data",
|
|
4590
|
+
time: "Godzina",
|
|
4591
|
+
note: "Notatka",
|
|
4592
|
+
noteRequired: "Wprowadź notatkę.",
|
|
4593
|
+
operator: "Operator",
|
|
4594
|
+
operatorNone: "Brak operatora",
|
|
4595
|
+
about: "Dotyczy",
|
|
4596
|
+
aboutNobody: "Nikogo",
|
|
4597
|
+
aboutPatient: "Pacjent",
|
|
4598
|
+
aboutCompany: "Firma",
|
|
4599
|
+
companyName: "Nazwa firmy",
|
|
4600
|
+
companyUnresolved: "Powiązana firma (brak na liście): {{id}}",
|
|
4601
|
+
companyReplace: "Zmień firmę",
|
|
4602
|
+
done: "Zakończone",
|
|
4603
|
+
save: "Zapisz",
|
|
4604
|
+
cancel: "Anuluj",
|
|
4605
|
+
delete: "Usuń",
|
|
4606
|
+
deleteConfirmTitle: "Usunąć to zadanie?",
|
|
4607
|
+
deleteConfirmBody: "Zadanie zostanie usunięte. Tej czynności nie można tu cofnąć.",
|
|
4608
|
+
deleteConfirm: "Usuń",
|
|
4609
|
+
deleteCancel: "Zachowaj",
|
|
4610
|
+
readOnlyBody: "To zadanie jest tylko do odczytu."
|
|
4611
|
+
},
|
|
4549
4612
|
findSlots: {
|
|
4550
4613
|
bandOptions: "Dostępne opcje",
|
|
4551
4614
|
tool: "Znajdź wolne terminy",
|
|
@@ -4774,16 +4837,19 @@ const e = {
|
|
|
4774
4837
|
undone: "Przywrócono czas trwania"
|
|
4775
4838
|
},
|
|
4776
4839
|
bookings: {
|
|
4777
|
-
title: "
|
|
4778
|
-
intro: "
|
|
4840
|
+
title: "Do uzupełnienia",
|
|
4841
|
+
intro: "Widoczne wizyty, którym wciąż brakuje pacjenta, operatora lub fotela — niezależnie od tego, jak powstały.",
|
|
4779
4842
|
new: "Nowa",
|
|
4780
4843
|
bookedOn: "zarezerwowano {{date}}",
|
|
4781
4844
|
needsPatient: "Pacjent do przypisania",
|
|
4782
4845
|
needsOperator: "Operator do przypisania",
|
|
4846
|
+
needsChair: "Fotel do przypisania",
|
|
4783
4847
|
assignPatient: "Przypisz pacjenta",
|
|
4784
4848
|
assignOperator: "Przypisz operatora",
|
|
4849
|
+
assignChair: "Przypisz fotel",
|
|
4785
4850
|
assignPatientShort: "Pacjent",
|
|
4786
4851
|
assignOperatorShort: "Operator",
|
|
4852
|
+
assignChairShort: "Fotel",
|
|
4787
4853
|
edit: "Edytuj wizytę",
|
|
4788
4854
|
whatsapp: "Napisz na WhatsApp",
|
|
4789
4855
|
whatsappNoNumber: "Brak numeru WhatsApp dla tej rezerwacji",
|
|
@@ -4793,7 +4859,11 @@ const e = {
|
|
|
4793
4859
|
current: "Wybrana rezerwacja",
|
|
4794
4860
|
showInCalendarNamed: "Pokaż rezerwację z {{when}} w kalendarzu",
|
|
4795
4861
|
showInCalendar: "Pokaż w kalendarzu",
|
|
4796
|
-
emptyTitle: "Brak
|
|
4862
|
+
emptyTitle: "Brak wizyt do uzupełnienia.",
|
|
4863
|
+
filterNoPatient: "Bez pacjenta",
|
|
4864
|
+
filterNoOperator: "Bez operatora",
|
|
4865
|
+
filterNoChair: "Bez fotela",
|
|
4866
|
+
notShownOnChairAxis: "Nie są pokazywane w kolumnach foteli, dopóki nie przypisze się fotela."
|
|
4797
4867
|
},
|
|
4798
4868
|
waitingList: {
|
|
4799
4869
|
removed: "Usunięto z listy oczekujących",
|
|
@@ -4837,6 +4907,7 @@ const e = {
|
|
|
4837
4907
|
},
|
|
4838
4908
|
readOnly: {
|
|
4839
4909
|
createBlocked: "Nie masz uprawnień do tworzenia wizyt.",
|
|
4910
|
+
createTaskBlocked: "Nie masz uprawnień do tworzenia zadań.",
|
|
4840
4911
|
changeBlocked: "Nie masz uprawnień do modyfikowania wizyt.",
|
|
4841
4912
|
waitingBlocked: "Nie masz uprawnień do modyfikowania listy oczekujących.",
|
|
4842
4913
|
waitingLockedBody: "Nie masz uprawnień do modyfikowania listy oczekujących — poproś właściciela gabinetu o prawo edycji kalendarza."
|
|
@@ -2794,9 +2794,26 @@ export declare const ptUi: {
|
|
|
2794
2794
|
readonly heading: "Título";
|
|
2795
2795
|
readonly extensions: "Extensões do editor";
|
|
2796
2796
|
readonly insertVariable: "Inserir variável";
|
|
2797
|
-
readonly variables:
|
|
2797
|
+
readonly variables: {
|
|
2798
|
+
readonly menuLabel: "Variáveis";
|
|
2799
|
+
readonly search: "Pesquisar variáveis…";
|
|
2800
|
+
readonly recent: "Recentes";
|
|
2801
|
+
readonly groups: {
|
|
2802
|
+
readonly patient: "Paciente";
|
|
2803
|
+
readonly appointment: "Consulta";
|
|
2804
|
+
readonly practice: "Clínica";
|
|
2805
|
+
readonly operator: "Operador";
|
|
2806
|
+
readonly document: "Documento";
|
|
2807
|
+
readonly other: "Outro";
|
|
2808
|
+
};
|
|
2809
|
+
readonly empty: "Nenhuma variável corresponde a “{{query}}”";
|
|
2810
|
+
readonly footer: {
|
|
2811
|
+
readonly navigate: "navegar";
|
|
2812
|
+
readonly insert: "inserir";
|
|
2813
|
+
readonly close: "fechar";
|
|
2814
|
+
};
|
|
2815
|
+
};
|
|
2798
2816
|
readonly variableInvalid: "Variável inválida: {{tokens}}. Escolha uma em Inserir variável.";
|
|
2799
|
-
readonly variableNoMatch: "Nenhuma variável corresponde a “{{query}}”";
|
|
2800
2817
|
readonly more: "Mais opções";
|
|
2801
2818
|
readonly link: {
|
|
2802
2819
|
readonly url: "URL";
|
|
@@ -2887,6 +2904,17 @@ export declare const ptUi: {
|
|
|
2887
2904
|
readonly autoFormat: "Formatar documento automaticamente";
|
|
2888
2905
|
readonly consentRecorded: "O consentimento de assistência de IA foi registado.";
|
|
2889
2906
|
readonly consentRegionLabel: "Consentimento de assistência de IA para este documento";
|
|
2907
|
+
readonly templates: "Modelos";
|
|
2908
|
+
readonly templatesGroup: "Modelos da clínica";
|
|
2909
|
+
readonly noTemplates: "Ainda não há modelos";
|
|
2910
|
+
readonly templatesNoteEmpty: "A nota está vazia. Dite ou escreva primeiro para usar um modelo.";
|
|
2911
|
+
readonly createFirstTemplate: "Crie o seu primeiro modelo";
|
|
2912
|
+
readonly manageTemplates: "Gerir modelos";
|
|
2913
|
+
readonly defaultBadge: "Predefinido";
|
|
2914
|
+
readonly actionError: "Algo correu mal. Tente novamente.";
|
|
2915
|
+
readonly actionStale: "O texto mudou enquanto a IA o reescrevia. Nada foi substituído. Tente novamente.";
|
|
2916
|
+
readonly selectionTools: "Ferramentas de seleção";
|
|
2917
|
+
readonly actionDone: "Concluído. A nota foi atualizada.";
|
|
2890
2918
|
};
|
|
2891
2919
|
};
|
|
2892
2920
|
readonly payment: {
|
|
@@ -3142,6 +3170,8 @@ export declare const ptUi: {
|
|
|
3142
3170
|
};
|
|
3143
3171
|
readonly helpMeWriteTemplates: {
|
|
3144
3172
|
readonly bar: {
|
|
3173
|
+
readonly contextDocument: "Usa toda a nota como contexto. O rascunho é inserido no cursor.";
|
|
3174
|
+
readonly contextSelection: "Usa o texto selecionado como contexto. O rascunho substitui-o.";
|
|
3145
3175
|
readonly templatesMenu: "Modelos";
|
|
3146
3176
|
readonly templatesGroup: "Modelos da clínica";
|
|
3147
3177
|
readonly createFirst: "Crie o seu primeiro modelo";
|
|
@@ -3186,10 +3216,12 @@ export declare const ptUi: {
|
|
|
3186
3216
|
};
|
|
3187
3217
|
readonly manager: {
|
|
3188
3218
|
readonly title: "Modelos de IA";
|
|
3189
|
-
readonly description: "Partilhados com toda a clínica.
|
|
3219
|
+
readonly description: "Partilhados com toda a clínica. Arraste para definir a ordem do menu Modelos.";
|
|
3190
3220
|
readonly new: "Novo modelo";
|
|
3191
3221
|
readonly done: "Concluído";
|
|
3192
3222
|
readonly listLabel: "Modelos";
|
|
3223
|
+
readonly reorderHandle: "Reordenar {{label}}. Prima Alt + Cima ou Alt + Baixo para mover.";
|
|
3224
|
+
readonly reorderAnnounce: "{{label}} movido para a posição {{to}} de {{total}}";
|
|
3193
3225
|
readonly edit: "Editar {{name}}";
|
|
3194
3226
|
readonly delete: "Eliminar {{name}}";
|
|
3195
3227
|
readonly emptyTitle: "Ainda não há modelos";
|
|
@@ -4159,7 +4191,10 @@ export declare const ptUi: {
|
|
|
4159
4191
|
readonly actions: {
|
|
4160
4192
|
readonly groupLabel: "Ações da agenda";
|
|
4161
4193
|
readonly schedulingLabel: "Agendamento";
|
|
4194
|
+
readonly createGroupLabel: "Criar novo";
|
|
4195
|
+
readonly toolsLabel: "Ferramentas da agenda";
|
|
4162
4196
|
readonly newAppointment: "Nova consulta";
|
|
4197
|
+
readonly newTask: "Nova tarefa";
|
|
4163
4198
|
readonly privacy: "Modo de privacidade";
|
|
4164
4199
|
readonly findFreeSlots: "Encontrar horários livres";
|
|
4165
4200
|
readonly printDay: "Imprimir dia";
|
|
@@ -4544,6 +4579,8 @@ export declare const ptUi: {
|
|
|
4544
4579
|
readonly chairBusy: "A cadeira escolhida está ocupada neste horário.";
|
|
4545
4580
|
readonly operatorBusy: "O operador escolhido está ocupado neste horário.";
|
|
4546
4581
|
readonly operatorAbsent: "O operador escolhido está ausente na data da consulta.";
|
|
4582
|
+
readonly careRestrictedResourceHint: "não previsto para este tratamento";
|
|
4583
|
+
readonly careRestrictionConflict: "Nenhum operador/cadeira é comum aos tratamentos selecionados";
|
|
4547
4584
|
readonly reminderDisabled: "(desativado)";
|
|
4548
4585
|
readonly priceListAllPhases: "Todas as fases";
|
|
4549
4586
|
readonly priceListBilled: "Ação não permitida: este tratamento já foi faturado.";
|
|
@@ -4579,6 +4616,32 @@ export declare const ptUi: {
|
|
|
4579
4616
|
readonly signMode_two: "Assinatura de {{count}} documentos obrigatórios";
|
|
4580
4617
|
readonly signMode_few: "Assinatura de {{count}} documentos obrigatórios";
|
|
4581
4618
|
};
|
|
4619
|
+
readonly taskEditor: {
|
|
4620
|
+
readonly title: "Nova tarefa";
|
|
4621
|
+
readonly editTitle: "Editar tarefa";
|
|
4622
|
+
readonly date: "Data";
|
|
4623
|
+
readonly time: "Hora";
|
|
4624
|
+
readonly note: "Nota";
|
|
4625
|
+
readonly noteRequired: "Introduza uma nota.";
|
|
4626
|
+
readonly operator: "Operador";
|
|
4627
|
+
readonly operatorNone: "Sem operador";
|
|
4628
|
+
readonly about: "Refere-se a";
|
|
4629
|
+
readonly aboutNobody: "Ninguém";
|
|
4630
|
+
readonly aboutPatient: "Paciente";
|
|
4631
|
+
readonly aboutCompany: "Empresa";
|
|
4632
|
+
readonly companyName: "Nome da empresa";
|
|
4633
|
+
readonly companyUnresolved: "Empresa associada (não está na lista): {{id}}";
|
|
4634
|
+
readonly companyReplace: "Substituir empresa";
|
|
4635
|
+
readonly done: "Concluída";
|
|
4636
|
+
readonly save: "Guardar";
|
|
4637
|
+
readonly cancel: "Cancelar";
|
|
4638
|
+
readonly delete: "Eliminar";
|
|
4639
|
+
readonly deleteConfirmTitle: "Eliminar esta tarefa?";
|
|
4640
|
+
readonly deleteConfirmBody: "A tarefa será removida. Esta ação não pode ser revertida aqui.";
|
|
4641
|
+
readonly deleteConfirm: "Eliminar";
|
|
4642
|
+
readonly deleteCancel: "Manter";
|
|
4643
|
+
readonly readOnlyBody: "Esta tarefa é apenas de leitura.";
|
|
4644
|
+
};
|
|
4582
4645
|
readonly findSlots: {
|
|
4583
4646
|
readonly bandOptions: "Opções disponíveis";
|
|
4584
4647
|
readonly tool: "Encontrar horários livres";
|
|
@@ -4807,16 +4870,19 @@ export declare const ptUi: {
|
|
|
4807
4870
|
readonly undone: "Duração reposta";
|
|
4808
4871
|
};
|
|
4809
4872
|
readonly bookings: {
|
|
4810
|
-
readonly title: "
|
|
4811
|
-
readonly intro: "
|
|
4873
|
+
readonly title: "Por completar";
|
|
4874
|
+
readonly intro: "Consultas em vista que ainda precisam de um paciente, de um operador ou de uma cadeira, seja qual for a sua origem.";
|
|
4812
4875
|
readonly new: "Nova";
|
|
4813
4876
|
readonly bookedOn: "marcada: {{date}}";
|
|
4814
4877
|
readonly needsPatient: "Paciente por atribuir";
|
|
4815
4878
|
readonly needsOperator: "Operador por atribuir";
|
|
4879
|
+
readonly needsChair: "Cadeira por atribuir";
|
|
4816
4880
|
readonly assignPatient: "Atribuir paciente";
|
|
4817
4881
|
readonly assignOperator: "Atribuir operador";
|
|
4882
|
+
readonly assignChair: "Atribuir cadeira";
|
|
4818
4883
|
readonly assignPatientShort: "Paciente";
|
|
4819
4884
|
readonly assignOperatorShort: "Operador";
|
|
4885
|
+
readonly assignChairShort: "Cadeira";
|
|
4820
4886
|
readonly edit: "Editar consulta";
|
|
4821
4887
|
readonly whatsapp: "Escrever no WhatsApp";
|
|
4822
4888
|
readonly whatsappNoNumber: "Sem número de WhatsApp para esta marcação";
|
|
@@ -4826,7 +4892,11 @@ export declare const ptUi: {
|
|
|
4826
4892
|
readonly current: "Marcação selecionada";
|
|
4827
4893
|
readonly showInCalendarNamed: "Mostrar no calendário a marcação de {{when}}";
|
|
4828
4894
|
readonly showInCalendar: "Mostrar no calendário";
|
|
4829
|
-
readonly emptyTitle: "Sem
|
|
4895
|
+
readonly emptyTitle: "Sem consultas por completar.";
|
|
4896
|
+
readonly filterNoPatient: "Sem paciente";
|
|
4897
|
+
readonly filterNoOperator: "Sem operador";
|
|
4898
|
+
readonly filterNoChair: "Sem cadeira";
|
|
4899
|
+
readonly notShownOnChairAxis: "Não é mostrada nas colunas de cadeira até que uma cadeira seja atribuída.";
|
|
4830
4900
|
};
|
|
4831
4901
|
readonly waitingList: {
|
|
4832
4902
|
readonly removed: "Entrada removida da lista de espera";
|
|
@@ -4870,6 +4940,7 @@ export declare const ptUi: {
|
|
|
4870
4940
|
};
|
|
4871
4941
|
readonly readOnly: {
|
|
4872
4942
|
readonly createBlocked: "Não tem permissão para criar consultas.";
|
|
4943
|
+
readonly createTaskBlocked: "Não tem permissão para criar tarefas.";
|
|
4873
4944
|
readonly changeBlocked: "Não tem permissão para alterar consultas.";
|
|
4874
4945
|
readonly waitingBlocked: "Não tem permissão para alterar a lista de espera.";
|
|
4875
4946
|
readonly waitingLockedBody: "Não tem permissão para alterar a lista de espera: peça ao responsável da clínica o direito de edição da agenda.";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -2778,9 +2778,26 @@ const e = {
|
|
|
2778
2778
|
heading: "Título",
|
|
2779
2779
|
extensions: "Extensões do editor",
|
|
2780
2780
|
insertVariable: "Inserir variável",
|
|
2781
|
-
variables:
|
|
2781
|
+
variables: {
|
|
2782
|
+
menuLabel: "Variáveis",
|
|
2783
|
+
search: "Pesquisar variáveis…",
|
|
2784
|
+
recent: "Recentes",
|
|
2785
|
+
groups: {
|
|
2786
|
+
patient: "Paciente",
|
|
2787
|
+
appointment: "Consulta",
|
|
2788
|
+
practice: "Clínica",
|
|
2789
|
+
operator: "Operador",
|
|
2790
|
+
document: "Documento",
|
|
2791
|
+
other: "Outro"
|
|
2792
|
+
},
|
|
2793
|
+
empty: "Nenhuma variável corresponde a “{{query}}”",
|
|
2794
|
+
footer: {
|
|
2795
|
+
navigate: "navegar",
|
|
2796
|
+
insert: "inserir",
|
|
2797
|
+
close: "fechar"
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2782
2800
|
variableInvalid: "Variável inválida: {{tokens}}. Escolha uma em Inserir variável.",
|
|
2783
|
-
variableNoMatch: "Nenhuma variável corresponde a “{{query}}”",
|
|
2784
2801
|
more: "Mais opções",
|
|
2785
2802
|
link: {
|
|
2786
2803
|
url: "URL",
|
|
@@ -2870,7 +2887,18 @@ const e = {
|
|
|
2870
2887
|
proofread: "Verificar ortografia e gramática",
|
|
2871
2888
|
autoFormat: "Formatar documento automaticamente",
|
|
2872
2889
|
consentRecorded: "O consentimento de assistência de IA foi registado.",
|
|
2873
|
-
consentRegionLabel: "Consentimento de assistência de IA para este documento"
|
|
2890
|
+
consentRegionLabel: "Consentimento de assistência de IA para este documento",
|
|
2891
|
+
templates: "Modelos",
|
|
2892
|
+
templatesGroup: "Modelos da clínica",
|
|
2893
|
+
noTemplates: "Ainda não há modelos",
|
|
2894
|
+
templatesNoteEmpty: "A nota está vazia. Dite ou escreva primeiro para usar um modelo.",
|
|
2895
|
+
createFirstTemplate: "Crie o seu primeiro modelo",
|
|
2896
|
+
manageTemplates: "Gerir modelos",
|
|
2897
|
+
defaultBadge: "Predefinido",
|
|
2898
|
+
actionError: "Algo correu mal. Tente novamente.",
|
|
2899
|
+
actionStale: "O texto mudou enquanto a IA o reescrevia. Nada foi substituído. Tente novamente.",
|
|
2900
|
+
selectionTools: "Ferramentas de seleção",
|
|
2901
|
+
actionDone: "Concluído. A nota foi atualizada."
|
|
2874
2902
|
}
|
|
2875
2903
|
},
|
|
2876
2904
|
payment: {
|
|
@@ -3123,6 +3151,8 @@ const e = {
|
|
|
3123
3151
|
},
|
|
3124
3152
|
helpMeWriteTemplates: {
|
|
3125
3153
|
bar: {
|
|
3154
|
+
contextDocument: "Usa toda a nota como contexto. O rascunho é inserido no cursor.",
|
|
3155
|
+
contextSelection: "Usa o texto selecionado como contexto. O rascunho substitui-o.",
|
|
3126
3156
|
templatesMenu: "Modelos",
|
|
3127
3157
|
templatesGroup: "Modelos da clínica",
|
|
3128
3158
|
createFirst: "Crie o seu primeiro modelo",
|
|
@@ -3167,10 +3197,12 @@ const e = {
|
|
|
3167
3197
|
},
|
|
3168
3198
|
manager: {
|
|
3169
3199
|
title: "Modelos de IA",
|
|
3170
|
-
description: "Partilhados com toda a clínica.
|
|
3200
|
+
description: "Partilhados com toda a clínica. Arraste para definir a ordem do menu Modelos.",
|
|
3171
3201
|
new: "Novo modelo",
|
|
3172
3202
|
done: "Concluído",
|
|
3173
3203
|
listLabel: "Modelos",
|
|
3204
|
+
reorderHandle: "Reordenar {{label}}. Prima Alt + Cima ou Alt + Baixo para mover.",
|
|
3205
|
+
reorderAnnounce: "{{label}} movido para a posição {{to}} de {{total}}",
|
|
3174
3206
|
edit: "Editar {{name}}",
|
|
3175
3207
|
delete: "Eliminar {{name}}",
|
|
3176
3208
|
emptyTitle: "Ainda não há modelos",
|
|
@@ -4134,7 +4166,10 @@ const e = {
|
|
|
4134
4166
|
actions: {
|
|
4135
4167
|
groupLabel: "Ações da agenda",
|
|
4136
4168
|
schedulingLabel: "Agendamento",
|
|
4169
|
+
createGroupLabel: "Criar novo",
|
|
4170
|
+
toolsLabel: "Ferramentas da agenda",
|
|
4137
4171
|
newAppointment: "Nova consulta",
|
|
4172
|
+
newTask: "Nova tarefa",
|
|
4138
4173
|
privacy: "Modo de privacidade",
|
|
4139
4174
|
findFreeSlots: "Encontrar horários livres",
|
|
4140
4175
|
printDay: "Imprimir dia",
|
|
@@ -4519,6 +4554,8 @@ const e = {
|
|
|
4519
4554
|
chairBusy: "A cadeira escolhida está ocupada neste horário.",
|
|
4520
4555
|
operatorBusy: "O operador escolhido está ocupado neste horário.",
|
|
4521
4556
|
operatorAbsent: "O operador escolhido está ausente na data da consulta.",
|
|
4557
|
+
careRestrictedResourceHint: "não previsto para este tratamento",
|
|
4558
|
+
careRestrictionConflict: "Nenhum operador/cadeira é comum aos tratamentos selecionados",
|
|
4522
4559
|
reminderDisabled: "(desativado)",
|
|
4523
4560
|
priceListAllPhases: "Todas as fases",
|
|
4524
4561
|
priceListBilled: "Ação não permitida: este tratamento já foi faturado.",
|
|
@@ -4554,6 +4591,32 @@ const e = {
|
|
|
4554
4591
|
signMode_two: "Assinatura de {{count}} documentos obrigatórios",
|
|
4555
4592
|
signMode_few: "Assinatura de {{count}} documentos obrigatórios"
|
|
4556
4593
|
},
|
|
4594
|
+
taskEditor: {
|
|
4595
|
+
title: "Nova tarefa",
|
|
4596
|
+
editTitle: "Editar tarefa",
|
|
4597
|
+
date: "Data",
|
|
4598
|
+
time: "Hora",
|
|
4599
|
+
note: "Nota",
|
|
4600
|
+
noteRequired: "Introduza uma nota.",
|
|
4601
|
+
operator: "Operador",
|
|
4602
|
+
operatorNone: "Sem operador",
|
|
4603
|
+
about: "Refere-se a",
|
|
4604
|
+
aboutNobody: "Ninguém",
|
|
4605
|
+
aboutPatient: "Paciente",
|
|
4606
|
+
aboutCompany: "Empresa",
|
|
4607
|
+
companyName: "Nome da empresa",
|
|
4608
|
+
companyUnresolved: "Empresa associada (não está na lista): {{id}}",
|
|
4609
|
+
companyReplace: "Substituir empresa",
|
|
4610
|
+
done: "Concluída",
|
|
4611
|
+
save: "Guardar",
|
|
4612
|
+
cancel: "Cancelar",
|
|
4613
|
+
delete: "Eliminar",
|
|
4614
|
+
deleteConfirmTitle: "Eliminar esta tarefa?",
|
|
4615
|
+
deleteConfirmBody: "A tarefa será removida. Esta ação não pode ser revertida aqui.",
|
|
4616
|
+
deleteConfirm: "Eliminar",
|
|
4617
|
+
deleteCancel: "Manter",
|
|
4618
|
+
readOnlyBody: "Esta tarefa é apenas de leitura."
|
|
4619
|
+
},
|
|
4557
4620
|
findSlots: {
|
|
4558
4621
|
bandOptions: "Opções disponíveis",
|
|
4559
4622
|
tool: "Encontrar horários livres",
|
|
@@ -4782,16 +4845,19 @@ const e = {
|
|
|
4782
4845
|
undone: "Duração reposta"
|
|
4783
4846
|
},
|
|
4784
4847
|
bookings: {
|
|
4785
|
-
title: "
|
|
4786
|
-
intro: "
|
|
4848
|
+
title: "Por completar",
|
|
4849
|
+
intro: "Consultas em vista que ainda precisam de um paciente, de um operador ou de uma cadeira, seja qual for a sua origem.",
|
|
4787
4850
|
new: "Nova",
|
|
4788
4851
|
bookedOn: "marcada: {{date}}",
|
|
4789
4852
|
needsPatient: "Paciente por atribuir",
|
|
4790
4853
|
needsOperator: "Operador por atribuir",
|
|
4854
|
+
needsChair: "Cadeira por atribuir",
|
|
4791
4855
|
assignPatient: "Atribuir paciente",
|
|
4792
4856
|
assignOperator: "Atribuir operador",
|
|
4857
|
+
assignChair: "Atribuir cadeira",
|
|
4793
4858
|
assignPatientShort: "Paciente",
|
|
4794
4859
|
assignOperatorShort: "Operador",
|
|
4860
|
+
assignChairShort: "Cadeira",
|
|
4795
4861
|
edit: "Editar consulta",
|
|
4796
4862
|
whatsapp: "Escrever no WhatsApp",
|
|
4797
4863
|
whatsappNoNumber: "Sem número de WhatsApp para esta marcação",
|
|
@@ -4801,7 +4867,11 @@ const e = {
|
|
|
4801
4867
|
current: "Marcação selecionada",
|
|
4802
4868
|
showInCalendarNamed: "Mostrar no calendário a marcação de {{when}}",
|
|
4803
4869
|
showInCalendar: "Mostrar no calendário",
|
|
4804
|
-
emptyTitle: "Sem
|
|
4870
|
+
emptyTitle: "Sem consultas por completar.",
|
|
4871
|
+
filterNoPatient: "Sem paciente",
|
|
4872
|
+
filterNoOperator: "Sem operador",
|
|
4873
|
+
filterNoChair: "Sem cadeira",
|
|
4874
|
+
notShownOnChairAxis: "Não é mostrada nas colunas de cadeira até que uma cadeira seja atribuída."
|
|
4805
4875
|
},
|
|
4806
4876
|
waitingList: {
|
|
4807
4877
|
removed: "Entrada removida da lista de espera",
|
|
@@ -4845,6 +4915,7 @@ const e = {
|
|
|
4845
4915
|
},
|
|
4846
4916
|
readOnly: {
|
|
4847
4917
|
createBlocked: "Não tem permissão para criar consultas.",
|
|
4918
|
+
createTaskBlocked: "Não tem permissão para criar tarefas.",
|
|
4848
4919
|
changeBlocked: "Não tem permissão para alterar consultas.",
|
|
4849
4920
|
waitingBlocked: "Não tem permissão para alterar a lista de espera.",
|
|
4850
4921
|
waitingLockedBody: "Não tem permissão para alterar a lista de espera: peça ao responsável da clínica o direito de edição da agenda."
|