diff --git a/resources/lang/pt_BR/filament-tree.php b/resources/lang/pt_BR/filament-tree.php new file mode 100644 index 0000000..a34a759 --- /dev/null +++ b/resources/lang/pt_BR/filament-tree.php @@ -0,0 +1,31 @@ + '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?', +]; \ No newline at end of file diff --git a/resources/lang/pt_PT/filament-tree.php b/resources/lang/pt_PT/filament-tree.php new file mode 100644 index 0000000..ddd07bc --- /dev/null +++ b/resources/lang/pt_PT/filament-tree.php @@ -0,0 +1,31 @@ + '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?', +]; \ No newline at end of file