Files
biiproject-kit-v1/lang/vendor/filament-actions/ne/dissociate.php
T

62 lines
1.0 KiB
PHP

<?php
return [
'single' => [
'label' => 'छुटाउनुहोस',
'modal' => [
'heading' => ':label लाई छुटाउनुहोस',
'actions' => [
'dissociate' => [
'label' => 'छुटाउनुहोस',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'छुटाइयो',
],
],
],
'multiple' => [
'label' => 'चयन गरिएको छुटाउनुहोस',
'modal' => [
'heading' => 'चयन गरिएका :label छुटाउनुहोस ',
'actions' => [
'dissociate' => [
'label' => 'छुटाउनुहोस',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'छुटाइयो',
],
],
],
];