Fix #532, add system notice
This commit is contained in:
parent
54c9844d66
commit
1aa76bd279
12 changed files with 202 additions and 11 deletions
|
@ -416,6 +416,7 @@ organizations = 组织管理
|
|||
repositories = 仓库管理
|
||||
authentication = 授权认证管理
|
||||
config = 应用配置管理
|
||||
notices = 系统提示管理
|
||||
monitor = 应用监控面板
|
||||
prev = 上一页
|
||||
next = 下一页
|
||||
|
@ -593,6 +594,13 @@ monitor.desc = 进程描述
|
|||
monitor.start = 开始时间
|
||||
monitor.execute_time = 已执行时间
|
||||
|
||||
notices.system_notice_list = 系统提示管理
|
||||
notices.type = 提示类型
|
||||
notices.type_1 = 仓库
|
||||
notices.desc = 描述
|
||||
notices.op = 操作
|
||||
notices.delete_success = 系统提示删除成功!
|
||||
|
||||
[action]
|
||||
create_repo = 创建了仓库 <a href="%s/%s">%s</a>
|
||||
commit_repo = 推送了 <a href="%s/%s/src/%s">%s</a> 分支的代码到 <a href="%s/%s">%s</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue