[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/bg/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/bg/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