Skip to content

Commit 99cb1a8

Browse files
authored
Merge pull request #61 from masterix21/patch-1
Add IT translation
2 parents a31204a + 04372f9 commit 99cb1a8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
];

0 commit comments

Comments
 (0)