@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
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -2770,9 +2770,26 @@ const e = {
|
|
|
2770
2770
|
heading: "Заголовок",
|
|
2771
2771
|
extensions: "Расширения редактора",
|
|
2772
2772
|
insertVariable: "Вставить переменную",
|
|
2773
|
-
variables:
|
|
2773
|
+
variables: {
|
|
2774
|
+
menuLabel: "Переменные",
|
|
2775
|
+
search: "Поиск переменных…",
|
|
2776
|
+
recent: "Недавние",
|
|
2777
|
+
groups: {
|
|
2778
|
+
patient: "Пациент",
|
|
2779
|
+
appointment: "Приём",
|
|
2780
|
+
practice: "Клиника",
|
|
2781
|
+
operator: "Оператор",
|
|
2782
|
+
document: "Документ",
|
|
2783
|
+
other: "Другое"
|
|
2784
|
+
},
|
|
2785
|
+
empty: "Нет переменной, подходящей под «{{query}}»",
|
|
2786
|
+
footer: {
|
|
2787
|
+
navigate: "навигация",
|
|
2788
|
+
insert: "вставить",
|
|
2789
|
+
close: "закрыть"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2774
2792
|
variableInvalid: "Недопустимая переменная: {{tokens}}. Выберите её в меню «Вставить переменную».",
|
|
2775
|
-
variableNoMatch: "Нет переменной, подходящей под «{{query}}»",
|
|
2776
2793
|
more: "Дополнительно",
|
|
2777
2794
|
link: {
|
|
2778
2795
|
url: "URL",
|
|
@@ -2862,7 +2879,18 @@ const e = {
|
|
|
2862
2879
|
proofread: "Проверить орфографию и грамматику",
|
|
2863
2880
|
autoFormat: "Автоформатирование документа",
|
|
2864
2881
|
consentRecorded: "Согласие на использование AI-помощника зафиксировано.",
|
|
2865
|
-
consentRegionLabel: "Согласие на использование AI-помощника для этого документа"
|
|
2882
|
+
consentRegionLabel: "Согласие на использование AI-помощника для этого документа",
|
|
2883
|
+
templates: "Шаблоны",
|
|
2884
|
+
templatesGroup: "Шаблоны клиники",
|
|
2885
|
+
noTemplates: "Шаблонов пока нет",
|
|
2886
|
+
templatesNoteEmpty: "Заметка пуста. Сначала надиктуйте или введите текст, чтобы использовать шаблон.",
|
|
2887
|
+
createFirstTemplate: "Создайте первый шаблон",
|
|
2888
|
+
manageTemplates: "Управление шаблонами",
|
|
2889
|
+
defaultBadge: "По умолчанию",
|
|
2890
|
+
actionError: "Что-то пошло не так. Попробуйте ещё раз.",
|
|
2891
|
+
actionStale: "Текст изменился, пока ИИ его переписывал. Ничего не заменено. Попробуйте ещё раз.",
|
|
2892
|
+
selectionTools: "Инструменты для выделения",
|
|
2893
|
+
actionDone: "Готово. Заметка обновлена."
|
|
2866
2894
|
}
|
|
2867
2895
|
},
|
|
2868
2896
|
payment: {
|
|
@@ -3115,6 +3143,8 @@ const e = {
|
|
|
3115
3143
|
},
|
|
3116
3144
|
helpMeWriteTemplates: {
|
|
3117
3145
|
bar: {
|
|
3146
|
+
contextDocument: "Использует всю заметку как контекст. Черновик вставляется у курсора.",
|
|
3147
|
+
contextSelection: "Использует выделенный текст как контекст. Черновик заменяет его.",
|
|
3118
3148
|
templatesMenu: "Шаблоны",
|
|
3119
3149
|
templatesGroup: "Шаблоны клиники",
|
|
3120
3150
|
createFirst: "Создайте первый шаблон",
|
|
@@ -3159,10 +3189,12 @@ const e = {
|
|
|
3159
3189
|
},
|
|
3160
3190
|
manager: {
|
|
3161
3191
|
title: "Шаблоны ИИ",
|
|
3162
|
-
description: "Общие для всей клиники.
|
|
3192
|
+
description: "Общие для всей клиники. Перетащите, чтобы задать порядок в меню «Шаблоны».",
|
|
3163
3193
|
new: "Новый шаблон",
|
|
3164
3194
|
done: "Готово",
|
|
3165
3195
|
listLabel: "Шаблоны",
|
|
3196
|
+
reorderHandle: "Изменить порядок {{label}}. Нажмите Alt + Вверх или Alt + Вниз для перемещения.",
|
|
3197
|
+
reorderAnnounce: "{{label}} перемещён на позицию {{to}} из {{total}}",
|
|
3166
3198
|
edit: "Изменить {{name}}",
|
|
3167
3199
|
delete: "Удалить {{name}}",
|
|
3168
3200
|
emptyTitle: "Шаблонов пока нет",
|
|
@@ -4125,7 +4157,10 @@ const e = {
|
|
|
4125
4157
|
actions: {
|
|
4126
4158
|
groupLabel: "Действия календаря",
|
|
4127
4159
|
schedulingLabel: "Планирование",
|
|
4160
|
+
createGroupLabel: "Создать",
|
|
4161
|
+
toolsLabel: "Инструменты календаря",
|
|
4128
4162
|
newAppointment: "Новый приём",
|
|
4163
|
+
newTask: "Новая задача",
|
|
4129
4164
|
privacy: "Режим конфиденциальности",
|
|
4130
4165
|
findFreeSlots: "Найти свободные слоты",
|
|
4131
4166
|
printDay: "Печать дня",
|
|
@@ -4510,6 +4545,8 @@ const e = {
|
|
|
4510
4545
|
chairBusy: "Выбранное кресло занято в это время.",
|
|
4511
4546
|
operatorBusy: "Выбранный оператор занят в это время.",
|
|
4512
4547
|
operatorAbsent: "Выбранный оператор отсутствует в день приёма.",
|
|
4548
|
+
careRestrictedResourceHint: "не предусмотрено для этой услуги",
|
|
4549
|
+
careRestrictionConflict: "Нет общего оператора/кресла для выбранных услуг",
|
|
4513
4550
|
reminderDisabled: "(отключено)",
|
|
4514
4551
|
priceListAllPhases: "Все этапы",
|
|
4515
4552
|
priceListBilled: "Действие недоступно: по этой услуге уже выставлен счёт.",
|
|
@@ -4545,6 +4582,32 @@ const e = {
|
|
|
4545
4582
|
signMode_two: "Подпись {{count}} обязательных документов",
|
|
4546
4583
|
signMode_few: "Подпись {{count}} обязательных документов"
|
|
4547
4584
|
},
|
|
4585
|
+
taskEditor: {
|
|
4586
|
+
title: "Новая задача",
|
|
4587
|
+
editTitle: "Изменить задачу",
|
|
4588
|
+
date: "Дата",
|
|
4589
|
+
time: "Время",
|
|
4590
|
+
note: "Заметка",
|
|
4591
|
+
noteRequired: "Введите заметку.",
|
|
4592
|
+
operator: "Оператор",
|
|
4593
|
+
operatorNone: "Без оператора",
|
|
4594
|
+
about: "Относится к",
|
|
4595
|
+
aboutNobody: "Никого",
|
|
4596
|
+
aboutPatient: "Пациент",
|
|
4597
|
+
aboutCompany: "Компания",
|
|
4598
|
+
companyName: "Название компании",
|
|
4599
|
+
companyUnresolved: "Связанная компания (нет в списке): {{id}}",
|
|
4600
|
+
companyReplace: "Заменить компанию",
|
|
4601
|
+
done: "Выполнена",
|
|
4602
|
+
save: "Сохранить",
|
|
4603
|
+
cancel: "Отмена",
|
|
4604
|
+
delete: "Удалить",
|
|
4605
|
+
deleteConfirmTitle: "Удалить эту задачу?",
|
|
4606
|
+
deleteConfirmBody: "Задача будет удалена. Это действие нельзя отменить здесь.",
|
|
4607
|
+
deleteConfirm: "Удалить",
|
|
4608
|
+
deleteCancel: "Оставить",
|
|
4609
|
+
readOnlyBody: "Эта задача доступна только для чтения."
|
|
4610
|
+
},
|
|
4548
4611
|
findSlots: {
|
|
4549
4612
|
bandOptions: "Доступные варианты",
|
|
4550
4613
|
tool: "Найти свободные слоты",
|
|
@@ -4773,16 +4836,19 @@ const e = {
|
|
|
4773
4836
|
undone: "Длительность восстановлена"
|
|
4774
4837
|
},
|
|
4775
4838
|
bookings: {
|
|
4776
|
-
title: "
|
|
4777
|
-
intro: "
|
|
4839
|
+
title: "Требуют завершения",
|
|
4840
|
+
intro: "Приёмы в видимом диапазоне, которым ещё нужен пациент, оператор или кресло — независимо от их происхождения.",
|
|
4778
4841
|
new: "Новая",
|
|
4779
4842
|
bookedOn: "запись от {{date}}",
|
|
4780
4843
|
needsPatient: "Нужен пациент",
|
|
4781
4844
|
needsOperator: "Нужен оператор",
|
|
4845
|
+
needsChair: "Нужно кресло",
|
|
4782
4846
|
assignPatient: "Назначить пациента",
|
|
4783
4847
|
assignOperator: "Назначить оператора",
|
|
4848
|
+
assignChair: "Назначить кресло",
|
|
4784
4849
|
assignPatientShort: "Пациент",
|
|
4785
4850
|
assignOperatorShort: "Оператор",
|
|
4851
|
+
assignChairShort: "Кресло",
|
|
4786
4852
|
edit: "Редактировать приём",
|
|
4787
4853
|
whatsapp: "Написать в WhatsApp",
|
|
4788
4854
|
whatsappNoNumber: "Нет номера WhatsApp для этой записи",
|
|
@@ -4792,7 +4858,11 @@ const e = {
|
|
|
4792
4858
|
current: "Выбранная запись",
|
|
4793
4859
|
showInCalendarNamed: "Показать запись от {{when}} в календаре",
|
|
4794
4860
|
showInCalendar: "Показать в календаре",
|
|
4795
|
-
emptyTitle: "Нет
|
|
4861
|
+
emptyTitle: "Нет приёмов, требующих завершения.",
|
|
4862
|
+
filterNoPatient: "Без пациента",
|
|
4863
|
+
filterNoOperator: "Без оператора",
|
|
4864
|
+
filterNoChair: "Без кресла",
|
|
4865
|
+
notShownOnChairAxis: "Не отображается в столбцах кресел, пока не назначено кресло."
|
|
4796
4866
|
},
|
|
4797
4867
|
waitingList: {
|
|
4798
4868
|
removed: "Удалено из листа ожидания",
|
|
@@ -4836,6 +4906,7 @@ const e = {
|
|
|
4836
4906
|
},
|
|
4837
4907
|
readOnly: {
|
|
4838
4908
|
createBlocked: "У вас нет прав для создания приёмов.",
|
|
4909
|
+
createTaskBlocked: "У вас нет прав для создания задач.",
|
|
4839
4910
|
changeBlocked: "У вас нет прав для изменения приёмов.",
|
|
4840
4911
|
waitingBlocked: "У вас нет прав для изменения листа ожидания.",
|
|
4841
4912
|
waitingLockedBody: "У вас нет прав для изменения листа ожидания — попросите владельца клиники предоставить право на редактирование календаря."
|
|
@@ -2793,9 +2793,26 @@ export declare const sqUi: {
|
|
|
2793
2793
|
readonly heading: "Titull";
|
|
2794
2794
|
readonly extensions: "Shtesat e redaktuesit";
|
|
2795
2795
|
readonly insertVariable: "Fut variabël";
|
|
2796
|
-
readonly variables:
|
|
2796
|
+
readonly variables: {
|
|
2797
|
+
readonly menuLabel: "Variabla";
|
|
2798
|
+
readonly search: "Kërko variabla…";
|
|
2799
|
+
readonly recent: "Të fundit";
|
|
2800
|
+
readonly groups: {
|
|
2801
|
+
readonly patient: "Pacienti";
|
|
2802
|
+
readonly appointment: "Takimi";
|
|
2803
|
+
readonly practice: "Klinika";
|
|
2804
|
+
readonly operator: "Operatori";
|
|
2805
|
+
readonly document: "Dokumenti";
|
|
2806
|
+
readonly other: "Tjetër";
|
|
2807
|
+
};
|
|
2808
|
+
readonly empty: "Asnjë variabël nuk përputhet me “{{query}}”";
|
|
2809
|
+
readonly footer: {
|
|
2810
|
+
readonly navigate: "lëviz";
|
|
2811
|
+
readonly insert: "shto";
|
|
2812
|
+
readonly close: "mbyll";
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2797
2815
|
readonly variableInvalid: "Variabël e pavlefshme: {{tokens}}. Zgjidh një nga Fut variabël.";
|
|
2798
|
-
readonly variableNoMatch: "Asnjë variabël nuk përputhet me “{{query}}”";
|
|
2799
2816
|
readonly more: "Më shumë opsione";
|
|
2800
2817
|
readonly link: {
|
|
2801
2818
|
readonly url: "URL";
|
|
@@ -2886,6 +2903,17 @@ export declare const sqUi: {
|
|
|
2886
2903
|
readonly autoFormat: "Formato automatikisht dokumentin";
|
|
2887
2904
|
readonly consentRecorded: "Pëlqimi për asistencën me IA është regjistruar.";
|
|
2888
2905
|
readonly consentRegionLabel: "Pëlqimi për asistencën me IA për këtë dokument";
|
|
2906
|
+
readonly templates: "Shabllonet";
|
|
2907
|
+
readonly templatesGroup: "Shabllonet e klinikës";
|
|
2908
|
+
readonly noTemplates: "Ende nuk ka shabllone";
|
|
2909
|
+
readonly templatesNoteEmpty: "Shënimi është bosh. Dikto ose shkruaj fillimisht për të përdorur një shabllon.";
|
|
2910
|
+
readonly createFirstTemplate: "Krijo shabllonin e parë";
|
|
2911
|
+
readonly manageTemplates: "Menaxho shabllonet";
|
|
2912
|
+
readonly defaultBadge: "I parazgjedhur";
|
|
2913
|
+
readonly actionError: "Diçka shkoi keq. Provo përsëri.";
|
|
2914
|
+
readonly actionStale: "Teksti ndryshoi ndërsa IA po e rishkruante. Nuk u zëvendësua asgjë. Provo përsëri.";
|
|
2915
|
+
readonly selectionTools: "Mjetet e përzgjedhjes";
|
|
2916
|
+
readonly actionDone: "U krye. Shënimi u përditësua.";
|
|
2889
2917
|
};
|
|
2890
2918
|
};
|
|
2891
2919
|
readonly payment: {
|
|
@@ -3141,6 +3169,8 @@ export declare const sqUi: {
|
|
|
3141
3169
|
};
|
|
3142
3170
|
readonly helpMeWriteTemplates: {
|
|
3143
3171
|
readonly bar: {
|
|
3172
|
+
readonly contextDocument: "Përdor gjithë shënimin si kontekst. Drafti futet te kursori.";
|
|
3173
|
+
readonly contextSelection: "Përdor tekstin e përzgjedhur si kontekst. Drafti e zëvendëson.";
|
|
3144
3174
|
readonly templatesMenu: "Shabllonet";
|
|
3145
3175
|
readonly templatesGroup: "Shabllonet e klinikës";
|
|
3146
3176
|
readonly createFirst: "Krijo shabllonin e parë";
|
|
@@ -3185,10 +3215,12 @@ export declare const sqUi: {
|
|
|
3185
3215
|
};
|
|
3186
3216
|
readonly manager: {
|
|
3187
3217
|
readonly title: "Shabllonet e AI";
|
|
3188
|
-
readonly description: "Të
|
|
3218
|
+
readonly description: "Të përbashkëta për gjithë klinikën. Tërhiq për të caktuar rendin e menysë Shabllonet.";
|
|
3189
3219
|
readonly new: "Shabllon i ri";
|
|
3190
3220
|
readonly done: "U krye";
|
|
3191
3221
|
readonly listLabel: "Shabllonet";
|
|
3222
|
+
readonly reorderHandle: "Rirendit {{label}}. Shtypni Alt + Lart ose Alt + Poshtë për të lëvizur.";
|
|
3223
|
+
readonly reorderAnnounce: "{{label}} u zhvendos në pozicionin {{to}} nga {{total}}";
|
|
3192
3224
|
readonly edit: "Ndrysho {{name}}";
|
|
3193
3225
|
readonly delete: "Fshi {{name}}";
|
|
3194
3226
|
readonly emptyTitle: "Ende nuk ka shabllone";
|
|
@@ -4158,7 +4190,10 @@ export declare const sqUi: {
|
|
|
4158
4190
|
readonly actions: {
|
|
4159
4191
|
readonly groupLabel: "Veprimet e axhendës";
|
|
4160
4192
|
readonly schedulingLabel: "Planifikimi";
|
|
4193
|
+
readonly createGroupLabel: "Krijo të re";
|
|
4194
|
+
readonly toolsLabel: "Mjetet e agjendës";
|
|
4161
4195
|
readonly newAppointment: "Takim i ri";
|
|
4196
|
+
readonly newTask: "Detyrë e re";
|
|
4162
4197
|
readonly privacy: "Mënyra e privatësisë";
|
|
4163
4198
|
readonly findFreeSlots: "Gjej oraret e lira";
|
|
4164
4199
|
readonly printDay: "Printo ditën";
|
|
@@ -4543,6 +4578,8 @@ export declare const sqUi: {
|
|
|
4543
4578
|
readonly chairBusy: "Karrigja e zgjedhur është e zënë në këtë orar.";
|
|
4544
4579
|
readonly operatorBusy: "Operatori i zgjedhur është i zënë në këtë orar.";
|
|
4545
4580
|
readonly operatorAbsent: "Operatori i zgjedhur mungon në datën e takimit.";
|
|
4581
|
+
readonly careRestrictedResourceHint: "nuk parashikohet për këtë shërbim";
|
|
4582
|
+
readonly careRestrictionConflict: "Asnjë operator/karrige e përbashkët për shërbimet e zgjedhura";
|
|
4546
4583
|
readonly reminderDisabled: "(çaktivizuar)";
|
|
4547
4584
|
readonly priceListAllPhases: "Të gjitha fazat";
|
|
4548
4585
|
readonly priceListBilled: "Veprim i palejuar: ky trajtim është faturuar tashmë.";
|
|
@@ -4578,6 +4615,32 @@ export declare const sqUi: {
|
|
|
4578
4615
|
readonly signMode_two: "Nënshkrimi i {{count}} dokumenteve të detyrueshme";
|
|
4579
4616
|
readonly signMode_few: "Nënshkrimi i {{count}} dokumenteve të detyrueshme";
|
|
4580
4617
|
};
|
|
4618
|
+
readonly taskEditor: {
|
|
4619
|
+
readonly title: "Detyrë e re";
|
|
4620
|
+
readonly editTitle: "Modifiko detyrën";
|
|
4621
|
+
readonly date: "Data";
|
|
4622
|
+
readonly time: "Ora";
|
|
4623
|
+
readonly note: "Shënim";
|
|
4624
|
+
readonly noteRequired: "Shkruani një shënim.";
|
|
4625
|
+
readonly operator: "Operatori";
|
|
4626
|
+
readonly operatorNone: "Pa operator";
|
|
4627
|
+
readonly about: "Lidhet me";
|
|
4628
|
+
readonly aboutNobody: "Askush";
|
|
4629
|
+
readonly aboutPatient: "Pacienti";
|
|
4630
|
+
readonly aboutCompany: "Kompania";
|
|
4631
|
+
readonly companyName: "Emri i kompanisë";
|
|
4632
|
+
readonly companyUnresolved: "Kompania e lidhur (nuk është në listë): {{id}}";
|
|
4633
|
+
readonly companyReplace: "Zëvendëso kompaninë";
|
|
4634
|
+
readonly done: "Përfunduar";
|
|
4635
|
+
readonly save: "Ruaj";
|
|
4636
|
+
readonly cancel: "Anulo";
|
|
4637
|
+
readonly delete: "Fshi";
|
|
4638
|
+
readonly deleteConfirmTitle: "Të fshihet kjo detyrë?";
|
|
4639
|
+
readonly deleteConfirmBody: "Detyra do të hiqet. Ky veprim nuk mund të zhbëhet këtu.";
|
|
4640
|
+
readonly deleteConfirm: "Fshi";
|
|
4641
|
+
readonly deleteCancel: "Mbaj";
|
|
4642
|
+
readonly readOnlyBody: "Kjo detyrë është vetëm për lexim.";
|
|
4643
|
+
};
|
|
4581
4644
|
readonly findSlots: {
|
|
4582
4645
|
readonly bandOptions: "Opsionet e disponueshme";
|
|
4583
4646
|
readonly tool: "Gjej oraret e lira";
|
|
@@ -4806,16 +4869,19 @@ export declare const sqUi: {
|
|
|
4806
4869
|
readonly undone: "Kohëzgjatja u rikthye";
|
|
4807
4870
|
};
|
|
4808
4871
|
readonly bookings: {
|
|
4809
|
-
readonly title: "
|
|
4810
|
-
readonly intro: "
|
|
4872
|
+
readonly title: "Për t’u plotësuar";
|
|
4873
|
+
readonly intro: "Takimet në pamje që u mungon ende një pacient, një operator ose një karrige, cilado qoftë origjina e tyre.";
|
|
4811
4874
|
readonly new: "I ri";
|
|
4812
4875
|
readonly bookedOn: "rezervuar më {{date}}";
|
|
4813
4876
|
readonly needsPatient: "Pacient për t'u caktuar";
|
|
4814
4877
|
readonly needsOperator: "Operator për t'u caktuar";
|
|
4878
|
+
readonly needsChair: "Karrige për t'u caktuar";
|
|
4815
4879
|
readonly assignPatient: "Cakto pacientin";
|
|
4816
4880
|
readonly assignOperator: "Cakto operatorin";
|
|
4881
|
+
readonly assignChair: "Cakto karrigen";
|
|
4817
4882
|
readonly assignPatientShort: "Pacienti";
|
|
4818
4883
|
readonly assignOperatorShort: "Operatori";
|
|
4884
|
+
readonly assignChairShort: "Karrigja";
|
|
4819
4885
|
readonly edit: "Ndrysho takimin";
|
|
4820
4886
|
readonly whatsapp: "Shkruaj në WhatsApp";
|
|
4821
4887
|
readonly whatsappNoNumber: "Nuk ka numër WhatsApp për këtë rezervim";
|
|
@@ -4825,7 +4891,11 @@ export declare const sqUi: {
|
|
|
4825
4891
|
readonly current: "Rezervimi i zgjedhur";
|
|
4826
4892
|
readonly showInCalendarNamed: "Shfaq në kalendar rezervimin e {{when}}";
|
|
4827
4893
|
readonly showInCalendar: "Shfaq në kalendar";
|
|
4828
|
-
readonly emptyTitle: "Asnjë
|
|
4894
|
+
readonly emptyTitle: "Asnjë takim për t'u plotësuar.";
|
|
4895
|
+
readonly filterNoPatient: "Pa pacient";
|
|
4896
|
+
readonly filterNoOperator: "Pa operator";
|
|
4897
|
+
readonly filterNoChair: "Pa karrige";
|
|
4898
|
+
readonly notShownOnChairAxis: "Nuk shfaqet në kolonat e karrigeve derisa të caktohet një karrige.";
|
|
4829
4899
|
};
|
|
4830
4900
|
readonly waitingList: {
|
|
4831
4901
|
readonly removed: "U hoq nga lista e pritjes";
|
|
@@ -4869,6 +4939,7 @@ export declare const sqUi: {
|
|
|
4869
4939
|
};
|
|
4870
4940
|
readonly readOnly: {
|
|
4871
4941
|
readonly createBlocked: "Nuk keni leje për të krijuar takime.";
|
|
4942
|
+
readonly createTaskBlocked: "Nuk keni leje për të krijuar detyra.";
|
|
4872
4943
|
readonly changeBlocked: "Nuk keni leje për të ndryshuar takimet.";
|
|
4873
4944
|
readonly waitingBlocked: "Nuk keni leje për të ndryshuar listën e pritjes.";
|
|
4874
4945
|
readonly 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.";
|
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."
|