Skip to content

Commit e02f6dc

Browse files
committed
New translations notifications.php (Arabic)
1 parent 952a6ad commit e02f6dc

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

lang/ar/notifications.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
*/
55
return [
66

7-
'new_comment_subject' => 'New comment on page: :pageName',
8-
'new_comment_intro' => 'A user has commented on a page in :appName:',
9-
'new_page_subject' => 'New page: :pageName',
10-
'new_page_intro' => 'A new page has been created in :appName:',
11-
'updated_page_subject' => 'Updated page: :pageName',
12-
'updated_page_intro' => 'A page has been updated in :appName:',
13-
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
7+
'new_comment_subject' => 'تعليق جديد على الصفحة: :pageName',
8+
'new_comment_intro' => 'قام أحد المستخدمين بالتعليق على صفحة في :appName:',
9+
'new_page_subject' => 'صفحة جديدة: :pageName',
10+
'new_page_intro' => 'تم إنشاء صفحة جديدة في :appName:',
11+
'updated_page_subject' => 'تم تحديث الصفحة: :pageName',
12+
'updated_page_intro' => 'تم تحديث الصفحة في :appName:',
13+
'updated_page_debounce' => 'لمنع تلقي عدد كبير من الإشعارات، لن يتم إرسال إشعارات إليك لفترة من الوقت لإجراء المزيد من التعديلات على هذه الصفحة بواسطة نفس المحرر.',
1414

15-
'detail_page_name' => 'Page Name:',
16-
'detail_page_path' => 'Page Path:',
17-
'detail_commenter' => 'Commenter:',
18-
'detail_comment' => 'Comment:',
19-
'detail_created_by' => 'Created By:',
20-
'detail_updated_by' => 'Updated By:',
15+
'detail_page_name' => 'اسم الصفحة:',
16+
'detail_page_path' => 'مسار الصفحة:',
17+
'detail_commenter' => 'المُعَلِق:',
18+
'detail_comment' => 'التعليق:',
19+
'detail_created_by' => 'أنشئ من طرف:',
20+
'detail_updated_by' => 'تم التحديث بواسطة:',
2121

22-
'action_view_comment' => 'View Comment',
23-
'action_view_page' => 'View Page',
22+
'action_view_comment' => 'عرض التعليق',
23+
'action_view_page' => 'عرض الصفحة',
2424

25-
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
26-
'footer_reason_link' => 'your notification preferences',
25+
'footer_reason' => 'لقد تم إرسال هذا الإشعار إليك لأن :link يغطي هذا النوع من النشاط لهذا العنصر.',
26+
'footer_reason_link' => 'إعدادات الإشعارات الخاصة بك',
2727
];

0 commit comments

Comments
 (0)