File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/ro/restore.php
<?php
return [
'single' => [
'label' => 'Restaurare',
'modal' => [
'heading' => 'Restaurare :label',
'actions' => [
'restore' => [
'label' => 'Restaurare',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restaurat cu succes',
],
],
],
'multiple' => [
'label' => 'Restaurare înregistrările selectate',
'modal' => [
'heading' => 'Restaurare :label selectate',
'actions' => [
'restore' => [
'label' => 'Restaurare',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restaurat cu succes',
],
],
],
];