[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/az/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/az/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Bunu etmək istədiyinizdən əminsiniz?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'İmtina',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Təsdiqlə',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Təqdim et',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user