File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'root ' => 'الرئيسي ' ,
5+
6+ /*
7+ |--------------------------------------------------------------------------
8+ | Buttons
9+ |--------------------------------------------------------------------------
10+ */
11+ 'button.save ' => 'حفظ ' ,
12+ 'button.expand_all ' => 'توسيع الكل ' ,
13+ 'button.collapse_all ' => 'طي الكل ' ,
14+
15+ /*
16+ |--------------------------------------------------------------------------
17+ | Form
18+ |--------------------------------------------------------------------------
19+ */
20+ 'components.tree.buttons.select_all.label ' => 'تحديد الكل ' ,
21+ 'components.tree.buttons.deselect_all.label ' => 'إلغاء تحديد الكل ' ,
22+ 'components.tree.buttons.expand_all.label ' => 'توسيع الكل ' ,
23+ 'components.tree.buttons.collapse_all.label ' => 'طي الكل ' ,
24+
25+ /*
26+ |--------------------------------------------------------------------------
27+ | Message
28+ |--------------------------------------------------------------------------
29+ */
30+ 'actions.delete.confirmation.with_children ' => 'هل أنت متأكد أنك تريد حذف هذا العنصر وجميع العناصر الفرعية؟ ' ,
31+ ];
You can’t perform that action at this time.
0 commit comments