Skip to content

Commit

Permalink
Rename to event notification
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Mar 18, 2023
1 parent 28e3dc1 commit 4c37bb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/ZKEACMS.EventAction/EventActionPlug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ public override IEnumerable<AdminMenu> AdminMenu()
{
yield return new AdminMenu
{
Title = "Event Action",
Title = "Event/Notification",
Icon = "glyphicon-flash",
Order = 14,
Children = new List<AdminMenu>
{
new AdminMenu
{
Title = "Event Action",
Icon = "glyphicon-console",
Title = "Notification",
Icon = "glyphicon-indent-left",
Url = "~/admin/eventaction",
Order = 0,
PermissionKey = PermissionKeys.ViewEventAction
},
new AdminMenu
{
Title = "Action Content",
Title = "Notification Content",
Icon = "glyphicon-log-in",
Url = "~/admin/actionbody",
Order = 1,
Expand Down
5 changes: 3 additions & 2 deletions src/ZKEACMS.WebHost/Locale/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,9 @@ ZoneEntity@Status: 状态
ZoneEntity@Title: 标题
ZoneID: 区域
MD Screen: 中等屏幕
Event Action: 事件动作
Action Content: 事件内容
Event/Notification: 事件通知
Notification: 通知
Notification Content: 通知内容
Pending Tasks: 待处理事件
Event: 事件
EventAction@Actions: 动作定义
Expand Down
5 changes: 3 additions & 2 deletions src/ZKEACMS.WebHost/Locale/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,8 +1892,9 @@ ZoneEntity@Status: 狀態
ZoneEntity@Title: 標題
ZoneID: 區域
MD Screen: 中等屏幕
Event Action: 事件動作
Action Content: 事件內容
Event/Notification: 事件通知
Notification: 通知
Notification Content: 通知內容
Pending Tasks: 待處理事件
Event: 事件
EventAction@Actions: 動作定義
Expand Down

0 comments on commit 4c37bb9

Please sign in to comment.