Files
data-collection-terminal/vendor/filament/actions/resources/lang/bn/view.php

26 lines
325 B
PHP

<?php
return [
'single' => [
'label' => 'দেখুন',
'modal' => [
'heading' => ':label দেখুন',
'actions' => [
'close' => [
'label' => 'বন্ধ করুন',
],
],
],
],
];