File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/az/restore.php
<?php
return [
'single' => [
'label' => 'Bərpa et',
'modal' => [
'heading' => ':label bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumat bərpa edildi',
],
],
],
'multiple' => [
'label' => 'Seçilənləri bərpa et',
'modal' => [
'heading' => ':label seçilənləri bərpa et',
'actions' => [
'restore' => [
'label' => 'Bərpa et',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Məlumatlar bərpa edildi',
],
],
],
];