File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/pt_PT/detach.php
<?php
return [
'single' => [
'label' => 'Desvincular',
'modal' => [
'heading' => 'Desvincular :label',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculado',
],
],
],
'multiple' => [
'label' => 'Desvincular seleccionados',
'modal' => [
'heading' => 'Desvincular :label seleccionados',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculado',
],
],
],
];