nextcloud/apps/comments/l10n/ar.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
3 KiB
JavaScript
Raw Normal View History

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> على الملفات",
"Files" : "الملفّات",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "تمت الإشارة إليك في \"{file}\"، في تعليقٍ من قِبَل حسابٍ تمّ حذفه سلفاً",
"{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" : "إلغاء التعديل",
"New comment" : "تعليق جديد",
"Write a comment …" : "أكتُب تعليق ...",
2021-03-03 21:22:10 -05:00
"Post comment" : "أضف تعليق",
"@ for mentions, : for emoji, / for smart picker" : "@ للإشارات : للإيموجي / للاقط الذكي",
"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" : "أعد المحاولة",
"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" : "حدث خطأ أثناء محاولة تعديل التعليق",
"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" : "حدث خطأ أثناء محاولة إنشاء التعليق",
"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;");