forked from LibreSign/libresign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathar.js
51 lines (51 loc) · 2.06 KB
/
ar.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
OC.L10N.register(
"libresign",
{
"Success" : "نجاح",
"Settings saved" : "تم حفظ الإعدادات",
"deleted" : "خذفت",
"File not found" : "تعذر العثور على الملف",
"File already exists" : "الملف موجود مسبقاً",
"Invalid user" : "مستخدم غير صالح",
"Files" : "الملفات",
"Settings" : "الإعدادات",
"Authentication required" : "المصادقة مطلوبة",
"This action requires you to confirm your password" : "يتطلب هذا الإجراء منك تأكيد كلمة المرور",
"Password" : "كلمة السر",
"Confirm" : "تأكيد",
"Text" : "نص",
"Upload" : "تحميل",
"Apply" : "حفظ",
"Cancel" : "إلغاء",
"Save" : "Save",
"Email" : "البريد الإلكتروني",
"Description" : "الوصف",
"Add" : "إضافة",
"Users" : "المستخدمين:",
"Account" : "الحساب",
"Details" : "التفاصيل",
"Reset password" : "تعديل كلمة السر",
"Select a file" : "Select a file",
"Type" : "نوع",
"Status" : "الحاله",
"Actions" : "الإجراءات",
"Signature" : "التوقيع",
"Profile picture" : "صورة الملف الشخصي",
"Enter a password" : "أدخِل كلمة المرور",
"Confirm password" : "تأكيد كلمتك السرية",
"Next" : "التالي",
"Yes" : "نعم",
"No" : "لا",
"Pending" : "معلّق",
"Choose from Files" : "اختر من الملفات",
"Add users" : "اضافة اعضاء",
"Password reset" : "إعادة تعيين كلمة مرور",
"New password" : "الكلمة السرية الجديدة",
"Repeat password" : "أعد كتابة الكلمة السرية",
"Remove" : "حذف",
"Previous" : "السابق",
"Loading" : "جاري التحميل",
"View" : "عرض",
"No date" : "لا يوجد تاريخ"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");