@alfadocs/ui-kit 1.28.0 → 1.28.2

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.
Files changed (62) hide show
  1. package/dist/_chunks/{calendar-workspace-Cs4hNB40.js → calendar-workspace-a84AHQwj.js} +2 -2
  2. package/dist/_chunks/signature-status-chip-T5fyS-k9.js +196 -0
  3. package/dist/agent-catalog.json +1 -1
  4. package/dist/components/signature-status-chip/index.js +1 -1
  5. package/dist/i18n/locales/ar.d.ts +76 -75
  6. package/dist/i18n/locales/ar.js +77 -76
  7. package/dist/i18n/locales/de.d.ts +25 -24
  8. package/dist/i18n/locales/de.js +25 -24
  9. package/dist/i18n/locales/el.d.ts +76 -75
  10. package/dist/i18n/locales/el.js +77 -76
  11. package/dist/i18n/locales/en.d.ts +1 -0
  12. package/dist/i18n/locales/en.js +1 -0
  13. package/dist/i18n/locales/es.d.ts +26 -25
  14. package/dist/i18n/locales/es.js +26 -25
  15. package/dist/i18n/locales/fr.d.ts +26 -25
  16. package/dist/i18n/locales/fr.js +26 -25
  17. package/dist/i18n/locales/hi.d.ts +76 -75
  18. package/dist/i18n/locales/hi.js +77 -76
  19. package/dist/i18n/locales/it.d.ts +1 -0
  20. package/dist/i18n/locales/it.js +1 -0
  21. package/dist/i18n/locales/ja.d.ts +76 -75
  22. package/dist/i18n/locales/ja.js +77 -76
  23. package/dist/i18n/locales/nl.d.ts +24 -23
  24. package/dist/i18n/locales/nl.js +24 -23
  25. package/dist/i18n/locales/pl.d.ts +76 -75
  26. package/dist/i18n/locales/pl.js +77 -76
  27. package/dist/i18n/locales/pt.d.ts +26 -25
  28. package/dist/i18n/locales/pt.js +26 -25
  29. package/dist/i18n/locales/ro.d.ts +76 -75
  30. package/dist/i18n/locales/ro.js +77 -76
  31. package/dist/i18n/locales/ru.d.ts +76 -75
  32. package/dist/i18n/locales/ru.js +77 -76
  33. package/dist/i18n/locales/sq.d.ts +76 -75
  34. package/dist/i18n/locales/sq.js +77 -76
  35. package/dist/i18n/locales/sv.d.ts +75 -74
  36. package/dist/i18n/locales/sv.js +76 -75
  37. package/dist/i18n/locales/tr.d.ts +76 -75
  38. package/dist/i18n/locales/tr.js +77 -76
  39. package/dist/i18n/locales/zh.d.ts +76 -75
  40. package/dist/i18n/locales/zh.js +77 -76
  41. package/dist/index.js +2 -2
  42. package/dist/locales/ar.json +76 -75
  43. package/dist/locales/de.json +25 -24
  44. package/dist/locales/el.json +76 -75
  45. package/dist/locales/en.json +1 -0
  46. package/dist/locales/es.json +26 -25
  47. package/dist/locales/fr.json +26 -25
  48. package/dist/locales/hi.json +76 -75
  49. package/dist/locales/it.json +1 -0
  50. package/dist/locales/ja.json +76 -75
  51. package/dist/locales/nl.json +24 -23
  52. package/dist/locales/pl.json +76 -75
  53. package/dist/locales/pt.json +26 -25
  54. package/dist/locales/ro.json +76 -75
  55. package/dist/locales/ru.json +76 -75
  56. package/dist/locales/sq.json +76 -75
  57. package/dist/locales/sv.json +75 -74
  58. package/dist/locales/tr.json +76 -75
  59. package/dist/locales/zh.json +76 -75
  60. package/dist/patterns/calendar/index.js +1 -1
  61. package/package.json +1 -1
  62. package/dist/_chunks/signature-status-chip-BSatI_Qc.js +0 -179
@@ -8,7 +8,7 @@ import { c as Cs, d as yn, b as Hn } from "./toast-YZz2sBzB.js";
8
8
  import { a as Wi } from "./tooltip-DvmfrNvB.js";
9
9
  import { V as Tt } from "./visually-hidden-BHxEUGyT.js";
10
10
  import { G as aa, h as Ds, c as Bi, A as Pi, C as Xs } from "./color-picker-CU303VjY.js";
11
- import { s as _i, S as zi } from "./signature-status-chip-BSatI_Qc.js";
11
+ import { s as _i, S as zi } from "./signature-status-chip-T5fyS-k9.js";
12
12
  import { Z as $i, B as Fi, T as Hi, E as Vi, C as Ui } from "./calendar-event-card-66CEEWU6.js";
13
13
  import { C as Zs } from "./check-DrFSN__t.js";
14
14
  import { S as Js } from "./stethoscope-sZXGC43m.js";
@@ -7503,4 +7503,4 @@ export {
7503
7503
  El as r,
7504
7504
  Cn as u
7505
7505
  };
7506
- //# sourceMappingURL=calendar-workspace-Cs4hNB40.js.map
7506
+ //# sourceMappingURL=calendar-workspace-a84AHQwj.js.map
@@ -0,0 +1,196 @@
1
+ import { jsx as E } from "react/jsx-runtime";
2
+ import { forwardRef as M } from "react";
3
+ import { useTranslation as K } from "react-i18next";
4
+ import { B as Y } from "./badge-sTusUqZD.js";
5
+ import { T as z } from "./tooltip-DvmfrNvB.js";
6
+ function _(i) {
7
+ if (!i || typeof i == "string") return [];
8
+ const n = i.signedBy;
9
+ return n ? Array.isArray(n) ? n : [n] : [];
10
+ }
11
+ function u(i, n) {
12
+ if (i === "notRequired") return "notRequired";
13
+ const r = _(n).filter((t) => t.standing);
14
+ return r.length === 0 ? i : r.every((t) => t.standing === "signed") ? "signed" : "pending";
15
+ }
16
+ function H(i, n, r = "notRequired", t) {
17
+ const o = [
18
+ u(i, t == null ? void 0 : t.operator),
19
+ u(n, t == null ? void 0 : t.patient),
20
+ u(r, t == null ? void 0 : t.secondary)
21
+ ].filter((d) => d !== "notRequired");
22
+ if (o.length === 0) return "notRequired";
23
+ const p = o.filter((d) => d === "signed").length;
24
+ return p === 0 ? "unsigned" : p === o.length ? "signed" : "partial";
25
+ }
26
+ const J = {
27
+ // Traffic light: green when everyone required has signed, amber when at
28
+ // least one party is still missing, red when nobody has.
29
+ signed: "success",
30
+ partial: "warning",
31
+ unsigned: "error",
32
+ notRequired: "neutral"
33
+ }, Q = {
34
+ operator: "Operator",
35
+ patient: "Patient",
36
+ secondary: "Second signee"
37
+ }, W = {
38
+ signed: "signed",
39
+ pending: "pending"
40
+ }, X = {
41
+ operator: "signatureStatusChip.missingOperator",
42
+ patient: "signatureStatusChip.missingPatient",
43
+ secondary: "signatureStatusChip.missingSecondary"
44
+ }, Z = {
45
+ operator: "Operator signature missing",
46
+ patient: "Patient signature missing",
47
+ secondary: "Second signee signature missing"
48
+ };
49
+ function S(i) {
50
+ return `⁨${i}⁩`;
51
+ }
52
+ function tt(i, n, r) {
53
+ const t = [];
54
+ return i !== "notRequired" && t.push({ role: "operator", standing: i }), n !== "notRequired" && t.push({ role: "patient", standing: n }), r !== "notRequired" && t.push({ role: "secondary", standing: r }), t;
55
+ }
56
+ const et = M(
57
+ ({
58
+ operator: i,
59
+ patient: n,
60
+ secondary: r = "notRequired",
61
+ names: t,
62
+ size: o = "md",
63
+ detail: p = !1,
64
+ tooltip: d = !1,
65
+ id: w,
66
+ className: v,
67
+ "aria-label": P,
68
+ title: m,
69
+ ...U
70
+ }, x) => {
71
+ const { t: e } = K(), c = H(i, n, r, t), N = tt(
72
+ u(i, t == null ? void 0 : t.operator),
73
+ u(n, t == null ? void 0 : t.patient),
74
+ u(r, t == null ? void 0 : t.secondary)
75
+ ), T = (() => {
76
+ switch (c) {
77
+ case "signed":
78
+ return e("signatureStatusChip.signed", { defaultValue: "Signed" });
79
+ case "unsigned":
80
+ return e("signatureStatusChip.unsigned", {
81
+ defaultValue: "Not signed"
82
+ });
83
+ case "notRequired":
84
+ return e("signatureStatusChip.notRequired", {
85
+ defaultValue: "No signature required"
86
+ });
87
+ case "partial":
88
+ return e("signatureStatusChip.partial", {
89
+ defaultValue: "Partially signed"
90
+ });
91
+ }
92
+ })(), y = (() => {
93
+ switch (c) {
94
+ case "signed":
95
+ return e("signatureStatusChip.signed", { defaultValue: "Signed" });
96
+ case "unsigned":
97
+ return e("signatureStatusChip.unsigned", {
98
+ defaultValue: "Not signed"
99
+ });
100
+ case "notRequired":
101
+ return e("signatureStatusChip.notRequired", {
102
+ defaultValue: "No signature required"
103
+ });
104
+ case "partial": {
105
+ const g = N.filter((a) => a.standing === "pending");
106
+ if (g.length === 1) {
107
+ const a = g[0].role;
108
+ return e(X[a], {
109
+ defaultValue: Z[a]
110
+ });
111
+ }
112
+ return e("signatureStatusChip.missingCount", {
113
+ defaultValue: "{{count}} signatures missing",
114
+ count: g.length
115
+ });
116
+ }
117
+ }
118
+ })(), I = (g) => N.map(({ role: a, standing: C }) => {
119
+ const b = e(`signatureStatusChip.party.${a}`, {
120
+ defaultValue: Q[a]
121
+ }), B = e(`signatureStatusChip.state.${C}`, {
122
+ defaultValue: W[C]
123
+ }), h = g ? t == null ? void 0 : t[a] : void 0;
124
+ if (!h)
125
+ return e("signatureStatusChip.breakdownItem", {
126
+ defaultValue: "{{party}} {{state}}",
127
+ party: b,
128
+ state: B
129
+ });
130
+ const q = typeof h == "string" ? { name: h } : h, R = _(q);
131
+ if (R.length > 0) {
132
+ const $ = (s) => s.relationship ? e("signatureStatusChip.representative", {
133
+ defaultValue: "{{name}} ({{relationship}})",
134
+ name: S(s.name),
135
+ relationship: s.relationship
136
+ }) : S(s.name), j = (s) => s.standing ?? C, k = R.filter((s) => j(s) === "signed"), D = R.filter((s) => j(s) === "pending"), V = [];
137
+ return k.length > 0 && V.push(
138
+ e("signatureStatusChip.signedByList", {
139
+ defaultValue: "signed by {{signers}}",
140
+ signers: k.map($).join(", ")
141
+ })
142
+ ), D.length > 0 && V.push(
143
+ e("signatureStatusChip.awaitingList", {
144
+ defaultValue: "awaiting {{signers}}",
145
+ signers: D.map($).join(", ")
146
+ })
147
+ ), e("signatureStatusChip.breakdownItemOnBehalf", {
148
+ defaultValue: "{{party}}: {{name}}, {{detail}}",
149
+ party: b,
150
+ name: S(q.name),
151
+ detail: V.join(", ")
152
+ });
153
+ }
154
+ return e("signatureStatusChip.breakdownItemNamed", {
155
+ defaultValue: "{{party}}: {{name}} ({{state}})",
156
+ party: b,
157
+ name: S(q.name),
158
+ state: B
159
+ });
160
+ }).join(" · "), f = I(!0), A = I(!1), F = f ? `${T}, ${f}` : y, G = p && A ? `${T} · ${A}` : y, l = d && f.length > 0, L = P ?? (l ? y : F), O = /* @__PURE__ */ E(
161
+ Y,
162
+ {
163
+ ref: x,
164
+ variant: J[c],
165
+ size: o,
166
+ withDot: !0,
167
+ role: "img",
168
+ "aria-label": L,
169
+ title: l ? m : m ?? L,
170
+ tabIndex: l ? 0 : void 0,
171
+ "data-component": "signature-status-chip",
172
+ "data-status": c,
173
+ "data-component-id": w,
174
+ id: w,
175
+ className: l ? [
176
+ "ds:rounded-[var(--radius-full)]",
177
+ "ds:focus-visible:outline-[length:var(--focus-ring-width)]",
178
+ "ds:focus-visible:outline-solid",
179
+ "ds:focus-visible:outline-ring",
180
+ "ds:focus-visible:outline-offset-[length:var(--focus-ring-offset)]",
181
+ v
182
+ ].filter(Boolean).join(" ") : v,
183
+ ...U,
184
+ children: G
185
+ }
186
+ );
187
+ return l ? /* @__PURE__ */ E(z, { label: f, children: O }) : O;
188
+ }
189
+ );
190
+ et.displayName = "SignatureStatusChip";
191
+ export {
192
+ et as S,
193
+ u as e,
194
+ H as s
195
+ };
196
+ //# sourceMappingURL=signature-status-chip-T5fyS-k9.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "1.28.0",
3
+ "packageVersion": "1.28.2",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -1,4 +1,4 @@
1
- import { S as e, e as s, s as i } from "../../_chunks/signature-status-chip-BSatI_Qc.js";
1
+ import { S as e, e as s, s as i } from "../../_chunks/signature-status-chip-T5fyS-k9.js";
2
2
  export {
3
3
  e as SignatureStatusChip,
4
4
  s as effectiveStanding,
@@ -1811,20 +1811,20 @@ export declare const arUi: {
1811
1811
  };
1812
1812
  };
1813
1813
  readonly success: {
1814
- readonly heading: "Booking submitted";
1815
- readonly descriptionSingle: "We've sent a confirmation link via {{channel}}. Click the link to confirm your booking.";
1816
- readonly descriptionMultiple: "We've sent a confirmation link via {{channels}}. Click the link in any of these to confirm your booking.";
1817
- readonly descriptionDemo: "This was a demo — no confirmation was sent. In production we'd email you a link to confirm.";
1818
- readonly summaryDate: "Date";
1819
- readonly summaryTime: "Time";
1820
- readonly summaryProvider: "Provider";
1821
- readonly summaryService: "Service";
1822
- readonly summarySpecialty: "Specialty";
1823
- readonly bookAnother: "Book another appointment";
1824
- readonly modifyBooking: "Modify booking";
1814
+ readonly heading: "تم إرسال الحجز";
1815
+ readonly descriptionSingle: "لقد أرسلنا لك رابط تأكيد عبر {{channel}}. انقر على الرابط لتأكيد حجزك.";
1816
+ readonly descriptionMultiple: "لقد أرسلنا لك رابط تأكيد عبر {{channels}}. انقر على الرابط في أي منها لتأكيد حجزك.";
1817
+ readonly descriptionDemo: "هذا عرض تجريبي — لم يتم إرسال أي تأكيد. في الإصدار الفعلي، سنرسل إليك رابطًا عبر البريد الإلكتروني للتأكيد.";
1818
+ readonly summaryDate: "التاريخ";
1819
+ readonly summaryTime: "الوقت";
1820
+ readonly summaryProvider: "المختص";
1821
+ readonly summaryService: "الخدمة";
1822
+ readonly summarySpecialty: "التخصص";
1823
+ readonly bookAnother: "احجز موعدًا آخر";
1824
+ readonly modifyBooking: "تعديل الحجز";
1825
1825
  };
1826
1826
  readonly submitError: {
1827
- readonly generic: "We couldn't submit your booking. Please try again.";
1827
+ readonly generic: "تعذر إرسال حجزك. يرجى المحاولة مرة أخرى.";
1828
1828
  };
1829
1829
  readonly details: {
1830
1830
  readonly heading: "بياناتك";
@@ -1919,104 +1919,104 @@ export declare const arUi: {
1919
1919
  };
1920
1920
  };
1921
1921
  readonly practiceResults: {
1922
- readonly regionLabel: "Practice search results";
1923
- readonly loading: "Loading results…";
1922
+ readonly regionLabel: "نتائج البحث عن العيادات";
1923
+ readonly loading: "جارٍ تحميل النتائج…";
1924
1924
  readonly results: {
1925
- readonly heading_one: "{{count}} result in {{place}}";
1926
- readonly heading_zero: "{{count}} results in {{place}}";
1927
- readonly heading_two: "{{count}} results in {{place}}";
1928
- readonly heading_few: "{{count}} results in {{place}}";
1929
- readonly heading_many: "{{count}} results in {{place}}";
1930
- readonly heading_other: "{{count}} results in {{place}}";
1931
- readonly summary_one: "{{count}} result";
1932
- readonly summary_zero: "{{count}} results";
1933
- readonly summary_two: "{{count}} results";
1934
- readonly summary_few: "{{count}} results";
1935
- readonly summary_many: "{{count}} results";
1936
- readonly summary_other: "{{count}} results";
1925
+ readonly heading_one: "{{count}} نتيجة في {{place}}";
1926
+ readonly heading_zero: "{{count}} نتائج في {{place}}";
1927
+ readonly heading_two: "{{count}} نتيجتان في {{place}}";
1928
+ readonly heading_few: "{{count}} نتائج في {{place}}";
1929
+ readonly heading_many: "{{count}} نتيجة في {{place}}";
1930
+ readonly heading_other: "{{count}} نتيجة في {{place}}";
1931
+ readonly summary_one: "{{count}} نتيجة";
1932
+ readonly summary_zero: "{{count}} نتائج";
1933
+ readonly summary_two: "{{count}} نتيجتان";
1934
+ readonly summary_few: "{{count}} نتائج";
1935
+ readonly summary_many: "{{count}} نتيجة";
1936
+ readonly summary_other: "{{count}} نتيجة";
1937
1937
  };
1938
1938
  readonly list: {
1939
- readonly label: "Practice results list";
1939
+ readonly label: "قائمة نتائج العيادات";
1940
1940
  };
1941
1941
  readonly map: {
1942
- readonly label: "Practice results map";
1942
+ readonly label: "خريطة نتائج العيادات";
1943
1943
  };
1944
1944
  readonly thumbnail: {
1945
- readonly alt: "Map preview of the practice location";
1945
+ readonly alt: "معاينة خريطة لموقع العيادة";
1946
1946
  };
1947
1947
  readonly filters: {
1948
- readonly label: "Filters";
1949
- readonly clear: "Clear filters";
1950
- readonly empty: "No filters available.";
1948
+ readonly label: "الفلاتر";
1949
+ readonly clear: "مسح الفلاتر";
1950
+ readonly empty: "لا توجد فلاتر متاحة.";
1951
1951
  };
1952
1952
  readonly sort: {
1953
- readonly label: "Sort";
1954
- readonly distance: "Distance";
1955
- readonly rating: "Rating";
1956
- readonly nextAvailable: "Next available";
1957
- readonly relevance: "Relevance";
1953
+ readonly label: "الترتيب";
1954
+ readonly distance: "المسافة";
1955
+ readonly rating: "التقييم";
1956
+ readonly nextAvailable: "أقرب موعد متاح";
1957
+ readonly relevance: "الأكثر صلة";
1958
1958
  };
1959
1959
  readonly empty: {
1960
- readonly title: "No results";
1961
- readonly description: "Try widening the radius or removing a filter.";
1960
+ readonly title: "لا توجد نتائج";
1961
+ readonly description: "حاول توسيع نطاق البحث أو إزالة أحد الفلاتر.";
1962
1962
  };
1963
1963
  readonly error: {
1964
- readonly title: "We couldn't load the results";
1965
- readonly description: "Check your connection and try again.";
1966
- readonly retry: "Try again";
1964
+ readonly title: "تعذر تحميل النتائج";
1965
+ readonly description: "تحقق من اتصالك وحاول مرة أخرى.";
1966
+ readonly retry: "حاول مرة أخرى";
1967
1967
  };
1968
- readonly viewMap: "View map";
1969
- readonly viewList: "View list";
1968
+ readonly viewMap: "عرض الخريطة";
1969
+ readonly viewList: "عرض القائمة";
1970
1970
  readonly nextSlot: {
1971
- readonly summary: "Next available {{time}}";
1972
- readonly cta: "Book at {{time}}";
1971
+ readonly summary: "أقرب موعد متاح {{time}}";
1972
+ readonly cta: "احجز الساعة {{time}}";
1973
1973
  };
1974
1974
  readonly distance: {
1975
1975
  readonly km: "{{distance}} km";
1976
1976
  readonly below: "< 1 km";
1977
1977
  };
1978
1978
  readonly fearPatient: {
1979
- readonly label: "Anxious-patient friendly";
1979
+ readonly label: "مناسب للمرضى القلقين";
1980
1980
  };
1981
1981
  readonly card: {
1982
- readonly open: "Open";
1983
- readonly book: "Book";
1984
- readonly firstVisitPrice: "First visit cost";
1982
+ readonly open: "فتح";
1983
+ readonly book: "احجز";
1984
+ readonly firstVisitPrice: "تكلفة الزيارة الأولى";
1985
1985
  };
1986
1986
  readonly sheet: {
1987
- readonly title_one: "{{count}} practice";
1988
- readonly title_zero: "{{count}} practices";
1989
- readonly title_two: "{{count}} practices";
1990
- readonly title_few: "{{count}} practices";
1991
- readonly title_many: "{{count}} practices";
1992
- readonly title_other: "{{count}} practices";
1993
- readonly description: "Map of the matching practices with the result list beneath.";
1994
- readonly descriptionMapFirst: "Practice list, sort controls, and sheet snap-state radio group.";
1987
+ readonly title_one: "{{count}} عيادة";
1988
+ readonly title_zero: "{{count}} عيادات";
1989
+ readonly title_two: "{{count}} عيادتان";
1990
+ readonly title_few: "{{count}} عيادات";
1991
+ readonly title_many: "{{count}} عيادة";
1992
+ readonly title_other: "{{count}} عيادة";
1993
+ readonly description: "خريطة العيادات المطابقة مع قائمة النتائج أسفلها.";
1994
+ readonly descriptionMapFirst: "قائمة العيادات، عناصر تحكم الترتيب، ومجموعة أزرار اختيار حجم اللوحة.";
1995
1995
  readonly snap: {
1996
- readonly label: "Sheet size";
1997
- readonly peek: "Peek";
1998
- readonly half: "Half";
1999
- readonly full: "Full";
1996
+ readonly label: "حجم اللوحة";
1997
+ readonly peek: "معاينة";
1998
+ readonly half: "نصف";
1999
+ readonly full: "كامل";
2000
2000
  };
2001
2001
  };
2002
2002
  };
2003
2003
  readonly contactProfileCard: {
2004
- readonly heading: "Profile";
2005
- readonly openInGoogleMaps: "Open in Google Maps";
2004
+ readonly heading: "الملف الشخصي";
2005
+ readonly openInGoogleMaps: "فتح في Google Maps";
2006
2006
  readonly label: {
2007
- readonly address: "Practice address";
2008
- readonly phone: "Phone";
2007
+ readonly address: "عنوان العيادة";
2008
+ readonly phone: "الهاتف";
2009
2009
  readonly whatsapp: "WhatsApp";
2010
2010
  readonly email: "Email";
2011
- readonly website: "Website";
2012
- readonly languages: "Languages spoken";
2013
- readonly insurances: "Insurance / partnership";
2014
- readonly firstVisitPrice: "First visit cost";
2015
- readonly expertForAnxiousPatients: "Expert with anxious patients";
2016
- readonly profession: "Profession";
2011
+ readonly website: "الموقع الإلكتروني";
2012
+ readonly languages: "اللغات المتحدثة";
2013
+ readonly insurances: "التأمين / الشراكات";
2014
+ readonly firstVisitPrice: "تكلفة الزيارة الأولى";
2015
+ readonly expertForAnxiousPatients: "خبرة مع المرضى القلقين";
2016
+ readonly profession: "المهنة";
2017
2017
  };
2018
2018
  readonly value: {
2019
- readonly yesShort: "Yes";
2019
+ readonly yesShort: "نعم";
2020
2020
  };
2021
2021
  readonly map: {
2022
2022
  readonly alt: "خريطة تعرض {{address}}";
@@ -2619,8 +2619,8 @@ export declare const arUi: {
2619
2619
  };
2620
2620
  readonly operatorHero: {
2621
2621
  readonly colorLabel: "Calendar colour";
2622
- readonly regionLabel: "Operator profile";
2623
- readonly ratingLabel: "{{value}} out of 5 stars, based on {{count}} reviews";
2622
+ readonly regionLabel: "الملف الشخصي للمختص";
2623
+ readonly ratingLabel: "{{value}} من أصل 5 نجوم، استنادًا إلى {{count}} مراجعة";
2624
2624
  };
2625
2625
  readonly reviewsPanel: {
2626
2626
  readonly regionLabel: "تقييمات المرضى";
@@ -2876,6 +2876,7 @@ export declare const arUi: {
2876
2876
  readonly signed: "تم التوقيع";
2877
2877
  readonly unsigned: "لم يتم التوقيع";
2878
2878
  readonly notRequired: "لا يلزم توقيع";
2879
+ readonly partial: "Partially signed";
2879
2880
  readonly missingOperator: "توقيع المشغّل مفقود";
2880
2881
  readonly missingPatient: "توقيع المريض مفقود";
2881
2882
  readonly missingSecondary: "Second signee signature missing";