File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/ca/restore.php
<?php
return [
'single' => [
'label' => 'Restaurar',
'modal' => [
'heading' => 'Restaurar :label',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registre restaurat',
],
],
],
'multiple' => [
'label' => 'Restaurar seleccionats',
'modal' => [
'heading' => 'Restaurar els :label seleccionats',
'actions' => [
'restore' => [
'label' => 'Restaurar',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Registres restaurats',
],
],
],
];