diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 00000000..35d07647 --- /dev/null +++ b/l10n/ar.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "social", + { + "Social" : "الإجتماعي", + "Finish setup" : "إنهاء الإعداد", + "Home" : "الرئيسية", + "Direct messages" : "الرسائل المباشرة", + "Profile" : "الملف الشخصي", + "Local timeline" : "الخيط المحلي", + "Global timeline" : "الخيط العام", + "Following" : "يتابِع", + "Public" : "للعامة", + "Unlisted" : "غير مدرج", + "Do not post to public timelines" : "لا تنشره على الخيوط العامة", + "Followers" : "المتابَعون", + "Post to followers only" : "انشر لمتابِعيك فقط", + "Direct" : "مباشر", + "Post to mentioned users only" : "أنشر فقط إلى المستخدمين المذكورين", + "Unfollow" : "إلغاء المتابعة", + "Follow" : "تابع", + "posts" : "المنشورات", + "following" : "يتابِع", + "followers" : "المتابَعون", + "No results found" : "دون أية نتيجة", + "Searching for" : "البحث عن", + "Reply" : "رد", + "More actions" : "إجراءات أخرى", + "Delete post" : "احذف المنشور", + "No posts found" : "لم يتم العثور على منشورات", + "No direct messages found" : "لم يُعثَر على أية رسائل مباشرة", + "Posts directed to you will show up here" : "سوف تظهر هنا المنشورات التي ستتلقاها", + "No local posts found" : "لم يتم العثور على منشورات محلية", + "Hello" : "مرحبًا", + "You are following this account" : "إنك تتابع هذا الحساب", + "Close" : "إغلاق", + "You are going to follow:" : "إنك بصدد متابعة:", + "Continue" : "المتابعة", + "User not found" : "لم يتم العثور على المستخدم", + "Follow Nextcloud on mastodon.xyz" : "تابع Nextcloud على mastodon.xyz" +}, +"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;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 00000000..a7869361 --- /dev/null +++ b/l10n/ar.json @@ -0,0 +1,39 @@ +{ "translations": { + "Social" : "الإجتماعي", + "Finish setup" : "إنهاء الإعداد", + "Home" : "الرئيسية", + "Direct messages" : "الرسائل المباشرة", + "Profile" : "الملف الشخصي", + "Local timeline" : "الخيط المحلي", + "Global timeline" : "الخيط العام", + "Following" : "يتابِع", + "Public" : "للعامة", + "Unlisted" : "غير مدرج", + "Do not post to public timelines" : "لا تنشره على الخيوط العامة", + "Followers" : "المتابَعون", + "Post to followers only" : "انشر لمتابِعيك فقط", + "Direct" : "مباشر", + "Post to mentioned users only" : "أنشر فقط إلى المستخدمين المذكورين", + "Unfollow" : "إلغاء المتابعة", + "Follow" : "تابع", + "posts" : "المنشورات", + "following" : "يتابِع", + "followers" : "المتابَعون", + "No results found" : "دون أية نتيجة", + "Searching for" : "البحث عن", + "Reply" : "رد", + "More actions" : "إجراءات أخرى", + "Delete post" : "احذف المنشور", + "No posts found" : "لم يتم العثور على منشورات", + "No direct messages found" : "لم يُعثَر على أية رسائل مباشرة", + "Posts directed to you will show up here" : "سوف تظهر هنا المنشورات التي ستتلقاها", + "No local posts found" : "لم يتم العثور على منشورات محلية", + "Hello" : "مرحبًا", + "You are following this account" : "إنك تتابع هذا الحساب", + "Close" : "إغلاق", + "You are going to follow:" : "إنك بصدد متابعة:", + "Continue" : "المتابعة", + "User not found" : "لم يتم العثور على المستخدم", + "Follow Nextcloud on mastodon.xyz" : "تابع Nextcloud على mastodon.xyz" +},"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;" +} \ No newline at end of file