From e54dfbdb6cc4b6b39397c20dc4dd62ce2aaeb4a6 Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 30 Apr 2022 15:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20README.md=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- cmd/dashboard/controller/common_page.go | 4 ++-- resource/l10n/en-US.toml | 2 +- resource/l10n/zh-CN.toml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index de90afd..a7f7c15 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@
LOGO designed by 熊大 .

-     +   

-

:trollface: Nezha Monitoring One-stop light monitoring and light operation and maintenance system. Supports system status, HTTP (SSL certificate change, upcoming expiration, expiration), TCP, Ping monitoring and alarm, scheduled tasks and web terminal.

+

:trollface: Nezha Monitoring self-hosted lightweight monitoring and operation and maintenance system. Supports system status, HTTP (SSL certificate change, upcoming expiration, expiration), TCP, Ping monitoring and alerting, execute scheduled tasks and web terminal.

\>> Telegram Group: [Nezha Monitoring Global (English Only)](https://t.me/nezhamonitoring_global), [哪吒监控(中文群组)](https://t.me/nezhamonitoring) @@ -24,8 +24,10 @@ ## User Guide +[![Crowdin](https://badges.crowdin.net/nezha/localized.svg)](https://crowdin.com/project/nezha) + +- [English](docs/UserGuide_en.md) - [中文文档](docs/UserGuide_zh.md) -- [English](docs/UserGuide_en.md) WIP ## Special Thanks diff --git a/cmd/dashboard/controller/common_page.go b/cmd/dashboard/controller/common_page.go index 14d1b2f..70d64d6 100644 --- a/cmd/dashboard/controller/common_page.go +++ b/cmd/dashboard/controller/common_page.go @@ -173,7 +173,7 @@ func (cp *commonPage) ws(c *gin.Context) { mygin.ShowErrorPage(c, mygin.ErrInfo{ Code: http.StatusInternalServerError, Title: singleton.Localizer.MustLocalize(&i18n.LocalizeConfig{ - MessageID: "NetowrkError", + MessageID: "NetworkError", }), Msg: "Websocket协议切换失败", Link: "/", @@ -320,7 +320,7 @@ func (cp *commonPage) terminal(c *gin.Context) { mygin.ShowErrorPage(c, mygin.ErrInfo{ Code: http.StatusInternalServerError, Title: singleton.Localizer.MustLocalize(&i18n.LocalizeConfig{ - MessageID: "NetowrkError", + MessageID: "NetworkError", }), Msg: "Websocket协议切换失败", Link: "/", diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index ebb1755..d06eb8e 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -457,7 +457,7 @@ other = "An error occurred" [SystemError] other = "System Error" -[NetowrkError] +[NetworkError] other = "Network Error" [ServicesStatus] diff --git a/resource/l10n/zh-CN.toml b/resource/l10n/zh-CN.toml index e58f73a..fbbd248 100644 --- a/resource/l10n/zh-CN.toml +++ b/resource/l10n/zh-CN.toml @@ -457,7 +457,7 @@ other = "出现错误" [SystemError] other = "系统错误" -[NetowrkError] +[NetworkError] other = "网络错误" [ServicesStatus]