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

34 lines
463 B
PHP

<?php
return [
'title' => 'ड्यासबोर्ड',
'actions' => [
'filter' => [
'label' => 'फिल्टर',
'modal' => [
'heading' => 'फिल्टर',
'actions' => [
'apply' => [
'label' => 'लागू गर्नुहोस्',
],
],
],
],
],
];