@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 svUi: {
|
|
|
2793
2793
|
readonly heading: "Rubrik";
|
|
2794
2794
|
readonly extensions: "Redigerartillägg";
|
|
2795
2795
|
readonly insertVariable: "Infoga variabel";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Variabler";
|
|
2798
|
+
readonly search: "Sök variabler…";
|
|
2799
|
+
readonly recent: "Senaste";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Patient";
|
|
2802
|
+
readonly appointment: "Bokning";
|
|
2803
|
+
readonly practice: "Mottagning";
|
|
2804
|
+
readonly operator: "Operatör";
|
|
2805
|
+
readonly document: "Dokument";
|
|
2806
|
+
readonly other: "Övrigt";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Ingen variabel matchar ”{{query}}”";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "navigera";
|
|
2811
|
+
readonly insert: "infoga";
|
|
2812
|
+
readonly close: "stäng";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Ogiltig variabel: {{tokens}}. Välj en under Infoga variabel.";
|
|
2798
|
-
readonly variableNoMatch: "Ingen variabel matchar ”{{query}}”";
|
|
2799
2816
|
readonly more: "Fler alternativ";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const svUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Formatera dokumentet automatiskt";
|
|
2887
2904
|
readonly consentRecorded: "Samtycke till AI-stöd har registrerats.";
|
|
2888
2905
|
readonly consentRegionLabel: "Samtycke till AI-stöd för detta dokument";
|
|
2906
|
+
readonly templates: "Mallar";
|
|
2907
|
+
readonly templatesGroup: "Klinikens mallar";
|
|
2908
|
+
readonly noTemplates: "Inga mallar än";
|
|
2909
|
+
readonly templatesNoteEmpty: "Anteckningen är tom. Diktera eller skriv först för att använda en mall.";
|
|
2910
|
+
readonly createFirstTemplate: "Skapa din första mall";
|
|
2911
|
+
readonly manageTemplates: "Hantera mallar";
|
|
2912
|
+
readonly defaultBadge: "Standard";
|
|
2913
|
+
readonly actionError: "Något gick fel. Försök igen.";
|
|
2914
|
+
readonly actionStale: "Texten ändrades medan AI:n skrev om den. Inget ersattes. Försök igen.";
|
|
2915
|
+
readonly selectionTools: "Markeringsverktyg";
|
|
2916
|
+
readonly actionDone: "Klart. Anteckningen har uppdaterats.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const svUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Använder hela anteckningen som sammanhang. Utkastet infogas vid markören.";
|
|
3173
|
+
readonly contextSelection: "Använder den markerade texten som sammanhang. Utkastet ersätter den.";
|
|
3144
3174
|
readonly templatesMenu: "Mallar";
|
|
3145
3175
|
readonly templatesGroup: "Klinikens mallar";
|
|
3146
3176
|
readonly createFirst: "Skapa din första mall";
|
|
@@ -3185,10 +3215,12 @@ export declare const svUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "AI-mallar";
|
|
3188
|
-
readonly description: "Delas med
|
|
3218
|
+
readonly description: "Delas med alla på kliniken. Dra för att bestämma ordningen i menyn Mallar.";
|
|
3189
3219
|
readonly new: "Ny mall";
|
|
3190
3220
|
readonly done: "Klar";
|
|
3191
3221
|
readonly listLabel: "Mallar";
|
|
3222
|
+
readonly reorderHandle: "Ordna om {{label}}. Tryck Alt + Upp eller Alt + Ned för att flytta.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} flyttad till position {{to}} av {{total}}";
|
|
3192
3224
|
readonly edit: "Redigera {{name}}";
|
|
3193
3225
|
readonly delete: "Ta bort {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "Inga mallar än";
|
|
@@ -4158,7 +4190,10 @@ export declare const svUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Kalenderåtgärder";
|
|
4160
4192
|
readonly schedulingLabel: "Tidsbokning";
|
|
4193
|
+
readonly createGroupLabel: "Skapa nytt";
|
|
4194
|
+
readonly toolsLabel: "Agendaverktyg";
|
|
4161
4195
|
readonly newAppointment: "Ny bokning";
|
|
4196
|
+
readonly newTask: "Ny uppgift";
|
|
4162
4197
|
readonly privacy: "Integritetsläge";
|
|
4163
4198
|
readonly findFreeSlots: "Hitta lediga tider";
|
|
4164
4199
|
readonly printDay: "Skriv ut dag";
|
|
@@ -4543,6 +4578,8 @@ export declare const svUi: {
|
|
|
4543
4578
|
readonly chairBusy: "Den valda behandlingsstolen är upptagen vid den här tiden.";
|
|
4544
4579
|
readonly operatorBusy: "Den valda operatören är upptagen vid den här tiden.";
|
|
4545
4580
|
readonly operatorAbsent: "Den valda operatören är frånvarande på bokningens datum.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "inte tillåtet för denna behandling";
|
|
4582
|
+
readonly careRestrictionConflict: "Ingen gemensam operatör/stol för de valda behandlingarna";
|
|
4546
4583
|
readonly reminderDisabled: "(inaktiverad)";
|
|
4547
4584
|
readonly priceListAllPhases: "Alla faser";
|
|
4548
4585
|
readonly priceListBilled: "Åtgärden är inte tillåten: behandlingen är redan fakturerad.";
|
|
@@ -4578,6 +4615,32 @@ export declare const svUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Signatur av {{count}} obligatoriska dokument";
|
|
4579
4616
|
readonly signMode_few: "Signatur av {{count}} obligatoriska dokument";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Ny uppgift";
|
|
4620
|
+
readonly editTitle: "Redigera uppgift";
|
|
4621
|
+
readonly date: "Datum";
|
|
4622
|
+
readonly time: "Tid";
|
|
4623
|
+
readonly note: "Anteckning";
|
|
4624
|
+
readonly noteRequired: "Ange en anteckning.";
|
|
4625
|
+
readonly operator: "Operatör";
|
|
4626
|
+
readonly operatorNone: "Ingen operatör";
|
|
4627
|
+
readonly about: "Gäller";
|
|
4628
|
+
readonly aboutNobody: "Ingen";
|
|
4629
|
+
readonly aboutPatient: "Patient";
|
|
4630
|
+
readonly aboutCompany: "Företag";
|
|
4631
|
+
readonly companyName: "Företagsnamn";
|
|
4632
|
+
readonly companyUnresolved: "Kopplat företag (finns inte i listan): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Byt företag";
|
|
4634
|
+
readonly done: "Klar";
|
|
4635
|
+
readonly save: "Spara";
|
|
4636
|
+
readonly cancel: "Avbryt";
|
|
4637
|
+
readonly delete: "Ta bort";
|
|
4638
|
+
readonly deleteConfirmTitle: "Ta bort den här uppgiften?";
|
|
4639
|
+
readonly deleteConfirmBody: "Uppgiften tas bort. Åtgärden kan inte ångras här.";
|
|
4640
|
+
readonly deleteConfirm: "Ta bort";
|
|
4641
|
+
readonly deleteCancel: "Behåll";
|
|
4642
|
+
readonly readOnlyBody: "Den här uppgiften är skrivskyddad.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Tillgängliga alternativ";
|
|
4583
4646
|
readonly tool: "Hitta lediga tider";
|
|
@@ -4806,16 +4869,19 @@ export declare const svUi: {
|
|
|
4806
4869
|
readonly undone: "Längden återställd";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "Bokningar
|
|
4872
|
+
readonly title: "Att slutföra";
|
|
4873
|
+
readonly intro: "Bokningar i vyn som fortfarande saknar patient, operatör eller behandlingsstol, oavsett hur de skapades.";
|
|
4811
4874
|
readonly new: "Ny";
|
|
4812
4875
|
readonly bookedOn: "bokad {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Patient att tilldela";
|
|
4814
4877
|
readonly needsOperator: "Operatör att tilldela";
|
|
4878
|
+
readonly needsChair: "Behandlingsstol att tilldela";
|
|
4815
4879
|
readonly assignPatient: "Tilldela patient";
|
|
4816
4880
|
readonly assignOperator: "Tilldela operatör";
|
|
4881
|
+
readonly assignChair: "Tilldela behandlingsstol";
|
|
4817
4882
|
readonly assignPatientShort: "Patient";
|
|
4818
4883
|
readonly assignOperatorShort: "Operatör";
|
|
4884
|
+
readonly assignChairShort: "Stol";
|
|
4819
4885
|
readonly edit: "Redigera bokning";
|
|
4820
4886
|
readonly whatsapp: "Skriv på WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "Inget WhatsApp-nummer för den här bokningen";
|
|
@@ -4825,7 +4891,11 @@ export declare const svUi: {
|
|
|
4825
4891
|
readonly current: "Vald bokning";
|
|
4826
4892
|
readonly showInCalendarNamed: "Visa bokningen {{when}} i kalendern";
|
|
4827
4893
|
readonly showInCalendar: "Visa i kalendern";
|
|
4828
|
-
readonly emptyTitle: "Inga bokningar att
|
|
4894
|
+
readonly emptyTitle: "Inga bokningar att slutföra.";
|
|
4895
|
+
readonly filterNoPatient: "Utan patient";
|
|
4896
|
+
readonly filterNoOperator: "Utan operatör";
|
|
4897
|
+
readonly filterNoChair: "Utan behandlingsstol";
|
|
4898
|
+
readonly notShownOnChairAxis: "Visas inte i stolkolumnerna förrän en stol har tilldelats.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Borttagen från väntelistan";
|
|
@@ -4869,6 +4939,7 @@ export declare const svUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "Du har inte behörighet att skapa bokningar.";
|
|
4942
|
+
readonly createTaskBlocked: "Du har inte behörighet att skapa uppgifter.";
|
|
4872
4943
|
readonly changeBlocked: "Du har inte behörighet att ändra bokningar.";
|
|
4873
4944
|
readonly waitingBlocked: "Du har inte behörighet att ändra väntelistan.";
|
|
4874
4945
|
readonly waitingLockedBody: "Du har inte behörighet att ändra väntelistan — be klinikens ägare om rättigheten att redigera kalendern.";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -2770,9 +2770,26 @@ const e = {
|
|
|
2770
2770
|
heading: "Rubrik",
|
|
2771
2771
|
extensions: "Redigerartillägg",
|
|
2772
2772
|
insertVariable: "Infoga variabel",
|
|
2773
|
-
variables:
|
|
2773
|
+
variables: {
|
|
2774
|
+
menuLabel: "Variabler",
|
|
2775
|
+
search: "Sök variabler…",
|
|
2776
|
+
recent: "Senaste",
|
|
2777
|
+
groups: {
|
|
2778
|
+
patient: "Patient",
|
|
2779
|
+
appointment: "Bokning",
|
|
2780
|
+
practice: "Mottagning",
|
|
2781
|
+
operator: "Operatör",
|
|
2782
|
+
document: "Dokument",
|
|
2783
|
+
other: "Övrigt"
|
|
2784
|
+
},
|
|
2785
|
+
empty: "Ingen variabel matchar ”{{query}}”",
|
|
2786
|
+
footer: {
|
|
2787
|
+
navigate: "navigera",
|
|
2788
|
+
insert: "infoga",
|
|
2789
|
+
close: "stäng"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2774
2792
|
variableInvalid: "Ogiltig variabel: {{tokens}}. Välj en under Infoga variabel.",
|
|
2775
|
-
variableNoMatch: "Ingen variabel matchar ”{{query}}”",
|
|
2776
2793
|
more: "Fler alternativ",
|
|
2777
2794
|
link: {
|
|
2778
2795
|
url: "URL",
|
|
@@ -2862,7 +2879,18 @@ const e = {
|
|
|
2862
2879
|
proofread: "Kontrollera stavning och grammatik",
|
|
2863
2880
|
autoFormat: "Formatera dokumentet automatiskt",
|
|
2864
2881
|
consentRecorded: "Samtycke till AI-stöd har registrerats.",
|
|
2865
|
-
consentRegionLabel: "Samtycke till AI-stöd för detta dokument"
|
|
2882
|
+
consentRegionLabel: "Samtycke till AI-stöd för detta dokument",
|
|
2883
|
+
templates: "Mallar",
|
|
2884
|
+
templatesGroup: "Klinikens mallar",
|
|
2885
|
+
noTemplates: "Inga mallar än",
|
|
2886
|
+
templatesNoteEmpty: "Anteckningen är tom. Diktera eller skriv först för att använda en mall.",
|
|
2887
|
+
createFirstTemplate: "Skapa din första mall",
|
|
2888
|
+
manageTemplates: "Hantera mallar",
|
|
2889
|
+
defaultBadge: "Standard",
|
|
2890
|
+
actionError: "Något gick fel. Försök igen.",
|
|
2891
|
+
actionStale: "Texten ändrades medan AI:n skrev om den. Inget ersattes. Försök igen.",
|
|
2892
|
+
selectionTools: "Markeringsverktyg",
|
|
2893
|
+
actionDone: "Klart. Anteckningen har uppdaterats."
|
|
2866
2894
|
}
|
|
2867
2895
|
},
|
|
2868
2896
|
payment: {
|
|
@@ -3115,6 +3143,8 @@ const e = {
|
|
|
3115
3143
|
},
|
|
3116
3144
|
helpMeWriteTemplates: {
|
|
3117
3145
|
bar: {
|
|
3146
|
+
contextDocument: "Använder hela anteckningen som sammanhang. Utkastet infogas vid markören.",
|
|
3147
|
+
contextSelection: "Använder den markerade texten som sammanhang. Utkastet ersätter den.",
|
|
3118
3148
|
templatesMenu: "Mallar",
|
|
3119
3149
|
templatesGroup: "Klinikens mallar",
|
|
3120
3150
|
createFirst: "Skapa din första mall",
|
|
@@ -3159,10 +3189,12 @@ const e = {
|
|
|
3159
3189
|
},
|
|
3160
3190
|
manager: {
|
|
3161
3191
|
title: "AI-mallar",
|
|
3162
|
-
description: "Delas med
|
|
3192
|
+
description: "Delas med alla på kliniken. Dra för att bestämma ordningen i menyn Mallar.",
|
|
3163
3193
|
new: "Ny mall",
|
|
3164
3194
|
done: "Klar",
|
|
3165
3195
|
listLabel: "Mallar",
|
|
3196
|
+
reorderHandle: "Ordna om {{label}}. Tryck Alt + Upp eller Alt + Ned för att flytta.",
|
|
3197
|
+
reorderAnnounce: "{{label}} flyttad till position {{to}} av {{total}}",
|
|
3166
3198
|
edit: "Redigera {{name}}",
|
|
3167
3199
|
delete: "Ta bort {{name}}",
|
|
3168
3200
|
emptyTitle: "Inga mallar än",
|
|
@@ -4123,7 +4155,10 @@ const e = {
|
|
|
4123
4155
|
actions: {
|
|
4124
4156
|
groupLabel: "Kalenderåtgärder",
|
|
4125
4157
|
schedulingLabel: "Tidsbokning",
|
|
4158
|
+
createGroupLabel: "Skapa nytt",
|
|
4159
|
+
toolsLabel: "Agendaverktyg",
|
|
4126
4160
|
newAppointment: "Ny bokning",
|
|
4161
|
+
newTask: "Ny uppgift",
|
|
4127
4162
|
privacy: "Integritetsläge",
|
|
4128
4163
|
findFreeSlots: "Hitta lediga tider",
|
|
4129
4164
|
printDay: "Skriv ut dag",
|
|
@@ -4508,6 +4543,8 @@ const e = {
|
|
|
4508
4543
|
chairBusy: "Den valda behandlingsstolen är upptagen vid den här tiden.",
|
|
4509
4544
|
operatorBusy: "Den valda operatören är upptagen vid den här tiden.",
|
|
4510
4545
|
operatorAbsent: "Den valda operatören är frånvarande på bokningens datum.",
|
|
4546
|
+
careRestrictedResourceHint: "inte tillåtet för denna behandling",
|
|
4547
|
+
careRestrictionConflict: "Ingen gemensam operatör/stol för de valda behandlingarna",
|
|
4511
4548
|
reminderDisabled: "(inaktiverad)",
|
|
4512
4549
|
priceListAllPhases: "Alla faser",
|
|
4513
4550
|
priceListBilled: "Åtgärden är inte tillåten: behandlingen är redan fakturerad.",
|
|
@@ -4543,6 +4580,32 @@ const e = {
|
|
|
4543
4580
|
signMode_two: "Signatur av {{count}} obligatoriska dokument",
|
|
4544
4581
|
signMode_few: "Signatur av {{count}} obligatoriska dokument"
|
|
4545
4582
|
},
|
|
4583
|
+
taskEditor: {
|
|
4584
|
+
title: "Ny uppgift",
|
|
4585
|
+
editTitle: "Redigera uppgift",
|
|
4586
|
+
date: "Datum",
|
|
4587
|
+
time: "Tid",
|
|
4588
|
+
note: "Anteckning",
|
|
4589
|
+
noteRequired: "Ange en anteckning.",
|
|
4590
|
+
operator: "Operatör",
|
|
4591
|
+
operatorNone: "Ingen operatör",
|
|
4592
|
+
about: "Gäller",
|
|
4593
|
+
aboutNobody: "Ingen",
|
|
4594
|
+
aboutPatient: "Patient",
|
|
4595
|
+
aboutCompany: "Företag",
|
|
4596
|
+
companyName: "Företagsnamn",
|
|
4597
|
+
companyUnresolved: "Kopplat företag (finns inte i listan): {{id}}",
|
|
4598
|
+
companyReplace: "Byt företag",
|
|
4599
|
+
done: "Klar",
|
|
4600
|
+
save: "Spara",
|
|
4601
|
+
cancel: "Avbryt",
|
|
4602
|
+
delete: "Ta bort",
|
|
4603
|
+
deleteConfirmTitle: "Ta bort den här uppgiften?",
|
|
4604
|
+
deleteConfirmBody: "Uppgiften tas bort. Åtgärden kan inte ångras här.",
|
|
4605
|
+
deleteConfirm: "Ta bort",
|
|
4606
|
+
deleteCancel: "Behåll",
|
|
4607
|
+
readOnlyBody: "Den här uppgiften är skrivskyddad."
|
|
4608
|
+
},
|
|
4546
4609
|
findSlots: {
|
|
4547
4610
|
bandOptions: "Tillgängliga alternativ",
|
|
4548
4611
|
tool: "Hitta lediga tider",
|
|
@@ -4771,16 +4834,19 @@ const e = {
|
|
|
4771
4834
|
undone: "Längden återställd"
|
|
4772
4835
|
},
|
|
4773
4836
|
bookings: {
|
|
4774
|
-
title: "
|
|
4775
|
-
intro: "Bokningar
|
|
4837
|
+
title: "Att slutföra",
|
|
4838
|
+
intro: "Bokningar i vyn som fortfarande saknar patient, operatör eller behandlingsstol, oavsett hur de skapades.",
|
|
4776
4839
|
new: "Ny",
|
|
4777
4840
|
bookedOn: "bokad {{date}}",
|
|
4778
4841
|
needsPatient: "Patient att tilldela",
|
|
4779
4842
|
needsOperator: "Operatör att tilldela",
|
|
4843
|
+
needsChair: "Behandlingsstol att tilldela",
|
|
4780
4844
|
assignPatient: "Tilldela patient",
|
|
4781
4845
|
assignOperator: "Tilldela operatör",
|
|
4846
|
+
assignChair: "Tilldela behandlingsstol",
|
|
4782
4847
|
assignPatientShort: "Patient",
|
|
4783
4848
|
assignOperatorShort: "Operatör",
|
|
4849
|
+
assignChairShort: "Stol",
|
|
4784
4850
|
edit: "Redigera bokning",
|
|
4785
4851
|
whatsapp: "Skriv på WhatsApp",
|
|
4786
4852
|
whatsappNoNumber: "Inget WhatsApp-nummer för den här bokningen",
|
|
@@ -4790,7 +4856,11 @@ const e = {
|
|
|
4790
4856
|
current: "Vald bokning",
|
|
4791
4857
|
showInCalendarNamed: "Visa bokningen {{when}} i kalendern",
|
|
4792
4858
|
showInCalendar: "Visa i kalendern",
|
|
4793
|
-
emptyTitle: "Inga bokningar att
|
|
4859
|
+
emptyTitle: "Inga bokningar att slutföra.",
|
|
4860
|
+
filterNoPatient: "Utan patient",
|
|
4861
|
+
filterNoOperator: "Utan operatör",
|
|
4862
|
+
filterNoChair: "Utan behandlingsstol",
|
|
4863
|
+
notShownOnChairAxis: "Visas inte i stolkolumnerna förrän en stol har tilldelats."
|
|
4794
4864
|
},
|
|
4795
4865
|
waitingList: {
|
|
4796
4866
|
removed: "Borttagen från väntelistan",
|
|
@@ -4834,6 +4904,7 @@ const e = {
|
|
|
4834
4904
|
},
|
|
4835
4905
|
readOnly: {
|
|
4836
4906
|
createBlocked: "Du har inte behörighet att skapa bokningar.",
|
|
4907
|
+
createTaskBlocked: "Du har inte behörighet att skapa uppgifter.",
|
|
4837
4908
|
changeBlocked: "Du har inte behörighet att ändra bokningar.",
|
|
4838
4909
|
waitingBlocked: "Du har inte behörighet att ändra väntelistan.",
|
|
4839
4910
|
waitingLockedBody: "Du har inte behörighet att ändra väntelistan — be klinikens ägare om rättigheten att redigera kalendern."
|
|
@@ -2793,9 +2793,26 @@ export declare const trUi: {
|
|
|
2793
2793
|
readonly heading: "Başlık";
|
|
2794
2794
|
readonly extensions: "Düzenleyici eklentileri";
|
|
2795
2795
|
readonly insertVariable: "Değişken ekle";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Değişkenler";
|
|
2798
|
+
readonly search: "Değişken ara…";
|
|
2799
|
+
readonly recent: "Son kullanılanlar";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Hasta";
|
|
2802
|
+
readonly appointment: "Randevu";
|
|
2803
|
+
readonly practice: "Klinik";
|
|
2804
|
+
readonly operator: "Operatör";
|
|
2805
|
+
readonly document: "Belge";
|
|
2806
|
+
readonly other: "Diğer";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "“{{query}}” ile eşleşen değişken yok";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "gezinme";
|
|
2811
|
+
readonly insert: "ekle";
|
|
2812
|
+
readonly close: "kapat";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Geçersiz değişken: {{tokens}}. Değişken ekle menüsünden birini seç.";
|
|
2798
|
-
readonly variableNoMatch: "“{{query}}” ile eşleşen değişken yok";
|
|
2799
2816
|
readonly more: "Daha fazla seçenek";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const trUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Belgeyi otomatik biçimlendir";
|
|
2887
2904
|
readonly consentRecorded: "Yapay zeka desteği izni kaydedildi.";
|
|
2888
2905
|
readonly consentRegionLabel: "Bu belge için yapay zeka desteği izni";
|
|
2906
|
+
readonly templates: "Şablonlar";
|
|
2907
|
+
readonly templatesGroup: "Klinik şablonları";
|
|
2908
|
+
readonly noTemplates: "Henüz şablon yok";
|
|
2909
|
+
readonly templatesNoteEmpty: "Not boş. Şablon kullanmak için önce dikte et veya yaz.";
|
|
2910
|
+
readonly createFirstTemplate: "İlk şablonunu oluştur";
|
|
2911
|
+
readonly manageTemplates: "Şablonları yönet";
|
|
2912
|
+
readonly defaultBadge: "Varsayılan";
|
|
2913
|
+
readonly actionError: "Bir sorun oluştu. Tekrar dene.";
|
|
2914
|
+
readonly actionStale: "Yapay zeka yeniden yazarken metin değişti. Hiçbir şey değiştirilmedi. Tekrar dene.";
|
|
2915
|
+
readonly selectionTools: "Seçim araçları";
|
|
2916
|
+
readonly actionDone: "Tamam. Not güncellendi.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const trUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Tüm notu bağlam olarak kullanır. Taslak imlecin olduğu yere eklenir.";
|
|
3173
|
+
readonly contextSelection: "Seçili metni bağlam olarak kullanır. Taslak onun yerine geçer.";
|
|
3144
3174
|
readonly templatesMenu: "Şablonlar";
|
|
3145
3175
|
readonly templatesGroup: "Klinik şablonları";
|
|
3146
3176
|
readonly createFirst: "İlk şablonunu oluştur";
|
|
@@ -3185,10 +3215,12 @@ export declare const trUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "Yapay zekâ şablonları";
|
|
3188
|
-
readonly description: "
|
|
3218
|
+
readonly description: "Klinikteki herkesle paylaşılır. Şablonlar menüsünün sırasını belirlemek için sürükle.";
|
|
3189
3219
|
readonly new: "Yeni şablon";
|
|
3190
3220
|
readonly done: "Bitti";
|
|
3191
3221
|
readonly listLabel: "Şablonlar";
|
|
3222
|
+
readonly reorderHandle: "{{label}} öğesini yeniden sırala. Taşımak için Alt + Yukarı veya Alt + Aşağı tuşuna basın.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}}, {{total}} öğeden {{to}}. konuma taşındı";
|
|
3192
3224
|
readonly edit: "{{name}} düzenle";
|
|
3193
3225
|
readonly delete: "{{name}} sil";
|
|
3194
3226
|
readonly emptyTitle: "Henüz şablon yok";
|
|
@@ -4158,7 +4190,10 @@ export declare const trUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Ajanda işlemleri";
|
|
4160
4192
|
readonly schedulingLabel: "Planlama";
|
|
4193
|
+
readonly createGroupLabel: "Yeni oluştur";
|
|
4194
|
+
readonly toolsLabel: "Ajanda araçları";
|
|
4161
4195
|
readonly newAppointment: "Yeni randevu";
|
|
4196
|
+
readonly newTask: "Yeni görev";
|
|
4162
4197
|
readonly privacy: "Gizlilik modu";
|
|
4163
4198
|
readonly findFreeSlots: "Boş zaman dilimi bul";
|
|
4164
4199
|
readonly printDay: "Günü yazdır";
|
|
@@ -4543,6 +4578,8 @@ export declare const trUi: {
|
|
|
4543
4578
|
readonly chairBusy: "Seçilen koltuk bu saatte dolu.";
|
|
4544
4579
|
readonly operatorBusy: "Seçilen operatör bu saatte dolu.";
|
|
4545
4580
|
readonly operatorAbsent: "Seçilen operatör randevu tarihinde izinli.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "bu tedavi için öngörülmemiş";
|
|
4582
|
+
readonly careRestrictionConflict: "Seçilen tedaviler için ortak operatör/koltuk yok";
|
|
4546
4583
|
readonly reminderDisabled: "(devre dışı)";
|
|
4547
4584
|
readonly priceListAllPhases: "Tüm aşamalar";
|
|
4548
4585
|
readonly priceListBilled: "İşleme izin verilmiyor: bu tedavi zaten faturalandı.";
|
|
@@ -4578,6 +4615,32 @@ export declare const trUi: {
|
|
|
4578
4615
|
readonly signMode_two: "{{count}} zorunlu belgenin imzası";
|
|
4579
4616
|
readonly signMode_few: "{{count}} zorunlu belgenin imzası";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Yeni görev";
|
|
4620
|
+
readonly editTitle: "Görevi düzenle";
|
|
4621
|
+
readonly date: "Tarih";
|
|
4622
|
+
readonly time: "Saat";
|
|
4623
|
+
readonly note: "Not";
|
|
4624
|
+
readonly noteRequired: "Bir not girin.";
|
|
4625
|
+
readonly operator: "Operatör";
|
|
4626
|
+
readonly operatorNone: "Operatör yok";
|
|
4627
|
+
readonly about: "İlgili";
|
|
4628
|
+
readonly aboutNobody: "Hiç kimse";
|
|
4629
|
+
readonly aboutPatient: "Hasta";
|
|
4630
|
+
readonly aboutCompany: "Şirket";
|
|
4631
|
+
readonly companyName: "Şirket adı";
|
|
4632
|
+
readonly companyUnresolved: "Bağlı şirket (listede yok): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Şirketi değiştir";
|
|
4634
|
+
readonly done: "Tamamlandı";
|
|
4635
|
+
readonly save: "Kaydet";
|
|
4636
|
+
readonly cancel: "İptal";
|
|
4637
|
+
readonly delete: "Sil";
|
|
4638
|
+
readonly deleteConfirmTitle: "Bu görev silinsin mi?";
|
|
4639
|
+
readonly deleteConfirmBody: "Görev kaldırılacak. Bu işlem burada geri alınamaz.";
|
|
4640
|
+
readonly deleteConfirm: "Sil";
|
|
4641
|
+
readonly deleteCancel: "Sakla";
|
|
4642
|
+
readonly readOnlyBody: "Bu görev salt okunurdur.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Mevcut seçenekler";
|
|
4583
4646
|
readonly tool: "Boş zaman dilimi bul";
|
|
@@ -4806,16 +4869,19 @@ export declare const trUi: {
|
|
|
4806
4869
|
readonly undone: "Süre eski haline getirildi";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Tamamlanacaklar";
|
|
4873
|
+
readonly intro: "Görünümdeki randevulardan hâlâ hasta, operatör ya da koltuk bekleyenler — nasıl oluşturulduklarına bakılmaksızın.";
|
|
4811
4874
|
readonly new: "Yeni";
|
|
4812
4875
|
readonly bookedOn: "{{date}} tarihinde alındı";
|
|
4813
4876
|
readonly needsPatient: "Hasta atanacak";
|
|
4814
4877
|
readonly needsOperator: "Operatör atanacak";
|
|
4878
|
+
readonly needsChair: "Koltuk atanacak";
|
|
4815
4879
|
readonly assignPatient: "Hasta ata";
|
|
4816
4880
|
readonly assignOperator: "Operatör ata";
|
|
4881
|
+
readonly assignChair: "Koltuk ata";
|
|
4817
4882
|
readonly assignPatientShort: "Hasta";
|
|
4818
4883
|
readonly assignOperatorShort: "Operatör";
|
|
4884
|
+
readonly assignChairShort: "Koltuk";
|
|
4819
4885
|
readonly edit: "Randevuyu düzenle";
|
|
4820
4886
|
readonly whatsapp: "WhatsApp'tan yaz";
|
|
4821
4887
|
readonly whatsappNoNumber: "Bu rezervasyon için WhatsApp numarası yok";
|
|
@@ -4825,7 +4891,11 @@ export declare const trUi: {
|
|
|
4825
4891
|
readonly current: "Seçili rezervasyon";
|
|
4826
4892
|
readonly showInCalendarNamed: "{{when}} tarihli rezervasyonu takvimde göster";
|
|
4827
4893
|
readonly showInCalendar: "Takvimde göster";
|
|
4828
|
-
readonly emptyTitle: "
|
|
4894
|
+
readonly emptyTitle: "Tamamlanacak randevu yok.";
|
|
4895
|
+
readonly filterNoPatient: "Hastasız";
|
|
4896
|
+
readonly filterNoOperator: "Operatörsüz";
|
|
4897
|
+
readonly filterNoChair: "Koltuksuz";
|
|
4898
|
+
readonly notShownOnChairAxis: "Bir koltuk atanana kadar koltuk sütunlarında gösterilmez.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "Bekleme listesinden kaldırıldı";
|
|
@@ -4869,6 +4939,7 @@ export declare const trUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "Randevu oluşturma izniniz yok.";
|
|
4942
|
+
readonly createTaskBlocked: "Görev oluşturma izniniz yok.";
|
|
4872
4943
|
readonly changeBlocked: "Randevuları değiştirme izniniz yok.";
|
|
4873
4944
|
readonly waitingBlocked: "Bekleme listesini değiştirme izniniz yok.";
|
|
4874
4945
|
readonly waitingLockedBody: "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin.";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -2770,9 +2770,26 @@ const e = {
|
|
|
2770
2770
|
heading: "Başlık",
|
|
2771
2771
|
extensions: "Düzenleyici eklentileri",
|
|
2772
2772
|
insertVariable: "Değişken ekle",
|
|
2773
|
-
variables:
|
|
2773
|
+
variables: {
|
|
2774
|
+
menuLabel: "Değişkenler",
|
|
2775
|
+
search: "Değişken ara…",
|
|
2776
|
+
recent: "Son kullanılanlar",
|
|
2777
|
+
groups: {
|
|
2778
|
+
patient: "Hasta",
|
|
2779
|
+
appointment: "Randevu",
|
|
2780
|
+
practice: "Klinik",
|
|
2781
|
+
operator: "Operatör",
|
|
2782
|
+
document: "Belge",
|
|
2783
|
+
other: "Diğer"
|
|
2784
|
+
},
|
|
2785
|
+
empty: "“{{query}}” ile eşleşen değişken yok",
|
|
2786
|
+
footer: {
|
|
2787
|
+
navigate: "gezinme",
|
|
2788
|
+
insert: "ekle",
|
|
2789
|
+
close: "kapat"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2774
2792
|
variableInvalid: "Geçersiz değişken: {{tokens}}. Değişken ekle menüsünden birini seç.",
|
|
2775
|
-
variableNoMatch: "“{{query}}” ile eşleşen değişken yok",
|
|
2776
2793
|
more: "Daha fazla seçenek",
|
|
2777
2794
|
link: {
|
|
2778
2795
|
url: "URL",
|
|
@@ -2862,7 +2879,18 @@ const e = {
|
|
|
2862
2879
|
proofread: "Yazımı ve dil bilgisini denetle",
|
|
2863
2880
|
autoFormat: "Belgeyi otomatik biçimlendir",
|
|
2864
2881
|
consentRecorded: "Yapay zeka desteği izni kaydedildi.",
|
|
2865
|
-
consentRegionLabel: "Bu belge için yapay zeka desteği izni"
|
|
2882
|
+
consentRegionLabel: "Bu belge için yapay zeka desteği izni",
|
|
2883
|
+
templates: "Şablonlar",
|
|
2884
|
+
templatesGroup: "Klinik şablonları",
|
|
2885
|
+
noTemplates: "Henüz şablon yok",
|
|
2886
|
+
templatesNoteEmpty: "Not boş. Şablon kullanmak için önce dikte et veya yaz.",
|
|
2887
|
+
createFirstTemplate: "İlk şablonunu oluştur",
|
|
2888
|
+
manageTemplates: "Şablonları yönet",
|
|
2889
|
+
defaultBadge: "Varsayılan",
|
|
2890
|
+
actionError: "Bir sorun oluştu. Tekrar dene.",
|
|
2891
|
+
actionStale: "Yapay zeka yeniden yazarken metin değişti. Hiçbir şey değiştirilmedi. Tekrar dene.",
|
|
2892
|
+
selectionTools: "Seçim araçları",
|
|
2893
|
+
actionDone: "Tamam. Not güncellendi."
|
|
2866
2894
|
}
|
|
2867
2895
|
},
|
|
2868
2896
|
payment: {
|
|
@@ -3115,6 +3143,8 @@ const e = {
|
|
|
3115
3143
|
},
|
|
3116
3144
|
helpMeWriteTemplates: {
|
|
3117
3145
|
bar: {
|
|
3146
|
+
contextDocument: "Tüm notu bağlam olarak kullanır. Taslak imlecin olduğu yere eklenir.",
|
|
3147
|
+
contextSelection: "Seçili metni bağlam olarak kullanır. Taslak onun yerine geçer.",
|
|
3118
3148
|
templatesMenu: "Şablonlar",
|
|
3119
3149
|
templatesGroup: "Klinik şablonları",
|
|
3120
3150
|
createFirst: "İlk şablonunu oluştur",
|
|
@@ -3159,10 +3189,12 @@ const e = {
|
|
|
3159
3189
|
},
|
|
3160
3190
|
manager: {
|
|
3161
3191
|
title: "Yapay zekâ şablonları",
|
|
3162
|
-
description: "
|
|
3192
|
+
description: "Klinikteki herkesle paylaşılır. Şablonlar menüsünün sırasını belirlemek için sürükle.",
|
|
3163
3193
|
new: "Yeni şablon",
|
|
3164
3194
|
done: "Bitti",
|
|
3165
3195
|
listLabel: "Şablonlar",
|
|
3196
|
+
reorderHandle: "{{label}} öğesini yeniden sırala. Taşımak için Alt + Yukarı veya Alt + Aşağı tuşuna basın.",
|
|
3197
|
+
reorderAnnounce: "{{label}}, {{total}} öğeden {{to}}. konuma taşındı",
|
|
3166
3198
|
edit: "{{name}} düzenle",
|
|
3167
3199
|
delete: "{{name}} sil",
|
|
3168
3200
|
emptyTitle: "Henüz şablon yok",
|
|
@@ -4123,7 +4155,10 @@ const e = {
|
|
|
4123
4155
|
actions: {
|
|
4124
4156
|
groupLabel: "Ajanda işlemleri",
|
|
4125
4157
|
schedulingLabel: "Planlama",
|
|
4158
|
+
createGroupLabel: "Yeni oluştur",
|
|
4159
|
+
toolsLabel: "Ajanda araçları",
|
|
4126
4160
|
newAppointment: "Yeni randevu",
|
|
4161
|
+
newTask: "Yeni görev",
|
|
4127
4162
|
privacy: "Gizlilik modu",
|
|
4128
4163
|
findFreeSlots: "Boş zaman dilimi bul",
|
|
4129
4164
|
printDay: "Günü yazdır",
|
|
@@ -4508,6 +4543,8 @@ const e = {
|
|
|
4508
4543
|
chairBusy: "Seçilen koltuk bu saatte dolu.",
|
|
4509
4544
|
operatorBusy: "Seçilen operatör bu saatte dolu.",
|
|
4510
4545
|
operatorAbsent: "Seçilen operatör randevu tarihinde izinli.",
|
|
4546
|
+
careRestrictedResourceHint: "bu tedavi için öngörülmemiş",
|
|
4547
|
+
careRestrictionConflict: "Seçilen tedaviler için ortak operatör/koltuk yok",
|
|
4511
4548
|
reminderDisabled: "(devre dışı)",
|
|
4512
4549
|
priceListAllPhases: "Tüm aşamalar",
|
|
4513
4550
|
priceListBilled: "İşleme izin verilmiyor: bu tedavi zaten faturalandı.",
|
|
@@ -4543,6 +4580,32 @@ const e = {
|
|
|
4543
4580
|
signMode_two: "{{count}} zorunlu belgenin imzası",
|
|
4544
4581
|
signMode_few: "{{count}} zorunlu belgenin imzası"
|
|
4545
4582
|
},
|
|
4583
|
+
taskEditor: {
|
|
4584
|
+
title: "Yeni görev",
|
|
4585
|
+
editTitle: "Görevi düzenle",
|
|
4586
|
+
date: "Tarih",
|
|
4587
|
+
time: "Saat",
|
|
4588
|
+
note: "Not",
|
|
4589
|
+
noteRequired: "Bir not girin.",
|
|
4590
|
+
operator: "Operatör",
|
|
4591
|
+
operatorNone: "Operatör yok",
|
|
4592
|
+
about: "İlgili",
|
|
4593
|
+
aboutNobody: "Hiç kimse",
|
|
4594
|
+
aboutPatient: "Hasta",
|
|
4595
|
+
aboutCompany: "Şirket",
|
|
4596
|
+
companyName: "Şirket adı",
|
|
4597
|
+
companyUnresolved: "Bağlı şirket (listede yok): {{id}}",
|
|
4598
|
+
companyReplace: "Şirketi değiştir",
|
|
4599
|
+
done: "Tamamlandı",
|
|
4600
|
+
save: "Kaydet",
|
|
4601
|
+
cancel: "İptal",
|
|
4602
|
+
delete: "Sil",
|
|
4603
|
+
deleteConfirmTitle: "Bu görev silinsin mi?",
|
|
4604
|
+
deleteConfirmBody: "Görev kaldırılacak. Bu işlem burada geri alınamaz.",
|
|
4605
|
+
deleteConfirm: "Sil",
|
|
4606
|
+
deleteCancel: "Sakla",
|
|
4607
|
+
readOnlyBody: "Bu görev salt okunurdur."
|
|
4608
|
+
},
|
|
4546
4609
|
findSlots: {
|
|
4547
4610
|
bandOptions: "Mevcut seçenekler",
|
|
4548
4611
|
tool: "Boş zaman dilimi bul",
|
|
@@ -4771,16 +4834,19 @@ const e = {
|
|
|
4771
4834
|
undone: "Süre eski haline getirildi"
|
|
4772
4835
|
},
|
|
4773
4836
|
bookings: {
|
|
4774
|
-
title: "
|
|
4775
|
-
intro: "
|
|
4837
|
+
title: "Tamamlanacaklar",
|
|
4838
|
+
intro: "Görünümdeki randevulardan hâlâ hasta, operatör ya da koltuk bekleyenler — nasıl oluşturulduklarına bakılmaksızın.",
|
|
4776
4839
|
new: "Yeni",
|
|
4777
4840
|
bookedOn: "{{date}} tarihinde alındı",
|
|
4778
4841
|
needsPatient: "Hasta atanacak",
|
|
4779
4842
|
needsOperator: "Operatör atanacak",
|
|
4843
|
+
needsChair: "Koltuk atanacak",
|
|
4780
4844
|
assignPatient: "Hasta ata",
|
|
4781
4845
|
assignOperator: "Operatör ata",
|
|
4846
|
+
assignChair: "Koltuk ata",
|
|
4782
4847
|
assignPatientShort: "Hasta",
|
|
4783
4848
|
assignOperatorShort: "Operatör",
|
|
4849
|
+
assignChairShort: "Koltuk",
|
|
4784
4850
|
edit: "Randevuyu düzenle",
|
|
4785
4851
|
whatsapp: "WhatsApp'tan yaz",
|
|
4786
4852
|
whatsappNoNumber: "Bu rezervasyon için WhatsApp numarası yok",
|
|
@@ -4790,7 +4856,11 @@ const e = {
|
|
|
4790
4856
|
current: "Seçili rezervasyon",
|
|
4791
4857
|
showInCalendarNamed: "{{when}} tarihli rezervasyonu takvimde göster",
|
|
4792
4858
|
showInCalendar: "Takvimde göster",
|
|
4793
|
-
emptyTitle: "
|
|
4859
|
+
emptyTitle: "Tamamlanacak randevu yok.",
|
|
4860
|
+
filterNoPatient: "Hastasız",
|
|
4861
|
+
filterNoOperator: "Operatörsüz",
|
|
4862
|
+
filterNoChair: "Koltuksuz",
|
|
4863
|
+
notShownOnChairAxis: "Bir koltuk atanana kadar koltuk sütunlarında gösterilmez."
|
|
4794
4864
|
},
|
|
4795
4865
|
waitingList: {
|
|
4796
4866
|
removed: "Bekleme listesinden kaldırıldı",
|
|
@@ -4834,6 +4904,7 @@ const e = {
|
|
|
4834
4904
|
},
|
|
4835
4905
|
readOnly: {
|
|
4836
4906
|
createBlocked: "Randevu oluşturma izniniz yok.",
|
|
4907
|
+
createTaskBlocked: "Görev oluşturma izniniz yok.",
|
|
4837
4908
|
changeBlocked: "Randevuları değiştirme izniniz yok.",
|
|
4838
4909
|
waitingBlocked: "Bekleme listesini değiştirme izniniz yok.",
|
|
4839
4910
|
waitingLockedBody: "Bekleme listesini değiştirme izniniz yok — klinik sahibinden takvim düzenleme yetkisi isteyin."
|