gurl_o/plugins/rainlab/notify/lang/tr/lang.php

23 lines
623 B
PHP
Raw Normal View History

2023-07-23 05:57:06 +00:00
<?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',
],
];