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