Skip to content

Commit a1a95f3

Browse files
authored
Merge pull request #64 from gustavocaiano/2.x
added pt_PT and pt_BR translations
2 parents 85b2486 + d9ebe0a commit a1a95f3

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-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' => '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+
];
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' => '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+
];

0 commit comments

Comments
 (0)