We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947de9e + 8dab494 commit 406862cCopy full SHA for 406862c
resources/lang/ar/filament-comments.php
@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'التعليقات',
5
+ 'comments.add' => 'إضافة تعليق',
6
+ 'comments.empty' => 'لا توجد تعليقات حتى الآن.',
7
+ 'comments.placeholder' => 'أضف تعليقاً...',
8
9
+ 'notifications.created' => 'تمت إضافة التعليق.',
10
+ 'notifications.deleted' => 'تم حذف التعليق.',
11
12
+ 'modal.heading' => 'التعليقات',
13
14
+ 'comments.delete.tooltip' => 'حذف التعليق'
15
+];
0 commit comments