forked from nextcloud/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathar.json
32 lines (32 loc) · 1.47 KB
/
ar.json
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
{ "translations": {
"Notes" : "الملاحظات",
"Error" : "خطأ",
"New note" : "ملاحظة جديدة ",
"Help" : "مساعدة",
"Display mode for notes" : "وضع العرض للملاحظات",
"Open in edit mode" : "فتح في وضع التحرير",
"Open in preview mode" : "فتح في وضع المعاينة",
"No notes yet" : "لا ملاحظات حاليا",
"All notes" : "جميع الملاحظات",
"Categories" : "الفئات",
"Loading …" : "جاري التحميل …",
"Today" : "اليوم",
"Yesterday" : "البارحة",
"This week" : "هذا الأسبوع",
"Last week" : "الأسبوع الماضي",
"This month" : "هذا الشهر",
"Last month" : "الشهر الماضي",
"Rename" : "إعادة التسمية",
"Delete note" : "حذف الملاحظة ",
"Remove from favorites" : "إزالتها مِن المفضلة",
"Add to favorites" : "أضفه إلى المفضلة",
"Details" : "التفاصيل",
"Edit" : "تعديل",
"Preview" : "معاينة",
"Category" : "الفئة",
"Uncategorized" : "غير مصنف",
"Saving failed!" : "فشلت عملية الحفظ !",
"_%n word_::_%n words_" : ["كلمة","كلمة","كلمتان","كلمات","كلمات","كلمات"],
"Tasks" : "المهام"
},"pluralForm" :"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;"
}