ar.json 1.7 KB

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