@alfadocs/ui-kit 1.42.0 → 1.44.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/{calendar-ChJQzRw-.js → calendar-U6N0F99w.js} +383 -359
- package/dist/_chunks/calendar-workspace-DBYAtdyd.js +12161 -0
- package/dist/_chunks/control-room-rail-Cv7GpMqX.js +354 -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/{marketplace-app-shell-D_g9BaDI.js → marketplace-app-shell-DdwPj03y.js} +3 -3
- package/dist/_chunks/{notes-panel-CRAovkjx.js → notes-panel-CY4KmDo-.js} +159 -152
- package/dist/_chunks/{panel-subview-PMBRPFOa.js → panel-subview-CYnuX-KR.js} +61 -40
- package/dist/_chunks/rich-text-editor-BYE6kK4u.js +3839 -0
- package/dist/_chunks/{sidebar-ClTY9lLI.js → sidebar-DbZXLl8h.js} +2 -2
- package/dist/_chunks/tab-bar-Cw9UK18Z.js +228 -0
- package/dist/_chunks/{tool-rail-D89USYE6.js → tool-rail-CCFqDfAn.js} +282 -276
- package/dist/_chunks/undo-2-CYNAzclj.js +26 -0
- package/dist/_chunks/use-edge-resize-BHesP0kg.js +149 -0
- package/dist/_chunks/use-scroll-overflow-UbLrUfBo.js +72 -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/calendar/calendar.d.ts +6 -0
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/control-room-rail/control-room-rail.d.ts +9 -0
- package/dist/components/control-room-rail/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- 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/sidebar/index.js +1 -1
- package/dist/components/tab-bar/index.js +1 -1
- package/dist/components/tool-rail/index.js +1 -1
- package/dist/components/tool-rail/tool-rail.d.ts +16 -0
- 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 +2 -0
- package/dist/hooks/index.js +35 -32
- package/dist/hooks/use-edge-resize.d.ts +13 -1
- 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 +916 -913
- 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/patterns/marketplace-app-shell/index.js +1 -1
- package/dist/tokens.css +6 -6
- package/package.json +5 -1
- package/dist/_chunks/calendar-workspace-qlxrxCqm.js +0 -11392
- package/dist/_chunks/control-room-rail-CnNZusR5.js +0 -337
- 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/tab-bar-rDkLiaA6.js +0 -268
- package/dist/_chunks/use-edge-resize-ZnGG7gyO.js +0 -139
- package/dist/_chunks/use-overflow-collapse-BIOzKbni.js +0 -32
- package/dist/_chunks/wand-sparkles-DAjKyhz7.js +0 -27
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -2762,9 +2762,26 @@ const e = {
|
|
|
2762
2762
|
heading: "Koptekst",
|
|
2763
2763
|
extensions: "Editor-extensies",
|
|
2764
2764
|
insertVariable: "Variabele invoegen",
|
|
2765
|
-
variables:
|
|
2765
|
+
variables: {
|
|
2766
|
+
menuLabel: "Variabelen",
|
|
2767
|
+
search: "Variabelen zoeken…",
|
|
2768
|
+
recent: "Recent",
|
|
2769
|
+
groups: {
|
|
2770
|
+
patient: "Patiënt",
|
|
2771
|
+
appointment: "Afspraak",
|
|
2772
|
+
practice: "Praktijk",
|
|
2773
|
+
operator: "Behandelaar",
|
|
2774
|
+
document: "Document",
|
|
2775
|
+
other: "Overig"
|
|
2776
|
+
},
|
|
2777
|
+
empty: "Geen variabele komt overeen met ‘{{query}}’",
|
|
2778
|
+
footer: {
|
|
2779
|
+
navigate: "navigeren",
|
|
2780
|
+
insert: "invoegen",
|
|
2781
|
+
close: "sluiten"
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2766
2784
|
variableInvalid: "Geen geldige variabele: {{tokens}}. Kies er een via Variabele invoegen.",
|
|
2767
|
-
variableNoMatch: "Geen variabele komt overeen met ‘{{query}}’",
|
|
2768
2785
|
more: "Meer opties",
|
|
2769
2786
|
link: {
|
|
2770
2787
|
url: "URL",
|
|
@@ -2854,7 +2871,18 @@ const e = {
|
|
|
2854
2871
|
proofread: "Spelling en grammatica controleren",
|
|
2855
2872
|
autoFormat: "Document automatisch opmaken",
|
|
2856
2873
|
consentRecorded: "De toestemming voor AI-ondersteuning is vastgelegd.",
|
|
2857
|
-
consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document"
|
|
2874
|
+
consentRegionLabel: "Toestemming voor AI-ondersteuning voor dit document",
|
|
2875
|
+
templates: "Sjablonen",
|
|
2876
|
+
templatesGroup: "Praktijksjablonen",
|
|
2877
|
+
noTemplates: "Nog geen sjablonen",
|
|
2878
|
+
templatesNoteEmpty: "De notitie is leeg. Dicteer of typ eerst om een sjabloon te gebruiken.",
|
|
2879
|
+
createFirstTemplate: "Maak je eerste sjabloon",
|
|
2880
|
+
manageTemplates: "Sjablonen beheren",
|
|
2881
|
+
defaultBadge: "Standaard",
|
|
2882
|
+
actionError: "Er is iets misgegaan. Probeer het opnieuw.",
|
|
2883
|
+
actionStale: "De tekst is veranderd tijdens het herschrijven. Er is niets vervangen. Probeer het opnieuw.",
|
|
2884
|
+
selectionTools: "Hulpmiddelen voor selectie",
|
|
2885
|
+
actionDone: "Klaar. De notitie is bijgewerkt."
|
|
2858
2886
|
}
|
|
2859
2887
|
},
|
|
2860
2888
|
payment: {
|
|
@@ -3107,6 +3135,8 @@ const e = {
|
|
|
3107
3135
|
},
|
|
3108
3136
|
helpMeWriteTemplates: {
|
|
3109
3137
|
bar: {
|
|
3138
|
+
contextDocument: "Gebruikt de hele notitie als context. Het concept komt op de cursor.",
|
|
3139
|
+
contextSelection: "Gebruikt de geselecteerde tekst als context. Het concept vervangt die.",
|
|
3110
3140
|
templatesMenu: "Sjablonen",
|
|
3111
3141
|
templatesGroup: "Praktijksjablonen",
|
|
3112
3142
|
createFirst: "Maak je eerste sjabloon",
|
|
@@ -3151,10 +3181,12 @@ const e = {
|
|
|
3151
3181
|
},
|
|
3152
3182
|
manager: {
|
|
3153
3183
|
title: "AI-sjablonen",
|
|
3154
|
-
description: "Gedeeld met de hele praktijk.
|
|
3184
|
+
description: "Gedeeld met de hele praktijk. Sleep om de volgorde van het menu Sjablonen te bepalen.",
|
|
3155
3185
|
new: "Nieuw sjabloon",
|
|
3156
3186
|
done: "Klaar",
|
|
3157
3187
|
listLabel: "Sjablonen",
|
|
3188
|
+
reorderHandle: "{{label}} herordenen. Druk op Alt + Omhoog of Alt + Omlaag om te verplaatsen.",
|
|
3189
|
+
reorderAnnounce: "{{label}} verplaatst naar positie {{to}} van {{total}}",
|
|
3158
3190
|
edit: "{{name}} bewerken",
|
|
3159
3191
|
delete: "{{name}} verwijderen",
|
|
3160
3192
|
emptyTitle: "Nog geen sjablonen",
|
|
@@ -4115,7 +4147,10 @@ const e = {
|
|
|
4115
4147
|
actions: {
|
|
4116
4148
|
groupLabel: "Agenda-acties",
|
|
4117
4149
|
schedulingLabel: "Planning",
|
|
4150
|
+
createGroupLabel: "Nieuw aanmaken",
|
|
4151
|
+
toolsLabel: "Agenda-tools",
|
|
4118
4152
|
newAppointment: "Nieuwe afspraak",
|
|
4153
|
+
newTask: "Nieuwe taak",
|
|
4119
4154
|
privacy: "Privacymodus",
|
|
4120
4155
|
findFreeSlots: "Vrije tijdsloten zoeken",
|
|
4121
4156
|
printDay: "Dag afdrukken",
|
|
@@ -4500,6 +4535,8 @@ const e = {
|
|
|
4500
4535
|
chairBusy: "De gekozen behandelstoel is op dit tijdstip bezet.",
|
|
4501
4536
|
operatorBusy: "De gekozen operator is op dit tijdstip bezet.",
|
|
4502
4537
|
operatorAbsent: "De gekozen operator is afwezig op de datum van de afspraak.",
|
|
4538
|
+
careRestrictedResourceHint: "niet voorzien voor deze behandeling",
|
|
4539
|
+
careRestrictionConflict: "Geen operator/stoel gemeenschappelijk voor de geselecteerde behandelingen",
|
|
4503
4540
|
reminderDisabled: "(uitgeschakeld)",
|
|
4504
4541
|
priceListAllPhases: "Alle fasen",
|
|
4505
4542
|
priceListBilled: "Actie niet toegestaan: deze behandeling is al gefactureerd.",
|
|
@@ -4535,6 +4572,32 @@ const e = {
|
|
|
4535
4572
|
signMode_two: "Ondertekening van {{count}} verplichte documenten",
|
|
4536
4573
|
signMode_few: "Ondertekening van {{count}} verplichte documenten"
|
|
4537
4574
|
},
|
|
4575
|
+
taskEditor: {
|
|
4576
|
+
title: "Nieuwe taak",
|
|
4577
|
+
editTitle: "Taak bewerken",
|
|
4578
|
+
date: "Datum",
|
|
4579
|
+
time: "Tijd",
|
|
4580
|
+
note: "Notitie",
|
|
4581
|
+
noteRequired: "Voer een notitie in.",
|
|
4582
|
+
operator: "Behandelaar",
|
|
4583
|
+
operatorNone: "Geen behandelaar",
|
|
4584
|
+
about: "Betreft",
|
|
4585
|
+
aboutNobody: "Niemand",
|
|
4586
|
+
aboutPatient: "Patiënt",
|
|
4587
|
+
aboutCompany: "Bedrijf",
|
|
4588
|
+
companyName: "Bedrijfsnaam",
|
|
4589
|
+
companyUnresolved: "Gekoppeld bedrijf (niet in de lijst): {{id}}",
|
|
4590
|
+
companyReplace: "Bedrijf vervangen",
|
|
4591
|
+
done: "Voltooid",
|
|
4592
|
+
save: "Opslaan",
|
|
4593
|
+
cancel: "Annuleren",
|
|
4594
|
+
delete: "Verwijderen",
|
|
4595
|
+
deleteConfirmTitle: "Deze taak verwijderen?",
|
|
4596
|
+
deleteConfirmBody: "De taak wordt verwijderd. Dit kan hier niet ongedaan worden gemaakt.",
|
|
4597
|
+
deleteConfirm: "Verwijderen",
|
|
4598
|
+
deleteCancel: "Behouden",
|
|
4599
|
+
readOnlyBody: "Deze taak is alleen-lezen."
|
|
4600
|
+
},
|
|
4538
4601
|
findSlots: {
|
|
4539
4602
|
bandOptions: "Beschikbare opties",
|
|
4540
4603
|
tool: "Vrije tijdsloten zoeken",
|
|
@@ -4763,16 +4826,19 @@ const e = {
|
|
|
4763
4826
|
undone: "Duur hersteld"
|
|
4764
4827
|
},
|
|
4765
4828
|
bookings: {
|
|
4766
|
-
title: "
|
|
4767
|
-
intro: "
|
|
4829
|
+
title: "Nog af te ronden",
|
|
4830
|
+
intro: "Afspraken in beeld die nog een patiënt, een operator of een behandelstoel nodig hebben, ongeacht hun herkomst.",
|
|
4768
4831
|
new: "Nieuw",
|
|
4769
4832
|
bookedOn: "geboekt op {{date}}",
|
|
4770
4833
|
needsPatient: "Patiënt toe te wijzen",
|
|
4771
4834
|
needsOperator: "Operator toe te wijzen",
|
|
4835
|
+
needsChair: "Behandelstoel toe te wijzen",
|
|
4772
4836
|
assignPatient: "Patiënt toewijzen",
|
|
4773
4837
|
assignOperator: "Operator toewijzen",
|
|
4838
|
+
assignChair: "Behandelstoel toewijzen",
|
|
4774
4839
|
assignPatientShort: "Patiënt",
|
|
4775
4840
|
assignOperatorShort: "Operator",
|
|
4841
|
+
assignChairShort: "Stoel",
|
|
4776
4842
|
edit: "Afspraak bewerken",
|
|
4777
4843
|
whatsapp: "Bericht via WhatsApp",
|
|
4778
4844
|
whatsappNoNumber: "Geen WhatsApp-nummer voor deze boeking",
|
|
@@ -4782,7 +4848,11 @@ const e = {
|
|
|
4782
4848
|
current: "Geselecteerde boeking",
|
|
4783
4849
|
showInCalendarNamed: "De boeking van {{when}} in de kalender tonen",
|
|
4784
4850
|
showInCalendar: "In kalender tonen",
|
|
4785
|
-
emptyTitle: "Geen
|
|
4851
|
+
emptyTitle: "Geen afspraken meer af te ronden.",
|
|
4852
|
+
filterNoPatient: "Zonder patiënt",
|
|
4853
|
+
filterNoOperator: "Zonder operator",
|
|
4854
|
+
filterNoChair: "Zonder behandelstoel",
|
|
4855
|
+
notShownOnChairAxis: "Wordt niet getoond in de stoelkolommen totdat er een stoel is toegewezen."
|
|
4786
4856
|
},
|
|
4787
4857
|
waitingList: {
|
|
4788
4858
|
removed: "Van de wachtlijst verwijderd",
|
|
@@ -4826,6 +4896,7 @@ const e = {
|
|
|
4826
4896
|
},
|
|
4827
4897
|
readOnly: {
|
|
4828
4898
|
createBlocked: "U hebt geen toestemming om afspraken aan te maken.",
|
|
4899
|
+
createTaskBlocked: "U hebt geen toestemming om taken aan te maken.",
|
|
4829
4900
|
changeBlocked: "U hebt geen toestemming om afspraken te wijzigen.",
|
|
4830
4901
|
waitingBlocked: "U hebt geen toestemming om de wachtlijst te wijzigen.",
|
|
4831
4902
|
waitingLockedBody: "U hebt geen toestemming om de wachtlijst te wijzigen — vraag de praktijkhouder om het recht om de agenda te bewerken."
|
|
@@ -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.";
|