[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
28
vendor/filament/notifications/resources/lang/bg/database.php
vendored
Normal file
28
vendor/filament/notifications/resources/lang/bg/database.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Известия',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'clear' => [
|
||||
'label' => 'Изчисти',
|
||||
],
|
||||
|
||||
'mark_all_as_read' => [
|
||||
'label' => 'Маркирай всички като прочетени',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Нямате известия',
|
||||
'description' => 'Моля проверете отново по-късно.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user