ar.json 1.7 KB

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