gurl_o/plugins/rainlab/notify/lang/zh-tw/lang.php

23 lines
588 B
PHP
Raw Normal View History

2023-07-23 05:57:06 +00:00
<?php
return [
'plugin' => [
'name' => '通知',
'description' => '通知系統',
],
'notifications' => [
'menu_label' => '通知規則',
'menu_description' => '管理觸發通知的事件及動作。',
'name' => '名稱',
'code' => '代碼',
'notification_rule' => '通知規則',
'add_notification_rule' => '新增通知規則',
],
'action' => [
'add_notification_action' => '新增通知動作',
],
'permissions' => [
'manage_notifications' => '管理通知功能',
],
];