ar.js 1.4 KB

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