You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ar.js 1.7KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "تعليقات",
  5. "You commented" : "قمت بكتابة تعليق",
  6. "%1$s commented" : "%1$s كتب تعليق",
  7. "You commented on %1$s" : "لقد علقت على %1$s",
  8. "You commented on {file}" : "علقت على {file}",
  9. "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s",
  10. "{author} commented on {file}" : "{author} علّق على {file}",
  11. "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات",
  12. "Edit comment" : "تعديل التعليق",
  13. "Delete comment" : "حذف التعليق",
  14. "New comment …" : "تعليق جديد",
  15. "Post" : "ارسال",
  16. "Cancel" : "إلغاء",
  17. "[Deleted user]" : "[مستخدم محذوف]",
  18. "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!",
  19. "More comments …" : "مزيد من التعليقات...",
  20. "Save" : "حفظ",
  21. "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}",
  22. "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}",
  23. "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق",
  24. "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"],
  25. "Comment" : "تعليق"
  26. },
  27. "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;");