Files
data-collection-terminal/vendor/filament/actions/resources/lang/np/dissociate.php

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' => 'छुटाइयो',
],
],
],
];