ar.js 1.9 KB

1234567891011121314151617181920212223242526272829
  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. "No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!",
  15. "Retry" : "أعد المحاولة",
  16. "_%n unread comment_::_%n unread comments_" : ["%n تعليق غير مقروء","%n تعليق غير مقروء","تعليقان غير مقروءة","%n تعليقات غير مقروء","%n تعليق غير مقروء","%n تعليق غير مقروء"],
  17. "Comment" : "تعليق",
  18. "New comment …" : "تعليق جديد",
  19. "Post" : "ارسال",
  20. "Cancel" : "إلغاء",
  21. "[Deleted user]" : "[مستخدم محذوف]",
  22. "More comments …" : "مزيد من التعليقات...",
  23. "Save" : "حفظ",
  24. "Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}",
  25. "Error occurred while retrieving comment with ID {id}" : "حدث خطأ عند محاولة إيجاد التعليق المعرف بـ {id}",
  26. "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}",
  27. "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق"
  28. },
  29. "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;");