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 ' => 'Radice ' ,
5+
6+ /*
7+ |--------------------------------------------------------------------------
8+ | Buttons
9+ |--------------------------------------------------------------------------
10+ */
11+ 'button.save ' => 'Salva ' ,
12+ 'button.expand_all ' => 'Espandi tutto ' ,
13+ 'button.collapse_all ' => 'Contrai tutto ' ,
14+
15+ /*
16+ |--------------------------------------------------------------------------
17+ | Form
18+ |--------------------------------------------------------------------------
19+ */
20+ 'components.tree.buttons.select_all.label ' => 'Seleziona tutto ' ,
21+ 'components.tree.buttons.deselect_all.label ' => 'Deseleziona tutto ' ,
22+ 'components.tree.buttons.expand_all.label ' => 'Espandi tutto ' ,
23+ 'components.tree.buttons.collapse_all.label ' => 'Contrai tutto ' ,
24+
25+ /*
26+ |--------------------------------------------------------------------------
27+ | Message
28+ |--------------------------------------------------------------------------
29+ */
30+ 'actions.delete.confirmation.with_children ' => 'Si è sicuri di volere eliminare questo elemento e tutti i suoi figli? ' ,
31+ ];
You can’t perform that action at this time.
0 commit comments