@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
|
@@ -2796,9 +2796,26 @@ export declare const deUi: {
|
|
|
2796
2796
|
readonly heading: "Überschrift";
|
|
2797
2797
|
readonly extensions: "Editor-Erweiterungen";
|
|
2798
2798
|
readonly insertVariable: "Variable einfügen";
|
|
2799
|
-
readonly variables:
|
|
2799
|
+
readonly variables: {
|
|
2800
|
+
readonly menuLabel: "Variablen";
|
|
2801
|
+
readonly search: "Variablen suchen…";
|
|
2802
|
+
readonly recent: "Zuletzt verwendet";
|
|
2803
|
+
readonly groups: {
|
|
2804
|
+
readonly patient: "Patient";
|
|
2805
|
+
readonly appointment: "Termin";
|
|
2806
|
+
readonly practice: "Praxis";
|
|
2807
|
+
readonly operator: "Behandler";
|
|
2808
|
+
readonly document: "Dokument";
|
|
2809
|
+
readonly other: "Weitere";
|
|
2810
|
+
};
|
|
2811
|
+
readonly empty: "Keine Variable passt zu „{{query}}“";
|
|
2812
|
+
readonly footer: {
|
|
2813
|
+
readonly navigate: "navigieren";
|
|
2814
|
+
readonly insert: "einfügen";
|
|
2815
|
+
readonly close: "schließen";
|
|
2816
|
+
};
|
|
2817
|
+
};
|
|
2800
2818
|
readonly variableInvalid: "Keine gültige Variable: {{tokens}}. Wählen Sie eine unter „Variable einfügen“.";
|
|
2801
|
-
readonly variableNoMatch: "Keine Variable passt zu „{{query}}“";
|
|
2802
2819
|
readonly more: "Weitere Optionen";
|
|
2803
2820
|
readonly link: {
|
|
2804
2821
|
readonly url: "URL";
|
|
@@ -2889,6 +2906,17 @@ export declare const deUi: {
|
|
|
2889
2906
|
readonly autoFormat: "Dokument automatisch formatieren";
|
|
2890
2907
|
readonly consentRecorded: "Die Einwilligung zur KI-Unterstützung wurde erfasst.";
|
|
2891
2908
|
readonly consentRegionLabel: "Einwilligung zur KI-Unterstützung für dieses Dokument";
|
|
2909
|
+
readonly templates: "Vorlagen";
|
|
2910
|
+
readonly templatesGroup: "Praxisvorlagen";
|
|
2911
|
+
readonly noTemplates: "Noch keine Vorlagen";
|
|
2912
|
+
readonly templatesNoteEmpty: "Die Notiz ist leer. Diktieren oder tippen Sie zuerst, um eine Vorlage zu nutzen.";
|
|
2913
|
+
readonly createFirstTemplate: "Erste Vorlage erstellen";
|
|
2914
|
+
readonly manageTemplates: "Vorlagen verwalten";
|
|
2915
|
+
readonly defaultBadge: "Standard";
|
|
2916
|
+
readonly actionError: "Etwas ist schiefgelaufen. Bitte erneut versuchen.";
|
|
2917
|
+
readonly actionStale: "Der Text hat sich während des Umschreibens geändert. Es wurde nichts ersetzt. Bitte erneut versuchen.";
|
|
2918
|
+
readonly selectionTools: "Werkzeuge für die Auswahl";
|
|
2919
|
+
readonly actionDone: "Fertig. Die Notiz wurde aktualisiert.";
|
|
2892
2920
|
};
|
|
2893
2921
|
};
|
|
2894
2922
|
readonly payment: {
|
|
@@ -3144,6 +3172,8 @@ export declare const deUi: {
|
|
|
3144
3172
|
};
|
|
3145
3173
|
readonly helpMeWriteTemplates: {
|
|
3146
3174
|
readonly bar: {
|
|
3175
|
+
readonly contextDocument: "Nutzt die ganze Notiz als Kontext. Der Entwurf wird am Cursor eingefügt.";
|
|
3176
|
+
readonly contextSelection: "Nutzt den markierten Text als Kontext. Der Entwurf ersetzt ihn.";
|
|
3147
3177
|
readonly templatesMenu: "Vorlagen";
|
|
3148
3178
|
readonly templatesGroup: "Praxisvorlagen";
|
|
3149
3179
|
readonly createFirst: "Erste Vorlage erstellen";
|
|
@@ -3188,10 +3218,12 @@ export declare const deUi: {
|
|
|
3188
3218
|
};
|
|
3189
3219
|
readonly manager: {
|
|
3190
3220
|
readonly title: "KI-Vorlagen";
|
|
3191
|
-
readonly description: "
|
|
3221
|
+
readonly description: "Für alle in der Praxis. Ziehen Sie, um die Reihenfolge im Vorlagen-Menü festzulegen.";
|
|
3192
3222
|
readonly new: "Neue Vorlage";
|
|
3193
3223
|
readonly done: "Fertig";
|
|
3194
3224
|
readonly listLabel: "Vorlagen";
|
|
3225
|
+
readonly reorderHandle: "{{label}} neu anordnen. Drücken Sie Alt + Oben oder Alt + Unten, um zu verschieben.";
|
|
3226
|
+
readonly reorderAnnounce: "{{label}} an Position {{to}} von {{total}} verschoben";
|
|
3195
3227
|
readonly edit: "{{name}} bearbeiten";
|
|
3196
3228
|
readonly delete: "{{name}} löschen";
|
|
3197
3229
|
readonly emptyTitle: "Noch keine Vorlagen";
|
|
@@ -4161,7 +4193,10 @@ export declare const deUi: {
|
|
|
4161
4193
|
readonly actions: {
|
|
4162
4194
|
readonly groupLabel: "Kalenderaktionen";
|
|
4163
4195
|
readonly schedulingLabel: "Planung";
|
|
4196
|
+
readonly createGroupLabel: "Neu erstellen";
|
|
4197
|
+
readonly toolsLabel: "Terminplaner-Werkzeuge";
|
|
4164
4198
|
readonly newAppointment: "Neuer Termin";
|
|
4199
|
+
readonly newTask: "Neue Aufgabe";
|
|
4165
4200
|
readonly privacy: "Datenschutzmodus";
|
|
4166
4201
|
readonly findFreeSlots: "Freie Zeitfenster finden";
|
|
4167
4202
|
readonly printDay: "Tag drucken";
|
|
@@ -4546,6 +4581,8 @@ export declare const deUi: {
|
|
|
4546
4581
|
readonly chairBusy: "Der gewählte Stuhl ist zu dieser Zeit belegt.";
|
|
4547
4582
|
readonly operatorBusy: "Die gewählte behandelnde Person ist zu dieser Zeit belegt.";
|
|
4548
4583
|
readonly operatorAbsent: "Die gewählte behandelnde Person ist am Termindatum abwesend.";
|
|
4584
|
+
readonly careRestrictedResourceHint: "für diese Leistung nicht vorgesehen";
|
|
4585
|
+
readonly careRestrictionConflict: "Kein gemeinsamer Behandler/Behandlungsplatz für die ausgewählten Leistungen";
|
|
4549
4586
|
readonly reminderDisabled: "(deaktiviert)";
|
|
4550
4587
|
readonly priceListAllPhases: "Alle Phasen";
|
|
4551
4588
|
readonly priceListBilled: "Aktion nicht zulässig: Diese Leistung wurde bereits abgerechnet.";
|
|
@@ -4581,6 +4618,32 @@ export declare const deUi: {
|
|
|
4581
4618
|
readonly signMode_two: "Signatur von {{count}} Pflichtdokumenten";
|
|
4582
4619
|
readonly signMode_few: "Signatur von {{count}} Pflichtdokumenten";
|
|
4583
4620
|
};
|
|
4621
|
+
readonly taskEditor: {
|
|
4622
|
+
readonly title: "Neue Aufgabe";
|
|
4623
|
+
readonly editTitle: "Aufgabe bearbeiten";
|
|
4624
|
+
readonly date: "Datum";
|
|
4625
|
+
readonly time: "Uhrzeit";
|
|
4626
|
+
readonly note: "Notiz";
|
|
4627
|
+
readonly noteRequired: "Bitte eine Notiz eingeben.";
|
|
4628
|
+
readonly operator: "Mitarbeiter";
|
|
4629
|
+
readonly operatorNone: "Kein Mitarbeiter";
|
|
4630
|
+
readonly about: "Betrifft";
|
|
4631
|
+
readonly aboutNobody: "Niemand";
|
|
4632
|
+
readonly aboutPatient: "Patient";
|
|
4633
|
+
readonly aboutCompany: "Unternehmen";
|
|
4634
|
+
readonly companyName: "Firmenname";
|
|
4635
|
+
readonly companyUnresolved: "Verknüpftes Unternehmen (nicht in der Liste): {{id}}";
|
|
4636
|
+
readonly companyReplace: "Unternehmen ersetzen";
|
|
4637
|
+
readonly done: "Erledigt";
|
|
4638
|
+
readonly save: "Speichern";
|
|
4639
|
+
readonly cancel: "Abbrechen";
|
|
4640
|
+
readonly delete: "Löschen";
|
|
4641
|
+
readonly deleteConfirmTitle: "Diese Aufgabe löschen?";
|
|
4642
|
+
readonly deleteConfirmBody: "Die Aufgabe wird entfernt. Dies kann hier nicht rückgängig gemacht werden.";
|
|
4643
|
+
readonly deleteConfirm: "Löschen";
|
|
4644
|
+
readonly deleteCancel: "Behalten";
|
|
4645
|
+
readonly readOnlyBody: "Diese Aufgabe ist schreibgeschützt.";
|
|
4646
|
+
};
|
|
4584
4647
|
readonly findSlots: {
|
|
4585
4648
|
readonly bandOptions: "Verfügbare Optionen";
|
|
4586
4649
|
readonly tool: "Freie Zeitfenster finden";
|
|
@@ -4809,16 +4872,19 @@ export declare const deUi: {
|
|
|
4809
4872
|
readonly undone: "Dauer wiederhergestellt";
|
|
4810
4873
|
};
|
|
4811
4874
|
readonly bookings: {
|
|
4812
|
-
readonly title: "
|
|
4813
|
-
readonly intro: "
|
|
4875
|
+
readonly title: "Zu vervollständigen";
|
|
4876
|
+
readonly intro: "Termine im Blick, denen noch ein Patient, eine behandelnde Person oder ein Stuhl fehlt — unabhängig davon, wie sie angelegt wurden.";
|
|
4814
4877
|
readonly new: "Neu";
|
|
4815
4878
|
readonly bookedOn: "gebucht am {{date}}";
|
|
4816
4879
|
readonly needsPatient: "Patient zuzuweisen";
|
|
4817
4880
|
readonly needsOperator: "Behandelnde:r zuzuweisen";
|
|
4881
|
+
readonly needsChair: "Stuhl zuzuweisen";
|
|
4818
4882
|
readonly assignPatient: "Patient zuweisen";
|
|
4819
4883
|
readonly assignOperator: "Behandelnde:n zuweisen";
|
|
4884
|
+
readonly assignChair: "Stuhl zuweisen";
|
|
4820
4885
|
readonly assignPatientShort: "Patient";
|
|
4821
4886
|
readonly assignOperatorShort: "Behandelnde:r";
|
|
4887
|
+
readonly assignChairShort: "Stuhl";
|
|
4822
4888
|
readonly edit: "Termin bearbeiten";
|
|
4823
4889
|
readonly whatsapp: "Per WhatsApp schreiben";
|
|
4824
4890
|
readonly whatsappNoNumber: "Keine WhatsApp-Nummer für diese Buchung";
|
|
@@ -4828,7 +4894,11 @@ export declare const deUi: {
|
|
|
4828
4894
|
readonly current: "Ausgewählte Buchung";
|
|
4829
4895
|
readonly showInCalendarNamed: "Buchung vom {{when}} im Kalender anzeigen";
|
|
4830
4896
|
readonly showInCalendar: "Im Kalender anzeigen";
|
|
4831
|
-
readonly emptyTitle: "Keine
|
|
4897
|
+
readonly emptyTitle: "Keine Termine zu vervollständigen.";
|
|
4898
|
+
readonly filterNoPatient: "Ohne Patient";
|
|
4899
|
+
readonly filterNoOperator: "Ohne behandelnde Person";
|
|
4900
|
+
readonly filterNoChair: "Ohne Stuhl";
|
|
4901
|
+
readonly notShownOnChairAxis: "Wird in den Stuhlspalten erst nach Zuweisung eines Stuhls angezeigt.";
|
|
4832
4902
|
};
|
|
4833
4903
|
readonly waitingList: {
|
|
4834
4904
|
readonly removed: "Von der Warteliste entfernt";
|
|
@@ -4872,6 +4942,7 @@ export declare const deUi: {
|
|
|
4872
4942
|
};
|
|
4873
4943
|
readonly readOnly: {
|
|
4874
4944
|
readonly createBlocked: "Sie haben keine Berechtigung, Termine anzulegen.";
|
|
4945
|
+
readonly createTaskBlocked: "Sie haben keine Berechtigung, Aufgaben anzulegen.";
|
|
4875
4946
|
readonly changeBlocked: "Sie haben keine Berechtigung, Termine zu ändern.";
|
|
4876
4947
|
readonly waitingBlocked: "Sie haben keine Berechtigung, die Warteliste zu ändern.";
|
|
4877
4948
|
readonly waitingLockedBody: "Sie haben keine Berechtigung, die Warteliste zu ändern — bitten Sie die Praxisinhaberin oder den Praxisinhaber um das Recht zur Kalenderbearbeitung.";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -2771,9 +2771,26 @@ const e = {
|
|
|
2771
2771
|
heading: "Überschrift",
|
|
2772
2772
|
extensions: "Editor-Erweiterungen",
|
|
2773
2773
|
insertVariable: "Variable einfügen",
|
|
2774
|
-
variables:
|
|
2774
|
+
variables: {
|
|
2775
|
+
menuLabel: "Variablen",
|
|
2776
|
+
search: "Variablen suchen…",
|
|
2777
|
+
recent: "Zuletzt verwendet",
|
|
2778
|
+
groups: {
|
|
2779
|
+
patient: "Patient",
|
|
2780
|
+
appointment: "Termin",
|
|
2781
|
+
practice: "Praxis",
|
|
2782
|
+
operator: "Behandler",
|
|
2783
|
+
document: "Dokument",
|
|
2784
|
+
other: "Weitere"
|
|
2785
|
+
},
|
|
2786
|
+
empty: "Keine Variable passt zu „{{query}}“",
|
|
2787
|
+
footer: {
|
|
2788
|
+
navigate: "navigieren",
|
|
2789
|
+
insert: "einfügen",
|
|
2790
|
+
close: "schließen"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2775
2793
|
variableInvalid: "Keine gültige Variable: {{tokens}}. Wählen Sie eine unter „Variable einfügen“.",
|
|
2776
|
-
variableNoMatch: "Keine Variable passt zu „{{query}}“",
|
|
2777
2794
|
more: "Weitere Optionen",
|
|
2778
2795
|
link: {
|
|
2779
2796
|
url: "URL",
|
|
@@ -2863,7 +2880,18 @@ const e = {
|
|
|
2863
2880
|
proofread: "Rechtschreibung & Grammatik prüfen",
|
|
2864
2881
|
autoFormat: "Dokument automatisch formatieren",
|
|
2865
2882
|
consentRecorded: "Die Einwilligung zur KI-Unterstützung wurde erfasst.",
|
|
2866
|
-
consentRegionLabel: "Einwilligung zur KI-Unterstützung für dieses Dokument"
|
|
2883
|
+
consentRegionLabel: "Einwilligung zur KI-Unterstützung für dieses Dokument",
|
|
2884
|
+
templates: "Vorlagen",
|
|
2885
|
+
templatesGroup: "Praxisvorlagen",
|
|
2886
|
+
noTemplates: "Noch keine Vorlagen",
|
|
2887
|
+
templatesNoteEmpty: "Die Notiz ist leer. Diktieren oder tippen Sie zuerst, um eine Vorlage zu nutzen.",
|
|
2888
|
+
createFirstTemplate: "Erste Vorlage erstellen",
|
|
2889
|
+
manageTemplates: "Vorlagen verwalten",
|
|
2890
|
+
defaultBadge: "Standard",
|
|
2891
|
+
actionError: "Etwas ist schiefgelaufen. Bitte erneut versuchen.",
|
|
2892
|
+
actionStale: "Der Text hat sich während des Umschreibens geändert. Es wurde nichts ersetzt. Bitte erneut versuchen.",
|
|
2893
|
+
selectionTools: "Werkzeuge für die Auswahl",
|
|
2894
|
+
actionDone: "Fertig. Die Notiz wurde aktualisiert."
|
|
2867
2895
|
}
|
|
2868
2896
|
},
|
|
2869
2897
|
payment: {
|
|
@@ -3116,6 +3144,8 @@ const e = {
|
|
|
3116
3144
|
},
|
|
3117
3145
|
helpMeWriteTemplates: {
|
|
3118
3146
|
bar: {
|
|
3147
|
+
contextDocument: "Nutzt die ganze Notiz als Kontext. Der Entwurf wird am Cursor eingefügt.",
|
|
3148
|
+
contextSelection: "Nutzt den markierten Text als Kontext. Der Entwurf ersetzt ihn.",
|
|
3119
3149
|
templatesMenu: "Vorlagen",
|
|
3120
3150
|
templatesGroup: "Praxisvorlagen",
|
|
3121
3151
|
createFirst: "Erste Vorlage erstellen",
|
|
@@ -3160,10 +3190,12 @@ const e = {
|
|
|
3160
3190
|
},
|
|
3161
3191
|
manager: {
|
|
3162
3192
|
title: "KI-Vorlagen",
|
|
3163
|
-
description: "
|
|
3193
|
+
description: "Für alle in der Praxis. Ziehen Sie, um die Reihenfolge im Vorlagen-Menü festzulegen.",
|
|
3164
3194
|
new: "Neue Vorlage",
|
|
3165
3195
|
done: "Fertig",
|
|
3166
3196
|
listLabel: "Vorlagen",
|
|
3197
|
+
reorderHandle: "{{label}} neu anordnen. Drücken Sie Alt + Oben oder Alt + Unten, um zu verschieben.",
|
|
3198
|
+
reorderAnnounce: "{{label}} an Position {{to}} von {{total}} verschoben",
|
|
3167
3199
|
edit: "{{name}} bearbeiten",
|
|
3168
3200
|
delete: "{{name}} löschen",
|
|
3169
3201
|
emptyTitle: "Noch keine Vorlagen",
|
|
@@ -4128,7 +4160,10 @@ const e = {
|
|
|
4128
4160
|
actions: {
|
|
4129
4161
|
groupLabel: "Kalenderaktionen",
|
|
4130
4162
|
schedulingLabel: "Planung",
|
|
4163
|
+
createGroupLabel: "Neu erstellen",
|
|
4164
|
+
toolsLabel: "Terminplaner-Werkzeuge",
|
|
4131
4165
|
newAppointment: "Neuer Termin",
|
|
4166
|
+
newTask: "Neue Aufgabe",
|
|
4132
4167
|
privacy: "Datenschutzmodus",
|
|
4133
4168
|
findFreeSlots: "Freie Zeitfenster finden",
|
|
4134
4169
|
printDay: "Tag drucken",
|
|
@@ -4513,6 +4548,8 @@ const e = {
|
|
|
4513
4548
|
chairBusy: "Der gewählte Stuhl ist zu dieser Zeit belegt.",
|
|
4514
4549
|
operatorBusy: "Die gewählte behandelnde Person ist zu dieser Zeit belegt.",
|
|
4515
4550
|
operatorAbsent: "Die gewählte behandelnde Person ist am Termindatum abwesend.",
|
|
4551
|
+
careRestrictedResourceHint: "für diese Leistung nicht vorgesehen",
|
|
4552
|
+
careRestrictionConflict: "Kein gemeinsamer Behandler/Behandlungsplatz für die ausgewählten Leistungen",
|
|
4516
4553
|
reminderDisabled: "(deaktiviert)",
|
|
4517
4554
|
priceListAllPhases: "Alle Phasen",
|
|
4518
4555
|
priceListBilled: "Aktion nicht zulässig: Diese Leistung wurde bereits abgerechnet.",
|
|
@@ -4548,6 +4585,32 @@ const e = {
|
|
|
4548
4585
|
signMode_two: "Signatur von {{count}} Pflichtdokumenten",
|
|
4549
4586
|
signMode_few: "Signatur von {{count}} Pflichtdokumenten"
|
|
4550
4587
|
},
|
|
4588
|
+
taskEditor: {
|
|
4589
|
+
title: "Neue Aufgabe",
|
|
4590
|
+
editTitle: "Aufgabe bearbeiten",
|
|
4591
|
+
date: "Datum",
|
|
4592
|
+
time: "Uhrzeit",
|
|
4593
|
+
note: "Notiz",
|
|
4594
|
+
noteRequired: "Bitte eine Notiz eingeben.",
|
|
4595
|
+
operator: "Mitarbeiter",
|
|
4596
|
+
operatorNone: "Kein Mitarbeiter",
|
|
4597
|
+
about: "Betrifft",
|
|
4598
|
+
aboutNobody: "Niemand",
|
|
4599
|
+
aboutPatient: "Patient",
|
|
4600
|
+
aboutCompany: "Unternehmen",
|
|
4601
|
+
companyName: "Firmenname",
|
|
4602
|
+
companyUnresolved: "Verknüpftes Unternehmen (nicht in der Liste): {{id}}",
|
|
4603
|
+
companyReplace: "Unternehmen ersetzen",
|
|
4604
|
+
done: "Erledigt",
|
|
4605
|
+
save: "Speichern",
|
|
4606
|
+
cancel: "Abbrechen",
|
|
4607
|
+
delete: "Löschen",
|
|
4608
|
+
deleteConfirmTitle: "Diese Aufgabe löschen?",
|
|
4609
|
+
deleteConfirmBody: "Die Aufgabe wird entfernt. Dies kann hier nicht rückgängig gemacht werden.",
|
|
4610
|
+
deleteConfirm: "Löschen",
|
|
4611
|
+
deleteCancel: "Behalten",
|
|
4612
|
+
readOnlyBody: "Diese Aufgabe ist schreibgeschützt."
|
|
4613
|
+
},
|
|
4551
4614
|
findSlots: {
|
|
4552
4615
|
bandOptions: "Verfügbare Optionen",
|
|
4553
4616
|
tool: "Freie Zeitfenster finden",
|
|
@@ -4776,16 +4839,19 @@ const e = {
|
|
|
4776
4839
|
undone: "Dauer wiederhergestellt"
|
|
4777
4840
|
},
|
|
4778
4841
|
bookings: {
|
|
4779
|
-
title: "
|
|
4780
|
-
intro: "
|
|
4842
|
+
title: "Zu vervollständigen",
|
|
4843
|
+
intro: "Termine im Blick, denen noch ein Patient, eine behandelnde Person oder ein Stuhl fehlt — unabhängig davon, wie sie angelegt wurden.",
|
|
4781
4844
|
new: "Neu",
|
|
4782
4845
|
bookedOn: "gebucht am {{date}}",
|
|
4783
4846
|
needsPatient: "Patient zuzuweisen",
|
|
4784
4847
|
needsOperator: "Behandelnde:r zuzuweisen",
|
|
4848
|
+
needsChair: "Stuhl zuzuweisen",
|
|
4785
4849
|
assignPatient: "Patient zuweisen",
|
|
4786
4850
|
assignOperator: "Behandelnde:n zuweisen",
|
|
4851
|
+
assignChair: "Stuhl zuweisen",
|
|
4787
4852
|
assignPatientShort: "Patient",
|
|
4788
4853
|
assignOperatorShort: "Behandelnde:r",
|
|
4854
|
+
assignChairShort: "Stuhl",
|
|
4789
4855
|
edit: "Termin bearbeiten",
|
|
4790
4856
|
whatsapp: "Per WhatsApp schreiben",
|
|
4791
4857
|
whatsappNoNumber: "Keine WhatsApp-Nummer für diese Buchung",
|
|
@@ -4795,7 +4861,11 @@ const e = {
|
|
|
4795
4861
|
current: "Ausgewählte Buchung",
|
|
4796
4862
|
showInCalendarNamed: "Buchung vom {{when}} im Kalender anzeigen",
|
|
4797
4863
|
showInCalendar: "Im Kalender anzeigen",
|
|
4798
|
-
emptyTitle: "Keine
|
|
4864
|
+
emptyTitle: "Keine Termine zu vervollständigen.",
|
|
4865
|
+
filterNoPatient: "Ohne Patient",
|
|
4866
|
+
filterNoOperator: "Ohne behandelnde Person",
|
|
4867
|
+
filterNoChair: "Ohne Stuhl",
|
|
4868
|
+
notShownOnChairAxis: "Wird in den Stuhlspalten erst nach Zuweisung eines Stuhls angezeigt."
|
|
4799
4869
|
},
|
|
4800
4870
|
waitingList: {
|
|
4801
4871
|
removed: "Von der Warteliste entfernt",
|
|
@@ -4839,6 +4909,7 @@ const e = {
|
|
|
4839
4909
|
},
|
|
4840
4910
|
readOnly: {
|
|
4841
4911
|
createBlocked: "Sie haben keine Berechtigung, Termine anzulegen.",
|
|
4912
|
+
createTaskBlocked: "Sie haben keine Berechtigung, Aufgaben anzulegen.",
|
|
4842
4913
|
changeBlocked: "Sie haben keine Berechtigung, Termine zu ändern.",
|
|
4843
4914
|
waitingBlocked: "Sie haben keine Berechtigung, die Warteliste zu ändern.",
|
|
4844
4915
|
waitingLockedBody: "Sie haben keine Berechtigung, die Warteliste zu ändern — bitten Sie die Praxisinhaberin oder den Praxisinhaber um das Recht zur Kalenderbearbeitung."
|
|
@@ -2793,9 +2793,26 @@ export declare const elUi: {
|
|
|
2793
2793
|
readonly heading: "Τίτλος";
|
|
2794
2794
|
readonly extensions: "Επεκτάσεις επεξεργαστή";
|
|
2795
2795
|
readonly insertVariable: "Εισαγωγή μεταβλητής";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Μεταβλητές";
|
|
2798
|
+
readonly search: "Αναζήτηση μεταβλητών…";
|
|
2799
|
+
readonly recent: "Πρόσφατες";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Ασθενής";
|
|
2802
|
+
readonly appointment: "Ραντεβού";
|
|
2803
|
+
readonly practice: "Ιατρείο";
|
|
2804
|
+
readonly operator: "Χειριστής";
|
|
2805
|
+
readonly document: "Έγγραφο";
|
|
2806
|
+
readonly other: "Άλλο";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Καμία μεταβλητή δεν ταιριάζει με «{{query}}»";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "πλοήγηση";
|
|
2811
|
+
readonly insert: "εισαγωγή";
|
|
2812
|
+
readonly close: "κλείσιμο";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Μη έγκυρη μεταβλητή: {{tokens}}. Επιλέξτε μία από την Εισαγωγή μεταβλητής.";
|
|
2798
|
-
readonly variableNoMatch: "Καμία μεταβλητή δεν ταιριάζει με «{{query}}»";
|
|
2799
2816
|
readonly more: "Περισσότερες επιλογές";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const elUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Αυτόματη μορφοποίηση εγγράφου";
|
|
2887
2904
|
readonly consentRecorded: "Η συναίνεση για την υποστήριξη AI έχει καταγραφεί.";
|
|
2888
2905
|
readonly consentRegionLabel: "Συναίνεση υποστήριξης AI για αυτό το έγγραφο";
|
|
2906
|
+
readonly templates: "Πρότυπα";
|
|
2907
|
+
readonly templatesGroup: "Πρότυπα ιατρείου";
|
|
2908
|
+
readonly noTemplates: "Δεν υπάρχουν ακόμη πρότυπα";
|
|
2909
|
+
readonly templatesNoteEmpty: "Η σημείωση είναι κενή. Υπαγορεύστε ή πληκτρολογήστε πρώτα για να χρησιμοποιήσετε πρότυπο.";
|
|
2910
|
+
readonly createFirstTemplate: "Δημιουργήστε το πρώτο σας πρότυπο";
|
|
2911
|
+
readonly manageTemplates: "Διαχείριση προτύπων";
|
|
2912
|
+
readonly defaultBadge: "Προεπιλογή";
|
|
2913
|
+
readonly actionError: "Κάτι πήγε στραβά. Δοκιμάστε ξανά.";
|
|
2914
|
+
readonly actionStale: "Το κείμενο άλλαξε ενώ η AI το ξαναέγραφε. Δεν αντικαταστάθηκε τίποτα. Δοκιμάστε ξανά.";
|
|
2915
|
+
readonly selectionTools: "Εργαλεία επιλογής";
|
|
2916
|
+
readonly actionDone: "Έγινε. Η σημείωση ενημερώθηκε.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const elUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Χρησιμοποιεί όλη τη σημείωση ως πλαίσιο. Το προσχέδιο μπαίνει στον κέρσορα.";
|
|
3173
|
+
readonly contextSelection: "Χρησιμοποιεί το επιλεγμένο κείμενο ως πλαίσιο. Το προσχέδιο το αντικαθιστά.";
|
|
3144
3174
|
readonly templatesMenu: "Πρότυπα";
|
|
3145
3175
|
readonly templatesGroup: "Πρότυπα ιατρείου";
|
|
3146
3176
|
readonly createFirst: "Δημιουργήστε το πρώτο σας πρότυπο";
|
|
@@ -3185,10 +3215,12 @@ export declare const elUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "Πρότυπα AI";
|
|
3188
|
-
readonly description: "Κοινά για όλο το ιατρείο.
|
|
3218
|
+
readonly description: "Κοινά για όλο το ιατρείο. Σύρετε για να ορίσετε τη σειρά στο μενού Πρότυπα.";
|
|
3189
3219
|
readonly new: "Νέο πρότυπο";
|
|
3190
3220
|
readonly done: "Τέλος";
|
|
3191
3221
|
readonly listLabel: "Πρότυπα";
|
|
3222
|
+
readonly reorderHandle: "Αναδιάταξη {{label}}. Πατήστε Alt + Πάνω ή Alt + Κάτω για μετακίνηση.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} μετακινήθηκε στη θέση {{to}} από {{total}}";
|
|
3192
3224
|
readonly edit: "Επεξεργασία {{name}}";
|
|
3193
3225
|
readonly delete: "Διαγραφή {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "Δεν υπάρχουν ακόμη πρότυπα";
|
|
@@ -4158,7 +4190,10 @@ export declare const elUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Ενέργειες ατζέντας";
|
|
4160
4192
|
readonly schedulingLabel: "Προγραμματισμός";
|
|
4193
|
+
readonly createGroupLabel: "Δημιουργία νέου";
|
|
4194
|
+
readonly toolsLabel: "Εργαλεία ημερολογίου";
|
|
4161
4195
|
readonly newAppointment: "Νέο ραντεβού";
|
|
4196
|
+
readonly newTask: "Νέα εργασία";
|
|
4162
4197
|
readonly privacy: "Λειτουργία απορρήτου";
|
|
4163
4198
|
readonly findFreeSlots: "Εύρεση ελεύθερων χρονοθυρίδων";
|
|
4164
4199
|
readonly printDay: "Εκτύπωση ημέρας";
|
|
@@ -4543,6 +4578,8 @@ export declare const elUi: {
|
|
|
4543
4578
|
readonly chairBusy: "Η επιλεγμένη πολυθρόνα είναι κατειλημμένη αυτή την ώρα.";
|
|
4544
4579
|
readonly operatorBusy: "Ο επιλεγμένος χειριστής είναι απασχολημένος αυτή την ώρα.";
|
|
4545
4580
|
readonly operatorAbsent: "Ο επιλεγμένος χειριστής απουσιάζει την ημερομηνία του ραντεβού.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "δεν προβλέπεται για αυτή την υπηρεσία";
|
|
4582
|
+
readonly careRestrictionConflict: "Δεν υπάρχει κοινός χειριστής/καρέκλα για τις επιλεγμένες υπηρεσίες";
|
|
4546
4583
|
readonly reminderDisabled: "(απενεργοποιημένη)";
|
|
4547
4584
|
readonly priceListAllPhases: "Όλες οι φάσεις";
|
|
4548
4585
|
readonly priceListBilled: "Η ενέργεια δεν επιτρέπεται: η θεραπεία έχει ήδη τιμολογηθεί.";
|
|
@@ -4578,6 +4615,32 @@ export declare const elUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Υπογραφή {{count}} υποχρεωτικών εγγράφων";
|
|
4579
4616
|
readonly signMode_few: "Υπογραφή {{count}} υποχρεωτικών εγγράφων";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Νέα εργασία";
|
|
4620
|
+
readonly editTitle: "Επεξεργασία εργασίας";
|
|
4621
|
+
readonly date: "Ημερομηνία";
|
|
4622
|
+
readonly time: "Ώρα";
|
|
4623
|
+
readonly note: "Σημείωση";
|
|
4624
|
+
readonly noteRequired: "Εισαγάγετε μια σημείωση.";
|
|
4625
|
+
readonly operator: "Χειριστής";
|
|
4626
|
+
readonly operatorNone: "Χωρίς χειριστή";
|
|
4627
|
+
readonly about: "Αφορά";
|
|
4628
|
+
readonly aboutNobody: "Κανένας";
|
|
4629
|
+
readonly aboutPatient: "Ασθενής";
|
|
4630
|
+
readonly aboutCompany: "Εταιρεία";
|
|
4631
|
+
readonly companyName: "Όνομα εταιρείας";
|
|
4632
|
+
readonly companyUnresolved: "Συνδεδεμένη εταιρεία (εκτός λίστας): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Αντικατάσταση εταιρείας";
|
|
4634
|
+
readonly done: "Ολοκληρώθηκε";
|
|
4635
|
+
readonly save: "Αποθήκευση";
|
|
4636
|
+
readonly cancel: "Ακύρωση";
|
|
4637
|
+
readonly delete: "Διαγραφή";
|
|
4638
|
+
readonly deleteConfirmTitle: "Διαγραφή αυτής της εργασίας;";
|
|
4639
|
+
readonly deleteConfirmBody: "Η εργασία θα αφαιρεθεί. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί εδώ.";
|
|
4640
|
+
readonly deleteConfirm: "Διαγραφή";
|
|
4641
|
+
readonly deleteCancel: "Διατήρηση";
|
|
4642
|
+
readonly readOnlyBody: "Αυτή η εργασία είναι μόνο για ανάγνωση.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Διαθέσιμες επιλογές";
|
|
4583
4646
|
readonly tool: "Εύρεση ελεύθερων χρονοθυρίδων";
|
|
@@ -4806,16 +4869,19 @@ export declare const elUi: {
|
|
|
4806
4869
|
readonly undone: "Η διάρκεια επαναφέρθηκε";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Προς ολοκλήρωση";
|
|
4873
|
+
readonly intro: "Ραντεβού στο διάστημα που εμφανίζεται και χρειάζονται ακόμη ασθενή, χειριστή ή πολυθρόνα, όποια κι αν είναι η προέλευσή τους.";
|
|
4811
4874
|
readonly new: "Νέα";
|
|
4812
4875
|
readonly bookedOn: "κράτηση στις {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Ασθενής προς αντιστοίχιση";
|
|
4814
4877
|
readonly needsOperator: "Χειριστής προς ανάθεση";
|
|
4878
|
+
readonly needsChair: "Πολυθρόνα προς ανάθεση";
|
|
4815
4879
|
readonly assignPatient: "Ανάθεση ασθενούς";
|
|
4816
4880
|
readonly assignOperator: "Ανάθεση χειριστή";
|
|
4881
|
+
readonly assignChair: "Ανάθεση πολυθρόνας";
|
|
4817
4882
|
readonly assignPatientShort: "Ασθενής";
|
|
4818
4883
|
readonly assignOperatorShort: "Χειριστής";
|
|
4884
|
+
readonly assignChairShort: "Πολυθρόνα";
|
|
4819
4885
|
readonly edit: "Επεξεργασία ραντεβού";
|
|
4820
4886
|
readonly whatsapp: "Μήνυμα στο WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "Δεν υπάρχει αριθμός WhatsApp για αυτή την κράτηση";
|
|
@@ -4825,7 +4891,11 @@ export declare const elUi: {
|
|
|
4825
4891
|
readonly current: "Επιλεγμένη κράτηση";
|
|
4826
4892
|
readonly showInCalendarNamed: "Εμφάνιση της κράτησης {{when}} στο ημερολόγιο";
|
|
4827
4893
|
readonly showInCalendar: "Εμφάνιση στο ημερολόγιο";
|
|
4828
|
-
readonly emptyTitle: "Δεν υπάρχουν
|
|
4894
|
+
readonly emptyTitle: "Δεν υπάρχουν ραντεβού προς ολοκλήρωση.";
|
|
4895
|
+
readonly filterNoPatient: "Χωρίς ασθενή";
|
|
4896
|
+
readonly filterNoOperator: "Χωρίς χειριστή";
|
|
4897
|
+
readonly filterNoChair: "Χωρίς πολυθρόνα";
|
|
4898
|
+
readonly notShownOnChairAxis: "Δεν εμφανίζονται στις στήλες πολυθρόνας μέχρι να ανατεθεί πολυθρόνα.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Αφαιρέθηκε από τη λίστα αναμονής";
|
|
@@ -4869,6 +4939,7 @@ export declare const elUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "Δεν έχετε δικαίωμα δημιουργίας ραντεβού.";
|
|
4942
|
+
readonly createTaskBlocked: "Δεν έχετε δικαίωμα δημιουργίας εργασιών.";
|
|
4872
4943
|
readonly changeBlocked: "Δεν έχετε δικαίωμα τροποποίησης ραντεβού.";
|
|
4873
4944
|
readonly waitingBlocked: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής.";
|
|
4874
4945
|
readonly waitingLockedBody: "Δεν έχετε δικαίωμα τροποποίησης της λίστας αναμονής — ζητήστε από τον ιδιοκτήτη του ιατρείου το δικαίωμα επεξεργασίας του ημερολογίου.";
|