@alfadocs/ui-kit 0.21.0 → 0.24.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/{autocomplete-BxfabhZ8.js → autocomplete-C7xq06bP.js} +40 -40
- package/dist/_chunks/editable-currency-cell-renderer-DJB5MxAI.js +2349 -0
- package/dist/_chunks/locale-picker-CYBhgSHR.js +575 -0
- package/dist/_chunks/{patient-shell-DavGODt9.js → patient-shell-B164drIa.js} +40 -55
- package/dist/_chunks/settings-ca2Yi9R8.js +21 -0
- package/dist/_chunks/sun-Eweh5fvi.js +50 -0
- package/dist/_chunks/{theme-toggle-BswYl0Yp.js → theme-toggle-FrotC2VI.js} +85 -127
- package/dist/_chunks/use-locale-BkCIHujH.js +20 -0
- package/dist/_chunks/use-scroll-to-first-error-BrK7dKB_.js +55 -0
- package/dist/_chunks/{whatsapp-button-CtlLwM3M.js → whatsapp-button-DUjlWGKf.js} +26 -25
- package/dist/agent-catalog.json +59 -1
- package/dist/components/autocomplete/index.js +1 -1
- package/dist/components/data-table/filters/number-filter.d.ts +56 -0
- package/dist/components/data-table/filters/text-filter.d.ts +49 -0
- package/dist/components/data-table/index.d.ts +4 -0
- package/dist/components/data-table/index.js +25 -21
- package/dist/components/header-settings/index.js +205 -0
- package/dist/components/locale-picker/index.js +7 -0
- package/dist/components/theme-toggle/index.js +1 -1
- package/dist/components/whatsapp-button/index.js +1 -1
- package/dist/components/whatsapp-button/whatsapp-button.d.ts +14 -1
- package/dist/fonts/Lexend-VF-latin-ext.woff2 +0 -0
- package/dist/fonts/Lexend-VF-latin.woff2 +0 -0
- package/dist/fonts/Lexend-VF-vietnamese.woff2 +0 -0
- package/dist/fonts/NotoSansArabic-VF-arabic.woff2 +0 -0
- package/dist/fonts/NotoSansDevanagari-VF-devanagari.woff2 +0 -0
- package/dist/hooks/index.js +29 -28
- package/dist/i18n/config.d.ts +1 -1
- package/dist/i18n/config.js +20944 -2110
- package/dist/i18n/locales/ar.d.ts +1225 -0
- package/dist/i18n/locales/de.d.ts +1225 -0
- package/dist/i18n/locales/el.d.ts +1222 -0
- package/dist/i18n/locales/es.d.ts +1222 -0
- package/dist/i18n/locales/fr.d.ts +1222 -0
- package/dist/i18n/locales/hi.d.ts +1222 -0
- package/dist/i18n/locales/ja.d.ts +1222 -0
- package/dist/i18n/locales/nl.d.ts +1222 -0
- package/dist/i18n/locales/pl.d.ts +1222 -0
- package/dist/i18n/locales/pt.d.ts +1223 -0
- package/dist/i18n/locales/ro.d.ts +1222 -0
- package/dist/i18n/locales/ru.d.ts +1222 -0
- package/dist/i18n/locales/sq.d.ts +1222 -0
- package/dist/i18n/locales/sv.d.ts +1222 -0
- package/dist/i18n/locales/tr.d.ts +1222 -0
- package/dist/i18n/locales/zh.d.ts +1222 -0
- package/dist/i18n/resources.d.ts +342 -1040
- package/dist/index.js +512 -507
- package/dist/locales/ar.json +1217 -1
- package/dist/locales/de.json +207 -13
- package/dist/locales/el.json +1217 -0
- package/dist/locales/en.json +147 -3
- package/dist/locales/es.json +1217 -0
- package/dist/locales/fr.json +1217 -0
- package/dist/locales/hi.json +1217 -0
- package/dist/locales/it.json +178 -3
- package/dist/locales/ja.json +1217 -0
- package/dist/locales/nl.json +1217 -0
- package/dist/locales/pl.json +1217 -0
- package/dist/locales/pt.json +1217 -0
- package/dist/locales/ro.json +1217 -0
- package/dist/locales/ru.json +1217 -0
- package/dist/locales/sq.json +1217 -0
- package/dist/locales/sv.json +1217 -0
- package/dist/locales/tr.json +1217 -0
- package/dist/locales/zh.json +1217 -0
- package/dist/patterns/patient-shell/index.js +1 -1
- package/dist/tokens.css +2 -2
- package/package.json +13 -1
- package/dist/_chunks/editable-currency-cell-renderer-1t42gENX.js +0 -1972
- package/dist/_chunks/use-locale-C5rS3Xon.js +0 -71
|
@@ -0,0 +1,1225 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Arabic (`ar`) `ui` resources.
|
|
3
|
+
*
|
|
4
|
+
* Machine-translated from canonical Italian — needs professional review,
|
|
5
|
+
* especially dental/medical terminology and RTL-specific phrasing.
|
|
6
|
+
* Domain: AlfaDocs dental practice management software.
|
|
7
|
+
*/
|
|
8
|
+
export declare const arUi: {
|
|
9
|
+
readonly common: {
|
|
10
|
+
readonly save: "حفظ";
|
|
11
|
+
readonly cancel: "إلغاء";
|
|
12
|
+
readonly delete: "حذف";
|
|
13
|
+
readonly close: "إغلاق";
|
|
14
|
+
readonly confirm: "تأكيد";
|
|
15
|
+
readonly loading: "جارٍ التحميل...";
|
|
16
|
+
readonly required: "مطلوب";
|
|
17
|
+
readonly optional: "اختياري";
|
|
18
|
+
readonly progress_label: "{{percent}} مكتمل";
|
|
19
|
+
};
|
|
20
|
+
readonly buttonGroup: {
|
|
21
|
+
readonly label: "مجموعة أزرار";
|
|
22
|
+
};
|
|
23
|
+
readonly carousel: {
|
|
24
|
+
readonly label: "عرض شرائح";
|
|
25
|
+
readonly roleDescription: "عرض شرائح";
|
|
26
|
+
readonly slideRoleDescription: "شريحة";
|
|
27
|
+
readonly slideLabel: "{{current}} من {{total}}";
|
|
28
|
+
readonly indicatorsLabel: "الشرائح";
|
|
29
|
+
readonly previous: "الشريحة السابقة";
|
|
30
|
+
readonly next: "الشريحة التالية";
|
|
31
|
+
readonly goToSlide: "انتقل إلى الشريحة {{index}}";
|
|
32
|
+
readonly slideAnnouncement: "الشريحة {{current}} من {{total}}";
|
|
33
|
+
};
|
|
34
|
+
readonly publicHeader: {
|
|
35
|
+
readonly homeLabel: "AlfaDocs — الرئيسية";
|
|
36
|
+
readonly primaryNavLabel: "التنقل الرئيسي";
|
|
37
|
+
readonly openMenu: "فتح القائمة";
|
|
38
|
+
readonly closeMenu: "إغلاق القائمة";
|
|
39
|
+
};
|
|
40
|
+
readonly kbd: {
|
|
41
|
+
readonly plus: "+";
|
|
42
|
+
readonly then: "ثم";
|
|
43
|
+
readonly thenSpoken: "ثم";
|
|
44
|
+
readonly pressThen: "اضغط {{keys}}";
|
|
45
|
+
};
|
|
46
|
+
readonly search: {
|
|
47
|
+
readonly open: "فتح البحث";
|
|
48
|
+
readonly label: "بحث";
|
|
49
|
+
readonly placeholder: "بحث…";
|
|
50
|
+
readonly resultsLabel: "نتائج البحث";
|
|
51
|
+
readonly noResults: "لا توجد نتائج لـ \"{{query}}\"";
|
|
52
|
+
};
|
|
53
|
+
readonly contactCard: {
|
|
54
|
+
readonly vatNumberLabel: "الرقم الضريبي:";
|
|
55
|
+
readonly phoneLabel: "الهاتف:";
|
|
56
|
+
};
|
|
57
|
+
readonly copyField: {
|
|
58
|
+
readonly copy: "نسخ";
|
|
59
|
+
readonly copied: "تم النسخ";
|
|
60
|
+
readonly valueLabel: "القيمة المراد نسخها";
|
|
61
|
+
readonly copySuccess: "تم النسخ إلى الحافظة";
|
|
62
|
+
readonly copyFailed: "فشل النسخ";
|
|
63
|
+
};
|
|
64
|
+
readonly link: {
|
|
65
|
+
readonly opensInNewTab: "يُفتح في علامة تبويب جديدة";
|
|
66
|
+
};
|
|
67
|
+
readonly inputs: {
|
|
68
|
+
readonly switch: {
|
|
69
|
+
readonly on: "مفعّل";
|
|
70
|
+
readonly off: "معطّل";
|
|
71
|
+
};
|
|
72
|
+
readonly radioGroup: {
|
|
73
|
+
readonly selectOne: "اختر خياراً";
|
|
74
|
+
};
|
|
75
|
+
readonly text: {
|
|
76
|
+
readonly clear: "مسح الحقل";
|
|
77
|
+
};
|
|
78
|
+
readonly recaptcha: {
|
|
79
|
+
readonly expired: "انتهت صلاحية التحقق — أعد المحاولة.";
|
|
80
|
+
readonly error: "فشل التحقق — أعد المحاولة.";
|
|
81
|
+
};
|
|
82
|
+
readonly search: {
|
|
83
|
+
readonly clear: "مسح البحث";
|
|
84
|
+
readonly loading: "جارٍ البحث…";
|
|
85
|
+
readonly placeholder: "بحث…";
|
|
86
|
+
};
|
|
87
|
+
readonly password: {
|
|
88
|
+
readonly toggleShow: "إظهار كلمة المرور";
|
|
89
|
+
readonly toggleHide: "إخفاء كلمة المرور";
|
|
90
|
+
readonly capsLock: "قفل الأحرف الكبيرة مفعّل";
|
|
91
|
+
readonly strengthLabel: "مستوى الأمان";
|
|
92
|
+
readonly strength: {
|
|
93
|
+
readonly weak: "ضعيف";
|
|
94
|
+
readonly fair: "مقبول";
|
|
95
|
+
readonly good: "جيد";
|
|
96
|
+
readonly strong: "قوي";
|
|
97
|
+
};
|
|
98
|
+
readonly requirements: {
|
|
99
|
+
readonly length_zero: "على الأقل {{count}} حرف";
|
|
100
|
+
readonly length_one: "على الأقل {{count}} حرف";
|
|
101
|
+
readonly length_two: "على الأقل {{count}} حرفين";
|
|
102
|
+
readonly length_few: "على الأقل {{count}} أحرف";
|
|
103
|
+
readonly length_many: "على الأقل {{count}} أحرف";
|
|
104
|
+
readonly length_other: "على الأقل {{count}} أحرف";
|
|
105
|
+
readonly uppercase: "حرف كبير واحد";
|
|
106
|
+
readonly lowercase: "حرف صغير واحد";
|
|
107
|
+
readonly digit: "رقم واحد";
|
|
108
|
+
readonly symbol: "رمز واحد";
|
|
109
|
+
readonly noSpaces: "لا مسافات";
|
|
110
|
+
readonly met: "مستوفى";
|
|
111
|
+
readonly unmet: "غير مستوفى بعد";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
readonly textarea: {
|
|
115
|
+
readonly charactersRemaining_zero: "متبقي {{count}} حرف";
|
|
116
|
+
readonly charactersRemaining_one: "متبقي {{count}} حرف";
|
|
117
|
+
readonly charactersRemaining_two: "متبقي {{count}} حرفين";
|
|
118
|
+
readonly charactersRemaining_few: "متبقي {{count}} أحرف";
|
|
119
|
+
readonly charactersRemaining_many: "متبقي {{count}} حرفاً";
|
|
120
|
+
readonly charactersRemaining_other: "متبقي {{count}} حرف";
|
|
121
|
+
};
|
|
122
|
+
readonly number: {
|
|
123
|
+
readonly increment: "زيادة";
|
|
124
|
+
readonly decrement: "نقصان";
|
|
125
|
+
};
|
|
126
|
+
readonly select: {
|
|
127
|
+
readonly placeholder: "اختر…";
|
|
128
|
+
readonly clear: "مسح الاختيار";
|
|
129
|
+
readonly noOptions: "لا توجد خيارات";
|
|
130
|
+
};
|
|
131
|
+
readonly combobox: {
|
|
132
|
+
readonly empty: "لا توجد نتائج";
|
|
133
|
+
readonly create: "إنشاء \"{{value}}\"";
|
|
134
|
+
readonly placeholder: "بحث…";
|
|
135
|
+
readonly clear: "مسح الاختيار";
|
|
136
|
+
};
|
|
137
|
+
readonly otp: {
|
|
138
|
+
readonly digitLabel: "الرقم {{current}} من {{total}}";
|
|
139
|
+
};
|
|
140
|
+
readonly slider: {
|
|
141
|
+
readonly minLabel: "الحد الأدنى";
|
|
142
|
+
readonly maxLabel: "الحد الأقصى";
|
|
143
|
+
};
|
|
144
|
+
readonly checkboxGroup: {
|
|
145
|
+
readonly selectAll: "تحديد الكل";
|
|
146
|
+
readonly minReached: "تم بلوغ الحد الأدنى {{min}} تحديدات";
|
|
147
|
+
readonly maxReached: "تم بلوغ الحد الأقصى {{max}} تحديدات";
|
|
148
|
+
readonly counter_zero: "{{count}} من {{total}} محدد";
|
|
149
|
+
readonly counter_one: "{{count}} من {{total}} محدد";
|
|
150
|
+
readonly counter_two: "{{count}} من {{total}} محددين";
|
|
151
|
+
readonly counter_few: "{{count}} من {{total}} محددة";
|
|
152
|
+
readonly counter_many: "{{count}} من {{total}} محدداً";
|
|
153
|
+
readonly counter_other: "{{count}} من {{total}} محددة";
|
|
154
|
+
};
|
|
155
|
+
readonly multiSelect: {
|
|
156
|
+
readonly placeholder: "اختر…";
|
|
157
|
+
readonly noOptions: "لا توجد خيارات";
|
|
158
|
+
readonly selectAll: "تحديد الكل";
|
|
159
|
+
readonly clearAll: "إزالة الكل";
|
|
160
|
+
readonly remove: "إزالة {{label}}";
|
|
161
|
+
readonly maxReached: "الحد الأقصى {{count}} تحديدات";
|
|
162
|
+
readonly overflow: "+{{count}} أخرى";
|
|
163
|
+
readonly selected_zero: "{{count}} محددة";
|
|
164
|
+
readonly selected_one: "{{count}} محدد";
|
|
165
|
+
readonly selected_two: "{{count}} محددين";
|
|
166
|
+
readonly selected_few: "{{count}} محددة";
|
|
167
|
+
readonly selected_many: "{{count}} محددة";
|
|
168
|
+
readonly selected_other: "{{count}} محددة";
|
|
169
|
+
};
|
|
170
|
+
readonly autocomplete: {
|
|
171
|
+
readonly ariaLabel: "بحث";
|
|
172
|
+
readonly recent: "الأخيرة";
|
|
173
|
+
readonly noResults: "لا توجد نتائج";
|
|
174
|
+
readonly results_zero: "{{count}} نتيجة";
|
|
175
|
+
readonly results_one: "{{count}} نتيجة";
|
|
176
|
+
readonly results_two: "{{count}} نتيجتان";
|
|
177
|
+
readonly results_few: "{{count}} نتائج";
|
|
178
|
+
readonly results_many: "{{count}} نتيجة";
|
|
179
|
+
readonly results_other: "{{count}} نتيجة";
|
|
180
|
+
};
|
|
181
|
+
readonly phone: {
|
|
182
|
+
readonly placeholder: "رقم الهاتف";
|
|
183
|
+
readonly searchCountry: "ابحث عن الدول…";
|
|
184
|
+
readonly noCountryFound: "لم يتم العثور على دولة";
|
|
185
|
+
readonly countryPickerLabel: "الدولة";
|
|
186
|
+
readonly popularCountries: "الأكثر استخداماً";
|
|
187
|
+
readonly allCountries: "جميع الدول";
|
|
188
|
+
};
|
|
189
|
+
readonly email: {
|
|
190
|
+
readonly invalid: "عنوان البريد الإلكتروني غير صالح";
|
|
191
|
+
};
|
|
192
|
+
readonly colorPicker: {
|
|
193
|
+
readonly hex: "Hex";
|
|
194
|
+
readonly hue: "درجة اللون";
|
|
195
|
+
readonly saturation: "التشبع";
|
|
196
|
+
readonly lightness: "السطوع";
|
|
197
|
+
readonly opacity: "الشفافية";
|
|
198
|
+
readonly contrastRatio: "{{ratio}}:1";
|
|
199
|
+
readonly contrastPass: "كافٍ";
|
|
200
|
+
readonly contrastFail: "غير كافٍ";
|
|
201
|
+
readonly swatchLabel: "{{name}}, {{hex}}";
|
|
202
|
+
readonly invalidHex: "Hex غير صالح — تمت استعادة القيمة";
|
|
203
|
+
};
|
|
204
|
+
readonly datePicker: {
|
|
205
|
+
readonly placeholder: "اختر تاريخاً";
|
|
206
|
+
readonly invalid: "تاريخ غير صالح";
|
|
207
|
+
readonly gridLabel: "التقويم";
|
|
208
|
+
readonly today: "اليوم";
|
|
209
|
+
readonly presets: {
|
|
210
|
+
readonly today: "اليوم";
|
|
211
|
+
readonly tomorrow: "غداً";
|
|
212
|
+
readonly nextWeek: "الأسبوع القادم";
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
readonly timePicker: {
|
|
216
|
+
readonly groupLabel: "الوقت";
|
|
217
|
+
readonly hour: "الساعة";
|
|
218
|
+
readonly minute: "الدقيقة";
|
|
219
|
+
readonly period: "الفترة";
|
|
220
|
+
};
|
|
221
|
+
readonly dateTimePicker: {
|
|
222
|
+
readonly placeholder: "اختر التاريخ والوقت";
|
|
223
|
+
readonly apply: "تطبيق";
|
|
224
|
+
readonly outOfRange: "التاريخ/الوقت خارج النطاق المسموح به";
|
|
225
|
+
};
|
|
226
|
+
readonly dateRangePicker: {
|
|
227
|
+
readonly placeholder: "اختر نطاق التواريخ";
|
|
228
|
+
readonly rangeSummary: "من {{from}} إلى {{to}}, {{count}} يوم/أيام";
|
|
229
|
+
readonly days_zero: "{{count}} يوم";
|
|
230
|
+
readonly days_one: "{{count}} يوم";
|
|
231
|
+
readonly days_two: "{{count}} يومان";
|
|
232
|
+
readonly days_few: "{{count}} أيام";
|
|
233
|
+
readonly days_many: "{{count}} يوماً";
|
|
234
|
+
readonly days_other: "{{count}} يوم";
|
|
235
|
+
readonly presets: {
|
|
236
|
+
readonly today: "اليوم";
|
|
237
|
+
readonly yesterday: "أمس";
|
|
238
|
+
readonly last7: "آخر 7 أيام";
|
|
239
|
+
readonly thisWeek: "هذا الأسبوع";
|
|
240
|
+
readonly lastWeek: "الأسبوع الماضي";
|
|
241
|
+
readonly thisMonth: "هذا الشهر";
|
|
242
|
+
readonly last30: "آخر 30 يوماً";
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
readonly fileUpload: {
|
|
246
|
+
readonly dropHere: "اسحب الملفات هنا أو انقر للاستعراض";
|
|
247
|
+
readonly dropActive: "أفلت الملفات هنا";
|
|
248
|
+
readonly browse: "استعراض الملفات";
|
|
249
|
+
readonly uploading: "جارٍ الرفع…";
|
|
250
|
+
readonly complete: "اكتمل الرفع";
|
|
251
|
+
readonly cancel: "إلغاء الرفع";
|
|
252
|
+
readonly remove: "إزالة الملف";
|
|
253
|
+
readonly progress: "تم رفع {{percent}}%";
|
|
254
|
+
readonly filesSelected: "تم تحديد {{count}} ملف";
|
|
255
|
+
readonly errors: {
|
|
256
|
+
readonly fileTooLarge: "الملف يتجاوز {{maxSize}}";
|
|
257
|
+
readonly fileTooSmall: "الملف أصغر من {{minSize}}";
|
|
258
|
+
readonly fileInvalidType: "نوع الملف غير مقبول";
|
|
259
|
+
readonly tooManyFiles: "الحد الأقصى {{maxFiles}} ملف مسموح";
|
|
260
|
+
readonly uploadFailed: "فشل الرفع";
|
|
261
|
+
};
|
|
262
|
+
readonly units: {
|
|
263
|
+
readonly bytes: "ب";
|
|
264
|
+
readonly kilobytes: "كيلوبايت";
|
|
265
|
+
readonly megabytes: "ميغابايت";
|
|
266
|
+
readonly gigabytes: "غيغابايت";
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
readonly tabs: {
|
|
271
|
+
readonly closeTab: "إغلاق التبويب";
|
|
272
|
+
readonly moreTabs: "تبويبات أخرى";
|
|
273
|
+
readonly selectLabel: "القسم";
|
|
274
|
+
};
|
|
275
|
+
readonly patientProfile: {
|
|
276
|
+
readonly header: {
|
|
277
|
+
readonly label: "رأس ملف المريض";
|
|
278
|
+
};
|
|
279
|
+
readonly sidebar: {
|
|
280
|
+
readonly label: "تفاصيل المريض";
|
|
281
|
+
};
|
|
282
|
+
readonly tabs: {
|
|
283
|
+
readonly label: "أقسام المريض";
|
|
284
|
+
};
|
|
285
|
+
readonly footer: {
|
|
286
|
+
readonly label: "إجراءات حالة المريض";
|
|
287
|
+
};
|
|
288
|
+
readonly actions: {
|
|
289
|
+
readonly moreLabel: "إجراءات أخرى";
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
readonly operatorProfile: {
|
|
293
|
+
readonly header: {
|
|
294
|
+
readonly label: "رأس ملف المشغّل";
|
|
295
|
+
};
|
|
296
|
+
readonly sidebar: {
|
|
297
|
+
readonly label: "تفاصيل المشغّل";
|
|
298
|
+
};
|
|
299
|
+
readonly tabs: {
|
|
300
|
+
readonly label: "أقسام المشغّل";
|
|
301
|
+
};
|
|
302
|
+
readonly footer: {
|
|
303
|
+
readonly label: "إجراءات حالة المشغّل";
|
|
304
|
+
};
|
|
305
|
+
readonly actions: {
|
|
306
|
+
readonly moreLabel: "إجراءات أخرى";
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
readonly resizable: {
|
|
310
|
+
readonly resizeLabel: "تغيير حجم الأجزاء";
|
|
311
|
+
readonly sizeAnnounce: "{{percent}} من المساحة المتاحة";
|
|
312
|
+
};
|
|
313
|
+
readonly tag: {
|
|
314
|
+
readonly remove: "إزالة {{label}}";
|
|
315
|
+
readonly removed: "تمت إزالة {{label}}";
|
|
316
|
+
};
|
|
317
|
+
readonly avatar: {
|
|
318
|
+
readonly placeholder: "صورة المستخدم";
|
|
319
|
+
};
|
|
320
|
+
readonly badge: {
|
|
321
|
+
readonly notifications_zero: "{{count}} إشعار";
|
|
322
|
+
readonly notifications_one: "{{count}} إشعار";
|
|
323
|
+
readonly notifications_two: "{{count}} إشعاران";
|
|
324
|
+
readonly notifications_few: "{{count}} إشعارات";
|
|
325
|
+
readonly notifications_many: "{{count}} إشعاراً";
|
|
326
|
+
readonly notifications_other: "{{count}} إشعارات";
|
|
327
|
+
readonly variant: {
|
|
328
|
+
readonly neutral: "محايد";
|
|
329
|
+
readonly info: "معلومة";
|
|
330
|
+
readonly success: "نجاح";
|
|
331
|
+
readonly warning: "تنبيه";
|
|
332
|
+
readonly error: "خطأ";
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
readonly list: {
|
|
336
|
+
readonly label: "قائمة";
|
|
337
|
+
};
|
|
338
|
+
readonly keyValuePair: {
|
|
339
|
+
readonly copy: "نسخ {{label}}";
|
|
340
|
+
readonly copied: "تم النسخ إلى الحافظة";
|
|
341
|
+
readonly notAvailable: "النسخ غير متاح";
|
|
342
|
+
};
|
|
343
|
+
readonly stat: {
|
|
344
|
+
readonly trend: {
|
|
345
|
+
readonly up: "ارتفع بمقدار";
|
|
346
|
+
readonly down: "انخفض بمقدار";
|
|
347
|
+
readonly flat: "لم يتغير";
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
readonly timeline: {
|
|
351
|
+
readonly type: {
|
|
352
|
+
readonly info: "معلومة";
|
|
353
|
+
readonly success: "نجاح";
|
|
354
|
+
readonly warning: "تنبيه";
|
|
355
|
+
readonly error: "خطأ";
|
|
356
|
+
readonly neutral: "حدث";
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
readonly dataTable: {
|
|
360
|
+
readonly selected_zero: "{{count}} صف محدد";
|
|
361
|
+
readonly selected_one: "{{count}} صف محدد";
|
|
362
|
+
readonly selected_two: "{{count}} صفان محددان";
|
|
363
|
+
readonly selected_few: "{{count}} صفوف محددة";
|
|
364
|
+
readonly selected_many: "{{count}} صفاً محدداً";
|
|
365
|
+
readonly selected_other: "{{count}} صفوف محددة";
|
|
366
|
+
readonly exportCsv: "تصدير CSV";
|
|
367
|
+
readonly exportPdf: "تصدير PDF";
|
|
368
|
+
readonly print: "طباعة";
|
|
369
|
+
readonly columnToggle: "الأعمدة";
|
|
370
|
+
readonly bulkAction: "{{count}} محددة";
|
|
371
|
+
readonly refresh: "تحديث";
|
|
372
|
+
readonly export: {
|
|
373
|
+
readonly menu: "تصدير";
|
|
374
|
+
readonly csv: "تصدير CSV";
|
|
375
|
+
readonly xlsx: "تصدير Excel";
|
|
376
|
+
readonly pdf: "تصدير PDF";
|
|
377
|
+
readonly custom: "تصدير";
|
|
378
|
+
};
|
|
379
|
+
readonly quickSearch: {
|
|
380
|
+
readonly placeholder: "بحث…";
|
|
381
|
+
readonly label: "بحث سريع";
|
|
382
|
+
};
|
|
383
|
+
readonly filterChips: {
|
|
384
|
+
readonly label: "الفلاتر النشطة";
|
|
385
|
+
readonly clearAll: "إزالة الكل";
|
|
386
|
+
};
|
|
387
|
+
readonly facetFilter: {
|
|
388
|
+
readonly label: "فلتر";
|
|
389
|
+
};
|
|
390
|
+
readonly expandRow: "توسيع الصف";
|
|
391
|
+
readonly collapseRow: "طي الصف";
|
|
392
|
+
readonly totalRow: "الإجمالي";
|
|
393
|
+
readonly noRows: "لا توجد بيانات للعرض";
|
|
394
|
+
readonly noRowsDescription: "حاول تعديل البحث أو الفلاتر.";
|
|
395
|
+
readonly loading: "جارٍ تحميل البيانات…";
|
|
396
|
+
readonly sortAnnounce: "مرتب حسب {{column}}, {{direction}}";
|
|
397
|
+
readonly sortAscending: "تصاعدي";
|
|
398
|
+
readonly sortDescending: "تنازلي";
|
|
399
|
+
readonly sortNone: "غير مرتب";
|
|
400
|
+
readonly filterActive: "فلتر نشط";
|
|
401
|
+
readonly page: "صفحة";
|
|
402
|
+
readonly of: "من";
|
|
403
|
+
readonly to: "إلى";
|
|
404
|
+
readonly nextPage: "الصفحة التالية";
|
|
405
|
+
readonly previousPage: "الصفحة السابقة";
|
|
406
|
+
readonly firstPage: "الصفحة الأولى";
|
|
407
|
+
readonly lastPage: "الصفحة الأخيرة";
|
|
408
|
+
readonly pageSize: "صفوف في الصفحة";
|
|
409
|
+
readonly agGrid: {
|
|
410
|
+
readonly contains: "يحتوي على";
|
|
411
|
+
readonly notContains: "لا يحتوي على";
|
|
412
|
+
readonly equals: "يساوي";
|
|
413
|
+
readonly notEqual: "لا يساوي";
|
|
414
|
+
readonly startsWith: "يبدأ بـ";
|
|
415
|
+
readonly endsWith: "ينتهي بـ";
|
|
416
|
+
readonly lessThan: "أقل من";
|
|
417
|
+
readonly greaterThan: "أكبر من";
|
|
418
|
+
readonly inRange: "ضمن النطاق";
|
|
419
|
+
readonly blank: "فارغ";
|
|
420
|
+
readonly notBlank: "غير فارغ";
|
|
421
|
+
readonly filterOoo: "فلترة…";
|
|
422
|
+
readonly applyFilter: "تطبيق";
|
|
423
|
+
readonly resetFilter: "إعادة تعيين";
|
|
424
|
+
readonly noRowsToShow: "لا توجد صفوف للعرض";
|
|
425
|
+
readonly selectAll: "تحديد الكل";
|
|
426
|
+
};
|
|
427
|
+
readonly selectFilter: {
|
|
428
|
+
readonly all: "الكل";
|
|
429
|
+
readonly selectedCount: "{{count}} محددة";
|
|
430
|
+
readonly clear: "إزالة";
|
|
431
|
+
readonly apply: "تطبيق";
|
|
432
|
+
};
|
|
433
|
+
readonly typeaheadFilter: {
|
|
434
|
+
readonly placeholder: "بحث…";
|
|
435
|
+
readonly clear: "إزالة";
|
|
436
|
+
};
|
|
437
|
+
readonly textFilter: {
|
|
438
|
+
readonly placeholder: "Search…";
|
|
439
|
+
readonly clear: "Clear";
|
|
440
|
+
readonly apply: "Apply";
|
|
441
|
+
readonly operators: {
|
|
442
|
+
readonly contains: "Contains";
|
|
443
|
+
readonly notContains: "Does not contain";
|
|
444
|
+
readonly equals: "Equals";
|
|
445
|
+
readonly startsWith: "Starts with";
|
|
446
|
+
readonly endsWith: "Ends with";
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
readonly numberFilter: {
|
|
450
|
+
readonly placeholder: "Filter…";
|
|
451
|
+
readonly from: "From";
|
|
452
|
+
readonly to: "To";
|
|
453
|
+
readonly clear: "Clear";
|
|
454
|
+
readonly apply: "Apply";
|
|
455
|
+
readonly operators: {
|
|
456
|
+
readonly equals: "Equals";
|
|
457
|
+
readonly notEqual: "Not equal";
|
|
458
|
+
readonly greaterThan: "Greater than";
|
|
459
|
+
readonly greaterThanOrEqual: "Greater than or equal";
|
|
460
|
+
readonly lessThan: "Less than";
|
|
461
|
+
readonly lessThanOrEqual: "Less than or equal";
|
|
462
|
+
readonly inRange: "In range";
|
|
463
|
+
readonly blank: "Blank";
|
|
464
|
+
readonly notBlank: "Not blank";
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
readonly emptyState: {
|
|
469
|
+
readonly firstUse: {
|
|
470
|
+
readonly title: "لا يوجد شيء هنا بعد";
|
|
471
|
+
readonly description: "ابدأ بإنشاء أول عنصر.";
|
|
472
|
+
readonly cta: "ابدأ";
|
|
473
|
+
};
|
|
474
|
+
readonly noResults: {
|
|
475
|
+
readonly title: "لا توجد نتائج";
|
|
476
|
+
readonly description: "حاول تعديل البحث أو الفلاتر.";
|
|
477
|
+
readonly cta: "إزالة الفلاتر";
|
|
478
|
+
readonly filtersApplied: "{{count}} فلتر/فلاتر مطبّقة";
|
|
479
|
+
};
|
|
480
|
+
readonly error: {
|
|
481
|
+
readonly title: "حدث خطأ ما";
|
|
482
|
+
readonly description: "تعذّر تحميل المحتوى. أعد المحاولة.";
|
|
483
|
+
readonly cta: "أعد المحاولة";
|
|
484
|
+
readonly secondaryCta: "تواصل مع الدعم";
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
readonly rating: {
|
|
488
|
+
readonly label: "{{value}} نجوم من {{max}}";
|
|
489
|
+
readonly reviews_zero: "{{value}} نجوم · {{count}} تقييم";
|
|
490
|
+
readonly reviews_one: "{{value}} نجوم · 1 تقييم";
|
|
491
|
+
readonly reviews_two: "{{value}} نجوم · {{count}} تقييمان";
|
|
492
|
+
readonly reviews_few: "{{value}} نجوم · {{count}} تقييمات";
|
|
493
|
+
readonly reviews_many: "{{value}} نجوم · {{count}} تقييماً";
|
|
494
|
+
readonly reviews_other: "{{value}} نجوم · {{count}} تقييمات";
|
|
495
|
+
};
|
|
496
|
+
readonly sparkline: {
|
|
497
|
+
readonly summary: "{{label}}: الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
498
|
+
readonly summaryNoLabel: "الأدنى {{min}}, الأقصى {{max}}, الحالي {{current}}, {{direction}}";
|
|
499
|
+
readonly noData: "لا توجد بيانات";
|
|
500
|
+
readonly direction: {
|
|
501
|
+
readonly increasing: "في ارتفاع";
|
|
502
|
+
readonly decreasing: "في انخفاض";
|
|
503
|
+
readonly steady: "مستقر";
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
readonly feedback: {
|
|
507
|
+
readonly alert: {
|
|
508
|
+
readonly defaultTitle: {
|
|
509
|
+
readonly info: "معلومة";
|
|
510
|
+
readonly success: "نجاح";
|
|
511
|
+
readonly warning: "تنبيه";
|
|
512
|
+
readonly error: "خطأ";
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
readonly toast: {
|
|
516
|
+
readonly dismiss: "إغلاق";
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
readonly notificationTray: {
|
|
520
|
+
readonly ariaLabel: "الإشعارات";
|
|
521
|
+
readonly triggerLabel_zero: "الإشعارات، {{count}} غير مقروء";
|
|
522
|
+
readonly triggerLabel_one: "الإشعارات، {{count}} غير مقروء";
|
|
523
|
+
readonly triggerLabel_two: "الإشعارات، {{count}} غير مقروءين";
|
|
524
|
+
readonly triggerLabel_few: "الإشعارات، {{count}} غير مقروءة";
|
|
525
|
+
readonly triggerLabel_many: "الإشعارات، {{count}} غير مقروءة";
|
|
526
|
+
readonly triggerLabel_other: "الإشعارات، {{count}} غير مقروءة";
|
|
527
|
+
readonly triggerLabelNone: "الإشعارات، لا توجد غير مقروءة";
|
|
528
|
+
readonly panelTitle: "الإشعارات";
|
|
529
|
+
readonly markAllRead: "تعليم الكل كمقروء";
|
|
530
|
+
readonly noNotifications: "لا توجد إشعارات";
|
|
531
|
+
readonly noNotificationsDescription: "أنت على اطلاع بكل شيء.";
|
|
532
|
+
readonly viewAll: "عرض جميع الإشعارات";
|
|
533
|
+
readonly newNotification: "إشعار جديد: {{title}}";
|
|
534
|
+
readonly badgeCountOverflow: "99+";
|
|
535
|
+
};
|
|
536
|
+
readonly notificationCard: {
|
|
537
|
+
readonly dismiss: "إغلاق الإشعار";
|
|
538
|
+
readonly markAsRead: "تعليم كمقروء";
|
|
539
|
+
readonly learnMore: "اعرف المزيد";
|
|
540
|
+
readonly itemLabel: "{{title}}, {{time}}{{unreadSuffix}}";
|
|
541
|
+
readonly unreadSuffix: "، غير مقروء";
|
|
542
|
+
};
|
|
543
|
+
readonly messageTray: {
|
|
544
|
+
readonly ariaLabel: "الرسائل";
|
|
545
|
+
readonly triggerLabel_zero: "الرسائل، {{count}} غير مقروءة";
|
|
546
|
+
readonly triggerLabel_one: "الرسائل، {{count}} غير مقروءة";
|
|
547
|
+
readonly triggerLabel_two: "الرسائل، {{count}} غير مقروءتين";
|
|
548
|
+
readonly triggerLabel_few: "الرسائل، {{count}} غير مقروءة";
|
|
549
|
+
readonly triggerLabel_many: "الرسائل، {{count}} غير مقروءة";
|
|
550
|
+
readonly triggerLabel_other: "الرسائل، {{count}} غير مقروءة";
|
|
551
|
+
readonly triggerLabelNone: "الرسائل، لا توجد غير مقروءة";
|
|
552
|
+
readonly panelTitle: "الرسائل";
|
|
553
|
+
readonly markAllRead: "تعليم الكل كمقروء";
|
|
554
|
+
readonly noMessages: "لا توجد رسائل";
|
|
555
|
+
readonly noMessagesDescription: "صندوق الوارد فارغ.";
|
|
556
|
+
readonly viewAll: "عرض جميع الرسائل";
|
|
557
|
+
readonly newMessage: "رسالة جديدة من {{sender}}";
|
|
558
|
+
readonly badgeCountOverflow: "99+";
|
|
559
|
+
};
|
|
560
|
+
readonly messageCard: {
|
|
561
|
+
readonly dismiss: "إغلاق الرسالة";
|
|
562
|
+
readonly markAsRead: "تعليم كمقروء";
|
|
563
|
+
readonly openThread: "فتح المحادثة";
|
|
564
|
+
readonly itemLabel: "رسالة من {{sender}}{{subjectFragment}}, {{time}}{{unreadSuffix}}";
|
|
565
|
+
readonly subjectFragment: " — {{subject}}";
|
|
566
|
+
readonly unreadSuffix: "، غير مقروء";
|
|
567
|
+
readonly threadCount_zero: "{{count}} رسالة جديدة في المحادثة";
|
|
568
|
+
readonly threadCount_one: "{{count}} رسالة جديدة في المحادثة";
|
|
569
|
+
readonly threadCount_two: "{{count}} رسالتان جديدتان في المحادثة";
|
|
570
|
+
readonly threadCount_few: "{{count}} رسائل جديدة في المحادثة";
|
|
571
|
+
readonly threadCount_many: "{{count}} رسالة جديدة في المحادثة";
|
|
572
|
+
readonly threadCount_other: "{{count}} رسائل جديدة في المحادثة";
|
|
573
|
+
};
|
|
574
|
+
readonly taskCard: {
|
|
575
|
+
readonly itemLabel: "{{title}}";
|
|
576
|
+
};
|
|
577
|
+
readonly taskTray: {
|
|
578
|
+
readonly title: "المهام";
|
|
579
|
+
readonly add: "إضافة مهمة";
|
|
580
|
+
readonly empty: {
|
|
581
|
+
readonly title: "لا توجد مهام";
|
|
582
|
+
readonly description: "ستظهر المهام الجديدة هنا.";
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
readonly agendaCard: {
|
|
586
|
+
readonly itemLabel: "{{time}} · {{patient}}";
|
|
587
|
+
readonly status: {
|
|
588
|
+
readonly confirmed: "مؤكد";
|
|
589
|
+
readonly pending: "قيد الانتظار";
|
|
590
|
+
readonly cancelled: "ملغى";
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
readonly agendaTray: {
|
|
594
|
+
readonly title: "مواعيد اليوم";
|
|
595
|
+
readonly add: "إضافة موعد";
|
|
596
|
+
readonly empty: {
|
|
597
|
+
readonly title: "لا توجد مواعيد";
|
|
598
|
+
readonly description: "ستظهر المواعيد الجديدة هنا.";
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
readonly warningStack: {
|
|
602
|
+
readonly regionLabel: "تحذيرات";
|
|
603
|
+
readonly listLabel: "قائمة التحذيرات";
|
|
604
|
+
readonly countChanged_zero: "{{count}} تحذير للمراجعة";
|
|
605
|
+
readonly countChanged_one: "{{count}} تحذير للمراجعة";
|
|
606
|
+
readonly countChanged_two: "{{count}} تحذيران للمراجعة";
|
|
607
|
+
readonly countChanged_few: "{{count}} تحذيرات للمراجعة";
|
|
608
|
+
readonly countChanged_many: "{{count}} تحذيراً للمراجعة";
|
|
609
|
+
readonly countChanged_other: "{{count}} تحذيرات للمراجعة";
|
|
610
|
+
readonly showMore_zero: "عرض {{count}} تحذير إضافي";
|
|
611
|
+
readonly showMore_one: "عرض {{count}} تحذير إضافي";
|
|
612
|
+
readonly showMore_two: "عرض {{count}} تحذيرين إضافيين";
|
|
613
|
+
readonly showMore_few: "عرض {{count}} تحذيرات إضافية";
|
|
614
|
+
readonly showMore_many: "عرض {{count}} تحذيراً إضافياً";
|
|
615
|
+
readonly showMore_other: "عرض {{count}} تحذيرات إضافية";
|
|
616
|
+
readonly showLess: "عرض أقل";
|
|
617
|
+
};
|
|
618
|
+
readonly navigation: {
|
|
619
|
+
readonly breadcrumb: {
|
|
620
|
+
readonly label: "مسار التنقل";
|
|
621
|
+
readonly showPath: "عرض المسار الكامل";
|
|
622
|
+
readonly current: "الصفحة الحالية";
|
|
623
|
+
};
|
|
624
|
+
readonly pagination: {
|
|
625
|
+
readonly label: "ترقيم الصفحات";
|
|
626
|
+
readonly first: "الصفحة الأولى";
|
|
627
|
+
readonly previous: "الصفحة السابقة";
|
|
628
|
+
readonly next: "الصفحة التالية";
|
|
629
|
+
readonly last: "الصفحة الأخيرة";
|
|
630
|
+
readonly pageN: "صفحة {{n}}";
|
|
631
|
+
readonly rowsPerPage: "صفوف في الصفحة";
|
|
632
|
+
};
|
|
633
|
+
readonly stepper: {
|
|
634
|
+
readonly label: "التقدم";
|
|
635
|
+
readonly stepN: "الخطوة {{n}}";
|
|
636
|
+
readonly stepOfTotal: "الخطوة {{n}} من {{total}}";
|
|
637
|
+
readonly completed: "مكتمل";
|
|
638
|
+
readonly error: "خطأ";
|
|
639
|
+
readonly edit: "تعديل";
|
|
640
|
+
readonly locked: "مقفل";
|
|
641
|
+
};
|
|
642
|
+
readonly stepperCalendar: {
|
|
643
|
+
readonly label: "الحجز";
|
|
644
|
+
readonly steps: {
|
|
645
|
+
readonly service: "الخدمة";
|
|
646
|
+
readonly date: "التاريخ";
|
|
647
|
+
readonly time: "الوقت";
|
|
648
|
+
readonly details: "بياناتك";
|
|
649
|
+
};
|
|
650
|
+
readonly actions: {
|
|
651
|
+
readonly back: "رجوع";
|
|
652
|
+
readonly next: "التالي";
|
|
653
|
+
readonly submit: "تأكيد الحجز";
|
|
654
|
+
};
|
|
655
|
+
readonly service: {
|
|
656
|
+
readonly duration: "{{minutes}} دقيقة";
|
|
657
|
+
};
|
|
658
|
+
readonly time: {
|
|
659
|
+
readonly empty: "لا توجد أوقات متاحة — جرّب يوماً آخر";
|
|
660
|
+
};
|
|
661
|
+
readonly date: {
|
|
662
|
+
readonly previousMonth: "الشهر السابق";
|
|
663
|
+
readonly nextMonth: "الشهر التالي";
|
|
664
|
+
};
|
|
665
|
+
};
|
|
666
|
+
readonly sidebar: {
|
|
667
|
+
readonly label: "القائمة الرئيسية";
|
|
668
|
+
readonly collapse: "طي الشريط الجانبي";
|
|
669
|
+
readonly expand: "توسيع الشريط الجانبي";
|
|
670
|
+
readonly close: "إغلاق القائمة";
|
|
671
|
+
readonly open: "فتح القائمة";
|
|
672
|
+
readonly favorites: "المفضلة";
|
|
673
|
+
readonly favoritesEmpty: "أضف نجمة للعناصر لتثبيتها هنا.";
|
|
674
|
+
readonly pinItem: "تثبيت {{label}}";
|
|
675
|
+
readonly unpinItem: "إلغاء تثبيت {{label}}";
|
|
676
|
+
readonly reorderHandle: "إعادة ترتيب {{label}}. اضغط Alt + أعلى أو Alt + أسفل للنقل.";
|
|
677
|
+
readonly reorderAnnounce: "تم نقل {{label}} إلى الموضع {{to}} من {{total}}";
|
|
678
|
+
};
|
|
679
|
+
readonly header: {
|
|
680
|
+
readonly label: "رأس الصفحة";
|
|
681
|
+
};
|
|
682
|
+
readonly cmdk: {
|
|
683
|
+
readonly title: "لوحة الأوامر";
|
|
684
|
+
readonly description: "ابحث عن الأوامر والصفحات والإجراءات";
|
|
685
|
+
readonly placeholder: "اكتب أمراً أو ابحث…";
|
|
686
|
+
readonly empty: "لا توجد نتائج";
|
|
687
|
+
readonly recents: "الأخيرة";
|
|
688
|
+
readonly shortcut: "اختصار";
|
|
689
|
+
readonly clearRecents: "مسح الأوامر الأخيرة";
|
|
690
|
+
};
|
|
691
|
+
readonly nav: {
|
|
692
|
+
readonly label: "الرئيسي";
|
|
693
|
+
readonly openMenu: "فتح القائمة";
|
|
694
|
+
readonly closeMenu: "إغلاق القائمة";
|
|
695
|
+
readonly skipToContent: "انتقل إلى المحتوى";
|
|
696
|
+
};
|
|
697
|
+
readonly skipLink: {
|
|
698
|
+
readonly toContent: "انتقل إلى المحتوى الرئيسي";
|
|
699
|
+
};
|
|
700
|
+
readonly themeToggle: {
|
|
701
|
+
readonly trigger: "إعدادات المظهر";
|
|
702
|
+
readonly appearance: {
|
|
703
|
+
readonly label: "المظهر";
|
|
704
|
+
readonly light: "فاتح";
|
|
705
|
+
readonly dark: "داكن";
|
|
706
|
+
readonly system: "النظام";
|
|
707
|
+
};
|
|
708
|
+
readonly accessibility: {
|
|
709
|
+
readonly label: "وضع إمكانية الوصول";
|
|
710
|
+
readonly description: "تباين عالٍ ومساحات لمس أوسع";
|
|
711
|
+
readonly on: "تفعيل";
|
|
712
|
+
readonly off: "تعطيل";
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
readonly localePicker: {
|
|
716
|
+
readonly trigger: "إعدادات اللغة (الحالية: {{locale}})";
|
|
717
|
+
readonly popupLabel: "اختر اللغة";
|
|
718
|
+
readonly commandLabel: "قائمة اللغات";
|
|
719
|
+
readonly searchPlaceholder: "ابحث عن اللغات…";
|
|
720
|
+
readonly searchLabel: "ابحث عن اللغات";
|
|
721
|
+
readonly empty: "لم يتم العثور على لغات";
|
|
722
|
+
readonly currentSelection: "الاختيار الحالي";
|
|
723
|
+
};
|
|
724
|
+
readonly headerSettings: {
|
|
725
|
+
readonly trigger: "الإعدادات";
|
|
726
|
+
readonly language: {
|
|
727
|
+
readonly label: "اللغة";
|
|
728
|
+
};
|
|
729
|
+
readonly appearance: {
|
|
730
|
+
readonly label: "المظهر";
|
|
731
|
+
readonly light: "فاتح";
|
|
732
|
+
readonly dark: "داكن";
|
|
733
|
+
readonly system: "النظام";
|
|
734
|
+
readonly accessible: "الوضع المتاح";
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
};
|
|
738
|
+
readonly alia: {
|
|
739
|
+
readonly name: "Alia";
|
|
740
|
+
readonly greeting: "مرحباً، كيف يمكنني مساعدتك؟";
|
|
741
|
+
readonly subtitle: "مساعدك الشخصي لتحليل البيانات";
|
|
742
|
+
readonly newConversation: "محادثة جديدة";
|
|
743
|
+
readonly close: "إغلاق المساعد";
|
|
744
|
+
readonly open: "فتح المساعد";
|
|
745
|
+
readonly unseenCount_zero: "{{count}} رسالة جديدة";
|
|
746
|
+
readonly unseenCount_one: "{{count}} رسالة جديدة";
|
|
747
|
+
readonly unseenCount_two: "{{count}} رسالتان جديدتان";
|
|
748
|
+
readonly unseenCount_few: "{{count}} رسائل جديدة";
|
|
749
|
+
readonly unseenCount_many: "{{count}} رسالة جديدة";
|
|
750
|
+
readonly unseenCount_other: "{{count}} رسائل جديدة";
|
|
751
|
+
readonly usageLabel: "{{current}} من {{limit}} رسالة مستخدمة";
|
|
752
|
+
readonly usageLimitReached: "لقد بلغت حد الرسائل";
|
|
753
|
+
readonly stopGenerating: "إيقاف التوليد";
|
|
754
|
+
readonly exampleQuestions: "جرّب أن تسأل";
|
|
755
|
+
readonly upgrade: "الترقية إلى خطة أعلى";
|
|
756
|
+
readonly headerLabel: "رأس المساعد";
|
|
757
|
+
readonly panelLabel: "لوحة مساعد Alia";
|
|
758
|
+
};
|
|
759
|
+
readonly chat: {
|
|
760
|
+
readonly typing: "المساعد يكتب";
|
|
761
|
+
readonly thinking: "أفكّر…";
|
|
762
|
+
readonly suggestions: "اقتراحات";
|
|
763
|
+
readonly container: "نص المحادثة";
|
|
764
|
+
readonly send: "إرسال الرسالة";
|
|
765
|
+
readonly stopGenerating: "إيقاف التوليد";
|
|
766
|
+
readonly scrollToLatest: "الانتقال إلى الأحدث";
|
|
767
|
+
readonly streaming: {
|
|
768
|
+
readonly cursor: "يكتب";
|
|
769
|
+
};
|
|
770
|
+
readonly message: {
|
|
771
|
+
readonly label: "رسالة {{role}} أُرسلت {{time}}";
|
|
772
|
+
readonly labelNoTime: "رسالة {{role}}";
|
|
773
|
+
readonly role: {
|
|
774
|
+
readonly user: "أنت";
|
|
775
|
+
readonly assistant: "المساعد";
|
|
776
|
+
readonly system: "النظام";
|
|
777
|
+
};
|
|
778
|
+
readonly retry: "أعد المحاولة";
|
|
779
|
+
readonly status: {
|
|
780
|
+
readonly sending: "جارٍ الإرسال…";
|
|
781
|
+
readonly sent: "تم الإرسال";
|
|
782
|
+
readonly error: "فشل الإرسال";
|
|
783
|
+
readonly edited: "معدّل";
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
readonly input: {
|
|
787
|
+
readonly placeholder: "اكتب رسالة";
|
|
788
|
+
readonly attach: "إرفاق ملف";
|
|
789
|
+
readonly remaining_zero: "متبقي {{count}} حرف";
|
|
790
|
+
readonly remaining_one: "متبقي {{count}} حرف";
|
|
791
|
+
readonly remaining_two: "متبقي {{count}} حرفين";
|
|
792
|
+
readonly remaining_few: "متبقي {{count}} أحرف";
|
|
793
|
+
readonly remaining_many: "متبقي {{count}} حرفاً";
|
|
794
|
+
readonly remaining_other: "متبقي {{count}} حرف";
|
|
795
|
+
readonly sendHint: "اضغط Ctrl + Enter للإرسال";
|
|
796
|
+
};
|
|
797
|
+
readonly audio: {
|
|
798
|
+
readonly record: "بدء التسجيل";
|
|
799
|
+
readonly pause: "إيقاف مؤقت";
|
|
800
|
+
readonly resume: "استئناف التسجيل";
|
|
801
|
+
readonly stop: "إيقاف التسجيل";
|
|
802
|
+
readonly cancel: "إلغاء التسجيل";
|
|
803
|
+
readonly permissionDenied: "تم حظر الوصول إلى الميكروفون. فعّله من إعدادات المتصفح.";
|
|
804
|
+
readonly retry: "طلب الوصول إلى الميكروفون مرة أخرى";
|
|
805
|
+
readonly device: "الميكروفون: {{name}}";
|
|
806
|
+
readonly timer: "{{minutes}}:{{seconds}}";
|
|
807
|
+
readonly recording: "يسجّل";
|
|
808
|
+
readonly paused: "متوقف";
|
|
809
|
+
readonly idle: "خامل";
|
|
810
|
+
readonly visualiserLabel: "مستوى الصوت";
|
|
811
|
+
readonly unsupported: "متصفحك لا يدعم تسجيل الصوت.";
|
|
812
|
+
readonly selectDevice: "اختر الميكروفون";
|
|
813
|
+
readonly maxDurationReached: "توقف التسجيل — تم بلوغ الحد الأقصى للمدة.";
|
|
814
|
+
readonly maxSizeReached: "توقف التسجيل — تم بلوغ الحد الأقصى للحجم.";
|
|
815
|
+
};
|
|
816
|
+
readonly transcript: {
|
|
817
|
+
readonly search: "بحث في النص";
|
|
818
|
+
readonly seekTo: "انتقل إلى {{time}}";
|
|
819
|
+
readonly speaker: "المتحدث {{name}}";
|
|
820
|
+
readonly matchCount_zero: "{{count}} تطابق";
|
|
821
|
+
readonly matchCount_one: "{{count}} تطابق";
|
|
822
|
+
readonly matchCount_two: "{{count}} تطابقان";
|
|
823
|
+
readonly matchCount_few: "{{count}} تطابقات";
|
|
824
|
+
readonly matchCount_many: "{{count}} تطابقاً";
|
|
825
|
+
readonly matchCount_other: "{{count}} تطابقات";
|
|
826
|
+
readonly noMatches: "لا توجد تطابقات";
|
|
827
|
+
readonly lowConfidence: "ثقة منخفضة";
|
|
828
|
+
};
|
|
829
|
+
readonly prompt: "موجّه";
|
|
830
|
+
readonly slashMenu: {
|
|
831
|
+
readonly empty: "لا توجد أوامر مطابقة";
|
|
832
|
+
readonly label: "أوامر slash";
|
|
833
|
+
};
|
|
834
|
+
readonly attachment: {
|
|
835
|
+
readonly rejected: "الملف مرفوض: {{reason}}";
|
|
836
|
+
readonly remove: "إزالة {{name}}";
|
|
837
|
+
};
|
|
838
|
+
readonly attachmentZone: "أفلت الملفات هنا";
|
|
839
|
+
readonly contextActive: "السياق: {{name}}";
|
|
840
|
+
readonly model: {
|
|
841
|
+
readonly select: "النموذج";
|
|
842
|
+
};
|
|
843
|
+
};
|
|
844
|
+
readonly calendar: {
|
|
845
|
+
readonly ariaLabel: "التقويم";
|
|
846
|
+
readonly today: "اليوم";
|
|
847
|
+
readonly month: "شهر";
|
|
848
|
+
readonly week: "أسبوع";
|
|
849
|
+
readonly day: "يوم";
|
|
850
|
+
readonly list: "جدول";
|
|
851
|
+
readonly allDay: "طوال اليوم";
|
|
852
|
+
readonly noEvents: "لا توجد أحداث للعرض";
|
|
853
|
+
readonly scrollableRegion: "شبكة التقويم — استخدم الأسهم أو مرّر للتنقل";
|
|
854
|
+
readonly eventMoved: "تم نقل {{title}}";
|
|
855
|
+
readonly eventResized: "تم تغيير حجم {{title}} إلى {{duration}} دقيقة";
|
|
856
|
+
readonly privacyModeOn: "وضع الخصوصية مفعّل — أسماء المرضى مخفية";
|
|
857
|
+
readonly privacyModeOff: "وضع الخصوصية معطّل";
|
|
858
|
+
readonly previousPeriod: "الفترة السابقة";
|
|
859
|
+
readonly nextPeriod: "الفترة التالية";
|
|
860
|
+
readonly focusedEvent: "{{title}} في التركيز";
|
|
861
|
+
readonly modeBanner: {
|
|
862
|
+
readonly create: "انقر على فترة زمنية لإنشاء موعد";
|
|
863
|
+
readonly move: "انقر على فترة زمنية لنقل الموعد";
|
|
864
|
+
readonly copy: "انقر على فترة زمنية لنسخ الموعد";
|
|
865
|
+
readonly cancel: "إلغاء";
|
|
866
|
+
};
|
|
867
|
+
readonly status: {
|
|
868
|
+
readonly confirmed: "مؤكد";
|
|
869
|
+
readonly waiting: "قيد الانتظار";
|
|
870
|
+
readonly inCare: "تحت الرعاية";
|
|
871
|
+
readonly done: "منتهٍ";
|
|
872
|
+
readonly cancelled: "ملغى";
|
|
873
|
+
readonly absent: "غائب";
|
|
874
|
+
};
|
|
875
|
+
readonly resourceLabel: {
|
|
876
|
+
readonly chairs: "الكراسي";
|
|
877
|
+
readonly operators: "المشغّلون";
|
|
878
|
+
};
|
|
879
|
+
};
|
|
880
|
+
readonly slotGrid: {
|
|
881
|
+
readonly ariaLabel: "الأوقات المتاحة";
|
|
882
|
+
readonly previousDays: "الأيام السابقة";
|
|
883
|
+
readonly nextDays: "الأيام التالية";
|
|
884
|
+
readonly showMore_zero: "عرض {{count}} إضافية";
|
|
885
|
+
readonly showMore_one: "عرض 1 إضافي";
|
|
886
|
+
readonly showMore_two: "عرض {{count}} إضافيين";
|
|
887
|
+
readonly showMore_few: "عرض {{count}} إضافية";
|
|
888
|
+
readonly showMore_many: "عرض {{count}} إضافياً";
|
|
889
|
+
readonly showMore_other: "عرض {{count}} إضافية";
|
|
890
|
+
readonly noSlots: "لا توجد أوقات متاحة";
|
|
891
|
+
readonly nextAvailable: "أقرب موعد متاح";
|
|
892
|
+
readonly slotLabel: "{{day}}, {{time}}";
|
|
893
|
+
};
|
|
894
|
+
readonly chart: {
|
|
895
|
+
readonly noData: "لا توجد بيانات متاحة";
|
|
896
|
+
readonly toolbar: {
|
|
897
|
+
readonly download: "تنزيل";
|
|
898
|
+
readonly selection: "تحديد";
|
|
899
|
+
readonly selectionZoom: "تكبير التحديد";
|
|
900
|
+
readonly zoomIn: "تكبير";
|
|
901
|
+
readonly zoomOut: "تصغير";
|
|
902
|
+
readonly pan: "تحريك";
|
|
903
|
+
readonly reset: "إعادة تعيين التكبير";
|
|
904
|
+
readonly exportToSVG: "تصدير بصيغة SVG";
|
|
905
|
+
readonly exportToPNG: "تصدير بصيغة PNG";
|
|
906
|
+
readonly exportToCSV: "تصدير بصيغة CSV";
|
|
907
|
+
};
|
|
908
|
+
readonly table: {
|
|
909
|
+
readonly series: "سلسلة";
|
|
910
|
+
readonly value: "قيمة";
|
|
911
|
+
};
|
|
912
|
+
};
|
|
913
|
+
readonly editor: {
|
|
914
|
+
readonly toolbarLabel: "تنسيق النص";
|
|
915
|
+
readonly placeholder: "ابدأ الكتابة…";
|
|
916
|
+
readonly bold: "غامق";
|
|
917
|
+
readonly italic: "مائل";
|
|
918
|
+
readonly heading: "عنوان";
|
|
919
|
+
readonly link: {
|
|
920
|
+
readonly insert: "إدراج رابط";
|
|
921
|
+
readonly edit: "تعديل الرابط";
|
|
922
|
+
readonly remove: "إزالة الرابط";
|
|
923
|
+
};
|
|
924
|
+
readonly list: {
|
|
925
|
+
readonly bullet: "قائمة نقطية";
|
|
926
|
+
readonly ordered: "قائمة مرقّمة";
|
|
927
|
+
};
|
|
928
|
+
readonly quote: "اقتباس";
|
|
929
|
+
readonly image: {
|
|
930
|
+
readonly insert: "إدراج صورة";
|
|
931
|
+
};
|
|
932
|
+
readonly table: {
|
|
933
|
+
readonly insert: "إدراج جدول";
|
|
934
|
+
};
|
|
935
|
+
readonly codeBlock: "كتلة كود";
|
|
936
|
+
readonly horizontalRule: "خط أفقي";
|
|
937
|
+
readonly undo: "تراجع";
|
|
938
|
+
readonly redo: "إعادة";
|
|
939
|
+
readonly shortcuts: {
|
|
940
|
+
readonly title: "اختصارات لوحة المفاتيح";
|
|
941
|
+
readonly close: "إغلاق";
|
|
942
|
+
readonly bold: "غامق";
|
|
943
|
+
readonly italic: "مائل";
|
|
944
|
+
readonly link: "إدراج رابط";
|
|
945
|
+
readonly undo: "تراجع";
|
|
946
|
+
readonly redo: "إعادة";
|
|
947
|
+
readonly open: "فتح هذه النافذة";
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
readonly payment: {
|
|
951
|
+
readonly submit: "دفع {{amount}}";
|
|
952
|
+
readonly processing: "جارٍ المعالجة…";
|
|
953
|
+
readonly success: "تم الدفع بنجاح";
|
|
954
|
+
readonly ariaLabel: "نموذج الدفع";
|
|
955
|
+
readonly amountLabel: "الإجمالي";
|
|
956
|
+
readonly billingAddress: "عنوان الفوترة";
|
|
957
|
+
readonly fields: {
|
|
958
|
+
readonly card: "البطاقة";
|
|
959
|
+
readonly expiry: "تاريخ الانتهاء";
|
|
960
|
+
readonly cvc: "CVC";
|
|
961
|
+
};
|
|
962
|
+
readonly error: {
|
|
963
|
+
readonly generic: "حدث خطأ ما. أعد المحاولة.";
|
|
964
|
+
readonly cardNumber: "رقم البطاقة غير صالح.";
|
|
965
|
+
readonly expiry: "تاريخ الانتهاء غير صالح.";
|
|
966
|
+
readonly cvc: "رمز CVC غير صالح.";
|
|
967
|
+
readonly postalCode: "الرمز البريدي غير صالح.";
|
|
968
|
+
readonly declined: "تم رفض البطاقة. جرّب بطاقة أخرى.";
|
|
969
|
+
readonly network: "خطأ في الشبكة. تحقق من الاتصال وأعد المحاولة.";
|
|
970
|
+
readonly invalidReturnUrl: "يجب أن يتطابق رابط العودة مع أصل هذا الموقع. لم يتم إرسال الدفع.";
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
readonly signature: {
|
|
974
|
+
readonly padLabel: "منطقة التوقيع";
|
|
975
|
+
readonly clear: "مسح التوقيع";
|
|
976
|
+
readonly undo: "تراجع عن آخر ضربة";
|
|
977
|
+
readonly confirm: "تأكيد التوقيع";
|
|
978
|
+
readonly typedFallback: {
|
|
979
|
+
readonly label: "اكتب اسمك للتوقيع";
|
|
980
|
+
readonly placeholder: "اكتب اسمك الكامل";
|
|
981
|
+
readonly toggle: "استخدام التوقيع المكتوب";
|
|
982
|
+
readonly toggleDraw: "استخدام التوقيع المرسوم";
|
|
983
|
+
};
|
|
984
|
+
readonly state: {
|
|
985
|
+
readonly empty: "منطقة التوقيع فارغة";
|
|
986
|
+
readonly drawing: "جارٍ رسم التوقيع";
|
|
987
|
+
readonly confirmed: "تم التقاط التوقيع";
|
|
988
|
+
readonly captured: "تم التقاط التوقيع";
|
|
989
|
+
readonly cleared: "تم مسح التوقيع";
|
|
990
|
+
};
|
|
991
|
+
};
|
|
992
|
+
readonly pdf: {
|
|
993
|
+
readonly toolbarLabel: "شريط أدوات PDF";
|
|
994
|
+
readonly page: "صفحة";
|
|
995
|
+
readonly pageOf: "صفحة {{current}} من {{total}}";
|
|
996
|
+
readonly previousPage: "الصفحة السابقة";
|
|
997
|
+
readonly nextPage: "الصفحة التالية";
|
|
998
|
+
readonly firstPage: "الصفحة الأولى";
|
|
999
|
+
readonly lastPage: "الصفحة الأخيرة";
|
|
1000
|
+
readonly currentPageInput: "الصفحة الحالية";
|
|
1001
|
+
readonly zoom: {
|
|
1002
|
+
readonly in: "تكبير";
|
|
1003
|
+
readonly out: "تصغير";
|
|
1004
|
+
readonly fitWidth: "ملاءمة العرض";
|
|
1005
|
+
readonly fitPage: "ملاءمة الصفحة";
|
|
1006
|
+
readonly actualSize: "الحجم الفعلي";
|
|
1007
|
+
readonly preset: "إعداد التكبير المسبق";
|
|
1008
|
+
};
|
|
1009
|
+
readonly search: {
|
|
1010
|
+
readonly open: "بحث في المستند";
|
|
1011
|
+
readonly placeholder: "بحث في المستند…";
|
|
1012
|
+
readonly next: "التطابق التالي";
|
|
1013
|
+
readonly previous: "التطابق السابق";
|
|
1014
|
+
readonly close: "إغلاق البحث";
|
|
1015
|
+
readonly countOfTotal: "{{current}} من {{total}}";
|
|
1016
|
+
readonly noResults: "لا توجد نتائج";
|
|
1017
|
+
};
|
|
1018
|
+
readonly print: "طباعة";
|
|
1019
|
+
readonly download: "تنزيل";
|
|
1020
|
+
readonly loading: "جارٍ تحميل PDF…";
|
|
1021
|
+
readonly error: "تعذّر تحميل PDF";
|
|
1022
|
+
readonly pageOverlay: "طبقة الصفحة {{page}}";
|
|
1023
|
+
};
|
|
1024
|
+
readonly mapView: {
|
|
1025
|
+
readonly label: "خريطة";
|
|
1026
|
+
readonly markerLabel: "علامة لـ {{label}}";
|
|
1027
|
+
readonly consentTitle: "عرض الخريطة التفاعلية";
|
|
1028
|
+
readonly consentDescription: "عند تحميل الخريطة سيتم مشاركة عنوان IP الخاص بك مع Google لتلقي مربعات الخريطة. هل تريد المتابعة؟";
|
|
1029
|
+
readonly consentCta: "تحميل الخريطة";
|
|
1030
|
+
readonly openInGoogleMaps: "فتح في خرائط Google";
|
|
1031
|
+
};
|
|
1032
|
+
readonly whatsApp: {
|
|
1033
|
+
readonly label: "راسلنا على WhatsApp";
|
|
1034
|
+
readonly fabLabel: "فتح محادثة WhatsApp";
|
|
1035
|
+
readonly questionPrompt: "هل لديك أسئلة؟ راسلنا على WhatsApp";
|
|
1036
|
+
};
|
|
1037
|
+
readonly paywall: {
|
|
1038
|
+
readonly title: "قم بالترقية للمتابعة";
|
|
1039
|
+
readonly description: "لقد بلغت حد الخطة المجانية. اختر خطة للمتابعة.";
|
|
1040
|
+
readonly upgrade: "الترقية إلى خطة أعلى";
|
|
1041
|
+
readonly notNow: "ليس الآن";
|
|
1042
|
+
readonly usageLabel: "{{used}} من {{limit}} مستخدم";
|
|
1043
|
+
readonly usageFull: "لقد استنفدت حصتك بالكامل";
|
|
1044
|
+
readonly features: "المميزات";
|
|
1045
|
+
readonly pricePer: "{{price}} لكل {{period}}";
|
|
1046
|
+
readonly period: {
|
|
1047
|
+
readonly month: "شهر";
|
|
1048
|
+
readonly year: "سنة";
|
|
1049
|
+
};
|
|
1050
|
+
};
|
|
1051
|
+
readonly workflow: {
|
|
1052
|
+
readonly status: {
|
|
1053
|
+
readonly active: "نشط";
|
|
1054
|
+
readonly inactive: "غير نشط";
|
|
1055
|
+
readonly paused: "متوقف";
|
|
1056
|
+
};
|
|
1057
|
+
readonly createdBy: "أنشأه {{name}}";
|
|
1058
|
+
readonly empty: {
|
|
1059
|
+
readonly title: "لا توجد سير عمل بعد";
|
|
1060
|
+
readonly description: "أنشئ سير عملك الأول لأتمتة التواصل مع المرضى.";
|
|
1061
|
+
readonly cta: "إنشاء سير عمل";
|
|
1062
|
+
};
|
|
1063
|
+
readonly action: {
|
|
1064
|
+
readonly addDelay: "إضافة تأخير";
|
|
1065
|
+
readonly sendEmail: "إرسال بريد إلكتروني";
|
|
1066
|
+
readonly sendSms: "إرسال رسالة SMS";
|
|
1067
|
+
readonly createTask: "إنشاء مهمة";
|
|
1068
|
+
readonly sendWhatsapp: "إرسال WhatsApp";
|
|
1069
|
+
readonly updateField: "تحديث حقل المريض";
|
|
1070
|
+
readonly webhook: "Webhook";
|
|
1071
|
+
};
|
|
1072
|
+
readonly delay: {
|
|
1073
|
+
readonly summary_zero: "انتظر {{count}} يوم";
|
|
1074
|
+
readonly summary_one: "انتظر {{count}} يوم";
|
|
1075
|
+
readonly summary_two: "انتظر {{count}} يومين";
|
|
1076
|
+
readonly summary_few: "انتظر {{count}} أيام";
|
|
1077
|
+
readonly summary_many: "انتظر {{count}} يوماً";
|
|
1078
|
+
readonly summary_other: "انتظر {{count}} أيام";
|
|
1079
|
+
readonly days_zero: "{{count}} يوم";
|
|
1080
|
+
readonly days_one: "{{count}} يوم";
|
|
1081
|
+
readonly days_two: "{{count}} يومين";
|
|
1082
|
+
readonly days_few: "{{count}} أيام";
|
|
1083
|
+
readonly days_many: "{{count}} يوماً";
|
|
1084
|
+
readonly days_other: "{{count}} أيام";
|
|
1085
|
+
readonly hours_zero: "{{count}} ساعة";
|
|
1086
|
+
readonly hours_one: "{{count}} ساعة";
|
|
1087
|
+
readonly hours_two: "{{count}} ساعتان";
|
|
1088
|
+
readonly hours_few: "{{count}} ساعات";
|
|
1089
|
+
readonly hours_many: "{{count}} ساعةً";
|
|
1090
|
+
readonly hours_other: "{{count}} ساعات";
|
|
1091
|
+
readonly minutes_zero: "{{count}} دقيقة";
|
|
1092
|
+
readonly minutes_one: "{{count}} دقيقة";
|
|
1093
|
+
readonly minutes_two: "{{count}} دقيقتان";
|
|
1094
|
+
readonly minutes_few: "{{count}} دقائق";
|
|
1095
|
+
readonly minutes_many: "{{count}} دقيقةً";
|
|
1096
|
+
readonly minutes_other: "{{count}} دقائق";
|
|
1097
|
+
};
|
|
1098
|
+
readonly editor: {
|
|
1099
|
+
readonly pipeline: "خط أنابيب سير العمل";
|
|
1100
|
+
readonly addAction: "إضافة إجراء";
|
|
1101
|
+
readonly addActionAfter: "إضافة إجراء بعد هذه الخطوة";
|
|
1102
|
+
readonly addFirstAction: "إضافة الإجراء الأول";
|
|
1103
|
+
readonly editAction: "تعديل الإجراء";
|
|
1104
|
+
readonly deleteAction: "حذف الإجراء";
|
|
1105
|
+
readonly moveUp: "تحريك لأعلى";
|
|
1106
|
+
readonly moveDown: "تحريك لأسفل";
|
|
1107
|
+
readonly activeLock: "عطّل سير العمل لإجراء التعديلات.";
|
|
1108
|
+
readonly empty: "أضف إجراءك الأول لبدء بناء خط الأنابيب.";
|
|
1109
|
+
readonly enrollmentCriteria: "معايير التسجيل";
|
|
1110
|
+
readonly criteriaCount_zero: "استناداً إلى {{count}} معيار";
|
|
1111
|
+
readonly criteriaCount_one: "استناداً إلى {{count}} معيار";
|
|
1112
|
+
readonly criteriaCount_two: "استناداً إلى {{count}} معيارين";
|
|
1113
|
+
readonly criteriaCount_few: "استناداً إلى {{count}} معايير";
|
|
1114
|
+
readonly criteriaCount_many: "استناداً إلى {{count}} معياراً";
|
|
1115
|
+
readonly criteriaCount_other: "استناداً إلى {{count}} معايير";
|
|
1116
|
+
readonly noCriteria: "لم يتم تحديد معايير تسجيل";
|
|
1117
|
+
readonly editCriteria: "تعديل المعايير";
|
|
1118
|
+
readonly unknownType: "نوع إجراء غير معروف";
|
|
1119
|
+
readonly invalidField: "لا يمكنك تعديل الحقول الرئيسية للمريض — اختر حقلاً مخصصاً.";
|
|
1120
|
+
readonly position: "الخطوة {{current}} من {{total}}";
|
|
1121
|
+
readonly nodeAriaLabel: "{{type}}، الخطوة {{current}} من {{total}}";
|
|
1122
|
+
};
|
|
1123
|
+
readonly map: {
|
|
1124
|
+
readonly label_zero: "خط أنابيب سير العمل مع {{count}} خطوة";
|
|
1125
|
+
readonly label_one: "خط أنابيب سير العمل مع {{count}} خطوة";
|
|
1126
|
+
readonly label_two: "خط أنابيب سير العمل مع {{count}} خطوتين";
|
|
1127
|
+
readonly label_few: "خط أنابيب سير العمل مع {{count}} خطوات";
|
|
1128
|
+
readonly label_many: "خط أنابيب سير العمل مع {{count}} خطوةً";
|
|
1129
|
+
readonly label_other: "خط أنابيب سير العمل مع {{count}} خطوات";
|
|
1130
|
+
readonly completed: "مكتمل";
|
|
1131
|
+
readonly current: "الخطوة الحالية";
|
|
1132
|
+
readonly pending: "قيد الانتظار";
|
|
1133
|
+
readonly nodeLabel: "{{type}}";
|
|
1134
|
+
readonly nodeLabelWithSummary: "{{type}}: {{summary}}";
|
|
1135
|
+
};
|
|
1136
|
+
readonly card: {
|
|
1137
|
+
readonly activeEnrollments: "التسجيلات النشطة";
|
|
1138
|
+
readonly totalEnrollments: "إجمالي التسجيلات";
|
|
1139
|
+
readonly actions_zero: "{{count}} إجراء";
|
|
1140
|
+
readonly actions_one: "{{count}} إجراء";
|
|
1141
|
+
readonly actions_two: "{{count}} إجراءان";
|
|
1142
|
+
readonly actions_few: "{{count}} إجراءات";
|
|
1143
|
+
readonly actions_many: "{{count}} إجراءً";
|
|
1144
|
+
readonly actions_other: "{{count}} إجراءات";
|
|
1145
|
+
readonly view: "عرض سير العمل";
|
|
1146
|
+
readonly edit: "تعديل سير العمل";
|
|
1147
|
+
readonly delete: "حذف سير العمل";
|
|
1148
|
+
readonly activate: "تفعيل سير العمل";
|
|
1149
|
+
readonly deactivate: "تعطيل سير العمل";
|
|
1150
|
+
};
|
|
1151
|
+
};
|
|
1152
|
+
readonly patientShell: {
|
|
1153
|
+
readonly brand: {
|
|
1154
|
+
readonly homeAria: "الصفحة الرئيسية لـ AlfaDocs";
|
|
1155
|
+
};
|
|
1156
|
+
readonly settings: {
|
|
1157
|
+
readonly triggerAria: "فتح قائمة الإعدادات";
|
|
1158
|
+
readonly fullscreen: "تبديل وضع ملء الشاشة";
|
|
1159
|
+
readonly logout: "تسجيل الخروج";
|
|
1160
|
+
};
|
|
1161
|
+
readonly sidebar: {
|
|
1162
|
+
readonly panelLabel: "تنقل المريض";
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
readonly toothScheme: {
|
|
1166
|
+
readonly ariaLabel: "مخطط الأسنان";
|
|
1167
|
+
readonly legendLabel: "دليل الحالات";
|
|
1168
|
+
readonly dentition: {
|
|
1169
|
+
readonly permanent: "أسنان دائمة";
|
|
1170
|
+
readonly primary: "أسنان لبنية";
|
|
1171
|
+
readonly mixed: "تسنين مختلط";
|
|
1172
|
+
};
|
|
1173
|
+
readonly anatomy: {
|
|
1174
|
+
readonly incisor: "قاطعة";
|
|
1175
|
+
readonly canine: "ناب";
|
|
1176
|
+
readonly premolar: "ضرس أمامي";
|
|
1177
|
+
readonly molar: "ضرس";
|
|
1178
|
+
};
|
|
1179
|
+
readonly condition: {
|
|
1180
|
+
readonly caries: "تسوس";
|
|
1181
|
+
readonly filled: "مرمّم";
|
|
1182
|
+
readonly crowned: "مُتوَّج";
|
|
1183
|
+
readonly missing: "مفقود";
|
|
1184
|
+
readonly implant: "زرعة";
|
|
1185
|
+
readonly rootCanal: "علاج جذر";
|
|
1186
|
+
};
|
|
1187
|
+
readonly surface: {
|
|
1188
|
+
readonly mesial: "وسطاني";
|
|
1189
|
+
readonly distal: "وحشي";
|
|
1190
|
+
readonly occlusal: "إطباقي";
|
|
1191
|
+
readonly buccal: "دهليزي";
|
|
1192
|
+
readonly lingual: "لساني";
|
|
1193
|
+
};
|
|
1194
|
+
readonly numbering: {
|
|
1195
|
+
readonly fdi: "FDI (ISO 3950)";
|
|
1196
|
+
readonly universal: "عالمي (ADA)";
|
|
1197
|
+
readonly palmer: "Palmer";
|
|
1198
|
+
};
|
|
1199
|
+
readonly toothLabel: "السن {{id}}, {{anatomy}}{{conditionSuffix}}";
|
|
1200
|
+
readonly selected: "تم تحديد السن {{id}}, {{conditions}}";
|
|
1201
|
+
readonly deselected: "تم إلغاء تحديد السن {{id}}";
|
|
1202
|
+
};
|
|
1203
|
+
readonly privacyLock: {
|
|
1204
|
+
readonly triggerAriaLabel: "قفل الشاشة للخصوصية";
|
|
1205
|
+
readonly triggerTooltip: "قفل الشاشة";
|
|
1206
|
+
readonly title: "الشاشة مقفلة للخصوصية";
|
|
1207
|
+
readonly description: "يساعد قفل الشاشة على حماية خصوصية بياناتك.";
|
|
1208
|
+
readonly unlock: "فتح قفل الشاشة";
|
|
1209
|
+
readonly accountPage: "صفحة الحساب";
|
|
1210
|
+
readonly signOut: "تسجيل الخروج";
|
|
1211
|
+
};
|
|
1212
|
+
readonly financial: {
|
|
1213
|
+
readonly state: {
|
|
1214
|
+
readonly debt: "مستحق التحصيل";
|
|
1215
|
+
readonly credit: "دائن";
|
|
1216
|
+
readonly toInvoice: "لم يُفاتَر بعد";
|
|
1217
|
+
readonly toDeliver: "لم يُسلَّم بعد";
|
|
1218
|
+
readonly settled: "مسوَّى";
|
|
1219
|
+
};
|
|
1220
|
+
readonly aria: {
|
|
1221
|
+
readonly label: "{{state}} {{amount}}";
|
|
1222
|
+
};
|
|
1223
|
+
};
|
|
1224
|
+
};
|
|
1225
|
+
//# sourceMappingURL=ar.d.ts.map
|