File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/bn/detach.php
<?php
return [
'single' => [
'label' => 'বিচ্ছিন্ন করুন',
'modal' => [
'heading' => ':label বিচ্ছিন্ন করুন',
'actions' => [
'detach' => [
'label' => 'বিচ্ছিন্ন করুন',
],
],
],
'notifications' => [
'detached' => [
'title' => 'বিচ্ছিন্ন করা হয়েছে',
],
],
],
'multiple' => [
'label' => 'নির্বাচিত গুলো বিচ্ছিন্ন করুন',
'modal' => [
'heading' => 'নির্বাচিত :label বিচ্ছিন্ন করুন',
'actions' => [
'detach' => [
'label' => 'বিচ্ছিন্ন করুন',
],
],
],
'notifications' => [
'detached' => [
'title' => 'বিচ্ছিন্ন করা হয়েছে',
],
],
],
];