install
This commit is contained in:
28
lang/vendor/filament-notifications/ru/database.php
vendored
Normal file
28
lang/vendor/filament-notifications/ru/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