[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
23
vendor/filament/actions/resources/lang/lv/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/lv/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Vai tiešām vēlaties to darīt?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atcelt',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Apstiprināt',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Iesniegt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user