23 lines
623 B
PHP
23 lines
623 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
return [
|
|||
|
|
'plugin' => [
|
|||
|
|
'name' => 'Bildirim',
|
|||
|
|
'description' => 'Bildirim Servisi',
|
|||
|
|
],
|
|||
|
|
'notifications' => [
|
|||
|
|
'menu_label' => 'Bildirim kuralları',
|
|||
|
|
'menu_description' => 'Bildirimleri tetikleyen olayları ve eylemleri yönetin.',
|
|||
|
|
'name' => 'İsim',
|
|||
|
|
'code' => 'Kod',
|
|||
|
|
'notification_rule' => 'Bildirim kuralı',
|
|||
|
|
'add_notification_rule' => 'Bildirim kuralı ekle',
|
|||
|
|
],
|
|||
|
|
'action' => [
|
|||
|
|
'add_notification_action' => 'Bildirim eylemi ekle',
|
|||
|
|
],
|
|||
|
|
'permissions' => [
|
|||
|
|
'manage_notifications' => 'Bildirim yönetimi',
|
|||
|
|
],
|
|||
|
|
];
|