@alfadocs/ui-kit-debug 1.30.0 → 1.31.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/{address-fields-CZ0pEdEI.js → address-fields-jFfjxOQR.js} +3 -3
- package/dist/_chunks/{address-fields-CZ0pEdEI.js.map → address-fields-jFfjxOQR.js.map} +1 -1
- package/dist/_chunks/{appointment-card-Dzr3GeVz.js → appointment-card-CvUFFEdS.js} +8 -6
- package/dist/_chunks/appointment-card-CvUFFEdS.js.map +1 -0
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js → appointment-timeline-DsMZY7U9.js} +2 -2
- package/dist/_chunks/{appointment-timeline-DhHwmHo1.js.map → appointment-timeline-DsMZY7U9.js.map} +1 -1
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js → appointment-tray-Z2GaOIYQ.js} +2 -2
- package/dist/_chunks/{appointment-tray-4FUu_5NX.js.map → appointment-tray-Z2GaOIYQ.js.map} +1 -1
- package/dist/_chunks/{booking-AabCk7CI.js → booking-jGzRUETo.js} +2 -2
- package/dist/_chunks/{booking-AabCk7CI.js.map → booking-jGzRUETo.js.map} +1 -1
- package/dist/_chunks/{calendar-CI9MINcR.js → calendar-BNQKpxhE.js} +494 -438
- package/dist/_chunks/calendar-BNQKpxhE.js.map +1 -0
- package/dist/_chunks/{calendar-event-card-66CEEWU6.js → calendar-event-card-DSh-69HT.js} +130 -122
- package/dist/_chunks/calendar-event-card-DSh-69HT.js.map +1 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js +9392 -0
- package/dist/_chunks/calendar-workspace-Dy1jHBvG.js.map +1 -0
- package/dist/_chunks/{clinical-note-card-BBgFd2nB.js → clinical-note-card-yCTR9DB6.js} +185 -188
- package/dist/_chunks/clinical-note-card-yCTR9DB6.js.map +1 -0
- package/dist/_chunks/{color-picker-CU303VjY.js → color-picker-Bl5f0iK1.js} +28 -25
- package/dist/_chunks/color-picker-Bl5f0iK1.js.map +1 -0
- package/dist/_chunks/{combobox-D7_NLE2Z.js → combobox-DnSdYssy.js} +216 -215
- package/dist/_chunks/combobox-DnSdYssy.js.map +1 -0
- package/dist/_chunks/{country-select-DzbPFktV.js → country-select-CfDNFG5c.js} +2 -2
- package/dist/_chunks/{country-select-DzbPFktV.js.map → country-select-CfDNFG5c.js.map} +1 -1
- package/dist/_chunks/{face-scheme-DA2vjqaM.js → face-scheme-l-CQyLs-.js} +2 -2
- package/dist/_chunks/{face-scheme-DA2vjqaM.js.map → face-scheme-l-CQyLs-.js.map} +1 -1
- package/dist/_chunks/notes-panel-am6e-Lwh.js +380 -0
- package/dist/_chunks/notes-panel-am6e-Lwh.js.map +1 -0
- package/dist/_chunks/{patient-details-DYAmq76G.js → patient-details-CdfursHt.js} +3 -3
- package/dist/_chunks/{patient-details-DYAmq76G.js.map → patient-details-CdfursHt.js.map} +1 -1
- package/dist/_chunks/{province-select-BBc7s7vR.js → province-select-BaUnkg4S.js} +2 -2
- package/dist/_chunks/{province-select-BBc7s7vR.js.map → province-select-BaUnkg4S.js.map} +1 -1
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js → rich-text-editor-VJATL1Tk.js} +2 -2
- package/dist/_chunks/{rich-text-editor-lSCiE0Zz.js.map → rich-text-editor-VJATL1Tk.js.map} +1 -1
- package/dist/_chunks/{timeline-r-8IUoBS.js → timeline-u-2t9t_M.js} +37 -35
- package/dist/_chunks/timeline-u-2t9t_M.js.map +1 -0
- package/dist/agent-catalog.json +51 -10
- package/dist/agent-i18n/en.json +9 -7
- package/dist/components/_shared/get-error-message.d.ts +3 -0
- package/dist/components/_shared/get-error-message.d.ts.map +1 -0
- package/dist/components/address-fields/index.js +1 -1
- package/dist/components/appointment-card/appointment-card.d.ts.map +1 -1
- package/dist/components/appointment-card/index.js +2 -2
- package/dist/components/appointment-timeline/index.js +1 -1
- package/dist/components/booking/index.js +1 -1
- package/dist/components/calendar/calendar.d.ts +26 -2
- package/dist/components/calendar/calendar.d.ts.map +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/calendar-event-card/calendar-event-card.d.ts +9 -0
- package/dist/components/calendar-event-card/calendar-event-card.d.ts.map +1 -1
- package/dist/components/calendar-event-card/index.js +1 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts +16 -1
- package/dist/components/clinical-note-card/clinical-note-card.d.ts.map +1 -1
- package/dist/components/clinical-note-card/index.js +1 -1
- package/dist/components/color-picker/color-utils.d.ts.map +1 -1
- package/dist/components/color-picker/index.js +1 -1
- package/dist/components/combobox/combobox.d.ts +5 -0
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/country-select/index.js +1 -1
- package/dist/components/face-scheme/index.js +1 -1
- package/dist/components/notes-panel/index.d.ts +1 -1
- package/dist/components/notes-panel/index.d.ts.map +1 -1
- package/dist/components/notes-panel/index.js +1 -1
- package/dist/components/notes-panel/notes-panel.agent.d.ts.map +1 -1
- package/dist/components/notes-panel/notes-panel.d.ts +24 -5
- package/dist/components/notes-panel/notes-panel.d.ts.map +1 -1
- package/dist/components/patient-details/index.js +1 -1
- package/dist/components/province-select/index.js +1 -1
- package/dist/components/rich-text-editor/index.js +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -1
- package/dist/host-compat.css +7 -1
- package/dist/i18n/locales/ar.d.ts +50 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -1
- package/dist/i18n/locales/ar.js +54 -4
- package/dist/i18n/locales/ar.js.map +1 -1
- package/dist/i18n/locales/de.d.ts +60 -10
- package/dist/i18n/locales/de.d.ts.map +1 -1
- package/dist/i18n/locales/de.js +64 -14
- package/dist/i18n/locales/de.js.map +1 -1
- package/dist/i18n/locales/el.d.ts +50 -0
- package/dist/i18n/locales/el.d.ts.map +1 -1
- package/dist/i18n/locales/el.js +54 -4
- package/dist/i18n/locales/el.js.map +1 -1
- package/dist/i18n/locales/en.d.ts +50 -0
- package/dist/i18n/locales/en.d.ts.map +1 -1
- package/dist/i18n/locales/en.js +54 -4
- package/dist/i18n/locales/en.js.map +1 -1
- package/dist/i18n/locales/es.d.ts +50 -0
- package/dist/i18n/locales/es.d.ts.map +1 -1
- package/dist/i18n/locales/es.js +54 -4
- package/dist/i18n/locales/es.js.map +1 -1
- package/dist/i18n/locales/fr.d.ts +50 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -1
- package/dist/i18n/locales/fr.js +53 -3
- package/dist/i18n/locales/fr.js.map +1 -1
- package/dist/i18n/locales/hi.d.ts +50 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -1
- package/dist/i18n/locales/hi.js +54 -4
- package/dist/i18n/locales/hi.js.map +1 -1
- package/dist/i18n/locales/it.d.ts +60 -10
- package/dist/i18n/locales/it.d.ts.map +1 -1
- package/dist/i18n/locales/it.js +64 -14
- package/dist/i18n/locales/it.js.map +1 -1
- package/dist/i18n/locales/ja.d.ts +50 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -1
- package/dist/i18n/locales/ja.js +54 -4
- package/dist/i18n/locales/ja.js.map +1 -1
- package/dist/i18n/locales/nl.d.ts +50 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -1
- package/dist/i18n/locales/nl.js +54 -4
- package/dist/i18n/locales/nl.js.map +1 -1
- package/dist/i18n/locales/pl.d.ts +50 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -1
- package/dist/i18n/locales/pl.js +54 -4
- package/dist/i18n/locales/pl.js.map +1 -1
- package/dist/i18n/locales/pt.d.ts +50 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -1
- package/dist/i18n/locales/pt.js +54 -4
- package/dist/i18n/locales/pt.js.map +1 -1
- package/dist/i18n/locales/ro.d.ts +50 -0
- package/dist/i18n/locales/ro.d.ts.map +1 -1
- package/dist/i18n/locales/ro.js +53 -3
- package/dist/i18n/locales/ro.js.map +1 -1
- package/dist/i18n/locales/ru.d.ts +50 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -1
- package/dist/i18n/locales/ru.js +54 -4
- package/dist/i18n/locales/ru.js.map +1 -1
- package/dist/i18n/locales/sq.d.ts +50 -0
- package/dist/i18n/locales/sq.d.ts.map +1 -1
- package/dist/i18n/locales/sq.js +54 -4
- package/dist/i18n/locales/sq.js.map +1 -1
- package/dist/i18n/locales/sv.d.ts +50 -0
- package/dist/i18n/locales/sv.d.ts.map +1 -1
- package/dist/i18n/locales/sv.js +54 -4
- package/dist/i18n/locales/sv.js.map +1 -1
- package/dist/i18n/locales/tr.d.ts +50 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -1
- package/dist/i18n/locales/tr.js +54 -4
- package/dist/i18n/locales/tr.js.map +1 -1
- package/dist/i18n/locales/zh.d.ts +50 -0
- package/dist/i18n/locales/zh.d.ts.map +1 -1
- package/dist/i18n/locales/zh.js +54 -4
- package/dist/i18n/locales/zh.js.map +1 -1
- package/dist/index.js +91 -90
- package/dist/locales/ar.json +54 -4
- package/dist/locales/de.json +64 -14
- package/dist/locales/el.json +54 -4
- package/dist/locales/en.json +54 -4
- package/dist/locales/es.json +54 -4
- package/dist/locales/fr.json +53 -3
- package/dist/locales/hi.json +54 -4
- package/dist/locales/it.json +64 -14
- package/dist/locales/ja.json +54 -4
- package/dist/locales/nl.json +54 -4
- package/dist/locales/pl.json +54 -4
- package/dist/locales/pt.json +54 -4
- package/dist/locales/ro.json +53 -3
- package/dist/locales/ru.json +54 -4
- package/dist/locales/sq.json +54 -4
- package/dist/locales/sv.json +54 -4
- package/dist/locales/tr.json +54 -4
- package/dist/locales/zh.json +54 -4
- package/dist/patterns/calendar/calendar-appointment-details.d.ts +145 -0
- package/dist/patterns/calendar/calendar-appointment-details.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts +32 -0
- package/dist/patterns/calendar/calendar-appointment-details.sections.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts +59 -0
- package/dist/patterns/calendar/calendar-editor-hydration.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts +14 -0
- package/dist/patterns/calendar/calendar-notes-tool.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts +11 -0
- package/dist/patterns/calendar/calendar-patient-picker.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts +18 -0
- package/dist/patterns/calendar/calendar-series-scope-chooser.d.ts.map +1 -0
- package/dist/patterns/calendar/calendar-workspace.d.ts +26 -1
- package/dist/patterns/calendar/calendar-workspace.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar-workspace.model.d.ts +8 -5
- package/dist/patterns/calendar/calendar-workspace.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.data.d.ts +66 -1
- package/dist/patterns/calendar/calendar.data.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.host.d.ts +2 -0
- package/dist/patterns/calendar/calendar.host.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.journey.d.ts +42 -7
- package/dist/patterns/calendar/calendar.journey.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.model.d.ts +54 -5
- package/dist/patterns/calendar/calendar.model.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.sheets.d.ts +68 -15
- package/dist/patterns/calendar/calendar.sheets.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.surface.d.ts +12 -2
- package/dist/patterns/calendar/calendar.surface.d.ts.map +1 -1
- package/dist/patterns/calendar/calendar.types.d.ts +29 -1
- package/dist/patterns/calendar/calendar.types.d.ts.map +1 -1
- package/dist/patterns/calendar/index.d.ts +9 -6
- package/dist/patterns/calendar/index.d.ts.map +1 -1
- package/dist/patterns/calendar/index.js +15 -14
- package/dist/tokens.css +10 -2
- package/package.json +1 -1
- package/dist/_chunks/appointment-card-Dzr3GeVz.js.map +0 -1
- package/dist/_chunks/calendar-CI9MINcR.js.map +0 -1
- package/dist/_chunks/calendar-event-card-66CEEWU6.js.map +0 -1
- package/dist/_chunks/calendar-workspace-a84AHQwj.js +0 -7506
- package/dist/_chunks/calendar-workspace-a84AHQwj.js.map +0 -1
- package/dist/_chunks/clinical-note-card-BBgFd2nB.js.map +0 -1
- package/dist/_chunks/color-picker-CU303VjY.js.map +0 -1
- package/dist/_chunks/combobox-D7_NLE2Z.js.map +0 -1
- package/dist/_chunks/notes-panel-CTNpsByN.js +0 -353
- package/dist/_chunks/notes-panel-CTNpsByN.js.map +0 -1
- package/dist/_chunks/timeline-r-8IUoBS.js.map +0 -1
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1652,6 +1652,7 @@ const e = {
|
|
|
1652
1652
|
allDay: "طوال اليوم",
|
|
1653
1653
|
noEvents: "لا توجد أحداث للعرض",
|
|
1654
1654
|
scrollableRegion: "شبكة التقويم — استخدم الأسهم أو مرّر للتنقل",
|
|
1655
|
+
loadingDay: "لا يزال هذا اليوم قيد التحميل",
|
|
1655
1656
|
eventMoved: "تم نقل {{title}}",
|
|
1656
1657
|
eventResized: "تم تغيير حجم {{title}} إلى {{duration}} دقيقة",
|
|
1657
1658
|
privacyModeOn: "وضع الخصوصية مفعّل — أسماء المرضى مخفية",
|
|
@@ -1675,7 +1676,8 @@ const e = {
|
|
|
1675
1676
|
},
|
|
1676
1677
|
eventKind: {
|
|
1677
1678
|
task: "مهمة",
|
|
1678
|
-
draft: "مسودة"
|
|
1679
|
+
draft: "مسودة",
|
|
1680
|
+
pendingDetails: "جارٍ تحميل التفاصيل…"
|
|
1679
1681
|
},
|
|
1680
1682
|
resourceLabel: {
|
|
1681
1683
|
chairs: "الكراسي",
|
|
@@ -2291,6 +2293,10 @@ const e = {
|
|
|
2291
2293
|
readMore: "عرض المزيد",
|
|
2292
2294
|
readLess: "عرض أقل",
|
|
2293
2295
|
added: "added",
|
|
2296
|
+
deleted: "محذوفة",
|
|
2297
|
+
showDeleted: "عرض الملاحظة المحذوفة",
|
|
2298
|
+
hideDeleted: "إخفاء الملاحظة المحذوفة",
|
|
2299
|
+
operator: "المعالج: {{name}}",
|
|
2294
2300
|
attachment: {
|
|
2295
2301
|
patient: "Patient record",
|
|
2296
2302
|
carePlan: "Care plan {{number}}",
|
|
@@ -3842,7 +3848,11 @@ const e = {
|
|
|
3842
3848
|
empty: "لا توجد ملاحظات بعد.",
|
|
3843
3849
|
current: "الملاحظة الحالية",
|
|
3844
3850
|
clinicalToggle: "ملاحظة سريرية",
|
|
3845
|
-
clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية."
|
|
3851
|
+
clinicalGated: "ليست لديك صلاحية كتابة الملاحظات السريرية.",
|
|
3852
|
+
loading: "جارٍ تحميل الملاحظات…",
|
|
3853
|
+
loadError: "تعذّر تحميل الملاحظات.",
|
|
3854
|
+
retry: "إعادة المحاولة",
|
|
3855
|
+
addFailed: "تعذّر حفظ الملاحظة."
|
|
3846
3856
|
},
|
|
3847
3857
|
toolRail: {
|
|
3848
3858
|
reorderInstructions: "إعادة ترتيب {{tool}}. اضغط Alt + أعلى أو Alt + أسفل للنقل.",
|
|
@@ -3962,7 +3972,8 @@ const e = {
|
|
|
3962
3972
|
month: "شهر"
|
|
3963
3973
|
},
|
|
3964
3974
|
rail: {
|
|
3965
|
-
editorDocked: "تم فتح نموذج الموعد الجديد في اللوحة الجانبية"
|
|
3975
|
+
editorDocked: "تم فتح نموذج الموعد الجديد في اللوحة الجانبية",
|
|
3976
|
+
notes: "ملاحظات المريض"
|
|
3966
3977
|
},
|
|
3967
3978
|
details: {
|
|
3968
3979
|
region: "تفاصيل الموعد",
|
|
@@ -3983,6 +3994,17 @@ const e = {
|
|
|
3983
3994
|
docked: "تم فتح تفاصيل موعد {{name}} في اللوحة الجانبية",
|
|
3984
3995
|
remind: "إرسال تذكير",
|
|
3985
3996
|
remindWhatsApp: "واتساب",
|
|
3997
|
+
joinTelehealth: "انضم إلى الزيارة المرئية",
|
|
3998
|
+
documents: {
|
|
3999
|
+
label: "إضافة",
|
|
4000
|
+
folder: "مجلد",
|
|
4001
|
+
template: "مستند من قالب",
|
|
4002
|
+
empty: "مستند فارغ",
|
|
4003
|
+
identification: "وثيقة هوية",
|
|
4004
|
+
webcam: "كاميرا ويب / كاميرا مدمجة",
|
|
4005
|
+
bill: "إنشاء فاتورة"
|
|
4006
|
+
},
|
|
4007
|
+
createTask: "إنشاء مهمة",
|
|
3986
4008
|
remindSms: "رسالة نصية",
|
|
3987
4009
|
remindEmail: "البريد الإلكتروني",
|
|
3988
4010
|
remindSent: "تم إرسال التذكير عبر {{channel}}",
|
|
@@ -4030,6 +4052,10 @@ const e = {
|
|
|
4030
4052
|
notesAction: "ملاحظات المريض",
|
|
4031
4053
|
notesTitle: "الملاحظات · {{name}}",
|
|
4032
4054
|
notesBack: "العودة إلى التفاصيل",
|
|
4055
|
+
notesPreviewTitle: "الملاحظات ({{count}})",
|
|
4056
|
+
notesPreviewOpen: "عرض المزيد",
|
|
4057
|
+
notesPreviewEmpty: "لا توجد ملاحظات لهذا المريض بعد.",
|
|
4058
|
+
notesPreviewOpenNote: "فتح الملاحظة {{number}}",
|
|
4033
4059
|
noteEdit: "تعديل الملاحظة",
|
|
4034
4060
|
noteEditNamed: "تعديل الملاحظة · {{date}}",
|
|
4035
4061
|
noteDelete: "حذف الملاحظة",
|
|
@@ -4042,6 +4068,7 @@ const e = {
|
|
|
4042
4068
|
noteDeleteBody: "تُزال الملاحظة من سجل المريض. لا يمكن التراجع عن ذلك هنا.",
|
|
4043
4069
|
noteDeleteConfirm: "حذف",
|
|
4044
4070
|
noteDeleteCancel: "الإبقاء عليها",
|
|
4071
|
+
noteSaveFailed: "تعذّر حفظ التغيير على هذه الملاحظة.",
|
|
4045
4072
|
placementLabel: "وضع في الأجندة",
|
|
4046
4073
|
move: "نقل…",
|
|
4047
4074
|
copy: "نسخ…",
|
|
@@ -4051,6 +4078,12 @@ const e = {
|
|
|
4051
4078
|
address: "العنوان",
|
|
4052
4079
|
mapsLink: "فتح في خرائط Google",
|
|
4053
4080
|
bookingPhone: "هاتف الحجز",
|
|
4081
|
+
sectionAppointment: "الموعد",
|
|
4082
|
+
bookingName: "الاسم في الحجز",
|
|
4083
|
+
bookingEmail: "البريد الإلكتروني للحجز",
|
|
4084
|
+
noAddress: "لا يوجد عنوان مسجل",
|
|
4085
|
+
aesMissing: "التوقيع الإلكتروني المتقدم غير مُفعّل",
|
|
4086
|
+
seriesRule: "{{frequency}} · عدد المرات: {{count}}",
|
|
4054
4087
|
readOnlyTitle: "للقراءة فقط",
|
|
4055
4088
|
readOnlyBody: "ليست لديك صلاحية تعديل المواعيد — اطلب من مالك العيادة حق تعديل الأجندة.",
|
|
4056
4089
|
history: {
|
|
@@ -4060,6 +4093,7 @@ const e = {
|
|
|
4060
4093
|
status: "تم تغيير الحالة",
|
|
4061
4094
|
edited: "تم التعديل",
|
|
4062
4095
|
deleted: "تم الحذف",
|
|
4096
|
+
confirmedByPatient: "أكّده المريض",
|
|
4063
4097
|
movedDetail: "{{from}} ← {{to}}",
|
|
4064
4098
|
resizedDetail: "{{from}} دقيقة ← {{to}} دقيقة",
|
|
4065
4099
|
statusDetail: "{{from}} ← {{to}}",
|
|
@@ -4256,6 +4290,13 @@ const e = {
|
|
|
4256
4290
|
scopeThis: "هذا الموعد",
|
|
4257
4291
|
scopeFollowing: "هذا الموعد والمواعيد التالية",
|
|
4258
4292
|
scopeAll: "كل مواعيد السلسلة",
|
|
4293
|
+
seriesChooserTitle: "تعديل موعد متكرر",
|
|
4294
|
+
seriesChooserBody: "الموعد في {{date}} جزء من سلسلة. على أي المواعيد يجب تطبيق التغيير؟",
|
|
4295
|
+
seriesChooserContinue: "متابعة",
|
|
4296
|
+
seriesAllDiscardsOverrides: "نقل السلسلة بأكملها إلى تاريخ أو وقت جديد يزيل المواعيد التي عُدّلت بشكل منفرد.",
|
|
4297
|
+
seriesScopeReadout: "ينطبق على: {{scope}}",
|
|
4298
|
+
seriesScopeChange: "تغيير",
|
|
4299
|
+
seriesClashNote: "يُتحقق من التعارضات لهذا الموعد فقط، وليس لبقية مواعيد السلسلة.",
|
|
4259
4300
|
deleteScope: "أي المواعيد",
|
|
4260
4301
|
carePlanCleanup: "العلاجات في خطة العلاج",
|
|
4261
4302
|
carePlanRemove: "إزالة العلاج من خطة العلاج",
|
|
@@ -4274,6 +4315,7 @@ const e = {
|
|
|
4274
4315
|
signMode_few: "توقيع {{count}} مستندات مطلوبة"
|
|
4275
4316
|
},
|
|
4276
4317
|
findSlots: {
|
|
4318
|
+
bandOptions: "الخيارات المتاحة",
|
|
4277
4319
|
tool: "البحث عن مواعيد متاحة",
|
|
4278
4320
|
care: "العلاج",
|
|
4279
4321
|
careSearch: "ابحث عن علاج…",
|
|
@@ -4299,13 +4341,21 @@ const e = {
|
|
|
4299
4341
|
noResultsClosed: "العيادة مغلقة في كل أيام هذا النطاق.",
|
|
4300
4342
|
capNote: "تُعرض أول 20 موعدًا",
|
|
4301
4343
|
showInCalendar: "عرض في التقويم",
|
|
4344
|
+
freeOptions_zero: "{{count}} خيارات",
|
|
4345
|
+
freeOptions_one: "خيار واحد",
|
|
4346
|
+
freeOptions_two: "خياران",
|
|
4347
|
+
freeOptions_few: "{{count}} خيارات",
|
|
4348
|
+
freeOptions_many: "{{count}} خيارًا",
|
|
4349
|
+
freeOptions_other: "{{count}} خيار",
|
|
4302
4350
|
device: "جهاز طبي",
|
|
4303
4351
|
rangeTooLong: "لا يُسمح بفترة تزيد عن {{days}} يومًا.",
|
|
4304
4352
|
showMore: "عرض مواعيد أخرى",
|
|
4305
4353
|
noPracticeBusinessHours: "لا توجد ساعات عمل للعيادة. أضِفها من جدولة الأوقات.",
|
|
4306
4354
|
noOperatorBusinessHours: "لا توجد ساعات عمل للأخصائيين. أضِفها من جدولة الأوقات.",
|
|
4307
4355
|
openScheduler: "فتح جدولة الأوقات",
|
|
4308
|
-
free: "متاح"
|
|
4356
|
+
free: "متاح",
|
|
4357
|
+
searching: "جارٍ البحث عن مواعيد متاحة…",
|
|
4358
|
+
searchFailed: "تعذّر البحث عن مواعيد متاحة."
|
|
4309
4359
|
},
|
|
4310
4360
|
moveConfirm: {
|
|
4311
4361
|
title: "تأكيد النقل",
|