File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'root ' => 'Raiz ' ,
5
+
6
+ /*
7
+ |--------------------------------------------------------------------------
8
+ | Buttons
9
+ |--------------------------------------------------------------------------
10
+ */
11
+ 'button.save ' => 'Salvar ' ,
12
+ 'button.expand_all ' => 'Expandir Tudo ' ,
13
+ 'button.collapse_all ' => 'Recolher Tudo ' ,
14
+
15
+ /*
16
+ |--------------------------------------------------------------------------
17
+ | Form
18
+ |--------------------------------------------------------------------------
19
+ */
20
+ 'components.tree.buttons.select_all.label ' => 'Selecionar Todos ' ,
21
+ 'components.tree.buttons.deselect_all.label ' => 'Desmarcar Todos ' ,
22
+ 'components.tree.buttons.expand_all.label ' => 'Expandir Tudo ' ,
23
+ 'components.tree.buttons.collapse_all.label ' => 'Recolher Tudo ' ,
24
+
25
+ /*
26
+ |--------------------------------------------------------------------------
27
+ | Message
28
+ |--------------------------------------------------------------------------
29
+ */
30
+ 'actions.delete.confirmation.with_children ' => 'Tem certeza que deseja excluir este registro e seus filhos? ' ,
31
+ ];
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'root ' => 'Raiz ' ,
5
+
6
+ /*
7
+ |--------------------------------------------------------------------------
8
+ | Buttons
9
+ |--------------------------------------------------------------------------
10
+ */
11
+ 'button.save ' => 'Guardar ' ,
12
+ 'button.expand_all ' => 'Expandir Tudo ' ,
13
+ 'button.collapse_all ' => 'Colapsar Tudo ' ,
14
+
15
+ /*
16
+ |--------------------------------------------------------------------------
17
+ | Form
18
+ |--------------------------------------------------------------------------
19
+ */
20
+ 'components.tree.buttons.select_all.label ' => 'Selecionar Tudo ' ,
21
+ 'components.tree.buttons.deselect_all.label ' => 'Desmarcar Tudo ' ,
22
+ 'components.tree.buttons.expand_all.label ' => 'Expandir Tudo ' ,
23
+ 'components.tree.buttons.collapse_all.label ' => 'Colapsar Tudo ' ,
24
+
25
+ /*
26
+ |--------------------------------------------------------------------------
27
+ | Message
28
+ |--------------------------------------------------------------------------
29
+ */
30
+ 'actions.delete.confirmation.with_children ' => 'Tem certeza que deseja apagar este item e todos os seus filhos? ' ,
31
+ ];
You can’t perform that action at this time.
0 commit comments