Files
backend-umra/lang/vendor/filament-actions/tk/dissociate.php

62 lines
857 B
PHP

<?php
return [
'single' => [
'label' => 'Aýyr',
'modal' => [
'heading' => ':label aýyr',
'actions' => [
'dissociate' => [
'label' => 'Aýyr',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Aýryldy',
],
],
],
'multiple' => [
'label' => 'Seçilenleri aýyr',
'modal' => [
'heading' => ':label seçilenleri aýyr',
'actions' => [
'dissociate' => [
'label' => 'Seçilenleri aýyr',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Aýryldy',
],
],
],
];