2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2019-02-27 04:12:05 +03:00
"Comments" : "تعليقات" ,
"You commented" : "قمت بكتابة تعليق" ,
"%1$s commented" : "%1$s كتب تعليق" ,
2021-03-04 05:22:10 +03:00
"{author} commented" : "{author} علّق" ,
2019-04-12 03:12:50 +03:00
"You commented on %1$s" : "لقد علقت على %1$s" ,
2019-02-27 04:12:05 +03:00
"You commented on {file}" : "علقت على {file}" ,
"%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s" ,
"{author} commented on {file}" : "{author} علّق على {file}" ,
"<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات" ,
2021-03-04 05:22:10 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "تمت الإشارة إليك على “{file}”, في تعليق بواسطة مستخدم تم حذفه منذ ذلك الحين" ,
"{user} mentioned you in a comment on “{file}”" : "{user} أشار إليك في تعليق على “{file}”" ,
"Files app plugin to add comments to files" : "المكوِّن الإضافي لتطبيق الملفات لإضافة تعليقات إلى الملفات" ,
2018-04-12 03:19:20 +03:00
"Edit comment" : "تعديل التعليق" ,
2016-05-21 08:55:53 +03:00
"Delete comment" : "حذف التعليق" ,
2021-02-27 05:22:23 +03:00
"Cancel edit" : "إلغاء التعديل" ,
2021-03-04 05:22:10 +03:00
"Post comment" : "أضف تعليق" ,
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "لا يوجد تعليقات, ابدأ النقاش الآن!" ,
2021-02-27 05:22:23 +03:00
"No more messages" : "لامزيد من الرسائل" ,
2020-10-21 05:18:44 +03:00
"Retry" : "أعد المحاولة" ,
2021-02-27 05:22:23 +03:00
"Unable to load the comments list" : "تعذر تحميل قائمة التعليقات" ,
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : [ "%n تعليق غير مقروء" , "%n تعليق غير مقروء" , "تعليقان غير مقروءة" , "%n تعليقات غير مقروء" , "%n تعليق غير مقروء" , "%n تعليق غير مقروء" ] ,
2021-03-04 05:22:10 +03:00
"_1 new comment_::_{unread} new comments_" : [ "1 تعليق جديد" , "1 تعليق جديد" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" ] ,
2020-10-21 05:18:44 +03:00
"Comment" : "تعليق" ,
2021-03-04 05:22:10 +03:00
"An error occurred while trying to edit the comment" : "حدث خطأ أثناء محاولة تعديل التعليق" ,
"Comment deleted" : "التعليق حُذف" ,
"An error occurred while trying to delete the comment" : "حدث خطأ أثناء محاولة حذف التعليق" ,
"An error occurred while trying to create the comment" : "حدث خطأ أثناء محاولة إنشاء التعليق" ,
2018-04-12 03:19:20 +03:00
"New comment …" : "تعليق جديد" ,
2016-09-01 03:09:24 +03:00
"Post" : "ارسال" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "إلغاء" ,
2016-05-21 08:55:53 +03:00
"[Deleted user]" : "[مستخدم محذوف]" ,
2016-09-15 03:12:37 +03:00
"More comments …" : "مزيد من التعليقات..." ,
2016-02-17 09:56:11 +03:00
"Save" : "حفظ" ,
2016-09-01 03:09:24 +03:00
"Allowed characters {count} of {max}" : "عدد الأحرف المسموح بها {count} من {max}" ,
2020-02-29 05:18:30 +03:00
"Error occurred while retrieving comment with ID {id}" : "حدث خطأ عند محاولة إيجاد التعليق المعرف بـ {id}" ,
2016-09-01 03:09:24 +03:00
"Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}" ,
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق"
2016-02-17 09:56:11 +03:00
} ,
"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;" ) ;