Skip to content

Commit

Permalink
Merge pull request #64 from gustavocaiano/2.x
Browse files Browse the repository at this point in the history
added pt_PT and pt_BR translations
  • Loading branch information
cklei-carly authored Nov 21, 2024
2 parents 85b2486 + d9ebe0a commit a1a95f3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions resources/lang/pt_BR/filament-tree.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [
'root' => 'Raiz',

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
'button.save' => 'Salvar',
'button.expand_all' => 'Expandir Tudo',
'button.collapse_all' => 'Recolher Tudo',

/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
*/
'components.tree.buttons.select_all.label' => 'Selecionar Todos',
'components.tree.buttons.deselect_all.label' => 'Desmarcar Todos',
'components.tree.buttons.expand_all.label' => 'Expandir Tudo',
'components.tree.buttons.collapse_all.label' => 'Recolher Tudo',

/*
|--------------------------------------------------------------------------
| Message
|--------------------------------------------------------------------------
*/
'actions.delete.confirmation.with_children' => 'Tem certeza que deseja excluir este registro e seus filhos?',
];
31 changes: 31 additions & 0 deletions resources/lang/pt_PT/filament-tree.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [
'root' => 'Raiz',

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
'button.save' => 'Guardar',
'button.expand_all' => 'Expandir Tudo',
'button.collapse_all' => 'Colapsar Tudo',

/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
*/
'components.tree.buttons.select_all.label' => 'Selecionar Tudo',
'components.tree.buttons.deselect_all.label' => 'Desmarcar Tudo',
'components.tree.buttons.expand_all.label' => 'Expandir Tudo',
'components.tree.buttons.collapse_all.label' => 'Colapsar Tudo',

/*
|--------------------------------------------------------------------------
| Message
|--------------------------------------------------------------------------
*/
'actions.delete.confirmation.with_children' => 'Tem certeza que deseja apagar este item e todos os seus filhos?',
];

0 comments on commit a1a95f3

Please sign in to comment.