ar.js 1.8 KB

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