[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
37
vendor/filament/actions/resources/lang/nl/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/nl/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => ':Label aanmaken',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':Label aanmaken',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => 'Aanmaken',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'Aanmaken & nieuwe aanmaken',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'Aangemaakt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user