view.layout.menu_bar i18n

This commit is contained in:
jysperm
2014-10-10 09:27:00 +08:00
parent 2905f6f082
commit 2710a02f6c
6 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ module.exports = pluggable.createHelpers exports =
exports.registerHook 'view.layout.menu_bar',
href: '/public/monitor/'
body: '服务器状态'
t_body: 'plugins.linux.server_monitor'
exports.registerHook 'account.username_filter',
filter: (username, callback) ->

View File

@@ -1,4 +1,5 @@
{
"name": "Linux",
"server_monitor": "服务器状态",
"description": "Linux 是 RP 主机的基础服务,负责进行资源限制"
}