[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/bn/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/bn/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'আপনি কি নিশ্চিত আপনি এটি করতে চান?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'বাতিল করুন',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'নিশ্চিত করুন',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'জমা দিন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user