2016-02-17 01:56:11 -05:00
OC . L10N . register (
"comments" ,
{
2019-02-26 20:12:05 -05:00
"Comments" : "تعليقات" ,
"You commented" : "قمت بكتابة تعليق" ,
2021-03-03 21:22:10 -05:00
"{author} commented" : "{author} علّق" ,
2019-04-11 20:12:50 -04:00
"You commented on %1$s" : "لقد علقت على %1$s" ,
2019-02-26 20:12:05 -05: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> على الملفات" ,
2024-08-01 20:19:37 -04:00
"Files" : "الملفّات" ,
2024-02-14 19:20:01 -05:00
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "تمت الإشارة إليك في \"{file}\"، في تعليقٍ من قِبَل حسابٍ تمّ حذفه سلفاً" ,
2023-02-10 21:26:15 -05:00
"{user} mentioned you in a comment on \"{file}\"" : "أشار إليك {user} في تعليق على {file}" ,
2021-03-03 21:22:10 -05:00
"Files app plugin to add comments to files" : "المكوِّن الإضافي لتطبيق الملفات لإضافة تعليقات إلى الملفات" ,
2018-04-11 20:19:20 -04:00
"Edit comment" : "تعديل التعليق" ,
2016-05-21 01:55:53 -04:00
"Delete comment" : "حذف التعليق" ,
2021-02-26 21:22:23 -05:00
"Cancel edit" : "إلغاء التعديل" ,
2024-04-14 20:19:41 -04:00
"New comment" : "تعليق جديد" ,
"Write a comment …" : "أكتُب تعليق ..." ,
2021-03-03 21:22:10 -05:00
"Post comment" : "أضف تعليق" ,
2024-10-11 20:20:13 -04:00
"@ for mentions, : for emoji, / for smart picker" : "@ للإشارات : للإيموجي / للاقط الذكي" ,
2024-04-14 20:19:41 -04:00
"Could not reload comments" : "تعذّرت إعادة تحميل التعليقات" ,
"No comments yet, start the conversation!" : "لا توجد تعليقات, ابدأ النقاش الآن!" ,
2021-02-26 21:22:23 -05:00
"No more messages" : "لامزيد من الرسائل" ,
2020-10-20 22:18:44 -04:00
"Retry" : "أعد المحاولة" ,
2024-10-10 20:25:09 -04:00
"Failed to mark comments as read" : "فشل في تعيين ملاحظات كمقرؤة" ,
2021-02-26 21:22:23 -05:00
"Unable to load the comments list" : "تعذر تحميل قائمة التعليقات" ,
2021-06-30 22:24:48 -04:00
"_1 new comment_::_{unread} new comments_" : [ "1 تعليق جديد" , "1 تعليق جديد" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" , "{unread} تعليقات جديدة" ] ,
2020-10-20 22:18:44 -04:00
"Comment" : "تعليق" ,
2021-03-03 21:22:10 -05:00
"An error occurred while trying to edit the comment" : "حدث خطأ أثناء محاولة تعديل التعليق" ,
2024-04-14 20:19:41 -04:00
"Comment deleted" : "التعليق محذوف" ,
2021-03-03 21:22:10 -05:00
"An error occurred while trying to delete the comment" : "حدث خطأ أثناء محاولة حذف التعليق" ,
"An error occurred while trying to create the comment" : "حدث خطأ أثناء محاولة إنشاء التعليق" ,
2024-08-14 20:25:46 -04:00
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "تمت الإشارة إليك في \"{file}\" في تعليق لمستخدم. لكن هذا المستخدم تم حذف حسابه بعدها"
2016-02-17 01:56:11 -05: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;" ) ;