File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files 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