install
This commit is contained in:
28
lang/vendor/filament-notifications/tk/database.php
vendored
Normal file
28
lang/vendor/filament-notifications/tk/database.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Bildirişler',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'clear' => [
|
||||
'label' => 'Poz',
|
||||
],
|
||||
|
||||
'mark_all_as_read' => [
|
||||
'label' => 'Hemmesini oka',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Bildiriş ýok',
|
||||
'description' => 'Bildiriş ýpl.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user