@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/sq.js
CHANGED
|
@@ -2774,9 +2774,26 @@ const e = {
|
|
|
2774
2774
|
heading: "Titull",
|
|
2775
2775
|
extensions: "Shtesat e redaktuesit",
|
|
2776
2776
|
insertVariable: "Fut variabël",
|
|
2777
|
-
variables:
|
|
2777
|
+
variables: {
|
|
2778
|
+
menuLabel: "Variabla",
|
|
2779
|
+
search: "Kërko variabla…",
|
|
2780
|
+
recent: "Të fundit",
|
|
2781
|
+
groups: {
|
|
2782
|
+
patient: "Pacienti",
|
|
2783
|
+
appointment: "Takimi",
|
|
2784
|
+
practice: "Klinika",
|
|
2785
|
+
operator: "Operatori",
|
|
2786
|
+
document: "Dokumenti",
|
|
2787
|
+
other: "Tjetër"
|
|
2788
|
+
},
|
|
2789
|
+
empty: "Asnjë variabël nuk përputhet me “{{query}}”",
|
|
2790
|
+
footer: {
|
|
2791
|
+
navigate: "lëviz",
|
|
2792
|
+
insert: "shto",
|
|
2793
|
+
close: "mbyll"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2778
2796
|
variableInvalid: "Variabël e pavlefshme: {{tokens}}. Zgjidh një nga Fut variabël.",
|
|
2779
|
-
variableNoMatch: "Asnjë variabël nuk përputhet me “{{query}}”",
|
|
2780
2797
|
more: "Më shumë opsione",
|
|
2781
2798
|
link: {
|
|
2782
2799
|
url: "URL",
|
|
@@ -2866,7 +2883,18 @@ const e = {
|
|
|
2866
2883
|
proofread: "Kontrollo drejtshkrimin dhe gramatikën",
|
|
2867
2884
|
autoFormat: "Formato automatikisht dokumentin",
|
|
2868
2885
|
consentRecorded: "Pëlqimi për asistencën me IA është regjistruar.",
|
|
2869
|
-
consentRegionLabel: "Pëlqimi për asistencën me IA për këtë dokument"
|
|
2886
|
+
consentRegionLabel: "Pëlqimi për asistencën me IA për këtë dokument",
|
|
2887
|
+
templates: "Shabllonet",
|
|
2888
|
+
templatesGroup: "Shabllonet e klinikës",
|
|
2889
|
+
noTemplates: "Ende nuk ka shabllone",
|
|
2890
|
+
templatesNoteEmpty: "Shënimi është bosh. Dikto ose shkruaj fillimisht për të përdorur një shabllon.",
|
|
2891
|
+
createFirstTemplate: "Krijo shabllonin e parë",
|
|
2892
|
+
manageTemplates: "Menaxho shabllonet",
|
|
2893
|
+
defaultBadge: "I parazgjedhur",
|
|
2894
|
+
actionError: "Diçka shkoi keq. Provo përsëri.",
|
|
2895
|
+
actionStale: "Teksti ndryshoi ndërsa IA po e rishkruante. Nuk u zëvendësua asgjë. Provo përsëri.",
|
|
2896
|
+
selectionTools: "Mjetet e përzgjedhjes",
|
|
2897
|
+
actionDone: "U krye. Shënimi u përditësua."
|
|
2870
2898
|
}
|
|
2871
2899
|
},
|
|
2872
2900
|
payment: {
|
|
@@ -3119,6 +3147,8 @@ const e = {
|
|
|
3119
3147
|
},
|
|
3120
3148
|
helpMeWriteTemplates: {
|
|
3121
3149
|
bar: {
|
|
3150
|
+
contextDocument: "Përdor gjithë shënimin si kontekst. Drafti futet te kursori.",
|
|
3151
|
+
contextSelection: "Përdor tekstin e përzgjedhur si kontekst. Drafti e zëvendëson.",
|
|
3122
3152
|
templatesMenu: "Shabllonet",
|
|
3123
3153
|
templatesGroup: "Shabllonet e klinikës",
|
|
3124
3154
|
createFirst: "Krijo shabllonin e parë",
|
|
@@ -3163,10 +3193,12 @@ const e = {
|
|
|
3163
3193
|
},
|
|
3164
3194
|
manager: {
|
|
3165
3195
|
title: "Shabllonet e AI",
|
|
3166
|
-
description: "Të
|
|
3196
|
+
description: "Të përbashkëta për gjithë klinikën. Tërhiq për të caktuar rendin e menysë Shabllonet.",
|
|
3167
3197
|
new: "Shabllon i ri",
|
|
3168
3198
|
done: "U krye",
|
|
3169
3199
|
listLabel: "Shabllonet",
|
|
3200
|
+
reorderHandle: "Rirendit {{label}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.",
|
|
3201
|
+
reorderAnnounce: "{{label}} u zhvendos në pozicionin {{to}} nga {{total}}",
|
|
3170
3202
|
edit: "Ndrysho {{name}}",
|
|
3171
3203
|
delete: "Fshi {{name}}",
|
|
3172
3204
|
emptyTitle: "Ende nuk ka shabllone",
|
|
@@ -4127,7 +4159,10 @@ const e = {
|
|
|
4127
4159
|
actions: {
|
|
4128
4160
|
groupLabel: "Veprimet e axhendës",
|
|
4129
4161
|
schedulingLabel: "Planifikimi",
|
|
4162
|
+
createGroupLabel: "Krijo të re",
|
|
4163
|
+
toolsLabel: "Mjetet e agjendës",
|
|
4130
4164
|
newAppointment: "Takim i ri",
|
|
4165
|
+
newTask: "Detyrë e re",
|
|
4131
4166
|
privacy: "Mënyra e privatësisë",
|
|
4132
4167
|
findFreeSlots: "Gjej oraret e lira",
|
|
4133
4168
|
printDay: "Printo ditën",
|
|
@@ -4512,6 +4547,8 @@ const e = {
|
|
|
4512
4547
|
chairBusy: "Karrigja e zgjedhur është e zënë në këtë orar.",
|
|
4513
4548
|
operatorBusy: "Operatori i zgjedhur është i zënë në këtë orar.",
|
|
4514
4549
|
operatorAbsent: "Operatori i zgjedhur mungon në datën e takimit.",
|
|
4550
|
+
careRestrictedResourceHint: "nuk parashikohet për këtë shërbim",
|
|
4551
|
+
careRestrictionConflict: "Asnjë operator/karrige e përbashkët për shërbimet e zgjedhura",
|
|
4515
4552
|
reminderDisabled: "(çaktivizuar)",
|
|
4516
4553
|
priceListAllPhases: "Të gjitha fazat",
|
|
4517
4554
|
priceListBilled: "Veprim i palejuar: ky trajtim është faturuar tashmë.",
|
|
@@ -4547,6 +4584,32 @@ const e = {
|
|
|
4547
4584
|
signMode_two: "Nënshkrimi i {{count}} dokumenteve të detyrueshme",
|
|
4548
4585
|
signMode_few: "Nënshkrimi i {{count}} dokumenteve të detyrueshme"
|
|
4549
4586
|
},
|
|
4587
|
+
taskEditor: {
|
|
4588
|
+
title: "Detyrë e re",
|
|
4589
|
+
editTitle: "Modifiko detyrën",
|
|
4590
|
+
date: "Data",
|
|
4591
|
+
time: "Ora",
|
|
4592
|
+
note: "Shënim",
|
|
4593
|
+
noteRequired: "Shkruani një shënim.",
|
|
4594
|
+
operator: "Operatori",
|
|
4595
|
+
operatorNone: "Pa operator",
|
|
4596
|
+
about: "Lidhet me",
|
|
4597
|
+
aboutNobody: "Askush",
|
|
4598
|
+
aboutPatient: "Pacienti",
|
|
4599
|
+
aboutCompany: "Kompania",
|
|
4600
|
+
companyName: "Emri i kompanisë",
|
|
4601
|
+
companyUnresolved: "Kompania e lidhur (nuk është në listë): {{id}}",
|
|
4602
|
+
companyReplace: "Zëvendëso kompaninë",
|
|
4603
|
+
done: "Përfunduar",
|
|
4604
|
+
save: "Ruaj",
|
|
4605
|
+
cancel: "Anulo",
|
|
4606
|
+
delete: "Fshi",
|
|
4607
|
+
deleteConfirmTitle: "Të fshihet kjo detyrë?",
|
|
4608
|
+
deleteConfirmBody: "Detyra do të hiqet. Ky veprim nuk mund të zhbëhet këtu.",
|
|
4609
|
+
deleteConfirm: "Fshi",
|
|
4610
|
+
deleteCancel: "Mbaj",
|
|
4611
|
+
readOnlyBody: "Kjo detyrë është vetëm për lexim."
|
|
4612
|
+
},
|
|
4550
4613
|
findSlots: {
|
|
4551
4614
|
bandOptions: "Opsionet e disponueshme",
|
|
4552
4615
|
tool: "Gjej oraret e lira",
|
|
@@ -4775,16 +4838,19 @@ const e = {
|
|
|
4775
4838
|
undone: "Kohëzgjatja u rikthye"
|
|
4776
4839
|
},
|
|
4777
4840
|
bookings: {
|
|
4778
|
-
title: "
|
|
4779
|
-
intro: "
|
|
4841
|
+
title: "Për t’u plotësuar",
|
|
4842
|
+
intro: "Takimet në pamje që u mungon ende një pacient, një operator ose një karrige, cilado qoftë origjina e tyre.",
|
|
4780
4843
|
new: "I ri",
|
|
4781
4844
|
bookedOn: "rezervuar më {{date}}",
|
|
4782
4845
|
needsPatient: "Pacient për t'u caktuar",
|
|
4783
4846
|
needsOperator: "Operator për t'u caktuar",
|
|
4847
|
+
needsChair: "Karrige për t'u caktuar",
|
|
4784
4848
|
assignPatient: "Cakto pacientin",
|
|
4785
4849
|
assignOperator: "Cakto operatorin",
|
|
4850
|
+
assignChair: "Cakto karrigen",
|
|
4786
4851
|
assignPatientShort: "Pacienti",
|
|
4787
4852
|
assignOperatorShort: "Operatori",
|
|
4853
|
+
assignChairShort: "Karrigja",
|
|
4788
4854
|
edit: "Ndrysho takimin",
|
|
4789
4855
|
whatsapp: "Shkruaj në WhatsApp",
|
|
4790
4856
|
whatsappNoNumber: "Nuk ka numër WhatsApp për këtë rezervim",
|
|
@@ -4794,7 +4860,11 @@ const e = {
|
|
|
4794
4860
|
current: "Rezervimi i zgjedhur",
|
|
4795
4861
|
showInCalendarNamed: "Shfaq në kalendar rezervimin e {{when}}",
|
|
4796
4862
|
showInCalendar: "Shfaq në kalendar",
|
|
4797
|
-
emptyTitle: "Asnjë
|
|
4863
|
+
emptyTitle: "Asnjë takim për t'u plotësuar.",
|
|
4864
|
+
filterNoPatient: "Pa pacient",
|
|
4865
|
+
filterNoOperator: "Pa operator",
|
|
4866
|
+
filterNoChair: "Pa karrige",
|
|
4867
|
+
notShownOnChairAxis: "Nuk shfaqet në kolonat e karrigeve derisa të caktohet një karrige."
|
|
4798
4868
|
},
|
|
4799
4869
|
waitingList: {
|
|
4800
4870
|
removed: "U hoq nga lista e pritjes",
|
|
@@ -4838,6 +4908,7 @@ const e = {
|
|
|
4838
4908
|
},
|
|
4839
4909
|
readOnly: {
|
|
4840
4910
|
createBlocked: "Nuk keni leje për të krijuar takime.",
|
|
4911
|
+
createTaskBlocked: "Nuk keni leje për të krijuar detyra.",
|
|
4841
4912
|
changeBlocked: "Nuk keni leje për të ndryshuar takimet.",
|
|
4842
4913
|
waitingBlocked: "Nuk keni leje për të ndryshuar listën e pritjes.",
|
|
4843
4914
|
waitingLockedBody: "Nuk keni leje për të ndryshuar listën e pritjes — kërkojini pronarit të klinikës të drejtën e modifikimit të kalendarit."
|
|
@@ -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.";
|