File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/pt_BR/delete.php
<?php
return [
'single' => [
'label' => 'Excluir',
'modal' => [
'heading' => 'Excluir :label',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
'multiple' => [
'label' => 'Excluir selecionado',
'modal' => [
'heading' => 'Excluir :label selecionado',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excluído',
],
],
],
];