diff --git a/resource/l10n/zh-CN.toml b/resource/l10n/zh-CN.toml index a0ab280..c50ef5b 100644 --- a/resource/l10n/zh-CN.toml +++ b/resource/l10n/zh-CN.toml @@ -1,4 +1,22 @@ [nezhaMonitor] other = "哪吒监控" [Server] -other = "主机" \ No newline at end of file +other = "主机" +[Services] +other = "服务" +[Task] +other = "任务" +[Notification] +other = "报警" +[Settings] +other = "设置" +[Home] +other = "首页" +[Backtohomepage] +other = "返回前台" +[AdminPanel] +other = "管理后台" +[Logout] +other = "注销登录" +[Login] +other = "登录" \ No newline at end of file diff --git a/resource/template/common/menu.html b/resource/template/common/menu.html index 2d8be82..d70530d 100644 --- a/resource/template/common/menu.html +++ b/resource/template/common/menu.html @@ -6,15 +6,15 @@ {{if .IsAdminPage}} {{tr "Server"}} - 服务 - 任务 - 报警 + {{tr "Services"}} + {{tr "Task"}} + {{tr "Notification"}} - 设置 + {{tr "Settings"}} {{else}} - 首页 - 服务 + {{tr "Home"}} + {{tr "Services"}} {{end}}