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