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 ' => 'Basis ' ,
5+
6+ /*
7+ |--------------------------------------------------------------------------
8+ | Buttons
9+ |--------------------------------------------------------------------------
10+ */
11+ 'button.save ' => 'Opslaan ' ,
12+ 'button.expand_all ' => 'Alles uitklappen ' ,
13+ 'button.collapse_all ' => 'Alles inklappen ' ,
14+
15+ /*
16+ |--------------------------------------------------------------------------
17+ | Form
18+ |--------------------------------------------------------------------------
19+ */
20+ 'components.tree.buttons.select_all.label ' => 'Alles selecteren ' ,
21+ 'components.tree.buttons.deselect_all.label ' => 'Alles deselecteren ' ,
22+ 'components.tree.buttons.expand_all.label ' => 'Alles uitklappen ' ,
23+ 'components.tree.buttons.collapse_all.label ' => 'Alles inklappen ' ,
24+
25+ /*
26+ |--------------------------------------------------------------------------
27+ | Message
28+ |--------------------------------------------------------------------------
29+ */
30+ 'actions.delete.confirmation.with_children ' => 'Weet je zeker dat je dit record en bijbehorende onderliggende items wilt verwijderen? ' ,
31+ ];
You can’t perform that action at this time.
0 commit comments