File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/sq/restore.php
<?php
return [
'single' => [
'label' => 'Rivendos',
'modal' => [
'heading' => 'Rivendos :label',
'actions' => [
'restore' => [
'label' => 'Rivendos',
],
],
],
'notifications' => [
'restored' => [
'title' => 'U rivendos',
],
],
],
'multiple' => [
'label' => 'Rivendos të selektuarin',
'modal' => [
'heading' => 'Rivendos të selektuarin :label',
'actions' => [
'restore' => [
'label' => 'Rivendos',
],
],
],
'notifications' => [
'restored' => [
'title' => 'U rivendos',
],
],
],
];