[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
28
vendor/filament/notifications/resources/lang/nl/database.php
vendored
Normal file
28
vendor/filament/notifications/resources/lang/nl/database.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Meldingen',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'clear' => [
|
||||
'label' => 'Wissen',
|
||||
],
|
||||
|
||||
'mark_all_as_read' => [
|
||||
'label' => 'Alles als gelezen markeren',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Geen meldingen',
|
||||
'description' => 'Kijk later nog eens.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user