diff options
Diffstat (limited to 'apps/comments/l10n/ar.json')
-rw-r--r-- | apps/comments/l10n/ar.json | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/apps/comments/l10n/ar.json b/apps/comments/l10n/ar.json index 9c7e9919103..8dc00af0572 100644 --- a/apps/comments/l10n/ar.json +++ b/apps/comments/l10n/ar.json @@ -1,21 +1,24 @@ { "translations": { - "Type in a new comment..." : "اكتب تعليق جديد...", "Delete comment" : "حذف التعليق", - "Post" : "مشاركة", + "Post" : "ارسال", "Cancel" : "إلغاء", "Edit comment" : "تعديل التعليق", "[Deleted user]" : "[مستخدم محذوف]", "Comments" : "تعليقات", - "No other comments available" : "لا يوجد تعليقات أخرى متاحة", - "More comments..." : "مزيد من التعليقات...", "Save" : "حفظ", - "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {عدد} من {العدد الأقصى}", - "{count} unread comments" : "{عدد} الرسائل الغير مقروءة", + "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}", + "Error occurred while retrieving comment with id {id}" : "حصل خطأ أثناء عرض التعليق رقم {id}", + "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}", + "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق", + "{count} unread comments" : "{count} الرسائل الغير مقروءة", "Comment" : "تعليق", - "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>تعليقات</strong> للملفات <em>(دائماً مصنف في جدول)</em>", + "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", "You commented" : "قمت بكتابة تعليق", - "%1$s commented" : "%1$s قام بكتابة تعليق", + "%1$s commented" : "%1$s كتب تعليق", "You commented on %2$s" : "انت قمت بكتابة تعليق على %2$s", - "%1$s commented on %2$s" : "%1$s قام بكتابة تعليق على %2$s" + "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", + "Type in a new comment..." : "اكتب تعليق جديد...", + "No other comments available" : "لا يوجد تعليقات أخرى متاحة", + "More comments..." : "مزيد من التعليقات..." },"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 |